Hi WP.
I have now not just read the articles that I mentioned before but followed them to create the programs, which worked.
However, the population example is not very realistic. It only has 100 lines of data, so when the program runs, the chart appears immediately.
My data consists of between 5000 and 25000 lines of data which are calculated in the program and then loaded into the three series in real time.
Calculating the smallest number number of lines takes around 5 seconds to complete and all this time the chart is flashing as the chart seems to update every time a new line of data is created. Also, the scale numbering increases as the calculated values get larger. This is not what I want.
I know what the final maximum values of all the axes will be before the calculations start, so I want to set these in the program. I have turned off the visibility of each series until all values are calculated in attempt to stop the flickering, but it still happens.
If this was Excel or Scalc I would assign my columns of data to the axes then specify the maximum and minimum values for each axis. I cannot find out how to set the scales manually in this chart.
Can you explain how I do it?