igniteui-webcomponents-maps 5.2.0 → 5.3.0

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 +1060 -1060
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +87 -87
  14. package/esm2015/lib/XamGeographicMap_combined.js +86 -86
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  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 +29 -29
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  37. package/esm5/lib/GeographicTileSeries.js +26 -26
  38. package/esm5/lib/TileSeries_combined.js +85 -85
  39. package/esm5/lib/XamGeographicMap_combined.js +85 -85
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  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 +29 -29
  48. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1069 -1069
  54. package/fesm5/igniteui-webcomponents-maps.js +1060 -1060
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  68. package/lib/GeographicTileSeries.d.ts +9 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +20 -20
  71. package/lib/XamGeographicMap_combined.d.ts +24 -24
  72. package/package.json +3 -3
@@ -449,350 +449,350 @@
449
449
  tslib.__extends(GeographicMapSeriesHost, _super);
450
450
  function GeographicMapSeriesHost() {
451
451
  var _this = _super.call(this) || this;
452
- _this.wy = null;
453
- _this.w0 = _this.wz();
452
+ _this.wx = null;
453
+ _this.wz = _this.wy();
454
454
  return _this;
455
455
  }
456
- GeographicMapSeriesHost.prototype.qg = function () {
457
- _super.prototype.qg.call(this);
458
- if (this.w0 != null) {
459
- this.w0.qg();
456
+ GeographicMapSeriesHost.prototype.qf = function () {
457
+ _super.prototype.qf.call(this);
458
+ if (this.wz != null) {
459
+ this.wz.qf();
460
460
  }
461
461
  };
462
- GeographicMapSeriesHost.prototype.get_fc = function () {
462
+ GeographicMapSeriesHost.prototype.get_fb = function () {
463
463
  return true;
464
464
  };
465
- GeographicMapSeriesHost.prototype.kq = function (a, b) {
466
- var c = this.nd(b);
465
+ GeographicMapSeriesHost.prototype.kp = function (a, b) {
466
+ var c = this.nc(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.w0.kq(a, c);
473
+ return this.wz.kp(a, c);
474
474
  };
475
- GeographicMapSeriesHost.prototype.md = function (a) {
476
- var b = this.nd(a);
475
+ GeographicMapSeriesHost.prototype.mc = function (a) {
476
+ var b = this.nc(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.w0.md(b);
483
+ return this.wz.mc(b);
484
484
  };
485
- GeographicMapSeriesHost.prototype.get_ki = function () {
486
- return this.k0(this.w0);
485
+ GeographicMapSeriesHost.prototype.get_kh = function () {
486
+ return this.kz(this.wz);
487
487
  };
488
- GeographicMapSeriesHost.prototype.set_ki = function (a) {
489
- this.oz(this.w0, a);
488
+ GeographicMapSeriesHost.prototype.set_kh = function (a) {
489
+ this.oy(this.wz, a);
490
490
  };
491
491
  GeographicMapSeriesHost.prototype.eb = function (a, b, c, d, e) {
492
- return this.w0.eb(a, b, c, d, e);
492
+ return this.wz.eb(a, b, c, d, e);
493
493
  };
494
494
  GeographicMapSeriesHost.prototype.ai = function () {
495
- return this.w0.ai();
495
+ return this.wz.ai();
496
496
  };
497
497
  GeographicMapSeriesHost.prototype.bo = function () {
498
- return this.w0;
498
+ return this.wz;
499
499
  };
500
- Object.defineProperty(GeographicMapSeriesHost.prototype, "w0", {
500
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "wz", {
501
501
  get: function () {
502
- return this.wy;
502
+ return this.wx;
503
503
  },
504
504
  set: function (a) {
505
- var b = this.wy;
506
- var c = this.w0 != a;
505
+ var b = this.wx;
506
+ var c = this.wz != a;
507
507
  if (c) {
508
- this.wy = a;
509
- this.w5(b, this.wy);
508
+ this.wx = a;
509
+ this.w4(b, this.wx);
510
510
  }
511
511
  },
512
512
  enumerable: false,
513
513
  configurable: true
514
514
  });
515
515
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
516
- return this.w0.hasMarkers;
516
+ return this.wz.hasMarkers;
517
517
  };
518
- GeographicMapSeriesHost.prototype.w5 = function (a, b) {
519
- if (this.wy != null) {
520
- var hostedSeries_ = this.wy;
518
+ GeographicMapSeriesHost.prototype.w4 = function (a, b) {
519
+ if (this.wx != null) {
520
+ var hostedSeries_ = this.wx;
521
521
  hostedSeries_.externalObject = igniteuiWebcomponentsCore.TypeRegistrar.createFromInternal(hostedSeries_, igniteuiWebcomponentsCore.PlatformConstants.Prefix, igniteuiWebcomponentsCore.PlatformConstants.Postfix);
522
522
  hostedSeries_.externalObject._implementation = hostedSeries_;
523
523
  }
524
- this.pf(this.w0);
525
- this.w1.b5();
524
+ this.pe(this.wz);
525
+ this.w0.b5();
526
526
  if (a != null) {
527
527
  var c = (a);
528
- this.r1(c, null);
528
+ this.r0(c, null);
529
529
  }
530
530
  if (b != null) {
531
531
  var d = (b);
532
- this.r1(d, this);
532
+ this.r0(d, this);
533
533
  }
534
534
  };
535
535
  GeographicMapSeriesHost.prototype.dg = function (a, b, c) {
536
- return this.di(this.w0, a, b, c);
536
+ return this.di(this.wz, a, b, c);
537
537
  };
538
538
  GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
539
- return this.dj(this.w0, a, b, c);
539
+ return this.dj(this.wz, a, b, c);
540
540
  };
541
- GeographicMapSeriesHost.prototype.kn = function (a) {
542
- return this.kw(this.w0, a);
541
+ GeographicMapSeriesHost.prototype.km = function (a) {
542
+ return this.kv(this.wz, a);
543
543
  };
544
- GeographicMapSeriesHost.prototype.ka = function (a, b) {
545
- return this.w0.ka(a, b);
544
+ GeographicMapSeriesHost.prototype.j9 = function (a, b) {
545
+ return this.wz.j9(a, b);
546
546
  };
547
- GeographicMapSeriesHost.prototype.j8 = function (a, b) {
548
- return this.w0.j8(a, b);
547
+ GeographicMapSeriesHost.prototype.j7 = function (a, b) {
548
+ return this.wz.j7(a, b);
549
549
  };
550
- GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
551
- return this.w0.i5(a, b, c);
550
+ GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
551
+ return this.wz.i4(a, b, c);
552
552
  };
553
- GeographicMapSeriesHost.prototype.wc = function (a, b, c) {
554
- return this.w0.wc(a, b, c);
553
+ GeographicMapSeriesHost.prototype.wb = function (a, b, c) {
554
+ return this.wz.wb(a, b, c);
555
555
  };
556
- GeographicMapSeriesHost.prototype.wn = function (a) {
557
- return this.w0.wn(a);
556
+ GeographicMapSeriesHost.prototype.wm = function (a) {
557
+ return this.wz.wm(a);
558
558
  };
559
559
  GeographicMapSeriesHost.prototype.ao = function (a) {
560
- return this.w0.ao(a);
560
+ return this.wz.ao(a);
561
561
  };
562
- GeographicMapSeriesHost.prototype.wo = function (a) {
563
- return this.w0.wo(a);
562
+ GeographicMapSeriesHost.prototype.wn = function (a) {
563
+ return this.wz.wn(a);
564
564
  };
565
565
  GeographicMapSeriesHost.prototype.ap = function (a) {
566
- return this.w0.ap(a);
566
+ return this.wz.ap(a);
567
567
  };
568
- GeographicMapSeriesHost.prototype.wp = function (a) {
569
- return this.w0.wp(a);
568
+ GeographicMapSeriesHost.prototype.wo = function (a) {
569
+ return this.wz.wo(a);
570
570
  };
571
- GeographicMapSeriesHost.prototype.wq = function (a) {
572
- return this.w0.wq(a);
571
+ GeographicMapSeriesHost.prototype.wp = function (a) {
572
+ return this.wz.wp(a);
573
573
  };
574
- GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
575
- return this.w0.i1(a, b, c);
574
+ GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
575
+ return this.wz.i0(a, b, c);
576
576
  };
577
- GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
578
- return this.w0.v8(a, b, c);
577
+ GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
578
+ return this.wz.v7(a, b, c);
579
579
  };
580
- GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
581
- return this.i5(a, b, c);
580
+ GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
581
+ return this.i4(a, b, c);
582
582
  };
583
- GeographicMapSeriesHost.prototype.wa = function (a, b, c) {
584
- return this.w0.wa(a, b, c);
583
+ GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
584
+ return this.wz.v9(a, b, c);
585
585
  };
586
- GeographicMapSeriesHost.prototype.wd = function (a, b, c) {
587
- return this.w0.wd(a, b, c);
586
+ GeographicMapSeriesHost.prototype.wc = function (a, b, c) {
587
+ return this.wz.wc(a, b, c);
588
588
  };
589
- GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
590
- return this.w0.i6(a, b, c);
589
+ GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
590
+ return this.wz.i5(a, b, c);
591
591
  };
592
- GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
593
- return this.w0.v9(a, b, c);
592
+ GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
593
+ return this.wz.v8(a, b, c);
594
594
  };
595
- GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
596
- return this.w0.i2(a, b, c);
595
+ GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
596
+ return this.wz.i1(a, b, c);
597
597
  };
598
- GeographicMapSeriesHost.prototype.wb = function (a, b, c) {
599
- return this.w0.wb(a, b, c);
598
+ GeographicMapSeriesHost.prototype.wa = function (a, b, c) {
599
+ return this.wz.wa(a, b, c);
600
600
  };
601
- GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
602
- return this.w0.i4(a, b, c);
601
+ GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
602
+ return this.wz.i3(a, b, c);
603
603
  };
604
- GeographicMapSeriesHost.prototype.j4 = function (a) {
605
- return this.w0.j4(a);
604
+ GeographicMapSeriesHost.prototype.j3 = function (a) {
605
+ return this.wz.j3(a);
606
606
  };
607
- GeographicMapSeriesHost.prototype.iw = function () {
608
- return this.w0.iw();
607
+ GeographicMapSeriesHost.prototype.iv = function () {
608
+ return this.wz.iv();
609
609
  };
610
- GeographicMapSeriesHost.prototype.is = function (a) {
611
- return this.w0.is(a);
610
+ GeographicMapSeriesHost.prototype.ir = function (a) {
611
+ return this.wz.ir(a);
612
612
  };
613
- GeographicMapSeriesHost.prototype.ko = function (a) {
614
- return this.w0.ko(a);
613
+ GeographicMapSeriesHost.prototype.kn = function (a) {
614
+ return this.wz.kn(a);
615
615
  };
616
616
  GeographicMapSeriesHost.prototype.cs = function () {
617
617
  return new HostSeriesView(this);
618
618
  };
619
- GeographicMapSeriesHost.prototype.q1 = function (a) {
620
- _super.prototype.q1.call(this, a);
621
- this.w1 = igniteuiWebcomponentsCore.typeCast(HostSeriesView.$, a);
619
+ GeographicMapSeriesHost.prototype.q0 = function (a) {
620
+ _super.prototype.q0.call(this, a);
621
+ this.w0 = igniteuiWebcomponentsCore.typeCast(HostSeriesView.$, a);
622
622
  };
623
- Object.defineProperty(GeographicMapSeriesHost.prototype, "w2", {
623
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "w1", {
624
624
  get: function () {
625
- return this.c(GeographicMapSeriesHost.w7);
625
+ return this.c(GeographicMapSeriesHost.w6);
626
626
  },
627
627
  set: function (a) {
628
- this.h(GeographicMapSeriesHost.w7, a);
628
+ this.h(GeographicMapSeriesHost.w6, a);
629
629
  },
630
630
  enumerable: false,
631
631
  configurable: true
632
632
  });
633
- GeographicMapSeriesHost.prototype.q9 = function (a, b, c, d) {
634
- _super.prototype.q9.call(this, a, b, c, d);
633
+ GeographicMapSeriesHost.prototype.q8 = function (a, b, c, d) {
634
+ _super.prototype.q8.call(this, a, b, c, d);
635
635
  switch (b) {
636
636
  case "SeriesViewer":
637
- this.w0.db = this.db;
637
+ this.wz.db = this.db;
638
638
  if (c != null) {
639
- c.q4(this.w0);
639
+ c.q4(this.wz);
640
640
  }
641
641
  if (d != null) {
642
- this.db.m8(this.w0);
642
+ this.db.m8(this.wz);
643
643
  }
644
- this.w0.rc(this.ws);
645
- this.w0.index = this.index;
646
- this.p0(this.w0);
647
- this.kg = this.w0.kg;
644
+ this.wz.rb(this.wr);
645
+ this.wz.index = this.index;
646
+ this.pz(this.wz);
647
+ this.kf = this.wz.kf;
648
648
  var e = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.SeriesViewer.$, c);
649
649
  if (e != null) {
650
- e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.w6));
650
+ e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.w5));
651
651
  }
652
652
  if (this.db != null) {
653
653
  var f = this.db;
654
- f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.w6));
654
+ f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.w5));
655
655
  }
656
- this.w4();
656
+ this.w3();
657
657
  break;
658
658
  case "SyncLink":
659
- this.w0.c3 = this.c3;
659
+ this.wz.c3 = this.c3;
660
660
  break;
661
661
  case "VisibleFromScale":
662
- this.w4();
662
+ this.w3();
663
663
  break;
664
664
  case "Index":
665
- this.w0.index = this.index;
665
+ this.wz.index = this.index;
666
666
  break;
667
667
  case "ItemsSource":
668
- this.w1.b6();
668
+ this.w0.b6();
669
669
  break;
670
670
  case "Resolution":
671
- this.w1.cd();
671
+ this.w0.cd();
672
672
  break;
673
673
  case "TransitionDuration":
674
- this.w1.cg();
674
+ this.w0.cg();
675
675
  break;
676
676
  case "Opacity":
677
- this.w1.ca();
677
+ this.w0.ca();
678
678
  break;
679
679
  case "Visibility":
680
- var hs_ = this.w0;
680
+ var hs_ = this.wz;
681
681
  var v_ = this._visibility;
682
682
  hs_.visibility = v_;
683
683
  break;
684
684
  case "MouseOverEnabled":
685
- this.w0.f8 = this.f8;
685
+ this.wz.f7 = this.f7;
686
686
  break;
687
687
  case "ExpectFunctions":
688
- this.w0.expectFunctions = this.expectFunctions;
688
+ this.wz.expectFunctions = this.expectFunctions;
689
689
  break;
690
690
  case "Thickness":
691
- this.w1.cf();
691
+ this.w0.cf();
692
692
  break;
693
693
  case "Brush":
694
- this.w1.b4();
694
+ this.w0.b4();
695
695
  break;
696
696
  case "Outline":
697
- this.w1.cc();
697
+ this.w0.cc();
698
698
  break;
699
699
  case "ActualBrush":
700
- this.w1.b1();
700
+ this.w0.b1();
701
701
  break;
702
702
  case "ActualOutline":
703
- this.w1.b2();
703
+ this.w0.b2();
704
704
  break;
705
705
  case "MarkerFillOpacity":
706
- if (!igniteuiWebcomponentsCore.isNaN_(this.jg)) {
707
- this.w1.b9();
706
+ if (!igniteuiWebcomponentsCore.isNaN_(this.jf)) {
707
+ this.w0.b9();
708
708
  }
709
709
  break;
710
710
  case "AreaFillOpacity":
711
- if (!igniteuiWebcomponentsCore.isNaN_(this.ik)) {
712
- this.w1.b3();
711
+ if (!igniteuiWebcomponentsCore.isNaN_(this.ij)) {
712
+ this.w0.b3();
713
713
  }
714
714
  break;
715
715
  case "OutlineMode":
716
- this.w1.cb();
716
+ this.w0.cb();
717
717
  break;
718
718
  case "ShowDefaultTooltip":
719
- this.w1.ce();
719
+ this.w0.ce();
720
720
  break;
721
721
  case "Title":
722
- this.w0.title = this.title;
722
+ this.wz.title = this.title;
723
723
  break;
724
724
  case "LegendItemBadgeMode":
725
- this.w1.b7();
725
+ this.w0.b7();
726
726
  break;
727
727
  case "LegendItemBadgeShape":
728
- this.w1.b8();
728
+ this.w0.b8();
729
729
  break;
730
730
  case "Legend":
731
- this.w0.legend = this.legend;
731
+ this.wz.legend = this.legend;
732
732
  this.cv.av();
733
733
  break;
734
734
  }
735
735
  };
736
- GeographicMapSeriesHost.prototype.w4 = function () {
737
- if (this.db == null || this.w0 == null) {
736
+ GeographicMapSeriesHost.prototype.w3 = function () {
737
+ if (this.db == null || this.wz == null) {
738
738
  return;
739
739
  }
740
- if (!igniteuiWebcomponentsCore.isNaN_(this.w2)) {
741
- if (this.db.v4.width > this.w2) {
742
- var hs_ = this.w0;
740
+ if (!igniteuiWebcomponentsCore.isNaN_(this.w1)) {
741
+ if (this.db.v4.width > this.w1) {
742
+ var hs_ = this.wz;
743
743
  var v_ = 1;
744
744
  hs_.visibility = v_;
745
745
  }
746
746
  else {
747
- var hs2_ = this.w0;
747
+ var hs2_ = this.wz;
748
748
  var v2_ = 0;
749
749
  hs2_.visibility = v2_;
750
750
  }
751
751
  }
752
752
  };
753
- GeographicMapSeriesHost.prototype.w6 = function (a, b) {
754
- this.w4();
753
+ GeographicMapSeriesHost.prototype.w5 = function (a, b) {
754
+ this.w3();
755
755
  };
756
- GeographicMapSeriesHost.prototype.rr = function (a) {
757
- _super.prototype.rr.call(this, a);
758
- if (this.w0 != null) {
759
- this.w0.rr(a);
756
+ GeographicMapSeriesHost.prototype.rq = function (a) {
757
+ _super.prototype.rq.call(this, a);
758
+ if (this.wz != null) {
759
+ this.wz.rq(a);
760
760
  }
761
761
  };
762
- GeographicMapSeriesHost.prototype.q5 = function (a) {
763
- _super.prototype.q5.call(this, a);
764
- if (this.w0 != null) {
765
- this.w0.qn();
762
+ GeographicMapSeriesHost.prototype.q4 = function (a) {
763
+ _super.prototype.q4.call(this, a);
764
+ if (this.wz != null) {
765
+ this.wz.qm();
766
766
  }
767
767
  };
768
- GeographicMapSeriesHost.prototype.rq = function (a, b, c, d, e) {
769
- if (this.w0 != null) {
770
- this.w0.rq(a, b, c, d, e);
768
+ GeographicMapSeriesHost.prototype.rp = function (a, b, c, d, e) {
769
+ if (this.wz != null) {
770
+ this.wz.rp(a, b, c, d, e);
771
771
  }
772
772
  };
773
773
  GeographicMapSeriesHost.prototype.a2 = function (a, b) {
774
- return this.w0.a2(a, b);
774
+ return this.wz.a2(a, b);
775
775
  };
776
- GeographicMapSeriesHost.prototype.sc = function () {
777
- _super.prototype.sc.call(this);
778
- this.w0.sc();
776
+ GeographicMapSeriesHost.prototype.sb = function () {
777
+ _super.prototype.sb.call(this);
778
+ this.wz.sb();
779
779
  };
780
780
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
781
781
  return this._coercionMethods;
782
782
  };
783
783
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
784
784
  this._coercionMethods = a;
785
- this.w0.coercionMethods = a;
785
+ this.wz.coercionMethods = a;
786
786
  };
787
- GeographicMapSeriesHost.prototype.pz = function (a) {
788
- _super.prototype.pz.call(this, a);
789
- if (this.w0 != null) {
790
- var b = this.w0.km();
791
- this.o8(a, b);
787
+ GeographicMapSeriesHost.prototype.py = function (a) {
788
+ _super.prototype.py.call(this, a);
789
+ if (this.wz != null) {
790
+ var b = this.wz.kl();
791
+ this.o7(a, b);
792
792
  }
793
793
  };
794
794
  GeographicMapSeriesHost.$t = igniteuiWebcomponentsCore.markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', igniteuiWebcomponentsCharts.Series.$);
795
- GeographicMapSeriesHost.w7 = igniteuiWebcomponentsCore.DependencyProperty.i("VisibleFromScale", igniteuiWebcomponentsCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, 1, function (a, b) {
795
+ GeographicMapSeriesHost.w6 = igniteuiWebcomponentsCore.DependencyProperty.i("VisibleFromScale", igniteuiWebcomponentsCore.Number_$type, GeographicMapSeriesHost.$, new igniteuiWebcomponentsCore.PropertyMetadata(2, 1, function (a, b) {
796
796
  var c = a;
797
797
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
798
798
  }));
@@ -814,66 +814,66 @@
814
814
  };
815
815
  HostSeriesView.prototype.b5 = function () {
816
816
  this.b0.legendItemVisibility = 1;
817
- this.b0.w0.legendItemVisibility = 0;
818
- this.b0.w0.itemsSource = this.b0.itemsSource;
819
- this.b0.w0.index = this.b0.index;
820
- this.b0.w0.vf = this.b0.vf;
821
- this.b0.w0.vv = this.b0.vf;
822
- this.b0.w0.ci = this.b0.ci;
823
- this.b0.w0.jj = this.b0.jj;
824
- this.b0.w0.kd = this.b0.kd;
825
- this.b0.w0._opacity = this.b0._opacity;
826
- this.b0.w0.jp = this.b0.jp;
827
- this.b0.w0.ik = this.b0.ik;
828
- this.b0.w0.jg = this.b0.jg;
829
- this.b0.w0.gp = this.b0.gp;
830
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
831
- this.b0.w0.bd = this.b0.bd;
817
+ this.b0.wz.legendItemVisibility = 0;
818
+ this.b0.wz.itemsSource = this.b0.itemsSource;
819
+ this.b0.wz.index = this.b0.index;
820
+ this.b0.wz.ve = this.b0.ve;
821
+ this.b0.wz.vu = this.b0.ve;
822
+ this.b0.wz.ci = this.b0.ci;
823
+ this.b0.wz.ji = this.b0.ji;
824
+ this.b0.wz.kc = this.b0.kc;
825
+ this.b0.wz._opacity = this.b0._opacity;
826
+ this.b0.wz.jo = this.b0.jo;
827
+ this.b0.wz.ij = this.b0.ij;
828
+ this.b0.wz.jf = this.b0.jf;
829
+ this.b0.wz.go = this.b0.go;
830
+ this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
831
+ this.b0.wz.bd = this.b0.bd;
832
832
  };
833
833
  HostSeriesView.prototype.b6 = function () {
834
- this.b0.w0.itemsSource = this.b0.itemsSource;
834
+ this.b0.wz.itemsSource = this.b0.itemsSource;
835
835
  };
836
836
  HostSeriesView.prototype.cd = function () {
837
- this.b0.w0.jj = this.b0.jj;
837
+ this.b0.wz.ji = this.b0.ji;
838
838
  };
839
839
  HostSeriesView.prototype.cg = function () {
840
- this.b0.w0.kd = this.b0.kd;
840
+ this.b0.wz.kc = this.b0.kc;
841
841
  };
842
842
  HostSeriesView.prototype.ca = function () {
843
- this.b0.w0._opacity = this.b0._opacity;
843
+ this.b0.wz._opacity = this.b0._opacity;
844
844
  };
845
845
  HostSeriesView.prototype.cf = function () {
846
- this.b0.w0.jp = this.b0.jp;
846
+ this.b0.wz.jo = this.b0.jo;
847
847
  };
848
848
  HostSeriesView.prototype.b4 = function () {
849
- this.b0.w0.vf = this.b0.vf;
849
+ this.b0.wz.ve = this.b0.ve;
850
850
  };
851
851
  HostSeriesView.prototype.cc = function () {
852
- this.b0.w0.vv = this.b0.vv;
852
+ this.b0.wz.vu = this.b0.vu;
853
853
  };
854
854
  HostSeriesView.prototype.b1 = function () {
855
- this.b0.w0.vf = this.b0.u9;
855
+ this.b0.wz.ve = this.b0.u8;
856
856
  };
857
857
  HostSeriesView.prototype.b2 = function () {
858
- this.b0.w0.vv = this.b0.vd;
858
+ this.b0.wz.vu = this.b0.vc;
859
859
  };
860
860
  HostSeriesView.prototype.b7 = function () {
861
- this.b0.w0.bd = this.b0.bd;
861
+ this.b0.wz.bd = this.b0.bd;
862
862
  };
863
863
  HostSeriesView.prototype.b8 = function () {
864
- this.b0.w0.legendItemBadgeShape = this.b0.legendItemBadgeShape;
864
+ this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
865
865
  };
866
866
  HostSeriesView.prototype.b3 = function () {
867
- this.b0.w0.ik = this.b0.ik;
867
+ this.b0.wz.ij = this.b0.ij;
868
868
  };
869
869
  HostSeriesView.prototype.b9 = function () {
870
- this.b0.w0.jg = this.b0.jg;
870
+ this.b0.wz.jf = this.b0.jf;
871
871
  };
872
872
  HostSeriesView.prototype.cb = function () {
873
- this.b0.w0.ci = this.b0.ci;
873
+ this.b0.wz.ci = this.b0.ci;
874
874
  };
875
875
  HostSeriesView.prototype.ce = function () {
876
- this.b0.w0.gp = this.b0.gp;
876
+ this.b0.wz.go = this.b0.go;
877
877
  };
878
878
  HostSeriesView.$t = igniteuiWebcomponentsCore.markType(HostSeriesView, 'HostSeriesView', igniteuiWebcomponentsCharts.SeriesView.$);
879
879
  return HostSeriesView;
@@ -1200,7 +1200,7 @@
1200
1200
  try {
1201
1201
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
1202
1202
  var a = _c.value;
1203
- a.sc();
1203
+ a.sb();
1204
1204
  }
1205
1205
  }
1206
1206
  catch (e_1_1) {
@@ -1617,7 +1617,7 @@
1617
1617
  try {
1618
1618
  for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
1619
1619
  var g = _d.value;
1620
- g.rr(false);
1620
+ g.rq(false);
1621
1621
  }
1622
1622
  }
1623
1623
  catch (e_2_1) {
@@ -1664,7 +1664,7 @@
1664
1664
  try {
1665
1665
  for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
1666
1666
  var i = _f.value;
1667
- i.qg();
1667
+ i.qf();
1668
1668
  }
1669
1669
  }
1670
1670
  catch (e_3_1) {
@@ -1720,7 +1720,7 @@
1720
1720
  var c = b;
1721
1721
  var d = a;
1722
1722
  d.itemsSource = c.triangulationSource.points;
1723
- d.w9 = c.triangulationSource.triangles;
1723
+ d.w8 = c.triangulationSource.triangles;
1724
1724
  }
1725
1725
  else {
1726
1726
  _super.prototype.rd.call(this, a, b);
@@ -1753,7 +1753,7 @@
1753
1753
  a.axes.add1(b);
1754
1754
  a.axes.add1(c);
1755
1755
  for (var d = 0; d < this.series.count; d++) {
1756
- var e = this.series._inner[d].km();
1756
+ var e = this.series._inner[d].kl();
1757
1757
  a.series.add1(e);
1758
1758
  }
1759
1759
  a.name = this.name;
@@ -2053,41 +2053,41 @@
2053
2053
  }
2054
2054
  GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
2055
2055
  _super.prototype.b5.call(this);
2056
- var a = this.ch.w0;
2057
- a.x0 = this.ch.xc;
2058
- a.x8 = this.ch.xa;
2059
- a.trianglesSource = this.ch.w9;
2060
- a.xo = this.ch.xf;
2061
- a.xq = this.ch.xh;
2062
- a.xs = this.ch.xj;
2056
+ var a = this.ch.wz;
2057
+ a.xz = this.ch.xb;
2058
+ a.x7 = this.ch.w9;
2059
+ a.trianglesSource = this.ch.w8;
2060
+ a.xn = this.ch.xe;
2061
+ a.xp = this.ch.xg;
2062
+ a.xr = this.ch.xi;
2063
2063
  };
2064
2064
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
2065
- var a = this.ch.w0;
2065
+ var a = this.ch.wz;
2066
2066
  if (this.ch.db == null) {
2067
+ a.wx = null;
2067
2068
  a.wy = null;
2068
- a.wz = null;
2069
2069
  return;
2070
2070
  }
2071
- a.wy = this.ch.db.ws;
2072
- a.wz = this.ch.db.wu;
2071
+ a.wx = this.ch.db.ws;
2072
+ a.wy = this.ch.db.wu;
2073
2073
  };
2074
2074
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
2075
- this.ch.w0.x0 = this.ch.xc;
2075
+ this.ch.wz.xz = this.ch.xb;
2076
2076
  };
2077
2077
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
2078
- this.ch.w0.x8 = this.ch.xa;
2078
+ this.ch.wz.x7 = this.ch.w9;
2079
2079
  };
2080
2080
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
2081
- this.ch.w0.trianglesSource = this.ch.w9;
2081
+ this.ch.wz.trianglesSource = this.ch.w8;
2082
2082
  };
2083
2083
  GeographicXYTriangulatingSeriesView.prototype.cm = function () {
2084
- this.ch.w0.xo = this.ch.xf;
2084
+ this.ch.wz.xn = this.ch.xe;
2085
2085
  };
2086
2086
  GeographicXYTriangulatingSeriesView.prototype.cn = function () {
2087
- this.ch.w0.xq = this.ch.xh;
2087
+ this.ch.wz.xp = this.ch.xg;
2088
2088
  };
2089
2089
  GeographicXYTriangulatingSeriesView.prototype.co = function () {
2090
- this.ch.w0.xs = this.ch.xj;
2090
+ this.ch.wz.xr = this.ch.xi;
2091
2091
  };
2092
2092
  GeographicXYTriangulatingSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
2093
2093
  return GeographicXYTriangulatingSeriesView;
@@ -2110,19 +2110,19 @@
2110
2110
  };
2111
2111
  GeographicScatterAreaSeriesView.prototype.b5 = function () {
2112
2112
  _super.prototype.b5.call(this);
2113
- if (this.cp.xu != null) {
2114
- this.cp.xu.y7 = this.cp.xy;
2115
- this.cp.xu.yv = this.cp.xt;
2113
+ if (this.cp.xt != null) {
2114
+ this.cp.xt.y6 = this.cp.xx;
2115
+ this.cp.xt.yu = this.cp.xs;
2116
2116
  }
2117
2117
  };
2118
2118
  GeographicScatterAreaSeriesView.prototype.cq = function () {
2119
- if (this.cp.xu != null) {
2120
- this.cp.xu.y7 = this.cp.xy;
2119
+ if (this.cp.xt != null) {
2120
+ this.cp.xt.y6 = this.cp.xx;
2121
2121
  }
2122
2122
  };
2123
2123
  GeographicScatterAreaSeriesView.prototype.cr = function () {
2124
- if (this.cp.xu != null) {
2125
- this.cp.xu.yv = this.cp.xt;
2124
+ if (this.cp.xt != null) {
2125
+ this.cp.xt.yu = this.cp.xs;
2126
2126
  }
2127
2127
  };
2128
2128
  GeographicScatterAreaSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -2329,38 +2329,38 @@
2329
2329
  GeographicXYTriangulatingSeries.prototype.cs = function () {
2330
2330
  return new GeographicXYTriangulatingSeriesView(this);
2331
2331
  };
2332
- GeographicXYTriangulatingSeries.prototype.q1 = function (a) {
2333
- _super.prototype.q1.call(this, a);
2334
- this.w8 = a;
2332
+ GeographicXYTriangulatingSeries.prototype.q0 = function (a) {
2333
+ _super.prototype.q0.call(this, a);
2334
+ this.w7 = a;
2335
2335
  };
2336
- GeographicXYTriangulatingSeries.prototype.q9 = function (a, b, c, d) {
2337
- _super.prototype.q9.call(this, a, b, c, d);
2336
+ GeographicXYTriangulatingSeries.prototype.q8 = function (a, b, c, d) {
2337
+ _super.prototype.q8.call(this, a, b, c, d);
2338
2338
  switch (b) {
2339
2339
  case "SeriesViewer":
2340
- this.w8.ck();
2340
+ this.w7.ck();
2341
2341
  break;
2342
2342
  case GeographicXYTriangulatingSeries.$$p[1]:
2343
- this.w8.cj();
2343
+ this.w7.cj();
2344
2344
  break;
2345
2345
  case GeographicXYTriangulatingSeries.$$p[0]:
2346
- this.w8.ci();
2346
+ this.w7.ci();
2347
2347
  break;
2348
2348
  case GeographicXYTriangulatingSeries.$$p[5]:
2349
- this.w8.cl();
2349
+ this.w7.cl();
2350
2350
  break;
2351
2351
  case GeographicXYTriangulatingSeries.$$p[2]:
2352
- this.w8.cm();
2352
+ this.w7.cm();
2353
2353
  break;
2354
2354
  case GeographicXYTriangulatingSeries.$$p[3]:
2355
- this.w8.cn();
2355
+ this.w7.cn();
2356
2356
  break;
2357
2357
  case GeographicXYTriangulatingSeries.$$p[4]:
2358
- this.w8.co();
2358
+ this.w7.co();
2359
2359
  break;
2360
2360
  }
2361
2361
  };
2362
2362
  GeographicXYTriangulatingSeries.$t = igniteuiWebcomponentsCore.markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
2363
- GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xa:xl', [2, "pointY"], 'LongitudeMemberPath:xc:xm', [2, "pointX"], 'TriangleVertexMemberPath1:xf:xo', [2, "v1"], 'TriangleVertexMemberPath2:xh:xp', [2, "v2"], 'TriangleVertexMemberPath3:xj:xq', [2, "v3"], 'TrianglesSource:w9:xn', [igniteuiWebcomponentsCore.IEnumerable_$type, null]]);
2363
+ GeographicXYTriangulatingSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w9:xk', [2, "pointY"], 'LongitudeMemberPath:xb:xl', [2, "pointX"], 'TriangleVertexMemberPath1:xe:xn', [2, "v1"], 'TriangleVertexMemberPath2:xg:xo', [2, "v2"], 'TriangleVertexMemberPath3:xi:xp', [2, "v3"], 'TrianglesSource:w8:xm', [igniteuiWebcomponentsCore.IEnumerable_$type, null]]);
2364
2364
  return GeographicXYTriangulatingSeries;
2365
2365
  }(GeographicMapSeriesHost));
2366
2366
  /**
@@ -2370,7 +2370,7 @@
2370
2370
  tslib.__extends(GeographicScatterAreaSeries, _super);
2371
2371
  function GeographicScatterAreaSeries() {
2372
2372
  var _this = _super.call(this) || this;
2373
- _this.xr = null;
2373
+ _this.xq = null;
2374
2374
  _this.triangulationStatusChanged = null;
2375
2375
  _this.ab = GeographicScatterAreaSeries.$;
2376
2376
  return _this;
@@ -2381,53 +2381,53 @@
2381
2381
  GeographicScatterAreaSeries.prototype.get_eu = function () {
2382
2382
  return true;
2383
2383
  };
2384
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "xt", {
2384
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "xs", {
2385
2385
  get: function () {
2386
- return this.xr;
2386
+ return this.xq;
2387
2387
  },
2388
2388
  set: function (a) {
2389
- var b = this.xr != a;
2389
+ var b = this.xq != a;
2390
2390
  if (b) {
2391
- var c = this.xr;
2392
- if (this.xr != null) {
2393
- var d = this.xr;
2394
- d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.x1));
2391
+ var c = this.xq;
2392
+ if (this.xq != null) {
2393
+ var d = this.xq;
2394
+ d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.x0));
2395
2395
  }
2396
- this.xr = a;
2397
- if (this.xr != null) {
2398
- var e = this.xr;
2399
- e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.x1));
2396
+ this.xq = a;
2397
+ if (this.xq != null) {
2398
+ var e = this.xq;
2399
+ e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.x0));
2400
2400
  }
2401
- this.raisePropertyChanged("ColorScale", c, this.xr);
2402
- if (this.xu != null) {
2403
- this.xu.yv = a;
2401
+ this.raisePropertyChanged("ColorScale", c, this.xq);
2402
+ if (this.xt != null) {
2403
+ this.xt.yu = a;
2404
2404
  }
2405
2405
  }
2406
2406
  },
2407
2407
  enumerable: false,
2408
2408
  configurable: true
2409
2409
  });
2410
- GeographicScatterAreaSeries.prototype.x1 = function (a, b) {
2411
- this.xw.cr();
2412
- this.x3();
2413
- this.rr(false);
2410
+ GeographicScatterAreaSeries.prototype.x0 = function (a, b) {
2411
+ this.xv.cr();
2412
+ this.x2();
2413
+ this.rq(false);
2414
2414
  };
2415
- GeographicScatterAreaSeries.prototype.x3 = function () {
2416
- if (this.xu != null) {
2417
- this.xs = this.xu.yu;
2415
+ GeographicScatterAreaSeries.prototype.x2 = function () {
2416
+ if (this.xt != null) {
2417
+ this.xr = this.xt.yt;
2418
2418
  }
2419
2419
  };
2420
- GeographicScatterAreaSeries.prototype.sh = function () {
2421
- _super.prototype.sh.call(this);
2422
- this.x3();
2420
+ GeographicScatterAreaSeries.prototype.sg = function () {
2421
+ _super.prototype.sg.call(this);
2422
+ this.x2();
2423
2423
  };
2424
- GeographicScatterAreaSeries.prototype.wz = function () {
2425
- this.xu = new igniteuiWebcomponentsCharts.ScatterAreaSeries();
2426
- var a = this.xu;
2427
- a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.x2));
2428
- return this.xu;
2424
+ GeographicScatterAreaSeries.prototype.wy = function () {
2425
+ this.xt = new igniteuiWebcomponentsCharts.ScatterAreaSeries();
2426
+ var a = this.xt;
2427
+ a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.x1));
2428
+ return this.xt;
2429
2429
  };
2430
- GeographicScatterAreaSeries.prototype.x2 = function (a, b) {
2430
+ GeographicScatterAreaSeries.prototype.x1 = function (a, b) {
2431
2431
  if (this.triangulationStatusChanged != null) {
2432
2432
  this.triangulationStatusChanged(this, b);
2433
2433
  }
@@ -2435,30 +2435,30 @@
2435
2435
  GeographicScatterAreaSeries.prototype.cs = function () {
2436
2436
  return new GeographicScatterAreaSeriesView(this);
2437
2437
  };
2438
- GeographicScatterAreaSeries.prototype.q1 = function (a) {
2439
- _super.prototype.q1.call(this, a);
2440
- this.xw = a;
2438
+ GeographicScatterAreaSeries.prototype.q0 = function (a) {
2439
+ _super.prototype.q0.call(this, a);
2440
+ this.xv = a;
2441
2441
  };
2442
- GeographicScatterAreaSeries.prototype.q9 = function (a, b, c, d) {
2443
- _super.prototype.q9.call(this, a, b, c, d);
2442
+ GeographicScatterAreaSeries.prototype.q8 = function (a, b, c, d) {
2443
+ _super.prototype.q8.call(this, a, b, c, d);
2444
2444
  switch (b) {
2445
2445
  case GeographicScatterAreaSeries.$$p[1]:
2446
- this.xw.cq();
2446
+ this.xv.cq();
2447
2447
  break;
2448
2448
  case "ColorScale":
2449
- this.xw.cr();
2450
- this.x3();
2449
+ this.xv.cr();
2450
+ this.x2();
2451
2451
  break;
2452
2452
  }
2453
2453
  };
2454
- GeographicScatterAreaSeries.prototype.get_g7 = function () {
2454
+ GeographicScatterAreaSeries.prototype.get_g6 = function () {
2455
2455
  return true;
2456
2456
  };
2457
- GeographicScatterAreaSeries.prototype.set_g7 = function (a) {
2458
- _super.prototype.set_g7.call(this, a);
2457
+ GeographicScatterAreaSeries.prototype.set_g6 = function (a) {
2458
+ _super.prototype.set_g6.call(this, a);
2459
2459
  };
2460
2460
  GeographicScatterAreaSeries.$t = igniteuiWebcomponentsCore.markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
2461
- GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xs:x4', [igniteuiWebcomponentsCharts.ColorScale.$, null], 'ColorMemberPath:xy:x5', [2, "value"]]);
2461
+ GeographicScatterAreaSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xr:x3', [igniteuiWebcomponentsCharts.ColorScale.$, null], 'ColorMemberPath:xx:x4', [2, "value"]]);
2462
2462
  return GeographicScatterAreaSeries;
2463
2463
  }(GeographicXYTriangulatingSeries));
2464
2464
 
@@ -4903,7 +4903,7 @@
4903
4903
  * Checks if this control is geographic coordinate system
4904
4904
  */
4905
4905
  get: function () {
4906
- return this.i.fc;
4906
+ return this.i.fb;
4907
4907
  },
4908
4908
  enumerable: false,
4909
4909
  configurable: true
@@ -4924,11 +4924,11 @@
4924
4924
  * 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%.
4925
4925
  */
4926
4926
  get: function () {
4927
- return this.i.w2;
4927
+ return this.i.w1;
4928
4928
  },
4929
4929
  set: function (v) {
4930
- this.i.w2 = +v;
4931
- this._a("visibleFromScale", this.i.w2);
4930
+ this.i.w1 = +v;
4931
+ this._a("visibleFromScale", this.i.w1);
4932
4932
  },
4933
4933
  enumerable: false,
4934
4934
  configurable: true
@@ -4953,10 +4953,10 @@
4953
4953
 
4954
4954
  */
4955
4955
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
4956
- this.i.qg();
4956
+ this.i.qf();
4957
4957
  };
4958
4958
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
4959
- var iv = this.i.kq(item, memberPathName);
4959
+ var iv = this.i.kp(item, memberPathName);
4960
4960
  return (iv);
4961
4961
  };
4962
4962
  /**
@@ -4965,7 +4965,7 @@
4965
4965
  * @param memberPathName * The property name of a valid member path for the series
4966
4966
  */
4967
4967
  IgcGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
4968
- var iv = this.i.md(memberPathName);
4968
+ var iv = this.i.mc(memberPathName);
4969
4969
  return (iv);
4970
4970
  };
4971
4971
  /**
@@ -4974,23 +4974,23 @@
4974
4974
  * @param world * The world coordinates to use.
4975
4975
  */
4976
4976
  IgcGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
4977
- var iv = this.i.kn(igniteuiWebcomponentsCore.toPoint(world));
4977
+ var iv = this.i.km(igniteuiWebcomponentsCore.toPoint(world));
4978
4978
  return (iv);
4979
4979
  };
4980
4980
  IgcGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
4981
- var iv = this.i.ka(igniteuiWebcomponentsCore.toPoint(world), skipUnknowns);
4981
+ var iv = this.i.j9(igniteuiWebcomponentsCore.toPoint(world), skipUnknowns);
4982
4982
  return (iv);
4983
4983
  };
4984
4984
  IgcGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
4985
- var iv = this.i.j8(igniteuiWebcomponentsCore.toPoint(world), skipUnknowns);
4985
+ var iv = this.i.j7(igniteuiWebcomponentsCore.toPoint(world), skipUnknowns);
4986
4986
  return (iv);
4987
4987
  };
4988
4988
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
4989
- var iv = this.i.i5(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4989
+ var iv = this.i.i4(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4990
4990
  return (iv);
4991
4991
  };
4992
4992
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
4993
- var iv = this.i.wc(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4993
+ var iv = this.i.wb(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
4994
4994
  return igniteuiWebcomponentsCore.fromPoint(iv);
4995
4995
  };
4996
4996
  /**
@@ -4999,7 +4999,7 @@
4999
4999
  * @param world * The world coordinate for which to get a value bounding box for
5000
5000
  */
5001
5001
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
5002
- var iv = this.i.wn(igniteuiWebcomponentsCore.toPoint(world));
5002
+ var iv = this.i.wm(igniteuiWebcomponentsCore.toPoint(world));
5003
5003
  return igniteuiWebcomponentsCore.fromRect(iv);
5004
5004
  };
5005
5005
  /**
@@ -5008,31 +5008,31 @@
5008
5008
  * @param world * The world coordinates for which to get a value marker bounding box for
5009
5009
  */
5010
5010
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
5011
- var iv = this.i.wp(igniteuiWebcomponentsCore.toPoint(world));
5011
+ var iv = this.i.wo(igniteuiWebcomponentsCore.toPoint(world));
5012
5012
  return igniteuiWebcomponentsCore.fromRect(iv);
5013
5013
  };
5014
5014
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
5015
- var iv = this.i.i1(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5015
+ var iv = this.i.i0(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5016
5016
  return (iv);
5017
5017
  };
5018
5018
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
5019
- var iv = this.i.v8(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5019
+ var iv = this.i.v7(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5020
5020
  return igniteuiWebcomponentsCore.fromPoint(iv);
5021
5021
  };
5022
5022
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
5023
- var iv = this.i.i3(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5023
+ var iv = this.i.i2(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5024
5024
  return (iv);
5025
5025
  };
5026
5026
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
5027
- var iv = this.i.wa(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5027
+ var iv = this.i.v9(igniteuiWebcomponentsCore.toPoint(world), useInterpolation, skipUnknowns);
5028
5028
  return igniteuiWebcomponentsCore.fromPoint(iv);
5029
5029
  };
5030
5030
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
5031
- var iv = this.i.wd(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
5031
+ var iv = this.i.wc(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
5032
5032
  return igniteuiWebcomponentsCore.fromPoint(iv);
5033
5033
  };
5034
5034
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
5035
- var iv = this.i.i6(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
5035
+ var iv = this.i.i5(igniteuiWebcomponentsCore.toPoint(mouse), useInterpolation, skipUnknowns);
5036
5036
  return (iv);
5037
5037
  };
5038
5038
  /**
@@ -5040,7 +5040,7 @@
5040
5040
 
5041
5041
  */
5042
5042
  IgcGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
5043
- var iv = this.i.iw();
5043
+ var iv = this.i.iv();
5044
5044
  return (iv);
5045
5045
  };
5046
5046
  /**
@@ -5049,14 +5049,14 @@
5049
5049
  * @param animate * True if the change should be animated.
5050
5050
  */
5051
5051
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
5052
- this.i.rr(animate);
5052
+ this.i.rq(animate);
5053
5053
  };
5054
5054
  /**
5055
5055
  * Called when this series' Style is updated.
5056
5056
 
5057
5057
  */
5058
5058
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
5059
- this.i.sc();
5059
+ this.i.sb();
5060
5060
  };
5061
5061
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
5062
5062
  return IgcGeographicMapSeriesHostComponent;
@@ -5195,10 +5195,10 @@
5195
5195
  * 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.
5196
5196
  */
5197
5197
  get: function () {
5198
- return this.i.xz;
5198
+ return this.i.xy;
5199
5199
  },
5200
5200
  set: function (v) {
5201
- this.i.xz = v;
5201
+ this.i.xy = v;
5202
5202
  },
5203
5203
  enumerable: false,
5204
5204
  configurable: true
@@ -5208,11 +5208,11 @@
5208
5208
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
5209
5209
  */
5210
5210
  get: function () {
5211
- return this.i.xk;
5211
+ return this.i.xj;
5212
5212
  },
5213
5213
  set: function (v) {
5214
- this.i.xk = igniteuiWebcomponentsCore.ensureBool(v);
5215
- this._a("isCustomShapeStyleAllowed", this.i.xk);
5214
+ this.i.xj = igniteuiWebcomponentsCore.ensureBool(v);
5215
+ this._a("isCustomShapeStyleAllowed", this.i.xj);
5216
5216
  },
5217
5217
  enumerable: false,
5218
5218
  configurable: true
@@ -5222,11 +5222,11 @@
5222
5222
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
5223
5223
  */
5224
5224
  get: function () {
5225
- return this.i.xj;
5225
+ return this.i.xi;
5226
5226
  },
5227
5227
  set: function (v) {
5228
- this.i.xj = igniteuiWebcomponentsCore.ensureBool(v);
5229
- this._a("isCustomShapeMarkerStyleAllowed", this.i.xj);
5228
+ this.i.xi = igniteuiWebcomponentsCore.ensureBool(v);
5229
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.xi);
5230
5230
  },
5231
5231
  enumerable: false,
5232
5232
  configurable: true
@@ -5236,11 +5236,11 @@
5236
5236
  * Gets or sets the mode the series will use to find the closest point to the cursor.
5237
5237
  */
5238
5238
  get: function () {
5239
- return this.i.xb;
5239
+ return this.i.xa;
5240
5240
  },
5241
5241
  set: function (v) {
5242
- this.i.xb = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, v);
5243
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.xb));
5242
+ this.i.xa = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, v);
5243
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.xa));
5244
5244
  },
5245
5245
  enumerable: false,
5246
5246
  configurable: true
@@ -5250,11 +5250,11 @@
5250
5250
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
5251
5251
  */
5252
5252
  get: function () {
5253
- return this.i.xn;
5253
+ return this.i.xm;
5254
5254
  },
5255
5255
  set: function (v) {
5256
- this.i.xn = +v;
5257
- this._a("itemSearchThreshold", this.i.xn);
5256
+ this.i.xm = +v;
5257
+ this._a("itemSearchThreshold", this.i.xm);
5258
5258
  },
5259
5259
  enumerable: false,
5260
5260
  configurable: true
@@ -5264,10 +5264,10 @@
5264
5264
  * Gets or sets the fill mapping property for the current series object.
5265
5265
  */
5266
5266
  get: function () {
5267
- return this.i.xo;
5267
+ return this.i.xn;
5268
5268
  },
5269
5269
  set: function (v) {
5270
- this.i.xo = v;
5270
+ this.i.xn = v;
5271
5271
  },
5272
5272
  enumerable: false,
5273
5273
  configurable: true
@@ -5277,7 +5277,7 @@
5277
5277
  * Gets or sets the brush scale for the fill brush of markers.
5278
5278
  */
5279
5279
  get: function () {
5280
- var r = this.i.xa;
5280
+ var r = this.i.w9;
5281
5281
  if (r == null) {
5282
5282
  return null;
5283
5283
  }
@@ -5293,7 +5293,7 @@
5293
5293
  set: function (v) {
5294
5294
  if (v != null && this._stylingContainer && v._styling)
5295
5295
  v._styling(this._stylingContainer, this, this);
5296
- v == null ? this.i.xa = null : this.i.xa = v.i;
5296
+ v == null ? this.i.w9 = null : this.i.w9 = v.i;
5297
5297
  },
5298
5298
  enumerable: false,
5299
5299
  configurable: true
@@ -5304,11 +5304,11 @@
5304
5304
  * This setting applies only if multiple series are using the same FillScale.
5305
5305
  */
5306
5306
  get: function () {
5307
- return this.i.xi;
5307
+ return this.i.xh;
5308
5308
  },
5309
5309
  set: function (v) {
5310
- this.i.xi = igniteuiWebcomponentsCore.ensureBool(v);
5311
- this._a("fillScaleUseGlobalValues", this.i.xi);
5310
+ this.i.xh = igniteuiWebcomponentsCore.ensureBool(v);
5311
+ this._a("fillScaleUseGlobalValues", this.i.xh);
5312
5312
  },
5313
5313
  enumerable: false,
5314
5314
  configurable: true
@@ -5318,11 +5318,11 @@
5318
5318
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
5319
5319
  */
5320
5320
  get: function () {
5321
- return this.i.xm;
5321
+ return this.i.xl;
5322
5322
  },
5323
5323
  set: function (v) {
5324
- this.i.xm = +v;
5325
- this._a("itemSearchPointsThreshold", this.i.xm);
5324
+ this.i.xl = +v;
5325
+ this._a("itemSearchPointsThreshold", this.i.xl);
5326
5326
  },
5327
5327
  enumerable: false,
5328
5328
  configurable: true
@@ -5332,7 +5332,7 @@
5332
5332
  * Set a shapefile datasource to use with the series.
5333
5333
  */
5334
5334
  get: function () {
5335
- var r = this.i.xe;
5335
+ var r = this.i.xd;
5336
5336
  if (r == null) {
5337
5337
  return null;
5338
5338
  }
@@ -5351,7 +5351,7 @@
5351
5351
  return r.externalObject;
5352
5352
  },
5353
5353
  set: function (v) {
5354
- v == null ? this.i.xe = null : this.i.xe = v.i;
5354
+ v == null ? this.i.xd = null : this.i.xd = v.i;
5355
5355
  },
5356
5356
  enumerable: false,
5357
5357
  configurable: true
@@ -5362,11 +5362,11 @@
5362
5362
  * 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.
5363
5363
  */
5364
5364
  get: function () {
5365
- return this.i.xl;
5365
+ return this.i.xk;
5366
5366
  },
5367
5367
  set: function (v) {
5368
- this.i.xl = +v;
5369
- this._a("shapeFilterResolution", this.i.xl);
5368
+ this.i.xk = +v;
5369
+ this._a("shapeFilterResolution", this.i.xk);
5370
5370
  },
5371
5371
  enumerable: false,
5372
5372
  configurable: true
@@ -5471,140 +5471,140 @@
5471
5471
  tslib.__extends(GeographicShapeSeriesBase, _super);
5472
5472
  function GeographicShapeSeriesBase() {
5473
5473
  var _this = _super !== null && _super.apply(this, arguments) || this;
5474
- _this.xh = false;
5475
5474
  _this.xg = false;
5475
+ _this.xf = false;
5476
5476
  _this.assigningShapeStyle = null;
5477
5477
  _this.assigningShapeMarkerStyle = null;
5478
- _this.xd = null;
5479
- _this.xf = false;
5478
+ _this.xc = null;
5479
+ _this.xe = false;
5480
5480
  return _this;
5481
5481
  }
5482
5482
  GeographicShapeSeriesBase.prototype.cs = function () {
5483
5483
  return new GeographicShapeSeriesBaseView(this);
5484
5484
  };
5485
- GeographicShapeSeriesBase.prototype.q1 = function (a) {
5486
- _super.prototype.q1.call(this, a);
5487
- this.xc = a;
5485
+ GeographicShapeSeriesBase.prototype.q0 = function (a) {
5486
+ _super.prototype.q0.call(this, a);
5487
+ this.xb = a;
5488
5488
  };
5489
- GeographicShapeSeriesBase.prototype.get_fe = function () {
5489
+ GeographicShapeSeriesBase.prototype.get_fd = function () {
5490
5490
  return true;
5491
5491
  };
5492
5492
  GeographicShapeSeriesBase.prototype.get_ed = function () {
5493
5493
  return true;
5494
5494
  };
5495
- GeographicShapeSeriesBase.prototype.q9 = function (a, b, c, d) {
5496
- _super.prototype.q9.call(this, a, b, c, d);
5495
+ GeographicShapeSeriesBase.prototype.q8 = function (a, b, c, d) {
5496
+ _super.prototype.q8.call(this, a, b, c, d);
5497
5497
  switch (b) {
5498
5498
  case "SeriesViewer":
5499
- this.xc.ci();
5499
+ this.xb.ci();
5500
5500
  break;
5501
5501
  case "ShapeMemberPath":
5502
- this.xc.ck();
5502
+ this.xb.ck();
5503
5503
  break;
5504
5504
  case GeographicShapeSeriesBase.$$p[8]:
5505
- this.xc.cj();
5505
+ this.xb.cj();
5506
5506
  break;
5507
5507
  case GeographicShapeSeriesBase.$$p[4]:
5508
- this.w0.x8 = this.xk;
5509
- this.xh = this.xk;
5510
- if (this.xk) {
5511
- var e = this.w0;
5512
- e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.x2));
5508
+ this.wz.x7 = this.xj;
5509
+ this.xg = this.xj;
5510
+ if (this.xj) {
5511
+ var e = this.wz;
5512
+ e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.x1));
5513
5513
  }
5514
5514
  else {
5515
- var f = this.w0;
5516
- f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.x2));
5515
+ var f = this.wz;
5516
+ f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.x1));
5517
5517
  }
5518
5518
  break;
5519
5519
  case GeographicShapeSeriesBase.$$p[3]:
5520
- this.w0.x7 = this.xj;
5521
- this.xg = this.xj;
5522
- if (this.xk) {
5523
- var g = this.w0;
5524
- g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.x1));
5520
+ this.wz.x6 = this.xi;
5521
+ this.xf = this.xi;
5522
+ if (this.xj) {
5523
+ var g = this.wz;
5524
+ g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.x0));
5525
5525
  }
5526
5526
  else {
5527
- var h = this.w0;
5528
- h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.x1));
5527
+ var h = this.wz;
5528
+ h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.x0));
5529
5529
  }
5530
5530
  break;
5531
5531
  case GeographicShapeSeriesBase.$$p[5]:
5532
- this.w0.xk = this.xb;
5532
+ this.wz.xj = this.xa;
5533
5533
  break;
5534
5534
  case GeographicShapeSeriesBase.$$p[6]:
5535
- this.w0.yp = this.xm;
5535
+ this.wz.yo = this.xl;
5536
5536
  break;
5537
5537
  case GeographicShapeSeriesBase.$$p[7]:
5538
- this.w0.yq = this.xn;
5538
+ this.wz.yp = this.xm;
5539
5539
  break;
5540
5540
  case GeographicShapeSeriesBase.$$p[0]:
5541
- this.w0.yu = this.xo;
5541
+ this.wz.yt = this.xn;
5542
5542
  break;
5543
5543
  case GeographicShapeSeriesBase.$$p[1]:
5544
- this.w0.xa = this.xa;
5544
+ this.wz.w9 = this.w9;
5545
5545
  break;
5546
5546
  case GeographicShapeSeriesBase.$$p[2]:
5547
- this.w0.x3 = this.xi;
5547
+ this.wz.x2 = this.xh;
5548
5548
  break;
5549
5549
  case "ShapefileDataSource":
5550
5550
  if (c != null) {
5551
5551
  var i = c;
5552
- if (this.xf) {
5553
- i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.x3));
5552
+ if (this.xe) {
5553
+ i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.x2));
5554
5554
  }
5555
5555
  }
5556
5556
  if (d != null) {
5557
5557
  var j = d;
5558
5558
  if (j.count > 0) {
5559
- this.x4();
5559
+ this.x3();
5560
5560
  break;
5561
5561
  }
5562
- this.xf = true;
5563
- j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.x3));
5562
+ this.xe = true;
5563
+ j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.x2));
5564
5564
  }
5565
5565
  break;
5566
5566
  }
5567
5567
  };
5568
- GeographicShapeSeriesBase.prototype.x2 = function (a, b) {
5568
+ GeographicShapeSeriesBase.prototype.x1 = function (a, b) {
5569
5569
  if (this.assigningShapeStyle != null) {
5570
5570
  this.assigningShapeStyle(this, b);
5571
5571
  }
5572
5572
  };
5573
- GeographicShapeSeriesBase.prototype.x1 = function (a, b) {
5573
+ GeographicShapeSeriesBase.prototype.x0 = function (a, b) {
5574
5574
  if (this.assigningShapeMarkerStyle != null) {
5575
5575
  this.assigningShapeMarkerStyle(this, b);
5576
5576
  }
5577
5577
  };
5578
- GeographicShapeSeriesBase.prototype.x3 = function (a, b) {
5579
- this.x4();
5578
+ GeographicShapeSeriesBase.prototype.x2 = function (a, b) {
5579
+ this.x3();
5580
5580
  };
5581
- GeographicShapeSeriesBase.prototype.x4 = function () {
5582
- var sds_ = this.xe;
5581
+ GeographicShapeSeriesBase.prototype.x3 = function () {
5582
+ var sds_ = this.xd;
5583
5583
  var ext_ = sds_.externalObject;
5584
5584
  this.itemsSource = (ext_.getPointData());
5585
5585
  };
5586
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "xe", {
5586
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "xd", {
5587
5587
  get: function () {
5588
- return this.xd;
5588
+ return this.xc;
5589
5589
  },
5590
5590
  set: function (a) {
5591
- var b = this.xd;
5592
- this.xd = a;
5593
- if (b != this.xd) {
5594
- this.raisePropertyChanged("ShapefileDataSource", b, this.xd);
5591
+ var b = this.xc;
5592
+ this.xc = a;
5593
+ if (b != this.xc) {
5594
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xc);
5595
5595
  }
5596
5596
  },
5597
5597
  enumerable: false,
5598
5598
  configurable: true
5599
5599
  });
5600
- GeographicShapeSeriesBase.prototype.get_g7 = function () {
5600
+ GeographicShapeSeriesBase.prototype.get_g6 = function () {
5601
5601
  return true;
5602
5602
  };
5603
- GeographicShapeSeriesBase.prototype.set_g7 = function (a) {
5604
- _super.prototype.set_g7.call(this, a);
5603
+ GeographicShapeSeriesBase.prototype.set_g6 = function (a) {
5604
+ _super.prototype.set_g6.call(this, a);
5605
5605
  };
5606
5606
  GeographicShapeSeriesBase.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
5607
- GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xo:x5', [2], 'FillScale:xa:x6', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:xi:x7', [0, false], 'IsCustomShapeMarkerStyleAllowed:xj:x8', [0, false], 'IsCustomShapeStyleAllowed:xk:x9', [0, false], 'ItemSearchMode:xb:ya', [igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xm:yb', [1, 10000], 'ItemSearchThreshold:xn:yc', [1, 10000], 'ShapeFilterResolution:xl:yd', [1, 2], 'ShapeMemberPath:xz:ye', [2, "points"]]);
5607
+ GeographicShapeSeriesBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xn:x4', [2], 'FillScale:w9:x5', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:xh:x6', [0, false], 'IsCustomShapeMarkerStyleAllowed:xi:x7', [0, false], 'IsCustomShapeStyleAllowed:xj:x8', [0, false], 'ItemSearchMode:xa:x9', [igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xl:ya', [1, 10000], 'ItemSearchThreshold:xm:yb', [1, 10000], 'ShapeFilterResolution:xk:yc', [1, 2], 'ShapeMemberPath:xy:yd', [2, "points"]]);
5608
5608
  return GeographicShapeSeriesBase;
5609
5609
  }(GeographicMapSeriesHost));
5610
5610
  /**
@@ -5620,23 +5620,23 @@
5620
5620
  }
5621
5621
  GeographicShapeSeriesBaseView.prototype.b5 = function () {
5622
5622
  _super.prototype.b5.call(this);
5623
- this.ch.w0.y7 = this.ch.xz;
5623
+ this.ch.wz.y6 = this.ch.xy;
5624
5624
  };
5625
5625
  GeographicShapeSeriesBaseView.prototype.ci = function () {
5626
- var a = this.ch.w0;
5626
+ var a = this.ch.wz;
5627
5627
  if (this.ch.db == null) {
5628
- a.xe = null;
5629
- a.xg = null;
5628
+ a.xd = null;
5629
+ a.xf = null;
5630
5630
  return;
5631
5631
  }
5632
- a.xe = this.ch.db.ws;
5633
- a.xg = this.ch.db.wu;
5632
+ a.xd = this.ch.db.ws;
5633
+ a.xf = this.ch.db.wu;
5634
5634
  };
5635
5635
  GeographicShapeSeriesBaseView.prototype.ck = function () {
5636
- this.ch.w0.y7 = this.ch.xz;
5636
+ this.ch.wz.y6 = this.ch.xy;
5637
5637
  };
5638
5638
  GeographicShapeSeriesBaseView.prototype.cj = function () {
5639
- this.ch.w0.ym = this.ch.xl;
5639
+ this.ch.wz.yl = this.ch.xk;
5640
5640
  };
5641
5641
  GeographicShapeSeriesBaseView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
5642
5642
  return GeographicShapeSeriesBaseView;
@@ -5672,54 +5672,54 @@
5672
5672
  _this.cl = null;
5673
5673
  _this.cl = a;
5674
5674
  if (!_this.q) {
5675
- _this.cl.xz = "points";
5675
+ _this.cl.xy = "points";
5676
5676
  }
5677
5677
  return _this;
5678
5678
  }
5679
5679
  GeographicShapeSeriesView.prototype.au = function () {
5680
5680
  _super.prototype.au.call(this);
5681
5681
  if (!this.q) {
5682
- this.cl.zm = igniteuiWebcomponentsCharts.Defaults.aj;
5683
- this.cl.jp = igniteuiWebcomponentsCharts.Defaults.p;
5684
- this.cl.yl = igniteuiWebcomponentsCharts.Defaults.o;
5685
- this.cl.yi = igniteuiWebcomponentsCharts.Defaults.d;
5686
- this.cl.yg = igniteuiWebcomponentsCharts.Defaults.a;
5682
+ this.cl.zl = igniteuiWebcomponentsCharts.Defaults.aj;
5683
+ this.cl.jo = igniteuiWebcomponentsCharts.Defaults.p;
5684
+ this.cl.yk = igniteuiWebcomponentsCharts.Defaults.o;
5685
+ this.cl.yh = igniteuiWebcomponentsCharts.Defaults.d;
5686
+ this.cl.yf = igniteuiWebcomponentsCharts.Defaults.a;
5687
5687
  }
5688
5688
  };
5689
5689
  GeographicShapeSeriesView.prototype.b5 = function () {
5690
5690
  _super.prototype.b5.call(this);
5691
- this.cl.w0.abt = this.cl.zo;
5692
- this.cl.w0.aam = this.cl.yj;
5693
- this.cl.w0.aa8 = this.cl.y4;
5694
- this.cl.w0.aap = this.cl.yl;
5695
- this.cl.w0.z8 = this.cl.yf;
5691
+ this.cl.wz.abs = this.cl.zn;
5692
+ this.cl.wz.aal = this.cl.yi;
5693
+ this.cl.wz.aa7 = this.cl.y3;
5694
+ this.cl.wz.aao = this.cl.yk;
5695
+ this.cl.wz.z7 = this.cl.ye;
5696
5696
  };
5697
5697
  GeographicShapeSeriesView.prototype.cq = function () {
5698
- this.cl.w0.aa8 = this.cl.y4;
5698
+ this.cl.wz.aa7 = this.cl.y3;
5699
5699
  };
5700
5700
  GeographicShapeSeriesView.prototype.cs = function () {
5701
- this.cl.w0.aap = this.cl.yl;
5701
+ this.cl.wz.aao = this.cl.yk;
5702
5702
  };
5703
5703
  GeographicShapeSeriesView.prototype.cn = function () {
5704
- this.cl.w0.z8 = this.cl.yf;
5704
+ this.cl.wz.z7 = this.cl.ye;
5705
5705
  };
5706
5706
  GeographicShapeSeriesView.prototype.cr = function () {
5707
- this.cl.w0.aah = this.cl.yi;
5707
+ this.cl.wz.aag = this.cl.yh;
5708
5708
  };
5709
5709
  GeographicShapeSeriesView.prototype.cm = function () {
5710
- this.cl.w0.abp = this.cl.zl;
5710
+ this.cl.wz.abo = this.cl.zk;
5711
5711
  };
5712
5712
  GeographicShapeSeriesView.prototype.co = function () {
5713
- this.cl.w0.abq = this.cl.zm;
5713
+ this.cl.wz.abp = this.cl.zl;
5714
5714
  };
5715
5715
  GeographicShapeSeriesView.prototype.cp = function () {
5716
- this.cl.w0.abs = this.cl.zn;
5716
+ this.cl.wz.abr = this.cl.zm;
5717
5717
  };
5718
5718
  GeographicShapeSeriesView.prototype.ct = function () {
5719
- this.cl.w0.aam = this.cl.yj;
5719
+ this.cl.wz.aal = this.cl.yi;
5720
5720
  };
5721
5721
  GeographicShapeSeriesView.prototype.cu = function () {
5722
- this.cl.w0.abt = this.cl.zo;
5722
+ this.cl.wz.abs = this.cl.zn;
5723
5723
  };
5724
5724
  GeographicShapeSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
5725
5725
  return GeographicShapeSeriesView;
@@ -5738,95 +5738,95 @@
5738
5738
  GeographicShapeSeries.prototype.bj = function () {
5739
5739
  return new GeographicShapeSeries();
5740
5740
  };
5741
- GeographicShapeSeries.prototype.get_fq = function () {
5741
+ GeographicShapeSeries.prototype.get_fp = function () {
5742
5742
  return true;
5743
5743
  };
5744
5744
  GeographicShapeSeries.prototype.cs = function () {
5745
5745
  return new GeographicShapeSeriesView(this);
5746
5746
  };
5747
- GeographicShapeSeries.prototype.q1 = function (a) {
5748
- _super.prototype.q1.call(this, a);
5749
- this.yk = a;
5747
+ GeographicShapeSeries.prototype.q0 = function (a) {
5748
+ _super.prototype.q0.call(this, a);
5749
+ this.yj = a;
5750
5750
  };
5751
- GeographicShapeSeries.prototype.wz = function () {
5751
+ GeographicShapeSeries.prototype.wy = function () {
5752
5752
  var a = new igniteuiWebcomponentsCharts.ScatterPolygonSeries();
5753
- a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.y1));
5754
- a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.y2));
5753
+ a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.y0));
5754
+ a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.y1));
5755
5755
  return a;
5756
5756
  };
5757
- GeographicShapeSeries.prototype.y1 = function (a, b) {
5757
+ GeographicShapeSeries.prototype.y0 = function (a, b) {
5758
5758
  if (this.styleShape != null) {
5759
5759
  this.styleShape(this, b);
5760
5760
  }
5761
5761
  };
5762
- GeographicShapeSeries.prototype.y2 = function (a, b) {
5763
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.w0);
5762
+ GeographicShapeSeries.prototype.y1 = function (a, b) {
5763
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.wz);
5764
5764
  if (c == null) {
5765
5765
  return;
5766
5766
  }
5767
5767
  };
5768
- GeographicShapeSeries.prototype.io = function () {
5769
- return this.yl;
5768
+ GeographicShapeSeries.prototype.im = function () {
5769
+ return this.yk;
5770
+ };
5771
+ GeographicShapeSeries.prototype.vk = function () {
5772
+ return this.zi;
5770
5773
  };
5771
5774
  GeographicShapeSeries.prototype.vl = function () {
5772
5775
  return this.zj;
5773
5776
  };
5774
- GeographicShapeSeries.prototype.vm = function () {
5775
- return this.zk;
5777
+ GeographicShapeSeries.prototype.sy = function () {
5778
+ return this.y2;
5776
5779
  };
5777
- GeographicShapeSeries.prototype.sz = function () {
5778
- return this.y3;
5779
- };
5780
- GeographicShapeSeries.prototype.ma = function () {
5781
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.w0);
5780
+ GeographicShapeSeries.prototype.l9 = function () {
5781
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.wz);
5782
5782
  if (a == null) {
5783
5783
  return "Unknown";
5784
5784
  }
5785
- return a.ma();
5785
+ return a.l9();
5786
5786
  };
5787
- GeographicShapeSeries.prototype.q9 = function (a, b, c, d) {
5788
- _super.prototype.q9.call(this, a, b, c, d);
5787
+ GeographicShapeSeries.prototype.q8 = function (a, b, c, d) {
5788
+ _super.prototype.q8.call(this, a, b, c, d);
5789
5789
  switch (b) {
5790
5790
  case GeographicShapeSeries.$$p[6]:
5791
- this.w0.aaf = this.yh;
5791
+ this.wz.aae = this.yg;
5792
5792
  break;
5793
5793
  case GeographicShapeSeries.$$p[5]:
5794
- this.w0.aab = this.yg;
5794
+ this.wz.aaa = this.yf;
5795
5795
  break;
5796
5796
  case GeographicShapeSeries.$$p[9]:
5797
- this.yk.cq();
5797
+ this.yj.cq();
5798
5798
  break;
5799
5799
  case GeographicShapeSeries.$$p[10]:
5800
- this.yk.cs();
5800
+ this.yj.cs();
5801
5801
  break;
5802
5802
  case GeographicShapeSeries.$$p[4]:
5803
- this.yk.cn();
5803
+ this.yj.cn();
5804
5804
  break;
5805
5805
  case GeographicShapeSeries.$$p[11]:
5806
- this.yk.cr();
5806
+ this.yj.cr();
5807
5807
  break;
5808
5808
  case GeographicShapeSeries.$$p[3]:
5809
- this.yk.cm();
5809
+ this.yj.cm();
5810
5810
  break;
5811
5811
  case GeographicShapeSeries.$$p[7]:
5812
- this.yk.co();
5812
+ this.yj.co();
5813
5813
  break;
5814
5814
  case GeographicShapeSeries.$$p[8]:
5815
- this.yk.cp();
5815
+ this.yj.cp();
5816
5816
  break;
5817
5817
  case GeographicShapeSeries.$$p[13]:
5818
- this.yk.ct();
5818
+ this.yj.ct();
5819
5819
  break;
5820
5820
  case GeographicShapeSeries.$$p[12]:
5821
- this.yk.cu();
5821
+ this.yj.cu();
5822
5822
  break;
5823
5823
  }
5824
5824
  };
5825
- GeographicShapeSeries.prototype.jl = function () {
5825
+ GeographicShapeSeries.prototype.jk = function () {
5826
5826
  return 0.7;
5827
5827
  };
5828
5828
  GeographicShapeSeries.$t = igniteuiWebcomponentsCore.markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
5829
- GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zj:y5', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:zk:y6', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:y3:y7', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:zl:y8', [igniteuiWebcomponentsCore.Brush.$], 'MarkerCollisionAvoidance:yf:y9', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yg:za', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yh:zb', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:zm:zc', [igniteuiWebcomponentsCore.Brush.$], 'MarkerStyle:zn:zd', [igniteuiWebcomponentsCore.Style.$], 'MarkerTemplate:y4:ze', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:yl:zf', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:yi:zg', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, 2)], 'ShapeStyle:zo:zh', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:yj:zi', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
5829
+ GeographicShapeSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zi:y4', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:zj:y5', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:y2:y6', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:zk:y7', [igniteuiWebcomponentsCore.Brush.$], 'MarkerCollisionAvoidance:ye:y8', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yf:y9', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yg:za', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:zl:zb', [igniteuiWebcomponentsCore.Brush.$], 'MarkerStyle:zm:zc', [igniteuiWebcomponentsCore.Style.$], 'MarkerTemplate:y3:zd', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:yk:ze', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:yh:zf', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, 2)], 'ShapeStyle:zn:zg', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:yi:zh', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
5830
5830
  return GeographicShapeSeries;
5831
5831
  }(GeographicShapeSeriesBase));
5832
5832
 
@@ -5909,7 +5909,7 @@
5909
5909
  * Gets whether the current series shows a polygon shape.
5910
5910
  */
5911
5911
  get: function () {
5912
- return this.i.fq;
5912
+ return this.i.fp;
5913
5913
  },
5914
5914
  enumerable: false,
5915
5915
  configurable: true
@@ -5919,11 +5919,11 @@
5919
5919
  * Gets or sets the fill brush.
5920
5920
  */
5921
5921
  get: function () {
5922
- return this.i.zo ? this.i.zo.fill : null;
5922
+ return this.i.zn ? this.i.zn.fill : null;
5923
5923
  },
5924
5924
  set: function (v) {
5925
5925
  this.ensureShapeStyle();
5926
- this.i.zo.fill = v;
5926
+ this.i.zn.fill = v;
5927
5927
  },
5928
5928
  enumerable: false,
5929
5929
  configurable: true
@@ -5933,11 +5933,11 @@
5933
5933
  * Gets or sets the stroke brush.
5934
5934
  */
5935
5935
  get: function () {
5936
- return this.i.zo ? this.i.zo.stroke : null;
5936
+ return this.i.zn ? this.i.zn.stroke : null;
5937
5937
  },
5938
5938
  set: function (v) {
5939
5939
  this.ensureShapeStyle();
5940
- this.i.zo.stroke = v;
5940
+ this.i.zn.stroke = v;
5941
5941
  },
5942
5942
  enumerable: false,
5943
5943
  configurable: true
@@ -5947,12 +5947,12 @@
5947
5947
  * Gets or sets the stroke thickness.
5948
5948
  */
5949
5949
  get: function () {
5950
- return this.i.zo ? this.i.zo.strokeThickness : NaN;
5950
+ return this.i.zn ? this.i.zn.strokeThickness : NaN;
5951
5951
  },
5952
5952
  set: function (v) {
5953
5953
  this.ensureShapeStyle();
5954
- this.i.zo.strokeThickness = +v;
5955
- this._a("shapeStrokeThickness", this.i.zo.strokeThickness);
5954
+ this.i.zn.strokeThickness = +v;
5955
+ this._a("shapeStrokeThickness", this.i.zn.strokeThickness);
5956
5956
  },
5957
5957
  enumerable: false,
5958
5958
  configurable: true
@@ -5962,21 +5962,21 @@
5962
5962
  * Gets or sets the opacity.
5963
5963
  */
5964
5964
  get: function () {
5965
- return this.i.zo ? this.i.zo.opacity : NaN;
5965
+ return this.i.zn ? this.i.zn.opacity : NaN;
5966
5966
  },
5967
5967
  set: function (v) {
5968
5968
  this.ensureShapeStyle();
5969
- this.i.zo.opacity = +v;
5970
- this._a("shapeOpacity", this.i.zo.opacity);
5969
+ this.i.zn.opacity = +v;
5970
+ this._a("shapeOpacity", this.i.zn.opacity);
5971
5971
  },
5972
5972
  enumerable: false,
5973
5973
  configurable: true
5974
5974
  });
5975
5975
  IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
5976
- if (this.i.zo) {
5976
+ if (this.i.zn) {
5977
5977
  return;
5978
5978
  }
5979
- this.i.zo = new igniteuiWebcomponentsCore.Style();
5979
+ this.i.zn = new igniteuiWebcomponentsCore.Style();
5980
5980
  };
5981
5981
  Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
5982
5982
  /**
@@ -5984,11 +5984,11 @@
5984
5984
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
5985
5985
  */
5986
5986
  get: function () {
5987
- return this.i.yi;
5987
+ return this.i.yh;
5988
5988
  },
5989
5989
  set: function (v) {
5990
- this.i.yi = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
5991
- this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.yi));
5990
+ this.i.yh = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
5991
+ this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.yh));
5992
5992
  },
