Nevron .NET Vision
Nevron.Chart Namespace / NSettings Class / AutoJitterInterval Property


In This Topic
    AutoJitterInterval Property
    In This Topic
    Controls the time period (in ms) to wait until an auto jitter occurs.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("The time period (in ms) to wait until an auto jitter occurs.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(1000)>
    Public Property AutoJitterInterval As System.Integer
    'Usage
     
    
    Dim instance As NSettings
    Dim value As System.Integer
     
    instance.AutoJitterInterval = value
     
    value = instance.AutoJitterInterval
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("The time period (in ms) to wait until an auto jitter occurs.")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(1000)]
    public System.int AutoJitterInterval {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