TdxChartGetTotalLabelDrawParametersEventArgs.Series Property
In This Article
Provides access to the simple series to which the processed total label belongs.
#Declaration
Delphi
property Series: TdxChartCustomSeries read;
#Property Value
Type | Description |
---|---|
Tdx |
The simple series to which the processed total label belongs. Cast the property value to the Tdx |
#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