ChartCollection.AddFloatingChart

ChartCollection.AddFloatingChart method

Adds a chart to the collection.

public int AddFloatingChart(ChartType type, int left, int top, int width, int height)
ParameterTypeDescription
typeChartTypeChart type
leftInt32The x offset to corner
topInt32The y offset to corner
widthInt32The chart width
heightInt32The chart height

Return Value

Chart object index.

See Also