UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

98 lines (97 loc) 3.54 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 { ScatterTriangulationSeriesDescription } from "./ScatterTriangulationSeriesDescription"; import { markType } from "./type"; /** * @hidden */ var ScatterContourSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ScatterContourSeriesDescription, _super); function ScatterContourSeriesDescription() { var _this = _super.call(this) || this; _this.f8 = null; _this.f6 = null; _this.f7 = null; _this.f3 = null; _this.f2 = null; _this.f0 = null; return _this; } ScatterContourSeriesDescription.prototype.get_type = function () { return "ScatterContourSeries"; }; Object.defineProperty(ScatterContourSeriesDescription.prototype, "valueMemberPath", { get: function () { return this.f8; }, set: function (a) { this.f8 = a; this.j("ValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterContourSeriesDescription.prototype, "valueMemberAsLegendLabel", { get: function () { return this.f6; }, set: function (a) { this.f6 = a; this.j("ValueMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterContourSeriesDescription.prototype, "valueMemberAsLegendUnit", { get: function () { return this.f7; }, set: function (a) { this.f7 = a; this.j("ValueMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterContourSeriesDescription.prototype, "fillScale", { get: function () { return this.f3; }, set: function (a) { this.f3 = a; this.j("FillScale"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterContourSeriesDescription.prototype, "actualFillScale", { get: function () { return this.f2; }, set: function (a) { this.f2 = a; this.j("ActualFillScale"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterContourSeriesDescription.prototype, "valueResolver", { get: function () { return this.f0; }, set: function (a) { this.f0 = a; this.j("ValueResolver"); }, enumerable: false, configurable: true }); ScatterContourSeriesDescription.$t = markType(ScatterContourSeriesDescription, 'ScatterContourSeriesDescription', ScatterTriangulationSeriesDescription.$); return ScatterContourSeriesDescription; }(ScatterTriangulationSeriesDescription)); export { ScatterContourSeriesDescription };