chartcrossestype-ag凯发旗舰厅



com.spire.presentation.charts
enum chartcrossestype

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

public enum chartcrossestype
extends java.lang.enum<chartcrossestype>

indicates where axis will cross.


enum constant summary
axis_crosses_at_zero
          the category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).
custom
          custom value from property crossat
maximum
          the axis crosses at the maximum value.
 
method summary
static chartcrossestype getchartcrossestypefromvalue(long value)
          get chartcrossestype from value
 java.lang.string getname()
          get the name
 int getvalue()
          get the value
 
enum constant detail

axis_crosses_at_zero

public static final chartcrossestype axis_crosses_at_zero
the category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).

maximum

public static final chartcrossestype maximum
the axis crosses at the maximum value.

custom

public static final chartcrossestype custom
custom value from property crossat
method detail

getname

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

getvalue

public int getvalue()
get the value
returns:

getchartcrossestypefromvalue

public static chartcrossestype getchartcrossestypefromvalue(long value)
get chartcrossestype from value
parameters:
value -
returns:


网站地图