UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

216 lines (215 loc) 6.45 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.ec = null; this.ej = null; this.d9 = null; this.eg = null; this.ds = false; this.d0 = 0; this.el = null; this.ek = null; this.d8 = null; this.dx = 0; this.d1 = 0; this.d2 = 0; this.dp = false; this.d7 = null; this.ef = null; this.dz = 0; this.dr = false; this.dq = false; this.eh = null; this.ea = null; this.ei = null; this.eb = null; this.ee = null; this.ed = null; } get_type() { return "PolarBase"; } get angleMemberPath() { return this.ec; } set angleMemberPath(a) { this.ec = a; this.e("AngleMemberPath"); } get radiusMemberPath() { return this.ej; } set radiusMemberPath(a) { this.ej = a; this.e("RadiusMemberPath"); } get angleAxisRef() { return this.d9; } set angleAxisRef(a) { this.d9 = a; this.e("AngleAxisRef"); } get radiusAxisRef() { return this.eg; } set radiusAxisRef(a) { this.eg = a; this.e("RadiusAxisRef"); } get useCartesianInterpolation() { return this.ds; } set useCartesianInterpolation(a) { this.ds = a; this.e("UseCartesianInterpolation"); } get maximumMarkers() { return this.d0; } set maximumMarkers(a) { this.d0 = a; this.e("MaximumMarkers"); } get trendLineType() { return this.el; } set trendLineType(a) { this.el = a; this.e("TrendLineType"); } get trendLineBrush() { return this.ek; } set trendLineBrush(a) { this.ek = a; this.e("TrendLineBrush"); } get actualTrendLineBrush() { return this.d8; } set actualTrendLineBrush(a) { this.d8 = a; this.e("ActualTrendLineBrush"); } get trendLineThickness() { return this.dx; } set trendLineThickness(a) { this.dx = a; this.e("TrendLineThickness"); } get trendLinePeriod() { return this.d1; } set trendLinePeriod(a) { this.d1 = a; this.e("TrendLinePeriod"); } get trendLineZIndex() { return this.d2; } set trendLineZIndex(a) { this.d2 = a; this.e("TrendLineZIndex"); } get clipSeriesToBounds() { return this.dp; } set clipSeriesToBounds(a) { this.dp = a; this.e("ClipSeriesToBounds"); } get actualItemSearchMode() { return this.d7; } set actualItemSearchMode(a) { this.d7 = a; this.e("ActualItemSearchMode"); } get itemSearchMode() { return this.ef; } set itemSearchMode(a) { this.ef = a; this.e("ItemSearchMode"); } get itemSearchThreshold() { return this.dz; } set itemSearchThreshold(a) { this.dz = a; this.e("ItemSearchThreshold"); } get isCustomPolarStyleAllowed() { return this.dr; } set isCustomPolarStyleAllowed(a) { this.dr = a; this.e("IsCustomPolarStyleAllowed"); } get isCustomPolarMarkerStyleAllowed() { return this.dq; } set isCustomPolarMarkerStyleAllowed(a) { this.dq = a; this.e("IsCustomPolarMarkerStyleAllowed"); } get radiusMemberAsLegendLabel() { return this.eh; } set radiusMemberAsLegendLabel(a) { this.eh = a; this.e("RadiusMemberAsLegendLabel"); } get angleMemberAsLegendLabel() { return this.ea; } set angleMemberAsLegendLabel(a) { this.ea = a; this.e("AngleMemberAsLegendLabel"); } get radiusMemberAsLegendUnit() { return this.ei; } set radiusMemberAsLegendUnit(a) { this.ei = a; this.e("RadiusMemberAsLegendUnit"); } get angleMemberAsLegendUnit() { return this.eb; } set angleMemberAsLegendUnit(a) { this.eb = a; this.e("AngleMemberAsLegendUnit"); } get assigningPolarStyleRef() { return this.ee; } set assigningPolarStyleRef(a) { this.ee = a; this.e("AssigningPolarStyleRef"); } get assigningPolarMarkerStyleRef() { return this.ed; } set assigningPolarMarkerStyleRef(a) { this.ed = a; this.e("AssigningPolarMarkerStyleRef"); } } PolarBaseDescription.$t = markType(PolarBaseDescription, 'PolarBaseDescription', MarkerSeriesDescription.$); return PolarBaseDescription; })();