<crossesAt> (Crossing Value)

This element specifies where on the axis the perpendicular axis crosses. The units are dependent on the type of axis.

When specified as a child element of <valAx>, the value is a decimal number on the value axis. When specified as a child element of <dateAx>, the date is defined as a integer number of days since Dec. 31, 1899, unless date1904 is set, in which case they are defined as an integer number of days since Dec. 31, 1903. When specified as a child element of <catAx>, the value is an integer category number, starting with 1 as the first category.

Parent Elements

<catAx>5.7.2.25); <dateAx>5.7.2.39); <serAx>5.7.2.176); <valAx>5.7.2.227)

Attributes

Description

<val> (Floating Point Value)

Specifies that the contents of this attribute will contain a floating point 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 double datatype.

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

<complexType name="CT_Double">
	<attribute name="val" type="xsd:double" use="required"/>
</complexType>