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
See Also