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 As PrintScaleEnum, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Printing.PageSettings, _
ByVal As System.Boolean _
)
public void PrintChart(
PrintScaleEnum ,
System.Drawing.Rectangle ,
System.Drawing.Printing.PageSettings ,
System.bool
)
Parameters
- scaling
- Chart scaling
- r
- Rectangle
- ps
- Page settings
- bitmap
- Print as bitmap
See Also