ActiveReports 8
DrawContent Method
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : DrawContent Method

graphics
The specified graphics object.
rectangle
The rectangle to draw.

Glossary Item Box

Draws the chart on the provided graphics object.

Syntax

Visual Basic (Declaration) 
Public Sub DrawContent( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle _
) 
C# 
public void DrawContent( 
   Graphics graphics,
   Rectangle rectangle
)

Parameters

graphics
The specified graphics object.
rectangle
The rectangle to draw.

Remarks

OnPaint calls this method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also