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

    Specifies where an axis crosses another axis: automatic, minimum, maximum, or a custom value.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public enum AxisCrossType

    Members

    Name Description
    Auto

    Axis crossing position is determined automatically.

    Min

    Axis crosses at the minimum value.

    Max

    Axis crosses at the maximum value.

    Custom

    Axis crosses at a custom value the Axis.CrossesAt property specifies.

    Related API Members

    The following properties accept/return AxisCrossType values:

    Remarks

    For additional information about axes, refer to the following help topic: DevExpress Presentation API: Chart Axes.

    See Also