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 () As Chart |
A Chart object representing the newly created chart.
See Also