ScrollMechanism property
Returns or sets the type of mechanism the operator has available for manually scrolling the chart. Read/write. Constant.
The only scrolling mechanism currently available is VCR-style scroll buttons. These buttons allow operators to scroll backward and forward through data and to toggle between automatic scrolling (set through the Scroll property) and manual scrolling.
Syntax
Trend
.ScrollMechanism
[ = option
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.option -
is a constant of the type RSTscrollMechanism. Currently, the only value available is rstVCRButtons
.Chart example

Provide Feedback