igniteui-react-core
Version:
Ignite UI React Core.
518 lines (517 loc) • 15.6 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 { SeriesDescription } from "./SeriesDescription";
import { markType } from "./type";
/**
* @hidden
*/
var ValueOverlayDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ValueOverlayDescription, _super);
function ValueOverlayDescription() {
var _this = _super.call(this) || this;
_this.gl = null;
_this.fw = 0;
_this.e5 = false;
_this.gi = null;
_this.gk = null;
_this.gh = null;
_this.ff = 0;
_this.gf = 0;
_this.gj = null;
_this.fh = 0;
_this.fj = 0;
_this.fi = 0;
_this.fg = 0;
_this.fk = 0;
_this.gw = null;
_this.fs = 0;
_this.fu = 0;
_this.ft = 0;
_this.fv = 0;
_this.fl = 0;
_this.gr = null;
_this.gn = null;
_this.gp = null;
_this.fn = 0;
_this.fp = 0;
_this.e9 = false;
_this.gm = null;
_this.fq = 0;
_this.gs = null;
_this.e8 = false;
_this.fm = 0;
_this.go = null;
_this.e6 = false;
_this.fo = 0;
_this.gq = null;
_this.e7 = false;
_this.gt = null;
_this.fr = 0;
_this.gu = null;
_this.gv = null;
_this.gx = null;
return _this;
}
ValueOverlayDescription.prototype.get_type = function () {
return "ValueOverlay";
};
Object.defineProperty(ValueOverlayDescription.prototype, "axisRef", {
get: function () {
return this.gl;
},
set: function (a) {
this.gl = a;
this.g("AxisRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "value", {
get: function () {
return this.fw;
},
set: function (a) {
this.fw = a;
this.g("Value");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "isAxisAnnotationEnabled", {
get: function () {
return this.e5;
},
set: function (a) {
this.e5 = a;
this.g("IsAxisAnnotationEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationFormatLabelRef", {
get: function () {
return this.gi;
},
set: function (a) {
this.gi = a;
this.g("AxisAnnotationFormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationTextColor", {
get: function () {
return this.gk;
},
set: function (a) {
this.gk = a;
this.g("AxisAnnotationTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationBackground", {
get: function () {
return this.gh;
},
set: function (a) {
this.gh = a;
this.g("AxisAnnotationBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationBackgroundCornerRadius", {
get: function () {
return this.ff;
},
set: function (a) {
this.ff = a;
this.g("AxisAnnotationBackgroundCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationInterpolatedValuePrecision", {
get: function () {
return this.gf;
},
set: function (a) {
this.gf = a;
this.g("AxisAnnotationInterpolatedValuePrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationOutline", {
get: function () {
return this.gj;
},
set: function (a) {
this.gj = a;
this.g("AxisAnnotationOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationPaddingLeft", {
get: function () {
return this.fh;
},
set: function (a) {
this.fh = a;
this.g("AxisAnnotationPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationPaddingTop", {
get: function () {
return this.fj;
},
set: function (a) {
this.fj = a;
this.g("AxisAnnotationPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationPaddingRight", {
get: function () {
return this.fi;
},
set: function (a) {
this.fi = a;
this.g("AxisAnnotationPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationPaddingBottom", {
get: function () {
return this.fg;
},
set: function (a) {
this.fg = a;
this.g("AxisAnnotationPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "axisAnnotationStrokeThickness", {
get: function () {
return this.fk;
},
set: function (a) {
this.fk = a;
this.g("AxisAnnotationStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextLocation", {
get: function () {
return this.gw;
},
set: function (a) {
this.gw = a;
this.g("OverlayTextLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextHorizontalMargin", {
get: function () {
return this.fs;
},
set: function (a) {
this.fs = a;
this.g("OverlayTextHorizontalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextVerticalMargin", {
get: function () {
return this.fu;
},
set: function (a) {
this.fu = a;
this.g("OverlayTextVerticalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextHorizontalPadding", {
get: function () {
return this.ft;
},
set: function (a) {
this.ft = a;
this.g("OverlayTextHorizontalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextVerticalPadding", {
get: function () {
return this.fv;
},
set: function (a) {
this.fv = a;
this.g("OverlayTextVerticalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextAngle", {
get: function () {
return this.fl;
},
set: function (a) {
this.fl = a;
this.g("OverlayTextAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextColor", {
get: function () {
return this.gr;
},
set: function (a) {
this.gr = a;
this.g("OverlayTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBackground", {
get: function () {
return this.gn;
},
set: function (a) {
this.gn = a;
this.g("OverlayTextBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderColor", {
get: function () {
return this.gp;
},
set: function (a) {
this.gp = a;
this.g("OverlayTextBorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderRadius", {
get: function () {
return this.fn;
},
set: function (a) {
this.fn = a;
this.g("OverlayTextBorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderThickness", {
get: function () {
return this.fp;
},
set: function (a) {
this.fp = a;
this.g("OverlayTextBorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextVisible", {
get: function () {
return this.e9;
},
set: function (a) {
this.e9 = a;
this.g("OverlayTextVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayText", {
get: function () {
return this.gm;
},
set: function (a) {
this.gm = a;
this.g("OverlayText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextColorShift", {
get: function () {
return this.fq;
},
set: function (a) {
this.fq = a;
this.g("OverlayTextColorShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextColorMode", {
get: function () {
return this.gs;
},
set: function (a) {
this.gs = a;
this.g("OverlayTextColorMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextColorMatchLayer", {
get: function () {
return this.e8;
},
set: function (a) {
this.e8 = a;
this.g("OverlayTextColorMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBackgroundShift", {
get: function () {
return this.fm;
},
set: function (a) {
this.fm = a;
this.g("OverlayTextBackgroundShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBackgroundMode", {
get: function () {
return this.go;
},
set: function (a) {
this.go = a;
this.g("OverlayTextBackgroundMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBackgroundMatchLayer", {
get: function () {
return this.e6;
},
set: function (a) {
this.e6 = a;
this.g("OverlayTextBackgroundMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderShift", {
get: function () {
return this.fo;
},
set: function (a) {
this.fo = a;
this.g("OverlayTextBorderShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderMode", {
get: function () {
return this.gq;
},
set: function (a) {
this.gq = a;
this.g("OverlayTextBorderMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextBorderMatchLayer", {
get: function () {
return this.e7;
},
set: function (a) {
this.e7 = a;
this.g("OverlayTextBorderMatchLayer");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextFontFamily", {
get: function () {
return this.gt;
},
set: function (a) {
this.gt = a;
this.g("OverlayTextFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextFontSize", {
get: function () {
return this.fr;
},
set: function (a) {
this.fr = a;
this.g("OverlayTextFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextFontStyle", {
get: function () {
return this.gu;
},
set: function (a) {
this.gu = a;
this.g("OverlayTextFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "overlayTextFontWeight", {
get: function () {
return this.gv;
},
set: function (a) {
this.gv = a;
this.g("OverlayTextFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ValueOverlayDescription.prototype, "stylingOverlayTextRef", {
get: function () {
return this.gx;
},
set: function (a) {
this.gx = a;
this.g("StylingOverlayTextRef");
},
enumerable: false,
configurable: true
});
ValueOverlayDescription.$t = markType(ValueOverlayDescription, 'ValueOverlayDescription', SeriesDescription.$);
return ValueOverlayDescription;
}(SeriesDescription));
export { ValueOverlayDescription };