igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
664 lines (663 loc) • 18.9 kB
JavaScript
/*
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.u3 = null;
this.vl = null;
this.s0 = 0;
this.s2 = 0;
this.s1 = 0;
this.sz = 0;
this.tj = 0;
this.tl = 0;
this.tk = 0;
this.ti = 0;
this.u8 = null;
this.vq = null;
this.u1 = null;
this.u2 = null;
this.td = 0;
this.tw = 0;
this.tc = 0;
this.tv = 0;
this.tf = 0;
this.ty = 0;
this.te = 0;
this.tx = 0;
this.tb = 0;
this.tu = 0;
this.vj = null;
this.v1 = null;
this.u9 = null;
this.vr = null;
this.vk = null;
this.v2 = null;
this.u7 = null;
this.vp = null;
this.vc = null;
this.vu = null;
this.s3 = 0;
this.tm = 0;
this.s6 = 0;
this.tp = 0;
this.ve = null;
this.vw = null;
this.vf = null;
this.vx = null;
this.s7 = 0;
this.tq = 0;
this.s8 = 0;
this.tr = 0;
this.vg = null;
this.vy = null;
this.s9 = 0;
this.ts = 0;
this.vh = null;
this.vz = null;
this.vd = null;
this.vv = null;
this.sy = 0;
this.th = 0;
this.sx = 0;
this.tg = 0;
this.s4 = 0;
this.tn = 0;
this.s5 = 0;
this.to = 0;
this.ta = 0;
this.tt = 0;
this.st = false;
this.su = false;
this.vi = null;
this.v0 = null;
this.u5 = null;
this.vn = null;
this.va = null;
this.vs = null;
this.vb = null;
this.vt = null;
this.vo = null;
this.u6 = null;
this.u4 = null;
this.sp = null;
this.vm = null;
this.sq = null;
}
get_type() {
return "XYChart";
}
get xAxisFormatLabelRef() {
return this.u3;
}
set xAxisFormatLabelRef(a) {
this.u3 = a;
this.g("XAxisFormatLabelRef");
}
get yAxisFormatLabelRef() {
return this.vl;
}
set yAxisFormatLabelRef(a) {
this.vl = a;
this.g("YAxisFormatLabelRef");
}
get xAxisLabelLeftMargin() {
return this.s0;
}
set xAxisLabelLeftMargin(a) {
this.s0 = a;
this.g("XAxisLabelLeftMargin");
}
get xAxisLabelTopMargin() {
return this.s2;
}
set xAxisLabelTopMargin(a) {
this.s2 = a;
this.g("XAxisLabelTopMargin");
}
get xAxisLabelRightMargin() {
return this.s1;
}
set xAxisLabelRightMargin(a) {
this.s1 = a;
this.g("XAxisLabelRightMargin");
}
get xAxisLabelBottomMargin() {
return this.sz;
}
set xAxisLabelBottomMargin(a) {
this.sz = a;
this.g("XAxisLabelBottomMargin");
}
get yAxisLabelLeftMargin() {
return this.tj;
}
set yAxisLabelLeftMargin(a) {
this.tj = a;
this.g("YAxisLabelLeftMargin");
}
get yAxisLabelTopMargin() {
return this.tl;
}
set yAxisLabelTopMargin(a) {
this.tl = a;
this.g("YAxisLabelTopMargin");
}
get yAxisLabelRightMargin() {
return this.tk;
}
set yAxisLabelRightMargin(a) {
this.tk = a;
this.g("YAxisLabelRightMargin");
}
get yAxisLabelBottomMargin() {
return this.ti;
}
set yAxisLabelBottomMargin(a) {
this.ti = a;
this.g("YAxisLabelBottomMargin");
}
get xAxisLabelTextColor() {
return this.u8;
}
set xAxisLabelTextColor(a) {
this.u8 = a;
this.g("XAxisLabelTextColor");
}
get yAxisLabelTextColor() {
return this.vq;
}
set yAxisLabelTextColor(a) {
this.vq = a;
this.g("YAxisLabelTextColor");
}
get actualXAxisLabelTextColor() {
return this.u1;
}
set actualXAxisLabelTextColor(a) {
this.u1 = a;
this.g("ActualXAxisLabelTextColor");
}
get actualYAxisLabelTextColor() {
return this.u2;
}
set actualYAxisLabelTextColor(a) {
this.u2 = a;
this.g("ActualYAxisLabelTextColor");
}
get xAxisTitleMargin() {
return this.td;
}
set xAxisTitleMargin(a) {
this.td = a;
this.g("XAxisTitleMargin");
}
get yAxisTitleMargin() {
return this.tw;
}
set yAxisTitleMargin(a) {
this.tw = a;
this.g("YAxisTitleMargin");
}
get xAxisTitleLeftMargin() {
return this.tc;
}
set xAxisTitleLeftMargin(a) {
this.tc = a;
this.g("XAxisTitleLeftMargin");
}
get yAxisTitleLeftMargin() {
return this.tv;
}
set yAxisTitleLeftMargin(a) {
this.tv = a;
this.g("YAxisTitleLeftMargin");
}
get xAxisTitleTopMargin() {
return this.tf;
}
set xAxisTitleTopMargin(a) {
this.tf = a;
this.g("XAxisTitleTopMargin");
}
get yAxisTitleTopMargin() {
return this.ty;
}
set yAxisTitleTopMargin(a) {
this.ty = a;
this.g("YAxisTitleTopMargin");
}
get xAxisTitleRightMargin() {
return this.te;
}
set xAxisTitleRightMargin(a) {
this.te = a;
this.g("XAxisTitleRightMargin");
}
get yAxisTitleRightMargin() {
return this.tx;
}
set yAxisTitleRightMargin(a) {
this.tx = a;
this.g("YAxisTitleRightMargin");
}
get xAxisTitleBottomMargin() {
return this.tb;
}
set xAxisTitleBottomMargin(a) {
this.tb = a;
this.g("XAxisTitleBottomMargin");
}
get yAxisTitleBottomMargin() {
return this.tu;
}
set yAxisTitleBottomMargin(a) {
this.tu = a;
this.g("YAxisTitleBottomMargin");
}
get xAxisTitleTextColor() {
return this.vj;
}
set xAxisTitleTextColor(a) {
this.vj = a;
this.g("XAxisTitleTextColor");
}
get yAxisTitleTextColor() {
return this.v1;
}
set yAxisTitleTextColor(a) {
this.v1 = a;
this.g("YAxisTitleTextColor");
}
get xAxisLabelTextStyle() {
return this.u9;
}
set xAxisLabelTextStyle(a) {
this.u9 = a;
this.g("XAxisLabelTextStyle");
}
get yAxisLabelTextStyle() {
return this.vr;
}
set yAxisLabelTextStyle(a) {
this.vr = a;
this.g("YAxisLabelTextStyle");
}
get xAxisTitleTextStyle() {
return this.vk;
}
set xAxisTitleTextStyle(a) {
this.vk = a;
this.g("XAxisTitleTextStyle");
}
get yAxisTitleTextStyle() {
return this.v2;
}
set yAxisTitleTextStyle(a) {
this.v2 = a;
this.g("YAxisTitleTextStyle");
}
get xAxisLabelRef() {
return this.u7;
}
set xAxisLabelRef(a) {
this.u7 = a;
this.g("XAxisLabelRef");
}
get yAxisLabelRef() {
return this.vp;
}
set yAxisLabelRef(a) {
this.vp = a;
this.g("YAxisLabelRef");
}
get xAxisMajorStroke() {
return this.vc;
}
set xAxisMajorStroke(a) {
this.vc = a;
this.g("XAxisMajorStroke");
}
get yAxisMajorStroke() {
return this.vu;
}
set yAxisMajorStroke(a) {
this.vu = a;
this.g("YAxisMajorStroke");
}
get xAxisMajorStrokeThickness() {
return this.s3;
}
set xAxisMajorStrokeThickness(a) {
this.s3 = a;
this.g("XAxisMajorStrokeThickness");
}
get yAxisMajorStrokeThickness() {
return this.tm;
}
set yAxisMajorStrokeThickness(a) {
this.tm = a;
this.g("YAxisMajorStrokeThickness");
}
get xAxisMinorStrokeThickness() {
return this.s6;
}
set xAxisMinorStrokeThickness(a) {
this.s6 = a;
this.g("XAxisMinorStrokeThickness");
}
get yAxisMinorStrokeThickness() {
return this.tp;
}
set yAxisMinorStrokeThickness(a) {
this.tp = a;
this.g("YAxisMinorStrokeThickness");
}
get xAxisStrip() {
return this.ve;
}
set xAxisStrip(a) {
this.ve = a;
this.g("XAxisStrip");
}
get yAxisStrip() {
return this.vw;
}
set yAxisStrip(a) {
this.vw = a;
this.g("YAxisStrip");
}
get xAxisStroke() {
return this.vf;
}
set xAxisStroke(a) {
this.vf = a;
this.g("XAxisStroke");
}
get yAxisStroke() {
return this.vx;
}
set yAxisStroke(a) {
this.vx = a;
this.g("YAxisStroke");
}
get xAxisStrokeThickness() {
return this.s7;
}
set xAxisStrokeThickness(a) {
this.s7 = a;
this.g("XAxisStrokeThickness");
}
get yAxisStrokeThickness() {
return this.tq;
}
set yAxisStrokeThickness(a) {
this.tq = a;
this.g("YAxisStrokeThickness");
}
get xAxisTickLength() {
return this.s8;
}
set xAxisTickLength(a) {
this.s8 = a;
this.g("XAxisTickLength");
}
get yAxisTickLength() {
return this.tr;
}
set yAxisTickLength(a) {
this.tr = a;
this.g("YAxisTickLength");
}
get xAxisTickStroke() {
return this.vg;
}
set xAxisTickStroke(a) {
this.vg = a;
this.g("XAxisTickStroke");
}
get yAxisTickStroke() {
return this.vy;
}
set yAxisTickStroke(a) {
this.vy = a;
this.g("YAxisTickStroke");
}
get xAxisTickStrokeThickness() {
return this.s9;
}
set xAxisTickStrokeThickness(a) {
this.s9 = a;
this.g("XAxisTickStrokeThickness");
}
get yAxisTickStrokeThickness() {
return this.ts;
}
set yAxisTickStrokeThickness(a) {
this.ts = a;
this.g("YAxisTickStrokeThickness");
}
get xAxisTitle() {
return this.vh;
}
set xAxisTitle(a) {
this.vh = a;
this.g("XAxisTitle");
}
get yAxisTitle() {
return this.vz;
}
set yAxisTitle(a) {
this.vz = a;
this.g("YAxisTitle");
}
get xAxisMinorStroke() {
return this.vd;
}
set xAxisMinorStroke(a) {
this.vd = a;
this.g("XAxisMinorStroke");
}
get yAxisMinorStroke() {
return this.vv;
}
set yAxisMinorStroke(a) {
this.vv = a;
this.g("YAxisMinorStroke");
}
get xAxisLabelAngle() {
return this.sy;
}
set xAxisLabelAngle(a) {
this.sy = a;
this.g("XAxisLabelAngle");
}
get yAxisLabelAngle() {
return this.th;
}
set yAxisLabelAngle(a) {
this.th = a;
this.g("YAxisLabelAngle");
}
get xAxisExtent() {
return this.sx;
}
set xAxisExtent(a) {
this.sx = a;
this.g("XAxisExtent");
}
get yAxisExtent() {
return this.tg;
}
set yAxisExtent(a) {
this.tg = a;
this.g("YAxisExtent");
}
get xAxisMaximumExtent() {
return this.s4;
}
set xAxisMaximumExtent(a) {
this.s4 = a;
this.g("XAxisMaximumExtent");
}
get yAxisMaximumExtent() {
return this.tn;
}
set yAxisMaximumExtent(a) {
this.tn = a;
this.g("YAxisMaximumExtent");
}
get xAxisMaximumExtentPercentage() {
return this.s5;
}
set xAxisMaximumExtentPercentage(a) {
this.s5 = a;
this.g("XAxisMaximumExtentPercentage");
}
get yAxisMaximumExtentPercentage() {
return this.to;
}
set yAxisMaximumExtentPercentage(a) {
this.to = a;
this.g("YAxisMaximumExtentPercentage");
}
get xAxisTitleAngle() {
return this.ta;
}
set xAxisTitleAngle(a) {
this.ta = a;
this.g("XAxisTitleAngle");
}
get yAxisTitleAngle() {
return this.tt;
}
set yAxisTitleAngle(a) {
this.tt = a;
this.g("YAxisTitleAngle");
}
get xAxisInverted() {
return this.st;
}
set xAxisInverted(a) {
this.st = a;
this.g("XAxisInverted");
}
get yAxisInverted() {
return this.su;
}
set yAxisInverted(a) {
this.su = a;
this.g("YAxisInverted");
}
get xAxisTitleAlignment() {
return this.vi;
}
set xAxisTitleAlignment(a) {
this.vi = a;
this.g("XAxisTitleAlignment");
}
get yAxisTitleAlignment() {
return this.v0;
}
set yAxisTitleAlignment(a) {
this.v0 = a;
this.g("YAxisTitleAlignment");
}
get xAxisLabelHorizontalAlignment() {
return this.u5;
}
set xAxisLabelHorizontalAlignment(a) {
this.u5 = a;
this.g("XAxisLabelHorizontalAlignment");
}
get yAxisLabelHorizontalAlignment() {
return this.vn;
}
set yAxisLabelHorizontalAlignment(a) {
this.vn = a;
this.g("YAxisLabelHorizontalAlignment");
}
get xAxisLabelVerticalAlignment() {
return this.va;
}
set xAxisLabelVerticalAlignment(a) {
this.va = a;
this.g("XAxisLabelVerticalAlignment");
}
get yAxisLabelVerticalAlignment() {
return this.vs;
}
set yAxisLabelVerticalAlignment(a) {
this.vs = a;
this.g("YAxisLabelVerticalAlignment");
}
get xAxisLabelVisibility() {
return this.vb;
}
set xAxisLabelVisibility(a) {
this.vb = a;
this.g("XAxisLabelVisibility");
}
get yAxisLabelVisibility() {
return this.vt;
}
set yAxisLabelVisibility(a) {
this.vt = a;
this.g("YAxisLabelVisibility");
}
get yAxisLabelLocation() {
return this.vo;
}
set yAxisLabelLocation(a) {
this.vo = a;
this.g("YAxisLabelLocation");
}
get xAxisLabelLocation() {
return this.u6;
}
set xAxisLabelLocation(a) {
this.u6 = a;
this.g("XAxisLabelLocation");
}
get xAxisLabelFormat() {
return this.u4;
}
set xAxisLabelFormat(a) {
this.u4 = a;
this.g("XAxisLabelFormat");
}
get xAxisLabelFormatSpecifiers() {
return this.sp;
}
set xAxisLabelFormatSpecifiers(a) {
this.sp = a;
this.g("XAxisLabelFormatSpecifiers");
}
get yAxisLabelFormat() {
return this.vm;
}
set yAxisLabelFormat(a) {
this.vm = a;
this.g("YAxisLabelFormat");
}
get yAxisLabelFormatSpecifiers() {
return this.sq;
}
set yAxisLabelFormatSpecifiers(a) {
this.sq = a;
this.g("YAxisLabelFormatSpecifiers");
}
}
XYChartDescription.$t = markType(XYChartDescription, 'XYChartDescription', DomainChartDescription.$);
return XYChartDescription;
})();