UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

1,534 lines (1,533 loc) 46.8 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 { DomainChart } from "./DomainChart"; import { fromEnum, enumGetBox, markType } from "igniteui-react-core"; import { HorizontalAlignment_$type } from "igniteui-react-core"; import { VerticalAlignment_$type } from "igniteui-react-core"; import { Visibility_$type } from "igniteui-react-core"; import { YAxisLabelLocation_$type } from "./YAxisLabelLocation"; import { XAxisLabelLocation_$type } from "./XAxisLabelLocation"; import { AxisLabelSettings } from "./AxisLabelSettings"; import { AxisDefaults } from "./AxisDefaults"; import { TitleSettings } from "./TitleSettings"; import { ScalerParams } from "./ScalerParams"; import { DeviceUtils } from "igniteui-react-core"; /** * @hidden */ export let XYChart = /*@__PURE__*/ (() => { class XYChart extends DomainChart { constructor() { super(...arguments); this.abl = null; this.abm = null; this.ab2 = 0; this.ab4 = 5; this.ab3 = 0; this.ab1 = 5; this.acl = 5; this.acn = 0; this.acm = 5; this.ack = 0; this.aho = null; this.ahv = null; this.ahm = null; this.ahn = null; this.acf = 0; this.acy = 0; this.ace = NaN; this.acx = NaN; this.ach = NaN; this.ac0 = NaN; this.acg = NaN; this.acz = NaN; this.acd = NaN; this.acw = NaN; this.ahu = null; this.ah1 = null; this.aec = null; this.aeg = null; this.aee = null; this.aei = null; this.ad7 = null; this.ad8 = null; this.ahp = null; this.ahw = null; this.ab5 = DeviceUtils.g(1); this.aco = DeviceUtils.g(1); this.ab8 = DeviceUtils.g(1); this.acr = DeviceUtils.g(1); this.ahr = null; this.ahy = null; this.ahs = null; this.ahz = null; this.ab9 = DeviceUtils.g(1); this.acs = DeviceUtils.g(1); this.aca = DeviceUtils.g(8); this.act = 0; this.aht = null; this.ah0 = null; this.acb = DeviceUtils.g(1); this.acu = DeviceUtils.g(1); this.aed = null; this.aeh = null; this.ahq = null; this.ahx = null; this.ab0 = 0; this.acj = 0; this.abz = NaN; this.aci = NaN; this.ab6 = NaN; this.acp = NaN; this.ab7 = NaN; this.acq = NaN; this.acc = 0; this.acv = -90; this.abv = false; this.abw = false; this.ahh = 1; this.aik = 1; this.ahg = 1; this.ahi = 2; this.aii = 0; this.aij = 1; this.aio = 0; this.aip = 0; this.abt = 4; this.abr = 4; this.aeb = null; this.abf = null; this.aef = null; this.abg = null; } provideContainer(a) { if (a != null) { let b = this.abj(); let c = this.abk(); if (b != null) { b.provideRenderer(a); } if (c != null) { c.provideRenderer(a); } } super.provideContainer(a); } v9() { super.v9(); let a = this.abj(); let b = this.abk(); if (a != null && a.a4 != null) { this.ah4 = a.a4.textColor; } if (b != null && b.a4 != null) { this.aib = b.a4.textColor; } this.ah9 = AxisDefaults.axis_TickBrush; this.aig = AxisDefaults.axis_TickBrush; this.ah5 = AxisDefaults.axis_MajorBrush; this.aic = AxisDefaults.axis_MajorBrush; this.ah8 = AxisDefaults.axis_LineBrush; this.aif = AxisDefaults.axis_LineBrush; } w5(a, b, c) { super.w5(a, b, c); switch (a) { case "XAxisLabelLeftMargin": this.ag8((d) => d.leftMargin = this.ac8); break; case "XAxisLabelTopMargin": this.ag8((d) => d.topMargin = this.ada); break; case "XAxisLabelRightMargin": this.ag8((d) => d.rightMargin = this.ac9); break; case "XAxisLabelBottomMargin": this.ag8((d) => d.bottomMargin = this.ac7); break; case "YAxisLabelLeftMargin": this.ahd((d) => d.leftMargin = this.adr); break; case "YAxisLabelTopMargin": this.ahd((d) => d.topMargin = this.adt); break; case "YAxisLabelRightMargin": this.ahd((d) => d.rightMargin = this.ads); break; case "YAxisLabelBottomMargin": this.ahd((d) => d.bottomMargin = this.adq); break; case "ActualItemsSource": case "ShouldDisplayMockData": case "ShouldUseSkeletonStyleForMockData": this.ah2 = this.aad(this.ah4); this.ah3 = this.aad(this.aib); break; case "XAxisLabelTextColor": this.ah2 = this.aad(this.ah4); break; case "YAxisLabelTextColor": this.ah3 = this.aad(this.aib); break; case "ActualXAxisLabelTextColor": this.ag8((d) => d.textColor = this.ah2); break; case "ActualYAxisLabelTextColor": this.ahd((d) => d.textColor = this.ah3); break; case "XAxisTitleMargin": this.aha((d) => d.margin = this.adl); break; case "YAxisTitleMargin": this.ahf((d) => d.margin = this.ad4); break; case "XAxisTitleLeftMargin": this.aha((d) => d.leftMargin = this.adk); break; case "YAxisTitleLeftMargin": this.ahf((d) => d.leftMargin = this.ad3); break; case "XAxisTitleTopMargin": this.aha((d) => d.topMargin = this.adn); break; case "YAxisTitleTopMargin": this.ahf((d) => d.topMargin = this.ad6); break; case "XAxisTitleRightMargin": this.aha((d) => d.rightMargin = this.adm); break; case "YAxisTitleRightMargin": this.ahf((d) => d.rightMargin = this.ad5); break; case "XAxisTitleBottomMargin": this.aha((d) => d.bottomMargin = this.adj); break; case "YAxisTitleBottomMargin": this.ahf((d) => d.bottomMargin = this.ad2); break; case "XAxisTitleTextColor": this.aha((d) => d.textColor = this.aia); break; case "YAxisTitleTextColor": this.ahf((d) => d.textColor = this.aih); break; case "XAxisFormatLabel": this.ag6((d) => d.az = this.abn); break; case "YAxisFormatLabel": this.ahb((d) => d.az = this.abo); break; } } get abn() { return this.abl; } set abn(a) { let b = this.abn; if (a != b) { this.abl = a; this.w1("XAxisFormatLabel", b, this.abn); } } get abo() { return this.abm; } set abo(a) { let b = this.abo; if (a != b) { this.abm = a; this.w1("YAxisFormatLabel", b, this.abo); } } get ac8() { return this.ab2; } set ac8(a) { let b = this.ac8; if (a != b) { this.ab2 = a; this.w1("XAxisLabelLeftMargin", b, this.ac8); } } get ada() { return this.ab4; } set ada(a) { let b = this.ada; if (a != b) { this.ab4 = a; this.w1("XAxisLabelTopMargin", b, this.ada); } } get ac9() { return this.ab3; } set ac9(a) { let b = this.ac9; if (a != b) { this.ab3 = a; this.w1("XAxisLabelRightMargin", b, this.ac9); } } get ac7() { return this.ab1; } set ac7(a) { let b = this.ac7; if (a != b) { this.ab1 = a; this.w1("XAxisLabelBottomMargin", b, this.ac7); } } get adr() { return this.acl; } set adr(a) { let b = this.adr; if (a != b) { this.acl = a; this.w1("YAxisLabelLeftMargin", b, this.adr); } } get adt() { return this.acn; } set adt(a) { let b = this.adt; if (a != b) { this.acn = a; this.w1("YAxisLabelTopMargin", b, this.adt); } } get ads() { return this.acm; } set ads(a) { let b = this.ads; if (a != b) { this.acm = a; this.w1("YAxisLabelRightMargin", b, this.ads); } } get adq() { return this.ack; } set adq(a) { let b = this.adq; if (a != b) { this.ack = a; this.w1("YAxisLabelBottomMargin", b, this.adq); } } get ah4() { return this.aho; } set ah4(a) { let b = this.ah4; if (a != b) { this.aho = a; this.w1("XAxisLabelTextColor", b, this.ah4); } } get aib() { return this.ahv; } set aib(a) { let b = this.aib; if (a != b) { this.ahv = a; this.w1("YAxisLabelTextColor", b, this.aib); } } get ah2() { return this.ahm; } set ah2(a) { let b = this.ahm; if (a != b) { this.ahm = a; this.w1("ActualXAxisLabelTextColor", b, this.ah2); } } get ah3() { return this.ahn; } set ah3(a) { let b = this.ahn; if (a != b) { this.ahn = a; this.w1("ActualYAxisLabelTextColor", b, this.ah3); } } get adl() { return this.acf; } set adl(a) { let b = this.adl; if (a != b) { this.acf = a; this.w1("XAxisTitleMargin", b, this.adl); } } get ad4() { return this.acy; } set ad4(a) { let b = this.ad4; if (a != b) { this.acy = a; this.w1("YAxisTitleMargin", b, this.ad4); } } get adk() { return this.ace; } set adk(a) { let b = this.adk; if (a != b) { this.ace = a; this.w1("XAxisTitleLeftMargin", b, this.adk); } } get ad3() { return this.acx; } set ad3(a) { let b = this.ad3; if (a != b) { this.acx = a; this.w1("YAxisTitleLeftMargin", b, this.ad3); } } get adn() { return this.ach; } set adn(a) { let b = this.adn; if (a != b) { this.ach = a; this.w1("XAxisTitleTopMargin", b, this.adn); } } get ad6() { return this.ac0; } set ad6(a) { let b = this.ad6; if (a != b) { this.ac0 = a; this.w1("YAxisTitleTopMargin", b, this.ad6); } } get adm() { return this.acg; } set adm(a) { let b = this.adm; if (a != b) { this.acg = a; this.w1("XAxisTitleRightMargin", b, this.adm); } } get ad5() { return this.acz; } set ad5(a) { let b = this.ad5; if (a != b) { this.acz = a; this.w1("YAxisTitleRightMargin", b, this.ad5); } } get adj() { return this.acd; } set adj(a) { let b = this.adj; if (a != b) { this.acd = a; this.w1("XAxisTitleBottomMargin", b, this.adj); } } get ad2() { return this.acw; } set ad2(a) { let b = this.ad2; if (a != b) { this.acw = a; this.w1("YAxisTitleBottomMargin", b, this.ad2); } } get aia() { return this.ahu; } set aia(a) { let b = this.aia; if (a != b) { this.ahu = a; this.w1("XAxisTitleTextColor", b, this.aia); } } get aih() { return this.ah1; } set aih(a) { let b = this.aih; if (a != b) { this.ah1 = a; this.w1("YAxisTitleTextColor", b, this.aih); } } w6(a, b, c) { super.w6(a, b, c); switch (a) { case "XAxisLabelTextStyle": this.ag8((d) => d.textStyle = this.ae0); break; case "YAxisLabelTextStyle": this.ahd((d) => d.textStyle = this.af7); break; case "XAxisTitleTextStyle": this.aha((d) => d.textStyle = this.afq); break; case "YAxisTitleTextStyle": this.ahf((d) => d.textStyle = this.agx); break; } } get ae0() { return this.aec; } set ae0(a) { let b = this.ae0; if (a != b) { this.aec = a; this.w1("XAxisLabelTextStyle", b, this.ae0); } } get af7() { return this.aeg; } set af7(a) { let b = this.af7; if (a != b) { this.aeg = a; this.w1("YAxisLabelTextStyle", b, this.af7); } } get afq() { return this.aee; } set afq(a) { let b = this.afq; if (a != b) { this.aee = a; this.w1("XAxisTitleTextStyle", b, this.afq); } } get agx() { return this.aei; } set agx(a) { let b = this.agx; if (a != b) { this.aei = a; this.w1("YAxisTitleTextStyle", b, this.agx); } } ag3(a) { this.ag0(a, (b) => b.leftMargin = this.ac8); this.ag0(a, (b) => b.topMargin = this.ada); this.ag0(a, (b) => b.rightMargin = this.ac9); this.ag0(a, (b) => b.bottomMargin = this.ac7); this.ag0(a, (b) => b.textColor = this.ah2); this.ag1(a, (b) => b.textColor = this.aia); this.ag1(a, (b) => b.leftMargin = this.adk); this.ag1(a, (b) => b.topMargin = this.adn); this.ag1(a, (b) => b.rightMargin = this.adm); this.ag1(a, (b) => b.bottomMargin = this.adj); this.ag0(a, (b) => b.textStyle = this.ae0); this.ag1(a, (b) => b.textStyle = this.afq); } ag5(a) { this.ag0(a, (b) => b.leftMargin = this.adr); this.ag0(a, (b) => b.topMargin = this.adt); this.ag0(a, (b) => b.rightMargin = this.ads); this.ag0(a, (b) => b.bottomMargin = this.adq); this.ag0(a, (b) => b.textColor = this.ah3); this.ag1(a, (b) => b.textColor = this.aih); this.ag1(a, (b) => b.leftMargin = this.ad3); this.ag1(a, (b) => b.topMargin = this.ad6); this.ag1(a, (b) => b.rightMargin = this.ad5); this.ag1(a, (b) => b.bottomMargin = this.ad2); this.ag0(a, (b) => b.textStyle = this.af7); this.ag1(a, (b) => b.textStyle = this.agx); } x0(a) { let b = this.bf(a); let c = this.de(a, b); if (c == null) { return; } c.itemsSource = this.ij(a); if (a.highlightedData != null) { c.highlightedItemsSource = this.ik(a); } c.name = this.rg(a); c.title = this.rh(a, b); this.dataChart.series.add(c); } ag6(a) { this.ag7(a, null); } ag7(a, b) { a(this.abj()); } ahc(a, b) { a(this.abk()); } ahb(a) { this.ahc(a, true); } vs(a, b) { this.ag6(a); this.ahc(a, b); } aha(a) { this.ag1(this.abj(), a); } ahf(a) { this.ag1(this.abk(), a); } ahd(a) { this.ag0(this.abk(), a); } ag8(a) { this.ag0(this.abj(), a); } ac1(a) { let b = this.abj(); return b.f6(a, new ScalerParams(1, this.aam, this.aal, b.dn)); } ac3(a) { let b = this.abj(); return b.f9(a, new ScalerParams(1, this.aam, this.aal, b.dn)); } ac2(a) { let b = this.abk(); return b.f6(a, new ScalerParams(1, this.aam, this.aal, b.dn)); } ac4(a) { let b = this.abk(); return b.f9(a, new ScalerParams(1, this.aam, this.aal, b.dn)); } xx(a) { super.xx(a); if (a == null) { return; } if (a.axes != null) { let b = this.abj(); let c = this.abk(); if (a.axes.contains(b)) { a.axes.remove(b); } if (a.axes.contains(c)) { a.axes.remove(c); } } } static ael(a, b) { for (let c of fromEnum(b)) { let d = c.findMatchingHint(16); if (d != null) { let e = d.path; return e; } } return null; } v4(a, b) { super.v4(a, b); if (a == this.dataChart) { this.dataChart.axes.add(this.abj()); this.dataChart.axes.add(this.abk()); } } ag2(a) { if (a != null && this.mi != null && a.ha == null) { a.provideRenderer(this.mi); } a.ol = this.ah5; a.ge = this.adb; a.om = this.ah6; a.gh = this.ade; a.op = this.ah8; a.g5 = this.adf; a.oo = this.ah7; a.g6 = this.adg; a.oq = this.ah9; a.g7 = this.adh; a.eg = true; a.d6 = this.shouldAvoidAxisAnnotationCollisions; a.d8 = this.shouldAvoidAxisAnnotationCollisions; let b = a == this.abj(); if (b) { a.j3 = this.afh; } a.hx = this.ad9; a.jb = this.aer; a.ah = this.abh; this.ag0(a, (c) => c.angle = this.ac6); this.ag0(a, (c) => { if (c.extent != this.ac5) { c.extent = this.ac5; } }); this.ag0(a, (c) => { if (c.maximumExtent != this.adc) { c.maximumExtent = this.adc; } }); this.ag0(a, (c) => { if (c.maximumExtentPercentage != this.add) { c.maximumExtentPercentage = this.add; } }); this.ag0(a, (c) => c.horizontalAlignment = this.ahj); this.ag0(a, (c) => c.verticalAlignment = this.ail); this.ag0(a, (c) => c.visibility = this.aiq); this.ag0(a, (c) => c.location = this.abp(this.abs)); this.ag1(a, (c) => c.horizontalAlignment = this.ahk); this.ag1(a, (c) => c.angle = this.adi); this.ag3(a); } ag4(a) { if (a == null) { return; } if (this.mi != null && a.ha == null) { a.provideRenderer(this.mi); } a.d6 = this.shouldAvoidAxisAnnotationCollisions; a.d8 = this.shouldAvoidAxisAnnotationCollisions; this.ag0(a, (b) => b.angle = this.adp); this.ag0(a, (b) => { if (b.extent != this.ado) { b.extent = this.ado; } }); this.ag0(a, (b) => { if (b.maximumExtent != this.adv) { b.maximumExtent = this.adv; } }); this.ag0(a, (b) => { if (b.maximumExtentPercentage != this.adw) { b.maximumExtentPercentage = this.adw; } }); this.ag0(a, (b) => b.horizontalAlignment = this.ahl); this.ag0(a, (b) => b.verticalAlignment = this.aim); this.ag0(a, (b) => b.visibility = this.air); this.ag0(a, (b) => b.location = this.abq(this.abu)); this.ag1(a, (b) => b.verticalAlignment = this.ain); this.ag1(a, (b) => b.angle = this.ad1); a.ol = this.aic; a.ge = this.adu; a.om = this.aid; a.gh = this.adx; a.op = this.aif; a.g5 = this.ady; a.oo = this.aie; a.g6 = this.adz; a.oq = this.aig; a.g7 = this.ad0; let b = a == this.abk(); if (b) { a.j3 = this.ago; } a.jb = this.afy; a.ah = this.abi; this.ag5(a); } v1() { super.v1(); this.ag2(this.abj()); this.ag4(this.abk()); } ag0(a, b) { if (a == null) { return; } if (a.a4 == null) { a.a4 = new AxisLabelSettings(); a.a4.angle = a.fs(); a.a4.bottomMargin = a.ft(); a.a4.leftMargin = a.fu(); a.a4.rightMargin = a.fv(); a.a4.topMargin = a.fw(); a.a4.horizontalAlignment = a.n9(); a.a4.location = a.a6(); a.a4.verticalAlignment = a.pe(); } b(a.a4); } ag1(a, b) { if (a == null) { return; } if (a.b4 == null) { a.b4 = new TitleSettings(); a.b4.bottomMargin = a.fy(); a.b4.leftMargin = a.fz(); a.b4.rightMargin = a.f0(); a.b4.topMargin = a.f1(); a.b4.location = a.a7(); a.b4.angle = a.fx(); a.b4.horizontalAlignment = a.oa(); a.b4.verticalAlignment = a.pf(); } b(a.b4); } w1(a, b, c) { super.w1(a, b, c); switch (a) { case "XAxisLabelAngle": this.ag8((d) => d.angle = this.ac6); break; case "YAxisLabelAngle": this.ahd((d) => d.angle = this.adp); break; case "XAxisLabelHorizontalAlignment": this.ag8((d) => d.horizontalAlignment = this.ahj); break; case "YAxisLabelHorizontalAlignment": this.ahd((d) => d.horizontalAlignment = this.ahl); break; case "XAxisLabelVerticalAlignment": this.ag8((d) => d.verticalAlignment = this.ail); break; case "YAxisLabelVerticalAlignment": this.ahd((d) => d.verticalAlignment = this.aim); break; case "XAxisLabelVisibility": this.ag8((d) => d.visibility = this.aiq); break; case "YAxisLabelVisibility": this.ahd((d) => d.visibility = this.air); break; case "XAxisLabel": this.ag6((d) => d.hx = this.ad9); break; case "YAxisLabel": this.ahb((d) => d.hx = this.aea); break; case "XAxisLabelFormat": this.ag6((d) => d.jb = this.aer); break; case "XAxisLabelFormatSpecifiers": this.ag6((d) => d.ah = this.abh); break; case "YAxisLabelFormat": this.ahb((d) => d.jb = this.afy); break; case "YAxisLabelFormatSpecifiers": this.ahb((d) => d.ah = this.abi); break; case "XAxisTitleAngle": this.aha((d) => d.angle = this.adi); break; case "YAxisTitleAngle": this.ahf((d) => d.angle = this.ad1); break; case "XAxisTitleAlignment": this.aha((d) => d.horizontalAlignment = this.ahk); break; case "YAxisTitleAlignment": this.ahf((d) => d.verticalAlignment = this.ain); break; case "XAxisTitle": this.ag6((d) => d.j3 = this.afh); break; case "YAxisTitle": this.ahc((d) => d.j3 = this.ago, false); break; case "XAxisMajorStroke": this.ag7((d) => d.ol = this.ah5, a); break; case "YAxisMajorStroke": this.ahb((d) => d.ol = this.aic); break; case "XAxisMajorStrokeThickness": this.ag7((d) => d.ge = this.adb, a); break; case "YAxisMajorStrokeThickness": this.ahb((d) => d.ge = this.adu); break; case "XAxisMinorStroke": this.ag6((d) => d.om = this.ah6); break; case "YAxisMinorStroke": this.ahb((d) => d.om = this.aid); break; case "XAxisMinorStrokeThickness": this.ag6((d) => d.gh = this.ade); break; case "YAxisMinorStrokeThickness": this.ahb((d) => d.gh = this.adx); break; case "XAxisTickLength": this.ag6((d) => d.g6 = this.adg); break; case "YAxisTickLength": this.ahb((d) => d.g6 = this.adz); break; case "XAxisTickStroke": this.ag6((d) => d.oq = this.ah9); break; case "YAxisTickStroke": this.ahb((d) => d.oq = this.aig); break; case "XAxisTickStrokeThickness": this.ag6((d) => d.g7 = this.adh); break; case "YAxisTickStrokeThickness": this.ahb((d) => d.g7 = this.ad0); break; case "XAxisStroke": this.ag6((d) => d.op = this.ah8); break; case "YAxisStroke": this.ahb((d) => d.op = this.aif); break; case "XAxisStrokeThickness": this.ag6((d) => d.g5 = this.adf); break; case "YAxisStrokeThickness": this.ahb((d) => d.g5 = this.ady); break; case "XAxisExtent": this.ag8((d) => d.extent = this.ac5); break; case "YAxisExtent": this.ahd((d) => d.extent = this.ado); break; case "XAxisMaximumExtent": this.ag8((d) => d.maximumExtent = this.adc); break; case "YAxisMaximumExtent": this.ahd((d) => d.maximumExtent = this.adv); break; case "XAxisMaximumExtentPercentage": this.ag8((d) => d.maximumExtentPercentage = this.add); break; case "YAxisMaximumExtentPercentage": this.ahd((d) => d.maximumExtentPercentage = this.adw); break; case "XAxisStrip": this.ag6((d) => d.oo = this.ah7); break; case "YAxisStrip": this.ahb((d) => d.oo = this.aie); break; case "XAxisInverted": this.ag6((d) => d.dn = this.abx); break; case "YAxisInverted": this.ahb((d) => d.dn = this.aby); break; case "YAxisLabelLocation": this.ahe(); break; case "XAxisLabelLocation": this.ag9(); break; } } ahe() { let a = this.abq(this.abu); if (a == 2 || a == 7) { this.ahl = 2; } else { this.ahl = 0; } this.ahd((b) => b.location = a); } ag9() { let a = this.abp(this.abs); if (a == 1 || a == 5) { this.ail = 0; } else { this.ail = 2; } this.ag8((b) => b.location = a); } abq(a) { if (a == 0) { return 2; } else if (a == 1) { return 3; } else if (a == 3) { return 7; } else if (a == 2) { return 6; } else { if (this.cd == 1) { return 3; } else { return 2; } } } abp(a) { if (a == 1) { return 1; } else if (a == 0) { return 0; } else if (a == 3) { return 5; } else if (a == 2) { return 4; } else { return 1; } } get ad9() { return this.ad7; } set ad9(a) { let b = this.ad9; if (a != b) { this.ad7 = a; this.w1("XAxisLabel", b, this.ad9); } } get aea() { return this.ad8; } set aea(a) { let b = this.aea; if (a != b) { this.ad8 = a; this.w1("YAxisLabel", b, this.aea); } } get ah5() { return this.ahp; } set ah5(a) { let b = this.ah5; if (a != b) { this.ahp = a; this.w1("XAxisMajorStroke", b, this.ah5); } } get aic() { return this.ahw; } set aic(a) { let b = this.aic; if (a != b) { this.ahw = a; this.w1("YAxisMajorStroke", b, this.aic); } } get adb() { return this.ab5; } set adb(a) { let b = this.adb; if (a != b) { this.ab5 = a; this.w1("XAxisMajorStrokeThickness", b, this.adb); } } get adu() { return this.aco; } set adu(a) { let b = this.adu; if (a != b) { this.aco = a; this.w1("YAxisMajorStrokeThickness", b, this.adu); } } get ade() { return this.ab8; } set ade(a) { let b = this.ade; if (a != b) { this.ab8 = a; this.w1("XAxisMinorStrokeThickness", b, this.ade); } } get adx() { return this.acr; } set adx(a) { let b = this.adx; if (a != b) { this.acr = a; this.w1("YAxisMinorStrokeThickness", b, this.adx); } } get ah7() { return this.ahr; } set ah7(a) { let b = this.ah7; if (a != b) { this.ahr = a; this.w1("XAxisStrip", b, this.ah7); } } get aie() { return this.ahy; } set aie(a) { let b = this.aie; if (a != b) { this.ahy = a; this.w1("YAxisStrip", b, this.aie); } } get ah8() { return this.ahs; } set ah8(a) { let b = this.ah8; if (a != b) { this.ahs = a; this.w1("XAxisStroke", b, this.ah8); } } get aif() { return this.ahz; } set aif(a) { let b = this.aif; if (a != b) { this.ahz = a; this.w1("YAxisStroke", b, this.aif); } } get adf() { return this.ab9; } set adf(a) { let b = this.adf; if (a != b) { this.ab9 = a; this.w1("XAxisStrokeThickness", b, this.adf); } } get ady() { return this.acs; } set ady(a) { let b = this.ady; if (a != b) { this.acs = a; this.w1("YAxisStrokeThickness", b, this.ady); } } get adg() { return this.aca; } set adg(a) { let b = this.adg; if (a != b) { this.aca = a; this.w1("XAxisTickLength", b, this.adg); } } get adz() { return this.act; } set adz(a) { let b = this.adz; if (a != b) { this.act = a; this.w1("YAxisTickLength", b, this.adz); } } get ah9() { return this.aht; } set ah9(a) { let b = this.ah9; if (a != b) { this.aht = a; this.w1("XAxisTickStroke", b, this.ah9); } } get aig() { return this.ah0; } set aig(a) { let b = this.aig; if (a != b) { this.ah0 = a; this.w1("YAxisTickStroke", b, this.aig); } } get adh() { return this.acb; } set adh(a) { let b = this.adh; if (a != b) { this.acb = a; this.w1("XAxisTickStrokeThickness", b, this.adh); } } get ad0() { return this.acu; } set ad0(a) { let b = this.ad0; if (a != b) { this.acu = a; this.w1("YAxisTickStrokeThickness", b, this.ad0); } } get afh() { return this.aed; } set afh(a) { let b = this.afh; if (a != b) { this.aed = a; this.w1("XAxisTitle", b, this.afh); } } get ago() { return this.aeh; } set ago(a) { let b = this.ago; if (a != b) { this.aeh = a; this.w1("YAxisTitle", b, this.ago); } } get ah6() { return this.ahq; } set ah6(a) { let b = this.ah6; if (a != b) { this.ahq = a; this.w1("XAxisMinorStroke", b, this.ah6); } } get aid() { return this.ahx; } set aid(a) { let b = this.aid; if (a != b) { this.ahx = a; this.w1("YAxisMinorStroke", b, this.aid); } } get ac6() { return this.ab0; } set ac6(a) { let b = this.ac6; if (a != b) { this.ab0 = a; this.w1("XAxisLabelAngle", b, this.ac6); } } get adp() { return this.acj; } set adp(a) { let b = this.adp; if (a != b) { this.acj = a; this.w1("YAxisLabelAngle", b, this.adp); } } get ac5() { return this.abz; } set ac5(a) { let b = this.ac5; if (a != b) { this.abz = a; this.w1("XAxisExtent", b, this.ac5); } } get ado() { return this.aci; } set ado(a) { let b = this.ado; if (a != b) { this.aci = a; this.w1("YAxisExtent", b, this.ado); } } get adc() { return this.ab6; } set adc(a) { let b = this.adc; if (a != b) { this.ab6 = a; this.w1("XAxisMaximumExtent", b, this.adc); } } get adv() { return this.acp; } set adv(a) { let b = this.adv; if (a != b) { this.acp = a; this.w1("YAxisMaximumExtent", b, this.adv); } } get add() { return this.ab7; } set add(a) { let b = this.add; if (a != b) { this.ab7 = a; this.w1("XAxisMaximumExtentPercentage", b, this.add); } } get adw() { return this.acq; } set adw(a) { let b = this.adw; if (a != b) { this.acq = a; this.w1("YAxisMaximumExtentPercentage", b, this.adw); } } get adi() { return this.acc; } set adi(a) { let b = this.adi; if (a != b) { this.acc = a; this.w1("XAxisTitleAngle", b, this.adi); } } get ad1() { return this.acv; } set ad1(a) { let b = this.ad1; if (a != b) { this.acv = a; this.w1("YAxisTitleAngle", b, this.ad1); } } get abx() { return this.abv; } set abx(a) { let b = this.abx; if (a != b) { this.abv = a; this.w1("XAxisInverted", b, this.abx); } } get aby() { return this.abw; } set aby(a) { let b = this.aby; if (a != b) { this.abw = a; this.w1("YAxisInverted", b, this.aby); } } get ahk() { return this.ahh; } set ahk(a) { let b = this.ahk; if (a != b) { this.ahh = a; this.w1("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.ahk)); } } get ain() { return this.aik; } set ain(a) { let b = this.ain; if (a != b) { this.aik = a; this.w1("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ain)); } } get ahj() { return this.ahg; } set ahj(a) { let b = this.ahj; if (a != b) { this.ahg = a; this.w1("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.ahj)); } } get_ahl() { return this.ahi; } set_ahl(a) { let b = this.ahl; if (a != b) { this.ahi = a; this.w1("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.ahl)); } } get ahl() { return this.get_ahl(); } set ahl(a) { this.set_ahl(a); } get ail() { return this.aii; } set ail(a) { let b = this.ail; if (a != b) { this.aii = a; this.w1("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ail)); } } get aim() { return this.aij; } set aim(a) { let b = this.aim; if (a != b) { this.aij = a; this.w1("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.aim)); } } get aiq() { return this.aio; } set aiq(a) { let b = this.aiq; if (a != b) { this.aio = a; this.w1("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.aiq)); } } get air() { return this.aip; } set air(a) { let b = this.air; if (a != b) { this.aip = a; this.w1("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.air)); } } get_abu() { return this.abt; } set_abu(a) { let b = this.abu; if (a != b) { this.abt = a; this.w1("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.abu)); } } get abu() { return this.get_abu(); } set abu(a) { this.set_abu(a); } get_abs() { return this.abr; } set_abs(a) { let b = this.abs; if (a != b) { this.abr = a; this.w1("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.abs)); } } get abs() { return this.get_abs(); } set abs(a) { this.set_abs(a); } get aer() { return this.aeb; } set aer(a) { let b = this.aeb; if (a != b) { this.aeb = a; this.w1("XAxisLabelFormat", b, this.aeb); } } get abh() { return this.abf; } set abh(a) { let b = this.abf; if (a != b) { this.abf = a; this.w1("XAxisLabelFormatSpecifiers", b, this.abf); } } get afy() { return this.aef; } set afy(a) { let b = this.aef; if (a != b) { this.aef = a; this.w1("YAxisLabelFormat", b, this.aef); } } get abi() { return this.abg; } set abi(a) { let b = this.abg; if (a != b) { this.abg = a; this.w1("YAxisLabelFormatSpecifiers", b, this.abg); } } } XYChart.$t = /*@__PURE__*/ markType(XYChart, 'XYChart', DomainChart.$); return XYChart; })();