Skip to main content

TdxChartGetTotalLabelDrawParametersEventArgs.Series Property

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

Declaration

property Series: TdxChartCustomSeries read;

Property Value

Type Description
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