UNPKG

igniteui-react-core

Version:
362 lines (361 loc) 11 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 { AxisDescription } from "./AxisDescription"; import { markType } from "./type"; /** * @hidden */ var NumericAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(NumericAxisBaseDescription, _super); function NumericAxisBaseDescription() { var _this = _super.call(this) || this; _this.e6 = null; _this.eh = 0; _this.eb = 0; _this.ee = 0; _this.eg = 0; _this.ea = 0; _this.ed = 0; _this.ef = 0; _this.d9 = 0; _this.ev = 0; _this.ex = 0; _this.d2 = false; _this.ei = 0; _this.ec = 0; _this.ej = 0; _this.d1 = false; _this.dy = false; _this.dz = false; _this.ew = 0; _this.e7 = null; _this.e1 = null; _this.dv = null; _this.d0 = false; _this.dx = false; _this.e4 = null; _this.e3 = null; _this.e2 = null; _this.e5 = null; return _this; } NumericAxisBaseDescription.prototype.get_type = function () { return "NumericAxisBase"; }; Object.defineProperty(NumericAxisBaseDescription.prototype, "autoRangeBufferMode", { get: function () { return this.e6; }, set: function (a) { this.e6 = a; this.g("AutoRangeBufferMode"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "minimumValue", { get: function () { return this.eh; }, set: function (a) { this.eh = a; this.g("MinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMinimumValue", { get: function () { return this.eb; }, set: function (a) { this.eb = a; this.g("ActualMinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualVisibleMinimumValue", { get: function () { return this.ee; }, set: function (a) { this.ee = a; this.g("ActualVisibleMinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "maximumValue", { get: function () { return this.eg; }, set: function (a) { this.eg = a; this.g("MaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMaximumValue", { get: function () { return this.ea; }, set: function (a) { this.ea = a; this.g("ActualMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualVisibleMaximumValue", { get: function () { return this.ed; }, set: function (a) { this.ed = a; this.g("ActualVisibleMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "interval", { get: function () { return this.ef; }, set: function (a) { this.ef = a; this.g("Interval"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualInterval", { get: function () { return this.d9; }, set: function (a) { this.d9 = a; this.g("ActualInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMaxPrecision", { get: function () { return this.ev; }, set: function (a) { this.ev = a; this.g("ActualMaxPrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "maxPrecision", { get: function () { return this.ex; }, set: function (a) { this.ex = a; this.g("MaxPrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "shouldApplyMaxPrecisionWhenZoomed", { get: function () { return this.d2; }, set: function (a) { this.d2 = a; this.g("ShouldApplyMaxPrecisionWhenZoomed"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "minorInterval", { get: function () { return this.ei; }, set: function (a) { this.ei = a; this.g("MinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMinorInterval", { get: function () { return this.ec; }, set: function (a) { this.ec = a; this.g("ActualMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "referenceValue", { get: function () { return this.ej; }, set: function (a) { this.ej = a; this.g("ReferenceValue"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "isLogarithmic", { get: function () { return this.d1; }, set: function (a) { this.d1 = a; this.g("IsLogarithmic"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualIsLogarithmic", { get: function () { return this.dy; }, set: function (a) { this.dy = a; this.g("ActualIsLogarithmic"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "favorLabellingScaleEnd", { get: function () { return this.dz; }, set: function (a) { this.dz = a; this.g("FavorLabellingScaleEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "logarithmBase", { get: function () { return this.ew; }, set: function (a) { this.ew = a; this.g("LogarithmBase"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "formatAbbreviatedLabelRef", { get: function () { return this.e7; }, set: function (a) { this.e7 = a; this.g("FormatAbbreviatedLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "abbreviatedLabelFormat", { get: function () { return this.e1; }, set: function (a) { this.e1 = a; this.g("AbbreviatedLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "abbreviatedLabelFormatSpecifiers", { get: function () { return this.dv; }, set: function (a) { this.dv = a; this.g("AbbreviatedLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "isFormattingAbbreviatedLargeNumber", { get: function () { return this.d0; }, set: function (a) { this.d0 = a; this.g("IsFormattingAbbreviatedLargeNumber"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "abbreviateLargeNumbers", { get: function () { return this.dx; }, set: function (a) { this.dx = a; this.g("AbbreviateLargeNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMinimumValueChangeRef", { get: function () { return this.e4; }, set: function (a) { this.e4 = a; this.g("ActualMinimumValueChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMaximumValueChangeRef", { get: function () { return this.e3; }, set: function (a) { this.e3 = a; this.g("ActualMaximumValueChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualIntervalChangeRef", { get: function () { return this.e2; }, set: function (a) { this.e2 = a; this.g("ActualIntervalChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMinorIntervalChangeRef", { get: function () { return this.e5; }, set: function (a) { this.e5 = a; this.g("ActualMinorIntervalChangeRef"); }, enumerable: false, configurable: true }); NumericAxisBaseDescription.$t = markType(NumericAxisBaseDescription, 'NumericAxisBaseDescription', AxisDescription.$); return NumericAxisBaseDescription; }(AxisDescription)); export { NumericAxisBaseDescription };