Schema Central > OpenDocument 1.1 > chart.xsd > chart:chart
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

chart:chart

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
chart:class [1..1]text:namespacedTokenfrom group chart:class
svg:width [1..1]text:lengthfrom group svg:width
svg:height [1..1]text:lengthfrom group svg:height
chart:column-mapping [0..1]text:stringfrom group text:chart-chart-attlist
chart:row-mapping [0..1]text:stringfrom group text:chart-chart-attlist
chart:style-name [0..1]text:styleNameReffrom group text:chart-chart-attlist

Used in

Substitution hierarchy

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com