igniteui-webcomponents-maps 5.0.0-beta.3 → 5.0.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.
Files changed (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +972 -972
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
  6. package/esm2015/lib/GeographicMarkerSeries.js +27 -27
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +81 -81
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +13 -13
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-tile-series-component.js +2 -2
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
  31. package/esm5/lib/GeographicMarkerSeries.js +27 -27
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +79 -79
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -13
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  50. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +2 -2
  53. package/fesm2015/igniteui-webcomponents-maps.js +981 -981
  54. package/fesm5/igniteui-webcomponents-maps.js +972 -972
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  58. package/lib/GeographicMarkerSeries.d.ts +14 -14
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +19 -19
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +3 -3
@@ -447,335 +447,335 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
447
447
  __extends(GeographicMapSeriesHost, _super);
448
448
  function GeographicMapSeriesHost() {
449
449
  var _this = _super.call(this) || this;
450
- _this.wp = null;
451
- _this.wr = _this.wq();
450
+ _this.wq = null;
451
+ _this.ws = _this.wr();
452
452
  return _this;
453
453
  }
454
- GeographicMapSeriesHost.prototype.qb = function () {
455
- _super.prototype.qb.call(this);
456
- if (this.wr != null) {
457
- this.wr.qb();
454
+ GeographicMapSeriesHost.prototype.qc = function () {
455
+ _super.prototype.qc.call(this);
456
+ if (this.ws != null) {
457
+ this.ws.qc();
458
458
  }
459
459
  };
460
460
  GeographicMapSeriesHost.prototype.get_fa = function () {
461
461
  return true;
462
462
  };
463
463
  GeographicMapSeriesHost.prototype.ko = function (a, b) {
464
- var c = this.na(b);
464
+ var c = this.nb(b);
465
465
  if (c == "LatitudeMemberPath") {
466
466
  c = "YMemberPath";
467
467
  }
468
468
  if (c == "LongitudeMemberPath") {
469
469
  c = "XMemberPath";
470
470
  }
471
- return this.wr.ko(a, c);
471
+ return this.ws.ko(a, c);
472
472
  };
473
- GeographicMapSeriesHost.prototype.ma = function (a) {
474
- var b = this.na(a);
473
+ GeographicMapSeriesHost.prototype.mb = function (a) {
474
+ var b = this.nb(a);
475
475
  if (b == "LatitudeMemberPath") {
476
476
  b = "YMemberPath";
477
477
  }
478
478
  if (b == "LongitudeMemberPath") {
479
479
  b = "XMemberPath";
480
480
  }
481
- return this.wr.ma(b);
481
+ return this.ws.mb(b);
482
482
  };
483
483
  GeographicMapSeriesHost.prototype.get_kg = function () {
484
- return this.kx(this.wr);
484
+ return this.ky(this.ws);
485
485
  };
486
486
  GeographicMapSeriesHost.prototype.set_kg = function (a) {
487
- this.ow(this.wr, a);
487
+ this.ox(this.ws, a);
488
488
  };
489
489
  GeographicMapSeriesHost.prototype.d9 = function (a, b, c, d) {
490
- return this.wr.d9(a, b, c, d);
490
+ return this.ws.d9(a, b, c, d);
491
491
  };
492
492
  GeographicMapSeriesHost.prototype.ai = function () {
493
- return this.wr.ai();
493
+ return this.ws.ai();
494
494
  };
495
495
  GeographicMapSeriesHost.prototype.bm = function () {
496
- return this.wr;
496
+ return this.ws;
497
497
  };
498
- Object.defineProperty(GeographicMapSeriesHost.prototype, "wr", {
498
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "ws", {
499
499
  get: function () {
500
- return this.wp;
500
+ return this.wq;
501
501
  },
502
502
  set: function (a) {
503
- var b = this.wr != a;
503
+ var b = this.ws != a;
504
504
  if (b) {
505
- this.wp = a;
506
- this.ww();
505
+ this.wq = a;
506
+ this.wx();
507
507
  }
508
508
  },
509
509
  enumerable: false,
510
510
  configurable: true
511
511
  });
512
512
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
513
- return this.wr.hasMarkers;
513
+ return this.ws.hasMarkers;
514
514
  };
515
- GeographicMapSeriesHost.prototype.ww = function () {
516
- if (this.wp != null) {
517
- var hostedSeries_ = this.wp;
515
+ GeographicMapSeriesHost.prototype.wx = function () {
516
+ if (this.wq != null) {
517
+ var hostedSeries_ = this.wq;
518
518
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
519
519
  hostedSeries_.externalObject._implementation = hostedSeries_;
520
520
  }
521
- this.pc(this.wr);
522
- this.ws.b5();
521
+ this.pd(this.ws);
522
+ this.wt.b5();
523
523
  };
524
524
  GeographicMapSeriesHost.prototype.de = function (a, b, c) {
525
- return this.dg(this.wr, a, b, c);
525
+ return this.dg(this.ws, a, b, c);
526
526
  };
527
527
  GeographicMapSeriesHost.prototype.df = function (a, b, c) {
528
- return this.dh(this.wr, a, b, c);
528
+ return this.dh(this.ws, a, b, c);
529
529
  };
530
530
  GeographicMapSeriesHost.prototype.kl = function (a) {
531
- return this.kt(this.wr, a);
531
+ return this.ku(this.ws, a);
532
532
  };
533
533
  GeographicMapSeriesHost.prototype.j8 = function (a, b) {
534
- return this.wr.j8(a, b);
534
+ return this.ws.j8(a, b);
535
535
  };
536
536
  GeographicMapSeriesHost.prototype.j6 = function (a, b) {
537
- return this.wr.j6(a, b);
537
+ return this.ws.j6(a, b);
538
538
  };
539
539
  GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
540
- return this.wr.i3(a, b, c);
540
+ return this.ws.i3(a, b, c);
541
541
  };
542
- GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
543
- return this.wr.v5(a, b, c);
542
+ GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
543
+ return this.ws.v6(a, b, c);
544
544
  };
545
- GeographicMapSeriesHost.prototype.wg = function (a) {
546
- return this.wr.wg(a);
545
+ GeographicMapSeriesHost.prototype.wh = function (a) {
546
+ return this.ws.wh(a);
547
547
  };
548
548
  GeographicMapSeriesHost.prototype.an = function (a) {
549
- return this.wr.an(a);
549
+ return this.ws.an(a);
550
550
  };
551
- GeographicMapSeriesHost.prototype.wh = function (a) {
552
- return this.wr.wh(a);
551
+ GeographicMapSeriesHost.prototype.wi = function (a) {
552
+ return this.ws.wi(a);
553
553
  };
554
554
  GeographicMapSeriesHost.prototype.ao = function (a) {
555
- return this.wr.ao(a);
556
- };
557
- GeographicMapSeriesHost.prototype.wi = function (a) {
558
- return this.wr.wi(a);
555
+ return this.ws.ao(a);
559
556
  };
560
557
  GeographicMapSeriesHost.prototype.wj = function (a) {
561
- return this.wr.wj(a);
558
+ return this.ws.wj(a);
559
+ };
560
+ GeographicMapSeriesHost.prototype.wk = function (a) {
561
+ return this.ws.wk(a);
562
562
  };
563
563
  GeographicMapSeriesHost.prototype.iz = function (a, b, c) {
564
- return this.wr.iz(a, b, c);
564
+ return this.ws.iz(a, b, c);
565
565
  };
566
- GeographicMapSeriesHost.prototype.v1 = function (a, b, c) {
567
- return this.wr.v1(a, b, c);
566
+ GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
567
+ return this.ws.v2(a, b, c);
568
568
  };
569
569
  GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
570
570
  return this.i3(a, b, c);
571
571
  };
572
- GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
573
- return this.wr.v3(a, b, c);
572
+ GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
573
+ return this.ws.v4(a, b, c);
574
574
  };
575
- GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
576
- return this.wr.v6(a, b, c);
575
+ GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
576
+ return this.ws.v7(a, b, c);
577
577
  };
578
578
  GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
579
- return this.wr.i4(a, b, c);
579
+ return this.ws.i4(a, b, c);
580
580
  };
581
- GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
582
- return this.wr.v2(a, b, c);
581
+ GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
582
+ return this.ws.v3(a, b, c);
583
583
  };
584
584
  GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
585
- return this.wr.i0(a, b, c);
585
+ return this.ws.i0(a, b, c);
586
586
  };
587
- GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
588
- return this.wr.v4(a, b, c);
587
+ GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
588
+ return this.ws.v5(a, b, c);
589
589
  };
590
590
  GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
591
- return this.wr.i2(a, b, c);
591
+ return this.ws.i2(a, b, c);
592
592
  };
593
593
  GeographicMapSeriesHost.prototype.j2 = function (a) {
594
- return this.wr.j2(a);
594
+ return this.ws.j2(a);
595
595
  };
596
596
  GeographicMapSeriesHost.prototype.iu = function () {
597
- return this.wr.iu();
597
+ return this.ws.iu();
598
598
  };
599
599
  GeographicMapSeriesHost.prototype.iq = function (a) {
600
- return this.wr.iq(a);
600
+ return this.ws.iq(a);
601
601
  };
602
602
  GeographicMapSeriesHost.prototype.km = function (a) {
603
- return this.wr.km(a);
603
+ return this.ws.km(a);
604
604
  };
605
605
  GeographicMapSeriesHost.prototype.cq = function () {
606
606
  return new HostSeriesView(this);
607
607
  };
608
- GeographicMapSeriesHost.prototype.qw = function (a) {
609
- _super.prototype.qw.call(this, a);
610
- this.ws = typeCast(HostSeriesView.$, a);
608
+ GeographicMapSeriesHost.prototype.qx = function (a) {
609
+ _super.prototype.qx.call(this, a);
610
+ this.wt = typeCast(HostSeriesView.$, a);
611
611
  };
612
- Object.defineProperty(GeographicMapSeriesHost.prototype, "wt", {
612
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "wu", {
613
613
  get: function () {
614
- return this.c(GeographicMapSeriesHost.wy);
614
+ return this.c(GeographicMapSeriesHost.wz);
615
615
  },
616
616
  set: function (a) {
617
- this.h(GeographicMapSeriesHost.wy, a);
617
+ this.h(GeographicMapSeriesHost.wz, a);
618
618
  },
619
619
  enumerable: false,
620
620
  configurable: true
621
621
  });
622
- GeographicMapSeriesHost.prototype.q4 = function (a, b, c, d) {
623
- _super.prototype.q4.call(this, a, b, c, d);
622
+ GeographicMapSeriesHost.prototype.q5 = function (a, b, c, d) {
623
+ _super.prototype.q5.call(this, a, b, c, d);
624
624
  switch (b) {
625
625
  case "SeriesViewer":
626
- this.wr.c9 = this.c9;
626
+ this.ws.c9 = this.c9;
627
627
  if (c != null) {
628
- c.qq(this.wr);
628
+ c.qq(this.ws);
629
629
  }
630
630
  if (d != null) {
631
- this.c9.mw(this.wr);
631
+ this.c9.mw(this.ws);
632
632
  }
633
- this.wr.q7(this.wk);
634
- this.wr.index = this.index;
635
- this.pv(this.wr);
636
- this.ke = this.wr.ke;
633
+ this.ws.q8(this.wl);
634
+ this.ws.index = this.index;
635
+ this.pw(this.ws);
636
+ this.ke = this.ws.ke;
637
637
  var e = typeCast(SeriesViewer.$, c);
638
638
  if (e != null) {
639
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wx));
639
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wy));
640
640
  }
641
641
  if (this.c9 != null) {
642
642
  var f = this.c9;
643
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wx));
643
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wy));
644
644
  }
645
- this.wv();
645
+ this.ww();
646
646
  break;
647
647
  case "SyncLink":
648
- this.wr.c1 = this.c1;
648
+ this.ws.c1 = this.c1;
649
649
  break;
650
650
  case "VisibleFromScale":
651
- this.wv();
651
+ this.ww();
652
652
  break;
653
653
  case "Index":
654
- this.wr.index = this.index;
654
+ this.ws.index = this.index;
655
655
  break;
656
656
  case "ItemsSource":
657
- this.ws.b6();
657
+ this.wt.b6();
658
658
  break;
659
659
  case "Resolution":
660
- this.ws.cd();
660
+ this.wt.cd();
661
661
  break;
662
662
  case "TransitionDuration":
663
- this.ws.cg();
663
+ this.wt.cg();
664
664
  break;
665
665
  case "Opacity":
666
- this.ws.ca();
666
+ this.wt.ca();
667
667
  break;
668
668
  case "Visibility":
669
- var hs_ = this.wr;
669
+ var hs_ = this.ws;
670
670
  var v_ = this._visibility;
671
671
  hs_.visibility = v_;
672
672
  break;
673
673
  case "MouseOverEnabled":
674
- this.wr.f6 = this.f6;
674
+ this.ws.f6 = this.f6;
675
675
  break;
676
676
  case "ExpectFunctions":
677
- this.wr.expectFunctions = this.expectFunctions;
677
+ this.ws.expectFunctions = this.expectFunctions;
678
678
  break;
679
679
  case "Thickness":
680
- this.ws.cf();
680
+ this.wt.cf();
681
681
  break;
682
682
  case "Brush":
683
- this.ws.b4();
683
+ this.wt.b4();
684
684
  break;
685
685
  case "Outline":
686
- this.ws.cc();
686
+ this.wt.cc();
687
687
  break;
688
688
  case "ActualBrush":
689
- this.ws.b1();
689
+ this.wt.b1();
690
690
  break;
691
691
  case "ActualOutline":
692
- this.ws.b2();
692
+ this.wt.b2();
693
693
  break;
694
694
  case "MarkerFillOpacity":
695
695
  if (!isNaN_(this.je)) {
696
- this.ws.b9();
696
+ this.wt.b9();
697
697
  }
698
698
  break;
699
699
  case "AreaFillOpacity":
700
700
  if (!isNaN_(this.ii)) {
701
- this.ws.b3();
701
+ this.wt.b3();
702
702
  }
703
703
  break;
704
704
  case "OutlineMode":
705
- this.ws.cb();
705
+ this.wt.cb();
706
706
  break;
707
707
  case "ShowDefaultTooltip":
708
- this.ws.ce();
708
+ this.wt.ce();
709
709
  break;
710
710
  case "Title":
711
- this.wr.title = this.title;
711
+ this.ws.title = this.title;
712
712
  break;
713
713
  case "LegendItemBadgeMode":
714
- this.ws.b7();
714
+ this.wt.b7();
715
715
  break;
716
716
  case "LegendItemBadgeShape":
717
- this.ws.b8();
717
+ this.wt.b8();
718
718
  break;
719
719
  case "Legend":
720
- this.wr.legend = this.legend;
720
+ this.ws.legend = this.legend;
721
721
  this.ct.av();
722
722
  break;
723
723
  }
724
724
  };
725
- GeographicMapSeriesHost.prototype.wv = function () {
726
- if (this.c9 == null || this.wr == null) {
725
+ GeographicMapSeriesHost.prototype.ww = function () {
726
+ if (this.c9 == null || this.ws == null) {
727
727
  return;
728
728
  }
729
- if (!isNaN_(this.wt)) {
730
- if (this.c9.vl.width > this.wt) {
731
- var hs_ = this.wr;
729
+ if (!isNaN_(this.wu)) {
730
+ if (this.c9.vl.width > this.wu) {
731
+ var hs_ = this.ws;
732
732
  var v_ = 1;
733
733
  hs_.visibility = v_;
734
734
  }
735
735
  else {
736
- var hs2_ = this.wr;
736
+ var hs2_ = this.ws;
737
737
  var v2_ = 0;
738
738
  hs2_.visibility = v2_;
739
739
  }
740
740
  }
741
741
  };
742
- GeographicMapSeriesHost.prototype.wx = function (a, b) {
743
- this.wv();
742
+ GeographicMapSeriesHost.prototype.wy = function (a, b) {
743
+ this.ww();
744
744
  };
745
- GeographicMapSeriesHost.prototype.rm = function (a) {
746
- _super.prototype.rm.call(this, a);
747
- if (this.wr != null) {
748
- this.wr.rm(a);
745
+ GeographicMapSeriesHost.prototype.rn = function (a) {
746
+ _super.prototype.rn.call(this, a);
747
+ if (this.ws != null) {
748
+ this.ws.rn(a);
749
749
  }
750
750
  };
751
- GeographicMapSeriesHost.prototype.rl = function (a, b, c, d, e) {
752
- if (this.wr != null) {
753
- this.wr.rl(a, b, c, d, e);
751
+ GeographicMapSeriesHost.prototype.rm = function (a, b, c, d, e) {
752
+ if (this.ws != null) {
753
+ this.ws.rm(a, b, c, d, e);
754
754
  }
755
755
  };
756
756
  GeographicMapSeriesHost.prototype.a1 = function (a, b) {
757
- return this.wr.a1(a, b);
757
+ return this.ws.a1(a, b);
758
758
  };
759
- GeographicMapSeriesHost.prototype.r5 = function () {
760
- _super.prototype.r5.call(this);
761
- this.wr.r5();
759
+ GeographicMapSeriesHost.prototype.r6 = function () {
760
+ _super.prototype.r6.call(this);
761
+ this.ws.r6();
762
762
  };
763
763
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
764
764
  return this._coercionMethods;
765
765
  };
766
766
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
767
767
  this._coercionMethods = a;
768
- this.wr.coercionMethods = a;
768
+ this.ws.coercionMethods = a;
769
769
  };
770
- GeographicMapSeriesHost.prototype.pu = function (a) {
771
- _super.prototype.pu.call(this, a);
772
- if (this.wr != null) {
773
- var b = this.wr.kk();
774
- this.o5(a, b);
770
+ GeographicMapSeriesHost.prototype.pv = function (a) {
771
+ _super.prototype.pv.call(this, a);
772
+ if (this.ws != null) {
773
+ var b = this.ws.kk();
774
+ this.o6(a, b);
775
775
  }
776
776
  };
777
777
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
778
- GeographicMapSeriesHost.wy = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
778
+ GeographicMapSeriesHost.wz = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
779
779
  var c = a;
780
780
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
781
781
  }));
@@ -797,66 +797,66 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
797
797
  };
798
798
  HostSeriesView.prototype.b5 = function () {
799
799
  this.b0.legendItemVisibility = 1;
800
- this.b0.wr.legendItemVisibility = 0;
801
- this.b0.wr.itemsSource = this.b0.itemsSource;
802
- this.b0.wr.index = this.b0.index;
803
- this.b0.wr.u8 = this.b0.u8;
804
- this.b0.wr.vo = this.b0.u8;
805
- this.b0.wr.cg = this.b0.cg;
806
- this.b0.wr.jh = this.b0.jh;
807
- this.b0.wr.kb = this.b0.kb;
808
- this.b0.wr._opacity = this.b0._opacity;
809
- this.b0.wr.jn = this.b0.jn;
810
- this.b0.wr.ii = this.b0.ii;
811
- this.b0.wr.je = this.b0.je;
812
- this.b0.wr.gn = this.b0.gn;
813
- this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
814
- this.b0.wr.bc = this.b0.bc;
800
+ this.b0.ws.legendItemVisibility = 0;
801
+ this.b0.ws.itemsSource = this.b0.itemsSource;
802
+ this.b0.ws.index = this.b0.index;
803
+ this.b0.ws.u9 = this.b0.u9;
804
+ this.b0.ws.vp = this.b0.u9;
805
+ this.b0.ws.cg = this.b0.cg;
806
+ this.b0.ws.jh = this.b0.jh;
807
+ this.b0.ws.kb = this.b0.kb;
808
+ this.b0.ws._opacity = this.b0._opacity;
809
+ this.b0.ws.jn = this.b0.jn;
810
+ this.b0.ws.ii = this.b0.ii;
811
+ this.b0.ws.je = this.b0.je;
812
+ this.b0.ws.gn = this.b0.gn;
813
+ this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
814
+ this.b0.ws.bc = this.b0.bc;
815
815
  };
816
816
  HostSeriesView.prototype.b6 = function () {
817
- this.b0.wr.itemsSource = this.b0.itemsSource;
817
+ this.b0.ws.itemsSource = this.b0.itemsSource;
818
818
  };
819
819
  HostSeriesView.prototype.cd = function () {
820
- this.b0.wr.jh = this.b0.jh;
820
+ this.b0.ws.jh = this.b0.jh;
821
821
  };
822
822
  HostSeriesView.prototype.cg = function () {
823
- this.b0.wr.kb = this.b0.kb;
823
+ this.b0.ws.kb = this.b0.kb;
824
824
  };
825
825
  HostSeriesView.prototype.ca = function () {
826
- this.b0.wr._opacity = this.b0._opacity;
826
+ this.b0.ws._opacity = this.b0._opacity;
827
827
  };
828
828
  HostSeriesView.prototype.cf = function () {
829
- this.b0.wr.jn = this.b0.jn;
829
+ this.b0.ws.jn = this.b0.jn;
830
830
  };
831
831
  HostSeriesView.prototype.b4 = function () {
832
- this.b0.wr.u8 = this.b0.u8;
832
+ this.b0.ws.u9 = this.b0.u9;
833
833
  };
834
834
  HostSeriesView.prototype.cc = function () {
835
- this.b0.wr.vo = this.b0.vo;
835
+ this.b0.ws.vp = this.b0.vp;
836
836
  };
837
837
  HostSeriesView.prototype.b1 = function () {
838
- this.b0.wr.u8 = this.b0.u2;
838
+ this.b0.ws.u9 = this.b0.u3;
839
839
  };
840
840
  HostSeriesView.prototype.b2 = function () {
841
- this.b0.wr.vo = this.b0.u6;
841
+ this.b0.ws.vp = this.b0.u7;
842
842
  };
843
843
  HostSeriesView.prototype.b7 = function () {
844
- this.b0.wr.bc = this.b0.bc;
844
+ this.b0.ws.bc = this.b0.bc;
845
845
  };
846
846
  HostSeriesView.prototype.b8 = function () {
847
- this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
847
+ this.b0.ws.legendItemBadgeShape = this.b0.legendItemBadgeShape;
848
848
  };
849
849
  HostSeriesView.prototype.b3 = function () {
850
- this.b0.wr.ii = this.b0.ii;
850
+ this.b0.ws.ii = this.b0.ii;
851
851
  };
852
852
  HostSeriesView.prototype.b9 = function () {
853
- this.b0.wr.je = this.b0.je;
853
+ this.b0.ws.je = this.b0.je;
854
854
  };
855
855
  HostSeriesView.prototype.cb = function () {
856
- this.b0.wr.cg = this.b0.cg;
856
+ this.b0.ws.cg = this.b0.cg;
857
857
  };
858
858
  HostSeriesView.prototype.ce = function () {
859
- this.b0.wr.gn = this.b0.gn;
859
+ this.b0.ws.gn = this.b0.gn;
860
860
  };
861
861
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
862
862
  return HostSeriesView;
@@ -1183,7 +1183,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1183
1183
  try {
1184
1184
  for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
1185
1185
  var a = _c.value;
1186
- a.r5();
1186
+ a.r6();
1187
1187
  }
1188
1188
  }
1189
1189
  catch (e_1_1) {
@@ -1600,7 +1600,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1600
1600
  try {
1601
1601
  for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
1602
1602
  var g = _d.value;
1603
- g.rm(false);
1603
+ g.rn(false);
1604
1604
  }
1605
1605
  }
1606
1606
  catch (e_2_1) {
@@ -1647,7 +1647,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1647
1647
  try {
1648
1648
  for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
1649
1649
  var i = _f.value;
1650
- i.qb();
1650
+ i.qc();
1651
1651
  }
1652
1652
  }
1653
1653
  catch (e_3_1) {
@@ -1703,7 +1703,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1703
1703
  var c = b;
1704
1704
  var d = a;
1705
1705
  d.itemsSource = c.triangulationSource.points;
1706
- d.w0 = c.triangulationSource.triangles;
1706
+ d.w1 = c.triangulationSource.triangles;
1707
1707
  }
1708
1708
  else {
1709
1709
  _super.prototype.qz.call(this, a, b);
@@ -2036,41 +2036,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
2036
2036
  }
2037
2037
  GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
2038
2038
  _super.prototype.b5.call(this);
2039
- var a = this.ch.wr;
2040
- a.xr = this.ch.w3;
2041
- a.xz = this.ch.w1;
2042
- a.trianglesSource = this.ch.w0;
2043
- a.xf = this.ch.w6;
2044
- a.xh = this.ch.w8;
2045
- a.xj = this.ch.xa;
2039
+ var a = this.ch.ws;
2040
+ a.xs = this.ch.w4;
2041
+ a.x0 = this.ch.w2;
2042
+ a.trianglesSource = this.ch.w1;
2043
+ a.xg = this.ch.w7;
2044
+ a.xi = this.ch.w9;
2045
+ a.xk = this.ch.xb;
2046
2046
  };
2047
2047
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
2048
- var a = this.ch.wr;
2048
+ var a = this.ch.ws;
2049
2049
  if (this.ch.c9 == null) {
2050
- a.wp = null;
2051
2050
  a.wq = null;
2051
+ a.wr = null;
2052
2052
  return;
2053
2053
  }
2054
- a.wp = this.ch.c9.v8;
2055
- a.wq = this.ch.c9.wa;
2054
+ a.wq = this.ch.c9.v8;
2055
+ a.wr = this.ch.c9.wa;
2056
2056
  };
2057
2057
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
2058
- this.ch.wr.xr = this.ch.w3;
2058
+ this.ch.ws.xs = this.ch.w4;
2059
2059
  };
2060
2060
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
2061
- this.ch.wr.xz = this.ch.w1;
2061
+ this.ch.ws.x0 = this.ch.w2;
2062
2062
  };
2063
2063
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
2064
- this.ch.wr.trianglesSource = this.ch.w0;
2064
+ this.ch.ws.trianglesSource = this.ch.w1;
2065
2065
  };
