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

CustomizeTotalLabelEventArgs.TotalValue Property

Returns the total value of a series group whose total label is customized.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public double TotalValue { get; }

Property Value

Type Description
Double

The total value of a series group whose total label is customized.

See Also