Lines Matching refs:fillStyle
1938 ctx.fillStyle = getColorOrGradient(options.grid.backgroundColor, plotHeight, 0, "rgba(255, 255, 255, 0)");
2017 ctx.fillStyle = m.color || options.grid.markingsColor;
2483 var fillStyle = getFillStyle(series.lines, series.color, 0, plotHeight);
2484 if (fillStyle) {
2485 ctx.fillStyle = fillStyle;
2495 function plotPoints(datapoints, radius, fillStyle, offset, shadow, axisx, axisy, symbol) {
2512 if (fillStyle) {
2513 ctx.fillStyle = fillStyle;
2632 c.fillStyle = fillStyleCallback(bottom, top);
3094 fillStyle = highlightColor,
3112 function () { return fillStyle; }, series.xaxis, series.yaxis, octx, series.bars.horizontal, series.bars.lineWidth);