[Table of Contents] [docx version]

Error! No text of specified style in document.

crossAx (Crossing Axis ID)

This element specifies the ID of axis that this axis crosses. For instance, a category axis may cross a value axis, and the category axis's crossAx would contain the ID of the value axis.

Parent Elements

catAx5.7.2.25); dateAx5.7.2.39); serAx5.7.2.176); valAx5.7.2.227)

 

Attributes

Description

val (Integer Value)

Specifies that the contents of this attribute will contain an integer number.

 

The contents of this number are interpreted based on the context of the parent XML element.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_UnsignedInt">

   <attribute name="val" type="xsd:unsignedInt" use="required"/>

</complexType>