ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotChart Class / PrintChart Method / PrintChart(PrintScaleEnum,Rectangle,PageSettings,Boolean) Method

In This Topic
    PrintChart(PrintScaleEnum,Rectangle,PageSettings,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub PrintChart( _
       ByVal scaling As C1.Win.C1Chart.PrintScaleEnum, _
       ByVal r As Rectangle, _
       ByVal ps As PageSettings, _
       ByVal bitmap As Boolean _
    ) 
    public void PrintChart( 
       C1.Win.C1Chart.PrintScaleEnum scaling,
       Rectangle r,
       PageSettings ps,
       bool bitmap
    )

    Parameters

    scaling
    r
    ps
    bitmap
    See Also