In This Article

AreaSeries Class

Represents an area series for use in a XYChart.

[StyleTypedProperty(Property = "AreaStyle", StyleTargetType = typeof(Shape))]
public class AreaSeries : LineSeriesBase
Inheritance:
object Visual UIElement FrameworkElement Control SeriesBase XYSeriesBase LineSeriesBase object

Constructors

AreaSeries()

Initializes a new instance of the AreaSeries class.

public AreaSeries()

Properties

AreaStyle

Gets or sets a Style, which is applied to the Shape used to render the series. This is a dependency property.

public Style AreaStyle { get; set; }

Property Value

Style:

A Style, which is applied to the Shape used to render the series. The default value is null.

LabelPositioningMode

Gets or sets the LabelPositioningMode used to determine how labels are laid out.

public override LabelPositioningMode LabelPositioningMode { get; set; }

Property Value

LabelPositioningMode:

The label positioning mode. The default value is FromBaseline.

LineVisibility

Gets or sets a value indicating which lines are rendered along the series. This is a dependency property.

public LineSeriesVisibility LineVisibility { get; set; }

Property Value

LineSeriesVisibility:

A LineSeriesVisibility indicating which lines are rendered along the series. The default value is LineSeriesVisibility.None.

Fields

AreaStyleProperty

Identifies the AreaStyle dependency property. This field is read-only.

public static readonly DependencyProperty AreaStyleProperty

LabelPositioningModeProperty

Identifies the LabelPositioningMode dependency property. This field is read-only.

public static readonly DependencyProperty LabelPositioningModeProperty

LineVisibilityProperty

Identifies the LineVisibility dependency property. This field is read-only.

public static readonly DependencyProperty LineVisibilityProperty

Inherited Members