UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

1,269 lines (1,268 loc) 37.4 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.dh = null; _this.d0 = null; _this.dy = null; _this.cy = null; _this.bk = 0; _this.o = null; _this.dx = null; _this.dt = null; _this.cw = null; _this.bi = 0; _this.m = null; _this.du = null; _this.cx = null; _this.bj = 0; _this.n = null; _this.dz = null; _this.bm = 0; _this.p = null; _this.bl = 0; _this.ac = false; _this.ad = false; _this.ag = false; _this.ah = false; _this.ak = false; _this.aj = false; _this.cs = 0; _this.z = false; _this.dq = null; _this.dp = null; _this.ae = false; _this.a9 = 0; _this.bb = 0; _this.be = 0; _this.bf = 0; _this.bd = 0; _this.bg = 0; _this.bh = 0; _this.ba = 0; _this.dn = null; _this.dr = null; _this.dg = null; _this.cu = null; _this.d6 = null; _this.d7 = null; _this.d5 = null; _this.ai = false; _this.bn = 0; _this.bp = 0; _this.bs = 0; _this.bt = 0; _this.br = 0; _this.bu = 0; _this.bv = 0; _this.bo = 0; _this.d4 = null; _this.d8 = null; _this.af = false; _this.k = null; _this.cz = null; _this.aa = false; _this.dm = null; _this.l = null; _this.ab = false; _this.w = false; _this.x = false; _this.c1 = null; _this.c0 = null; _this.a0 = 0; _this.c6 = null; _this.a1 = 0; _this.a2 = 0; _this.c4 = null; _this.c5 = null; _this.c3 = null; _this.c2 = null; _this.y = false; _this.dc = null; _this.dd = null; _this.a4 = 0; _this.a6 = 0; _this.c7 = null; _this.a3 = 0; _this.c8 = null; _this.a5 = 0; _this.de = null; _this.a7 = 0; _this.a8 = 0; _this.df = null; _this.da = null; _this.c9 = null; _this.db = null; _this.dv = null; _this.dw = null; _this.di = null; _this.dj = null; _this.bc = 0; _this.dl = null; _this.dk = null; _this.d1 = null; _this.bq = 0; _this.d3 = null; _this.d2 = null; _this.ds = 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.dh; }, set: function (a) { this.dh = a; this.j("FormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "title", { get: function () { return this.d0; }, set: function (a) { this.d0 = a; this.j("Title"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "stroke", { get: function () { return this.dy; }, set: function (a) { this.dy = a; this.j("Stroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "actualStroke", { get: function () { return this.cy; }, set: function (a) { this.cy = a; this.j("ActualStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "strokeThickness", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("StrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "strokeDashArray", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("StrokeDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "strip", { get: function () { return this.dx; }, set: function (a) { this.dx = a; this.j("Strip"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "majorStroke", { get: function () { return this.dt; }, set: function (a) { this.dt = a; this.j("MajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "actualMajorStroke", { get: function () { return this.cw; }, set: function (a) { this.cw = a; this.j("ActualMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "majorStrokeThickness", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("MajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "majorStrokeDashArray", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("MajorStrokeDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "minorStroke", { get: function () { return this.du; }, set: function (a) { this.du = a; this.j("MinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "actualMinorStroke", { get: function () { return this.cx; }, set: function (a) { this.cx = a; this.j("ActualMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "minorStrokeThickness", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("MinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "minorStrokeDashArray", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("MinorStrokeDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "tickStroke", { get: function () { return this.dz; }, set: function (a) { this.dz = a; this.j("TickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "tickStrokeThickness", { get: function () { return this.bm; }, set: function (a) { this.bm = a; this.j("TickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "tickStrokeDashArray", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("TickStrokeDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "tickLength", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.j("TickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "isDisabled", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("IsDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "isInverted", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("IsInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "shouldAvoidAnnotationCollisions", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("ShouldAvoidAnnotationCollisions"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "shouldKeepAnnotationsInView", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("ShouldKeepAnnotationsInView"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "usePerLabelHeightMeasurement", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("UsePerLabelHeightMeasurement"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "useEnhancedIntervalManagement", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("UseEnhancedIntervalManagement"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "enhancedIntervalMinimumCharacters", { get: function () { return this.cs; }, set: function (a) { this.cs = a; this.j("EnhancedIntervalMinimumCharacters"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "enhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("EnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelTextColor", { get: function () { return this.dq; }, set: function (a) { this.dq = a; this.j("LabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelLocation", { get: function () { return this.dp; }, set: function (a) { this.dp = a; this.j("LabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelShowFirstLabel", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("LabelShowFirstLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelAngle", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("LabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelExtent", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("LabelExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelMaximumExtent", { get: function () { return this.be; }, set: function (a) { this.be = a; this.j("LabelMaximumExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelMaximumExtentPercentage", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("LabelMaximumExtentPercentage"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelLeftMargin", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("LabelLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelRightMargin", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("LabelRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelTopMargin", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("LabelTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelBottomMargin", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("LabelBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelHorizontalAlignment", { get: function () { return this.dn; }, set: function (a) { this.dn = a; this.j("LabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelVerticalAlignment", { get: function () { return this.dr; }, set: function (a) { this.dr = a; this.j("LabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "crossingAxisRef", { get: function () { return this.dg; }, set: function (a) { this.dg = a; this.j("CrossingAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "crossingValue", { get: function () { return this.cu; }, set: function (a) { this.cu = a; this.j("CrossingValue"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titlePosition", { get: function () { return this.d6; }, set: function (a) { this.d6 = a; this.j("TitlePosition"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleTextColor", { get: function () { return this.d7; }, set: function (a) { this.d7 = a; this.j("TitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleLocation", { get: function () { return this.d5; }, set: function (a) { this.d5 = a; this.j("TitleLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleShowFirstLabel", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("TitleShowFirstLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleAngle", { get: function () { return this.bn; }, set: function (a) { this.bn = a; this.j("TitleAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleExtent", { get: function () { return this.bp; }, set: function (a) { this.bp = a; this.j("TitleExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleMaximumExtent", { get: function () { return this.bs; }, set: function (a) { this.bs = a; this.j("TitleMaximumExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleMaximumExtentPercentage", { get: function () { return this.bt; }, set: function (a) { this.bt = a; this.j("TitleMaximumExtentPercentage"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleLeftMargin", { get: function () { return this.br; }, set: function (a) { this.br = a; this.j("TitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleRightMargin", { get: function () { return this.bu; }, set: function (a) { this.bu = a; this.j("TitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleTopMargin", { get: function () { return this.bv; }, set: function (a) { this.bv = a; this.j("TitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleBottomMargin", { get: function () { return this.bo; }, set: function (a) { this.bo = a; this.j("TitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleHorizontalAlignment", { get: function () { return this.d4; }, set: function (a) { this.d4 = a; this.j("TitleHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleVerticalAlignment", { get: function () { return this.d8; }, set: function (a) { this.d8 = a; this.j("TitleVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "shouldAutoTruncateAnnotations", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("ShouldAutoTruncateAnnotations"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "annotations", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("Annotations"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "coercionMethodsRef", { get: function () { return this.cz; }, set: function (a) { this.cz = a; this.j("CoercionMethodsRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "expectFunctions", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("ExpectFunctions"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFormat", { get: function () { return this.dm; }, set: function (a) { this.dm = a; this.j("LabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFormatSpecifiers", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("LabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "isCompanionAxis", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("IsCompanionAxis"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisEnabled", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("CompanionAxisEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisLabelOpposite", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("CompanionAxisLabelOpposite"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisIsInverted", { get: function () { return this.c1; }, set: function (a) { this.c1 = a; this.j("CompanionAxisIsInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisCrossingAxisRef", { get: function () { return this.c0; }, set: function (a) { this.c0 = a; this.j("CompanionAxisCrossingAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisCrossingValue", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.j("CompanionAxisCrossingValue"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisLabelVisible", { get: function () { return this.c6; }, set: function (a) { this.c6 = a; this.j("CompanionAxisLabelVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisLabelAngle", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.j("CompanionAxisLabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisLabelExtent", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.j("CompanionAxisLabelExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisLabelLocation", { get: function () { return this.c4; }, set: function (a) { this.c4 = a; this.j("CompanionAxisLabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisLabelVerticalAlignment", { get: function () { return this.c5; }, set: function (a) { this.c5 = a; this.j("CompanionAxisLabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisLabelHorizontalAlignment", { get: function () { return this.c3; }, set: function (a) { this.c3 = a; this.j("CompanionAxisLabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisLabelColor", { get: function () { return this.c2; }, set: function (a) { this.c2 = a; this.j("CompanionAxisLabelColor"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisSyncronizedWithPrimaryAxis", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("CompanionAxisSyncronizedWithPrimaryAxis"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisStrip", { get: function () { return this.dc; }, set: function (a) { this.dc = a; this.j("CompanionAxisStrip"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisStroke", { get: function () { return this.dd; }, set: function (a) { this.dd = a; this.j("CompanionAxisStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisMinExtent", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("CompanionAxisMinExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisStrokeThickness", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.j("CompanionAxisStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisMajorStroke", { get: function () { return this.c7; }, set: function (a) { this.c7 = a; this.j("CompanionAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisMajorStrokeThickness", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("CompanionAxisMajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisMinorStroke", { get: function () { return this.c8; }, set: function (a) { this.c8 = a; this.j("CompanionAxisMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisMinorStrokeThickness", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("CompanionAxisMinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisTickStroke", { get: function () { return this.de; }, set: function (a) { this.de = a; this.j("CompanionAxisTickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisTickLength", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.j("CompanionAxisTickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisTickStrokeThickness", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("CompanionAxisTickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisTitle", { get: function () { return this.df; }, set: function (a) { this.df = a; this.j("CompanionAxisTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisShouldAvoidAnnotationCollisions", { get: function () { return this.da; }, set: function (a) { this.da = a; this.j("CompanionAxisShouldAvoidAnnotationCollisions"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisShouldAutoTruncateAnnotations", { get: function () { return this.c9; }, set: function (a) { this.c9 = a; this.j("CompanionAxisShouldAutoTruncateAnnotations"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "companionAxisShouldKeepAnnotationsInView", { get: function () { return this.db; }, set: function (a) { this.db = a; this.j("CompanionAxisShouldKeepAnnotationsInView"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "rangeChangedRef", { get: function () { return this.dv; }, set: function (a) { this.dv = a; this.j("RangeChangedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "renderRequestedRef", { get: function () { return this.dw; }, set: function (a) { this.dw = a; this.j("RenderRequestedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "label", { get: function () { return this.di; }, set: function (a) { this.di = a; this.j("Label"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFontFamily", { get: function () { return this.dj; }, set: function (a) { this.dj = a; this.j("LabelFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFontSize", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("LabelFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFontWeight", { get: function () { return this.dl; }, set: function (a) { this.dl = a; this.j("LabelFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelFontStyle", { get: function () { return this.dk; }, set: function (a) { this.dk = a; this.j("LabelFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleFontFamily", { get: function () { return this.d1; }, set: function (a) { this.d1 = a; this.j("TitleFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleFontSize", { get: function () { return this.bq; }, set: function (a) { this.bq = a; this.j("TitleFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleFontWeight", { get: function () { return this.d3; }, set: function (a) { this.d3 = a; this.j("TitleFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "titleFontStyle", { get: function () { return this.d2; }, set: function (a) { this.d2 = a; this.j("TitleFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(AxisDescription.prototype, "labelVisibility", { get: function () { return this.ds; }, set: function (a) { this.ds = a; this.j("LabelVisibility"); }, enumerable: false, configurable: true }); AxisDescription.$t = markType(AxisDescription, 'AxisDescription', Description.$); return AxisDescription; }(Description)); export { AxisDescription };