ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart 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 C1.Win.C1Chart.PrintScaleEnum, _
       ByVal r As Rectangle _
    ) 
    public void PrintChart( 
       C1.Win.C1Chart.PrintScaleEnum scaling,
       Rectangle r
    )

    Parameters

    scaling
    r
    See Also