stemThickness : Number

Sets the thickness of Stem in Error / Box and Whisker Charts.


Default: Auto Calculated
Example: 4, 6 ..

Notes
  • Values should always be positive.
  • Works only in Error / Box and Whisker Charts.


var  chart =  new  CanvasJS.Chart("container",
{
 .
 .
  data: [{
   type: "error",
   stemThickness: 4,
 
  },
 ]
 .
 . 
});
chart.render();


Try it Yourself by Editing the Code below.

Try it Yourself by Editing the Code below.

  Also See:    



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