UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

938 lines (937 loc) 27.9 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.qz = null; _this.rh = null; _this.o4 = 0; _this.o6 = 0; _this.o5 = 0; _this.o3 = 0; _this.pl = 0; _this.pn = 0; _this.pm = 0; _this.pk = 0; _this.q4 = null; _this.rm = null; _this.qx = null; _this.qy = null; _this.pf = 0; _this.pw = 0; _this.pe = 0; _this.pv = 0; _this.ph = 0; _this.py = 0; _this.pg = 0; _this.px = 0; _this.pd = 0; _this.pu = 0; _this.rf = null; _this.rx = null; _this.q5 = null; _this.rn = null; _this.rg = null; _this.ry = null; _this.q3 = null; _this.rl = null; _this.q8 = null; _this.rq = null; _this.o7 = 0; _this.po = 0; _this.o8 = 0; _this.pp = 0; _this.ra = null; _this.rs = null; _this.rb = null; _this.rt = null; _this.o9 = 0; _this.pq = 0; _this.pa = 0; _this.pr = 0; _this.rc = null; _this.ru = null; _this.pb = 0; _this.ps = 0; _this.rd = null; _this.rv = null; _this.q9 = null; _this.rr = null; _this.o2 = 0; _this.pj = 0; _this.o1 = 0; _this.pi = 0; _this.pc = 0; _this.pt = 0; _this.ox = false; _this.oy = false; _this.re = null; _this.rw = null; _this.q1 = null; _this.rj = null; _this.q6 = null; _this.ro = null; _this.q7 = null; _this.rp = null; _this.rk = null; _this.q2 = null; _this.q0 = null; _this.ot = null; _this.ri = null; _this.ou = null; return _this; } XYChartDescription.prototype.get_type = function () { return "XYChart"; }; Object.defineProperty(XYChartDescription.prototype, "xAxisFormatLabelRef", { get: function () { return this.qz; }, set: function (a) { this.qz = a; this.e("XAxisFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisFormatLabelRef", { get: function () { return this.rh; }, set: function (a) { this.rh = a; this.e("YAxisFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelLeftMargin", { get: function () { return this.o4; }, set: function (a) { this.o4 = a; this.e("XAxisLabelLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTopMargin", { get: function () { return this.o6; }, set: function (a) { this.o6 = a; this.e("XAxisLabelTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelRightMargin", { get: function () { return this.o5; }, set: function (a) { this.o5 = a; this.e("XAxisLabelRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelBottomMargin", { get: function () { return this.o3; }, set: function (a) { this.o3 = a; this.e("XAxisLabelBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelLeftMargin", { get: function () { return this.pl; }, set: function (a) { this.pl = a; this.e("YAxisLabelLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTopMargin", { get: function () { return this.pn; }, set: function (a) { this.pn = a; this.e("YAxisLabelTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelRightMargin", { get: function () { return this.pm; }, set: function (a) { this.pm = a; this.e("YAxisLabelRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelBottomMargin", { get: function () { return this.pk; }, set: function (a) { this.pk = a; this.e("YAxisLabelBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTextColor", { get: function () { return this.q4; }, set: function (a) { this.q4 = a; this.e("XAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTextColor", { get: function () { return this.rm; }, set: function (a) { this.rm = a; this.e("YAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "actualXAxisLabelTextColor", { get: function () { return this.qx; }, set: function (a) { this.qx = a; this.e("ActualXAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "actualYAxisLabelTextColor", { get: function () { return this.qy; }, set: function (a) { this.qy = a; this.e("ActualYAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleMargin", { get: function () { return this.pf; }, set: function (a) { this.pf = a; this.e("XAxisTitleMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleMargin", { get: function () { return this.pw; }, set: function (a) { this.pw = a; this.e("YAxisTitleMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleLeftMargin", { get: function () { return this.pe; }, set: function (a) { this.pe = a; this.e("XAxisTitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleLeftMargin", { get: function () { return this.pv; }, set: function (a) { this.pv = a; this.e("YAxisTitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTopMargin", { get: function () { return this.ph; }, set: function (a) { this.ph = a; this.e("XAxisTitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTopMargin", { get: function () { return this.py; }, set: function (a) { this.py = a; this.e("YAxisTitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleRightMargin", { get: function () { return this.pg; }, set: function (a) { this.pg = a; this.e("XAxisTitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleRightMargin", { get: function () { return this.px; }, set: function (a) { this.px = a; this.e("YAxisTitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleBottomMargin", { get: function () { return this.pd; }, set: function (a) { this.pd = a; this.e("XAxisTitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleBottomMargin", { get: function () { return this.pu; }, set: function (a) { this.pu = a; this.e("YAxisTitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTextColor", { get: function () { return this.rf; }, set: function (a) { this.rf = a; this.e("XAxisTitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTextColor", { get: function () { return this.rx; }, set: function (a) { this.rx = a; this.e("YAxisTitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelTextStyle", { get: function () { return this.q5; }, set: function (a) { this.q5 = a; this.e("XAxisLabelTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelTextStyle", { get: function () { return this.rn; }, set: function (a) { this.rn = a; this.e("YAxisLabelTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleTextStyle", { get: function () { return this.rg; }, set: function (a) { this.rg = a; this.e("XAxisTitleTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleTextStyle", { get: function () { return this.ry; }, set: function (a) { this.ry = a; this.e("YAxisTitleTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelRef", { get: function () { return this.q3; }, set: function (a) { this.q3 = a; this.e("XAxisLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelRef", { get: function () { return this.rl; }, set: function (a) { this.rl = a; this.e("YAxisLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMajorStroke", { get: function () { return this.q8; }, set: function (a) { this.q8 = a; this.e("XAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMajorStroke", { get: function () { return this.rq; }, set: function (a) { this.rq = a; this.e("YAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMajorStrokeThickness", { get: function () { return this.o7; }, set: function (a) { this.o7 = a; this.e("XAxisMajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMajorStrokeThickness", { get: function () { return this.po; }, set: function (a) { this.po = a; this.e("YAxisMajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMinorStrokeThickness", { get: function () { return this.o8; }, set: function (a) { this.o8 = a; this.e("XAxisMinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMinorStrokeThickness", { get: function () { return this.pp; }, set: function (a) { this.pp = a; this.e("YAxisMinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisStrip", { get: function () { return this.ra; }, set: function (a) { this.ra = a; this.e("XAxisStrip"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisStrip", { get: function () { return this.rs; }, set: function (a) { this.rs = a; this.e("YAxisStrip"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisStroke", { get: function () { return this.rb; }, set: function (a) { this.rb = a; this.e("XAxisStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisStroke", { get: function () { return this.rt; }, set: function (a) { this.rt = a; this.e("YAxisStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisStrokeThickness", { get: function () { return this.o9; }, set: function (a) { this.o9 = a; this.e("XAxisStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisStrokeThickness", { get: function () { return this.pq; }, set: function (a) { this.pq = a; this.e("YAxisStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTickLength", { get: function () { return this.pa; }, set: function (a) { this.pa = a; this.e("XAxisTickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTickLength", { get: function () { return this.pr; }, set: function (a) { this.pr = a; this.e("YAxisTickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTickStroke", { get: function () { return this.rc; }, set: function (a) { this.rc = a; this.e("XAxisTickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTickStroke", { get: function () { return this.ru; }, set: function (a) { this.ru = a; this.e("YAxisTickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTickStrokeThickness", { get: function () { return this.pb; }, set: function (a) { this.pb = a; this.e("XAxisTickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTickStrokeThickness", { get: function () { return this.ps; }, set: function (a) { this.ps = a; this.e("YAxisTickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitle", { get: function () { return this.rd; }, set: function (a) { this.rd = a; this.e("XAxisTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitle", { get: function () { return this.rv; }, set: function (a) { this.rv = a; this.e("YAxisTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisMinorStroke", { get: function () { return this.q9; }, set: function (a) { this.q9 = a; this.e("XAxisMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisMinorStroke", { get: function () { return this.rr; }, set: function (a) { this.rr = a; this.e("YAxisMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelAngle", { get: function () { return this.o2; }, set: function (a) { this.o2 = a; this.e("XAxisLabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelAngle", { get: function () { return this.pj; }, set: function (a) { this.pj = a; this.e("YAxisLabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisExtent", { get: function () { return this.o1; }, set: function (a) { this.o1 = a; this.e("XAxisExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisExtent", { get: function () { return this.pi; }, set: function (a) { this.pi = a; this.e("YAxisExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleAngle", { get: function () { return this.pc; }, set: function (a) { this.pc = a; this.e("XAxisTitleAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleAngle", { get: function () { return this.pt; }, set: function (a) { this.pt = a; this.e("YAxisTitleAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisInverted", { get: function () { return this.ox; }, set: function (a) { this.ox = a; this.e("XAxisInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisInverted", { get: function () { return this.oy; }, set: function (a) { this.oy = a; this.e("YAxisInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisTitleAlignment", { get: function () { return this.re; }, set: function (a) { this.re = a; this.e("XAxisTitleAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisTitleAlignment", { get: function () { return this.rw; }, set: function (a) { this.rw = a; this.e("YAxisTitleAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelHorizontalAlignment", { get: function () { return this.q1; }, set: function (a) { this.q1 = a; this.e("XAxisLabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelHorizontalAlignment", { get: function () { return this.rj; }, set: function (a) { this.rj = a; this.e("YAxisLabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelVerticalAlignment", { get: function () { return this.q6; }, set: function (a) { this.q6 = a; this.e("XAxisLabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelVerticalAlignment", { get: function () { return this.ro; }, set: function (a) { this.ro = a; this.e("YAxisLabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelVisibility", { get: function () { return this.q7; }, set: function (a) { this.q7 = a; this.e("XAxisLabelVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelVisibility", { get: function () { return this.rp; }, set: function (a) { this.rp = a; this.e("YAxisLabelVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelLocation", { get: function () { return this.rk; }, set: function (a) { this.rk = a; this.e("YAxisLabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelLocation", { get: function () { return this.q2; }, set: function (a) { this.q2 = a; this.e("XAxisLabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelFormat", { get: function () { return this.q0; }, set: function (a) { this.q0 = a; this.e("XAxisLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "xAxisLabelFormatSpecifiers", { get: function () { return this.ot; }, set: function (a) { this.ot = a; this.e("XAxisLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelFormat", { get: function () { return this.ri; }, set: function (a) { this.ri = a; this.e("YAxisLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(XYChartDescription.prototype, "yAxisLabelFormatSpecifiers", { get: function () { return this.ou; }, set: function (a) { this.ou = a; this.e("YAxisLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); XYChartDescription.$t = markType(XYChartDescription, 'XYChartDescription', DomainChartDescription.$); return XYChartDescription; }(DomainChartDescription)); export { XYChartDescription };