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

    Specifies whether a value axis crosses a category axis on tick marks or between tick marks.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public enum AxisCrossPositionType

    Members

    Name Description
    BetweenTickMarks

    Axis crosses between category tick marks.

    OnTickMarks

    Axis crosses on category tick marks.

    Related API Members

    The following properties accept/return AxisCrossPositionType values:

    See Also