UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

170 lines (169 loc) 5.65 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 { ShapeSeriesBaseDescription } from "./ShapeSeriesBaseDescription"; import { markType } from "./type"; /** * @hidden */ var ScatterPolygonSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ScatterPolygonSeriesDescription, _super); function ScatterPolygonSeriesDescription() { var _this = _super.call(this) || this; _this.f8 = null; _this.gl = null; _this.gk = null; _this.ga = 0; _this.ge = null; _this.gf = null; _this.gc = null; _this.gi = null; _this.gd = null; _this.gg = null; _this.gj = null; _this.gh = null; return _this; } ScatterPolygonSeriesDescription.prototype.get_type = function () { return "ScatterPolygonSeries"; }; Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "shapeStyle", { get: function () { return this.f8; }, set: function (a) { this.f8 = a; this.j("ShapeStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "markerType", { get: function () { return this.gl; }, set: function (a) { this.gl = a; this.j("MarkerType"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "markerTemplateRef", { get: function () { return this.gk; }, set: function (a) { this.gk = a; this.j("MarkerTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "markerThickness", { get: function () { return this.ga; }, set: function (a) { this.ga = a; this.j("MarkerThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "actualMarkerTemplateRef", { get: function () { return this.ge; }, set: function (a) { this.ge = a; this.j("ActualMarkerTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "markerBrush", { get: function () { return this.gf; }, set: function (a) { this.gf = a; this.j("MarkerBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "actualMarkerBrush", { get: function () { return this.gc; }, set: function (a) { this.gc = a; this.j("ActualMarkerBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "markerOutline", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.j("MarkerOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "actualMarkerOutline", { get: function () { return this.gd; }, set: function (a) { this.gd = a; this.j("ActualMarkerOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "markerCollisionAvoidance", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.j("MarkerCollisionAvoidance"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "markerOutlineMode", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.j("MarkerOutlineMode"); }, enumerable: false, configurable: true }); Object.defineProperty(ScatterPolygonSeriesDescription.prototype, "markerFillMode", { get: function () { return this.gh; }, set: function (a) { this.gh = a; this.j("MarkerFillMode"); }, enumerable: false, configurable: true }); ScatterPolygonSeriesDescription.$t = markType(ScatterPolygonSeriesDescription, 'ScatterPolygonSeriesDescription', ShapeSeriesBaseDescription.$); return ScatterPolygonSeriesDescription; }(ShapeSeriesBaseDescription)); export { ScatterPolygonSeriesDescription };