Example: DisplayMilliseconds property

Private Sub ToggleMilliseconds() If Trend1.DisplayMilliseconds = True Then Trend1.DisplayMilliseconds = False Else Trend1.DisplayMilliseconds = True End If ' Show the affected times Trend1.XAxis.DisplayScale = True End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal