Click or drag to resize

ChartSeries Add Method (ChartSerie)

Adds series to the collection.

Namespace: Spire.Xls.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartSerie Add(
	ChartSerie serieToAdd
)

Parameters

serieToAdd
Type: Spire.Xls.Charts ChartSerie
Series that should be added to the collection.

Return Value

Type: ChartSerie
Series that was added.
See Also