ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataPoint Class / PercentagePoint Property


In This Topic
    PercentagePoint Property
    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