[Table of Contents] [docx version]
Error! No text of specified style in document.
majorTickMark (Major Tick Mark)
This element specifies the major tick marks.
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 (Tick Mark Value) |
Specifies the minor tick mark position.
The possible values for this attribute are defined by the ST_TickMark simple type (§5.7.3.49). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TickMark">
<attribute name="val" type="ST_TickMark" default="cross"/>
</complexType>