Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / NToggleDataZoomToolAction Class / MaxZoomFactor Property


In This Topic
    MaxZoomFactor Property (NToggleDataZoomToolAction)
    In This Topic
    Gets or sets the max zoom factor
    Syntax
    'Declaration
     
    
    Public Property MaxZoomFactor As System.Double
    'Usage
     
    
    Dim instance As NToggleDataZoomToolAction
    Dim value As System.Double
     
    instance.MaxZoomFactor = value
     
    value = instance.MaxZoomFactor
    public System.double MaxZoomFactor {get; set;}
    Remarks
    The default zoom factor is 20.
    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