igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
986 lines (985 loc) • 29.3 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 { DomainChartDescription } from "./DomainChartDescription";
import { markType } from "./type";
/**
* @hidden
*/
var XYChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(XYChartDescription, _super);
function XYChartDescription() {
var _this = _super.call(this) || this;
_this.vo = null;
_this.v6 = null;
_this.tl = 0;
_this.tn = 0;
_this.tm = 0;
_this.tk = 0;
_this.t4 = 0;
_this.t6 = 0;
_this.t5 = 0;
_this.t3 = 0;
_this.vt = null;
_this.wb = null;
_this.vm = null;
_this.vn = null;
_this.ty = 0;
_this.uh = 0;
_this.tx = 0;
_this.ug = 0;
_this.t0 = 0;
_this.uj = 0;
_this.tz = 0;
_this.ui = 0;
_this.tw = 0;
_this.uf = 0;
_this.v4 = null;
_this.wm = null;
_this.vu = null;
_this.wc = null;
_this.v5 = null;
_this.wn = null;
_this.vs = null;
_this.wa = null;
_this.vx = null;
_this.wf = null;
_this.to = 0;
_this.t7 = 0;
_this.tr = 0;
_this.ua = 0;
_this.vz = null;
_this.wh = null;
_this.v0 = null;
_this.wi = null;
_this.ts = 0;
_this.ub = 0;
_this.tt = 0;
_this.uc = 0;
_this.v1 = null;
_this.wj = null;
_this.tu = 0;
_this.ud = 0;
_this.v2 = null;
_this.wk = null;
_this.vy = null;
_this.wg = null;
_this.tj = 0;
_this.t2 = 0;
_this.ti = 0;
_this.t1 = 0;
_this.tp = 0;
_this.t8 = 0;
_this.tq = 0;
_this.t9 = 0;
_this.tv = 0;
_this.ue = 0;
_this.te = false;
_this.tf = false;
_this.v3 = null;
_this.wl = null;
_this.vq = null;
_this.v8 = null;
_this.vv = null;
_this.wd = null;
_this.vw = null;
_this.we = null;
_this.v9 = null;
_this.vr = null;
_this.vp = null;
_this.ta = null;
_this.v7 = null;
_this.tb = null;
return _this;
}
XYChartDescription.prototype.get_type = function () {
return "XYChart";
};
Object.defineProperty(XYChartDescription.prototype, "xAxisFormatLabelRef", {
get: function () {
return this.vo;
},
set: function (a) {
this.vo = a;
this.j("XAxisFormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisFormatLabelRef", {
get: function () {
return this.v6;
},
set: function (a) {
this.v6 = a;
this.j("YAxisFormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelLeftMargin", {
get: function () {
return this.tl;
},
set: function (a) {
this.tl = a;
this.j("XAxisLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTopMargin", {
get: function () {
return this.tn;
},
set: function (a) {
this.tn = a;
this.j("XAxisLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelRightMargin", {
get: function () {
return this.tm;
},
set: function (a) {
this.tm = a;
this.j("XAxisLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelBottomMargin", {
get: function () {
return this.tk;
},
set: function (a) {
this.tk = a;
this.j("XAxisLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelLeftMargin", {
get: function () {
return this.t4;
},
set: function (a) {
this.t4 = a;
this.j("YAxisLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTopMargin", {
get: function () {
return this.t6;
},
set: function (a) {
this.t6 = a;
this.j("YAxisLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelRightMargin", {
get: function () {
return this.t5;
},
set: function (a) {
this.t5 = a;
this.j("YAxisLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelBottomMargin", {
get: function () {
return this.t3;
},
set: function (a) {
this.t3 = a;
this.j("YAxisLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTextColor", {
get: function () {
return this.vt;
},
set: function (a) {
this.vt = a;
this.j("XAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTextColor", {
get: function () {
return this.wb;
},
set: function (a) {
this.wb = a;
this.j("YAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "actualXAxisLabelTextColor", {
get: function () {
return this.vm;
},
set: function (a) {
this.vm = a;
this.j("ActualXAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "actualYAxisLabelTextColor", {
get: function () {
return this.vn;
},
set: function (a) {
this.vn = a;
this.j("ActualYAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleMargin", {
get: function () {
return this.ty;
},
set: function (a) {
this.ty = a;
this.j("XAxisTitleMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleMargin", {
get: function () {
return this.uh;
},
set: function (a) {
this.uh = a;
this.j("YAxisTitleMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleLeftMargin", {
get: function () {
return this.tx;
},
set: function (a) {
this.tx = a;
this.j("XAxisTitleLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleLeftMargin", {
get: function () {
return this.ug;
},
set: function (a) {
this.ug = a;
this.j("YAxisTitleLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTopMargin", {
get: function () {
return this.t0;
},
set: function (a) {
this.t0 = a;
this.j("XAxisTitleTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTopMargin", {
get: function () {
return this.uj;
},
set: function (a) {
this.uj = a;
this.j("YAxisTitleTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleRightMargin", {
get: function () {
return this.tz;
},
set: function (a) {
this.tz = a;
this.j("XAxisTitleRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleRightMargin", {
get: function () {
return this.ui;
},
set: function (a) {
this.ui = a;
this.j("YAxisTitleRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleBottomMargin", {
get: function () {
return this.tw;
},
set: function (a) {
this.tw = a;
this.j("XAxisTitleBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleBottomMargin", {
get: function () {
return this.uf;
},
set: function (a) {
this.uf = a;
this.j("YAxisTitleBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTextColor", {
get: function () {
return this.v4;
},
set: function (a) {
this.v4 = a;
this.j("XAxisTitleTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTextColor", {
get: function () {
return this.wm;
},
set: function (a) {
this.wm = a;
this.j("YAxisTitleTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTextStyle", {
get: function () {
return this.vu;
},
set: function (a) {
this.vu = a;
this.j("XAxisLabelTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTextStyle", {
get: function () {
return this.wc;
},
set: function (a) {
this.wc = a;
this.j("YAxisLabelTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTextStyle", {
get: function () {
return this.v5;
},
set: function (a) {
this.v5 = a;
this.j("XAxisTitleTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTextStyle", {
get: function () {
return this.wn;
},
set: function (a) {
this.wn = a;
this.j("YAxisTitleTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelRef", {
get: function () {
return this.vs;
},
set: function (a) {
this.vs = a;
this.j("XAxisLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelRef", {
get: function () {
return this.wa;
},
set: function (a) {
this.wa = a;
this.j("YAxisLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMajorStroke", {
get: function () {
return this.vx;
},
set: function (a) {
this.vx = a;
this.j("XAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMajorStroke", {
get: function () {
return this.wf;
},
set: function (a) {
this.wf = a;
this.j("YAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMajorStrokeThickness", {
get: function () {
return this.to;
},
set: function (a) {
this.to = a;
this.j("XAxisMajorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMajorStrokeThickness", {
get: function () {
return this.t7;
},
set: function (a) {
this.t7 = a;
this.j("YAxisMajorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMinorStrokeThickness", {
get: function () {
return this.tr;
},
set: function (a) {
this.tr = a;
this.j("XAxisMinorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMinorStrokeThickness", {
get: function () {
return this.ua;
},
set: function (a) {
this.ua = a;
this.j("YAxisMinorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisStrip", {
get: function () {
return this.vz;
},
set: function (a) {
this.vz = a;
this.j("XAxisStrip");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisStrip", {
get: function () {
return this.wh;
},
set: function (a) {
this.wh = a;
this.j("YAxisStrip");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisStroke", {
get: function () {
return this.v0;
},
set: function (a) {
this.v0 = a;
this.j("XAxisStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisStroke", {
get: function () {
return this.wi;
},
set: function (a) {
this.wi = a;
this.j("YAxisStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisStrokeThickness", {
get: function () {
return this.ts;
},
set: function (a) {
this.ts = a;
this.j("XAxisStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisStrokeThickness", {
get: function () {
return this.ub;
},
set: function (a) {
this.ub = a;
this.j("YAxisStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTickLength", {
get: function () {
return this.tt;
},
set: function (a) {
this.tt = a;
this.j("XAxisTickLength");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTickLength", {
get: function () {
return this.uc;
},
set: function (a) {
this.uc = a;
this.j("YAxisTickLength");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTickStroke", {
get: function () {
return this.v1;
},
set: function (a) {
this.v1 = a;
this.j("XAxisTickStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTickStroke", {
get: function () {
return this.wj;
},
set: function (a) {
this.wj = a;
this.j("YAxisTickStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTickStrokeThickness", {
get: function () {
return this.tu;
},
set: function (a) {
this.tu = a;
this.j("XAxisTickStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTickStrokeThickness", {
get: function () {
return this.ud;
},
set: function (a) {
this.ud = a;
this.j("YAxisTickStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitle", {
get: function () {
return this.v2;
},
set: function (a) {
this.v2 = a;
this.j("XAxisTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitle", {
get: function () {
return this.wk;
},
set: function (a) {
this.wk = a;
this.j("YAxisTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMinorStroke", {
get: function () {
return this.vy;
},
set: function (a) {
this.vy = a;
this.j("XAxisMinorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMinorStroke", {
get: function () {
return this.wg;
},
set: function (a) {
this.wg = a;
this.j("YAxisMinorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelAngle", {
get: function () {
return this.tj;
},
set: function (a) {
this.tj = a;
this.j("XAxisLabelAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelAngle", {
get: function () {
return this.t2;
},
set: function (a) {
this.t2 = a;
this.j("YAxisLabelAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisExtent", {
get: function () {
return this.ti;
},
set: function (a) {
this.ti = a;
this.j("XAxisExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisExtent", {
get: function () {
return this.t1;
},
set: function (a) {
this.t1 = a;
this.j("YAxisExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMaximumExtent", {
get: function () {
return this.tp;
},
set: function (a) {
this.tp = a;
this.j("XAxisMaximumExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMaximumExtent", {
get: function () {
return this.t8;
},
set: function (a) {
this.t8 = a;
this.j("YAxisMaximumExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMaximumExtentPercentage", {
get: function () {
return this.tq;
},
set: function (a) {
this.tq = a;
this.j("XAxisMaximumExtentPercentage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMaximumExtentPercentage", {
get: function () {
return this.t9;
},
set: function (a) {
this.t9 = a;
this.j("YAxisMaximumExtentPercentage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleAngle", {
get: function () {
return this.tv;
},
set: function (a) {
this.tv = a;
this.j("XAxisTitleAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleAngle", {
get: function () {
return this.ue;
},
set: function (a) {
this.ue = a;
this.j("YAxisTitleAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisInverted", {
get: function () {
return this.te;
},
set: function (a) {
this.te = a;
this.j("XAxisInverted");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisInverted", {
get: function () {
return this.tf;
},
set: function (a) {
this.tf = a;
this.j("YAxisInverted");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleAlignment", {
get: function () {
return this.v3;
},
set: function (a) {
this.v3 = a;
this.j("XAxisTitleAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleAlignment", {
get: function () {
return this.wl;
},
set: function (a) {
this.wl = a;
this.j("YAxisTitleAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelHorizontalAlignment", {
get: function () {
return this.vq;
},
set: function (a) {
this.vq = a;
this.j("XAxisLabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelHorizontalAlignment", {
get: function () {
return this.v8;
},
set: function (a) {
this.v8 = a;
this.j("YAxisLabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelVerticalAlignment", {
get: function () {
return this.vv;
},
set: function (a) {
this.vv = a;
this.j("XAxisLabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelVerticalAlignment", {
get: function () {
return this.wd;
},
set: function (a) {
this.wd = a;
this.j("YAxisLabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelVisibility", {
get: function () {
return this.vw;
},
set: function (a) {
this.vw = a;
this.j("XAxisLabelVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelVisibility", {
get: function () {
return this.we;
},
set: function (a) {
this.we = a;
this.j("YAxisLabelVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelLocation", {
get: function () {
return this.v9;
},
set: function (a) {
this.v9 = a;
this.j("YAxisLabelLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelLocation", {
get: function () {
return this.vr;
},
set: function (a) {
this.vr = a;
this.j("XAxisLabelLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelFormat", {
get: function () {
return this.vp;
},
set: function (a) {
this.vp = a;
this.j("XAxisLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelFormatSpecifiers", {
get: function () {
return this.ta;
},
set: function (a) {
this.ta = a;
this.j("XAxisLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelFormat", {
get: function () {
return this.v7;
},
set: function (a) {
this.v7 = a;
this.j("YAxisLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelFormatSpecifiers", {
get: function () {
return this.tb;
},
set: function (a) {
this.tb = a;
this.j("YAxisLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
XYChartDescription.$t = markType(XYChartDescription, 'XYChartDescription', DomainChartDescription.$);
return XYChartDescription;
}(DomainChartDescription));
export { XYChartDescription };