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

PieSeriesPointExplodedEventArgs.Point Property

Provides access to the series point that has changed its state to or from exploded.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public SeriesPoint Point { get; }

Property Value

Type Description
SeriesPoint

A SeriesPoint object representing a series point (pie slice) which is moved to or from the pie.

Remarks

The Point gets series point represented by a pie slice which has been moved to or from the pie center.

See Also