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

CustomDrawSeriesPointEventArgs.TotalValue Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public double TotalValue { get; }

Property Value

Type Description
Double

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

See Also