UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

194 lines (193 loc) 6.5 kB
/* 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 FinalValueLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FinalValueLayerDescription, _super); function FinalValueLayerDescription() { var _this = _super.call(this) || this; _this.g5 = null; _this.g6 = null; _this.g4 = null; _this.g3 = null; _this.g0 = null; _this.gm = 0; _this.gy = 0; _this.g2 = null; _this.go = 0; _this.gq = 0; _this.gp = 0; _this.gn = 0; _this.gr = 0; _this.g1 = null; return _this; } FinalValueLayerDescription.prototype.get_type = function () { return "FinalValueLayer"; }; Object.defineProperty(FinalValueLayerDescription.prototype, "targetSeriesName", { get: function () { return this.g5; }, set: function (a) { this.g5 = a; this.j("TargetSeriesName"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "targetSeriesRef", { get: function () { return this.g6; }, set: function (a) { this.g6 = a; this.j("TargetSeriesRef"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "finalValueSelectionMode", { get: function () { return this.g4; }, set: function (a) { this.g4 = a; this.j("FinalValueSelectionMode"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationTextColor", { get: function () { return this.g3; }, set: function (a) { this.g3 = a; this.j("AxisAnnotationTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationBackground", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.j("AxisAnnotationBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationBackgroundCornerRadius", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.j("AxisAnnotationBackgroundCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationInterpolatedValuePrecision", { get: function () { return this.gy; }, set: function (a) { this.gy = a; this.j("AxisAnnotationInterpolatedValuePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationOutline", { get: function () { return this.g2; }, set: function (a) { this.g2 = a; this.j("AxisAnnotationOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationPaddingLeft", { get: function () { return this.go; }, set: function (a) { this.go = a; this.j("AxisAnnotationPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationPaddingTop", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.j("AxisAnnotationPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationPaddingRight", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.j("AxisAnnotationPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationPaddingBottom", { get: function () { return this.gn; }, set: function (a) { this.gn = a; this.j("AxisAnnotationPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationStrokeThickness", { get: function () { return this.gr; }, set: function (a) { this.gr = a; this.j("AxisAnnotationStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(FinalValueLayerDescription.prototype, "axisAnnotationFormatLabelRef", { get: function () { return this.g1; }, set: function (a) { this.g1 = a; this.j("AxisAnnotationFormatLabelRef"); }, enumerable: false, configurable: true }); FinalValueLayerDescription.$t = markType(FinalValueLayerDescription, 'FinalValueLayerDescription', AnnotationLayerDescription.$); return FinalValueLayerDescription; }(AnnotationLayerDescription)); export { FinalValueLayerDescription };