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