igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
1,605 lines (1,604 loc) • 47.9 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
var DataLegendDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataLegendDescription, _super);
function DataLegendDescription() {
var _this = _super.call(this) || this;
_this.r = false;
_this.ad = 0;
_this.j = null;
_this.g = null;
_this.i = null;
_this.f = null;
_this.t = false;
_this.ex = null;
_this.db = 0;
_this.dc = 0;
_this.e0 = null;
_this.ey = null;
_this.ez = null;
_this.u = false;
_this.e1 = null;
_this.k = null;
_this.bl = 0;
_this.bm = 0;
_this.bn = 0;
_this.bo = 0;
_this.v = false;
_this.e6 = null;
_this.w = false;
_this.bq = 0;
_this.br = 0;
_this.bs = 0;
_this.bt = 0;
_this.e2 = null;
_this.e3 = null;
_this.bp = 0;
_this.e4 = null;
_this.e5 = null;
_this.dj = null;
_this.h = null;
_this.dh = null;
_this.di = null;
_this.dk = null;
_this.dl = null;
_this.dm = null;
_this.an = 0;
_this.ao = 0;
_this.ap = 0;
_this.aq = 0;
_this.ai = 0;
_this.aj = 0;
_this.ak = 0;
_this.al = 0;
_this.s = false;
_this.dn = null;
_this.am = 0;
_this.dp = null;
_this.dq = null;
_this.d8 = null;
_this.d9 = null;
_this.a2 = 0;
_this.ea = null;
_this.eb = null;
_this.ec = null;
_this.d7 = null;
_this.a3 = 0;
_this.a4 = 0;
_this.a5 = 0;
_this.a6 = 0;
_this.ay = 0;
_this.az = 0;
_this.a0 = 0;
_this.a1 = 0;
_this.ei = null;
_this.ej = null;
_this.a8 = 0;
_this.ek = null;
_this.el = null;
_this.d2 = null;
_this.d3 = null;
_this.d4 = null;
_this.ax = 0;
_this.d5 = null;
_this.d6 = null;
_this.ed = null;
_this.ee = null;
_this.ef = null;
_this.a7 = 0;
_this.eg = null;
_this.eh = null;
_this.ae = 0;
_this.af = 0;
_this.ag = 0;
_this.ah = 0;
_this.df = null;
_this.a9 = 0;
_this.ba = 0;
_this.em = null;
_this.er = null;
_this.es = null;
_this.et = null;
_this.bh = 0;
_this.bi = 0;
_this.bj = 0;
_this.bk = 0;
_this.eu = null;
_this.bg = 0;
_this.ev = null;
_this.ew = null;
_this.bc = 0;
_this.bd = 0;
_this.be = 0;
_this.bf = 0;
_this.en = null;
_this.eo = null;
_this.bb = 0;
_this.ep = null;
_this.eq = null;
_this.ds = null;
_this.dt = null;
_this.as = 0;
_this.at = 0;
_this.au = 0;
_this.av = 0;
_this.du = null;
_this.ar = 0;
_this.dv = null;
_this.dw = null;
_this.aw = 0;
_this.dg = null;
_this.dx = null;
_this.dz = null;
_this.d1 = null;
_this.dy = null;
_this.d0 = null;
_this.e7 = null;
_this.dr = null;
return _this;
}
DataLegendDescription.prototype.get_type = function () {
return "DataLegend";
};
Object.defineProperty(DataLegendDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "actualBadgesVisible", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.e("ActualBadgesVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "actualPixelScalingRatio", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.e("ActualPixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "includedSeries", {
get: function () {
return this.j;
},
set: function (a) {
this.j = a;
this.e("IncludedSeries");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "excludedSeries", {
get: function () {
return this.g;
},
set: function (a) {
this.g = a;
this.e("ExcludedSeries");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "includedColumns", {
get: function () {
return this.i;
},
set: function (a) {
this.i = a;
this.e("IncludedColumns");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "excludedColumns", {
get: function () {
return this.f;
},
set: function (a) {
this.f = a;
this.e("ExcludedColumns");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "shouldUpdateWhenSeriesDataChanges", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.e("ShouldUpdateWhenSeriesDataChanges");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatAbbreviation", {
get: function () {
return this.ex;
},
set: function (a) {
this.ex = a;
this.e("ValueFormatAbbreviation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatMaxFractions", {
get: function () {
return this.db;
},
set: function (a) {
this.db = a;
this.e("ValueFormatMaxFractions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatMinFractions", {
get: function () {
return this.dc;
},
set: function (a) {
this.dc = a;
this.e("ValueFormatMinFractions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatMode", {
get: function () {
return this.e0;
},
set: function (a) {
this.e0 = a;
this.e("ValueFormatMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatCulture", {
get: function () {
return this.ey;
},
set: function (a) {
this.ey = a;
this.e("ValueFormatCulture");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatCurrencyCode", {
get: function () {
return this.ez;
},
set: function (a) {
this.ez = a;
this.e("ValueFormatCurrencyCode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatUseGrouping", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.e("ValueFormatUseGrouping");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatString", {
get: function () {
return this.e1;
},
set: function (a) {
this.e1 = a;
this.e("ValueFormatString");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueFormatSpecifiers", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.e("ValueFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueRowMarginBottom", {
get: function () {
return this.bl;
},
set: function (a) {
this.bl = a;
this.e("ValueRowMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueRowMarginLeft", {
get: function () {
return this.bm;
},
set: function (a) {
this.bm = a;
this.e("ValueRowMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueRowMarginRight", {
get: function () {
return this.bn;
},
set: function (a) {
this.bn = a;
this.e("ValueRowMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueRowMarginTop", {
get: function () {
return this.bo;
},
set: function (a) {
this.bo = a;
this.e("ValueRowMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueRowVisible", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.e("ValueRowVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextWhenMissingData", {
get: function () {
return this.e6;
},
set: function (a) {
this.e6 = a;
this.e("ValueTextWhenMissingData");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextUseSeriesColors", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.e("ValueTextUseSeriesColors");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextMarginBottom", {
get: function () {
return this.bq;
},
set: function (a) {
this.bq = a;
this.e("ValueTextMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextMarginLeft", {
get: function () {
return this.br;
},
set: function (a) {
this.br = a;
this.e("ValueTextMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextMarginRight", {
get: function () {
return this.bs;
},
set: function (a) {
this.bs = a;
this.e("ValueTextMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextMarginTop", {
get: function () {
return this.bt;
},
set: function (a) {
this.bt = a;
this.e("ValueTextMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextColor", {
get: function () {
return this.e2;
},
set: function (a) {
this.e2 = a;
this.e("ValueTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextFontFamily", {
get: function () {
return this.e3;
},
set: function (a) {
this.e3 = a;
this.e("ValueTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextFontSize", {
get: function () {
return this.bp;
},
set: function (a) {
this.bp = a;
this.e("ValueTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextFontStyle", {
get: function () {
return this.e4;
},
set: function (a) {
this.e4 = a;
this.e("ValueTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "valueTextFontWeight", {
get: function () {
return this.e5;
},
set: function (a) {
this.e5 = a;
this.e("ValueTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerFormatString", {
get: function () {
return this.dj;
},
set: function (a) {
this.dj = a;
this.e("HeaderFormatString");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerFormatSpecifiers", {
get: function () {
return this.h;
},
set: function (a) {
this.h = a;
this.e("HeaderFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerFormatCulture", {
get: function () {
return this.dh;
},
set: function (a) {
this.dh = a;
this.e("HeaderFormatCulture");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerFormatDate", {
get: function () {
return this.di;
},
set: function (a) {
this.di = a;
this.e("HeaderFormatDate");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerFormatTime", {
get: function () {
return this.dk;
},
set: function (a) {
this.dk = a;
this.e("HeaderFormatTime");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerText", {
get: function () {
return this.dl;
},
set: function (a) {
this.dl = a;
this.e("HeaderText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextColor", {
get: function () {
return this.dm;
},
set: function (a) {
this.dm = a;
this.e("HeaderTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextMarginBottom", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.e("HeaderTextMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextMarginLeft", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.e("HeaderTextMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextMarginRight", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.e("HeaderTextMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextMarginTop", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.e("HeaderTextMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerRowMarginBottom", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.e("HeaderRowMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerRowMarginLeft", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.e("HeaderRowMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerRowMarginRight", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.e("HeaderRowMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerRowMarginTop", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.e("HeaderRowMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerRowVisible", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.e("HeaderRowVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextFontFamily", {
get: function () {
return this.dn;
},
set: function (a) {
this.dn = a;
this.e("HeaderTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextFontSize", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.e("HeaderTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextFontStyle", {
get: function () {
return this.dp;
},
set: function (a) {
this.dp = a;
this.e("HeaderTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "headerTextFontWeight", {
get: function () {
return this.dq;
},
set: function (a) {
this.dq = a;
this.e("HeaderTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextColor", {
get: function () {
return this.d8;
},
set: function (a) {
this.d8 = a;
this.e("SummaryTitleTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextFontFamily", {
get: function () {
return this.d9;
},
set: function (a) {
this.d9 = a;
this.e("SummaryTitleTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextFontSize", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.e("SummaryTitleTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextFontStyle", {
get: function () {
return this.ea;
},
set: function (a) {
this.ea = a;
this.e("SummaryTitleTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextFontWeight", {
get: function () {
return this.eb;
},
set: function (a) {
this.eb = a;
this.e("SummaryTitleTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryType", {
get: function () {
return this.ec;
},
set: function (a) {
this.ec = a;
this.e("SummaryType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleText", {
get: function () {
return this.d7;
},
set: function (a) {
this.d7 = a;
this.e("SummaryTitleText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextMarginBottom", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.e("SummaryTitleTextMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextMarginLeft", {
get: function () {
return this.a4;
},
set: function (a) {
this.a4 = a;
this.e("SummaryTitleTextMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextMarginRight", {
get: function () {
return this.a5;
},
set: function (a) {
this.a5 = a;
this.e("SummaryTitleTextMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryTitleTextMarginTop", {
get: function () {
return this.a6;
},
set: function (a) {
this.a6 = a;
this.e("SummaryTitleTextMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryRowMarginBottom", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.e("SummaryRowMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryRowMarginLeft", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.e("SummaryRowMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryRowMarginRight", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.e("SummaryRowMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryRowMarginTop", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.e("SummaryRowMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryValueTextColor", {
get: function () {
return this.ei;
},
set: function (a) {
this.ei = a;
this.e("SummaryValueTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryValueTextFontFamily", {
get: function () {
return this.ej;
},
set: function (a) {
this.ej = a;
this.e("SummaryValueTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryValueTextFontSize", {
get: function () {
return this.a8;
},
set: function (a) {
this.a8 = a;
this.e("SummaryValueTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryValueTextFontStyle", {
get: function () {
return this.ek;
},
set: function (a) {
this.ek = a;
this.e("SummaryValueTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryValueTextFontWeight", {
get: function () {
return this.el;
},
set: function (a) {
this.el = a;
this.e("SummaryValueTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryLabelText", {
get: function () {
return this.d2;
},
set: function (a) {
this.d2 = a;
this.e("SummaryLabelText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryLabelTextColor", {
get: function () {
return this.d3;
},
set: function (a) {
this.d3 = a;
this.e("SummaryLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryLabelTextFontFamily", {
get: function () {
return this.d4;
},
set: function (a) {
this.d4 = a;
this.e("SummaryLabelTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryLabelTextFontSize", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.e("SummaryLabelTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryLabelTextFontStyle", {
get: function () {
return this.d5;
},
set: function (a) {
this.d5 = a;
this.e("SummaryLabelTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryLabelTextFontWeight", {
get: function () {
return this.d6;
},
set: function (a) {
this.d6 = a;
this.e("SummaryLabelTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryUnitsText", {
get: function () {
return this.ed;
},
set: function (a) {
this.ed = a;
this.e("SummaryUnitsText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryUnitsTextColor", {
get: function () {
return this.ee;
},
set: function (a) {
this.ee = a;
this.e("SummaryUnitsTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryUnitsTextFontFamily", {
get: function () {
return this.ef;
},
set: function (a) {
this.ef = a;
this.e("SummaryUnitsTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryUnitsTextFontSize", {
get: function () {
return this.a7;
},
set: function (a) {
this.a7 = a;
this.e("SummaryUnitsTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryUnitsTextFontStyle", {
get: function () {
return this.eg;
},
set: function (a) {
this.eg = a;
this.e("SummaryUnitsTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "summaryUnitsTextFontWeight", {
get: function () {
return this.eh;
},
set: function (a) {
this.eh = a;
this.e("SummaryUnitsTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "badgeMarginBottom", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.e("BadgeMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "badgeMarginLeft", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.e("BadgeMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "badgeMarginRight", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.e("BadgeMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "badgeMarginTop", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.e("BadgeMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "badgeShape", {
get: function () {
return this.df;
},
set: function (a) {
this.df = a;
this.e("BadgeShape");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "targetCursorPositionX", {
get: function () {
return this.a9;
},
set: function (a) {
this.a9 = a;
this.e("TargetCursorPositionX");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "targetCursorPositionY", {
get: function () {
return this.ba;
},
set: function (a) {
this.ba = a;
this.e("TargetCursorPositionY");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "targetRef", {
get: function () {
return this.em;
},
set: function (a) {
this.em = a;
this.e("TargetRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsDisplayMode", {
get: function () {
return this.er;
},
set: function (a) {
this.er = a;
this.e("UnitsDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsText", {
get: function () {
return this.es;
},
set: function (a) {
this.es = a;
this.e("UnitsText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextColor", {
get: function () {
return this.et;
},
set: function (a) {
this.et = a;
this.e("UnitsTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextMarginBottom", {
get: function () {
return this.bh;
},
set: function (a) {
this.bh = a;
this.e("UnitsTextMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextMarginLeft", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.e("UnitsTextMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextMarginRight", {
get: function () {
return this.bj;
},
set: function (a) {
this.bj = a;
this.e("UnitsTextMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextMarginTop", {
get: function () {
return this.bk;
},
set: function (a) {
this.bk = a;
this.e("UnitsTextMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextFontFamily", {
get: function () {
return this.eu;
},
set: function (a) {
this.eu = a;
this.e("UnitsTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextFontSize", {
get: function () {
return this.bg;
},
set: function (a) {
this.bg = a;
this.e("UnitsTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextFontStyle", {
get: function () {
return this.ev;
},
set: function (a) {
this.ev = a;
this.e("UnitsTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "unitsTextFontWeight", {
get: function () {
return this.ew;
},
set: function (a) {
this.ew = a;
this.e("UnitsTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextMarginBottom", {
get: function () {
return this.bc;
},
set: function (a) {
this.bc = a;
this.e("TitleTextMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextMarginLeft", {
get: function () {
return this.bd;
},
set: function (a) {
this.bd = a;
this.e("TitleTextMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextMarginRight", {
get: function () {
return this.be;
},
set: function (a) {
this.be = a;
this.e("TitleTextMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextMarginTop", {
get: function () {
return this.bf;
},
set: function (a) {
this.bf = a;
this.e("TitleTextMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextColor", {
get: function () {
return this.en;
},
set: function (a) {
this.en = a;
this.e("TitleTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextFontFamily", {
get: function () {
return this.eo;
},
set: function (a) {
this.eo = a;
this.e("TitleTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextFontSize", {
get: function () {
return this.bb;
},
set: function (a) {
this.bb = a;
this.e("TitleTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextFontStyle", {
get: function () {
return this.ep;
},
set: function (a) {
this.ep = a;
this.e("TitleTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "titleTextFontWeight", {
get: function () {
return this.eq;
},
set: function (a) {
this.eq = a;
this.e("TitleTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelDisplayMode", {
get: function () {
return this.ds;
},
set: function (a) {
this.ds = a;
this.e("LabelDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextColor", {
get: function () {
return this.dt;
},
set: function (a) {
this.dt = a;
this.e("LabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextMarginBottom", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.e("LabelTextMarginBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextMarginLeft", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.e("LabelTextMarginLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextMarginRight", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.e("LabelTextMarginRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextMarginTop", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.e("LabelTextMarginTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextFontFamily", {
get: function () {
return this.du;
},
set: function (a) {
this.du = a;
this.e("LabelTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextFontSize", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.e("LabelTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextFontStyle", {
get: function () {
return this.dv;
},
set: function (a) {
this.dv = a;
this.e("LabelTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "labelTextFontWeight", {
get: function () {
return this.dw;
},
set: function (a) {
this.dw = a;
this.e("LabelTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "pixelScalingRatio", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.e("PixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "calculateColumnSummaryRef", {
get: function () {
return this.dg;
},
set: function (a) {
this.dg = a;
this.e("CalculateColumnSummaryRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "styleHeaderRowRef", {
get: function () {
return this.dx;
},
set: function (a) {
this.dx = a;
this.e("StyleHeaderRowRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "styleSeriesRowRef", {
get: function () {
return this.dz;
},
set: function (a) {
this.dz = a;
this.e("StyleSeriesRowRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "styleSummaryRowRef", {
get: function () {
return this.d1;
},
set: function (a) {
this.d1 = a;
this.e("StyleSummaryRowRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "styleSeriesColumnRef", {
get: function () {
return this.dy;
},
set: function (a) {
this.dy = a;
this.e("StyleSeriesColumnRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "styleSummaryColumnRef", {
get: function () {
return this.d0;
},
set: function (a) {
this.d0 = a;
this.e("StyleSummaryColumnRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "width", {
get: function () {
return this.e7;
},
set: function (a) {
this.e7 = a;
this.e("Width");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendDescription.prototype, "height", {
get: function () {
return this.dr;
},
set: function (a) {
this.dr = a;
this.e("Height");
},
enumerable: false,
configurable: true
});
DataLegendDescription.$t = markType(DataLegendDescription, 'DataLegendDescription', Description.$);
return DataLegendDescription;
}(Description));
export { DataLegendDescription };