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



In This Topic
    ActualMaxZoom Property
    In This Topic
    Gets the actual maximum zoom.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualMaxZoom As Double
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim value As Double
     
    value = instance.ActualMaxZoom
    public double ActualMaxZoom {get;}
    public:
    property double ActualMaxZoom {
       double get();
    }
    See Also