2066
2066
  GeographicXYTriangulatingSeriesView.prototype.cm = function () {
2067
- this.ch.wr.xf = this.ch.w6;
2067
+ this.ch.ws.xg = this.ch.w7;
2068
2068
  };
2069
2069
  GeographicXYTriangulatingSeriesView.prototype.cn = function () {
2070
- this.ch.wr.xh = this.ch.w8;
2070
+ this.ch.ws.xi = this.ch.w9;
2071
2071
  };
2072
2072
  GeographicXYTriangulatingSeriesView.prototype.co = function () {
2073
- this.ch.wr.xj = this.ch.xa;
2073
+ this.ch.ws.xk = this.ch.xb;
2074
2074
  };
2075
2075
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
2076
2076
  return GeographicXYTriangulatingSeriesView;
@@ -2093,19 +2093,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
2093
2093
  };
2094
2094
  GeographicScatterAreaSeriesView.prototype.b5 = function () {
2095
2095
  _super.prototype.b5.call(this);
2096
- if (this.cp.xl != null) {
2097
- this.cp.xl.yy = this.cp.xp;
2098
- this.cp.xl.ym = this.cp.xk;
2096
+ if (this.cp.xm != null) {
2097
+ this.cp.xm.yz = this.cp.xq;
2098
+ this.cp.xm.yn = this.cp.xl;
2099
2099
  }
2100
2100
  };
2101
2101
  GeographicScatterAreaSeriesView.prototype.cq = function () {
2102
- if (this.cp.xl != null) {
2103
- this.cp.xl.yy = this.cp.xp;
2102
+ if (this.cp.xm != null) {
2103
+ this.cp.xm.yz = this.cp.xq;
2104
2104
  }
2105
2105
  };
2106
2106
  GeographicScatterAreaSeriesView.prototype.cr = function () {
2107
- if (this.cp.xl != null) {
2108
- this.cp.xl.ym = this.cp.xk;
2107
+ if (this.cp.xm != null) {
2108
+ this.cp.xm.yn = this.cp.xl;
2109
2109
  }
2110
2110
  };
2111
2111
  GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -2312,38 +2312,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
2312
2312
  GeographicXYTriangulatingSeries.prototype.cq = function () {
2313
2313
  return new GeographicXYTriangulatingSeriesView(this);
2314
2314
  };
2315
- GeographicXYTriangulatingSeries.prototype.qw = function (a) {
2316
- _super.prototype.qw.call(this, a);
2317
- this.wz = a;
2315
+ GeographicXYTriangulatingSeries.prototype.qx = function (a) {
2316
+ _super.prototype.qx.call(this, a);
2317
+ this.w0 = a;
2318
2318
  };
2319
- GeographicXYTriangulatingSeries.prototype.q4 = function (a, b, c, d) {
2320
- _super.prototype.q4.call(this, a, b, c, d);
2319
+ GeographicXYTriangulatingSeries.prototype.q5 = function (a, b, c, d) {
2320
+ _super.prototype.q5.call(this, a, b, c, d);
2321
2321
  switch (b) {
2322
2322
  case "SeriesViewer":
2323
- this.wz.ck();
2323
+ this.w0.ck();
2324
2324
  break;
2325
2325
  case GeographicXYTriangulatingSeries.$$p[1]:
2326
- this.wz.cj();
2326
+ this.w0.cj();
2327
2327
  break;
2328
2328
  case GeographicXYTriangulatingSeries.$$p[0]:
2329
- this.wz.ci();
2329
+ this.w0.ci();
2330
2330
  break;
2331
2331
  case GeographicXYTriangulatingSeries.$$p[5]:
2332
- this.wz.cl();
2332
+ this.w0.cl();
2333
2333
  break;
2334
2334
  case GeographicXYTriangulatingSeries.$$p[2]:
2335
- this.wz.cm();
2335
+ this.w0.cm();
2336
2336
  break;
2337
2337
  case GeographicXYTriangulatingSeries.$$p[3]:
2338
- this.wz.cn();
2338
+ this.w0.cn();
2339
2339
  break;
2340
2340
  case GeographicXYTriangulatingSeries.$$p[4]:
2341
- this.wz.co();
2341
+ this.w0.co();
2342
2342
  break;
2343
2343
  }
2344
2344
  };
2345
2345
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2346
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w1:xc', [2, "pointY"], 'LongitudeMemberPath:w3:xd', [2, "pointX"], 'TriangleVertexMemberPath1:w6:xf', [2, "v1"], 'TriangleVertexMemberPath2:w8:xg', [2, "v2"], 'TriangleVertexMemberPath3:xa:xh', [2, "v3"], 'TrianglesSource:w0:xe', [IEnumerable_$type, null]]);
2346
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w2:xd', [2, "pointY"], 'LongitudeMemberPath:w4:xe', [2, "pointX"], 'TriangleVertexMemberPath1:w7:xg', [2, "v1"], 'TriangleVertexMemberPath2:w9:xh', [2, "v2"], 'TriangleVertexMemberPath3:xb:xi', [2, "v3"], 'TrianglesSource:w1:xf', [IEnumerable_$type, null]]);
2347
2347
  return GeographicXYTriangulatingSeries;
2348
2348
  }(GeographicMapSeriesHost));
2349
2349
  /**
@@ -2353,7 +2353,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
2353
2353
  __extends(GeographicScatterAreaSeries, _super);
2354
2354
  function GeographicScatterAreaSeries() {
2355
2355
  var _this = _super.call(this) || this;
2356
- _this.xi = null;
2356
+ _this.xj = null;
2357
2357
  _this.triangulationStatusChanged = null;
2358
2358
  _this.ab = GeographicScatterAreaSeries.$;
2359
2359
  return _this;
@@ -2364,53 +2364,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
2364
2364
  GeographicScatterAreaSeries.prototype.get_es = function () {
2365
2365
  return true;
2366
2366
  };
2367
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "xk", {
2367
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "xl", {
2368
2368
  get: function () {
2369
- return this.xi;
2369
+ return this.xj;
2370
2370
  },
2371
2371
  set: function (a) {
2372
- var b = this.xi != a;
2372
+ var b = this.xj != a;
2373
2373
  if (b) {
2374
- var c = this.xi;
2375
- if (this.xi != null) {
2376
- var d = this.xi;
2377
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.xs));
2374
+ var c = this.xj;
2375
+ if (this.xj != null) {
2376
+ var d = this.xj;
2377
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.xt));
2378
2378
  }
2379
- this.xi = a;
2380
- if (this.xi != null) {
2381
- var e = this.xi;
2382
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.xs));
2379
+ this.xj = a;
2380
+ if (this.xj != null) {
2381
+ var e = this.xj;
2382
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.xt));
2383
2383
  }
2384
- this.raisePropertyChanged("ColorScale", c, this.xi);
2385
- if (this.xl != null) {
2386
- this.xl.ym = a;
2384
+ this.raisePropertyChanged("ColorScale", c, this.xj);
2385
+ if (this.xm != null) {
2386
+ this.xm.yn = a;
2387
2387
  }
2388
2388
  }
2389
2389
  },
2390
2390
  enumerable: false,
2391
2391
  configurable: true
2392
2392
  });
2393
- GeographicScatterAreaSeries.prototype.xs = function (a, b) {
2394
- this.xn.cr();
2395
- this.xu();
2396
- this.rm(false);
2393
+ GeographicScatterAreaSeries.prototype.xt = function (a, b) {
2394
+ this.xo.cr();
2395
+ this.xv();
2396
+ this.rn(false);
2397
2397
  };
2398
- GeographicScatterAreaSeries.prototype.xu = function () {
2399
- if (this.xl != null) {
2400
- this.xj = this.xl.yl;
2398
+ GeographicScatterAreaSeries.prototype.xv = function () {
2399
+ if (this.xm != null) {
2400
+ this.xk = this.xm.ym;
2401
2401
  }
2402
2402
  };
2403
- GeographicScatterAreaSeries.prototype.sa = function () {
2404
- _super.prototype.sa.call(this);
2405
- this.xu();
2403
+ GeographicScatterAreaSeries.prototype.sb = function () {
2404
+ _super.prototype.sb.call(this);
2405
+ this.xv();
2406
2406
  };
2407
- GeographicScatterAreaSeries.prototype.wq = function () {
2408
- this.xl = new ScatterAreaSeries();
2409
- var a = this.xl;
2410
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xt));
2411
- return this.xl;
2407
+ GeographicScatterAreaSeries.prototype.wr = function () {
2408
+ this.xm = new ScatterAreaSeries();
2409
+ var a = this.xm;
2410
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xu));
2411
+ return this.xm;
2412
2412
  };
2413
- GeographicScatterAreaSeries.prototype.xt = function (a, b) {
2413
+ GeographicScatterAreaSeries.prototype.xu = function (a, b) {
2414
2414
  if (this.triangulationStatusChanged != null) {
2415
2415
  this.triangulationStatusChanged(this, b);
2416
2416
  }
@@ -2418,19 +2418,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
2418
2418
  GeographicScatterAreaSeries.prototype.cq = function () {
2419
2419
  return new GeographicScatterAreaSeriesView(this);
2420
2420
  };
2421
- GeographicScatterAreaSeries.prototype.qw = function (a) {
2422
- _super.prototype.qw.call(this, a);
2423
- this.xn = a;
2421
+ GeographicScatterAreaSeries.prototype.qx = function (a) {
2422
+ _super.prototype.qx.call(this, a);
2423
+ this.xo = a;
2424
2424
  };
2425
- GeographicScatterAreaSeries.prototype.q4 = function (a, b, c, d) {
2426
- _super.prototype.q4.call(this, a, b, c, d);
2425
+ GeographicScatterAreaSeries.prototype.q5 = function (a, b, c, d) {
2426
+ _super.prototype.q5.call(this, a, b, c, d);
2427
2427
  switch (b) {
2428
2428
  case GeographicScatterAreaSeries.$$p[1]:
2429
- this.xn.cq();
2429
+ this.xo.cq();
2430
2430
  break;
2431
2431
  case "ColorScale":
2432
- this.xn.cr();
2433
- this.xu();
2432
+ this.xo.cr();
2433
+ this.xv();
2434
2434
  break;
2435
2435
  }
2436
2436
  };
@@ -2441,7 +2441,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
2441
2441
  _super.prototype.set_g5.call(this, a);
2442
2442
  };
2443
2443
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2444
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xj:xv', [ColorScale.$, null], 'ColorMemberPath:xp:xw', [2, "value"]]);
2444
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xk:xw', [ColorScale.$, null], 'ColorMemberPath:xq:xx', [2, "value"]]);
2445
2445
  return GeographicScatterAreaSeries;
2446
2446
  }(GeographicXYTriangulatingSeries));
2447
2447
 
@@ -4907,11 +4907,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4907
4907
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
4908
4908
  */
4909
4909
  get: function () {
4910
- return this.i.wt;
4910
+ return this.i.wu;
4911
4911
  },
4912
4912
  set: function (v) {
4913
- this.i.wt = +v;
4914
- this._a("visibleFromScale", this.i.wt);
4913
+ this.i.wu = +v;
4914
+ this._a("visibleFromScale", this.i.wu);
4915
4915
  },
4916
4916
  enumerable: false,
4917
4917
  configurable: true
@@ -4936,7 +4936,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4936
4936
 
4937
4937
  */
4938
4938
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
4939
- this.i.qb();
4939
+ this.i.qc();
4940
4940
  };
4941
4941
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
4942
4942
  var iv = this.i.ko(item, memberPathName);
@@ -4948,7 +4948,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4948
4948
  * @param memberPathName * The property name of a valid member path for the series
4949
4949
  */
4950
4950
  IgcGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
4951
- var iv = this.i.ma(memberPathName);
4951
+ var iv = this.i.mb(memberPathName);
4952
4952
  return (iv);
4953
4953
  };
4954
4954
  /**
@@ -4973,7 +4973,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4973
4973
  return (iv);
4974
4974
  };
4975
4975
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
4976
- var iv = this.i.v5(toPoint(world), useInterpolation, skipUnknowns);
4976
+ var iv = this.i.v6(toPoint(world), useInterpolation, skipUnknowns);
4977
4977
  return fromPoint(iv);
4978
4978
  };
4979
4979
  /**
@@ -4982,7 +4982,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4982
4982
  * @param world * The world coordinate for which to get a value bounding box for
4983
4983
  */
4984
4984
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
4985
- var iv = this.i.wg(toPoint(world));
4985
+ var iv = this.i.wh(toPoint(world));
4986
4986
  return fromRect(iv);
4987
4987
  };
4988
4988
  /**
@@ -4991,7 +4991,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4991
4991
  * @param world * The world coordinates for which to get a value marker bounding box for
4992
4992
  */
4993
4993
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
4994
- var iv = this.i.wi(toPoint(world));
4994
+ var iv = this.i.wj(toPoint(world));
4995
4995
  return fromRect(iv);
4996
4996
  };
4997
4997
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
@@ -4999,7 +4999,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
4999
4999
  return (iv);
5000
5000
  };
5001
5001
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
5002
- var iv = this.i.v1(toPoint(world), useInterpolation, skipUnknowns);
5002
+ var iv = this.i.v2(toPoint(world), useInterpolation, skipUnknowns);
5003
5003
  return fromPoint(iv);
5004
5004
  };
5005
5005
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
@@ -5007,11 +5007,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
5007
5007
  return (iv);
5008
5008
  };
5009
5009
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
5010
- var iv = this.i.v3(toPoint(world), useInterpolation, skipUnknowns);
5010
+ var iv = this.i.v4(toPoint(world), useInterpolation, skipUnknowns);
5011
5011
  return fromPoint(iv);
5012
5012
  };
5013
5013
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
5014
- var iv = this.i.v6(toPoint(mouse), useInterpolation, skipUnknowns);
5014
+ var iv = this.i.v7(toPoint(mouse), useInterpolation, skipUnknowns);
5015
5015
  return fromPoint(iv);
5016
5016
  };
5017
5017
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
@@ -5032,14 +5032,14 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
5032
5032
  * @param animate * True if the change should be animated.
5033
5033
  */
5034
5034
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
5035
- this.i.rm(animate);
5035
+ this.i.rn(animate);
5036
5036
  };
5037
5037
  /**
5038
5038
  * Called when this series' Style is updated.
5039
5039
 
5040
5040
  */
5041
5041
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
5042
- this.i.r5();
5042
+ this.i.r6();
5043
5043
  };
5044
5044
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
5045
5045
  return IgcGeographicMapSeriesHostComponent;
@@ -5178,10 +5178,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5178
5178
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
5179
5179
  */
5180
5180
  get: function () {
5181
- return this.i.xk;
5181
+ return this.i.xl;
5182
5182
  },
5183
5183
  set: function (v) {
5184
- this.i.xk = v;
5184
+ this.i.xl = v;
5185
5185
  },
5186
5186
  enumerable: false,
5187
5187
  configurable: true
@@ -5191,11 +5191,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5191
5191
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
5192
5192
  */
5193
5193
  get: function () {
5194
- return this.i.w9;
5194
+ return this.i.xa;
5195
5195
  },
5196
5196
  set: function (v) {
5197
- this.i.w9 = ensureBool(v);
5198
- this._a("isCustomShapeStyleAllowed", this.i.w9);
5197
+ this.i.xa = ensureBool(v);
5198
+ this._a("isCustomShapeStyleAllowed", this.i.xa);
5199
5199
  },
5200
5200
  enumerable: false,
5201
5201
  configurable: true
@@ -5205,11 +5205,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5205
5205
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
5206
5206
  */
5207
5207
  get: function () {
5208
- return this.i.w8;
5208
+ return this.i.w9;
5209
5209
  },
5210
5210
  set: function (v) {
5211
- this.i.w8 = ensureBool(v);
5212
- this._a("isCustomShapeMarkerStyleAllowed", this.i.w8);
5211
+ this.i.w9 = ensureBool(v);
5212
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.w9);
5213
5213
  },
5214
5214
  enumerable: false,
5215
5215
  configurable: true
@@ -5219,11 +5219,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5219
5219
  * Gets or sets the mode the series will use to find the closest point to the cursor.
5220
5220
  */
5221
5221
  get: function () {
5222
- return this.i.w1;
5222
+ return this.i.w2;
5223
5223
  },
5224
5224
  set: function (v) {
5225
- this.i.w1 = ensureEnum(ShapeItemSearchMode_$type, v);
5226
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w1));
5225
+ this.i.w2 = ensureEnum(ShapeItemSearchMode_$type, v);
5226
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w2));
5227
5227
  },
5228
5228
  enumerable: false,
5229
5229
  configurable: true
@@ -5233,11 +5233,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5233
5233
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
5234
5234
  */
5235
5235
  get: function () {
5236
- return this.i.xc;
5236
+ return this.i.xd;
5237
5237
  },
5238
5238
  set: function (v) {
5239
- this.i.xc = +v;
5240
- this._a("itemSearchThreshold", this.i.xc);
5239
+ this.i.xd = +v;
5240
+ this._a("itemSearchThreshold", this.i.xd);
5241
5241
  },
5242
5242
  enumerable: false,
5243
5243
  configurable: true
@@ -5247,11 +5247,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5247
5247
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
5248
5248
  */
5249
5249
  get: function () {
5250
- return this.i.xb;
5250
+ return this.i.xc;
5251
5251
  },
5252
5252
  set: function (v) {
5253
- this.i.xb = +v;
5254
- this._a("itemSearchPointsThreshold", this.i.xb);
5253
+ this.i.xc = +v;
5254
+ this._a("itemSearchPointsThreshold", this.i.xc);
5255
5255
  },
5256
5256
  enumerable: false,
5257
5257
  configurable: true
@@ -5261,7 +5261,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5261
5261
  * Set a shapefile datasource to use with the series.
5262
5262
  */
5263
5263
  get: function () {
5264
- var r = this.i.w4;
5264
+ var r = this.i.w5;
5265
5265
  if (r == null) {
5266
5266
  return null;
5267
5267
  }
@@ -5280,7 +5280,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5280
5280
  return r.externalObject;
5281
5281
  },
5282
5282
  set: function (v) {
5283
- v == null ? this.i.w4 = null : this.i.w4 = v.i;
5283
+ v == null ? this.i.w5 = null : this.i.w5 = v.i;
5284
5284
  },
5285
5285
  enumerable: false,
5286
5286
  configurable: true
