UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

664 lines (663 loc) 18.9 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 { DomainChartDescription } from "./DomainChartDescription"; import { markType } from "./type"; /** * @hidden */ export let XYChartDescription = /*@__PURE__*/ (() => { class XYChartDescription extends DomainChartDescription { constructor() { super(); this.vo = null; this.v6 = null; this.tl = 0; this.tn = 0; this.tm = 0; this.tk = 0; this.t4 = 0; this.t6 = 0; this.t5 = 0; this.t3 = 0; this.vt = null; this.wb = null; this.vm = null; this.vn = null; this.ty = 0; this.uh = 0; this.tx = 0; this.ug = 0; this.t0 = 0; this.uj = 0; this.tz = 0; this.ui = 0; this.tw = 0; this.uf = 0; this.v4 = null; this.wm = null; this.vu = null; this.wc = null; this.v5 = null; this.wn = null; this.vs = null; this.wa = null; this.vx = null; this.wf = null; this.to = 0; this.t7 = 0; this.tr = 0; this.ua = 0; this.vz = null; this.wh = null; this.v0 = null; this.wi = null; this.ts = 0; this.ub = 0; this.tt = 0; this.uc = 0; this.v1 = null; this.wj = null; this.tu = 0; this.ud = 0; this.v2 = null; this.wk = null; this.vy = null; this.wg = null; this.tj = 0; this.t2 = 0; this.ti = 0; this.t1 = 0; this.tp = 0; this.t8 = 0; this.tq = 0; this.t9 = 0; this.tv = 0; this.ue = 0; this.te = false; this.tf = false; this.v3 = null; this.wl = null; this.vq = null; this.v8 = null; this.vv = null; this.wd = null; this.vw = null; this.we = null; this.v9 = null; this.vr = null; this.vp = null; this.ta = null; this.v7 = null; this.tb = null; } get_type() { return "XYChart"; } get xAxisFormatLabelRef() { return this.vo; } set xAxisFormatLabelRef(a) { this.vo = a; this.j("XAxisFormatLabelRef"); } get yAxisFormatLabelRef() { return this.v6; } set yAxisFormatLabelRef(a) { this.v6 = a; this.j("YAxisFormatLabelRef"); } get xAxisLabelLeftMargin() { return this.tl; } set xAxisLabelLeftMargin(a) { this.tl = a; this.j("XAxisLabelLeftMargin"); } get xAxisLabelTopMargin() { return this.tn; } set xAxisLabelTopMargin(a) { this.tn = a; this.j("XAxisLabelTopMargin"); } get xAxisLabelRightMargin() { return this.tm; } set xAxisLabelRightMargin(a) { this.tm = a; this.j("XAxisLabelRightMargin"); } get xAxisLabelBottomMargin() { return this.tk; } set xAxisLabelBottomMargin(a) { this.tk = a; this.j("XAxisLabelBottomMargin"); } get yAxisLabelLeftMargin() { return this.t4; } set yAxisLabelLeftMargin(a) { this.t4 = a; this.j("YAxisLabelLeftMargin"); } get yAxisLabelTopMargin() { return this.t6; } set yAxisLabelTopMargin(a) { this.t6 = a; this.j("YAxisLabelTopMargin"); } get yAxisLabelRightMargin() { return this.t5; } set yAxisLabelRightMargin(a) { this.t5 = a; this.j("YAxisLabelRightMargin"); } get yAxisLabelBottomMargin() { return this.t3; } set yAxisLabelBottomMargin(a) { this.t3 = a; this.j("YAxisLabelBottomMargin"); } get xAxisLabelTextColor() { return this.vt; } set xAxisLabelTextColor(a) { this.vt = a; this.j("XAxisLabelTextColor"); } get yAxisLabelTextColor() { return this.wb; } set yAxisLabelTextColor(a) { this.wb = a; this.j("YAxisLabelTextColor"); } get actualXAxisLabelTextColor() { return this.vm; } set actualXAxisLabelTextColor(a) { this.vm = a; this.j("ActualXAxisLabelTextColor"); } get actualYAxisLabelTextColor() { return this.vn; } set actualYAxisLabelTextColor(a) { this.vn = a; this.j("ActualYAxisLabelTextColor"); } get xAxisTitleMargin() { return this.ty; } set xAxisTitleMargin(a) { this.ty = a; this.j("XAxisTitleMargin"); } get yAxisTitleMargin() { return this.uh; } set yAxisTitleMargin(a) { this.uh = a; this.j("YAxisTitleMargin"); } get xAxisTitleLeftMargin() { return this.tx; } set xAxisTitleLeftMargin(a) { this.tx = a; this.j("XAxisTitleLeftMargin"); } get yAxisTitleLeftMargin() { return this.ug; } set yAxisTitleLeftMargin(a) { this.ug = a; this.j("YAxisTitleLeftMargin"); } get xAxisTitleTopMargin() { return this.t0; } set xAxisTitleTopMargin(a) { this.t0 = a; this.j("XAxisTitleTopMargin"); } get yAxisTitleTopMargin() { return this.uj; } set yAxisTitleTopMargin(a) { this.uj = a; this.j("YAxisTitleTopMargin"); } get xAxisTitleRightMargin() { return this.tz; } set xAxisTitleRightMargin(a) { this.tz = a; this.j("XAxisTitleRightMargin"); } get yAxisTitleRightMargin() { return this.ui; } set yAxisTitleRightMargin(a) { this.ui = a; this.j("YAxisTitleRightMargin"); } get xAxisTitleBottomMargin() { return this.tw; } set xAxisTitleBottomMargin(a) { this.tw = a; this.j("XAxisTitleBottomMargin"); } get yAxisTitleBottomMargin() { return this.uf; } set yAxisTitleBottomMargin(a) { this.uf = a; this.j("YAxisTitleBottomMargin"); } get xAxisTitleTextColor() { return this.v4; } set xAxisTitleTextColor(a) { this.v4 = a; this.j("XAxisTitleTextColor"); } get yAxisTitleTextColor() { return this.wm; } set yAxisTitleTextColor(a) { this.wm = a; this.j("YAxisTitleTextColor"); } get xAxisLabelTextStyle() { return this.vu; } set xAxisLabelTextStyle(a) { this.vu = a; this.j("XAxisLabelTextStyle"); } get yAxisLabelTextStyle() { return this.wc; } set yAxisLabelTextStyle(a) { this.wc = a; this.j("YAxisLabelTextStyle"); } get xAxisTitleTextStyle() { return this.v5; } set xAxisTitleTextStyle(a) { this.v5 = a; this.j("XAxisTitleTextStyle"); } get yAxisTitleTextStyle() { return this.wn; } set yAxisTitleTextStyle(a) { this.wn = a; this.j("YAxisTitleTextStyle"); } get xAxisLabelRef() { return this.vs; } set xAxisLabelRef(a) { this.vs = a; this.j("XAxisLabelRef"); } get yAxisLabelRef() { return this.wa; } set yAxisLabelRef(a) { this.wa = a; this.j("YAxisLabelRef"); } get xAxisMajorStroke() { return this.vx; } set xAxisMajorStroke(a) { this.vx = a; this.j("XAxisMajorStroke"); } get yAxisMajorStroke() { return this.wf; } set yAxisMajorStroke(a) { this.wf = a; this.j("YAxisMajorStroke"); } get xAxisMajorStrokeThickness() { return this.to; } set xAxisMajorStrokeThickness(a) { this.to = a; this.j("XAxisMajorStrokeThickness"); } get yAxisMajorStrokeThickness() { return this.t7; } set yAxisMajorStrokeThickness(a) { this.t7 = a; this.j("YAxisMajorStrokeThickness"); } get xAxisMinorStrokeThickness() { return this.tr; } set xAxisMinorStrokeThickness(a) { this.tr = a; this.j("XAxisMinorStrokeThickness"); } get yAxisMinorStrokeThickness() { return this.ua; } set yAxisMinorStrokeThickness(a) { this.ua = a; this.j("YAxisMinorStrokeThickness"); } get xAxisStrip() { return this.vz; } set xAxisStrip(a) { this.vz = a; this.j("XAxisStrip"); } get yAxisStrip() { return this.wh; } set yAxisStrip(a) { this.wh = a; this.j("YAxisStrip"); } get xAxisStroke() { return this.v0; } set xAxisStroke(a) { this.v0 = a; this.j("XAxisStroke"); } get yAxisStroke() { return this.wi; } set yAxisStroke(a) { this.wi = a; this.j("YAxisStroke"); } get xAxisStrokeThickness() { return this.ts; } set xAxisStrokeThickness(a) { this.ts = a; this.j("XAxisStrokeThickness"); } get yAxisStrokeThickness() { return this.ub; } set yAxisStrokeThickness(a) { this.ub = a; this.j("YAxisStrokeThickness"); } get xAxisTickLength() { return this.tt; } set xAxisTickLength(a) { this.tt = a; this.j("XAxisTickLength"); } get yAxisTickLength() { return this.uc; } set yAxisTickLength(a) { this.uc = a; this.j("YAxisTickLength"); } get xAxisTickStroke() { return this.v1; } set xAxisTickStroke(a) { this.v1 = a; this.j("XAxisTickStroke"); } get yAxisTickStroke() { return this.wj; } set yAxisTickStroke(a) { this.wj = a; this.j("YAxisTickStroke"); } get xAxisTickStrokeThickness() { return this.tu; } set xAxisTickStrokeThickness(a) { this.tu = a; this.j("XAxisTickStrokeThickness"); } get yAxisTickStrokeThickness() { return this.ud; } set yAxisTickStrokeThickness(a) { this.ud = a; this.j("YAxisTickStrokeThickness"); } get xAxisTitle() { return this.v2; } set xAxisTitle(a) { this.v2 = a; this.j("XAxisTitle"); } get yAxisTitle() { return this.wk; } set yAxisTitle(a) { this.wk = a; this.j("YAxisTitle"); } get xAxisMinorStroke() { return this.vy; } set xAxisMinorStroke(a) { this.vy = a; this.j("XAxisMinorStroke"); } get yAxisMinorStroke() { return this.wg; } set yAxisMinorStroke(a) { this.wg = a; this.j("YAxisMinorStroke"); } get xAxisLabelAngle() { return this.tj; } set xAxisLabelAngle(a) { this.tj = a; this.j("XAxisLabelAngle"); } get yAxisLabelAngle() { return this.t2; } set yAxisLabelAngle(a) { this.t2 = a; this.j("YAxisLabelAngle"); } get xAxisExtent() { return this.ti; } set xAxisExtent(a) { this.ti = a; this.j("XAxisExtent"); } get yAxisExtent() { return this.t1; } set yAxisExtent(a) { this.t1 = a; this.j("YAxisExtent"); } get xAxisMaximumExtent() { return this.tp; } set xAxisMaximumExtent(a) { this.tp = a; this.j("XAxisMaximumExtent"); } get yAxisMaximumExtent() { return this.t8; } set yAxisMaximumExtent(a) { this.t8 = a; this.j("YAxisMaximumExtent"); } get xAxisMaximumExtentPercentage() { return this.tq; } set xAxisMaximumExtentPercentage(a) { this.tq = a; this.j("XAxisMaximumExtentPercentage"); } get yAxisMaximumExtentPercentage() { return this.t9; } set yAxisMaximumExtentPercentage(a) { this.t9 = a; this.j("YAxisMaximumExtentPercentage"); } get xAxisTitleAngle() { return this.tv; } set xAxisTitleAngle(a) { this.tv = a; this.j("XAxisTitleAngle"); } get yAxisTitleAngle() { return this.ue; } set yAxisTitleAngle(a) { this.ue = a; this.j("YAxisTitleAngle"); } get xAxisInverted() { return this.te; } set xAxisInverted(a) { this.te = a; this.j("XAxisInverted"); } get yAxisInverted() { return this.tf; } set yAxisInverted(a) { this.tf = a; this.j("YAxisInverted"); } get xAxisTitleAlignment() { return this.v3; } set xAxisTitleAlignment(a) { this.v3 = a; this.j("XAxisTitleAlignment"); } get yAxisTitleAlignment() { return this.wl; } set yAxisTitleAlignment(a) { this.wl = a; this.j("YAxisTitleAlignment"); } get xAxisLabelHorizontalAlignment() { return this.vq; } set xAxisLabelHorizontalAlignment(a) { this.vq = a; this.j("XAxisLabelHorizontalAlignment"); } get yAxisLabelHorizontalAlignment() { return this.v8; } set yAxisLabelHorizontalAlignment(a) { this.v8 = a; this.j("YAxisLabelHorizontalAlignment"); } get xAxisLabelVerticalAlignment() { return this.vv; } set xAxisLabelVerticalAlignment(a) { this.vv = a; this.j("XAxisLabelVerticalAlignment"); } get yAxisLabelVerticalAlignment() { return this.wd; } set yAxisLabelVerticalAlignment(a) { this.wd = a; this.j("YAxisLabelVerticalAlignment"); } get xAxisLabelVisibility() { return this.vw; } set xAxisLabelVisibility(a) { this.vw = a; this.j("XAxisLabelVisibility"); } get yAxisLabelVisibility() { return this.we; } set yAxisLabelVisibility(a) { this.we = a; this.j("YAxisLabelVisibility"); } get yAxisLabelLocation() { return this.v9; } set yAxisLabelLocation(a) { this.v9 = a; this.j("YAxisLabelLocation"); } get xAxisLabelLocation() { return this.vr; } set xAxisLabelLocation(a) { this.vr = a; this.j("XAxisLabelLocation"); } get xAxisLabelFormat() { return this.vp; } set xAxisLabelFormat(a) { this.vp = a; this.j("XAxisLabelFormat"); } get xAxisLabelFormatSpecifiers() { return this.ta; } set xAxisLabelFormatSpecifiers(a) { this.ta = a; this.j("XAxisLabelFormatSpecifiers"); } get yAxisLabelFormat() { return this.v7; } set yAxisLabelFormat(a) { this.v7 = a; this.j("YAxisLabelFormat"); } get yAxisLabelFormatSpecifiers() { return this.tb; } set yAxisLabelFormatSpecifiers(a) { this.tb = a; this.j("YAxisLabelFormatSpecifiers"); } } XYChartDescription.$t = markType(XYChartDescription, 'XYChartDescription', DomainChartDescription.$); return XYChartDescription; })();