Legend.Orientation Property
In This Article
Specifies whether the legend items are vertically or horizontally oriented.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public Orientation Orientation { get; set; }
#Property Value
Type | Description |
---|---|
Orientation | A Orientation object. |
See Also