Enum Interpolation
Specifies the interpolation mode of lines between data points. Used by RadzenAreaSeries<TItem> and RadzenLineSeries<TItem>.
public enum Interpolation
- Extension Methods
Fields
Line = 0
Points are connected by a straight line.
Spline = 1
Points are connected by a smooth curve.
Step = 2
Points are connected by horizontal and vertical lines only.