chartmarkertype-ag凯发旗舰厅



com.spire.presentation.charts
enum chartmarkertype

java.lang.object
  extended by java.lang.enum<chartmarkertype>
      extended by com.spire.presentation.charts.chartmarkertype
all implemented interfaces:
java.lang.comparable<chartmarkertype>

public enum chartmarkertype
extends java.lang.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

un_defined

public static final chartmarkertype un_defined

circle

public static final chartmarkertype circle
represents the circle style in the custom marker option for chart lines.

dash

public static final chartmarkertype dash
represents the dash style in the custom marker option for chart lines.

diamond

public static final chartmarkertype diamond
represents the diamond style in the custom marker option for chart lines.

dot

public static final chartmarkertype dot
represents the dot style in the custom marker option for chart lines.

none

public static final chartmarkertype none
specifies nothing style in the custom marker option for chart lines.

picture

public static final chartmarkertype picture
represents the picture style in the custom marker option for chart lines.

plus

public static final chartmarkertype plus
represents the plus style in the custom marker option for chart lines.

square

public static final chartmarkertype square
represents the square style in the custom marker option for chart lines.

star

public static final chartmarkertype star
represents the star style in the custom marker option for chart lines.

triangle

public static final chartmarkertype triangle
represents the triangle style in the custom marker option for chart lines.

x

public static final chartmarkertype x
specifies an x style in the custom marker option for chart lines.
method detail

getname

public java.lang.string getname()
get the name
returns:

getvalue

public int getvalue()
get the value
returns:

getchartmarkertypefromvalue

public static chartmarkertype getchartmarkertypefromvalue(long value)
get chartmarkertype form value
parameters:
value -
returns:


网站地图