<errDir>
(Error Bar Direction)
This element specifies the direction of the error bars.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the direction of the error bars. The possible values for this attribute are defined by the ST_ErrDir simple type (§5.7.3.13). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ErrDir">
<attribute name="val" type="ST_ErrDir" use="required"/>
</complexType>