'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
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Defines the zoom in or out applied in response to a mouse wheel rotation.")] [System.ComponentModel.DefaultValue(0.05)] [System.Xml.Serialization.XmlAttribute()] public System.double WheelZoomFactor {get; set;}