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