In This Article

MicroChartBase Class

Provides the base class for a micro chart control.

public abstract class MicroChartBase : Control
Inheritance:
object Visual UIElement FrameworkElement Control object
Derived:
MicroXYChart

Constructors

MicroChartBase()

Initializes an instance of the class.

protected MicroChartBase()

Properties

SeriesStyleSelector

Gets or sets custom style-selection logic for a style that can be applied to each element in the associated series. This is a dependency property.

public MicroSeriesStyleSelector SeriesStyleSelector { get; set; }

Property Value

MicroSeriesStyleSelector:

A MicroSeriesStyleSelector object that contains logic that chooses the style to use for each element in the associated series. The default value is null.

Methods

Refresh()

Updates the chart based on the current state.

public virtual void Refresh()

Fields

SeriesStyleSelectorProperty

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

public static readonly DependencyProperty SeriesStyleSelectorProperty