UNPKG

igniteui-react-core

Version:
338 lines (337 loc) 10.1 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.gj = null; _this.gn = null; _this.gm = null; _this.gq = null; _this.gd = null; _this.ge = null; _this.gk = null; _this.go = null; _this.gl = null; _this.gp = null; _this.gi = null; _this.gh = null; _this.ga = null; _this.fz = 0; _this.ft = null; _this.f3 = 0; _this.gg = null; _this.f4 = 0; _this.f2 = 0; _this.gf = null; _this.f1 = 0; _this.f9 = null; _this.fw = false; _this.fv = false; _this.gc = null; _this.gb = null; return _this; } ScatterBaseDescription.prototype.get_type = function () { return "ScatterBase"; }; Object.defineProperty(ScatterBaseDescription.prototype, "xAxisRef", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.g("XAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "yAxisRef", { get: function () { return this.gn; }, set: function (a) { this.gn = a; this.g("YAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "xMemberPath", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.g("XMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "yMemberPath", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.g("YMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "highlightedXMemberPath", { get: function () { return this.gd; }, set: function (a) { this.gd = a; this.g("HighlightedXMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "highlightedYMemberPath", { get: function () { return this.ge; }, set: function (a) { this.ge = a; this.g("HighlightedYMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "xMemberAsLegendLabel", { get: function () { return this.gk; }, set: function (a) { this.gk = a; this.g("XMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "yMemberAsLegendLabel", { get: function () { return this.go; }, set: function (a) { this.go = a; this.g("YMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "xMemberAsLegendUnit", { get: function () { return this.gl; }, set: function (a) { this.gl = a; this.g("XMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "yMemberAsLegendUnit", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.g("YMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineType", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.g("TrendLineType"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineBrush", { get: function () { return this.gh; }, set: function (a) { this.gh = a; this.g("TrendLineBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "actualTrendLineBrush", { get: function () { return this.ga; }, set: function (a) { this.ga = a; this.g("ActualTrendLineBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineThickness", { get: function () { return this.fz; }, set: function (a) { this.fz = a; this.g("TrendLineThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineDashArray", { get: function () { return this.ft; }, set: function (a) { this.ft = a; this.g("TrendLineDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLinePeriod", { get: function () { return this.f3; }, set: function (a) { this.f3 = a; this.g("TrendLinePeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "markerCollisionAvoidance", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.g("MarkerCollisionAvoidance"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "trendLineZIndex", { get: function () { return this.f4; }, set: function (a) { this.f4 = a; this.g("TrendLineZIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "maximumMarkers", { get: function () { return this.f2; }, set: function (a) { this.f2 = a; this.g("MaximumMarkers"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "itemSearchMode", { get: function () { return this.gf; }, set: function (a) { this.gf = a; this.g("ItemSearchMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "itemSearchThreshold", { get: function () { return this.f1; }, set: function (a) { this.f1 = a; this.g("ItemSearchThreshold"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "actualItemSearchMode", { get: function () { return this.f9; }, set: function (a) { this.f9 = a; this.g("ActualItemSearchMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "isCustomScatterStyleAllowed", { get: function () { return this.fw; }, set: function (a) { this.fw = a; this.g("IsCustomScatterStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "isCustomScatterMarkerStyleAllowed", { get: function () { return this.fv; }, set: function (a) { this.fv = a; this.g("IsCustomScatterMarkerStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "assigningScatterStyleRef", { get: function () { return this.gc; }, set: function (a) { this.gc = a; this.g("AssigningScatterStyleRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterBaseDescription.prototype, "assigningScatterMarkerStyleRef", { get: function () { return this.gb; }, set: function (a) { this.gb = a; this.g("AssigningScatterMarkerStyleRef"); }, enumerable: false, configurable: true }); ScatterBaseDescription.$t = markType(ScatterBaseDescription, 'ScatterBaseDescription', MarkerSeriesDescription.$); return ScatterBaseDescription; }(MarkerSeriesDescription)); export { ScatterBaseDescription };