ticklabelpositiontype-ag凯发旗舰厅



com.spire.presentation.charts
enum ticklabelpositiontype

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

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

tick_label_position_high

public static final ticklabelpositiontype tick_label_position_high
specifies the axis labels at the high end of the perpendicular axis.

tick_label_position_low

public static final ticklabelpositiontype tick_label_position_low
specifies the axis labels at the low end of the perpendicular axis.

tick_label_position_next_to_axis

public static final ticklabelpositiontype tick_label_position_next_to_axis
specifies the axis labels next to the axis.

tick_label_position_none

public static final ticklabelpositiontype tick_label_position_none
specifies the axis labels are not display.
method detail

getname

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

getvalue

public int getvalue()
gets the value.
returns:

getticklabelpositiontypefromvalue

public static ticklabelpositiontype getticklabelpositiontypefromvalue(long value)
gets the ticklabelpositiontype.
parameters:
value -
returns:


网站地图