DisplayElapsedTime property
Returns or sets whether or not the label at the bottom of the chart shows elapsed time or clock time. Read/write. Boolean.
Syntax
Trend
.DisplayElapsedTime
[=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. Displays the label as elapsed time.
- False. Displays the label as clock time.
Provide Feedback