igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
350 lines (349 loc) • 10.8 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 { MarkerSeriesDescription } from "./MarkerSeriesDescription";
import { markType } from "./type";
/**
* @hidden
*/
var PolarBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(PolarBaseDescription, _super);
function PolarBaseDescription() {
var _this = _super.call(this) || this;
_this.gn = null;
_this.gw = null;
_this.gr = null;
_this.gq = null;
_this.gk = null;
_this.gt = null;
_this.f3 = false;
_this.gb = 0;
_this.gy = null;
_this.gx = null;
_this.gj = null;
_this.f8 = 0;
_this.fy = null;
_this.gc = 0;
_this.gd = 0;
_this.f0 = false;
_this.gi = null;
_this.gs = null;
_this.ga = 0;
_this.f2 = false;
_this.f1 = false;
_this.gu = null;
_this.gl = null;
_this.gv = null;
_this.gm = null;
_this.gp = null;
_this.go = null;
return _this;
}
PolarBaseDescription.prototype.get_type = function () {
return "PolarBase";
};
Object.defineProperty(PolarBaseDescription.prototype, "angleMemberPath", {
get: function () {
return this.gn;
},
set: function (a) {
this.gn = a;
this.j("AngleMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "radiusMemberPath", {
get: function () {
return this.gw;
},
set: function (a) {
this.gw = a;
this.j("RadiusMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "highlightedRadiusMemberPath", {
get: function () {
return this.gr;
},
set: function (a) {
this.gr = a;
this.j("HighlightedRadiusMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "highlightedAngleMemberPath", {
get: function () {
return this.gq;
},
set: function (a) {
this.gq = a;
this.j("HighlightedAngleMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "angleAxisRef", {
get: function () {
return this.gk;
},
set: function (a) {
this.gk = a;
this.j("AngleAxisRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "radiusAxisRef", {
get: function () {
return this.gt;
},
set: function (a) {
this.gt = a;
this.j("RadiusAxisRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "useCartesianInterpolation", {
get: function () {
return this.f3;
},
set: function (a) {
this.f3 = a;
this.j("UseCartesianInterpolation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "maximumMarkers", {
get: function () {
return this.gb;
},
set: function (a) {
this.gb = a;
this.j("MaximumMarkers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "trendLineType", {
get: function () {
return this.gy;
},
set: function (a) {
this.gy = a;
this.j("TrendLineType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "trendLineBrush", {
get: function () {
return this.gx;
},
set: function (a) {
this.gx = a;
this.j("TrendLineBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "actualTrendLineBrush", {
get: function () {
return this.gj;
},
set: function (a) {
this.gj = a;
this.j("ActualTrendLineBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "trendLineThickness", {
get: function () {
return this.f8;
},
set: function (a) {
this.f8 = a;
this.j("TrendLineThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "trendLineDashArray", {
get: function () {
return this.fy;
},
set: function (a) {
this.fy = a;
this.j("TrendLineDashArray");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "trendLinePeriod", {
get: function () {
return this.gc;
},
set: function (a) {
this.gc = a;
this.j("TrendLinePeriod");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "trendLineZIndex", {
get: function () {
return this.gd;
},
set: function (a) {
this.gd = a;
this.j("TrendLineZIndex");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "clipSeriesToBounds", {
get: function () {
return this.f0;
},
set: function (a) {
this.f0 = a;
this.j("ClipSeriesToBounds");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "actualItemSearchMode", {
get: function () {
return this.gi;
},
set: function (a) {
this.gi = a;
this.j("ActualItemSearchMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "itemSearchMode", {
get: function () {
return this.gs;
},
set: function (a) {
this.gs = a;
this.j("ItemSearchMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "itemSearchThreshold", {
get: function () {
return this.ga;
},
set: function (a) {
this.ga = a;
this.j("ItemSearchThreshold");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "isCustomPolarStyleAllowed", {
get: function () {
return this.f2;
},
set: function (a) {
this.f2 = a;
this.j("IsCustomPolarStyleAllowed");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "isCustomPolarMarkerStyleAllowed", {
get: function () {
return this.f1;
},
set: function (a) {
this.f1 = a;
this.j("IsCustomPolarMarkerStyleAllowed");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "radiusMemberAsLegendLabel", {
get: function () {
return this.gu;
},
set: function (a) {
this.gu = a;
this.j("RadiusMemberAsLegendLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "angleMemberAsLegendLabel", {
get: function () {
return this.gl;
},
set: function (a) {
this.gl = a;
this.j("AngleMemberAsLegendLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "radiusMemberAsLegendUnit", {
get: function () {
return this.gv;
},
set: function (a) {
this.gv = a;
this.j("RadiusMemberAsLegendUnit");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "angleMemberAsLegendUnit", {
get: function () {
return this.gm;
},
set: function (a) {
this.gm = a;
this.j("AngleMemberAsLegendUnit");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "assigningPolarStyleRef", {
get: function () {
return this.gp;
},
set: function (a) {
this.gp = a;
this.j("AssigningPolarStyleRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PolarBaseDescription.prototype, "assigningPolarMarkerStyleRef", {
get: function () {
return this.go;
},
set: function (a) {
this.go = a;
this.j("AssigningPolarMarkerStyleRef");
},
enumerable: false,
configurable: true
});
PolarBaseDescription.$t = markType(PolarBaseDescription, 'PolarBaseDescription', MarkerSeriesDescription.$);
return PolarBaseDescription;
}(MarkerSeriesDescription));
export { PolarBaseDescription };