java.lang.ObjectLine
com.aspose.cells.ErrorBar
public class ErrorBar
| Property Getters/Setters Summary | ||
|---|---|---|
double | getAmount() | |
void | setAmount(double) | |
|
Represents amount of error bar.
|
||
int | getBeginArrowLength() | → inherited from Line
|
void | setBeginArrowLength(int) | |
| Specifies the length of the arrowhead for the begin of a line. The value of the property is MsoArrowheadLength integer constant. | ||
int | getBeginArrowWidth() | → inherited from Line
|
void | setBeginArrowWidth(int) | |
| Specifies the width of the arrowhead for the begin of a line. The value of the property is MsoArrowheadWidth integer constant. | ||
int | getBeginType() | → inherited from Line
|
void | setBeginType(int) | |
| Specifies an arrowhead for the begin of a line. The value of the property is MsoArrowheadStyle integer constant. | ||
int | getCapType() | → inherited from Line
|
void | setCapType(int) | |
| Specifies the ending caps. The value of the property is LineCapType integer constant. | ||
com.aspose.cells.Color | getColor() | → inherited from Line
|
void | setColor(com.aspose.cells.Color) | |
|
Represents the |
||
int | getCompoundType() | → inherited from Line
|
void | setCompoundType(int) | |
| Specifies the compound line type The value of the property is MsoLineStyle integer constant. | ||
int | getDashType() | → inherited from Line
|
void | setDashType(int) | |
| Specifies the dash line type The value of the property is MsoLineDashStyle integer constant. | ||
int | getDisplayType() | |
void | setDisplayType(int) | |
| Represents error bar display type. The value of the property is ErrorBarDisplayType integer constant. | ||
int | getEndArrowLength() | → inherited from Line
|
void | setEndArrowLength(int) | |
| Specifies the length of the arrowhead for the end of a line. The value of the property is MsoArrowheadLength integer constant. | ||
int | getEndArrowWidth() | → inherited from Line
|
void | setEndArrowWidth(int) | |
| Specifies the width of the arrowhead for the end of a line. The value of the property is MsoArrowheadWidth integer constant. | ||
int | getEndType() | → inherited from Line
|
void | setEndType(int) | |
| Specifies an arrowhead for the end of a line. The value of the property is MsoArrowheadStyle integer constant. | ||
int | getFormattingType() | → inherited from Line
|
void | setFormattingType(int) | |
| Gets or sets format type. The value of the property is ChartLineFormattingType integer constant. | ||
GradientFill | getGradientFill() | → inherited from Line
|
| Represents gradient fill. | ||
boolean | isAuto() | → inherited from Line
|
void | setAuto(boolean) | |
| Indicates whether this line style is auto assigned. | ||
boolean | isAutomaticColor() | → inherited from Line
|
| Indicates whether the color of line is automatic assigned. | ||
boolean | isVisible() | → inherited from Line
|
void | setVisible(boolean) | |
| Represents whether the line is visible. | ||
int | getJoinType() | → inherited from Line
|
void | setJoinType(int) | |
| Specifies the joining caps. The value of the property is LineJoinType integer constant. | ||
java.lang.String | getMinusValue() | |
void | setMinusValue(java.lang.String) | |
| Represents negative error amount when error bar type is Custom. | ||
java.lang.String | getPlusValue() | |
void | setPlusValue(java.lang.String) | |
| Represents positive error amount when error bar type is Custom. | ||
boolean | getShowMarkerTTop() | |
void | setShowMarkerTTop(boolean) | |
| Indicates if formatting error bars with a T-top. | ||
int | getStyle() | → inherited from Line
|
void | setStyle(int) | |
| Represents the style of the line. The value of the property is LineType integer constant. | ||
ThemeColor | getThemeColor() | → inherited from Line
|
void | setThemeColor(ThemeColor) | |
| Gets and sets the theme color. | ||
double | getTransparency() | → inherited from Line
|
void | setTransparency(double) | |
| Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). | ||
int | getType() | |
void | setType(int) | |
| Represents error bar amount type. The value of the property is ErrorBarType integer constant. | ||
int | getWeight() | → inherited from Line
|
void | setWeight(int) | |
|
Gets or sets the |
||
double | getWeightPt() | → inherited from Line
|
void | setWeightPt(double) | |
| Gets or sets the weight of the line in unit of points. | ||
double | getWeightPx() | → inherited from Line
|
void | setWeightPx(double) | |
| Gets or sets the weight of the line in unit of pixels. | ||
| Property Getters/Setters Detail |
|---|
getType/setType | |
public int getType() / public void setType(int value) | |
getDisplayType/setDisplayType | |
public int getDisplayType() / public void setDisplayType(int value) | |
getAmount/setAmount | |
public double getAmount() / public void setAmount(double value) | |
getShowMarkerTTop/setShowMarkerTTop | |
public boolean getShowMarkerTTop() / public void setShowMarkerTTop(boolean value) | |
getPlusValue/setPlusValue | |
public java.lang.String getPlusValue() / public void setPlusValue(java.lang.String value) | |
getMinusValue/setMinusValue | |
public java.lang.String getMinusValue() / public void setMinusValue(java.lang.String value) | |
getCompoundType/setCompoundType | → inherited from Line
|
public int getCompoundType() / public void setCompoundType(int value) | |
getDashType/setDashType | → inherited from Line
|
public int getDashType() / public void setDashType(int value) | |
getCapType/setCapType | → inherited from Line
|
public int getCapType() / public void setCapType(int value) | |
getJoinType/setJoinType | → inherited from Line
|
public int getJoinType() / public void setJoinType(int value) | |
getBeginType/setBeginType | → inherited from Line
|
public int getBeginType() / public void setBeginType(int value) | |
getEndType/setEndType | → inherited from Line
|
public int getEndType() / public void setEndType(int value) | |
getBeginArrowLength/setBeginArrowLength | → inherited from Line
|
public int getBeginArrowLength() / public void setBeginArrowLength(int value) | |
getEndArrowLength/setEndArrowLength | → inherited from Line
|
public int getEndArrowLength() / public void setEndArrowLength(int value) | |
getBeginArrowWidth/setBeginArrowWidth | → inherited from Line
|
public int getBeginArrowWidth() / public void setBeginArrowWidth(int value) | |
getEndArrowWidth/setEndArrowWidth | → inherited from Line
|
public int getEndArrowWidth() / public void setEndArrowWidth(int value) | |
getThemeColor/setThemeColor | → inherited from Line
|
public ThemeColor getThemeColor() / public void setThemeColor(ThemeColor value) | |
getColor/setColor | → inherited from Line
|
public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value) | |
getTransparency/setTransparency | → inherited from Line
|
public double getTransparency() / public void setTransparency(double value) | |
getStyle/setStyle | → inherited from Line
|
public int getStyle() / public void setStyle(int value) | |
getWeight/setWeight | → inherited from Line
|
public int getWeight() / public void setWeight(int value) | |
getWeightPt/setWeightPt | → inherited from Line
|
public double getWeightPt() / public void setWeightPt(double value) | |
getWeightPx/setWeightPx | → inherited from Line
|
public double getWeightPx() / public void setWeightPx(double value) | |
getFormattingType/setFormattingType | → inherited from Line
|
public int getFormattingType() / public void setFormattingType(int value) | |
isAutomaticColor | → inherited from Line
|
public boolean isAutomaticColor() | |
isVisible/setVisible | → inherited from Line
|
public boolean isVisible() / public void setVisible(boolean value) | |
isAuto/setAuto | → inherited from Line
|
public boolean isAuto() / public void setAuto(boolean value) | |
getGradientFill | → inherited from Line
|
public GradientFill getGradientFill() | |