<axId> (Axis ID)

When specified as a child element of <valAx, dateAx, catAx, or serAx>, this element specifies the identifier for the axis. When specified as a child element of a chart, this element specifies the identifier of an axis that defines the coordinate space of the chart.

Parent Elements

<area3DChart>5.7.2.4); <areaChart>5.7.2.5); <bar3DChart>5.7.2.15); <barChart>5.7.2.16); <bubbleChart>5.7.2.20); <catAx>5.7.2.25); <dateAx>5.7.2.39); <line3DChart>5.7.2.97); <lineChart>5.7.2.98); <radarChart>5.7.2.154); <scatterChart>5.7.2.162); <serAx>5.7.2.176); <stockChart>5.7.2.199); <surface3DChart>5.7.2.204); <surfaceChart>5.7.2.205); <valAx>5.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>