Visible property for Overlay object

Returns or sets a value that determines whether or not an overlay is visible in the runtime chart. Read/write. Boolean.
Syntax
overlay
.
Visible
[
= value
]
where
overlay
- is an Overlay object, or an expression that evaluates to an Overlay object.
value -
is a Boolean value that determines whether an overlay is hidden or visible.
  • True
    . Overlay is visible during runtime
  • False
    . Overlay is not visible during runtime
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal