UNPKG

igniteui-react-core

Version:
152 lines (151 loc) 4.74 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 { DataAnnotationRangeLayerDescription } from "./DataAnnotationRangeLayerDescription"; import { markType } from "./type"; /** * @hidden */ export let DataAnnotationPointLayerDescription = /*@__PURE__*/ (() => { class DataAnnotationPointLayerDescription extends DataAnnotationRangeLayerDescription { get_type() { return "DataAnnotationPointLayer"; } constructor() { super(); 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; } get startValueXMemberPath() { return this.kj; } set startValueXMemberPath(a) { this.kj = a; this.g("StartValueXMemberPath"); } get startValueYMemberPath() { return this.kk; } set startValueYMemberPath(a) { this.kk = a; this.g("StartValueYMemberPath"); } get startLabelXMemberPath() { return this.kg; } set startLabelXMemberPath(a) { this.kg = a; this.g("StartLabelXMemberPath"); } get startLabelYMemberPath() { return this.ki; } set startLabelYMemberPath(a) { this.ki = a; this.g("StartLabelYMemberPath"); } get startLabelXDisplayMode() { return this.kf; } set startLabelXDisplayMode(a) { this.kf = a; this.g("StartLabelXDisplayMode"); } get startLabelYDisplayMode() { return this.kh; } set startLabelYDisplayMode(a) { this.kh = a; this.g("StartLabelYDisplayMode"); } get endValueXMemberPath() { return this.kd; } set endValueXMemberPath(a) { this.kd = a; this.g("EndValueXMemberPath"); } get endValueYMemberPath() { return this.ke; } set endValueYMemberPath(a) { this.ke = a; this.g("EndValueYMemberPath"); } get endLabelXMemberPath() { return this.ka; } set endLabelXMemberPath(a) { this.ka = a; this.g("EndLabelXMemberPath"); } get endLabelYMemberPath() { return this.kc; } set endLabelYMemberPath(a) { this.kc = a; this.g("EndLabelYMemberPath"); } get endLabelXDisplayMode() { return this.j9; } set endLabelXDisplayMode(a) { this.j9 = a; this.g("EndLabelXDisplayMode"); } get endLabelYDisplayMode() { return this.kb; } set endLabelYDisplayMode(a) { this.kb = a; this.g("EndLabelYDisplayMode"); } get centerLabelXMemberPath() { return this.j6; } set centerLabelXMemberPath(a) { this.j6 = a; this.g("CenterLabelXMemberPath"); } get centerLabelYMemberPath() { return this.j8; } set centerLabelYMemberPath(a) { this.j8 = a; this.g("CenterLabelYMemberPath"); } get centerLabelXDisplayMode() { return this.j5; } set centerLabelXDisplayMode(a) { this.j5 = a; this.g("CenterLabelXDisplayMode"); } get centerLabelYDisplayMode() { return this.j7; } set centerLabelYDisplayMode(a) { this.j7 = a; this.g("CenterLabelYDisplayMode"); } } DataAnnotationPointLayerDescription.$t = /*@__PURE__*/ markType(DataAnnotationPointLayerDescription, 'DataAnnotationPointLayerDescription', DataAnnotationRangeLayerDescription.$); return DataAnnotationPointLayerDescription; })();