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

PieSeriesPointExplodedEventArgs.Dragged Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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