'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the visibility of the Open value.")> <DefaultValueAttribute(True)> 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(true)] public bool ShowOpen {get; set;}