igniteui-react-core
Version:
Ignite UI React Core.
986 lines (985 loc) • 29.7 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 RadialBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(RadialBaseChartDescription, _super);
function RadialBaseChartDescription() {
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.t3 = 0;
_this.t4 = 0;
_this.uf = 0;
_this.um = 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;
}
RadialBaseChartDescription.prototype.get_type = function () {
return "RadialBaseChart";
};
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisFormatLabelRef", {
get: function () {
return this.v2;
},
set: function (a) {
this.v2 = a;
this.j("AngleAxisFormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisFormatLabelRef", {
get: function () {
return this.wk;
},
set: function (a) {
this.wk = a;
this.j("ValueAxisFormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelLeftMargin", {
get: function () {
return this.tz;
},
set: function (a) {
this.tz = a;
this.j("AngleAxisLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelTopMargin", {
get: function () {
return this.t1;
},
set: function (a) {
this.t1 = a;
this.j("AngleAxisLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelRightMargin", {
get: function () {
return this.t0;
},
set: function (a) {
this.t0 = a;
this.j("AngleAxisLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelBottomMargin", {
get: function () {
return this.ty;
},
set: function (a) {
this.ty = a;
this.j("AngleAxisLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelLeftMargin", {
get: function () {
return this.ui;
},
set: function (a) {
this.ui = a;
this.j("ValueAxisLabelLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTopMargin", {
get: function () {
return this.uk;
},
set: function (a) {
this.uk = a;
this.j("ValueAxisLabelTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelRightMargin", {
get: function () {
return this.uj;
},
set: function (a) {
this.uj = a;
this.j("ValueAxisLabelRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelBottomMargin", {
get: function () {
return this.uh;
},
set: function (a) {
this.uh = a;
this.j("ValueAxisLabelBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelTextColor", {
get: function () {
return this.v7;
},
set: function (a) {
this.v7 = a;
this.j("AngleAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTextColor", {
get: function () {
return this.wp;
},
set: function (a) {
this.wp = a;
this.j("ValueAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "actualAngleAxisLabelTextColor", {
get: function () {
return this.v0;
},
set: function (a) {
this.v0 = a;
this.j("ActualAngleAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "actualValueAxisLabelTextColor", {
get: function () {
return this.v1;
},
set: function (a) {
this.v1 = a;
this.j("ActualValueAxisLabelTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleMargin", {
get: function () {
return this.uc;
},
set: function (a) {
this.uc = a;
this.j("AngleAxisTitleMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleMargin", {
get: function () {
return this.uv;
},
set: function (a) {
this.uv = a;
this.j("ValueAxisTitleMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleLeftMargin", {
get: function () {
return this.ub;
},
set: function (a) {
this.ub = a;
this.j("AngleAxisTitleLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleLeftMargin", {
get: function () {
return this.uu;
},
set: function (a) {
this.uu = a;
this.j("ValueAxisTitleLeftMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTopMargin", {
get: function () {
return this.ue;
},
set: function (a) {
this.ue = a;
this.j("AngleAxisTitleTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTopMargin", {
get: function () {
return this.ux;
},
set: function (a) {
this.ux = a;
this.j("ValueAxisTitleTopMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleRightMargin", {
get: function () {
return this.ud;
},
set: function (a) {
this.ud = a;
this.j("AngleAxisTitleRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleRightMargin", {
get: function () {
return this.uw;
},
set: function (a) {
this.uw = a;
this.j("ValueAxisTitleRightMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleBottomMargin", {
get: function () {
return this.ua;
},
set: function (a) {
this.ua = a;
this.j("AngleAxisTitleBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleBottomMargin", {
get: function () {
return this.ut;
},
set: function (a) {
this.ut = a;
this.j("ValueAxisTitleBottomMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTextColor", {
get: function () {
return this.wi;
},
set: function (a) {
this.wi = a;
this.j("AngleAxisTitleTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTextColor", {
get: function () {
return this.w0;
},
set: function (a) {
this.w0 = a;
this.j("ValueAxisTitleTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelTextStyle", {
get: function () {
return this.v8;
},
set: function (a) {
this.v8 = a;
this.j("AngleAxisLabelTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelTextStyle", {
get: function () {
return this.wq;
},
set: function (a) {
this.wq = a;
this.j("ValueAxisLabelTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleTextStyle", {
get: function () {
return this.wj;
},
set: function (a) {
this.wj = a;
this.j("AngleAxisTitleTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleTextStyle", {
get: function () {
return this.w1;
},
set: function (a) {
this.w1 = a;
this.j("ValueAxisTitleTextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelRef", {
get: function () {
return this.v6;
},
set: function (a) {
this.v6 = a;
this.j("AngleAxisLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelRef", {
get: function () {
return this.wo;
},
set: function (a) {
this.wo = a;
this.j("ValueAxisLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMajorStroke", {
get: function () {
return this.wb;
},
set: function (a) {
this.wb = a;
this.j("AngleAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMajorStroke", {
get: function () {
return this.wt;
},
set: function (a) {
this.wt = a;
this.j("ValueAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMajorStrokeThickness", {
get: function () {
return this.t2;
},
set: function (a) {
this.t2 = a;
this.j("AngleAxisMajorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMajorStrokeThickness", {
get: function () {
return this.ul;
},
set: function (a) {
this.ul = a;
this.j("ValueAxisMajorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMinorStrokeThickness", {
get: function () {
return this.t5;
},
set: function (a) {
this.t5 = a;
this.j("AngleAxisMinorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMinorStrokeThickness", {
get: function () {
return this.uo;
},
set: function (a) {
this.uo = a;
this.j("ValueAxisMinorStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStrip", {
get: function () {
return this.wd;
},
set: function (a) {
this.wd = a;
this.j("AngleAxisStrip");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStrip", {
get: function () {
return this.wv;
},
set: function (a) {
this.wv = a;
this.j("ValueAxisStrip");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStroke", {
get: function () {
return this.we;
},
set: function (a) {
this.we = a;
this.j("AngleAxisStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStroke", {
get: function () {
return this.ww;
},
set: function (a) {
this.ww = a;
this.j("ValueAxisStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisStrokeThickness", {
get: function () {
return this.t6;
},
set: function (a) {
this.t6 = a;
this.j("AngleAxisStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisStrokeThickness", {
get: function () {
return this.up;
},
set: function (a) {
this.up = a;
this.j("ValueAxisStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickLength", {
get: function () {
return this.t7;
},
set: function (a) {
this.t7 = a;
this.j("AngleAxisTickLength");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickLength", {
get: function () {
return this.uq;
},
set: function (a) {
this.uq = a;
this.j("ValueAxisTickLength");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickStroke", {
get: function () {
return this.wf;
},
set: function (a) {
this.wf = a;
this.j("AngleAxisTickStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickStroke", {
get: function () {
return this.wx;
},
set: function (a) {
this.wx = a;
this.j("ValueAxisTickStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTickStrokeThickness", {
get: function () {
return this.t8;
},
set: function (a) {
this.t8 = a;
this.j("AngleAxisTickStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTickStrokeThickness", {
get: function () {
return this.ur;
},
set: function (a) {
this.ur = a;
this.j("ValueAxisTickStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitle", {
get: function () {
return this.wg;
},
set: function (a) {
this.wg = a;
this.j("AngleAxisTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitle", {
get: function () {
return this.wy;
},
set: function (a) {
this.wy = a;
this.j("ValueAxisTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMinorStroke", {
get: function () {
return this.wc;
},
set: function (a) {
this.wc = a;
this.j("AngleAxisMinorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMinorStroke", {
get: function () {
return this.wu;
},
set: function (a) {
this.wu = a;
this.j("ValueAxisMinorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelAngle", {
get: function () {
return this.tx;
},
set: function (a) {
this.tx = a;
this.j("AngleAxisLabelAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelAngle", {
get: function () {
return this.ug;
},
set: function (a) {
this.ug = a;
this.j("ValueAxisLabelAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisExtent", {
get: function () {
return this.tw;
},
set: function (a) {
this.tw = a;
this.j("AngleAxisExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMaximumExtent", {
get: function () {
return this.t3;
},
set: function (a) {
this.t3 = a;
this.j("AngleAxisMaximumExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisMaximumExtentPercentage", {
get: function () {
return this.t4;
},
set: function (a) {
this.t4 = a;
this.j("AngleAxisMaximumExtentPercentage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisExtent", {
get: function () {
return this.uf;
},
set: function (a) {
this.uf = a;
this.j("ValueAxisExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMaximumExtent", {
get: function () {
return this.um;
},
set: function (a) {
this.um = a;
this.j("ValueAxisMaximumExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisMaximumExtentPercentage", {
get: function () {
return this.un;
},
set: function (a) {
this.un = a;
this.j("ValueAxisMaximumExtentPercentage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleAngle", {
get: function () {
return this.t9;
},
set: function (a) {
this.t9 = a;
this.j("AngleAxisTitleAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleAngle", {
get: function () {
return this.us;
},
set: function (a) {
this.us = a;
this.j("ValueAxisTitleAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisInverted", {
get: function () {
return this.ts;
},
set: function (a) {
this.ts = a;
this.j("AngleAxisInverted");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisInverted", {
get: function () {
return this.tt;
},
set: function (a) {
this.tt = a;
this.j("ValueAxisInverted");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisTitleAlignment", {
get: function () {
return this.wh;
},
set: function (a) {
this.wh = a;
this.j("AngleAxisTitleAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisTitleAlignment", {
get: function () {
return this.wz;
},
set: function (a) {
this.wz = a;
this.j("ValueAxisTitleAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelHorizontalAlignment", {
get: function () {
return this.v4;
},
set: function (a) {
this.v4 = a;
this.j("AngleAxisLabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelHorizontalAlignment", {
get: function () {
return this.wm;
},
set: function (a) {
this.wm = a;
this.j("ValueAxisLabelHorizontalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelVerticalAlignment", {
get: function () {
return this.v9;
},
set: function (a) {
this.v9 = a;
this.j("AngleAxisLabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelVerticalAlignment", {
get: function () {
return this.wr;
},
set: function (a) {
this.wr = a;
this.j("ValueAxisLabelVerticalAlignment");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelVisibility", {
get: function () {
return this.wa;
},
set: function (a) {
this.wa = a;
this.j("AngleAxisLabelVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelVisibility", {
get: function () {
return this.ws;
},
set: function (a) {
this.ws = a;
this.j("ValueAxisLabelVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelLocation", {
get: function () {
return this.wn;
},
set: function (a) {
this.wn = a;
this.j("ValueAxisLabelLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelLocation", {
get: function () {
return this.v5;
},
set: function (a) {
this.v5 = a;
this.j("AngleAxisLabelLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelFormat", {
get: function () {
return this.v3;
},
set: function (a) {
this.v3 = a;
this.j("AngleAxisLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "angleAxisLabelFormatSpecifiers", {
get: function () {
return this.to;
},
set: function (a) {
this.to = a;
this.j("AngleAxisLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelFormat", {
get: function () {
return this.wl;
},
set: function (a) {
this.wl = a;
this.j("ValueAxisLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(RadialBaseChartDescription.prototype, "valueAxisLabelFormatSpecifiers", {
get: function () {
return this.tp;
},
set: function (a) {
this.tp = a;
this.j("ValueAxisLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
RadialBaseChartDescription.$t = markType(RadialBaseChartDescription, 'RadialBaseChartDescription', DomainChartDescription.$);
return RadialBaseChartDescription;
}(DomainChartDescription));
export { RadialBaseChartDescription };