tickmarktype-ag凯发旗舰厅



com.spire.presentation.charts
enum tickmarktype

java.lang.object
  extended by java.lang.enum<tickmarktype>
      extended by com.spire.presentation.charts.tickmarktype
all implemented interfaces:
java.lang.comparable<tickmarktype>

public enum tickmarktype
extends java.lang.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

tick_mark_none

public static final tickmarktype tick_mark_none
tick mark type is none.

tick_mark_cross

public static final tickmarktype tick_mark_cross
tick mark type is cross.

tick_mark_inside

public static final tickmarktype tick_mark_inside
tick mark type is inside.

tick_mark_outside

public static final tickmarktype tick_mark_outside
tick mark type is outside
method detail

getname

public java.lang.string getname()
gets the name.
returns:

getvalue

public int getvalue()
gets the value.
returns:

gettickmarktypefromvalue

public static tickmarktype gettickmarktypefromvalue(long value)
gets tickmarktype.
parameters:
value -
returns:


网站地图