Enum Interpolation
Specifies the interpolation mode of lines between data points. Used by RadzenAreaSeries<TItem> and RadzenLineSeries<TItem>.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public enum Interpolation : int
Fields
Name | Description |
---|---|
Line | Points are connected by a straight line. |
Spline | Points are connected by a smooth curve. |
Step | Points are connected by horizontal and vertical lines only. |