Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void InsertChart(
	int index,
	ChartType type,
	RectangleF rectangle,
	bool init = false
)
Public Sub InsertChart ( 
	index As Integer,
	type As ChartType,
	rectangle As RectangleF,
	Optional init As Boolean = false
)
public:
void InsertChart(
	int index, 
	ChartType type, 
	RectangleF rectangle, 
	bool init = false
)
member InsertChart : 
        index : int * 
        type : ChartType * 
        rectangle : RectangleF * 
        ?init : bool 
(* Defaults:
        let _init = defaultArg init false
*)
-> unit 

Parameters

index
Int32
type
ChartType
rectangle
RectangleF
init (Optional)
Boolean

See Also