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