Skip to main content
A newer version of this page is available. .

Legend.Orientation Property

Specifies whether the legend items are vertically or horizontally oriented.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(Orientation.Horizontal, Handler = "InvalidateLayout")]
public Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

A Orientation object.

See Also