property Frame.Visible as Boolean
Shows or hides the frame.

TypeDescription
Boolean A Boolean expression that specifies whether the frame is shown or hidden.
By default, the Visible property is True, which indicates that the frame is shown / visible by default. The Visible property shows or hides a specified frame. The ShowOnBackground property specifies whether the frame is shown on the back or front of the chart. The Remove method removes a specified frame. The Clear method removes all Frame objects.