ExcelChartSeriesCollectionAddSeries Method |
Add a new series to the collection. The series will have a default name.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelChartSeries AddSeries()
Public Function AddSeries As ExcelChartSeries
Return Value
Type:
ExcelChartSeriesThe newly created series
See Also