PieSeriesPointExplodedEventArgs.Dragged Property
Indicates whether the series point (pie slice) has been dragged with a mouse.
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 dragged; otherwise, false. |
Remarks
Use the Dragged property to determine whether the slice is spread apart manually, by dragging it with the mouse, or programmatically, via the code.
See Also