Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAutoScaleBreak Class / UseMinValue Property


In This Topic
    UseMinValue Property
    In This Topic
    Whether to use a custom min value to perform the threshold calculation on the data
    Syntax
    'Declaration
     
    
    Public Property UseMinValue As System.Boolean
    'Usage
     
    
    Dim instance As NAutoScaleBreak
    Dim value As System.Boolean
     
    instance.UseMinValue = value
     
    value = instance.UseMinValue
    public System.bool UseMinValue {get; set;}
    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