Prints the control using the specified scaling within the specified rectangle of the printer page.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.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.C1Chart3D..::..PrintScaleEnum
Scaling.
r
Type: System.Drawing..::..Rectangle
Rectangle.

See Also