ExcelChartSeriesCollectionAddSeries(String) Method |
Add a new series with the specified name to the collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelChartSeries AddSeries(
string seriesName
)
Public Function AddSeries (
seriesName As String
) As ExcelChartSeries
Parameters
- seriesName String
- The name of the series.
Return Value
ExcelChartSeriesThe newly created series
See Also