Version

SetVisible Method

Sets whether or not the layer is visible.
Syntax
'Declaration
 
Public Overridable Sub SetVisible( _
   ByVal visible As Boolean _
) 
public virtual void SetVisible( 
   bool visible
)

Parameters

visible
True if the layer should be visible, otherwise false.
Remarks

This method can be used to toggle the visibility of different layers. For example, pie chart has no grid, so GridLayer's Visible is set to false.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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