Sets the Color of Stem in Box and Whisker / Error Chart. The value of stemColor can be a “HTML Color Name” or “Hex Code”.
Default: Taken from dataSeries Colorvar chart = new CanvasJS.Chart("container", { . . data: [{ type: "error", stemColor: "#BB2286", }, ] . . }); chart.render();
Also See: