Hi Peter,
You're looking at the correct section, but are having problems
interpreting the following:
chxl=
<axis_index>:|<label_1>|...|<label_n>
|...|
<axis_index>:|<label_1>|...|<label_n>
Take a look at the last sample chart in that section. The key parts
are "chxt=x,x,y,y" and "chxl=1:|Martinis|3:|Score"
Keep in mind the following:
<axis_index> --> Which axis to apply labels to. This is an index into
the chxt parameter array. For example, if you have chxt=x,x,y,y then
index 0 would be the first x-axis, 1 would be the second x-axis.
Have fun,
Keith
--
You received this message because you are subscribed to the Google Groups
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-chart-api?hl=en.