chartcrossestype-ag凯发旗舰厅
com.spire.presentation.charts
enum chartcrossestype
java.lang.object
java.lang.enum<chartcrossestype>
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. |
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
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: