ErrorBar Class
Contents
[
Hide
]ErrorBar class
Represents error bar of data series.
type ErrorBar struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewErrorBar | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Represents error bar amount type. |
| SetType | Represents error bar amount type. |
| GetDisplayType | Represents the display type of error bar. |
| SetDisplayType | Represents the display type of error bar. |
| GetAmount | Represents amount of error bar. |
| SetAmount | Represents amount of error bar. |
| GetShowMarkerTTop | Indicates if formatting error bars with a T-top. |
| SetShowMarkerTTop | Indicates if formatting error bars with a T-top. |
| GetPlusValue | Represents positive error amount when error bar type is Custom. |
| SetPlusValue | Represents positive error amount when error bar type is Custom. |
| GetMinusValue | Represents negative error amount when error bar type is Custom. |
| SetMinusValue | Represents negative error amount when error bar type is Custom. |
| GetCompoundType | Specifies the compound line type |
| SetCompoundType | Specifies the compound line type |
| GetDashType | Specifies the dash line type |
| SetDashType | Specifies the dash line type |
| GetCapType | Specifies the ending caps. |
| SetCapType | Specifies the ending caps. |
| GetJoinType | Specifies the joining caps. |
| SetJoinType | Specifies the joining caps. |
| GetBeginType | Specifies an arrowhead for the begin of a line. |
| SetBeginType | Specifies an arrowhead for the begin of a line. |
| GetEndType | Specifies an arrowhead for the end of a line. |
| SetEndType | Specifies an arrowhead for the end of a line. |
| GetBeginArrowLength | Specifies the length of the arrowhead for the begin of a line. |
| SetBeginArrowLength | Specifies the length of the arrowhead for the begin of a line. |
| GetEndArrowLength | Specifies the length of the arrowhead for the end of a line. |
| SetEndArrowLength | Specifies the length of the arrowhead for the end of a line. |
| GetBeginArrowWidth | Specifies the width of the arrowhead for the begin of a line. |
| SetBeginArrowWidth | Specifies the width of the arrowhead for the begin of a line. |
| GetEndArrowWidth | Specifies the width of the arrowhead for the end of a line. |
| SetEndArrowWidth | Specifies the width of the arrowhead for the end of a line. |
| GetThemeColor | Gets and sets the theme color. |
| SetThemeColor | Gets and sets the theme color. |
| GetColor | Represents the Color of the line. |
| SetColor | Represents the Color of the line. |
| GetTransparency | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). |
| SetTransparency | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). |
| GetStyle | Represents the style of the line. |
| SetStyle | Represents the style of the line. |
| GetWeight | Gets or sets the WeightType of the line. |
| SetWeight | Gets or sets the WeightType of the line. |
| GetWeightPt | Gets or sets the weight of the line in unit of points. |
| SetWeightPt | Gets or sets the weight of the line in unit of points. |
| GetWeightPx | Gets or sets the weight of the line in unit of pixels. |
| SetWeightPx | Gets or sets the weight of the line in unit of pixels. |
| GetFormattingType | Gets or sets format type. |
| SetFormattingType | Gets or sets format type. |
| IsAutomaticColor | Indicates whether the color of line is automatic assigned. |
| IsVisible | Represents whether the line is visible. |
| SetIsVisible | Represents whether the line is visible. |
| IsAuto | Indicates whether this line style is auto assigned. |
| SetIsAuto | Indicates whether this line style is auto assigned. |
| GetGradientFill | Represents gradient fill. |