Skip to main content

InterpolationType

Namespace: Wisej.Web.Ext.SmoothieChart

Assembly: Wisej.Web.Ext.SmoothieChart

Determines the interpolation used to draw the TimeSeries line.

public enum InterpolationType : Enum

Fields

NameDescription
BezierConnects the points on the line using the Bezier Curve interpolation.
LinearConnects the points on the line using straight lines.
StepConnects the points on the line using a quadratic stepped connector line.

Used By

NameDescription
SmoothieChart.InterpolationReturns or sets the type of interpolation to use when drawing this time series.