CartesianChart Members
In This Article
#Constructors
Name | Description |
---|---|
Cartesian |
Initializes a new instance of the Cartesian |
#Fields
Name | Description |
---|---|
Allow |
Identifies the Cartesian |
Allow |
Identifies the Cartesian |
Animate |
Identifies the Chart |
Axis |
Identifies the Cartesian |
Axis |
Identifies the Cartesian |
Legend |
Identifies the Chart |
Palette |
Identifies the Chart |
Rotated |
Identifies the Cartesian |
Selection |
Identifies the Chart |
Tool |
Identifies the Chart |
#Properties
Name | Description |
---|---|
Actual |
Gets the actual x-axis of the Cartesian |
Actual |
Gets the actual y-axis of the Cartesian |
Actual |
Gets the actual palette of a chart.
Inherited from Chart |
Allow |
Gets or sets a value indicating whether or not it is allowed to zoom and scroll data along the X-axis. |
Allow |
Gets or sets a value indicating whether or not it is allowed to zoom and scroll data along the Y-axis. |
Animate |
Returns a command that starts animation of a chart’s contents.
Inherited from Chart |
Animate |
Gets or sets a value indicating if chart contents should be animated on chart loading.
Inherited from Chart |
Axis |
Provides access to the setting of the X-axis. |
Axis |
Provides access to the setting of the Y-axis. |
Legend |
Gets the chart control’s legend and provides access to its settings.
Inherited from Chart |
Palette |
Gets or sets the palette which is used to draw the chart’s series.
Inherited from Chart |
Rotated | Specifies whether or not the chart area should be rotated. |
Selection |
Specifies the selection mode for chart series.
Inherited from Chart |
Series |
Provides access to the chart control’s collection of series objects.
Inherited from Chart |
Set |
Returns a command that sets the specified range for the X-axis. |
Set |
Returns a command that sets the specified range for the Y-axis. |
Tool |
Gets or sets a value that specifies whether or not a tooltip is enabled for a chart.
Inherited from Chart |
#Methods
Name | Description |
---|---|
Animate |
Starts animating chart series after the specified delay.
Inherited from Chart |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. 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.
Inherited from Chart |
See Also