ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintInfo Class / Scale Property

In This Topic
    Scale Property (PrintInfo)
    In This Topic
    Gets or sets the scale of printing gantt view.
    Syntax
    'Declaration
     
    Public Property Scale As System.Double
    public System.double Scale {get; set;}
    Remarks
    The valid value is between 0.1 and 5.0, inclusively.
    See Also