5993
5993
  enumerable: false,
5994
5994
  configurable: true
@@ -5998,11 +5998,11 @@
5998
5998
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
5999
5999
  */
6000
6000
  get: function () {
6001
- return this.i.yh;
6001
+ return this.i.yg;
6002
6002
  },
6003
6003
  set: function (v) {
6004
- this.i.yh = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
6005
- this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.yh));
6004
+ this.i.yg = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
6005
+ this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.yg));
6006
6006
  },
6007
6007
  enumerable: false,
6008
6008
  configurable: true
@@ -6012,11 +6012,11 @@
6012
6012
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
6013
6013
  */
6014
6014
  get: function () {
6015
- return this.i.yg;
6015
+ return this.i.yf;
6016
6016
  },
6017
6017
  set: function (v) {
6018
- this.i.yg = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
6019
- this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.yg));
6018
+ this.i.yf = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
6019
+ this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.yf));
6020
6020
  },
6021
6021
  enumerable: false,
6022
6022
  configurable: true
@@ -6026,10 +6026,10 @@
6026
6026
  * Gets or sets the MarkerTemplate for the current series object.
6027
6027
  */
6028
6028
  get: function () {
6029
- return this.i.y4;
6029
+ return this.i.y3;
6030
6030
  },
6031
6031
  set: function (v) {
6032
- this.i.y4 = v;
6032
+ this.i.y3 = v;
6033
6033
  },
