Class LegendOrientation
Specifies the orientation of a legend in a chart.
Inheritance
System.Object
LegendOrientation
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class LegendOrientation : Enum
Fields
Horizontal
The legend is arranged horizontally.
Declaration
public const LegendOrientation Horizontal
Field Value
LegendOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The legend is arranged vertically.
Declaration
public const LegendOrientation Vertical
Field Value
LegendOrientation
|