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