Example: DisplayPens property
Private Sub TogglePens() If Trend1.DisplayPens = True Then Trend1.DisplayPens = False Else Trend1.DisplayPens = True End If End Sub
Provide Feedback
Private Sub TogglePens() If Trend1.DisplayPens = True Then Trend1.DisplayPens = False Else Trend1.DisplayPens = True End If End Sub