IsInterpolated Property
Controls whether interpolation should be used for the specified data set.
Syntax
object.IsInterpolated =[Boolean]
Properties
The IsInterpolated property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether interpolation is used for the dataset given in the object. |
Settings
The settings for Boolean are:
Value |
Description |
True |
The data set uses interpolation. |
False |
The data set does not use interpolation. |