Hi
I'm trying to change the title of the x axis in a chart via a script. I have set it via the user interface as you can see in the screenshot below.
I want to now change it via script based on the user selection.
I tried
chart1.control.xAxis.title = "YTD "18"; chart1.control.invalidate();
but this didn't work.
What am I missing here?