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 an instance of the class.

public AreaSeries()

Properties

AreaStyle

A Style applied to the Shape used to render the series.

public Style? AreaStyle { get; set; }

Property Value

Style

LabelPositioningMode

The LabelPositioningMode used to determine how labels are laid out.

public override LabelPositioningMode LabelPositioningMode { get; set; }

Property Value

LabelPositioningMode:

The default value is FromAverage.

LineVisibility

Indicates which lines are rendered along the series.

public LineSeriesVisibility LineVisibility { get; set; }

Property Value

LineSeriesVisibility:

The default value is None.

Fields

AreaStyleProperty

Defines the AreaStyle property.

public static readonly DependencyProperty AreaStyleProperty

LabelPositioningModeProperty

Defines the LabelPositioningMode property.

public static readonly DependencyProperty LabelPositioningModeProperty

LineVisibilityProperty

Defines the LineVisibility property.

public static readonly DependencyProperty LineVisibilityProperty

Inherited Members

Extension Methods