Click or drag to resize

ChartsCollection Add Method (ChartSheet)

Adds chart to the collection.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartSheet Add(
	ChartSheet chart
)

Parameters

chart
Type: Spire.Xls ChartSheet
Chart to add.

Return Value

Type: ChartSheet
Added chart object.
See Also