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 Overrides Sub DrawChart( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Point, _
ByVal As System.Drawing.Size _
)
public override void DrawChart(
System.Drawing.Graphics ,
System.Drawing.Point ,
System.Drawing.Size
)
Parameters
- g
- Graphics.
- pt
- Point.
- sz
- Size of chart.
See Also