igniteui-react-core
Version:
Ignite UI React Core.
986 lines (985 loc) • 28.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.v2 = null;
_this.wk = null;
_this.tz = 0;
_this.t1 = 0;
_this.t0 = 0;
_this.ty = 0;
_this.ui = 0;
_this.uk = 0;
_this.uj = 0;
_this.uh = 0;
_this.v7 = null;
_this.wp = null;
_this.v0 = null;
_this.v1 = null;
_this.uc = 0;
_this.uv = 0;
_this.ub = 0;
_this.uu = 0;
_this.ue = 0;
_this.ux = 0;
_this.ud = 0;
_this.uw = 0;
_this.ua = 0;
_this.ut = 0;
_this.wi = null;
_this.w0 = null;
_this.v8 = null;
_this.wq = null;
_this.wj = null;
_this.w1 = null;
_this.v6 = null;
_this.wo = null;
_this.wb = null;
_this.wt = null;
_this.t2 = 0;
_this.ul = 0;
_this.t5 = 0;
_this.uo = 0;
_this.wd = null;
_this.wv = null;
_this.we = null;
_this.ww = null;
_this.t6 = 0;
_this.up = 0;
_this.t7 = 0;
_this.uq = 0;
_this.wf = null;
_this.wx = null;
_this.t8 = 0;
_this.ur = 0;
_this.wg = null;
_this.wy = null;
_this.wc = null;
_this.wu = null;
_this.tx = 0;
_this.ug = 0;
_this.tw = 0;
_this.uf = 0;
_this.t3 = 0;
_this.um = 0;
_this.t4 = 0;
_this.un = 0;
_this.t9 = 0;
_this.us = 0;
_this.ts = false;
_this.tt = false;
_this.wh = null;
_this.wz = null;
_this.v4 = null;
_this.wm = null;
_this.v9 = null;
_this.wr = null;
_this.wa = null;
_this.ws = null;
_this.wn = null;
_this.v5 = null;
_this.v3 = null;
_this.to = null;
_this.wl = null;
_this.tp = null;
return _this;
}
XYChartDescription.prototype.get_type = function () {
return "XYChart";
};
Object.defineProperty(XYChartDescription.prototype, "xAxisFormatLabelRef", {
get: function () {
return this.v2;
},
set: function (a) {
this.v2 = a;
this.j("XAxisFormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisFormatLabelRef", {
get: function () {
return this.wk;
},
set: function (a) {
this.wk = a;
this.j("YAxisFormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelLeftMargin", {
get: function () {
return this.tz;
},
set: function (a) {
this.tz = a;
this.j("XAxisLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTopMargin", {
get: function () {
return this.t1;
},
set: function (a) {
this.t1 = a;
this.j("XAxisLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelRightMargin", {
get: function () {
return this.t0;
},
set: function (a) {
this.t0 = a;
this.j("XAxisLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelBottomMargin", {
get: function () {
return this.ty;
},
set: function (a) {
this.ty = a;
this.j("XAxisLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelLeftMargin", {
get: function () {
return this.ui;
},
set: function (a) {
this.ui = a;
this.j("YAxisLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTopMargin", {
get: function () {
return this.uk;
},
set: function (a) {
this.uk = a;
this.j("YAxisLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelRightMargin", {
get: function () {
return this.uj;
},
set: function (a) {
this.uj = a;
this.j("YAxisLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelBottomMargin", {
get: function () {
return this.uh;
},
set: function (a) {
this.uh = a;
this.j("YAxisLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTextColor", {
get: function () {
return this.v7;
},
set: function (a) {
this.v7 = a;
this.j("XAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTextColor", {
get: function () {
return this.wp;
},
set: function (a) {
this.wp = a;
this.j("YAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "actualXAxisLabelTextColor", {
get: function () {
return this.v0;
},
set: function (a) {
this.v0 = a;
this.j("ActualXAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "actualYAxisLabelTextColor", {
get: function () {
return this.v1;
},
set: function (a) {
this.v1 = a;
this.j("ActualYAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleMargin", {
get: function () {
return this.uc;
},
set: function (a) {
this.uc = a;
this.j("XAxisTitleMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleMargin", {
get: function () {
return this.uv;
},
set: function (a) {
this.uv = a;
this.j("YAxisTitleMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleLeftMargin", {
get: function () {
return this.ub;
},
set: function (a) {
this.ub = a;
this.j("XAxisTitleLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleLeftMargin", {
get: function () {
return this.uu;
},
set: function (a) {
this.uu = a;
this.j("YAxisTitleLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTopMargin", {
get: function () {
return this.ue;
},
set: function (a) {
this.ue = a;
this.j("XAxisTitleTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTopMargin", {
get: function () {
return this.ux;
},
set: function (a) {
this.ux = a;
this.j("YAxisTitleTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleRightMargin", {
get: function () {
return this.ud;
},
set: function (a) {
this.ud = a;
this.j("XAxisTitleRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleRightMargin", {
get: function () {
return this.uw;
},
set: function (a) {
this.uw = a;
this.j("YAxisTitleRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleBottomMargin", {
get: function () {
return this.ua;
},
set: function (a) {
this.ua = a;
this.j("XAxisTitleBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleBottomMargin", {
get: function () {
return this.ut;
},
set: function (a) {
this.ut = a;
this.j("YAxisTitleBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTextColor", {
get: function () {
return this.wi;
},
set: function (a) {
this.wi = a;
this.j("XAxisTitleTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTextColor", {
get: function () {
return this.w0;
},
set: function (a) {
this.w0 = a;
this.j("YAxisTitleTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTextStyle", {
get: function () {
return this.v8;
},
set: function (a) {
this.v8 = a;
this.j("XAxisLabelTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTextStyle", {
get: function () {
return this.wq;
},
set: function (a) {
this.wq = a;
this.j("YAxisLabelTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTextStyle", {
get: function () {
return this.wj;
},
set: function (a) {
this.wj = a;
this.j("XAxisTitleTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTextStyle", {
get: function () {
return this.w1;
},
set: function (a) {
this.w1 = a;
this.j("YAxisTitleTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelRef", {
get: function () {
return this.v6;
},
set: function (a) {
this.v6 = a;
this.j("XAxisLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelRef", {
get: function () {
return this.wo;
},
set: function (a) {
this.wo = a;
this.j("YAxisLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMajorStroke", {
get: function () {
return this.wb;
},
set: function (a) {
this.wb = a;
this.j("XAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMajorStroke", {
get: function () {
return this.wt;
},
set: function (a) {
this.wt = a;
this.j("YAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMajorStrokeThickness", {
get: function () {
return this.t2;
},
set: function (a) {
this.t2 = a;
this.j("XAxisMajorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMajorStrokeThickness", {
get: function () {
return this.ul;
},
set: function (a) {
this.ul = a;
this.j("YAxisMajorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMinorStrokeThickness", {
get: function () {
return this.t5;
},
set: function (a) {
this.t5 = a;
this.j("XAxisMinorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMinorStrokeThickness", {
get: function () {
return this.uo;
},
set: function (a) {
this.uo = a;
this.j("YAxisMinorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisStrip", {
get: function () {
return this.wd;
},
set: function (a) {
this.wd = a;
this.j("XAxisStrip");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisStrip", {
get: function () {
return this.wv;
},
set: function (a) {
this.wv = a;
this.j("YAxisStrip");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisStroke", {
get: function () {
return this.we;
},
set: function (a) {
this.we = a;
this.j("XAxisStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisStroke", {
get: function () {
return this.ww;
},
set: function (a) {
this.ww = a;
this.j("YAxisStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisStrokeThickness", {
get: function () {
return this.t6;
},
set: function (a) {
this.t6 = a;
this.j("XAxisStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisStrokeThickness", {
get: function () {
return this.up;
},
set: function (a) {
this.up = a;
this.j("YAxisStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTickLength", {
get: function () {
return this.t7;
},
set: function (a) {
this.t7 = a;
this.j("XAxisTickLength");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTickLength", {
get: function () {
return this.uq;
},
set: function (a) {
this.uq = a;
this.j("YAxisTickLength");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTickStroke", {
get: function () {
return this.wf;
},
set: function (a) {
this.wf = a;
this.j("XAxisTickStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTickStroke", {
get: function () {
return this.wx;
},
set: function (a) {
this.wx = a;
this.j("YAxisTickStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTickStrokeThickness", {
get: function () {
return this.t8;
},
set: function (a) {
this.t8 = a;
this.j("XAxisTickStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTickStrokeThickness", {
get: function () {
return this.ur;
},
set: function (a) {
this.ur = a;
this.j("YAxisTickStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitle", {
get: function () {
return this.wg;
},
set: function (a) {
this.wg = a;
this.j("XAxisTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitle", {
get: function () {
return this.wy;
},
set: function (a) {
this.wy = a;
this.j("YAxisTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMinorStroke", {
get: function () {
return this.wc;
},
set: function (a) {
this.wc = a;
this.j("XAxisMinorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMinorStroke", {
get: function () {
return this.wu;
},
set: function (a) {
this.wu = a;
this.j("YAxisMinorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelAngle", {
get: function () {
return this.tx;
},
set: function (a) {
this.tx = a;
this.j("XAxisLabelAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelAngle", {
get: function () {
return this.ug;
},
set: function (a) {
this.ug = a;
this.j("YAxisLabelAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisExtent", {
get: function () {
return this.tw;
},
set: function (a) {
this.tw = a;
this.j("XAxisExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisExtent", {
get: function () {
return this.uf;
},
set: function (a) {
this.uf = a;
this.j("YAxisExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMaximumExtent", {
get: function () {
return this.t3;
},
set: function (a) {
this.t3 = a;
this.j("XAxisMaximumExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMaximumExtent", {
get: function () {
return this.um;
},
set: function (a) {
this.um = a;
this.j("YAxisMaximumExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisMaximumExtentPercentage", {
get: function () {
return this.t4;
},
set: function (a) {
this.t4 = a;
this.j("XAxisMaximumExtentPercentage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisMaximumExtentPercentage", {
get: function () {
return this.un;
},
set: function (a) {
this.un = a;
this.j("YAxisMaximumExtentPercentage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleAngle", {
get: function () {
return this.t9;
},
set: function (a) {
this.t9 = a;
this.j("XAxisTitleAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleAngle", {
get: function () {
return this.us;
},
set: function (a) {
this.us = a;
this.j("YAxisTitleAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisInverted", {
get: function () {
return this.ts;
},
set: function (a) {
this.ts = a;
this.j("XAxisInverted");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisInverted", {
get: function () {
return this.tt;
},
set: function (a) {
this.tt = a;
this.j("YAxisInverted");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisTitleAlignment", {
get: function () {
return this.wh;
},
set: function (a) {
this.wh = a;
this.j("XAxisTitleAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisTitleAlignment", {
get: function () {
return this.wz;
},
set: function (a) {
this.wz = a;
this.j("YAxisTitleAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelHorizontalAlignment", {
get: function () {
return this.v4;
},
set: function (a) {
this.v4 = a;
this.j("XAxisLabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelHorizontalAlignment", {
get: function () {
return this.wm;
},
set: function (a) {
this.wm = a;
this.j("YAxisLabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelVerticalAlignment", {
get: function () {
return this.v9;
},
set: function (a) {
this.v9 = a;
this.j("XAxisLabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelVerticalAlignment", {
get: function () {
return this.wr;
},
set: function (a) {
this.wr = a;
this.j("YAxisLabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelVisibility", {
get: function () {
return this.wa;
},
set: function (a) {
this.wa = a;
this.j("XAxisLabelVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelVisibility", {
get: function () {
return this.ws;
},
set: function (a) {
this.ws = a;
this.j("YAxisLabelVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelLocation", {
get: function () {
return this.wn;
},
set: function (a) {
this.wn = a;
this.j("YAxisLabelLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelLocation", {
get: function () {
return this.v5;
},
set: function (a) {
this.v5 = a;
this.j("XAxisLabelLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelFormat", {
get: function () {
return this.v3;
},
set: function (a) {
this.v3 = a;
this.j("XAxisLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "xAxisLabelFormatSpecifiers", {
get: function () {
return this.to;
},
set: function (a) {
this.to = a;
this.j("XAxisLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelFormat", {
get: function () {
return this.wl;
},
set: function (a) {
this.wl = a;
this.j("YAxisLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(XYChartDescription.prototype, "yAxisLabelFormatSpecifiers", {
get: function () {
return this.tp;
},
set: function (a) {
this.tp = a;
this.j("YAxisLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
XYChartDescription.$t = markType(XYChartDescription, 'XYChartDescription', DomainChartDescription.$);
return XYChartDescription;
}(DomainChartDescription));
export { XYChartDescription };