6034
6034
  enumerable: false,
6035
6035
  configurable: true
@@ -6039,11 +6039,11 @@
6039
6039
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
6040
6040
  */
6041
6041
  get: function () {
6042
- return igniteuiWebcomponentsCore.brushToString(this.i.zl);
6042
+ return igniteuiWebcomponentsCore.brushToString(this.i.zk);
6043
6043
  },
6044
6044
  set: function (v) {
6045
- this.i.zl = igniteuiWebcomponentsCore.stringToBrush(v);
6046
- this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.zl));
6045
+ this.i.zk = igniteuiWebcomponentsCore.stringToBrush(v);
6046
+ this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.zk));
6047
6047
  },
6048
6048
  enumerable: false,
6049
6049
  configurable: true
@@ -6053,11 +6053,11 @@
6053
6053
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
6054
6054
  */
6055
6055
  get: function () {
6056
- return igniteuiWebcomponentsCore.brushToString(this.i.zm);
6056
+ return igniteuiWebcomponentsCore.brushToString(this.i.zl);
6057
6057
  },
6058
6058
  set: function (v) {
6059
- this.i.zm = igniteuiWebcomponentsCore.stringToBrush(v);
6060
- this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.zm));
6059
+ this.i.zl = igniteuiWebcomponentsCore.stringToBrush(v);
6060
+ this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.zl));
6061
6061
  },
6062
6062
  enumerable: false,
6063
6063
  configurable: true
@@ -6067,11 +6067,11 @@
6067
6067
  * Gets or sets thickness of the marker outline
6068
6068
  */
6069
6069
  get: function () {
6070
- return this.i.yl;
6070
+ return this.i.yk;
6071
6071
  },
6072
6072
  set: function (v) {
6073
- this.i.yl = +v;
6074
- this._a("markerThickness", this.i.yl);
6073
+ this.i.yk = +v;
6074
+ this._a("markerThickness", this.i.yk);
6075
6075
  },
6076
6076
  enumerable: false,
6077
6077
  configurable: true
@@ -6081,11 +6081,11 @@
6081
6081
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
6082
6082
  */
6083
6083
  get: function () {
6084
- return this.i.yf;
6084
+ return this.i.ye;
6085
6085
  },
6086
6086
  set: function (v) {
6087
- this.i.yf = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
6088
- this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.yf));
6087
+ this.i.ye = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
6088
+ this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.ye));
6089
6089
  },
6090
6090
  enumerable: false,
6091
6091
  configurable: true
@@ -6095,10 +6095,10 @@
6095
6095
  * Gets the effective marker template for the current series object.
6096
6096
  */
6097
6097
  get: function () {
6098
- return this.i.y3;
6098
+ return this.i.y2;
6099
6099
  },
6100
6100
  set: function (v) {
6101
- this.i.y3 = v;
6101
+ this.i.y2 = v;
6102
6102
  },
6103
6103
  enumerable: false,
6104
6104
  configurable: true
@@ -6108,11 +6108,11 @@
6108
6108
  * Gets the effective marker brush for the current series object.
6109
6109
  */
6110
6110
  get: function () {
6111
- return igniteuiWebcomponentsCore.brushToString(this.i.zj);
6111
+ return igniteuiWebcomponentsCore.brushToString(this.i.zi);
6112
6112
  },
6113
6113
  set: function (v) {
6114
- this.i.zj = igniteuiWebcomponentsCore.stringToBrush(v);
6115
- this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.zj));
6114
+ this.i.zi = igniteuiWebcomponentsCore.stringToBrush(v);
6115
+ this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.zi));
6116
6116
  },
6117
6117
  enumerable: false,
6118
6118
  configurable: true
@@ -6122,11 +6122,11 @@
6122
6122
  * Gets the effective marker outline for the current series object.
6123
6123
  */
6124
6124
  get: function () {
6125
- return igniteuiWebcomponentsCore.brushToString(this.i.zk);
6125
+ return igniteuiWebcomponentsCore.brushToString(this.i.zj);
6126
6126
  },
6127
6127
  set: function (v) {
6128
- this.i.zk = igniteuiWebcomponentsCore.stringToBrush(v);
6129
- this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.zk));
6128
+ this.i.zj = igniteuiWebcomponentsCore.stringToBrush(v);
6129
+ this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.zj));
6130
6130
  },
6131
6131
  enumerable: false,
6132
6132
  configurable: true
@@ -6203,19 +6203,19 @@
6203
6203
  GeographicPolylineSeriesView.prototype.au = function () {
6204
6204
  _super.prototype.au.call(this);
6205
6205
  if (!this.q) {
6206
- this.cl.jp = igniteuiWebcomponentsCharts.Defaults.n;
6206
+ this.cl.jo = igniteuiWebcomponentsCharts.Defaults.n;
6207
6207
  }
6208
6208
  };
6209
6209
  GeographicPolylineSeriesView.prototype.b5 = function () {
6210
6210
  _super.prototype.b5.call(this);
6211
- this.cl.w0.z8 = this.cl.yf;
6212
- this.cl.w0.aad = this.cl.yn;
6211
+ this.cl.wz.z7 = this.cl.ye;
6212
+ this.cl.wz.aac = this.cl.ym;
6213
6213
  };
6214
6214
  GeographicPolylineSeriesView.prototype.cm = function () {
6215
- this.cl.w0.z8 = this.cl.yf;
6215
+ this.cl.wz.z7 = this.cl.ye;
6216
6216
  };
6217
6217
  GeographicPolylineSeriesView.prototype.cn = function () {
6218
- this.cl.w0.aad = this.cl.yn;
6218
+ this.cl.wz.aac = this.cl.ym;
6219
6219
  };
6220
6220
  GeographicPolylineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
6221
6221
  return GeographicPolylineSeriesView;
@@ -6234,39 +6234,39 @@
6234
6234
  GeographicPolylineSeries.prototype.bj = function () {
6235
6235
  return new GeographicPolylineSeries();
6236
6236
  };
6237
- GeographicPolylineSeries.prototype.get_fr = function () {
6237
+ GeographicPolylineSeries.prototype.get_fq = function () {
6238
6238
  return true;
6239
6239
  };
6240
6240
  GeographicPolylineSeries.prototype.cs = function () {
6241
6241
  return new GeographicPolylineSeriesView(this);
6242
6242
  };
6243
- GeographicPolylineSeries.prototype.q1 = function (a) {
6244
- _super.prototype.q1.call(this, a);
6245
- this.yg = a;
6243
+ GeographicPolylineSeries.prototype.q0 = function (a) {
6244
+ _super.prototype.q0.call(this, a);
6245
+ this.yf = a;
6246
6246
  };
6247
- GeographicPolylineSeries.prototype.wz = function () {
6247
+ GeographicPolylineSeries.prototype.wy = function () {
6248
6248
  var a = new igniteuiWebcomponentsCharts.ScatterPolylineSeries();
6249
- a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.yk));
6249
+ a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.yj));
6250
6250
  return a;
6251
6251
  };
6252
- GeographicPolylineSeries.prototype.yk = function (a, b) {
6252
+ GeographicPolylineSeries.prototype.yj = function (a, b) {
6253
6253
  if (this.styleShape != null) {
6254
6254
  this.styleShape(this, b);
6255
6255
  }
6256
6256
  };
6257
- GeographicPolylineSeries.prototype.q9 = function (a, b, c, d) {
6258
- _super.prototype.q9.call(this, a, b, c, d);
6257
+ GeographicPolylineSeries.prototype.q8 = function (a, b, c, d) {
6258
+ _super.prototype.q8.call(this, a, b, c, d);
6259
6259
  switch (b) {
6260
6260
  case GeographicPolylineSeries.$$p[1]:
6261
- this.yg.cm();
6261
+ this.yf.cm();
6262
6262
  break;
6263
6263
  case GeographicPolylineSeries.$$p[0]:
6264
- this.yg.cn();
6264
+ this.yf.cn();
6265
6265
  break;
6266
6266
  }
6267
6267
  };
6268
6268
  GeographicPolylineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
6269
- GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:yn:yl', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:yf:ym', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
6269
+ GeographicPolylineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:ym:yk', [igniteuiWebcomponentsCore.Style.$, null], 'ShapeStyleSelector:ye:yl', [igniteuiWebcomponentsCharts.StyleSelector.$, null]]);
6270
6270
  return GeographicPolylineSeries;
6271
6271
  }(GeographicShapeSeriesBase));
6272
6272
 
@@ -6349,7 +6349,7 @@
6349
6349
  * Gets whether the current series shows a polyline shape.
6350
6350
  */
6351
6351
  get: function () {
6352
- return this.i.fr;
6352
+ return this.i.fq;
6353
6353
  },
6354
6354
  enumerable: false,
6355
6355
  configurable: true
@@ -6359,11 +6359,11 @@
6359
6359
  * Gets or sets the fill brush.
6360
6360
  */
6361
6361
  get: function () {
6362
- return this.i.yn ? this.i.yn.fill : null;
6362
+ return this.i.ym ? this.i.ym.fill : null;
6363
6363
  },
6364
6364
  set: function (v) {
6365
6365
  this.ensureShapeStyle();
6366
- this.i.yn.fill = v;
6366
+ this.i.ym.fill = v;
6367
6367
  },
6368
6368
  enumerable: false,
6369
6369
  configurable: true
@@ -6373,11 +6373,11 @@
6373
6373
  * Gets or sets the stroke brush.
6374
6374
  */
6375
6375
  get: function () {
6376
- return this.i.yn ? this.i.yn.stroke : null;
6376
+ return this.i.ym ? this.i.ym.stroke : null;
6377
6377
  },
6378
6378
  set: function (v) {
6379
6379
  this.ensureShapeStyle();
6380
- this.i.yn.stroke = v;
6380
+ this.i.ym.stroke = v;
6381
6381
  },
6382
6382
  enumerable: false,
6383
6383
  configurable: true
@@ -6387,12 +6387,12 @@
6387
6387
  * Gets or sets the stroke thickness.
6388
6388
  */
6389
6389
  get: function () {
6390
- return this.i.yn ? this.i.yn.strokeThickness : NaN;
6390
+ return this.i.ym ? this.i.ym.strokeThickness : NaN;
6391
6391
  },
6392
6392
  set: function (v) {
6393
6393
  this.ensureShapeStyle();
6394
- this.i.yn.strokeThickness = +v;
6395
- this._a("shapeStrokeThickness", this.i.yn.strokeThickness);
6394
+ this.i.ym.strokeThickness = +v;
6395
+ this._a("shapeStrokeThickness", this.i.ym.strokeThickness);
6396
6396
  },
6397
6397
  enumerable: false,
6398
6398
  configurable: true
@@ -6402,21 +6402,21 @@
6402
6402
  * Gets or sets the opacity.
6403
6403
  */
6404
6404
  get: function () {
6405
- return this.i.yn ? this.i.yn.opacity : NaN;
6405
+ return this.i.ym ? this.i.ym.opacity : NaN;
6406
6406
  },
6407
6407
  set: function (v) {
6408
6408
  this.ensureShapeStyle();
6409
- this.i.yn.opacity = +v;
6410
- this._a("shapeOpacity", this.i.yn.opacity);
6409
+ this.i.ym.opacity = +v;
6410
+ this._a("shapeOpacity", this.i.ym.opacity);
6411
6411
  },
6412
6412
  enumerable: false,
6413
6413
  configurable: true
6414
6414
  });
6415
6415
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
6416
- if (this.i.yn) {
6416
+ if (this.i.ym) {
6417
6417
  return;
6418
6418
  }
6419
- this.i.yn = new igniteuiWebcomponentsCore.Style();
6419
+ this.i.ym = new igniteuiWebcomponentsCore.Style();
6420
6420
  };
6421
6421
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
6422
6422
  get: function () {
@@ -6581,59 +6581,59 @@
6581
6581
  tslib.__extends(TileSeries, _super);
6582
6582
  function TileSeries() {
6583
6583
  var _this = _super.call(this) || this;
6584
- _this.z9 = null;
6585
6584
  _this.z8 = null;
6585
+ _this.z7 = null;
6586
6586
  _this.imageTilesReady = null;
6587
- _this.aac = null;
6588
- _this.aad = false;
6587
+ _this.aab = null;
6588
+ _this.aac = false;
6589
6589
  _this.ab = TileSeries.$;
6590
6590
  return _this;
6591
6591
  }
6592
6592
  TileSeries.prototype.bj = function () {
6593
6593
  return new TileSeries();
6594
6594
  };
6595
- TileSeries.prototype.get_f3 = function () {
6595
+ TileSeries.prototype.get_f2 = function () {
6596
6596
  return true;
6597
6597
  };
6598
6598
  TileSeries.prototype.cs = function () {
6599
6599
  return new TileSeriesView(this);
6600
6600
  };
6601
- TileSeries.prototype.q1 = function (a) {
6602
- _super.prototype.q1.call(this, a);
6603
- this.z7 = a;
6601
+ TileSeries.prototype.q0 = function (a) {
6602
+ _super.prototype.q0.call(this, a);
6603
+ this.z6 = a;
6604
6604
  };
6605
- TileSeries.prototype.get_ya = function () {
6605
+ TileSeries.prototype.get_x9 = function () {
6606
6606
  return false;
6607
6607
  };
6608
- Object.defineProperty(TileSeries.prototype, "aab", {
6608
+ Object.defineProperty(TileSeries.prototype, "aaa", {
6609
6609
  get: function () {
6610
- return this.z9;
6610
+ return this.z8;
6611
6611
  },
6612
6612
  set: function (a) {
6613
- var b = a != this.aab;
6613
+ var b = a != this.aaa;
6614
6614
  if (b) {
6615
- var c = this.aab;
6616
- this.z9 = a;
6615
+ var c = this.aaa;
6616
+ this.z8 = a;
6617
6617
  this.raisePropertyChanged("TileImagery", c, a);
6618
6618
  }
6619
6619
  },
6620
6620
  enumerable: false,
6621
6621
  configurable: true
6622
6622
  });
6623
- Object.defineProperty(TileSeries.prototype, "aaa", {
6623
+ Object.defineProperty(TileSeries.prototype, "z9", {
6624
6624
  get: function () {
6625
- return this.z8;
6625
+ return this.z7;
6626
6626
  },
6627
6627
  set: function (a) {
6628
- var b = this.z8;
6629
- this.z8 = a;
6630
- this.raisePropertyChanged("ActualTileImagery", b, this.z8);
6628
+ var b = this.z7;
6629
+ this.z7 = a;
6630
+ this.raisePropertyChanged("ActualTileImagery", b, this.z7);
6631
6631
  },
6632
6632
  enumerable: false,
6633
6633
  configurable: true
6634
6634
  });
6635
- TileSeries.prototype.q9 = function (a, b, c, d) {
6636
- _super.prototype.q9.call(this, a, b, c, d);
6635
+ TileSeries.prototype.q8 = function (a, b, c, d) {
6636
+ _super.prototype.q8.call(this, a, b, c, d);
6637
6637
  var e;
6638
6638
  var f;
6639
6639
  switch (b) {
@@ -6641,141 +6641,141 @@
6641
6641
  e = c;
6642
6642
  f = d;
6643
6643
  if (e != null) {
6644
- e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aag));
6644
+ e.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aaf));
6645
6645
  }
6646
6646
  if (f != null) {
6647
- f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aag));
6647
+ f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aaf));
6648
6648
  }
6649
- this.z7.dh(e, f);
6650
- this.rr(false);
6651
- this.ql();
6649
+ this.z6.dh(e, f);
6650
+ this.rq(false);
6651
+ this.qk();
6652
6652
  break;
6653
6653
  case "ActualTileImagery":
6654
6654
  e = c;
6655
6655
  f = d;
6656
6656
  if (e != null) {
6657
- e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aah));
6657
+ e.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(e.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aag));
6658
6658
  e.deferralHandler = null;
6659
6659
  }
6660
6660
  if (f != null) {
6661
- f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aah));
6661
+ f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aag));
6662
6662
  f.deferralHandler = this;
6663
6663
  }
6664
- this.z7.dg(e, f);
6664
+ this.z6.dg(e, f);
6665
6665
  if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.db) !== null) {
6666
6666
  f.geographicMap = this.db;
6667
- this.aaj(this.cv);
6668
- this.z7.dd(this.db.v4);
6667
+ this.aai(this.cv);
6668
+ this.z6.dd(this.db.v4);
6669
6669
  }
6670
- this.ql();
6670
+ this.qk();
6671
6671
  break;
6672
6672
  case "ActualWindowRect":
6673
- this.z7.dd(d);
6673
+ this.z6.dd(d);
6674
6674
  break;
6675
6675
  case "WorldRect":
6676
- this.z7.dk(d);
6676
+ this.z6.dk(d);
6677
6677
  break;
6678
6678
  case "SeriesViewer":
6679
6679
  var g = c;
6680
6680
  var h = d;
6681
- if (g != null && this.aaa != null) {
6682
- this.aaa.be(null);
6681
+ if (g != null && this.z9 != null) {
6682
+ this.z9.be(null);
6683
6683
  }
6684
- if (h != null && this.aaa != null) {
6685
- this.aaa.be(this.cv.w);
6684
+ if (h != null && this.z9 != null) {
6685
+ this.z9.be(this.cv.w);
6686
6686
  }
6687
6687
  break;
6688
6688
  case "ActualBrush":
6689
6689
  case "ActualOutline":
6690
6690
  case "ActualThickness":
6691
- this.qn();
6691
+ this.qm();
6692
6692
  break;
6693
6693
  }
6694
6694
  };
