DxPieChart<T> Properties
A control that visualizes data as Pie and Donut charts.
Name | Description |
---|---|
Css |
Assigns a CSS class to the Chart component.
Inherited from Dx |
Data | Specifies a data source. |
Diameter | Specifies a value used to calculate the Pie Chart’s outer diameter. |
Height |
Specifies the chart component’s absolute or relative height.
Inherited from Dx |
Id |
Specifies the Chart component’s unique identifier.
Inherited from Dx |
Inner |
Specifies a value used to calculate the Pie Chart’s inner diameter. |
Label |
Specifies how overlapping points are displayed. |
Min |
Specifies the Pie Chart’s minimum diameter to limit the space that labels with Outside position occupy. |
Palette |
Specifies the color scheme to colorize chart series.
Inherited from Dx |
Palette |
Specifies how to extend the chart palette when the number of colors is less than the number of series (for Dx |
Point |
Specifies whether a user can select pie sectors. |
Redraw |
Specifies whether to redraw the chart when its container size changes.
Inherited from Dx |
Segment |
Specifies the direction in which the chart arranges series slices. |
Start |
Specifies the angle at which the chart lays out the first series slice. |
Width |
Specifies the chart component’s absolute or relative width.
Inherited from Dx |
See Also