Lines Matching refs:fill
57 if(Y_Lang.isArray(style.fill.color))
59 fillColors = style.fill.color.concat();
159 style.fill.color = fillColors[i % fillColors.length];
176 fill: style.fill,
215 fillColor = markerStyles.fill.color;
219 markerStyles.fill.color = fillColor[i % fillColor.length];
223 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
248 fill:{
270 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
323 * <dt>fill</dt><dd>A hash containing the following values:
325 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
329 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
344 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>