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

Custom style-selection logic for a style that can be applied to each element in the associated series.

public MicroSeriesStyleSelector? SeriesStyleSelector { get; set; }

Property Value

MicroSeriesStyleSelector

Methods

Refresh()

Updates the chart based on the current state.

public virtual void Refresh()

Fields

SeriesStyleSelectorProperty

Defines the SeriesStyleSelector property.

public static readonly DependencyProperty SeriesStyleSelectorProperty

Extension Methods