ticklabelpositiontype-ag凯发旗舰厅



com.spire.xls
enum ticklabelpositiontype

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

public enum ticklabelpositiontype
extends java.lang.enum<ticklabelpositiontype>

represents enum of chart tick label position values.


enum constant summary
ticklabelpositionhigh
          represents high label position.
ticklabelpositionlow
          represents low label position.
ticklabelpositionnexttoaxis
          represents nex to axis label position.
ticklabelpositionnone
          represents none label position.
 
enum constant detail

ticklabelpositionnone

public static final ticklabelpositiontype ticklabelpositionnone
represents none label position.

ticklabelpositionlow

public static final ticklabelpositiontype ticklabelpositionlow
represents low label position.

ticklabelpositionhigh

public static final ticklabelpositiontype ticklabelpositionhigh
represents high label position.

ticklabelpositionnexttoaxis

public static final ticklabelpositiontype ticklabelpositionnexttoaxis
represents nex to axis label position.


网站地图