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