'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the visibility of the line connecting High ans Low values.")> <DefaultValueAttribute()> Public Property ShowHighLow As Boolean
'Usage Dim instance As StockSeries Dim value As Boolean instance.ShowHighLow = value value = instance.ShowHighLow
[Category("Options")] [Description("Controls the visibility of the line connecting High ans Low values.")] [DefaultValue()] public bool ShowHighLow {get; set;}