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