if say i have a chart with data in range 100-200 and i add a strip line with range 60-80, the strip line is not displayed on the chart as the axis auto range will only show the data.Now I could manually get around this by setting axis minimum and maximum values, however this locks the axis, and so if the chart data is continuously updating, new data might not be seen.
Is there any possible solution to this, to keep auto scaling, but also to make it include any striplines ?
Thanks for any help,
Tom