RefreshRate property
Returns or sets the rate, in milliseconds, at which the chart data updates. The RefreshRate property applies only when the ChartMode property is set to Automatic. Read/write. Integer.
Syntax
Trend
.RefreshRate
[ = value
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.value -
is a parameter of the type Integer that specifies designates the number of milliseconds between data points. Limits are 50 to 2,147,483,647Provide Feedback