Creates and adds a new chart to the drawing.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Chart AddChart ( |
Visual Basic
Copy Code
|
|---|
Public Function AddChart( _ |
The column where the chart will be positioned initially.
The row where the chart will be positioned initially.
A Chart object representing the newly created chart.
See Also