TiStripChart.InterpolateMissingDataPoints
TiStripChart See Also
Used to fill in missing data points when adding data to channels at different
data rates.
property InterpolateMissingDataPoints : Boolean;
Description
Use InterpolateMissingDataPoints to fill in missing data points when adding
data to channels at different data rates. Because all channels of the StripChart
are synchronized, missing data points may need to be interpolated if channels
are plotting at different update rates. By enabling this option, all missing
data points are calculated from a linear line between the two data points
surrounding the missing datapoints. If this option is off, the data points will be at
zero if DiscontinuousDataEnabled is False and Null if DiscontinuousDataEnabled
is True.
Example
Delphi
iComponent.InterpolateMissingDataPoints := True;
C++ Builder
iComponent->InterpolateMissingDataPoints = True;
Contents | Index | Previous | Next