Skip to main content

CustomizePieTotalLabelEventArgs.Series Property

Returns a pie series whose total label is customized.

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 whose total label is customized.

See Also