ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / Draw Method
Graphics.
Rectangle.

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

    Parameters

    g
    Graphics.
    r
    Rectangle.
    See Also