DisplayMilliseconds property
Returns or sets whether or not the time stamps displayed on the x-axis legend at the bottom of the chart include milliseconds. It effects the last logged time, value bar, and tool tips also. Read/write. Boolean.
Syntax
Trend
.DisplayMilliseconds
[ = 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 milliseconds on the x-axis legend.
- False. Displays only hours, minutes, and seconds.
Chart example
Set up the milliseconds options on the Trend properties Display tab.

Provide Feedback