Example: DisplayPens property

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