I THINK this is what you want:
Arrange the data like this:
A B C X Y Z
US 2000 3000 1000
China 2000 1000 5000
create a stacked column chart, with series in columns.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
"chiuinggum" <(E-Mail Removed)> wrote in message
news:785AA42F-1683-4586-9647-(E-Mail Removed)...
>I would like to plot a stack-up chart.
> Country Model Volume
> US A 2000
> US B 3000
> US C 1000
> China X 2000
> China Y 1000
> China Z 5000
>
> The X-axis show the country, Y axis - model/volume
>