UNPKG

igniteui-react-charts

Version:

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

50 lines (49 loc) 1.77 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-react-core"; /** * @hidden */ var AssigningSeriesStyleEventArgsBase = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AssigningSeriesStyleEventArgsBase, _super); function AssigningSeriesStyleEventArgsBase() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.z = 0; _this.y = 0; _this.j = new Date(); _this.i = new Date(); _this.a = null; _this.aa = null; _this.ab = null; _this.o = 0; _this.k = 0; _this.c = null; _this.d = null; _this.b = null; _this.m = 0; _this.q = 0; _this.n = 0; _this.r = 0; _this.l = 0; _this.p = 0; _this.u = 0; _this.v = 0; _this.t = 0; _this.x = 0; _this.w = 0; _this.s = 0; _this.f = false; _this.e = false; _this.g = false; _this.h = false; return _this; } AssigningSeriesStyleEventArgsBase.$t = markType(AssigningSeriesStyleEventArgsBase, 'AssigningSeriesStyleEventArgsBase'); return AssigningSeriesStyleEventArgsBase; }(Base)); export { AssigningSeriesStyleEventArgsBase };