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