@@ -5291,11 +5291,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
5291
5291
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
5292
5292
  */
5293
5293
  get: function () {
5294
- return this.i.xa;
5294
+ return this.i.xb;
5295
5295
  },
5296
5296
  set: function (v) {
5297
- this.i.xa = +v;
5298
- this._a("shapeFilterResolution", this.i.xa);
5297
+ this.i.xb = +v;
5298
+ this._a("shapeFilterResolution", this.i.xb);
5299
5299
  },
5300
5300
  enumerable: false,
5301
5301
  configurable: true
@@ -5389,20 +5389,20 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
5389
5389
  __extends(GeographicShapeSeriesBase, _super);
5390
5390
  function GeographicShapeSeriesBase() {
5391
5391
  var _this = _super !== null && _super.apply(this, arguments) || this;
5392
+ _this.w8 = false;
5392
5393
  _this.w7 = false;
5393
- _this.w6 = false;
5394
5394
  _this.assigningShapeStyle = null;
5395
5395
  _this.assigningShapeMarkerStyle = null;
5396
- _this.w3 = null;
5397
- _this.w5 = false;
5396
+ _this.w4 = null;
5397
+ _this.w6 = false;
5398
5398
  return _this;
5399
5399
  }
5400
5400
  GeographicShapeSeriesBase.prototype.cq = function () {
5401
5401
  return new GeographicShapeSeriesBaseView(this);
5402
5402
  };
5403
- GeographicShapeSeriesBase.prototype.qw = function (a) {
5404
- _super.prototype.qw.call(this, a);
5405
- this.w2 = a;
5403
+ GeographicShapeSeriesBase.prototype.qx = function (a) {
5404
+ _super.prototype.qx.call(this, a);
5405
+ this.w3 = a;
5406
5406
  };
5407
5407
  GeographicShapeSeriesBase.prototype.get_fc = function () {
5408
5408
  return true;
@@ -5410,97 +5410,97 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
5410
5410
  GeographicShapeSeriesBase.prototype.get_eb = function () {
5411
5411
  return true;
5412
5412
  };
5413
- GeographicShapeSeriesBase.prototype.q4 = function (a, b, c, d) {
5414
- _super.prototype.q4.call(this, a, b, c, d);
5413
+ GeographicShapeSeriesBase.prototype.q5 = function (a, b, c, d) {
5414
+ _super.prototype.q5.call(this, a, b, c, d);
5415
5415
  switch (b) {
5416
5416
  case "SeriesViewer":
5417
- this.w2.ci();
5417
+ this.w3.ci();
5418
5418
  break;
5419
5419
  case "ShapeMemberPath":
5420
- this.w2.ck();
5420
+ this.w3.ck();
5421
5421
  break;
5422
5422
  case GeographicShapeSeriesBase.$$p[5]:
5423
- this.w2.cj();
5423
+ this.w3.cj();
5424
5424
  break;
5425
5425
  case GeographicShapeSeriesBase.$$p[1]:
5426
- this.wr.xq = this.w9;
5427
- this.w7 = this.w9;
5428
- if (this.w9) {
5429
- var e = this.wr;
5430
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.xn));
5426
+ this.ws.xr = this.xa;
5427
+ this.w8 = this.xa;
5428
+ if (this.xa) {
5429
+ var e = this.ws;
5430
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.xo));
5431
5431
  }
5432
5432
  else {
5433
- var f = this.wr;
5434
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.xn));
5433
+ var f = this.ws;
5434
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.xo));
5435
5435
  }
5436
5436
  break;
5437
5437
  case GeographicShapeSeriesBase.$$p[0]:
5438
- this.wr.xp = this.w8;
5439
- this.w6 = this.w8;
5440
- if (this.w9) {
5441
- var g = this.wr;
5442
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xm));
5438
+ this.ws.xq = this.w9;
5439
+ this.w7 = this.w9;
5440
+ if (this.xa) {
5441
+ var g = this.ws;
5442
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xn));
5443
5443
  }
5444
5444
  else {
5445
- var h = this.wr;
5446
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xm));
5445
+ var h = this.ws;
5446
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xn));
5447
5447
  }
5448
5448
  break;
5449
5449
  case GeographicShapeSeriesBase.$$p[2]:
5450
- this.wr.w7 = this.w1;
5450
+ this.ws.w8 = this.w2;
5451
5451
  break;
5452
5452
  case GeographicShapeSeriesBase.$$p[3]:
5453
- this.wr.x7 = this.xb;
5453
+ this.ws.x8 = this.xc;
5454
5454
  break;
5455
5455
  case GeographicShapeSeriesBase.$$p[4]:
5456
- this.wr.x8 = this.xc;
5456
+ this.ws.x9 = this.xd;
5457
5457
  break;
5458
5458
  case "ShapefileDataSource":
5459
5459
  if (c != null) {
5460
5460
  var i = c;
5461
- if (this.w5) {
5462
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.xo));
5461
+ if (this.w6) {
5462
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.xp));
5463
5463
  }
5464
5464
  }
5465
5465
  if (d != null) {
5466
5466
  var j = d;
5467
5467
  if (j.count > 0) {
5468
- this.xp();
5468
+ this.xq();
5469
5469
  break;
5470
5470
  }
5471
- this.w5 = true;
5472
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.xo));
5471
+ this.w6 = true;
5472
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.xp));
5473
5473
  }
5474
5474
  break;
5475
5475
  }
5476
5476
  };
5477
- GeographicShapeSeriesBase.prototype.xn = function (a, b) {
5477
+ GeographicShapeSeriesBase.prototype.xo = function (a, b) {
5478
5478
  if (this.assigningShapeStyle != null) {
5479
5479
  this.assigningShapeStyle(this, b);
5480
5480
  }
5481
5481
  };
5482
- GeographicShapeSeriesBase.prototype.xm = function (a, b) {
5482
+ GeographicShapeSeriesBase.prototype.xn = function (a, b) {
5483
5483
  if (this.assigningShapeMarkerStyle != null) {
5484
5484
  this.assigningShapeMarkerStyle(this, b);
5485
5485
  }
5486
5486
  };
5487
- GeographicShapeSeriesBase.prototype.xo = function (a, b) {
5488
- this.xp();
5487
+ GeographicShapeSeriesBase.prototype.xp = function (a, b) {
5488
+ this.xq();
5489
5489
  };
5490
- GeographicShapeSeriesBase.prototype.xp = function () {
5491
- var sds_ = this.w4;
5490
+ GeographicShapeSeriesBase.prototype.xq = function () {
5491
+ var sds_ = this.w5;
5492
5492
  var ext_ = sds_.externalObject;
5493
5493
  this.itemsSource = (ext_.getPointData());
5494
5494
  };
5495
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "w4", {
5495
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "w5", {
5496
5496
  get: function () {
5497
- return this.w3;
5497
+ return this.w4;
5498
5498
  },
5499
5499
  set: function (a) {
5500
- var b = this.w3;
5501
- this.w3 = a;
5502
- if (b != this.w3) {
5503
- this.raisePropertyChanged("ShapefileDataSource", b, this.w3);
5500
+ var b = this.w4;
5501
+ this.w4 = a;
5502
+ if (b != this.w4) {
5503
+ this.raisePropertyChanged("ShapefileDataSource", b, this.w4);
5504
5504
  }
5505
5505
  },
5506
5506
  enumerable: false,
@@ -5513,7 +5513,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
5513
5513
  _super.prototype.set_g5.call(this, a);
5514
5514
  };
5515
5515
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5516
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:w8:xq', [0, false], 'IsCustomShapeStyleAllowed:w9:xr', [0, false], 'ItemSearchMode:w1:xs', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xb:xt', [1, 10000], 'ItemSearchThreshold:xc:xu', [1, 10000], 'ShapeFilterResolution:xa:xv', [1, 2], 'ShapeMemberPath:xk:xw', [2, "points"]]);
5516
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:w9:xr', [0, false], 'IsCustomShapeStyleAllowed:xa:xs', [0, false], 'ItemSearchMode:w2:xt', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xc:xu', [1, 10000], 'ItemSearchThreshold:xd:xv', [1, 10000], 'ShapeFilterResolution:xb:xw', [1, 2], 'ShapeMemberPath:xl:xx', [2, "points"]]);
5517
5517
  return GeographicShapeSeriesBase;
5518
5518
  }(GeographicMapSeriesHost));
5519
5519
  /**
@@ -5529,23 +5529,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
5529
5529
  }
5530
5530
  GeographicShapeSeriesBaseView.prototype.b5 = function () {
5531
5531
  _super.prototype.b5.call(this);
5532
- this.ch.wr.yk = this.ch.xk;
5532
+ this.ch.ws.yl = this.ch.xl;
5533
5533
  };
5534
5534
  GeographicShapeSeriesBaseView.prototype.ci = function () {
5535
- var a = this.ch.wr;
5535
+ var a = this.ch.ws;
5536
5536
  if (this.ch.c9 == null) {
5537
- a.w1 = null;
5538
- a.w3 = null;
5537
+ a.w2 = null;
5538
+ a.w4 = null;
5539
5539
  return;
5540
5540
  }
5541
- a.w1 = this.ch.c9.v8;
5542
- a.w3 = this.ch.c9.wa;
5541
+ a.w2 = this.ch.c9.v8;
5542
+ a.w4 = this.ch.c9.wa;
5543
5543
  };
5544
5544
  GeographicShapeSeriesBaseView.prototype.ck = function () {
5545
- this.ch.wr.yk = this.ch.xk;
5545
+ this.ch.ws.yl = this.ch.xl;
5546
5546
  };
5547
5547
  GeographicShapeSeriesBaseView.prototype.cj = function () {
5548
- this.ch.wr.x4 = this.ch.xa;
5548
+ this.ch.ws.x5 = this.ch.xb;
5549
5549
  };
5550
5550
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
5551
5551
  return GeographicShapeSeriesBaseView;
@@ -5581,54 +5581,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
5581
5581
  _this.cl = null;
5582
5582
  _this.cl = a;
5583
5583
  if (!_this.q) {
5584
- _this.cl.xk = "points";
5584
+ _this.cl.xl = "points";
5585
5585
  }
5586
5586
  return _this;
5587
5587
  }
5588
5588
  GeographicShapeSeriesView.prototype.au = function () {
5589
5589
  _super.prototype.au.call(this);
5590
5590
  if (!this.q) {
5591
- this.cl.y4 = Defaults.aj;
5591
+ this.cl.y5 = Defaults.aj;
5592
5592
  this.cl.jn = Defaults.p;
5593
- this.cl.x3 = Defaults.o;
5594
- this.cl.x0 = Defaults.d;
5595
- this.cl.xy = Defaults.a;
5593
+ this.cl.x4 = Defaults.o;
5594
+ this.cl.x1 = Defaults.d;
5595
+ this.cl.xz = Defaults.a;
5596
5596
  }
5597
5597
  };
5598
5598
  GeographicShapeSeriesView.prototype.b5 = function () {
5599
5599
  _super.prototype.b5.call(this);
5600
- this.cl.wr.aa2 = this.cl.y6;
5601
- this.cl.wr.zv = this.cl.x1;
5602
- this.cl.wr.aah = this.cl.ym;
5603
- this.cl.wr.zy = this.cl.x3;
5604
- this.cl.wr.zh = this.cl.xx;
5600
+ this.cl.ws.aa3 = this.cl.y7;
5601
+ this.cl.ws.zw = this.cl.x2;
5602
+ this.cl.ws.aai = this.cl.yn;
5603
+ this.cl.ws.zz = this.cl.x4;
5604
+ this.cl.ws.zi = this.cl.xy;
5605
5605
  };
5606
5606
  GeographicShapeSeriesView.prototype.cq = function () {
5607
- this.cl.wr.aah = this.cl.ym;
5607
+ this.cl.ws.aai = this.cl.yn;
5608
5608
  };
5609
5609
  GeographicShapeSeriesView.prototype.cs = function () {
5610
- this.cl.wr.zy = this.cl.x3;
5610
+ this.cl.ws.zz = this.cl.x4;
5611
5611
  };
5612
5612
  GeographicShapeSeriesView.prototype.cn = function () {
5613
- this.cl.wr.zh = this.cl.xx;
5613
+ this.cl.ws.zi = this.cl.xy;
5614
5614
  };
5615
5615
  GeographicShapeSeriesView.prototype.cr = function () {
5616
- this.cl.wr.zq = this.cl.x0;
5616
+ this.cl.ws.zr = this.cl.x1;
5617
5617
  };
5618
5618
  GeographicShapeSeriesView.prototype.cm = function () {
5619
- this.cl.wr.aay = this.cl.y3;
5619
+ this.cl.ws.aaz = this.cl.y4;
5620
5620
  };
5621
5621
  GeographicShapeSeriesView.prototype.co = function () {
5622
- this.cl.wr.aaz = this.cl.y4;
5622
+ this.cl.ws.aa0 = this.cl.y5;
5623
5623
  };
5624
5624
  GeographicShapeSeriesView.prototype.cp = function () {
5625
- this.cl.wr.aa1 = this.cl.y5;
5625
+ this.cl.ws.aa2 = this.cl.y6;
5626
5626
  };
5627
5627
  GeographicShapeSeriesView.prototype.ct = function () {
5628
- this.cl.wr.zv = this.cl.x1;
5628
+ this.cl.ws.zw = this.cl.x2;
5629
5629
  };
5630
5630
  GeographicShapeSeriesView.prototype.cu = function () {
5631
- this.cl.wr.aa2 = this.cl.y6;
5631
+ this.cl.ws.aa3 = this.cl.y7;
5632
5632
  };
5633
5633
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
5634
5634
  return GeographicShapeSeriesView;
@@ -5653,81 +5653,81 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5653
5653
  GeographicShapeSeries.prototype.cq = function () {
5654
5654
  return new GeographicShapeSeriesView(this);
5655
5655
  };
5656
- GeographicShapeSeries.prototype.qw = function (a) {
5657
- _super.prototype.qw.call(this, a);
5658
- this.x2 = a;
5656
+ GeographicShapeSeries.prototype.qx = function (a) {
5657
+ _super.prototype.qx.call(this, a);
5658
+ this.x3 = a;
5659
5659
  };
5660
- GeographicShapeSeries.prototype.wq = function () {
5660
+ GeographicShapeSeries.prototype.wr = function () {
5661
5661
  var a = new ScatterPolygonSeries();
5662
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yj));
5663
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.yk));
5662
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yk));
5663
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.yl));
5664
5664
  return a;
5665
5665
  };
5666
- GeographicShapeSeries.prototype.yj = function (a, b) {
5666
+ GeographicShapeSeries.prototype.yk = function (a, b) {
5667
5667
  if (this.styleShape != null) {
5668
5668
  this.styleShape(this, b);
5669
5669
  }
5670
5670
  };
5671
- GeographicShapeSeries.prototype.yk = function (a, b) {
5672
- var c = typeCast(ScatterPolygonSeries.$, this.wr);
5671
+ GeographicShapeSeries.prototype.yl = function (a, b) {
5672
+ var c = typeCast(ScatterPolygonSeries.$, this.ws);
5673
5673
  if (c == null) {
5674
5674
  return;
5675
5675
  }
5676
5676
  };
5677
5677
  GeographicShapeSeries.prototype.il = function () {
5678
- return this.x3;
5679
- };
5680
- GeographicShapeSeries.prototype.ve = function () {
5681
- return this.y1;
5678
+ return this.x4;
5682
5679
  };
5683
5680
  GeographicShapeSeries.prototype.vf = function () {
5684
5681
  return this.y2;
5685
5682
  };
5686
- GeographicShapeSeries.prototype.ss = function () {
5687
- return this.yl;
5683
+ GeographicShapeSeries.prototype.vg = function () {
5684
+ return this.y3;
5688
5685
  };
5689
- GeographicShapeSeries.prototype.l7 = function () {
5690
- var a = typeCast(ScatterPolygonSeries.$, this.wr);
5686
+ GeographicShapeSeries.prototype.st = function () {
5687
+ return this.ym;
5688
+ };
5689
+ GeographicShapeSeries.prototype.l8 = function () {
5690
+ var a = typeCast(ScatterPolygonSeries.$, this.ws);
5691
5691
  if (a == null) {
5692
5692
  return "Unknown";
5693
5693
  }
5694
- return a.l7();
5694
+ return a.l8();
5695
5695
  };
5696
- GeographicShapeSeries.prototype.q4 = function (a, b, c, d) {
5697
- _super.prototype.q4.call(this, a, b, c, d);
5696
+ GeographicShapeSeries.prototype.q5 = function (a, b, c, d) {
5697
+ _super.prototype.q5.call(this, a, b, c, d);
5698
5698
  switch (b) {
5699
5699
  case GeographicShapeSeries.$$p[6]:
5700
- this.wr.zo = this.xz;
5700
+ this.ws.zp = this.x0;
5701
5701
  break;
5702
5702
  case GeographicShapeSeries.$$p[5]:
5703
- this.wr.zk = this.xy;
5703
+ this.ws.zl = this.xz;
5704
5704
  break;
5705
5705
  case GeographicShapeSeries.$$p[9]:
5706
- this.x2.cq();
5706
+ this.x3.cq();
5707
5707
  break;
5708
5708
  case GeographicShapeSeries.$$p[10]:
5709
- this.x2.cs();
5709
+ this.x3.cs();
5710
5710
  break;
5711
5711
  case GeographicShapeSeries.$$p[4]:
5712
- this.x2.cn();
5712
+ this.x3.cn();
5713
5713
  break;
5714
5714
  case GeographicShapeSeries.$$p[11]:
5715
- this.x2.cr();
5715
+ this.x3.cr();
5716
5716
  break;
5717
5717
  case GeographicShapeSeries.$$p[3]:
5718
- this.x2.cm();
5718
+ this.x3.cm();
5719
5719
  break;
5720
5720
  case GeographicShapeSeries.$$p[7]:
5721
- this.x2.co();
5721
+ this.x3.co();
5722
5722
  break;
5723
5723
  case GeographicShapeSeries.$$p[8]:
5724
- this.x2.cp();
5724
+ this.x3.cp();
5725
5725
  break;
5726
5726
  case GeographicShapeSeries.$$p[13]:
5727
- this.x2.ct();
5727
+ this.x3.ct();
5728
5728
  break;
5729
5729
  case GeographicShapeSeries.$$p[12]:
5730
- this.x2.cu();
5730
+ this.x3.cu();
5731
5731
  break;
5732
5732
  }
5733
5733
  };
@@ -5735,7 +5735,7 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5735
5735
  return 0.7;
5736
5736
  };
5737
5737
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5738
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:y1:yn', [Brush.$], 'ActualMarkerOutline:y2:yo', [Brush.$], 'ActualMarkerTemplate:yl:yp', [DataTemplate.$, null], 'MarkerBrush:y3:yq', [Brush.$], 'MarkerCollisionAvoidance:xx:yr', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:xy:ys', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xz:yt', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:y4:yu', [Brush.$], 'MarkerStyle:y5:yv', [Style.$], 'MarkerTemplate:ym:yw', [DataTemplate.$, null], 'MarkerThickness:x3:yx', [1, DeviceUtils.g(2)], 'MarkerType:x0:yy', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:y6:yz', [Style.$, null], 'ShapeStyleSelector:x1:y0', [StyleSelector.$, null]]);
5738
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:y2:yo', [Brush.$], 'ActualMarkerOutline:y3:yp', [Brush.$], 'ActualMarkerTemplate:ym:yq', [DataTemplate.$, null], 'MarkerBrush:y4:yr', [Brush.$], 'MarkerCollisionAvoidance:xy:ys', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:xz:yt', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:x0:yu', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:y5:yv', [Brush.$], 'MarkerStyle:y6:yw', [Style.$], 'MarkerTemplate:yn:yx', [DataTemplate.$, null], 'MarkerThickness:x4:yy', [1, DeviceUtils.g(2)], 'MarkerType:x1:yz', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:y7:y0', [Style.$, null], 'ShapeStyleSelector:x2:y1', [StyleSelector.$, null]]);
5739
5739
  return GeographicShapeSeries;
5740
5740
  }(GeographicShapeSeriesBase));
5741
5741
 
@@ -5828,11 +5828,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5828
5828
  * Gets or sets the fill brush.
5829
5829
  */
5830
5830
  get: function () {
5831
- return this.i.y6 ? this.i.y6.fill : null;
5831
+ return this.i.y7 ? this.i.y7.fill : null;
5832
5832
  },
5833
5833
  set: function (v) {
5834
5834
  this.ensureShapeStyle();
5835
- this.i.y6.fill = v;
5835
+ this.i.y7.fill = v;
5836
5836
  },
5837
5837
  enumerable: false,
5838
5838
  configurable: true
@@ -5842,11 +5842,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5842
5842
  * Gets or sets the stroke brush.
5843
5843
  */
5844
5844
  get: function () {
5845
- return this.i.y6 ? this.i.y6.stroke : null;
5845
+ return this.i.y7 ? this.i.y7.stroke : null;
5846
5846
  },
5847
5847
  set: function (v) {
5848
5848
  this.ensureShapeStyle();
5849
- this.i.y6.stroke = v;
5849
+ this.i.y7.stroke = v;
5850
5850
  },
5851
5851
  enumerable: false,
5852
5852
  configurable: true
@@ -5856,12 +5856,12 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5856
5856
  * Gets or sets the stroke thickness.
5857
5857
  */
5858
5858
  get: function () {
5859
- return this.i.y6 ? this.i.y6.strokeThickness : NaN;
5859
+ return this.i.y7 ? this.i.y7.strokeThickness : NaN;
5860
5860
  },
5861
5861
  set: function (v) {
5862
5862
  this.ensureShapeStyle();
5863
- this.i.y6.strokeThickness = +v;
5864
- this._a("shapeStrokeThickness", this.i.y6.strokeThickness);
5863
+ this.i.y7.strokeThickness = +v;
5864
+ this._a("shapeStrokeThickness", this.i.y7.strokeThickness);
5865
5865
  },
5866
5866
  enumerable: false,
5867
5867
  configurable: true
@@ -5871,21 +5871,21 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5871
5871
  * Gets or sets the opacity.
5872
5872
  */
