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

PieSeriesPointExplodedEventArgs Properties

Provides data for the ChartControl.PieSeriesPointExploded, WebChartControl.PieSeriesPointExploded and XRChart.PieSeriesPointExploded events.
Name Description
Dragged Indicates whether the series point (pie slice) has been dragged with a mouse.
Exploded Indicates whether the series point (pie slice) is exploded.
Point Provides access to the series point that has changed its state to or from exploded.
Series Gets a chart series to which the moved point belongs.
See Also