ShapeList
CreateChart Method
|
clone basechart and insert into shapes
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IChart CreateChart(
IChart baseChart,
RectangleF rectangle,
int nIndex
)
Public Function CreateChart (
baseChart As IChart,
rectangle As RectangleF,
nIndex As Integer
) As IChart
public:
IChart^ CreateChart(
IChart^ baseChart,
RectangleF rectangle,
int nIndex
)
member CreateChart :
baseChart : IChart *
rectangle : RectangleF *
nIndex : int -> IChart
Parameters
-
baseChart
-
Type:
Spire.Presentation.Charts
IChart
source chart
-
rectangle
-
Type:
System.Drawing
RectangleF
Rectangle should be inserted
-
nIndex
-
Type:
System
Int32
index should be inserted.-1 mean append at the last.
Return Value
Type:
IChart
See Also