Hi all, 
I’m relatively new, so excuss my simple question:
I know how to set the title of my chart: 
      title:{
          text: “Load Displacement Curve”,
          fontSize: 20
        }
but how can I do that from another function?
So my chart is in a variable e.g. myChart and I’d like to use this to set the tile: 
e.g. myChart.title = “mynewtitle”;
is this possible? Thanks a lot in advance, Best
Tschounes