Visible Property
From Measurement Studio User Interface
Visible Property
Syntax
CWImage.Visible
Data Type
Purpose
Specifies if the image is visible or not.
Example
'Hide the graph's caption.
CWGraph1.Images("Caption").Visible = False
From Measurement Studio User Interface
CWImage.Visible
Specifies if the image is visible or not.
'Hide the graph's caption.
CWGraph1.Images("Caption").Visible = False