Gets or sets a value indicating whether the print dialog pops up when the PrintChart method is called.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public override bool PrintDialogUsage { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Overrides Property PrintDialogUsage As Boolean
	Get
	Set

See Also