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