Lines Matching refs:pos
533 pos,
560 pos = dh.position;
583 if(pos != axisPosition)
590 if(pos != "none")
592 this._addToAxesCollection(pos, axis);
607 axesCollection = this.get(pos + "AxesCollection");
630 pos,
656 pos = axis.get("position");
657 if(!this.get(pos + "AxesCollection"))
659 this.set(pos + "AxesCollection", [axis]);
663 this.get(pos + "AxesCollection").push(axis);