|
|||||||||
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 |