MindFusion.Wpf Pack Programmer's Guide
Drawing.AddChart Method (Int32, Int32)
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 (
    int column,
    int row
)

Visual Basic  Copy Code

Public Function AddChart( _
    column As Integer, _
    row As Integer _
) As Chart

 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

AddChart Method Overload List
Drawing Members
Drawing Class
MindFusion.Spreadsheet.Wpf Namespace