Skip to main content

Legend.Orientation Property

Specifies whether the legend items are vertically or horizontally oriented.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public Orientation Orientation { get; set; }

#Property Value

Type Description
Orientation

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

See Also