setPixelWidth: function (pixelWidth) {
        if (pixelWidth <= 0) {
            throw new Error('Width should be greater than zero. It is ' + pixelWidth + '.');
        }
        this._pixelWidth = pixelWidth;