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