igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
56 lines (55 loc) • 1.92 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-react-core";
import { List$1 } from "igniteui-react-core";
import { RangeInfo } from "./RangeInfo";
/**
* @hidden
*/
var AxisRenderingParametersBase = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(AxisRenderingParametersBase, _super);
function AxisRenderingParametersBase() {
var _this = _super.call(this) || this;
_this.o = 0;
_this.aa = null;
_this.ab = null;
_this.z = null;
_this.y = null;
_this.k = null;
_this.e = null;
_this.f = null;
_this.x = null;
_this.v = null;
_this.w = null;
_this.u = null;
_this.m = 0;
_this.l = 0;
_this.n = 0;
_this.r = 0;
_this.t = null;
_this.p = 0;
_this.g = false;
_this.h = false;
_this.j = false;
_this.b = null;
_this.a = null;
_this.c = null;
_this.d = null;
_this.q = 0;
_this.s = 0;
_this.s = -1;
_this.k = new List$1(RangeInfo.$, 0);
return _this;
}
AxisRenderingParametersBase.prototype.i = function () {
return false;
};
AxisRenderingParametersBase.$t = markType(AxisRenderingParametersBase, 'AxisRenderingParametersBase');
return AxisRenderingParametersBase;
}(Base));
export { AxisRenderingParametersBase };