ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / PrintChart Method / PrintChart(PrintScaleEnum,Rectangle) Method
Scaling.
Rectangle.

In This Topic
    PrintChart(PrintScaleEnum,Rectangle) Method
    In This Topic
    Prints the control using the specified scaling within the specified rectangle of the printer page.
    Syntax
    'Declaration
     
    Public Overloads Sub PrintChart( _
       ByVal scaling As PrintScaleEnum, _
       ByVal r As System.Drawing.Rectangle _
    ) 
    public void PrintChart( 
       PrintScaleEnum scaling,
       System.Drawing.Rectangle r
    )

    Parameters

    scaling
    Scaling.
    r
    Rectangle.
    See Also