Nevron.Chart Namespace / NAutoScaleBreak Class / ThresholdFactor Property


In This Topic
    ThresholdFactor Property
    In This Topic
    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;}
    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