|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TickLabelPositionType>
com.spire.presentation.charts.TickLabelPositionType
public enum TickLabelPositionType
Represents the position type of tick-mark labels on the specified axis.
Enum Constant Summary | |
---|---|
TICK_LABEL_POSITION_HIGH
Specifies the axis labels at the high end of the perpendicular axis. |
|
TICK_LABEL_POSITION_LOW
Specifies the axis labels at the low end of the perpendicular axis. |
|
TICK_LABEL_POSITION_NEXT_TO_AXIS
Specifies the axis labels next to the axis. |
|
TICK_LABEL_POSITION_NONE
Specifies the axis labels are not display. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name. |
static TickLabelPositionType |
getTickLabelPositionTypeFromValue(long value)
Gets the TickLabelPositionType. |
int |
getValue()
Gets the value. |
Enum Constant Detail |
---|
public static final TickLabelPositionType TICK_LABEL_POSITION_HIGH
public static final TickLabelPositionType TICK_LABEL_POSITION_LOW
public static final TickLabelPositionType TICK_LABEL_POSITION_NEXT_TO_AXIS
public static final TickLabelPositionType TICK_LABEL_POSITION_NONE
Method Detail |
---|
public java.lang.String getName()
public int getValue()
public static TickLabelPositionType getTickLabelPositionTypeFromValue(long value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |