Deadband property
Returns or sets a percentage, from 0% to 100% of the actual value, by which a value must change before a chart displays new data when updating on change. Read/write. Single.
Use with the ChartMode property set to OnChange.
Syntax
Trend
.Deadband
[ = text
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.text
- is a parameter of the type Single that specifies a percentage the value must change from one value to the next before displaying the changed value. Limits are 0.0 - 100.0.Provide Feedback