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


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