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

Provide Feedback