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

In This Topic
PrintChart(PrintScaleEnum,Rectangle,PageSettings) 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 _
) 
 

Parameters

scaling
Chart scaling
r
Rectangle
ps
Page settings
See Also