public final class CrossesType
extends com.aspose.ms.System.Enum
Determines where axis will cross.
Modifier and Type | Field and Description |
---|---|
static 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).
|
static int |
Custom
Custom value from property CrossAt
|
static int |
Maximum
The axis crosses at the maximum value.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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).
public static final int Maximum
The axis crosses at the maximum value.
public static final int Custom
Custom value from property CrossAt