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


In This Topic
    Series Property
    In This Topic
    Gets the data series related to the data point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Series As DataSeries
    'Usage
     
    
    Dim instance As DataPoint
    Dim value As DataSeries
     
    value = instance.Series
    public DataSeries Series {get;}
    See Also