You can't do this in ImageLineChart.  You have to do it in ImageChart.
First you do options.set("cht", "lc").  "lc" means line chart.  Then you can
do options.set("chxt", axisSpec).

I hope that helps.  Let me know if you have any more questions.

thanks,

Vizzy

On Tue, Aug 31, 2010 at 9:40 PM, NM <[email protected]> wrote:

> Hi,
>
> for the image LineChart I would like to set the chxt option in java.
> I tried options.set("chxt","x,y,r,t") but it doesn't work.
> Is it possible to do this ?
>
> thanks
> NM
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-visualization-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization 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-visualization-api?hl=en.

Reply via email to