Click or drag to resize

ShapeList CreateChart Method

clone basechart and insert into shapes

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IChart CreateChart(
	IChart baseChart,
	RectangleF rectangle,
	int nIndex
)

Parameters

baseChart
Type: Spire.Presentation.Charts IChart
source chart
rectangle
Type: System.Drawing RectangleF
Rectangle should be inserted
nIndex
Type: System Int32
index should be inserted.-1 mean append at the last.

Return Value

Type: IChart
See Also