'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Indicates whether the retracements are displayed as infinite lines over the X dimension")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Infinite As System.Boolean
'Usage
Dim instance As NFibonacciRetracements Dim value As System.Boolean instance.Infinite = value value = instance.Infinite
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Indicates whether the retracements are displayed as infinite lines over the X dimension")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool Infinite {get; set;}