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

CustomDrawSeriesPointEventArgs.PercentValue Property

Returns the portion of the series point’s value within the total value of a series group to which the series point belongs.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public double PercentValue { get; }

Property Value

Type Description
Double

The portion of the series point’s value within the total value of a series group to which the series point belongs.

See Also