Lines Matching refs:fill
32 fill: styles.fill,
163 fill,
187 fillColors = seriesStyles.fill.colors;
197 fill = {
205 item = this._getLegendItem(node, this._getShapeClass(shape), fill, border, labelStyles, markerWidth, markerHeight, displayName);
232 item = this._getLegendItem(node, this._getShapeClass(shape), seriesStyles.fill, seriesStyles.border, labelStyles, markerWidth, markerHeight, series.get("valueDisplayName"));
273 fill: backgroundStyles.fill,
287 * @return Object An object containing fill, border and shape information.
301 fill: {
308 series = series.get("styles").fill;
314 fill: {
323 fill: styles.fill,
349 * @param {Object} fill Properties for the shape's fill
358 _getLegendItem: function(node, shapeClass, fill, border, labelStyles, w, h, text)
380 fill: fill,
446 fill:{
749 * <dt>fill</dt><dd>Properties for the background fill.
751 * <dt>color</dt><dd>Color for the fill. The default value is "#faf9f2".</dd>