The ChartData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ChartData |
Methods
| Name | Description | |
|---|---|---|
|
|
CheckAccess |
Determines whether the calling thread has access to this object. (Inherited from DependencyObject.) |
|
|
ClearValue |
Clears the local value of a dependency property. (Inherited from DependencyObject.) |
|
|
CreateDesignTimeData |
Creates set of design-time default data values.
|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
GetAnimationBaseValue |
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (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 from a DependencyObject. (Inherited from DependencyObject.) |
|
|
ReadLocalValue |
Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
|
|
SetValue |
Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
|
|
ShouldSerializeChildren |
Determines whether the Children collection should be serialized.
|
|
|
ToString |
Returns a String that represents the current Object. (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 |
Gets the Dispatcher this object is associated with. (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.
|