chartmarkertype-ag凯发旗舰厅



com.spire.xls
enum chartmarkertype

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

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

none

public static final chartmarkertype none
represents the none option for the marker type.

square

public static final chartmarkertype square
represents the square 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.

triangle

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

x

public static final chartmarkertype x
represents the x 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.

dowjones

public static final chartmarkertype dowjones
represents the dow jones style in the custom marker option for chart lines.

standarddeviation

public static final chartmarkertype standarddeviation
represents the standard deviation style in the custom marker option for chart lines.

circle

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

plussign

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

auto

public static final chartmarkertype auto
represents the auto 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.


网站地图