errorvaluetype-ag凯发旗舰厅



com.spire.presentation.charts
enum errorvaluetype

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

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

represents errorvaluetype on chart.


enum constant summary
custom_error_bars
           
fixed_value
          cust (custom error bars) indicates the length of the error bars determined by the plus and minus elements.
percentage
          fixedval (fixed value) indicates the length of the error bars the fixed value determined by error bar value.
standard_deviation
          stddev (standard deviation) indicates the length of the error bars error bar value standard deviations of the data.
standard_error
          stderror (standard_error) indicates the length of the error bars error bar value standard deviations of the data.
 
method summary
 java.lang.string getname()
          gets the name.
 int getvalue()
          gets the value.
 
enum constant detail

custom_error_bars

public static final errorvaluetype custom_error_bars

fixed_value

public static final errorvaluetype fixed_value
cust (custom error bars) indicates the length of the error bars determined by the plus and minus elements.

percentage

public static final errorvaluetype percentage
fixedval (fixed value) indicates the length of the error bars the fixed value determined by error bar value.

standard_deviation

public static final errorvaluetype standard_deviation
stddev (standard deviation) indicates the length of the error bars error bar value standard deviations of the data.

standard_error

public static final errorvaluetype standard_error
stderror (standard_error) indicates the length of the error bars error bar value standard deviations of the data.
method detail

getname

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

getvalue

public int getvalue()
gets the value.
returns:


网站地图