Click or drag to resize

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
)

Parameters

seriesName
Type: SystemString
The name of the series.

Return Value

Type: ExcelChartSeries
The newly created series
See Also