Lines Matching refs:fill
74 fill: style.fill,
85 if(Y_Lang.isArray(style.fill.color))
87 fillColors = style.fill.color.concat();
105 style.fill.color = fillColors[i % fillColors.length];
160 fill:{
175 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
217 styles.fill.opacity = styles.fill.alpha;
315 fill: styles.fill,
320 cfg.fill.opacity = styles.fill.alpha;
405 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);