Click or drag to resize

ExcelChartSeriesCollectionRemoveSeries(String) Method

Removes the series with the specified name from collection.

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

Parameters

seriesName  String
The name of the series to be removed.
See Also