Winnovative Excel Library

ExcelChartSeriesCollectionAddSeries Method (String)

Winnovative Excel Library Documentation
Add a new series with the specified name to the collection.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelChartSeries AddSeries(
	string seriesName
)

Parameters

seriesName
Type: SystemString
The name of the series.

Return Value

Type: ExcelChartSeries
The newly created series
See Also

Reference