Draw the chart on the specified drawing surface.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public override void Draw(
	Graphics g,
	Rectangle r
)
Visual Basic
Public Overrides Sub Draw ( _
	g As Graphics, _
	r As Rectangle _
)

Parameters

g
Type: System.Drawing..::..Graphics
Graphics.
r
Type: System.Drawing..::..Rectangle
Rectangle.

See Also