Search
Drawing.addChart Method (Int32, Int32)
See Also
 






Creates and adds a new chart to the drawing.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Chart addChart (
    int column,
    int row
)

 Parameters

column

The column where the chart will be positioned initially.

row

The row where the chart will be positioned initially.

 Return Value

A Chart object representing the newly created chart.

 See Also