<chart>
 <data>
  <column datatype="TEXT" type="label">
   <e>Label 1</e>
   <e>Label 2</e>
   <e>Label 3</e>
   <e>Label 4</e>
  </column>
  <column type="value">
   <e>15</e>
   <e>8</e>
   <e>22</e>
   <e>25</e>
  </column>
 </data>
 <attributes>
  <image width="300" height="200"/>
  <axes>
   <axis dim="category"/>
   <axis dim="value"/>
   <axis dim="z"/>
  </axes>
 </attributes>
</chart>
