In This Topic
Draw 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
- Graphics.
- r
- Rectangle.
See Also