ErrorBar
ErrorBar class
Represents error bar of data series.
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Represents error bar amount type. The value of the property is ErrorBarType integer constant. |
| DisplayType | int | Represents the display type of error bar. The value of the property is ErrorBarDisplayType integer constant. |
| Amount | float | Represents amount of error bar. The amount must be greater than or equal to zero. |
| ShowMarkerTTop | boolean | Indicates if formatting error bars with a T-top. |
| PlusValue | String | Represents positive error amount when error bar type is Custom. |
| MinusValue | String | Represents negative error amount when error bar type is Custom. |
| CompoundType | int | Specifies the compound line type The value of the property is MsoLineStyle integer constant. |
| DashType | int | Specifies the dash line type The value of the property is MsoLineDashStyle integer constant. |
| CapType | int | Specifies the ending caps. The value of the property is LineCapType integer constant. |
| JoinType | int | Specifies the joining caps. The value of the property is LineJoinType integer constant. |
| BeginType | int | Specifies an arrowhead for the begin of a line. The value of the property is MsoArrowheadStyle integer constant. |
| EndType | int | Specifies an arrowhead for the end of a line. The value of the property is MsoArrowheadStyle integer constant. |
| BeginArrowLength | int | Specifies the length of the arrowhead for the begin of a line. The value of the property is MsoArrowheadLength integer c |
| EndArrowLength | int | Specifies the length of the arrowhead for the end of a line. The value of the property is MsoArrowheadLength integer con |
| BeginArrowWidth | int | Specifies the width of the arrowhead for the begin of a line. The value of the property is MsoArrowheadWidth integer con |
| EndArrowWidth | int | Specifies the width of the arrowhead for the end of a line. The value of the property is MsoArrowheadWidth integer const |
| ThemeColor | ThemeColor | Gets and sets the theme color. If the foreground color is not a theme color, NULL will be returned. |
| Color | Color | Represents the com.aspose.cells.Color of the line. |
| Transparency | float | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). |
| Style | int | Represents the style of the line. The value of the property is LineType integer constant. |
| Weight | int | Gets or sets the WeightType of the line. The value of the property is WeightType integer constant. |
| WeightPt | float | Gets or sets the weight of the line in unit of points. |
| WeightPx | float | Gets or sets the weight of the line in unit of pixels. |
| FormattingType | int | Gets or sets format type. The value of the property is ChartLineFormattingType integer constant. |
| IsAutomaticColor | boolean | Indicates whether the color of line is automatic assigned. |
| IsVisible | boolean | Represents whether the line is visible. |
| IsAuto | boolean | Indicates whether this line style is auto assigned. |
| GradientFill | GradientFill | Represents gradient fill. |
ErrorBar.Type property
Represents error bar amount type. The value of the property is ErrorBarType integer constant.
Type: int
ErrorBar.DisplayType property
Represents the display type of error bar. The value of the property is ErrorBarDisplayType integer constant.
Type: int
ErrorBar.Amount property
Represents amount of error bar. The amount must be greater than or equal to zero.
Type: float
ErrorBar.ShowMarkerTTop property
Indicates if formatting error bars with a T-top.
Type: boolean
ErrorBar.PlusValue property
Represents positive error amount when error bar type is Custom.
Type: String
ErrorBar.MinusValue property
Represents negative error amount when error bar type is Custom.
Type: String
ErrorBar.CompoundType property
Specifies the compound line type The value of the property is MsoLineStyle integer constant.
Type: int
ErrorBar.DashType property
Specifies the dash line type The value of the property is MsoLineDashStyle integer constant.
Type: int
ErrorBar.CapType property
Specifies the ending caps. The value of the property is LineCapType integer constant.
Type: int
ErrorBar.JoinType property
Specifies the joining caps. The value of the property is LineJoinType integer constant.
Type: int
ErrorBar.BeginType property
Specifies an arrowhead for the begin of a line. The value of the property is MsoArrowheadStyle integer constant.
Type: int
ErrorBar.EndType property
Specifies an arrowhead for the end of a line. The value of the property is MsoArrowheadStyle integer constant.
Type: int
ErrorBar.BeginArrowLength property
Specifies the length of the arrowhead for the begin of a line. The value of the property is MsoArrowheadLength integer constant.
Type: int
ErrorBar.EndArrowLength property
Specifies the length of the arrowhead for the end of a line. The value of the property is MsoArrowheadLength integer constant.
Type: int
ErrorBar.BeginArrowWidth property
Specifies the width of the arrowhead for the begin of a line. The value of the property is MsoArrowheadWidth integer constant.
Type: int
ErrorBar.EndArrowWidth property
Specifies the width of the arrowhead for the end of a line. The value of the property is MsoArrowheadWidth integer constant.
Type: int
ErrorBar.ThemeColor property
Gets and sets the theme color. If the foreground color is not a theme color, NULL will be returned.
Type: ThemeColor
ErrorBar.Color property
Represents the com.aspose.cells.Color of the line.
Type: Color
ErrorBar.Transparency property
Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).
Type: float
ErrorBar.Style property
Represents the style of the line. The value of the property is LineType integer constant.
Type: int
ErrorBar.Weight property
Gets or sets the WeightType of the line. The value of the property is WeightType integer constant.
Type: int
ErrorBar.WeightPt property
Gets or sets the weight of the line in unit of points.
Type: float
ErrorBar.WeightPx property
Gets or sets the weight of the line in unit of pixels.
Type: float
ErrorBar.FormattingType property
Gets or sets format type. The value of the property is ChartLineFormattingType integer constant.
Type: int
ErrorBar.IsAutomaticColor property
Indicates whether the color of line is automatic assigned.
Type: boolean
ErrorBar.IsVisible property
Represents whether the line is visible.
Type: boolean
ErrorBar.IsAuto property
Indicates whether this line style is auto assigned.
Type: boolean
ErrorBar.GradientFill property
Represents gradient fill.
Type: GradientFill