displayblanksastype-ag凯发旗舰厅
com.spire.presentation.charts
enum displayblanksastype
java.lang.object
java.lang.enum<displayblanksastype>
com.spire.presentation.charts.displayblanksastype
- all implemented interfaces:
- java.lang.comparable<displayblanksastype>
public enum displayblanksastype
- extends java.lang.enum<displayblanksastype>
indicates how missing data will be displayed.
enum constant summary |
gap
indicates blank values left as a gap. |
span
indicates blank values spanned with a line. |
zero
indicates blank values treated as zero. |
gap
public static final displayblanksastype gap
- indicates blank values left as a gap.
span
public static final displayblanksastype span
- indicates blank values spanned with a line.
zero
public static final displayblanksastype zero
- indicates blank values treated as zero.
getname
public java.lang.string getname()
- gets the name.
- returns:
getvalue
public int getvalue()
- gets the value.
- returns:
getdisplayblanksastypefromvalue
public static displayblanksastype getdisplayblanksastypefromvalue(long value)
- gets displayblanksastype form value.
- parameters:
value
-
- returns: