The ChartData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ChartData |
Methods
Name | Description | |
---|---|---|
![]() |
CheckAccess | (Inherited from DependencyObject.) |
![]() |
ClearValue |
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.) |
![]() |
CreateDesignTimeData |
Creates set of design-time default data values.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetAnimationBaseValue | (Inherited from DependencyObject.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
GetValue |
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
OnItemsSourceChanged |
Called after items source was changed.
|
![]() |
OnRendererChanged |
Called after renderer was changed.
|
![]() |
ReadLocalValue |
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.) |
![]() |
SetValue |
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.) |
![]() |
ShouldSerializeChildren |
Determines whether the Children collection should be serialized.
|
![]() |
ToString | (Inherited from Object.) |
Fields
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...
|
![]() ![]() |
SeriesItemsSourceProperty |
Using a DependencyProperty as the backing store for SeriesItemsSource. This enables animation, styling, binding, etc...
|
![]() ![]() |
SeriesItemTemplateProperty |
Using a DependencyProperty as the backing store for SeriesItemTemplate.
|
Properties
Name | Description | |
---|---|---|
![]() |
Children |
Gets the collection of data series.
|
![]() |
Dispatcher | (Inherited from DependencyObject.) |
![]() |
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.
|
![]() |
Renderer |
Gets or sets renderer which is responsible for data visualization.
|
![]() |
SelectionAction |
Gets or sets the action which is used for plot element selection.
|
![]() |
SeriesItemsSource |
Gets or sets the series items source.
|
![]() |
SeriesItemTemplate |
Gets or sets the series item template.
|
Events
Name | Description | |
---|---|---|
![]() |
DataChanged |
Fires when data was changed.
|
![]() |
PropertyChanged |
Fires when a property value changes.
|