Sets the dash type of Stem in Box and Whisker / Error Charts.
Other Supported Dash Types:
var chart = new CanvasJS.Chart("container", { . . data:[{ type: "error", stemDashType : "dash", }] }); chart.render();
Also See: