ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraph Class / DrawContent Method
The specified graphics object.
The rectangle to draw.

In This Topic
    DrawContent Method
    In This Topic
    Draws the chart on the provided graphics object.
    Syntax
    'Declaration
     
    Public Sub DrawContent( _
       ByVal graphics As Graphics, _
       ByVal rectangle As Rectangle _
    ) 
    public void DrawContent( 
       Graphics graphics,
       Rectangle rectangle
    )

    Parameters

    graphics
    The specified graphics object.
    rectangle
    The rectangle to draw.
    Remarks
    OnPaint calls this method.
    See Also