Enum
ChartSeriesLineStyle

Specifies the preferred line rendering style.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChartSeriesLineStyle

Fields

Normal

Points will be connected with straight line.

Declaration

cs-api-definition
Normal = 0

Field Value

ChartSeriesLineStyle

Smooth

Points will be connected with smooth line.

Declaration

cs-api-definition
Smooth = 1

Field Value

ChartSeriesLineStyle

Step

Points will be connected with a line at right angles.

Declaration

cs-api-definition
Step = 2

Field Value

ChartSeriesLineStyle

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