[Table of Contents] [docx version]

Error! No text of specified style in document.

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

x (X)

Specifies that error bars shall be shown in the x direction.

y (Y)

Specifies that error bars shall be shown in the y direction.

 

Referenced By

errDir@val5.7.2.57)

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>