PieSeriesPointExplodedEventArgs.Series Property
In This Article
Gets a chart series to which the moved point belongs.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
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