When using the LineGraph widget in GuiComposer the axis maximum and minimum values are not limiting and seem to be ignored. These values appear to be used only when the graph is first drawn and then overridden as soon as data is loaded. While it is nice to have graphs with auto-ranging axes for exploration of data, it is necessary to be able to produce consistent graphs for production use.
I would also expect that by providing maximum and minimum values for the axes that there would no longer be the addition of space outside the range of the values in the data array (e.g. if there are 40 data points in an array the graph would not have the 10 point padding to the right and left of the graphed data as is currently done).