|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<tickmarktype>
com.spire.presentation.charts.tickmarktype
public enum tickmarktype
represents the tick mark type for the specified axis.
enum constant summary | |
---|---|
tick_mark_cross
tick mark type is cross. |
|
tick_mark_inside
tick mark type is inside. |
|
tick_mark_none
tick mark type is none. |
|
tick_mark_outside
tick mark type is outside |
method summary | |
---|---|
java.lang.string |
getname()
gets the name. |
static tickmarktype |
gettickmarktypefromvalue(long value)
gets tickmarktype. |
int |
getvalue()
gets the value. |
enum constant detail |
---|
public static final tickmarktype tick_mark_none
public static final tickmarktype tick_mark_cross
public static final tickmarktype tick_mark_inside
public static final tickmarktype tick_mark_outside
method detail |
---|
public java.lang.string getname()
public int getvalue()
public static tickmarktype gettickmarktypefromvalue(long value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |