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
CWImage.Visible
Specifies if the image is visible or not.
'Hide the graph's caption.
CWGraph1.Images("Caption").Visible = False