interpolationType property
The interpolation type to be applied to connect the control points listed below.
Optional. Possible string values are:
- "INTERPOLATION_TYPE_UNSPECIFIED" : Interpolation type is unspecified. In this case, it defaults to Linear.
- "LINEAR" : Piecewise linear interpolation will be applied.
Implementation
core.String? interpolationType;