New to Telerik UI for BlazorStart a free 30-day trial

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
In this article
DefinitionFieldsNormalSmoothStep
Not finding the help you need?
Contact Support