<axPos> (Axis Position)

This element specifies the position of the axis on the chart.

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> (Axis Position Value)

Specifies the position of the axis on the chart.

The possible values for this attribute are defined by the ST_AxPos simple type (§5.7.3.2).

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

<complexType name="CT_AxPos">
	<attribute name="val" type="ST_AxPos" use="required"/>
</complexType>