6695
- TileSeries.prototype.aag = function (a, b) {
6695
+ TileSeries.prototype.aaf = function (a, b) {
6696
6696
  if (b.propertyName == "MultiScaleImage") {
6697
- this.aaj(this.cv);
6697
+ this.aai(this.cv);
6698
6698
  }
6699
6699
  };
6700
- TileSeries.prototype.aah = function (a, b) {
6700
+ TileSeries.prototype.aag = function (a, b) {
6701
6701
  if (this.imageTilesReady != null) {
6702
6702
  this.imageTilesReady(this, new igniteuiWebcomponentsCore.EventArgs());
6703
6703
  }
6704
- if (!this.aad) {
6705
- this.z7.di();
6704
+ if (!this.aac) {
6705
+ this.z6.di();
6706
6706
  }
6707
6707
  };
6708
6708
  TileSeries.prototype.register = function (a, b) {
6709
- this.aac = b;
6709
+ this.aab = b;
6710
6710
  };
6711
6711
  TileSeries.prototype.unRegister = function (a) {
6712
- this.aac = null;
6712
+ this.aab = null;
6713
6713
  };
6714
6714
  TileSeries.prototype.deferredRefresh = function () {
6715
- this.rr(false);
6715
+ this.rq(false);
6716
6716
  };
6717
6717
  TileSeries.prototype.deferAction = function (a) {
6718
- if (this.jz != null) {
6719
- this.jz.setTimeout(a, 0);
6718
+ if (this.jy != null) {
6719
+ this.jy.setTimeout(a, 0);
6720
6720
  }
6721
6721
  else {
6722
6722
  window.setTimeout(a, 0);
6723
6723
  }
6724
6724
  };
6725
- TileSeries.prototype.sq = function (a, b) {
6726
- this.z7.dj();
6727
- _super.prototype.sq.call(this, a, b);
6725
+ TileSeries.prototype.sp = function (a, b) {
6726
+ this.z6.dj();
6727
+ _super.prototype.sp.call(this, a, b);
6728
6728
  };
6729
- TileSeries.prototype.rs = function (a) {
6730
- _super.prototype.rs.call(this, a);
6731
- this.aai(a, this.cv);
6729
+ TileSeries.prototype.rr = function (a) {
6730
+ _super.prototype.rr.call(this, a);
6731
+ this.aah(a, this.cv);
6732
6732
  };
6733
- TileSeries.prototype.aai = function (a, b) {
6733
+ TileSeries.prototype.aah = function (a, b) {
6734
6734
  var c;
6735
6735
  var d;
6736
6736
  var e = b;
6737
6737
  var f = b.getViewInfo(c, d);
6738
6738
  c = f.p0;
6739
6739
  d = f.p1;
6740
- this.aaj(b);
6741
- if (this.aac != null) {
6742
- this.aad = true;
6743
- this.aac(a);
6744
- this.aad = false;
6740
+ this.aai(b);
6741
+ if (this.aab != null) {
6742
+ this.aac = true;
6743
+ this.aab(a);
6744
+ this.aac = false;
6745
6745
  }
6746
6746
  e.di();
6747
6747
  };
6748
- TileSeries.prototype.rq = function (a, b, c, d, e) {
6749
- _super.prototype.rq.call(this, a, b, c, d, e);
6750
- var f = this.hn.item(d);
6748
+ TileSeries.prototype.rp = function (a, b, c, d, e) {
6749
+ _super.prototype.rp.call(this, a, b, c, d, e);
6750
+ var f = this.hm.item(d);
6751
6751
  f.a3(c);
6752
6752
  if (this.d5(f)) {
6753
6753
  return;
6754
6754
  }
6755
- this.zn(f);
6755
+ this.zm(f);
6756
6756
  };
6757
- TileSeries.prototype.aaj = function (a) {
6757
+ TileSeries.prototype.aai = function (a) {
6758
6758
  var b;
6759
6759
  var c;
6760
6760
  var d = a.getViewInfo(b, c);
6761
6761
  b = d.p0;
6762
6762
  c = d.p1;
6763
- if (this.aab != null && this.aab.ao != null) {
6764
- if (this.aab != this.aaa) {
6765
- this.aaa = this.aab;
6763
+ if (this.aaa != null && this.aaa.ao != null) {
6764
+ if (this.aaa != this.z9) {
6765
+ this.z9 = this.aaa;
6766
6766
  }
6767
- if (this.aaa != null && !b.isEmpty) {
6768
- if (this.aaa.width != b.width) {
6769
- this.aaa.width = b.width;
6767
+ if (this.z9 != null && !b.isEmpty) {
6768
+ if (this.z9.width != b.width) {
6769
+ this.z9.width = b.width;
6770
6770
  }
6771
- if (this.aaa.height != b.height) {
6772
- this.aaa.height = b.height;
6771
+ if (this.z9.height != b.height) {
6772
+ this.z9.height = b.height;
6773
6773
  }
6774
6774
  }
6775
6775
  }
6776
6776
  };
6777
- TileSeries.prototype.o5 = function (a, b) {
6778
- _super.prototype.o5.call(this, a, b);
6777
+ TileSeries.prototype.o4 = function (a, b) {
6778
+ _super.prototype.o4.call(this, a, b);
6779
6779
  b.de();
6780
6780
  };
6781
6781
  TileSeries.$t = igniteuiWebcomponentsCore.markType(TileSeries, 'TileSeries', igniteuiWebcomponentsCharts.ShapeSeriesBase.$, [igniteuiWebcomponentsCore.IMapRenderDeferralHandler_$type]);
@@ -6798,8 +6798,8 @@
6798
6798
  TileSeriesView.prototype.au = function () {
6799
6799
  _super.prototype.au.call(this);
6800
6800
  if (!this.q) {
6801
- this.da.vv = igniteuiWebcomponentsCharts.Defaults.ao;
6802
- this.da.vf = igniteuiWebcomponentsCharts.Defaults.an;
6801
+ this.da.vu = igniteuiWebcomponentsCharts.Defaults.ao;
6802
+ this.da.ve = igniteuiWebcomponentsCharts.Defaults.an;
6803
6803
  }
6804
6804
  };
6805
6805
  TileSeriesView.prototype.ck = function (a, b) {
@@ -6826,14 +6826,14 @@
6826
6826
  this.as();
6827
6827
  };
6828
6828
  TileSeriesView.prototype.dd = function (a) {
6829
- if (this.da.aab != null) {
6830
- this.da.aab.windowRect = a;
6829
+ if (this.da.aaa != null) {
6830
+ this.da.aaa.windowRect = a;
6831
6831
  }
6832
6832
  };
6833
6833
  TileSeriesView.prototype.dg = function (a, b) {
6834
6834
  if (this.dc == null) {
6835
- this.dc = this.e.jz.createElement("canvas");
6836
- var c = this.e.jz.get2DCanvasContext(this.dc);
6835
+ this.dc = this.e.jy.createElement("canvas");
6836
+ var c = this.e.jy.get2DCanvasContext(this.dc);
6837
6837
  this.db = new igniteuiWebcomponentsCore.RenderingContext(new igniteuiWebcomponentsCore.CanvasViewRenderer(), c);
6838
6838
  this.dc.setAttribute("width", this.bx.width.toString());
6839
6839
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -6862,8 +6862,8 @@
6862
6862
  this.dc.setAttribute("width", this.bx.width.toString());
6863
6863
  this.dc.setAttribute("height", this.bx.height.toString());
6864
6864
  }
6865
- if (this.da.aab != null) {
6866
- this.da.aab.bf(this.bx);
6865
+ if (this.da.aaa != null) {
6866
+ this.da.aaa.bf(this.bx);
6867
6867
  }
6868
6868
  };
6869
6869
  TileSeriesView.prototype.a8 = function (a, b) {
@@ -6897,8 +6897,8 @@
6897
6897
  TileSeriesView.prototype.de = function () {
6898
6898
  };
6899
6899
  TileSeriesView.prototype.dk = function (a) {
6900
- if (this.da.aab != null) {
6901
- this.da.aab.a6();
6900
+ if (this.da.aaa != null) {
6901
+ this.da.aaa.a6();
6902
6902
  }
6903
6903
  };
6904
6904
  TileSeriesView.$t = igniteuiWebcomponentsCore.markType(TileSeriesView, 'TileSeriesView', igniteuiWebcomponentsCharts.ShapeSeriesViewBase.$);
@@ -6981,7 +6981,7 @@
6981
6981
  * Gets whether the current series shows a tile imagery.
6982
6982
  */
6983
6983
  get: function () {
6984
- return this.i.f3;
6984
+ return this.i.f2;
6985
6985
  },
6986
6986
  enumerable: false,
6987
6987
  configurable: true
@@ -6991,14 +6991,14 @@
6991
6991
  * The MapImagery which is used to provide the tiles for display.
6992
6992
  */
6993
6993
  get: function () {
6994
- var r = this.i.aab;
6994
+ var r = this.i.aaa;
6995
6995
  if (r == null) {
6996
6996
  return null;
6997
6997
  }
6998
6998
  return r.externalObject;
6999
6999
  },
7000
7000
  set: function (v) {
7001
- v == null ? this.i.aab = null : this.i.aab = v.i;
7001
+ v == null ? this.i.aaa = null : this.i.aaa = v.i;
7002
7002
  },
7003
7003
  enumerable: false,
7004
7004
  configurable: true
@@ -7056,8 +7056,8 @@
7056
7056
  tslib.__extends(GeographicTileSeries, _super);
7057
7057
  function GeographicTileSeries() {
7058
7058
  var _this = _super.call(this) || this;
7059
- _this.yg = null;
7060
7059
  _this.yf = null;
7060
+ _this.ye = null;
7061
7061
  _this.imageTilesReady = null;
7062
7062
  _this.ab = GeographicTileSeries.$;
7063
7063
  return _this;
@@ -7065,56 +7065,56 @@
7065
7065
  GeographicTileSeries.prototype.bj = function () {
7066
7066
  return new GeographicTileSeries();
7067
7067
  };
7068
- GeographicTileSeries.prototype.get_f3 = function () {
7068
+ GeographicTileSeries.prototype.get_f2 = function () {
7069
7069
  return true;
7070
7070
  };
7071
- Object.defineProperty(GeographicTileSeries.prototype, "yh", {
7071
+ Object.defineProperty(GeographicTileSeries.prototype, "yg", {
7072
7072
  get: function () {
7073
- return this.yg;
7073
+ return this.yf;
7074
7074
  },
7075
7075
  set: function (a) {
7076
- var b = a != this.yh;
7076
+ var b = a != this.yg;
7077
7077
  if (b) {
7078
- var c = this.yh;
7079
- this.yg = a;
7078
+ var c = this.yg;
7079
+ this.yf = a;
7080
7080
  this.raisePropertyChanged("TileImagery", c, a);
7081
7081
  }
7082
7082
  },
7083
7083
  enumerable: false,
7084
7084
  configurable: true
7085
7085
  });
7086
- GeographicTileSeries.prototype.yl = function () {
7087
- if (this.yh != null) {
7088
- this.yh.clearTileCache();
7086
+ GeographicTileSeries.prototype.yk = function () {
7087
+ if (this.yg != null) {
7088
+ this.yg.clearTileCache();
7089
7089
  }
7090
7090
  };
7091
- GeographicTileSeries.prototype.q9 = function (a, b, c, d) {
7092
- _super.prototype.q9.call(this, a, b, c, d);
7091
+ GeographicTileSeries.prototype.q8 = function (a, b, c, d) {
7092
+ _super.prototype.q8.call(this, a, b, c, d);
7093
7093
  switch (b) {
7094
7094
  case "TileImagery":
7095
- if (this.w0 != null) {
7096
- this.w0.aab = this.yh;
7095
+ if (this.wz != null) {
7096
+ this.wz.aaa = this.yg;
7097
7097
  }
7098
7098
  break;
7099
7099
  }
7100
7100
  };
7101
- GeographicTileSeries.prototype.w5 = function (a, b) {
7102
- _super.prototype.w5.call(this, a, b);
7103
- this.w0.aab = this.yh;
7104
- if (this.yf != null) {
7105
- var c = this.yf;
7106
- c.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(c.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.yk));
7101
+ GeographicTileSeries.prototype.w4 = function (a, b) {
7102
+ _super.prototype.w4.call(this, a, b);
7103
+ this.wz.aaa = this.yg;
7104
+ if (this.ye != null) {
7105
+ var c = this.ye;
7106
+ c.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(c.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.yj));
7107
7107
  }
7108
- this.yf = this.w0;
7109
- if (this.yf != null) {
7110
- var d = this.yf;
7111
- d.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(d.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.yk));
7108
+ this.ye = this.wz;
7109
+ if (this.ye != null) {
7110
+ var d = this.ye;
7111
+ d.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(d.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.yj));
7112
7112
  }
7113
7113
  };
7114
- GeographicTileSeries.prototype.wz = function () {
7114
+ GeographicTileSeries.prototype.wy = function () {
7115
7115
  return new TileSeries();
7116
7116
  };
7117
- GeographicTileSeries.prototype.yk = function (a, b) {
7117
+ GeographicTileSeries.prototype.yj = function (a, b) {
7118
7118
  if (this.imageTilesReady != null) {
7119
7119
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
7120
7120
  }
@@ -7195,7 +7195,7 @@
7195
7195
  * Gets whether the current series shows a tile imagery.
7196
7196
  */
7197
7197
  get: function () {
7198
- return this.i.f3;
7198
+ return this.i.f2;
7199
7199
  },
7200
7200
  enumerable: false,
7201
7201
  configurable: true
@@ -7205,14 +7205,14 @@
7205
7205
  * The MapImagery which is used to provide the tiles for display.
7206
7206
  */
7207
7207
  get: function () {
7208
- var r = this.i.yh;
7208
+ var r = this.i.yg;
7209
7209
  if (r == null) {
7210
7210
  return null;
7211
7211
  }
7212
7212
  return r.externalObject;
7213
7213
  },
7214
7214
  set: function (v) {
7215
- v == null ? this.i.yh = null : this.i.yh = v.i;
7215
+ v == null ? this.i.yg = null : this.i.yg = v.i;
7216
7216
  },
7217
7217
  enumerable: false,
7218
7218
  configurable: true
@@ -7232,7 +7232,7 @@
7232
7232
 
7233
7233
  */
7234
7234
  IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
7235
- this.i.yl();
7235
+ this.i.yk();
7236
7236
  };
7237
7237
  Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
7238
7238
  /**
@@ -7350,11 +7350,11 @@
7350
7350
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
7351
7351
  */
7352
7352
  get: function () {
7353
- return this.i.xa;
7353
+ return this.i.w9;
7354
7354
  },
7355
7355
  set: function (v) {
7356
- this.i.xa = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
7357
- this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.xa));
7356
+ this.i.w9 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerType_$type, v);
7357
+ this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.w9));
7358
7358
  },
7359
7359
  enumerable: false,
7360
7360
  configurable: true
@@ -7364,11 +7364,11 @@
7364
7364
  * Gets or sets thickness of the marker outline
7365
7365
  */
7366
7366
  get: function () {
7367
- return this.i.xb;
7367
+ return this.i.xa;
7368
7368
  },
7369
7369
  set: function (v) {
7370
- this.i.xb = +v;
7371
- this._a("markerThickness", this.i.xb);
7370
+ this.i.xa = +v;
7371
+ this._a("markerThickness", this.i.xa);
7372
7372
  },
7373
7373
  enumerable: false,
7374
7374
  configurable: true
@@ -7378,11 +7378,11 @@
7378
7378
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
7379
7379
  */
7380
7380
  get: function () {
7381
- return this.i.w9;
7381
+ return this.i.w8;
7382
7382
  },
7383
7383
  set: function (v) {
7384
- this.i.w9 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
7385
- this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.w9));
7384
+ this.i.w8 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, v);
7385
+ this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.w8));
7386
7386
  },
7387
7387
  enumerable: false,
7388
7388
  configurable: true
@@ -7392,11 +7392,11 @@
7392
7392
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
7393
7393
  */
7394
7394
  get: function () {
7395
- return this.i.w8;
7395
+ return this.i.w7;
7396
7396
  },
7397
7397
  set: function (v) {
7398
- this.i.w8 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
7399
- this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.w8));
7398
+ this.i.w7 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.MarkerFillMode_$type, v);
7399
+ this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.w7));
7400
7400
  },
7401
7401
  enumerable: false,
7402
7402
  configurable: true
@@ -7406,10 +7406,10 @@
7406
7406
  * Gets or sets the MarkerTemplate for the current series object.
7407
7407
  */
7408
7408
  get: function () {
7409
- return this.i.xq;
7409
+ return this.i.xp;
7410
7410
  },
7411
7411
  set: function (v) {
7412
- this.i.xq = v;
7412
+ this.i.xp = v;
7413
7413
  },
7414
7414
  enumerable: false,
7415
7415
  configurable: true
@@ -7419,11 +7419,11 @@
7419
7419
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
7420
7420
  */
7421
7421
  get: function () {
7422
- return igniteuiWebcomponentsCore.brushToString(this.i.x4);
7422
+ return igniteuiWebcomponentsCore.brushToString(this.i.x3);
7423
7423
  },
7424
7424
  set: function (v) {
7425
- this.i.x4 = igniteuiWebcomponentsCore.stringToBrush(v);
7426
- this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.x4));
7425
+ this.i.x3 = igniteuiWebcomponentsCore.stringToBrush(v);
7426
+ this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.x3));
7427
7427
  },
7428
7428
  enumerable: false,
7429
7429
  configurable: true
@@ -7433,11 +7433,11 @@
7433
7433
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
7434
7434
  */
7435
7435
  get: function () {
7436
- return igniteuiWebcomponentsCore.brushToString(this.i.x5);
7436
+ return igniteuiWebcomponentsCore.brushToString(this.i.x4);
7437
7437
  },
7438
7438
  set: function (v) {
7439
- this.i.x5 = igniteuiWebcomponentsCore.stringToBrush(v);
7440
- this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.x5));
7439
+ this.i.x4 = igniteuiWebcomponentsCore.stringToBrush(v);
7440
+ this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.x4));
7441
7441
  },
7442
7442
  enumerable: false,
7443
7443
  configurable: true
@@ -7449,11 +7449,11 @@
7449
7449
  * choose a representative set.
7450
7450
  */
7451
7451
  get: function () {
7452
- return this.i.xc;
7452
+ return this.i.xb;
7453
7453
  },
7454
7454
  set: function (v) {
7455
- this.i.xc = +v;
7456
- this._a("maximumMarkers", this.i.xc);
7455
+ this.i.xb = +v;
7456
+ this._a("maximumMarkers", this.i.xb);
7457
7457
  },
7458
7458
  enumerable: false,
7459
7459
  configurable: true
@@ -7463,10 +7463,10 @@
7463
7463
  * Gets the effective marker template for the current series object.
7464
7464
  */
7465
7465
  get: function () {
7466
- return this.i.xp;
7466
+ return this.i.xo;
7467
7467
  },
7468
7468
  set: function (v) {
7469
- this.i.xp = v;
7469
+ this.i.xo = v;
7470
7470
  },
7471
7471
  enumerable: false,
7472
7472
  configurable: true
@@ -7476,11 +7476,11 @@
7476
7476
  * Gets the effective marker brush for the current series object.
7477
7477
  */
7478
7478
  get: function () {
7479
- return igniteuiWebcomponentsCore.brushToString(this.i.x2);
7479
+ return igniteuiWebcomponentsCore.brushToString(this.i.x1);
7480
7480
  },
7481
7481
  set: function (v) {
7482
- this.i.x2 = igniteuiWebcomponentsCore.stringToBrush(v);
7483
- this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.x2));
7482
+ this.i.x1 = igniteuiWebcomponentsCore.stringToBrush(v);
7483
+ this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.x1));
7484
7484
  },
7485
7485
  enumerable: false,
7486
7486
  configurable: true
@@ -7490,11 +7490,11 @@
7490
7490
  * Gets the effective marker outline for the current series object.
7491
7491
  */
7492
7492
  get: function () {
7493
- return igniteuiWebcomponentsCore.brushToString(this.i.x3);
7493
+ return igniteuiWebcomponentsCore.brushToString(this.i.x2);
7494
7494
  },
7495
7495
  set: function (v) {
7496
- this.i.x3 = igniteuiWebcomponentsCore.stringToBrush(v);
7497
- this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.x3));
7496
+ this.i.x2 = igniteuiWebcomponentsCore.stringToBrush(v);
7497
+ this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.x2));
7498
7498
  },
7499
7499
  enumerable: false,
7500
7500
  configurable: true
@@ -7516,75 +7516,75 @@
7516
7516
  tslib.__extends(GeographicMarkerSeries, _super);
7517
7517
  function GeographicMarkerSeries() {
7518
7518
  var _this = _super.call(this) || this;
7519
- var a = _this.w0;
7520
- a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.xo));
7519
+ var a = _this.wz;
7520
+ a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.xn));
7521
7521
  return _this;
7522
7522
  }
7523
- GeographicMarkerSeries.prototype.sz = function () {
7524
- return this.xp;
7523
+ GeographicMarkerSeries.prototype.sy = function () {
7524
+ return this.xo;
7525
+ };
7526
+ GeographicMarkerSeries.prototype.vk = function () {
7527
+ return this.x1;
7525
7528
  };
7526
7529
  GeographicMarkerSeries.prototype.vl = function () {
7527
7530
  return this.x2;
7528
7531
  };
7529
- GeographicMarkerSeries.prototype.vm = function () {
7530
- return this.x3;
7531
- };
7532
- GeographicMarkerSeries.prototype.io = function () {
7533
- return this.xb;
7532
+ GeographicMarkerSeries.prototype.im = function () {
7533
+ return this.xa;
7534
7534
  };
7535
- GeographicMarkerSeries.prototype.ma = function () {
7536
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.w0);
7535
+ GeographicMarkerSeries.prototype.l9 = function () {
7536
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.wz);
7537
7537
  if (a == null) {
7538
7538
  return "Unknown";
7539
7539
  }
7540
- return a.ma();
7540
+ return a.l9();
7541
7541
  };
7542
- GeographicMarkerSeries.prototype.xo = function (a, b) {
7543
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.w0);
7542
+ GeographicMarkerSeries.prototype.xn = function (a, b) {
7543
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.wz);
7544
7544
  if (c == null) {
7545
7545
  return;
7546
7546
  }
7547
7547
  if (b.propertyName == "ActualMarkerTemplate") {
7548
- this.xp = c.x0;
7548
+ this.xo = c.xz;
7549
7549
  }
7550
7550
  else if (b.propertyName == "ActualMarkerOutline") {
7551
- this.x3 = c.yi;
7551
+ this.x2 = c.yh;
7552
7552
  }
7553
7553
  else if (b.propertyName == "ActualMarkerBrush") {
7554
- this.x2 = c.yh;
7554
+ this.x1 = c.yg;
7555
7555
  }
7556
7556
  };
7557
- GeographicMarkerSeries.prototype.q9 = function (a, b, c, d) {
7558
- _super.prototype.q9.call(this, a, b, c, d);
7557
+ GeographicMarkerSeries.prototype.q8 = function (a, b, c, d) {
7558
+ _super.prototype.q8.call(this, a, b, c, d);
7559
7559
  switch (b) {
7560
7560
  case GeographicMarkerSeries.$$p[3]:
7561
- this.w0.yj = this.x4;
7561
+ this.wz.yi = this.x3;
7562
7562
  break;
7563
7563
  case GeographicMarkerSeries.$$p[6]:
7564
- this.w0.yk = this.x5;
7564
+ this.wz.yj = this.x4;
7565
7565
  break;
7566
7566
  case GeographicMarkerSeries.$$p[5]:
7567
- this.w0.w4 = this.w9;
7567
+ this.wz.w3 = this.w8;
7568
7568
  break;
7569
7569
  case GeographicMarkerSeries.$$p[4]:
7570
- this.w0.w0 = this.w8;
7570
+ this.wz.wz = this.w7;
7571
7571
  break;
7572
7572
  case GeographicMarkerSeries.$$p[9]:
7573
- this.w0.xa = this.xa;
7573
+ this.wz.w9 = this.w9;
7574
7574
  break;
7575
7575
  case GeographicMarkerSeries.$$p[7]:
7576
- this.w0.x2 = this.xq;
7576
+ this.wz.x1 = this.xp;
7577
7577
  break;
7578
7578
  case GeographicMarkerSeries.$$p[8]:
7579
- this.w0.xj = this.xb;
7579
+ this.wz.xi = this.xa;
7580
7580
  break;
7581
7581
  case GeographicMarkerSeries.$$p[10]:
7582
- this.w0.z9 = this.xc;
7582
+ this.wz.z8 = this.xb;
7583
7583
  break;
7584
7584
  }
7585
7585
  };
7586
7586
  GeographicMarkerSeries.$t = igniteuiWebcomponentsCore.markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
7587
- GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x2:xr', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:x3:xs', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:xp:xt', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:x4:xu', [igniteuiWebcomponentsCore.Brush.$], 'MarkerFillMode:w8:xv', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w9:xw', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:x5:xx', [igniteuiWebcomponentsCore.Brush.$], 'MarkerTemplate:xq:xy', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:xb:xz', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:xa:x0', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCharts.Defaults.e)], 'MaximumMarkers:xc:x1', [1, 400]]);
7587
+ GeographicMarkerSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:x1:xq', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerOutline:x2:xr', [igniteuiWebcomponentsCore.Brush.$], 'ActualMarkerTemplate:xo:xs', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerBrush:x3:xt', [igniteuiWebcomponentsCore.Brush.$], 'MarkerFillMode:w7:xu', [igniteuiWebcomponentsCharts.MarkerFillMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerFillMode_$type, 0)], 'MarkerOutlineMode:w8:xv', [igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, 0)], 'MarkerOutline:x4:xw', [igniteuiWebcomponentsCore.Brush.$], 'MarkerTemplate:xp:xx', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'MarkerThickness:xa:xy', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'MarkerType:w9:xz', [igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.MarkerType_$type, igniteuiWebcomponentsCharts.Defaults.e)], 'MaximumMarkers:xb:x0', [1, 400]]);
7588
7588
  return GeographicMarkerSeries;
