IShape
InsertChart Method
|
Insert a chart into placeholder shape.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void InsertChart(
ChartType type
)
Sub InsertChart (
type As ChartType
)
void InsertChart(
ChartType type
)
abstract InsertChart :
type : ChartType -> unit
Parameters
-
type
-
Type:
Spire.Presentation.Charts
ChartType
Chart Type
See Also