Lines Matching refs:fill
904 fill: styles.fill,
1035 fill,
1059 fillColors = seriesStyles.fill.colors;
1069 fill = {
1077 item = this._getLegendItem(node, this._getShapeClass(shape), fill, border, labelStyles, markerWidth, markerHeight, displayName);
1104 item = this._getLegendItem(node, this._getShapeClass(shape), seriesStyles.fill, seriesStyles.border, labelStyles, markerWidth, markerHeight, series.get("valueDisplayName"));
1145 fill: backgroundStyles.fill,
1159 * @return Object An object containing fill, border and shape information.
1173 fill: {
1180 series = series.get("styles").fill;
1186 fill: {
1195 fill: styles.fill,
1221 * @param {Object} fill Properties for the shape's fill
1230 _getLegendItem: function(node, shapeClass, fill, border, labelStyles, w, h, text)
1252 fill: fill,
1318 fill:{
1621 * <dt>fill</dt><dd>Properties for the background fill.
1623 * <dt>color</dt><dd>Color for the fill. The default value is "#faf9f2".</dd>