UNPKG

igniteui-react-charts

Version:

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

54 lines (53 loc) 1.92 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 AxisAnnotationFramePrepareSettings = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AxisAnnotationFramePrepareSettings, _super); function AxisAnnotationFramePrepareSettings() { var _this = _super.apply(this, __spreadArray([], __read(arguments), false)) || this; _this.u = null; _this.z = null; _this.x = null; _this.ac = null; _this.y = null; _this.ad = null; _this.v = null; _this.aa = null; _this.w = null; _this.ab = null; _this.ae = null; _this.af = null; _this.g = 0; _this.m = 0; _this.l = 0; _this.r = 0; _this.j = 0; _this.p = 0; _this.h = 0; _this.n = 0; _this.k = 0; _this.q = 0; _this.i = 0; _this.o = 0; _this.a = null; _this.b = null; _this.s = null; _this.t = null; _this.e = false; _this.f = false; _this.c = false; _this.d = false; return _this; } AxisAnnotationFramePrepareSettings.$t = markType(AxisAnnotationFramePrepareSettings, 'AxisAnnotationFramePrepareSettings'); return AxisAnnotationFramePrepareSettings; }(Base)); export { AxisAnnotationFramePrepareSettings };