Hi Ronnie,
How do you configure the chart to show only a subset of data - by using the axis view or simply by adding that subset of data to the chart? If you use view the control will always use the 0-400K range whereas when you use a subset it will use that subset to calculate the y range.
This cannot be achieved out of the box, however it can be done if you specify a range to the y axis from code using the NRangeAxisView object depending on the x axis min / max values.