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