5873
5873
  get: function () {
5874
- return this.i.y6 ? this.i.y6.opacity : NaN;
5874
+ return this.i.y7 ? this.i.y7.opacity : NaN;
5875
5875
  },
5876
5876
  set: function (v) {
5877
5877
  this.ensureShapeStyle();
5878
- this.i.y6.opacity = +v;
5879
- this._a("shapeOpacity", this.i.y6.opacity);
5878
+ this.i.y7.opacity = +v;
5879
+ this._a("shapeOpacity", this.i.y7.opacity);
5880
5880
  },
5881
5881
  enumerable: false,
5882
5882
  configurable: true
5883
5883
  });
5884
5884
  IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
5885
- if (this.i.y6) {
5885
+ if (this.i.y7) {
5886
5886
  return;
5887
5887
  }
5888
- this.i.y6 = new Style();
5888
+ this.i.y7 = new Style();
5889
5889
  };
5890
5890
  Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
5891
5891
  /**
@@ -5893,11 +5893,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5893
5893
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5894
5894
  */
5895
5895
  get: function () {
5896
- return this.i.x0;
5896
+ return this.i.x1;
5897
5897
  },
5898
5898
  set: function (v) {
5899
- this.i.x0 = ensureEnum(MarkerType_$type, v);
5900
- this._a("markerType", enumToString(MarkerType_$type, this.i.x0));
5899
+ this.i.x1 = ensureEnum(MarkerType_$type, v);
5900
+ this._a("markerType", enumToString(MarkerType_$type, this.i.x1));
5901
5901
  },
5902
5902
  enumerable: false,
5903
5903
  configurable: true
@@ -5907,11 +5907,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5907
5907
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5908
5908
  */
5909
5909
  get: function () {
5910
- return this.i.xz;
5910
+ return this.i.x0;
5911
5911
  },
5912
5912
  set: function (v) {
5913
- this.i.xz = ensureEnum(MarkerOutlineMode_$type, v);
5914
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xz));
5913
+ this.i.x0 = ensureEnum(MarkerOutlineMode_$type, v);
5914
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.x0));
5915
5915
  },
5916
5916
  enumerable: false,
5917
5917
  configurable: true
@@ -5921,11 +5921,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5921
5921
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
5922
5922
  */
5923
5923
  get: function () {
5924
- return this.i.xy;
5924
+ return this.i.xz;
5925
5925
  },
5926
5926
  set: function (v) {
5927
- this.i.xy = ensureEnum(MarkerFillMode_$type, v);
5928
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xy));
5927
+ this.i.xz = ensureEnum(MarkerFillMode_$type, v);
5928
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xz));
5929
5929
  },
5930
5930
  enumerable: false,
5931
5931
  configurable: true
@@ -5935,10 +5935,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5935
5935
  * Gets or sets the MarkerTemplate for the current series object.
5936
5936
  */
5937
5937
  get: function () {
5938
- return this.i.ym;
5938
+ return this.i.yn;
5939
5939
  },
5940
5940
  set: function (v) {
5941
- this.i.ym = v;
5941
+ this.i.yn = v;
5942
5942
  },
5943
5943
  enumerable: false,
5944
5944
  configurable: true
@@ -5948,11 +5948,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5948
5948
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
5949
5949
  */
5950
5950
  get: function () {
5951
- return brushToString(this.i.y3);
5951
+ return brushToString(this.i.y4);
5952
5952
  },
5953
5953
  set: function (v) {
5954
- this.i.y3 = stringToBrush(v);
5955
- this._a("markerBrush", brushToString(this.i.y3));
5954
+ this.i.y4 = stringToBrush(v);
5955
+ this._a("markerBrush", brushToString(this.i.y4));
5956
5956
  },
5957
5957
  enumerable: false,
5958
5958
  configurable: true
@@ -5962,11 +5962,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5962
5962
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
5963
5963
  */
5964
5964
  get: function () {
5965
- return brushToString(this.i.y4);
5965
+ return brushToString(this.i.y5);
5966
5966
  },
5967
5967
  set: function (v) {
5968
- this.i.y4 = stringToBrush(v);
5969
- this._a("markerOutline", brushToString(this.i.y4));
5968
+ this.i.y5 = stringToBrush(v);
5969
+ this._a("markerOutline", brushToString(this.i.y5));
5970
5970
  },
5971
5971
  enumerable: false,
5972
5972
  configurable: true
@@ -5976,11 +5976,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5976
5976
  * Gets or sets thickness of the marker outline
5977
5977
  */
5978
5978
  get: function () {
5979
- return this.i.x3;
5979
+ return this.i.x4;
5980
5980
  },
5981
5981
  set: function (v) {
5982
- this.i.x3 = +v;
5983
- this._a("markerThickness", this.i.x3);
5982
+ this.i.x4 = +v;
5983
+ this._a("markerThickness", this.i.x4);
5984
5984
  },
5985
5985
  enumerable: false,
5986
5986
  configurable: true
@@ -5990,11 +5990,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
5990
5990
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
5991
5991
  */
5992
5992
  get: function () {
5993
- return this.i.xx;
5993
+ return this.i.xy;
5994
5994
  },
5995
5995
  set: function (v) {
5996
- this.i.xx = ensureEnum(CollisionAvoidanceType_$type, v);
5997
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.xx));
5996
+ this.i.xy = ensureEnum(CollisionAvoidanceType_$type, v);
5997
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.xy));
5998
5998
  },
5999
5999
  enumerable: false,
6000
6000
  configurable: true
@@ -6004,10 +6004,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
6004
6004
  * Gets the effective marker template for the current series object.
6005
6005
  */
6006
6006
  get: function () {
6007
- return this.i.yl;
6007
+ return this.i.ym;
6008
6008
  },
6009
6009
  set: function (v) {
6010
- this.i.yl = v;
6010
+ this.i.ym = v;
6011
6011
  },
6012
6012
  enumerable: false,
6013
6013
  configurable: true
@@ -6017,11 +6017,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
6017
6017
  * Gets the effective marker brush for the current series object.
6018
6018
  */
6019
6019
  get: function () {
6020
- return brushToString(this.i.y1);
6020
+ return brushToString(this.i.y2);
6021
6021
  },
6022
6022
  set: function (v) {
6023
- this.i.y1 = stringToBrush(v);
6024
- this._a("actualMarkerBrush", brushToString(this.i.y1));
6023
+ this.i.y2 = stringToBrush(v);
6024
+ this._a("actualMarkerBrush", brushToString(this.i.y2));
6025
6025
  },
6026
6026
  enumerable: false,
6027
6027
  configurable: true
@@ -6031,11 +6031,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
6031
6031
  * Gets the effective marker outline for the current series object.
6032
6032
  */
6033
6033
  get: function () {
6034
- return brushToString(this.i.y2);
6034
+ return brushToString(this.i.y3);
6035
6035
  },
6036
6036
  set: function (v) {
6037
- this.i.y2 = stringToBrush(v);
6038
- this._a("actualMarkerOutline", brushToString(this.i.y2));
6037
+ this.i.y3 = stringToBrush(v);
6038
+ this._a("actualMarkerOutline", brushToString(this.i.y3));
6039
6039
  },
6040
6040
  enumerable: false,
6041
6041
  configurable: true
@@ -6117,14 +6117,14 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
6117
6117
  };
6118
6118
  GeographicPolylineSeriesView.prototype.b5 = function () {
6119
6119
  _super.prototype.b5.call(this);
6120
- this.cl.wr.zh = this.cl.xx;
6121
- this.cl.wr.zm = this.cl.x5;
6120
+ this.cl.ws.zi = this.cl.xy;
6121
+ this.cl.ws.zn = this.cl.x6;
6122
6122
  };
6123
6123
  GeographicPolylineSeriesView.prototype.cm = function () {
6124
- this.cl.wr.zh = this.cl.xx;
6124
+ this.cl.ws.zi = this.cl.xy;
6125
6125
  };
6126
6126
  GeographicPolylineSeriesView.prototype.cn = function () {
6127
- this.cl.wr.zm = this.cl.x5;
6127
+ this.cl.ws.zn = this.cl.x6;
6128
6128
  };
6129
6129
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
6130
6130
  return GeographicPolylineSeriesView;
@@ -6149,33 +6149,33 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6149
6149
  GeographicPolylineSeries.prototype.cq = function () {
6150
6150
  return new GeographicPolylineSeriesView(this);
6151
6151
  };
6152
- GeographicPolylineSeries.prototype.qw = function (a) {
6153
- _super.prototype.qw.call(this, a);
6154
- this.xy = a;
6152
+ GeographicPolylineSeries.prototype.qx = function (a) {
6153
+ _super.prototype.qx.call(this, a);
6154
+ this.xz = a;
6155
6155
  };
6156
- GeographicPolylineSeries.prototype.wq = function () {
6156
+ GeographicPolylineSeries.prototype.wr = function () {
6157
6157
  var a = new ScatterPolylineSeries();
6158
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.x2));
6158
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.x3));
6159
6159
  return a;
6160
6160
  };
6161
- GeographicPolylineSeries.prototype.x2 = function (a, b) {
6161
+ GeographicPolylineSeries.prototype.x3 = function (a, b) {
6162
6162
  if (this.styleShape != null) {
6163
6163
  this.styleShape(this, b);
6164
6164
  }
6165
6165
  };
6166
- GeographicPolylineSeries.prototype.q4 = function (a, b, c, d) {
6167
- _super.prototype.q4.call(this, a, b, c, d);
6166
+ GeographicPolylineSeries.prototype.q5 = function (a, b, c, d) {
6167
+ _super.prototype.q5.call(this, a, b, c, d);
6168
6168
  switch (b) {
6169
6169
  case GeographicPolylineSeries.$$p[1]:
6170
- this.xy.cm();
6170
+ this.xz.cm();
6171
6171
  break;
6172
6172
  case GeographicPolylineSeries.$$p[0]:
6173
- this.xy.cn();
6173
+ this.xz.cn();
6174
6174
  break;
6175
6175
  }
6176
6176
  };
6177
6177
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
6178
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:x5:x3', [Style.$, null], 'ShapeStyleSelector:xx:x4', [StyleSelector.$, null]]);
6178
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:x6:x4', [Style.$, null], 'ShapeStyleSelector:xy:x5', [StyleSelector.$, null]]);
6179
6179
  return GeographicPolylineSeries;
6180
6180
  }(GeographicShapeSeriesBase));
6181
6181
 
@@ -6268,11 +6268,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
6268
6268
  * Gets or sets the fill brush.
6269
6269
  */
6270
6270
  get: function () {
6271
- return this.i.x5 ? this.i.x5.fill : null;
6271
+ return this.i.x6 ? this.i.x6.fill : null;
6272
6272
  },
6273
6273
  set: function (v) {
6274
6274
  this.ensureShapeStyle();
6275
- this.i.x5.fill = v;
6275
+ this.i.x6.fill = v;
6276
6276
  },
6277
6277
  enumerable: false,
6278
6278
  configurable: true
@@ -6282,11 +6282,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
6282
6282
  * Gets or sets the stroke brush.
6283
6283
  */
6284
6284
  get: function () {
6285
- return this.i.x5 ? this.i.x5.stroke : null;
6285
+ return this.i.x6 ? this.i.x6.stroke : null;
6286
6286
  },
6287
6287
  set: function (v) {
6288
6288
  this.ensureShapeStyle();
6289
- this.i.x5.stroke = v;
6289
+ this.i.x6.stroke = v;
6290
6290
  },
6291
6291
  enumerable: false,
6292
6292
  configurable: true
@@ -6296,12 +6296,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
6296
6296
  * Gets or sets the stroke thickness.
6297
6297
  */
6298
6298
  get: function () {
6299
- return this.i.x5 ? this.i.x5.strokeThickness : NaN;
6299
+ return this.i.x6 ? this.i.x6.strokeThickness : NaN;
6300
6300
  },
6301
6301
  set: function (v) {
6302
6302
  this.ensureShapeStyle();
6303
- this.i.x5.strokeThickness = +v;
6304
- this._a("shapeStrokeThickness", this.i.x5.strokeThickness);
6303
+ this.i.x6.strokeThickness = +v;
6304
+ this._a("shapeStrokeThickness", this.i.x6.strokeThickness);
6305
6305
  },
6306
6306
  enumerable: false,
6307
6307
  configurable: true
@@ -6311,21 +6311,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
6311
6311
  * Gets or sets the opacity.
6312
6312
  */
6313
6313
  get: function () {
6314
- return this.i.x5 ? this.i.x5.opacity : NaN;
6314
+ return this.i.x6 ? this.i.x6.opacity : NaN;
6315
6315
  },
6316
6316
  set: function (v) {
6317
6317
  this.ensureShapeStyle();
6318
- this.i.x5.opacity = +v;
6319
- this._a("shapeOpacity", this.i.x5.opacity);
6318
+ this.i.x6.opacity = +v;
6319
+ this._a("shapeOpacity", this.i.x6.opacity);
6320
6320
  },
6321
6321
  enumerable: false,
6322
6322
  configurable: true
6323
6323
  });
6324
6324
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
6325
- if (this.i.x5) {
6325
+ if (this.i.x6) {
6326
6326
  return;
6327
6327
  }
6328
- this.i.x5 = new Style();
6328
+ this.i.x6 = new Style();
6329
6329
  };
6330
6330
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
6331
6331
  get: function () {
@@ -6490,11 +6490,11 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6490
6490
  __extends(TileSeries, _super);
6491
6491
  function TileSeries() {
6492
6492
  var _this = _super.call(this) || this;
6493
+ _this.zj = null;
6493
6494
  _this.zi = null;
6494
- _this.zh = null;
6495
6495
  _this.imageTilesReady = null;
6496
- _this.zl = null;
6497
- _this.zm = false;
6496
+ _this.zm = null;
6497
+ _this.zn = false;
6498
6498
  _this.ab = TileSeries.$;
6499
6499
  return _this;
6500
6500
  }
@@ -6507,42 +6507,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6507
6507
  TileSeries.prototype.cq = function () {
6508
6508
  return new TileSeriesView(this);
6509
6509
  };
6510
- TileSeries.prototype.qw = function (a) {
6511
- _super.prototype.qw.call(this, a);
6512
- this.zg = a;
6510
+ TileSeries.prototype.qx = function (a) {
6511
+ _super.prototype.qx.call(this, a);
6512
+ this.zh = a;
6513
6513
  };
6514
- TileSeries.prototype.get_xs = function () {
6514
+ TileSeries.prototype.get_xt = function () {
6515
6515
  return false;
6516
6516
  };
6517
- Object.defineProperty(TileSeries.prototype, "zk", {
6517
+ Object.defineProperty(TileSeries.prototype, "zl", {
6518
6518
  get: function () {
6519
- return this.zi;
6519
+ return this.zj;
6520
6520
  },
6521
6521
  set: function (a) {
6522
- var b = a != this.zk;
6522
+ var b = a != this.zl;
6523
6523
  if (b) {
6524
- var c = this.zk;
6525
- this.zi = a;
6524
+ var c = this.zl;
6525
+ this.zj = a;
6526
6526
  this.raisePropertyChanged("TileImagery", c, a);
6527
6527
  }
6528
6528
  },
6529
6529
  enumerable: false,
6530
6530
  configurable: true
6531
6531
  });
6532
- Object.defineProperty(TileSeries.prototype, "zj", {
6532
+ Object.defineProperty(TileSeries.prototype, "zk", {
6533
6533
  get: function () {
6534
- return this.zh;
6534
+ return this.zi;
6535
6535
  },
6536
6536
  set: function (a) {
6537
- var b = this.zh;
6538
- this.zh = a;
6539
- this.raisePropertyChanged("ActualTileImagery", b, this.zh);
6537
+ var b = this.zi;
6538
+ this.zi = a;
6539
+ this.raisePropertyChanged("ActualTileImagery", b, this.zi);
6540
6540
  },
6541
6541
  enumerable: false,
6542
6542
  configurable: true
6543
6543
  });
6544
- TileSeries.prototype.q4 = function (a, b, c, d) {
6545
- _super.prototype.q4.call(this, a, b, c, d);
6544
+ TileSeries.prototype.q5 = function (a, b, c, d) {
6545
+ _super.prototype.q5.call(this, a, b, c, d);
6546
6546
  var e;
6547
6547
  var f;
6548
6548
  switch (b) {
@@ -6550,78 +6550,78 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6550
6550
  e = c;
6551
6551
  f = d;
6552
6552
  if (e != null) {
6553
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zp));
6553
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zq));
6554
6554
  }
6555
6555
  if (f != null) {
6556
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zp));
6556
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zq));
6557
6557
  }
6558
- this.zg.dh(e, f);
6559
- this.rm(false);
6560
- this.qg();
6558
+ this.zh.dh(e, f);
6559
+ this.rn(false);
6560
+ this.qh();
6561
6561
  break;
6562
6562
  case "ActualTileImagery":
6563
6563
  e = c;
6564
6564
  f = d;
6565
6565
  if (e != null) {
6566
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zq));
6566
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zr));
6567
6567
  e.deferralHandler = null;
6568
6568
  }
6569
6569
  if (f != null) {
6570
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zq));
6570
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zr));
6571
6571
  f.deferralHandler = this;
6572
6572
  }
6573
- this.zg.dg(e, f);
6573
+ this.zh.dg(e, f);
6574
6574
  if (f != null && typeCast(XamGeographicMap.$, this.c9) !== null) {
6575
6575
  f.geographicMap = this.c9;
6576
- this.zs(this.ct);
6577
- this.zg.dd(this.c9.vl);
6576
+ this.zt(this.ct);
6577
+ this.zh.dd(this.c9.vl);
6578
6578
  }
6579
- this.qg();
6579
+ this.qh();
6580
6580
  break;
6581
6581
  case "ActualWindowRect":
6582
- this.zg.dd(d);
6582
+ this.zh.dd(d);
6583
6583
  break;
6584
6584
  case "WorldRect":
6585
- this.zg.dk(d);
6585
+ this.zh.dk(d);
6586
6586
  break;
6587
6587
  case "SeriesViewer":
6588
6588
  var g = c;
6589
6589
  var h = d;
6590
- if (g != null && this.zj != null) {
6591
- this.zj.be(null);
6590
+ if (g != null && this.zk != null) {
6591
+ this.zk.be(null);
6592
6592
  }
6593
- if (h != null && this.zj != null) {
6594
- this.zj.be(this.ct.w);
6593
+ if (h != null && this.zk != null) {
6594
+ this.zk.be(this.ct.w);
6595
6595
  }
6596
6596
  break;
6597
6597
  case "ActualBrush":
6598
6598
  case "ActualOutline":
6599
6599
  case "ActualThickness":
6600
- this.qi();
6600
+ this.qj();
6601
6601
  break;
6602
6602
  }
6603
6603
  };
