Prints the control using the specified scaling and page settings 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,
	PageSettings ps,
	bool bitmap
)
Visual Basic
Public Sub PrintChart ( _
	scaling As PrintScaleEnum, _
	r As Rectangle, _
	ps As PageSettings, _
	bitmap As Boolean _
)

Parameters

scaling
Type: C1.Win.C1Chart..::..PrintScaleEnum
Chart scaling
r
Type: System.Drawing..::..Rectangle
Rectangle
ps
Type: System.Drawing.Printing..::..PageSettings
Page settings
bitmap
Type: System..::..Boolean
Print as bitmap

See Also