InterpolationMode Enumeration

Specifies the interpolation mode.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public enum InterpolationMode

Members

Straight0 Straight interpolation mode.
Angled1 Angled interpolation mode.
AngledInverse2 Angled interpolation with step on the current poin to the value of the next point.
Point3 Point interpolation mode.

See Also