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

PieSeriesPointExplodedEventArgs.Series Property

Gets a chart series to which the moved point belongs.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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