Enum
ChartSeriesStyle

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

ChartSeriesStyle

Smooth

Points will be connected with a smooth line.

Declaration

cs-api-definition
[EnumMember(Value = "smooth")]
Smooth = 1

Field Value

ChartSeriesStyle

Step

Points will be connected with a line at right angles.

Declaration

cs-api-definition
[EnumMember(Value = "step")]
Step = 2

Field Value

ChartSeriesStyle

In this article
DefinitionFieldsNormalSmoothStep
Not finding the help you need?
Contact Support