ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapChart Class / PrintChart Method / PrintChart(PrintScaleEnum,Rectangle,PageSettings) Method

In This Topic
    PrintChart(PrintScaleEnum,Rectangle,PageSettings) Method
    In This Topic
    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
    r
    ps
    See Also