the option is called "axisFontSize", as in:

new
google.visualization.ScatterChart(document.getElementById('visualization')).draw(data,
{
  titleX: 'Age',
  titleY: 'Weight',
  legend:'none',
  axisFontSize: 11
});

the options for ScatterChart can be found here:

http://code.google.com/apis/visualization/documentation/gallery/scatterchart.html

On Mon, Mar 22, 2010 at 1:34 PM, MIG <[email protected]> wrote:

> how can i set font size on scatter chart XY axis?
>
> chxs command isn't a good configuration...
> new
>
> google.visualization.ScatterChart(document.getElementById('visualization')).
>            draw(data, {titleX: 'Age', titleY: 'Weight', legend:
> 'none', chxs: '0,ff0000,11' });
>
> Thank you
>
> --
> 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