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


In This Topic
    Series Property (IChartGroup)
    In This Topic
    Gets an object that represents either a single series or a collection of all the series in the chart or chart group.
    Syntax
    'Declaration
     
    ReadOnly Property Series As ISeriesCollection
    'Usage
     
    Dim instance As IChartGroup
    Dim value As ISeriesCollection
     
    value = instance.Series
    ISeriesCollection Series {get;}
    See Also