Lines Matching refs:pos
2148 pos = this.get("position"),
2149 vert = pos == "left" || pos == "right",
2151 hor = pos == "bottom" || pos == "top";
2599 pos = this.get("position");
2600 if(pos === "top" || pos === "bottom")
2624 pos = this.get("position");
2625 if(pos === "top" || pos === "bottom")
2647 pos = this.get("position"),
2650 if(pos === "top" || pos === "bottom")
2672 var pos = this.get("position");
2673 if(pos === "top" || pos === "bottom")
2696 pos = this.get("position");
2697 if(pos === "top" || pos === "bottom")
2720 pos = this.get("position"),
2722 if(pos === "left" || pos === "right")
4835 pos = 0,
4854 pos = 0;
4867 pos += num;
4875 if(pos > 0)
4877 max = Math.max(max, pos);
4889 min = Math.min(min, pos);
13377 pos,
13404 pos = dh.position;
13427 if(pos != axisPosition)
13434 if(pos != "none")
13436 this._addToAxesCollection(pos, axis);
13451 axesCollection = this.get(pos + "AxesCollection");
13474 pos,
13500 pos = axis.get("position");
13501 if(!this.get(pos + "AxesCollection"))
13503 this.set(pos + "AxesCollection", [axis]);
13507 this.get(pos + "AxesCollection").push(axis);
15041 var i, pos, axis, dh, config, axisClass,
15061 pos = type == "pie" ? "none" : dh.position;
15071 config.position = pos;