displayblanksastype-ag凯发旗舰厅



com.spire.presentation.charts
enum displayblanksastype

java.lang.object
  extended by java.lang.enum<displayblanksastype>
      extended by 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.
 
method summary
static displayblanksastype getdisplayblanksastypefromvalue(long value)
          gets displayblanksastype form value.
 java.lang.string getname()
          gets the name.
 int getvalue()
          gets the value.
 
enum constant detail

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.
method detail

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:


网站地图