markerBorderColor - Sets Border Color of Marker | CanvasJS Charts

markerBorderColor: String Sets the border color around marker. Value of markerBorderColor can be “HTML Color Name” or “hex code”. Default: dataSeries color. Example: “red”, “#008000” .. Note There is no border in Marker Type “cross”, hence markerBorderColor doesn’t apply when markerType is “cross” var chart = new CanvasJS.Chart(“container”, { . . data: [{ markerBorderColor: “#008000”, … Continue reading markerBorderColor