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

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