setPixelHeight: function (pixelHeight) {
        if (pixelHeight <= 0) {
            throw new Error('Height should be greater than zero. It is ' + pixelHeight + '.');
        }
        this._pixelHeight = pixelHeight;