'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;}