|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CrossBetweenType>
com.spire.presentation.charts.CrossBetweenType
public enum CrossBetweenType
Enum Constant Summary | |
---|---|
BETWEEN
Specifies the value axis shCall cross the category axis between data markers. |
|
MIDPOINT_OF_CATEGORY
Specifies the value axis shall cross the category axis at the midpoint of a category. |
|
NONE
Not specified,then the application should choose an appropriate behavior. |
Method Summary | |
---|---|
java.lang.String |
getName()
get the name. |
int |
getValue()
get the value. |
Enum Constant Detail |
---|
public static final CrossBetweenType NONE
public static final CrossBetweenType BETWEEN
public static final CrossBetweenType MIDPOINT_OF_CATEGORY
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |