Back to Devexpress

CustomizeStackedBarTotalLabelEventArgs.TotalValue Property

corelibraries-devexpress-dot-xtracharts-dot-customizestackedbartotallabeleventargs-ba0536ce.md

latest1.2 KB
Original Source

CustomizeStackedBarTotalLabelEventArgs.TotalValue Property

Returns the total label value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public double TotalValue { get; }
vb
Public ReadOnly Property TotalValue As Double

Property Value

TypeDescription
Double

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

|

See Also

CustomizeStackedBarTotalLabelEventArgs Class

CustomizeStackedBarTotalLabelEventArgs Members

DevExpress.XtraCharts Namespace