UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

1,562 lines (1,561 loc) 47.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 { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { markType } from "./type"; /** * @hidden */ var DataToolTipLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataToolTipLayerDescription, _super); function DataToolTipLayerDescription() { var _this = _super.call(this) || this; _this.ia = null; _this.dt = false; _this.hb = null; _this.g7 = null; _this.en = 0; _this.eo = 0; _this.d7 = 0; _this.d8 = 0; _this.g9 = null; _this.g5 = null; _this.ha = null; _this.g6 = null; _this.ds = false; _this.di = null; _this.df = null; _this.dh = null; _this.de = null; _this.im = null; _this.g1 = 0; _this.g2 = 0; _this.ip = null; _this.io = null; _this.du = false; _this.iq = null; _this.dj = null; _this.fb = 0; _this.fc = 0; _this.fd = 0; _this.fe = 0; _this.dv = false; _this.iv = null; _this.dw = false; _this.fg = 0; _this.fh = 0; _this.fi = 0; _this.fj = 0; _this.ir = null; _this.is = null; _this.ff = 0; _this.it = null; _this.iu = null; _this.he = null; _this.dg = null; _this.hc = null; _this.hd = null; _this.hf = null; _this.hg = null; _this.hh = null; _this.ee = 0; _this.ef = 0; _this.eg = 0; _this.eh = 0; _this.d9 = 0; _this.ea = 0; _this.eb = 0; _this.ec = 0; _this.dr = false; _this.hi = null; _this.ed = 0; _this.hj = null; _this.hk = null; _this.hw = null; _this.hx = null; _this.eu = 0; _this.hy = null; _this.hz = null; _this.h0 = null; _this.hv = null; _this.ev = 0; _this.ew = 0; _this.ex = 0; _this.ey = 0; _this.eq = 0; _this.er = 0; _this.es = 0; _this.et = 0; _this.h6 = null; _this.h7 = null; _this.e0 = 0; _this.h8 = null; _this.h9 = null; _this.hq = null; _this.hr = null; _this.hs = null; _this.ep = 0; _this.ht = null; _this.hu = null; _this.h1 = null; _this.h2 = null; _this.h3 = null; _this.ez = 0; _this.h4 = null; _this.h5 = null; _this.d3 = 0; _this.d4 = 0; _this.d5 = 0; _this.d6 = 0; _this.g8 = null; _this.ig = null; _this.ih = null; _this.ii = null; _this.e7 = 0; _this.e8 = 0; _this.e9 = 0; _this.fa = 0; _this.ij = null; _this.e6 = 0; _this.ik = null; _this.il = null; _this.e2 = 0; _this.e3 = 0; _this.e4 = 0; _this.e5 = 0; _this.ib = null; _this.ic = null; _this.e1 = 0; _this.id = null; _this.ie = null; _this.hl = null; _this.hm = null; _this.ej = 0; _this.ek = 0; _this.el = 0; _this.em = 0; _this.hn = null; _this.ei = 0; _this.ho = null; _this.hp = null; return _this; } DataToolTipLayerDescription.prototype.get_type = function () { return "DataToolTipLayer"; }; Object.defineProperty(DataToolTipLayerDescription.prototype, "targetAxisRef", { get: function () { return this.ia; }, set: function (a) { this.ia = a; this.e("TargetAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "useInterpolation", { get: function () { return this.dt; }, set: function (a) { this.dt = a; this.e("UseInterpolation"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "groupingMode", { get: function () { return this.hb; }, set: function (a) { this.hb = a; this.e("GroupingMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "actualGroupingMode", { get: function () { return this.g7; }, set: function (a) { this.g7 = a; this.e("ActualGroupingMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "positionOffsetX", { get: function () { return this.en; }, set: function (a) { this.en = a; this.e("PositionOffsetX"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "positionOffsetY", { get: function () { return this.eo; }, set: function (a) { this.eo = a; this.e("PositionOffsetY"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "defaultPositionOffsetX", { get: function () { return this.d7; }, set: function (a) { this.d7 = a; this.e("DefaultPositionOffsetX"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "defaultPositionOffsetY", { get: function () { return this.d8; }, set: function (a) { this.d8 = a; this.e("DefaultPositionOffsetY"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "groupedPositionModeX", { get: function () { return this.g9; }, set: function (a) { this.g9 = a; this.e("GroupedPositionModeX"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "actualGroupedPositionModeX", { get: function () { return this.g5; }, set: function (a) { this.g5 = a; this.e("ActualGroupedPositionModeX"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "groupedPositionModeY", { get: function () { return this.ha; }, set: function (a) { this.ha = a; this.e("GroupedPositionModeY"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "actualGroupedPositionModeY", { get: function () { return this.g6; }, set: function (a) { this.g6 = a; this.e("ActualGroupedPositionModeY"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "shouldUpdateWhenSeriesDataChanges", { get: function () { return this.ds; }, set: function (a) { this.ds = a; this.e("ShouldUpdateWhenSeriesDataChanges"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "includedSeries", { get: function () { return this.di; }, set: function (a) { this.di = a; this.e("IncludedSeries"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "excludedSeries", { get: function () { return this.df; }, set: function (a) { this.df = a; this.e("ExcludedSeries"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "includedColumns", { get: function () { return this.dh; }, set: function (a) { this.dh = a; this.e("IncludedColumns"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "excludedColumns", { get: function () { return this.de; }, set: function (a) { this.de = a; this.e("ExcludedColumns"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueFormatAbbreviation", { get: function () { return this.im; }, set: function (a) { this.im = a; this.e("ValueFormatAbbreviation"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueFormatMaxFractions", { get: function () { return this.g1; }, set: function (a) { this.g1 = a; this.e("ValueFormatMaxFractions"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueFormatMinFractions", { get: function () { return this.g2; }, set: function (a) { this.g2 = a; this.e("ValueFormatMinFractions"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueFormatMode", { get: function () { return this.ip; }, set: function (a) { this.ip = a; this.e("ValueFormatMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueFormatCulture", { get: function () { return this.io; }, set: function (a) { this.io = a; this.e("ValueFormatCulture"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueFormatUseGrouping", { get: function () { return this.du; }, set: function (a) { this.du = a; this.e("ValueFormatUseGrouping"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueFormatString", { get: function () { return this.iq; }, set: function (a) { this.iq = a; this.e("ValueFormatString"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueFormatSpecifiers", { get: function () { return this.dj; }, set: function (a) { this.dj = a; this.e("ValueFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueRowMarginBottom", { get: function () { return this.fb; }, set: function (a) { this.fb = a; this.e("ValueRowMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueRowMarginLeft", { get: function () { return this.fc; }, set: function (a) { this.fc = a; this.e("ValueRowMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueRowMarginRight", { get: function () { return this.fd; }, set: function (a) { this.fd = a; this.e("ValueRowMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueRowMarginTop", { get: function () { return this.fe; }, set: function (a) { this.fe = a; this.e("ValueRowMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueRowVisible", { get: function () { return this.dv; }, set: function (a) { this.dv = a; this.e("ValueRowVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextWhenMissingData", { get: function () { return this.iv; }, set: function (a) { this.iv = a; this.e("ValueTextWhenMissingData"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextUseSeriesColors", { get: function () { return this.dw; }, set: function (a) { this.dw = a; this.e("ValueTextUseSeriesColors"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextMarginBottom", { get: function () { return this.fg; }, set: function (a) { this.fg = a; this.e("ValueTextMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextMarginLeft", { get: function () { return this.fh; }, set: function (a) { this.fh = a; this.e("ValueTextMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextMarginRight", { get: function () { return this.fi; }, set: function (a) { this.fi = a; this.e("ValueTextMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextMarginTop", { get: function () { return this.fj; }, set: function (a) { this.fj = a; this.e("ValueTextMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextColor", { get: function () { return this.ir; }, set: function (a) { this.ir = a; this.e("ValueTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextFontFamily", { get: function () { return this.is; }, set: function (a) { this.is = a; this.e("ValueTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextFontSize", { get: function () { return this.ff; }, set: function (a) { this.ff = a; this.e("ValueTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextFontStyle", { get: function () { return this.it; }, set: function (a) { this.it = a; this.e("ValueTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "valueTextFontWeight", { get: function () { return this.iu; }, set: function (a) { this.iu = a; this.e("ValueTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerFormatString", { get: function () { return this.he; }, set: function (a) { this.he = a; this.e("HeaderFormatString"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerFormatSpecifiers", { get: function () { return this.dg; }, set: function (a) { this.dg = a; this.e("HeaderFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerFormatCulture", { get: function () { return this.hc; }, set: function (a) { this.hc = a; this.e("HeaderFormatCulture"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerFormatDate", { get: function () { return this.hd; }, set: function (a) { this.hd = a; this.e("HeaderFormatDate"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerFormatTime", { get: function () { return this.hf; }, set: function (a) { this.hf = a; this.e("HeaderFormatTime"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerText", { get: function () { return this.hg; }, set: function (a) { this.hg = a; this.e("HeaderText"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextColor", { get: function () { return this.hh; }, set: function (a) { this.hh = a; this.e("HeaderTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextMarginBottom", { get: function () { return this.ee; }, set: function (a) { this.ee = a; this.e("HeaderTextMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextMarginLeft", { get: function () { return this.ef; }, set: function (a) { this.ef = a; this.e("HeaderTextMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextMarginRight", { get: function () { return this.eg; }, set: function (a) { this.eg = a; this.e("HeaderTextMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextMarginTop", { get: function () { return this.eh; }, set: function (a) { this.eh = a; this.e("HeaderTextMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerRowMarginBottom", { get: function () { return this.d9; }, set: function (a) { this.d9 = a; this.e("HeaderRowMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerRowMarginLeft", { get: function () { return this.ea; }, set: function (a) { this.ea = a; this.e("HeaderRowMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerRowMarginRight", { get: function () { return this.eb; }, set: function (a) { this.eb = a; this.e("HeaderRowMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerRowMarginTop", { get: function () { return this.ec; }, set: function (a) { this.ec = a; this.e("HeaderRowMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerRowVisible", { get: function () { return this.dr; }, set: function (a) { this.dr = a; this.e("HeaderRowVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextFontFamily", { get: function () { return this.hi; }, set: function (a) { this.hi = a; this.e("HeaderTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextFontSize", { get: function () { return this.ed; }, set: function (a) { this.ed = a; this.e("HeaderTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextFontStyle", { get: function () { return this.hj; }, set: function (a) { this.hj = a; this.e("HeaderTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "headerTextFontWeight", { get: function () { return this.hk; }, set: function (a) { this.hk = a; this.e("HeaderTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextColor", { get: function () { return this.hw; }, set: function (a) { this.hw = a; this.e("SummaryTitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextFontFamily", { get: function () { return this.hx; }, set: function (a) { this.hx = a; this.e("SummaryTitleTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextFontSize", { get: function () { return this.eu; }, set: function (a) { this.eu = a; this.e("SummaryTitleTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextFontStyle", { get: function () { return this.hy; }, set: function (a) { this.hy = a; this.e("SummaryTitleTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextFontWeight", { get: function () { return this.hz; }, set: function (a) { this.hz = a; this.e("SummaryTitleTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryType", { get: function () { return this.h0; }, set: function (a) { this.h0 = a; this.e("SummaryType"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleText", { get: function () { return this.hv; }, set: function (a) { this.hv = a; this.e("SummaryTitleText"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextMarginBottom", { get: function () { return this.ev; }, set: function (a) { this.ev = a; this.e("SummaryTitleTextMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextMarginLeft", { get: function () { return this.ew; }, set: function (a) { this.ew = a; this.e("SummaryTitleTextMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextMarginRight", { get: function () { return this.ex; }, set: function (a) { this.ex = a; this.e("SummaryTitleTextMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryTitleTextMarginTop", { get: function () { return this.ey; }, set: function (a) { this.ey = a; this.e("SummaryTitleTextMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryRowMarginBottom", { get: function () { return this.eq; }, set: function (a) { this.eq = a; this.e("SummaryRowMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryRowMarginLeft", { get: function () { return this.er; }, set: function (a) { this.er = a; this.e("SummaryRowMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryRowMarginRight", { get: function () { return this.es; }, set: function (a) { this.es = a; this.e("SummaryRowMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryRowMarginTop", { get: function () { return this.et; }, set: function (a) { this.et = a; this.e("SummaryRowMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryValueTextColor", { get: function () { return this.h6; }, set: function (a) { this.h6 = a; this.e("SummaryValueTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryValueTextFontFamily", { get: function () { return this.h7; }, set: function (a) { this.h7 = a; this.e("SummaryValueTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryValueTextFontSize", { get: function () { return this.e0; }, set: function (a) { this.e0 = a; this.e("SummaryValueTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryValueTextFontStyle", { get: function () { return this.h8; }, set: function (a) { this.h8 = a; this.e("SummaryValueTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryValueTextFontWeight", { get: function () { return this.h9; }, set: function (a) { this.h9 = a; this.e("SummaryValueTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryLabelText", { get: function () { return this.hq; }, set: function (a) { this.hq = a; this.e("SummaryLabelText"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryLabelTextColor", { get: function () { return this.hr; }, set: function (a) { this.hr = a; this.e("SummaryLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryLabelTextFontFamily", { get: function () { return this.hs; }, set: function (a) { this.hs = a; this.e("SummaryLabelTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryLabelTextFontSize", { get: function () { return this.ep; }, set: function (a) { this.ep = a; this.e("SummaryLabelTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryLabelTextFontStyle", { get: function () { return this.ht; }, set: function (a) { this.ht = a; this.e("SummaryLabelTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryLabelTextFontWeight", { get: function () { return this.hu; }, set: function (a) { this.hu = a; this.e("SummaryLabelTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryUnitsText", { get: function () { return this.h1; }, set: function (a) { this.h1 = a; this.e("SummaryUnitsText"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryUnitsTextColor", { get: function () { return this.h2; }, set: function (a) { this.h2 = a; this.e("SummaryUnitsTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryUnitsTextFontFamily", { get: function () { return this.h3; }, set: function (a) { this.h3 = a; this.e("SummaryUnitsTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryUnitsTextFontSize", { get: function () { return this.ez; }, set: function (a) { this.ez = a; this.e("SummaryUnitsTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryUnitsTextFontStyle", { get: function () { return this.h4; }, set: function (a) { this.h4 = a; this.e("SummaryUnitsTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "summaryUnitsTextFontWeight", { get: function () { return this.h5; }, set: function (a) { this.h5 = a; this.e("SummaryUnitsTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "badgeMarginBottom", { get: function () { return this.d3; }, set: function (a) { this.d3 = a; this.e("BadgeMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "badgeMarginLeft", { get: function () { return this.d4; }, set: function (a) { this.d4 = a; this.e("BadgeMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "badgeMarginRight", { get: function () { return this.d5; }, set: function (a) { this.d5 = a; this.e("BadgeMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "badgeMarginTop", { get: function () { return this.d6; }, set: function (a) { this.d6 = a; this.e("BadgeMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "badgeShape", { get: function () { return this.g8; }, set: function (a) { this.g8 = a; this.e("BadgeShape"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsDisplayMode", { get: function () { return this.ig; }, set: function (a) { this.ig = a; this.e("UnitsDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsText", { get: function () { return this.ih; }, set: function (a) { this.ih = a; this.e("UnitsText"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextColor", { get: function () { return this.ii; }, set: function (a) { this.ii = a; this.e("UnitsTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextMarginBottom", { get: function () { return this.e7; }, set: function (a) { this.e7 = a; this.e("UnitsTextMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextMarginLeft", { get: function () { return this.e8; }, set: function (a) { this.e8 = a; this.e("UnitsTextMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextMarginRight", { get: function () { return this.e9; }, set: function (a) { this.e9 = a; this.e("UnitsTextMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextMarginTop", { get: function () { return this.fa; }, set: function (a) { this.fa = a; this.e("UnitsTextMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextFontFamily", { get: function () { return this.ij; }, set: function (a) { this.ij = a; this.e("UnitsTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextFontSize", { get: function () { return this.e6; }, set: function (a) { this.e6 = a; this.e("UnitsTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextFontStyle", { get: function () { return this.ik; }, set: function (a) { this.ik = a; this.e("UnitsTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "unitsTextFontWeight", { get: function () { return this.il; }, set: function (a) { this.il = a; this.e("UnitsTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextMarginBottom", { get: function () { return this.e2; }, set: function (a) { this.e2 = a; this.e("TitleTextMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextMarginLeft", { get: function () { return this.e3; }, set: function (a) { this.e3 = a; this.e("TitleTextMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextMarginRight", { get: function () { return this.e4; }, set: function (a) { this.e4 = a; this.e("TitleTextMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextMarginTop", { get: function () { return this.e5; }, set: function (a) { this.e5 = a; this.e("TitleTextMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextColor", { get: function () { return this.ib; }, set: function (a) { this.ib = a; this.e("TitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextFontFamily", { get: function () { return this.ic; }, set: function (a) { this.ic = a; this.e("TitleTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextFontSize", { get: function () { return this.e1; }, set: function (a) { this.e1 = a; this.e("TitleTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextFontStyle", { get: function () { return this.id; }, set: function (a) { this.id = a; this.e("TitleTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "titleTextFontWeight", { get: function () { return this.ie; }, set: function (a) { this.ie = a; this.e("TitleTextFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelDisplayMode", { get: function () { return this.hl; }, set: function (a) { this.hl = a; this.e("LabelDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextColor", { get: function () { return this.hm; }, set: function (a) { this.hm = a; this.e("LabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextMarginBottom", { get: function () { return this.ej; }, set: function (a) { this.ej = a; this.e("LabelTextMarginBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextMarginLeft", { get: function () { return this.ek; }, set: function (a) { this.ek = a; this.e("LabelTextMarginLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextMarginRight", { get: function () { return this.el; }, set: function (a) { this.el = a; this.e("LabelTextMarginRight"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextMarginTop", { get: function () { return this.em; }, set: function (a) { this.em = a; this.e("LabelTextMarginTop"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextFontFamily", { get: function () { return this.hn; }, set: function (a) { this.hn = a; this.e("LabelTextFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextFontSize", { get: function () { return this.ei; }, set: function (a) { this.ei = a; this.e("LabelTextFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextFontStyle", { get: function () { return this.ho; }, set: function (a) { this.ho = a; this.e("LabelTextFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(DataToolTipLayerDescription.prototype, "labelTextFontWeight", { get: function () { return this.hp; }, set: function (a) { this.hp = a; this.e("LabelTextFontWeight"); }, enumerable: false, configurable: true }); DataToolTipLayerDescription.$t = markType(DataToolTipLayerDescription, 'DataToolTipLayerDescription', AnnotationLayerDescription.$); return DataToolTipLayerDescription; }(AnnotationLayerDescription)); export { DataToolTipLayerDescription };