Visible property for Pen object
Returns or sets a value that determines whether or not a pen's line is visible. Read/write. Boolean.
Syntax
pen
.Visible
[ = state
]where
pen
- is a Pen object or an expression that evaluates to a Pen object.state
- is a parameter of the type Boolean that can be set to one of the following:- True. Displays the pen's line in the graph
- False. Does not display the pen's line
Provide Feedback