Back to Devexpress

TdxChartGetTotalLabelDrawParametersEventArgs.Series Property

vcl-dxchartsimplediagram-dot-tdxchartgettotallabeldrawparameterseventargs-f4deda7d.md

latest1.2 KB
Original Source

TdxChartGetTotalLabelDrawParametersEventArgs.Series Property

Provides access to the simple series to which the processed total label belongs.

Declaration

delphi
property Series: TdxChartCustomSeries read;

Property Value

TypeDescription
TdxChartCustomSeries

The simple series to which the processed total label belongs.

Cast the property value to the TdxChartSimpleSeries class to access all public API members.

|

Remarks

Use the Text property to define new display text for the processed total label. To identify the total value of the series accessible through the Series property, use the TotalValue property.

See Also

TdxChartGetTotalLabelDrawParametersEventArgs Class

TdxChartGetTotalLabelDrawParametersEventArgs Members

dxChartSimpleDiagram Unit