'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Whether to include the retracements in the min max calculation")> Public Property IncludeInMinMaxCalculation As System.Boolean
'Usage
Dim instance As NLineStudy Dim value As System.Boolean instance.IncludeInMinMaxCalculation = value value = instance.IncludeInMinMaxCalculation
[System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Whether to include the retracements in the min max calculation")] public System.bool IncludeInMinMaxCalculation {get; set;}