Getting data from a chart using Google Script

12 views
Skip to first unread message

Colin Taylor

unread,
Nov 27, 2016, 9:00:23 PM11/27/16
to Google Visualization API
Hi
I have been trying to find a method of retrieving data from a chart?

     var StudentChart=Studsht1.getCharts()[0];
     var option = "title"
     ChartTitle=StudentChart.getOptions().get(option);

retrieves the title of the chart ok

      var StudChart=Studsht1.getCharts()[0];
      ChartType=Charts.ChartType;
      
retrieves the type of chart eg Area ok

But how would I retrieve the font of the horizontal axis?

Cheers Col Taylor






Reply all
Reply to author
Forward
0 new messages