ComponentOne FinancialChart for WPF
MaxZoom Property



C1.WPF Namespace > C1ListViewer Class : MaxZoom Property
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

Reference

C1ListViewer Class
C1ListViewer Members