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