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


In This Topic
    ThresholdFactor Property
    In This Topic
    Gets or sets the threshold factor controlling when a break is generated
    Syntax
    'Declaration
     
    
    Public Property ThresholdFactor As System.Single
    'Usage
     
    
    Dim instance As NAutoScaleBreak
    Dim value As System.Single
     
    instance.ThresholdFactor = value
     
    value = instance.ThresholdFactor
    public System.float ThresholdFactor {get; set;}
    Remarks
    This property accepts values in the range (0, 1]. Smaller values reduce the distance between data points that is requied to generate a scale break, while bigger values increase it. For example if you set the threshold factor to 0.5 a scale break will occur if the maximum distance between data points exceeds half of the data points range.
    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