UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

280 lines (279 loc) 8.67 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 DataAnnotationAxisLayerDescription = /*@__PURE__*/ (() => { class DataAnnotationAxisLayerDescription extends AnnotationLayerDescription { constructor() { super(); this.hx = null; this.gp = false; this.hy = null; this.hz = null; this.g8 = 0; this.gq = false; this.hq = null; this.g1 = 0; this.hr = null; this.gw = 0; this.gm = false; this.go = false; this.hv = null; this.hw = null; this.g2 = 0; this.g4 = 0; this.g5 = 0; this.g6 = 0; this.g7 = 0; this.g3 = 0; this.hm = 0; this.hn = 0; this.h0 = null; this.h1 = null; this.gn = false; this.hs = null; this.hu = null; this.gz = 0; this.gx = 0; this.ht = null; this.g0 = 0; this.gy = 0; } get_type() { return "DataAnnotationAxisLayer"; } get annotationLabelDisplayMode() { return this.hx; } set annotationLabelDisplayMode(a) { this.hx = a; this.j("AnnotationLabelDisplayMode"); } get annotationLabelVisible() { return this.gp; } set annotationLabelVisible(a) { this.gp = a; this.j("AnnotationLabelVisible"); } get annotationTextColor() { return this.hy; } set annotationTextColor(a) { this.hy = a; this.j("AnnotationTextColor"); } get annotationTextColorMode() { return this.hz; } set annotationTextColorMode(a) { this.hz = a; this.j("AnnotationTextColorMode"); } get annotationTextColorShift() { return this.g8; } set annotationTextColorShift(a) { this.g8 = a; this.j("AnnotationTextColorShift"); } get annotationTextColorMatchLayer() { return this.gq; } set annotationTextColorMatchLayer(a) { this.gq = a; this.j("AnnotationTextColorMatchLayer"); } get annotationBackground() { return this.hq; } set annotationBackground(a) { this.hq = a; this.j("AnnotationBackground"); } get annotationBorderRadius() { return this.g1; } set annotationBorderRadius(a) { this.g1 = a; this.j("AnnotationBorderRadius"); } get annotationBackgroundMode() { return this.hr; } set annotationBackgroundMode(a) { this.hr = a; this.j("AnnotationBackgroundMode"); } get annotationBackgroundShift() { return this.gw; } set annotationBackgroundShift(a) { this.gw = a; this.j("AnnotationBackgroundShift"); } get annotationBackgroundMatchLayer() { return this.gm; } set annotationBackgroundMatchLayer(a) { this.gm = a; this.j("AnnotationBackgroundMatchLayer"); } get annotationBorderMatchLayer() { return this.go; } set annotationBorderMatchLayer(a) { this.go = a; this.j("AnnotationBorderMatchLayer"); } get annotationBorderColor() { return this.hv; } set annotationBorderColor(a) { this.hv = a; this.j("AnnotationBorderColor"); } get annotationBorderMode() { return this.hw; } set annotationBorderMode(a) { this.hw = a; this.j("AnnotationBorderMode"); } get annotationBorderShift() { return this.g2; } set annotationBorderShift(a) { this.g2 = a; this.j("AnnotationBorderShift"); } get annotationPaddingBottom() { return this.g4; } set annotationPaddingBottom(a) { this.g4 = a; this.j("AnnotationPaddingBottom"); } get annotationPaddingLeft() { return this.g5; } set annotationPaddingLeft(a) { this.g5 = a; this.j("AnnotationPaddingLeft"); } get annotationPaddingRight() { return this.g6; } set annotationPaddingRight(a) { this.g6 = a; this.j("AnnotationPaddingRight"); } get annotationPaddingTop() { return this.g7; } set annotationPaddingTop(a) { this.g7 = a; this.j("AnnotationPaddingTop"); } get annotationBorderThickness() { return this.g3; } set annotationBorderThickness(a) { this.g3 = a; this.j("AnnotationBorderThickness"); } get annotationValueMaxPrecision() { return this.hm; } set annotationValueMaxPrecision(a) { this.hm = a; this.j("AnnotationValueMaxPrecision"); } get annotationValueMinPrecision() { return this.hn; } set annotationValueMinPrecision(a) { this.hn = a; this.j("AnnotationValueMinPrecision"); } get targetAxisRef() { return this.h0; } set targetAxisRef(a) { this.h0 = a; this.j("TargetAxisRef"); } get targetMode() { return this.h1; } set targetMode(a) { this.h1 = a; this.j("TargetMode"); } get annotationBadgeEnabled() { return this.gn; } set annotationBadgeEnabled(a) { this.gn = a; this.j("AnnotationBadgeEnabled"); } get annotationBadgeBackground() { return this.hs; } set annotationBadgeBackground(a) { this.hs = a; this.j("AnnotationBadgeBackground"); } get annotationBadgeOutline() { return this.hu; } set annotationBadgeOutline(a) { this.hu = a; this.j("AnnotationBadgeOutline"); } get annotationBadgeOutlineThickness() { return this.gz; } set annotationBadgeOutlineThickness(a) { this.gz = a; this.j("AnnotationBadgeOutlineThickness"); } get annotationBadgeCornerRadius() { return this.gx; } set annotationBadgeCornerRadius(a) { this.gx = a; this.j("AnnotationBadgeCornerRadius"); } get annotationBadgeImagePath() { return this.ht; } set annotationBadgeImagePath(a) { this.ht = a; this.j("AnnotationBadgeImagePath"); } get annotationBadgeSize() { return this.g0; } set annotationBadgeSize(a) { this.g0 = a; this.j("AnnotationBadgeSize"); } get annotationBadgeMargin() { return this.gy; } set annotationBadgeMargin(a) { this.gy = a; this.j("AnnotationBadgeMargin"); } } DataAnnotationAxisLayerDescription.$t = markType(DataAnnotationAxisLayerDescription, 'DataAnnotationAxisLayerDescription', AnnotationLayerDescription.$); return DataAnnotationAxisLayerDescription; })();