Lines Matching refs:fill
55 if(Y_Lang.isArray(style.fill.color))
57 fillColors = style.fill.color.concat();
158 style.fill.color = fillColors[i % fillColors.length];
175 fill: style.fill,
216 fillColor = markerStyles.fill.color;
220 markerStyles.fill.color = fillColor[i % fillColor.length];
224 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
248 fill:{
270 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
310 * <dt>fill</dt><dd>A hash containing the following values:
312 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
316 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
331 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>