2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / PrintChart Method / PrintChart(PrintScaleEnum,Rectangle) Method
Chart scaling
Rectangle

In This Topic
    PrintChart(PrintScaleEnum,Rectangle) Method
    In This Topic
    Prints the control using the specified scaling to the specified rectangle.
    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
    Chart scaling
    r
    Rectangle
    See Also