<?xml version="1.0" encoding="UTF-8"?>
<anychart>
  <charts>
    <chart template="Bar Chart With No Title #1">
      <data>
        <series name="Year 2003" type="Bar">
          <point name="Department Stores" y="637166" />
          <point name="Discount Stores" y="721630" />
          <point name="Men's/Women's Specialty Stores" y="148662" />
          <point name="Juvenile Specialty Stores" y="78662" />
          <point name="All other outlets" y="90000" />
        </series>
      </data>
    </chart>
  </charts>
  <templates>
    <template name="Bar Chart With No Title #1">
      <chart plot_type="CategorizedHorizontal">
        <chart_settings>
          <title enabled="false" />
          <axes>
            <y_axis>
              <title>
                <text>Sales</text>
              </title>
            </y_axis>
            <x_axis>
              <labels align="Outside" />
              <title>
                <text>Retail Channel</text>
              </title>
            </x_axis>
          </axes>
        </chart_settings>
      </chart>
    </template>
  </templates>
</anychart>
