ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 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 _
    ) 
    public void PrintChart( 
       PrintScaleEnum scaling,
       System.Drawing.Rectangle r,
       System.Drawing.Printing.PageSettings ps,
       System.bool bitmap
    )

    Parameters

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