Skip to main content

PieSeriesPointExplodedEventArgs.Dragged Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Dragged { get; }

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