UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

170 lines (169 loc) 5.79 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 { CategorySeriesDescription } from "./CategorySeriesDescription"; import { markType } from "./type"; /** * @hidden */ var AnchoredCategorySeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AnchoredCategorySeriesDescription, _super); function AnchoredCategorySeriesDescription() { var _this = _super.call(this) || this; _this.gn = null; _this.gh = null; _this.gl = null; _this.gm = null; _this.gk = null; _this.gj = null; _this.gf = null; _this.gb = 0; _this.f9 = null; _this.gd = 0; _this.gi = null; _this.gg = null; return _this; } AnchoredCategorySeriesDescription.prototype.get_type = function () { return "AnchoredCategorySeries"; }; Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "valueMemberPath", { get: function () { return this.gn; }, set: function (a) { this.gn = a; this.g("ValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "highlightedValueMemberPath", { get: function () { return this.gh; }, set: function (a) { this.gh = a; this.g("HighlightedValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "valueMemberAsLegendLabel", { get: function () { return this.gl; }, set: function (a) { this.gl = a; this.g("ValueMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "valueMemberAsLegendUnit", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.g("ValueMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "trendLineType", { get: function () { return this.gk; }, set: function (a) { this.gk = a; this.g("TrendLineType"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "trendLineBrush", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.g("TrendLineBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "actualTrendLineBrush", { get: function () { return this.gf; }, set: function (a) { this.gf = a; this.g("ActualTrendLineBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "trendLineThickness", { get: function () { return this.gb; }, set: function (a) { this.gb = a; this.g("TrendLineThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "trendLineDashArray", { get: function () { return this.f9; }, set: function (a) { this.f9 = a; this.g("TrendLineDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "trendLinePeriod", { get: function () { return this.gd; }, set: function (a) { this.gd = a; this.g("TrendLinePeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "markerCollisionAvoidance", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.g("MarkerCollisionAvoidance"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredCategorySeriesDescription.prototype, "consolidatedItemHitTestBehavior", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.g("ConsolidatedItemHitTestBehavior"); }, enumerable: false, configurable: true }); AnchoredCategorySeriesDescription.$t = markType(AnchoredCategorySeriesDescription, 'AnchoredCategorySeriesDescription', CategorySeriesDescription.$); return AnchoredCategorySeriesDescription; }(CategorySeriesDescription)); export { AnchoredCategorySeriesDescription };