Click or drag to resize

ChartSeries Add Method

Overload List
Name Description
Public method Add
Defines a new series. Returns a Series object.
Public method Add(String)
Defines a new series. Returns a Series object.
Public method Add(T)
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from CollectionBase T .)
Public method Add(ChartSerie)
Adds series to the collection.
Public method Add(ExcelChartType)
Defines a new series. Returns a Series object.
Public method Add(String, ExcelChartType)
Defines a new series. Returns a Series object.
Public method Add(String, Boolean)
Adds a new area to the layout with the specified orientation.
Top
See Also