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

In This Topic
    PrintChart(PrintScaleEnum,Rectangle,PageSettings) 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 _
    ) 
    public void PrintChart( 
       PrintScaleEnum scaling,
       System.Drawing.Rectangle r,
       System.Drawing.Printing.PageSettings ps
    )

    Parameters

    scaling
    Chart scaling
    r
    Rectangle
    ps
    Page settings
    See Also