Can you control the limits of the axes? It looks like it's adjusting the number when it falls outside the range. Just a guess without knowing what graphing component you're using or seeing the code.
The only thing I can think of is that something is causing the 1015 to be formatted as "1.105" (where the "," on an english system is being replaced by a "." because of the regional settings) but that the charting component doesn't understand the regional "." format and is misinterpreting it as a fractional value and messing up the chart.