<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 |
---|---|
|
Specifies the value axis shall cross the category axis between data markers. |
|
Specifies the value axis shall cross the category axis at the midpoint of a category. |
Referenced By |
---|
|
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>