|
|||||||||
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.presentation.charts.chartmarkertype
public enum chartmarkertype
chart marker types.
enum constant summary | |
---|---|
circle
represents the circle style in the custom marker option for chart lines. |
|
dash
represents the dash style in the custom marker option for chart lines. |
|
diamond
represents the diamond style in the custom marker option for chart lines. |
|
dot
represents the dot style in the custom marker option for chart lines. |
|
none
specifies nothing style in the custom marker option for chart lines. |
|
picture
represents the picture style in the custom marker option for chart lines. |
|
plus
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. |
|
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. |
|
un_defined
|
|
x
specifies an x style in the custom marker option for chart lines. |
method summary | |
---|---|
static chartmarkertype |
getchartmarkertypefromvalue(long value)
get chartmarkertype form value |
java.lang.string |
getname()
get the name |
int |
getvalue()
get the value |
enum constant detail |
---|
public static final chartmarkertype un_defined
public static final chartmarkertype circle
public static final chartmarkertype dash
public static final chartmarkertype diamond
public static final chartmarkertype dot
public static final chartmarkertype none
public static final chartmarkertype picture
public static final chartmarkertype plus
public static final chartmarkertype square
public static final chartmarkertype star
public static final chartmarkertype triangle
public static final chartmarkertype x
method detail |
---|
public java.lang.string getname()
public int getvalue()
public static chartmarkertype getchartmarkertypefromvalue(long value)
value
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |