ActiveReports.Chart Request technical support
DrawContent Method
See Also 


graphics
The specified graphics object.
rectangle
The rectangle to draw.
Draws the chart on the provided graphics object.

Syntax

Visual Basic (Declaration) 
Public Sub DrawContent( _
   ByVal graphics As Graphics, _
   ByVal rectangle As Rectangle _
) 
Visual Basic (Usage)Copy Code
Dim instance As SharpGraph
Dim graphics As Graphics
Dim rectangle As Rectangle
 
instance.DrawContent(graphics, 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