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


In This Topic
    WheelZoomFactor Property
    In This Topic
    Gets or sets the wheel zoom factor that defines the zoom in or out applied in response to a mouse wheel rotation.
    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
    [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;}
    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