igniteui-webcomponents-maps 5.2.0-beta.0 → 5.2.1-beta.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.
- package/bundles/igniteui-webcomponents-maps.umd.js +1060 -1060
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +86 -86
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +85 -85
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1069 -1069
- package/fesm5/igniteui-webcomponents-maps.js +1060 -1060
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +24 -24
- 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.
|
|
453
|
-
_this.
|
|
452
|
+
_this.wx = null;
|
|
453
|
+
_this.wz = _this.wy();
|
|
454
454
|
return _this;
|
|
455
455
|
}
|
|
456
|
-
GeographicMapSeriesHost.prototype.
|
|
457
|
-
_super.prototype.
|
|
458
|
-
if (this.
|
|
459
|
-
this.
|
|
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.
|
|
462
|
+
GeographicMapSeriesHost.prototype.get_fb = function () {
|
|
463
463
|
return true;
|
|
464
464
|
};
|
|
465
|
-
GeographicMapSeriesHost.prototype.
|
|
466
|
-
var c = this.
|
|
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.
|
|
473
|
+
return this.wz.kp(a, c);
|
|
474
474
|
};
|
|
475
|
-
GeographicMapSeriesHost.prototype.
|
|
476
|
-
var b = this.
|
|
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.
|
|
483
|
+
return this.wz.mc(b);
|
|
484
484
|
};
|
|
485
|
-
GeographicMapSeriesHost.prototype.
|
|
486
|
-
return this.
|
|
485
|
+
GeographicMapSeriesHost.prototype.get_kh = function () {
|
|
486
|
+
return this.kz(this.wz);
|
|
487
487
|
};
|
|
488
|
-
GeographicMapSeriesHost.prototype.
|
|
489
|
-
this.
|
|
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.
|
|
492
|
+
return this.wz.eb(a, b, c, d, e);
|
|
493
493
|
};
|
|
494
494
|
GeographicMapSeriesHost.prototype.ai = function () {
|
|
495
|
-
return this.
|
|
495
|
+
return this.wz.ai();
|
|
496
496
|
};
|
|
497
497
|
GeographicMapSeriesHost.prototype.bo = function () {
|
|
498
|
-
return this.
|
|
498
|
+
return this.wz;
|
|
499
499
|
};
|
|
500
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
500
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "wz", {
|
|
501
501
|
get: function () {
|
|
502
|
-
return this.
|
|
502
|
+
return this.wx;
|
|
503
503
|
},
|
|
504
504
|
set: function (a) {
|
|
505
|
-
var b = this.
|
|
506
|
-
var c = this.
|
|
505
|
+
var b = this.wx;
|
|
506
|
+
var c = this.wz != a;
|
|
507
507
|
if (c) {
|
|
508
|
-
this.
|
|
509
|
-
this.
|
|
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.
|
|
516
|
+
return this.wz.hasMarkers;
|
|
517
517
|
};
|
|
518
|
-
GeographicMapSeriesHost.prototype.
|
|
519
|
-
if (this.
|
|
520
|
-
var hostedSeries_ = this.
|
|
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.
|
|
525
|
-
this.
|
|
524
|
+
this.pe(this.wz);
|
|
525
|
+
this.w0.b5();
|
|
526
526
|
if (a != null) {
|
|
527
527
|
var c = (a);
|
|
528
|
-
this.
|
|
528
|
+
this.r0(c, null);
|
|
529
529
|
}
|
|
530
530
|
if (b != null) {
|
|
531
531
|
var d = (b);
|
|
532
|
-
this.
|
|
532
|
+
this.r0(d, this);
|
|
533
533
|
}
|
|
534
534
|
};
|
|
535
535
|
GeographicMapSeriesHost.prototype.dg = function (a, b, c) {
|
|
536
|
-
return this.di(this.
|
|
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.
|
|
539
|
+
return this.dj(this.wz, a, b, c);
|
|
540
540
|
};
|
|
541
|
-
GeographicMapSeriesHost.prototype.
|
|
542
|
-
return this.
|
|
541
|
+
GeographicMapSeriesHost.prototype.km = function (a) {
|
|
542
|
+
return this.kv(this.wz, a);
|
|
543
543
|
};
|
|
544
|
-
GeographicMapSeriesHost.prototype.
|
|
545
|
-
return this.
|
|
544
|
+
GeographicMapSeriesHost.prototype.j9 = function (a, b) {
|
|
545
|
+
return this.wz.j9(a, b);
|
|
546
546
|
};
|
|
547
|
-
GeographicMapSeriesHost.prototype.
|
|
548
|
-
return this.
|
|
547
|
+
GeographicMapSeriesHost.prototype.j7 = function (a, b) {
|
|
548
|
+
return this.wz.j7(a, b);
|
|
549
549
|
};
|
|
550
|
-
GeographicMapSeriesHost.prototype.
|
|
551
|
-
return this.
|
|
550
|
+
GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
|
|
551
|
+
return this.wz.i4(a, b, c);
|
|
552
552
|
};
|
|
553
|
-
GeographicMapSeriesHost.prototype.
|
|
554
|
-
return this.
|
|
553
|
+
GeographicMapSeriesHost.prototype.wb = function (a, b, c) {
|
|
554
|
+
return this.wz.wb(a, b, c);
|
|
555
555
|
};
|
|
556
|
-
GeographicMapSeriesHost.prototype.
|
|
557
|
-
return this.
|
|
556
|
+
GeographicMapSeriesHost.prototype.wm = function (a) {
|
|
557
|
+
return this.wz.wm(a);
|
|
558
558
|
};
|
|
559
559
|
GeographicMapSeriesHost.prototype.ao = function (a) {
|
|
560
|
-
return this.
|
|
560
|
+
return this.wz.ao(a);
|
|
561
561
|
};
|
|
562
|
-
GeographicMapSeriesHost.prototype.
|
|
563
|
-
return this.
|
|
562
|
+
GeographicMapSeriesHost.prototype.wn = function (a) {
|
|
563
|
+
return this.wz.wn(a);
|
|
564
564
|
};
|
|
565
565
|
GeographicMapSeriesHost.prototype.ap = function (a) {
|
|
566
|
-
return this.
|
|
566
|
+
return this.wz.ap(a);
|
|
567
567
|
};
|
|
568
|
-
GeographicMapSeriesHost.prototype.
|
|
569
|
-
return this.
|
|
568
|
+
GeographicMapSeriesHost.prototype.wo = function (a) {
|
|
569
|
+
return this.wz.wo(a);
|
|
570
570
|
};
|
|
571
|
-
GeographicMapSeriesHost.prototype.
|
|
572
|
-
return this.
|
|
571
|
+
GeographicMapSeriesHost.prototype.wp = function (a) {
|
|
572
|
+
return this.wz.wp(a);
|
|
573
573
|
};
|
|
574
|
-
GeographicMapSeriesHost.prototype.
|
|
575
|
-
return this.
|
|
574
|
+
GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
|
|
575
|
+
return this.wz.i0(a, b, c);
|
|
576
576
|
};
|
|
577
|
-
GeographicMapSeriesHost.prototype.
|
|
578
|
-
return this.
|
|
577
|
+
GeographicMapSeriesHost.prototype.v7 = function (a, b, c) {
|
|
578
|
+
return this.wz.v7(a, b, c);
|
|
579
579
|
};
|
|
580
|
-
GeographicMapSeriesHost.prototype.
|
|
581
|
-
return this.
|
|
580
|
+
GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
|
|
581
|
+
return this.i4(a, b, c);
|
|
582
582
|
};
|
|
583
|
-
GeographicMapSeriesHost.prototype.
|
|
584
|
-
return this.
|
|
583
|
+
GeographicMapSeriesHost.prototype.v9 = function (a, b, c) {
|
|
584
|
+
return this.wz.v9(a, b, c);
|
|
585
585
|
};
|
|
586
|
-
GeographicMapSeriesHost.prototype.
|
|
587
|
-
return this.
|
|
586
|
+
GeographicMapSeriesHost.prototype.wc = function (a, b, c) {
|
|
587
|
+
return this.wz.wc(a, b, c);
|
|
588
588
|
};
|
|
589
|
-
GeographicMapSeriesHost.prototype.
|
|
590
|
-
return this.
|
|
589
|
+
GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
|
|
590
|
+
return this.wz.i5(a, b, c);
|
|
591
591
|
};
|
|
592
|
-
GeographicMapSeriesHost.prototype.
|
|
593
|
-
return this.
|
|
592
|
+
GeographicMapSeriesHost.prototype.v8 = function (a, b, c) {
|
|
593
|
+
return this.wz.v8(a, b, c);
|
|
594
594
|
};
|
|
595
|
-
GeographicMapSeriesHost.prototype.
|
|
596
|
-
return this.
|
|
595
|
+
GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
|
|
596
|
+
return this.wz.i1(a, b, c);
|
|
597
597
|
};
|
|
598
|
-
GeographicMapSeriesHost.prototype.
|
|
599
|
-
return this.
|
|
598
|
+
GeographicMapSeriesHost.prototype.wa = function (a, b, c) {
|
|
599
|
+
return this.wz.wa(a, b, c);
|
|
600
600
|
};
|
|
601
|
-
GeographicMapSeriesHost.prototype.
|
|
602
|
-
return this.
|
|
601
|
+
GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
|
|
602
|
+
return this.wz.i3(a, b, c);
|
|
603
603
|
};
|
|
604
|
-
GeographicMapSeriesHost.prototype.
|
|
605
|
-
return this.
|
|
604
|
+
GeographicMapSeriesHost.prototype.j3 = function (a) {
|
|
605
|
+
return this.wz.j3(a);
|
|
606
606
|
};
|
|
607
|
-
GeographicMapSeriesHost.prototype.
|
|
608
|
-
return this.
|
|
607
|
+
GeographicMapSeriesHost.prototype.iv = function () {
|
|
608
|
+
return this.wz.iv();
|
|
609
609
|
};
|
|
610
|
-
GeographicMapSeriesHost.prototype.
|
|
611
|
-
return this.
|
|
610
|
+
GeographicMapSeriesHost.prototype.ir = function (a) {
|
|
611
|
+
return this.wz.ir(a);
|
|
612
612
|
};
|
|
613
|
-
GeographicMapSeriesHost.prototype.
|
|
614
|
-
return this.
|
|
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.
|
|
620
|
-
_super.prototype.
|
|
621
|
-
this.
|
|
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, "
|
|
623
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "w1", {
|
|
624
624
|
get: function () {
|
|
625
|
-
return this.c(GeographicMapSeriesHost.
|
|
625
|
+
return this.c(GeographicMapSeriesHost.w6);
|
|
626
626
|
},
|
|
627
627
|
set: function (a) {
|
|
628
|
-
this.h(GeographicMapSeriesHost.
|
|
628
|
+
this.h(GeographicMapSeriesHost.w6, a);
|
|
629
629
|
},
|
|
630
630
|
enumerable: false,
|
|
631
631
|
configurable: true
|
|
632
632
|
});
|
|
633
|
-
GeographicMapSeriesHost.prototype.
|
|
634
|
-
_super.prototype.
|
|
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.
|
|
637
|
+
this.wz.db = this.db;
|
|
638
638
|
if (c != null) {
|
|
639
|
-
c.q4(this.
|
|
639
|
+
c.q4(this.wz);
|
|
640
640
|
}
|
|
641
641
|
if (d != null) {
|
|
642
|
-
this.db.m8(this.
|
|
642
|
+
this.db.m8(this.wz);
|
|
643
643
|
}
|
|
644
|
-
this.
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
647
|
-
this.
|
|
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.
|
|
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.
|
|
654
|
+
f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.w5));
|
|
655
655
|
}
|
|
656
|
-
this.
|
|
656
|
+
this.w3();
|
|
657
657
|
break;
|
|
658
658
|
case "SyncLink":
|
|
659
|
-
this.
|
|
659
|
+
this.wz.c3 = this.c3;
|
|
660
660
|
break;
|
|
661
661
|
case "VisibleFromScale":
|
|
662
|
-
this.
|
|
662
|
+
this.w3();
|
|
663
663
|
break;
|
|
664
664
|
case "Index":
|
|
665
|
-
this.
|
|
665
|
+
this.wz.index = this.index;
|
|
666
666
|
break;
|
|
667
667
|
case "ItemsSource":
|
|
668
|
-
this.
|
|
668
|
+
this.w0.b6();
|
|
669
669
|
break;
|
|
670
670
|
case "Resolution":
|
|
671
|
-
this.
|
|
671
|
+
this.w0.cd();
|
|
672
672
|
break;
|
|
673
673
|
case "TransitionDuration":
|
|
674
|
-
this.
|
|
674
|
+
this.w0.cg();
|
|
675
675
|
break;
|
|
676
676
|
case "Opacity":
|
|
677
|
-
this.
|
|
677
|
+
this.w0.ca();
|
|
678
678
|
break;
|
|
679
679
|
case "Visibility":
|
|
680
|
-
var hs_ = this.
|
|
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.
|
|
685
|
+
this.wz.f7 = this.f7;
|
|
686
686
|
break;
|
|
687
687
|
case "ExpectFunctions":
|
|
688
|
-
this.
|
|
688
|
+
this.wz.expectFunctions = this.expectFunctions;
|
|
689
689
|
break;
|
|
690
690
|
case "Thickness":
|
|
691
|
-
this.
|
|
691
|
+
this.w0.cf();
|
|
692
692
|
break;
|
|
693
693
|
case "Brush":
|
|
694
|
-
this.
|
|
694
|
+
this.w0.b4();
|
|
695
695
|
break;
|
|
696
696
|
case "Outline":
|
|
697
|
-
this.
|
|
697
|
+
this.w0.cc();
|
|
698
698
|
break;
|
|
699
699
|
case "ActualBrush":
|
|
700
|
-
this.
|
|
700
|
+
this.w0.b1();
|
|
701
701
|
break;
|
|
702
702
|
case "ActualOutline":
|
|
703
|
-
this.
|
|
703
|
+
this.w0.b2();
|
|
704
704
|
break;
|
|
705
705
|
case "MarkerFillOpacity":
|
|
706
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
707
|
-
this.
|
|
706
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.jf)) {
|
|
707
|
+
this.w0.b9();
|
|
708
708
|
}
|
|
709
709
|
break;
|
|
710
710
|
case "AreaFillOpacity":
|
|
711
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
712
|
-
this.
|
|
711
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.ij)) {
|
|
712
|
+
this.w0.b3();
|
|
713
713
|
}
|
|
714
714
|
break;
|
|
715
715
|
case "OutlineMode":
|
|
716
|
-
this.
|
|
716
|
+
this.w0.cb();
|
|
717
717
|
break;
|
|
718
718
|
case "ShowDefaultTooltip":
|
|
719
|
-
this.
|
|
719
|
+
this.w0.ce();
|
|
720
720
|
break;
|
|
721
721
|
case "Title":
|
|
722
|
-
this.
|
|
722
|
+
this.wz.title = this.title;
|
|
723
723
|
break;
|
|
724
724
|
case "LegendItemBadgeMode":
|
|
725
|
-
this.
|
|
725
|
+
this.w0.b7();
|
|
726
726
|
break;
|
|
727
727
|
case "LegendItemBadgeShape":
|
|
728
|
-
this.
|
|
728
|
+
this.w0.b8();
|
|
729
729
|
break;
|
|
730
730
|
case "Legend":
|
|
731
|
-
this.
|
|
731
|
+
this.wz.legend = this.legend;
|
|
732
732
|
this.cv.av();
|
|
733
733
|
break;
|
|
734
734
|
}
|
|
735
735
|
};
|
|
736
|
-
GeographicMapSeriesHost.prototype.
|
|
737
|
-
if (this.db == null || this.
|
|
736
|
+
GeographicMapSeriesHost.prototype.w3 = function () {
|
|
737
|
+
if (this.db == null || this.wz == null) {
|
|
738
738
|
return;
|
|
739
739
|
}
|
|
740
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
741
|
-
if (this.db.v4.width > this.
|
|
742
|
-
var hs_ = this.
|
|
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.
|
|
747
|
+
var hs2_ = this.wz;
|
|
748
748
|
var v2_ = 0;
|
|
749
749
|
hs2_.visibility = v2_;
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
752
|
};
|
|
753
|
-
GeographicMapSeriesHost.prototype.
|
|
754
|
-
this.
|
|
753
|
+
GeographicMapSeriesHost.prototype.w5 = function (a, b) {
|
|
754
|
+
this.w3();
|
|
755
755
|
};
|
|
756
|
-
GeographicMapSeriesHost.prototype.
|
|
757
|
-
_super.prototype.
|
|
758
|
-
if (this.
|
|
759
|
-
this.
|
|
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.
|
|
763
|
-
_super.prototype.
|
|
764
|
-
if (this.
|
|
765
|
-
this.
|
|
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.
|
|
769
|
-
if (this.
|
|
770
|
-
this.
|
|
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.
|
|
774
|
+
return this.wz.a2(a, b);
|
|
775
775
|
};
|
|
776
|
-
GeographicMapSeriesHost.prototype.
|
|
777
|
-
_super.prototype.
|
|
778
|
-
this.
|
|
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.
|
|
785
|
+
this.wz.coercionMethods = a;
|
|
786
786
|
};
|
|
787
|
-
GeographicMapSeriesHost.prototype.
|
|
788
|
-
_super.prototype.
|
|
789
|
-
if (this.
|
|
790
|
-
var b = this.
|
|
791
|
-
this.
|
|
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.
|
|
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.
|
|
818
|
-
this.b0.
|
|
819
|
-
this.b0.
|
|
820
|
-
this.b0.
|
|
821
|
-
this.b0.
|
|
822
|
-
this.b0.
|
|
823
|
-
this.b0.
|
|
824
|
-
this.b0.
|
|
825
|
-
this.b0.
|
|
826
|
-
this.b0.
|
|
827
|
-
this.b0.
|
|
828
|
-
this.b0.
|
|
829
|
-
this.b0.
|
|
830
|
-
this.b0.
|
|
831
|
-
this.b0.
|
|
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.
|
|
834
|
+
this.b0.wz.itemsSource = this.b0.itemsSource;
|
|
835
835
|
};
|
|
836
836
|
HostSeriesView.prototype.cd = function () {
|
|
837
|
-
this.b0.
|
|
837
|
+
this.b0.wz.ji = this.b0.ji;
|
|
838
838
|
};
|
|
839
839
|
HostSeriesView.prototype.cg = function () {
|
|
840
|
-
this.b0.
|
|
840
|
+
this.b0.wz.kc = this.b0.kc;
|
|
841
841
|
};
|
|
842
842
|
HostSeriesView.prototype.ca = function () {
|
|
843
|
-
this.b0.
|
|
843
|
+
this.b0.wz._opacity = this.b0._opacity;
|
|
844
844
|
};
|
|
845
845
|
HostSeriesView.prototype.cf = function () {
|
|
846
|
-
this.b0.
|
|
846
|
+
this.b0.wz.jo = this.b0.jo;
|
|
847
847
|
};
|
|
848
848
|
HostSeriesView.prototype.b4 = function () {
|
|
849
|
-
this.b0.
|
|
849
|
+
this.b0.wz.ve = this.b0.ve;
|
|
850
850
|
};
|
|
851
851
|
HostSeriesView.prototype.cc = function () {
|
|
852
|
-
this.b0.
|
|
852
|
+
this.b0.wz.vu = this.b0.vu;
|
|
853
853
|
};
|
|
854
854
|
HostSeriesView.prototype.b1 = function () {
|
|
855
|
-
this.b0.
|
|
855
|
+
this.b0.wz.ve = this.b0.u8;
|
|
856
856
|
};
|
|
857
857
|
HostSeriesView.prototype.b2 = function () {
|
|
858
|
-
this.b0.
|
|
858
|
+
this.b0.wz.vu = this.b0.vc;
|
|
859
859
|
};
|
|
860
860
|
HostSeriesView.prototype.b7 = function () {
|
|
861
|
-
this.b0.
|
|
861
|
+
this.b0.wz.bd = this.b0.bd;
|
|
862
862
|
};
|
|
863
863
|
HostSeriesView.prototype.b8 = function () {
|
|
864
|
-
this.b0.
|
|
864
|
+
this.b0.wz.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
865
865
|
};
|
|
866
866
|
HostSeriesView.prototype.b3 = function () {
|
|
867
|
-
this.b0.
|
|
867
|
+
this.b0.wz.ij = this.b0.ij;
|
|
868
868
|
};
|
|
869
869
|
HostSeriesView.prototype.b9 = function () {
|
|
870
|
-
this.b0.
|
|
870
|
+
this.b0.wz.jf = this.b0.jf;
|
|
871
871
|
};
|
|
872
872
|
HostSeriesView.prototype.cb = function () {
|
|
873
|
-
this.b0.
|
|
873
|
+
this.b0.wz.ci = this.b0.ci;
|
|
874
874
|
};
|
|
875
875
|
HostSeriesView.prototype.ce = function () {
|
|
876
|
-
this.b0.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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].
|
|
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.
|
|
2057
|
-
a.
|
|
2058
|
-
a.
|
|
2059
|
-
a.trianglesSource = this.ch.
|
|
2060
|
-
a.
|
|
2061
|
-
a.
|
|
2062
|
-
a.
|
|
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.
|
|
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.
|
|
2072
|
-
a.
|
|
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.
|
|
2075
|
+
this.ch.wz.xz = this.ch.xb;
|
|
2076
2076
|
};
|
|
2077
2077
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
2078
|
-
this.ch.
|
|
2078
|
+
this.ch.wz.x7 = this.ch.w9;
|
|
2079
2079
|
};
|
|
2080
2080
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
2081
|
-
this.ch.
|
|
2081
|
+
this.ch.wz.trianglesSource = this.ch.w8;
|
|
2082
2082
|
};
|
|
2083
2083
|
GeographicXYTriangulatingSeriesView.prototype.cm = function () {
|
|
2084
|
-
this.ch.
|
|
2084
|
+
this.ch.wz.xn = this.ch.xe;
|
|
2085
2085
|
};
|
|
2086
2086
|
GeographicXYTriangulatingSeriesView.prototype.cn = function () {
|
|
2087
|
-
this.ch.
|
|
2087
|
+
this.ch.wz.xp = this.ch.xg;
|
|
2088
2088
|
};
|
|
2089
2089
|
GeographicXYTriangulatingSeriesView.prototype.co = function () {
|
|
2090
|
-
this.ch.
|
|
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.
|
|
2114
|
-
this.cp.
|
|
2115
|
-
this.cp.
|
|
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.
|
|
2120
|
-
this.cp.
|
|
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.
|
|
2125
|
-
this.cp.
|
|
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.
|
|
2333
|
-
_super.prototype.
|
|
2334
|
-
this.
|
|
2332
|
+
GeographicXYTriangulatingSeries.prototype.q0 = function (a) {
|
|
2333
|
+
_super.prototype.q0.call(this, a);
|
|
2334
|
+
this.w7 = a;
|
|
2335
2335
|
};
|
|
2336
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2337
|
-
_super.prototype.
|
|
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.
|
|
2340
|
+
this.w7.ck();
|
|
2341
2341
|
break;
|
|
2342
2342
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2343
|
-
this.
|
|
2343
|
+
this.w7.cj();
|
|
2344
2344
|
break;
|
|
2345
2345
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2346
|
-
this.
|
|
2346
|
+
this.w7.ci();
|
|
2347
2347
|
break;
|
|
2348
2348
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2349
|
-
this.
|
|
2349
|
+
this.w7.cl();
|
|
2350
2350
|
break;
|
|
2351
2351
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2352
|
-
this.
|
|
2352
|
+
this.w7.cm();
|
|
2353
2353
|
break;
|
|
2354
2354
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2355
|
-
this.
|
|
2355
|
+
this.w7.cn();
|
|
2356
2356
|
break;
|
|
2357
2357
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2358
|
-
this.
|
|
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:
|
|
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.
|
|
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, "
|
|
2384
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "xs", {
|
|
2385
2385
|
get: function () {
|
|
2386
|
-
return this.
|
|
2386
|
+
return this.xq;
|
|
2387
2387
|
},
|
|
2388
2388
|
set: function (a) {
|
|
2389
|
-
var b = this.
|
|
2389
|
+
var b = this.xq != a;
|
|
2390
2390
|
if (b) {
|
|
2391
|
-
var c = this.
|
|
2392
|
-
if (this.
|
|
2393
|
-
var d = this.
|
|
2394
|
-
d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
2397
|
-
if (this.
|
|
2398
|
-
var e = this.
|
|
2399
|
-
e.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(e.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
2402
|
-
if (this.
|
|
2403
|
-
this.
|
|
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.
|
|
2411
|
-
this.
|
|
2412
|
-
this.
|
|
2413
|
-
this.
|
|
2410
|
+
GeographicScatterAreaSeries.prototype.x0 = function (a, b) {
|
|
2411
|
+
this.xv.cr();
|
|
2412
|
+
this.x2();
|
|
2413
|
+
this.rq(false);
|
|
2414
2414
|
};
|
|
2415
|
-
GeographicScatterAreaSeries.prototype.
|
|
2416
|
-
if (this.
|
|
2417
|
-
this.
|
|
2415
|
+
GeographicScatterAreaSeries.prototype.x2 = function () {
|
|
2416
|
+
if (this.xt != null) {
|
|
2417
|
+
this.xr = this.xt.yt;
|
|
2418
2418
|
}
|
|
2419
2419
|
};
|
|
2420
|
-
GeographicScatterAreaSeries.prototype.
|
|
2421
|
-
_super.prototype.
|
|
2422
|
-
this.
|
|
2420
|
+
GeographicScatterAreaSeries.prototype.sg = function () {
|
|
2421
|
+
_super.prototype.sg.call(this);
|
|
2422
|
+
this.x2();
|
|
2423
2423
|
};
|
|
2424
|
-
GeographicScatterAreaSeries.prototype.
|
|
2425
|
-
this.
|
|
2426
|
-
var a = this.
|
|
2427
|
-
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
2428
|
-
return this.
|
|
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.
|
|
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.
|
|
2439
|
-
_super.prototype.
|
|
2440
|
-
this.
|
|
2438
|
+
GeographicScatterAreaSeries.prototype.q0 = function (a) {
|
|
2439
|
+
_super.prototype.q0.call(this, a);
|
|
2440
|
+
this.xv = a;
|
|
2441
2441
|
};
|
|
2442
|
-
GeographicScatterAreaSeries.prototype.
|
|
2443
|
-
_super.prototype.
|
|
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.
|
|
2446
|
+
this.xv.cq();
|
|
2447
2447
|
break;
|
|
2448
2448
|
case "ColorScale":
|
|
2449
|
-
this.
|
|
2450
|
-
this.
|
|
2449
|
+
this.xv.cr();
|
|
2450
|
+
this.x2();
|
|
2451
2451
|
break;
|
|
2452
2452
|
}
|
|
2453
2453
|
};
|
|
2454
|
-
GeographicScatterAreaSeries.prototype.
|
|
2454
|
+
GeographicScatterAreaSeries.prototype.get_g6 = function () {
|
|
2455
2455
|
return true;
|
|
2456
2456
|
};
|
|
2457
|
-
GeographicScatterAreaSeries.prototype.
|
|
2458
|
-
_super.prototype.
|
|
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:
|
|
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.
|
|
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.
|
|
4927
|
+
return this.i.w1;
|
|
4928
4928
|
},
|
|
4929
4929
|
set: function (v) {
|
|
4930
|
-
this.i.
|
|
4931
|
-
this._a("visibleFromScale", this.i.
|
|
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.
|
|
4956
|
+
this.i.qf();
|
|
4957
4957
|
};
|
|
4958
4958
|
IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
4959
|
-
var iv = this.i.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
5198
|
+
return this.i.xy;
|
|
5199
5199
|
},
|
|
5200
5200
|
set: function (v) {
|
|
5201
|
-
this.i.
|
|
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.
|
|
5211
|
+
return this.i.xj;
|
|
5212
5212
|
},
|
|
5213
5213
|
set: function (v) {
|
|
5214
|
-
this.i.
|
|
5215
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
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.
|
|
5225
|
+
return this.i.xi;
|
|
5226
5226
|
},
|
|
5227
5227
|
set: function (v) {
|
|
5228
|
-
this.i.
|
|
5229
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
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.
|
|
5239
|
+
return this.i.xa;
|
|
5240
5240
|
},
|
|
5241
5241
|
set: function (v) {
|
|
5242
|
-
this.i.
|
|
5243
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ShapeItemSearchMode_$type, this.i.
|
|
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.
|
|
5253
|
+
return this.i.xm;
|
|
5254
5254
|
},
|
|
5255
5255
|
set: function (v) {
|
|
5256
|
-
this.i.
|
|
5257
|
-
this._a("itemSearchThreshold", this.i.
|
|
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.
|
|
5267
|
+
return this.i.xn;
|
|
5268
5268
|
},
|
|
5269
5269
|
set: function (v) {
|
|
5270
|
-
this.i.
|
|
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.
|
|
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.
|
|
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.
|
|
5307
|
+
return this.i.xh;
|
|
5308
5308
|
},
|
|
5309
5309
|
set: function (v) {
|
|
5310
|
-
this.i.
|
|
5311
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
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.
|
|
5321
|
+
return this.i.xl;
|
|
5322
5322
|
},
|
|
5323
5323
|
set: function (v) {
|
|
5324
|
-
this.i.
|
|
5325
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
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.
|
|
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.
|
|
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.
|
|
5365
|
+
return this.i.xk;
|
|
5366
5366
|
},
|
|
5367
5367
|
set: function (v) {
|
|
5368
|
-
this.i.
|
|
5369
|
-
this._a("shapeFilterResolution", this.i.
|
|
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.
|
|
5479
|
-
_this.
|
|
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.
|
|
5486
|
-
_super.prototype.
|
|
5487
|
-
this.
|
|
5485
|
+
GeographicShapeSeriesBase.prototype.q0 = function (a) {
|
|
5486
|
+
_super.prototype.q0.call(this, a);
|
|
5487
|
+
this.xb = a;
|
|
5488
5488
|
};
|
|
5489
|
-
GeographicShapeSeriesBase.prototype.
|
|
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.
|
|
5496
|
-
_super.prototype.
|
|
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.
|
|
5499
|
+
this.xb.ci();
|
|
5500
5500
|
break;
|
|
5501
5501
|
case "ShapeMemberPath":
|
|
5502
|
-
this.
|
|
5502
|
+
this.xb.ck();
|
|
5503
5503
|
break;
|
|
5504
5504
|
case GeographicShapeSeriesBase.$$p[8]:
|
|
5505
|
-
this.
|
|
5505
|
+
this.xb.cj();
|
|
5506
5506
|
break;
|
|
5507
5507
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5508
|
-
this.
|
|
5509
|
-
this.
|
|
5510
|
-
if (this.
|
|
5511
|
-
var e = this.
|
|
5512
|
-
e.assigningShapeStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
5516
|
-
f.assigningShapeStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningShapeStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
5521
|
-
this.
|
|
5522
|
-
if (this.
|
|
5523
|
-
var g = this.
|
|
5524
|
-
g.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
5528
|
-
h.assigningShapeMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningShapeMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
5532
|
+
this.wz.xj = this.xa;
|
|
5533
5533
|
break;
|
|
5534
5534
|
case GeographicShapeSeriesBase.$$p[6]:
|
|
5535
|
-
this.
|
|
5535
|
+
this.wz.yo = this.xl;
|
|
5536
5536
|
break;
|
|
5537
5537
|
case GeographicShapeSeriesBase.$$p[7]:
|
|
5538
|
-
this.
|
|
5538
|
+
this.wz.yp = this.xm;
|
|
5539
5539
|
break;
|
|
5540
5540
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5541
|
-
this.
|
|
5541
|
+
this.wz.yt = this.xn;
|
|
5542
5542
|
break;
|
|
5543
5543
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5544
|
-
this.
|
|
5544
|
+
this.wz.w9 = this.w9;
|
|
5545
5545
|
break;
|
|
5546
5546
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5547
|
-
this.
|
|
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.
|
|
5553
|
-
i.importCompleted = igniteuiWebcomponentsCore.delegateRemove(i.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
5559
|
+
this.x3();
|
|
5560
5560
|
break;
|
|
5561
5561
|
}
|
|
5562
|
-
this.
|
|
5563
|
-
j.importCompleted = igniteuiWebcomponentsCore.delegateCombine(j.importCompleted, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
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.
|
|
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.
|
|
5579
|
-
this.
|
|
5578
|
+
GeographicShapeSeriesBase.prototype.x2 = function (a, b) {
|
|
5579
|
+
this.x3();
|
|
5580
5580
|
};
|
|
5581
|
-
GeographicShapeSeriesBase.prototype.
|
|
5582
|
-
var sds_ = this.
|
|
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, "
|
|
5586
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "xd", {
|
|
5587
5587
|
get: function () {
|
|
5588
|
-
return this.
|
|
5588
|
+
return this.xc;
|
|
5589
5589
|
},
|
|
5590
5590
|
set: function (a) {
|
|
5591
|
-
var b = this.
|
|
5592
|
-
this.
|
|
5593
|
-
if (b != this.
|
|
5594
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
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.
|
|
5600
|
+
GeographicShapeSeriesBase.prototype.get_g6 = function () {
|
|
5601
5601
|
return true;
|
|
5602
5602
|
};
|
|
5603
|
-
GeographicShapeSeriesBase.prototype.
|
|
5604
|
-
_super.prototype.
|
|
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:
|
|
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.
|
|
5623
|
+
this.ch.wz.y6 = this.ch.xy;
|
|
5624
5624
|
};
|
|
5625
5625
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
5626
|
-
var a = this.ch.
|
|
5626
|
+
var a = this.ch.wz;
|
|
5627
5627
|
if (this.ch.db == null) {
|
|
5628
|
-
a.
|
|
5629
|
-
a.
|
|
5628
|
+
a.xd = null;
|
|
5629
|
+
a.xf = null;
|
|
5630
5630
|
return;
|
|
5631
5631
|
}
|
|
5632
|
-
a.
|
|
5633
|
-
a.
|
|
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.
|
|
5636
|
+
this.ch.wz.y6 = this.ch.xy;
|
|
5637
5637
|
};
|
|
5638
5638
|
GeographicShapeSeriesBaseView.prototype.cj = function () {
|
|
5639
|
-
this.ch.
|
|
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.
|
|
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.
|
|
5683
|
-
this.cl.
|
|
5684
|
-
this.cl.
|
|
5685
|
-
this.cl.
|
|
5686
|
-
this.cl.
|
|
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.
|
|
5692
|
-
this.cl.
|
|
5693
|
-
this.cl.
|
|
5694
|
-
this.cl.
|
|
5695
|
-
this.cl.
|
|
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.
|
|
5698
|
+
this.cl.wz.aa7 = this.cl.y3;
|
|
5699
5699
|
};
|
|
5700
5700
|
GeographicShapeSeriesView.prototype.cs = function () {
|
|
5701
|
-
this.cl.
|
|
5701
|
+
this.cl.wz.aao = this.cl.yk;
|
|
5702
5702
|
};
|
|
5703
5703
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
5704
|
-
this.cl.
|
|
5704
|
+
this.cl.wz.z7 = this.cl.ye;
|
|
5705
5705
|
};
|
|
5706
5706
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
5707
|
-
this.cl.
|
|
5707
|
+
this.cl.wz.aag = this.cl.yh;
|
|
5708
5708
|
};
|
|
5709
5709
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
5710
|
-
this.cl.
|
|
5710
|
+
this.cl.wz.abo = this.cl.zk;
|
|
5711
5711
|
};
|
|
5712
5712
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
5713
|
-
this.cl.
|
|
5713
|
+
this.cl.wz.abp = this.cl.zl;
|
|
5714
5714
|
};
|
|
5715
5715
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
5716
|
-
this.cl.
|
|
5716
|
+
this.cl.wz.abr = this.cl.zm;
|
|
5717
5717
|
};
|
|
5718
5718
|
GeographicShapeSeriesView.prototype.ct = function () {
|
|
5719
|
-
this.cl.
|
|
5719
|
+
this.cl.wz.aal = this.cl.yi;
|
|
5720
5720
|
};
|
|
5721
5721
|
GeographicShapeSeriesView.prototype.cu = function () {
|
|
5722
|
-
this.cl.
|
|
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.
|
|
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.
|
|
5748
|
-
_super.prototype.
|
|
5749
|
-
this.
|
|
5747
|
+
GeographicShapeSeries.prototype.q0 = function (a) {
|
|
5748
|
+
_super.prototype.q0.call(this, a);
|
|
5749
|
+
this.yj = a;
|
|
5750
5750
|
};
|
|
5751
|
-
GeographicShapeSeries.prototype.
|
|
5751
|
+
GeographicShapeSeries.prototype.wy = function () {
|
|
5752
5752
|
var a = new igniteuiWebcomponentsCharts.ScatterPolygonSeries();
|
|
5753
|
-
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.
|
|
5754
|
-
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
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.
|
|
5763
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterPolygonSeries.$, this.
|
|
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.
|
|
5769
|
-
return this.
|
|
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.
|
|
5775
|
-
return this.
|
|
5777
|
+
GeographicShapeSeries.prototype.sy = function () {
|
|
5778
|
+
return this.y2;
|
|
5776
5779
|
};
|
|
5777
|
-
GeographicShapeSeries.prototype.
|
|
5778
|
-
|
|
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.
|
|
5785
|
+
return a.l9();
|
|
5786
5786
|
};
|
|
5787
|
-
GeographicShapeSeries.prototype.
|
|
5788
|
-
_super.prototype.
|
|
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.
|
|
5791
|
+
this.wz.aae = this.yg;
|
|
5792
5792
|
break;
|
|
5793
5793
|
case GeographicShapeSeries.$$p[5]:
|
|
5794
|
-
this.
|
|
5794
|
+
this.wz.aaa = this.yf;
|
|
5795
5795
|
break;
|
|
5796
5796
|
case GeographicShapeSeries.$$p[9]:
|
|
5797
|
-
this.
|
|
5797
|
+
this.yj.cq();
|
|
5798
5798
|
break;
|
|
5799
5799
|
case GeographicShapeSeries.$$p[10]:
|
|
5800
|
-
this.
|
|
5800
|
+
this.yj.cs();
|
|
5801
5801
|
break;
|
|
5802
5802
|
case GeographicShapeSeries.$$p[4]:
|
|
5803
|
-
this.
|
|
5803
|
+
this.yj.cn();
|
|
5804
5804
|
break;
|
|
5805
5805
|
case GeographicShapeSeries.$$p[11]:
|
|
5806
|
-
this.
|
|
5806
|
+
this.yj.cr();
|
|
5807
5807
|
break;
|
|
5808
5808
|
case GeographicShapeSeries.$$p[3]:
|
|
5809
|
-
this.
|
|
5809
|
+
this.yj.cm();
|
|
5810
5810
|
break;
|
|
5811
5811
|
case GeographicShapeSeries.$$p[7]:
|
|
5812
|
-
this.
|
|
5812
|
+
this.yj.co();
|
|
5813
5813
|
break;
|
|
5814
5814
|
case GeographicShapeSeries.$$p[8]:
|
|
5815
|
-
this.
|
|
5815
|
+
this.yj.cp();
|
|
5816
5816
|
break;
|
|
5817
5817
|
case GeographicShapeSeries.$$p[13]:
|
|
5818
|
-
this.
|
|
5818
|
+
this.yj.ct();
|
|
5819
5819
|
break;
|
|
5820
5820
|
case GeographicShapeSeries.$$p[12]:
|
|
5821
|
-
this.
|
|
5821
|
+
this.yj.cu();
|
|
5822
5822
|
break;
|
|
5823
5823
|
}
|
|
5824
5824
|
};
|
|
5825
|
-
GeographicShapeSeries.prototype.
|
|
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:
|
|
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.
|
|
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.
|
|
5922
|
+
return this.i.zn ? this.i.zn.fill : null;
|
|
5923
5923
|
},
|
|
5924
5924
|
set: function (v) {
|
|
5925
5925
|
this.ensureShapeStyle();
|
|
5926
|
-
this.i.
|
|
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.
|
|
5936
|
+
return this.i.zn ? this.i.zn.stroke : null;
|
|
5937
5937
|
},
|
|
5938
5938
|
set: function (v) {
|
|
5939
5939
|
this.ensureShapeStyle();
|
|
5940
|
-
this.i.
|
|
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.
|
|
5950
|
+
return this.i.zn ? this.i.zn.strokeThickness : NaN;
|
|
5951
5951
|
},
|
|
5952
5952
|
set: function (v) {
|
|
5953
5953
|
this.ensureShapeStyle();
|
|
5954
|
-
this.i.
|
|
5955
|
-
this._a("shapeStrokeThickness", this.i.
|
|
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.
|
|
5965
|
+
return this.i.zn ? this.i.zn.opacity : NaN;
|
|
5966
5966
|
},
|
|
5967
5967
|
set: function (v) {
|
|
5968
5968
|
this.ensureShapeStyle();
|
|
5969
|
-
this.i.
|
|
5970
|
-
this._a("shapeOpacity", this.i.
|
|
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.
|
|
5976
|
+
if (this.i.zn) {
|
|
5977
5977
|
return;
|
|
5978
5978
|
}
|
|
5979
|
-
this.i.
|
|
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.
|
|
5987
|
+
return this.i.yh;
|
|
5988
5988
|
},
|
|
5989
5989
|
set: function (v) {
|
|
5990
|
-
this.i.
|
|
5991
|
-
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.
|
|
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.
|
|
6001
|
+
return this.i.yg;
|
|
6002
6002
|
},
|
|
6003
6003
|
set: function (v) {
|
|
6004
|
-
this.i.
|
|
6005
|
-
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.
|
|
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.
|
|
6015
|
+
return this.i.yf;
|
|
6016
6016
|
},
|
|
6017
6017
|
set: function (v) {
|
|
6018
|
-
this.i.
|
|
6019
|
-
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.
|
|
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.
|
|
6029
|
+
return this.i.y3;
|
|
6030
6030
|
},
|
|
6031
6031
|
set: function (v) {
|
|
6032
|
-
this.i.
|
|
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.
|
|
6042
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.zk);
|
|
6043
6043
|
},
|
|
6044
6044
|
set: function (v) {
|
|
6045
|
-
this.i.
|
|
6046
|
-
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
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.
|
|
6056
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.zl);
|
|
6057
6057
|
},
|
|
6058
6058
|
set: function (v) {
|
|
6059
|
-
this.i.
|
|
6060
|
-
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
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.
|
|
6070
|
+
return this.i.yk;
|
|
6071
6071
|
},
|
|
6072
6072
|
set: function (v) {
|
|
6073
|
-
this.i.
|
|
6074
|
-
this._a("markerThickness", this.i.
|
|
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.
|
|
6084
|
+
return this.i.ye;
|
|
6085
6085
|
},
|
|
6086
6086
|
set: function (v) {
|
|
6087
|
-
this.i.
|
|
6088
|
-
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.
|
|
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.
|
|
6098
|
+
return this.i.y2;
|
|
6099
6099
|
},
|
|
6100
6100
|
set: function (v) {
|
|
6101
|
-
this.i.
|
|
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.
|
|
6111
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.zi);
|
|
6112
6112
|
},
|
|
6113
6113
|
set: function (v) {
|
|
6114
|
-
this.i.
|
|
6115
|
-
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
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.
|
|
6125
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.zj);
|
|
6126
6126
|
},
|
|
6127
6127
|
set: function (v) {
|
|
6128
|
-
this.i.
|
|
6129
|
-
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
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.
|
|
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.
|
|
6212
|
-
this.cl.
|
|
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.
|
|
6215
|
+
this.cl.wz.z7 = this.cl.ye;
|
|
6216
6216
|
};
|
|
6217
6217
|
GeographicPolylineSeriesView.prototype.cn = function () {
|
|
6218
|
-
this.cl.
|
|
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.
|
|
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.
|
|
6244
|
-
_super.prototype.
|
|
6245
|
-
this.
|
|
6243
|
+
GeographicPolylineSeries.prototype.q0 = function (a) {
|
|
6244
|
+
_super.prototype.q0.call(this, a);
|
|
6245
|
+
this.yf = a;
|
|
6246
6246
|
};
|
|
6247
|
-
GeographicPolylineSeries.prototype.
|
|
6247
|
+
GeographicPolylineSeries.prototype.wy = function () {
|
|
6248
6248
|
var a = new igniteuiWebcomponentsCharts.ScatterPolylineSeries();
|
|
6249
|
-
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.
|
|
6249
|
+
a.styleShape = igniteuiWebcomponentsCore.delegateCombine(a.styleShape, igniteuiWebcomponentsCore.runOn(this, this.yj));
|
|
6250
6250
|
return a;
|
|
6251
6251
|
};
|
|
6252
|
-
GeographicPolylineSeries.prototype.
|
|
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.
|
|
6258
|
-
_super.prototype.
|
|
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.
|
|
6261
|
+
this.yf.cm();
|
|
6262
6262
|
break;
|
|
6263
6263
|
case GeographicPolylineSeries.$$p[0]:
|
|
6264
|
-
this.
|
|
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:
|
|
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.
|
|
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.
|
|
6362
|
+
return this.i.ym ? this.i.ym.fill : null;
|
|
6363
6363
|
},
|
|
6364
6364
|
set: function (v) {
|
|
6365
6365
|
this.ensureShapeStyle();
|
|
6366
|
-
this.i.
|
|
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.
|
|
6376
|
+
return this.i.ym ? this.i.ym.stroke : null;
|
|
6377
6377
|
},
|
|
6378
6378
|
set: function (v) {
|
|
6379
6379
|
this.ensureShapeStyle();
|
|
6380
|
-
this.i.
|
|
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.
|
|
6390
|
+
return this.i.ym ? this.i.ym.strokeThickness : NaN;
|
|
6391
6391
|
},
|
|
6392
6392
|
set: function (v) {
|
|
6393
6393
|
this.ensureShapeStyle();
|
|
6394
|
-
this.i.
|
|
6395
|
-
this._a("shapeStrokeThickness", this.i.
|
|
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.
|
|
6405
|
+
return this.i.ym ? this.i.ym.opacity : NaN;
|
|
6406
6406
|
},
|
|
6407
6407
|
set: function (v) {
|
|
6408
6408
|
this.ensureShapeStyle();
|
|
6409
|
-
this.i.
|
|
6410
|
-
this._a("shapeOpacity", this.i.
|
|
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.
|
|
6416
|
+
if (this.i.ym) {
|
|
6417
6417
|
return;
|
|
6418
6418
|
}
|
|
6419
|
-
this.i.
|
|
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.
|
|
6588
|
-
_this.
|
|
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.
|
|
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.
|
|
6602
|
-
_super.prototype.
|
|
6603
|
-
this.
|
|
6601
|
+
TileSeries.prototype.q0 = function (a) {
|
|
6602
|
+
_super.prototype.q0.call(this, a);
|
|
6603
|
+
this.z6 = a;
|
|
6604
6604
|
};
|
|
6605
|
-
TileSeries.prototype.
|
|
6605
|
+
TileSeries.prototype.get_x9 = function () {
|
|
6606
6606
|
return false;
|
|
6607
6607
|
};
|
|
6608
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6608
|
+
Object.defineProperty(TileSeries.prototype, "aaa", {
|
|
6609
6609
|
get: function () {
|
|
6610
|
-
return this.
|
|
6610
|
+
return this.z8;
|
|
6611
6611
|
},
|
|
6612
6612
|
set: function (a) {
|
|
6613
|
-
var b = a != this.
|
|
6613
|
+
var b = a != this.aaa;
|
|
6614
6614
|
if (b) {
|
|
6615
|
-
var c = this.
|
|
6616
|
-
this.
|
|
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, "
|
|
6623
|
+
Object.defineProperty(TileSeries.prototype, "z9", {
|
|
6624
6624
|
get: function () {
|
|
6625
|
-
return this.
|
|
6625
|
+
return this.z7;
|
|
6626
6626
|
},
|
|
6627
6627
|
set: function (a) {
|
|
6628
|
-
var b = this.
|
|
6629
|
-
this.
|
|
6630
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
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.
|
|
6636
|
-
_super.prototype.
|
|
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.
|
|
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.
|
|
6647
|
+
f.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(f.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aaf));
|
|
6648
6648
|
}
|
|
6649
|
-
this.
|
|
6650
|
-
this.
|
|
6651
|
-
this.
|
|
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.
|
|
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.
|
|
6661
|
+
f.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(f.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.aag));
|
|
6662
6662
|
f.deferralHandler = this;
|
|
6663
6663
|
}
|
|
6664
|
-
this.
|
|
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.
|
|
6668
|
-
this.
|
|
6667
|
+
this.aai(this.cv);
|
|
6668
|
+
this.z6.dd(this.db.v4);
|
|
6669
6669
|
}
|
|
6670
|
-
this.
|
|
6670
|
+
this.qk();
|
|
6671
6671
|
break;
|
|
6672
6672
|
case "ActualWindowRect":
|
|
6673
|
-
this.
|
|
6673
|
+
this.z6.dd(d);
|
|
6674
6674
|
break;
|
|
6675
6675
|
case "WorldRect":
|
|
6676
|
-
this.
|
|
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.
|
|
6682
|
-
this.
|
|
6681
|
+
if (g != null && this.z9 != null) {
|
|
6682
|
+
this.z9.be(null);
|
|
6683
6683
|
}
|
|
6684
|
-
if (h != null && this.
|
|
6685
|
-
this.
|
|
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.
|
|
6691
|
+
this.qm();
|
|
6692
6692
|
break;
|
|
6693
6693
|
}
|
|
6694
6694
|
};
|
|
6695
|
-
TileSeries.prototype.
|
|
6695
|
+
TileSeries.prototype.aaf = function (a, b) {
|
|
6696
6696
|
if (b.propertyName == "MultiScaleImage") {
|
|
6697
|
-
this.
|
|
6697
|
+
this.aai(this.cv);
|
|
6698
6698
|
}
|
|
6699
6699
|
};
|
|
6700
|
-
TileSeries.prototype.
|
|
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.
|
|
6705
|
-
this.
|
|
6704
|
+
if (!this.aac) {
|
|
6705
|
+
this.z6.di();
|
|
6706
6706
|
}
|
|
6707
6707
|
};
|
|
6708
6708
|
TileSeries.prototype.register = function (a, b) {
|
|
6709
|
-
this.
|
|
6709
|
+
this.aab = b;
|
|
6710
6710
|
};
|
|
6711
6711
|
TileSeries.prototype.unRegister = function (a) {
|
|
6712
|
-
this.
|
|
6712
|
+
this.aab = null;
|
|
6713
6713
|
};
|
|
6714
6714
|
TileSeries.prototype.deferredRefresh = function () {
|
|
6715
|
-
this.
|
|
6715
|
+
this.rq(false);
|
|
6716
6716
|
};
|
|
6717
6717
|
TileSeries.prototype.deferAction = function (a) {
|
|
6718
|
-
if (this.
|
|
6719
|
-
this.
|
|
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.
|
|
6726
|
-
this.
|
|
6727
|
-
_super.prototype.
|
|
6725
|
+
TileSeries.prototype.sp = function (a, b) {
|
|
6726
|
+
this.z6.dj();
|
|
6727
|
+
_super.prototype.sp.call(this, a, b);
|
|
6728
6728
|
};
|
|
6729
|
-
TileSeries.prototype.
|
|
6730
|
-
_super.prototype.
|
|
6731
|
-
this.
|
|
6729
|
+
TileSeries.prototype.rr = function (a) {
|
|
6730
|
+
_super.prototype.rr.call(this, a);
|
|
6731
|
+
this.aah(a, this.cv);
|
|
6732
6732
|
};
|
|
6733
|
-
TileSeries.prototype.
|
|
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.
|
|
6741
|
-
if (this.
|
|
6742
|
-
this.
|
|
6743
|
-
this.
|
|
6744
|
-
this.
|
|
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.
|
|
6749
|
-
_super.prototype.
|
|
6750
|
-
var f = this.
|
|
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.
|
|
6755
|
+
this.zm(f);
|
|
6756
6756
|
};
|
|
6757
|
-
TileSeries.prototype.
|
|
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.
|
|
6764
|
-
if (this.
|
|
6765
|
-
this.
|
|
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.
|
|
6768
|
-
if (this.
|
|
6769
|
-
this.
|
|
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.
|
|
6772
|
-
this.
|
|
6771
|
+
if (this.z9.height != b.height) {
|
|
6772
|
+
this.z9.height = b.height;
|
|
6773
6773
|
}
|
|
6774
6774
|
}
|
|
6775
6775
|
}
|
|
6776
6776
|
};
|
|
6777
|
-
TileSeries.prototype.
|
|
6778
|
-
_super.prototype.
|
|
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.
|
|
6802
|
-
this.da.
|
|
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.
|
|
6830
|
-
this.da.
|
|
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.
|
|
6836
|
-
var c = this.e.
|
|
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.
|
|
6866
|
-
this.da.
|
|
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.
|
|
6901
|
-
this.da.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
7068
|
+
GeographicTileSeries.prototype.get_f2 = function () {
|
|
7069
7069
|
return true;
|
|
7070
7070
|
};
|
|
7071
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
7071
|
+
Object.defineProperty(GeographicTileSeries.prototype, "yg", {
|
|
7072
7072
|
get: function () {
|
|
7073
|
-
return this.
|
|
7073
|
+
return this.yf;
|
|
7074
7074
|
},
|
|
7075
7075
|
set: function (a) {
|
|
7076
|
-
var b = a != this.
|
|
7076
|
+
var b = a != this.yg;
|
|
7077
7077
|
if (b) {
|
|
7078
|
-
var c = this.
|
|
7079
|
-
this.
|
|
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.
|
|
7087
|
-
if (this.
|
|
7088
|
-
this.
|
|
7086
|
+
GeographicTileSeries.prototype.yk = function () {
|
|
7087
|
+
if (this.yg != null) {
|
|
7088
|
+
this.yg.clearTileCache();
|
|
7089
7089
|
}
|
|
7090
7090
|
};
|
|
7091
|
-
GeographicTileSeries.prototype.
|
|
7092
|
-
_super.prototype.
|
|
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.
|
|
7096
|
-
this.
|
|
7095
|
+
if (this.wz != null) {
|
|
7096
|
+
this.wz.aaa = this.yg;
|
|
7097
7097
|
}
|
|
7098
7098
|
break;
|
|
7099
7099
|
}
|
|
7100
7100
|
};
|
|
7101
|
-
GeographicTileSeries.prototype.
|
|
7102
|
-
_super.prototype.
|
|
7103
|
-
this.
|
|
7104
|
-
if (this.
|
|
7105
|
-
var c = this.
|
|
7106
|
-
c.imageTilesReady = igniteuiWebcomponentsCore.delegateRemove(c.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
7109
|
-
if (this.
|
|
7110
|
-
var d = this.
|
|
7111
|
-
d.imageTilesReady = igniteuiWebcomponentsCore.delegateCombine(d.imageTilesReady, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
7114
|
+
GeographicTileSeries.prototype.wy = function () {
|
|
7115
7115
|
return new TileSeries();
|
|
7116
7116
|
};
|
|
7117
|
-
GeographicTileSeries.prototype.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
7353
|
+
return this.i.w9;
|
|
7354
7354
|
},
|
|
7355
7355
|
set: function (v) {
|
|
7356
|
-
this.i.
|
|
7357
|
-
this._a("markerType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerType_$type, this.i.
|
|
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.
|
|
7367
|
+
return this.i.xa;
|
|
7368
7368
|
},
|
|
7369
7369
|
set: function (v) {
|
|
7370
|
-
this.i.
|
|
7371
|
-
this._a("markerThickness", this.i.
|
|
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.
|
|
7381
|
+
return this.i.w8;
|
|
7382
7382
|
},
|
|
7383
7383
|
set: function (v) {
|
|
7384
|
-
this.i.
|
|
7385
|
-
this._a("markerOutlineMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerOutlineMode_$type, this.i.
|
|
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.
|
|
7395
|
+
return this.i.w7;
|
|
7396
7396
|
},
|
|
7397
7397
|
set: function (v) {
|
|
7398
|
-
this.i.
|
|
7399
|
-
this._a("markerFillMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.MarkerFillMode_$type, this.i.
|
|
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.
|
|
7409
|
+
return this.i.xp;
|
|
7410
7410
|
},
|
|
7411
7411
|
set: function (v) {
|
|
7412
|
-
this.i.
|
|
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.
|
|
7422
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.x3);
|
|
7423
7423
|
},
|
|
7424
7424
|
set: function (v) {
|
|
7425
|
-
this.i.
|
|
7426
|
-
this._a("markerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
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.
|
|
7436
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.x4);
|
|
7437
7437
|
},
|
|
7438
7438
|
set: function (v) {
|
|
7439
|
-
this.i.
|
|
7440
|
-
this._a("markerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
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.
|
|
7452
|
+
return this.i.xb;
|
|
7453
7453
|
},
|
|
7454
7454
|
set: function (v) {
|
|
7455
|
-
this.i.
|
|
7456
|
-
this._a("maximumMarkers", this.i.
|
|
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.
|
|
7466
|
+
return this.i.xo;
|
|
7467
7467
|
},
|
|
7468
7468
|
set: function (v) {
|
|
7469
|
-
this.i.
|
|
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.
|
|
7479
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.x1);
|
|
7480
7480
|
},
|
|
7481
7481
|
set: function (v) {
|
|
7482
|
-
this.i.
|
|
7483
|
-
this._a("actualMarkerBrush", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
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.
|
|
7493
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.x2);
|
|
7494
7494
|
},
|
|
7495
7495
|
set: function (v) {
|
|
7496
|
-
this.i.
|
|
7497
|
-
this._a("actualMarkerOutline", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
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.
|
|
7520
|
-
a.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(a.propertyUpdated, igniteuiWebcomponentsCore.runOn(_this, _this.
|
|
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.
|
|
7524
|
-
return this.
|
|
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.
|
|
7530
|
-
return this.
|
|
7531
|
-
};
|
|
7532
|
-
GeographicMarkerSeries.prototype.io = function () {
|
|
7533
|
-
return this.xb;
|
|
7532
|
+
GeographicMarkerSeries.prototype.im = function () {
|
|
7533
|
+
return this.xa;
|
|
7534
7534
|
};
|
|
7535
|
-
GeographicMarkerSeries.prototype.
|
|
7536
|
-
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.
|
|
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.
|
|
7540
|
+
return a.l9();
|
|
7541
7541
|
};
|
|
7542
|
-
GeographicMarkerSeries.prototype.
|
|
7543
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.MarkerSeries.$, this.
|
|
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.
|
|
7548
|
+
this.xo = c.xz;
|
|
7549
7549
|
}
|
|
7550
7550
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7551
|
-
this.
|
|
7551
|
+
this.x2 = c.yh;
|
|
7552
7552
|
}
|
|
7553
7553
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7554
|
-
this.
|
|
7554
|
+
this.x1 = c.yg;
|
|
7555
7555
|
}
|
|
7556
7556
|
};
|
|
7557
|
-
GeographicMarkerSeries.prototype.
|
|
7558
|
-
_super.prototype.
|
|
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.
|
|
7561
|
+
this.wz.yi = this.x3;
|
|
7562
7562
|
break;
|
|
7563
7563
|
case GeographicMarkerSeries.$$p[6]:
|
|
7564
|
-
this.
|
|
7564
|
+
this.wz.yj = this.x4;
|
|
7565
7565
|
break;
|
|
7566
7566
|
case GeographicMarkerSeries.$$p[5]:
|
|
7567
|
-
this.
|
|
7567
|
+
this.wz.w3 = this.w8;
|
|
7568
7568
|
break;
|
|
7569
7569
|
case GeographicMarkerSeries.$$p[4]:
|
|
7570
|
-
this.
|
|
7570
|
+
this.wz.wz = this.w7;
|
|
7571
7571
|
break;
|
|
7572
7572
|
case GeographicMarkerSeries.$$p[9]:
|
|
7573
|
-
this.
|
|
7573
|
+
this.wz.w9 = this.w9;
|
|
7574
7574
|
break;
|
|
7575
7575
|
case GeographicMarkerSeries.$$p[7]:
|
|
7576
|
-
this.
|
|
7576
|
+
this.wz.x1 = this.xp;
|
|
7577
7577
|
break;
|
|
7578
7578
|
case GeographicMarkerSeries.$$p[8]:
|
|
7579
|
-
this.
|
|
7579
|
+
this.wz.xi = this.xa;
|
|
7580
7580
|
break;
|
|
7581
7581
|
case GeographicMarkerSeries.$$p[10]:
|
|
7582
|
-
this.
|
|
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:
|
|
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.
|
|
7616
|
-
a.
|
|
7617
|
-
a.
|
|
7618
|
-
a.
|
|
7619
|
-
a.
|
|
7620
|
-
a.
|
|
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.
|
|
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.
|
|
7633
|
+
this.ch.wz.aas = this.ch.yy;
|
|
7634
7634
|
};
|
|
7635
7635
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
7636
|
-
this.ch.
|
|
7636
|
+
this.ch.wz.aa0 = this.ch.yw;
|
|
7637
7637
|
};
|
|
7638
7638
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7639
|
-
this.ch.
|
|
7639
|
+
this.ch.wz.w9 = this.ch.w9;
|
|
7640
7640
|
};
|
|
7641
7641
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
7642
|
-
this.ch.
|
|
7642
|
+
this.ch.wz.x1 = this.ch.xp;
|
|
7643
7643
|
};
|
|
7644
7644
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
7645
|
-
this.ch.
|
|
7645
|
+
this.ch.wz.xi = this.ch.xa;
|
|
7646
7646
|
};
|
|
7647
7647
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7648
|
-
this.ch.
|
|
7648
|
+
this.ch.wz.z8 = this.ch.xb;
|
|
7649
7649
|
};
|
|
7650
7650
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7651
|
-
this.ch.
|
|
7651
|
+
this.ch.wz.xAxis = this.ch.db.ws;
|
|
7652
7652
|
};
|
|
7653
7653
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7654
|
-
this.ch.
|
|
7654
|
+
this.ch.wz.yAxis = this.ch.db.wu;
|
|
7655
7655
|
};
|
|
7656
7656
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7657
|
-
var a = this.ch.
|
|
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.
|
|
7667
|
+
this.ch.wz.yi = this.ch.x3;
|
|
7668
7668
|
};
|
|
7669
7669
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
7670
|
-
this.ch.
|
|
7670
|
+
this.ch.wz.yj = this.ch.x4;
|
|
7671
7671
|
};
|
|
7672
7672
|
GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
|
|
7673
|
-
this.ch.
|
|
7673
|
+
this.ch.wz.ads = this.ch.y3;
|
|
7674
7674
|
};
|
|
7675
7675
|
GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
|
|
7676
|
-
this.ch.
|
|
7677
|
-
this.ch.
|
|
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.
|
|
7680
|
+
this.ch.wz.adi = this.ch.yu;
|
|
7681
7681
|
};
|
|
7682
7682
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
7683
|
-
this.ch.
|
|
7684
|
-
this.ch.
|
|
7685
|
-
this.ch.
|
|
7686
|
-
this.ch.
|
|
7687
|
-
this.ch.
|
|
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.
|
|
7690
|
+
this.ch.wz.add = this.ch.ym;
|
|
7691
7691
|
};
|
|
7692
7692
|
GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
|
|
7693
|
-
this.ch.
|
|
7693
|
+
this.ch.wz.ac2 = this.ch.yi;
|
|
7694
7694
|
};
|
|
7695
7695
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
7696
|
-
this.ch.
|
|
7696
|
+
this.ch.wz.ac0 = this.ch.ye;
|
|
7697
7697
|
};
|
|
7698
7698
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
7699
|
-
this.ch.
|
|
7699
|
+
this.ch.wz.ac1 = this.ch.yh;
|
|
7700
7700
|
};
|
|
7701
7701
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
7702
|
-
this.ch.
|
|
7702
|
+
this.ch.wz.ac7 = this.ch.yk;
|
|
7703
7703
|
};
|
|
7704
7704
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
7705
|
-
this.ch.
|
|
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.
|
|
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.
|
|
7735
|
-
_super.prototype.
|
|
7736
|
-
this.
|
|
7734
|
+
GeographicProportionalSymbolSeries.prototype.q0 = function (a) {
|
|
7735
|
+
_super.prototype.q0.call(this, a);
|
|
7736
|
+
this.yb = a;
|
|
7737
7737
|
};
|
|
7738
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7738
|
+
GeographicProportionalSymbolSeries.prototype.jk = function () {
|
|
7739
7739
|
return 0.7;
|
|
7740
7740
|
};
|
|
7741
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7741
|
+
GeographicProportionalSymbolSeries.prototype.wy = function () {
|
|
7742
7742
|
return new igniteuiWebcomponentsCharts.BubbleSeries();
|
|
7743
7743
|
};
|
|
7744
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7744
|
+
GeographicProportionalSymbolSeries.prototype.get_fd = function () {
|
|
7745
7745
|
return true;
|
|
7746
7746
|
};
|
|
7747
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7748
|
-
_super.prototype.
|
|
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.
|
|
7751
|
+
this.yb.cx();
|
|
7752
7752
|
break;
|
|
7753
7753
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7754
|
-
this.
|
|
7754
|
+
this.yb.cq();
|
|
7755
7755
|
break;
|
|
7756
7756
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7757
|
-
this.
|
|
7757
|
+
this.yb.cp();
|
|
7758
7758
|
break;
|
|
7759
7759
|
case "XAxis":
|
|
7760
|
-
this.
|
|
7760
|
+
this.yb.cy();
|
|
7761
7761
|
break;
|
|
7762
7762
|
case "YAxis":
|
|
7763
|
-
this.
|
|
7763
|
+
this.yb.cz();
|
|
7764
7764
|
break;
|
|
7765
7765
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7766
|
-
this.
|
|
7766
|
+
this.yb.c0();
|
|
7767
7767
|
break;
|
|
7768
7768
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7769
|
-
this.
|
|
7769
|
+
this.yb.c1();
|
|
7770
7770
|
break;
|
|
7771
7771
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7772
|
-
this.
|
|
7772
|
+
this.yb.c2();
|
|
7773
7773
|
break;
|
|
7774
7774
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7775
|
-
this.
|
|
7775
|
+
this.yb.cl();
|
|
7776
7776
|
break;
|
|
7777
7777
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7778
|
-
this.
|
|
7778
|
+
this.yb.ci();
|
|
7779
7779
|
break;
|
|
7780
7780
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7781
|
-
this.
|
|
7781
|
+
this.yb.cj();
|
|
7782
7782
|
break;
|
|
7783
7783
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7784
|
-
this.
|
|
7784
|
+
this.yb.ck();
|
|
7785
7785
|
break;
|
|
7786
7786
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7787
|
-
this.
|
|
7787
|
+
this.yb.co();
|
|
7788
7788
|
break;
|
|
7789
7789
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7790
|
-
this.
|
|
7790
|
+
this.yb.cn();
|
|
7791
7791
|
break;
|
|
7792
7792
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7793
|
-
this.
|
|
7793
|
+
this.yb.cm();
|
|
7794
7794
|
break;
|
|
7795
7795
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7796
|
-
this.
|
|
7797
|
-
this.
|
|
7798
|
-
if (this.
|
|
7799
|
-
var e = this.
|
|
7800
|
-
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
7804
|
-
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
7809
|
-
this.
|
|
7810
|
-
if (this.
|
|
7811
|
-
var g = this.
|
|
7812
|
-
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
7816
|
-
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
7820
|
+
this.wz.y7 = this.x9;
|
|
7821
7821
|
break;
|
|
7822
7822
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7823
|
-
this.
|
|
7823
|
+
this.wz.z7 = this.yl;
|
|
7824
7824
|
break;
|
|
7825
7825
|
}
|
|
7826
7826
|
};
|
|
7827
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
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.
|
|
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:
|
|
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.
|
|
7934
|
+
return this.i.yw;
|
|
7935
7935
|
},
|
|
7936
7936
|
set: function (v) {
|
|
7937
|
-
this.i.
|
|
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.
|
|
7947
|
+
return this.i.yy;
|
|
7948
7948
|
},
|
|
7949
7949
|
set: function (v) {
|
|
7950
|
-
this.i.
|
|
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.
|
|
7960
|
+
return this.i.y3;
|
|
7961
7961
|
},
|
|
7962
7962
|
set: function (v) {
|
|
7963
|
-
this.i.
|
|
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.
|
|
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.
|
|
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.
|
|
7999
|
+
return this.i.yu;
|
|
8000
8000
|
},
|
|
8001
8001
|
set: function (v) {
|
|
8002
|
-
this.i.
|
|
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.
|
|
8012
|
+
return this.i.ym;
|
|
8013
8013
|
},
|
|
8014
8014
|
set: function (v) {
|
|
8015
|
-
this.i.
|
|
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.
|
|
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.
|
|
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.
|
|
8052
|
+
return this.i.ye;
|
|
8053
8053
|
},
|
|
8054
8054
|
set: function (v) {
|
|
8055
|
-
this.i.
|
|
8056
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
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.
|
|
8067
|
+
return this.i.yh;
|
|
8068
8068
|
},
|
|
8069
8069
|
set: function (v) {
|
|
8070
|
-
this.i.
|
|
8071
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
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.
|
|
8082
|
+
return this.i.yk;
|
|
8083
8083
|
},
|
|
8084
8084
|
set: function (v) {
|
|
8085
|
-
this.i.
|
|
8086
|
-
this._a("markerOutlineBrightness", this.i.
|
|
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.
|
|
8097
|
+
return this.i.yj;
|
|
8098
8098
|
},
|
|
8099
8099
|
set: function (v) {
|
|
8100
|
-
this.i.
|
|
8101
|
-
this._a("markerBrushBrightness", this.i.
|
|
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.
|
|
8112
|
+
return this.i.yi;
|
|
8113
8113
|
},
|
|
8114
8114
|
set: function (v) {
|
|
8115
|
-
this.i.
|
|
8116
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
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.
|
|
8126
|
+
return this.i.yg;
|
|
8127
8127
|
},
|
|
8128
8128
|
set: function (v) {
|
|
8129
|
-
this.i.
|
|
8130
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
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.
|
|
8140
|
+
return this.i.yf;
|
|
8141
8141
|
},
|
|
8142
8142
|
set: function (v) {
|
|
8143
|
-
this.i.
|
|
8144
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
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.
|
|
8154
|
+
return this.i.x9;
|
|
8155
8155
|
},
|
|
8156
8156
|
set: function (v) {
|
|
8157
|
-
this.i.
|
|
8158
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.
|
|
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.
|
|
8168
|
+
return this.i.yl;
|
|
8169
8169
|
},
|
|
8170
8170
|
set: function (v) {
|
|
8171
|
-
this.i.
|
|
8172
|
-
this._a("itemSearchThreshold", this.i.
|
|
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.
|
|
8310
|
+
var a = this.ch.wz;
|
|
8311
8311
|
_super.prototype.b5.call(this);
|
|
8312
|
-
a.
|
|
8313
|
-
a.
|
|
8314
|
-
a.
|
|
8315
|
-
a.
|
|
8316
|
-
a.
|
|
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.
|
|
8319
|
+
this.ch.wz.aas = this.ch.yn;
|
|
8320
8320
|
};
|
|
8321
8321
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8322
|
-
this.ch.
|
|
8322
|
+
this.ch.wz.aa0 = this.ch.yl;
|
|
8323
8323
|
};
|
|
8324
8324
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
8325
|
-
this.ch.
|
|
8325
|
+
this.ch.wz.w9 = this.ch.w9;
|
|
8326
8326
|
};
|
|
8327
8327
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
8328
|
-
this.ch.
|
|
8328
|
+
this.ch.wz.x1 = this.ch.xp;
|
|
8329
8329
|
};
|
|
8330
8330
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
8331
|
-
this.ch.
|
|
8331
|
+
this.ch.wz.xi = this.ch.xa;
|
|
8332
8332
|
};
|
|
8333
8333
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
8334
|
-
this.ch.
|
|
8334
|
+
this.ch.wz.z8 = this.ch.xb;
|
|
8335
8335
|
};
|
|
8336
8336
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
8337
|
-
this.ch.
|
|
8337
|
+
this.ch.wz.xAxis = this.ch.db.ws;
|
|
8338
8338
|
};
|
|
8339
8339
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
8340
|
-
this.ch.
|
|
8340
|
+
this.ch.wz.yAxis = this.ch.db.wu;
|
|
8341
8341
|
};
|
|
8342
8342
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
8343
|
-
var a = this.ch.
|
|
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.
|
|
8353
|
+
this.ch.wz.ys = this.ch.x7;
|
|
8354
8354
|
};
|
|
8355
8355
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
8356
|
-
this.ch.
|
|
8356
|
+
this.ch.wz.yi = this.ch.x3;
|
|
8357
8357
|
};
|
|
8358
8358
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
8359
|
-
this.ch.
|
|
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.
|
|
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.
|
|
8389
|
-
_super.prototype.
|
|
8390
|
-
this.
|
|
8388
|
+
GeographicSymbolSeries.prototype.q0 = function (a) {
|
|
8389
|
+
_super.prototype.q0.call(this, a);
|
|
8390
|
+
this.ya = a;
|
|
8391
8391
|
};
|
|
8392
|
-
GeographicSymbolSeries.prototype.
|
|
8392
|
+
GeographicSymbolSeries.prototype.jk = function () {
|
|
8393
8393
|
return 0.7;
|
|
8394
8394
|
};
|
|
8395
|
-
GeographicSymbolSeries.prototype.
|
|
8395
|
+
GeographicSymbolSeries.prototype.wy = function () {
|
|
8396
8396
|
return new igniteuiWebcomponentsCharts.ScatterSeries();
|
|
8397
8397
|
};
|
|
8398
|
-
GeographicSymbolSeries.prototype.
|
|
8398
|
+
GeographicSymbolSeries.prototype.get_fd = function () {
|
|
8399
8399
|
return true;
|
|
8400
8400
|
};
|
|
8401
|
-
GeographicSymbolSeries.prototype.
|
|
8402
|
-
_super.prototype.
|
|
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.
|
|
8405
|
+
this.ya.cr();
|
|
8406
8406
|
break;
|
|
8407
8407
|
case GeographicSymbolSeries.$$p[5]:
|
|
8408
|
-
this.
|
|
8408
|
+
this.ya.cj();
|
|
8409
8409
|
break;
|
|
8410
8410
|
case GeographicSymbolSeries.$$p[4]:
|
|
8411
|
-
this.
|
|
8411
|
+
this.ya.ci();
|
|
8412
8412
|
break;
|
|
8413
8413
|
case GeographicSymbolSeries.$$p[6]:
|
|
8414
|
-
this.
|
|
8414
|
+
this.ya.cl();
|
|
8415
8415
|
break;
|
|
8416
8416
|
case "XAxis":
|
|
8417
|
-
this.
|
|
8417
|
+
this.ya.cs();
|
|
8418
8418
|
break;
|
|
8419
8419
|
case "YAxis":
|
|
8420
|
-
this.
|
|
8420
|
+
this.ya.ct();
|
|
8421
8421
|
break;
|
|
8422
8422
|
case GeographicSymbolSeries.$$p[1]:
|
|
8423
|
-
this.
|
|
8424
|
-
this.
|
|
8425
|
-
if (this.
|
|
8426
|
-
var e = this.
|
|
8427
|
-
e.assigningScatterStyle = igniteuiWebcomponentsCore.delegateCombine(e.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
8431
|
-
f.assigningScatterStyle = igniteuiWebcomponentsCore.delegateRemove(f.assigningScatterStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
8436
|
-
this.
|
|
8437
|
-
if (this.
|
|
8438
|
-
var g = this.
|
|
8439
|
-
g.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateCombine(g.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
8443
|
-
h.assigningScatterMarkerStyle = igniteuiWebcomponentsCore.delegateRemove(h.assigningScatterMarkerStyle, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
8447
|
+
this.wz.y7 = this.x8;
|
|
8448
8448
|
break;
|
|
8449
8449
|
case GeographicSymbolSeries.$$p[3]:
|
|
8450
|
-
this.
|
|
8450
|
+
this.wz.z7 = this.yg;
|
|
8451
8451
|
break;
|
|
8452
8452
|
}
|
|
8453
8453
|
};
|
|
8454
|
-
GeographicSymbolSeries.prototype.
|
|
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.
|
|
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:
|
|
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.
|
|
8561
|
+
return this.i.yl;
|
|
8562
8562
|
},
|
|
8563
8563
|
set: function (v) {
|
|
8564
|
-
this.i.
|
|
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.
|
|
8574
|
+
return this.i.yn;
|
|
8575
8575
|
},
|
|
8576
8576
|
set: function (v) {
|
|
8577
|
-
this.i.
|
|
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.
|
|
8587
|
+
return this.i.x7;
|
|
8588
8588
|
},
|
|
8589
8589
|
set: function (v) {
|
|
8590
|
-
this.i.
|
|
8591
|
-
this._a("markerCollisionAvoidance", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.CollisionAvoidanceType_$type, this.i.
|
|
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.
|
|
8601
|
+
return this.i.ye;
|
|
8602
8602
|
},
|
|
8603
8603
|
set: function (v) {
|
|
8604
|
-
this.i.
|
|
8605
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
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.
|
|
8615
|
+
return this.i.yd;
|
|
8616
8616
|
},
|
|
8617
8617
|
set: function (v) {
|
|
8618
|
-
this.i.
|
|
8619
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
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.
|
|
8629
|
+
return this.i.x8;
|
|
8630
8630
|
},
|
|
8631
8631
|
set: function (v) {
|
|
8632
|
-
this.i.
|
|
8633
|
-
this._a("itemSearchMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCharts.ScatterItemSearchMode_$type, this.i.
|
|
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.
|
|
8643
|
+
return this.i.yg;
|
|
8644
8644
|
},
|
|
8645
8645
|
set: function (v) {
|
|
8646
|
-
this.i.
|
|
8647
|
-
this._a("itemSearchThreshold", this.i.
|
|
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.
|
|
8798
|
+
return this.i.xb;
|
|
8799
8799
|
},
|
|
8800
8800
|
set: function (v) {
|
|
8801
|
-
this.i.
|
|
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.
|
|
8811
|
+
return this.i.w9;
|
|
8812
8812
|
},
|
|
8813
8813
|
set: function (v) {
|
|
8814
|
-
this.i.
|
|
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.
|
|
8825
|
+
return this.i.w8;
|
|
8826
8826
|
},
|
|
8827
8827
|
set: function (v) {
|
|
8828
|
-
this.i.
|
|
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.
|
|
8838
|
+
return this.i.xe;
|
|
8839
8839
|
},
|
|
8840
8840
|
set: function (v) {
|
|
8841
|
-
this.i.
|
|
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.
|
|
8851
|
+
return this.i.xg;
|
|
8852
8852
|
},
|
|
8853
8853
|
set: function (v) {
|
|
8854
|
-
this.i.
|
|
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.
|
|
8864
|
+
return this.i.xi;
|
|
8865
8865
|
},
|
|
8866
8866
|
set: function (v) {
|
|
8867
|
-
this.i.
|
|
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.
|
|
8965
|
+
return this.i.xx;
|
|
8966
8966
|
},
|
|
8967
8967
|
set: function (v) {
|
|
8968
|
-
this.i.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
9131
|
-
a.
|
|
9132
|
-
a.
|
|
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.
|
|
9136
|
-
a.
|
|
9134
|
+
a.xk = this.ch.xa;
|
|
9135
|
+
a.f7 = this.ch.w9;
|
|
9137
9136
|
a.yg = this.ch.xd;
|
|
9138
|
-
a.
|
|
9137
|
+
a.yf = this.ch.xc;
|
|
9139
9138
|
a.aae = this.ch.x7;
|
|
9140
|
-
a.
|
|
9139
|
+
a.aad = this.ch.x6;
|
|
9140
|
+
a.ys = this.ch.xg;
|
|
9141
9141
|
};
|
|
9142
9142
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
9143
|
-
this.ch.
|
|
9143
|
+
this.ch.wz.y8 = this.ch.xo;
|
|
9144
9144
|
};
|
|
9145
9145
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
9146
|
-
this.ch.
|
|
9146
|
+
this.ch.wz.zg = this.ch.xm;
|
|
9147
9147
|
};
|
|
9148
9148
|
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
9149
|
-
this.ch.
|
|
9149
|
+
this.ch.wz.xl = this.ch.xb;
|
|
9150
9150
|
};
|
|
9151
9151
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
9152
|
-
this.ch.
|
|
9152
|
+
this.ch.wz.xk = this.ch.xa;
|
|
9153
9153
|
};
|
|
9154
9154
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
9155
|
-
this.ch.
|
|
9155
|
+
this.ch.wz.f7 = this.ch.w9;
|
|
9156
9156
|
};
|
|
9157
9157
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
9158
|
-
this.ch.
|
|
9158
|
+
this.ch.wz.yg = this.ch.xd;
|
|
9159
9159
|
};
|
|
9160
9160
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
9161
|
-
this.ch.
|
|
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.
|
|
9164
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.wz);
|
|
9165
9165
|
if (this.ch.db == null) {
|
|
9166
|
-
a.
|
|
9167
|
-
a.
|
|
9166
|
+
a.w4 = null;
|
|
9167
|
+
a.w6 = null;
|
|
9168
9168
|
return;
|
|
9169
9169
|
}
|
|
9170
|
-
a.
|
|
9171
|
-
a.
|
|
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.
|
|
9174
|
+
this.ch.wz.w4 = this.ch.db.ws;
|
|
9175
9175
|
};
|
|
9176
9176
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
9177
|
-
this.ch.
|
|
9177
|
+
this.ch.wz.w6 = this.ch.db.wu;
|
|
9178
9178
|
};
|
|
9179
9179
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
9180
|
-
this.ch.
|
|
9180
|
+
this.ch.wz.aae = this.ch.x7;
|
|
9181
9181
|
};
|
|
9182
9182
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
9183
|
-
this.ch.
|
|
9183
|
+
this.ch.wz.aad = this.ch.x6;
|
|
9184
9184
|
};
|
|
9185
9185
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
9186
|
-
this.ch.
|
|
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.
|
|
9192
|
-
this.ch.
|
|
9193
|
-
this.ch.
|
|
9194
|
-
this.ch.
|
|
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.
|
|
9207
|
+
_this.w7 = null;
|
|
9208
9208
|
_this.progressiveLoadStatusChanged = null;
|
|
9209
|
-
_this.
|
|
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.
|
|
9217
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
9218
|
-
return _super.prototype.
|
|
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.
|
|
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.
|
|
9229
|
-
_super.prototype.
|
|
9230
|
-
this.
|
|
9228
|
+
GeographicHighDensityScatterSeries.prototype.q0 = function (a) {
|
|
9229
|
+
_super.prototype.q0.call(this, a);
|
|
9230
|
+
this.w8 = a;
|
|
9231
9231
|
};
|
|
9232
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9233
|
-
this.
|
|
9234
|
-
return this.
|
|
9232
|
+
GeographicHighDensityScatterSeries.prototype.wy = function () {
|
|
9233
|
+
this.w7 = new igniteuiWebcomponentsCharts.HighDensityScatterSeries();
|
|
9234
|
+
return this.w7;
|
|
9235
9235
|
};
|
|
9236
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
9236
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xh", {
|
|
9237
9237
|
get: function () {
|
|
9238
|
-
return this.
|
|
9238
|
+
return this.xf;
|
|
9239
9239
|
},
|
|
9240
9240
|
set: function (a) {
|
|
9241
|
-
var b = this.
|
|
9242
|
-
this.
|
|
9243
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
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.
|
|
9249
|
-
_super.prototype.
|
|
9250
|
-
var c = this.
|
|
9251
|
-
c.progressiveLoadStatusChanged = igniteuiWebcomponentsCore.delegateCombine(c.progressiveLoadStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9252
|
-
var d = this.
|
|
9253
|
-
d.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(d.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
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.
|
|
9256
|
-
this.
|
|
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.
|
|
9262
|
-
if (this.
|
|
9261
|
+
GeographicHighDensityScatterSeries.prototype.xu = function (a, b) {
|
|
9262
|
+
if (this.w7 == null) {
|
|
9263
9263
|
return;
|
|
9264
9264
|
}
|
|
9265
9265
|
};
|
|
9266
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9267
|
-
_super.prototype.
|
|
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.
|
|
9270
|
+
this.w8.cr();
|
|
9271
9271
|
break;
|
|
9272
9272
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
9273
|
-
this.
|
|
9273
|
+
this.w8.cn();
|
|
9274
9274
|
break;
|
|
9275
9275
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
9276
|
-
this.
|
|
9276
|
+
this.w8.cm();
|
|
9277
9277
|
break;
|
|
9278
9278
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
9279
|
-
this.
|
|
9279
|
+
this.w8.cs();
|
|
9280
9280
|
break;
|
|
9281
9281
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
9282
|
-
this.
|
|
9282
|
+
this.w8.cq();
|
|
9283
9283
|
break;
|
|
9284
9284
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
9285
|
-
this.
|
|
9285
|
+
this.w8.co();
|
|
9286
9286
|
break;
|
|
9287
9287
|
case "XAxis":
|
|
9288
|
-
this.
|
|
9288
|
+
this.w8.ct();
|
|
9289
9289
|
break;
|
|
9290
9290
|
case "YAxis":
|
|
9291
|
-
this.
|
|
9291
|
+
this.w8.cu();
|
|
9292
9292
|
break;
|
|
9293
9293
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
9294
|
-
this.
|
|
9294
|
+
this.w8.cl();
|
|
9295
9295
|
break;
|
|
9296
9296
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
9297
|
-
this.
|
|
9297
|
+
this.w8.cj();
|
|
9298
9298
|
break;
|
|
9299
9299
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
9300
|
-
this.
|
|
9300
|
+
this.w8.ck();
|
|
9301
9301
|
break;
|
|
9302
9302
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
9303
|
-
this.
|
|
9303
|
+
this.w8.ci();
|
|
9304
9304
|
break;
|
|
9305
9305
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
9306
|
-
this.
|
|
9306
|
+
this.w8.cp();
|
|
9307
9307
|
break;
|
|
9308
9308
|
}
|
|
9309
9309
|
};
|
|
9310
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9310
|
+
GeographicHighDensityScatterSeries.prototype.get_g6 = function () {
|
|
9311
9311
|
return true;
|
|
9312
9312
|
};
|
|
9313
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9314
|
-
_super.prototype.
|
|
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:
|
|
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.
|
|
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.
|
|
9411
|
+
return this.i.xm;
|
|
9412
9412
|
},
|
|
9413
9413
|
set: function (v) {
|
|
9414
|
-
this.i.
|
|
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.
|
|
9424
|
+
return this.i.xo;
|
|
9425
9425
|
},
|
|
9426
9426
|
set: function (v) {
|
|
9427
|
-
this.i.
|
|
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.
|
|
9437
|
+
return this.i.xb;
|
|
9438
9438
|
},
|
|
9439
9439
|
set: function (v) {
|
|
9440
|
-
this.i.
|
|
9441
|
-
this._a("useBruteForce", this.i.
|
|
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.
|
|
9451
|
+
return this.i.xa;
|
|
9452
9452
|
},
|
|
9453
9453
|
set: function (v) {
|
|
9454
|
-
this.i.
|
|
9455
|
-
this._a("progressiveLoad", this.i.
|
|
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.
|
|
9465
|
+
return this.i.w9;
|
|
9466
9466
|
},
|
|
9467
9467
|
set: function (v) {
|
|
9468
|
-
this.i.
|
|
9469
|
-
this._a("mouseOverEnabled", this.i.
|
|
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.
|
|
9479
|
+
return this.i.xd;
|
|
9480
9480
|
},
|
|
9481
9481
|
set: function (v) {
|
|
9482
|
-
this.i.
|
|
9483
|
-
this._a("heatMinimum", this.i.
|
|
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.
|
|
9493
|
+
return this.i.xc;
|
|
9494
9494
|
},
|
|
9495
9495
|
set: function (v) {
|
|
9496
|
-
this.i.
|
|
9497
|
-
this._a("heatMaximum", this.i.
|
|
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.
|
|
9507
|
+
return igniteuiWebcomponentsCore.colorToString(this.i.x7);
|
|
9508
9508
|
},
|
|
9509
9509
|
set: function (v) {
|
|
9510
|
-
this.i.
|
|
9511
|
-
this._a("heatMinimumColor", igniteuiWebcomponentsCore.colorToString(this.i.
|
|
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.
|
|
9521
|
+
return igniteuiWebcomponentsCore.colorToString(this.i.x6);
|
|
9522
9522
|
},
|
|
9523
9523
|
set: function (v) {
|
|
9524
|
-
this.i.
|
|
9525
|
-
this._a("heatMaximumColor", igniteuiWebcomponentsCore.colorToString(this.i.
|
|
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.
|
|
9535
|
+
return this.i.xg;
|
|
9536
9536
|
},
|
|
9537
9537
|
set: function (v) {
|
|
9538
|
-
this.i.
|
|
9539
|
-
this._a("pointExtent", this.i.
|
|
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.
|
|
9549
|
+
return this.i.xh;
|
|
9550
9550
|
},
|
|
9551
9551
|
set: function (v) {
|
|
9552
|
-
this.i.
|
|
9553
|
-
this._a("progressiveStatus", this.i.
|
|
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.
|
|
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.
|
|
9653
|
-
this.cp.
|
|
9654
|
-
this.cp.
|
|
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.
|
|
9659
|
-
this.cp.
|
|
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.
|
|
9664
|
-
this.cp.
|
|
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.
|
|
9684
|
+
GeographicContourLineSeries.prototype.get_fi = function () {
|
|
9685
9685
|
return true;
|
|
9686
9686
|
};
|
|
9687
|
-
GeographicContourLineSeries.prototype.
|
|
9688
|
-
_super.prototype.
|
|
9687
|
+
GeographicContourLineSeries.prototype.w4 = function (a, b) {
|
|
9688
|
+
_super.prototype.w4.call(this, a, b);
|
|
9689
9689
|
};
|
|
9690
|
-
GeographicContourLineSeries.prototype.
|
|
9691
|
-
this.
|
|
9692
|
-
var a = this.
|
|
9693
|
-
a.triangulationStatusChanged = igniteuiWebcomponentsCore.delegateCombine(a.triangulationStatusChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9694
|
-
var b = this.
|
|
9695
|
-
b.propertyUpdated = igniteuiWebcomponentsCore.delegateCombine(b.propertyUpdated, igniteuiWebcomponentsCore.runOn(this, this.
|
|
9696
|
-
return this.
|
|
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.
|
|
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.
|
|
9704
|
-
var c = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.ScatterContourSeries.$, this.
|
|
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.
|
|
9709
|
+
this.xt = c.yt;
|
|
9710
9710
|
}
|
|
9711
9711
|
};
|
|
9712
|
-
GeographicContourLineSeries.prototype.
|
|
9713
|
-
_super.prototype.
|
|
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.
|
|
9719
|
-
_super.prototype.
|
|
9720
|
-
this.
|
|
9718
|
+
GeographicContourLineSeries.prototype.q0 = function (a) {
|
|
9719
|
+
_super.prototype.q0.call(this, a);
|
|
9720
|
+
this.xv = a;
|
|
9721
9721
|
};
|
|
9722
|
-
GeographicContourLineSeries.prototype.
|
|
9723
|
-
_super.prototype.
|
|
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.
|
|
9726
|
+
this.xv.cq();
|
|
9727
9727
|
break;
|
|
9728
9728
|
case GeographicContourLineSeries.$$p[2]:
|
|
9729
|
-
this.
|
|
9729
|
+
this.xv.cr();
|
|
9730
9730
|
break;
|
|
9731
9731
|
case GeographicContourLineSeries.$$p[3]:
|
|
9732
|
-
this.
|
|
9732
|
+
this.xr.yr = this.xq;
|
|
9733
9733
|
break;
|
|
9734
9734
|
case "DashArray":
|
|
9735
|
-
this.
|
|
9735
|
+
this.xr.v1 = this.v1;
|
|
9736
9736
|
break;
|
|
9737
9737
|
case "DashCap":
|
|
9738
|
-
this.
|
|
9738
|
+
this.xr.v2 = this.v2;
|
|
9739
9739
|
break;
|
|
9740
9740
|
case "MiterLimit":
|
|
9741
|
-
this.
|
|
9741
|
+
this.xr.jg = this.jg;
|
|
9742
9742
|
break;
|
|
9743
9743
|
case "LineJoin":
|
|
9744
|
-
this.
|
|
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:
|
|
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.
|
|
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.
|
|
9842
|
+
return this.i.xy;
|
|
9843
9843
|
},
|
|
9844
9844
|
set: function (v) {
|
|
9845
|
-
this.i.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
9923
|
+
v == null ? this.i.xq = null : this.i.xq = v.i;
|
|
9924
9924
|
},
|
|
9925
9925
|
enumerable: false,
|
|
9926
9926
|
configurable: true
|