|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<chartmarkertype>
com.spire.xls.chartmarkertype
public enum chartmarkertype
chart marker types.
enum constant summary | |
---|---|
auto
represents the auto style in the custom marker option for chart lines. |
|
circle
represents the circle style in the custom marker option for chart lines. |
|
diamond
represents the diamond style in the custom marker option for chart lines. |
|
dowjones
represents the dow jones style in the custom marker option for chart lines. |
|
none
represents the none option for the marker type. |
|
picture
represents the picture style in the custom marker option for chart lines. |
|
plussign
represents the plus style in the custom marker option for chart lines. |
|
square
represents the square style in the custom marker option for chart lines. |
|
standarddeviation
represents the standard deviation style in the custom marker option for chart lines. |
|
star
represents the star style in the custom marker option for chart lines. |
|
triangle
represents the triangle style in the custom marker option for chart lines. |
|
x
represents the x style in the custom marker option for chart lines. |
enum constant detail |
---|
public static final chartmarkertype none
public static final chartmarkertype square
public static final chartmarkertype diamond
public static final chartmarkertype triangle
public static final chartmarkertype x
public static final chartmarkertype star
public static final chartmarkertype dowjones
public static final chartmarkertype standarddeviation
public static final chartmarkertype circle
public static final chartmarkertype plussign
public static final chartmarkertype auto
public static final chartmarkertype picture
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |