UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

240 lines (239 loc) 7.16 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 { MarkerSeriesDescription } from "./MarkerSeriesDescription"; import { markType } from "./type"; /** * @hidden */ export let PolarBaseDescription = /*@__PURE__*/ (() => { class PolarBaseDescription extends MarkerSeriesDescription { constructor() { super(); this.gn = null; this.gw = null; this.gr = null; this.gq = null; this.gk = null; this.gt = null; this.f3 = false; this.gb = 0; this.gy = null; this.gx = null; this.gj = null; this.f8 = 0; this.fy = null; this.gc = 0; this.gd = 0; this.f0 = false; this.gi = null; this.gs = null; this.ga = 0; this.f2 = false; this.f1 = false; this.gu = null; this.gl = null; this.gv = null; this.gm = null; this.gp = null; this.go = null; } get_type() { return "PolarBase"; } get angleMemberPath() { return this.gn; } set angleMemberPath(a) { this.gn = a; this.j("AngleMemberPath"); } get radiusMemberPath() { return this.gw; } set radiusMemberPath(a) { this.gw = a; this.j("RadiusMemberPath"); } get highlightedRadiusMemberPath() { return this.gr; } set highlightedRadiusMemberPath(a) { this.gr = a; this.j("HighlightedRadiusMemberPath"); } get highlightedAngleMemberPath() { return this.gq; } set highlightedAngleMemberPath(a) { this.gq = a; this.j("HighlightedAngleMemberPath"); } get angleAxisRef() { return this.gk; } set angleAxisRef(a) { this.gk = a; this.j("AngleAxisRef"); } get radiusAxisRef() { return this.gt; } set radiusAxisRef(a) { this.gt = a; this.j("RadiusAxisRef"); } get useCartesianInterpolation() { return this.f3; } set useCartesianInterpolation(a) { this.f3 = a; this.j("UseCartesianInterpolation"); } get maximumMarkers() { return this.gb; } set maximumMarkers(a) { this.gb = a; this.j("MaximumMarkers"); } get trendLineType() { return this.gy; } set trendLineType(a) { this.gy = a; this.j("TrendLineType"); } get trendLineBrush() { return this.gx; } set trendLineBrush(a) { this.gx = a; this.j("TrendLineBrush"); } get actualTrendLineBrush() { return this.gj; } set actualTrendLineBrush(a) { this.gj = a; this.j("ActualTrendLineBrush"); } get trendLineThickness() { return this.f8; } set trendLineThickness(a) { this.f8 = a; this.j("TrendLineThickness"); } get trendLineDashArray() { return this.fy; } set trendLineDashArray(a) { this.fy = a; this.j("TrendLineDashArray"); } get trendLinePeriod() { return this.gc; } set trendLinePeriod(a) { this.gc = a; this.j("TrendLinePeriod"); } get trendLineZIndex() { return this.gd; } set trendLineZIndex(a) { this.gd = a; this.j("TrendLineZIndex"); } get clipSeriesToBounds() { return this.f0; } set clipSeriesToBounds(a) { this.f0 = a; this.j("ClipSeriesToBounds"); } get actualItemSearchMode() { return this.gi; } set actualItemSearchMode(a) { this.gi = a; this.j("ActualItemSearchMode"); } get itemSearchMode() { return this.gs; } set itemSearchMode(a) { this.gs = a; this.j("ItemSearchMode"); } get itemSearchThreshold() { return this.ga; } set itemSearchThreshold(a) { this.ga = a; this.j("ItemSearchThreshold"); } get isCustomPolarStyleAllowed() { return this.f2; } set isCustomPolarStyleAllowed(a) { this.f2 = a; this.j("IsCustomPolarStyleAllowed"); } get isCustomPolarMarkerStyleAllowed() { return this.f1; } set isCustomPolarMarkerStyleAllowed(a) { this.f1 = a; this.j("IsCustomPolarMarkerStyleAllowed"); } get radiusMemberAsLegendLabel() { return this.gu; } set radiusMemberAsLegendLabel(a) { this.gu = a; this.j("RadiusMemberAsLegendLabel"); } get angleMemberAsLegendLabel() { return this.gl; } set angleMemberAsLegendLabel(a) { this.gl = a; this.j("AngleMemberAsLegendLabel"); } get radiusMemberAsLegendUnit() { return this.gv; } set radiusMemberAsLegendUnit(a) { this.gv = a; this.j("RadiusMemberAsLegendUnit"); } get angleMemberAsLegendUnit() { return this.gm; } set angleMemberAsLegendUnit(a) { this.gm = a; this.j("AngleMemberAsLegendUnit"); } get assigningPolarStyleRef() { return this.gp; } set assigningPolarStyleRef(a) { this.gp = a; this.j("AssigningPolarStyleRef"); } get assigningPolarMarkerStyleRef() { return this.go; } set assigningPolarMarkerStyleRef(a) { this.go = a; this.j("AssigningPolarMarkerStyleRef"); } } PolarBaseDescription.$t = markType(PolarBaseDescription, 'PolarBaseDescription', MarkerSeriesDescription.$); return PolarBaseDescription; })();