majorTicksInterval: 2.5, labelsFormatFunction: function(value) { return $.jqx.dataFormat.formatNumber(value, 'f1') + " mm"; }, markersFormatFunction: function (value) { return $.jqx.dataFormat.formatNumber(value, 'f1') + " mm"; }, range: { from: 2, to: 5 } }); });