Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / Series Property


In This Topic
    Series Property (PlotArea)
    In This Topic
    Gets the series collection for the plot area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Series As SeriesCollection
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As SeriesCollection
     
    value = instance.Series
    public SeriesCollection Series {get;}
    See Also