ComponentOne FinancialChart for WPF
Zoom Property (C1ListViewer)



C1.WPF Namespace > C1ListViewer Class : Zoom Property
Gets or set the zoom applied to this list.
Syntax
'Declaration
 
Public Property Zoom As C1ZoomUnit
'Usage
 
Dim instance As C1ListViewer
Dim value As C1ZoomUnit
 
instance.Zoom = value
 
value = instance.Zoom
public C1ZoomUnit Zoom {get; set;}
public:
property C1ZoomUnit Zoom {
   C1ZoomUnit get();
   void set (    C1ZoomUnit value);
}
Remarks
The zoom will be conditioned to the MinZoom and MaxZoom properties in the following priority order MinZoom>MaxZoom>Zoom
See Also

Reference

C1ListViewer Class
C1ListViewer Members