igniteui-webcomponents-charts 4.3.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -92501,9 +92501,9 @@ var SortingTrendLineManager = /** @class */ /*@__PURE__*/ (function (_super) {
92501
92501
  if (this.c(b)) {
92502
92502
  this.d.clear();
92503
92503
  this.a = TrendFitCalculator.a(j, b, g, this.a, c.count, function (k) { return (k + 1); }, function (k) { return c.item(k); }, function (k) {
92504
- var l = truncate(Math.floor(k));
92505
- var m = truncate(Math.ceil(k));
92506
- var n = k - l;
92504
+ var l = truncate(Math.floor(k - 1));
92505
+ var m = truncate(Math.ceil(k - 1));
92506
+ var n = (k - 1) - l;
92507
92507
  var o;
92508
92508
  if (m <= i) {
92509
92509
  o = _this.h(l) + n * (_this.h(m) - _this.h(l));
@@ -92512,7 +92512,7 @@ var SortingTrendLineManager = /** @class */ /*@__PURE__*/ (function (_super) {
92512
92512
  o = _this.h(l) + n * (_this.h(truncate(i)) - _this.h(l));
92513
92513
  }
92514
92514
  return e(o);
92515
- }, f, h, i);
92515
+ }, f, h + 1, i + 1);
92516
92516
  }
92517
92517
  if (this.b(b)) {
92518
92518
  this.a = null;
@@ -195346,70 +195346,70 @@ var StackedSeriesCreatedEventArgs = /** @class */ /*@__PURE__*/ (function (_supe
195346
195346
  }
195347
195347
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "brush", {
195348
195348
  get: function () {
195349
- return this.c.kb;
195349
+ return this.c.kc;
195350
195350
  },
195351
195351
  set: function (a) {
195352
- this.c.kb = a;
195352
+ this.c.kc = a;
195353
195353
  },
195354
195354
  enumerable: false,
195355
195355
  configurable: true
195356
195356
  });
195357
195357
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "legendItemTemplate", {
195358
195358
  get: function () {
195359
- return this.c.g9;
195359
+ return this.c.ha;
195360
195360
  },
195361
195361
  set: function (a) {
195362
- this.c.g9 = a;
195362
+ this.c.ha = a;
195363
195363
  },
195364
195364
  enumerable: false,
195365
195365
  configurable: true
195366
195366
  });
195367
195367
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "legendItemBadgeTemplate", {
195368
195368
  get: function () {
195369
- return this.c.g8;
195369
+ return this.c.g9;
195370
195370
  },
195371
195371
  set: function (a) {
195372
- this.c.g8 = a;
195372
+ this.c.g9 = a;
195373
195373
  },
195374
195374
  enumerable: false,
195375
195375
  configurable: true
195376
195376
  });
195377
195377
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "legendItemVisibility", {
195378
195378
  get: function () {
195379
- return this.c.k6;
195379
+ return this.c.k7;
195380
195380
  },
195381
195381
  set: function (a) {
195382
- this.c.k6 = a;
195382
+ this.c.k7 = a;
195383
195383
  },
195384
195384
  enumerable: false,
195385
195385
  configurable: true
195386
195386
  });
195387
195387
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "outline", {
195388
195388
  get: function () {
195389
- return this.c.kf;
195389
+ return this.c.kg;
195390
195390
  },
195391
195391
  set: function (a) {
195392
- this.c.kf = a;
195392
+ this.c.kg = a;
195393
195393
  },
195394
195394
  enumerable: false,
195395
195395
  configurable: true
195396
195396
  });
195397
195397
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "dashArray", {
195398
195398
  get: function () {
195399
- return this.c.kk;
195399
+ return this.c.kl;
195400
195400
  },
195401
195401
  set: function (a) {
195402
- this.c.kk = a;
195402
+ this.c.kl = a;
195403
195403
  },
195404
195404
  enumerable: false,
195405
195405
  configurable: true
195406
195406
  });
195407
195407
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "dashCap", {
195408
195408
  get: function () {
195409
- return this.c.kn;
195409
+ return this.c.ko;
195410
195410
  },
195411
195411
  set: function (a) {
195412
- this.c.kn = a;
195412
+ this.c.ko = a;
195413
195413
  },
195414
195414
  enumerable: false,
195415
195415
  configurable: true
@@ -195463,40 +195463,40 @@ var StackedSeriesCreatedEventArgs = /** @class */ /*@__PURE__*/ (function (_supe
195463
195463
  });
195464
195464
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "markerBrush", {
195465
195465
  get: function () {
195466
- return this.c.kc;
195466
+ return this.c.kd;
195467
195467
  },
195468
195468
  set: function (a) {
195469
- this.c.kc = a;
195469
+ this.c.kd = a;
195470
195470
  },
195471
195471
  enumerable: false,
195472
195472
  configurable: true
195473
195473
  });
195474
195474
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "markerOutline", {
195475
195475
  get: function () {
195476
- return this.c.kd;
195476
+ return this.c.ke;
195477
195477
  },
195478
195478
  set: function (a) {
195479
- this.c.kd = a;
195479
+ this.c.ke = a;
195480
195480
  },
195481
195481
  enumerable: false,
195482
195482
  configurable: true
195483
195483
  });
195484
195484
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "markerStyle", {
195485
195485
  get: function () {
195486
- return this.c.k3;
195486
+ return this.c.k4;
195487
195487
  },
195488
195488
  set: function (a) {
195489
- this.c.k3 = a;
195489
+ this.c.k4 = a;
195490
195490
  },
195491
195491
  enumerable: false,
195492
195492
  configurable: true
195493
195493
  });
195494
195494
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "markerTemplate", {
195495
195495
  get: function () {
195496
- return this.c.ha;
195496
+ return this.c.hb;
195497
195497
  },
195498
195498
  set: function (a) {
195499
- this.c.ha = a;
195499
+ this.c.hb = a;
195500
195500
  },
195501
195501
  enumerable: false,
195502
195502
  configurable: true
@@ -195523,10 +195523,10 @@ var StackedSeriesCreatedEventArgs = /** @class */ /*@__PURE__*/ (function (_supe
195523
195523
  });
195524
195524
  Object.defineProperty(StackedSeriesCreatedEventArgs.prototype, "lineCap", {
195525
195525
  get: function () {
195526
- return this.c.km;
195526
+ return this.c.kn;
195527
195527
  },
195528
195528
  set: function (a) {
195529
- this.c.ko = a;
195529
+ this.c.kp = a;
195530
195530
  },
195531
195531
  enumerable: false,
195532
195532
  configurable: true
@@ -195738,7 +195738,7 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
195738
195738
  if (e.visualSeriesLink == this) {
195739
195739
  return a;
195740
195740
  }
195741
- if (this.parentSeries.a2 == null || e.k5 != 0 || e.k4 != 0) {
195741
+ if (this.parentSeries.a2 == null || e.k6 != 0 || e.k5 != 0) {
195742
195742
  continue;
195743
195743
  }
195744
195744
  a++;
@@ -195770,7 +195770,7 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
195770
195770
  break;
195771
195771
  case "ActualBrush":
195772
195772
  if (this.logicalSeriesLink != null) {
195773
- this.logicalSeriesLink.j6 = this.o5;
195773
+ this.logicalSeriesLink.j7 = this.o5;
195774
195774
  }
195775
195775
  break;
195776
195776
  }
@@ -197556,7 +197556,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
197556
197556
  switch (b) {
197557
197557
  case "ActualBrush":
197558
197558
  if (this.logicalSeriesLink != null) {
197559
- this.logicalSeriesLink.j6 = this.o5;
197559
+ this.logicalSeriesLink.j7 = this.o5;
197560
197560
  }
197561
197561
  break;
197562
197562
  }
@@ -197954,7 +197954,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
197954
197954
  try {
197955
197955
  for (var _b = __values(fromEnum(this.tq)), _c = _b.next(); !_c.done; _c = _b.next()) {
197956
197956
  var a = _c.value;
197957
- a.ge();
197957
+ a.gf();
197958
197958
  }
197959
197959
  }
197960
197960
  catch (e_1_1) {
@@ -198126,11 +198126,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198126
198126
  if (this.tu != null && !this.tu.c.contains(e)) {
198127
198127
  e.parentSeries = this;
198128
198128
  e.fv();
198129
- e.gl();
198130
198129
  e.gm();
198131
- e.g0();
198132
198130
  e.gn();
198131
+ e.g1();
198133
198132
  e.go();
198133
+ e.gp();
198134
198134
  e.fr();
198135
198135
  e.fs();
198136
198136
  e.fu();
@@ -198139,37 +198139,38 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198139
198139
  e.f2();
198140
198140
  e.f3();
198141
198141
  e.f4();
198142
+ e.gd();
198143
+ e.gf();
198144
+ e.f7();
198145
+ e.ga();
198142
198146
  e.gc();
198147
+ e.gd();
198143
198148
  e.ge();
198144
- e.f6();
198145
- e.f9();
198146
198149
  e.gb();
198147
- e.gc();
198148
- e.gd();
198149
- e.ga();
198150
- e.f7();
198151
- e.gy();
198150
+ e.f8();
198151
+ e.gz();
198152
+ e.g3();
198152
198153
  e.g2();
198153
- e.g1();
198154
- e.gf();
198155
198154
  e.gg();
198156
198155
  e.gh();
198156
+ e.gi();
198157
198157
  e.fq();
198158
- e.gj();
198159
198158
  e.gk();
198159
+ e.gl();
198160
198160
  e.f5();
198161
- e.gp();
198162
- e.gr();
198163
- e.f8();
198164
- e.gi();
198161
+ e.gq();
198162
+ e.f6();
198165
198163
  e.gs();
198164
+ e.f9();
198165
+ e.gj();
198166
198166
  e.gt();
198167
+ e.gu();
198167
198168
  e.fy();
198169
+ e.gy();
198170
+ e.gv();
198168
198171
  e.gx();
198169
- e.gu();
198170
- e.gw();
198171
- e.gz();
198172
- e.g4();
198172
+ e.g0();
198173
+ e.g5();
198173
198174
  if (!this.tw) {
198174
198175
  this.tu.c.insert(d, e);
198175
198176
  d++;
@@ -198591,7 +198592,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198591
198592
  }
198592
198593
  };
198593
198594
  StackedSeriesBase.prototype.l9 = function (a, b, c, d) {
198594
- var e_11, _a, e_12, _b, e_13, _c, e_14, _d, e_15, _e, e_16, _f, e_17, _g, e_18, _h, e_19, _j, e_20, _k, e_21, _l, e_22, _m, e_23, _o, e_24, _p, e_25, _q, e_26, _r, e_27, _s, e_28, _t, e_29, _u, e_30, _v, e_31, _w, e_32, _x, e_33, _y, e_34, _z, e_35, _0, e_36, _1, e_37, _2, e_38, _3, e_39, _4, e_40, _5, e_41, _6, e_42, _7, e_43, _8, e_44, _9, e_45, _10, e_46, _11, e_47, _12, e_48, _13, e_49, _14, e_50, _15, e_51, _16, e_52, _17, e_53, _18, e_54, _19, e_55, _20;
198595
+ var e_11, _a, e_12, _b, e_13, _c, e_14, _d, e_15, _e, e_16, _f, e_17, _g, e_18, _h, e_19, _j, e_20, _k, e_21, _l, e_22, _m, e_23, _o, e_24, _p, e_25, _q, e_26, _r, e_27, _s, e_28, _t, e_29, _u, e_30, _v, e_31, _w, e_32, _x, e_33, _y, e_34, _z, e_35, _0, e_36, _1, e_37, _2, e_38, _3, e_39, _4, e_40, _5, e_41, _6, e_42, _7, e_43, _8, e_44, _9, e_45, _10, e_46, _11, e_47, _12, e_48, _13, e_49, _14, e_50, _15, e_51, _16, e_52, _17, e_53, _18, e_54, _19, e_55, _20, e_56, _21;
198595
198596
  _super.prototype.l9.call(this, a, b, c, d);
198596
198597
  switch (b) {
198597
198598
  case "SeriesViewer":
@@ -198605,8 +198606,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198605
198606
  }
198606
198607
  if (this.tq != null) {
198607
198608
  try {
198608
- for (var _21 = __values(fromEnum(this.tq)), _22 = _21.next(); !_22.done; _22 = _21.next()) {
198609
- var e = _22.value;
198609
+ for (var _22 = __values(fromEnum(this.tq)), _23 = _22.next(); !_23.done; _23 = _22.next()) {
198610
+ var e = _23.value;
198610
198611
  e.ae = this.ce;
198611
198612
  }
198612
198613
  }
@@ -198615,8 +198616,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198615
198616
  }
198616
198617
  finally {
198617
198618
  try {
198618
- if (_22 && !_22.done && (_a = _21.return))
198619
- _a.call(_21);
198619
+ if (_23 && !_23.done && (_a = _22.return))
198620
+ _a.call(_22);
198620
198621
  }
198621
198622
  finally {
198622
198623
  if (e_11)
@@ -198629,8 +198630,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198629
198630
  case "ItemsSource":
198630
198631
  if (this.tq != null) {
198631
198632
  try {
198632
- for (var _23 = __values(fromEnum(this.tq)), _24 = _23.next(); !_24.done; _24 = _23.next()) {
198633
- var f = _24.value;
198633
+ for (var _24 = __values(fromEnum(this.tq)), _25 = _24.next(); !_25.done; _25 = _24.next()) {
198634
+ var f = _25.value;
198634
198635
  if (f.itemsSource == null) {
198635
198636
  if (f.visualSeriesLink != null) {
198636
198637
  f.visualSeriesLink.itemsSource = d;
@@ -198643,8 +198644,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198643
198644
  }
198644
198645
  finally {
198645
198646
  try {
198646
- if (_24 && !_24.done && (_b = _23.return))
198647
- _b.call(_23);
198647
+ if (_25 && !_25.done && (_b = _24.return))
198648
+ _b.call(_24);
198648
198649
  }
198649
198650
  finally {
198650
198651
  if (e_12)
@@ -198672,9 +198673,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198672
198673
  break;
198673
198674
  case StackedSeriesBase.$$p[2]:
198674
198675
  try {
198675
- for (var _25 = __values(fromEnum(this.tq)), _26 = _25.next(); !_26.done; _26 = _25.next()) {
198676
- var g = _26.value;
198677
- g.g4();
198676
+ for (var _26 = __values(fromEnum(this.tq)), _27 = _26.next(); !_27.done; _27 = _26.next()) {
198677
+ var g = _27.value;
198678
+ g.g5();
198678
198679
  }
198679
198680
  }
198680
198681
  catch (e_13_1) {
@@ -198682,8 +198683,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198682
198683
  }
198683
198684
  finally {
198684
198685
  try {
198685
- if (_26 && !_26.done && (_c = _25.return))
198686
- _c.call(_25);
198686
+ if (_27 && !_27.done && (_c = _26.return))
198687
+ _c.call(_26);
198687
198688
  }
198688
198689
  finally {
198689
198690
  if (e_13)
@@ -198693,8 +198694,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198693
198694
  break;
198694
198695
  case "Brush":
198695
198696
  try {
198696
- for (var _27 = __values(fromEnum(this.tq)), _28 = _27.next(); !_28.done; _28 = _27.next()) {
198697
- var h = _28.value;
198697
+ for (var _28 = __values(fromEnum(this.tq)), _29 = _28.next(); !_29.done; _29 = _28.next()) {
198698
+ var h = _29.value;
198698
198699
  h.fr();
198699
198700
  }
198700
198701
  }
@@ -198703,8 +198704,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198703
198704
  }
198704
198705
  finally {
198705
198706
  try {
198706
- if (_28 && !_28.done && (_d = _27.return))
198707
- _d.call(_27);
198707
+ if (_29 && !_29.done && (_d = _28.return))
198708
+ _d.call(_28);
198708
198709
  }
198709
198710
  finally {
198710
198711
  if (e_14)
@@ -198714,8 +198715,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198714
198715
  break;
198715
198716
  case "DashArray":
198716
198717
  try {
198717
- for (var _29 = __values(fromEnum(this.tq)), _30 = _29.next(); !_30.done; _30 = _29.next()) {
198718
- var i = _30.value;
198718
+ for (var _30 = __values(fromEnum(this.tq)), _31 = _30.next(); !_31.done; _31 = _30.next()) {
198719
+ var i = _31.value;
198719
198720
  i.fs();
198720
198721
  }
198721
198722
  }
@@ -198724,8 +198725,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198724
198725
  }
198725
198726
  finally {
198726
198727
  try {
198727
- if (_30 && !_30.done && (_e = _29.return))
198728
- _e.call(_29);
198728
+ if (_31 && !_31.done && (_e = _30.return))
198729
+ _e.call(_30);
198729
198730
  }
198730
198731
  finally {
198731
198732
  if (e_15)
@@ -198735,8 +198736,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198735
198736
  break;
198736
198737
  case "HighlightingFadeOpacity":
198737
198738
  try {
198738
- for (var _31 = __values(fromEnum(this.tq)), _32 = _31.next(); !_32.done; _32 = _31.next()) {
198739
- var j = _32.value;
198739
+ for (var _32 = __values(fromEnum(this.tq)), _33 = _32.next(); !_33.done; _33 = _32.next()) {
198740
+ var j = _33.value;
198740
198741
  j.fu();
198741
198742
  }
198742
198743
  }
@@ -198745,8 +198746,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198745
198746
  }
198746
198747
  finally {
198747
198748
  try {
198748
- if (_32 && !_32.done && (_f = _31.return))
198749
- _f.call(_31);
198749
+ if (_33 && !_33.done && (_f = _32.return))
198750
+ _f.call(_32);
198750
198751
  }
198751
198752
  finally {
198752
198753
  if (e_16)
@@ -198756,8 +198757,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198756
198757
  break;
198757
198758
  case "DashCap":
198758
198759
  try {
198759
- for (var _33 = __values(fromEnum(this.tq)), _34 = _33.next(); !_34.done; _34 = _33.next()) {
198760
- var k = _34.value;
198760
+ for (var _34 = __values(fromEnum(this.tq)), _35 = _34.next(); !_35.done; _35 = _34.next()) {
198761
+ var k = _35.value;
198761
198762
  k.ft();
198762
198763
  }
198763
198764
  }
@@ -198766,8 +198767,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198766
198767
  }
198767
198768
  finally {
198768
198769
  try {
198769
- if (_34 && !_34.done && (_g = _33.return))
198770
- _g.call(_33);
198770
+ if (_35 && !_35.done && (_g = _34.return))
198771
+ _g.call(_34);
198771
198772
  }
198772
198773
  finally {
198773
198774
  if (e_17)
@@ -198777,8 +198778,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198777
198778
  break;
198778
198779
  case "IsDropShadowEnabled":
198779
198780
  try {
198780
- for (var _35 = __values(fromEnum(this.tq)), _36 = _35.next(); !_36.done; _36 = _35.next()) {
198781
- var l = _36.value;
198781
+ for (var _36 = __values(fromEnum(this.tq)), _37 = _36.next(); !_37.done; _37 = _36.next()) {
198782
+ var l = _37.value;
198782
198783
  l.fv();
198783
198784
  }
198784
198785
  }
@@ -198787,8 +198788,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198787
198788
  }
198788
198789
  finally {
198789
198790
  try {
198790
- if (_36 && !_36.done && (_h = _35.return))
198791
- _h.call(_35);
198791
+ if (_37 && !_37.done && (_h = _36.return))
198792
+ _h.call(_36);
198792
198793
  }
198793
198794
  finally {
198794
198795
  if (e_18)
@@ -198798,9 +198799,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198798
198799
  break;
198799
198800
  case "ShadowBlur":
198800
198801
  try {
198801
- for (var _37 = __values(fromEnum(this.tq)), _38 = _37.next(); !_38.done; _38 = _37.next()) {
198802
- var m = _38.value;
198803
- m.gl();
198802
+ for (var _38 = __values(fromEnum(this.tq)), _39 = _38.next(); !_39.done; _39 = _38.next()) {
198803
+ var m = _39.value;
198804
+ m.gm();
198804
198805
  }
198805
198806
  }
198806
198807
  catch (e_19_1) {
@@ -198808,8 +198809,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198808
198809
  }
198809
198810
  finally {
198810
198811
  try {
198811
- if (_38 && !_38.done && (_j = _37.return))
198812
- _j.call(_37);
198812
+ if (_39 && !_39.done && (_j = _38.return))
198813
+ _j.call(_38);
198813
198814
  }
198814
198815
  finally {
198815
198816
  if (e_19)
@@ -198819,9 +198820,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198819
198820
  break;
198820
198821
  case "ShadowColor":
198821
198822
  try {
198822
- for (var _39 = __values(fromEnum(this.tq)), _40 = _39.next(); !_40.done; _40 = _39.next()) {
198823
- var n = _40.value;
198824
- n.gm();
198823
+ for (var _40 = __values(fromEnum(this.tq)), _41 = _40.next(); !_41.done; _41 = _40.next()) {
198824
+ var n = _41.value;
198825
+ n.gn();
198825
198826
  }
198826
198827
  }
198827
198828
  catch (e_20_1) {
@@ -198829,8 +198830,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198829
198830
  }
198830
198831
  finally {
198831
198832
  try {
198832
- if (_40 && !_40.done && (_k = _39.return))
198833
- _k.call(_39);
198833
+ if (_41 && !_41.done && (_k = _40.return))
198834
+ _k.call(_40);
198834
198835
  }
198835
198836
  finally {
198836
198837
  if (e_20)
@@ -198840,9 +198841,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198840
198841
  break;
198841
198842
  case "UseSingleShadow":
198842
198843
  try {
198843
- for (var _41 = __values(fromEnum(this.tq)), _42 = _41.next(); !_42.done; _42 = _41.next()) {
198844
- var o = _42.value;
198845
- o.g0();
198844
+ for (var _42 = __values(fromEnum(this.tq)), _43 = _42.next(); !_43.done; _43 = _42.next()) {
198845
+ var o = _43.value;
198846
+ o.g1();
198846
198847
  }
198847
198848
  }
198848
198849
  catch (e_21_1) {
@@ -198850,8 +198851,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198850
198851
  }
198851
198852
  finally {
198852
198853
  try {
198853
- if (_42 && !_42.done && (_l = _41.return))
198854
- _l.call(_41);
198854
+ if (_43 && !_43.done && (_l = _42.return))
198855
+ _l.call(_42);
198855
198856
  }
198856
198857
  finally {
198857
198858
  if (e_21)
@@ -198861,9 +198862,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198861
198862
  break;
198862
198863
  case "ShadowOffsetX":
198863
198864
  try {
198864
- for (var _43 = __values(fromEnum(this.tq)), _44 = _43.next(); !_44.done; _44 = _43.next()) {
198865
- var p = _44.value;
198866
- p.gn();
198865
+ for (var _44 = __values(fromEnum(this.tq)), _45 = _44.next(); !_45.done; _45 = _44.next()) {
198866
+ var p = _45.value;
198867
+ p.go();
198867
198868
  }
198868
198869
  }
198869
198870
  catch (e_22_1) {
@@ -198871,8 +198872,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198871
198872
  }
198872
198873
  finally {
198873
198874
  try {
198874
- if (_44 && !_44.done && (_m = _43.return))
198875
- _m.call(_43);
198875
+ if (_45 && !_45.done && (_m = _44.return))
198876
+ _m.call(_44);
198876
198877
  }
198877
198878
  finally {
198878
198879
  if (e_22)
@@ -198882,9 +198883,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198882
198883
  break;
198883
198884
  case "ShadowOffsetY":
198884
198885
  try {
198885
- for (var _45 = __values(fromEnum(this.tq)), _46 = _45.next(); !_46.done; _46 = _45.next()) {
198886
- var q = _46.value;
198887
- q.go();
198886
+ for (var _46 = __values(fromEnum(this.tq)), _47 = _46.next(); !_47.done; _47 = _46.next()) {
198887
+ var q = _47.value;
198888
+ q.gp();
198888
198889
  }
198889
198890
  }
198890
198891
  catch (e_23_1) {
@@ -198892,8 +198893,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198892
198893
  }
198893
198894
  finally {
198894
198895
  try {
198895
- if (_46 && !_46.done && (_o = _45.return))
198896
- _o.call(_45);
198896
+ if (_47 && !_47.done && (_o = _46.return))
198897
+ _o.call(_46);
198897
198898
  }
198898
198899
  finally {
198899
198900
  if (e_23)
@@ -198903,8 +198904,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198903
198904
  break;
198904
198905
  case "IsHitTestVisible":
198905
198906
  try {
198906
- for (var _47 = __values(fromEnum(this.tq)), _48 = _47.next(); !_48.done; _48 = _47.next()) {
198907
- var r = _48.value;
198907
+ for (var _48 = __values(fromEnum(this.tq)), _49 = _48.next(); !_49.done; _49 = _48.next()) {
198908
+ var r = _49.value;
198908
198909
  r.fw();
198909
198910
  }
198910
198911
  }
@@ -198913,8 +198914,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198913
198914
  }
198914
198915
  finally {
198915
198916
  try {
198916
- if (_48 && !_48.done && (_p = _47.return))
198917
- _p.call(_47);
198917
+ if (_49 && !_49.done && (_p = _48.return))
198918
+ _p.call(_48);
198918
198919
  }
198919
198920
  finally {
198920
198921
  if (e_24)
@@ -198924,8 +198925,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198924
198925
  break;
198925
198926
  case "LegendItemBadgeTemplate":
198926
198927
  try {
198927
- for (var _49 = __values(fromEnum(this.tq)), _50 = _49.next(); !_50.done; _50 = _49.next()) {
198928
- var s = _50.value;
198928
+ for (var _50 = __values(fromEnum(this.tq)), _51 = _50.next(); !_51.done; _51 = _50.next()) {
198929
+ var s = _51.value;
198929
198930
  s.f2();
198930
198931
  }
198931
198932
  }
@@ -198934,8 +198935,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198934
198935
  }
198935
198936
  finally {
198936
198937
  try {
198937
- if (_50 && !_50.done && (_q = _49.return))
198938
- _q.call(_49);
198938
+ if (_51 && !_51.done && (_q = _50.return))
198939
+ _q.call(_50);
198939
198940
  }
198940
198941
  finally {
198941
198942
  if (e_25)
@@ -198945,8 +198946,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198945
198946
  break;
198946
198947
  case "LegendItemTemplate":
198947
198948
  try {
198948
- for (var _51 = __values(fromEnum(this.tq)), _52 = _51.next(); !_52.done; _52 = _51.next()) {
198949
- var t = _52.value;
198949
+ for (var _52 = __values(fromEnum(this.tq)), _53 = _52.next(); !_53.done; _53 = _52.next()) {
198950
+ var t = _53.value;
198950
198951
  t.f3();
198951
198952
  }
198952
198953
  }
@@ -198955,8 +198956,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198955
198956
  }
198956
198957
  finally {
198957
198958
  try {
198958
- if (_52 && !_52.done && (_r = _51.return))
198959
- _r.call(_51);
198959
+ if (_53 && !_53.done && (_r = _52.return))
198960
+ _r.call(_52);
198960
198961
  }
198961
198962
  finally {
198962
198963
  if (e_26)
@@ -198966,8 +198967,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198966
198967
  break;
198967
198968
  case "LegendItemVisibility":
198968
198969
  try {
198969
- for (var _53 = __values(fromEnum(this.tq)), _54 = _53.next(); !_54.done; _54 = _53.next()) {
198970
- var u = _54.value;
198970
+ for (var _54 = __values(fromEnum(this.tq)), _55 = _54.next(); !_55.done; _55 = _54.next()) {
198971
+ var u = _55.value;
198971
198972
  u.f4();
198972
198973
  }
198973
198974
  }
@@ -198976,8 +198977,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198976
198977
  }
198977
198978
  finally {
198978
198979
  try {
198979
- if (_54 && !_54.done && (_s = _53.return))
198980
- _s.call(_53);
198980
+ if (_55 && !_55.done && (_s = _54.return))
198981
+ _s.call(_54);
198981
198982
  }
198982
198983
  finally {
198983
198984
  if (e_27)
@@ -198987,8 +198988,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198987
198988
  break;
198988
198989
  case "LegendItemBadgeShape":
198989
198990
  try {
198990
- for (var _55 = __values(fromEnum(this.tq)), _56 = _55.next(); !_56.done; _56 = _55.next()) {
198991
- var v = _56.value;
198991
+ for (var _56 = __values(fromEnum(this.tq)), _57 = _56.next(); !_57.done; _57 = _56.next()) {
198992
+ var v = _57.value;
198992
198993
  v.f1();
198993
198994
  }
198994
198995
  }
@@ -198997,8 +198998,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
198997
198998
  }
198998
198999
  finally {
198999
199000
  try {
199000
- if (_56 && !_56.done && (_t = _55.return))
199001
- _t.call(_55);
199001
+ if (_57 && !_57.done && (_t = _56.return))
199002
+ _t.call(_56);
199002
199003
  }
199003
199004
  finally {
199004
199005
  if (e_28)
@@ -199008,8 +199009,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199008
199009
  break;
199009
199010
  case "LegendItemBadgeMode":
199010
199011
  try {
199011
- for (var _57 = __values(fromEnum(this.tq)), _58 = _57.next(); !_58.done; _58 = _57.next()) {
199012
- var w = _58.value;
199012
+ for (var _58 = __values(fromEnum(this.tq)), _59 = _58.next(); !_59.done; _59 = _58.next()) {
199013
+ var w = _59.value;
199013
199014
  w.f0();
199014
199015
  }
199015
199016
  }
@@ -199018,8 +199019,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199018
199019
  }
199019
199020
  finally {
199020
199021
  try {
199021
- if (_58 && !_58.done && (_u = _57.return))
199022
- _u.call(_57);
199022
+ if (_59 && !_59.done && (_u = _58.return))
199023
+ _u.call(_58);
199023
199024
  }
199024
199025
  finally {
199025
199026
  if (e_29)
@@ -199029,9 +199030,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199029
199030
  break;
199030
199031
  case "MarkerTemplate":
199031
199032
  try {
199032
- for (var _59 = __values(fromEnum(this.tq)), _60 = _59.next(); !_60.done; _60 = _59.next()) {
199033
- var x = _60.value;
199034
- x.gc();
199033
+ for (var _60 = __values(fromEnum(this.tq)), _61 = _60.next(); !_61.done; _61 = _60.next()) {
199034
+ var x = _61.value;
199035
+ x.gd();
199035
199036
  }
199036
199037
  }
199037
199038
  catch (e_30_1) {
@@ -199039,8 +199040,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199039
199040
  }
199040
199041
  finally {
199041
199042
  try {
199042
- if (_60 && !_60.done && (_v = _59.return))
199043
- _v.call(_59);
199043
+ if (_61 && !_61.done && (_v = _60.return))
199044
+ _v.call(_60);
199044
199045
  }
199045
199046
  finally {
199046
199047
  if (e_30)
@@ -199050,9 +199051,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199050
199051
  break;
199051
199052
  case "MarkerType":
199052
199053
  try {
199053
- for (var _61 = __values(fromEnum(this.tq)), _62 = _61.next(); !_62.done; _62 = _61.next()) {
199054
- var y = _62.value;
199055
- y.ge();
199054
+ for (var _62 = __values(fromEnum(this.tq)), _63 = _62.next(); !_63.done; _63 = _62.next()) {
199055
+ var y = _63.value;
199056
+ y.gf();
199056
199057
  }
199057
199058
  }
199058
199059
  catch (e_31_1) {
@@ -199060,8 +199061,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199060
199061
  }
199061
199062
  finally {
199062
199063
  try {
199063
- if (_62 && !_62.done && (_w = _61.return))
199064
- _w.call(_61);
199064
+ if (_63 && !_63.done && (_w = _62.return))
199065
+ _w.call(_62);
199065
199066
  }
199066
199067
  finally {
199067
199068
  if (e_31)
@@ -199071,9 +199072,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199071
199072
  break;
199072
199073
  case "MarkerThickness":
199073
199074
  try {
199074
- for (var _63 = __values(fromEnum(this.tq)), _64 = _63.next(); !_64.done; _64 = _63.next()) {
199075
- var z = _64.value;
199076
- z.gd();
199075
+ for (var _64 = __values(fromEnum(this.tq)), _65 = _64.next(); !_65.done; _65 = _64.next()) {
199076
+ var z = _65.value;
199077
+ z.ge();
199077
199078
  }
199078
199079
  }
199079
199080
  catch (e_32_1) {
@@ -199081,8 +199082,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199081
199082
  }
199082
199083
  finally {
199083
199084
  try {
199084
- if (_64 && !_64.done && (_x = _63.return))
199085
- _x.call(_63);
199085
+ if (_65 && !_65.done && (_x = _64.return))
199086
+ _x.call(_64);
199086
199087
  }
199087
199088
  finally {
199088
199089
  if (e_32)
@@ -199092,9 +199093,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199092
199093
  break;
199093
199094
  case "MarkerBrush":
199094
199095
  try {
199095
- for (var _65 = __values(fromEnum(this.tq)), _66 = _65.next(); !_66.done; _66 = _65.next()) {
199096
- var aa = _66.value;
199097
- aa.f6();
199096
+ for (var _66 = __values(fromEnum(this.tq)), _67 = _66.next(); !_67.done; _67 = _66.next()) {
199097
+ var aa = _67.value;
199098
+ aa.f7();
199098
199099
  }
199099
199100
  }
199100
199101
  catch (e_33_1) {
@@ -199102,8 +199103,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199102
199103
  }
199103
199104
  finally {
199104
199105
  try {
199105
- if (_66 && !_66.done && (_y = _65.return))
199106
- _y.call(_65);
199106
+ if (_67 && !_67.done && (_y = _66.return))
199107
+ _y.call(_66);
199107
199108
  }
199108
199109
  finally {
199109
199110
  if (e_33)
@@ -199113,9 +199114,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199113
199114
  break;
199114
199115
  case "MarkerOutline":
199115
199116
  try {
199116
- for (var _67 = __values(fromEnum(this.tq)), _68 = _67.next(); !_68.done; _68 = _67.next()) {
199117
- var ab = _68.value;
199118
- ab.f9();
199117
+ for (var _68 = __values(fromEnum(this.tq)), _69 = _68.next(); !_69.done; _69 = _68.next()) {
199118
+ var ab = _69.value;
199119
+ ab.ga();
199119
199120
  }
199120
199121
  }
199121
199122
  catch (e_34_1) {
@@ -199123,8 +199124,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199123
199124
  }
199124
199125
  finally {
199125
199126
  try {
199126
- if (_68 && !_68.done && (_z = _67.return))
199127
- _z.call(_67);
199127
+ if (_69 && !_69.done && (_z = _68.return))
199128
+ _z.call(_68);
199128
199129
  }
199129
199130
  finally {
199130
199131
  if (e_34)
@@ -199134,9 +199135,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199134
199135
  break;
199135
199136
  case "MarkerOutlineMode":
199136
199137
  try {
199137
- for (var _69 = __values(fromEnum(this.tq)), _70 = _69.next(); !_70.done; _70 = _69.next()) {
199138
- var ac = _70.value;
199139
- ac.ga();
199138
+ for (var _70 = __values(fromEnum(this.tq)), _71 = _70.next(); !_71.done; _71 = _70.next()) {
199139
+ var ac = _71.value;
199140
+ ac.gb();
199140
199141
  }
199141
199142
  }
199142
199143
  catch (e_35_1) {
@@ -199144,8 +199145,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199144
199145
  }
199145
199146
  finally {
199146
199147
  try {
199147
- if (_70 && !_70.done && (_0 = _69.return))
199148
- _0.call(_69);
199148
+ if (_71 && !_71.done && (_0 = _70.return))
199149
+ _0.call(_70);
199149
199150
  }
199150
199151
  finally {
199151
199152
  if (e_35)
@@ -199155,9 +199156,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199155
199156
  break;
199156
199157
  case "MarkerFillMode":
199157
199158
  try {
199158
- for (var _71 = __values(fromEnum(this.tq)), _72 = _71.next(); !_72.done; _72 = _71.next()) {
199159
- var ad = _72.value;
199160
- ad.f7();
199159
+ for (var _72 = __values(fromEnum(this.tq)), _73 = _72.next(); !_73.done; _73 = _72.next()) {
199160
+ var ad = _73.value;
199161
+ ad.f8();
199161
199162
  }
199162
199163
  }
199163
199164
  catch (e_36_1) {
@@ -199165,8 +199166,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199165
199166
  }
199166
199167
  finally {
199167
199168
  try {
199168
- if (_72 && !_72.done && (_1 = _71.return))
199169
- _1.call(_71);
199169
+ if (_73 && !_73.done && (_1 = _72.return))
199170
+ _1.call(_72);
199170
199171
  }
199171
199172
  finally {
199172
199173
  if (e_36)
@@ -199176,9 +199177,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199176
199177
  break;
199177
199178
  case "MarkerStyle":
199178
199179
  try {
199179
- for (var _73 = __values(fromEnum(this.tq)), _74 = _73.next(); !_74.done; _74 = _73.next()) {
199180
- var ae = _74.value;
199181
- ae.gb();
199180
+ for (var _74 = __values(fromEnum(this.tq)), _75 = _74.next(); !_75.done; _75 = _74.next()) {
199181
+ var ae = _75.value;
199182
+ ae.gc();
199182
199183
  }
199183
199184
  }
199184
199185
  catch (e_37_1) {
@@ -199186,8 +199187,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199186
199187
  }
199187
199188
  finally {
199188
199189
  try {
199189
- if (_74 && !_74.done && (_2 = _73.return))
199190
- _2.call(_73);
199190
+ if (_75 && !_75.done && (_2 = _74.return))
199191
+ _2.call(_74);
199191
199192
  }
199192
199193
  finally {
199193
199194
  if (e_37)
@@ -199197,9 +199198,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199197
199198
  break;
199198
199199
  case "Opacity":
199199
199200
  try {
199200
- for (var _75 = __values(fromEnum(this.tq)), _76 = _75.next(); !_76.done; _76 = _75.next()) {
199201
- var af = _76.value;
199202
- af.gf();
199201
+ for (var _76 = __values(fromEnum(this.tq)), _77 = _76.next(); !_77.done; _77 = _76.next()) {
199202
+ var af = _77.value;
199203
+ af.gg();
199203
199204
  }
199204
199205
  }
199205
199206
  catch (e_38_1) {
@@ -199207,8 +199208,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199207
199208
  }
199208
199209
  finally {
199209
199210
  try {
199210
- if (_76 && !_76.done && (_3 = _75.return))
199211
- _3.call(_75);
199211
+ if (_77 && !_77.done && (_3 = _76.return))
199212
+ _3.call(_76);
199212
199213
  }
199213
199214
  finally {
199214
199215
  if (e_38)
@@ -199218,9 +199219,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199218
199219
  break;
199219
199220
  case "OpacityMask":
199220
199221
  try {
199221
- for (var _77 = __values(fromEnum(this.tq)), _78 = _77.next(); !_78.done; _78 = _77.next()) {
199222
- var ag = _78.value;
199223
- ag.gg();
199222
+ for (var _78 = __values(fromEnum(this.tq)), _79 = _78.next(); !_79.done; _79 = _78.next()) {
199223
+ var ag = _79.value;
199224
+ ag.gh();
199224
199225
  }
199225
199226
  }
199226
199227
  catch (e_39_1) {
@@ -199228,8 +199229,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199228
199229
  }
199229
199230
  finally {
199230
199231
  try {
199231
- if (_78 && !_78.done && (_4 = _77.return))
199232
- _4.call(_77);
199232
+ if (_79 && !_79.done && (_4 = _78.return))
199233
+ _4.call(_78);
199233
199234
  }
199234
199235
  finally {
199235
199236
  if (e_39)
@@ -199239,8 +199240,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199239
199240
  break;
199240
199241
  case "AreaFillOpacity":
199241
199242
  try {
199242
- for (var _79 = __values(fromEnum(this.tq)), _80 = _79.next(); !_80.done; _80 = _79.next()) {
199243
- var ah = _80.value;
199243
+ for (var _80 = __values(fromEnum(this.tq)), _81 = _80.next(); !_81.done; _81 = _80.next()) {
199244
+ var ah = _81.value;
199244
199245
  ah.fq();
199245
199246
  }
199246
199247
  }
@@ -199249,8 +199250,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199249
199250
  }
199250
199251
  finally {
199251
199252
  try {
199252
- if (_80 && !_80.done && (_5 = _79.return))
199253
- _5.call(_79);
199253
+ if (_81 && !_81.done && (_5 = _80.return))
199254
+ _5.call(_80);
199254
199255
  }
199255
199256
  finally {
199256
199257
  if (e_40)
@@ -199260,9 +199261,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199260
199261
  break;
199261
199262
  case "Outline":
199262
199263
  try {
199263
- for (var _81 = __values(fromEnum(this.tq)), _82 = _81.next(); !_82.done; _82 = _81.next()) {
199264
- var ai = _82.value;
199265
- ai.gh();
199264
+ for (var _82 = __values(fromEnum(this.tq)), _83 = _82.next(); !_83.done; _83 = _82.next()) {
199265
+ var ai = _83.value;
199266
+ ai.gi();
199266
199267
  }
199267
199268
  }
199268
199269
  catch (e_41_1) {
@@ -199270,8 +199271,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199270
199271
  }
199271
199272
  finally {
199272
199273
  try {
199273
- if (_82 && !_82.done && (_6 = _81.return))
199274
- _6.call(_81);
199274
+ if (_83 && !_83.done && (_6 = _82.return))
199275
+ _6.call(_82);
199275
199276
  }
199276
199277
  finally {
199277
199278
  if (e_41)
@@ -199281,8 +199282,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199281
199282
  break;
199282
199283
  case "LineCap":
199283
199284
  try {
199284
- for (var _83 = __values(fromEnum(this.tq)), _84 = _83.next(); !_84.done; _84 = _83.next()) {
199285
- var aj = _84.value;
199285
+ for (var _84 = __values(fromEnum(this.tq)), _85 = _84.next(); !_85.done; _85 = _84.next()) {
199286
+ var aj = _85.value;
199286
199287
  aj.f5();
199287
199288
  }
199288
199289
  }
@@ -199291,8 +199292,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199291
199292
  }
199292
199293
  finally {
199293
199294
  try {
199294
- if (_84 && !_84.done && (_7 = _83.return))
199295
- _7.call(_83);
199295
+ if (_85 && !_85.done && (_7 = _84.return))
199296
+ _7.call(_84);
199296
199297
  }
199297
199298
  finally {
199298
199299
  if (e_42)
@@ -199302,9 +199303,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199302
199303
  break;
199303
199304
  case "OutlineMode":
199304
199305
  try {
199305
- for (var _85 = __values(fromEnum(this.tq)), _86 = _85.next(); !_86.done; _86 = _85.next()) {
199306
- var ak = _86.value;
199307
- ak.gi();
199306
+ for (var _86 = __values(fromEnum(this.tq)), _87 = _86.next(); !_87.done; _87 = _86.next()) {
199307
+ var ak = _87.value;
199308
+ ak.gj();
199308
199309
  }
199309
199310
  }
199310
199311
  catch (e_43_1) {
@@ -199312,8 +199313,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199312
199313
  }
199313
199314
  finally {
199314
199315
  try {
199315
- if (_86 && !_86.done && (_8 = _85.return))
199316
- _8.call(_85);
199316
+ if (_87 && !_87.done && (_8 = _86.return))
199317
+ _8.call(_86);
199317
199318
  }
199318
199319
  finally {
199319
199320
  if (e_43)
@@ -199323,9 +199324,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199323
199324
  break;
199324
199325
  case "MarkerFillOpacity":
199325
199326
  try {
199326
- for (var _87 = __values(fromEnum(this.tq)), _88 = _87.next(); !_88.done; _88 = _87.next()) {
199327
- var al = _88.value;
199328
- al.f8();
199327
+ for (var _88 = __values(fromEnum(this.tq)), _89 = _88.next(); !_89.done; _89 = _88.next()) {
199328
+ var al = _89.value;
199329
+ al.f9();
199329
199330
  }
199330
199331
  }
199331
199332
  catch (e_44_1) {
@@ -199333,8 +199334,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199333
199334
  }
199334
199335
  finally {
199335
199336
  try {
199336
- if (_88 && !_88.done && (_9 = _87.return))
199337
- _9.call(_87);
199337
+ if (_89 && !_89.done && (_9 = _88.return))
199338
+ _9.call(_88);
199338
199339
  }
199339
199340
  finally {
199340
199341
  if (e_44)
@@ -199344,9 +199345,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199344
199345
  break;
199345
199346
  case "Thickness":
199346
199347
  try {
199347
- for (var _89 = __values(fromEnum(this.tq)), _90 = _89.next(); !_90.done; _90 = _89.next()) {
199348
- var am = _90.value;
199349
- am.gp();
199348
+ for (var _90 = __values(fromEnum(this.tq)), _91 = _90.next(); !_91.done; _91 = _90.next()) {
199349
+ var am = _91.value;
199350
+ am.gq();
199350
199351
  }
199351
199352
  }
199352
199353
  catch (e_45_1) {
@@ -199354,8 +199355,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199354
199355
  }
199355
199356
  finally {
199356
199357
  try {
199357
- if (_90 && !_90.done && (_10 = _89.return))
199358
- _10.call(_89);
199358
+ if (_91 && !_91.done && (_10 = _90.return))
199359
+ _10.call(_90);
199359
199360
  }
199360
199361
  finally {
199361
199362
  if (e_45)
@@ -199363,11 +199364,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199363
199364
  }
199364
199365
  }
199365
199366
  break;
199366
- case "ToolTip":
199367
+ case "LineJoin":
199367
199368
  try {
199368
- for (var _91 = __values(fromEnum(this.tq)), _92 = _91.next(); !_92.done; _92 = _91.next()) {
199369
- var an = _92.value;
199370
- an.gr();
199369
+ for (var _92 = __values(fromEnum(this.tq)), _93 = _92.next(); !_93.done; _93 = _92.next()) {
199370
+ var an = _93.value;
199371
+ an.f6();
199371
199372
  }
199372
199373
  }
199373
199374
  catch (e_46_1) {
@@ -199375,8 +199376,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199375
199376
  }
199376
199377
  finally {
199377
199378
  try {
199378
- if (_92 && !_92.done && (_11 = _91.return))
199379
- _11.call(_91);
199379
+ if (_93 && !_93.done && (_11 = _92.return))
199380
+ _11.call(_92);
199380
199381
  }
199381
199382
  finally {
199382
199383
  if (e_46)
@@ -199384,11 +199385,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199384
199385
  }
199385
199386
  }
199386
199387
  break;
199387
- case "TransitionEasingFunction":
199388
+ case "ToolTip":
199388
199389
  try {
199389
- for (var _93 = __values(fromEnum(this.tq)), _94 = _93.next(); !_94.done; _94 = _93.next()) {
199390
- var ao = _94.value;
199391
- ao.gt();
199390
+ for (var _94 = __values(fromEnum(this.tq)), _95 = _94.next(); !_95.done; _95 = _94.next()) {
199391
+ var ao = _95.value;
199392
+ ao.gs();
199392
199393
  }
199393
199394
  }
199394
199395
  catch (e_47_1) {
@@ -199396,8 +199397,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199396
199397
  }
199397
199398
  finally {
199398
199399
  try {
199399
- if (_94 && !_94.done && (_12 = _93.return))
199400
- _12.call(_93);
199400
+ if (_95 && !_95.done && (_12 = _94.return))
199401
+ _12.call(_94);
199401
199402
  }
199402
199403
  finally {
199403
199404
  if (e_47)
@@ -199405,11 +199406,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199405
199406
  }
199406
199407
  }
199407
199408
  break;
199408
- case "TransitionDuration":
199409
+ case "TransitionEasingFunction":
199409
199410
  try {
199410
- for (var _95 = __values(fromEnum(this.tq)), _96 = _95.next(); !_96.done; _96 = _95.next()) {
199411
- var ap = _96.value;
199412
- ap.gs();
199411
+ for (var _96 = __values(fromEnum(this.tq)), _97 = _96.next(); !_97.done; _97 = _96.next()) {
199412
+ var ap = _97.value;
199413
+ ap.gu();
199413
199414
  }
199414
199415
  }
199415
199416
  catch (e_48_1) {
@@ -199417,8 +199418,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199417
199418
  }
199418
199419
  finally {
199419
199420
  try {
199420
- if (_96 && !_96.done && (_13 = _95.return))
199421
- _13.call(_95);
199421
+ if (_97 && !_97.done && (_13 = _96.return))
199422
+ _13.call(_96);
199422
199423
  }
199423
199424
  finally {
199424
199425
  if (e_48)
@@ -199426,11 +199427,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199426
199427
  }
199427
199428
  }
199428
199429
  break;
199429
- case "IsTransitionInEnabled":
199430
+ case "TransitionDuration":
199430
199431
  try {
199431
- for (var _97 = __values(fromEnum(this.tq)), _98 = _97.next(); !_98.done; _98 = _97.next()) {
199432
- var aq = _98.value;
199433
- aq.fy();
199432
+ for (var _98 = __values(fromEnum(this.tq)), _99 = _98.next(); !_99.done; _99 = _98.next()) {
199433
+ var aq = _99.value;
199434
+ aq.gt();
199434
199435
  }
199435
199436
  }
199436
199437
  catch (e_49_1) {
@@ -199438,8 +199439,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199438
199439
  }
199439
199440
  finally {
199440
199441
  try {
199441
- if (_98 && !_98.done && (_14 = _97.return))
199442
- _14.call(_97);
199442
+ if (_99 && !_99.done && (_14 = _98.return))
199443
+ _14.call(_98);
199443
199444
  }
199444
199445
  finally {
199445
199446
  if (e_49)
@@ -199447,11 +199448,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199447
199448
  }
199448
199449
  }
199449
199450
  break;
199450
- case "TransitionInMode":
199451
+ case "IsTransitionInEnabled":
199451
199452
  try {
199452
- for (var _99 = __values(fromEnum(this.tq)), _100 = _99.next(); !_100.done; _100 = _99.next()) {
199453
- var ar = _100.value;
199454
- ar.gw();
199453
+ for (var _100 = __values(fromEnum(this.tq)), _101 = _100.next(); !_101.done; _101 = _100.next()) {
199454
+ var ar = _101.value;
199455
+ ar.fy();
199455
199456
  }
199456
199457
  }
199457
199458
  catch (e_50_1) {
@@ -199459,8 +199460,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199459
199460
  }
199460
199461
  finally {
199461
199462
  try {
199462
- if (_100 && !_100.done && (_15 = _99.return))
199463
- _15.call(_99);
199463
+ if (_101 && !_101.done && (_15 = _100.return))
199464
+ _15.call(_100);
199464
199465
  }
199465
199466
  finally {
199466
199467
  if (e_50)
@@ -199468,11 +199469,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199468
199469
  }
199469
199470
  }
199470
199471
  break;
199471
- case "TransitionInDuration":
199472
+ case "TransitionInMode":
199472
199473
  try {
199473
- for (var _101 = __values(fromEnum(this.tq)), _102 = _101.next(); !_102.done; _102 = _101.next()) {
199474
- var as = _102.value;
199475
- as.fy();
199474
+ for (var _102 = __values(fromEnum(this.tq)), _103 = _102.next(); !_103.done; _103 = _102.next()) {
199475
+ var as = _103.value;
199476
+ as.gx();
199476
199477
  }
199477
199478
  }
199478
199479
  catch (e_51_1) {
@@ -199480,8 +199481,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199480
199481
  }
199481
199482
  finally {
199482
199483
  try {
199483
- if (_102 && !_102.done && (_16 = _101.return))
199484
- _16.call(_101);
199484
+ if (_103 && !_103.done && (_16 = _102.return))
199485
+ _16.call(_102);
199485
199486
  }
199486
199487
  finally {
199487
199488
  if (e_51)
@@ -199489,10 +199490,10 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199489
199490
  }
199490
199491
  }
199491
199492
  break;
199492
- case "TransitionInSpeedType":
199493
+ case "TransitionInDuration":
199493
199494
  try {
199494
- for (var _103 = __values(fromEnum(this.tq)), _104 = _103.next(); !_104.done; _104 = _103.next()) {
199495
- var at = _104.value;
199495
+ for (var _104 = __values(fromEnum(this.tq)), _105 = _104.next(); !_105.done; _105 = _104.next()) {
199496
+ var at = _105.value;
199496
199497
  at.fy();
199497
199498
  }
199498
199499
  }
@@ -199501,8 +199502,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199501
199502
  }
199502
199503
  finally {
199503
199504
  try {
199504
- if (_104 && !_104.done && (_17 = _103.return))
199505
- _17.call(_103);
199505
+ if (_105 && !_105.done && (_17 = _104.return))
199506
+ _17.call(_104);
199506
199507
  }
199507
199508
  finally {
199508
199509
  if (e_52)
@@ -199510,11 +199511,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199510
199511
  }
199511
199512
  }
199512
199513
  break;
199513
- case "TransitionInEasingFunction":
199514
+ case "TransitionInSpeedType":
199514
199515
  try {
199515
- for (var _105 = __values(fromEnum(this.tq)), _106 = _105.next(); !_106.done; _106 = _105.next()) {
199516
- var au = _106.value;
199517
- au.gv();
199516
+ for (var _106 = __values(fromEnum(this.tq)), _107 = _106.next(); !_107.done; _107 = _106.next()) {
199517
+ var au = _107.value;
199518
+ au.fy();
199518
199519
  }
199519
199520
  }
199520
199521
  catch (e_53_1) {
@@ -199522,8 +199523,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199522
199523
  }
199523
199524
  finally {
199524
199525
  try {
199525
- if (_106 && !_106.done && (_18 = _105.return))
199526
- _18.call(_105);
199526
+ if (_107 && !_107.done && (_18 = _106.return))
199527
+ _18.call(_106);
199527
199528
  }
199528
199529
  finally {
199529
199530
  if (e_53)
@@ -199531,11 +199532,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199531
199532
  }
199532
199533
  }
199533
199534
  break;
199534
- case "UseLightweightMarkers":
199535
+ case "TransitionInEasingFunction":
199535
199536
  try {
199536
- for (var _107 = __values(fromEnum(this.tq)), _108 = _107.next(); !_108.done; _108 = _107.next()) {
199537
- var av = _108.value;
199538
- av.gz();
199537
+ for (var _108 = __values(fromEnum(this.tq)), _109 = _108.next(); !_109.done; _109 = _108.next()) {
199538
+ var av = _109.value;
199539
+ av.gw();
199539
199540
  }
199540
199541
  }
199541
199542
  catch (e_54_1) {
@@ -199543,8 +199544,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199543
199544
  }
199544
199545
  finally {
199545
199546
  try {
199546
- if (_108 && !_108.done && (_19 = _107.return))
199547
- _19.call(_107);
199547
+ if (_109 && !_109.done && (_19 = _108.return))
199548
+ _19.call(_108);
199548
199549
  }
199549
199550
  finally {
199550
199551
  if (e_54)
@@ -199552,11 +199553,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199552
199553
  }
199553
199554
  }
199554
199555
  break;
199555
- case "UseHighMarkerFidelity":
199556
+ case "UseLightweightMarkers":
199556
199557
  try {
199557
- for (var _109 = __values(fromEnum(this.tq)), _110 = _109.next(); !_110.done; _110 = _109.next()) {
199558
- var aw = _110.value;
199559
- aw.gy();
199558
+ for (var _110 = __values(fromEnum(this.tq)), _111 = _110.next(); !_111.done; _111 = _110.next()) {
199559
+ var aw = _111.value;
199560
+ aw.g0();
199560
199561
  }
199561
199562
  }
199562
199563
  catch (e_55_1) {
@@ -199564,8 +199565,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199564
199565
  }
199565
199566
  finally {
199566
199567
  try {
199567
- if (_110 && !_110.done && (_20 = _109.return))
199568
- _20.call(_109);
199568
+ if (_111 && !_111.done && (_20 = _110.return))
199569
+ _20.call(_110);
199569
199570
  }
199570
199571
  finally {
199571
199572
  if (e_55)
@@ -199573,6 +199574,27 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199573
199574
  }
199574
199575
  }
199575
199576
  break;
199577
+ case "UseHighMarkerFidelity":
199578
+ try {
199579
+ for (var _112 = __values(fromEnum(this.tq)), _113 = _112.next(); !_113.done; _113 = _112.next()) {
199580
+ var ax = _113.value;
199581
+ ax.gz();
199582
+ }
199583
+ }
199584
+ catch (e_56_1) {
199585
+ e_56 = { error: e_56_1 };
199586
+ }
199587
+ finally {
199588
+ try {
199589
+ if (_113 && !_113.done && (_21 = _112.return))
199590
+ _21.call(_112);
199591
+ }
199592
+ finally {
199593
+ if (e_56)
199594
+ throw e_56.error;
199595
+ }
199596
+ }
199597
+ break;
199576
199598
  }
199577
199599
  };
199578
199600
  Object.defineProperty(StackedSeriesBase.prototype, "currentCategoryMode", {
@@ -199620,7 +199642,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199620
199642
  return false;
199621
199643
  };
199622
199644
  StackedSeriesBase.prototype.mp = function (a, b) {
199623
- var e_56, _a;
199645
+ var e_57, _a;
199624
199646
  var c = this.e3;
199625
199647
  _super.prototype.mp.call(this, a, b);
199626
199648
  if (!c) {
@@ -199637,8 +199659,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199637
199659
  d.visualSeriesLink.mp(a, b);
199638
199660
  }
199639
199661
  }
199640
- catch (e_56_1) {
199641
- e_56 = { error: e_56_1 };
199662
+ catch (e_57_1) {
199663
+ e_57 = { error: e_57_1 };
199642
199664
  }
199643
199665
  finally {
199644
199666
  try {
@@ -199646,14 +199668,14 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199646
199668
  _a.call(_b);
199647
199669
  }
199648
199670
  finally {
199649
- if (e_56)
199650
- throw e_56.error;
199671
+ if (e_57)
199672
+ throw e_57.error;
199651
199673
  }
199652
199674
  }
199653
199675
  this.e3 = false;
199654
199676
  };
199655
199677
  StackedSeriesBase.prototype.mm = function (a, b, c, d, e) {
199656
- var e_57, _a;
199678
+ var e_58, _a;
199657
199679
  _super.prototype.mm.call(this, a, b, c, d, e);
199658
199680
  var f = this.a7.a$h.item(d);
199659
199681
  f.cr.g(this.fx);
@@ -199674,8 +199696,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199674
199696
  g.visualSeriesLink.mm(a, b, c, d, e);
199675
199697
  }
199676
199698
  }
199677
- catch (e_57_1) {
199678
- e_57 = { error: e_57_1 };
199699
+ catch (e_58_1) {
199700
+ e_58 = { error: e_58_1 };
199679
199701
  }
199680
199702
  finally {
199681
199703
  try {
@@ -199683,13 +199705,13 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199683
199705
  _a.call(_b);
199684
199706
  }
199685
199707
  finally {
199686
- if (e_57)
199687
- throw e_57.error;
199708
+ if (e_58)
199709
+ throw e_58.error;
199688
199710
  }
199689
199711
  }
199690
199712
  };
199691
199713
  StackedSeriesBase.prototype.hx = function () {
199692
- var e_58, _a;
199714
+ var e_59, _a;
199693
199715
  var a = this.a9.exportStackedVisualData(this, this.p7);
199694
199716
  try {
199695
199717
  for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -199699,8 +199721,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199699
199721
  this.a9.addSubSeriesVisualData(a, c);
199700
199722
  }
199701
199723
  }
199702
- catch (e_58_1) {
199703
- e_58 = { error: e_58_1 };
199724
+ catch (e_59_1) {
199725
+ e_59 = { error: e_59_1 };
199704
199726
  }
199705
199727
  finally {
199706
199728
  try {
@@ -199708,8 +199730,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
199708
199730
  _a.call(_b);
199709
199731
  }
199710
199732
  finally {
199711
- if (e_58)
199712
- throw e_58.error;
199733
+ if (e_59)
199734
+ throw e_59.error;
199713
199735
  }
199714
199736
  }
199715
199737
  this.lc(a);
@@ -199776,7 +199798,7 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
199776
199798
  return this.yAxis != null && this.yAxis.c0();
199777
199799
  };
199778
199800
  HorizontalStackedSeriesBase.prototype.my = function () {
199779
- var e_59, _a;
199801
+ var e_60, _a;
199780
199802
  var a = (typeCast(XamDataChart.$, this.ce));
199781
199803
  if (a != null) {
199782
199804
  this.fu = isNaN_(this.f3) ? a.ua.fp : this.f3;
@@ -199786,8 +199808,8 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
199786
199808
  b.fq();
199787
199809
  }
199788
199810
  }
199789
- catch (e_59_1) {
199790
- e_59 = { error: e_59_1 };
199811
+ catch (e_60_1) {
199812
+ e_60 = { error: e_60_1 };
199791
199813
  }
199792
199814
  finally {
199793
199815
  try {
@@ -199795,8 +199817,8 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
199795
199817
  _a.call(_b);
199796
199818
  }
199797
199819
  finally {
199798
- if (e_59)
199799
- throw e_59.error;
199820
+ if (e_60)
199821
+ throw e_60.error;
199800
199822
  }
199801
199823
  }
199802
199824
  }
@@ -200091,7 +200113,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200091
200113
  return 2;
200092
200114
  };
200093
200115
  StackedBarSeries.prototype.s0 = function () {
200094
- var e_60, _a;
200116
+ var e_61, _a;
200095
200117
  var a = 0;
200096
200118
  try {
200097
200119
  for (var _b = __values(fromEnum(this.ce.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -200105,8 +200127,8 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200105
200127
  }
200106
200128
  }
200107
200129
  }
200108
- catch (e_60_1) {
200109
- e_60 = { error: e_60_1 };
200130
+ catch (e_61_1) {
200131
+ e_61 = { error: e_61_1 };
200110
200132
  }
200111
200133
  finally {
200112
200134
  try {
@@ -200114,8 +200136,8 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200114
200136
  _a.call(_b);
200115
200137
  }
200116
200138
  finally {
200117
- if (e_60)
200118
- throw e_60.error;
200139
+ if (e_61)
200140
+ throw e_61.error;
200119
200141
  }
200120
200142
  }
200121
200143
  return -1;
@@ -200289,7 +200311,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200289
200311
  return this.yAxis.k3(this.b1.bv, this.b1.bu, this.getEffectiveViewport1(this.b1));
200290
200312
  };
200291
200313
  StackedBarSeries.prototype.ue = function (a, b, c, d) {
200292
- var e_61, _a;
200314
+ var e_62, _a;
200293
200315
  var e = typeCast(BarFragment.$, a);
200294
200316
  var f = typeCast(ColumnFragmentView.$, c);
200295
200317
  if (!this.fd(c.bu, c.bv, c) || e == null || f == null) {
@@ -200345,8 +200367,8 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200345
200367
  r++;
200346
200368
  }
200347
200369
  }
200348
- catch (e_61_1) {
200349
- e_61 = { error: e_61_1 };
200370
+ catch (e_62_1) {
200371
+ e_62 = { error: e_62_1 };
200350
200372
  }
200351
200373
  finally {
200352
200374
  try {
@@ -200354,14 +200376,14 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200354
200376
  _a.call(_b);
200355
200377
  }
200356
200378
  finally {
200357
- if (e_61)
200358
- throw e_61.error;
200379
+ if (e_62)
200380
+ throw e_62.error;
200359
200381
  }
200360
200382
  }
200361
200383
  f.db.count = h;
200362
200384
  };
200363
200385
  StackedBarSeries.prototype.l9 = function (a, b, c, d) {
200364
- var e_62, _a;
200386
+ var e_63, _a;
200365
200387
  _super.prototype.l9.call(this, a, b, c, d);
200366
200388
  switch (b) {
200367
200389
  case StackedBarSeries.$$p[0]:
@@ -200369,12 +200391,12 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200369
200391
  try {
200370
200392
  for (var _b = __values(fromEnum(this.tq)), _c = _b.next(); !_c.done; _c = _b.next()) {
200371
200393
  var e = _c.value;
200372
- e.gj();
200373
200394
  e.gk();
200395
+ e.gl();
200374
200396
  }
200375
200397
  }
200376
- catch (e_62_1) {
200377
- e_62 = { error: e_62_1 };
200398
+ catch (e_63_1) {
200399
+ e_63 = { error: e_63_1 };
200378
200400
  }
200379
200401
  finally {
200380
200402
  try {
@@ -200382,8 +200404,8 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200382
200404
  _a.call(_b);
200383
200405
  }
200384
200406
  finally {
200385
- if (e_62)
200386
- throw e_62.error;
200407
+ if (e_63)
200408
+ throw e_63.error;
200387
200409
  }
200388
200410
  }
200389
200411
  this.mn(false);
@@ -200483,7 +200505,7 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200483
200505
  return this.xAxis.k3(this.b1.bv, this.b1.bu, a);
200484
200506
  };
200485
200507
  StackedColumnSeries.prototype.ue = function (a, b, c, d) {
200486
- var e_63, _a;
200508
+ var e_64, _a;
200487
200509
  var e = typeCast(ColumnFragment.$, a);
200488
200510
  var f = typeCast(ColumnFragmentView.$, c);
200489
200511
  if (!this.fd(c.bu, c.bv, c) || e == null || f == null) {
@@ -200543,8 +200565,8 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200543
200565
  s++;
200544
200566
  }
200545
200567
  }
200546
- catch (e_63_1) {
200547
- e_63 = { error: e_63_1 };
200568
+ catch (e_64_1) {
200569
+ e_64 = { error: e_64_1 };
200548
200570
  }
200549
200571
  finally {
200550
200572
  try {
@@ -200552,14 +200574,14 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200552
200574
  _a.call(_b);
200553
200575
  }
200554
200576
  finally {
200555
- if (e_63)
200556
- throw e_63.error;
200577
+ if (e_64)
200578
+ throw e_64.error;
200557
200579
  }
200558
200580
  }
200559
200581
  f.db.count = i;
200560
200582
  };
200561
200583
  StackedColumnSeries.prototype.l9 = function (a, b, c, d) {
200562
- var e_64, _a;
200584
+ var e_65, _a;
200563
200585
  _super.prototype.l9.call(this, a, b, c, d);
200564
200586
  switch (b) {
200565
200587
  case StackedColumnSeries.$$p[0]:
@@ -200567,12 +200589,12 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200567
200589
  try {
200568
200590
  for (var _b = __values(fromEnum(this.tq)), _c = _b.next(); !_c.done; _c = _b.next()) {
200569
200591
  var e = _c.value;
200570
- e.gj();
200571
200592
  e.gk();
200593
+ e.gl();
200572
200594
  }
200573
200595
  }
200574
- catch (e_64_1) {
200575
- e_64 = { error: e_64_1 };
200596
+ catch (e_65_1) {
200597
+ e_65 = { error: e_65_1 };
200576
200598
  }
200577
200599
  finally {
200578
200600
  try {
@@ -200580,8 +200602,8 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200580
200602
  _a.call(_b);
200581
200603
  }
200582
200604
  finally {
200583
- if (e_64)
200584
- throw e_64.error;
200605
+ if (e_65)
200606
+ throw e_65.error;
200585
200607
  }
200586
200608
  }
200587
200609
  this.mn(false);
@@ -200659,7 +200681,7 @@ var StackedSplineAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200659
200681
  return 0;
200660
200682
  };
200661
200683
  StackedSplineAreaSeries.prototype.l9 = function (a, b, c, d) {
200662
- var e_65, _a;
200684
+ var e_66, _a;
200663
200685
  _super.prototype.l9.call(this, a, b, c, d);
200664
200686
  switch (b) {
200665
200687
  case StackedSplineAreaSeries.$$p[0]:
@@ -200669,8 +200691,8 @@ var StackedSplineAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200669
200691
  e.fx();
200670
200692
  }
200671
200693
  }
200672
- catch (e_65_1) {
200673
- e_65 = { error: e_65_1 };
200694
+ catch (e_66_1) {
200695
+ e_66 = { error: e_66_1 };
200674
200696
  }
200675
200697
  finally {
200676
200698
  try {
@@ -200678,8 +200700,8 @@ var StackedSplineAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200678
200700
  _a.call(_b);
200679
200701
  }
200680
200702
  finally {
200681
- if (e_65)
200682
- throw e_65.error;
200703
+ if (e_66)
200704
+ throw e_66.error;
200683
200705
  }
200684
200706
  }
200685
200707
  break;
@@ -200845,13 +200867,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200845
200867
  }
200846
200868
  return NaN;
200847
200869
  };
200848
- StackedFragmentSeries.prototype.ku = function (a, b, c) {
200870
+ StackedFragmentSeries.prototype.kv = function (a, b, c) {
200849
200871
  if (this.visualSeriesLink != null) {
200850
200872
  return this.visualSeriesLink.ps(a, b, c);
200851
200873
  }
200852
200874
  return { $type: Point_$type, x: NaN, y: NaN };
200853
200875
  };
200854
- StackedFragmentSeries.prototype.ky = function (a) {
200876
+ StackedFragmentSeries.prototype.kz = function (a) {
200855
200877
  if (this.visualSeriesLink != null) {
200856
200878
  return this.visualSeriesLink.p3(a);
200857
200879
  }
@@ -200863,7 +200885,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200863
200885
  }
200864
200886
  return null;
200865
200887
  };
200866
- StackedFragmentSeries.prototype.kz = function (a) {
200888
+ StackedFragmentSeries.prototype.k0 = function (a) {
200867
200889
  if (this.visualSeriesLink != null) {
200868
200890
  return this.visualSeriesLink.p4(a);
200869
200891
  }
@@ -200875,13 +200897,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200875
200897
  }
200876
200898
  return null;
200877
200899
  };
200878
- StackedFragmentSeries.prototype.k0 = function (a) {
200900
+ StackedFragmentSeries.prototype.k1 = function (a) {
200879
200901
  if (this.visualSeriesLink != null) {
200880
200902
  return this.visualSeriesLink.p5(a);
200881
200903
  }
200882
200904
  return Rect.empty;
200883
200905
  };
200884
- StackedFragmentSeries.prototype.k1 = function (a) {
200906
+ StackedFragmentSeries.prototype.k2 = function (a) {
200885
200907
  if (this.visualSeriesLink != null) {
200886
200908
  return this.visualSeriesLink.p6(a);
200887
200909
  }
@@ -200893,7 +200915,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200893
200915
  }
200894
200916
  return NaN;
200895
200917
  };
200896
- StackedFragmentSeries.prototype.kq = function (a, b, c) {
200918
+ StackedFragmentSeries.prototype.kr = function (a, b, c) {
200897
200919
  if (this.visualSeriesLink != null) {
200898
200920
  return this.visualSeriesLink.po(a, b, c);
200899
200921
  }
@@ -200905,13 +200927,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200905
200927
  }
200906
200928
  return NaN;
200907
200929
  };
200908
- StackedFragmentSeries.prototype.ks = function (a, b, c) {
200930
+ StackedFragmentSeries.prototype.kt = function (a, b, c) {
200909
200931
  if (this.visualSeriesLink != null) {
200910
200932
  return this.visualSeriesLink.pq(a, b, c);
200911
200933
  }
200912
200934
  return { $type: Point_$type, x: NaN, y: NaN };
200913
200935
  };
200914
- StackedFragmentSeries.prototype.kv = function (a, b, c) {
200936
+ StackedFragmentSeries.prototype.kw = function (a, b, c) {
200915
200937
  if (this.visualSeriesLink != null) {
200916
200938
  return this.visualSeriesLink.pt(a, b, c);
200917
200939
  }
@@ -200923,7 +200945,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200923
200945
  }
200924
200946
  return NaN;
200925
200947
  };
200926
- StackedFragmentSeries.prototype.kr = function (a, b, c) {
200948
+ StackedFragmentSeries.prototype.ks = function (a, b, c) {
200927
200949
  if (this.visualSeriesLink != null) {
200928
200950
  return this.visualSeriesLink.pp(a, b, c);
200929
200951
  }
@@ -200935,7 +200957,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200935
200957
  }
200936
200958
  return NaN;
200937
200959
  };
200938
- StackedFragmentSeries.prototype.kt = function (a, b, c) {
200960
+ StackedFragmentSeries.prototype.ku = function (a, b, c) {
200939
200961
  if (this.visualSeriesLink != null) {
200940
200962
  return this.visualSeriesLink.pr(a, b, c);
200941
200963
  }
@@ -200977,13 +200999,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200977
200999
  }
200978
201000
  return false;
200979
201001
  };
200980
- StackedFragmentSeries.prototype.kw = function (a) {
201002
+ StackedFragmentSeries.prototype.kx = function (a) {
200981
201003
  if (this.visualSeriesLink != null) {
200982
201004
  return this.visualSeriesLink.px(a);
200983
201005
  }
200984
201006
  return { $type: Point_$type, x: NaN, y: NaN };
200985
201007
  };
200986
- StackedFragmentSeries.prototype.kp = function (a) {
201008
+ StackedFragmentSeries.prototype.kq = function (a) {
200987
201009
  if (this.visualSeriesLink != null) {
200988
201010
  return this.visualSeriesLink.pn(a);
200989
201011
  }
@@ -200995,7 +201017,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
200995
201017
  }
200996
201018
  return false;
200997
201019
  };
200998
- StackedFragmentSeries.prototype.kx = function () {
201020
+ StackedFragmentSeries.prototype.ky = function () {
200999
201021
  if (this.visualSeriesLink != null) {
201000
201022
  return this.visualSeriesLink.getEffectiveViewport();
201001
201023
  }
@@ -201028,25 +201050,25 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201028
201050
  this.visualSeriesLink.provideRenderer(a);
201029
201051
  }
201030
201052
  };
201031
- StackedFragmentSeries.prototype.g4 = function () {
201053
+ StackedFragmentSeries.prototype.g5 = function () {
201032
201054
  if (this.parentSeries == null) {
201033
201055
  return;
201034
201056
  }
201035
- this.k5 = this.parentSeries._visibility != 0 ? 1 : this.k7;
201057
+ this.k6 = this.parentSeries._visibility != 0 ? 1 : this.k8;
201036
201058
  if (this.visualSeriesLink != null) {
201037
- this.visualSeriesLink._visibility = this.k5;
201059
+ this.visualSeriesLink._visibility = this.k6;
201038
201060
  }
201039
201061
  };
201040
- StackedFragmentSeries.prototype.gc = function () {
201062
+ StackedFragmentSeries.prototype.gd = function () {
201041
201063
  if (this.parentSeries == null) {
201042
201064
  return;
201043
201065
  }
201044
- this.g7 = this.ha != null ? this.ha : this.parentSeries.q7;
201066
+ this.g8 = this.hb != null ? this.hb : this.parentSeries.q7;
201045
201067
  if (this.visualSeriesLink != null) {
201046
- this.visualSeriesLink.q7 = this.g7;
201068
+ this.visualSeriesLink.q7 = this.g8;
201047
201069
  }
201048
201070
  };
201049
- StackedFragmentSeries.prototype.ge = function () {
201071
+ StackedFragmentSeries.prototype.gf = function () {
201050
201072
  if (this.parentSeries == null) {
201051
201073
  return;
201052
201074
  }
@@ -201064,18 +201086,18 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201064
201086
  if (this.parentSeries == null) {
201065
201087
  return;
201066
201088
  }
201067
- this.kg = this.kb != null ? this.kb : this.parentSeries.o9;
201089
+ this.kh = this.kc != null ? this.kc : this.parentSeries.o9;
201068
201090
  if (this.visualSeriesLink != null) {
201069
- this.visualSeriesLink.o9 = this.kg;
201091
+ this.visualSeriesLink.o9 = this.kh;
201070
201092
  }
201071
201093
  };
201072
201094
  StackedFragmentSeries.prototype.fs = function () {
201073
201095
  if (this.parentSeries == null) {
201074
201096
  return;
201075
201097
  }
201076
- this.kj = this.kk != null ? this.kk : this.parentSeries.pi;
201098
+ this.kk = this.kl != null ? this.kl : this.parentSeries.pi;
201077
201099
  if (this.visualSeriesLink != null) {
201078
- this.visualSeriesLink.pi = this.kj;
201100
+ this.visualSeriesLink.pi = this.kk;
201079
201101
  }
201080
201102
  };
201081
201103
  StackedFragmentSeries.prototype.fu = function () {
@@ -201087,7 +201109,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201087
201109
  this.visualSeriesLink.gu = this.ba;
201088
201110
  }
201089
201111
  };
201090
- StackedFragmentSeries.prototype.gi = function () {
201112
+ StackedFragmentSeries.prototype.gj = function () {
201091
201113
  if (this.parentSeries == null) {
201092
201114
  return;
201093
201115
  }
@@ -201096,7 +201118,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201096
201118
  this.visualSeriesLink.bu = this.z;
201097
201119
  }
201098
201120
  };
201099
- StackedFragmentSeries.prototype.f8 = function () {
201121
+ StackedFragmentSeries.prototype.f9 = function () {
201100
201122
  if (this.parentSeries == null) {
201101
201123
  return;
201102
201124
  }
@@ -201109,9 +201131,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201109
201131
  if (this.parentSeries == null) {
201110
201132
  return;
201111
201133
  }
201112
- this.kl = this.as("DashCap") ? this.parentSeries.pj : this.kn;
201134
+ this.km = this.as("DashCap") ? this.parentSeries.pj : this.ko;
201113
201135
  if (this.visualSeriesLink != null) {
201114
- this.visualSeriesLink.pj = this.kl;
201136
+ this.visualSeriesLink.pj = this.km;
201115
201137
  }
201116
201138
  };
201117
201139
  StackedFragmentSeries.prototype.fv = function () {
@@ -201123,7 +201145,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201123
201145
  this.visualSeriesLink.dq = this.ak;
201124
201146
  }
201125
201147
  };
201126
- StackedFragmentSeries.prototype.gl = function () {
201148
+ StackedFragmentSeries.prototype.gm = function () {
201127
201149
  if (this.parentSeries == null) {
201128
201150
  return;
201129
201151
  }
@@ -201132,16 +201154,16 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201132
201154
  this.visualSeriesLink.g1 = this.bg;
201133
201155
  }
201134
201156
  };
201135
- StackedFragmentSeries.prototype.gm = function () {
201157
+ StackedFragmentSeries.prototype.gn = function () {
201136
201158
  if (this.parentSeries == null) {
201137
201159
  return;
201138
201160
  }
201139
- this.kh = Color.e(toNullable(Color.$, this.ki), toNullable(Color.$, null)) ? this.ki : this.parentSeries.ph;
201140
- if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.kh), toNullable(Color.$, null))) {
201141
- this.visualSeriesLink.ph = this.kh;
201161
+ this.ki = Color.e(toNullable(Color.$, this.kj), toNullable(Color.$, null)) ? this.kj : this.parentSeries.ph;
201162
+ if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.ki), toNullable(Color.$, null))) {
201163
+ this.visualSeriesLink.ph = this.ki;
201142
201164
  }
201143
201165
  };
201144
- StackedFragmentSeries.prototype.g0 = function () {
201166
+ StackedFragmentSeries.prototype.g1 = function () {
201145
201167
  if (this.parentSeries == null) {
201146
201168
  return;
201147
201169
  }
@@ -201150,7 +201172,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201150
201172
  this.visualSeriesLink.fb = this.aq;
201151
201173
  }
201152
201174
  };
201153
- StackedFragmentSeries.prototype.gn = function () {
201175
+ StackedFragmentSeries.prototype.go = function () {
201154
201176
  if (this.parentSeries == null) {
201155
201177
  return;
201156
201178
  }
@@ -201159,7 +201181,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201159
201181
  this.visualSeriesLink.g2 = this.bh;
201160
201182
  }
201161
201183
  };
201162
- StackedFragmentSeries.prototype.go = function () {
201184
+ StackedFragmentSeries.prototype.gp = function () {
201163
201185
  if (this.parentSeries == null) {
201164
201186
  return;
201165
201187
  }
@@ -201178,10 +201200,10 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201178
201200
  if (this.parentSeries == null) {
201179
201201
  return;
201180
201202
  }
201181
- this.g5 = this.g8 != null ? this.g8 : this.parentSeries.legendItemBadgeTemplate;
201203
+ this.g6 = this.g9 != null ? this.g9 : this.parentSeries.legendItemBadgeTemplate;
201182
201204
  if (this.visualSeriesLink != null) {
201183
- if (this.g5 != null) {
201184
- this.visualSeriesLink.legendItemBadgeTemplate = this.g5;
201205
+ if (this.g6 != null) {
201206
+ this.visualSeriesLink.legendItemBadgeTemplate = this.g6;
201185
201207
  }
201186
201208
  else {
201187
201209
  this.visualSeriesLink.legendItemBadgeTemplate = null;
@@ -201192,10 +201214,10 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201192
201214
  if (this.parentSeries == null) {
201193
201215
  return;
201194
201216
  }
201195
- this.g6 = this.g9 != null ? this.g9 : this.parentSeries.legendItemTemplate;
201217
+ this.g7 = this.ha != null ? this.ha : this.parentSeries.legendItemTemplate;
201196
201218
  if (this.visualSeriesLink != null) {
201197
- if (this.g6 != null) {
201198
- this.visualSeriesLink.legendItemTemplate = this.g6;
201219
+ if (this.g7 != null) {
201220
+ this.visualSeriesLink.legendItemTemplate = this.g7;
201199
201221
  }
201200
201222
  else {
201201
201223
  this.visualSeriesLink.legendItemTemplate = null;
@@ -201206,9 +201228,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201206
201228
  if (this.parentSeries == null) {
201207
201229
  return;
201208
201230
  }
201209
- this.k4 = this.parentSeries.qb != 0 ? 1 : this.k6;
201231
+ this.k5 = this.parentSeries.qb != 0 ? 1 : this.k7;
201210
201232
  if (this.visualSeriesLink != null) {
201211
- this.visualSeriesLink.qb = this.k4;
201233
+ this.visualSeriesLink.qb = this.k5;
201212
201234
  }
201213
201235
  };
201214
201236
  StackedFragmentSeries.prototype.f1 = function () {
@@ -201239,39 +201261,39 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201239
201261
  }
201240
201262
  }
201241
201263
  };
201242
- StackedFragmentSeries.prototype.f6 = function () {
201264
+ StackedFragmentSeries.prototype.f7 = function () {
201243
201265
  if (this.parentSeries == null) {
201244
201266
  return;
201245
201267
  }
201246
- this.j7 = this.kc != null ? this.kc : this.parentSeries.rn;
201268
+ this.j8 = this.kd != null ? this.kd : this.parentSeries.rn;
201247
201269
  if (this.visualSeriesLink != null) {
201248
- this.visualSeriesLink.rn = this.j7;
201270
+ this.visualSeriesLink.rn = this.j8;
201249
201271
  }
201250
201272
  };
201251
- StackedFragmentSeries.prototype.f9 = function () {
201273
+ StackedFragmentSeries.prototype.ga = function () {
201252
201274
  if (this.parentSeries == null) {
201253
201275
  return;
201254
201276
  }
201255
- this.j8 = this.kd != null ? this.kd : this.parentSeries.ro;
201277
+ this.j9 = this.ke != null ? this.ke : this.parentSeries.ro;
201256
201278
  if (this.visualSeriesLink != null) {
201257
- this.visualSeriesLink.ro = this.j8;
201279
+ this.visualSeriesLink.ro = this.j9;
201258
201280
  }
201259
201281
  };
201260
- StackedFragmentSeries.prototype.gb = function () {
201282
+ StackedFragmentSeries.prototype.gc = function () {
201261
201283
  if (this.parentSeries == null) {
201262
201284
  return;
201263
201285
  }
201264
- this.k2 = this.k3 != null ? this.k3 : this.parentSeries.rp;
201286
+ this.k3 = this.k4 != null ? this.k4 : this.parentSeries.rp;
201265
201287
  if (this.visualSeriesLink != null) {
201266
- if (this.k2 != null) {
201267
- this.visualSeriesLink.rp = this.k2;
201288
+ if (this.k3 != null) {
201289
+ this.visualSeriesLink.rp = this.k3;
201268
201290
  }
201269
201291
  else {
201270
201292
  this.visualSeriesLink.rp = null;
201271
201293
  }
201272
201294
  }
201273
201295
  };
201274
- StackedFragmentSeries.prototype.gf = function () {
201296
+ StackedFragmentSeries.prototype.gg = function () {
201275
201297
  if (this.parentSeries == null) {
201276
201298
  return;
201277
201299
  }
@@ -201280,15 +201302,15 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201280
201302
  this.visualSeriesLink._opacity = this.bd;
201281
201303
  }
201282
201304
  };
201283
- StackedFragmentSeries.prototype.gg = function () {
201284
- };
201285
201305
  StackedFragmentSeries.prototype.gh = function () {
201306
+ };
201307
+ StackedFragmentSeries.prototype.gi = function () {
201286
201308
  if (this.parentSeries == null) {
201287
201309
  return;
201288
201310
  }
201289
- this.ka = this.kf != null ? this.kf : this.parentSeries.pe;
201311
+ this.kb = this.kg != null ? this.kg : this.parentSeries.pe;
201290
201312
  if (this.visualSeriesLink != null) {
201291
- this.visualSeriesLink.pe = this.ka;
201313
+ this.visualSeriesLink.pe = this.kb;
201292
201314
  }
201293
201315
  };
201294
201316
  StackedFragmentSeries.prototype.fz = function () {
@@ -201338,7 +201360,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201338
201360
  }
201339
201361
  }
201340
201362
  };
201341
- StackedFragmentSeries.prototype.gj = function () {
201363
+ StackedFragmentSeries.prototype.gk = function () {
201342
201364
  if (this.parentSeries == null) {
201343
201365
  return;
201344
201366
  }
@@ -201359,7 +201381,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201359
201381
  }
201360
201382
  }
201361
201383
  };
201362
- StackedFragmentSeries.prototype.gk = function () {
201384
+ StackedFragmentSeries.prototype.gl = function () {
201363
201385
  if (this.parentSeries == null) {
201364
201386
  return;
201365
201387
  }
@@ -201384,12 +201406,12 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201384
201406
  if (this.parentSeries == null) {
201385
201407
  return;
201386
201408
  }
201387
- this.km = this.as("StartCap") ? this.parentSeries.pk : this.ko;
201409
+ this.kn = this.as("StartCap") ? this.parentSeries.pk : this.kp;
201388
201410
  if (this.visualSeriesLink != null) {
201389
- this.visualSeriesLink.pk = this.km;
201411
+ this.visualSeriesLink.pk = this.kn;
201390
201412
  }
201391
201413
  };
201392
- StackedFragmentSeries.prototype.gp = function () {
201414
+ StackedFragmentSeries.prototype.gq = function () {
201393
201415
  if (this.parentSeries == null) {
201394
201416
  return;
201395
201417
  }
@@ -201398,7 +201420,15 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201398
201420
  this.visualSeriesLink.g4 = this.bj;
201399
201421
  }
201400
201422
  };
201401
- StackedFragmentSeries.prototype.gd = function () {
201423
+ StackedFragmentSeries.prototype.f6 = function () {
201424
+ if (this.parentSeries == null) {
201425
+ return;
201426
+ }
201427
+ if (this.visualSeriesLink != null) {
201428
+ this.visualSeriesLink.pl = this.parentSeries.pl;
201429
+ }
201430
+ };
201431
+ StackedFragmentSeries.prototype.ge = function () {
201402
201432
  if (this.parentSeries == null) {
201403
201433
  return;
201404
201434
  }
@@ -201407,7 +201437,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201407
201437
  this.visualSeriesLink.qq = this.bc;
201408
201438
  }
201409
201439
  };
201410
- StackedFragmentSeries.prototype.gr = function () {
201440
+ StackedFragmentSeries.prototype.gs = function () {
201411
201441
  if (this.parentSeries == null) {
201412
201442
  return;
201413
201443
  }
@@ -201415,13 +201445,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201415
201445
  this.visualSeriesLink.toolTip = this.ci;
201416
201446
  }
201417
201447
  };
201418
- StackedFragmentSeries.prototype.gt = function () {
201448
+ StackedFragmentSeries.prototype.gu = function () {
201419
201449
  if (this.parentSeries == null) {
201420
201450
  return;
201421
201451
  }
201422
201452
  this.af = this.ah || this.parentSeries.cg;
201423
201453
  };
201424
- StackedFragmentSeries.prototype.gs = function () {
201454
+ StackedFragmentSeries.prototype.gt = function () {
201425
201455
  if (this.parentSeries == null) {
201426
201456
  return;
201427
201457
  }
@@ -201431,13 +201461,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201431
201461
  }
201432
201462
  this.b4 = this.as("IsDropShadowEnabled") ? this.parentSeries.hr : this.cb;
201433
201463
  };
201434
- StackedFragmentSeries.prototype.gv = function () {
201464
+ StackedFragmentSeries.prototype.gw = function () {
201435
201465
  if (this.parentSeries == null) {
201436
201466
  return;
201437
201467
  }
201438
201468
  this.ag = this.as("IsDropShadowEnabled") ? this.parentSeries.ch : this.ai;
201439
201469
  };
201440
- StackedFragmentSeries.prototype.gw = function () {
201470
+ StackedFragmentSeries.prototype.gx = function () {
201441
201471
  if (this.parentSeries == null) {
201442
201472
  return;
201443
201473
  }
@@ -201447,7 +201477,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201447
201477
  }
201448
201478
  this.m = this.n;
201449
201479
  };
201450
- StackedFragmentSeries.prototype.gx = function () {
201480
+ StackedFragmentSeries.prototype.gy = function () {
201451
201481
  if (this.parentSeries == null) {
201452
201482
  return;
201453
201483
  }
@@ -201467,7 +201497,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201467
201497
  }
201468
201498
  this.an = this.aw;
201469
201499
  };
201470
- StackedFragmentSeries.prototype.gu = function () {
201500
+ StackedFragmentSeries.prototype.gv = function () {
201471
201501
  if (this.parentSeries == null) {
201472
201502
  return;
201473
201503
  }
@@ -201477,7 +201507,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201477
201507
  }
201478
201508
  this.b5 = this.cc;
201479
201509
  };
201480
- StackedFragmentSeries.prototype.gz = function () {
201510
+ StackedFragmentSeries.prototype.g0 = function () {
201481
201511
  if (this.parentSeries == null) {
201482
201512
  return;
201483
201513
  }
@@ -201486,7 +201516,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201486
201516
  this.visualSeriesLink.qp = this.ap;
201487
201517
  }
201488
201518
  };
201489
- StackedFragmentSeries.prototype.gq = function () {
201519
+ StackedFragmentSeries.prototype.gr = function () {
201490
201520
  if (this.parentSeries == null) {
201491
201521
  return;
201492
201522
  }
@@ -201494,7 +201524,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201494
201524
  this.visualSeriesLink.title = this.ch;
201495
201525
  }
201496
201526
  };
201497
- StackedFragmentSeries.prototype.f7 = function () {
201527
+ StackedFragmentSeries.prototype.f8 = function () {
201498
201528
  if (this.parentSeries == null) {
201499
201529
  return;
201500
201530
  }
@@ -201503,7 +201533,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201503
201533
  this.visualSeriesLink.qe = this.s;
201504
201534
  }
201505
201535
  };
201506
- StackedFragmentSeries.prototype.ga = function () {
201536
+ StackedFragmentSeries.prototype.gb = function () {
201507
201537
  if (this.parentSeries == null) {
201508
201538
  return;
201509
201539
  }
@@ -201512,7 +201542,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201512
201542
  this.visualSeriesLink.qi = this.u;
201513
201543
  }
201514
201544
  };
201515
- StackedFragmentSeries.prototype.gy = function () {
201545
+ StackedFragmentSeries.prototype.gz = function () {
201516
201546
  if (this.parentSeries == null) {
201517
201547
  return;
201518
201548
  }
@@ -201520,7 +201550,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201520
201550
  this.visualSeriesLink.ss = this.ax("UseHighMarkerFidelity") ? this.a1 : this.parentSeries.ss;
201521
201551
  }
201522
201552
  };
201523
- StackedFragmentSeries.prototype.g2 = function () {
201553
+ StackedFragmentSeries.prototype.g3 = function () {
201524
201554
  if (this.parentSeries == null) {
201525
201555
  return;
201526
201556
  }
@@ -201529,7 +201559,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201529
201559
  this.visualSeriesLink.ua = this.fe;
201530
201560
  }
201531
201561
  };
201532
- StackedFragmentSeries.prototype.g1 = function () {
201562
+ StackedFragmentSeries.prototype.g2 = function () {
201533
201563
  if (this.parentSeries == null) {
201534
201564
  return;
201535
201565
  }
@@ -201538,7 +201568,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201538
201568
  this.visualSeriesLink.t8 = this.dt;
201539
201569
  }
201540
201570
  };
201541
- StackedFragmentSeries.prototype.g3 = function () {
201571
+ StackedFragmentSeries.prototype.g4 = function () {
201542
201572
  if (this.parentSeries == null) {
201543
201573
  return;
201544
201574
  }
@@ -201569,19 +201599,19 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201569
201599
  }
201570
201600
  switch (b) {
201571
201601
  case StackedFragmentSeries.$$p[86]:
201572
- this.gq();
201602
+ this.gr();
201573
201603
  break;
201574
201604
  case StackedFragmentSeries.$$p[99]:
201575
- this.g3();
201605
+ this.g4();
201576
201606
  break;
201577
201607
  case StackedFragmentSeries.$$p[98]:
201578
- this.g2();
201608
+ this.g3();
201579
201609
  break;
201580
201610
  case StackedFragmentSeries.$$p[97]:
201581
- this.g1();
201611
+ this.g2();
201582
201612
  break;
201583
201613
  case StackedFragmentSeries.$$p[100]:
201584
- this.g4();
201614
+ this.g5();
201585
201615
  break;
201586
201616
  case StackedFragmentSeries.$$p[49]:
201587
201617
  this.fr();
@@ -201596,19 +201626,19 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201596
201626
  this.fv();
201597
201627
  break;
201598
201628
  case StackedFragmentSeries.$$p[81]:
201599
- this.gl();
201629
+ this.gm();
201600
201630
  break;
201601
201631
  case StackedFragmentSeries.$$p[82]:
201602
- this.gm();
201632
+ this.gn();
201603
201633
  break;
201604
201634
  case StackedFragmentSeries.$$p[96]:
201605
- this.g0();
201635
+ this.g1();
201606
201636
  break;
201607
201637
  case StackedFragmentSeries.$$p[83]:
201608
- this.gn();
201638
+ this.go();
201609
201639
  break;
201610
201640
  case StackedFragmentSeries.$$p[84]:
201611
- this.go();
201641
+ this.gp();
201612
201642
  break;
201613
201643
  case StackedFragmentSeries.$$p[63]:
201614
201644
  this.f5();
@@ -201617,16 +201647,16 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201617
201647
  this.fw();
201618
201648
  break;
201619
201649
  case StackedFragmentSeries.$$p[70]:
201620
- this.gc();
201650
+ this.gd();
201621
201651
  break;
201622
201652
  case StackedFragmentSeries.$$p[72]:
201623
- this.ge();
201653
+ this.gf();
201624
201654
  break;
201625
201655
  case StackedFragmentSeries.$$p[65]:
201626
- this.f7();
201656
+ this.f8();
201627
201657
  break;
201628
201658
  case StackedFragmentSeries.$$p[67]:
201629
- this.ga();
201659
+ this.gb();
201630
201660
  break;
201631
201661
  case StackedFragmentSeries.$$p[60]:
201632
201662
  this.f2();
@@ -201644,79 +201674,79 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201644
201674
  this.f0();
201645
201675
  break;
201646
201676
  case StackedFragmentSeries.$$p[64]:
201647
- this.f6();
201677
+ this.f7();
201648
201678
  break;
201649
201679
  case StackedFragmentSeries.$$p[68]:
201650
- this.f9();
201680
+ this.ga();
201651
201681
  break;
201652
201682
  case StackedFragmentSeries.$$p[69]:
201653
- this.gb();
201683
+ this.gc();
201654
201684
  break;
201655
201685
  case StackedFragmentSeries.$$p[71]:
201656
- this.gd();
201686
+ this.ge();
201657
201687
  break;
201658
201688
  case StackedFragmentSeries.$$p[75]:
201659
- this.gf();
201689
+ this.gg();
201660
201690
  break;
201661
201691
  case StackedFragmentSeries.$$p[74]:
201662
- this.gg();
201692
+ this.gh();
201663
201693
  break;
201664
201694
  case StackedFragmentSeries.$$p[57]:
201665
201695
  this.fz();
201666
201696
  break;
201667
201697
  case StackedFragmentSeries.$$p[77]:
201668
- this.gh();
201698
+ this.gi();
201669
201699
  break;
201670
201700
  case StackedFragmentSeries.$$p[76]:
201671
- this.gi();
201701
+ this.gj();
201672
201702
  break;
201673
201703
  case StackedFragmentSeries.$$p[66]:
201674
- this.f8();
201704
+ this.f9();
201675
201705
  break;
201676
201706
  case StackedFragmentSeries.$$p[48]:
201677
201707
  this.fq();
201678
201708
  break;
201679
201709
  case StackedFragmentSeries.$$p[79]:
201680
- this.gj();
201710
+ this.gk();
201681
201711
  break;
201682
201712
  case StackedFragmentSeries.$$p[80]:
201683
- this.gk();
201713
+ this.gl();
201684
201714
  break;
201685
201715
  case StackedFragmentSeries.$$p[55]:
201686
201716
  this.fx();
201687
201717
  break;
201688
201718
  case StackedFragmentSeries.$$p[85]:
201689
- this.gp();
201719
+ this.gq();
201690
201720
  break;
201691
201721
  case StackedFragmentSeries.$$p[87]:
201692
- this.gr();
201722
+ this.gs();
201693
201723
  break;
201694
201724
  case StackedFragmentSeries.$$p[89]:
201695
- this.gt();
201725
+ this.gu();
201696
201726
  break;
201697
201727
  case StackedFragmentSeries.$$p[91]:
201698
- this.gv();
201728
+ this.gw();
201699
201729
  break;
201700
201730
  case StackedFragmentSeries.$$p[88]:
201701
- this.gs();
201731
+ this.gt();
201702
201732
  break;
201703
201733
  case StackedFragmentSeries.$$p[56]:
201704
201734
  this.fy();
201705
201735
  break;
201706
201736
  case StackedFragmentSeries.$$p[92]:
201707
- this.gw();
201737
+ this.gx();
201708
201738
  break;
201709
201739
  case StackedFragmentSeries.$$p[93]:
201710
- this.gx();
201740
+ this.gy();
201711
201741
  break;
201712
201742
  case StackedFragmentSeries.$$p[90]:
201713
- this.gu();
201743
+ this.gv();
201714
201744
  break;
201715
201745
  case StackedFragmentSeries.$$p[95]:
201716
- this.gz();
201746
+ this.g0();
201717
201747
  break;
201718
201748
  case StackedFragmentSeries.$$p[94]:
201719
- this.gy();
201749
+ this.gz();
201720
201750
  break;
201721
201751
  }
201722
201752
  this.parentSeries.mn(false);
@@ -201727,7 +201757,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
201727
201757
  }
201728
201758
  };
201729
201759
  StackedFragmentSeries.$t = markType(StackedFragmentSeries, 'StackedFragmentSeries', DependencyObject.$, [INotifyPropertyChanged_$type]);
201730
- StackedFragmentSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedFragmentSeries, 'fn', ['ActualAreaFillOpacity:a9:hb', [1, NaN], 'ActualBrush:j6:hc', [Brush.$], 'ActualDashArray:kj:hd', [DoubleCollection.$], 'ActualDashCap:kl:he', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'ActualHighlightingFadeOpacity:ba:hf', [1, NaN], 'ActualIsDropShadowEnabled:ak:hg', [0, false], 'ActualIsHitTestVisible:al:hh', [0, true], 'ActualIsSplineShapePartOfRange:am:hi', [0, false], 'ActualIsTransitionInEnabled:an:hj', [0], 'ActualLegendItemBadgeMode:o:hk', [LegendItemBadgeMode_$type], 'ActualLegendItemBadgeShape:q:hl', [LegendItemBadgeShape_$type], 'ActualLegendItemBadgeTemplate:g5:hm', [DataTemplate.$], 'ActualLegendItemTemplate:g6:hn', [DataTemplate.$], 'ActualLegendItemVisibility:k4:ho', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'ActualLineCap:km:hp', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'ActualMarkerBrush:j7:hq', [Brush.$], 'ActualMarkerFillMode:s:hr', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'ActualMarkerFillOpacity:bb:hs', [1, NaN], 'ActualMarkerOutlineMode:u:ht', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'ActualMarkerOutline:j8:hu', [Brush.$], 'ActualMarkerStyle:k2:hv', [Style.$], 'ActualMarkerTemplate:g7:hw', [DataTemplate.$], 'ActualMarkerThickness:bc:hx', [1, 1], 'ActualMarkerType:w:hy', [MarkerType_$type, enumGetBox(MarkerType_$type, 1)], 'ActualOpacityMask:j9:hz', [Brush.$], 'ActualOpacity:bd:h0', [1, NaN], 'ActualOutlineMode:z:h1', [SeriesOutlineMode_$type, enumGetBox(SeriesOutlineMode_$type, 0)], 'ActualOutline:ka:h2', [Brush.$], 'ActualRadiusX:be:h3', [1, 0], 'ActualRadiusY:bf:h4', [1, 0], 'ActualShadowBlur:bg:h5', [1, NaN], 'ActualShadowColor:kh:h6', [Color.$], 'ActualShadowOffsetX:bh:h7', [1, NaN], 'ActualShadowOffsetY:bi:h8', [1, NaN], 'ActualThickness:bj:h9', [1, 1], 'ActualToolTip:cd:ia', [4], 'ActualTransitionDuration:b4:ib', [1], 'ActualTransitionEasingFunction:af:ic', [Delegate_$type], 'ActualTransitionInDuration:b5:id', [1], 'ActualTransitionInEasingFunction:ag:ie', [Delegate_$type], 'ActualTransitionInMode:m:ig', [CategoryTransitionInMode_$type], 'ActualTransitionInSpeedType:ac:ih', [TransitionInSpeedType_$type], 'ActualUseHighMarkerFidelity:ao:ii', [0, false], 'ActualUseLightweightMarkers:ap:ij', [0, false], 'ActualUseSingleShadow:aq:ik', [0, true], 'ActualValueMemberAsLegendLabel:dt:il', [2, null], 'ActualValueMemberAsLegendUnit:dv:im', [2, null], 'ActualVisibility:k5:io', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'AreaFillOpacity:bk:ip', [1, NaN], 'Brush:kb:iq', [Brush.$], 'DashArray:kk:ir', [DoubleCollection.$], 'DashCap:kn:is', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'HighlightingFadeOpacity:bt:it', [1, NaN], 'IsDropShadowEnabled:at:iu', [0], 'IsHitTestVisible:au:iv', [0, true], 'IsSplineShapePartOfRange:av:iw', [0, false], 'IsTransitionInEnabled:aw:ix', [0, false], 'ItemsSource::iy', [IEnumerable_$type, null], 'LegendItemBadgeMode:p:iz', [LegendItemBadgeMode_$type, enumGetBox(LegendItemBadgeMode_$type, 0)], 'LegendItemBadgeShape:r:i0', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'LegendItemBadgeTemplate:g8:i1', [DataTemplate.$, null], 'LegendItemTemplate:g9:i2', [DataTemplate.$, null], 'LegendItemVisibility:k6:i3', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'LineCap:ko:i4', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'MarkerBrush:kc:i5', [Brush.$], 'MarkerFillMode:t:i6', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerFillOpacity:bu:i7', [1, NaN], 'MarkerOutlineMode:v:i8', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:kd:i9', [Brush.$], 'MarkerStyle:k3:ja', [Style.$], 'MarkerTemplate:ha:jb', [DataTemplate.$, null], 'MarkerThickness:bv:jc', [1, NaN], 'MarkerType:x:jd', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'Name:en:je', [2], 'OpacityMask:ke:jf', [Brush.$], 'Opacity:bw:jg', [1, 1], 'OutlineMode:aa:jh', [SeriesOutlineMode_$type, enumGetBox(SeriesOutlineMode_$type, 0)], 'Outline:kf:ji', [Brush.$, null], 'ParentOrLocalBrush:kg:jj', [Brush.$], 'RadiusX:bx:jk', [1, NaN], 'RadiusY:by:jl', [1, NaN], 'ShadowBlur:bz:jm', [1, NaN], 'ShadowColor:ki:jn', [Color.$], 'ShadowOffsetX:b0:jo', [1, NaN], 'ShadowOffsetY:b1:jp', [1, NaN], 'Thickness:b2:jq', [1, NaN], 'Title:ch:jr', [4, "Series Title"], 'ToolTip:ci:js', [4, null], 'TransitionDuration:cb:jt', [1, 0], 'TransitionEasingFunction:ah:ju', [Delegate_$type, null], 'TransitionInDuration:cc:jv', [1, 1000], 'TransitionInEasingFunction:ai:jw', [Delegate_$type, null], 'TransitionInMode:n:jx', [CategoryTransitionInMode_$type, enumGetBox(CategoryTransitionInMode_$type, 0)], 'TransitionInSpeedType:ad:jy', [TransitionInSpeedType_$type, enumGetBox(TransitionInSpeedType_$type, 0)], 'UseHighMarkerFidelity:a1:jz', [0, false], 'UseLightweightMarkers:a2:j0', [0, false], 'UseSingleShadow:a3:j1', [0], 'ValueMemberAsLegendLabel:fc:j2', [2, null], 'ValueMemberAsLegendUnit:fe:j3', [2, null], 'ValueMemberPath:fg:j4', [2, null], 'Visibility:k7:j5', [Visibility_$type, enumGetBox(Visibility_$type, 0)]]);
201760
+ StackedFragmentSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedFragmentSeries, 'fn', ['ActualAreaFillOpacity:a9:hc', [1, NaN], 'ActualBrush:j7:hd', [Brush.$], 'ActualDashArray:kk:he', [DoubleCollection.$], 'ActualDashCap:km:hf', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'ActualHighlightingFadeOpacity:ba:hg', [1, NaN], 'ActualIsDropShadowEnabled:ak:hh', [0, false], 'ActualIsHitTestVisible:al:hi', [0, true], 'ActualIsSplineShapePartOfRange:am:hj', [0, false], 'ActualIsTransitionInEnabled:an:hk', [0], 'ActualLegendItemBadgeMode:o:hl', [LegendItemBadgeMode_$type], 'ActualLegendItemBadgeShape:q:hm', [LegendItemBadgeShape_$type], 'ActualLegendItemBadgeTemplate:g6:hn', [DataTemplate.$], 'ActualLegendItemTemplate:g7:ho', [DataTemplate.$], 'ActualLegendItemVisibility:k5:hp', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'ActualLineCap:kn:hq', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'ActualMarkerBrush:j8:hr', [Brush.$], 'ActualMarkerFillMode:s:hs', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'ActualMarkerFillOpacity:bb:ht', [1, NaN], 'ActualMarkerOutlineMode:u:hu', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'ActualMarkerOutline:j9:hv', [Brush.$], 'ActualMarkerStyle:k3:hw', [Style.$], 'ActualMarkerTemplate:g8:hx', [DataTemplate.$], 'ActualMarkerThickness:bc:hy', [1, 1], 'ActualMarkerType:w:hz', [MarkerType_$type, enumGetBox(MarkerType_$type, 1)], 'ActualOpacityMask:ka:h0', [Brush.$], 'ActualOpacity:bd:h1', [1, NaN], 'ActualOutlineMode:z:h2', [SeriesOutlineMode_$type, enumGetBox(SeriesOutlineMode_$type, 0)], 'ActualOutline:kb:h3', [Brush.$], 'ActualRadiusX:be:h4', [1, 0], 'ActualRadiusY:bf:h5', [1, 0], 'ActualShadowBlur:bg:h6', [1, NaN], 'ActualShadowColor:ki:h7', [Color.$], 'ActualShadowOffsetX:bh:h8', [1, NaN], 'ActualShadowOffsetY:bi:h9', [1, NaN], 'ActualThickness:bj:ia', [1, 1], 'ActualToolTip:cd:ib', [4], 'ActualTransitionDuration:b4:ic', [1], 'ActualTransitionEasingFunction:af:id', [Delegate_$type], 'ActualTransitionInDuration:b5:ie', [1], 'ActualTransitionInEasingFunction:ag:ig', [Delegate_$type], 'ActualTransitionInMode:m:ih', [CategoryTransitionInMode_$type], 'ActualTransitionInSpeedType:ac:ii', [TransitionInSpeedType_$type], 'ActualUseHighMarkerFidelity:ao:ij', [0, false], 'ActualUseLightweightMarkers:ap:ik', [0, false], 'ActualUseSingleShadow:aq:il', [0, true], 'ActualValueMemberAsLegendLabel:dt:im', [2, null], 'ActualValueMemberAsLegendUnit:dv:io', [2, null], 'ActualVisibility:k6:ip', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'AreaFillOpacity:bk:iq', [1, NaN], 'Brush:kc:ir', [Brush.$], 'DashArray:kl:is', [DoubleCollection.$], 'DashCap:ko:it', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'HighlightingFadeOpacity:bt:iu', [1, NaN], 'IsDropShadowEnabled:at:iv', [0], 'IsHitTestVisible:au:iw', [0, true], 'IsSplineShapePartOfRange:av:ix', [0, false], 'IsTransitionInEnabled:aw:iy', [0, false], 'ItemsSource::iz', [IEnumerable_$type, null], 'LegendItemBadgeMode:p:i0', [LegendItemBadgeMode_$type, enumGetBox(LegendItemBadgeMode_$type, 0)], 'LegendItemBadgeShape:r:i1', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'LegendItemBadgeTemplate:g9:i2', [DataTemplate.$, null], 'LegendItemTemplate:ha:i3', [DataTemplate.$, null], 'LegendItemVisibility:k7:i4', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'LineCap:kp:i5', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'MarkerBrush:kd:i6', [Brush.$], 'MarkerFillMode:t:i7', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerFillOpacity:bu:i8', [1, NaN], 'MarkerOutlineMode:v:i9', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:ke:ja', [Brush.$], 'MarkerStyle:k4:jb', [Style.$], 'MarkerTemplate:hb:jc', [DataTemplate.$, null], 'MarkerThickness:bv:jd', [1, NaN], 'MarkerType:x:je', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'Name:en:jf', [2], 'OpacityMask:kf:jg', [Brush.$], 'Opacity:bw:jh', [1, 1], 'OutlineMode:aa:ji', [SeriesOutlineMode_$type, enumGetBox(SeriesOutlineMode_$type, 0)], 'Outline:kg:jj', [Brush.$, null], 'ParentOrLocalBrush:kh:jk', [Brush.$], 'RadiusX:bx:jl', [1, NaN], 'RadiusY:by:jm', [1, NaN], 'ShadowBlur:bz:jn', [1, NaN], 'ShadowColor:kj:jo', [Color.$], 'ShadowOffsetX:b0:jp', [1, NaN], 'ShadowOffsetY:b1:jq', [1, NaN], 'Thickness:b2:jr', [1, NaN], 'Title:ch:js', [4, "Series Title"], 'ToolTip:ci:jt', [4, null], 'TransitionDuration:cb:ju', [1, 0], 'TransitionEasingFunction:ah:jv', [Delegate_$type, null], 'TransitionInDuration:cc:jw', [1, 1000], 'TransitionInEasingFunction:ai:jx', [Delegate_$type, null], 'TransitionInMode:n:jy', [CategoryTransitionInMode_$type, enumGetBox(CategoryTransitionInMode_$type, 0)], 'TransitionInSpeedType:ad:jz', [TransitionInSpeedType_$type, enumGetBox(TransitionInSpeedType_$type, 0)], 'UseHighMarkerFidelity:a1:j0', [0, false], 'UseLightweightMarkers:a2:j1', [0, false], 'UseSingleShadow:a3:j2', [0], 'ValueMemberAsLegendLabel:fc:j3', [2, null], 'ValueMemberAsLegendUnit:fe:j4', [2, null], 'ValueMemberPath:fg:j5', [2, null], 'Visibility:k8:j6', [Visibility_$type, enumGetBox(Visibility_$type, 0)]]);
201731
201761
  return StackedFragmentSeries;
201732
201762
  }(DependencyObject));
201733
201763
  /**
@@ -202077,7 +202107,7 @@ var ColumnFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
202077
202107
  return e + d;
202078
202108
  };
202079
202109
  ColumnFragmentView.prototype.al = function (a) {
202080
- var e_66, _a, e_67, _b;
202110
+ var e_67, _a, e_68, _b;
202081
202111
  _super.prototype.al.call(this, a);
202082
202112
  var b = 0;
202083
202113
  var c = new List$1(Rectangle.$, 0);
@@ -202087,8 +202117,8 @@ var ColumnFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
202087
202117
  c.add(d);
202088
202118
  }
202089
202119
  }
202090
- catch (e_66_1) {
202091
- e_66 = { error: e_66_1 };
202120
+ catch (e_67_1) {
202121
+ e_67 = { error: e_67_1 };
202092
202122
  }
202093
202123
  finally {
202094
202124
  try {
@@ -202096,8 +202126,8 @@ var ColumnFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
202096
202126
  _a.call(_c);
202097
202127
  }
202098
202128
  finally {
202099
- if (e_66)
202100
- throw e_66.error;
202129
+ if (e_67)
202130
+ throw e_67.error;
202101
202131
  }
202102
202132
  }
202103
202133
  c.aa(function (e, f) {
@@ -202117,8 +202147,8 @@ var ColumnFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
202117
202147
  this.e.a9.exportRectangleData(a, e, "column" + b, ["Main", "Fill"]);
202118
202148
  }
202119
202149
  }
202120
- catch (e_67_1) {
202121
- e_67 = { error: e_67_1 };
202150
+ catch (e_68_1) {
202151
+ e_68 = { error: e_68_1 };
202122
202152
  }
202123
202153
  finally {
202124
202154
  try {
@@ -202126,8 +202156,8 @@ var ColumnFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
202126
202156
  _b.call(_e);
202127
202157
  }
202128
202158
  finally {
202129
- if (e_67)
202130
- throw e_67.error;
202159
+ if (e_68)
202160
+ throw e_68.error;
202131
202161
  }
202132
202162
  }
202133
202163
  b++;
@@ -202436,7 +202466,7 @@ var StackedSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
202436
202466
  }
202437
202467
  };
202438
202468
  StackedSeriesView.prototype.ar = function (a, b) {
202439
- var e_68, _a;
202469
+ var e_69, _a;
202440
202470
  _super.prototype.ar.call(this, a, b);
202441
202471
  try {
202442
202472
  for (var _b = __values(fromEnum(this.c0.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -202444,8 +202474,8 @@ var StackedSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
202444
202474
  c.visualSeriesLink.b1.ar(a, b);
202445
202475
  }
202446
202476
  }
202447
- catch (e_68_1) {
202448
- e_68 = { error: e_68_1 };
202477
+ catch (e_69_1) {
202478
+ e_69 = { error: e_69_1 };
202449
202479
  }
202450
202480
  finally {
202451
202481
  try {
@@ -202453,8 +202483,8 @@ var StackedSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
202453
202483
  _a.call(_b);
202454
202484
  }
202455
202485
  finally {
202456
- if (e_68)
202457
- throw e_68.error;
202486
+ if (e_69)
202487
+ throw e_69.error;
202458
202488
  }
202459
202489
  }
202460
202490
  };
@@ -202624,7 +202654,7 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202624
202654
  _this.l = _this.b.tv.c4;
202625
202655
  var b = _this.c;
202626
202656
  b.collectionChanged = delegateCombine(b.collectionChanged, function (b, c) {
202627
- var e_69, _a, e_70, _b;
202657
+ var e_70, _a, e_71, _b;
202628
202658
  if (c.oldItems != null) {
202629
202659
  try {
202630
202660
  for (var _c = __values(fromEn(c.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
@@ -202634,8 +202664,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202634
202664
  }
202635
202665
  }
202636
202666
  }
202637
- catch (e_69_1) {
202638
- e_69 = { error: e_69_1 };
202667
+ catch (e_70_1) {
202668
+ e_70 = { error: e_70_1 };
202639
202669
  }
202640
202670
  finally {
202641
202671
  try {
@@ -202643,8 +202673,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202643
202673
  _a.call(_c);
202644
202674
  }
202645
202675
  finally {
202646
- if (e_69)
202647
- throw e_69.error;
202676
+ if (e_70)
202677
+ throw e_70.error;
202648
202678
  }
202649
202679
  }
202650
202680
  }
@@ -202658,8 +202688,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202658
202688
  e++;
202659
202689
  }
202660
202690
  }
202661
- catch (e_70_1) {
202662
- e_70 = { error: e_70_1 };
202691
+ catch (e_71_1) {
202692
+ e_71 = { error: e_71_1 };
202663
202693
  }
202664
202694
  finally {
202665
202695
  try {
@@ -202667,15 +202697,15 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202667
202697
  _b.call(_e);
202668
202698
  }
202669
202699
  finally {
202670
- if (e_70)
202671
- throw e_70.error;
202700
+ if (e_71)
202701
+ throw e_71.error;
202672
202702
  }
202673
202703
  }
202674
202704
  }
202675
202705
  });
202676
202706
  var c = _this.f;
202677
202707
  c.collectionChanged = delegateCombine(c.collectionChanged, function (c, d) {
202678
- var e_71, _a, e_72, _b;
202708
+ var e_72, _a, e_73, _b;
202679
202709
  if (d.oldItems != null) {
202680
202710
  try {
202681
202711
  for (var _c = __values(fromEn(d.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
@@ -202693,8 +202723,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202693
202723
  }
202694
202724
  }
202695
202725
  }
202696
- catch (e_71_1) {
202697
- e_71 = { error: e_71_1 };
202726
+ catch (e_72_1) {
202727
+ e_72 = { error: e_72_1 };
202698
202728
  }
202699
202729
  finally {
202700
202730
  try {
@@ -202702,8 +202732,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202702
202732
  _a.call(_c);
202703
202733
  }
202704
202734
  finally {
202705
- if (e_71)
202706
- throw e_71.error;
202735
+ if (e_72)
202736
+ throw e_72.error;
202707
202737
  }
202708
202738
  }
202709
202739
  }
@@ -202721,8 +202751,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202721
202751
  }
202722
202752
  }
202723
202753
  }
202724
- catch (e_72_1) {
202725
- e_72 = { error: e_72_1 };
202754
+ catch (e_73_1) {
202755
+ e_73 = { error: e_73_1 };
202726
202756
  }
202727
202757
  finally {
202728
202758
  try {
@@ -202730,8 +202760,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202730
202760
  _b.call(_e);
202731
202761
  }
202732
202762
  finally {
202733
- if (e_72)
202734
- throw e_72.error;
202763
+ if (e_73)
202764
+ throw e_73.error;
202735
202765
  }
202736
202766
  }
202737
202767
  }
@@ -202809,7 +202839,7 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202809
202839
  return null;
202810
202840
  };
202811
202841
  StackedSeriesManager.prototype.j = function () {
202812
- var e_73, _a;
202842
+ var e_74, _a;
202813
202843
  if (this.b == null) {
202814
202844
  return;
202815
202845
  }
@@ -202819,8 +202849,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202819
202849
  a.gy = this.b.fx;
202820
202850
  }
202821
202851
  }
202822
- catch (e_73_1) {
202823
- e_73 = { error: e_73_1 };
202852
+ catch (e_74_1) {
202853
+ e_74 = { error: e_74_1 };
202824
202854
  }
202825
202855
  finally {
202826
202856
  try {
@@ -202828,8 +202858,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202828
202858
  _a.call(_b);
202829
202859
  }
202830
202860
  finally {
202831
- if (e_73)
202832
- throw e_73.error;
202861
+ if (e_74)
202862
+ throw e_74.error;
202833
202863
  }
202834
202864
  }
202835
202865
  };
@@ -202841,15 +202871,15 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202841
202871
  a.itemsSource = b.itemsSource;
202842
202872
  }
202843
202873
  a.legend = this.b.a2;
202844
- a.legendItemTemplate = b.g6;
202845
- a.qb = b.k4;
202874
+ a.legendItemTemplate = b.g7;
202875
+ a.qb = b.k5;
202846
202876
  a.gw = this.b.gw;
202847
- a.pk = b.km;
202848
- a.pi = b.kj;
202849
- a.pj = b.kl;
202850
- a.o9 = b.kg;
202877
+ a.pk = b.kn;
202878
+ a.pi = b.kk;
202879
+ a.pj = b.km;
202880
+ a.o9 = b.kh;
202851
202881
  a._opacity = b.bw;
202852
- a.pe = b.ka;
202882
+ a.pe = b.kb;
202853
202883
  a.bu = b.z;
202854
202884
  a.gy = this.b.gy;
202855
202885
  a.g4 = b.bj;
@@ -202857,13 +202887,13 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202857
202887
  a.uc = b.fg;
202858
202888
  a.t8 = b.fc;
202859
202889
  a.ua = b.fe;
202860
- a._visibility = b.k5;
202890
+ a._visibility = b.k6;
202861
202891
  a.gu = b.ba;
202862
- a.rn = b.j7;
202863
- a.ro = b.j8;
202892
+ a.rn = b.j8;
202893
+ a.ro = b.j9;
202864
202894
  a.qi = b.u;
202865
- a.rp = b.k2;
202866
- a.q7 = b.g7;
202895
+ a.rp = b.k3;
202896
+ a.q7 = b.g8;
202867
202897
  a.ql = b.w;
202868
202898
  a.qq = b.bc;
202869
202899
  a.gv = b.bb;
@@ -202899,13 +202929,13 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202899
202929
  a.toolTip = b.ci;
202900
202930
  a.dq = b.ak;
202901
202931
  a.fb = b.aq;
202902
- b.gl();
202903
202932
  b.gm();
202904
202933
  b.gn();
202905
202934
  b.go();
202935
+ b.gp();
202906
202936
  };
202907
202937
  StackedSeriesManager.prototype.h = function (a) {
202908
- var e_74, _a;
202938
+ var e_75, _a;
202909
202939
  this.e.clear();
202910
202940
  this.d.clear();
202911
202941
  var b = 0;
@@ -202930,8 +202960,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202930
202960
  b++;
202931
202961
  }
202932
202962
  }
202933
- catch (e_74_1) {
202934
- e_74 = { error: e_74_1 };
202963
+ catch (e_75_1) {
202964
+ e_75 = { error: e_75_1 };
202935
202965
  }
202936
202966
  finally {
202937
202967
  try {
@@ -202939,8 +202969,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
202939
202969
  _a.call(_b);
202940
202970
  }
202941
202971
  finally {
202942
- if (e_74)
202943
- throw e_74.error;
202972
+ if (e_75)
202973
+ throw e_75.error;
202944
202974
  }
202945
202975
  }
202946
202976
  };
@@ -203107,11 +203137,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203107
203137
  * Gets or sets the brush of the stacked fragment.
203108
203138
  */
203109
203139
  get: function () {
203110
- return brushToString(this.i.kb);
203140
+ return brushToString(this.i.kc);
203111
203141
  },
203112
203142
  set: function (v) {
203113
- this.i.kb = stringToBrush(v);
203114
- this._a("brush", brushToString(this.i.kb));
203143
+ this.i.kc = stringToBrush(v);
203144
+ this._a("brush", brushToString(this.i.kc));
203115
203145
  },
203116
203146
  enumerable: false,
203117
203147
  configurable: true
@@ -203121,11 +203151,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203121
203151
  * Gets the actual brush used by the series.
203122
203152
  */
203123
203153
  get: function () {
203124
- return brushToString(this.i.j6);
203154
+ return brushToString(this.i.j7);
203125
203155
  },
203126
203156
  set: function (v) {
203127
- this.i.j6 = stringToBrush(v);
203128
- this._a("actualBrush", brushToString(this.i.j6));
203157
+ this.i.j7 = stringToBrush(v);
203158
+ this._a("actualBrush", brushToString(this.i.j7));
203129
203159
  },
203130
203160
  enumerable: false,
203131
203161
  configurable: true
@@ -203136,11 +203166,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203136
203166
  * is used to outline the current series object.
203137
203167
  */
203138
203168
  get: function () {
203139
- return fromDoubleCollection(this.i.kk);
203169
+ return fromDoubleCollection(this.i.kl);
203140
203170
  },
203141
203171
  set: function (v) {
203142
- this.i.kk = toDoubleCollection(v);
203143
- this._a("dashArray", doubleCollectionToString(this.i.kk));
203172
+ this.i.kl = toDoubleCollection(v);
203173
+ this._a("dashArray", doubleCollectionToString(this.i.kl));
203144
203174
  },
203145
203175
  enumerable: false,
203146
203176
  configurable: true
@@ -203208,11 +203238,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203208
203238
  * Gets or sets the drop shadow color.
203209
203239
  */
203210
203240
  get: function () {
203211
- return colorToString(this.i.ki);
203241
+ return colorToString(this.i.kj);
203212
203242
  },
203213
203243
  set: function (v) {
203214
- this.i.ki = stringToColor(v);
203215
- this._a("shadowColor", colorToString(this.i.ki));
203244
+ this.i.kj = stringToColor(v);
203245
+ this._a("shadowColor", colorToString(this.i.kj));
203216
203246
  },
203217
203247
  enumerable: false,
203218
203248
  configurable: true
@@ -203222,11 +203252,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203222
203252
  * Gets actual the drop shadow color used by the series.
203223
203253
  */
203224
203254
  get: function () {
203225
- return colorToString(this.i.kh);
203255
+ return colorToString(this.i.ki);
203226
203256
  },
203227
203257
  set: function (v) {
203228
- this.i.kh = stringToColor(v);
203229
- this._a("actualShadowColor", colorToString(this.i.kh));
203258
+ this.i.ki = stringToColor(v);
203259
+ this._a("actualShadowColor", colorToString(this.i.ki));
203230
203260
  },
203231
203261
  enumerable: false,
203232
203262
  configurable: true
@@ -203323,11 +203353,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203323
203353
  * Not every series type has a line at which it would be appropriate to display an end cap, so this property does not affect every series type. LineSeries, for example, is affected by EndCap, but ColumnSeries is not.
203324
203354
  */
203325
203355
  get: function () {
203326
- return this.i.ko;
203356
+ return this.i.kp;
203327
203357
  },
203328
203358
  set: function (v) {
203329
- this.i.ko = ensureEnum(PenLineCap_$type, v);
203330
- this._a("lineCap", enumToString(PenLineCap_$type, this.i.ko));
203359
+ this.i.kp = ensureEnum(PenLineCap_$type, v);
203360
+ this._a("lineCap", enumToString(PenLineCap_$type, this.i.kp));
203331
203361
  },
203332
203362
  enumerable: false,
203333
203363
  configurable: true
@@ -203337,11 +203367,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203337
203367
  * Gets the actual end cap used by the series.
203338
203368
  */
203339
203369
  get: function () {
203340
- return this.i.km;
203370
+ return this.i.kn;
203341
203371
  },
203342
203372
  set: function (v) {
203343
- this.i.km = ensureEnum(PenLineCap_$type, v);
203344
- this._a("actualLineCap", enumToString(PenLineCap_$type, this.i.km));
203373
+ this.i.kn = ensureEnum(PenLineCap_$type, v);
203374
+ this._a("actualLineCap", enumToString(PenLineCap_$type, this.i.kn));
203345
203375
  },
203346
203376
  enumerable: false,
203347
203377
  configurable: true
@@ -203353,10 +203383,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203353
203383
  * the series object itself.
203354
203384
  */
203355
203385
  get: function () {
203356
- return this.i.g8;
203386
+ return this.i.g9;
203357
203387
  },
203358
203388
  set: function (v) {
203359
- this.i.g8 = v;
203389
+ this.i.g9 = v;
203360
203390
  },
203361
203391
  enumerable: false,
203362
203392
  configurable: true
@@ -203366,10 +203396,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203366
203396
  * Gets the actual legend item badge template used by the series.
203367
203397
  */
203368
203398
  get: function () {
203369
- return this.i.g5;
203399
+ return this.i.g6;
203370
203400
  },
203371
203401
  set: function (v) {
203372
- this.i.g5 = v;
203402
+ this.i.g6 = v;
203373
203403
  },
203374
203404
  enumerable: false,
203375
203405
  configurable: true
@@ -203381,10 +203411,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203381
203411
  * the series object itself.
203382
203412
  */
203383
203413
  get: function () {
203384
- return this.i.g9;
203414
+ return this.i.ha;
203385
203415
  },
203386
203416
  set: function (v) {
203387
- this.i.g9 = v;
203417
+ this.i.ha = v;
203388
203418
  },
203389
203419
  enumerable: false,
203390
203420
  configurable: true
@@ -203394,10 +203424,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203394
203424
  * Gets the actual legend item template used by the series.
203395
203425
  */
203396
203426
  get: function () {
203397
- return this.i.g6;
203427
+ return this.i.g7;
203398
203428
  },
203399
203429
  set: function (v) {
203400
- this.i.g6 = v;
203430
+ this.i.g7 = v;
203401
203431
  },
203402
203432
  enumerable: false,
203403
203433
  configurable: true
@@ -203407,11 +203437,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203407
203437
  * Gets or sets the legend item visibility for the current series object.
203408
203438
  */
203409
203439
  get: function () {
203410
- return this.i.k6;
203440
+ return this.i.k7;
203411
203441
  },
203412
203442
  set: function (v) {
203413
- this.i.k6 = ensureEnum(Visibility_$type, v);
203414
- this._a("legendItemVisibility", enumToString(Visibility_$type, this.i.k6));
203443
+ this.i.k7 = ensureEnum(Visibility_$type, v);
203444
+ this._a("legendItemVisibility", enumToString(Visibility_$type, this.i.k7));
203415
203445
  },
203416
203446
  enumerable: false,
203417
203447
  configurable: true
@@ -203421,11 +203451,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203421
203451
  * Gets the actual visibility of the legend items in the series.
203422
203452
  */
203423
203453
  get: function () {
203424
- return this.i.k4;
203454
+ return this.i.k5;
203425
203455
  },
203426
203456
  set: function (v) {
203427
- this.i.k4 = ensureEnum(Visibility_$type, v);
203428
- this._a("actualLegendItemVisibility", enumToString(Visibility_$type, this.i.k4));
203457
+ this.i.k5 = ensureEnum(Visibility_$type, v);
203458
+ this._a("actualLegendItemVisibility", enumToString(Visibility_$type, this.i.k5));
203429
203459
  },
203430
203460
  enumerable: false,
203431
203461
  configurable: true
@@ -203493,11 +203523,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203493
203523
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
203494
203524
  */
203495
203525
  get: function () {
203496
- return brushToString(this.i.kc);
203526
+ return brushToString(this.i.kd);
203497
203527
  },
203498
203528
  set: function (v) {
203499
- this.i.kc = stringToBrush(v);
203500
- this._a("markerBrush", brushToString(this.i.kc));
203529
+ this.i.kd = stringToBrush(v);
203530
+ this._a("markerBrush", brushToString(this.i.kd));
203501
203531
  },
203502
203532
  enumerable: false,
203503
203533
  configurable: true
@@ -203507,11 +203537,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203507
203537
  * Gets the actual marker brush of the series.
203508
203538
  */
203509
203539
  get: function () {
203510
- return brushToString(this.i.j7);
203540
+ return brushToString(this.i.j8);
203511
203541
  },
203512
203542
  set: function (v) {
203513
- this.i.j7 = stringToBrush(v);
203514
- this._a("actualMarkerBrush", brushToString(this.i.j7));
203543
+ this.i.j8 = stringToBrush(v);
203544
+ this._a("actualMarkerBrush", brushToString(this.i.j8));
203515
203545
  },
203516
203546
  enumerable: false,
203517
203547
  configurable: true
@@ -203521,11 +203551,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203521
203551
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
203522
203552
  */
203523
203553
  get: function () {
203524
- return brushToString(this.i.kd);
203554
+ return brushToString(this.i.ke);
203525
203555
  },
203526
203556
  set: function (v) {
203527
- this.i.kd = stringToBrush(v);
203528
- this._a("markerOutline", brushToString(this.i.kd));
203557
+ this.i.ke = stringToBrush(v);
203558
+ this._a("markerOutline", brushToString(this.i.ke));
203529
203559
  },
203530
203560
  enumerable: false,
203531
203561
  configurable: true
@@ -203535,11 +203565,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203535
203565
  * Gets the actual marker outline of the series.
203536
203566
  */
203537
203567
  get: function () {
203538
- return brushToString(this.i.j8);
203568
+ return brushToString(this.i.j9);
203539
203569
  },
203540
203570
  set: function (v) {
203541
- this.i.j8 = stringToBrush(v);
203542
- this._a("actualMarkerOutline", brushToString(this.i.j8));
203571
+ this.i.j9 = stringToBrush(v);
203572
+ this._a("actualMarkerOutline", brushToString(this.i.j9));
203543
203573
  },
203544
203574
  enumerable: false,
203545
203575
  configurable: true
@@ -203549,10 +203579,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203549
203579
  * Gets or sets the MarkerTemplate for the current series object.
203550
203580
  */
203551
203581
  get: function () {
203552
- return this.i.ha;
203582
+ return this.i.hb;
203553
203583
  },
203554
203584
  set: function (v) {
203555
- this.i.ha = v;
203585
+ this.i.hb = v;
203556
203586
  },
203557
203587
  enumerable: false,
203558
203588
  configurable: true
@@ -203562,10 +203592,10 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203562
203592
  * Gets the actual marker template used by the series.
203563
203593
  */
203564
203594
  get: function () {
203565
- return this.i.g7;
203595
+ return this.i.g8;
203566
203596
  },
203567
203597
  set: function (v) {
203568
- this.i.g7 = v;
203598
+ this.i.g8 = v;
203569
203599
  },
203570
203600
  enumerable: false,
203571
203601
  configurable: true
@@ -203702,11 +203732,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203702
203732
  * Some series types, such as LineSeries, do not display outlines. Therefore, this property does not affect some charts.
203703
203733
  */
203704
203734
  get: function () {
203705
- return brushToString(this.i.kf);
203735
+ return brushToString(this.i.kg);
203706
203736
  },
203707
203737
  set: function (v) {
203708
- this.i.kf = stringToBrush(v);
203709
- this._a("outline", brushToString(this.i.kf));
203738
+ this.i.kg = stringToBrush(v);
203739
+ this._a("outline", brushToString(this.i.kg));
203710
203740
  },
203711
203741
  enumerable: false,
203712
203742
  configurable: true
@@ -203716,11 +203746,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
203716
203746
  * Gets the series outline.
203717
203747
  */
203718
203748
  get: function () {
203719
- return brushToString(this.i.ka);
203749
+ return brushToString(this.i.kb);
203720
203750
  },
203721
203751
  set: function (v) {
203722
- this.i.ka = stringToBrush(v);
203723
- this._a("actualOutline", brushToString(this.i.ka));
203752
+ this.i.kb = stringToBrush(v);
203753
+ this._a("actualOutline", brushToString(this.i.kb));
203724
203754
  },
203725
203755
  enumerable: false,
203726
203756
  configurable: true
@@ -204256,11 +204286,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204256
204286
  * Gets or sets the Visibility of the stacked fragment.
204257
204287
  */
204258
204288
  get: function () {
204259
- return this.i.k7;
204289
+ return this.i.k8;
204260
204290
  },
204261
204291
  set: function (v) {
204262
- this.i.k7 = ensureEnum(Visibility_$type, v);
204263
- this._a("visibility", enumToString(Visibility_$type, this.i.k7));
204292
+ this.i.k8 = ensureEnum(Visibility_$type, v);
204293
+ this._a("visibility", enumToString(Visibility_$type, this.i.k8));
204264
204294
  },
204265
204295
  enumerable: false,
204266
204296
  configurable: true
@@ -204270,11 +204300,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204270
204300
  * Gets the actual visibility of the stacked fragment.
204271
204301
  */
204272
204302
  get: function () {
204273
- return this.i.k5;
204303
+ return this.i.k6;
204274
204304
  },
204275
204305
  set: function (v) {
204276
- this.i.k5 = ensureEnum(Visibility_$type, v);
204277
- this._a("actualVisibility", enumToString(Visibility_$type, this.i.k5));
204306
+ this.i.k6 = ensureEnum(Visibility_$type, v);
204307
+ this._a("actualVisibility", enumToString(Visibility_$type, this.i.k6));
204278
204308
  },
204279
204309
  enumerable: false,
204280
204310
  configurable: true
@@ -204284,11 +204314,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204284
204314
  * Gets the resolved brush used between the local series and the parent series.
204285
204315
  */
204286
204316
  get: function () {
204287
- return brushToString(this.i.kg);
204317
+ return brushToString(this.i.kh);
204288
204318
  },
204289
204319
  set: function (v) {
204290
- this.i.kg = stringToBrush(v);
204291
- this._a("parentOrLocalBrush", brushToString(this.i.kg));
204320
+ this.i.kh = stringToBrush(v);
204321
+ this._a("parentOrLocalBrush", brushToString(this.i.kh));
204292
204322
  },
204293
204323
  enumerable: false,
204294
204324
  configurable: true
@@ -204388,7 +204418,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204388
204418
  return (iv);
204389
204419
  };
204390
204420
  IgcStackedFragmentSeriesComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
204391
- var iv = this.i.ku(toPoint(world), useInterpolation, skipUnknowns);
204421
+ var iv = this.i.kv(toPoint(world), useInterpolation, skipUnknowns);
204392
204422
  return fromPoint(iv);
204393
204423
  };
204394
204424
  /**
@@ -204397,7 +204427,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204397
204427
  * @param world * The world coordinate for which to get a value bounding box for
204398
204428
  */
204399
204429
  IgcStackedFragmentSeriesComponent.prototype.getSeriesValueBoundingBox = function (world) {
204400
- var iv = this.i.ky(toPoint(world));
204430
+ var iv = this.i.kz(toPoint(world));
204401
204431
  return fromRect(iv);
204402
204432
  };
204403
204433
  /**
@@ -204406,7 +204436,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204406
204436
  * @param world * The world coordinates for which to get a value marker bounding box for
204407
204437
  */
204408
204438
  IgcStackedFragmentSeriesComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
204409
- var iv = this.i.k0(toPoint(world));
204439
+ var iv = this.i.k1(toPoint(world));
204410
204440
  return fromRect(iv);
204411
204441
  };
204412
204442
  IgcStackedFragmentSeriesComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
@@ -204414,7 +204444,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204414
204444
  return (iv);
204415
204445
  };
204416
204446
  IgcStackedFragmentSeriesComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
204417
- var iv = this.i.kq(toPoint(world), useInterpolation, skipUnknowns);
204447
+ var iv = this.i.kr(toPoint(world), useInterpolation, skipUnknowns);
204418
204448
  return fromPoint(iv);
204419
204449
  };
204420
204450
  IgcStackedFragmentSeriesComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
@@ -204422,11 +204452,11 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204422
204452
  return (iv);
204423
204453
  };
204424
204454
  IgcStackedFragmentSeriesComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
204425
- var iv = this.i.ks(toPoint(world), useInterpolation, skipUnknowns);
204455
+ var iv = this.i.kt(toPoint(world), useInterpolation, skipUnknowns);
204426
204456
  return fromPoint(iv);
204427
204457
  };
204428
204458
  IgcStackedFragmentSeriesComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
204429
- var iv = this.i.kv(toPoint(mouse), useInterpolation, skipUnknowns);
204459
+ var iv = this.i.kw(toPoint(mouse), useInterpolation, skipUnknowns);
204430
204460
  return fromPoint(iv);
204431
204461
  };
204432
204462
  IgcStackedFragmentSeriesComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
@@ -204447,7 +204477,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204447
204477
  * @param seriesPoint * The pixel location within the plot area of the series.
204448
204478
  */
204449
204479
  IgcStackedFragmentSeriesComponent.prototype.toWorldPosition = function (seriesPoint) {
204450
- var iv = this.i.kw(toPoint(seriesPoint));
204480
+ var iv = this.i.kx(toPoint(seriesPoint));
204451
204481
  return fromPoint(iv);
204452
204482
  };
204453
204483
  /**
@@ -204456,7 +204486,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204456
204486
  * @param world * The world position from which to convert.
204457
204487
  */
204458
204488
  IgcStackedFragmentSeriesComponent.prototype.fromWorldPosition = function (world) {
204459
- var iv = this.i.kp(toPoint(world));
204489
+ var iv = this.i.kq(toPoint(world));
204460
204490
  return fromPoint(iv);
204461
204491
  };
204462
204492
  /**
@@ -204473,7 +204503,7 @@ var IgcStackedFragmentSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
204473
204503
 
204474
204504
  */
204475
204505
  IgcStackedFragmentSeriesComponent.prototype.getEffectiveViewport = function () {
204476
- var iv = this.i.kx();
204506
+ var iv = this.i.ky();
204477
204507
  return fromRect(iv);
204478
204508
  };
204479
204509
  /**