Skip to main content

DXChart Properties

The view that displays data in a Cartesian chart.
Name Description
Appearance static Returns the appearance object for this class.
AxisMaxZoomPercent Gets or sets the maximum zoom value as a percentage for axes.
AxisX Gets or sets the X-axis that calculates data points’ locations by arguments.
AxisXNavigationMode Gets or sets navigation actions available for the X-axis.
AxisY Gets or sets Y-axis that calculates data points’ locations by values.
AxisYNavigationMode Gets or sets navigation actions available for the Y-axis.
ClassHandle The handle for this class.
Delegate Gets or sets an instance of the DXChartDelegate model class that acts as the class delegate. Inherited from DXChartBase.
Hint
Legend Gets or sets the chart’s legend. Inherited from DXChartBase.
Rotated Gets or sets whether the chart is rotated.
ScrollIndicatorsEnabled Gets or sets whether axes show their scroll indicators when users scroll through them.
SelectedItems Returns paths to selected points grouped by series. Inherited from DXChartBase.
SelectionKind Gets or sets whether an end user can select a series or a series point. Inherited from DXChartBase.
SelectionMode Gets or sets how many elements an end user can have selected at the same time. Inherited from DXChartBase.
Series Returns all series the Pie chart displays.
Style Gets or sets the chart appearance settings.
WeakDelegate An object that can respond to the chart’s delegate protocol requests. Inherited from DXChartBase.
See Also