<crossBetween>
(Cross Between)
This element specifies whether the value axis crosses the category axis between categories.
If not specified, then the application should choose an appropriate behavior.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies whether the value axis crosses the category axis between categories or on categories. The possible values for this attribute are defined by the ST_CrossBetween simple type (§5.7.3.7). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_CrossBetween">
<attribute name="val" type="ST_CrossBetween" use="required"/>
</complexType>