<chart>
 <data>
  <column type="label" dataType="text"> 
   <e>Label 1</e>
   <e>Label 2</e>
   <e>Label 3</e>
   <e>Label 4</e>
  </column>
  <column type="value" values="15 8 22 25"/>
 </data>
 <attributes>
  <image width="200" height="200"/>
  <axes>
   <axis dim="x" angle="40"/>
   <axis dim="y"/>
   <axis dim="z"/>
  </axes>
 </attributes>
</chart>
