Skip to main content

ChartSeries

The ChartSeries abstract class defines properties that all series have in common.

Definition

public abstract class ChartSeries : VisualElement, INotifyCollectionChanged, IDrawable

Properties

NameTypeDescriptionDefault
ItemsSourceIEnumerableGets or Sets the data that the series will usenull
LabelPathstringGets or Sets the path to find the property that represents the labelsstring.Empty
ValuePathstringGets or Sets the path to find the property that represents the valuestring.Empty
SelectedIndexintGets or Sets the selected item of the series. If the value is -1 means not found-1

Events

NameTypeDescription
CollectionChangedNotifyCollectionChangedEventHandlerRaised if any change is made to the items in the ItemsSource collection

See Also