chart:axis
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:chart:1.0
Schema document: chart.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- chart:title [0..1]
- chart:categories [0..1]
- chart:grid [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
chart:dimension | [1..1] | Anonymous | from group text:chart-axis-attlist | |
chart:name | [0..1] | text:string | from group text:chart-axis-attlist | |
chart:style-name | [0..1] | text:styleNameRef | from group text:chart-axis-attlist |
Used in
- Anonymous type of element chart:plot-area
Sample instance
<chart:axis chart:dimension="x"> <chart:title svg:x="string" svg:y="string"> <text:p>Any text, intermingled with: <text:s/> </text:p> </chart:title> <chart:categories/> <chart:grid chart:class="major"/> </chart:axis>