Search
Drawing.AddChart Method ()
See Also
 






Creates and adds a new chart to the drawing.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Chart AddChart ()

Visual Basic  Copy Code

Public Function AddChart () As Chart

 Return Value

A Chart object representing the newly created chart.

 See Also