Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / Visible Property


In This Topic
    Visible Property (ISeries)
    In This Topic
    Gets a boolean value that determines whether the series is visible.
    Syntax
    'Declaration
     
    ReadOnly Property Visible As Boolean
    'Usage
     
    Dim instance As ISeries
    Dim value As Boolean
     
    value = instance.Visible
    bool Visible {get;}
    See Also