In This Article

MicroLineSeriesBase Class

Represents a base class for line and area series for use in a MicroXYChart.

[StyleTypedProperty(Property = "LineNegativeStyle", StyleTargetType = typeof(Shape))]
[StyleTypedProperty(Property = "LineStyle", StyleTargetType = typeof(Shape))]
public abstract class MicroLineSeriesBase : MicroXYSeriesBase
Inheritance:
object Visual UIElement FrameworkElement Control MicroSeriesBase MicroXYSeriesBase object
Derived:
MicroAreaSeries MicroLineSeries

Constructors

MicroLineSeriesBase()

Initializes an instance of the class.

protected MicroLineSeriesBase()

Properties

LineKind

A MicroXYSeriesLineKind, which indicates what kind of line should be rendered by the series.

public MicroXYSeriesLineKind LineKind { get; set; }

Property Value

MicroXYSeriesLineKind:

The default value is Normal.

LineNegativeStyle

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

public Style? LineNegativeStyle { get; set; }

Property Value

Style

LineStyle

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

public Style? LineStyle { get; set; }

Property Value

Style

LineStyleKinds

A MicroLineSeriesStyleKinds which indicates what style kinds are used for lines along the series.

public MicroLineSeriesStyleKinds LineStyleKinds { get; set; }

Property Value

MicroLineSeriesStyleKinds:

The default value is None.

MarkerVisibility

A value indicating which markers are rendered along the series.

public MicroChartMarkerVisibility MarkerVisibility { get; set; }

Property Value

MicroChartMarkerVisibility:

The default value is None.

Methods

GetMinimumMargin()

The minimum margin around the plotted area required by the series.

protected override Thickness? GetMinimumMargin()

Returns

Thickness?

Fields

LineKindProperty

Defines the LineKind property.

public static readonly DependencyProperty LineKindProperty

LineNegativeStyleProperty

Defines the LineNegativeStyle property.

public static readonly DependencyProperty LineNegativeStyleProperty

LineStyleKindsProperty

Defines the LineStyleKinds property.

public static readonly DependencyProperty LineStyleKindsProperty

LineStyleProperty

Defines the LineStyle property.

public static readonly DependencyProperty LineStyleProperty

MarkerVisibilityProperty

Defines the MarkerVisibility property.

public static readonly DependencyProperty MarkerVisibilityProperty

Inherited Members

Extension Methods