6604
- TileSeries.prototype.zp = function (a, b) {
6604
+ TileSeries.prototype.zq = function (a, b) {
6605
6605
  if (b.propertyName == "MultiScaleImage") {
6606
- this.zs(this.ct);
6606
+ this.zt(this.ct);
6607
6607
  }
6608
6608
  };
6609
- TileSeries.prototype.zq = function (a, b) {
6609
+ TileSeries.prototype.zr = function (a, b) {
6610
6610
  if (this.imageTilesReady != null) {
6611
6611
  this.imageTilesReady(this, new EventArgs());
6612
6612
  }
6613
- if (!this.zm) {
6614
- this.zg.di();
6613
+ if (!this.zn) {
6614
+ this.zh.di();
6615
6615
  }
6616
6616
  };
6617
6617
  TileSeries.prototype.register = function (a, b) {
6618
- this.zl = b;
6618
+ this.zm = b;
6619
6619
  };
6620
6620
  TileSeries.prototype.unRegister = function (a) {
6621
- this.zl = null;
6621
+ this.zm = null;
6622
6622
  };
6623
6623
  TileSeries.prototype.deferredRefresh = function () {
6624
- this.rm(false);
6624
+ this.rn(false);
6625
6625
  };
6626
6626
  TileSeries.prototype.deferAction = function (a) {
6627
6627
  if (this.jx != null) {
@@ -6631,60 +6631,60 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6631
6631
  window.setTimeout(a, 0);
6632
6632
  }
6633
6633
  };
6634
- TileSeries.prototype.sj = function (a, b) {
6635
- this.zg.dj();
6636
- _super.prototype.sj.call(this, a, b);
6634
+ TileSeries.prototype.sk = function (a, b) {
6635
+ this.zh.dj();
6636
+ _super.prototype.sk.call(this, a, b);
6637
6637
  };
6638
- TileSeries.prototype.rn = function (a) {
6639
- _super.prototype.rn.call(this, a);
6640
- this.zr(a, this.ct);
6638
+ TileSeries.prototype.ro = function (a) {
6639
+ _super.prototype.ro.call(this, a);
6640
+ this.zs(a, this.ct);
6641
6641
  };
6642
- TileSeries.prototype.zr = function (a, b) {
6642
+ TileSeries.prototype.zs = function (a, b) {
6643
6643
  var c;
6644
6644
  var d;
6645
6645
  var e = b;
6646
6646
  var f = b.getViewInfo(c, d);
6647
6647
  c = f.p0;
6648
6648
  d = f.p1;
6649
- this.zs(b);
6650
- if (this.zl != null) {
6651
- this.zm = true;
6652
- this.zl(a);
6653
- this.zm = false;
6649
+ this.zt(b);
6650
+ if (this.zm != null) {
6651
+ this.zn = true;
6652
+ this.zm(a);
6653
+ this.zn = false;
6654
6654
  }
6655
6655
  e.di();
6656
6656
  };
6657
- TileSeries.prototype.rl = function (a, b, c, d, e) {
6658
- _super.prototype.rl.call(this, a, b, c, d, e);
6657
+ TileSeries.prototype.rm = function (a, b, c, d, e) {
6658
+ _super.prototype.rm.call(this, a, b, c, d, e);
6659
6659
  var f = this.hl.item(d);
6660
6660
  f.a3(c);
6661
6661
  if (this.d3(f)) {
6662
6662
  return;
6663
6663
  }
6664
- this.yz(f);
6664
+ this.y0(f);
6665
6665
  };
6666
- TileSeries.prototype.zs = function (a) {
6666
+ TileSeries.prototype.zt = function (a) {
6667
6667
  var b;
6668
6668
  var c;
6669
6669
  var d = a.getViewInfo(b, c);
6670
6670
  b = d.p0;
6671
6671
  c = d.p1;
6672
- if (this.zk != null && this.zk.ao != null) {
6673
- if (this.zk != this.zj) {
6674
- this.zj = this.zk;
6672
+ if (this.zl != null && this.zl.ao != null) {
6673
+ if (this.zl != this.zk) {
6674
+ this.zk = this.zl;
6675
6675
  }
6676
- if (this.zj != null && !b.isEmpty) {
6677
- if (this.zj.width != b.width) {
6678
- this.zj.width = b.width;
6676
+ if (this.zk != null && !b.isEmpty) {
6677
+ if (this.zk.width != b.width) {
6678
+ this.zk.width = b.width;
6679
6679
  }
6680
- if (this.zj.height != b.height) {
6681
- this.zj.height = b.height;
6680
+ if (this.zk.height != b.height) {
6681
+ this.zk.height = b.height;
6682
6682
  }
6683
6683
  }
6684
6684
  }
6685
6685
  };
6686
- TileSeries.prototype.o2 = function (a, b) {
6687
- _super.prototype.o2.call(this, a, b);
6686
+ TileSeries.prototype.o3 = function (a, b) {
6687
+ _super.prototype.o3.call(this, a, b);
6688
6688
  b.de();
6689
6689
  };
6690
6690
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
@@ -6707,8 +6707,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
6707
6707
  TileSeriesView.prototype.au = function () {
6708
6708
  _super.prototype.au.call(this);
6709
6709
  if (!this.q) {
6710
- this.da.vo = Defaults.ao;
6711
- this.da.u8 = Defaults.an;
6710
+ this.da.vp = Defaults.ao;
6711
+ this.da.u9 = Defaults.an;
6712
6712
  }
6713
6713
  };
6714
6714
  TileSeriesView.prototype.ck = function (a, b) {
@@ -6735,8 +6735,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
6735
6735
  this.as();
6736
6736
  };
6737
6737
  TileSeriesView.prototype.dd = function (a) {
6738
- if (this.da.zk != null) {
6739
- this.da.zk.windowRect = a;
6738
+ if (this.da.zl != null) {
6739
+ this.da.zl.windowRect = a;
6740
6740
  }
6741
6741
  };
6742
6742
  TileSeriesView.prototype.dg = function (a, b) {
@@ -6771,8 +6771,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
6771
6771
  this.dc.setAttribute("width", this.bx.width.toString());
6772
6772
  this.dc.setAttribute("height", this.bx.height.toString());
6773
6773
  }
6774
- if (this.da.zk != null) {
6775
- this.da.zk.bf(this.bx);
6774
+ if (this.da.zl != null) {
6775
+ this.da.zl.bf(this.bx);
6776
6776
  }
6777
6777
  };
6778
6778
  TileSeriesView.prototype.a8 = function (a, b) {
@@ -6806,8 +6806,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
6806
6806
  TileSeriesView.prototype.de = function () {
6807
6807
  };
6808
6808
  TileSeriesView.prototype.dk = function (a) {
6809
- if (this.da.zk != null) {
6810
- this.da.zk.a6();
6809
+ if (this.da.zl != null) {
6810
+ this.da.zl.a6();
6811
6811
  }
6812
6812
  };
6813
6813
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
@@ -6900,14 +6900,14 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
6900
6900
  * The MapImagery which is used to provide the tiles for display.
6901
6901
  */
6902
6902
  get: function () {
6903
- var r = this.i.zk;
6903
+ var r = this.i.zl;
6904
6904
  if (r == null) {
6905
6905
  return null;
6906
6906
  }
6907
6907
  return r.externalObject;
6908
6908
  },
6909
6909
  set: function (v) {
6910
- v == null ? this.i.zk = null : this.i.zk = v.i;
6910
+ v == null ? this.i.zl = null : this.i.zl = v.i;
6911
6911
  },
6912
6912
  enumerable: false,
6913
6913
  configurable: true
@@ -6965,8 +6965,8 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6965
6965
  __extends(GeographicTileSeries, _super);
6966
6966
  function GeographicTileSeries() {
6967
6967
  var _this = _super.call(this) || this;
6968
+ _this.xz = null;
6968
6969
  _this.xy = null;
6969
- _this.xx = null;
6970
6970
  _this.imageTilesReady = null;
6971
6971
  _this.ab = GeographicTileSeries.$;
6972
6972
  return _this;
@@ -6977,53 +6977,53 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6977
6977
  GeographicTileSeries.prototype.get_f1 = function () {
6978
6978
  return true;
6979
6979
  };
6980
- Object.defineProperty(GeographicTileSeries.prototype, "xz", {
6980
+ Object.defineProperty(GeographicTileSeries.prototype, "x0", {
6981
6981
  get: function () {
6982
- return this.xy;
6982
+ return this.xz;
6983
6983
  },
6984
6984
  set: function (a) {
6985
- var b = a != this.xz;
6985
+ var b = a != this.x0;
6986
6986
  if (b) {
6987
- var c = this.xz;
6988
- this.xy = a;
6987
+ var c = this.x0;
6988
+ this.xz = a;
6989
6989
  this.raisePropertyChanged("TileImagery", c, a);
6990
6990
  }
6991
6991
  },
6992
6992
  enumerable: false,
6993
6993
  configurable: true
6994
6994
  });
6995
- GeographicTileSeries.prototype.x3 = function () {
6996
- if (this.xz != null) {
6997
- this.xz.clearTileCache();
6995
+ GeographicTileSeries.prototype.x4 = function () {
6996
+ if (this.x0 != null) {
6997
+ this.x0.clearTileCache();
6998
6998
  }
6999
6999
  };
7000
- GeographicTileSeries.prototype.q4 = function (a, b, c, d) {
7001
- _super.prototype.q4.call(this, a, b, c, d);
7000
+ GeographicTileSeries.prototype.q5 = function (a, b, c, d) {
7001
+ _super.prototype.q5.call(this, a, b, c, d);
7002
7002
  switch (b) {
7003
7003
  case "TileImagery":
7004
- if (this.wr != null) {
7005
- this.wr.zk = this.xz;
7004
+ if (this.ws != null) {
7005
+ this.ws.zl = this.x0;
7006
7006
  }
7007
7007
  break;
7008
7008
  }
7009
7009
  };
7010
- GeographicTileSeries.prototype.ww = function () {
7011
- _super.prototype.ww.call(this);
7012
- this.wr.zk = this.xz;
7013
- if (this.xx != null) {
7014
- var a = this.xx;
7015
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.x2));
7010
+ GeographicTileSeries.prototype.wx = function () {
7011
+ _super.prototype.wx.call(this);
7012
+ this.ws.zl = this.x0;
7013
+ if (this.xy != null) {
7014
+ var a = this.xy;
7015
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.x3));
7016
7016
  }
7017
- this.xx = this.wr;
7018
- if (this.xx != null) {
7019
- var b = this.xx;
7020
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.x2));
7017
+ this.xy = this.ws;
7018
+ if (this.xy != null) {
7019
+ var b = this.xy;
7020
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.x3));
7021
7021
  }
7022
7022
  };
7023
- GeographicTileSeries.prototype.wq = function () {
7023
+ GeographicTileSeries.prototype.wr = function () {
7024
7024
  return new TileSeries();
7025
7025
  };
7026
- GeographicTileSeries.prototype.x2 = function (a, b) {
7026
+ GeographicTileSeries.prototype.x3 = function (a, b) {
7027
7027
  if (this.imageTilesReady != null) {
7028
7028
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
7029
7029
  }
@@ -7114,14 +7114,14 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
7114
7114
  * The MapImagery which is used to provide the tiles for display.
7115
7115
  */
7116
7116
  get: function () {
7117
- var r = this.i.xz;
7117
+ var r = this.i.x0;
7118
7118
  if (r == null) {
7119
7119
  return null;
7120
7120
  }
7121
7121
  return r.externalObject;
7122
7122
  },
7123
7123
  set: function (v) {
7124
- v == null ? this.i.xz = null : this.i.xz = v.i;
7124
+ v == null ? this.i.x0 = null : this.i.x0 = v.i;
7125
7125
  },
7126
7126
  enumerable: false,
7127
7127
  configurable: true
@@ -7141,7 +7141,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
7141
7141
 
7142
7142
  */
7143
7143
  IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
7144
- this.i.x3();
7144
+ this.i.x4();
7145
7145
  };
7146
7146
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
7147
7147
  /**
@@ -7259,11 +7259,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7259
7259
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
7260
7260
  */
7261
7261
  get: function () {
7262
- return this.i.w1;
7262
+ return this.i.w2;
7263
7263
  },
7264
7264
  set: function (v) {
7265
- this.i.w1 = ensureEnum(MarkerType_$type, v);
7266
- this._a("markerType", enumToString(MarkerType_$type, this.i.w1));
7265
+ this.i.w2 = ensureEnum(MarkerType_$type, v);
7266
+ this._a("markerType", enumToString(MarkerType_$type, this.i.w2));
7267
7267
  },
7268
7268
  enumerable: false,
7269
7269
  configurable: true
@@ -7273,11 +7273,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7273
7273
  * Gets or sets thickness of the marker outline
7274
7274
  */
7275
7275
  get: function () {
7276
- return this.i.w2;
7276
+ return this.i.w3;
7277
7277
  },
7278
7278
  set: function (v) {
7279
- this.i.w2 = +v;
7280
- this._a("markerThickness", this.i.w2);
7279
+ this.i.w3 = +v;
7280
+ this._a("markerThickness", this.i.w3);
7281
7281
  },
7282
7282
  enumerable: false,
7283
7283
  configurable: true
@@ -7287,11 +7287,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7287
7287
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
7288
7288
  */
7289
7289
  get: function () {
7290
- return this.i.w0;
7290
+ return this.i.w1;
7291
7291
  },
7292
7292
  set: function (v) {
7293
- this.i.w0 = ensureEnum(MarkerOutlineMode_$type, v);
7294
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.w0));
7293
+ this.i.w1 = ensureEnum(MarkerOutlineMode_$type, v);
7294
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.w1));
7295
7295
  },
7296
7296
  enumerable: false,
7297
7297
  configurable: true
@@ -7301,11 +7301,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7301
7301
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
7302
7302
  */
7303
7303
  get: function () {
7304
- return this.i.wz;
7304
+ return this.i.w0;
7305
7305
  },
7306
7306
  set: function (v) {
7307
- this.i.wz = ensureEnum(MarkerFillMode_$type, v);
7308
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.wz));
7307
+ this.i.w0 = ensureEnum(MarkerFillMode_$type, v);
7308
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.w0));
7309
7309
  },
7310
7310
  enumerable: false,
7311
7311
  configurable: true
@@ -7315,10 +7315,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7315
7315
  * Gets or sets the MarkerTemplate for the current series object.
7316
7316
  */
7317
7317
  get: function () {
7318
- return this.i.xh;
7318
+ return this.i.xi;
7319
7319
  },
7320
7320
  set: function (v) {
7321
- this.i.xh = v;
7321
+ this.i.xi = v;
7322
7322
  },
7323
7323
  enumerable: false,
7324
7324
  configurable: true
@@ -7328,11 +7328,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7328
7328
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
7329
7329
  */
7330
7330
  get: function () {
7331
- return brushToString(this.i.xv);
7331
+ return brushToString(this.i.xw);
7332
7332
  },
7333
7333
  set: function (v) {
7334
- this.i.xv = stringToBrush(v);
7335
- this._a("markerBrush", brushToString(this.i.xv));
7334
+ this.i.xw = stringToBrush(v);
7335
+ this._a("markerBrush", brushToString(this.i.xw));
7336
7336
  },
7337
7337
  enumerable: false,
7338
7338
  configurable: true
@@ -7342,11 +7342,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7342
7342
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
7343
7343
  */
7344
7344
  get: function () {
7345
- return brushToString(this.i.xw);
7345
+ return brushToString(this.i.xx);
7346
7346
  },
7347
7347
  set: function (v) {
7348
- this.i.xw = stringToBrush(v);
7349
- this._a("markerOutline", brushToString(this.i.xw));
7348
+ this.i.xx = stringToBrush(v);
7349
+ this._a("markerOutline", brushToString(this.i.xx));
7350
7350
  },
7351
7351
  enumerable: false,
7352
7352
  configurable: true
@@ -7358,11 +7358,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7358
7358
  * choose a representative set.
7359
7359
  */
7360
7360
  get: function () {
7361
- return this.i.w3;
7361
+ return this.i.w4;
7362
7362
  },
7363
7363
  set: function (v) {
7364
- this.i.w3 = +v;
7365
- this._a("maximumMarkers", this.i.w3);
7364
+ this.i.w4 = +v;
7365
+ this._a("maximumMarkers", this.i.w4);
7366
7366
  },
7367
7367
  enumerable: false,
7368
7368
  configurable: true
@@ -7372,10 +7372,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7372
7372
  * Gets the effective marker template for the current series object.
7373
7373
  */
7374
7374
  get: function () {
7375
- return this.i.xg;
7375
+ return this.i.xh;
7376
7376
  },
7377
7377
  set: function (v) {
7378
- this.i.xg = v;
7378
+ this.i.xh = v;
7379
7379
  },
7380
7380
  enumerable: false,
7381
7381
  configurable: true
@@ -7385,11 +7385,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7385
7385
  * Gets the effective marker brush for the current series object.
7386
7386
  */
7387
7387
  get: function () {
7388
- return brushToString(this.i.xt);
7388
+ return brushToString(this.i.xu);
7389
7389
  },
7390
7390
  set: function (v) {
7391
- this.i.xt = stringToBrush(v);
7392
- this._a("actualMarkerBrush", brushToString(this.i.xt));
7391
+ this.i.xu = stringToBrush(v);
7392
+ this._a("actualMarkerBrush", brushToString(this.i.xu));
7393
7393
  },
7394
7394
  enumerable: false,
7395
7395
  configurable: true
@@ -7399,11 +7399,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
7399
7399
  * Gets the effective marker outline for the current series object.
7400
7400
  */
7401
7401
  get: function () {
7402
- return brushToString(this.i.xu);
7402
+ return brushToString(this.i.xv);
7403
7403
  },
7404
7404
  set: function (v) {
7405
- this.i.xu = stringToBrush(v);
7406
- this._a("actualMarkerOutline", brushToString(this.i.xu));
7405
+ this.i.xv = stringToBrush(v);
7406
+ this._a("actualMarkerOutline", brushToString(this.i.xv));
7407
7407
  },
7408
7408
  enumerable: false,
7409
7409
  configurable: true
@@ -7425,75 +7425,75 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
7425
7425
  __extends(GeographicMarkerSeries, _super);
7426
7426
  function GeographicMarkerSeries() {
7427
7427
  var _this = _super.call(this) || this;
7428
- var a = _this.wr;
7429
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.xf));
7428
+ var a = _this.ws;
7429
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.xg));
7430
7430
  return _this;
7431
7431
  }
7432
- GeographicMarkerSeries.prototype.ss = function () {
7433
- return this.xg;
7434
- };
7435
- GeographicMarkerSeries.prototype.ve = function () {
7436
- return this.xt;
7432
+ GeographicMarkerSeries.prototype.st = function () {
7433
+ return this.xh;
7437
7434
  };
7438
7435
  GeographicMarkerSeries.prototype.vf = function () {
7439
7436
  return this.xu;
7440
7437
  };
7438
+ GeographicMarkerSeries.prototype.vg = function () {
7439
+ return this.xv;
7440
+ };
7441
7441
  GeographicMarkerSeries.prototype.il = function () {
7442
- return this.w2;
7442
+ return this.w3;
7443
7443
  };
7444
- GeographicMarkerSeries.prototype.l7 = function () {
7445
- var a = typeCast(MarkerSeries.$, this.wr);
7444
+ GeographicMarkerSeries.prototype.l8 = function () {
7445
+ var a = typeCast(MarkerSeries.$, this.ws);
7446
7446
  if (a == null) {
7447
7447
  return "Unknown";
7448
7448
  }
7449
- return a.l7();
7449
+ return a.l8();
7450
7450
  };
7451
- GeographicMarkerSeries.prototype.xf = function (a, b) {
7452
- var c = typeCast(MarkerSeries.$, this.wr);
7451
+ GeographicMarkerSeries.prototype.xg = function (a, b) {
7452
+ var c = typeCast(MarkerSeries.$, this.ws);
7453
7453
  if (c == null) {
7454
7454
  return;
7455
7455
  }
7456
7456
  if (b.propertyName == "ActualMarkerTemplate") {
7457
- this.xg = c.xr;
7457
+ this.xh = c.xs;
7458
7458
  }
7459
7459
  else if (b.propertyName == "ActualMarkerOutline") {
7460
- this.xu = c.x9;
7460
+ this.xv = c.ya;
7461
7461
  }
7462
7462
  else if (b.propertyName == "ActualMarkerBrush") {
7463
- this.xt = c.x8;
7463
+ this.xu = c.x9;
7464
7464
  }
7465
7465
  };
7466
- GeographicMarkerSeries.prototype.q4 = function (a, b, c, d) {
7467
- _super.prototype.q4.call(this, a, b, c, d);
7466
+ GeographicMarkerSeries.prototype.q5 = function (a, b, c, d) {
7467
+ _super.prototype.q5.call(this, a, b, c, d);
7468
7468
  switch (b) {
7469
7469
  case GeographicMarkerSeries.$$p[3]:
7470
- this.wr.ya = this.xv;
7470
+ this.ws.yb = this.xw;
7471
7471
  break;
7472
7472
  case GeographicMarkerSeries.$$p[6]:
7473
- this.wr.yb = this.xw;
7473
+ this.ws.yc = this.xx;
7474
7474
  break;
7475
7475
  case GeographicMarkerSeries.$$p[5]:
7476
- this.wr.wv = this.w0;
7476
+ this.ws.ww = this.w1;
7477
7477
  break;
7478
7478
  case GeographicMarkerSeries.$$p[4]:
7479
- this.wr.wr = this.wz;
7479
+ this.ws.ws = this.w0;
7480
7480
  break;
7481
7481
  case GeographicMarkerSeries.$$p[9]:
7482
- this.wr.w1 = this.w1;
7482
+ this.ws.w2 = this.w2;
7483
7483
  break;
7484
7484
  case GeographicMarkerSeries.$$p[7]:
7485
- this.wr.xt = this.xh;
7485
+ this.ws.xu = this.xi;
7486
7486
  break;
7487
7487
  case GeographicMarkerSeries.$$p[8]:
7488
- this.wr.xa = this.w2;
7488
+ this.ws.xb = this.w3;
7489
7489
  break;
7490
7490
  case GeographicMarkerSeries.$$p[10]:
7491
- this.wr.z0 = this.w3;
7491
+ this.ws.z1 = this.w4;
7492
7492
  break;
7493
7493
  }
7494
7494
  };
7495
7495
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
7496
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xt:xi', [Brush.$], 'ActualMarkerOutline:xu:xj', [Brush.$], 'ActualMarkerTemplate:xg:xk', [DataTemplate.$, null], 'MarkerBrush:xv:xl', [Brush.$], 'MarkerFillMode:wz:xm', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w0:xn', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:xw:xo', [Brush.$], 'MarkerTemplate:xh:xp', [DataTemplate.$, null], 'MarkerThickness:w2:xq', [1, DeviceUtils.g(2)], 'MarkerType:w1:xr', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w3:xs', [1, 400]]);
7496
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:xu:xj', [Brush.$], 'ActualMarkerOutline:xv:xk', [Brush.$], 'ActualMarkerTemplate:xh:xl', [DataTemplate.$, null], 'MarkerBrush:xw:xm', [Brush.$], 'MarkerFillMode:w0:xn', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w1:xo', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:xx:xp', [Brush.$], 'MarkerTemplate:xi:xq', [DataTemplate.$, null], 'MarkerThickness:w3:xr', [1, DeviceUtils.g(2)], 'MarkerType:w2:xs', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:w4:xt', [1, 400]]);
7497
7497
  return GeographicMarkerSeries;
7498
7498
  }(GeographicMapSeriesHost));
7499
7499
 
@@ -7521,49 +7521,49 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
7521
7521
  };
7522
7522
  GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
7523
7523
  _super.prototype.b5.call(this);
7524
- var a = this.ch.wr;
7525
- a.aak = this.ch.yq;
7526
- a.aas = this.ch.yo;
7527
- a.w1 = this.ch.w1;
7528
- a.xt = this.ch.xh;
7529
- a.xa = this.ch.w2;
7524
+ var a = this.ch.ws;
7525
+ a.aal = this.ch.yr;
7526
+ a.aat = this.ch.yp;
7527
+ a.w2 = this.ch.w2;
7528
+ a.xu = this.ch.xi;
7529
+ a.xb = this.ch.w3;
7530
+ a.act = this.ch.yb;
7531
+ a.adj = this.ch.yw;
7532
+ a.acj = this.ch.x3;
7533
+ a.ac9 = this.ch.yn;
7534
+ a.ac4 = this.ch.yf;
7535
+ a.acg = this.ch.x0;
7536
+ a.acr = this.ch.x7;
7530
7537
  a.acs = this.ch.ya;
7531
- a.adi = this.ch.yv;
7532
- a.aci = this.ch.x2;
7533
- a.ac8 = this.ch.ym;
7534
- a.ac3 = this.ch.ye;
7535
- a.acf = this.ch.xz;
7536
- a.acq = this.ch.x6;
7537
- a.acr = this.ch.x9;
7538
+ a.acy = this.ch.yd;
7538
7539
  a.acx = this.ch.yc;
7539
- a.acw = this.ch.yb;
7540
7540
  };
7541
7541
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
7542
- this.ch.wr.aak = this.ch.yq;
7542
+ this.ch.ws.aal = this.ch.yr;
7543
7543
  };
7544
7544
  GeographicProportionalSymbolSeriesView.prototype.cp = function () {
7545
- this.ch.wr.aas = this.ch.yo;
7545
+ this.ch.ws.aat = this.ch.yp;
7546
7546
  };
7547
7547
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
7548
- this.ch.wr.w1 = this.ch.w1;
7548
+ this.ch.ws.w2 = this.ch.w2;
7549
7549
  };
7550
7550
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
7551
- this.ch.wr.xt = this.ch.xh;
7551
+ this.ch.ws.xu = this.ch.xi;
7552
7552
  };
7553
7553
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
7554
- this.ch.wr.xa = this.ch.w2;
7554
+ this.ch.ws.xb = this.ch.w3;
7555
7555
  };
7556
7556
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
7557
- this.ch.wr.z0 = this.ch.w3;
7557
+ this.ch.ws.z1 = this.ch.w4;
7558
7558
  };
7559
7559
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
7560
- this.ch.wr.xAxis = this.ch.c9.v8;
7560
+ this.ch.ws.xAxis = this.ch.c9.v8;
7561
7561
  };
7562
7562
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
7563
- this.ch.wr.yAxis = this.ch.c9.wa;
7563
+ this.ch.ws.yAxis = this.ch.c9.wa;
7564
7564
  };
7565
7565
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
7566
- var a = this.ch.wr;
7566
+ var a = this.ch.ws;
7567
7567
  if (this.ch.c9 == null) {
7568
7568
  a.xAxis = null;
7569
7569
  a.yAxis = null;
@@ -7573,45 +7573,45 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
7573
7573
  a.yAxis = this.ch.c9.wa;
7574
7574
  };
7575
7575
  GeographicProportionalSymbolSeriesView.prototype.cr = function () {
7576
- this.ch.wr.ya = this.ch.xv;
7576
+ this.ch.ws.yb = this.ch.xw;
7577
7577
  };
7578
7578
  GeographicProportionalSymbolSeriesView.prototype.cs = function () {
7579
- this.ch.wr.yb = this.ch.xw;
7579
+ this.ch.ws.yc = this.ch.xx;
7580
7580
  };
7581
7581
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
7582
- this.ch.wr.adi = this.ch.yv;
7582
+ this.ch.ws.adj = this.ch.yw;
7583
7583
  };
7584
7584
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
7585
- this.ch.wr.aci = this.ch.x2;
7586
- this.ch.wr.acs = this.ch.ya;
7585
+ this.ch.ws.acj = this.ch.x3;
7586
+ this.ch.ws.act = this.ch.yb;
7587
7587
  };
7588
7588
  GeographicProportionalSymbolSeriesView.prototype.cl = function () {
7589
- this.ch.wr.ac8 = this.ch.ym;
7589
+ this.ch.ws.ac9 = this.ch.yn;
7590
7590
  };
7591
7591
  GeographicProportionalSymbolSeriesView.prototype.cj = function () {
7592
- this.ch.wr.acf = this.ch.xz;
7593
- this.ch.wr.acq = this.ch.x6;
7594
- this.ch.wr.acr = this.ch.x9;
7595
- this.ch.wr.acx = this.ch.yc;
7596
- this.ch.wr.acw = this.ch.yb;
7592
+ this.ch.ws.acg = this.ch.x0;
7593
+ this.ch.ws.acr = this.ch.x7;
7594
+ this.ch.ws.acs = this.ch.ya;
7595
+ this.ch.ws.acy = this.ch.yd;
7596
+ this.ch.ws.acx = this.ch.yc;
7597
7597
  };
7598
7598
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
7599
- this.ch.wr.ac3 = this.ch.ye;
7599
+ this.ch.ws.ac4 = this.ch.yf;
7600
7600
  };
7601
7601
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
7602
- this.ch.wr.acs = this.ch.ya;
7602
+ this.ch.ws.act = this.ch.yb;
7603
7603
  };
7604
7604
  GeographicProportionalSymbolSeriesView.prototype.ck = function () {
7605
- this.ch.wr.acq = this.ch.x6;
7605
+ this.ch.ws.acr = this.ch.x7;
7606
7606
  };
7607
7607
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
7608
- this.ch.wr.acr = this.ch.x9;
7608
+ this.ch.ws.acs = this.ch.ya;
7609
7609
  };
7610
7610
  GeographicProportionalSymbolSeriesView.prototype.cn = function () {
7611
- this.ch.wr.acx = this.ch.yc;
7611
+ this.ch.ws.acy = this.ch.yd;
7612
7612
  };
7613
7613
  GeographicProportionalSymbolSeriesView.prototype.cm = function () {
7614
- this.ch.wr.acw = this.ch.yb;
7614
+ this.ch.ws.acx = this.ch.yc;
7615
7615
  };
7616
7616
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
7617
7617
  return GeographicProportionalSymbolSeriesView;
@@ -7623,9 +7623,9 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
7623
7623
  __extends(GeographicProportionalSymbolSeries, _super);
7624
7624
  function GeographicProportionalSymbolSeries() {
7625
7625
  var _this = _super.call(this) || this;
7626
- _this.x0 = null;
7626
+ _this.x1 = null;
7627
+ _this.x6 = false;
7627
7628
  _this.x5 = false;
7628
- _this.x4 = false;
7629
7629
  _this.assigningScatterStyle = null;
7630
7630
  _this.assigningScatterMarkerStyle = null;
7631
7631
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -7640,111 +7640,111 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
7640
7640
  GeographicProportionalSymbolSeries.prototype.cq = function () {
7641
7641
  return new GeographicProportionalSymbolSeriesView(this);
7642
7642
  };
7643
- GeographicProportionalSymbolSeries.prototype.qw = function (a) {
7644
- _super.prototype.qw.call(this, a);
7645
- this.x3 = a;
7643
+ GeographicProportionalSymbolSeries.prototype.qx = function (a) {
7644
+ _super.prototype.qx.call(this, a);
7645
+ this.x4 = a;
7646
7646
  };
7647
7647
  GeographicProportionalSymbolSeries.prototype.jj = function () {
7648
7648
  return 0.7;
7649
7649
  };
7650
- GeographicProportionalSymbolSeries.prototype.wq = function () {
7650
+ GeographicProportionalSymbolSeries.prototype.wr = function () {
7651
7651
  return new BubbleSeries();
7652
7652
  };
7653
7653
  GeographicProportionalSymbolSeries.prototype.get_fc = function () {
7654
7654
  return true;
7655
7655
  };
7656
- GeographicProportionalSymbolSeries.prototype.q4 = function (a, b, c, d) {
7657
- _super.prototype.q4.call(this, a, b, c, d);
7656
+ GeographicProportionalSymbolSeries.prototype.q5 = function (a, b, c, d) {
7657
+ _super.prototype.q5.call(this, a, b, c, d);
7658
7658
  switch (b) {
7659
7659
  case "SeriesViewer":
7660
- this.x3.cx();
7660
+ this.x4.cx();
7661
7661
  break;
7662
7662
  case GeographicProportionalSymbolSeries.$$p[9]:
7663
- this.x3.cq();
7663
+ this.x4.cq();
7664
7664
  break;
7665
7665
  case GeographicProportionalSymbolSeries.$$p[8]:
7666
- this.x3.cp();
7666
+ this.x4.cp();
7667
7667
  break;
7668
7668
  case "XAxis":
7669
- this.x3.cy();
7669
+ this.x4.cy();
7670
7670
  break;
7671
7671
  case "YAxis":
7672
- this.x3.cz();
7672
+ this.x4.cz();
7673
7673
  break;
7674
7674
  case GeographicProportionalSymbolSeries.$$p[13]:
7675
- this.x3.c0();
7675
+ this.x4.c0();
7676
7676
  break;
7677
7677
  case GeographicProportionalSymbolSeries.$$p[14]:
7678
- this.x3.c1();
7678
+ this.x4.c1();
7679
7679
  break;
7680
7680
  case GeographicProportionalSymbolSeries.$$p[15]:
7681
- this.x3.c2();
7681
+ this.x4.c2();
7682
7682
  break;
7683
7683
  case GeographicProportionalSymbolSeries.$$p[7]:
7684
- this.x3.cl();
7684
+ this.x4.cl();
7685
7685
  break;
7686
7686
  case GeographicProportionalSymbolSeries.$$p[0]:
7687
- this.x3.ci();
7687
+ this.x4.ci();
7688
7688
  break;
7689
7689
  case GeographicProportionalSymbolSeries.$$p[1]:
7690
- this.x3.cj();
7690
+ this.x4.cj();
7691
7691
  break;
7692
7692
  case GeographicProportionalSymbolSeries.$$p[2]:
7693
- this.x3.ck();
7693
+ this.x4.ck();
7694
7694
  break;
7695
7695
  case GeographicProportionalSymbolSeries.$$p[12]:
7696
- this.x3.co();
7696
+ this.x4.co();
7697
7697
  break;
7698
7698
  case GeographicProportionalSymbolSeries.$$p[11]:
7699
- this.x3.cn();
7699
+ this.x4.cn();
7700
7700
  break;
7701
7701
  case GeographicProportionalSymbolSeries.$$p[10]:
7702
- this.x3.cm();
7702
+ this.x4.cm();
7703
7703
  break;
7704
7704
  case GeographicProportionalSymbolSeries.$$p[4]:
7705
- this.wr.zg = this.x8;
7706
- this.x5 = this.x8;
7707
- if (this.x8) {
7708
- var e = this.wr;
7709
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y0));
7705
+ this.ws.zh = this.x9;
7706
+ this.x6 = this.x9;
7707
+ if (this.x9) {
7708
+ var e = this.ws;
7709
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y1));
7710
7710
  }
7711
7711
  else {
7712
- var f = this.wr;
7713
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y0));
7712
+ var f = this.ws;
7713
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y1));
7714
7714
  }
7715
7715
  break;
7716
7716
  case GeographicProportionalSymbolSeries.$$p[3]:
7717
- this.wr.zf = this.x7;
7718
- this.x4 = this.x7;
7719
- if (this.x8) {
7720
- var g = this.wr;
7721
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yz));
7717
+ this.ws.zg = this.x8;
7718
+ this.x5 = this.x8;
7719
+ if (this.x9) {
7720
+ var g = this.ws;
7721
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.y0));
7722
7722
  }
7723
7723
  else {
7724
- var h = this.wr;
7725
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yz));
7724
+ var h = this.ws;
7725
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.y0));
7726
7726
  }
7727
7727
  break;
7728
7728
  case GeographicProportionalSymbolSeries.$$p[5]:
7729
- this.wr.yz = this.x1;
7729
+ this.ws.y0 = this.x2;
7730
7730
  break;
7731
7731
  case GeographicProportionalSymbolSeries.$$p[6]:
7732
- this.wr.zz = this.yd;
7732
+ this.ws.z0 = this.ye;
7733
7733
  break;
7734
7734
  }
7735
7735
  };
7736
- GeographicProportionalSymbolSeries.prototype.y0 = function (a, b) {
7736
+ GeographicProportionalSymbolSeries.prototype.y1 = function (a, b) {
7737
7737
  if (this.assigningScatterStyle != null) {
7738
7738
  this.assigningScatterStyle(this, b);
7739
7739
  }
7740
7740
  };
7741
- GeographicProportionalSymbolSeries.prototype.yz = function (a, b) {
7741
+ GeographicProportionalSymbolSeries.prototype.y0 = function (a, b) {
7742
7742
  if (this.assigningScatterMarkerStyle != null) {
7743
7743
  this.assigningScatterMarkerStyle(this, b);
7744
7744
  }
7745
7745
  };
7746
7746
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7747
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:ye:y1', [2], 'FillScale:xz:y2', [BrushScale.$], 'FillScaleUseGlobalValues:x6:y3', [0, false], 'IsCustomScatterMarkerStyleAllowed:x7:y4', [0, false], 'IsCustomScatterStyleAllowed:x8:y5', [0, false], 'ItemSearchMode:x1:y6', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yd:y7', [1, 10000], 'LabelMemberPath:ym:y8', [2], 'LatitudeMemberPath:yo:y9', [2, null], 'LongitudeMemberPath:yq:za', [2, null], 'MarkerBrushBrightness:yb:zb', [1, NaN], 'MarkerOutlineBrightness:yc:zc', [1, NaN], 'MarkerOutlineUsesFillScale:x9:zd', [0, false], 'RadiusMemberPath:yv:ze', [2, null], 'RadiusScale:x2:zf', [SizeScale.$], 'RadiusScaleUseGlobalValues:ya:zg', [0, false]]);
7747
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yf:y2', [2], 'FillScale:x0:y3', [BrushScale.$], 'FillScaleUseGlobalValues:x7:y4', [0, false], 'IsCustomScatterMarkerStyleAllowed:x8:y5', [0, false], 'IsCustomScatterStyleAllowed:x9:y6', [0, false], 'ItemSearchMode:x2:y7', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ye:y8', [1, 10000], 'LabelMemberPath:yn:y9', [2], 'LatitudeMemberPath:yp:za', [2, null], 'LongitudeMemberPath:yr:zb', [2, null], 'MarkerBrushBrightness:yc:zc', [1, NaN], 'MarkerOutlineBrightness:yd:zd', [1, NaN], 'MarkerOutlineUsesFillScale:ya:ze', [0, false], 'RadiusMemberPath:yw:zf', [2, null], 'RadiusScale:x3:zg', [SizeScale.$], 'RadiusScaleUseGlobalValues:yb:zh', [0, false]]);
7748
7748
  return GeographicProportionalSymbolSeries;
7749
7749
  }(GeographicMarkerSeries));
7750
7750
 
@@ -7840,10 +7840,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7840
7840
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7841
7841
  */
7842
7842
  get: function () {
7843
- return this.i.yo;
7843
+ return this.i.yp;
7844
7844
  },
7845
7845
  set: function (v) {
7846
- this.i.yo = v;
7846
+ this.i.yp = v;
7847
7847
  },
7848
7848
  enumerable: false,
7849
7849
  configurable: true
@@ -7853,10 +7853,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7853
7853
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7854
7854
  */
7855
7855
  get: function () {
7856
- return this.i.yq;
7856
+ return this.i.yr;
7857
7857
  },
7858
7858
  set: function (v) {
7859
- this.i.yq = v;
7859
+ this.i.yr = v;
7860
7860
  },
7861
7861
  enumerable: false,
7862
7862
  configurable: true
@@ -7866,10 +7866,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7866
7866
  * Gets or sets the radius mapping property for the current series object.
7867
7867
  */
7868
7868
  get: function () {
7869
- return this.i.yv;
7869
+ return this.i.yw;
7870
7870
  },
7871
7871
  set: function (v) {
7872
- this.i.yv = v;
7872
+ this.i.yw = v;
7873
7873
  },
7874
7874
  enumerable: false,
7875
7875
  configurable: true
@@ -7879,7 +7879,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7879
7879
  * Gets or sets the radius size scale for the bubbles.
7880
7880
  */
7881
7881
  get: function () {
7882
- var r = this.i.x2;
7882
+ var r = this.i.x3;
7883
7883
  if (r == null) {
7884
7884
  return null;
7885
7885
  }
@@ -7895,7 +7895,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7895
7895
  set: function (v) {
7896
7896
  if (v != null && this._stylingContainer && v._styling)
7897
7897
  v._styling(this._stylingContainer, this, this);
7898
- v == null ? this.i.x2 = null : this.i.x2 = v.i;
7898
+ v == null ? this.i.x3 = null : this.i.x3 = v.i;
7899
7899
  },
7900
7900
  enumerable: false,
7901
7901
  configurable: true
@@ -7905,10 +7905,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7905
7905
  * Gets or sets the Label mapping property for the current series object.
7906
7906
  */
7907
7907
  get: function () {
7908
- return this.i.ym;
7908
+ return this.i.yn;
7909
7909
  },
7910
7910
  set: function (v) {
7911
- this.i.ym = v;
7911
+ this.i.yn = v;
7912
7912
  },
7913
7913
  enumerable: false,
7914
7914
  configurable: true
@@ -7918,10 +7918,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7918
7918
  * Gets or sets the fill mapping property for the current series object.
7919
7919
  */
7920
7920
  get: function () {
7921
- return this.i.ye;
7921
+ return this.i.yf;
7922
7922
  },
7923
7923
  set: function (v) {
7924
- this.i.ye = v;
7924
+ this.i.yf = v;
7925
7925
  },
7926
7926
  enumerable: false,
7927
7927
  configurable: true
@@ -7931,7 +7931,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7931
7931
  * Gets or sets the brush scale for the marker brush.
7932
7932
  */
7933
7933
  get: function () {
7934
- var r = this.i.xz;
7934
+ var r = this.i.x0;
7935
7935
  if (r == null) {
7936
7936
  return null;
7937
7937
  }
@@ -7947,7 +7947,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7947
7947
  set: function (v) {
7948
7948
  if (v != null && this._stylingContainer && v._styling)
7949
7949
  v._styling(this._stylingContainer, this, this);
7950
- v == null ? this.i.xz = null : this.i.xz = v.i;
7950
+ v == null ? this.i.x0 = null : this.i.x0 = v.i;
7951
7951
  },
7952
7952
  enumerable: false,
7953
7953
  configurable: true
@@ -7958,11 +7958,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7958
7958
  * This setting applies only if multiple series are using the same FillScale.
7959
7959
  */
7960
7960
  get: function () {
7961
- return this.i.x6;
7961
+ return this.i.x7;
7962
7962
  },
7963
7963
  set: function (v) {
7964
- this.i.x6 = ensureBool(v);
7965
- this._a("fillScaleUseGlobalValues", this.i.x6);
7964
+ this.i.x7 = ensureBool(v);
7965
+ this._a("fillScaleUseGlobalValues", this.i.x7);
7966
7966
  },
7967
7967
  enumerable: false,
7968
7968
  configurable: true
@@ -7973,11 +7973,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7973
7973
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
7974
7974
  */
7975
7975
  get: function () {
7976
- return this.i.x9;
7976
+ return this.i.ya;
7977
7977
  },
7978
7978
  set: function (v) {
7979
- this.i.x9 = ensureBool(v);
7980
- this._a("markerOutlineUsesFillScale", this.i.x9);
7979
+ this.i.ya = ensureBool(v);
7980
+ this._a("markerOutlineUsesFillScale", this.i.ya);
7981
7981
  },
7982
7982
  enumerable: false,
7983
7983
  configurable: true
@@ -7988,11 +7988,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
7988
7988
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
7989
7989
  */
7990
7990
  get: function () {
7991
- return this.i.yc;
7991
+ return this.i.yd;
7992
7992
  },
7993
7993
  set: function (v) {
7994
- this.i.yc = +v;
7995
- this._a("markerOutlineBrightness", this.i.yc);
7994
+ this.i.yd = +v;
7995
+ this._a("markerOutlineBrightness", this.i.yd);
7996
7996
  },
7997
7997
  enumerable: false,
7998
7998
  configurable: true
@@ -8003,11 +8003,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
8003
8003
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
8004
8004
  */
8005
8005
  get: function () {
8006
- return this.i.yb;
8006
+ return this.i.yc;
8007
8007
  },
8008
8008
  set: function (v) {
8009
- this.i.yb = +v;
8010
- this._a("markerBrushBrightness", this.i.yb);
8009
+ this.i.yc = +v;
8010
+ this._a("markerBrushBrightness", this.i.yc);
8011
8011
  },
8012
8012
  enumerable: false,
8013
8013
  configurable: true
@@ -8018,11 +8018,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
8018
8018
  * This setting applies only if multiple series are using the same RadiusScale.
8019
8019
  */
8020
8020
  get: function () {
8021
- return this.i.ya;
8021
+ return this.i.yb;
8022
8022
  },
8023
8023
  set: function (v) {
8024
- this.i.ya = ensureBool(v);
8025
- this._a("radiusScaleUseGlobalValues", this.i.ya);
8024
+ this.i.yb = ensureBool(v);
8025
+ this._a("radiusScaleUseGlobalValues", this.i.yb);
8026
8026
  },
8027
8027
  enumerable: false,
8028
8028
  configurable: true
@@ -8032,11 +8032,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
8032
8032
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8033
8033
  */
8034
8034
  get: function () {
8035
- return this.i.x8;
8035
+ return this.i.x9;
8036
8036
  },
8037
8037
  set: function (v) {
8038
- this.i.x8 = ensureBool(v);
8039
- this._a("isCustomScatterStyleAllowed", this.i.x8);
8038
+ this.i.x9 = ensureBool(v);
8039
+ this._a("isCustomScatterStyleAllowed", this.i.x9);
8040
8040
  },
8041
8041
  enumerable: false,
8042
8042
  configurable: true
@@ -8046,11 +8046,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
8046
8046
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8047
8047
  */
8048
8048
  get: function () {
8049
- return this.i.x7;
8049
+ return this.i.x8;
8050
8050
  },
8051
8051
  set: function (v) {
8052
- this.i.x7 = ensureBool(v);
8053
- this._a("isCustomScatterMarkerStyleAllowed", this.i.x7);
8052
+ this.i.x8 = ensureBool(v);
8053
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.x8);
8054
8054
  },
8055
8055
  enumerable: false,
8056
8056
  configurable: true
@@ -8060,11 +8060,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
8060
8060
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8061
8061
  */
8062
8062
  get: function () {
8063
- return this.i.x1;
8063
+ return this.i.x2;
8064
8064
  },
8065
8065
  set: function (v) {
8066
- this.i.x1 = ensureEnum(ScatterItemSearchMode_$type, v);
8067
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x1));
8066
+ this.i.x2 = ensureEnum(ScatterItemSearchMode_$type, v);
8067
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x2));
8068
8068
  },
8069
8069
  enumerable: false,
8070
8070
  configurable: true
@@ -8074,11 +8074,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
8074
8074
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8075
8075
  */
8076
8076
  get: function () {
8077
- return this.i.yd;
8077
+ return this.i.ye;
8078
8078
  },
8079
8079
  set: function (v) {
8080
- this.i.yd = +v;
8081
- this._a("itemSearchThreshold", this.i.yd);
8080
+ this.i.ye = +v;
8081
+ this._a("itemSearchThreshold", this.i.ye);
8082
8082
  },
8083
8083
  enumerable: false,
8084
8084
  configurable: true
@@ -8216,40 +8216,40 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
8216
8216
  }
8217
8217
  };
