See Also

SharpGraph Class  | SharpGraph Members

Language

Visual Basic

C#

Show All

graphics
The specified graphics object.
rectangle
The rectangle to draw.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

DrawContent Method

Draws the chart on the provided graphics object.

[Visual Basic]
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.

See Also

SharpGraph Class  | SharpGraph Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.