Back to Devexpress

PieSeriesPointExplodedEventArgs.Dragged Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriespointexplodedeventargs-21f299f7.md

latest1.7 KB
Original Source

PieSeriesPointExplodedEventArgs.Dragged Property

Indicates whether the series point (pie slice) has been dragged with a mouse.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool Dragged { get; }
vb
Public ReadOnly Property Dragged As Boolean

Property Value

TypeDescription
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

PieSeriesPointExploded

ExplodedPoints

ExplodedPointsFilters

ExplodeMode

PieSeriesPointExplodedEventArgs Class

PieSeriesPointExplodedEventArgs Members

DevExpress.XtraCharts Namespace