[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_CrossBetween (Cross Between)
This simple type specifies the possible crossing states of an axis.
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 |
between (Between) |
Specifies the value axis shall cross the category axis between data markers. |
midCat (Midpoint of Category) |
Specifies the value axis shall cross the category axis at the midpoint of a category. |
Referenced By |
crossBetween@val (§5.7.2.32) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_CrossBetween">
<restriction base="xsd:string">
<enumeration value="between"/>
<enumeration value="midCat"/>
</restriction>
</simpleType>