VcrButtonPressed event

Occurs when an operator clicks a VCR-style button on a trend chart.
Syntax
Trend
_
VcrButtonPressed
(
ByVal
NewStartDateTime
As Date
,
ByVal
ButtonPressed
As rstvcrButtonPressed
)
where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.
NewStartDateTime
- is the new start date and time, represented by the left edge of the chart.
ButtonPressed
- is the VCR button that was pressed. It is a constant of the type rstVcrButtonPressed.
Chart example
tx_vcr_scroll_buttons_wmf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal