Back to Devexpress

DxPieChart<T> Properties

blazor-devexpress-dot-blazor-dot-dxpiechart-1-dot-underscore-properties.md

latest2.9 KB
Original Source

DxPieChart<T> Properties

A control that visualizes data as Pie and Donut charts.

NameDescription
CssClassAssigns a CSS class to the Chart component. Inherited from DxChartBase.
DataSpecifies a data source.
DiameterSpecifies a value used to calculate the Pie Chart’s outer diameter.
HeightSpecifies the chart component’s absolute or relative height. Inherited from DxChartBase.
IdSpecifies the Chart component’s unique identifier. Inherited from DxChartBase.
InnerDiameterSpecifies a value used to calculate the Pie Chart’s inner diameter.
LabelOverlapSpecifies how overlapping points are displayed.
MinDiameterSpecifies the Pie Chart’s minimum diameter to limit the space that labels with Outside position occupy.
PaletteSpecifies the color scheme to colorize chart series. Inherited from DxChartBase.
PaletteExtensionModeSpecifies 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.
PointSelectionModeSpecifies whether a user can select pie sectors.
RedrawOnResizeSpecifies whether to redraw the chart when its container size changes. Inherited from DxChartBase.
SegmentDirectionSpecifies the direction in which the chart arranges series slices.
StartAngleSpecifies the angle at which the chart lays out the first series slice.
WidthSpecifies the chart component’s absolute or relative width. Inherited from DxChartBase.

See Also

DxPieChart<T> Class

DxPieChart<T> Members

DevExpress.Blazor Namespace