Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Wall Class / Visible Property
Example


In This Topic
    Visible Property (Wall)
    In This Topic
    Gets the visibility of the wall.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    'Usage
     
    Dim instance As Wall
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}
    Example
    This example sets the Visible property for the walls.
    See Also