ExcelChartSeriesCollectionAddSeries(String) Method
Add a new series with the specified name to the collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelChartSeries AddSeries(
string seriesName
)
Public Function AddSeries (
seriesName As String
) As ExcelChartSeries
public:
ExcelChartSeries^ AddSeries(
String^ seriesName
)
member AddSeries :
seriesName : string -> ExcelChartSeries
- seriesName String
- The name of the series.
ExcelChartSeriesThe newly created series