Skip to main content
All docs
V25.1
  • LegendBase.Orientation Property

    Specifies whether the legend items are vertically or horizontally oriented.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public Orientation Orientation { get; set; }

    Property Value

    Type Description
    Orientation

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

    Remarks

    The following images demonstrate the Orientation property in action.

    Orientation = Horizontal
    Orientation_Horizontal
    Orientation = Vertical
    Orientation_Vertical
    See Also