C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / PrintChart Method / PrintChart(PrintScaleEnum,Rectangle,PageSettings,Boolean) Method
Chart scaling
Rectangle
Page settings
Print as a bitmap

In This Topic
PrintChart(PrintScaleEnum,Rectangle,PageSettings,Boolean) Method
In This Topic
Prints the control using the specified scaling and page settings to the specified rectangle.
Syntax
'Declaration
 
Public Overloads Sub PrintChart( _
   ByVal scaling As PrintScaleEnum, _
   ByVal r As System.Drawing.Rectangle, _
   ByVal ps As System.Drawing.Printing.PageSettings, _
   ByVal bitmap As System.Boolean _
) 
 

Parameters

scaling
Chart scaling
r
Rectangle
ps
Page settings
bitmap
Print as a bitmap
See Also