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

In This Topic
    DrawBorder Method
    In This Topic
    Draws the border.
    Syntax
    'Declaration
     
    Public Overridable Sub DrawBorder( _
       ByVal g As System.Drawing.Graphics, _
       ByVal r As System.Drawing.Rectangle _
    ) 
    public virtual void DrawBorder( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r
    )

    Parameters

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