Axis labels inside plot area
Since v 1.3.6 all charts with axes can display axis’ values inside plot area, like in these examples:
http://www.amcharts.com/line/auto-reloading-chart/
This is done by setting:
<inside>true</inside>
in the settings file (for the <values> you need to be inside).
Both horizontal and vertical axes values can be displayed inside plot area.