InterpolationType
Namespace: Wisej.Web.Ext.SmoothieChart
Assembly: Wisej.Web.Ext.SmoothieChart
Determines the interpolation used to draw the TimeSeries line.
- C#
- VB.NET
public enum InterpolationType : Enum
Public Enum InterpolationType As [Enum]
Fields
| Name | Description |
|---|---|
| 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. |
Used By
| Name | Description |
|---|---|
| SmoothieChart.Interpolation | Returns or sets the type of interpolation to use when drawing this time series. |