|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChartCrossesType>
com.spire.presentation.charts.ChartCrossesType
public enum ChartCrossesType
Indicates where axis will cross.
Enum Constant Summary | |
---|---|
AXIS_CROSSES_AT_ZERO
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). |
|
CUSTOM
Custom value from property CrossAt |
|
MAXIMUM
The axis crosses at the maximum value. |
Method Summary | |
---|---|
static ChartCrossesType |
getChartCrossesTypeFromValue(long value)
Get ChartCrossesType from value |
java.lang.String |
getName()
Get the name |
int |
getValue()
Get the value |
Enum Constant Detail |
---|
public static final ChartCrossesType AXIS_CROSSES_AT_ZERO
public static final ChartCrossesType MAXIMUM
public static final ChartCrossesType CUSTOM
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static ChartCrossesType getChartCrossesTypeFromValue(long value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |