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