GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / ChartViewZoomFactor Property

In This Topic
    ChartViewZoomFactor Property (C1GanttView)
    In This Topic
    Gets or Sets zoom factor of chart view.The value must be between 0 and 11.
    Syntax
    'Declaration
     
    Public Property ChartViewZoomFactor As Double
    public double ChartViewZoomFactor {get; set;}
    See Also