Hi, I have a stock market line chart with a CategoryAxis (representing dates) along the bottom and a LinearAxis up the side. My chart has the option of adjusting the date range, which is done by switching the category data provider for the x-axis, but keeping the actual line series data provider the same.
However, when I change the x-axis range, the y-axis range remains unchanged, as the min and max are being determined from the entire series data provider. How can I adjust the y-axis range to match only what is currently visible on the graph? Thanks, Iain

