ChartSeriesStyle
Enum
Specifies the preferred rendering style.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
[JsonConverter(typeof(ChartJsonStringEnumConverter))]
public enum ChartSeriesStyle
Fields
Points will be connected with a straight line.
C#
[EnumMember(Value = "normal")]
Normal = 0
Points will be connected with a smooth line.
C#
[EnumMember(Value = "smooth")]
Smooth = 1
Points will be connected with a line at right angles.
C#
[EnumMember(Value = "step")]
Step = 2