7589
7589
  }(GeographicMapSeriesHost));
7590
7590
 
@@ -7612,49 +7612,49 @@
7612
7612
  };
7613
7613
  GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
7614
7614
  _super.prototype.b5.call(this);
7615
- var a = this.ch.w0;
7616
- a.aat = this.ch.yz;
7617
- a.aa1 = this.ch.yx;
7618
- a.xa = this.ch.xa;
7619
- a.x2 = this.ch.xq;
7620
- a.xj = this.ch.xb;
7621
- a.ac3 = this.ch.yj;
7622
- a.adt = this.ch.y4;
7623
- a.acs = this.ch.yb;
7624
- a.adj = this.ch.yv;
7625
- a.ade = this.ch.yn;
7626
- a.acp = this.ch.x8;
7627
- a.ac1 = this.ch.yf;
7615
+ var a = this.ch.wz;
7616
+ a.aas = this.ch.yy;
7617
+ a.aa0 = this.ch.yw;
7618
+ a.w9 = this.ch.w9;
7619
+ a.x1 = this.ch.xp;
7620
+ a.xi = this.ch.xa;
7628
7621
  a.ac2 = this.ch.yi;
7629
- a.ac8 = this.ch.yl;
7622
+ a.ads = this.ch.y3;
7623
+ a.acr = this.ch.ya;
7624
+ a.adi = this.ch.yu;
7625
+ a.add = this.ch.ym;
7626
+ a.aco = this.ch.x7;
7627
+ a.ac0 = this.ch.ye;
7628
+ a.ac1 = this.ch.yh;
7630
7629
  a.ac7 = this.ch.yk;
7630
+ a.ac6 = this.ch.yj;
7631
7631
  };
7632
7632
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
7633
- this.ch.w0.aat = this.ch.yz;
7633
+ this.ch.wz.aas = this.ch.yy;
7634
7634
  };
7635
7635
  GeographicProportionalSymbolSeriesView.prototype.cp = function () {
7636
- this.ch.w0.aa1 = this.ch.yx;
7636
+ this.ch.wz.aa0 = this.ch.yw;
7637
7637
  };
7638
7638
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
7639
- this.ch.w0.xa = this.ch.xa;
7639
+ this.ch.wz.w9 = this.ch.w9;
7640
7640
  };
7641
7641
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
7642
- this.ch.w0.x2 = this.ch.xq;
7642
+ this.ch.wz.x1 = this.ch.xp;
7643
7643
  };
7644
7644
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
7645
- this.ch.w0.xj = this.ch.xb;
7645
+ this.ch.wz.xi = this.ch.xa;
7646
7646
  };
7647
7647
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
7648
- this.ch.w0.z9 = this.ch.xc;
7648
+ this.ch.wz.z8 = this.ch.xb;
7649
7649
  };
7650
7650
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
7651
- this.ch.w0.xAxis = this.ch.db.ws;
7651
+ this.ch.wz.xAxis = this.ch.db.ws;
7652
7652
  };
7653
7653
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
7654
- this.ch.w0.yAxis = this.ch.db.wu;
7654
+ this.ch.wz.yAxis = this.ch.db.wu;
7655
7655
  };
7656
7656
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
7657
- var a = this.ch.w0;
7657
+ var a = this.ch.wz;
7658
7658
  if (this.ch.db == null) {
7659
7659
  a.xAxis = null;
7660
7660
  a.yAxis = null;
@@ -7664,45 +7664,45 @@
7664
7664
  a.yAxis = this.ch.db.wu;
7665
7665
  };
7666
7666
  GeographicProportionalSymbolSeriesView.prototype.cr = function () {
7667
- this.ch.w0.yj = this.ch.x4;
7667
+ this.ch.wz.yi = this.ch.x3;
7668
7668
  };
7669
7669
  GeographicProportionalSymbolSeriesView.prototype.cs = function () {
7670
- this.ch.w0.yk = this.ch.x5;
7670
+ this.ch.wz.yj = this.ch.x4;
7671
7671
  };
7672
7672
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
7673
- this.ch.w0.adt = this.ch.y4;
7673
+ this.ch.wz.ads = this.ch.y3;
7674
7674
  };
7675
7675
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
7676
- this.ch.w0.acs = this.ch.yb;
7677
- this.ch.w0.ac3 = this.ch.yj;
7676
+ this.ch.wz.acr = this.ch.ya;
7677
+ this.ch.wz.ac2 = this.ch.yi;
7678
7678
  };
7679
7679
  GeographicProportionalSymbolSeriesView.prototype.cl = function () {
7680
- this.ch.w0.adj = this.ch.yv;
7680
+ this.ch.wz.adi = this.ch.yu;
7681
7681
  };
7682
7682
  GeographicProportionalSymbolSeriesView.prototype.cj = function () {
7683
- this.ch.w0.acp = this.ch.x8;
7684
- this.ch.w0.ac1 = this.ch.yf;
7685
- this.ch.w0.ac2 = this.ch.yi;
7686
- this.ch.w0.ac8 = this.ch.yl;
7687
- this.ch.w0.ac7 = this.ch.yk;
7683
+ this.ch.wz.aco = this.ch.x7;
7684
+ this.ch.wz.ac0 = this.ch.ye;
7685
+ this.ch.wz.ac1 = this.ch.yh;
7686
+ this.ch.wz.ac7 = this.ch.yk;
7687
+ this.ch.wz.ac6 = this.ch.yj;
7688
7688
  };
7689
7689
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
7690
- this.ch.w0.ade = this.ch.yn;
7690
+ this.ch.wz.add = this.ch.ym;
7691
7691
  };
7692
7692
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
7693
- this.ch.w0.ac3 = this.ch.yj;
7693
+ this.ch.wz.ac2 = this.ch.yi;
7694
7694
  };
7695
7695
  GeographicProportionalSymbolSeriesView.prototype.ck = function () {
7696
- this.ch.w0.ac1 = this.ch.yf;
7696
+ this.ch.wz.ac0 = this.ch.ye;
7697
7697
  };
7698
7698
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
7699
- this.ch.w0.ac2 = this.ch.yi;
7699
+ this.ch.wz.ac1 = this.ch.yh;
7700
7700
  };
7701
7701
  GeographicProportionalSymbolSeriesView.prototype.cn = function () {
7702
- this.ch.w0.ac8 = this.ch.yl;
7702
+ this.ch.wz.ac7 = this.ch.yk;
7703
7703
  };
7704
7704
  GeographicProportionalSymbolSeriesView.prototype.cm = function () {
7705
- this.ch.w0.ac7 = this.ch.yk;
7705
+ this.ch.wz.ac6 = this.ch.yj;
7706
7706
  };
7707
7707
  GeographicProportionalSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
7708
7708
  return GeographicProportionalSymbolSeriesView;
@@ -7714,9 +7714,9 @@
7714
7714
  tslib.__extends(GeographicProportionalSymbolSeries, _super);
7715
7715
  function GeographicProportionalSymbolSeries() {
7716
7716
  var _this = _super.call(this) || this;
7717
- _this.x9 = null;
7718
- _this.ye = false;
7717
+ _this.x8 = null;
7719
7718
  _this.yd = false;
7719
+ _this.yc = false;
7720
7720
  _this.assigningScatterStyle = null;
7721
7721
  _this.assigningScatterMarkerStyle = null;
7722
7722
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -7731,111 +7731,111 @@
7731
7731
  GeographicProportionalSymbolSeries.prototype.cs = function () {
7732
7732
  return new GeographicProportionalSymbolSeriesView(this);
7733
7733
  };
7734
- GeographicProportionalSymbolSeries.prototype.q1 = function (a) {
7735
- _super.prototype.q1.call(this, a);
7736
- this.yc = a;
7734
+ GeographicProportionalSymbolSeries.prototype.q0 = function (a) {
7735
+ _super.prototype.q0.call(this, a);
7736
+ this.yb = a;
7737
7737
  };
7738
- GeographicProportionalSymbolSeries.prototype.jl = function () {
7738
+ GeographicProportionalSymbolSeries.prototype.jk = function () {
7739
7739
  return 0.7;
7740
7740
  };
7741
- GeographicProportionalSymbolSeries.prototype.wz = function () {
7741
+ GeographicProportionalSymbolSeries.prototype.wy = function () {
7742
7742
  return new igniteuiWebcomponentsCharts.BubbleSeries();
7743
7743
  };
7744
- GeographicProportionalSymbolSeries.prototype.get_fe = function () {
7744
+ GeographicProportionalSymbolSeries.prototype.get_fd = function () {
7745
7745
  return true;
7746
7746
  };
7747
- GeographicProportionalSymbolSeries.prototype.q9 = function (a, b, c, d) {
7748
- _super.prototype.q9.call(this, a, b, c, d);
7747
+ GeographicProportionalSymbolSeries.prototype.q8 = function (a, b, c, d) {
7748
+ _super.prototype.q8.call(this, a, b, c, d);
7749
7749
  switch (b) {
7750
7750
  case "SeriesViewer":
7751
- this.yc.cx();
7751
+ this.yb.cx();
7752
7752
  break;
7753
7753
  case GeographicProportionalSymbolSeries.$$p[9]:
7754
- this.yc.cq();
7754
+ this.yb.cq();
7755
7755
  break;
7756
7756
  case GeographicProportionalSymbolSeries.$$p[8]:
7757
- this.yc.cp();
7757
+ this.yb.cp();
7758
7758
  break;
7759
7759
  case "XAxis":
7760
- this.yc.cy();
7760
+ this.yb.cy();
7761
7761
  break;
7762
7762
  case "YAxis":
7763
- this.yc.cz();
7763
+ this.yb.cz();
7764
7764
  break;
7765
7765
  case GeographicProportionalSymbolSeries.$$p[13]:
7766
- this.yc.c0();
7766
+ this.yb.c0();
7767
7767
  break;
7768
7768
  case GeographicProportionalSymbolSeries.$$p[14]:
7769
- this.yc.c1();
7769
+ this.yb.c1();
7770
7770
  break;
7771
7771
  case GeographicProportionalSymbolSeries.$$p[15]:
7772
- this.yc.c2();
7772
+ this.yb.c2();
7773
7773
  break;
7774
7774
  case GeographicProportionalSymbolSeries.$$p[7]:
7775
- this.yc.cl();
7775
+ this.yb.cl();
7776
7776
  break;
7777
7777
  case GeographicProportionalSymbolSeries.$$p[0]:
7778
- this.yc.ci();
7778
+ this.yb.ci();
7779
7779
  break;
7780
7780
  case GeographicProportionalSymbolSeries.$$p[1]:
7781
- this.yc.cj();
7781
+ this.yb.cj();
7782
7782
  break;
7783
7783
  case GeographicProportionalSymbolSeries.$$p[2]:
7784
- this.yc.ck();
7784
+ this.yb.ck();
7785
7785
  break;
7786
7786
  case GeographicProportionalSymbolSeries.$$p[12]:
7787
- this.yc.co();
7787
+ this.yb.co();
7788
7788
  break;
7789
7789
  case GeographicProportionalSymbolSeries.$$p[11]:
7790
- this.yc.cn();
7790
+ this.yb.cn();
7791
7791
  break;
7792
7792
  case GeographicProportionalSymbolSeries.$$p[10]:
7793
- this.yc.cm();
7793
+ this.yb.cm();
7794
7794
  break;
7795
7795
  case GeographicProportionalSymbolSeries.$$p[4]:
7796
- this.w0.zp = this.yh;
7797
- this.ye = this.yh;
7798
- if (this.yh) {
7799
- var e = this.w0;
7800
- e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.y9));
7796
+ this.wz.zo = this.yg;
7797
+ this.yd = this.yg;
7798
+ if (this.yg) {
7799
+ var e = this.wz;
7800
+ e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.y8));
7801
7801
  }
7802
7802
  else {
7803
- var f = this.w0;
7804
- f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.y9));
7803
+ var f = this.wz;
7804
+ f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.y8));
7805
7805
  }
7806
7806
  break;
7807
7807
  case GeographicProportionalSymbolSeries.$$p[3]:
7808
- this.w0.zo = this.yg;
7809
- this.yd = this.yg;
7810
- if (this.yh) {
7811
- var g = this.w0;
7812
- g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.y8));
7808
+ this.wz.zn = this.yf;
7809
+ this.yc = this.yf;
7810
+ if (this.yg) {
7811
+ var g = this.wz;
7812
+ g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.y7));
7813
7813
  }
7814
7814
  else {
7815
- var h = this.w0;
7816
- h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.y8));
7815
+ var h = this.wz;
7816
+ h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.y7));
7817
7817
  }
7818
7818
  break;
7819
7819
  case GeographicProportionalSymbolSeries.$$p[5]:
7820
- this.w0.y8 = this.ya;
7820
+ this.wz.y7 = this.x9;
7821
7821
  break;
7822
7822
  case GeographicProportionalSymbolSeries.$$p[6]:
7823
- this.w0.z8 = this.ym;
7823
+ this.wz.z7 = this.yl;
7824
7824
  break;
7825
7825
  }
7826
7826
  };
7827
- GeographicProportionalSymbolSeries.prototype.y9 = function (a, b) {
7827
+ GeographicProportionalSymbolSeries.prototype.y8 = function (a, b) {
7828
7828
  if (this.assigningScatterStyle != null) {
7829
7829
  this.assigningScatterStyle(this, b);
7830
7830
  }
7831
7831
  };
7832
- GeographicProportionalSymbolSeries.prototype.y8 = function (a, b) {
7832
+ GeographicProportionalSymbolSeries.prototype.y7 = function (a, b) {
7833
7833
  if (this.assigningScatterMarkerStyle != null) {
7834
7834
  this.assigningScatterMarkerStyle(this, b);
7835
7835
  }
7836
7836
  };
7837
7837
  GeographicProportionalSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
7838
- GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yn:za', [2], 'FillScale:x8:zb', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:yf:zc', [0, false], 'IsCustomScatterMarkerStyleAllowed:yg:zd', [0, false], 'IsCustomScatterStyleAllowed:yh:ze', [0, false], 'ItemSearchMode:ya:zf', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ym:zg', [1, 10000], 'LabelMemberPath:yv:zh', [2], 'LatitudeMemberPath:yx:zi', [2, null], 'LongitudeMemberPath:yz:zj', [2, null], 'MarkerBrushBrightness:yk:zk', [1, NaN], 'MarkerOutlineBrightness:yl:zl', [1, NaN], 'MarkerOutlineUsesFillScale:yi:zm', [0, false], 'RadiusMemberPath:y4:zn', [2, null], 'RadiusScale:yb:zo', [igniteuiWebcomponentsCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:yj:zp', [0, false]]);
7838
+ GeographicProportionalSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:ym:y9', [2], 'FillScale:x7:za', [igniteuiWebcomponentsCharts.BrushScale.$], 'FillScaleUseGlobalValues:ye:zb', [0, false], 'IsCustomScatterMarkerStyleAllowed:yf:zc', [0, false], 'IsCustomScatterStyleAllowed:yg:zd', [0, false], 'ItemSearchMode:x9:ze', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yl:zf', [1, 10000], 'LabelMemberPath:yu:zg', [2], 'LatitudeMemberPath:yw:zh', [2, null], 'LongitudeMemberPath:yy:zi', [2, null], 'MarkerBrushBrightness:yj:zj', [1, NaN], 'MarkerOutlineBrightness:yk:zk', [1, NaN], 'MarkerOutlineUsesFillScale:yh:zl', [0, false], 'RadiusMemberPath:y3:zm', [2, null], 'RadiusScale:ya:zn', [igniteuiWebcomponentsCharts.SizeScale.$], 'RadiusScaleUseGlobalValues:yi:zo', [0, false]]);
7839
7839
  return GeographicProportionalSymbolSeries;
7840
7840
  }(GeographicMarkerSeries));
7841
7841
 
@@ -7931,10 +7931,10 @@
7931
7931
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
7932
7932
  */
7933
7933
  get: function () {
7934
- return this.i.yx;
7934
+ return this.i.yw;
7935
7935
  },
7936
7936
  set: function (v) {
7937
- this.i.yx = v;
7937
+ this.i.yw = v;
7938
7938
  },
7939
7939
  enumerable: false,
7940
7940
  configurable: true
@@ -7944,10 +7944,10 @@
7944
7944
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
7945
7945
  */
7946
7946
  get: function () {
7947
- return this.i.yz;
7947
+ return this.i.yy;
7948
7948
  },
7949
7949
  set: function (v) {
7950
- this.i.yz = v;
7950
+ this.i.yy = v;
7951
7951
  },
7952
7952
  enumerable: false,
7953
7953
  configurable: true
@@ -7957,10 +7957,10 @@
7957
7957
  * Gets or sets the radius mapping property for the current series object.
7958
7958
  */
7959
7959
  get: function () {
7960
- return this.i.y4;
7960
+ return this.i.y3;
7961
7961
  },
7962
7962
  set: function (v) {
7963
- this.i.y4 = v;
7963
+ this.i.y3 = v;
7964
7964
  },
7965
7965
  enumerable: false,
7966
7966
  configurable: true
@@ -7970,7 +7970,7 @@
7970
7970
  * Gets or sets the radius size scale for the bubbles.
7971
7971
  */
7972
7972
  get: function () {
7973
- var r = this.i.yb;
7973
+ var r = this.i.ya;
7974
7974
  if (r == null) {
7975
7975
  return null;
7976
7976
  }
@@ -7986,7 +7986,7 @@
7986
7986
  set: function (v) {
7987
7987
  if (v != null && this._stylingContainer && v._styling)
7988
7988
  v._styling(this._stylingContainer, this, this);
7989
- v == null ? this.i.yb = null : this.i.yb = v.i;
7989
+ v == null ? this.i.ya = null : this.i.ya = v.i;
7990
7990
  },
7991
7991
  enumerable: false,
7992
7992
  configurable: true
@@ -7996,10 +7996,10 @@
7996
7996
  * Gets or sets the Label mapping property for the current series object.
7997
7997
  */
7998
7998
  get: function () {
7999
- return this.i.yv;
7999
+ return this.i.yu;
8000
8000
  },
8001
8001
  set: function (v) {
8002
- this.i.yv = v;
8002
+ this.i.yu = v;
8003
8003
  },
8004
8004
  enumerable: false,
8005
8005
  configurable: true
@@ -8009,10 +8009,10 @@
8009
8009
  * Gets or sets the fill mapping property for the current series object.
8010
8010
  */
8011
8011
  get: function () {
8012
- return this.i.yn;
8012
+ return this.i.ym;
8013
8013
  },
8014
8014
  set: function (v) {
8015
- this.i.yn = v;
8015
+ this.i.ym = v;
8016
8016
  },
8017
8017
  enumerable: false,
8018
8018
  configurable: true
@@ -8022,7 +8022,7 @@
8022
8022
  * Gets or sets the brush scale for the marker brush.
8023
8023
  */
8024
8024
  get: function () {
8025
- var r = this.i.x8;
8025
+ var r = this.i.x7;
8026
8026
  if (r == null) {
8027
8027
  return null;
8028
8028
  }
@@ -8038,7 +8038,7 @@
8038
8038
  set: function (v) {
8039
8039
  if (v != null && this._stylingContainer && v._styling)
8040
8040
  v._styling(this._stylingContainer, this, this);
8041
- v == null ? this.i.x8 = null : this.i.x8 = v.i;
8041
+ v == null ? this.i.x7 = null : this.i.x7 = v.i;
8042
8042
  },
8043
8043
  enumerable: false,
8044
8044
  configurable: true
@@ -8049,11 +8049,11 @@
8049
8049
  * This setting applies only if multiple series are using the same FillScale.
8050
8050
  */
8051
8051
  get: function () {
8052
- return this.i.yf;
8052
+ return this.i.ye;
8053
8053
  },
8054
8054
  set: function (v) {
8055
- this.i.yf = igniteuiWebcomponentsCore.ensureBool(v);
8056
- this._a("fillScaleUseGlobalValues", this.i.yf);
8055
+ this.i.ye = igniteuiWebcomponentsCore.ensureBool(v);
8056
+ this._a("fillScaleUseGlobalValues", this.i.ye);
8057
8057
  },
8058
8058
  enumerable: false,
8059
8059
  configurable: true
@@ -8064,11 +8064,11 @@
8064
8064
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
8065
8065
  */
8066
8066
  get: function () {
8067
- return this.i.yi;
8067
+ return this.i.yh;
8068
8068
  },
8069
8069
  set: function (v) {
8070
- this.i.yi = igniteuiWebcomponentsCore.ensureBool(v);
8071
- this._a("markerOutlineUsesFillScale", this.i.yi);
8070
+ this.i.yh = igniteuiWebcomponentsCore.ensureBool(v);
8071
+ this._a("markerOutlineUsesFillScale", this.i.yh);
8072
8072
  },
8073
8073
  enumerable: false,
8074
8074
  configurable: true
@@ -8079,11 +8079,11 @@
8079
8079
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
8080
8080
  */
8081
8081
  get: function () {
8082
- return this.i.yl;
8082
+ return this.i.yk;
8083
8083
  },
8084
8084
  set: function (v) {
8085
- this.i.yl = +v;
8086
- this._a("markerOutlineBrightness", this.i.yl);
8085
+ this.i.yk = +v;
8086
+ this._a("markerOutlineBrightness", this.i.yk);
8087
8087
  },
8088
8088
  enumerable: false,
8089
8089
  configurable: true
@@ -8094,11 +8094,11 @@
8094
8094
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
8095
8095
  */
8096
8096
  get: function () {
8097
- return this.i.yk;
8097
+ return this.i.yj;
8098
8098
  },
8099
8099
  set: function (v) {
8100
- this.i.yk = +v;
8101
- this._a("markerBrushBrightness", this.i.yk);
8100
+ this.i.yj = +v;
8101
+ this._a("markerBrushBrightness", this.i.yj);
8102
8102
  },
8103
8103
  enumerable: false,
8104
8104
  configurable: true
@@ -8109,11 +8109,11 @@
8109
8109
  * This setting applies only if multiple series are using the same RadiusScale.
8110
8110
  */
8111
8111
  get: function () {
8112
- return this.i.yj;
8112
+ return this.i.yi;
8113
8113
  },
8114
8114
  set: function (v) {
8115
- this.i.yj = igniteuiWebcomponentsCore.ensureBool(v);
8116
- this._a("radiusScaleUseGlobalValues", this.i.yj);
8115
+ this.i.yi = igniteuiWebcomponentsCore.ensureBool(v);
8116
+ this._a("radiusScaleUseGlobalValues", this.i.yi);
8117
8117
  },
8118
8118
  enumerable: false,
8119
8119
  configurable: true
@@ -8123,11 +8123,11 @@
8123
8123
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8124
8124
  */
8125
8125
  get: function () {
8126
- return this.i.yh;
8126
+ return this.i.yg;
8127
8127
  },
8128
8128
  set: function (v) {
8129
- this.i.yh = igniteuiWebcomponentsCore.ensureBool(v);
8130
- this._a("isCustomScatterStyleAllowed", this.i.yh);
8129
+ this.i.yg = igniteuiWebcomponentsCore.ensureBool(v);
8130
+ this._a("isCustomScatterStyleAllowed", this.i.yg);
8131
8131
  },
8132
8132
  enumerable: false,
8133
8133
  configurable: true
@@ -8137,11 +8137,11 @@
8137
8137
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8138
8138
  */
8139
8139
  get: function () {
8140
- return this.i.yg;
8140
+ return this.i.yf;
8141
8141
  },
8142
8142
  set: function (v) {
8143
- this.i.yg = igniteuiWebcomponentsCore.ensureBool(v);
8144
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yg);
8143
+ this.i.yf = igniteuiWebcomponentsCore.ensureBool(v);
8144
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yf);
8145
8145
  },
8146
8146
  enumerable: false,
8147
8147
  configurable: true
@@ -8151,11 +8151,11 @@
8151
8151
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8152
8152
  */
8153
8153
  get: function () {
8154
- return this.i.ya;
8154
+ return this.i.x9;
8155
8155
  },
