<ST_ErrDir>
(Error Bar Direction)
This simple type specifies the possible directions for error bars.
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 |
---|---|
|
Specifies that error bars shall be shown in the x direction. |
|
Specifies that error bars shall be shown in the y direction. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ErrDir">
<restriction base="xsd:string">
<enumeration value="x"/>
<enumeration value="y"/>
</restriction>
</simpleType>