ChartCollection.AddFloatingChart
ChartCollection.AddFloatingChart method
Adds a chart to the collection.
public int AddFloatingChart(ChartType type, int left, int top, int width, int height)
Parameter | Type | Description |
---|---|---|
type | ChartType | Chart type |
left | Int32 | The x offset to corner |
top | Int32 | The y offset to corner |
width | Int32 | The chart width |
height | Int32 | The chart height |
Return Value
Chart
object index.
See Also
- enum ChartType
- class ChartCollection
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells