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.aaw = null; this.aax = null; this.abd = 0; this.abf = 5; this.abe = 0; this.abc = 5; this.abw = 5; this.aby = 0; this.abx = 5; this.abv = 0; this.agz = null; this.ag6 = null; this.agx = null; this.agy = null; this.abq = 0; this.ab9 = 0; this.abp = NaN; this.ab8 = NaN; this.abs = NaN; this.acb = NaN; this.abr = NaN; this.aca = NaN; this.abo = NaN; this.ab7 = NaN; this.ag5 = null; this.ahc = null; this.adn = null; this.adr = null; this.adp = null; this.adt = null; this.adi = null; this.adj = null; this.ag0 = null; this.ag7 = null; this.abg = DeviceUtils.g(1); this.abz = DeviceUtils.g(1); this.abj = DeviceUtils.g(1); this.ab2 = DeviceUtils.g(1); this.ag2 = null; this.ag9 = null; this.ag3 = null; this.aha = null; this.abk = DeviceUtils.g(1); this.ab3 = DeviceUtils.g(1); this.abl = DeviceUtils.g(8); this.ab4 = 0; this.ag4 = null; this.ahb = null; this.abm = DeviceUtils.g(1); this.ab5 = DeviceUtils.g(1); this.ado = null; this.ads = null; this.ag1 = null; this.ag8 = null; this.abb = 0; this.abu = 0; this.aba = NaN; this.abt = NaN; this.abh = NaN; this.ab0 = NaN; this.abi = NaN; this.ab1 = NaN; this.abn = 0; this.ab6 = -90; this.aa6 = false; this.aa7 = false; this.ags = 1; this.ahv = 1; this.agr = 1; this.agt = 2; this.aht = 0; this.ahu = 1; this.ahz = 0; this.ah0 = 0; this.aa4 = 4; this.aa2 = 4; this.adm = null; this.aaq = null; this.adq = null; this.aar = null; } provideContainer(a) { if (a != null) { let b = this.aau(); let c = this.aav(); if (b != null) { b.provideRenderer(a); } if (c != null) { c.provideRenderer(a); } } super.provideContainer(a); } vs() { super.vs(); let a = this.aau(); let b = this.aav(); if (a != null && a.az != null) { this.ahf = a.az.textColor; } if (b != null && b.az != null) { this.ahm = b.az.textColor; } this.ahk = AxisDefaults.axis_TickBrush; this.ahr = AxisDefaults.axis_TickBrush; this.ahg = AxisDefaults.axis_MajorBrush; this.ahn = AxisDefaults.axis_MajorBrush; this.ahj = AxisDefaults.axis_LineBrush; this.ahq = AxisDefaults.axis_LineBrush; } wn(a, b, c) { super.wn(a, b, c); switch (a) { case "XAxisLabelLeftMargin": this.agj((d) => d.leftMargin = this.acj); break; case "XAxisLabelTopMargin": this.agj((d) => d.topMargin = this.acl); break; case "XAxisLabelRightMargin": this.agj((d) => d.rightMargin = this.ack); break; case "XAxisLabelBottomMargin": this.agj((d) => d.bottomMargin = this.aci); break; case "YAxisLabelLeftMargin": this.ago((d) => d.leftMargin = this.ac2); break; case "YAxisLabelTopMargin": this.ago((d) => d.topMargin = this.ac4); break; case "YAxisLabelRightMargin": this.ago((d) => d.rightMargin = this.ac3); break; case "YAxisLabelBottomMargin": this.ago((d) => d.bottomMargin = this.ac1); break; case "ActualItemsSource": case "ShouldDisplayMockData": case "ShouldUseSkeletonStyleForMockData": this.ahd = this.zo(this.ahf); this.ahe = this.zo(this.ahm); break; case "XAxisLabelTextColor": this.ahd = this.zo(this.ahf); break; case "YAxisLabelTextColor": this.ahe = this.zo(this.ahm); break; case "ActualXAxisLabelTextColor": this.agj((d) => d.textColor = this.ahd); break; case "ActualYAxisLabelTextColor": this.ago((d) => d.textColor = this.ahe); break; case "XAxisTitleMargin": this.agl((d) => d.margin = this.acw); break; case "YAxisTitleMargin": this.agq((d) => d.margin = this.adf); break; case "XAxisTitleLeftMargin": this.agl((d) => d.leftMargin = this.acv); break; case "YAxisTitleLeftMargin": this.agq((d) => d.leftMargin = this.ade); break; case "XAxisTitleTopMargin": this.agl((d) => d.topMargin = this.acy); break; case "YAxisTitleTopMargin": this.agq((d) => d.topMargin = this.adh); break; case "XAxisTitleRightMargin": this.agl((d) => d.rightMargin = this.acx); break; case "YAxisTitleRightMargin": this.agq((d) => d.rightMargin = this.adg); break; case "XAxisTitleBottomMargin": this.agl((d) => d.bottomMargin = this.acu); break; case "YAxisTitleBottomMargin": this.agq((d) => d.bottomMargin = this.add); break; case "XAxisTitleTextColor": this.agl((d) => d.textColor = this.ahl); break; case "YAxisTitleTextColor": this.agq((d) => d.textColor = this.ahs); break; case "XAxisFormatLabel": this.agh((d) => d.au = this.aay); break; case "YAxisFormatLabel": this.agm((d) => d.au = this.aaz); break; } } get aay() { return this.aaw; } set aay(a) { let b = this.aay; if (a != b) { this.aaw = a; this.wj("XAxisFormatLabel", b, this.aay); } } get aaz() { return this.aax; } set aaz(a) { let b = this.aaz; if (a != b) { this.aax = a; this.wj("YAxisFormatLabel", b, this.aaz); } } get acj() { return this.abd; } set acj(a) { let b = this.acj; if (a != b) { this.abd = a; this.wj("XAxisLabelLeftMargin", b, this.acj); } } get acl() { return this.abf; } set acl(a) { let b = this.acl; if (a != b) { this.abf = a; this.wj("XAxisLabelTopMargin", b, this.acl); } } get ack() { return this.abe; } set ack(a) { let b = this.ack; if (a != b) { this.abe = a; this.wj("XAxisLabelRightMargin", b, this.ack); } } get aci() { return this.abc; } set aci(a) { let b = this.aci; if (a != b) { this.abc = a; this.wj("XAxisLabelBottomMargin", b, this.aci); } } get ac2() { return this.abw; } set ac2(a) { let b = this.ac2; if (a != b) { this.abw = a; this.wj("YAxisLabelLeftMargin", b, this.ac2); } } get ac4() { return this.aby; } set ac4(a) { let b = this.ac4; if (a != b) { this.aby = a; this.wj("YAxisLabelTopMargin", b, this.ac4); } } get ac3() { return this.abx; } set ac3(a) { let b = this.ac3; if (a != b) { this.abx = a; this.wj("YAxisLabelRightMargin", b, this.ac3); } } get ac1() { return this.abv; } set ac1(a) { let b = this.ac1; if (a != b) { this.abv = a; this.wj("YAxisLabelBottomMargin", b, this.ac1); } } get ahf() { return this.agz; } set ahf(a) { let b = this.ahf; if (a != b) { this.agz = a; this.wj("XAxisLabelTextColor", b, this.ahf); } } get ahm() { return this.ag6; } set ahm(a) { let b = this.ahm; if (a != b) { this.ag6 = a; this.wj("YAxisLabelTextColor", b, this.ahm); } } get ahd() { return this.agx; } set ahd(a) { let b = this.agx; if (a != b) { this.agx = a; this.wj("ActualXAxisLabelTextColor", b, this.ahd); } } get ahe() { return this.agy; } set ahe(a) { let b = this.agy; if (a != b) { this.agy = a; this.wj("ActualYAxisLabelTextColor", b, this.ahe); } } get acw() { return this.abq; } set acw(a) { let b = this.acw; if (a != b) { this.abq = a; this.wj("XAxisTitleMargin", b, this.acw); } } get adf() { return this.ab9; } set adf(a) { let b = this.adf; if (a != b) { this.ab9 = a; this.wj("YAxisTitleMargin", b, this.adf); } } get acv() { return this.abp; } set acv(a) { let b = this.acv; if (a != b) { this.abp = a; this.wj("XAxisTitleLeftMargin", b, this.acv); } } get ade() { return this.ab8; } set ade(a) { let b = this.ade; if (a != b) { this.ab8 = a; this.wj("YAxisTitleLeftMargin", b, this.ade); } } get acy() { return this.abs; } set acy(a) { let b = this.acy; if (a != b) { this.abs = a; this.wj("XAxisTitleTopMargin", b, this.acy); } } get adh() { return this.acb; } set adh(a) { let b = this.adh; if (a != b) { this.acb = a; this.wj("YAxisTitleTopMargin", b, this.adh); } } get acx() { return this.abr; } set acx(a) { let b = this.acx; if (a != b) { this.abr = a; this.wj("XAxisTitleRightMargin", b, this.acx); } } get adg() { return this.aca; } set adg(a) { let b = this.adg; if (a != b) { this.aca = a; this.wj("YAxisTitleRightMargin", b, this.adg); } } get acu() { return this.abo; } set acu(a) { let b = this.acu; if (a != b) { this.abo = a; this.wj("XAxisTitleBottomMargin", b, this.acu); } } get add() { return this.ab7; } set add(a) { let b = this.add; if (a != b) { this.ab7 = a; this.wj("YAxisTitleBottomMargin", b, this.add); } } get ahl() { return this.ag5; } set ahl(a) { let b = this.ahl; if (a != b) { this.ag5 = a; this.wj("XAxisTitleTextColor", b, this.ahl); } } get ahs() { return this.ahc; } set ahs(a) { let b = this.ahs; if (a != b) { this.ahc = a; this.wj("YAxisTitleTextColor", b, this.ahs); } } wo(a, b, c) { super.wo(a, b, c); switch (a) { case "XAxisLabelTextStyle": this.agj((d) => d.textStyle = this.aeb); break; case "YAxisLabelTextStyle": this.ago((d) => d.textStyle = this.afi); break; case "XAxisTitleTextStyle": this.agl((d) => d.textStyle = this.ae1); break; case "YAxisTitleTextStyle": this.agq((d) => d.textStyle = this.af8); break; } } get aeb() { return this.adn; } set aeb(a) { let b = this.aeb; if (a != b) { this.adn = a; this.wj("XAxisLabelTextStyle", b, this.aeb); } } get afi() { return this.adr; } set afi(a) { let b = this.afi; if (a != b) { this.adr = a; this.wj("YAxisLabelTextStyle", b, this.afi); } } get ae1() { return this.adp; } set ae1(a) { let b = this.ae1; if (a != b) { this.adp = a; this.wj("XAxisTitleTextStyle", b, this.ae1); } } get af8() { return this.adt; } set af8(a) { let b = this.af8; if (a != b) { this.adt = a; this.wj("YAxisTitleTextStyle", b, this.af8); } } age(a) { this.agb(a, (b) => b.leftMargin = this.acj); this.agb(a, (b) => b.topMargin = this.acl); this.agb(a, (b) => b.rightMargin = this.ack); this.agb(a, (b) => b.bottomMargin = this.aci); this.agb(a, (b) => b.textColor = this.ahd); this.agc(a, (b) => b.textColor = this.ahl); this.agc(a, (b) => b.leftMargin = this.acv); this.agc(a, (b) => b.topMargin = this.acy); this.agc(a, (b) => b.rightMargin = this.acx); this.agc(a, (b) => b.bottomMargin = this.acu); this.agb(a, (b) => b.textStyle = this.aeb); this.agc(a, (b) => b.textStyle = this.ae1); } agg(a) { this.agb(a, (b) => b.leftMargin = this.ac2); this.agb(a, (b) => b.topMargin = this.ac4); this.agb(a, (b) => b.rightMargin = this.ac3); this.agb(a, (b) => b.bottomMargin = this.ac1); this.agb(a, (b) => b.textColor = this.ahe); this.agc(a, (b) => b.textColor = this.ahs); this.agc(a, (b) => b.leftMargin = this.ade); this.agc(a, (b) => b.topMargin = this.adh); this.agc(a, (b) => b.rightMargin = this.adg); this.agc(a, (b) => b.bottomMargin = this.add); this.agb(a, (b) => b.textStyle = this.afi); this.agc(a, (b) => b.textStyle = this.af8); } xf(a) { let b = this.be(a); let c = this.dc(a, b); if (c == null) { return; } c.itemsSource = this.ia(a); if (a.highlightedData != null) { c.highlightedItemsSource = this.ib(a); } c.name = this.q6(a); c.title = this.q7(a, b); this.dataChart.series.add(c); } agh(a) { this.agi(a, null); } agi(a, b) { a(this.aau()); } agn(a, b) { a(this.aav()); } agm(a) { this.agn(a, true); } vb(a, b) { this.agh(a); this.agn(a, b); } agl(a) { this.agc(this.aau(), a); } agq(a) { this.agc(this.aav(), a); } ago(a) { this.agb(this.aav(), a); } agj(a) { this.agb(this.aau(), a); } acc(a) { let b = this.aau(); return b.el(a, new ScalerParams(1, this.zx, this.zw, b.ch)); } ace(a) { let b = this.aau(); return b.eo(a, new ScalerParams(1, this.zx, this.zw, b.ch)); } acd(a) { let b = this.aav(); return b.el(a, new ScalerParams(1, this.zx, this.zw, b.ch)); } acf(a) { let b = this.aav(); return b.eo(a, new ScalerParams(1, this.zx, this.zw, b.ch)); } xc(a) { super.xc(a); if (a == null) { return; } if (a.axes != null) { let b = this.aau(); let c = this.aav(); if (a.axes.contains(b)) { a.axes.remove(b); } if (a.axes.contains(c)) { a.axes.remove(c); } } } static adw(a, b) { for (let c of fromEnum(b)) { let d = c.findMatchingHint(16); if (d != null) { let e = d.path; return e; } } return null; } vn(a, b) { super.vn(a, b); if (a == this.dataChart) { this.dataChart.axes.add(this.aau()); this.dataChart.axes.add(this.aav()); } } agd(a) { if (a != null && this.l8 != null && a.fn == null) { a.provideRenderer(this.l8); } a.jz = this.ahg; a.et = this.acm; a.j0 = this.ahh; a.ew = this.acp; a.j2 = this.ahj; a.fi = this.acq; a.j1 = this.ahi; a.fj = this.acr; a.j3 = this.ahk; a.fk = this.acs; a.c4 = true; a.cu = this.shouldAvoidAxisAnnotationCollisions; a.cw = this.shouldAvoidAxisAnnotationCollisions; let b = a == this.aau(); if (b) { a.g8 = this.aes; } a.f2 = this.adk; a.gi = this.ad2; a.ah = this.aas; this.agb(a, (c) => c.angle = this.ach); this.agb(a, (c) => { if (c.extent != this.acg) { c.extent = this.acg; } }); this.agb(a, (c) => { if (c.maximumExtent != this.acn) { c.maximumExtent = this.acn; } }); this.agb(a, (c) => { if (c.maximumExtentPercentage != this.aco) { c.maximumExtentPercentage = this.aco; } }); this.agb(a, (c) => c.horizontalAlignment = this.agu); this.agb(a, (c) => c.verticalAlignment = this.ahw); this.agb(a, (c) => c.visibility = this.ah1); this.agb(a, (c) => c.location = this.aa0(this.aa3)); this.agc(a, (c) => c.horizontalAlignment = this.agv); this.agc(a, (c) => c.angle = this.act); this.age(a); } agf(a) { if (a == null) { return; } if (this.l8 != null && a.fn == null) { a.provideRenderer(this.l8); } a.cu = this.shouldAvoidAxisAnnotationCollisions; a.cw = this.shouldAvoidAxisAnnotationCollisions; this.agb(a, (b) => b.angle = this.ac0); this.agb(a, (b) => { if (b.extent != this.acz) { b.extent = this.acz; } }); this.agb(a, (b) => { if (b.maximumExtent != this.ac6) { b.maximumExtent = this.ac6; } }); this.agb(a, (b) => { if (b.maximumExtentPercentage != this.ac7) { b.maximumExtentPercentage = this.ac7; } }); this.agb(a, (b) => b.horizontalAlignment = this.agw); this.agb(a, (b) => b.verticalAlignment = this.ahx); this.agb(a, (b) => b.visibility = this.ah2); this.agb(a, (b) => b.location = this.aa1(this.aa5)); this.agc(a, (b) => b.verticalAlignment = this.ahy); this.agc(a, (b) => b.angle = this.adc); a.jz = this.ahn; a.et = this.ac5; a.j0 = this.aho; a.ew = this.ac8; a.j2 = this.ahq; a.fi = this.ac9; a.j1 = this.ahp; a.fj = this.ada; a.j3 = this.ahr; a.fk = this.adb; let b = a == this.aav(); if (b) { a.g8 = this.afz; } a.gi = this.ae9; a.ah = this.aat; this.agg(a); } vk() { super.vk(); this.agd(this.aau()); this.agf(this.aav()); } agb(a, b) { if (a == null) { return; } if (a.az == null) { a.az = new AxisLabelSettings(); a.az.angle = a.d7(); a.az.bottomMargin = a.d8(); a.az.leftMargin = a.d9(); a.az.rightMargin = a.ea(); a.az.topMargin = a.eb(); a.az.horizontalAlignment = a.ju(); a.az.location = a.a0(); a.az.verticalAlignment = a.ko(); } b(a.az); } agc(a, b) { if (a == null) { return; } if (a.bf == null) { a.bf = new TitleSettings(); a.bf.bottomMargin = a.ed(); a.bf.leftMargin = a.ee(); a.bf.rightMargin = a.ef(); a.bf.topMargin = a.eg(); a.bf.location = a.a1(); a.bf.angle = a.ec(); a.bf.horizontalAlignment = a.jv(); a.bf.verticalAlignment = a.kp(); } b(a.bf); } wj(a, b, c) { super.wj(a, b, c); switch (a) { case "XAxisLabelAngle": this.agj((d) => d.angle = this.ach); break; case "YAxisLabelAngle": this.ago((d) => d.angle = this.ac0); break; case "XAxisLabelHorizontalAlignment": this.agj((d) => d.horizontalAlignment = this.agu); break; case "YAxisLabelHorizontalAlignment": this.ago((d) => d.horizontalAlignment = this.agw); break; case "XAxisLabelVerticalAlignment": this.agj((d) => d.verticalAlignment = this.ahw); break; case "YAxisLabelVerticalAlignment": this.ago((d) => d.verticalAlignment = this.ahx); break; case "XAxisLabelVisibility": this.agj((d) => d.visibility = this.ah1); break; case "YAxisLabelVisibility": this.ago((d) => d.visibility = this.ah2); break; case "XAxisLabel": this.agh((d) => d.f2 = this.adk); break; case "YAxisLabel": this.agm((d) => d.f2 = this.adl); break; case "XAxisLabelFormat": this.agh((d) => d.gi = this.ad2); break; case "XAxisLabelFormatSpecifiers": this.agh((d) => d.ah = this.aas); break; case "YAxisLabelFormat": this.agm((d) => d.gi = this.ae9); break; case "YAxisLabelFormatSpecifiers": this.agm((d) => d.ah = this.aat); break; case "XAxisTitleAngle": this.agl((d) => d.angle = this.act); break; case "YAxisTitleAngle": this.agq((d) => d.angle = this.adc); break; case "XAxisTitleAlignment": this.agl((d) => d.horizontalAlignment = this.agv); break; case "YAxisTitleAlignment": this.agq((d) => d.verticalAlignment = this.ahy); break; case "XAxisTitle": this.agh((d) => d.g8 = this.aes); break; case "YAxisTitle": this.agn((d) => d.g8 = this.afz, false); break; case "XAxisMajorStroke": this.agi((d) => d.jz = this.ahg, a); break; case "YAxisMajorStroke": this.agm((d) => d.jz = this.ahn); break; case "XAxisMajorStrokeThickness": this.agi((d) => d.et = this.acm, a); break; case "YAxisMajorStrokeThickness": this.agm((d) => d.et = this.ac5); break; case "XAxisMinorStroke": this.agh((d) => d.j0 = this.ahh); break; case "YAxisMinorStroke": this.agm((d) => d.j0 = this.aho); break; case "XAxisMinorStrokeThickness": this.agh((d) => d.ew = this.acp); break; case "YAxisMinorStrokeThickness": this.agm((d) => d.ew = this.ac8); break; case "XAxisTickLength": this.agh((d) => d.fj = this.acr); break; case "YAxisTickLength": this.agm((d) => d.fj = this.ada); break; case "XAxisTickStroke": this.agh((d) => d.j3 = this.ahk); break; case "YAxisTickStroke": this.agm((d) => d.j3 = this.ahr); break; case "XAxisTickStrokeThickness": this.agh((d) => d.fk = this.acs); break; case "YAxisTickStrokeThickness": this.agm((d) => d.fk = this.adb); break; case "XAxisStroke": this.agh((d) => d.j2 = this.ahj); break; case "YAxisStroke": this.agm((d) => d.j2 = this.ahq); break; case "XAxisStrokeThickness": this.agh((d) => d.fi = this.acq); break; case "YAxisStrokeThickness": this.agm((d) => d.fi = this.ac9); break; case "XAxisExtent": this.agj((d) => d.extent = this.acg); break; case "YAxisExtent": this.ago((d) => d.extent = this.acz); break; case "XAxisMaximumExtent": this.agj((d) => d.maximumExtent = this.acn); break; case "YAxisMaximumExtent": this.ago((d) => d.maximumExtent = this.ac6); break; case "XAxisMaximumExtentPercentage": this.agj((d) => d.maximumExtentPercentage = this.aco); break; case "YAxisMaximumExtentPercentage": this.ago((d) => d.maximumExtentPercentage = this.ac7); break; case "XAxisStrip": this.agh((d) => d.j1 = this.ahi); break; case "YAxisStrip": this.agm((d) => d.j1 = this.ahp); break; case "XAxisInverted": this.agh((d) => d.ch = this.aa8); break; case "YAxisInverted": this.agm((d) => d.ch = this.aa9); break; case "YAxisLabelLocation": this.agp(); break; case "XAxisLabelLocation": this.agk(); break; } } agp() { let a = this.aa1(this.aa5); if (a == 2 || a == 7) { this.agw = 2; } else { this.agw = 0; } this.ago((b) => b.location = a); } agk() { let a = this.aa0(this.aa3); if (a == 1 || a == 5) { this.ahw = 0; } else { this.ahw = 2; } this.agj((b) => b.location = a); } aa1(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.cb == 1) { return 3; } else { return 2; } } } aa0(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 adk() { return this.adi; } set adk(a) { let b = this.adk; if (a != b) { this.adi = a; this.wj("XAxisLabel", b, this.adk); } } get adl() { return this.adj; } set adl(a) { let b = this.adl; if (a != b) { this.adj = a; this.wj("YAxisLabel", b, this.adl); } } get ahg() { return this.ag0; } set ahg(a) { let b = this.ahg; if (a != b) { this.ag0 = a; this.wj("XAxisMajorStroke", b, this.ahg); } } get ahn() { return this.ag7; } set ahn(a) { let b = this.ahn; if (a != b) { this.ag7 = a; this.wj("YAxisMajorStroke", b, this.ahn); } } get acm() { return this.abg; } set acm(a) { let b = this.acm; if (a != b) { this.abg = a; this.wj("XAxisMajorStrokeThickness", b, this.acm); } } get ac5() { return this.abz; } set ac5(a) { let b = this.ac5; if (a != b) { this.abz = a; this.wj("YAxisMajorStrokeThickness", b, this.ac5); } } get acp() { return this.abj; } set acp(a) { let b = this.acp; if (a != b) { this.abj = a; this.wj("XAxisMinorStrokeThickness", b, this.acp); } } get ac8() { return this.ab2; } set ac8(a) { let b = this.ac8; if (a != b) { this.ab2 = a; this.wj("YAxisMinorStrokeThickness", b, this.ac8); } } get ahi() { return this.ag2; } set ahi(a) { let b = this.ahi; if (a != b) { this.ag2 = a; this.wj("XAxisStrip", b, this.ahi); } } get ahp() { return this.ag9; } set ahp(a) { let b = this.ahp; if (a != b) { this.ag9 = a; this.wj("YAxisStrip", b, this.ahp); } } get ahj() { return this.ag3; } set ahj(a) { let b = this.ahj; if (a != b) { this.ag3 = a; this.wj("XAxisStroke", b, this.ahj); } } get ahq() { return this.aha; } set ahq(a) { let b = this.ahq; if (a != b) { this.aha = a; this.wj("YAxisStroke", b, this.ahq); } } get acq() { return this.abk; } set acq(a) { let b = this.acq; if (a != b) { this.abk = a; this.wj("XAxisStrokeThickness", b, this.acq); } } get ac9() { return this.ab3; } set ac9(a) { let b = this.ac9; if (a != b) { this.ab3 = a; this.wj("YAxisStrokeThickness", b, this.ac9); } } get acr() { return this.abl; } set acr(a) { let b = this.acr; if (a != b) { this.abl = a; this.wj("XAxisTickLength", b, this.acr); } } get ada() { return this.ab4; } set ada(a) { let b = this.ada; if (a != b) { this.ab4 = a; this.wj("YAxisTickLength", b, this.ada); } } get ahk() { return this.ag4; } set ahk(a) { let b = this.ahk; if (a != b) { this.ag4 = a; this.wj("XAxisTickStroke", b, this.ahk); } } get ahr() { return this.ahb; } set ahr(a) { let b = this.ahr; if (a != b) { this.ahb = a; this.wj("YAxisTickStroke", b, this.ahr); } } get acs() { return this.abm; } set acs(a) { let b = this.acs; if (a != b) { this.abm = a; this.wj("XAxisTickStrokeThickness", b, this.acs); } } get adb() { return this.ab5; } set adb(a) { let b = this.adb; if (a != b) { this.ab5 = a; this.wj("YAxisTickStrokeThickness", b, this.adb); } } get aes() { return this.ado; } set aes(a) { let b = this.aes; if (a != b) { this.ado = a; this.wj("XAxisTitle", b, this.aes); } } get afz() { return this.ads; } set afz(a) { let b = this.afz; if (a != b) { this.ads = a; this.wj("YAxisTitle", b, this.afz); } } get ahh() { return this.ag1; } set ahh(a) { let b = this.ahh; if (a != b) { this.ag1 = a; this.wj("XAxisMinorStroke", b, this.ahh); } } get aho() { return this.ag8; } set aho(a) { let b = this.aho; if (a != b) { this.ag8 = a; this.wj("YAxisMinorStroke", b, this.aho); } } get ach() { return this.abb; } set ach(a) { let b = this.ach; if (a != b) { this.abb = a; this.wj("XAxisLabelAngle", b, this.ach); } } get ac0() { return this.abu; } set ac0(a) { let b = this.ac0; if (a != b) { this.abu = a; this.wj("YAxisLabelAngle", b, this.ac0); } } get acg() { return this.aba; } set acg(a) { let b = this.acg; if (a != b) { this.aba = a; this.wj("XAxisExtent", b, this.acg); } } get acz() { return this.abt; } set acz(a) { let b = this.acz; if (a != b) { this.abt = a; this.wj("YAxisExtent", b, this.acz); } } get acn() { return this.abh; } set acn(a) { let b = this.acn; if (a != b) { this.abh = a; this.wj("XAxisMaximumExtent", b, this.acn); } } get ac6() { return this.ab0; } set ac6(a) { let b = this.ac6; if (a != b) { this.ab0 = a; this.wj("YAxisMaximumExtent", b, this.ac6); } } get aco() { return this.abi; } set aco(a) { let b = this.aco; if (a != b) { this.abi = a; this.wj("XAxisMaximumExtentPercentage", b, this.aco); } } get ac7() { return this.ab1; } set ac7(a) { let b = this.ac7; if (a != b) { this.ab1 = a; this.wj("YAxisMaximumExtentPercentage", b, this.ac7); } } get act() { return this.abn; } set act(a) { let b = this.act; if (a != b) { this.abn = a; this.wj("XAxisTitleAngle", b, this.act); } } get adc() { return this.ab6; } set adc(a) { let b = this.adc; if (a != b) { this.ab6 = a; this.wj("YAxisTitleAngle", b, this.adc); } } get aa8() { return this.aa6; } set aa8(a) { let b = this.aa8; if (a != b) { this.aa6 = a; this.wj("XAxisInverted", b, this.aa8); } } get aa9() { return this.aa7; } set aa9(a) { let b = this.aa9; if (a != b) { this.aa7 = a; this.wj("YAxisInverted", b, this.aa9); } } get agv() { return this.ags; } set agv(a) { let b = this.agv; if (a != b) { this.ags = a; this.wj("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.agv)); } } get ahy() { return this.ahv; } set ahy(a) { let b = this.ahy; if (a != b) { this.ahv = a; this.wj("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ahy)); } } get agu() { return this.agr; } set agu(a) { let b = this.agu; if (a != b) { this.agr = a; this.wj("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.agu)); } } get_agw() { return this.agt; } set_agw(a) { let b = this.agw; if (a != b) { this.agt = a; this.wj("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.agw)); } } get agw() { return this.get_agw(); } set agw(a) { this.set_agw(a); } get ahw() { return this.aht; } set ahw(a) { let b = this.ahw; if (a != b) { this.aht = a; this.wj("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ahw)); } } get ahx() { return this.ahu; } set ahx(a) { let b = this.ahx; if (a != b) { this.ahu = a; this.wj("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ahx)); } } get ah1() { return this.ahz; } set ah1(a) { let b = this.ah1; if (a != b) { this.ahz = a; this.wj("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.ah1)); } } get ah2() { return this.ah0; } set ah2(a) { let b = this.ah2; if (a != b) { this.ah0 = a; this.wj("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.ah2)); } } get_aa5() { return this.aa4; } set_aa5(a) { let b = this.aa5; if (a != b) { this.aa4 = a; this.wj("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.aa5)); } } get aa5() { return this.get_aa5(); } set aa5(a) { this.set_aa5(a); } get_aa3() { return this.aa2; } set_aa3(a) { let b = this.aa3; if (a != b) { this.aa2 = a; this.wj("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.aa3)); } } get aa3() { return this.get_aa3(); } set aa3(a) { this.set_aa3(a); } get ad2() { return this.adm; } set ad2(a) { let b = this.adm; if (a != b) { this.adm = a; this.wj("XAxisLabelFormat", b, this.adm); } } get aas() { return this.aaq; } set aas(a) { let b = this.aaq; if (a != b) { this.aaq = a; this.wj("XAxisLabelFormatSpecifiers", b, this.aaq); } } get ae9() { return this.adq; } set ae9(a) { let b = this.adq; if (a != b) { this.adq = a; this.wj("YAxisLabelFormat", b, this.adq); } } get aat() { return this.aar; } set aat(a) { let b = this.aar; if (a != b) { this.aar = a; this.wj("YAxisLabelFormatSpecifiers", b, this.aar); } } } XYChart.$t = /*@__PURE__*/ markType(XYChart, 'XYChart', DomainChart.$); return XYChart; })();