Example: Visible property for Pen object

Private Sub HideShowPen1() If Trend1.Pens.Item(1).Visible Then Trend1.Pens.Item(1).Visible = False Else Trend1.Pens.Item(1).Visible = True End If End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal