UNPKG

igniteui-react-core

Version:
986 lines (985 loc) 28.3 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 { 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.u3 = null; _this.vl = null; _this.s0 = 0; _this.s2 = 0; _this.s1 = 0; _this.sz = 0; _this.tj = 0; _this.tl = 0; _this.tk = 0; _this.ti = 0; _this.u8 = null; _this.vq = null; _this.u1 = null; _this.u2 = null; _this.td = 0; _this.tw = 0; _this.tc = 0; _this.tv = 0; _this.tf = 0; _this.ty = 0; _this.te = 0; _this.tx = 0; _this.tb = 0; _this.tu = 0; _this.vj = null; _this.v1 = null; _this.u9 = null; _this.vr = null; _this.vk = null; _this.v2 = null; _this.u7 = null; _this.vp = null; _this.vc = null; _this.vu = null; _this.s3 = 0; _this.tm = 0; _this.s6 = 0; _this.tp = 0; _this.ve = null; _this.vw = null; _this.vf = null; _this.vx = null; _this.s7 = 0; _this.tq = 0; _this.s8 = 0; _this.tr = 0; _this.vg = null; _this.vy = null; _this.s9 = 0; _this.ts = 0; _this.vh = null; _this.vz = null; _this.vd = null; _this.vv = null; _this.sy = 0; _this.th = 0; _this.sx = 0; _this.tg = 0; _this.s4 = 0; _this.tn = 0; _this.s5 = 0; _this.to = 0; _this.ta = 0; _this.tt = 0; _this.st = false; _this.su = false; _this.vi = null; _this.v0 = null; _this.u5 = null; _this.vn = null; _this.va = null; _this.vs = null; _this.vb = null; _this.vt = null; _this.vo = null; _this.u6 = null; _this.u4 = null; _this.sp = null; _this.vm = null; _this.sq = null; return _this; } XYChartDescription.prototype.get_type = function () { return "XYChart"; }; Object.defineProperty(XYChartDescription.prototype, "xAxisFormatLabelRef", { get: function () { return this.u3; }, set: function (a) { this.u3 = a; this.g("XAxisFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisFormatLabelRef", { get: function () { return this.vl; }, set: function (a) { this.vl = a; this.g("YAxisFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelLeftMargin", { get: function () { return this.s0; }, set: function (a) { this.s0 = a; this.g("XAxisLabelLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTopMargin", { get: function () { return this.s2; }, set: function (a) { this.s2 = a; this.g("XAxisLabelTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelRightMargin", { get: function () { return this.s1; }, set: function (a) { this.s1 = a; this.g("XAxisLabelRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelBottomMargin", { get: function () { return this.sz; }, set: function (a) { this.sz = a; this.g("XAxisLabelBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelLeftMargin", { get: function () { return this.tj; }, set: function (a) { this.tj = a; this.g("YAxisLabelLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTopMargin", { get: function () { return this.tl; }, set: function (a) { this.tl = a; this.g("YAxisLabelTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelRightMargin", { get: function () { return this.tk; }, set: function (a) { this.tk = a; this.g("YAxisLabelRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelBottomMargin", { get: function () { return this.ti; }, set: function (a) { this.ti = a; this.g("YAxisLabelBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTextColor", { get: function () { return this.u8; }, set: function (a) { this.u8 = a; this.g("XAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTextColor", { get: function () { return this.vq; }, set: function (a) { this.vq = a; this.g("YAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "actualXAxisLabelTextColor", { get: function () { return this.u1; }, set: function (a) { this.u1 = a; this.g("ActualXAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "actualYAxisLabelTextColor", { get: function () { return this.u2; }, set: function (a) { this.u2 = a; this.g("ActualYAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleMargin", { get: function () { return this.td; }, set: function (a) { this.td = a; this.g("XAxisTitleMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleMargin", { get: function () { return this.tw; }, set: function (a) { this.tw = a; this.g("YAxisTitleMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleLeftMargin", { get: function () { return this.tc; }, set: function (a) { this.tc = a; this.g("XAxisTitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleLeftMargin", { get: function () { return this.tv; }, set: function (a) { this.tv = a; this.g("YAxisTitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTopMargin", { get: function () { return this.tf; }, set: function (a) { this.tf = a; this.g("XAxisTitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTopMargin", { get: function () { return this.ty; }, set: function (a) { this.ty = a; this.g("YAxisTitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleRightMargin", { get: function () { return this.te; }, set: function (a) { this.te = a; this.g("XAxisTitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleRightMargin", { get: function () { return this.tx; }, set: function (a) { this.tx = a; this.g("YAxisTitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleBottomMargin", { get: function () { return this.tb; }, set: function (a) { this.tb = a; this.g("XAxisTitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleBottomMargin", { get: function () { return this.tu; }, set: function (a) { this.tu = a; this.g("YAxisTitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTextColor", { get: function () { return this.vj; }, set: function (a) { this.vj = a; this.g("XAxisTitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTextColor", { get: function () { return this.v1; }, set: function (a) { this.v1 = a; this.g("YAxisTitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTextStyle", { get: function () { return this.u9; }, set: function (a) { this.u9 = a; this.g("XAxisLabelTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTextStyle", { get: function () { return this.vr; }, set: function (a) { this.vr = a; this.g("YAxisLabelTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTextStyle", { get: function () { return this.vk; }, set: function (a) { this.vk = a; this.g("XAxisTitleTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTextStyle", { get: function () { return this.v2; }, set: function (a) { this.v2 = a; this.g("YAxisTitleTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelRef", { get: function () { return this.u7; }, set: function (a) { this.u7 = a; this.g("XAxisLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelRef", { get: function () { return this.vp; }, set: function (a) { this.vp = a; this.g("YAxisLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMajorStroke", { get: function () { return this.vc; }, set: function (a) { this.vc = a; this.g("XAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMajorStroke", { get: function () { return this.vu; }, set: function (a) { this.vu = a; this.g("YAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMajorStrokeThickness", { get: function () { return this.s3; }, set: function (a) { this.s3 = a; this.g("XAxisMajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMajorStrokeThickness", { get: function () { return this.tm; }, set: function (a) { this.tm = a; this.g("YAxisMajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMinorStrokeThickness", { get: function () { return this.s6; }, set: function (a) { this.s6 = a; this.g("XAxisMinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMinorStrokeThickness", { get: function () { return this.tp; }, set: function (a) { this.tp = a; this.g("YAxisMinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisStrip", { get: function () { return this.ve; }, set: function (a) { this.ve = a; this.g("XAxisStrip"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisStrip", { get: function () { return this.vw; }, set: function (a) { this.vw = a; this.g("YAxisStrip"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisStroke", { get: function () { return this.vf; }, set: function (a) { this.vf = a; this.g("XAxisStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisStroke", { get: function () { return this.vx; }, set: function (a) { this.vx = a; this.g("YAxisStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisStrokeThickness", { get: function () { return this.s7; }, set: function (a) { this.s7 = a; this.g("XAxisStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisStrokeThickness", { get: function () { return this.tq; }, set: function (a) { this.tq = a; this.g("YAxisStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTickLength", { get: function () { return this.s8; }, set: function (a) { this.s8 = a; this.g("XAxisTickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTickLength", { get: function () { return this.tr; }, set: function (a) { this.tr = a; this.g("YAxisTickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTickStroke", { get: function () { return this.vg; }, set: function (a) { this.vg = a; this.g("XAxisTickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTickStroke", { get: function () { return this.vy; }, set: function (a) { this.vy = a; this.g("YAxisTickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTickStrokeThickness", { get: function () { return this.s9; }, set: function (a) { this.s9 = a; this.g("XAxisTickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTickStrokeThickness", { get: function () { return this.ts; }, set: function (a) { this.ts = a; this.g("YAxisTickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitle", { get: function () { return this.vh; }, set: function (a) { this.vh = a; this.g("XAxisTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitle", { get: function () { return this.vz; }, set: function (a) { this.vz = a; this.g("YAxisTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMinorStroke", { get: function () { return this.vd; }, set: function (a) { this.vd = a; this.g("XAxisMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMinorStroke", { get: function () { return this.vv; }, set: function (a) { this.vv = a; this.g("YAxisMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelAngle", { get: function () { return this.sy; }, set: function (a) { this.sy = a; this.g("XAxisLabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelAngle", { get: function () { return this.th; }, set: function (a) { this.th = a; this.g("YAxisLabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisExtent", { get: function () { return this.sx; }, set: function (a) { this.sx = a; this.g("XAxisExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisExtent", { get: function () { return this.tg; }, set: function (a) { this.tg = a; this.g("YAxisExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMaximumExtent", { get: function () { return this.s4; }, set: function (a) { this.s4 = a; this.g("XAxisMaximumExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMaximumExtent", { get: function () { return this.tn; }, set: function (a) { this.tn = a; this.g("YAxisMaximumExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMaximumExtentPercentage", { get: function () { return this.s5; }, set: function (a) { this.s5 = a; this.g("XAxisMaximumExtentPercentage"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMaximumExtentPercentage", { get: function () { return this.to; }, set: function (a) { this.to = a; this.g("YAxisMaximumExtentPercentage"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleAngle", { get: function () { return this.ta; }, set: function (a) { this.ta = a; this.g("XAxisTitleAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleAngle", { get: function () { return this.tt; }, set: function (a) { this.tt = a; this.g("YAxisTitleAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisInverted", { get: function () { return this.st; }, set: function (a) { this.st = a; this.g("XAxisInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisInverted", { get: function () { return this.su; }, set: function (a) { this.su = a; this.g("YAxisInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleAlignment", { get: function () { return this.vi; }, set: function (a) { this.vi = a; this.g("XAxisTitleAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleAlignment", { get: function () { return this.v0; }, set: function (a) { this.v0 = a; this.g("YAxisTitleAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelHorizontalAlignment", { get: function () { return this.u5; }, set: function (a) { this.u5 = a; this.g("XAxisLabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelHorizontalAlignment", { get: function () { return this.vn; }, set: function (a) { this.vn = a; this.g("YAxisLabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelVerticalAlignment", { get: function () { return this.va; }, set: function (a) { this.va = a; this.g("XAxisLabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelVerticalAlignment", { get: function () { return this.vs; }, set: function (a) { this.vs = a; this.g("YAxisLabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelVisibility", { get: function () { return this.vb; }, set: function (a) { this.vb = a; this.g("XAxisLabelVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelVisibility", { get: function () { return this.vt; }, set: function (a) { this.vt = a; this.g("YAxisLabelVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelLocation", { get: function () { return this.vo; }, set: function (a) { this.vo = a; this.g("YAxisLabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelLocation", { get: function () { return this.u6; }, set: function (a) { this.u6 = a; this.g("XAxisLabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelFormat", { get: function () { return this.u4; }, set: function (a) { this.u4 = a; this.g("XAxisLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelFormatSpecifiers", { get: function () { return this.sp; }, set: function (a) { this.sp = a; this.g("XAxisLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelFormat", { get: function () { return this.vm; }, set: function (a) { this.vm = a; this.g("YAxisLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelFormatSpecifiers", { get: function () { return this.sq; }, set: function (a) { this.sq = a; this.g("YAxisLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); XYChartDescription.$t = markType(XYChartDescription, 'XYChartDescription', DomainChartDescription.$); return XYChartDescription; }(DomainChartDescription)); export { XYChartDescription };