Lines Matching refs:fill

6030      * Draws fill
6055 path.set("fill", {
6079 * Draws a fill for a spline
6106 path.set("fill", {
6174 path.set("fill", {
6237 * Concatenates coordinate array with correct coordinates for closing an area fill.
6404 fill: style.fill,
6415 if(Y_Lang.isArray(style.fill.color))
6417 fillColors = style.fill.color.concat();
6435 style.fill.color = fillColors[i % fillColors.length];
6490 fill:{
6505 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
6547 styles.fill.opacity = styles.fill.alpha;
6645 fill: styles.fill,
6650 cfg.fill.opacity = styles.fill.alpha;
6735 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
6905 if(Y_Lang.isArray(style.fill.color))
6907 fillColors = style.fill.color.concat();
6981 style.fill.color = fillColors[i % fillColors.length];
7001 fill: style.fill,
7034 fill:{
7056 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
7500 fill: this._defaultFillColors,
7511 type = type || "fill";
7974 * <dt>fill</dt><dd>A hash containing the following values:
7976 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
7980 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
7996 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
8201 * <dt>color</dt><dd>The color of the fill. The default value is determined by the order of the series on the graph. The color will be
8205 * <dt>alpha</dt><dd>Number between 0 and 1 that indicates the opacity of the fill. The default value is 1</dd>
8362 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
8410 * <dt>fill</dt><dd>A hash containing the following values:
8412 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
8416 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
8431 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
8511 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
8568 * <dt>fill</dt><dd>A hash containing the following values:
8570 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
8574 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
8589 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
8598 * The AreaSeries class renders quantitative data on a graph by creating a fill between 0
8670 * <dt>color</dt><dd>The color of the fill. The default value is determined by the order of the series on the graph. The color will be
8674 * <dt>alpha</dt><dd>Number between 0 and 1 that indicates the opacity of the fill. The default value is 1</dd>
8834 * Indicates whether a fill is displayed.
8871 * <dt>fill</dt><dd>A hash containing the following values:
8873 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
8877 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
8893 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
8949 * <dt>color</dt><dd>The color of the fill. The default value is determined by the order of the series on the graph. The color will be
8953 * <dt>alpha</dt><dd>Number between 0 and 1 that indicates the opacity of the fill. The default value is 1</dd>
9056 * Indicates whether a fill is displayed.
9164 * Indicates whether a fill is displayed.
9315 if(Y_Lang.isArray(style.fill.color))
9317 fillColors = style.fill.color.concat();
9418 style.fill.color = fillColors[i % fillColors.length];
9435 fill: style.fill,
9476 fillColor = markerStyles.fill.color;
9480 markerStyles.fill.color = fillColor[i % fillColor.length];
9484 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
9508 fill:{
9530 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
9570 * <dt>fill</dt><dd>A hash containing the following values:
9572 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
9576 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
9591 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
9656 if(Y_Lang.isArray(style.fill.color))
9658 fillColors = style.fill.color.concat();
9758 style.fill.color = fillColors[i % fillColors.length];
9775 fill: style.fill,
9814 fillColor = markerStyles.fill.color;
9818 markerStyles.fill.color = fillColor[i % fillColor.length];
9822 markerStyles.fill.color = this._getItemColor(markerStyles.fill.color, i);
9847 fill:{
9869 defs.fill.color = this._getDefaultColor(this.get("graphOrder"), "fill");
9922 * <dt>fill</dt><dd>A hash containing the following values:
9924 * <dt>color</dt><dd>Color of the fill. The default value is determined by the order of the series on the graph. The color
9928 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the marker fill. The default value is 1.</dd>
9943 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
10183 fillColors = styles.fill.colors,
10184 fillAlphas = styles.fill.alphas || ["1"],
10274 fill: {
10372 indexStyles.fill.color = indexStyles.fill.colors[i % indexStyles.fill.colors.length];
10373 indexStyles.fill.alpha = indexStyles.fill.alphas[i % indexStyles.fill.alphas.length];
10437 fill:{
10445 defs.fill.colors = this._defaultSliceColors;
10499 fill: this._defaultFillColors,
10510 type = type || "fill";
10653 * <dt>fill</dt><dd>A hash containing the following values:
10659 * <dt>alphas</dt><dd>An array of alpha references (Number from 0 to 1) indicating the opacity of each marker fill. The default value is [1].</dd>
10673 * the default value for `marker.over.fill.color` is equivalent to `marker.fill.color`.</dd>
10916 bg.fill.opacity = bg.fill.alpha;
11250 styles.fill.opacity = styles.fill.alpha;
11378 fill:{
11640 * <dt>fill</dt><dd>Defines the style properties for the fill. Contains the following values:
11642 * <dt>color</dt><dd>Color of the fill. The default value is #faf9f2.</dd>
11643 * <dt>alpha</dt><dd>Number from 0 to 1 indicating the opacity of the background fill. The default value is 1.</dd>