UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

338 lines (337 loc) 10.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 { MarkerSeriesDescription } from "./MarkerSeriesDescription"; import { markType } from "./type"; /** * @hidden */ var ScatterBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ScatterBaseDescription, _super); function ScatterBaseDescription() { var _this = _super.call(this) || this; _this.go = null; _this.gs = null; _this.gr = null; _this.gv = null; _this.gi = null; _this.gj = null; _this.gp = null; _this.gt = null; _this.gq = null; _this.gu = null; _this.gn = null; _this.gm = null; _this.gf = null; _this.f4 = 0; _this.fy = null; _this.f8 = 0; _this.gl = null; _this.f9 = 0; _this.f7 = 0; _this.gk = null; _this.f6 = 0; _this.ge = null; _this.f1 = false; _this.f0 = false; _this.gh = null; _this.gg = null; return _this; } ScatterBaseDescription.prototype.get_type = function () { return "ScatterBase"; }; Object.defineProperty(ScatterBaseDescription.prototype, "xAxisRef", { get: function () { return this.go; }, set: function (a) { this.go = a; this.j("XAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "yAxisRef", { get: function () { return this.gs; }, set: function (a) { this.gs = a; this.j("YAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "xMemberPath", { get: function () { return this.gr; }, set: function (a) { this.gr = a; this.j("XMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "yMemberPath", { get: function () { return this.gv; }, set: function (a) { this.gv = a; this.j("YMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "highlightedXMemberPath", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.j("HighlightedXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "highlightedYMemberPath", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.j("HighlightedYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "xMemberAsLegendLabel", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.j("XMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "yMemberAsLegendLabel", { get: function () { return this.gt; }, set: function (a) { this.gt = a; this.j("YMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "xMemberAsLegendUnit", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.j("XMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "yMemberAsLegendUnit", { get: function () { return this.gu; }, set: function (a) { this.gu = a; this.j("YMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineType", { get: function () { return this.gn; }, set: function (a) { this.gn = a; this.j("TrendLineType"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineBrush", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.j("TrendLineBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "actualTrendLineBrush", { get: function () { return this.gf; }, set: function (a) { this.gf = a; this.j("ActualTrendLineBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineThickness", { get: function () { return this.f4; }, set: function (a) { this.f4 = a; this.j("TrendLineThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineDashArray", { get: function () { return this.fy; }, set: function (a) { this.fy = a; this.j("TrendLineDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLinePeriod", { get: function () { return this.f8; }, set: function (a) { this.f8 = a; this.j("TrendLinePeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "markerCollisionAvoidance", { get: function () { return this.gl; }, set: function (a) { this.gl = a; this.j("MarkerCollisionAvoidance"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineZIndex", { get: function () { return this.f9; }, set: function (a) { this.f9 = a; this.j("TrendLineZIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "maximumMarkers", { get: function () { return this.f7; }, set: function (a) { this.f7 = a; this.j("MaximumMarkers"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "itemSearchMode", { get: function () { return this.gk; }, set: function (a) { this.gk = a; this.j("ItemSearchMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "itemSearchThreshold", { get: function () { return this.f6; }, set: function (a) { this.f6 = a; this.j("ItemSearchThreshold"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "actualItemSearchMode", { get: function () { return this.ge; }, set: function (a) { this.ge = a; this.j("ActualItemSearchMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "isCustomScatterStyleAllowed", { get: function () { return this.f1; }, set: function (a) { this.f1 = a; this.j("IsCustomScatterStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "isCustomScatterMarkerStyleAllowed", { get: function () { return this.f0; }, set: function (a) { this.f0 = a; this.j("IsCustomScatterMarkerStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "assigningScatterStyleRef", { get: function () { return this.gh; }, set: function (a) { this.gh = a; this.j("AssigningScatterStyleRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "assigningScatterMarkerStyleRef", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.j("AssigningScatterMarkerStyleRef"); }, enumerable: false, configurable: true }); ScatterBaseDescription.$t = markType(ScatterBaseDescription, 'ScatterBaseDescription', MarkerSeriesDescription.$); return ScatterBaseDescription; }(MarkerSeriesDescription)); export { ScatterBaseDescription };