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