igniteui-webcomponents-charts
Version:
Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.
53 lines (52 loc) • 1.85 kB
JavaScript
/*
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-webcomponents-core";
/**
* @hidden
*/
export var AxisAnnotationFramePrepareSettings = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(AxisAnnotationFramePrepareSettings, _super);
function AxisAnnotationFramePrepareSettings() {
var _this = _super !== null && _super.apply(this, arguments) || 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));