Skip to main content

Legend.Orientation Property

Specifies whether the legend items are vertically or horizontally oriented.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.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