FlexChart | ComponentOne
C1.Win.FlexChart.Toolbar.4.8 Assembly / C1.Win.Chart.Toolbar Namespace / PrintMenuItem Class / Print Method
Whether to show preview window.

In This Topic
    Print Method (PrintMenuItem)
    In This Topic
    Prints the chart.
    Syntax
    'Declaration
     
    Protected Overridable Sub Print( _
       Optional ByVal preview As System.Boolean _
    ) 
    protected virtual void Print( 
       System.bool preview
    )

    Parameters

    preview
    Whether to show preview window.
    See Also