HeartbeatRate property
Returns or sets the maximum rate, in milliseconds, between updates when a chart is updating on change. Read/write. Long.
Use this property with the ChartMode property set to rstOnChange.
Syntax
Trend
.HeartBeatRate
[ = vlalue
]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 Long that specifies the maximum rate. Limits are 0 or 1000 - 1800000000.Provide Feedback