DisplayScrollMechanism property

Returns or sets whether a mechanism to allow manual scrolling displays with the chart. Read/write. Boolean.
Use the ScrollMechanism property to set the type of scrolling mechanism. Currently, VCR-style buttons are the only scrolling mechanism available.
Syntax
Trend
.
DisplayScrollMechanism
[
= state
]
where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.
state
- is a parameter of the type Boolean that can be set to one of the following:
  • True
    . Display mechanism for scrolling.
  • False
    . Do not display mechanism for scrolling.
Chart example
tx_vcr_scroll_buttons_wmf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal