Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NStandardScale Class / SetPredefinedScale Method


In This Topic
    SetPredefinedScale Method
    In This Topic
    Sets a predefined scale configuration
    Syntax
    'Declaration
     
    
    Public Sub SetPredefinedScale( _
       ByVal scaleStyle As ENPredefinedScaleStyle _
    ) 
    'Usage
     
    
    Dim instance As NStandardScale
    Dim scaleStyle As ENPredefinedScaleStyle
     
    instance.SetPredefinedScale(scaleStyle)
    public void SetPredefinedScale( 
       ENPredefinedScaleStyle scaleStyle
    )

    Parameters

    scaleStyle
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also