UNPKG

igniteui-react-core

Version:
218 lines (217 loc) 7.17 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 { DataAnnotationRangeLayerDescription } from "./DataAnnotationRangeLayerDescription"; import { markType } from "./type"; /** * @hidden */ var DataAnnotationPointLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationPointLayerDescription, _super); function DataAnnotationPointLayerDescription() { var _this = _super.call(this) || this; _this.kj = null; _this.kk = null; _this.kg = null; _this.ki = null; _this.kf = null; _this.kh = null; _this.kd = null; _this.ke = null; _this.ka = null; _this.kc = null; _this.j9 = null; _this.kb = null; _this.j6 = null; _this.j8 = null; _this.j5 = null; _this.j7 = null; return _this; } DataAnnotationPointLayerDescription.prototype.get_type = function () { return "DataAnnotationPointLayer"; }; Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startValueXMemberPath", { get: function () { return this.kj; }, set: function (a) { this.kj = a; this.g("StartValueXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startValueYMemberPath", { get: function () { return this.kk; }, set: function (a) { this.kk = a; this.g("StartValueYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startLabelXMemberPath", { get: function () { return this.kg; }, set: function (a) { this.kg = a; this.g("StartLabelXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startLabelYMemberPath", { get: function () { return this.ki; }, set: function (a) { this.ki = a; this.g("StartLabelYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startLabelXDisplayMode", { get: function () { return this.kf; }, set: function (a) { this.kf = a; this.g("StartLabelXDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "startLabelYDisplayMode", { get: function () { return this.kh; }, set: function (a) { this.kh = a; this.g("StartLabelYDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endValueXMemberPath", { get: function () { return this.kd; }, set: function (a) { this.kd = a; this.g("EndValueXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endValueYMemberPath", { get: function () { return this.ke; }, set: function (a) { this.ke = a; this.g("EndValueYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endLabelXMemberPath", { get: function () { return this.ka; }, set: function (a) { this.ka = a; this.g("EndLabelXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endLabelYMemberPath", { get: function () { return this.kc; }, set: function (a) { this.kc = a; this.g("EndLabelYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endLabelXDisplayMode", { get: function () { return this.j9; }, set: function (a) { this.j9 = a; this.g("EndLabelXDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "endLabelYDisplayMode", { get: function () { return this.kb; }, set: function (a) { this.kb = a; this.g("EndLabelYDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "centerLabelXMemberPath", { get: function () { return this.j6; }, set: function (a) { this.j6 = a; this.g("CenterLabelXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "centerLabelYMemberPath", { get: function () { return this.j8; }, set: function (a) { this.j8 = a; this.g("CenterLabelYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "centerLabelXDisplayMode", { get: function () { return this.j5; }, set: function (a) { this.j5 = a; this.g("CenterLabelXDisplayMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataAnnotationPointLayerDescription.prototype, "centerLabelYDisplayMode", { get: function () { return this.j7; }, set: function (a) { this.j7 = a; this.g("CenterLabelYDisplayMode"); }, enumerable: false, configurable: true }); DataAnnotationPointLayerDescription.$t = markType(DataAnnotationPointLayerDescription, 'DataAnnotationPointLayerDescription', DataAnnotationRangeLayerDescription.$); return DataAnnotationPointLayerDescription; }(DataAnnotationRangeLayerDescription)); export { DataAnnotationPointLayerDescription };