DrawChart(Graphics,Size) Method
In This Topic
Draws chart on the specified graphics with specified size.
Syntax
'Declaration
Public Overloads Sub DrawChart( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Size _
)
public void DrawChart(
System.Drawing.Graphics ,
System.Drawing.Size
)
Parameters
- g
- Graphics.
- sz
- Size of chart.
See Also