Back to Devexpress

LegendBase.Orientation Property

wpf-devexpress-dot-xpf-dot-charts-dot-legendbase-02fbac6f.md

latest1.6 KB
Original Source

LegendBase.Orientation Property

Specifies whether the legend items are vertically or horizontally oriented.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Orientation Orientation { get; set; }
vb
Public Property Orientation As Orientation

Property Value

TypeDescription
Orientation

A Orientation enumeration value, specifying the orientation of legend items.

|

Remarks

The following images demonstrate the Orientation property in action.

Orientation = Horizontal
Orientation = Vertical

See Also

HorizontalPosition

VerticalPosition

LegendBase Class

LegendBase Members

DevExpress.Xpf.Charts Namespace