Example: DisplayPenValues property

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