CartesianChart Members
The Cartesian Chart control to plot series of data points on an XY Cartesian diagram.Constructors
| Name | Description |
|---|---|
| CartesianChart() | Initializes a new instance of the CartesianChart class with default settings. |
Fields
| Name | Description |
|---|---|
| AllowAxisXZoomScrollProperty static | Identifies the CartesianChart.AllowAxisXZoomScroll dependency property. |
| AllowAxisYZoomScrollProperty static | Identifies the CartesianChart.AllowAxisYZoomScroll dependency property. |
| AnimateOnLoadingProperty static | Identifies the ChartBase.AnimateOnLoading dependency property. Inherited from ChartBase. |
| AxisXProperty static | Identifies the CartesianChart.AxisX dependency property. |
| AxisYProperty static | Identifies the CartesianChart.AxisY dependency property. |
| LegendProperty static | Identifies the ChartBase.Legend dependency property. Inherited from ChartBase. |
| PaletteProperty static | Identifies the ChartBase.Palette dependency property. Inherited from ChartBase. |
| RotatedProperty static | Identifies the CartesianChart.Rotated dependency property. |
| SelectionModeProperty static | Identifies the ChartBase.SelectionMode dependency property. Inherited from ChartBase. |
| ToolTipEnabledProperty static | Identifies the ChartBase.ToolTipEnabled dependency property. Inherited from ChartBase. |
Properties
| Name | Description |
|---|---|
| ActualAxisX | Gets the actual x-axis of the CartesianChart object. |
| ActualAxisY | Gets the actual y-axis of the CartesianChart object. |
| ActualPalette | Gets the actual palette of a chart. Inherited from ChartBase. |
| AllowAxisXZoomScroll | Gets or sets a value indicating whether or not it is allowed to zoom and scroll data along the X-axis. |
| AllowAxisYZoomScroll | Gets or sets a value indicating whether or not it is allowed to zoom and scroll data along the Y-axis. |
| AnimateCommand | Returns a command that starts animation of a chart’s contents. Inherited from ChartBase. |
| AnimateOnLoading | Gets or sets a value indicating if chart contents should be animated on chart loading. Inherited from ChartBase. |
| AxisX | Provides access to the setting of the X-axis. |
| AxisY | Provides access to the setting of the Y-axis. |
| Legend | Gets the chart control’s legend and provides access to its settings. Inherited from ChartBase. |
| Palette | Gets or sets the palette which is used to draw the chart’s series. Inherited from ChartBase. |
| Rotated | Specifies whether or not the chart area should be rotated. |
| SelectionMode | Specifies the selection mode for chart series. Inherited from ChartBase. |
| Series | Provides access to the chart control’s collection of series objects. Inherited from ChartBase. |
| SetAxisXRangeCommand | Returns a command that sets the specified range for the X-axis. |
| SetAxisYRangeCommand | Returns a command that sets the specified range for the Y-axis. |
| ToolTipEnabled | Gets or sets a value that specifies whether or not a tooltip is enabled for a chart. Inherited from ChartBase. |
Methods
| Name | Description |
|---|---|
| Animate(Double) | Starts animating chart series after the specified delay. Inherited from ChartBase. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| SelectionChanged | Occurs when the chart selection is changed. Inherited from ChartBase. |
See Also