[Table of Contents] [docx version]
Error! No text of specified style in document.
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 |
|
valAx (§5.7.2.227) |
|
Attributes |
Description |
|
val (Cross Between Value) |
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>