Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeriesCollection Interface / NewSeries Method


In This Topic
    NewSeries Method
    In This Topic
    Creates a new series. Returns an ISeries object that represents the new series.
    Syntax
    'Declaration
     
    Function NewSeries() As ISeries
    'Usage
     
    Dim instance As ISeriesCollection
    Dim value As ISeries
     
    value = instance.NewSeries()
    ISeries NewSeries()
    See Also