8156
8156
  set: function (v) {
8157
- this.i.ya = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8158
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.ya));
8157
+ this.i.x9 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8158
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.x9));
8159
8159
  },
8160
8160
  enumerable: false,
8161
8161
  configurable: true
@@ -8165,11 +8165,11 @@
8165
8165
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8166
8166
  */
8167
8167
  get: function () {
8168
- return this.i.ym;
8168
+ return this.i.yl;
8169
8169
  },
8170
8170
  set: function (v) {
8171
- this.i.ym = +v;
8172
- this._a("itemSearchThreshold", this.i.ym);
8171
+ this.i.yl = +v;
8172
+ this._a("itemSearchThreshold", this.i.yl);
8173
8173
  },
8174
8174
  enumerable: false,
8175
8175
  configurable: true
@@ -8307,40 +8307,40 @@
8307
8307
  }
8308
8308
  };
8309
8309
  GeographicSymbolSeriesView.prototype.b5 = function () {
8310
- var a = this.ch.w0;
8310
+ var a = this.ch.wz;
8311
8311
  _super.prototype.b5.call(this);
8312
- a.aat = this.ch.yo;
8313
- a.aa1 = this.ch.ym;
8314
- a.xa = this.ch.xa;
8315
- a.x2 = this.ch.xq;
8316
- a.xj = this.ch.xb;
8312
+ a.aas = this.ch.yn;
8313
+ a.aa0 = this.ch.yl;
8314
+ a.w9 = this.ch.w9;
8315
+ a.x1 = this.ch.xp;
8316
+ a.xi = this.ch.xa;
8317
8317
  };
8318
8318
  GeographicSymbolSeriesView.prototype.cj = function () {
8319
- this.ch.w0.aat = this.ch.yo;
8319
+ this.ch.wz.aas = this.ch.yn;
8320
8320
  };
8321
8321
  GeographicSymbolSeriesView.prototype.ci = function () {
8322
- this.ch.w0.aa1 = this.ch.ym;
8322
+ this.ch.wz.aa0 = this.ch.yl;
8323
8323
  };
8324
8324
  GeographicSymbolSeriesView.prototype.cp = function () {
8325
- this.ch.w0.xa = this.ch.xa;
8325
+ this.ch.wz.w9 = this.ch.w9;
8326
8326
  };
8327
8327
  GeographicSymbolSeriesView.prototype.cn = function () {
8328
- this.ch.w0.x2 = this.ch.xq;
8328
+ this.ch.wz.x1 = this.ch.xp;
8329
8329
  };
8330
8330
  GeographicSymbolSeriesView.prototype.co = function () {
8331
- this.ch.w0.xj = this.ch.xb;
8331
+ this.ch.wz.xi = this.ch.xa;
8332
8332
  };
8333
8333
  GeographicSymbolSeriesView.prototype.cq = function () {
8334
- this.ch.w0.z9 = this.ch.xc;
8334
+ this.ch.wz.z8 = this.ch.xb;
8335
8335
  };
8336
8336
  GeographicSymbolSeriesView.prototype.cs = function () {
8337
- this.ch.w0.xAxis = this.ch.db.ws;
8337
+ this.ch.wz.xAxis = this.ch.db.ws;
8338
8338
  };
8339
8339
  GeographicSymbolSeriesView.prototype.ct = function () {
8340
- this.ch.w0.yAxis = this.ch.db.wu;
8340
+ this.ch.wz.yAxis = this.ch.db.wu;
8341
8341
  };
8342
8342
  GeographicSymbolSeriesView.prototype.cr = function () {
8343
- var a = this.ch.w0;
8343
+ var a = this.ch.wz;
8344
8344
  if (this.ch.db == null) {
8345
8345
  a.xAxis = null;
8346
8346
  a.yAxis = null;
@@ -8350,13 +8350,13 @@
8350
8350
  a.yAxis = this.ch.db.wu;
8351
8351
  };
8352
8352
  GeographicSymbolSeriesView.prototype.cl = function () {
8353
- this.ch.w0.yt = this.ch.x8;
8353
+ this.ch.wz.ys = this.ch.x7;
8354
8354
  };
8355
8355
  GeographicSymbolSeriesView.prototype.ck = function () {
8356
- this.ch.w0.yj = this.ch.x4;
8356
+ this.ch.wz.yi = this.ch.x3;
8357
8357
  };
8358
8358
  GeographicSymbolSeriesView.prototype.cm = function () {
8359
- this.ch.w0.yk = this.ch.x5;
8359
+ this.ch.wz.yj = this.ch.x4;
8360
8360
  };
8361
8361
  GeographicSymbolSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
8362
8362
  return GeographicSymbolSeriesView;
@@ -8368,9 +8368,9 @@
8368
8368
  tslib.__extends(GeographicSymbolSeries, _super);
8369
8369
  function GeographicSymbolSeries() {
8370
8370
  var _this = _super.call(this) || this;
8371
- _this.ya = null;
8372
- _this.yd = false;
8371
+ _this.x9 = null;
8373
8372
  _this.yc = false;
8373
+ _this.yb = false;
8374
8374
  _this.assigningScatterStyle = null;
8375
8375
  _this.assigningScatterMarkerStyle = null;
8376
8376
  _this.ab = GeographicSymbolSeries.$;
@@ -8385,84 +8385,84 @@
8385
8385
  GeographicSymbolSeries.prototype.cs = function () {
8386
8386
  return new GeographicSymbolSeriesView(this);
8387
8387
  };
8388
- GeographicSymbolSeries.prototype.q1 = function (a) {
8389
- _super.prototype.q1.call(this, a);
8390
- this.yb = a;
8388
+ GeographicSymbolSeries.prototype.q0 = function (a) {
8389
+ _super.prototype.q0.call(this, a);
8390
+ this.ya = a;
8391
8391
  };
8392
- GeographicSymbolSeries.prototype.jl = function () {
8392
+ GeographicSymbolSeries.prototype.jk = function () {
8393
8393
  return 0.7;
8394
8394
  };
8395
- GeographicSymbolSeries.prototype.wz = function () {
8395
+ GeographicSymbolSeries.prototype.wy = function () {
8396
8396
  return new igniteuiWebcomponentsCharts.ScatterSeries();
8397
8397
  };
8398
- GeographicSymbolSeries.prototype.get_fe = function () {
8398
+ GeographicSymbolSeries.prototype.get_fd = function () {
8399
8399
  return true;
8400
8400
  };
8401
- GeographicSymbolSeries.prototype.q9 = function (a, b, c, d) {
8402
- _super.prototype.q9.call(this, a, b, c, d);
8401
+ GeographicSymbolSeries.prototype.q8 = function (a, b, c, d) {
8402
+ _super.prototype.q8.call(this, a, b, c, d);
8403
8403
  switch (b) {
8404
8404
  case "SeriesViewer":
8405
- this.yb.cr();
8405
+ this.ya.cr();
8406
8406
  break;
8407
8407
  case GeographicSymbolSeries.$$p[5]:
8408
- this.yb.cj();
8408
+ this.ya.cj();
8409
8409
  break;
8410
8410
  case GeographicSymbolSeries.$$p[4]:
8411
- this.yb.ci();
8411
+ this.ya.ci();
8412
8412
  break;
8413
8413
  case GeographicSymbolSeries.$$p[6]:
8414
- this.yb.cl();
8414
+ this.ya.cl();
8415
8415
  break;
8416
8416
  case "XAxis":
8417
- this.yb.cs();
8417
+ this.ya.cs();
8418
8418
  break;
8419
8419
  case "YAxis":
8420
- this.yb.ct();
8420
+ this.ya.ct();
8421
8421
  break;
8422
8422
  case GeographicSymbolSeries.$$p[1]:
8423
- this.w0.zp = this.yf;
8424
- this.yd = this.yf;
8425
- if (this.yf) {
8426
- var e = this.w0;
8427
- e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.yt));
8423
+ this.wz.zo = this.ye;
8424
+ this.yc = this.ye;
8425
+ if (this.ye) {
8426
+ var e = this.wz;
8427
+ e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.ys));
8428
8428
  }
8429
8429
  else {
8430
- var f = this.w0;
8431
- f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.yt));
8430
+ var f = this.wz;
8431
+ f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.ys));
8432
8432
  }
8433
8433
  break;
8434
8434
  case GeographicSymbolSeries.$$p[0]:
8435
- this.w0.zo = this.ye;
8436
- this.yc = this.ye;
8437
- if (this.yf) {
8438
- var g = this.w0;
8439
- g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.ys));
8435
+ this.wz.zn = this.yd;
8436
+ this.yb = this.yd;
8437
+ if (this.ye) {
8438
+ var g = this.wz;
8439
+ g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.yr));
8440
8440
  }
8441
8441
  else {
8442
- var h = this.w0;
8443
- h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.ys));
8442
+ var h = this.wz;
8443
+ h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.yr));
8444
8444
  }
8445
8445
  break;
8446
8446
  case GeographicSymbolSeries.$$p[2]:
8447
- this.w0.y8 = this.x9;
8447
+ this.wz.y7 = this.x8;
8448
8448
  break;
8449
8449
  case GeographicSymbolSeries.$$p[3]:
8450
- this.w0.z8 = this.yh;
8450
+ this.wz.z7 = this.yg;
8451
8451
  break;
8452
8452
  }
8453
8453
  };
8454
- GeographicSymbolSeries.prototype.yt = function (a, b) {
8454
+ GeographicSymbolSeries.prototype.ys = function (a, b) {
8455
8455
  if (this.assigningScatterStyle != null) {
8456
8456
  this.assigningScatterStyle(this, b);
8457
8457
  }
8458
8458
  };
8459
- GeographicSymbolSeries.prototype.ys = function (a, b) {
8459
+ GeographicSymbolSeries.prototype.yr = function (a, b) {
8460
8460
  if (this.assigningScatterMarkerStyle != null) {
8461
8461
  this.assigningScatterMarkerStyle(this, b);
8462
8462
  }
8463
8463
  };
8464
8464
  GeographicSymbolSeries.$t = igniteuiWebcomponentsCore.markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
8465
- GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:ye:yu', [0, false], 'IsCustomScatterStyleAllowed:yf:yv', [0, false], 'ItemSearchMode:x9:yw', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yh:yx', [1, 10000], 'LatitudeMemberPath:ym:yy', [2, null], 'LongitudeMemberPath:yo:yz', [2, null], 'MarkerCollisionAvoidance:x8:y0', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yg:y1', [0, false]]);
8465
+ GeographicSymbolSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yd:yt', [0, false], 'IsCustomScatterStyleAllowed:ye:yu', [0, false], 'ItemSearchMode:x8:yv', [igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yg:yw', [1, 10000], 'LatitudeMemberPath:yl:yx', [2, null], 'LongitudeMemberPath:yn:yy', [2, null], 'MarkerCollisionAvoidance:x7:yz', [igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yf:y0', [0, false]]);
8466
8466
  return GeographicSymbolSeries;
8467
8467
  }(GeographicMarkerSeries));
8468
8468
 
@@ -8558,10 +8558,10 @@
8558
8558
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
8559
8559
  */
8560
8560
  get: function () {
8561
- return this.i.ym;
8561
+ return this.i.yl;
8562
8562
  },
8563
8563
  set: function (v) {
8564
- this.i.ym = v;
8564
+ this.i.yl = v;
8565
8565
  },
8566
8566
  enumerable: false,
8567
8567
  configurable: true
@@ -8571,10 +8571,10 @@
8571
8571
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
8572
8572
  */
8573
8573
  get: function () {
8574
- return this.i.yo;
8574
+ return this.i.yn;
8575
8575
  },
8576
8576
  set: function (v) {
8577
- this.i.yo = v;
8577
+ this.i.yn = v;
8578
8578
  },
8579
8579
  enumerable: false,
8580
8580
  configurable: true
@@ -8584,11 +8584,11 @@
8584
8584
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
8585
8585
  */
8586
8586
  get: function () {
8587
- return this.i.x8;
8587
+ return this.i.x7;
8588
8588
  },
8589
8589
  set: function (v) {
8590
- this.i.x8 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
8591
- this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.x8));
8590
+ this.i.x7 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, v);
8591
+ this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.x7));
8592
8592
  },
8593
8593
  enumerable: false,
8594
8594
  configurable: true
@@ -8598,11 +8598,11 @@
8598
8598
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
8599
8599
  */
8600
8600
  get: function () {
8601
- return this.i.yf;
8601
+ return this.i.ye;
8602
8602
  },
8603
8603
  set: function (v) {
8604
- this.i.yf = igniteuiWebcomponentsCore.ensureBool(v);
8605
- this._a("isCustomScatterStyleAllowed", this.i.yf);
8604
+ this.i.ye = igniteuiWebcomponentsCore.ensureBool(v);
8605
+ this._a("isCustomScatterStyleAllowed", this.i.ye);
8606
8606
  },
8607
8607
  enumerable: false,
8608
8608
  configurable: true
@@ -8612,11 +8612,11 @@
8612
8612
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
8613
8613
  */
8614
8614
  get: function () {
8615
- return this.i.ye;
8615
+ return this.i.yd;
8616
8616
  },
8617
8617
  set: function (v) {
8618
- this.i.ye = igniteuiWebcomponentsCore.ensureBool(v);
8619
- this._a("isCustomScatterMarkerStyleAllowed", this.i.ye);
8618
+ this.i.yd = igniteuiWebcomponentsCore.ensureBool(v);
8619
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yd);
8620
8620
  },
8621
8621
  enumerable: false,
8622
8622
  configurable: true
@@ -8626,11 +8626,11 @@
8626
8626
  * Gets or sets the mode the series will use to find the closest point to the cursor.
8627
8627
  */
8628
8628
  get: function () {
8629
- return this.i.x9;
8629
+ return this.i.x8;
8630
8630
  },
8631
8631
  set: function (v) {
8632
- this.i.x9 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8633
- this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.x9));
8632
+ this.i.x8 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, v);
8633
+ this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.x8));
8634
8634
  },
8635
8635
  enumerable: false,
8636
8636
  configurable: true
@@ -8640,11 +8640,11 @@
8640
8640
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
8641
8641
  */
8642
8642
  get: function () {
8643
- return this.i.yh;
8643
+ return this.i.yg;
8644
8644
  },
8645
8645
  set: function (v) {
8646
- this.i.yh = +v;
8647
- this._a("itemSearchThreshold", this.i.yh);
8646
+ this.i.yg = +v;
8647
+ this._a("itemSearchThreshold", this.i.yg);
8648
8648
  },
8649
8649
  enumerable: false,
8650
8650
  configurable: true
@@ -8795,10 +8795,10 @@
8795
8795
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
8796
8796
  */
8797
8797
  get: function () {
8798
- return this.i.xc;
8798
+ return this.i.xb;
8799
8799
  },
8800
8800
  set: function (v) {
8801
- this.i.xc = v;
8801
+ this.i.xb = v;
8802
8802
  },
8803
8803
  enumerable: false,
8804
8804
  configurable: true
@@ -8808,10 +8808,10 @@
8808
8808
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
8809
8809
  */
8810
8810
  get: function () {
8811
- return this.i.xa;
8811
+ return this.i.w9;
8812
8812
  },
8813
8813
  set: function (v) {
8814
- this.i.xa = v;
8814
+ this.i.w9 = v;
8815
8815
  },
8816
8816
  enumerable: false,
8817
8817
  configurable: true
@@ -8822,10 +8822,10 @@
8822
8822
  * 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.
8823
8823
  */
8824
8824
  get: function () {
8825
- return this.i.w9;
8825
+ return this.i.w8;
8826
8826
  },
8827
8827
  set: function (v) {
8828
- this.i.w9 = v;
8828
+ this.i.w8 = v;
8829
8829
  },
8830
8830
  enumerable: false,
8831
8831
  configurable: true
@@ -8835,10 +8835,10 @@
8835
8835
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
8836
8836
  */
8837
8837
  get: function () {
8838
- return this.i.xf;
8838
+ return this.i.xe;
8839
8839
  },
8840
8840
  set: function (v) {
8841
- this.i.xf = v;
8841
+ this.i.xe = v;
8842
8842
  },
8843
8843
  enumerable: false,
8844
8844
  configurable: true
@@ -8848,10 +8848,10 @@
8848
8848
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
8849
8849
  */
8850
8850
  get: function () {
8851
- return this.i.xh;
8851
+ return this.i.xg;
8852
8852
  },
8853
8853
  set: function (v) {
8854
- this.i.xh = v;
8854
+ this.i.xg = v;
8855
8855
  },
8856
8856
  enumerable: false,
8857
8857
  configurable: true
@@ -8861,10 +8861,10 @@
8861
8861
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
8862
8862
  */
8863
8863
  get: function () {
8864
- return this.i.xj;
8864
+ return this.i.xi;
8865
8865
  },
8866
8866
  set: function (v) {
8867
- this.i.xj = v;
8867
+ this.i.xi = v;
8868
8868
  },
8869
8869
  enumerable: false,
8870
8870
  configurable: true
@@ -8962,10 +8962,10 @@
8962
8962
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
8963
8963
  */
8964
8964
  get: function () {
8965
- return this.i.xy;
8965
+ return this.i.xx;
8966
8966
  },
8967
8967
  set: function (v) {
8968
- this.i.xy = v;
8968
+ this.i.xx = v;
8969
8969
  },
8970
8970
  enumerable: false,
8971
8971
  configurable: true
@@ -8975,7 +8975,7 @@
8975
8975
  * The ColorScale used to resolve the color values of points in the series.
8976
8976
  */
