Back to Devexpress

CustomDrawSeriesPointEventArgs.TotalValue Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawseriespointeventargs-9b7ae5a4.md

latest1.2 KB
Original Source

CustomDrawSeriesPointEventArgs.TotalValue Property

Returns the total value of a series group to which the series point belongs.

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

The total value of a series group to which the series point belongs.

|

See Also

CustomDrawSeriesPointEventArgs Class

CustomDrawSeriesPointEventArgs Members

DevExpress.XtraCharts Namespace