axistype-ag凯发旗舰厅



com.spire.xls
enum axistype

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

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

primary axis types for charts.


enum constant summary
category
          represents the category (x) axis.
serie
          represents the serie axis.
value
          represents the value (y) axis.
 
enum constant detail

category

public static final axistype category
represents the category (x) axis.

value

public static final axistype value
represents the value (y) axis.

serie

public static final axistype serie
represents the serie axis.


网站地图