maskInverted: String

Setting maskInverted to true will invert the masked and unmasked region of Slider. Try out the same in the example below.


Default: false
Options: true, false

var stockChart = new CanvasJS.StockChart("container",
{
 .
 .
 navigator: {
   .
   .
   slider: {
     maskInverted: true
   },
   .
   .
 },
 .
 . 
});
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