Skip to main content

CustomizeStackedBarTotalLabelEventArgs.TotalValue Property

Returns the total label value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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