2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / PrintChart Method / PrintChart(PrintScaleEnum) Method
Chart 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
    Chart scaling.
    See Also