NevronOpenVision
Nevron.Nov.Chart Namespace / NChartAxis Class / SetFixedViewRange Method / SetFixedViewRange(Double,Double) Method
In This Topic
    SetFixedViewRange(Double,Double) Method
    In This Topic
    Fixes the axis range to the specified min / max values.
    Syntax
    public void SetFixedViewRange( 
       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