Class ChartLegendOrientation
Specifies the legend orientation.
Inheritance
System.Object
ChartLegendOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartLegendOrientation : Enum
Fields
Horizontal
The orientation is horizontal.
Declaration
public const ChartLegendOrientation Horizontal
Field Value
ChartLegendOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The orientation is vertical.
Declaration
public const ChartLegendOrientation Vertical
Field Value
ChartLegendOrientation
|