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

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

Syntax

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

Parameters

scaling
Type: C1.Win.C1Chart..::..PrintScaleEnum
Chart scaling.

See Also