chartlineweighttype-ag凯发旗舰厅
com.spire.xls
enum chartlineweighttype
java.lang.object
java.lang.enum<chartlineweighttype>
com.spire.xls.chartlineweighttype
- all implemented interfaces:
- java.lang.comparable<chartlineweighttype>
public enum chartlineweighttype
- extends java.lang.enum<chartlineweighttype>
chart line weight values type.
enum constant summary |
hairline
represents the hairline weight for chart line. |
medium
represents the medimun weight for chart line. |
narrow
represents the narrow weight for chart line. |
wide
represents the wide weight for chart line. |
hairline
public static final chartlineweighttype hairline
- represents the hairline weight for chart line.
narrow
public static final chartlineweighttype narrow
- represents the narrow weight for chart line.
medium
public static final chartlineweighttype medium
- represents the medimun weight for chart line.
wide
public static final chartlineweighttype wide
- represents the wide weight for chart line.