2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / Draw Method
A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
A rectangle to draw.

In This Topic
    Draw Method (baseChart)
    In This Topic
    Draws rectangle area.
    Syntax
    'Declaration
     
    Public Overridable Sub Draw( _
       ByVal g As System.Drawing.Graphics, _
       ByVal r As System.Drawing.Rectangle _
    ) 
    public virtual void Draw( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r
    )

    Parameters

    g
    A System.Drawing.Graphics object that encapsulates a GDI+ drawing surface.
    r
    A rectangle to draw.
    See Also