enabled: Boolean

Using enabled property, you can Enable or Disable the Inputfields in StockChart.


Default: true
Options: true, false

var  stockChart =  new  CanvasJS.StockChart("container",
{
 .
 .
 rangeSelector: {
   inputFields: {
     enabled: false,
     .
     .
   }
 },
 .
 . 
});
stockChart.render();



Try it Yourself by Editing the Code below.




If you have any questions, please feel free to ask in our forums.Ask Question