RetrievalOptionsInterpolationType
- Last UpdatedNov 17, 2021
- 1 minute read
This read-write property determines the aaHistClientTrend control’s default interpolation type for data retrieval. This setting applies to all tags in a trend whose retrieval style is set to Style selected at option level.
Syntax
aaHistClientTrend.RetrievalOptionsInterpolationType = aaInterpolationType;
Result = aaHistClientTrend.RetrievalOptionsInterpolationType;
Remarks
For information on possible values, see aaInterpolationType Enumeration. This property is only relevant for the following retrieval modes: Interpolated, Best Fit, Average, and Integral.
The default value is 3 (use the default value of the server).