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