'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Controls the visibility of the data point markers")> <CategoryAttribute("General")> Public Property Visible As Boolean
'Usage Dim instance As Markers Dim value As Boolean instance.Visible = value value = instance.Visible
[DefaultValue()] [Description("Controls the visibility of the data point markers")] [Category("General")] public bool Visible {get; set;}