Search
SeriesCollection.Add Method
See Also
 






Creates and adds a new Series to the collection.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Series Add ()

Visual Basic  Copy Code

Public Function Add () As Series

 Return Value

The newly created Series object.

 See Also