In This Article

MicroChartBase Class

Provides the base class for a micro chart control.

public abstract class MicroChartBase : Control, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control Object
Derived:
MicroXYChart

Constructors

MicroChartBase()

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

Inherited Members

Extension Methods