errorbarsimpletype-ag凯发旗舰厅



com.spire.presentation.charts
enum errorbarsimpletype

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

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

represents errorbarsimpletype on chart.


enum constant summary
both
          both (both) indicates error bars shown in the positive and negative directions
minus
          minus (minus) indicates error bars shown in the negative direction only.
plus
          plus (plus) indicates error bars shown in the negative direction only.
 
method summary
 java.lang.string getname()
          gets the name.
 int getvalue()
          gets the value.
 
enum constant detail

both

public static final errorbarsimpletype both
both (both) indicates error bars shown in the positive and negative directions

minus

public static final errorbarsimpletype minus
minus (minus) indicates error bars shown in the negative direction only.

plus

public static final errorbarsimpletype plus
plus (plus) indicates error bars shown in the negative direction only.
method detail

getname

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

getvalue

public int getvalue()
gets the value.
returns:


网站地图