InterpolationType
Wisej.Web.Ext.SmoothieChart.InterpolationType
public enum InterpolationType : EnumPublic Enum InterpolationType As [Enum]Fields
Name
Description
Used By
Name
Description
Last updated
Was this helpful?
Wisej.Web.Ext.SmoothieChart.InterpolationType
Namespace: Wisej.Web.Ext.SmoothieChart
Assembly: Wisej.Web.Ext.SmoothieChart (3.2.0.0)
Determines the interpolation used to draw the TimeSeries line.
public enum InterpolationType : EnumPublic Enum InterpolationType As [Enum]Bezier
Connects the points on the line using the Bezier Curve interpolation.
Linear
Connects the points on the line using straight lines.
Step
Connects the points on the line using a quadratic stepped connector line.
Returns or sets the type of interpolation to use when drawing this time series.
Last updated
Was this helpful?
Was this helpful?