Example: StartTimeOrSpanChanged Event

This example displays the new start date and time in a text field every time the start time or span changes. Although the automatic start time changes when the chart scrolls and when an operator clicks a VCR button, those changes DO NOT fire this event.
Private Sub Trend1_StartTimeOrSpanChanged(ByVal NewStartDateTime As Date, ByVal NewSpan As Long) Text1.Text = NewStartDateTime End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal