Nevron .NET Vision
Nevron.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
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(0.4)>
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls the threshold factor controlling when a break is generated")>
    Public Property ThresholdFactor As System.Single
    'Usage
     
    
    Dim instance As NAutoScaleBreak
    Dim value As System.Single
     
    instance.ThresholdFactor = value
     
    value = instance.ThresholdFactor
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(0.4)]
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the threshold factor controlling when a break is generated")]
    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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also