Skip to main content

CartesianChart Properties

The Cartesian Chart control to plot series of data points on an XY Cartesian diagram.
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 Indicates whether a user can zoom and scroll a diagram along the X-axis.
AllowAxisYZoomScroll Indicates whether a user can zoom and scroll a diagram 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 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 Returns the chart’s series collection.
SeriesItemTemplate Gets or sets a template that specifies the settings of chart series. Inherited from ChartBase.
SeriesItemTemplateSelector Gets or sets an object that selects a template applied to series. Inherited from ChartBase.
SeriesSource Gets or sets the source of series view models. This is a dependency property. 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 whether to show tooltips when a user clicks a series or series point. Inherited from ChartBase.
See Also