'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Controls the visibility of the chart")> <DefaultValueAttribute(True)> Public Property Visible As Boolean
[Category("General")] [Description("Controls the visibility of the chart")] [DefaultValue(true)] public bool Visible {get; set;}