Click or drag to resize

ShapeList AppendChart Method (ChartType, RectangleF, Boolean)

Adds a new chart.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IChart AppendChart(
	ChartType type,
	RectangleF rectangle,
	bool init
)

Parameters

type
Type: Spire.Presentation.Charts ChartType
Chart type
rectangle
Type: System.Drawing RectangleF
rectangle should be inserted.
init
Type: System Boolean
init chart use default data .

Return Value

Type: IChart
See Also