Skip to main content

PieSeriesPointExplodedEventArgs.Series Property

Gets a chart series to which the moved point belongs.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Series Series { get; }

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