2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / Draw Method

In This Topic
    Draw Method
    In This Topic
    Draws 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
    r
    See Also