UNPKG

igniteui-react-core

Version:
280 lines (279 loc) 8.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 ValueLayerDescription = /*@__PURE__*/ (() => { class ValueLayerDescription extends AnnotationLayerDescription { get_type() { return "ValueLayer"; } constructor() { super(); this.hc = null; this.g7 = null; this.hd = null; this.ha = null; this.hb = null; this.g8 = null; this.g9 = null; this.gb = false; this.f9 = false; this.hf = null; this.hj = null; this.hh = null; this.he = null; this.gf = 0; this.g3 = 0; this.hg = null; this.gh = 0; this.gj = 0; this.gi = 0; this.gg = 0; this.gn = 0; this.gp = 0; this.go = 0; this.gm = 0; this.gk = 0; this.hl = null; this.hi = null; this.gl = 0; this.g4 = 0; this.hk = null; this.gq = 0; this.ga = false; } get valueMode() { return this.hc; } set valueMode(a) { this.hc = a; this.g("ValueMode"); } get horizontalLineStroke() { return this.g7; } set horizontalLineStroke(a) { this.g7 = a; this.g("HorizontalLineStroke"); } get verticalLineStroke() { return this.hd; } set verticalLineStroke(a) { this.hd = a; this.g("VerticalLineStroke"); } get targetSeriesName() { return this.ha; } set targetSeriesName(a) { this.ha = a; this.g("TargetSeriesName"); } get targetSeriesRef() { return this.hb; } set targetSeriesRef(a) { this.hb = a; this.g("TargetSeriesRef"); } get targetAxisName() { return this.g8; } set targetAxisName(a) { this.g8 = a; this.g("TargetAxisName"); } get targetAxisRef() { return this.g9; } set targetAxisRef(a) { this.g9 = a; this.g("TargetAxisRef"); } get useInterpolation() { return this.gb; } set useInterpolation(a) { this.gb = a; this.g("UseInterpolation"); } get isAxisAnnotationEnabled() { return this.f9; } set isAxisAnnotationEnabled(a) { this.f9 = a; this.g("IsAxisAnnotationEnabled"); } get xAxisAnnotationFormatLabelRef() { return this.hf; } set xAxisAnnotationFormatLabelRef(a) { this.hf = a; this.g("XAxisAnnotationFormatLabelRef"); } get yAxisAnnotationFormatLabelRef() { return this.hj; } set yAxisAnnotationFormatLabelRef(a) { this.hj = a; this.g("YAxisAnnotationFormatLabelRef"); } get xAxisAnnotationTextColor() { return this.hh; } set xAxisAnnotationTextColor(a) { this.hh = a; this.g("XAxisAnnotationTextColor"); } get xAxisAnnotationBackground() { return this.he; } set xAxisAnnotationBackground(a) { this.he = a; this.g("XAxisAnnotationBackground"); } get xAxisAnnotationBackgroundCornerRadius() { return this.gf; } set xAxisAnnotationBackgroundCornerRadius(a) { this.gf = a; this.g("XAxisAnnotationBackgroundCornerRadius"); } get xAxisAnnotationInterpolatedValuePrecision() { return this.g3; } set xAxisAnnotationInterpolatedValuePrecision(a) { this.g3 = a; this.g("XAxisAnnotationInterpolatedValuePrecision"); } get xAxisAnnotationOutline() { return this.hg; } set xAxisAnnotationOutline(a) { this.hg = a; this.g("XAxisAnnotationOutline"); } get xAxisAnnotationPaddingLeft() { return this.gh; } set xAxisAnnotationPaddingLeft(a) { this.gh = a; this.g("XAxisAnnotationPaddingLeft"); } get xAxisAnnotationPaddingTop() { return this.gj; } set xAxisAnnotationPaddingTop(a) { this.gj = a; this.g("XAxisAnnotationPaddingTop"); } get xAxisAnnotationPaddingRight() { return this.gi; } set xAxisAnnotationPaddingRight(a) { this.gi = a; this.g("XAxisAnnotationPaddingRight"); } get xAxisAnnotationPaddingBottom() { return this.gg; } set xAxisAnnotationPaddingBottom(a) { this.gg = a; this.g("XAxisAnnotationPaddingBottom"); } get yAxisAnnotationPaddingLeft() { return this.gn; } set yAxisAnnotationPaddingLeft(a) { this.gn = a; this.g("YAxisAnnotationPaddingLeft"); } get yAxisAnnotationPaddingTop() { return this.gp; } set yAxisAnnotationPaddingTop(a) { this.gp = a; this.g("YAxisAnnotationPaddingTop"); } get yAxisAnnotationPaddingRight() { return this.go; } set yAxisAnnotationPaddingRight(a) { this.go = a; this.g("YAxisAnnotationPaddingRight"); } get yAxisAnnotationPaddingBottom() { return this.gm; } set yAxisAnnotationPaddingBottom(a) { this.gm = a; this.g("YAxisAnnotationPaddingBottom"); } get xAxisAnnotationStrokeThickness() { return this.gk; } set xAxisAnnotationStrokeThickness(a) { this.gk = a; this.g("XAxisAnnotationStrokeThickness"); } get yAxisAnnotationTextColor() { return this.hl; } set yAxisAnnotationTextColor(a) { this.hl = a; this.g("YAxisAnnotationTextColor"); } get yAxisAnnotationBackground() { return this.hi; } set yAxisAnnotationBackground(a) { this.hi = a; this.g("YAxisAnnotationBackground"); } get yAxisAnnotationBackgroundCornerRadius() { return this.gl; } set yAxisAnnotationBackgroundCornerRadius(a) { this.gl = a; this.g("YAxisAnnotationBackgroundCornerRadius"); } get yAxisAnnotationInterpolatedValuePrecision() { return this.g4; } set yAxisAnnotationInterpolatedValuePrecision(a) { this.g4 = a; this.g("YAxisAnnotationInterpolatedValuePrecision"); } get yAxisAnnotationOutline() { return this.hk; } set yAxisAnnotationOutline(a) { this.hk = a; this.g("YAxisAnnotationOutline"); } get yAxisAnnotationStrokeThickness() { return this.gq; } set yAxisAnnotationStrokeThickness(a) { this.gq = a; this.g("YAxisAnnotationStrokeThickness"); } get skipUnknownValues() { return this.ga; } set skipUnknownValues(a) { this.ga = a; this.g("SkipUnknownValues"); } } ValueLayerDescription.$t = /*@__PURE__*/ markType(ValueLayerDescription, 'ValueLayerDescription', AnnotationLayerDescription.$); return ValueLayerDescription; })();