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