Skip to main content
All docs
V26.1
  • ValueAxis.CrossPositionType Property

    Gets or sets how the axis crosses the perpendicular axis.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public AxisCrossPositionType CrossPositionType { get; set; }

    Property Value

    Type Description
    AxisCrossPositionType

    The axis crossing position type.

    Available values:

    Name Description
    BetweenTickMarks

    Axis crosses between category tick marks.

    OnTickMarks

    Axis crosses on category tick marks.

    See Also