Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChartAxis Class / SetFixedRange Method


In This Topic
    SetFixedRange Method
    In This Topic
    Fixes the axis range to the specified min / max values.
    Syntax
    'Declaration
     
    
    Public Sub SetFixedRange( _
       ByVal min As System.Double, _
       ByVal max As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NChartAxis
    Dim min As System.Double
    Dim max As System.Double
     
    instance.SetFixedRange(min, max)
    public void SetFixedRange( 
       System.double min,
       System.double max
    )

    Parameters

    min
    max
    Remarks
    This is a helper method that will set the ViewRangeMode to FixedRange and modify the MinViewRangeValue and MaxViewRangeValue properties
    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