axistype-ag凯发旗舰厅
com.spire.xls
enum axistype
java.lang.object
java.lang.enum<axistype>
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. |
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.