UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

67 lines (66 loc) 2.39 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { Base, markType } from "igniteui-angular-core"; import { Rect } from "igniteui-angular-core"; /** * @hidden */ var ScalerParams = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ScalerParams, _super); function ScalerParams(a) { var _rest = []; for (var _i = 1; _i < arguments.length; _i++) { _rest[_i - 1] = arguments[_i]; } var _this = _super.call(this) || this; _this.e = null; _this.d = null; _this.c = null; _this.a = false; _this.b = 0; a = (a == void 0) ? 0 : a; switch (a) { case 0: { var c = _rest[0]; var d = _rest[1]; var e = _rest[2]; var f = _rest[3]; _this.e = c; _this.d = d; _this.c = f; _this.a = e; _this.b = NaN; } break; case 1: { var c = _rest[0]; var d = _rest[1]; var e = _rest[2]; var f = [c, d, e, Rect.empty]; { var h = f[0]; var i = f[1]; var j = f[2]; var k = f[3]; _this.e = h; _this.d = i; _this.c = k; _this.a = j; _this.b = NaN; } } break; } return _this; } ScalerParams.$t = markType(ScalerParams, 'ScalerParams'); return ScalerParams; }(Base)); export { ScalerParams };