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