Back to Devexpress

PieSeriesPointExplodedEventArgs.Point Property

corelibraries-devexpress-dot-xtracharts-dot-pieseriespointexplodedeventargs-c29a189e.md

latest1.4 KB
Original Source

PieSeriesPointExplodedEventArgs.Point Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesPoint Point { get; }
vb
Public ReadOnly Property Point As SeriesPoint

Property Value

TypeDescription
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

PieSeriesPointExplodedEventArgs Class

PieSeriesPointExplodedEventArgs Members

DevExpress.XtraCharts Namespace