UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

136 lines (135 loc) 4.49 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 { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { markType } from "./type"; /** * @hidden */ export let FinalValueLayerDescription = /*@__PURE__*/ (() => { class FinalValueLayerDescription extends AnnotationLayerDescription { constructor() { super(); this.g5 = null; this.g6 = null; this.g4 = null; this.g3 = null; this.g0 = null; this.gm = 0; this.gy = 0; this.g2 = null; this.go = 0; this.gq = 0; this.gp = 0; this.gn = 0; this.gr = 0; this.g1 = null; } get_type() { return "FinalValueLayer"; } get targetSeriesName() { return this.g5; } set targetSeriesName(a) { this.g5 = a; this.j("TargetSeriesName"); } get targetSeriesRef() { return this.g6; } set targetSeriesRef(a) { this.g6 = a; this.j("TargetSeriesRef"); } get finalValueSelectionMode() { return this.g4; } set finalValueSelectionMode(a) { this.g4 = a; this.j("FinalValueSelectionMode"); } get axisAnnotationTextColor() { return this.g3; } set axisAnnotationTextColor(a) { this.g3 = a; this.j("AxisAnnotationTextColor"); } get axisAnnotationBackground() { return this.g0; } set axisAnnotationBackground(a) { this.g0 = a; this.j("AxisAnnotationBackground"); } get axisAnnotationBackgroundCornerRadius() { return this.gm; } set axisAnnotationBackgroundCornerRadius(a) { this.gm = a; this.j("AxisAnnotationBackgroundCornerRadius"); } get axisAnnotationInterpolatedValuePrecision() { return this.gy; } set axisAnnotationInterpolatedValuePrecision(a) { this.gy = a; this.j("AxisAnnotationInterpolatedValuePrecision"); } get axisAnnotationOutline() { return this.g2; } set axisAnnotationOutline(a) { this.g2 = a; this.j("AxisAnnotationOutline"); } get axisAnnotationPaddingLeft() { return this.go; } set axisAnnotationPaddingLeft(a) { this.go = a; this.j("AxisAnnotationPaddingLeft"); } get axisAnnotationPaddingTop() { return this.gq; } set axisAnnotationPaddingTop(a) { this.gq = a; this.j("AxisAnnotationPaddingTop"); } get axisAnnotationPaddingRight() { return this.gp; } set axisAnnotationPaddingRight(a) { this.gp = a; this.j("AxisAnnotationPaddingRight"); } get axisAnnotationPaddingBottom() { return this.gn; } set axisAnnotationPaddingBottom(a) { this.gn = a; this.j("AxisAnnotationPaddingBottom"); } get axisAnnotationStrokeThickness() { return this.gr; } set axisAnnotationStrokeThickness(a) { this.gr = a; this.j("AxisAnnotationStrokeThickness"); } get axisAnnotationFormatLabelRef() { return this.g1; } set axisAnnotationFormatLabelRef(a) { this.g1 = a; this.j("AxisAnnotationFormatLabelRef"); } } FinalValueLayerDescription.$t = markType(FinalValueLayerDescription, 'FinalValueLayerDescription', AnnotationLayerDescription.$); return FinalValueLayerDescription; })();