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
public void InsertChart(
ChartType type
)
Public Sub InsertChart (
type As ChartType
)
public:
virtual void InsertChart(
ChartType type
) sealed
abstract InsertChart :
type : ChartType -> unit
override InsertChart :
type : ChartType -> unit
Parameters
-
type
-
Type:
Spire.Presentation.Charts
ChartType
Chart Type
Implements
IShape
InsertChart(ChartType)
See Also