Nevron.Chart.Windows Namespace / NDataZoomTool Class / WheelZoomFactor Property


WheelZoomFactor Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Defines the zoom in or out applied in response to a mouse wheel rotation.")>
<System.ComponentModel.DefaultValueAttribute(0.05)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property WheelZoomFactor As System.Double
 
'Usage
 
Dim instance As NDataZoomTool
Dim value As System.Double
 
instance.WheelZoomFactor = value
 
value = instance.WheelZoomFactor
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also