chartbaseunittype-ag凯发旗舰厅
com.spire.xls
enum chartbaseunittype
java.lang.object
java.lang.enum<chartbaseunittype>
com.spire.xls.chartbaseunittype
- all implemented interfaces:
- java.lang.comparable<chartbaseunittype>
public enum chartbaseunittype
- extends java.lang.enum<chartbaseunittype>
represents chart base unit.
enum constant summary |
day
represents day base unit. |
month
represents month base unit. |
year
represents year base unit. |
day
public static final chartbaseunittype day
- represents day base unit.
month
public static final chartbaseunittype month
- represents month base unit.
year
public static final chartbaseunittype year
- represents year base unit.