Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Series Property


In This Topic
    Series Property (IChart)
    In This Topic
    Gets an object that represents all the series in the chart or chart group.
    Syntax
    'Declaration
     
    ReadOnly Property Series As ISeriesCollection
    'Usage
     
    Dim instance As IChart
    Dim value As ISeriesCollection
     
    value = instance.Series
    ISeriesCollection Series {get;}
    Remarks
    This function works with Spread WPF only.
    See Also