Draws the chart on the specified drawing surface.

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

Syntax

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

See Also