Sets the font style for text shown in Inputfields.
var stockChart = new CanvasJS.StockChart("container", { . . rangeSelector: { inputFields: { style: { fontStyle: "italic", . . } } }, . . }); stockChart.render();
Also See: