chart:chart
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:subtitle [0..1]
- chart:footer [0..1]
- chart:legend [0..1]
- chart:plot-area [1..1]
- table:table [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
chart:class | [1..1] | text:namespacedToken | from group chart:class | |
svg:width | [1..1] | text:length | from group svg:width | |
svg:height | [1..1] | text:length | from group svg:height | |
chart:column-mapping | [0..1] | text:string | from group text:chart-chart-attlist | |
chart:row-mapping | [0..1] | text:string | from group text:chart-chart-attlist | |
chart:style-name | [0..1] | text:styleNameRef | from group text:chart-chart-attlist |
Used in
- Anonymous type of element office:chart
Substitution hierarchy
- text:office-chart-content-main
- can be substituted with chart:chart
Sample instance
<chart:chart chart:class="string" svg:width="string" svg:height="string"> <chart:title svg:x="string" svg:y="string"> <text:p>Any text, intermingled with: <text:s/> </text:p> </chart:title> <chart:subtitle svg:x="string" svg:y="string"> <text:p>Any text, intermingled with: <text:s/> </text:p> </chart:subtitle> <chart:footer svg:x="string" svg:y="string"> <text:p>Any text, intermingled with: <text:s/> </text:p> </chart:footer> <chart:legend svg:x="string" svg:y="string"/> <chart:plot-area svg:x="string" svg:y="string" svg:width="string" svg:height="string" dr3d:lighting-mode="true"> <dr3d:light dr3d:direction="string"/> <chart:axis chart:dimension="x"> <chart:title svg:x="string" svg:y="string">... </chart:title> <chart:categories/> <chart:grid chart:class="major"/> </chart:axis> <chart:series chart:class="string"> <chart:domain/> <chart:mean-value/> <chart:regression-curve/> <chart:error-indicator/> <chart:data-point/> </chart:series> <chart:stock-gain-marker/> <chart:stock-loss-marker/> <chart:stock-range-line/> <chart:wall svg:width="string"/> <chart:floor svg:width="string"/> </chart:plot-area> <table:table table:name="string" table:protection-key="any text content"> <table:table-source xlink:actuate="onRequest" xlink:href="http://www.example.com/" table:refresh-delay="P1Y2M3DT10H"/> <office:dde-source office:dde-application="string" office:dde-topic="string" office:dde-item="string"/> <table:scenario table:scenario-ranges="string" table:is-active="true"/> <office:forms> <form:form xlink:actuate="onRequest">... </form:form> </office:forms> <table:shapes> <draw:rect svg:x="string" svg:y="string" svg:width="string" svg:height="string" draw:id="ID" draw:name="string">... </draw:rect> </table:shapes> <table:table-column-group> <table:table-column-group>... </table:table-column-group> </table:table-column-group> <table:table-row-group> <table:table-row-group>... </table:table-row-group> </table:table-row-group> </table:table> </chart:chart>