ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewer Class / MaxZoom Property



In This Topic
    MaxZoom Property
    In This Topic
    Gets or sets the maximum zoom available.
    Syntax
    'Declaration
     
    
    Public Property MaxZoom As Double
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim value As Double
     
    instance.MaxZoom = value
     
    value = instance.MaxZoom
    public double MaxZoom {get; set;}
    public:
    property double MaxZoom {
       double get();
       void set (    double value);
    }
    See Also