UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

230 lines (229 loc) 7.49 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 { SeriesDescription } from "./SeriesDescription"; import { markType } from "./type"; /** * @hidden */ var HighDensityScatterSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(HighDensityScatterSeriesDescription, _super); function HighDensityScatterSeriesDescription() { var _this = _super.call(this) || this; _this.dj = null; _this.dn = null; _this.dm = null; _this.dk = null; _this.dp = null; _this.dl = null; _this.dq = null; _this.dr = null; _this.c5 = false; _this.c4 = false; _this.c9 = 0; _this.c8 = 0; _this.dh = null; _this.dg = null; _this.dc = 0; _this.dd = 0; _this.di = null; return _this; } HighDensityScatterSeriesDescription.prototype.get_type = function () { return "HighDensityScatterSeries"; }; Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "xAxisRef", { get: function () { return this.dj; }, set: function (a) { this.dj = a; this.e("XAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "yAxisRef", { get: function () { return this.dn; }, set: function (a) { this.dn = a; this.e("YAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "xMemberPath", { get: function () { return this.dm; }, set: function (a) { this.dm = a; this.e("XMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "xMemberAsLegendLabel", { get: function () { return this.dk; }, set: function (a) { this.dk = a; this.e("XMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "yMemberAsLegendLabel", { get: function () { return this.dp; }, set: function (a) { this.dp = a; this.e("YMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "xMemberAsLegendUnit", { get: function () { return this.dl; }, set: function (a) { this.dl = a; this.e("XMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "yMemberAsLegendUnit", { get: function () { return this.dq; }, set: function (a) { this.dq = a; this.e("YMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "yMemberPath", { get: function () { return this.dr; }, set: function (a) { this.dr = a; this.e("YMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "useBruteForce", { get: function () { return this.c5; }, set: function (a) { this.c5 = a; this.e("UseBruteForce"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "progressiveLoad", { get: function () { return this.c4; }, set: function (a) { this.c4 = a; this.e("ProgressiveLoad"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "heatMinimum", { get: function () { return this.c9; }, set: function (a) { this.c9 = a; this.e("HeatMinimum"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "heatMaximum", { get: function () { return this.c8; }, set: function (a) { this.c8 = a; this.e("HeatMaximum"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "heatMinimumColor", { get: function () { return this.dh; }, set: function (a) { this.dh = a; this.e("HeatMinimumColor"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "heatMaximumColor", { get: function () { return this.dg; }, set: function (a) { this.dg = a; this.e("HeatMaximumColor"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "pointExtent", { get: function () { return this.dc; }, set: function (a) { this.dc = a; this.e("PointExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "progressiveStatus", { get: function () { return this.dd; }, set: function (a) { this.dd = a; this.e("ProgressiveStatus"); }, enumerable: false, configurable: true }); Object.defineProperty(HighDensityScatterSeriesDescription.prototype, "progressiveLoadStatusChangedRef", { get: function () { return this.di; }, set: function (a) { this.di = a; this.e("ProgressiveLoadStatusChangedRef"); }, enumerable: false, configurable: true }); HighDensityScatterSeriesDescription.$t = markType(HighDensityScatterSeriesDescription, 'HighDensityScatterSeriesDescription', SeriesDescription.$); return HighDensityScatterSeriesDescription; }(SeriesDescription)); export { HighDensityScatterSeriesDescription };