Returns the specified style property of inputFields.
Parameters:
- var stockChart = new CanvasJS.StockChart("container",
- {
- .
- .
- rangeSelector: {
- inputFields: {
- style: {
- .
- //style properties of inputFields
- .
- }
- .
- }
- }
- .
- .
- });
- stockChart.render();
- console.log(stockChart.rangeSelector.inputFields.style.get("fontSize"));
Please refer to Style Element for the complete list of properties that can be accessed via get method.
Also See: