Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramLine Class / Visible Property


In This Topic
    Visible Property (HistogramLine)
    In This Topic
    Gets the Visible setting.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Visible As Boolean
    'Usage
     
    
    Dim instance As HistogramLine
    Dim value As Boolean
     
    value = instance.Visible
    public override bool Visible {get;}
    See Also