igniteui-react-core
Version:
Ignite UI React Core.
314 lines (313 loc) • 10 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.hd = null;
_this.gh = false;
_this.he = null;
_this.hf = null;
_this.gv = 0;
_this.gi = false;
_this.g9 = null;
_this.go = 0;
_this.ha = null;
_this.gn = 0;
_this.gf = false;
_this.gg = false;
_this.hb = null;
_this.hc = null;
_this.gp = 0;
_this.gr = 0;
_this.gs = 0;
_this.gt = 0;
_this.gu = 0;
_this.gq = 0;
_this.g5 = 0;
_this.g6 = 0;
_this.hg = null;
_this.hh = null;
return _this;
}
DataAnnotationAxisLayerDescription.prototype.get_type = function () {
return "DataAnnotationAxisLayer";
};
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationLabelDisplayMode", {
get: function () {
return this.hd;
},
set: function (a) {
this.hd = a;
this.g("AnnotationLabelDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationLabelVisible", {
get: function () {
return this.gh;
},
set: function (a) {
this.gh = a;
this.g("AnnotationLabelVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationTextColor", {
get: function () {
return this.he;
},
set: function (a) {
this.he = a;
this.g("AnnotationTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationTextColorMode", {
get: function () {
return this.hf;
},
set: function (a) {
this.hf = a;
this.g("AnnotationTextColorMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationTextColorShift", {
get: function () {
return this.gv;
},
set: function (a) {
this.gv = a;
this.g("AnnotationTextColorShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationTextColorMatchLayer", {
get: function () {
return this.gi;
},
set: function (a) {
this.gi = a;
this.g("AnnotationTextColorMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBackground", {
get: function () {
return this.g9;
},
set: function (a) {
this.g9 = a;
this.g("AnnotationBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderRadius", {
get: function () {
return this.go;
},
set: function (a) {
this.go = a;
this.g("AnnotationBorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBackgroundMode", {
get: function () {
return this.ha;
},
set: function (a) {
this.ha = a;
this.g("AnnotationBackgroundMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBackgroundShift", {
get: function () {
return this.gn;
},
set: function (a) {
this.gn = a;
this.g("AnnotationBackgroundShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBackgroundMatchLayer", {
get: function () {
return this.gf;
},
set: function (a) {
this.gf = a;
this.g("AnnotationBackgroundMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderMatchLayer", {
get: function () {
return this.gg;
},
set: function (a) {
this.gg = a;
this.g("AnnotationBorderMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderColor", {
get: function () {
return this.hb;
},
set: function (a) {
this.hb = a;
this.g("AnnotationBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderMode", {
get: function () {
return this.hc;
},
set: function (a) {
this.hc = a;
this.g("AnnotationBorderMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderShift", {
get: function () {
return this.gp;
},
set: function (a) {
this.gp = a;
this.g("AnnotationBorderShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationPaddingBottom", {
get: function () {
return this.gr;
},
set: function (a) {
this.gr = a;
this.g("AnnotationPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationPaddingLeft", {
get: function () {
return this.gs;
},
set: function (a) {
this.gs = a;
this.g("AnnotationPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationPaddingRight", {
get: function () {
return this.gt;
},
set: function (a) {
this.gt = a;
this.g("AnnotationPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationPaddingTop", {
get: function () {
return this.gu;
},
set: function (a) {
this.gu = a;
this.g("AnnotationPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationBorderThickness", {
get: function () {
return this.gq;
},
set: function (a) {
this.gq = a;
this.g("AnnotationBorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationValueMaxPrecision", {
get: function () {
return this.g5;
},
set: function (a) {
this.g5 = a;
this.g("AnnotationValueMaxPrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "annotationValueMinPrecision", {
get: function () {
return this.g6;
},
set: function (a) {
this.g6 = a;
this.g("AnnotationValueMinPrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "targetAxisRef", {
get: function () {
return this.hg;
},
set: function (a) {
this.hg = a;
this.g("TargetAxisRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationAxisLayerDescription.prototype, "targetMode", {
get: function () {
return this.hh;
},
set: function (a) {
this.hh = a;
this.g("TargetMode");
},
enumerable: false,
configurable: true
});
DataAnnotationAxisLayerDescription.$t = markType(DataAnnotationAxisLayerDescription, 'DataAnnotationAxisLayerDescription', AnnotationLayerDescription.$);
return DataAnnotationAxisLayerDescription;
}(AnnotationLayerDescription));
export { DataAnnotationAxisLayerDescription };