[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_ErrBarType (Error Bar Type)
This simple type specifies the possible ways to draw an error bar.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
both (Both) |
Specifies that error bars shall be shown in the positive and negative directions. |
minus (Minus) |
Specifies that error bars shall be shown in the negative direction only. |
plus (Plus) |
Specifies that error bars shall be shown in the positive direction only. |
Referenced By |
errBarType@val (§5.7.2.56) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ErrBarType">
<restriction base="xsd:string">
<enumeration value="both"/>
<enumeration value="minus"/>
<enumeration value="plus"/>
</restriction>
</simpleType>