In This Article

MicroAreaSeries Class

Represents an area series for use in a MicroXYChart.

[StyleTypedProperty(Property = "AreaNegativeStyle", StyleTargetType = typeof(Shape))]
[StyleTypedProperty(Property = "AreaStyle", StyleTargetType = typeof(Shape))]
public class MicroAreaSeries : MicroLineSeriesBase
Inheritance:
object Visual UIElement FrameworkElement Control MicroSeriesBase MicroXYSeriesBase MicroLineSeriesBase object

Constructors

MicroAreaSeries()

Initializes an instance of the class.

public MicroAreaSeries()

Properties

AreaNegativeStyle

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

public Style AreaNegativeStyle { get; set; }

Property Value

Style:

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

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.

AreaStyleKinds

Gets or sets a MicroAreaSeriesStyleKinds which indicates what style kinds are used for areas along the series. This is a dependency property.

public MicroAreaSeriesStyleKinds AreaStyleKinds { get; set; }

Property Value

MicroAreaSeriesStyleKinds:

A MicroAreaSeriesStyleKinds which indicates what style kinds are used for areas along the series. The default value is MicroAreaSeriesStyleKinds.None.

LineVisibility

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

public MicroLineSeriesVisibility LineVisibility { get; set; }

Property Value

MicroLineSeriesVisibility:

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

Methods

PlotSeries(MicroXYChartPlotter)

Plots the series to the associated chart using the specified plotter.

protected override void PlotSeries(MicroXYChartPlotter plotter)
Parameter Type Description
plotter MicroXYChartPlotter

The plotter used to render shapes on the chart.

Fields

AreaNegativeStyleProperty

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

public static readonly DependencyProperty AreaNegativeStyleProperty

AreaStyleKindsProperty

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

public static readonly DependencyProperty AreaStyleKindsProperty

AreaStyleProperty

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

public static readonly DependencyProperty AreaStyleProperty

LineVisibilityProperty

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

public static readonly DependencyProperty LineVisibilityProperty

Inherited Members