Back to Devexpress

PieSeriesPointExplodedEventArgs.Series Property

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

latest1.3 KB
Original Source

PieSeriesPointExplodedEventArgs.Series Property

Gets a chart series to which the moved point belongs.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Series Series { get; }
vb
Public ReadOnly Property Series As Series

Property Value

TypeDescription
Series

A Series object representing the chart series of a moved point.

|

Remarks

Use this property to determine a series which contains the point that has been moved to or from the pie center.

See Also

PieSeriesPointExplodedEventArgs Class

PieSeriesPointExplodedEventArgs Members

DevExpress.XtraCharts Namespace