CrossesType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class CrossesType extends System.Enum

Determines where axis will cross.

Fields

FieldDescription
AxisCrossesAtZeroThe category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).
MaximumThe axis crosses at the maximum value.
CustomCustom value from property CrossAt

AxisCrossesAtZero

public static final int AxisCrossesAtZero

The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).

Maximum

public static final int Maximum

The axis crosses at the maximum value.

Custom

public static final int Custom

Custom value from property CrossAt