Skip to main content
All docs
V26.1
  • AxisTickLabelPositionType Enum

    Lists positions for axis tick labels.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public enum AxisTickLabelPositionType

    Members

    Name Description
    None

    Hides tick labels on the axis.

    High

    Specifies that axis labels should be displayed at the top of the chart (for the category and series axes) or on the right side of the chart (for the value axis).

    Low

    Specifies that axis labels should be displayed at the bottom of the chart (for the category and series axes) or on the left side of the chart (for the value axis).

    NextTo

    Specifies that axis labels should be displayed next to the axis.

    Related API Members

    The following properties accept/return AxisTickLabelPositionType values:

    See Also