[]
Main class of data handling, contains collection of data series.
public class ChartData : FrameworkContentElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged
| Name | Description |
|---|---|
| ChartData() |
| Name | Description |
|---|---|
| ItemNamesProperty | Identifies the ItemNames dependency property. |
| ItemsSourceProperty | Identifies the ItemsSource dependency property. |
| LoadAnimationProperty | Identifies the LoadAnimation dependency property. |
| RendererProperty | Identifies the Renderer dependency property. |
| SelectionActionProperty | Using a DependencyProperty as the backing store for SelectionAction. This enables animation, styling, binding, etc... |
| SeriesItemTemplateProperty | Using a DependencyProperty as the backing store for SeriesItemTemplate. |
| SeriesItemsSourceProperty | Using a DependencyProperty as the backing store for SeriesItemsSource. This enables animation, styling, binding, etc... |
| StylesProperty | Identifies the Styles dependency property. |
| Name | Description |
|---|---|
| Children | Gets the collection of data series. |
| ItemNameBinding | Gets or sets the item name binding. |
| ItemNames | Gets or sets the item names. |
| ItemsSource | Gets or sets the items source. |
| LoadAnimation | Gets or sets the animation for plot element loading. |
| SelectionAction | Gets or sets the action which is used for plot element selection. |
| SeriesItemTemplate | Gets or sets the series item template. |
| SeriesItemsSource | Gets or sets the series items source. |
| Styles | Gets or sets the style resources for the data object. |
| Name | Description |
|---|---|
| OnItemsSourceChanged(DependencyPropertyChangedEventArgs) | Called after items source was changed. |
| OnPropertyChanged(DependencyPropertyChangedEventArgs) | Invoked when dependency property was changed. |
| OnRendererChanged(DependencyPropertyChangedEventArgs) | Called after renderer was changed. |
| Name | Description |
|---|---|
| DataChanged | Fires when data was changed. |