Class ChartSeriesLineStyle
Specifies the preferred line rendering style.
Inheritance
System.Object
ChartSeriesLineStyle
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartSeriesLineStyle : Enum
Fields
Normal
Points will be connected with straight line.
Declaration
public const ChartSeriesLineStyle Normal
Field Value
ChartSeriesLineStyle
|
Smooth
Points will be connected with smooth line.
Declaration
public const ChartSeriesLineStyle Smooth
Field Value
ChartSeriesLineStyle
|
Step
Points will be connected with a line at right angles.
Declaration
public const ChartSeriesLineStyle Step
Field Value
ChartSeriesLineStyle
|
value__
Declaration
public int value__
Field Value
System.Int32
|