Click or drag to resize

ExcelChartSeriesCollectionAddSeries(String) Method

Add a new series with the specified name to the collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelChartSeries AddSeries(
	string seriesName
)

Parameters

seriesName  String
The name of the series.

Return Value

ExcelChartSeries
The newly created series
See Also