ChartSeries
The ChartSeries
abstract class defines properties that all series have in common.
Definition
public abstract class ChartSeries : VisualElement, INotifyCollectionChanged, IDrawable
Properties
Name | Type | Description | Default |
---|---|---|---|
ItemsSource | IEnumerable | Gets or Sets the data that the series will use | null |
LabelPath | string | Gets or Sets the path to find the property that represents the labels | string.Empty |
ValuePath | string | Gets or Sets the path to find the property that represents the value | string.Empty |
SelectedIndex | int | Gets or Sets the selected item of the series. If the value is -1 means not found | -1 |
Events
Name | Type | Description |
---|---|---|
CollectionChanged | NotifyCollectionChangedEventHandler | Raised if any change is made to the items in the ItemsSource collection |