Click or drag to resize
NChartLinearInterpolator Class
The NChartLinearInterpolator class provides linear interpolator. If it is used, the animated values will changed in time as follows: v(t) = (1 - t) * v_from + t * v_to, where v_from, v_to are respectively the start and end values, t is the time.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartLinearInterpolator

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartLinearInterpolator : INChartInterpolator

The NChartLinearInterpolator type exposes the following members.

Constructors
  NameDescription
Public methodNChartLinearInterpolator
Initializes a new instance of the NChartLinearInterpolator class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also