Skip to main content
A newer version of this page is available. .

PieSeriesPointExplodedEventArgs.Exploded Property

Indicates whether the series point (pie slice) is exploded.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public bool Exploded { get; }

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