Click or drag to resize

ChartCollection Add Method

Adds a chart to the collection.

Namespace: Spire.Doc.Fields.Shapes.Charts
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Add(
	Chart chart
)

Parameters

chart
Type: Spire.Doc.Fields.Shapes.Charts Chart
The chart to be added.
See Also