UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

813 lines (812 loc) 23.6 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AxisDescription, _super); function AxisDescription() { var _this = _super.call(this) || this; _this.bo = null; _this.b6 = null; _this.b4 = null; _this.bl = null; _this.am = 0; _this.b3 = null; _this.bz = null; _this.bj = null; _this.ak = 0; _this.b0 = null; _this.bk = null; _this.al = 0; _this.b5 = null; _this.ao = 0; _this.an = 0; _this.l = false; _this.m = false; _this.o = false; _this.p = false; _this.s = false; _this.r = false; _this.bf = 0; _this.j = false; _this.bw = null; _this.bv = null; _this.n = false; _this.ad = 0; _this.af = 0; _this.ah = 0; _this.ai = 0; _this.aj = 0; _this.ae = 0; _this.bu = null; _this.bx = null; _this.bn = null; _this.bh = null; _this.cc = null; _this.cd = null; _this.cb = null; _this.q = false; _this.ap = 0; _this.ar = 0; _this.at = 0; _this.au = 0; _this.av = 0; _this.aq = 0; _this.ca = null; _this.ce = null; _this.f = null; _this.bm = null; _this.k = false; _this.bt = null; _this.g = null; _this.b1 = null; _this.b2 = null; _this.bp = null; _this.bq = null; _this.ag = 0; _this.bs = null; _this.br = null; _this.b7 = null; _this.as = 0; _this.b9 = null; _this.b8 = null; _this.by = null; return _this; } AxisDescription.prototype.get_type = function () { return "Axis"; }; Object.defineProperty(AxisDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "formatLabelRef", { get: function () { return this.bo; }, set: function (a) { this.bo = a; this.e("FormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "title", { get: function () { return this.b6; }, set: function (a) { this.b6 = a; this.e("Title"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "stroke", { get: function () { return this.b4; }, set: function (a) { this.b4 = a; this.e("Stroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "actualStroke", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.e("ActualStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "strokeThickness", { get: function () { return this.am; }, set: function (a) { this.am = a; this.e("StrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "strip", { get: function () { return this.b3; }, set: function (a) { this.b3 = a; this.e("Strip"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "majorStroke", { get: function () { return this.bz; }, set: function (a) { this.bz = a; this.e("MajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "actualMajorStroke", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.e("ActualMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "majorStrokeThickness", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.e("MajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "minorStroke", { get: function () { return this.b0; }, set: function (a) { this.b0 = a; this.e("MinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "actualMinorStroke", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.e("ActualMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "minorStrokeThickness", { get: function () { return this.al; }, set: function (a) { this.al = a; this.e("MinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "tickStroke", { get: function () { return this.b5; }, set: function (a) { this.b5 = a; this.e("TickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "tickStrokeThickness", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.e("TickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "tickLength", { get: function () { return this.an; }, set: function (a) { this.an = a; this.e("TickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "isDisabled", { get: function () { return this.l; }, set: function (a) { this.l = a; this.e("IsDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "isInverted", { get: function () { return this.m; }, set: function (a) { this.m = a; this.e("IsInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "shouldAvoidAnnotationCollisions", { get: function () { return this.o; }, set: function (a) { this.o = a; this.e("ShouldAvoidAnnotationCollisions"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "shouldKeepAnnotationsInView", { get: function () { return this.p; }, set: function (a) { this.p = a; this.e("ShouldKeepAnnotationsInView"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "usePerLabelHeightMeasurement", { get: function () { return this.s; }, set: function (a) { this.s = a; this.e("UsePerLabelHeightMeasurement"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "useEnhancedIntervalManagement", { get: function () { return this.r; }, set: function (a) { this.r = a; this.e("UseEnhancedIntervalManagement"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "enhancedIntervalMinimumCharacters", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.e("EnhancedIntervalMinimumCharacters"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "enhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.j; }, set: function (a) { this.j = a; this.e("EnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelTextColor", { get: function () { return this.bw; }, set: function (a) { this.bw = a; this.e("LabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelLocation", { get: function () { return this.bv; }, set: function (a) { this.bv = a; this.e("LabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelShowFirstLabel", { get: function () { return this.n; }, set: function (a) { this.n = a; this.e("LabelShowFirstLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelAngle", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.e("LabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelExtent", { get: function () { return this.af; }, set: function (a) { this.af = a; this.e("LabelExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelLeftMargin", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.e("LabelLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelRightMargin", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.e("LabelRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelTopMargin", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.e("LabelTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelBottomMargin", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.e("LabelBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelHorizontalAlignment", { get: function () { return this.bu; }, set: function (a) { this.bu = a; this.e("LabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelVerticalAlignment", { get: function () { return this.bx; }, set: function (a) { this.bx = a; this.e("LabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "crossingAxisRef", { get: function () { return this.bn; }, set: function (a) { this.bn = a; this.e("CrossingAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "crossingValue", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.e("CrossingValue"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titlePosition", { get: function () { return this.cc; }, set: function (a) { this.cc = a; this.e("TitlePosition"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleTextColor", { get: function () { return this.cd; }, set: function (a) { this.cd = a; this.e("TitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleLocation", { get: function () { return this.cb; }, set: function (a) { this.cb = a; this.e("TitleLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleShowFirstLabel", { get: function () { return this.q; }, set: function (a) { this.q = a; this.e("TitleShowFirstLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleAngle", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.e("TitleAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleExtent", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.e("TitleExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleLeftMargin", { get: function () { return this.at; }, set: function (a) { this.at = a; this.e("TitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleRightMargin", { get: function () { return this.au; }, set: function (a) { this.au = a; this.e("TitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleTopMargin", { get: function () { return this.av; }, set: function (a) { this.av = a; this.e("TitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleBottomMargin", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.e("TitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleHorizontalAlignment", { get: function () { return this.ca; }, set: function (a) { this.ca = a; this.e("TitleHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleVerticalAlignment", { get: function () { return this.ce; }, set: function (a) { this.ce = a; this.e("TitleVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "annotations", { get: function () { return this.f; }, set: function (a) { this.f = a; this.e("Annotations"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "coercionMethodsRef", { get: function () { return this.bm; }, set: function (a) { this.bm = a; this.e("CoercionMethodsRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "expectFunctions", { get: function () { return this.k; }, set: function (a) { this.k = a; this.e("ExpectFunctions"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFormat", { get: function () { return this.bt; }, set: function (a) { this.bt = a; this.e("LabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFormatSpecifiers", { get: function () { return this.g; }, set: function (a) { this.g = a; this.e("LabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "rangeChangedRef", { get: function () { return this.b1; }, set: function (a) { this.b1 = a; this.e("RangeChangedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "renderRequestedRef", { get: function () { return this.b2; }, set: function (a) { this.b2 = a; this.e("RenderRequestedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "label", { get: function () { return this.bp; }, set: function (a) { this.bp = a; this.e("Label"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFontFamily", { get: function () { return this.bq; }, set: function (a) { this.bq = a; this.e("LabelFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFontSize", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.e("LabelFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFontWeight", { get: function () { return this.bs; }, set: function (a) { this.bs = a; this.e("LabelFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFontStyle", { get: function () { return this.br; }, set: function (a) { this.br = a; this.e("LabelFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleFontFamily", { get: function () { return this.b7; }, set: function (a) { this.b7 = a; this.e("TitleFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleFontSize", { get: function () { return this.as; }, set: function (a) { this.as = a; this.e("TitleFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleFontWeight", { get: function () { return this.b9; }, set: function (a) { this.b9 = a; this.e("TitleFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleFontStyle", { get: function () { return this.b8; }, set: function (a) { this.b8 = a; this.e("TitleFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelVisibility", { get: function () { return this.by; }, set: function (a) { this.by = a; this.e("LabelVisibility"); }, enumerable: false, configurable: true }); AxisDescription.$t = markType(AxisDescription, 'AxisDescription', Description.$); return AxisDescription; }(Description)); export { AxisDescription };