ChartBase Members
In This Article
#Constructors
Name | Description |
---|---|
Chart |
Initializes a new instance of the Chart |
#Fields
Name | Description |
---|---|
Animate |
Identifies the Chart |
Legend |
Identifies the Chart |
Palette |
Identifies the Chart |
Selection |
Identifies the Chart |
Series |
Identifies the Series |
Series |
Identifies the Series |
Series |
Identifies the Series |
Tool |
Identifies the Chart |
#Properties
Name | Description |
---|---|
Actual |
Gets the actual palette of a chart. |
Animate |
Returns a command that starts animation of a chart’s contents. |
Animate |
Gets or sets a value indicating if chart contents should be animated on chart loading. |
Legend | Gets the chart control’s legend and provides access to its settings. |
Palette | Gets or sets the palette used to draw the chart’s series. |
Selection |
Specifies the selection mode for chart series. |
Series |
Gets or sets a template that specifies the settings of chart series. |
Series |
Gets or sets an object that selects a template applied to series. |
Series |
Gets or sets the source of series view models. This is a dependency property. |
Tool |
Gets or sets whether to show tooltips when a user clicks a series or series point. |
#Methods
Name | Description |
---|---|
Animate |
Starts animating chart series after the specified delay. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Selection |
Occurs when the chart selection is changed. |
See Also