Skip to main content
A newer version of this page is available. .

CustomizeStackedBarTotalLabelEventArgs.TotalValue Property

Returns the total label value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public double TotalValue { get; }

Property Value

Type Description
Double

A floating-point number that specifies the total value of stacked bar series point values.

See Also