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

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

    Parameters

    scaling
    Scaling.
    See Also