equalXY: function(value) {
        if (arguments.length == 0) {
            return this._equalXY;
        }
        this._equalXY = value;