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 IChart AppendChart(
	ChartType type,
	RectangleF rectangle
)
Public Function AppendChart ( 
	type As ChartType,
	rectangle As RectangleF
) As IChart
public:
IChart^ AppendChart(
	ChartType type, 
	RectangleF rectangle
)
member AppendChart : 
        type : ChartType * 
        rectangle : RectangleF -> IChart 

Parameters

type
ChartType
rectangle
RectangleF

Return Value

IChart

See Also