igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
410 lines (409 loc) • 13.4 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 { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { markType } from "./type";
/**
* @hidden
*/
var DataAnnotationAxisLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataAnnotationAxisLayerDescription, _super);
function DataAnnotationAxisLayerDescription() {
var _this = _super.call(this) || this;
_this.hx = null;
_this.gp = false;
_this.hy = null;
_this.hz = null;
_this.g8 = 0;
_this.gq = false;
_this.hq = null;
_this.g1 = 0;
_this.hr = null;
_this.gw = 0;
_this.gm = false;
_this.go = false;
_this.hv = null;
_this.hw = null;
_this.g2 = 0;
_this.g4 = 0;
_this.g5 = 0;
_this.g6 = 0;
_this.g7 = 0;
_this.g3 = 0;
_this.hm = 0;
_this.hn = 0;
_this.h0 = null;
_this.h1 = null;
_this.gn = false;
_this.hs = null;
_this.hu = null;
_this.gz = 0;
_this.gx = 0;
_this.ht = null;
_this.g0 = 0;
_this.gy = 0;
return _this;
}
DataAnnotationAxisLayerDescription.prototype.get_type = function () {
return "DataAnnotationAxisLayer";
};
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationLabelDisplayMode", {
get: function () {
return this.hx;
},
set: function (a) {
this.hx = a;
this.j("AnnotationLabelDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationLabelVisible", {
get: function () {
return this.gp;
},
set: function (a) {
this.gp = a;
this.j("AnnotationLabelVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationTextColor", {
get: function () {
return this.hy;
},
set: function (a) {
this.hy = a;
this.j("AnnotationTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationTextColorMode", {
get: function () {
return this.hz;
},
set: function (a) {
this.hz = a;
this.j("AnnotationTextColorMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationTextColorShift", {
get: function () {
return this.g8;
},
set: function (a) {
this.g8 = a;
this.j("AnnotationTextColorShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationTextColorMatchLayer", {
get: function () {
return this.gq;
},
set: function (a) {
this.gq = a;
this.j("AnnotationTextColorMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBackground", {
get: function () {
return this.hq;
},
set: function (a) {
this.hq = a;
this.j("AnnotationBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderRadius", {
get: function () {
return this.g1;
},
set: function (a) {
this.g1 = a;
this.j("AnnotationBorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBackgroundMode", {
get: function () {
return this.hr;
},
set: function (a) {
this.hr = a;
this.j("AnnotationBackgroundMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBackgroundShift", {
get: function () {
return this.gw;
},
set: function (a) {
this.gw = a;
this.j("AnnotationBackgroundShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBackgroundMatchLayer", {
get: function () {
return this.gm;
},
set: function (a) {
this.gm = a;
this.j("AnnotationBackgroundMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderMatchLayer", {
get: function () {
return this.go;
},
set: function (a) {
this.go = a;
this.j("AnnotationBorderMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderColor", {
get: function () {
return this.hv;
},
set: function (a) {
this.hv = a;
this.j("AnnotationBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderMode", {
get: function () {
return this.hw;
},
set: function (a) {
this.hw = a;
this.j("AnnotationBorderMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderShift", {
get: function () {
return this.g2;
},
set: function (a) {
this.g2 = a;
this.j("AnnotationBorderShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationPaddingBottom", {
get: function () {
return this.g4;
},
set: function (a) {
this.g4 = a;
this.j("AnnotationPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationPaddingLeft", {
get: function () {
return this.g5;
},
set: function (a) {
this.g5 = a;
this.j("AnnotationPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationPaddingRight", {
get: function () {
return this.g6;
},
set: function (a) {
this.g6 = a;
this.j("AnnotationPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationPaddingTop", {
get: function () {
return this.g7;
},
set: function (a) {
this.g7 = a;
this.j("AnnotationPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderThickness", {
get: function () {
return this.g3;
},
set: function (a) {
this.g3 = a;
this.j("AnnotationBorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationValueMaxPrecision", {
get: function () {
return this.hm;
},
set: function (a) {
this.hm = a;
this.j("AnnotationValueMaxPrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationValueMinPrecision", {
get: function () {
return this.hn;
},
set: function (a) {
this.hn = a;
this.j("AnnotationValueMinPrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "targetAxisRef", {
get: function () {
return this.h0;
},
set: function (a) {
this.h0 = a;
this.j("TargetAxisRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "targetMode", {
get: function () {
return this.h1;
},
set: function (a) {
this.h1 = a;
this.j("TargetMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBadgeEnabled", {
get: function () {
return this.gn;
},
set: function (a) {
this.gn = a;
this.j("AnnotationBadgeEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBadgeBackground", {
get: function () {
return this.hs;
},
set: function (a) {
this.hs = a;
this.j("AnnotationBadgeBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBadgeOutline", {
get: function () {
return this.hu;
},
set: function (a) {
this.hu = a;
this.j("AnnotationBadgeOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBadgeOutlineThickness", {
get: function () {
return this.gz;
},
set: function (a) {
this.gz = a;
this.j("AnnotationBadgeOutlineThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBadgeCornerRadius", {
get: function () {
return this.gx;
},
set: function (a) {
this.gx = a;
this.j("AnnotationBadgeCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBadgeImagePath", {
get: function () {
return this.ht;
},
set: function (a) {
this.ht = a;
this.j("AnnotationBadgeImagePath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBadgeSize", {
get: function () {
return this.g0;
},
set: function (a) {
this.g0 = a;
this.j("AnnotationBadgeSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBadgeMargin", {
get: function () {
return this.gy;
},
set: function (a) {
this.gy = a;
this.j("AnnotationBadgeMargin");
},
enumerable: false,
configurable: true
});
DataAnnotationAxisLayerDescription.$t = markType(DataAnnotationAxisLayerDescription, 'DataAnnotationAxisLayerDescription', AnnotationLayerDescription.$);
return DataAnnotationAxisLayerDescription;
}(AnnotationLayerDescription));
export { DataAnnotationAxisLayerDescription };