'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the line study texts")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property ShowTexts As System.Boolean
'Usage
Dim instance As NLineStudy Dim value As System.Boolean instance.ShowTexts = value value = instance.ShowTexts
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the visibility of the line study texts")] [System.ComponentModel.DefaultValue(true)] public System.bool ShowTexts {get; set;}