2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / PrintDialogUsage Property

In This Topic
    PrintDialogUsage Property
    In This Topic
    Gets or sets a value indicating whether the print dialog pops up when the PrintChart method is called.
    Syntax
    'Declaration
     
    Public Overrides Property PrintDialogUsage As System.Boolean
    public override System.bool PrintDialogUsage {get; set;}
    See Also