Specifies the orientation of a legend in a chart.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public enum LegendOrientation
Fields
The legend is arranged horizontally.
C#
Horizontal = 0
The legend is arranged vertically.
C#
Vertical = 1