Aspose::Cells::Charts::ChartCollection::AddFloatingChart method

ChartCollection::AddFloatingChart method

Adds a chart to the collection.

int32_t Aspose::Cells::Charts::ChartCollection::AddFloatingChart(ChartType type, int32_t left, int32_t top, int32_t width, int32_t height)
ParameterTypeDescription
typeChartTypeChart type
leftint32_tThe x offset to corner
topint32_tThe y offset to corner
widthint32_tThe chart width
heightint32_tThe chart height

ReturnValue

Chart object index.

See Also