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

A negative Style, which is applied to the Shape used to render the series.

public Style? AreaNegativeStyle { get; set; }

Property Value

Style

AreaStyle

A Style, which is applied to the Shape used to render the series.

public Style? AreaStyle { get; set; }

Property Value

Style

AreaStyleKinds

A MicroAreaSeriesStyleKinds which indicates what style kinds are used for areas along the series.

public MicroAreaSeriesStyleKinds AreaStyleKinds { get; set; }

Property Value

MicroAreaSeriesStyleKinds:

The default value is None.

LineVisibility

A value indicating which lines are rendered along the series.

public MicroLineSeriesVisibility LineVisibility { get; set; }

Property Value

MicroLineSeriesVisibility:

The default value is 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

Defines the AreaNegativeStyle property.

public static readonly DependencyProperty AreaNegativeStyleProperty

AreaStyleKindsProperty

Defines the AreaStyleKinds property.

public static readonly DependencyProperty AreaStyleKindsProperty

AreaStyleProperty

Defines the AreaStyle property.

public static readonly DependencyProperty AreaStyleProperty

LineVisibilityProperty

Defines the LineVisibility property.

public static readonly DependencyProperty LineVisibilityProperty

Inherited Members

Extension Methods