Nevron .NET Vision
Nevron.Chart Namespace / NAutoScaleLayout Class / NAutoScaleLayout Constructor / NAutoScaleLayout Constructor(Single,Single,Int32)


In This Topic
    NAutoScaleLayout Constructor(Single,Single,Int32)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal minScale As System.Single, _
       ByVal maxScale As System.Single, _
       ByVal scaleSteps As System.Integer _
    )
    'Usage
     
    
    Dim minScale As System.Single
    Dim maxScale As System.Single
    Dim scaleSteps As System.Integer
     
    Dim instance As New NAutoScaleLayout(minScale, maxScale, scaleSteps)
    public NAutoScaleLayout( 
       System.float minScale,
       System.float maxScale,
       System.int scaleSteps
    )

    Parameters

    minScale
    maxScale
    scaleSteps
    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