Nevron .NET Vision
Nevron.Chart Namespace / NIndicator Class / DampeningSteps Property


In This Topic
    DampeningSteps Property
    In This Topic
    Gets or set the number of steps the indicator will perform in order to display a new value when dampening is enabled
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Dampening")>
    <System.ComponentModel.DescriptionAttribute("Gets or set the number of steps the indicator will perform in order to display a new value when dampening is enabled.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(10)>
    Public Property DampeningSteps As System.Integer
    'Usage
     
    
    Dim instance As NIndicator
    Dim value As System.Integer
     
    instance.DampeningSteps = value
     
    value = instance.DampeningSteps
    [System.ComponentModel.Category("Dampening")]
    [System.ComponentModel.Description("Gets or set the number of steps the indicator will perform in order to display a new value when dampening is enabled.")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(10)]
    public System.int DampeningSteps {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