'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the visibility of the series.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Visible As System.Boolean
'Usage
Dim instance As NSeriesBase Dim value As System.Boolean instance.Visible = value value = instance.Visible
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the visibility of the series.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool Visible {get; set;}