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