Skip to main content
All docs
V26.1
  • AxisBase.TickLabelPosition Property

    Gets or sets the tick label position relative to the axis.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public AxisTickLabelPositionType TickLabelPosition { get; set; }

    Property Value

    Type Description
    AxisTickLabelPositionType

    The tick label position relative to the axis.

    Available values:

    Name
    None
    High
    Low
    NextTo
    See Also