Back to Devexpress

TdxChartGetTotalLabelDrawParametersEventArgs.TotalValue Property

vcl-dxchartsimplediagram-dot-tdxchartgettotallabeldrawparameterseventargs-0d767947.md

latest1.3 KB
Original Source

TdxChartGetTotalLabelDrawParametersEventArgs.TotalValue Property

Returns the total value of the series to which the processed label belongs.

Declaration

delphi
property TotalValue: Double read;

Property Value

TypeDescription
Double

The total value initially displayed on the processed label.

|

Remarks

Use the TotalValue property to create new display text based on the actual total value. Assign the resulting display text string to the Text property.

See Also

TdxChartGetTotalLabelDrawParametersEventArgs.Series Property

TdxChartGetAxisValueLabelDrawParametersEventArgs.Value Property

TdxChartGetTotalLabelDrawParametersEventArgs Class

TdxChartGetTotalLabelDrawParametersEventArgs Members

dxChartSimpleDiagram Unit