Set axis font size outside Graph builder script
Hello all, I've been searching for this one...including the scripting index under help. I would like to change the font size of my x-axis using a code line outside the graph builder script. Please see below. I tried the line Report(graph)[Axis Box( 1 )] << Axis Settings({Set Font Size(14)}) but this line does not work of course. I know how to change the font size within the script of graph build...