Skip to main content

DxPieChart<T> Properties

A control that visualizes data as Pie and Donut charts.
Name Description
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
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 DxChartBase.
Id Specifies the component’s unique identifier. Inherited from DxComponentBase.
InnerDiameter Specifies a value used to calculate the Pie Chart’s inner diameter.
LabelOverlap Specifies how overlapping points are displayed.
MinDiameter 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 DxChartBase.
PaletteExtensionMode Specifies how to extend the chart palette when the number of colors is less than the number of series (for DxChart) or series points (for DxPieChart). Inherited from DxChartBase.
PointSelectionMode Specifies whether a user can select pie sectors.
RedrawOnResize Specifies whether to redraw the chart when its container size changes. Inherited from DxChartBase.
Width Specifies the chart component’s absolute or relative width. Inherited from DxChartBase.
See Also