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

CustomizePieTotalLabelEventArgs.Series Property

Returns a pie series whose total label is customized.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public Series Series { get; }

Property Value

Type Description
Series

A series whose total label is customized.

See Also