DXPieChart Properties
The view that displays data in a Pie (Circular) chart.| Name | Description |
|---|---|
| Appearance static | Returns the appearance object for this class. |
| 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 | Gets or sets the Pie Chart hint settings. |
| Legend | Gets or sets the chart’s legend. Inherited from DXChartBase. |
| SelectedItems | Returns paths to selected points grouped by series. Inherited from DXChartBase. |
| SelectionBehavior | Gets or sets how the Pie chart control highlights selected points. |
| 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 appearance style settings. |
| WeakDelegate | An object that can respond to the chart’s delegate protocol requests. Inherited from DXChartBase. |
See Also