8218
8218
  GeographicSymbolSeriesView.prototype.b5 = function () {
8219
- var a = this.ch.wr;
8219
+ var a = this.ch.ws;
8220
8220
  _super.prototype.b5.call(this);
8221
- a.aak = this.ch.yf;
8222
- a.aas = this.ch.yd;
8223
- a.w1 = this.ch.w1;
8224
- a.xt = this.ch.xh;
8225
- a.xa = this.ch.w2;
8221
+ a.aal = this.ch.yg;
8222
+ a.aat = this.ch.ye;
8223
+ a.w2 = this.ch.w2;
8224
+ a.xu = this.ch.xi;
8225
+ a.xb = this.ch.w3;
8226
8226
  };
8227
8227
  GeographicSymbolSeriesView.prototype.cj = function () {
8228
- this.ch.wr.aak = this.ch.yf;
8228
+ this.ch.ws.aal = this.ch.yg;
8229
8229
  };
8230
8230
  GeographicSymbolSeriesView.prototype.ci = function () {
8231
- this.ch.wr.aas = this.ch.yd;
8231
+ this.ch.ws.aat = this.ch.ye;
8232
8232
  };
8233
8233
  GeographicSymbolSeriesView.prototype.cp = function () {
8234
- this.ch.wr.w1 = this.ch.w1;
8234
+ this.ch.ws.w2 = this.ch.w2;
8235
8235
  };
8236
8236
  GeographicSymbolSeriesView.prototype.cn = function () {
8237
- this.ch.wr.xt = this.ch.xh;
8237
+ this.ch.ws.xu = this.ch.xi;
8238
8238
  };
8239
8239
  GeographicSymbolSeriesView.prototype.co = function () {
8240
- this.ch.wr.xa = this.ch.w2;
8240
+ this.ch.ws.xb = this.ch.w3;
8241
8241
  };
8242
8242
  GeographicSymbolSeriesView.prototype.cq = function () {
8243
- this.ch.wr.z0 = this.ch.w3;
8243
+ this.ch.ws.z1 = this.ch.w4;
8244
8244
  };
8245
8245
  GeographicSymbolSeriesView.prototype.cs = function () {
8246
- this.ch.wr.xAxis = this.ch.c9.v8;
8246
+ this.ch.ws.xAxis = this.ch.c9.v8;
8247
8247
  };
8248
8248
  GeographicSymbolSeriesView.prototype.ct = function () {
8249
- this.ch.wr.yAxis = this.ch.c9.wa;
8249
+ this.ch.ws.yAxis = this.ch.c9.wa;
8250
8250
  };
8251
8251
  GeographicSymbolSeriesView.prototype.cr = function () {
8252
- var a = this.ch.wr;
8252
+ var a = this.ch.ws;
8253
8253
  if (this.ch.c9 == null) {
8254
8254
  a.xAxis = null;
8255
8255
  a.yAxis = null;
@@ -8259,13 +8259,13 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
8259
8259
  a.yAxis = this.ch.c9.wa;
8260
8260
  };
8261
8261
  GeographicSymbolSeriesView.prototype.cl = function () {
8262
- this.ch.wr.yk = this.ch.xz;
8262
+ this.ch.ws.yl = this.ch.x0;
8263
8263
  };
8264
8264
  GeographicSymbolSeriesView.prototype.ck = function () {
8265
- this.ch.wr.ya = this.ch.xv;
8265
+ this.ch.ws.yb = this.ch.xw;
8266
8266
  };
8267
8267
  GeographicSymbolSeriesView.prototype.cm = function () {
8268
- this.ch.wr.yb = this.ch.xw;
8268
+ this.ch.ws.yc = this.ch.xx;
8269
8269
  };
8270
8270
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
8271
8271
  return GeographicSymbolSeriesView;
@@ -8277,9 +8277,9 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
8277
8277
  __extends(GeographicSymbolSeries, _super);
8278
8278
  function GeographicSymbolSeries() {
8279
8279
  var _this = _super.call(this) || this;
8280
- _this.x1 = null;
8280
+ _this.x2 = null;
8281
+ _this.x5 = false;
8281
8282
  _this.x4 = false;
8282
- _this.x3 = false;
8283
8283
  _this.assigningScatterStyle = null;
8284
8284
  _this.assigningScatterMarkerStyle = null;
8285
8285
  _this.ab = GeographicSymbolSeries.$;
@@ -8294,84 +8294,84 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
8294
8294
  GeographicSymbolSeries.prototype.cq = function () {
8295
8295
  return new GeographicSymbolSeriesView(this);
8296
8296
  };
8297
- GeographicSymbolSeries.prototype.qw = function (a) {
8298
- _super.prototype.qw.call(this, a);
8299
- this.x2 = a;
8297
+ GeographicSymbolSeries.prototype.qx = function (a) {
8298
+ _super.prototype.qx.call(this, a);
8299
+ this.x3 = a;
8300
8300
  };
8301
8301
  GeographicSymbolSeries.prototype.jj = function () {
8302
8302
  return 0.7;
8303
8303
  };
8304
- GeographicSymbolSeries.prototype.wq = function () {
8304
+ GeographicSymbolSeries.prototype.wr = function () {
8305
8305
  return new ScatterSeries();
8306
8306
  };
8307
8307
  GeographicSymbolSeries.prototype.get_fc = function () {
8308
8308
  return true;
8309
8309
  };
8310
- GeographicSymbolSeries.prototype.q4 = function (a, b, c, d) {
8311
- _super.prototype.q4.call(this, a, b, c, d);
8310
+ GeographicSymbolSeries.prototype.q5 = function (a, b, c, d) {
8311
+ _super.prototype.q5.call(this, a, b, c, d);
8312
8312
  switch (b) {
8313
8313
  case "SeriesViewer":
8314
- this.x2.cr();
8314
+ this.x3.cr();
8315
8315
  break;
8316
8316
  case GeographicSymbolSeries.$$p[5]:
8317
- this.x2.cj();
8317
+ this.x3.cj();
8318
8318
  break;
8319
8319
  case GeographicSymbolSeries.$$p[4]:
8320
- this.x2.ci();
8320
+ this.x3.ci();
8321
8321
  break;
8322
8322
  case GeographicSymbolSeries.$$p[6]:
8323
- this.x2.cl();
8323
+ this.x3.cl();
8324
8324
  break;
8325
8325
  case "XAxis":
8326
- this.x2.cs();
8326
+ this.x3.cs();
8327
8327
  break;
8328
8328
  case "YAxis":
8329
- this.x2.ct();
8329
+ this.x3.ct();
8330
8330
  break;
8331
8331
  case GeographicSymbolSeries.$$p[1]:
8332
- this.wr.zg = this.x6;
8333
- this.x4 = this.x6;
8334
- if (this.x6) {
8335
- var e = this.wr;
8336
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yk));
8332
+ this.ws.zh = this.x7;
8333
+ this.x5 = this.x7;
8334
+ if (this.x7) {
8335
+ var e = this.ws;
8336
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yl));
8337
8337
  }
8338
8338
  else {
8339
- var f = this.wr;
8340
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yk));
8339
+ var f = this.ws;
8340
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yl));
8341
8341
  }
8342
8342
  break;
8343
8343
  case GeographicSymbolSeries.$$p[0]:
8344
- this.wr.zf = this.x5;
8345
- this.x3 = this.x5;
8346
- if (this.x6) {
8347
- var g = this.wr;
8348
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yj));
8344
+ this.ws.zg = this.x6;
8345
+ this.x4 = this.x6;
8346
+ if (this.x7) {
8347
+ var g = this.ws;
8348
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yk));
8349
8349
  }
8350
8350
  else {
8351
- var h = this.wr;
8352
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yj));
8351
+ var h = this.ws;
8352
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yk));
8353
8353
  }
8354
8354
  break;
8355
8355
  case GeographicSymbolSeries.$$p[2]:
8356
- this.wr.yz = this.x0;
8356
+ this.ws.y0 = this.x1;
8357
8357
  break;
8358
8358
  case GeographicSymbolSeries.$$p[3]:
8359
- this.wr.zz = this.x8;
8359
+ this.ws.z0 = this.x9;
8360
8360
  break;
8361
8361
  }
8362
8362
  };
8363
- GeographicSymbolSeries.prototype.yk = function (a, b) {
8363
+ GeographicSymbolSeries.prototype.yl = function (a, b) {
8364
8364
  if (this.assigningScatterStyle != null) {
8365
8365
  this.assigningScatterStyle(this, b);
8366
8366
  }
8367
8367
  };
8368
- GeographicSymbolSeries.prototype.yj = function (a, b) {
8368
+ GeographicSymbolSeries.prototype.yk = function (a, b) {
8369
8369
  if (this.assigningScatterMarkerStyle != null) {
8370
8370
  this.assigningScatterMarkerStyle(this, b);
8371
8371
  }
8372
8372
  };
8373
8373
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
8374
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:x5:yl', [0, false], 'IsCustomScatterStyleAllowed:x6:ym', [0, false], 'ItemSearchMode:x0:yn', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:x8:yo', [1, 10000], 'LatitudeMemberPath:yd:yp', [2, null], 'LongitudeMemberPath:yf:yq', [2, null], 'MarkerCollisionAvoidance:xz:yr', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:x7:ys', [0, false]]);
8374
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:x6:ym', [0, false], 'IsCustomScatterStyleAllowed:x7:yn', [0, false], 'ItemSearchMode:x1:yo', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:x9:yp', [1, 10000], 'LatitudeMemberPath:ye:yq', [2, null], 'LongitudeMemberPath:yg:yr', [2, null], 'MarkerCollisionAvoidance:x0:ys', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:x8:yt', [0, false]]);
8375
8375
  return GeographicSymbolSeries;
8376
8376
  }(GeographicMarkerSeries));
8377
8377
 
@@ -8467,10 +8467,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8467
8467
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8468
8468
  */
8469
8469
  get: function () {
8470
- return this.i.yd;
8470
+ return this.i.ye;
8471
8471
  },
8472
8472
  set: function (v) {
8473
- this.i.yd = v;
8473
+ this.i.ye = v;
8474
8474
  },
8475
8475
  enumerable: false,
8476
8476
  configurable: true
@@ -8480,10 +8480,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8480
8480
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8481
8481
  */
8482
8482
  get: function () {
8483
- return this.i.yf;
8483
+ return this.i.yg;
8484
8484
  },
8485
8485
  set: function (v) {
8486
- this.i.yf = v;
8486
+ this.i.yg = v;
8487
8487
  },
8488
8488
  enumerable: false,
8489
8489
  configurable: true
@@ -8493,11 +8493,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8493
8493
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
8494
8494
  */
8495
8495
  get: function () {
8496
- return this.i.xz;
8496
+ return this.i.x0;
8497
8497
  },
8498
8498
  set: function (v) {
8499
- this.i.xz = ensureEnum(CollisionAvoidanceType_$type, v);
8500
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.xz));
8499
+ this.i.x0 = ensureEnum(CollisionAvoidanceType_$type, v);
8500
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x0));
8501
8501
  },
8502
8502
  enumerable: false,
8503
8503
  configurable: true
@@ -8507,11 +8507,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8507
8507
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8508
8508
  */
8509
8509
  get: function () {
8510
- return this.i.x6;
8510
+ return this.i.x7;
8511
8511
  },
8512
8512
  set: function (v) {
8513
- this.i.x6 = ensureBool(v);
8514
- this._a("isCustomScatterStyleAllowed", this.i.x6);
8513
+ this.i.x7 = ensureBool(v);
8514
+ this._a("isCustomScatterStyleAllowed", this.i.x7);
8515
8515
  },
8516
8516
  enumerable: false,
8517
8517
  configurable: true
@@ -8521,11 +8521,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8521
8521
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8522
8522
  */
8523
8523
  get: function () {
8524
- return this.i.x5;
8524
+ return this.i.x6;
8525
8525
  },
8526
8526
  set: function (v) {
8527
- this.i.x5 = ensureBool(v);
8528
- this._a("isCustomScatterMarkerStyleAllowed", this.i.x5);
8527
+ this.i.x6 = ensureBool(v);
8528
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.x6);
8529
8529
  },
8530
8530
  enumerable: false,
8531
8531
  configurable: true
@@ -8535,11 +8535,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8535
8535
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8536
8536
  */
8537
8537
  get: function () {
8538
- return this.i.x0;
8538
+ return this.i.x1;
8539
8539
  },
8540
8540
  set: function (v) {
8541
- this.i.x0 = ensureEnum(ScatterItemSearchMode_$type, v);
8542
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x0));
8541
+ this.i.x1 = ensureEnum(ScatterItemSearchMode_$type, v);
8542
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x1));
8543
8543
  },
8544
8544
  enumerable: false,
8545
8545
  configurable: true
@@ -8549,11 +8549,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
8549
8549
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8550
8550
  */
8551
8551
  get: function () {
8552
- return this.i.x8;
8552
+ return this.i.x9;
8553
8553
  },
8554
8554
  set: function (v) {
8555
- this.i.x8 = +v;
8556
- this._a("itemSearchThreshold", this.i.x8);
8555
+ this.i.x9 = +v;
8556
+ this._a("itemSearchThreshold", this.i.x9);
8557
8557
  },
8558
8558
  enumerable: false,
8559
8559
  configurable: true
@@ -8704,10 +8704,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8704
8704
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8705
8705
  */
8706
8706
  get: function () {
8707
- return this.i.w3;
8707
+ return this.i.w4;
8708
8708
  },
8709
8709
  set: function (v) {
8710
- this.i.w3 = v;
8710
+ this.i.w4 = v;
8711
8711
  },
8712
8712
  enumerable: false,
8713
8713
  configurable: true
@@ -8717,10 +8717,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8717
8717
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8718
8718
  */
8719
8719
  get: function () {
8720
- return this.i.w1;
8720
+ return this.i.w2;
8721
8721
  },
8722
8722
  set: function (v) {
8723
- this.i.w1 = v;
8723
+ this.i.w2 = v;
8724
8724
  },
8725
8725
  enumerable: false,
8726
8726
  configurable: true
@@ -8731,10 +8731,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8731
8731
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
8732
8732
  */
8733
8733
  get: function () {
8734
- return this.i.w0;
8734
+ return this.i.w1;
8735
8735
  },
8736
8736
  set: function (v) {
8737
- this.i.w0 = v;
8737
+ this.i.w1 = v;
8738
8738
  },
8739
8739
  enumerable: false,
8740
8740
  configurable: true
@@ -8744,10 +8744,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8744
8744
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8745
8745
  */
8746
8746
  get: function () {
8747
- return this.i.w6;
8747
+ return this.i.w7;
8748
8748
  },
8749
8749
  set: function (v) {
8750
- this.i.w6 = v;
8750
+ this.i.w7 = v;
8751
8751
  },
8752
8752
  enumerable: false,
8753
8753
  configurable: true
@@ -8757,10 +8757,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8757
8757
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8758
8758
  */
8759
8759
  get: function () {
8760
- return this.i.w8;
8760
+ return this.i.w9;
8761
8761
  },
8762
8762
  set: function (v) {
8763
- this.i.w8 = v;
8763
+ this.i.w9 = v;
8764
8764
  },
8765
8765
  enumerable: false,
8766
8766
  configurable: true
@@ -8770,10 +8770,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
8770
8770
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8771
8771
  */
8772
8772
  get: function () {
8773
- return this.i.xa;
8773
+ return this.i.xb;
8774
8774
  },
8775
8775
  set: function (v) {
8776
- this.i.xa = v;
8776
+ this.i.xb = v;
8777
8777
  },
8778
8778
  enumerable: false,
8779
8779
  configurable: true
@@ -8871,10 +8871,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8871
8871
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
8872
8872
  */
8873
8873
  get: function () {
8874
- return this.i.xp;
8874
+ return this.i.xq;
8875
8875
  },
8876
8876
  set: function (v) {
8877
- this.i.xp = v;
8877
+ this.i.xq = v;
8878
8878
  },
8879
8879
  enumerable: false,
8880
8880
  configurable: true
@@ -8884,7 +8884,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8884
8884
  * The ColorScale used to resolve the color values of points in the series.
8885
8885
  */
