UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

170 lines (169 loc) 5.7 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 { RadialBaseDescription } from "./RadialBaseDescription"; import { markType } from "./type"; /** * @hidden */ var AnchoredRadialSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AnchoredRadialSeriesDescription, _super); function AnchoredRadialSeriesDescription() { var _this = _super.call(this) || this; _this.he = false; _this.hs = null; _this.hn = null; _this.hq = null; _this.hr = null; _this.hp = null; _this.ho = null; _this.hm = null; _this.hg = 0; _this.hc = null; _this.hi = 0; _this.hj = 0; return _this; } AnchoredRadialSeriesDescription.prototype.get_type = function () { return "AnchoredRadialSeries"; }; Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "useCategoryNormalizedValues", { get: function () { return this.he; }, set: function (a) { this.he = a; this.j("UseCategoryNormalizedValues"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "valueMemberPath", { get: function () { return this.hs; }, set: function (a) { this.hs = a; this.j("ValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "highlightedValueMemberPath", { get: function () { return this.hn; }, set: function (a) { this.hn = a; this.j("HighlightedValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "valueMemberAsLegendLabel", { get: function () { return this.hq; }, set: function (a) { this.hq = a; this.j("ValueMemberAsLegendLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "valueMemberAsLegendUnit", { get: function () { return this.hr; }, set: function (a) { this.hr = a; this.j("ValueMemberAsLegendUnit"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "trendLineType", { get: function () { return this.hp; }, set: function (a) { this.hp = a; this.j("TrendLineType"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "trendLineBrush", { get: function () { return this.ho; }, set: function (a) { this.ho = a; this.j("TrendLineBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "actualTrendLineBrush", { get: function () { return this.hm; }, set: function (a) { this.hm = a; this.j("ActualTrendLineBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "trendLineThickness", { get: function () { return this.hg; }, set: function (a) { this.hg = a; this.j("TrendLineThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "trendLineDashArray", { get: function () { return this.hc; }, set: function (a) { this.hc = a; this.j("TrendLineDashArray"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "trendLinePeriod", { get: function () { return this.hi; }, set: function (a) { this.hi = a; this.j("TrendLinePeriod"); }, enumerable: false, configurable: true }); Object.defineProperty(AnchoredRadialSeriesDescription.prototype, "trendLineZIndex", { get: function () { return this.hj; }, set: function (a) { this.hj = a; this.j("TrendLineZIndex"); }, enumerable: false, configurable: true }); AnchoredRadialSeriesDescription.$t = markType(AnchoredRadialSeriesDescription, 'AnchoredRadialSeriesDescription', RadialBaseDescription.$); return AnchoredRadialSeriesDescription; }(RadialBaseDescription)); export { AnchoredRadialSeriesDescription };