Prints the control using the specified scaling within the margins 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
)
Visual Basic
Public Sub PrintChart ( _
	scaling As PrintScaleEnum _
)

Parameters

scaling
Type: C1.Win.C1Chart3D..::..PrintScaleEnum
Scaling.

See Also