Class ErrorBars
java.lang.Object
com.independentsoft.office.charts.ErrorBars
The Class ErrorBars.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the direction.getMinus()Gets the minus.getPlus()Gets the plus.getType()Gets the type.doublegetValue()Gets the value.Gets the value type.booleanChecks if is no end cap.voidsetDirection(ErrorBarDirection direction)Sets the direction.voidSets the minus.voidsetNoEndCap(boolean noEndCap)Sets the no end cap.voidSets the plus.voidsetType(ErrorBarType type)Sets the type.voidsetValue(double value)Sets the value.voidsetValueType(ErrorValueType valueType)Sets the value type.toString()
-
Constructor Details
-
ErrorBars
public ErrorBars()Instantiates a new error bars.
-
-
Method Details
-
clone
-
toString
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getDirection
Gets the direction.- Returns:
- the direction
-
setDirection
Sets the direction.- Parameters:
direction- the new direction
-
getValueType
Gets the value type.- Returns:
- the value type
-
setValueType
Sets the value type.- Parameters:
valueType- the new value type
-
getMinus
Gets the minus.- Returns:
- the minus
-
setMinus
Sets the minus.- Parameters:
minus- the new minus
-
isNoEndCap
public boolean isNoEndCap()Checks if is no end cap.- Returns:
- true, if is no end cap
-
setNoEndCap
public void setNoEndCap(boolean noEndCap)Sets the no end cap.- Parameters:
noEndCap- the new no end cap
-
getPlus
Gets the plus.- Returns:
- the plus
-
setPlus
Sets the plus.- Parameters:
plus- the new plus
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getValue
public double getValue()Gets the value.- Returns:
- the value
-
setValue
public void setValue(double value)Sets the value.- Parameters:
value- the new value
-