[Table of Contents] [docx version]

Error! No text of specified style in document.

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

area3DChart5.7.2.4); areaChart5.7.2.5); bar3DChart5.7.2.15); barChart5.7.2.16); bubbleChart5.7.2.20); catAx5.7.2.25); dateAx5.7.2.39); line3DChart5.7.2.97); lineChart5.7.2.98); radarChart5.7.2.154); scatterChart5.7.2.162); serAx5.7.2.176); stockChart5.7.2.199); surface3DChart5.7.2.204); surfaceChart5.7.2.205); 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>