Prints the control using the specified scaling to the specified rectangle.

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

Syntax

C#
public void PrintChart(
	PrintScaleEnum scaling,
	Rectangle r
)
Visual Basic
Public Sub PrintChart ( _
	scaling As PrintScaleEnum, _
	r As Rectangle _
)

Parameters

scaling
Type: C1.Win.C1Chart..::..PrintScaleEnum
Chart scaling
r
Type: System.Drawing..::..Rectangle
Rectangle

See Also