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