Example: DisplayTime property

Private Sub ToggleTime() If Trend1.DisplayTime = True Then Trend1.DisplayTime = False Else Trend1.DisplayTime = True End If ' The time appears only if the pen values are displayed. Trend1.DisplayPenValues = True End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal