UNPKG

igniteui-react-core

Version:
120 lines (119 loc) 3.76 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 { CategorySeriesDescription } from "./CategorySeriesDescription"; import { markType } from "./type"; /** * @hidden */ export let AnchoredCategorySeriesDescription = /*@__PURE__*/ (() => { class AnchoredCategorySeriesDescription extends CategorySeriesDescription { get_type() { return "AnchoredCategorySeries"; } constructor() { super(); this.gu = null; this.go = null; this.gs = null; this.gt = null; this.gr = null; this.gq = null; this.gm = null; this.gi = 0; this.gg = null; this.gk = 0; this.gp = null; this.gn = null; } get valueMemberPath() { return this.gu; } set valueMemberPath(a) { this.gu = a; this.j("ValueMemberPath"); } get highlightedValueMemberPath() { return this.go; } set highlightedValueMemberPath(a) { this.go = a; this.j("HighlightedValueMemberPath"); } get valueMemberAsLegendLabel() { return this.gs; } set valueMemberAsLegendLabel(a) { this.gs = a; this.j("ValueMemberAsLegendLabel"); } get valueMemberAsLegendUnit() { return this.gt; } set valueMemberAsLegendUnit(a) { this.gt = a; this.j("ValueMemberAsLegendUnit"); } get trendLineType() { return this.gr; } set trendLineType(a) { this.gr = a; this.j("TrendLineType"); } get trendLineBrush() { return this.gq; } set trendLineBrush(a) { this.gq = a; this.j("TrendLineBrush"); } get actualTrendLineBrush() { return this.gm; } set actualTrendLineBrush(a) { this.gm = a; this.j("ActualTrendLineBrush"); } get trendLineThickness() { return this.gi; } set trendLineThickness(a) { this.gi = a; this.j("TrendLineThickness"); } get trendLineDashArray() { return this.gg; } set trendLineDashArray(a) { this.gg = a; this.j("TrendLineDashArray"); } get trendLinePeriod() { return this.gk; } set trendLinePeriod(a) { this.gk = a; this.j("TrendLinePeriod"); } get markerCollisionAvoidance() { return this.gp; } set markerCollisionAvoidance(a) { this.gp = a; this.j("MarkerCollisionAvoidance"); } get consolidatedItemHitTestBehavior() { return this.gn; } set consolidatedItemHitTestBehavior(a) { this.gn = a; this.j("ConsolidatedItemHitTestBehavior"); } } AnchoredCategorySeriesDescription.$t = /*@__PURE__*/ markType(AnchoredCategorySeriesDescription, 'AnchoredCategorySeriesDescription', CategorySeriesDescription.$); return AnchoredCategorySeriesDescription; })();