Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / Visible Property


In This Topic
    Visible Property (Axis)
    In This Topic
    Gets or sets whether the axis is visible.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    'Usage
     
    Dim instance As Axis
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}
    See Also