8977
8977
  get: function () {
8978
- var r = this.i.xt;
8978
+ var r = this.i.xs;
8979
8979
  if (r == null) {
8980
8980
  return null;
8981
8981
  }
@@ -8991,7 +8991,7 @@
8991
8991
  set: function (v) {
8992
8992
  if (v != null && this._stylingContainer && v._styling)
8993
8993
  v._styling(this._stylingContainer, this, this);
8994
- v == null ? this.i.xt = null : this.i.xt = v.i;
8994
+ v == null ? this.i.xs = null : this.i.xs = v.i;
8995
8995
  },
8996
8996
  enumerable: false,
8997
8997
  configurable: true
@@ -9001,7 +9001,7 @@
9001
9001
  * Gets actual color scale that is set on ColorScale property or default ColorScale
9002
9002
  */
9003
9003
  get: function () {
9004
- var r = this.i.xs;
9004
+ var r = this.i.xr;
9005
9005
  if (r == null) {
9006
9006
  return null;
9007
9007
  }
@@ -9017,7 +9017,7 @@
9017
9017
  set: function (v) {
9018
9018
  if (v != null && this._stylingContainer && v._styling)
9019
9019
  v._styling(this._stylingContainer, this, this);
9020
- v == null ? this.i.xs = null : this.i.xs = v.i;
9020
+ v == null ? this.i.xr = null : this.i.xr = v.i;
9021
9021
  },
9022
9022
  enumerable: false,
9023
9023
  configurable: true
@@ -9051,7 +9051,7 @@
9051
9051
 
9052
9052
  */
9053
9053
  IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
9054
- this.i.x3();
9054
+ this.i.x2();
9055
9055
  };
9056
9056
  Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
9057
9057
  /**
@@ -9127,71 +9127,71 @@
9127
9127
  }
9128
9128
  GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
9129
9129
  _super.prototype.b5.call(this);
9130
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.w0);
9131
- a.y9 = this.ch.xp;
9132
- a.zh = this.ch.xn;
9133
- a.xm = this.ch.xc;
9130
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.wz);
9131
+ a.y8 = this.ch.xo;
9132
+ a.zg = this.ch.xm;
9134
9133
  a.xl = this.ch.xb;
9135
- a.f8 = this.ch.xa;
9136
- a.yh = this.ch.xe;
9134
+ a.xk = this.ch.xa;
9135
+ a.f7 = this.ch.w9;
9137
9136
  a.yg = this.ch.xd;
9138
- a.aaf = this.ch.x8;
9137
+ a.yf = this.ch.xc;
9139
9138
  a.aae = this.ch.x7;
9140
- a.yt = this.ch.xh;
9139
+ a.aad = this.ch.x6;
9140
+ a.ys = this.ch.xg;
9141
9141
  };
9142
9142
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
9143
- this.ch.w0.y9 = this.ch.xp;
9143
+ this.ch.wz.y8 = this.ch.xo;
9144
9144
  };
9145
9145
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
9146
- this.ch.w0.zh = this.ch.xn;
9146
+ this.ch.wz.zg = this.ch.xm;
9147
9147
  };
9148
9148
  GeographicHighDensityScatterSeriesView.prototype.cs = function () {
9149
- this.ch.w0.xm = this.ch.xc;
9149
+ this.ch.wz.xl = this.ch.xb;
9150
9150
  };
9151
9151
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
9152
- this.ch.w0.xl = this.ch.xb;
9152
+ this.ch.wz.xk = this.ch.xa;
9153
9153
  };
9154
9154
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
9155
- this.ch.w0.f8 = this.ch.xa;
9155
+ this.ch.wz.f7 = this.ch.w9;
9156
9156
  };
9157
9157
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
9158
- this.ch.w0.yh = this.ch.xe;
9158
+ this.ch.wz.yg = this.ch.xd;
9159
9159
  };
9160
9160
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
9161
- this.ch.w0.yg = this.ch.xd;
9161
+ this.ch.wz.yf = this.ch.xc;
9162
9162
  };
9163
9163
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
9164
- var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.w0);
9164
+ var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.wz);
9165
9165
  if (this.ch.db == null) {
9166
- a.w5 = null;
9167
- a.w7 = null;
9166
+ a.w4 = null;
9167
+ a.w6 = null;
9168
9168
  return;
9169
9169
  }
9170
- a.w5 = this.ch.db.ws;
9171
- a.w7 = this.ch.db.wu;
9170
+ a.w4 = this.ch.db.ws;
9171
+ a.w6 = this.ch.db.wu;
9172
9172
  };
9173
9173
  GeographicHighDensityScatterSeriesView.prototype.ct = function () {
9174
- this.ch.w0.w5 = this.ch.db.ws;
9174
+ this.ch.wz.w4 = this.ch.db.ws;
9175
9175
  };
9176
9176
  GeographicHighDensityScatterSeriesView.prototype.cu = function () {
9177
- this.ch.w0.w7 = this.ch.db.wu;
9177
+ this.ch.wz.w6 = this.ch.db.wu;
9178
9178
  };
9179
9179
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
9180
- this.ch.w0.aaf = this.ch.x8;
9180
+ this.ch.wz.aae = this.ch.x7;
9181
9181
  };
9182
9182
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
9183
- this.ch.w0.aae = this.ch.x7;
9183
+ this.ch.wz.aad = this.ch.x6;
9184
9184
  };
9185
9185
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
9186
- this.ch.w0.yt = this.ch.xh;
9186
+ this.ch.wz.ys = this.ch.xg;
9187
9187
  };
9188
9188
  GeographicHighDensityScatterSeriesView.prototype.au = function () {
9189
9189
  _super.prototype.au.call(this);
9190
9190
  if (!this.q) {
9191
- this.ch.x8 = igniteuiWebcomponentsCharts.Defaults.aq;
9192
- this.ch.x7 = igniteuiWebcomponentsCharts.Defaults.ap;
9193
- this.ch.vf = igniteuiWebcomponentsCharts.Defaults.al;
9194
- this.ch.vv = igniteuiWebcomponentsCharts.Defaults.ak;
9191
+ this.ch.x7 = igniteuiWebcomponentsCharts.Defaults.aq;
9192
+ this.ch.x6 = igniteuiWebcomponentsCharts.Defaults.ap;
9193
+ this.ch.ve = igniteuiWebcomponentsCharts.Defaults.al;
9194
+ this.ch.vu = igniteuiWebcomponentsCharts.Defaults.ak;
9195
9195
  }
9196
9196
  };
9197
9197
  GeographicHighDensityScatterSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -9204,117 +9204,117 @@
9204
9204
  tslib.__extends(GeographicHighDensityScatterSeries, _super);
9205
9205
  function GeographicHighDensityScatterSeries() {
9206
9206
  var _this = _super.call(this) || this;
9207
- _this.w8 = null;
9207
+ _this.w7 = null;
9208
9208
  _this.progressiveLoadStatusChanged = null;
9209
- _this.xg = 0;
9209
+ _this.xf = 0;
9210
9210
  _this.ab = GeographicHighDensityScatterSeries.$;
9211
9211
  return _this;
9212
9212
  }
9213
9213
  GeographicHighDensityScatterSeries.prototype.bj = function () {
9214
9214
  return new GeographicHighDensityScatterSeries();
9215
9215
  };
9216
- GeographicHighDensityScatterSeries.prototype.jk = function () {
9217
- if (!igniteuiWebcomponentsCore.isNaN_(this.jj)) {
9218
- return _super.prototype.jk.call(this);
9216
+ GeographicHighDensityScatterSeries.prototype.jj = function () {
9217
+ if (!igniteuiWebcomponentsCore.isNaN_(this.ji)) {
9218
+ return _super.prototype.jj.call(this);
9219
9219
  }
9220
9220
  return igniteuiWebcomponentsCharts.Defaults.q;
9221
9221
  };
9222
- GeographicHighDensityScatterSeries.prototype.get_fo = function () {
9222
+ GeographicHighDensityScatterSeries.prototype.get_fn = function () {
9223
9223
  return true;
9224
9224
  };
9225
9225
  GeographicHighDensityScatterSeries.prototype.cs = function () {
9226
9226
  return new GeographicHighDensityScatterSeriesView(this);
9227
9227
  };
9228
- GeographicHighDensityScatterSeries.prototype.q1 = function (a) {
9229
- _super.prototype.q1.call(this, a);
9230
- this.w9 = a;
9228
+ GeographicHighDensityScatterSeries.prototype.q0 = function (a) {
9229
+ _super.prototype.q0.call(this, a);
9230
+ this.w8 = a;
9231
9231
  };
9232
- GeographicHighDensityScatterSeries.prototype.wz = function () {
9233
- this.w8 = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
9234
- return this.w8;
9232
+ GeographicHighDensityScatterSeries.prototype.wy = function () {
9233
+ this.w7 = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
9234
+ return this.w7;
9235
9235
  };
9236
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xi", {
9236
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xh", {
9237
9237
  get: function () {
9238
- return this.xg;
9238
+ return this.xf;
9239
9239
  },
9240
9240
  set: function (a) {
9241
- var b = this.xg;
9242
- this.xg = a;
9243
- this.raisePropertyChanged("ProgressiveStatus", b, this.xg);
9241
+ var b = this.xf;
9242
+ this.xf = a;
9243
+ this.raisePropertyChanged("ProgressiveStatus", b, this.xf);
9244
9244
  },
9245
9245
  enumerable: false,
9246
9246
  configurable: true
9247
9247
  });
9248
- GeographicHighDensityScatterSeries.prototype.w5 = function (a, b) {
9249
- _super.prototype.w5.call(this, a, b);
9250
- var c = this.w0;
9251
- c.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.xw));
9252
- var d = this.w0;
9253
- d.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(d.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.xv));
9248
+ GeographicHighDensityScatterSeries.prototype.w4 = function (a, b) {
9249
+ _super.prototype.w4.call(this, a, b);
9250
+ var c = this.wz;
9251
+ c.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.xv));
9252
+ var d = this.wz;
9253
+ d.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(d.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.xu));
9254
9254
  };
9255
- GeographicHighDensityScatterSeries.prototype.xw = function (a, b) {
9256
- this.xi = b.currentStatus;
9255
+ GeographicHighDensityScatterSeries.prototype.xv = function (a, b) {
9256
+ this.xh = b.currentStatus;
9257
9257
  if (this.progressiveLoadStatusChanged != null) {
9258
9258
  this.progressiveLoadStatusChanged(this, b);
9259
9259
  }
9260
9260
  };
9261
- GeographicHighDensityScatterSeries.prototype.xv = function (a, b) {
9262
- if (this.w8 == null) {
9261
+ GeographicHighDensityScatterSeries.prototype.xu = function (a, b) {
9262
+ if (this.w7 == null) {
9263
9263
  return;
9264
9264
  }
9265
9265
  };
9266
- GeographicHighDensityScatterSeries.prototype.q9 = function (a, b, c, d) {
9267
- _super.prototype.q9.call(this, a, b, c, d);
9266
+ GeographicHighDensityScatterSeries.prototype.q8 = function (a, b, c, d) {
9267
+ _super.prototype.q8.call(this, a, b, c, d);
9268
9268
  switch (b) {
9269
9269
  case "SeriesViewer":
9270
- this.w9.cr();
9270
+ this.w8.cr();
9271
9271
  break;
9272
9272
  case GeographicHighDensityScatterSeries.$$p[5]:
9273
- this.w9.cn();
9273
+ this.w8.cn();
9274
9274
  break;
9275
9275
  case GeographicHighDensityScatterSeries.$$p[4]:
9276
- this.w9.cm();
9276
+ this.w8.cm();
9277
9277
  break;
9278
9278
  case GeographicHighDensityScatterSeries.$$p[9]:
9279
- this.w9.cs();
9279
+ this.w8.cs();
9280
9280
  break;
9281
9281
  case GeographicHighDensityScatterSeries.$$p[8]:
9282
- this.w9.cq();
9282
+ this.w8.cq();
9283
9283
  break;
9284
9284
  case GeographicHighDensityScatterSeries.$$p[6]:
9285
- this.w9.co();
9285
+ this.w8.co();
9286
9286
  break;
9287
9287
  case "XAxis":
9288
- this.w9.ct();
9288
+ this.w8.ct();
9289
9289
  break;
9290
9290
  case "YAxis":
9291
- this.w9.cu();
9291
+ this.w8.cu();
9292
9292
  break;
9293
9293
  case GeographicHighDensityScatterSeries.$$p[3]:
9294
- this.w9.cl();
9294
+ this.w8.cl();
9295
9295
  break;
9296
9296
  case GeographicHighDensityScatterSeries.$$p[1]:
9297
- this.w9.cj();
9297
+ this.w8.cj();
9298
9298
  break;
9299
9299
  case GeographicHighDensityScatterSeries.$$p[2]:
9300
- this.w9.ck();
9300
+ this.w8.ck();
9301
9301
  break;
9302
9302
  case GeographicHighDensityScatterSeries.$$p[0]:
9303
- this.w9.ci();
9303
+ this.w8.ci();
9304
9304
  break;
9305
9305
  case GeographicHighDensityScatterSeries.$$p[7]:
9306
- this.w9.cp();
9306
+ this.w8.cp();
9307
9307
  break;
9308
9308
  }
9309
9309
  };
9310
- GeographicHighDensityScatterSeries.prototype.get_g7 = function () {
9310
+ GeographicHighDensityScatterSeries.prototype.get_g6 = function () {
9311
9311
  return true;
9312
9312
  };
9313
- GeographicHighDensityScatterSeries.prototype.set_g7 = function (a) {
9314
- _super.prototype.set_g7.call(this, a);
9313
+ GeographicHighDensityScatterSeries.prototype.set_g6 = function (a) {
9314
+ _super.prototype.set_g6.call(this, a);
9315
9315
  };
9316
9316
  GeographicHighDensityScatterSeries.$t = igniteuiWebcomponentsCore.markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
9317
- GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x7:xx', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.ap], 'HeatMaximum:xd:xy', [1, 50], 'HeatMinimumColor:x8:xz', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.aq], 'HeatMinimum:xe:x0', [1, 0], 'LatitudeMemberPath:xn:x1', [2, null], 'LongitudeMemberPath:xp:x2', [2, null], 'MouseOverEnabled:xa:x3', [0, false], 'PointExtent:xh:x4', [1, 1], 'ProgressiveLoad:xb:x5', [0, true], 'UseBruteForce:xc:x6', [0, false]]);
9317
+ GeographicHighDensityScatterSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x6:xw', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.ap], 'HeatMaximum:xc:xx', [1, 50], 'HeatMinimumColor:x7:xy', [igniteuiWebcomponentsCore.Color.$, igniteuiWebcomponentsCharts.Defaults.aq], 'HeatMinimum:xd:xz', [1, 0], 'LatitudeMemberPath:xm:x0', [2, null], 'LongitudeMemberPath:xo:x1', [2, null], 'MouseOverEnabled:w9:x2', [0, false], 'PointExtent:xg:x3', [1, 1], 'ProgressiveLoad:xa:x4', [0, true], 'UseBruteForce:xb:x5', [0, false]]);
9318
9318
  return GeographicHighDensityScatterSeries;
9319
9319
  }(GeographicMapSeriesHost));
9320
9320
 
@@ -9398,7 +9398,7 @@
9398
9398
  * Gets whether the current series shows pixels.
9399
9399
  */
9400
9400
  get: function () {
9401
- return this.i.fo;
9401
+ return this.i.fn;
9402
9402
  },
9403
9403
  enumerable: false,
9404
9404
  configurable: true
@@ -9408,10 +9408,10 @@
9408
9408
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
9409
9409
  */
9410
9410
  get: function () {
9411
- return this.i.xn;
9411
+ return this.i.xm;
9412
9412
  },
9413
9413
  set: function (v) {
9414
- this.i.xn = v;
9414
+ this.i.xm = v;
9415
9415
  },
9416
9416
  enumerable: false,
9417
9417
  configurable: true
@@ -9421,10 +9421,10 @@
9421
9421
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
9422
9422
  */
9423
9423
  get: function () {
9424
- return this.i.xp;
9424
+ return this.i.xo;
9425
9425
  },
9426
9426
  set: function (v) {
9427
- this.i.xp = v;
9427
+ this.i.xo = v;
9428
9428
  },
9429
9429
  enumerable: false,
9430
9430
  configurable: true
@@ -9434,11 +9434,11 @@
9434
9434
  * Gets or sets the whether to use use brute force mode.
9435
9435
  */
9436
9436
  get: function () {
9437
- return this.i.xc;
9437
+ return this.i.xb;
9438
9438
  },
9439
9439
  set: function (v) {
9440
- this.i.xc = igniteuiWebcomponentsCore.ensureBool(v);
9441
- this._a("useBruteForce", this.i.xc);
9440
+ this.i.xb = igniteuiWebcomponentsCore.ensureBool(v);
9441
+ this._a("useBruteForce", this.i.xb);
9442
9442
  },
9443
9443
  enumerable: false,
9444
9444
  configurable: true
@@ -9448,11 +9448,11 @@
9448
9448
  * Gets or sets the whether to progressively load the data into the chart.
9449
9449
  */
9450
9450
  get: function () {
9451
- return this.i.xb;
9451
+ return this.i.xa;
9452
9452
  },
9453
9453
  set: function (v) {
9454
- this.i.xb = igniteuiWebcomponentsCore.ensureBool(v);
9455
- this._a("progressiveLoad", this.i.xb);
9454
+ this.i.xa = igniteuiWebcomponentsCore.ensureBool(v);
9455
+ this._a("progressiveLoad", this.i.xa);
9456
9456
  },
9457
9457
  enumerable: false,
9458
9458
  configurable: true
@@ -9462,11 +9462,11 @@
9462
9462
  * Gets or sets the whether the chart reacts to mouse move events.
9463
9463
  */
9464
9464
  get: function () {
9465
- return this.i.xa;
9465
+ return this.i.w9;
9466
9466
  },
9467
9467
  set: function (v) {
9468
- this.i.xa = igniteuiWebcomponentsCore.ensureBool(v);
9469
- this._a("mouseOverEnabled", this.i.xa);
9468
+ this.i.w9 = igniteuiWebcomponentsCore.ensureBool(v);
9469
+ this._a("mouseOverEnabled", this.i.w9);
9470
9470
  },
9471
9471
  enumerable: false,
9472
9472
  configurable: true
@@ -9476,11 +9476,11 @@
9476
9476
  * Gets or sets the density value that maps to the minimum heat color.
9477
9477
  */
9478
9478
  get: function () {
9479
- return this.i.xe;
9479
+ return this.i.xd;
9480
9480
  },
9481
9481
  set: function (v) {
9482
- this.i.xe = +v;
9483
- this._a("heatMinimum", this.i.xe);
9482
+ this.i.xd = +v;
9483
+ this._a("heatMinimum", this.i.xd);
9484
9484
  },
9485
9485
  enumerable: false,
9486
9486
  configurable: true
@@ -9490,11 +9490,11 @@
9490
9490
  * Gets or sets the value that maps to the maximum heat color.
9491
9491
  */
9492
9492
  get: function () {
9493
- return this.i.xd;
9493
+ return this.i.xc;
9494
9494
  },
9495
9495
  set: function (v) {
9496
- this.i.xd = +v;
9497
- this._a("heatMaximum", this.i.xd);
9496
+ this.i.xc = +v;
9497
+ this._a("heatMaximum", this.i.xc);
9498
9498
  },
9499
9499
  enumerable: false,
9500
9500
  configurable: true
@@ -9504,11 +9504,11 @@
9504
9504
  * Gets or sets the color to use for the minimum end of the scale.
9505
9505
  */
9506
9506
  get: function () {
9507
- return igniteuiWebcomponentsCore.colorToString(this.i.x8);
9507
+ return igniteuiWebcomponentsCore.colorToString(this.i.x7);
9508
9508
  },
9509
9509
  set: function (v) {
9510
- this.i.x8 = igniteuiWebcomponentsCore.stringToColor(v);
9511
- this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.x8));
9510
+ this.i.x7 = igniteuiWebcomponentsCore.stringToColor(v);
9511
+ this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.x7));
9512
9512
  },
9513
9513
  enumerable: false,
9514
9514
  configurable: true
@@ -9518,11 +9518,11 @@
9518
9518
  * Gets or sets the color to use for the maximum end of the scale.
9519
9519
  */
9520
9520
  get: function () {
9521
- return igniteuiWebcomponentsCore.colorToString(this.i.x7);
9521
+ return igniteuiWebcomponentsCore.colorToString(this.i.x6);
9522
9522
  },
9523
9523
  set: function (v) {
9524
- this.i.x7 = igniteuiWebcomponentsCore.stringToColor(v);
9525
- this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.x7));
9524
+ this.i.x6 = igniteuiWebcomponentsCore.stringToColor(v);
9525
+ this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.x6));
9526
9526
  },
9527
9527
  enumerable: false,
9528
9528
  configurable: true
@@ -9532,11 +9532,11 @@
9532
9532
  * Gets or sets the the pixel extent of the square data points that are rendered.
9533
9533
  */
9534
9534
  get: function () {
9535
- return this.i.xh;
9535
+ return this.i.xg;
9536
9536
  },
9537
9537
  set: function (v) {
9538
- this.i.xh = +v;
9539
- this._a("pointExtent", this.i.xh);
9538
+ this.i.xg = +v;
9539
+ this._a("pointExtent", this.i.xg);
9540
9540
  },
9541
9541
  enumerable: false,
9542
9542
  configurable: true
@@ -9546,11 +9546,11 @@
9546
9546
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
9547
9547
  */
9548
9548
  get: function () {
9549
- return this.i.xi;
9549
+ return this.i.xh;
9550
9550
  },
9551
9551
  set: function (v) {
9552
- this.i.xi = +v;
9553
- this._a("progressiveStatus", this.i.xi);
9552
+ this.i.xh = +v;
9553
+ this._a("progressiveStatus", this.i.xh);
9554
9554
  },
9555
9555
  enumerable: false,
9556
9556
  configurable: true
@@ -9644,24 +9644,24 @@
9644
9644
  GeographicContourLineSeriesView.prototype.au = function () {
9645
9645
  _super.prototype.au.call(this);
9646
9646
  if (!this.q) {
9647
- this.cp.jp = igniteuiWebcomponentsCharts.Defaults.m;
9647
+ this.cp.jo = igniteuiWebcomponentsCharts.Defaults.m;
9648
9648
  }
9649
9649
  };
9650
9650
  GeographicContourLineSeriesView.prototype.b5 = function () {
9651
9651
  _super.prototype.b5.call(this);
9652
- if (this.cp.w0 != null) {
9653
- this.cp.xs.yv = this.cp.xv;
9654
- this.cp.xs.y5 = this.cp.xz;
9652
+ if (this.cp.wz != null) {
9653
+ this.cp.xr.yu = this.cp.xu;
9654
+ this.cp.xr.y4 = this.cp.xy;
9655
9655
  }
9656
9656
  };
9657
9657
  GeographicContourLineSeriesView.prototype.cq = function () {
9658
- if (this.cp.xs != null) {
9659
- this.cp.xs.yv = this.cp.xv;
9658
+ if (this.cp.xr != null) {
9659
+ this.cp.xr.yu = this.cp.xu;
9660
9660
  }
9661
9661
  };
9662
9662
  GeographicContourLineSeriesView.prototype.cr = function () {
9663
- if (this.cp.xs != null) {
9664
- this.cp.xs.y5 = this.cp.xz;
9663
+ if (this.cp.xr != null) {
9664
+ this.cp.xr.y4 = this.cp.xy;
9665
9665
  }
9666
9666
  };
9667
9667
  GeographicContourLineSeriesView.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -9681,72 +9681,72 @@
9681
9681
  GeographicContourLineSeries.prototype.bj = function () {
9682
9682
  return new GeographicContourLineSeries();
9683
9683
  };
9684
- GeographicContourLineSeries.prototype.get_fj = function () {
9684
+ GeographicContourLineSeries.prototype.get_fi = function () {
9685
9685
  return true;
9686
9686
  };
9687
- GeographicContourLineSeries.prototype.w5 = function (a, b) {
9688
- _super.prototype.w5.call(this, a, b);
9687
+ GeographicContourLineSeries.prototype.w4 = function (a, b) {
9688
+ _super.prototype.w4.call(this, a, b);
9689
9689
  };
9690
- GeographicContourLineSeries.prototype.wz = function () {
9691
- this.xs = new igniteuiWebcomponentsCharts.ScatterContourSeries();
9692
- var a = this.xs;
9693
- a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.x2));
9694
- var b = this.xs;
9695
- b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.x3));
9696
- return this.xs;
9690
+ GeographicContourLineSeries.prototype.wy = function () {
9691
+ this.xr = new igniteuiWebcomponentsCharts.ScatterContourSeries();
9692
+ var a = this.xr;
9693
+ a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.x1));
9694
+ var b = this.xr;
9695
+ b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.x2));
9696
+ return this.xr;
9697
9697
  };
9698
- GeographicContourLineSeries.prototype.x2 = function (a, b) {
9698
+ GeographicContourLineSeries.prototype.x1 = function (a, b) {
9699
9699
  if (this.triangulationStatusChanged != null) {
9700
9700
  this.triangulationStatusChanged(this, b);
9701
9701
  }
9702
9702
  };
9703
- GeographicContourLineSeries.prototype.x3 = function (a, b) {
9704
- var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.w0);
9703
+ GeographicContourLineSeries.prototype.x2 = function (a, b) {
9704
+ var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.wz);
9705
9705
  if (c == null) {
9706
9706
  return;
9707
9707
  }
9708
9708
  if (b.propertyName == "ActualFillScale") {
9709
- this.xu = c.yu;
9709
+ this.xt = c.yt;
9710
9710
  }
9711
9711
  };
9712
- GeographicContourLineSeries.prototype.sh = function () {
9713
- _super.prototype.sh.call(this);
9712
+ GeographicContourLineSeries.prototype.sg = function () {
9713
+ _super.prototype.sg.call(this);
9714
9714
  };
9715
9715
  GeographicContourLineSeries.prototype.cs = function () {
9716
9716
  return new GeographicContourLineSeriesView(this);
9717
9717
  };
9718
- GeographicContourLineSeries.prototype.q1 = function (a) {
9719
- _super.prototype.q1.call(this, a);
9720
- this.xw = a;
9718
+ GeographicContourLineSeries.prototype.q0 = function (a) {
9719
+ _super.prototype.q0.call(this, a);
9720
+ this.xv = a;
9721
9721
  };
9722
- GeographicContourLineSeries.prototype.q9 = function (a, b, c, d) {
9723
- _super.prototype.q9.call(this, a, b, c, d);
9722
+ GeographicContourLineSeries.prototype.q8 = function (a, b, c, d) {
9723
+ _super.prototype.q8.call(this, a, b, c, d);
9724
9724
  switch (b) {
9725
9725
  case GeographicContourLineSeries.$$p[1]:
9726
- this.xw.cq();
9726
+ this.xv.cq();
9727
9727
  break;
9728
9728
  case GeographicContourLineSeries.$$p[2]:
9729
- this.xw.cr();
9729
+ this.xv.cr();
9730
9730
  break;
9731
9731
  case GeographicContourLineSeries.$$p[3]:
9732
- this.xs.ys = this.xr;
9732
+ this.xr.yr = this.xq;
9733
9733
  break;
9734
9734
  case "DashArray":
9735
- this.xs.v2 = this.v2;
9735
+ this.xr.v1 = this.v1;
9736
9736
  break;
9737
9737
  case "DashCap":
9738
- this.xs.v3 = this.v3;
9738
+ this.xr.v2 = this.v2;
9739
9739
  break;
9740
9740
  case "MiterLimit":
9741
- this.xs.jh = this.jh;
9741
+ this.xr.jg = this.jg;
9742
9742
  break;
9743
9743
  case "LineJoin":
9744
- this.xs.v5 = this.v5;
9744
+ this.xr.v4 = this.v4;
9745
9745
  break;
9746
9746
  }
9747
9747
  };
9748
9748
  GeographicContourLineSeries.$t = igniteuiWebcomponentsCore.markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
9749
- GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xu:x4', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'FillScale:xv:x5', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'ValueMemberPath:xz:x6', [2, "value"], 'ValueResolver:xr:x7', [igniteuiWebcomponentsCharts.ContourValueResolver.$, null]]);
9749
+ GeographicContourLineSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xt:x3', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'FillScale:xu:x4', [igniteuiWebcomponentsCharts.ValueBrushScale.$, null], 'ValueMemberPath:xy:x5', [2, "value"], 'ValueResolver:xq:x6', [igniteuiWebcomponentsCharts.ContourValueResolver.$, null]]);
9750
9750
  return GeographicContourLineSeries;
9751
9751
  }(GeographicXYTriangulatingSeries));
9752
9752
 
@@ -9829,7 +9829,7 @@
9829
9829
  * Gets whether the current series shows a line contour shape.
9830
9830
  */
9831
9831
  get: function () {
9832
- return this.i.fj;
9832
+ return this.i.fi;
9833
9833
  },
9834
9834
  enumerable: false,
9835
9835
  configurable: true
@@ -9839,10 +9839,10 @@
9839
9839
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
9840
9840
  */
9841
9841
  get: function () {
9842
- return this.i.xz;
9842
+ return this.i.xy;
9843
9843
  },
9844
9844
  set: function (v) {
9845
- this.i.xz = v;
9845
+ this.i.xy = v;
9846
9846
  },
9847
9847
  enumerable: false,
9848
9848
  configurable: true
@@ -9852,7 +9852,7 @@
9852
9852
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
9853
9853
  */
9854
9854
  get: function () {
9855
- var r = this.i.xv;
9855
+ var r = this.i.xu;
9856
9856
  if (r == null) {
9857
9857
  return null;
9858
9858
  }
@@ -9868,7 +9868,7 @@
9868
9868
  set: function (v) {
9869
9869
  if (v != null && this._stylingContainer && v._styling)
9870
9870
  v._styling(this._stylingContainer, this, this);
9871
- v == null ? this.i.xv = null : this.i.xv = v.i;
9871
+ v == null ? this.i.xu = null : this.i.xu = v.i;
9872
9872
  },
9873
9873
  enumerable: false,
9874
9874
  configurable: true
@@ -9878,7 +9878,7 @@
9878
9878
  * Gets actual fill scale that is set on the FillScale property or default FillScale
9879
9879
  */
9880
9880
  get: function () {
9881
- var r = this.i.xu;
9881
+ var r = this.i.xt;
9882
9882
  if (r == null) {
9883
9883
  return null;
9884
9884
  }
@@ -9894,7 +9894,7 @@
9894
9894
  set: function (v) {
9895
9895
  if (v != null && this._stylingContainer && v._styling)
9896
9896
  v._styling(this._stylingContainer, this, this);
9897
- v == null ? this.i.xu = null : this.i.xu = v.i;
9897
+ v == null ? this.i.xt = null : this.i.xt = v.i;
9898
9898
  },
9899
9899
  enumerable: false,
9900
9900
  configurable: true
@@ -9904,7 +9904,7 @@
9904
9904
  * The ContourValueResolver used to determine the numeric values of contours.
9905
9905
  */
9906
9906
  get: function () {
9907
- var r = this.i.xr;
9907
+ var r = this.i.xq;
9908
9908
  if (r == null) {
9909
9909
  return null;
9910
9910
  }
@@ -9920,7 +9920,7 @@
9920
9920
  set: function (v) {
9921
9921
  if (v != null && this._stylingContainer && v._styling)
9922
9922
  v._styling(this._stylingContainer, this, this);
9923
- v == null ? this.i.xr = null : this.i.xr = v.i;
9923
+ v == null ? this.i.xq = null : this.i.xq = v.i;
9924
9924
  },
9925
9925
  enumerable: false,
9926
9926
  configurable: true