UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

986 lines (985 loc) 30.7 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 RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(RadialBaseChartDescription, _super); function RadialBaseChartDescription() { 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.tp = 0; _this.tq = 0; _this.t1 = 0; _this.t8 = 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; } RadialBaseChartDescription.prototype.get_type = function () { return "RadialBaseChart"; }; Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisFormatLabelRef", { get: function () { return this.vo; }, set: function (a) { this.vo = a; this.j("AngleAxisFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisFormatLabelRef", { get: function () { return this.v6; }, set: function (a) { this.v6 = a; this.j("ValueAxisFormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelLeftMargin", { get: function () { return this.tl; }, set: function (a) { this.tl = a; this.j("AngleAxisLabelLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelTopMargin", { get: function () { return this.tn; }, set: function (a) { this.tn = a; this.j("AngleAxisLabelTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelRightMargin", { get: function () { return this.tm; }, set: function (a) { this.tm = a; this.j("AngleAxisLabelRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelBottomMargin", { get: function () { return this.tk; }, set: function (a) { this.tk = a; this.j("AngleAxisLabelBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelLeftMargin", { get: function () { return this.t4; }, set: function (a) { this.t4 = a; this.j("ValueAxisLabelLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTopMargin", { get: function () { return this.t6; }, set: function (a) { this.t6 = a; this.j("ValueAxisLabelTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelRightMargin", { get: function () { return this.t5; }, set: function (a) { this.t5 = a; this.j("ValueAxisLabelRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelBottomMargin", { get: function () { return this.t3; }, set: function (a) { this.t3 = a; this.j("ValueAxisLabelBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelTextColor", { get: function () { return this.vt; }, set: function (a) { this.vt = a; this.j("AngleAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTextColor", { get: function () { return this.wb; }, set: function (a) { this.wb = a; this.j("ValueAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "actualAngleAxisLabelTextColor", { get: function () { return this.vm; }, set: function (a) { this.vm = a; this.j("ActualAngleAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "actualValueAxisLabelTextColor", { get: function () { return this.vn; }, set: function (a) { this.vn = a; this.j("ActualValueAxisLabelTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleMargin", { get: function () { return this.ty; }, set: function (a) { this.ty = a; this.j("AngleAxisTitleMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleMargin", { get: function () { return this.uh; }, set: function (a) { this.uh = a; this.j("ValueAxisTitleMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleLeftMargin", { get: function () { return this.tx; }, set: function (a) { this.tx = a; this.j("AngleAxisTitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleLeftMargin", { get: function () { return this.ug; }, set: function (a) { this.ug = a; this.j("ValueAxisTitleLeftMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTopMargin", { get: function () { return this.t0; }, set: function (a) { this.t0 = a; this.j("AngleAxisTitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTopMargin", { get: function () { return this.uj; }, set: function (a) { this.uj = a; this.j("ValueAxisTitleTopMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleRightMargin", { get: function () { return this.tz; }, set: function (a) { this.tz = a; this.j("AngleAxisTitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleRightMargin", { get: function () { return this.ui; }, set: function (a) { this.ui = a; this.j("ValueAxisTitleRightMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleBottomMargin", { get: function () { return this.tw; }, set: function (a) { this.tw = a; this.j("AngleAxisTitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleBottomMargin", { get: function () { return this.uf; }, set: function (a) { this.uf = a; this.j("ValueAxisTitleBottomMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTextColor", { get: function () { return this.v4; }, set: function (a) { this.v4 = a; this.j("AngleAxisTitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTextColor", { get: function () { return this.wm; }, set: function (a) { this.wm = a; this.j("ValueAxisTitleTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelTextStyle", { get: function () { return this.vu; }, set: function (a) { this.vu = a; this.j("AngleAxisLabelTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTextStyle", { get: function () { return this.wc; }, set: function (a) { this.wc = a; this.j("ValueAxisLabelTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTextStyle", { get: function () { return this.v5; }, set: function (a) { this.v5 = a; this.j("AngleAxisTitleTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTextStyle", { get: function () { return this.wn; }, set: function (a) { this.wn = a; this.j("ValueAxisTitleTextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelRef", { get: function () { return this.vs; }, set: function (a) { this.vs = a; this.j("AngleAxisLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelRef", { get: function () { return this.wa; }, set: function (a) { this.wa = a; this.j("ValueAxisLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMajorStroke", { get: function () { return this.vx; }, set: function (a) { this.vx = a; this.j("AngleAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMajorStroke", { get: function () { return this.wf; }, set: function (a) { this.wf = a; this.j("ValueAxisMajorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMajorStrokeThickness", { get: function () { return this.to; }, set: function (a) { this.to = a; this.j("AngleAxisMajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMajorStrokeThickness", { get: function () { return this.t7; }, set: function (a) { this.t7 = a; this.j("ValueAxisMajorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMinorStrokeThickness", { get: function () { return this.tr; }, set: function (a) { this.tr = a; this.j("AngleAxisMinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMinorStrokeThickness", { get: function () { return this.ua; }, set: function (a) { this.ua = a; this.j("ValueAxisMinorStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStrip", { get: function () { return this.vz; }, set: function (a) { this.vz = a; this.j("AngleAxisStrip"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStrip", { get: function () { return this.wh; }, set: function (a) { this.wh = a; this.j("ValueAxisStrip"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStroke", { get: function () { return this.v0; }, set: function (a) { this.v0 = a; this.j("AngleAxisStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStroke", { get: function () { return this.wi; }, set: function (a) { this.wi = a; this.j("ValueAxisStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStrokeThickness", { get: function () { return this.ts; }, set: function (a) { this.ts = a; this.j("AngleAxisStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStrokeThickness", { get: function () { return this.ub; }, set: function (a) { this.ub = a; this.j("ValueAxisStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickLength", { get: function () { return this.tt; }, set: function (a) { this.tt = a; this.j("AngleAxisTickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickLength", { get: function () { return this.uc; }, set: function (a) { this.uc = a; this.j("ValueAxisTickLength"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickStroke", { get: function () { return this.v1; }, set: function (a) { this.v1 = a; this.j("AngleAxisTickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickStroke", { get: function () { return this.wj; }, set: function (a) { this.wj = a; this.j("ValueAxisTickStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickStrokeThickness", { get: function () { return this.tu; }, set: function (a) { this.tu = a; this.j("AngleAxisTickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickStrokeThickness", { get: function () { return this.ud; }, set: function (a) { this.ud = a; this.j("ValueAxisTickStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitle", { get: function () { return this.v2; }, set: function (a) { this.v2 = a; this.j("AngleAxisTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitle", { get: function () { return this.wk; }, set: function (a) { this.wk = a; this.j("ValueAxisTitle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMinorStroke", { get: function () { return this.vy; }, set: function (a) { this.vy = a; this.j("AngleAxisMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMinorStroke", { get: function () { return this.wg; }, set: function (a) { this.wg = a; this.j("ValueAxisMinorStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelAngle", { get: function () { return this.tj; }, set: function (a) { this.tj = a; this.j("AngleAxisLabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelAngle", { get: function () { return this.t2; }, set: function (a) { this.t2 = a; this.j("ValueAxisLabelAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisExtent", { get: function () { return this.ti; }, set: function (a) { this.ti = a; this.j("AngleAxisExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMaximumExtent", { get: function () { return this.tp; }, set: function (a) { this.tp = a; this.j("AngleAxisMaximumExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMaximumExtentPercentage", { get: function () { return this.tq; }, set: function (a) { this.tq = a; this.j("AngleAxisMaximumExtentPercentage"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisExtent", { get: function () { return this.t1; }, set: function (a) { this.t1 = a; this.j("ValueAxisExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMaximumExtent", { get: function () { return this.t8; }, set: function (a) { this.t8 = a; this.j("ValueAxisMaximumExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMaximumExtentPercentage", { get: function () { return this.t9; }, set: function (a) { this.t9 = a; this.j("ValueAxisMaximumExtentPercentage"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleAngle", { get: function () { return this.tv; }, set: function (a) { this.tv = a; this.j("AngleAxisTitleAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleAngle", { get: function () { return this.ue; }, set: function (a) { this.ue = a; this.j("ValueAxisTitleAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisInverted", { get: function () { return this.te; }, set: function (a) { this.te = a; this.j("AngleAxisInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisInverted", { get: function () { return this.tf; }, set: function (a) { this.tf = a; this.j("ValueAxisInverted"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleAlignment", { get: function () { return this.v3; }, set: function (a) { this.v3 = a; this.j("AngleAxisTitleAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleAlignment", { get: function () { return this.wl; }, set: function (a) { this.wl = a; this.j("ValueAxisTitleAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelHorizontalAlignment", { get: function () { return this.vq; }, set: function (a) { this.vq = a; this.j("AngleAxisLabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelHorizontalAlignment", { get: function () { return this.v8; }, set: function (a) { this.v8 = a; this.j("ValueAxisLabelHorizontalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelVerticalAlignment", { get: function () { return this.vv; }, set: function (a) { this.vv = a; this.j("AngleAxisLabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelVerticalAlignment", { get: function () { return this.wd; }, set: function (a) { this.wd = a; this.j("ValueAxisLabelVerticalAlignment"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelVisibility", { get: function () { return this.vw; }, set: function (a) { this.vw = a; this.j("AngleAxisLabelVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelVisibility", { get: function () { return this.we; }, set: function (a) { this.we = a; this.j("ValueAxisLabelVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelLocation", { get: function () { return this.v9; }, set: function (a) { this.v9 = a; this.j("ValueAxisLabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelLocation", { get: function () { return this.vr; }, set: function (a) { this.vr = a; this.j("AngleAxisLabelLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelFormat", { get: function () { return this.vp; }, set: function (a) { this.vp = a; this.j("AngleAxisLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelFormatSpecifiers", { get: function () { return this.ta; }, set: function (a) { this.ta = a; this.j("AngleAxisLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelFormat", { get: function () { return this.v7; }, set: function (a) { this.v7 = a; this.j("ValueAxisLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelFormatSpecifiers", { get: function () { return this.tb; }, set: function (a) { this.tb = a; this.j("ValueAxisLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); RadialBaseChartDescription.$t = markType(RadialBaseChartDescription, 'RadialBaseChartDescription', DomainChartDescription.$); return RadialBaseChartDescription; }(DomainChartDescription)); export { RadialBaseChartDescription };