8886
8886
  get: function () {
8887
- var r = this.i.xk;
8887
+ var r = this.i.xl;
8888
8888
  if (r == null) {
8889
8889
  return null;
8890
8890
  }
@@ -8900,7 +8900,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8900
8900
  set: function (v) {
8901
8901
  if (v != null && this._stylingContainer && v._styling)
8902
8902
  v._styling(this._stylingContainer, this, this);
8903
- v == null ? this.i.xk = null : this.i.xk = v.i;
8903
+ v == null ? this.i.xl = null : this.i.xl = v.i;
8904
8904
  },
8905
8905
  enumerable: false,
8906
8906
  configurable: true
@@ -8910,7 +8910,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8910
8910
  * Gets actual color scale that is set on ColorScale property or default ColorScale
8911
8911
  */
8912
8912
  get: function () {
8913
- var r = this.i.xj;
8913
+ var r = this.i.xk;
8914
8914
  if (r == null) {
8915
8915
  return null;
8916
8916
  }
@@ -8926,7 +8926,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8926
8926
  set: function (v) {
8927
8927
  if (v != null && this._stylingContainer && v._styling)
8928
8928
  v._styling(this._stylingContainer, this, this);
8929
- v == null ? this.i.xj = null : this.i.xj = v.i;
8929
+ v == null ? this.i.xk = null : this.i.xk = v.i;
8930
8930
  },
8931
8931
  enumerable: false,
8932
8932
  configurable: true
@@ -8960,7 +8960,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
8960
8960
 
8961
8961
  */
8962
8962
  IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
8963
- this.i.xu();
8963
+ this.i.xv();
8964
8964
  };
8965
8965
  Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
8966
8966
  /**
@@ -9036,71 +9036,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
9036
9036
  }
9037
9037
  GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
9038
9038
  _super.prototype.b5.call(this);
9039
- var a = typeCast(HighDensityScatterSeries.$, this.ch.wr);
9040
- a.yz = this.ch.xg;
9041
- a.y7 = this.ch.xe;
9039
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.ws);
9040
+ a.y0 = this.ch.xh;
9041
+ a.y8 = this.ch.xf;
9042
+ a.xd = this.ch.w4;
9042
9043
  a.xc = this.ch.w3;
9043
- a.xb = this.ch.w2;
9044
- a.f6 = this.ch.w1;
9044
+ a.f6 = this.ch.w2;
9045
+ a.x8 = this.ch.w6;
9045
9046
  a.x7 = this.ch.w5;
9046
- a.x6 = this.ch.w4;
9047
+ a.z6 = this.ch.x0;
9047
9048
  a.z5 = this.ch.xz;
9048
- a.z4 = this.ch.xy;
9049
- a.yj = this.ch.w8;
9049
+ a.yk = this.ch.w9;
9050
9050
  };
9051
9051
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
9052
- this.ch.wr.yz = this.ch.xg;
9052
+ this.ch.ws.y0 = this.ch.xh;
9053
9053
  };
9054
9054
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
9055
- this.ch.wr.y7 = this.ch.xe;
9055
+ this.ch.ws.y8 = this.ch.xf;
9056
9056
  };
9057
9057
  GeographicHighDensityScatterSeriesView.prototype.cs = function () {
9058
- this.ch.wr.xc = this.ch.w3;
9058
+ this.ch.ws.xd = this.ch.w4;
9059
9059
  };
9060
9060
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
9061
- this.ch.wr.xb = this.ch.w2;
9061
+ this.ch.ws.xc = this.ch.w3;
9062
9062
  };
9063
9063
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
9064
- this.ch.wr.f6 = this.ch.w1;
9064
+ this.ch.ws.f6 = this.ch.w2;
9065
9065
  };
9066
9066
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
9067
- this.ch.wr.x7 = this.ch.w5;
9067
+ this.ch.ws.x8 = this.ch.w6;
9068
9068
  };
9069
9069
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
9070
- this.ch.wr.x6 = this.ch.w4;
9070
+ this.ch.ws.x7 = this.ch.w5;
9071
9071
  };
9072
9072
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
9073
- var a = typeCast(HighDensityScatterSeries.$, this.ch.wr);
9073
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.ws);
9074
9074
  if (this.ch.c9 == null) {
9075
- a.ww = null;
9076
- a.wy = null;
9075
+ a.wx = null;
9076
+ a.wz = null;
9077
9077
  return;
9078
9078
  }
9079
- a.ww = this.ch.c9.v8;
9080
- a.wy = this.ch.c9.wa;
9079
+ a.wx = this.ch.c9.v8;
9080
+ a.wz = this.ch.c9.wa;
9081
9081
  };
9082
9082
  GeographicHighDensityScatterSeriesView.prototype.ct = function () {
9083
- this.ch.wr.ww = this.ch.c9.v8;
9083
+ this.ch.ws.wx = this.ch.c9.v8;
9084
9084
  };
9085
9085
  GeographicHighDensityScatterSeriesView.prototype.cu = function () {
9086
- this.ch.wr.wy = this.ch.c9.wa;
9086
+ this.ch.ws.wz = this.ch.c9.wa;
9087
9087
  };
9088
9088
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
9089
- this.ch.wr.z5 = this.ch.xz;
9089
+ this.ch.ws.z6 = this.ch.x0;
9090
9090
  };
9091
9091
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
9092
- this.ch.wr.z4 = this.ch.xy;
9092
+ this.ch.ws.z5 = this.ch.xz;
9093
9093
  };
9094
9094
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
9095
- this.ch.wr.yj = this.ch.w8;
9095
+ this.ch.ws.yk = this.ch.w9;
9096
9096
  };
9097
9097
  GeographicHighDensityScatterSeriesView.prototype.au = function () {
9098
9098
  _super.prototype.au.call(this);
9099
9099
  if (!this.q) {
9100
- this.ch.xz = Defaults.aq;
9101
- this.ch.xy = Defaults.ap;
9102
- this.ch.u8 = Defaults.al;
9103
- this.ch.vo = Defaults.ak;
9100
+ this.ch.x0 = Defaults.aq;
9101
+ this.ch.xz = Defaults.ap;
9102
+ this.ch.u9 = Defaults.al;
9103
+ this.ch.vp = Defaults.ak;
9104
9104
  }
9105
9105
  };
9106
9106
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -9113,9 +9113,9 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
9113
9113
  __extends(GeographicHighDensityScatterSeries, _super);
9114
9114
  function GeographicHighDensityScatterSeries() {
9115
9115
  var _this = _super.call(this) || this;
9116
- _this.wz = null;
9116
+ _this.w0 = null;
9117
9117
  _this.progressiveLoadStatusChanged = null;
9118
- _this.w7 = 0;
9118
+ _this.w8 = 0;
9119
9119
  _this.ab = GeographicHighDensityScatterSeries.$;
9120
9120
  return _this;
9121
9121
  }
@@ -9134,85 +9134,85 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
9134
9134
  GeographicHighDensityScatterSeries.prototype.cq = function () {
9135
9135
  return new GeographicHighDensityScatterSeriesView(this);
9136
9136
  };
9137
- GeographicHighDensityScatterSeries.prototype.qw = function (a) {
9138
- _super.prototype.qw.call(this, a);
9139
- this.w0 = a;
9137
+ GeographicHighDensityScatterSeries.prototype.qx = function (a) {
9138
+ _super.prototype.qx.call(this, a);
9139
+ this.w1 = a;
9140
9140
  };
9141
- GeographicHighDensityScatterSeries.prototype.wq = function () {
9142
- this.wz = new HighDensityScatterSeries();
9143
- return this.wz;
9141
+ GeographicHighDensityScatterSeries.prototype.wr = function () {
9142
+ this.w0 = new HighDensityScatterSeries();
9143
+ return this.w0;
9144
9144
  };
9145
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "w9", {
9145
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xa", {
9146
9146
  get: function () {
9147
- return this.w7;
9147
+ return this.w8;
9148
9148
  },
9149
9149
  set: function (a) {
9150
- var b = this.w7;
9151
- this.w7 = a;
9152
- this.raisePropertyChanged("ProgressiveStatus", b, this.w7);
9150
+ var b = this.w8;
9151
+ this.w8 = a;
9152
+ this.raisePropertyChanged("ProgressiveStatus", b, this.w8);
9153
9153
  },
9154
9154
  enumerable: false,
9155
9155
  configurable: true
9156
9156
  });
9157
- GeographicHighDensityScatterSeries.prototype.ww = function () {
9158
- _super.prototype.ww.call(this);
9159
- var a = this.wr;
9160
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.xn));
9161
- var b = this.wr;
9162
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.xm));
9157
+ GeographicHighDensityScatterSeries.prototype.wx = function () {
9158
+ _super.prototype.wx.call(this);
9159
+ var a = this.ws;
9160
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.xo));
9161
+ var b = this.ws;
9162
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.xn));
9163
9163
  };
9164
- GeographicHighDensityScatterSeries.prototype.xn = function (a, b) {
9165
- this.w9 = b.currentStatus;
9164
+ GeographicHighDensityScatterSeries.prototype.xo = function (a, b) {
9165
+ this.xa = b.currentStatus;
9166
9166
  if (this.progressiveLoadStatusChanged != null) {
9167
9167
  this.progressiveLoadStatusChanged(this, b);
9168
9168
  }
9169
9169
  };
9170
- GeographicHighDensityScatterSeries.prototype.xm = function (a, b) {
9171
- if (this.wz == null) {
9170
+ GeographicHighDensityScatterSeries.prototype.xn = function (a, b) {
9171
+ if (this.w0 == null) {
9172
9172
  return;
9173
9173
  }
9174
9174
  };
9175
- GeographicHighDensityScatterSeries.prototype.q4 = function (a, b, c, d) {
9176
- _super.prototype.q4.call(this, a, b, c, d);
9175
+ GeographicHighDensityScatterSeries.prototype.q5 = function (a, b, c, d) {
9176
+ _super.prototype.q5.call(this, a, b, c, d);
9177
9177
  switch (b) {
9178
9178
  case "SeriesViewer":
9179
- this.w0.cr();
9179
+ this.w1.cr();
9180
9180
  break;
9181
9181
  case GeographicHighDensityScatterSeries.$$p[5]:
9182
- this.w0.cn();
9182
+ this.w1.cn();
9183
9183
  break;
9184
9184
  case GeographicHighDensityScatterSeries.$$p[4]:
9185
- this.w0.cm();
9185
+ this.w1.cm();
9186
9186
  break;
9187
9187
  case GeographicHighDensityScatterSeries.$$p[9]:
9188
- this.w0.cs();
9188
+ this.w1.cs();
9189
9189
  break;
9190
9190
  case GeographicHighDensityScatterSeries.$$p[8]:
9191
- this.w0.cq();
9191
+ this.w1.cq();
9192
9192
  break;
9193
9193
  case GeographicHighDensityScatterSeries.$$p[6]:
9194
- this.w0.co();
9194
+ this.w1.co();
9195
9195
  break;
9196
9196
  case "XAxis":
9197
- this.w0.ct();
9197
+ this.w1.ct();
9198
9198
  break;
9199
9199
  case "YAxis":
9200
- this.w0.cu();
9200
+ this.w1.cu();
9201
9201
  break;
9202
9202
  case GeographicHighDensityScatterSeries.$$p[3]:
9203
- this.w0.cl();
9203
+ this.w1.cl();
9204
9204
  break;
9205
9205
  case GeographicHighDensityScatterSeries.$$p[1]:
9206
- this.w0.cj();
9206
+ this.w1.cj();
9207
9207
  break;
9208
9208
  case GeographicHighDensityScatterSeries.$$p[2]:
9209
- this.w0.ck();
9209
+ this.w1.ck();
9210
9210
  break;
9211
9211
  case GeographicHighDensityScatterSeries.$$p[0]:
9212
- this.w0.ci();
9212
+ this.w1.ci();
9213
9213
  break;
9214
9214
  case GeographicHighDensityScatterSeries.$$p[7]:
9215
- this.w0.cp();
9215
+ this.w1.cp();
9216
9216
  break;
9217
9217
  }
9218
9218
  };
@@ -9223,7 +9223,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
9223
9223
  _super.prototype.set_g5.call(this, a);
9224
9224
  };
9225
9225
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
9226
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:xy:xo', [Color.$, Defaults.ap], 'HeatMaximum:w4:xp', [1, 50], 'HeatMinimumColor:xz:xq', [Color.$, Defaults.aq], 'HeatMinimum:w5:xr', [1, 0], 'LatitudeMemberPath:xe:xs', [2, null], 'LongitudeMemberPath:xg:xt', [2, null], 'MouseOverEnabled:w1:xu', [0, false], 'PointExtent:w8:xv', [1, 1], 'ProgressiveLoad:w2:xw', [0, true], 'UseBruteForce:w3:xx', [0, false]]);
9226
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:xz:xp', [Color.$, Defaults.ap], 'HeatMaximum:w5:xq', [1, 50], 'HeatMinimumColor:x0:xr', [Color.$, Defaults.aq], 'HeatMinimum:w6:xs', [1, 0], 'LatitudeMemberPath:xf:xt', [2, null], 'LongitudeMemberPath:xh:xu', [2, null], 'MouseOverEnabled:w2:xv', [0, false], 'PointExtent:w9:xw', [1, 1], 'ProgressiveLoad:w3:xx', [0, true], 'UseBruteForce:w4:xy', [0, false]]);
9227
9227
  return GeographicHighDensityScatterSeries;
9228
9228
  }(GeographicMapSeriesHost));
9229
9229
 
@@ -9317,10 +9317,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9317
9317
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
9318
9318
  */
9319
9319
  get: function () {
9320
- return this.i.xe;
9320
+ return this.i.xf;
9321
9321
  },
9322
9322
  set: function (v) {
9323
- this.i.xe = v;
9323
+ this.i.xf = v;
9324
9324
  },
9325
9325
  enumerable: false,
9326
9326
  configurable: true
@@ -9330,10 +9330,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9330
9330
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
9331
9331
  */
9332
9332
  get: function () {
9333
- return this.i.xg;
9333
+ return this.i.xh;
9334
9334
  },
9335
9335
  set: function (v) {
9336
- this.i.xg = v;
9336
+ this.i.xh = v;
9337
9337
  },
9338
9338
  enumerable: false,
9339
9339
  configurable: true
@@ -9343,11 +9343,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9343
9343
  * Gets or sets the whether to use use brute force mode.
9344
9344
  */
9345
9345
  get: function () {
9346
- return this.i.w3;
9346
+ return this.i.w4;
9347
9347
  },
9348
9348
  set: function (v) {
9349
- this.i.w3 = ensureBool(v);
9350
- this._a("useBruteForce", this.i.w3);
9349
+ this.i.w4 = ensureBool(v);
9350
+ this._a("useBruteForce", this.i.w4);
9351
9351
  },
9352
9352
  enumerable: false,
9353
9353
  configurable: true
@@ -9357,11 +9357,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9357
9357
  * Gets or sets the whether to progressively load the data into the chart.
9358
9358
  */
9359
9359
  get: function () {
9360
- return this.i.w2;
9360
+ return this.i.w3;
9361
9361
  },
9362
9362
  set: function (v) {
9363
- this.i.w2 = ensureBool(v);
9364
- this._a("progressiveLoad", this.i.w2);
9363
+ this.i.w3 = ensureBool(v);
9364
+ this._a("progressiveLoad", this.i.w3);
9365
9365
  },
9366
9366
  enumerable: false,
9367
9367
  configurable: true
@@ -9371,11 +9371,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9371
9371
  * Gets or sets the whether the chart reacts to mouse move events.
9372
9372
  */
9373
9373
  get: function () {
9374
- return this.i.w1;
9374
+ return this.i.w2;
9375
9375
  },
9376
9376
  set: function (v) {
9377
- this.i.w1 = ensureBool(v);
9378
- this._a("mouseOverEnabled", this.i.w1);
9377
+ this.i.w2 = ensureBool(v);
9378
+ this._a("mouseOverEnabled", this.i.w2);
9379
9379
  },
9380
9380
  enumerable: false,
9381
9381
  configurable: true
@@ -9385,11 +9385,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9385
9385
  * Gets or sets the density value that maps to the minimum heat color.
9386
9386
  */
9387
9387
  get: function () {
9388
- return this.i.w5;
9388
+ return this.i.w6;
9389
9389
  },
9390
9390
  set: function (v) {
9391
- this.i.w5 = +v;
9392
- this._a("heatMinimum", this.i.w5);
9391
+ this.i.w6 = +v;
9392
+ this._a("heatMinimum", this.i.w6);
9393
9393
  },
9394
9394
  enumerable: false,
9395
9395
  configurable: true
@@ -9399,11 +9399,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9399
9399
  * Gets or sets the value that maps to the maximum heat color.
9400
9400
  */
9401
9401
  get: function () {
9402
- return this.i.w4;
9402
+ return this.i.w5;
9403
9403
  },
9404
9404
  set: function (v) {
9405
- this.i.w4 = +v;
9406
- this._a("heatMaximum", this.i.w4);
9405
+ this.i.w5 = +v;
9406
+ this._a("heatMaximum", this.i.w5);
9407
9407
  },
9408
9408
  enumerable: false,
9409
9409
  configurable: true
@@ -9413,11 +9413,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9413
9413
  * Gets or sets the color to use for the minimum end of the scale.
9414
9414
  */
9415
9415
  get: function () {
9416
- return colorToString(this.i.xz);
9416
+ return colorToString(this.i.x0);
9417
9417
  },
9418
9418
  set: function (v) {
9419
- this.i.xz = stringToColor(v);
9420
- this._a("heatMinimumColor", colorToString(this.i.xz));
9419
+ this.i.x0 = stringToColor(v);
9420
+ this._a("heatMinimumColor", colorToString(this.i.x0));
9421
9421
  },
9422
9422
  enumerable: false,
9423
9423
  configurable: true
@@ -9427,11 +9427,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9427
9427
  * Gets or sets the color to use for the maximum end of the scale.
9428
9428
  */
9429
9429
  get: function () {
9430
- return colorToString(this.i.xy);
9430
+ return colorToString(this.i.xz);
9431
9431
  },
9432
9432
  set: function (v) {
9433
- this.i.xy = stringToColor(v);
9434
- this._a("heatMaximumColor", colorToString(this.i.xy));
9433
+ this.i.xz = stringToColor(v);
9434
+ this._a("heatMaximumColor", colorToString(this.i.xz));
9435
9435
  },
9436
9436
  enumerable: false,
9437
9437
  configurable: true
@@ -9441,11 +9441,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9441
9441
  * Gets or sets the the pixel extent of the square data points that are rendered.
9442
9442
  */
9443
9443
  get: function () {
9444
- return this.i.w8;
9444
+ return this.i.w9;
9445
9445
  },
9446
9446
  set: function (v) {
9447
- this.i.w8 = +v;
9448
- this._a("pointExtent", this.i.w8);
9447
+ this.i.w9 = +v;
9448
+ this._a("pointExtent", this.i.w9);
9449
9449
  },
9450
9450
  enumerable: false,
9451
9451
  configurable: true
@@ -9455,11 +9455,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
9455
9455
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
9456
9456
  */
9457
9457
  get: function () {
9458
- return this.i.w9;
9458
+ return this.i.xa;
9459
9459
  },
9460
9460
  set: function (v) {
9461
- this.i.w9 = +v;
9462
- this._a("progressiveStatus", this.i.w9);
9461
+ this.i.xa = +v;
9462
+ this._a("progressiveStatus", this.i.xa);
9463
9463
  },
9464
9464
  enumerable: false,
9465
9465
  configurable: true
@@ -9558,19 +9558,19 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
9558
9558
  };
9559
9559
  GeographicContourLineSeriesView.prototype.b5 = function () {
9560
9560
  _super.prototype.b5.call(this);
9561
- if (this.cp.wr != null) {
9562
- this.cp.xj.ym = this.cp.xm;
9563
- this.cp.xj.yw = this.cp.xq;
9561
+ if (this.cp.ws != null) {
9562
+ this.cp.xk.yn = this.cp.xn;
9563
+ this.cp.xk.yx = this.cp.xr;
9564
9564
  }
9565
9565
  };
9566
9566
  GeographicContourLineSeriesView.prototype.cq = function () {
9567
- if (this.cp.xj != null) {
9568
- this.cp.xj.ym = this.cp.xm;
9567
+ if (this.cp.xk != null) {
9568
+ this.cp.xk.yn = this.cp.xn;
9569
9569
  }
9570
9570
  };
9571
9571
  GeographicContourLineSeriesView.prototype.cr = function () {
9572
- if (this.cp.xj != null) {
9573
- this.cp.xj.yw = this.cp.xq;
9572
+ if (this.cp.xk != null) {
9573
+ this.cp.xk.yx = this.cp.xr;
9574
9574
  }
9575
9575
  };
9576
9576
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -9593,69 +9593,69 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
9593
9593
  GeographicContourLineSeries.prototype.get_fh = function () {
9594
9594
  return true;
9595
9595
  };
9596
- GeographicContourLineSeries.prototype.ww = function () {
9597
- _super.prototype.ww.call(this);
9596
+ GeographicContourLineSeries.prototype.wx = function () {
9597
+ _super.prototype.wx.call(this);
9598
9598
  };
9599
- GeographicContourLineSeries.prototype.wq = function () {
9600
- this.xj = new ScatterContourSeries();
9601
- var a = this.xj;
9602
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xt));
9603
- var b = this.xj;
9604
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.xu));
9605
- return this.xj;
9599
+ GeographicContourLineSeries.prototype.wr = function () {
9600
+ this.xk = new ScatterContourSeries();
9601
+ var a = this.xk;
9602
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.xu));
9603
+ var b = this.xk;
9604
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.xv));
9605
+ return this.xk;
9606
9606
  };
9607
- GeographicContourLineSeries.prototype.xt = function (a, b) {
9607
+ GeographicContourLineSeries.prototype.xu = function (a, b) {
9608
9608
  if (this.triangulationStatusChanged != null) {
9609
9609
  this.triangulationStatusChanged(this, b);
9610
9610
  }
9611
9611
  };
9612
- GeographicContourLineSeries.prototype.xu = function (a, b) {
9613
- var c = typeCast(ScatterContourSeries.$, this.wr);
9612
+ GeographicContourLineSeries.prototype.xv = function (a, b) {
9613
+ var c = typeCast(ScatterContourSeries.$, this.ws);
9614
9614
  if (c == null) {
9615
9615
  return;
9616
9616
  }
9617
9617
  if (b.propertyName == "ActualFillScale") {
9618
- this.xl = c.yl;
9618
+ this.xm = c.ym;
9619
9619
  }
9620
9620
  };
9621
- GeographicContourLineSeries.prototype.sa = function () {
9622
- _super.prototype.sa.call(this);
9621
+ GeographicContourLineSeries.prototype.sb = function () {
9622
+ _super.prototype.sb.call(this);
9623
9623
  };
9624
9624
  GeographicContourLineSeries.prototype.cq = function () {
9625
9625
  return new GeographicContourLineSeriesView(this);
9626
9626
  };
9627
- GeographicContourLineSeries.prototype.qw = function (a) {
9628
- _super.prototype.qw.call(this, a);
9629
- this.xn = a;
9627
+ GeographicContourLineSeries.prototype.qx = function (a) {
9628
+ _super.prototype.qx.call(this, a);
9629
+ this.xo = a;
9630
9630
  };
9631
- GeographicContourLineSeries.prototype.q4 = function (a, b, c, d) {
9632
- _super.prototype.q4.call(this, a, b, c, d);
9631
+ GeographicContourLineSeries.prototype.q5 = function (a, b, c, d) {
9632
+ _super.prototype.q5.call(this, a, b, c, d);
9633
9633
  switch (b) {
9634
9634
  case GeographicContourLineSeries.$$p[1]:
9635
- this.xn.cq();
9635
+ this.xo.cq();
9636
9636
  break;
9637
9637
  case GeographicContourLineSeries.$$p[2]:
9638
- this.xn.cr();
9638
+ this.xo.cr();
9639
9639
  break;
9640
9640
  case GeographicContourLineSeries.$$p[3]:
9641
- this.xj.yj = this.xi;
9641
+ this.xk.yk = this.xj;
9642
9642
  break;
9643
9643
  case "DashArray":
9644
- this.xj.vv = this.vv;
9644
+ this.xk.vw = this.vw;
9645
9645
  break;
9646
9646
  case "DashCap":
9647
- this.xj.vw = this.vw;
9647
+ this.xk.vx = this.vx;
9648
9648
  break;
9649
9649
  case "MiterLimit":
9650
- this.xj.jf = this.jf;
9650
+ this.xk.jf = this.jf;
9651
9651
  break;
9652
9652
  case "LineJoin":
9653
- this.xj.vy = this.vy;
9653
+ this.xk.vz = this.vz;
9654
9654
  break;
9655
9655
  }
9656
9656
  };
9657
9657
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
9658
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xl:xv', [ValueBrushScale.$, null], 'FillScale:xm:xw', [ValueBrushScale.$, null], 'ValueMemberPath:xq:xx', [2, "value"], 'ValueResolver:xi:xy', [ContourValueResolver.$, null]]);
9658
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xm:xw', [ValueBrushScale.$, null], 'FillScale:xn:xx', [ValueBrushScale.$, null], 'ValueMemberPath:xr:xy', [2, "value"], 'ValueResolver:xj:xz', [ContourValueResolver.$, null]]);
9659
9659
  return GeographicContourLineSeries;
9660
9660
  }(GeographicXYTriangulatingSeries));
9661
9661
 
@@ -9748,10 +9748,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9748
9748
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
9749
9749
  */
9750
9750
  get: function () {
9751
- return this.i.xq;
9751
+ return this.i.xr;
9752
9752
  },
9753
9753
  set: function (v) {
9754
- this.i.xq = v;
9754
+ this.i.xr = v;
9755
9755
  },
9756
9756
  enumerable: false,
9757
9757
  configurable: true
@@ -9761,7 +9761,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9761
9761
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
9762
9762
  */
9763
9763
  get: function () {
9764
- var r = this.i.xm;
9764
+ var r = this.i.xn;
9765
9765
  if (r == null) {
9766
9766
  return null;
9767
9767
  }
@@ -9777,7 +9777,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9777
9777
  set: function (v) {
9778
9778
  if (v != null && this._stylingContainer && v._styling)
9779
9779
  v._styling(this._stylingContainer, this, this);
9780
- v == null ? this.i.xm = null : this.i.xm = v.i;
9780
+ v == null ? this.i.xn = null : this.i.xn = v.i;
9781
9781
  },
9782
9782
  enumerable: false,
9783
9783
  configurable: true
@@ -9787,7 +9787,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9787
9787
  * Gets actual fill scale that is set on the FillScale property or default FillScale
9788
9788
  */
9789
9789
  get: function () {
9790
- var r = this.i.xl;
9790
+ var r = this.i.xm;
9791
9791
  if (r == null) {
9792
9792
  return null;
9793
9793
  }
@@ -9803,7 +9803,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9803
9803
  set: function (v) {
9804
9804
  if (v != null && this._stylingContainer && v._styling)
9805
9805
  v._styling(this._stylingContainer, this, this);
9806
- v == null ? this.i.xl = null : this.i.xl = v.i;
9806
+ v == null ? this.i.xm = null : this.i.xm = v.i;
9807
9807
  },
9808
9808
  enumerable: false,
9809
9809
  configurable: true
@@ -9813,7 +9813,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9813
9813
  * The ContourValueResolver used to determine the numeric values of contours.
9814
9814
  */
9815
9815
  get: function () {
9816
- var r = this.i.xi;
9816
+ var r = this.i.xj;
9817
9817
  if (r == null) {
9818
9818
  return null;
9819
9819
  }
@@ -9829,7 +9829,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
9829
9829
  set: function (v) {
9830
9830
  if (v != null && this._stylingContainer && v._styling)
9831
9831
  v._styling(this._stylingContainer, this, this);
9832
- v == null ? this.i.xi = null : this.i.xi = v.i;
9832
+ v == null ? this.i.xj = null : this.i.xj = v.i;
9833
9833
  },
9834
9834
  enumerable: false,
9835
9835
  configurable: true