Back to Devexpress

CustomDrawSeriesPointEventArgs.PercentValue Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawseriespointeventargs-650f3f44.md

latest1.3 KB
Original Source

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.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

CustomDrawSeriesPointEventArgs Class

CustomDrawSeriesPointEventArgs Members

DevExpress.XtraCharts Namespace