Xceed Chart for WinForms v4.4 Documentation
Visible Property (SeriesBase)
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > SeriesBase Class : Visible Property
Controls the visibility of the series.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the visibility of the series.")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
Public Property Visible As Boolean
'Usage
 
Dim instance As SeriesBase
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
[Description("Controls the visibility of the series.")]
[Category("General")]
[DefaultValue()]
public bool Visible {get; set;}
Remarks
If set to false the series is not displayed and does not affect the scaling of the axes.
Example
The following code hides a bar series.
bar.Visible = False
bar.Visible = false;
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SeriesBase Class
SeriesBase Members