errorbarsimpletype-ag凯发旗舰厅
com.spire.presentation.charts
enum errorbarsimpletype
java.lang.object
java.lang.enum<errorbarsimpletype>
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. |
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.
getname
public java.lang.string getname()
- gets the name.
- returns:
getvalue
public int getvalue()
- gets the value.
- returns: