text data on X axis

A

ajent

Is it possible? My Y data are numbers but I would like to put the X
coordinates as text, eg.: (a;12), (b;9), (w;2;8) etc., the chart of XY type.
I can't find anything like that in Help. Thank you.
 
J

Jon Peltier

Create a Line chart. The chart will treat each text item as its own category
label. If you have any duplicate labels, you will end up with duplicates
along the chart axis.

- Jon
 
Top