RSTscrollDirection constants
Use these constants with the ScrollClient method.
The following constants are defined:
Constant | Description |
---|---|
rstScrollDirectionBeginHistData | Sets the start time of the viewer to the oldest data. |
rstScrollDirectionFullScreenBack | Subtracts one time span from the start time. |
rstScrollDirectionHalfScreenBack | Subtracts half of a time span from the start time. |
rstScrollDirectionHalfScreenForward | Adds half of a time span to the start time. |
rstScrollDirectionFullScreenForward | Adds one time span to the start time. |
rstScrollDirectionEndHistData | Sets the start time of the viewer to the newest data. |
Provide Feedback