UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

40 lines (39 loc) 1.53 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, __read, __spreadArray } from "tslib"; import { Base, markType } from "igniteui-react-core"; /** * @hidden */ var UserAnnotationInformation = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserAnnotationInformation, _super); function UserAnnotationInformation() { var _this = _super.apply(this, __spreadArray([], __read(arguments), false)) || this; _this.d = null; _this.f = null; _this.h = null; _this.i = null; _this.c = null; _this.e = null; _this.a = 0; _this.b = 0; return _this; } UserAnnotationInformation.prototype.g = function (a) { this.f = a.f; this.h = a.h; this.i = a.i; this.c = a.c; this.e = a.e; this.c = a.c; this.a = a.a; this.b = a.b; }; UserAnnotationInformation.$t = markType(UserAnnotationInformation, 'UserAnnotationInformation'); return UserAnnotationInformation; }(Base)); export { UserAnnotationInformation };