Skip to main content
All docs
V26.1
  • AxisScaling.Orientation Property

    Gets or sets the direction in which axis values are displayed.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public AxisOrientationType Orientation { get; set; }

    Property Value

    Type Description
    AxisOrientationType

    Axis orientation type.

    Available values:

    Name Description
    MinMax

    Values are displayed from minimum to maximum.

    MaxMin

    Values are displayed from maximum to minimum.

    See Also