In This Topic
Draws the chart on the specified drawing surface.
Syntax
'Declaration
Public Overrides Sub Draw( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
)
public override void Draw(
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
Parameters
- g
- r
See Also