PieSeriesPointExplodedEventArgs.Exploded Property
Indicates whether the series point (pie slice) is exploded.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a series point is drawn as an exploded pie slice; otherwise, false. |
Remarks
Use this property to determine the state of the series point after the ChartControl.PieSeriesPointExploded event occurs.
See Also