PercentageSeries Property
In This Topic
Gets the percentage value of the point in the series.
Syntax
'Declaration
Public ReadOnly Property PercentageSeries As Double
'Usage
Dim instance As DataPoint
Dim value As Double
value = instance.PercentageSeries
public double PercentageSeries {get;}
See Also