[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the text alignment for the tick labels on the axis.
Parent Elements |
catAx (§5.7.2.25) |
Attributes |
Description |
val (Label Alignment Value) |
Specifies the label alignment.
The possible values for this attribute are defined by the ST_LblAlgn simple type (§5.7.3.22). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LblAlgn">
<attribute name="val" type="ST_LblAlgn" use="required"/>
</complexType>