Back to Devexpress

WebChartControl.PieSeriesPointExploded Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-c6bfc8db.md

latest2.6 KB
Original Source

WebChartControl.PieSeriesPointExploded Event

Fires when a pie slice, representing a series point, is moved to or from the pie center.

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public event PieSeriesPointExplodedEventHandler PieSeriesPointExploded
vb
Public Event PieSeriesPointExploded As PieSeriesPointExplodedEventHandler

Event Data

The PieSeriesPointExploded event's data class is PieSeriesPointExplodedEventArgs. The following properties provide information specific to this event:

PropertyDescription
DraggedIndicates whether the series point (pie slice) has been dragged with a mouse.
ExplodedIndicates whether the series point (pie slice) is exploded.
PointProvides access to the series point that has changed its state to or from exploded.
SeriesGets a chart series to which the moved point belongs.

Remarks

Handle the PieSeriesPointExploded event to determine whether a mouse action caused the slice to move. For this check the PieSeriesPointExplodedEventArgs.Dragged argument value.

If there are several points that change their “exploded” state, then the PieSeriesPointExploded event fires for each point. It might happen for certain values of PieSeriesViewBase.ExplodeMode or PieSeriesViewBase.ExplodedPointsFilters properties.

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace