igniteui-webcomponents-charts 4.0.2 → 4.0.4
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-charts.umd.js +1016 -891
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeries_combined.js +3 -2
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
- package/esm2015/lib/BubbleSeries_combined.js +20 -15
- package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
- package/esm2015/lib/DataLegendContent_combined.js +470 -457
- package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
- package/esm2015/lib/FinancialPriceSeries_combined.js +33 -26
- package/esm2015/lib/HighDensityScatterSeries_combined.js +8 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
- package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
- package/esm2015/lib/PolarBase_combined.js +8 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +12 -9
- package/esm2015/lib/ScatterBase_combined.js +8 -6
- package/esm2015/lib/ScatterContourSeries_combined.js +12 -9
- package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
- package/esm2015/lib/SeriesViewer_combined.js +2 -1
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +21 -9
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
- package/esm2015/lib/igc-data-legend-component.js +256 -256
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
- package/esm2015/lib/igc-domain-chart-component.js +45 -27
- package/esm2015/lib/igc-financial-event-args.js +10 -6
- package/esm2015/lib/igc-ring-series-component.js +5 -3
- package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
- package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
- package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
- package/esm5/lib/AnchoredCategorySeries_combined.js +3 -2
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
- package/esm5/lib/BubbleSeries_combined.js +20 -15
- package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
- package/esm5/lib/DataLegendContent_combined.js +474 -461
- package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
- package/esm5/lib/DataToolTipLayer_combined.js +3 -1
- package/esm5/lib/FinancialPriceSeries_combined.js +33 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +8 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
- package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
- package/esm5/lib/PolarBase_combined.js +8 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +12 -9
- package/esm5/lib/ScatterBase_combined.js +8 -6
- package/esm5/lib/ScatterContourSeries_combined.js +12 -9
- package/esm5/lib/ScatterTriangulationSeries.js +8 -8
- package/esm5/lib/SeriesViewer_combined.js +2 -1
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +43 -14
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
- package/esm5/lib/igc-data-legend-component.js +256 -256
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
- package/esm5/lib/igc-domain-chart-component.js +45 -27
- package/esm5/lib/igc-financial-event-args.js +10 -6
- package/esm5/lib/igc-ring-series-component.js +5 -3
- package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
- package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
- package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-charts.js +987 -883
- package/fesm5/igniteui-webcomponents-charts.js +1016 -891
- package/lib/DataLegendContent_combined.d.ts +111 -109
- package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
- package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
- package/package.json +2 -2
|
@@ -21047,7 +21047,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21047
21047
|
c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
|
|
21048
21048
|
c.a = 0;
|
|
21049
21049
|
c.p = "Value";
|
|
21050
|
-
c.q = "";
|
|
21050
|
+
c.q = "Value";
|
|
21051
|
+
c.r = "";
|
|
21051
21052
|
var d = new DataLegendSeriesContext();
|
|
21052
21053
|
d.f = ((function () {
|
|
21053
21054
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -31868,7 +31869,9 @@ var DataToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31868
31869
|
var q = Math.min(c.g._inner[i], c.m._inner[i]);
|
|
31869
31870
|
var r = c.l._inner[i] - c.f._inner[i];
|
|
31870
31871
|
var s = c.m._inner[i] - c.g._inner[i];
|
|
31871
|
-
|
|
31872
|
+
if (o != null) {
|
|
31873
|
+
this.r5.ch(o, p, q, r, s);
|
|
31874
|
+
}
|
|
31872
31875
|
}
|
|
31873
31876
|
};
|
|
31874
31877
|
DataToolTipLayer.prototype.en = function () {
|
|
@@ -33109,7 +33112,9 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
33109
33112
|
var j = c.l;
|
|
33110
33113
|
var k = c.g;
|
|
33111
33114
|
var l = c.h;
|
|
33112
|
-
|
|
33115
|
+
if (h != null) {
|
|
33116
|
+
this.re.ce(h, i, j, k, l);
|
|
33117
|
+
}
|
|
33113
33118
|
};
|
|
33114
33119
|
CategoryToolTipLayer.prototype.en = function () {
|
|
33115
33120
|
return true;
|
|
@@ -38235,7 +38240,9 @@ var ItemToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38235
38240
|
var q = Math.min(c.g._inner[i], c.o._inner[i]);
|
|
38236
38241
|
var r = c.n._inner[i] - c.f._inner[i];
|
|
38237
38242
|
var s = c.o._inner[i] - c.g._inner[i];
|
|
38238
|
-
|
|
38243
|
+
if (o != null) {
|
|
38244
|
+
this.rc.cf(o, p, q, r, s);
|
|
38245
|
+
}
|
|
38239
38246
|
}
|
|
38240
38247
|
};
|
|
38241
38248
|
ItemToolTipLayer.prototype.en = function () {
|
|
@@ -46823,14 +46830,15 @@ var DataLegendStylingColumnEventArgs = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
46823
46830
|
_this.d = 0;
|
|
46824
46831
|
_this.f = null;
|
|
46825
46832
|
_this.b = 0;
|
|
46833
|
+
_this.i = null;
|
|
46826
46834
|
_this.h = null;
|
|
46827
46835
|
_this.a = 0;
|
|
46828
46836
|
_this.e = null;
|
|
46829
46837
|
_this.g = null;
|
|
46830
|
-
_this.i = null;
|
|
46831
46838
|
_this.j = null;
|
|
46832
46839
|
_this.k = null;
|
|
46833
46840
|
_this.l = null;
|
|
46841
|
+
_this.m = null;
|
|
46834
46842
|
return _this;
|
|
46835
46843
|
}
|
|
46836
46844
|
DataLegendStylingColumnEventArgs.$t = markType(DataLegendStylingColumnEventArgs, 'DataLegendStylingColumnEventArgs');
|
|
@@ -47461,43 +47469,44 @@ var DataLegendRowCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47461
47469
|
_this.s = 0;
|
|
47462
47470
|
_this.f = 0;
|
|
47463
47471
|
_this.r = 0;
|
|
47472
|
+
_this.w = null;
|
|
47464
47473
|
_this.v = null;
|
|
47465
47474
|
_this.t = null;
|
|
47466
|
-
_this.
|
|
47475
|
+
_this.x = null;
|
|
47467
47476
|
_this.u = null;
|
|
47468
|
-
_this.y = null;
|
|
47469
47477
|
_this.z = null;
|
|
47470
47478
|
_this.aa = null;
|
|
47479
|
+
_this.ab = null;
|
|
47471
47480
|
_this.g = null;
|
|
47472
47481
|
_this.i = null;
|
|
47473
47482
|
_this.h = null;
|
|
47474
|
-
_this.ak = null;
|
|
47475
|
-
_this.am = null;
|
|
47476
47483
|
_this.al = null;
|
|
47477
|
-
_this.
|
|
47478
|
-
_this.
|
|
47479
|
-
_this.
|
|
47484
|
+
_this.an = null;
|
|
47485
|
+
_this.am = null;
|
|
47486
|
+
_this.ag = new Size();
|
|
47487
|
+
_this.ak = new Size();
|
|
47488
|
+
_this.ai = new Size();
|
|
47480
47489
|
_this.m = false;
|
|
47481
47490
|
_this.j = false;
|
|
47482
|
-
_this.ab = null;
|
|
47483
|
-
_this.ad = null;
|
|
47484
47491
|
_this.ac = null;
|
|
47485
|
-
_this.ae =
|
|
47486
|
-
_this.
|
|
47487
|
-
_this.
|
|
47492
|
+
_this.ae = null;
|
|
47493
|
+
_this.ad = null;
|
|
47494
|
+
_this.af = new Size();
|
|
47495
|
+
_this.aj = new Size();
|
|
47496
|
+
_this.ah = new Size();
|
|
47488
47497
|
_this.r = NaN;
|
|
47489
|
-
_this.ak = new Thickness(0, 0);
|
|
47490
|
-
_this.am = new Thickness(0, 0);
|
|
47491
47498
|
_this.al = new Thickness(0, 0);
|
|
47492
|
-
_this.
|
|
47493
|
-
_this.
|
|
47494
|
-
_this.
|
|
47499
|
+
_this.an = new Thickness(0, 0);
|
|
47500
|
+
_this.am = new Thickness(0, 0);
|
|
47501
|
+
_this.ag = new Size(1, 0, 0);
|
|
47502
|
+
_this.ak = new Size(1, 0, 0);
|
|
47503
|
+
_this.ai = new Size(1, 0, 0);
|
|
47495
47504
|
_this.m = true;
|
|
47496
47505
|
_this.j = true;
|
|
47497
47506
|
if (_this.c) {
|
|
47498
|
-
_this.
|
|
47499
|
-
_this.
|
|
47500
|
-
_this.
|
|
47507
|
+
_this.z = a.br();
|
|
47508
|
+
_this.ab = a.bt();
|
|
47509
|
+
_this.aa = a.bs();
|
|
47501
47510
|
_this.g = a.j();
|
|
47502
47511
|
_this.i = a.n();
|
|
47503
47512
|
_this.h = a.m();
|
|
@@ -47505,9 +47514,9 @@ var DataLegendRowCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47505
47514
|
else if (_this.d) {
|
|
47506
47515
|
var e = a.bq();
|
|
47507
47516
|
var f = a.k();
|
|
47508
|
-
_this.y = e;
|
|
47509
|
-
_this.aa = e;
|
|
47510
47517
|
_this.z = e;
|
|
47518
|
+
_this.ab = e;
|
|
47519
|
+
_this.aa = e;
|
|
47511
47520
|
_this.g = f;
|
|
47512
47521
|
_this.i = f;
|
|
47513
47522
|
_this.h = f;
|
|
@@ -47515,26 +47524,26 @@ var DataLegendRowCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47515
47524
|
else {
|
|
47516
47525
|
var g = a.bo();
|
|
47517
47526
|
var h = a.i();
|
|
47518
|
-
_this.y = g;
|
|
47519
|
-
_this.aa = g;
|
|
47520
47527
|
_this.z = g;
|
|
47528
|
+
_this.ab = g;
|
|
47529
|
+
_this.aa = g;
|
|
47521
47530
|
_this.g = h;
|
|
47522
47531
|
_this.i = h;
|
|
47523
47532
|
_this.h = h;
|
|
47524
47533
|
}
|
|
47525
|
-
_this.ab = Rect.empty;
|
|
47526
|
-
_this.ad = Rect.empty;
|
|
47527
47534
|
_this.ac = Rect.empty;
|
|
47535
|
+
_this.ae = Rect.empty;
|
|
47536
|
+
_this.ad = Rect.empty;
|
|
47528
47537
|
return _this;
|
|
47529
47538
|
}
|
|
47530
47539
|
DataLegendRowCell.prototype.k = function () {
|
|
47531
|
-
return this.
|
|
47540
|
+
return this.ag.width > 0 && this.ag.height > 0;
|
|
47532
47541
|
};
|
|
47533
47542
|
DataLegendRowCell.prototype.n = function () {
|
|
47534
|
-
return this.
|
|
47543
|
+
return this.ai.width > 0 && this.ai.height > 0;
|
|
47535
47544
|
};
|
|
47536
47545
|
DataLegendRowCell.prototype.p = function () {
|
|
47537
|
-
return this.
|
|
47546
|
+
return this.ak.width > 0 && this.ak.height > 0;
|
|
47538
47547
|
};
|
|
47539
47548
|
DataLegendRowCell.prototype.l = function () {
|
|
47540
47549
|
return this.t != null;
|
|
@@ -47543,12 +47552,12 @@ var DataLegendRowCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47543
47552
|
return this.u != null;
|
|
47544
47553
|
};
|
|
47545
47554
|
DataLegendRowCell.prototype.q = function () {
|
|
47546
|
-
return !stringIsNullOrEmpty(this.
|
|
47555
|
+
return !stringIsNullOrEmpty(this.x) && this.ak.width > 0 && this.ak.height > 0;
|
|
47547
47556
|
};
|
|
47548
|
-
DataLegendRowCell.prototype.
|
|
47549
|
-
this.
|
|
47550
|
-
this.
|
|
47551
|
-
this.
|
|
47557
|
+
DataLegendRowCell.prototype.y = function () {
|
|
47558
|
+
this.af = new Size(1, 0, 0);
|
|
47559
|
+
this.aj = new Size(1, 0, 0);
|
|
47560
|
+
this.ah = new Size(1, 0, 0);
|
|
47552
47561
|
};
|
|
47553
47562
|
DataLegendRowCell.$t = markType(DataLegendRowCell, 'DataLegendRowCell', DataLegendRowBase.$);
|
|
47554
47563
|
return DataLegendRowCell;
|
|
@@ -47626,9 +47635,9 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47626
47635
|
function XamDataLegend() {
|
|
47627
47636
|
var _this = _super.call(this) || this;
|
|
47628
47637
|
_this.bw = false;
|
|
47629
|
-
_this.ch = NaN;
|
|
47630
47638
|
_this.ci = NaN;
|
|
47631
|
-
_this.cj =
|
|
47639
|
+
_this.cj = NaN;
|
|
47640
|
+
_this.ck = 1;
|
|
47632
47641
|
_this.bx = false;
|
|
47633
47642
|
_this.bj = null;
|
|
47634
47643
|
_this.bb = null;
|
|
@@ -47640,7 +47649,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47640
47649
|
_this.bi = null;
|
|
47641
47650
|
_this.bh = null;
|
|
47642
47651
|
_this.bc = null;
|
|
47643
|
-
_this.
|
|
47652
|
+
_this.cl = NaN;
|
|
47644
47653
|
_this.calculateColumnSummary = null;
|
|
47645
47654
|
_this.styleHeaderRow = null;
|
|
47646
47655
|
_this.styleSeriesRow = null;
|
|
@@ -47648,45 +47657,31 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47648
47657
|
_this.styleSeriesColumn = null;
|
|
47649
47658
|
_this.styleSummaryColumn = null;
|
|
47650
47659
|
_this.propertyChanged = null;
|
|
47660
|
+
_this.b9 = null;
|
|
47651
47661
|
_this.b8 = null;
|
|
47652
|
-
_this.
|
|
47662
|
+
_this.cb = null;
|
|
47653
47663
|
_this.ca = null;
|
|
47654
|
-
_this.b9 = null;
|
|
47655
47664
|
_this.a5 = null;
|
|
47656
|
-
_this.
|
|
47665
|
+
_this.ic = null;
|
|
47657
47666
|
_this._externalObject = null;
|
|
47658
47667
|
_this.bu = false;
|
|
47659
47668
|
_this.bv = false;
|
|
47660
47669
|
_this.ao = new DataLegendContent();
|
|
47661
|
-
_this.
|
|
47662
|
-
_this.
|
|
47663
|
-
_this.
|
|
47664
|
-
_this.
|
|
47670
|
+
_this.cd = null;
|
|
47671
|
+
_this.ce = new List$1(DataLegendSeriesContext.$, 0);
|
|
47672
|
+
_this.b7 = new Dictionary$2(Number_$type, DataLegendColumn.$, 0);
|
|
47673
|
+
_this.cs = 0;
|
|
47665
47674
|
_this.ak = null;
|
|
47666
47675
|
_this.al = null;
|
|
47667
|
-
_this.
|
|
47676
|
+
_this.cy = "";
|
|
47668
47677
|
_this.ai = null;
|
|
47669
47678
|
_this.aj = null;
|
|
47670
|
-
_this.
|
|
47679
|
+
_this.ic = Rect.empty;
|
|
47671
47680
|
_this.bx = true;
|
|
47672
47681
|
_this.ab = XamDataLegend.$;
|
|
47673
47682
|
_this.a5 = _this.a4();
|
|
47674
47683
|
return _this;
|
|
47675
47684
|
}
|
|
47676
|
-
Object.defineProperty(XamDataLegend.prototype, "cl", {
|
|
47677
|
-
get: function () {
|
|
47678
|
-
return this.ch;
|
|
47679
|
-
},
|
|
47680
|
-
set: function (a) {
|
|
47681
|
-
var b = this.ch;
|
|
47682
|
-
this.ch = a;
|
|
47683
|
-
if (b != this.ch) {
|
|
47684
|
-
this.fx("ActualCursorPositionX", b, this.ch);
|
|
47685
|
-
}
|
|
47686
|
-
},
|
|
47687
|
-
enumerable: true,
|
|
47688
|
-
configurable: true
|
|
47689
|
-
});
|
|
47690
47685
|
Object.defineProperty(XamDataLegend.prototype, "cm", {
|
|
47691
47686
|
get: function () {
|
|
47692
47687
|
return this.ci;
|
|
@@ -47695,7 +47690,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47695
47690
|
var b = this.ci;
|
|
47696
47691
|
this.ci = a;
|
|
47697
47692
|
if (b != this.ci) {
|
|
47698
|
-
this.
|
|
47693
|
+
this.fy("ActualCursorPositionX", b, this.ci);
|
|
47699
47694
|
}
|
|
47700
47695
|
},
|
|
47701
47696
|
enumerable: true,
|
|
@@ -47708,7 +47703,21 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47708
47703
|
set: function (a) {
|
|
47709
47704
|
var b = this.cj;
|
|
47710
47705
|
this.cj = a;
|
|
47711
|
-
|
|
47706
|
+
if (b != this.cj) {
|
|
47707
|
+
this.fy("ActualCursorPositionY", b, this.cj);
|
|
47708
|
+
}
|
|
47709
|
+
},
|
|
47710
|
+
enumerable: true,
|
|
47711
|
+
configurable: true
|
|
47712
|
+
});
|
|
47713
|
+
Object.defineProperty(XamDataLegend.prototype, "co", {
|
|
47714
|
+
get: function () {
|
|
47715
|
+
return this.ck;
|
|
47716
|
+
},
|
|
47717
|
+
set: function (a) {
|
|
47718
|
+
var b = this.ck;
|
|
47719
|
+
this.ck = a;
|
|
47720
|
+
this.fy("ActualPixelScalingRatio", b, this.ck);
|
|
47712
47721
|
},
|
|
47713
47722
|
enumerable: true,
|
|
47714
47723
|
configurable: true
|
|
@@ -47724,7 +47733,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47724
47733
|
}
|
|
47725
47734
|
this.bj = a;
|
|
47726
47735
|
if (b != this.bj) {
|
|
47727
|
-
this.
|
|
47736
|
+
this.fy("ValueTextStyle", b, this.bj);
|
|
47728
47737
|
}
|
|
47729
47738
|
},
|
|
47730
47739
|
enumerable: true,
|
|
@@ -47741,7 +47750,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47741
47750
|
}
|
|
47742
47751
|
this.bb = a;
|
|
47743
47752
|
if (b != this.bb) {
|
|
47744
|
-
this.
|
|
47753
|
+
this.fy("HeaderTextStyle", b, this.bb);
|
|
47745
47754
|
}
|
|
47746
47755
|
},
|
|
47747
47756
|
enumerable: true,
|
|
@@ -47758,7 +47767,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47758
47767
|
}
|
|
47759
47768
|
this.be = a;
|
|
47760
47769
|
if (b != this.be) {
|
|
47761
|
-
this.
|
|
47770
|
+
this.fy("SummaryTitleTextStyle", b, this.be);
|
|
47762
47771
|
}
|
|
47763
47772
|
},
|
|
47764
47773
|
enumerable: true,
|
|
@@ -47775,7 +47784,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47775
47784
|
}
|
|
47776
47785
|
this.bg = a;
|
|
47777
47786
|
if (b != this.bg) {
|
|
47778
|
-
this.
|
|
47787
|
+
this.fy("SummaryValueTextStyle", b, this.bg);
|
|
47779
47788
|
}
|
|
47780
47789
|
},
|
|
47781
47790
|
enumerable: true,
|
|
@@ -47792,7 +47801,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47792
47801
|
}
|
|
47793
47802
|
this.bd = a;
|
|
47794
47803
|
if (b != this.bd) {
|
|
47795
|
-
this.
|
|
47804
|
+
this.fy("SummaryLabelTextStyle", b, this.bd);
|
|
47796
47805
|
}
|
|
47797
47806
|
},
|
|
47798
47807
|
enumerable: true,
|
|
@@ -47809,7 +47818,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47809
47818
|
}
|
|
47810
47819
|
this.bf = a;
|
|
47811
47820
|
if (b != this.bf) {
|
|
47812
|
-
this.
|
|
47821
|
+
this.fy("SummaryUnitsTextStyle", b, this.bf);
|
|
47813
47822
|
}
|
|
47814
47823
|
},
|
|
47815
47824
|
enumerable: true,
|
|
@@ -47826,7 +47835,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47826
47835
|
}
|
|
47827
47836
|
this.bi = a;
|
|
47828
47837
|
if (b != this.bi) {
|
|
47829
|
-
this.
|
|
47838
|
+
this.fy("UnitsTextStyle", b, this.bi);
|
|
47830
47839
|
}
|
|
47831
47840
|
},
|
|
47832
47841
|
enumerable: true,
|
|
@@ -47843,7 +47852,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47843
47852
|
}
|
|
47844
47853
|
this.bh = a;
|
|
47845
47854
|
if (b != this.bh) {
|
|
47846
|
-
this.
|
|
47855
|
+
this.fy("TitleTextStyle", b, this.bh);
|
|
47847
47856
|
}
|
|
47848
47857
|
},
|
|
47849
47858
|
enumerable: true,
|
|
@@ -47860,7 +47869,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47860
47869
|
}
|
|
47861
47870
|
this.bc = a;
|
|
47862
47871
|
if (b != this.bc) {
|
|
47863
|
-
this.
|
|
47872
|
+
this.fy("LabelTextStyle", b, this.bc);
|
|
47864
47873
|
}
|
|
47865
47874
|
},
|
|
47866
47875
|
enumerable: true,
|
|
@@ -47868,12 +47877,12 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47868
47877
|
});
|
|
47869
47878
|
Object.defineProperty(XamDataLegend.prototype, "pixelScalingRatio", {
|
|
47870
47879
|
get: function () {
|
|
47871
|
-
return this.
|
|
47880
|
+
return this.cl;
|
|
47872
47881
|
},
|
|
47873
47882
|
set: function (a) {
|
|
47874
|
-
var b = this.
|
|
47875
|
-
this.
|
|
47876
|
-
this.
|
|
47883
|
+
var b = this.cl;
|
|
47884
|
+
this.cl = a;
|
|
47885
|
+
this.fy("PixelScalingRatio", b, this.cl);
|
|
47877
47886
|
},
|
|
47878
47887
|
enumerable: true,
|
|
47879
47888
|
configurable: true
|
|
@@ -47882,16 +47891,16 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47882
47891
|
var a = this.exportVisualData();
|
|
47883
47892
|
return a.serialize();
|
|
47884
47893
|
};
|
|
47885
|
-
XamDataLegend.prototype.
|
|
47894
|
+
XamDataLegend.prototype.cq = function (a, b) {
|
|
47886
47895
|
var c = Math.max(b.left, a);
|
|
47887
47896
|
var d = Math.max(b.right, a);
|
|
47888
47897
|
var e = Math.max(b.right, a);
|
|
47889
47898
|
return Math.min(b.top, a);
|
|
47890
47899
|
};
|
|
47891
|
-
XamDataLegend.prototype.
|
|
47900
|
+
XamDataLegend.prototype.cp = function (a, b) {
|
|
47892
47901
|
return Math.min(b.left, a);
|
|
47893
47902
|
};
|
|
47894
|
-
XamDataLegend.prototype.
|
|
47903
|
+
XamDataLegend.prototype.ib = function (a, b) {
|
|
47895
47904
|
var c = Rect.l_op_Equality(a, null) || a.isEmpty || !Extensions.b(a);
|
|
47896
47905
|
var d = Rect.l_op_Equality(b, null) || b.isEmpty || !Extensions.b(b);
|
|
47897
47906
|
if (c) {
|
|
@@ -47928,11 +47937,11 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47928
47937
|
if (f.count < this.ao.b.count) {
|
|
47929
47938
|
return a;
|
|
47930
47939
|
}
|
|
47931
|
-
if (Rect.l_op_Equality(this.
|
|
47940
|
+
if (Rect.l_op_Equality(this.ic, null) || this.ic.isEmpty) {
|
|
47932
47941
|
a.viewport = null;
|
|
47933
47942
|
}
|
|
47934
47943
|
else {
|
|
47935
|
-
a.viewport = new RectData(0, 0, this.
|
|
47944
|
+
a.viewport = new RectData(0, 0, this.ic.width, this.ic.height);
|
|
47936
47945
|
}
|
|
47937
47946
|
for (var j = 0; j < this.ao.b.count; j++) {
|
|
47938
47947
|
var k = this.ao.b._inner[j];
|
|
@@ -47956,60 +47965,60 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47956
47965
|
p.marginLeft = k.x.left;
|
|
47957
47966
|
p.marginRight = k.x.right;
|
|
47958
47967
|
p.marginBottom = k.x.bottom;
|
|
47959
|
-
this.
|
|
47968
|
+
this.f8(p, o);
|
|
47960
47969
|
l.columns.add(p);
|
|
47961
|
-
m = this.
|
|
47970
|
+
m = this.ib(m, k.s);
|
|
47962
47971
|
}
|
|
47963
47972
|
try {
|
|
47964
47973
|
for (var _b = (e_1 = void 0, __values(fromEnum(k.k))), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
47965
47974
|
var q = _c.value;
|
|
47966
|
-
if (Extensions.b(q.
|
|
47975
|
+
if (Extensions.b(q.ac) && g.count > (c + 1)) {
|
|
47967
47976
|
c++;
|
|
47968
47977
|
var r = g._inner[c];
|
|
47969
47978
|
var s = this.bk(r, q.g);
|
|
47970
47979
|
var t = new DataLegendVisualDataColumn();
|
|
47971
|
-
t.bounds = RectData.b(q.
|
|
47980
|
+
t.bounds = RectData.b(q.ac);
|
|
47972
47981
|
t.text = r.al;
|
|
47973
|
-
t.textColor = AppearanceHelper.b(q.
|
|
47974
|
-
t.marginTop = q.
|
|
47975
|
-
t.marginLeft = q.
|
|
47976
|
-
t.marginRight = q.
|
|
47977
|
-
t.marginBottom = q.
|
|
47978
|
-
this.
|
|
47982
|
+
t.textColor = AppearanceHelper.b(q.z);
|
|
47983
|
+
t.marginTop = q.al.top;
|
|
47984
|
+
t.marginLeft = q.al.left;
|
|
47985
|
+
t.marginRight = q.al.right;
|
|
47986
|
+
t.marginBottom = q.al.bottom;
|
|
47987
|
+
this.f8(t, s);
|
|
47979
47988
|
l.columns.add(t);
|
|
47980
|
-
m = this.
|
|
47989
|
+
m = this.ib(m, q.ac);
|
|
47981
47990
|
}
|
|
47982
|
-
if (Extensions.b(q.
|
|
47991
|
+
if (Extensions.b(q.ae) && h.count > (d + 1)) {
|
|
47983
47992
|
d++;
|
|
47984
47993
|
var u = h._inner[d];
|
|
47985
47994
|
var v = this.bk(u, q.i);
|
|
47986
47995
|
var w = new DataLegendVisualDataColumn();
|
|
47987
|
-
w.bounds = RectData.b(q.
|
|
47996
|
+
w.bounds = RectData.b(q.ae);
|
|
47988
47997
|
w.text = u.al;
|
|
47989
|
-
w.textColor = AppearanceHelper.b(q.
|
|
47990
|
-
w.marginTop = q.
|
|
47991
|
-
w.marginLeft = q.
|
|
47992
|
-
w.marginRight = q.
|
|
47993
|
-
w.marginBottom = q.
|
|
47994
|
-
this.
|
|
47998
|
+
w.textColor = AppearanceHelper.b(q.ab);
|
|
47999
|
+
w.marginTop = q.an.top;
|
|
48000
|
+
w.marginLeft = q.an.left;
|
|
48001
|
+
w.marginRight = q.an.right;
|
|
48002
|
+
w.marginBottom = q.an.bottom;
|
|
48003
|
+
this.f8(w, v);
|
|
47995
48004
|
l.columns.add(w);
|
|
47996
|
-
m = this.
|
|
48005
|
+
m = this.ib(m, q.ae);
|
|
47997
48006
|
}
|
|
47998
|
-
if (Extensions.b(q.
|
|
48007
|
+
if (Extensions.b(q.ad) && i.count > (e + 1)) {
|
|
47999
48008
|
e++;
|
|
48000
48009
|
var x = i._inner[e];
|
|
48001
48010
|
var y = this.bk(x, q.h);
|
|
48002
48011
|
var z = new DataLegendVisualDataColumn();
|
|
48003
|
-
z.bounds = RectData.b(q.
|
|
48012
|
+
z.bounds = RectData.b(q.ad);
|
|
48004
48013
|
z.text = q.m ? q.u : null;
|
|
48005
|
-
z.textColor = AppearanceHelper.b(q.
|
|
48006
|
-
z.marginTop = q.
|
|
48007
|
-
z.marginLeft = q.
|
|
48008
|
-
z.marginRight = q.
|
|
48009
|
-
z.marginBottom = q.
|
|
48010
|
-
this.
|
|
48014
|
+
z.textColor = AppearanceHelper.b(q.aa);
|
|
48015
|
+
z.marginTop = q.am.top;
|
|
48016
|
+
z.marginLeft = q.am.left;
|
|
48017
|
+
z.marginRight = q.am.right;
|
|
48018
|
+
z.marginBottom = q.am.bottom;
|
|
48019
|
+
this.f8(z, y);
|
|
48011
48020
|
l.columns.add(z);
|
|
48012
|
-
m = this.
|
|
48021
|
+
m = this.ib(m, q.ad);
|
|
48013
48022
|
}
|
|
48014
48023
|
}
|
|
48015
48024
|
}
|
|
@@ -48027,14 +48036,14 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48027
48036
|
}
|
|
48028
48037
|
}
|
|
48029
48038
|
if (k.j) {
|
|
48030
|
-
m = this.
|
|
48039
|
+
m = this.ib(m, k.r);
|
|
48031
48040
|
l.badgeBounds = RectData.b(k.r);
|
|
48032
48041
|
l.badgeMarginTop = k.v.top;
|
|
48033
48042
|
l.badgeMarginBottom = k.v.bottom;
|
|
48034
48043
|
l.badgeMarginRight = k.v.right;
|
|
48035
48044
|
l.badgeMarginLeft = k.v.left;
|
|
48036
|
-
if (k.e >= 0 && k.e < this.
|
|
48037
|
-
var aa = this.
|
|
48045
|
+
if (k.e >= 0 && k.e < this.cd.count) {
|
|
48046
|
+
var aa = this.cd._inner[k.e];
|
|
48038
48047
|
l.badgeShape = aa.getDataLegendBadgeShapeAndMarker();
|
|
48039
48048
|
}
|
|
48040
48049
|
else {
|
|
@@ -48047,7 +48056,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48047
48056
|
}
|
|
48048
48057
|
return a;
|
|
48049
48058
|
};
|
|
48050
|
-
XamDataLegend.prototype.
|
|
48059
|
+
XamDataLegend.prototype.f8 = function (a, b) {
|
|
48051
48060
|
if (b != null) {
|
|
48052
48061
|
if (b.n != null) {
|
|
48053
48062
|
a.fontFamily = b.n;
|
|
@@ -48096,11 +48105,11 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48096
48105
|
default: return new DataLegendSummaryCalculationEmpty();
|
|
48097
48106
|
}
|
|
48098
48107
|
};
|
|
48099
|
-
XamDataLegend.prototype.
|
|
48108
|
+
XamDataLegend.prototype.gc = function (a) {
|
|
48100
48109
|
if (this.styleSummaryRow != null) {
|
|
48101
48110
|
var b = this.ay(a);
|
|
48102
48111
|
this.styleSummaryRow(this, b);
|
|
48103
|
-
this.
|
|
48112
|
+
this.f9(a, b);
|
|
48104
48113
|
}
|
|
48105
48114
|
if (a.b && a.k != null && this.styleSummaryColumn != null) {
|
|
48106
48115
|
for (var c = 0; c < a.k.count; c++) {
|
|
@@ -48109,15 +48118,15 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48109
48118
|
d.f = a.m;
|
|
48110
48119
|
d.c = c;
|
|
48111
48120
|
this.styleSummaryColumn(this, d);
|
|
48112
|
-
this.
|
|
48121
|
+
this.gd(a.k._inner[c], d);
|
|
48113
48122
|
}
|
|
48114
48123
|
}
|
|
48115
48124
|
};
|
|
48116
|
-
XamDataLegend.prototype.
|
|
48125
|
+
XamDataLegend.prototype.gb = function (a) {
|
|
48117
48126
|
if (this.styleSeriesRow != null) {
|
|
48118
48127
|
var b = this.ay(a);
|
|
48119
48128
|
this.styleSeriesRow(this, b);
|
|
48120
|
-
this.
|
|
48129
|
+
this.f9(a, b);
|
|
48121
48130
|
}
|
|
48122
48131
|
if (a.b && a.k != null && this.styleSeriesColumn != null) {
|
|
48123
48132
|
for (var c = 0; c < a.k.count; c++) {
|
|
@@ -48126,15 +48135,15 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48126
48135
|
d.f = a.m;
|
|
48127
48136
|
d.c = c;
|
|
48128
48137
|
this.styleSeriesColumn(this, d);
|
|
48129
|
-
this.
|
|
48138
|
+
this.gd(a.k._inner[c], d);
|
|
48130
48139
|
}
|
|
48131
48140
|
}
|
|
48132
48141
|
};
|
|
48133
|
-
XamDataLegend.prototype.
|
|
48142
|
+
XamDataLegend.prototype.ga = function (a) {
|
|
48134
48143
|
if (this.styleHeaderRow != null) {
|
|
48135
48144
|
var b = this.ay(a);
|
|
48136
48145
|
this.styleHeaderRow(this, b);
|
|
48137
|
-
this.
|
|
48146
|
+
this.f9(a, b);
|
|
48138
48147
|
}
|
|
48139
48148
|
};
|
|
48140
48149
|
XamDataLegend.prototype.ay = function (a) {
|
|
@@ -48148,7 +48157,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48148
48157
|
b.e = a.m;
|
|
48149
48158
|
return b;
|
|
48150
48159
|
};
|
|
48151
|
-
XamDataLegend.prototype.
|
|
48160
|
+
XamDataLegend.prototype.f9 = function (a, b) {
|
|
48152
48161
|
a.n = b.f;
|
|
48153
48162
|
a.q = b.g;
|
|
48154
48163
|
a.h = b.a;
|
|
@@ -48158,27 +48167,28 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48158
48167
|
XamDataLegend.prototype.ax = function (a) {
|
|
48159
48168
|
var b = new DataLegendStylingColumnEventArgs();
|
|
48160
48169
|
b.e = a.t;
|
|
48161
|
-
b.j = a.y;
|
|
48162
|
-
b.g = a.u;
|
|
48163
48170
|
b.k = a.z;
|
|
48164
|
-
b.
|
|
48171
|
+
b.g = a.u;
|
|
48165
48172
|
b.l = a.aa;
|
|
48173
|
+
b.j = a.x;
|
|
48174
|
+
b.m = a.ab;
|
|
48166
48175
|
b.b = a.r;
|
|
48176
|
+
b.i = a.w;
|
|
48167
48177
|
b.h = a.v;
|
|
48168
48178
|
b.a = a.f;
|
|
48169
48179
|
return b;
|
|
48170
48180
|
};
|
|
48171
|
-
XamDataLegend.prototype.
|
|
48172
|
-
a.
|
|
48181
|
+
XamDataLegend.prototype.gd = function (a, b) {
|
|
48182
|
+
a.z = b.k;
|
|
48173
48183
|
a.t = b.e;
|
|
48174
48184
|
a.j = !stringIsNullOrEmpty(a.t);
|
|
48175
48185
|
a.u = b.g;
|
|
48176
|
-
a.z = b.k;
|
|
48177
|
-
a.m = !stringIsNullOrEmpty(a.u);
|
|
48178
|
-
a.w = b.i;
|
|
48179
48186
|
a.aa = b.l;
|
|
48187
|
+
a.m = !stringIsNullOrEmpty(a.u);
|
|
48188
|
+
a.x = b.j;
|
|
48189
|
+
a.ab = b.m;
|
|
48180
48190
|
};
|
|
48181
|
-
XamDataLegend.prototype.
|
|
48191
|
+
XamDataLegend.prototype.f1 = function (a, b, c) {
|
|
48182
48192
|
var _this = this;
|
|
48183
48193
|
switch (a) {
|
|
48184
48194
|
case XamDataLegend.$$p[19]:
|
|
@@ -48186,33 +48196,33 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48186
48196
|
break;
|
|
48187
48197
|
case XamDataLegend.$$p[15]:
|
|
48188
48198
|
case XamDataLegend.$$p[3]:
|
|
48189
|
-
this.
|
|
48199
|
+
this.gh();
|
|
48190
48200
|
break;
|
|
48191
48201
|
case XamDataLegend.$$p[14]:
|
|
48192
48202
|
case XamDataLegend.$$p[2]:
|
|
48193
|
-
this.
|
|
48203
|
+
this.gg();
|
|
48194
48204
|
break;
|
|
48195
48205
|
case XamDataLegend.$$p[32]:
|
|
48196
48206
|
var d = c;
|
|
48197
48207
|
var e = b;
|
|
48198
|
-
this.
|
|
48208
|
+
this.fz(e, d);
|
|
48199
48209
|
break;
|
|
48200
48210
|
case XamDataLegend.$$p[30]:
|
|
48201
|
-
if (this.
|
|
48202
|
-
this.
|
|
48211
|
+
if (this.b1(this.targetCursorPositionX)) {
|
|
48212
|
+
this.cm = this.targetCursorPositionX;
|
|
48203
48213
|
}
|
|
48204
48214
|
break;
|
|
48205
48215
|
case XamDataLegend.$$p[31]:
|
|
48206
|
-
if (this.
|
|
48207
|
-
this.
|
|
48216
|
+
if (this.b1(this.targetCursorPositionY)) {
|
|
48217
|
+
this.cn = this.targetCursorPositionY;
|
|
48208
48218
|
}
|
|
48209
48219
|
break;
|
|
48210
48220
|
case XamDataLegend.$$p[46]:
|
|
48211
48221
|
case XamDataLegend.$$p[45]:
|
|
48212
|
-
if (!stringIsNullOrEmpty(this.
|
|
48222
|
+
if (!stringIsNullOrEmpty(this.e6)) {
|
|
48213
48223
|
this.ak = ((function () {
|
|
48214
48224
|
var $ret = new BindingFormatter();
|
|
48215
|
-
$ret.j = _this.
|
|
48225
|
+
$ret.j = _this.e6;
|
|
48216
48226
|
$ret.d = _this.ah;
|
|
48217
48227
|
return $ret;
|
|
48218
48228
|
})());
|
|
@@ -48223,10 +48233,10 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48223
48233
|
break;
|
|
48224
48234
|
case XamDataLegend.$$p[7]:
|
|
48225
48235
|
case XamDataLegend.$$p[6]:
|
|
48226
|
-
if (!stringIsNullOrEmpty(this.
|
|
48236
|
+
if (!stringIsNullOrEmpty(this.dd)) {
|
|
48227
48237
|
this.ai = ((function () {
|
|
48228
48238
|
var $ret = new BindingFormatter();
|
|
48229
|
-
$ret.j = _this.
|
|
48239
|
+
$ret.j = _this.dd;
|
|
48230
48240
|
$ret.d = _this.ag;
|
|
48231
48241
|
return $ret;
|
|
48232
48242
|
})());
|
|
@@ -48236,26 +48246,26 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48236
48246
|
}
|
|
48237
48247
|
break;
|
|
48238
48248
|
case "PixelScalingRatio":
|
|
48239
|
-
if (isNaN_(this.
|
|
48249
|
+
if (isNaN_(this.co)) {
|
|
48240
48250
|
this.a5.au();
|
|
48241
48251
|
}
|
|
48242
48252
|
else {
|
|
48243
|
-
this.
|
|
48253
|
+
this.co = this.pixelScalingRatio;
|
|
48244
48254
|
}
|
|
48245
48255
|
break;
|
|
48246
48256
|
case "ActualPixelScalingRatio":
|
|
48247
48257
|
this.a5.a5(c);
|
|
48248
48258
|
break;
|
|
48249
48259
|
}
|
|
48250
|
-
this.
|
|
48260
|
+
this.f3();
|
|
48251
48261
|
};
|
|
48252
|
-
XamDataLegend.prototype.
|
|
48253
|
-
this.
|
|
48262
|
+
XamDataLegend.prototype.fy = function (a, b, c) {
|
|
48263
|
+
this.f1(a, b, c);
|
|
48254
48264
|
if (this.propertyChanged != null) {
|
|
48255
48265
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
48256
48266
|
}
|
|
48257
48267
|
};
|
|
48258
|
-
XamDataLegend.prototype.
|
|
48268
|
+
XamDataLegend.prototype.fz = function (a, b) {
|
|
48259
48269
|
this.a7 = b;
|
|
48260
48270
|
if (a != null) {
|
|
48261
48271
|
a.detachDataLegend(this);
|
|
@@ -48263,30 +48273,30 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48263
48273
|
if (b != null) {
|
|
48264
48274
|
b.attachDataLegend(this);
|
|
48265
48275
|
if (isNaN_(this.targetCursorPositionX)) {
|
|
48266
|
-
this.
|
|
48276
|
+
this.cm = 1;
|
|
48267
48277
|
}
|
|
48268
48278
|
if (isNaN_(this.targetCursorPositionY)) {
|
|
48269
|
-
this.
|
|
48279
|
+
this.cn = 0.5;
|
|
48270
48280
|
}
|
|
48271
48281
|
}
|
|
48272
48282
|
};
|
|
48273
|
-
XamDataLegend.prototype.
|
|
48274
|
-
this.
|
|
48275
|
-
this.
|
|
48283
|
+
XamDataLegend.prototype.gh = function () {
|
|
48284
|
+
this.cb = this.cc(this.includedSeries);
|
|
48285
|
+
this.ca = this.cc(this.excludedSeries);
|
|
48276
48286
|
};
|
|
48277
|
-
XamDataLegend.prototype.
|
|
48287
|
+
XamDataLegend.prototype.gg = function () {
|
|
48278
48288
|
var e_2, _a, e_3, _b;
|
|
48279
|
-
this.
|
|
48280
|
-
this.
|
|
48281
|
-
if (this.
|
|
48282
|
-
var a = new List$1(String_$type, 1, this.
|
|
48289
|
+
this.b9 = this.cc(this.includedColumns);
|
|
48290
|
+
this.b8 = this.cc(this.excludedColumns);
|
|
48291
|
+
if (this.b9 != null) {
|
|
48292
|
+
var a = new List$1(String_$type, 1, this.b9.keys);
|
|
48283
48293
|
try {
|
|
48284
48294
|
for (var _c = __values(fromEnum(a)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
48285
48295
|
var b = _d.value;
|
|
48286
48296
|
var c = b + ":";
|
|
48287
|
-
var d = this.
|
|
48288
|
-
if (!this.
|
|
48289
|
-
this.
|
|
48297
|
+
var d = this.b9.item(b);
|
|
48298
|
+
if (!this.b9.containsKey(c)) {
|
|
48299
|
+
this.b9.addItem(c, d);
|
|
48290
48300
|
}
|
|
48291
48301
|
}
|
|
48292
48302
|
}
|
|
@@ -48303,17 +48313,17 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48303
48313
|
throw e_2.error;
|
|
48304
48314
|
}
|
|
48305
48315
|
}
|
|
48306
|
-
this.
|
|
48316
|
+
this.fh(this.b9);
|
|
48307
48317
|
}
|
|
48308
|
-
if (this.
|
|
48309
|
-
var e = new List$1(String_$type, 1, this.
|
|
48318
|
+
if (this.b8 != null) {
|
|
48319
|
+
var e = new List$1(String_$type, 1, this.b8.keys);
|
|
48310
48320
|
try {
|
|
48311
48321
|
for (var _e = __values(fromEnum(e)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
48312
48322
|
var f = _f.value;
|
|
48313
48323
|
var g = f + ":";
|
|
48314
|
-
var h = this.
|
|
48315
|
-
if (!this.
|
|
48316
|
-
this.
|
|
48324
|
+
var h = this.b8.item(f);
|
|
48325
|
+
if (!this.b8.containsKey(g)) {
|
|
48326
|
+
this.b8.addItem(g, h);
|
|
48317
48327
|
}
|
|
48318
48328
|
}
|
|
48319
48329
|
}
|
|
@@ -48330,10 +48340,10 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48330
48340
|
throw e_3.error;
|
|
48331
48341
|
}
|
|
48332
48342
|
}
|
|
48333
|
-
this.
|
|
48343
|
+
this.fh(this.b8);
|
|
48334
48344
|
}
|
|
48335
48345
|
};
|
|
48336
|
-
XamDataLegend.prototype.
|
|
48346
|
+
XamDataLegend.prototype.fh = function (a) {
|
|
48337
48347
|
var e_4, _a;
|
|
48338
48348
|
var b = new List$1(String_$type, 1, a.keys);
|
|
48339
48349
|
try {
|
|
@@ -48370,7 +48380,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48370
48380
|
}
|
|
48371
48381
|
}
|
|
48372
48382
|
};
|
|
48373
|
-
XamDataLegend.prototype.
|
|
48383
|
+
XamDataLegend.prototype.cc = function (a) {
|
|
48374
48384
|
if (a == null) {
|
|
48375
48385
|
return null;
|
|
48376
48386
|
}
|
|
@@ -48383,16 +48393,16 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48383
48393
|
}
|
|
48384
48394
|
return b;
|
|
48385
48395
|
};
|
|
48386
|
-
XamDataLegend.prototype.
|
|
48396
|
+
XamDataLegend.prototype.b1 = function (a) {
|
|
48387
48397
|
return a >= 0 && a <= 1;
|
|
48388
48398
|
};
|
|
48389
48399
|
XamDataLegend.prototype.notifyCursorPositionChanged = function (a) {
|
|
48390
48400
|
var b = !isNaN_(this.targetCursorPositionX) || !isNaN_(this.targetCursorPositionY);
|
|
48391
|
-
var c = !isNaN_(a.x) && this.
|
|
48392
|
-
var d = !isNaN_(a.y) && this.
|
|
48401
|
+
var c = !isNaN_(a.x) && this.b1(a.x);
|
|
48402
|
+
var d = !isNaN_(a.y) && this.b1(a.y);
|
|
48393
48403
|
if (!b && c && d) {
|
|
48394
|
-
this.
|
|
48395
|
-
this.
|
|
48404
|
+
this.cm = a.x;
|
|
48405
|
+
this.cn = a.y;
|
|
48396
48406
|
}
|
|
48397
48407
|
};
|
|
48398
48408
|
XamDataLegend.prototype.notifySizeChanged = function () {
|
|
@@ -48401,11 +48411,11 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48401
48411
|
XamDataLegend.prototype.notifyVisualPropertiesChanged = function (a) {
|
|
48402
48412
|
};
|
|
48403
48413
|
XamDataLegend.prototype.notifySeriesCollectionChanged = function () {
|
|
48404
|
-
this.
|
|
48414
|
+
this.f3();
|
|
48405
48415
|
};
|
|
48406
48416
|
XamDataLegend.prototype.notifySeriesDataChanged = function () {
|
|
48407
48417
|
if (this.bx) {
|
|
48408
|
-
this.
|
|
48418
|
+
this.f3();
|
|
48409
48419
|
}
|
|
48410
48420
|
};
|
|
48411
48421
|
XamDataLegend.prototype.updatePropertyByName = function (a, b) {
|
|
@@ -48426,55 +48436,55 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48426
48436
|
this.an = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
|
|
48427
48437
|
break;
|
|
48428
48438
|
case XamDataLegend.$$p[42]:
|
|
48429
|
-
this.
|
|
48439
|
+
this.cu = typeGetValue(b);
|
|
48430
48440
|
break;
|
|
48431
48441
|
case XamDataLegend.$$p[43]:
|
|
48432
|
-
this.
|
|
48442
|
+
this.cv = typeGetValue(b);
|
|
48433
48443
|
break;
|
|
48434
48444
|
case XamDataLegend.$$p[44]:
|
|
48435
48445
|
this.a3 = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
|
|
48436
48446
|
break;
|
|
48437
48447
|
case XamDataLegend.$$p[40]:
|
|
48438
|
-
this.
|
|
48448
|
+
this.ey = b;
|
|
48439
48449
|
break;
|
|
48440
48450
|
case XamDataLegend.$$p[47]:
|
|
48441
|
-
this.
|
|
48451
|
+
this.b4 = b;
|
|
48442
48452
|
break;
|
|
48443
48453
|
case XamDataLegend.$$p[46]:
|
|
48444
|
-
this.
|
|
48454
|
+
this.e6 = b;
|
|
48445
48455
|
break;
|
|
48446
48456
|
case XamDataLegend.$$p[45]:
|
|
48447
48457
|
this.ah = b;
|
|
48448
48458
|
break;
|
|
48449
48459
|
case XamDataLegend.$$p[48]:
|
|
48450
|
-
this.
|
|
48460
|
+
this.is = b;
|
|
48451
48461
|
break;
|
|
48452
48462
|
case XamDataLegend.$$p[49]:
|
|
48453
|
-
this.
|
|
48463
|
+
this.b5 = b;
|
|
48454
48464
|
break;
|
|
48455
48465
|
case XamDataLegend.$$p[53]:
|
|
48456
|
-
this.
|
|
48466
|
+
this.ff = b;
|
|
48457
48467
|
break;
|
|
48458
48468
|
case XamDataLegend.$$p[52]:
|
|
48459
|
-
this.
|
|
48469
|
+
this.b6 = b;
|
|
48460
48470
|
break;
|
|
48461
48471
|
case XamDataLegend.$$p[51]:
|
|
48462
|
-
this.
|
|
48472
|
+
this.it = b;
|
|
48463
48473
|
break;
|
|
48464
48474
|
case XamDataLegend.$$p[50]:
|
|
48465
|
-
this.
|
|
48475
|
+
this.ia = b;
|
|
48466
48476
|
break;
|
|
48467
48477
|
case "ValueTextStyle":
|
|
48468
48478
|
this.bt = b;
|
|
48469
48479
|
break;
|
|
48470
48480
|
case XamDataLegend.$$p[7]:
|
|
48471
|
-
this.
|
|
48481
|
+
this.dd = b;
|
|
48472
48482
|
break;
|
|
48473
48483
|
case XamDataLegend.$$p[6]:
|
|
48474
48484
|
this.ag = b;
|
|
48475
48485
|
break;
|
|
48476
48486
|
case XamDataLegend.$$p[4]:
|
|
48477
|
-
this.
|
|
48487
|
+
this.c9 = b;
|
|
48478
48488
|
break;
|
|
48479
48489
|
case XamDataLegend.$$p[5]:
|
|
48480
48490
|
this.ap = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
|
|
@@ -48483,25 +48493,25 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48483
48493
|
this.aq = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
|
|
48484
48494
|
break;
|
|
48485
48495
|
case XamDataLegend.$$p[13]:
|
|
48486
|
-
this.
|
|
48496
|
+
this.di = b;
|
|
48487
48497
|
break;
|
|
48488
48498
|
case XamDataLegend.$$p[11]:
|
|
48489
|
-
this.
|
|
48499
|
+
this.h1 = b;
|
|
48490
48500
|
break;
|
|
48491
48501
|
case XamDataLegend.$$p[12]:
|
|
48492
|
-
this.
|
|
48502
|
+
this.ik = b;
|
|
48493
48503
|
break;
|
|
48494
48504
|
case XamDataLegend.$$p[9]:
|
|
48495
|
-
this.
|
|
48505
|
+
this.ij = b;
|
|
48496
48506
|
break;
|
|
48497
48507
|
case XamDataLegend.$$p[10]:
|
|
48498
|
-
this.
|
|
48508
|
+
this.b0 = b;
|
|
48499
48509
|
break;
|
|
48500
48510
|
case "HeaderTextStyle":
|
|
48501
48511
|
this.bl = b;
|
|
48502
48512
|
break;
|
|
48503
48513
|
case XamDataLegend.$$p[23]:
|
|
48504
|
-
this.
|
|
48514
|
+
this.h5 = b;
|
|
48505
48515
|
break;
|
|
48506
48516
|
case "SummaryTitleTextStyle":
|
|
48507
48517
|
this.bo = b;
|
|
@@ -48510,40 +48520,40 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48510
48520
|
this.a1 = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
|
|
48511
48521
|
break;
|
|
48512
48522
|
case XamDataLegend.$$p[25]:
|
|
48513
|
-
this.
|
|
48523
|
+
this.d9 = b;
|
|
48514
48524
|
break;
|
|
48515
48525
|
case XamDataLegend.$$p[24]:
|
|
48516
|
-
this.
|
|
48526
|
+
this.io = b;
|
|
48517
48527
|
break;
|
|
48518
48528
|
case XamDataLegend.$$p[22]:
|
|
48519
|
-
this.
|
|
48529
|
+
this.im = b;
|
|
48520
48530
|
break;
|
|
48521
48531
|
case XamDataLegend.$$p[29]:
|
|
48522
|
-
this.
|
|
48532
|
+
this.h7 = b;
|
|
48523
48533
|
break;
|
|
48524
48534
|
case "SummaryValueTextStyle":
|
|
48525
48535
|
this.bq = b;
|
|
48526
48536
|
break;
|
|
48527
48537
|
case XamDataLegend.$$p[21]:
|
|
48528
|
-
this.
|
|
48538
|
+
this.d4 = b;
|
|
48529
48539
|
break;
|
|
48530
48540
|
case XamDataLegend.$$p[20]:
|
|
48531
|
-
this.
|
|
48541
|
+
this.h4 = b;
|
|
48532
48542
|
break;
|
|
48533
48543
|
case "SummaryLabelTextStyle":
|
|
48534
48544
|
this.bn = b;
|
|
48535
48545
|
break;
|
|
48536
48546
|
case XamDataLegend.$$p[28]:
|
|
48537
|
-
this.
|
|
48547
|
+
this.ef = b;
|
|
48538
48548
|
break;
|
|
48539
48549
|
case XamDataLegend.$$p[27]:
|
|
48540
|
-
this.
|
|
48550
|
+
this.h6 = b;
|
|
48541
48551
|
break;
|
|
48542
48552
|
case "SummaryUnitsTextStyle":
|
|
48543
48553
|
this.bp = b;
|
|
48544
48554
|
break;
|
|
48545
48555
|
case XamDataLegend.$$p[0]:
|
|
48546
|
-
this.
|
|
48556
|
+
this.ii = b;
|
|
48547
48557
|
break;
|
|
48548
48558
|
case XamDataLegend.$$p[1]:
|
|
48549
48559
|
this.a8 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
|
|
@@ -48552,22 +48562,22 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48552
48562
|
this.a2 = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
|
|
48553
48563
|
break;
|
|
48554
48564
|
case XamDataLegend.$$p[38]:
|
|
48555
|
-
this.
|
|
48565
|
+
this.es = b;
|
|
48556
48566
|
break;
|
|
48557
48567
|
case XamDataLegend.$$p[36]:
|
|
48558
|
-
this.
|
|
48568
|
+
this.h9 = b;
|
|
48559
48569
|
break;
|
|
48560
48570
|
case XamDataLegend.$$p[37]:
|
|
48561
|
-
this.
|
|
48571
|
+
this.iq = b;
|
|
48562
48572
|
break;
|
|
48563
48573
|
case "UnitsTextStyle":
|
|
48564
48574
|
this.bs = b;
|
|
48565
48575
|
break;
|
|
48566
48576
|
case XamDataLegend.$$p[34]:
|
|
48567
|
-
this.
|
|
48577
|
+
this.ip = b;
|
|
48568
48578
|
break;
|
|
48569
48579
|
case XamDataLegend.$$p[33]:
|
|
48570
|
-
this.
|
|
48580
|
+
this.h8 = b;
|
|
48571
48581
|
break;
|
|
48572
48582
|
case "TitleTextStyle":
|
|
48573
48583
|
this.br = b;
|
|
@@ -48576,10 +48586,10 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48576
48586
|
this.ar = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
|
|
48577
48587
|
break;
|
|
48578
48588
|
case XamDataLegend.$$p[17]:
|
|
48579
|
-
this.
|
|
48589
|
+
this.h2 = b;
|
|
48580
48590
|
break;
|
|
48581
48591
|
case XamDataLegend.$$p[18]:
|
|
48582
|
-
this.
|
|
48592
|
+
this.il = b;
|
|
48583
48593
|
break;
|
|
48584
48594
|
case "LabelTextStyle":
|
|
48585
48595
|
this.bm = b;
|
|
@@ -48614,7 +48624,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48614
48624
|
XamDataLegend.prototype.provideContainer = function (a) {
|
|
48615
48625
|
this.a5.a2(a);
|
|
48616
48626
|
};
|
|
48617
|
-
XamDataLegend.prototype.
|
|
48627
|
+
XamDataLegend.prototype.f3 = function () {
|
|
48618
48628
|
if (this.bu) {
|
|
48619
48629
|
return;
|
|
48620
48630
|
}
|
|
@@ -48631,56 +48641,56 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48631
48641
|
configurable: true
|
|
48632
48642
|
});
|
|
48633
48643
|
XamDataLegend.prototype.doRender = function (a, b) {
|
|
48634
|
-
if (this.
|
|
48644
|
+
if (this.ic.isEmpty) {
|
|
48635
48645
|
var c = this.getDesiredSize();
|
|
48636
|
-
this.
|
|
48646
|
+
this.ic = new Rect(0, 0, 0, c.width, c.height);
|
|
48637
48647
|
}
|
|
48638
|
-
this.
|
|
48648
|
+
this.f4(this.ao, true);
|
|
48639
48649
|
this.a5.a7(a, b);
|
|
48640
48650
|
};
|
|
48641
48651
|
XamDataLegend.prototype.ensureUpdated = function () {
|
|
48642
48652
|
var a = this.getDesiredSize();
|
|
48643
48653
|
};
|
|
48644
|
-
XamDataLegend.prototype.
|
|
48654
|
+
XamDataLegend.prototype.fq = function () {
|
|
48645
48655
|
if (!this.bu) {
|
|
48646
48656
|
if (this.ao == null) {
|
|
48647
|
-
this.
|
|
48657
|
+
this.f3();
|
|
48648
48658
|
}
|
|
48649
48659
|
else {
|
|
48650
48660
|
return;
|
|
48651
48661
|
}
|
|
48652
48662
|
}
|
|
48653
|
-
this.
|
|
48663
|
+
this.gf();
|
|
48654
48664
|
};
|
|
48655
48665
|
XamDataLegend.prototype.getDesiredSize = function () {
|
|
48656
|
-
this.
|
|
48666
|
+
this.fq();
|
|
48657
48667
|
if (this.ao == null) {
|
|
48658
48668
|
return new Size(1, 0, 0);
|
|
48659
48669
|
}
|
|
48660
48670
|
return new Size(1, this.ao.d, this.ao.c);
|
|
48661
48671
|
};
|
|
48662
|
-
XamDataLegend.prototype.
|
|
48672
|
+
XamDataLegend.prototype.gf = function () {
|
|
48663
48673
|
if (this.a7 == null) {
|
|
48664
|
-
this.
|
|
48674
|
+
this.fn();
|
|
48665
48675
|
return;
|
|
48666
48676
|
}
|
|
48667
48677
|
var a = this.a7;
|
|
48668
48678
|
var b = a.getDataLegendSeries();
|
|
48669
|
-
var c = this.
|
|
48670
|
-
this.
|
|
48679
|
+
var c = this.cg(b);
|
|
48680
|
+
this.fs(c);
|
|
48671
48681
|
};
|
|
48672
|
-
XamDataLegend.prototype.
|
|
48682
|
+
XamDataLegend.prototype.cg = function (a) {
|
|
48673
48683
|
var e_5, _a;
|
|
48674
48684
|
var b = new Dictionary$2(Number_$type, IDataLegendSeries_$type, 0);
|
|
48675
48685
|
for (var c = 0; c < a.length; c++) {
|
|
48676
48686
|
var d = a[c].title == null ? null : a[c].title.toString();
|
|
48677
|
-
var e = this.
|
|
48678
|
-
var f = this.
|
|
48679
|
-
if (a[c].isValueOverlay && (!e || this.
|
|
48687
|
+
var e = this.cb == null || this.cb.containsKey(a[c].dataLegendKey) || this.cb.containsKey(a[c].index.toString()) || this.cb.containsKey(d);
|
|
48688
|
+
var f = this.ca != null && (this.ca.containsKey(a[c].dataLegendKey) || this.ca.containsKey(a[c].index.toString()) || this.ca.containsKey(d));
|
|
48689
|
+
if (a[c].isValueOverlay && (!e || this.cb == null)) {
|
|
48680
48690
|
continue;
|
|
48681
48691
|
}
|
|
48682
48692
|
if (e && !f) {
|
|
48683
|
-
var g = this.
|
|
48693
|
+
var g = this.ct(a[c]);
|
|
48684
48694
|
b.addItem(g, a[c]);
|
|
48685
48695
|
}
|
|
48686
48696
|
}
|
|
@@ -48708,31 +48718,31 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48708
48718
|
}
|
|
48709
48719
|
return i;
|
|
48710
48720
|
};
|
|
48711
|
-
XamDataLegend.prototype.
|
|
48712
|
-
if (this.
|
|
48721
|
+
XamDataLegend.prototype.ct = function (a) {
|
|
48722
|
+
if (this.cb == null) {
|
|
48713
48723
|
return a.index;
|
|
48714
48724
|
}
|
|
48715
48725
|
var b = a.dataLegendKey;
|
|
48716
|
-
if (this.
|
|
48717
|
-
return this.
|
|
48726
|
+
if (this.cb.containsKey(b)) {
|
|
48727
|
+
return this.cb.item(b);
|
|
48718
48728
|
}
|
|
48719
48729
|
var c = a.index.toString();
|
|
48720
|
-
if (this.
|
|
48721
|
-
return this.
|
|
48730
|
+
if (this.cb.containsKey(c)) {
|
|
48731
|
+
return this.cb.item(c);
|
|
48722
48732
|
}
|
|
48723
48733
|
var d = a.title == null ? null : a.title.toString();
|
|
48724
|
-
if (this.
|
|
48725
|
-
return this.
|
|
48734
|
+
if (this.cb.containsKey(d)) {
|
|
48735
|
+
return this.cb.item(d);
|
|
48726
48736
|
}
|
|
48727
48737
|
return a.index;
|
|
48728
48738
|
};
|
|
48729
|
-
XamDataLegend.prototype.
|
|
48739
|
+
XamDataLegend.prototype.fp = function () {
|
|
48730
48740
|
this.bu = false;
|
|
48731
48741
|
var a = new Size(1, 0, 0);
|
|
48732
48742
|
if (this.ao != null) {
|
|
48733
48743
|
a = new Size(1, this.ao.d, this.ao.c);
|
|
48734
48744
|
}
|
|
48735
|
-
this.
|
|
48745
|
+
this.gf();
|
|
48736
48746
|
var b = new Size(1, 0, 0);
|
|
48737
48747
|
if (this.ao != null) {
|
|
48738
48748
|
b = new Size(1, this.ao.d, this.ao.c);
|
|
@@ -48740,15 +48750,15 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48740
48750
|
if (!a.equals(b)) {
|
|
48741
48751
|
this.a5.am(b.width, b.height);
|
|
48742
48752
|
}
|
|
48743
|
-
this.
|
|
48753
|
+
this.f4(this.ao, this.bv);
|
|
48744
48754
|
};
|
|
48745
|
-
XamDataLegend.prototype.
|
|
48755
|
+
XamDataLegend.prototype.ft = function (message_) {
|
|
48746
48756
|
};
|
|
48747
|
-
XamDataLegend.prototype.
|
|
48757
|
+
XamDataLegend.prototype.f4 = function (a, b) {
|
|
48748
48758
|
var c = new DataLegendRenderContext();
|
|
48749
48759
|
for (var d = 0; d < a.b.count; d++) {
|
|
48750
48760
|
var e = a.b._inner[d];
|
|
48751
|
-
this.
|
|
48761
|
+
this.f6(a, e, c);
|
|
48752
48762
|
}
|
|
48753
48763
|
this.a5.p.count = c.b;
|
|
48754
48764
|
this.a5.q.count = c.c;
|
|
@@ -48759,36 +48769,36 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48759
48769
|
this.a5.aq(a);
|
|
48760
48770
|
}
|
|
48761
48771
|
};
|
|
48762
|
-
XamDataLegend.prototype.
|
|
48772
|
+
XamDataLegend.prototype.f6 = function (a, b, c) {
|
|
48763
48773
|
var e_6, _a;
|
|
48764
48774
|
if (b.t.width > 0 && b.t.height > 0 && !b.a && !b.d && b.j) {
|
|
48765
48775
|
var d = this.a5.p.item(c.b);
|
|
48766
48776
|
c.b += 1;
|
|
48767
|
-
this.
|
|
48777
|
+
this.f5(d, a, b, c);
|
|
48768
48778
|
}
|
|
48769
48779
|
this.a5.a9();
|
|
48770
48780
|
if (!b.s.isEmpty && b.s.width > 0 && b.s.height > 0) {
|
|
48771
48781
|
var e = this.a5.q.item(c.c);
|
|
48772
48782
|
c.c += 1;
|
|
48773
|
-
this.
|
|
48783
|
+
this.f7(e, b.n, b.q, b.i, b.s);
|
|
48774
48784
|
}
|
|
48775
48785
|
try {
|
|
48776
48786
|
for (var _b = __values(fromEnum(b.k)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
48777
48787
|
var f = _c.value;
|
|
48778
|
-
if (!f.
|
|
48788
|
+
if (!f.ae.isEmpty && f.q()) {
|
|
48779
48789
|
var g = this.a5.s.item(c.e);
|
|
48780
48790
|
c.e += 1;
|
|
48781
|
-
this.
|
|
48791
|
+
this.f7(g, f.x, f.ab, f.i, f.ae);
|
|
48782
48792
|
}
|
|
48783
|
-
if (!f.
|
|
48793
|
+
if (!f.ad.isEmpty && f.o() && f.m) {
|
|
48784
48794
|
var h = this.a5.r.item(c.d);
|
|
48785
48795
|
c.d += 1;
|
|
48786
|
-
this.
|
|
48796
|
+
this.f7(h, f.u, f.aa, f.h, f.ad);
|
|
48787
48797
|
}
|
|
48788
|
-
if (!f.
|
|
48798
|
+
if (!f.ac.isEmpty && f.l() && f.j) {
|
|
48789
48799
|
var i = this.a5.o.item(c.a);
|
|
48790
48800
|
c.a += 1;
|
|
48791
|
-
this.
|
|
48801
|
+
this.f7(i, f.t, f.z, f.g, f.ac);
|
|
48792
48802
|
}
|
|
48793
48803
|
}
|
|
48794
48804
|
}
|
|
@@ -48807,28 +48817,34 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48807
48817
|
}
|
|
48808
48818
|
this.a5.an();
|
|
48809
48819
|
};
|
|
48810
|
-
XamDataLegend.prototype.
|
|
48820
|
+
XamDataLegend.prototype.f7 = function (a, b, c, d, e) {
|
|
48811
48821
|
a.al = b;
|
|
48812
48822
|
this.a5.a8(a, e.left, e.top);
|
|
48813
48823
|
this.a5.ao(a, d);
|
|
48814
48824
|
this.a5.ap(a, d);
|
|
48815
48825
|
a.ao = c;
|
|
48816
48826
|
};
|
|
48817
|
-
XamDataLegend.prototype.
|
|
48827
|
+
XamDataLegend.prototype.f5 = function (a, b, c, d) {
|
|
48818
48828
|
a.ah = c.p;
|
|
48819
48829
|
a.content = c.l;
|
|
48820
48830
|
a.width = c.t.width;
|
|
48821
48831
|
a.height = c.t.height;
|
|
48822
48832
|
this.a5.a8(a, c.r.left, c.r.top);
|
|
48823
48833
|
};
|
|
48824
|
-
XamDataLegend.prototype.
|
|
48834
|
+
XamDataLegend.prototype.by = function (a, b) {
|
|
48835
|
+
if (b == null) {
|
|
48836
|
+
return false;
|
|
48837
|
+
}
|
|
48838
|
+
return a.containsKey(b);
|
|
48839
|
+
};
|
|
48840
|
+
XamDataLegend.prototype.fs = function (a) {
|
|
48825
48841
|
var e_7, _a;
|
|
48826
|
-
if (this.
|
|
48842
|
+
if (this.bz()) {
|
|
48827
48843
|
this.ao.f();
|
|
48828
|
-
this.
|
|
48829
|
-
this.
|
|
48830
|
-
this.
|
|
48831
|
-
this.
|
|
48844
|
+
this.cd = a;
|
|
48845
|
+
this.ce.clear();
|
|
48846
|
+
this.cs = 0;
|
|
48847
|
+
this.b7.clear();
|
|
48832
48848
|
}
|
|
48833
48849
|
else {
|
|
48834
48850
|
return;
|
|
@@ -48836,46 +48852,46 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48836
48852
|
for (var b = 0; b < a.count; b++) {
|
|
48837
48853
|
var c = a._inner[b];
|
|
48838
48854
|
var d = b;
|
|
48839
|
-
var e = typeCast(DataLegendSeriesContext.$, c.getDataLegendSeriesContextAt(this.
|
|
48855
|
+
var e = typeCast(DataLegendSeriesContext.$, c.getDataLegendSeriesContextAt(this.cm, this.cn));
|
|
48840
48856
|
if (e != null) {
|
|
48841
48857
|
var f = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
48842
48858
|
for (var g = 0; g < e.f.count; g++) {
|
|
48843
48859
|
var h = e.f._inner[g];
|
|
48844
|
-
var i = this.
|
|
48845
|
-
var j = this.
|
|
48846
|
-
var k = this.
|
|
48860
|
+
var i = this.b9 == null || this.by(this.b9, h.q) || this.by(this.b9, h.p) || this.by(this.b9, h.r) || this.by(this.b9, "ALL");
|
|
48861
|
+
var j = this.b8 != null && (this.by(this.b8, h.q) || this.by(this.b8, h.p) || this.by(this.b8, h.r) || this.by(this.b8, "ALL"));
|
|
48862
|
+
var k = this.b9 == null && this.b8 == null && h.k;
|
|
48847
48863
|
if (i && (!j && !k)) {
|
|
48848
48864
|
h.o = f.count;
|
|
48849
48865
|
f.add(h);
|
|
48850
|
-
if (!this.
|
|
48851
|
-
this.
|
|
48866
|
+
if (!this.b7.containsKey(h.o)) {
|
|
48867
|
+
this.b7.addItem(h.o, new DataLegendColumn());
|
|
48852
48868
|
}
|
|
48853
|
-
this.
|
|
48854
|
-
this.
|
|
48855
|
-
this.
|
|
48856
|
-
this.
|
|
48857
|
-
this.
|
|
48858
|
-
this.
|
|
48869
|
+
this.b7.item(h.o).i = h.o;
|
|
48870
|
+
this.b7.item(h.o).d.q(d, h.s);
|
|
48871
|
+
this.b7.item(h.o).b.q(d, h.r);
|
|
48872
|
+
this.b7.item(h.o).e.q(d, h.l);
|
|
48873
|
+
this.b7.item(h.o).c.q(d, h);
|
|
48874
|
+
this.b7.item(h.o).h.add(d);
|
|
48859
48875
|
}
|
|
48860
48876
|
}
|
|
48861
48877
|
e.f = f;
|
|
48862
|
-
this.
|
|
48863
|
-
this.
|
|
48878
|
+
this.ce.add(e);
|
|
48879
|
+
this.cs = Math.max(this.cs, e.f.count);
|
|
48864
48880
|
}
|
|
48865
48881
|
}
|
|
48866
48882
|
try {
|
|
48867
|
-
for (var _b = __values(fromEnum(this.
|
|
48883
|
+
for (var _b = __values(fromEnum(this.b7.values)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
48868
48884
|
var l = _c.value;
|
|
48869
48885
|
l.f.clear();
|
|
48870
48886
|
l.a.clear();
|
|
48871
48887
|
var m = l.e.p(l.h);
|
|
48872
|
-
var n = this.
|
|
48888
|
+
var n = this.cf(m);
|
|
48873
48889
|
for (var o = 0; o < n.count; o++) {
|
|
48874
48890
|
var p = n._inner[o];
|
|
48875
48891
|
var q = l.h._inner[o];
|
|
48876
48892
|
l.a.q(q, p);
|
|
48877
48893
|
var r = l.c.item(q);
|
|
48878
|
-
var s = this.
|
|
48894
|
+
var s = this.d2(p, r);
|
|
48879
48895
|
l.f.q(q, s);
|
|
48880
48896
|
var t = !stringIsNullOrEmpty(p.l);
|
|
48881
48897
|
if (t) {
|
|
@@ -48897,16 +48913,16 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48897
48913
|
throw e_7.error;
|
|
48898
48914
|
}
|
|
48899
48915
|
}
|
|
48900
|
-
this.
|
|
48916
|
+
this.fi(this.ao, a);
|
|
48901
48917
|
for (var u = 0; u < a.count; u++) {
|
|
48902
|
-
this.
|
|
48903
|
-
this.
|
|
48918
|
+
this.ge(a._inner[u], this.a8);
|
|
48919
|
+
this.fj(this.ao, a._inner[u], u);
|
|
48904
48920
|
}
|
|
48905
|
-
this.
|
|
48906
|
-
this.bw = this.
|
|
48907
|
-
this.
|
|
48921
|
+
this.fk(this.ao, a);
|
|
48922
|
+
this.bw = this.b2();
|
|
48923
|
+
this.fm(this.ao);
|
|
48908
48924
|
};
|
|
48909
|
-
XamDataLegend.prototype.
|
|
48925
|
+
XamDataLegend.prototype.b2 = function () {
|
|
48910
48926
|
var a = false;
|
|
48911
48927
|
for (var b = 0; b < this.ao.b.count; b++) {
|
|
48912
48928
|
var c = this.ao.b._inner[b];
|
|
@@ -48917,13 +48933,13 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48917
48933
|
}
|
|
48918
48934
|
return a;
|
|
48919
48935
|
};
|
|
48920
|
-
XamDataLegend.prototype.
|
|
48936
|
+
XamDataLegend.prototype.fm = function (a) {
|
|
48921
48937
|
var e_8, _a;
|
|
48922
48938
|
var b = 0;
|
|
48923
48939
|
var c = 0;
|
|
48924
48940
|
for (var d = 0; d < a.b.count; d++) {
|
|
48925
48941
|
var e = a.b._inner[d];
|
|
48926
|
-
this.
|
|
48942
|
+
this.fu(e);
|
|
48927
48943
|
}
|
|
48928
48944
|
var f = 0;
|
|
48929
48945
|
var g = new Size(1, 0, 0);
|
|
@@ -48939,15 +48955,15 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48939
48955
|
if (!i.containsKey(m)) {
|
|
48940
48956
|
i.addItem(m, new Size(1, 0, 0));
|
|
48941
48957
|
}
|
|
48942
|
-
i.item(m, this.
|
|
48958
|
+
i.item(m, this.ih(i.item(m), n.ak, n.an));
|
|
48943
48959
|
if (!j.containsKey(m)) {
|
|
48944
48960
|
j.addItem(m, new Size(1, 0, 0));
|
|
48945
48961
|
}
|
|
48946
|
-
j.item(m, this.
|
|
48962
|
+
j.item(m, this.ih(j.item(m), n.ai, n.am));
|
|
48947
48963
|
if (!k.containsKey(m)) {
|
|
48948
48964
|
k.addItem(m, new Size(1, 0, 0));
|
|
48949
48965
|
}
|
|
48950
|
-
k.item(m, this.
|
|
48966
|
+
k.item(m, this.ih(k.item(m), n.ag, n.al));
|
|
48951
48967
|
}
|
|
48952
48968
|
}
|
|
48953
48969
|
}
|
|
@@ -48966,12 +48982,12 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48966
48982
|
}
|
|
48967
48983
|
for (var o = 0; o < a.b.count; o++) {
|
|
48968
48984
|
var p = a.b._inner[o];
|
|
48969
|
-
h = this.
|
|
48970
|
-
g = this.
|
|
48985
|
+
h = this.ig(h, p.t, p.v);
|
|
48986
|
+
g = this.ih(g, p.u, p.x);
|
|
48971
48987
|
for (var q = 0; q < p.k.count; q++) {
|
|
48972
|
-
p.k._inner[q].
|
|
48973
|
-
p.k._inner[q].
|
|
48974
|
-
p.k._inner[q].
|
|
48988
|
+
p.k._inner[q].aj = i.item(q);
|
|
48989
|
+
p.k._inner[q].ah = j.item(q);
|
|
48990
|
+
p.k._inner[q].af = k.item(q);
|
|
48975
48991
|
}
|
|
48976
48992
|
if (p.d) {
|
|
48977
48993
|
var r = p.u.width + p.x.left + p.x.right;
|
|
@@ -48987,7 +49003,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48987
49003
|
var v = 0;
|
|
48988
49004
|
for (var w = 0; w < a.b.count; w++) {
|
|
48989
49005
|
var x = a.b._inner[w];
|
|
48990
|
-
var y = this.
|
|
49006
|
+
var y = this.id(v, x, f, g, h);
|
|
48991
49007
|
v = y.height;
|
|
48992
49008
|
u = Math.max(u, y.width);
|
|
48993
49009
|
}
|
|
@@ -48996,13 +49012,13 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48996
49012
|
a.d = b;
|
|
48997
49013
|
a.c = c;
|
|
48998
49014
|
};
|
|
48999
|
-
XamDataLegend.prototype.
|
|
49015
|
+
XamDataLegend.prototype.ig = function (a, b, c) {
|
|
49000
49016
|
return new Size(1, Math.max(a.width, b.width + c.left + c.right), Math.max(a.height, b.height + c.top + c.bottom));
|
|
49001
49017
|
};
|
|
49002
|
-
XamDataLegend.prototype.
|
|
49018
|
+
XamDataLegend.prototype.ih = function (a, b, c) {
|
|
49003
49019
|
return new Size(1, Math.max(a.width, b.width + c.left + c.right), Math.max(a.height, b.height + c.top + c.bottom));
|
|
49004
49020
|
};
|
|
49005
|
-
XamDataLegend.prototype.
|
|
49021
|
+
XamDataLegend.prototype.id = function (a, b, c, d, e) {
|
|
49006
49022
|
var e_9, _a, e_10, _b;
|
|
49007
49023
|
var f = 0;
|
|
49008
49024
|
var g = 0;
|
|
@@ -49011,12 +49027,12 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49011
49027
|
try {
|
|
49012
49028
|
for (var _c = __values(fromEnum(b.k)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
49013
49029
|
var h = _d.value;
|
|
49014
|
-
g = Math.max(h.
|
|
49030
|
+
g = Math.max(h.ak.height, g);
|
|
49015
49031
|
if (h.m) {
|
|
49016
|
-
g = Math.max(h.
|
|
49032
|
+
g = Math.max(h.ai.height, g);
|
|
49017
49033
|
}
|
|
49018
49034
|
if (h.j) {
|
|
49019
|
-
g = Math.max(h.
|
|
49035
|
+
g = Math.max(h.ag.height, g);
|
|
49020
49036
|
}
|
|
49021
49037
|
}
|
|
49022
49038
|
}
|
|
@@ -49058,39 +49074,39 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49058
49074
|
for (var _e = __values(fromEnum(b.k)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
49059
49075
|
var k = _f.value;
|
|
49060
49076
|
var l = " C=" + k.s + " SR=" + numberToString2(f, "000");
|
|
49061
|
-
if ((k.l() && k.j) && k.
|
|
49077
|
+
if ((k.l() && k.j) && k.af.width > 0) {
|
|
49062
49078
|
var m = 0;
|
|
49063
|
-
if (g > k.
|
|
49064
|
-
m = (g - k.
|
|
49079
|
+
if (g > k.ag.height) {
|
|
49080
|
+
m = (g - k.ag.height) / 2;
|
|
49065
49081
|
}
|
|
49066
|
-
k.
|
|
49067
|
-
f += k.
|
|
49068
|
-
l += " label L=" + numberToString2(k.
|
|
49082
|
+
k.ac = new Rect(0, f + k.al.left, a + m, k.ag.width, k.ag.height);
|
|
49083
|
+
f += k.af.width;
|
|
49084
|
+
l += " label L=" + numberToString2(k.ac.left, "000") + " R=" + numberToString2(k.ac.right, "000");
|
|
49069
49085
|
}
|
|
49070
49086
|
if (k.q()) {
|
|
49071
|
-
l += " v MW=" + numberToString2(k.
|
|
49072
|
-
f += k.
|
|
49073
|
-
f += (k.
|
|
49087
|
+
l += " v MW=" + numberToString2(k.aj.width, "000");
|
|
49088
|
+
f += k.an.left;
|
|
49089
|
+
f += (k.aj.width - (k.ak.width + k.an.right));
|
|
49074
49090
|
var n = 0;
|
|
49075
|
-
if (g > k.
|
|
49076
|
-
n = (g - k.
|
|
49091
|
+
if (g > k.ak.height) {
|
|
49092
|
+
n = (g - k.ak.height) / 2;
|
|
49077
49093
|
}
|
|
49078
|
-
k.
|
|
49079
|
-
l += " v ML=" + numberToString2(k.
|
|
49080
|
-
l += " v BL=" + numberToString2(k.
|
|
49081
|
-
f += k.
|
|
49082
|
-
f += k.
|
|
49094
|
+
k.ae = new Rect(0, f, a + n, k.ak.width, k.ak.height);
|
|
49095
|
+
l += " v ML=" + numberToString2(k.an.left, "00") + " MR=" + numberToString2(k.an.right, "00");
|
|
49096
|
+
l += " v BL=" + numberToString2(k.ae.left, "000") + " BR=" + numberToString2(k.ae.right, "000");
|
|
49097
|
+
f += k.ae.width;
|
|
49098
|
+
f += k.an.right;
|
|
49083
49099
|
}
|
|
49084
|
-
if ((k.o() && k.m) && k.
|
|
49100
|
+
if ((k.o() && k.m) && k.ah.width > 0) {
|
|
49085
49101
|
var o = 0;
|
|
49086
|
-
if (g > k.
|
|
49087
|
-
o = (g - k.
|
|
49102
|
+
if (g > k.ai.height) {
|
|
49103
|
+
o = (g - k.ai.height) / 2;
|
|
49088
49104
|
}
|
|
49089
|
-
k.
|
|
49090
|
-
f += k.
|
|
49091
|
-
l += " unit L=" + numberToString2(k.
|
|
49105
|
+
k.ad = new Rect(0, f + k.am.left, a + o, k.ai.width, k.ai.height);
|
|
49106
|
+
f += k.ah.width;
|
|
49107
|
+
l += " unit L=" + numberToString2(k.ad.left, "000") + " R=" + numberToString2(k.ad.right, "000");
|
|
49092
49108
|
}
|
|
49093
|
-
this.
|
|
49109
|
+
this.ft("maxRight " + numberToString2(c, "0") + l);
|
|
49094
49110
|
}
|
|
49095
49111
|
}
|
|
49096
49112
|
catch (e_10_1) {
|
|
@@ -49111,15 +49127,15 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49111
49127
|
a += b.w.bottom;
|
|
49112
49128
|
return new Size(1, f, a);
|
|
49113
49129
|
};
|
|
49114
|
-
XamDataLegend.prototype.
|
|
49130
|
+
XamDataLegend.prototype.fu = function (a) {
|
|
49115
49131
|
var e_11, _a;
|
|
49116
49132
|
a.u = a.n == null ? new Size(1, 0, 0) : this.a5.bu(a.n, a.i);
|
|
49117
49133
|
try {
|
|
49118
49134
|
for (var _b = __values(fromEnum(a.k)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
49119
49135
|
var b = _c.value;
|
|
49120
|
-
b.
|
|
49121
|
-
b.
|
|
49122
|
-
b.
|
|
49136
|
+
b.ak = b.x == null ? new Size(1, 0, 0) : this.a5.bu(b.x, b.i);
|
|
49137
|
+
b.ai = b.u == null ? new Size(1, 0, 0) : this.a5.bu(b.u, b.h);
|
|
49138
|
+
b.ag = b.t == null ? new Size(1, 0, 0) : this.a5.bu(b.t, b.g);
|
|
49123
49139
|
}
|
|
49124
49140
|
}
|
|
49125
49141
|
catch (e_11_1) {
|
|
@@ -49136,16 +49152,16 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49136
49152
|
}
|
|
49137
49153
|
}
|
|
49138
49154
|
};
|
|
49139
|
-
XamDataLegend.prototype.
|
|
49155
|
+
XamDataLegend.prototype.d1 = function (a, b, c, d) {
|
|
49140
49156
|
if (this.a2 == 2) {
|
|
49141
49157
|
return null;
|
|
49142
49158
|
}
|
|
49143
49159
|
var e = "";
|
|
49144
|
-
if (stringIsNullOrEmpty(this.
|
|
49160
|
+
if (stringIsNullOrEmpty(this.es)) {
|
|
49145
49161
|
e = b;
|
|
49146
49162
|
}
|
|
49147
49163
|
else {
|
|
49148
|
-
e = this.
|
|
49164
|
+
e = this.es;
|
|
49149
49165
|
}
|
|
49150
49166
|
if (d) {
|
|
49151
49167
|
if (stringIsNullOrEmpty(e)) {
|
|
@@ -49155,8 +49171,8 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49155
49171
|
e = c + e;
|
|
49156
49172
|
}
|
|
49157
49173
|
}
|
|
49158
|
-
var f = this.
|
|
49159
|
-
var g = this.
|
|
49174
|
+
var f = this.b7.item(a).d;
|
|
49175
|
+
var g = this.b7.item(a).g;
|
|
49160
49176
|
if (g && stringIsNullOrEmpty(e)) {
|
|
49161
49177
|
e = " ";
|
|
49162
49178
|
}
|
|
@@ -49168,13 +49184,13 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49168
49184
|
}
|
|
49169
49185
|
return e;
|
|
49170
49186
|
};
|
|
49171
|
-
XamDataLegend.prototype.
|
|
49187
|
+
XamDataLegend.prototype.dy = function (a, b, c) {
|
|
49172
49188
|
if (this.ar == 2) {
|
|
49173
49189
|
return null;
|
|
49174
49190
|
}
|
|
49175
|
-
var d = this.
|
|
49191
|
+
var d = this.cs > 1;
|
|
49176
49192
|
var e = this.ar == 1;
|
|
49177
|
-
var f = this.
|
|
49193
|
+
var f = this.b7.item(a).b.count > 0;
|
|
49178
49194
|
if (f && (d || e)) {
|
|
49179
49195
|
if (stringIsNullOrEmpty(b)) {
|
|
49180
49196
|
return " ";
|
|
@@ -49185,7 +49201,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49185
49201
|
}
|
|
49186
49202
|
return null;
|
|
49187
49203
|
};
|
|
49188
|
-
XamDataLegend.prototype.
|
|
49204
|
+
XamDataLegend.prototype.fk = function (a, b) {
|
|
49189
49205
|
var e_12, _a, e_13, _b;
|
|
49190
49206
|
if (this.a1 == 5) {
|
|
49191
49207
|
return;
|
|
@@ -49197,7 +49213,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49197
49213
|
var d = 0;
|
|
49198
49214
|
var e = new List$1(DataLegendSeriesGroup_$type, 0);
|
|
49199
49215
|
try {
|
|
49200
|
-
for (var _c = __values(fromEnum(this.
|
|
49216
|
+
for (var _c = __values(fromEnum(this.ce)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
49201
49217
|
var f = _d.value;
|
|
49202
49218
|
d = Math.max(d, f.f.count);
|
|
49203
49219
|
if (!e.contains(f.b)) {
|
|
@@ -49216,13 +49232,10 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49216
49232
|
i.f = h.f;
|
|
49217
49233
|
i.f = h.g;
|
|
49218
49234
|
i.d = h.d;
|
|
49219
|
-
i.
|
|
49220
|
-
i.
|
|
49221
|
-
i.ag(h.q);
|
|
49235
|
+
i.y = h.y;
|
|
49236
|
+
i.aj(h.l);
|
|
49222
49237
|
i.ah(h.r);
|
|
49223
|
-
|
|
49224
|
-
i.t = h.t;
|
|
49225
|
-
}
|
|
49238
|
+
i.ai(h.s);
|
|
49226
49239
|
if (stringIsNullOrEmpty(i.u)) {
|
|
49227
49240
|
i.u = h.u;
|
|
49228
49241
|
}
|
|
@@ -49232,6 +49245,12 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49232
49245
|
if (stringIsNullOrEmpty(i.w)) {
|
|
49233
49246
|
i.w = h.w;
|
|
49234
49247
|
}
|
|
49248
|
+
if (stringIsNullOrEmpty(i.x)) {
|
|
49249
|
+
i.x = h.x;
|
|
49250
|
+
}
|
|
49251
|
+
if (stringIsNullOrEmpty(i.q)) {
|
|
49252
|
+
i.q = h.q;
|
|
49253
|
+
}
|
|
49235
49254
|
if (stringIsNullOrEmpty(i.p)) {
|
|
49236
49255
|
i.p = h.p;
|
|
49237
49256
|
}
|
|
@@ -49261,18 +49280,18 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49261
49280
|
}
|
|
49262
49281
|
var j = this.a6();
|
|
49263
49282
|
var k = new DataLegendRowInfo(this.a5, true, false, -1);
|
|
49264
|
-
k.n = this.
|
|
49265
|
-
k.q = this.
|
|
49283
|
+
k.n = this.d9 != null ? this.d9 : j.title;
|
|
49284
|
+
k.q = this.h5 || k.q;
|
|
49266
49285
|
k.i = this.bo || k.i;
|
|
49267
49286
|
for (var l = 0; l < d; l++) {
|
|
49268
49287
|
var m = c.item(l);
|
|
49269
|
-
var n = j.calculate(m.
|
|
49288
|
+
var n = j.calculate(m.ab, m.q);
|
|
49270
49289
|
n = this.a0(n);
|
|
49271
49290
|
var o = this.an;
|
|
49272
49291
|
var p = o == 0 || o == 2 || o == 8;
|
|
49273
49292
|
var q = -1;
|
|
49274
49293
|
try {
|
|
49275
|
-
for (var _e = (e_13 = void 0, __values(fromEnum(this.
|
|
49294
|
+
for (var _e = (e_13 = void 0, __values(fromEnum(this.b7.item(l).a.values))), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
49276
49295
|
var r = _f.value;
|
|
49277
49296
|
if (r.b()) {
|
|
49278
49297
|
q = Math.max(q, r.h);
|
|
@@ -49295,44 +49314,45 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49295
49314
|
throw e_13.error;
|
|
49296
49315
|
}
|
|
49297
49316
|
}
|
|
49298
|
-
var s = this.
|
|
49299
|
-
var t = this.
|
|
49317
|
+
var s = this.cv >= 0 ? this.cv : q;
|
|
49318
|
+
var t = this.cu >= 0 ? this.cu : q;
|
|
49300
49319
|
var u = this.am(n.c, o, s, t);
|
|
49301
49320
|
u.i = s;
|
|
49302
49321
|
u.h = t;
|
|
49303
|
-
var v = this.
|
|
49322
|
+
var v = this.d2(u, m);
|
|
49304
49323
|
var w = new DataLegendRowCell(this.a5, true, false, -1);
|
|
49305
49324
|
w.s = k.k.count;
|
|
49306
|
-
w.t = this.
|
|
49307
|
-
if (!stringIsNullOrEmpty(this.
|
|
49308
|
-
w.t = this.
|
|
49325
|
+
w.t = this.dy(w.s, " ", m.b);
|
|
49326
|
+
if (!stringIsNullOrEmpty(this.d4)) {
|
|
49327
|
+
w.t = this.d4;
|
|
49309
49328
|
}
|
|
49310
49329
|
if (n.e != null) {
|
|
49311
49330
|
w.t = n.e;
|
|
49312
49331
|
}
|
|
49313
49332
|
w.j = !stringIsNullOrEmpty(w.t);
|
|
49314
|
-
w.
|
|
49333
|
+
w.z = this.h4 || w.z;
|
|
49315
49334
|
w.g = this.bn || w.g;
|
|
49316
|
-
w.
|
|
49335
|
+
w.x = v;
|
|
49317
49336
|
w.i = this.bq || w.i;
|
|
49318
|
-
w.
|
|
49337
|
+
w.ab = this.h3(this.h7, w.ab, null);
|
|
49319
49338
|
w.r = n.c;
|
|
49320
49339
|
w.f = u.a;
|
|
49340
|
+
w.w = m.q;
|
|
49321
49341
|
w.v = m.p;
|
|
49322
|
-
var x = m.
|
|
49323
|
-
w.u = this.
|
|
49342
|
+
var x = m.aa.length >= 1 ? m.aa[0] : " ";
|
|
49343
|
+
w.u = this.d1(w.s, x, u.l, m.d);
|
|
49324
49344
|
if (n.f != null) {
|
|
49325
49345
|
w.u = n.f;
|
|
49326
49346
|
}
|
|
49327
49347
|
w.m = !stringIsNullOrEmpty(w.u);
|
|
49328
|
-
w.
|
|
49348
|
+
w.aa = this.h6 || w.aa;
|
|
49329
49349
|
w.h = this.bp || w.h;
|
|
49330
49350
|
k.k.add(w);
|
|
49331
49351
|
}
|
|
49332
|
-
this.
|
|
49352
|
+
this.gc(k);
|
|
49333
49353
|
if (k.b) {
|
|
49334
|
-
this.
|
|
49335
|
-
this.
|
|
49354
|
+
this.fl(k);
|
|
49355
|
+
this.f0(k);
|
|
49336
49356
|
a.e(k);
|
|
49337
49357
|
}
|
|
49338
49358
|
};
|
|
@@ -49341,37 +49361,37 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49341
49361
|
b = this.an;
|
|
49342
49362
|
}
|
|
49343
49363
|
if (d < 0) {
|
|
49344
|
-
d = this.
|
|
49364
|
+
d = this.cu;
|
|
49345
49365
|
}
|
|
49346
49366
|
if (c < 0) {
|
|
49347
|
-
c = this.
|
|
49367
|
+
c = this.cv;
|
|
49348
49368
|
}
|
|
49349
49369
|
return DataAbbreviator.a(a, b, c, d);
|
|
49350
49370
|
};
|
|
49351
|
-
XamDataLegend.prototype.
|
|
49371
|
+
XamDataLegend.prototype.cr = function (a, b, c, d) {
|
|
49352
49372
|
return this.am(a, b, c, d).d;
|
|
49353
49373
|
};
|
|
49354
|
-
XamDataLegend.prototype.
|
|
49374
|
+
XamDataLegend.prototype.c8 = function (a, b, c, d) {
|
|
49355
49375
|
return this.am(a, b, c, d).l;
|
|
49356
49376
|
};
|
|
49357
|
-
XamDataLegend.prototype.
|
|
49377
|
+
XamDataLegend.prototype.c7 = function (a, b, c, d) {
|
|
49358
49378
|
var e = this.am(a, b, c, d);
|
|
49359
49379
|
return e.m + e.l;
|
|
49360
49380
|
};
|
|
49361
|
-
XamDataLegend.prototype.
|
|
49362
|
-
var b = this.
|
|
49363
|
-
var c = this.
|
|
49381
|
+
XamDataLegend.prototype.cf = function (a) {
|
|
49382
|
+
var b = this.cv;
|
|
49383
|
+
var c = this.cu;
|
|
49364
49384
|
var d = this.an;
|
|
49365
49385
|
var e = DataAbbreviator.h(a, d, b, c);
|
|
49366
49386
|
return e;
|
|
49367
49387
|
};
|
|
49368
|
-
XamDataLegend.prototype.
|
|
49388
|
+
XamDataLegend.prototype.ch = function (a) {
|
|
49369
49389
|
var b = new List$1(Number_$type, 0);
|
|
49370
49390
|
if (a < 0) {
|
|
49371
49391
|
return b;
|
|
49372
49392
|
}
|
|
49373
|
-
for (var c = 0; c < this.
|
|
49374
|
-
var d = this.
|
|
49393
|
+
for (var c = 0; c < this.ce.count; c++) {
|
|
49394
|
+
var d = this.ce._inner[c];
|
|
49375
49395
|
if (d.f.count > a) {
|
|
49376
49396
|
var e = d.f._inner[a].l;
|
|
49377
49397
|
if (!isNaN_(e)) {
|
|
@@ -49381,24 +49401,24 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49381
49401
|
}
|
|
49382
49402
|
return b;
|
|
49383
49403
|
};
|
|
49384
|
-
XamDataLegend.prototype.
|
|
49404
|
+
XamDataLegend.prototype.fl = function (a) {
|
|
49385
49405
|
};
|
|
49386
|
-
XamDataLegend.prototype.
|
|
49406
|
+
XamDataLegend.prototype.h3 = function (a, b, c) {
|
|
49387
49407
|
if (a != null) {
|
|
49388
49408
|
return a;
|
|
49389
49409
|
}
|
|
49390
|
-
if (this.
|
|
49410
|
+
if (this.b6 && c != null) {
|
|
49391
49411
|
return c;
|
|
49392
49412
|
}
|
|
49393
49413
|
return b;
|
|
49394
49414
|
};
|
|
49395
|
-
XamDataLegend.prototype.
|
|
49415
|
+
XamDataLegend.prototype.dz = function (a, b) {
|
|
49396
49416
|
return stringIsNullOrEmpty(a) ? b : a;
|
|
49397
49417
|
};
|
|
49398
|
-
XamDataLegend.prototype.
|
|
49418
|
+
XamDataLegend.prototype.d2 = function (a, b) {
|
|
49399
49419
|
var c = a.d;
|
|
49400
49420
|
if (b == null || isNaN_(c) || isInfinity(c)) {
|
|
49401
|
-
return this.
|
|
49421
|
+
return this.ff;
|
|
49402
49422
|
}
|
|
49403
49423
|
var d;
|
|
49404
49424
|
var e = b.d ? a.d : a.g;
|
|
@@ -49411,23 +49431,23 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49411
49431
|
f = 1;
|
|
49412
49432
|
}
|
|
49413
49433
|
var g = new NumberFormatSpecifier();
|
|
49414
|
-
g.useGrouping = this.
|
|
49415
|
-
g.locale = this.
|
|
49416
|
-
g.currencyCode = this.
|
|
49434
|
+
g.useGrouping = this.b4;
|
|
49435
|
+
g.locale = this.dz(this.ey, null);
|
|
49436
|
+
g.currencyCode = this.e0;
|
|
49417
49437
|
if (b.d) {
|
|
49418
49438
|
g.minimumFractionDigits = a.i;
|
|
49419
49439
|
g.maximumFractionDigits = a.h;
|
|
49420
49440
|
if (b.n >= 0 && b.n > a.i) {
|
|
49421
49441
|
g.minimumFractionDigits = b.n;
|
|
49422
49442
|
}
|
|
49423
|
-
else if (this.
|
|
49424
|
-
g.minimumFractionDigits = this.
|
|
49443
|
+
else if (this.cv >= 0) {
|
|
49444
|
+
g.minimumFractionDigits = this.cv;
|
|
49425
49445
|
}
|
|
49426
49446
|
if (b.m >= 0 && b.m > a.h) {
|
|
49427
49447
|
g.maximumFractionDigits = b.m;
|
|
49428
49448
|
}
|
|
49429
|
-
else if (this.
|
|
49430
|
-
g.maximumFractionDigits = this.
|
|
49449
|
+
else if (this.cu >= 0) {
|
|
49450
|
+
g.maximumFractionDigits = this.cu;
|
|
49431
49451
|
}
|
|
49432
49452
|
}
|
|
49433
49453
|
else {
|
|
@@ -49447,70 +49467,71 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49447
49467
|
this.al.d = [g];
|
|
49448
49468
|
d = this.al.i(e);
|
|
49449
49469
|
if (e > 0) {
|
|
49450
|
-
d = b.
|
|
49470
|
+
d = b.w + d;
|
|
49451
49471
|
}
|
|
49452
49472
|
else if (e < 0) {
|
|
49453
|
-
d = b.
|
|
49473
|
+
d = b.u + d;
|
|
49454
49474
|
}
|
|
49455
49475
|
if (e >= 0) {
|
|
49456
|
-
d += b.
|
|
49476
|
+
d += b.x;
|
|
49457
49477
|
}
|
|
49458
49478
|
else {
|
|
49459
|
-
d += b.
|
|
49479
|
+
d += b.v;
|
|
49460
49480
|
}
|
|
49461
49481
|
}
|
|
49462
49482
|
return d;
|
|
49463
49483
|
};
|
|
49464
|
-
XamDataLegend.prototype.
|
|
49465
|
-
if (this.
|
|
49484
|
+
XamDataLegend.prototype.fj = function (a, b, c) {
|
|
49485
|
+
if (this.b5 == false) {
|
|
49466
49486
|
return;
|
|
49467
49487
|
}
|
|
49468
|
-
var d = this.
|
|
49469
|
-
var e = this.
|
|
49488
|
+
var d = this.ce._inner[c];
|
|
49489
|
+
var e = this.d0(b);
|
|
49470
49490
|
var f = new DataLegendRowInfo(this.a5, false, false, c);
|
|
49471
49491
|
f.f = d.a();
|
|
49472
49492
|
f.m = e;
|
|
49473
49493
|
f.n = e;
|
|
49474
|
-
f.q = this.
|
|
49494
|
+
f.q = this.h8 || f.q;
|
|
49475
49495
|
f.i = this.br || f.i;
|
|
49476
49496
|
for (var g = 0; g < d.f.count; g++) {
|
|
49477
49497
|
var h = d.f._inner[g];
|
|
49478
|
-
var i = this.
|
|
49479
|
-
var j = this.
|
|
49498
|
+
var i = this.b7.item(g).a.item(c);
|
|
49499
|
+
var j = this.b7.item(g).f.item(c);
|
|
49480
49500
|
var k = new DataLegendRowCell(this.a5, false, false, c);
|
|
49481
49501
|
k.s = f.k.count;
|
|
49482
49502
|
k.i = this.bt || k.i;
|
|
49483
|
-
k.
|
|
49484
|
-
k.
|
|
49503
|
+
k.x = j;
|
|
49504
|
+
k.ab = this.h3(this.ia, k.ab, h.y);
|
|
49505
|
+
k.w = h.q;
|
|
49485
49506
|
k.v = h.p;
|
|
49486
49507
|
k.r = h.l;
|
|
49487
49508
|
k.f = i.a;
|
|
49488
|
-
k.u = this.
|
|
49509
|
+
k.u = this.d1(k.s, h.s, i.l, h.d);
|
|
49489
49510
|
k.m = !stringIsNullOrEmpty(k.u);
|
|
49490
|
-
k.
|
|
49511
|
+
k.aa = this.h9 || k.aa;
|
|
49491
49512
|
k.h = this.bs || k.h;
|
|
49492
|
-
k.t = this.
|
|
49513
|
+
k.t = this.dy(k.s, h.r, h.b);
|
|
49493
49514
|
k.j = !stringIsNullOrEmpty(k.t);
|
|
49494
|
-
k.
|
|
49515
|
+
k.z = this.h2 || k.z;
|
|
49495
49516
|
k.g = this.bm || k.g;
|
|
49496
49517
|
f.k.add(k);
|
|
49497
49518
|
}
|
|
49498
49519
|
f.h = this.a9(b);
|
|
49499
|
-
this.
|
|
49500
|
-
this.
|
|
49501
|
-
this.
|
|
49520
|
+
this.fl(f);
|
|
49521
|
+
this.f0(f);
|
|
49522
|
+
this.gb(f);
|
|
49502
49523
|
if (f.b) {
|
|
49503
49524
|
if (f.j) {
|
|
49504
|
-
this.
|
|
49505
|
-
var l = this.
|
|
49506
|
-
var m = this.
|
|
49525
|
+
this.ge(b, f.h);
|
|
49526
|
+
var l = this.gi(b);
|
|
49527
|
+
var m = this.cx(b);
|
|
49507
49528
|
f.p = l;
|
|
49508
49529
|
f.l = m;
|
|
49509
49530
|
}
|
|
49510
49531
|
a.e(f);
|
|
49511
49532
|
}
|
|
49512
49533
|
};
|
|
49513
|
-
XamDataLegend.prototype.
|
|
49534
|
+
XamDataLegend.prototype.cx = function (a) {
|
|
49514
49535
|
return a.getDataLegendBadgeContext();
|
|
49515
49536
|
};
|
|
49516
49537
|
XamDataLegend.prototype.a9 = function (a) {
|
|
@@ -49519,7 +49540,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49519
49540
|
}
|
|
49520
49541
|
return a.legendItemBadgeShape;
|
|
49521
49542
|
};
|
|
49522
|
-
XamDataLegend.prototype.
|
|
49543
|
+
XamDataLegend.prototype.ge = function (a, b) {
|
|
49523
49544
|
if (b == 0) {
|
|
49524
49545
|
return;
|
|
49525
49546
|
}
|
|
@@ -49527,41 +49548,41 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49527
49548
|
a.legendItemBadgeShape = b;
|
|
49528
49549
|
}
|
|
49529
49550
|
};
|
|
49530
|
-
XamDataLegend.prototype.
|
|
49531
|
-
return !isNaN_(this.
|
|
49551
|
+
XamDataLegend.prototype.bz = function () {
|
|
49552
|
+
return !isNaN_(this.cm) && !isNaN_(this.cn);
|
|
49532
49553
|
};
|
|
49533
|
-
XamDataLegend.prototype.
|
|
49554
|
+
XamDataLegend.prototype.gi = function (a) {
|
|
49534
49555
|
return a.getDataLegendBadge();
|
|
49535
49556
|
};
|
|
49536
|
-
XamDataLegend.prototype.
|
|
49557
|
+
XamDataLegend.prototype.d0 = function (a) {
|
|
49537
49558
|
return a.getDataLegendSeriesTitle();
|
|
49538
49559
|
};
|
|
49539
|
-
XamDataLegend.prototype.
|
|
49540
|
-
if (this.
|
|
49560
|
+
XamDataLegend.prototype.fi = function (a, b) {
|
|
49561
|
+
if (this.b0 == false) {
|
|
49541
49562
|
return;
|
|
49542
49563
|
}
|
|
49543
|
-
var c = this.
|
|
49564
|
+
var c = this.dx(b);
|
|
49544
49565
|
if (c == null) {
|
|
49545
|
-
c = this.
|
|
49566
|
+
c = this.cy;
|
|
49546
49567
|
}
|
|
49547
49568
|
else {
|
|
49548
|
-
this.
|
|
49569
|
+
this.cy = c;
|
|
49549
49570
|
}
|
|
49550
49571
|
if (stringIsNullOrEmpty(c)) {
|
|
49551
49572
|
return;
|
|
49552
49573
|
}
|
|
49553
49574
|
var d = new DataLegendRowInfo(this.a5, false, true, -1);
|
|
49554
49575
|
d.n = c;
|
|
49555
|
-
d.q = this.
|
|
49576
|
+
d.q = this.h1 || d.q;
|
|
49556
49577
|
d.i = this.bl || d.i;
|
|
49557
|
-
this.
|
|
49558
|
-
this.
|
|
49559
|
-
this.
|
|
49578
|
+
this.fl(d);
|
|
49579
|
+
this.f0(d);
|
|
49580
|
+
this.ga(d);
|
|
49560
49581
|
if (d.b) {
|
|
49561
49582
|
a.e(d);
|
|
49562
49583
|
}
|
|
49563
49584
|
};
|
|
49564
|
-
XamDataLegend.prototype.
|
|
49585
|
+
XamDataLegend.prototype.ir = function (a) {
|
|
49565
49586
|
var b = new Thickness(0, 0);
|
|
49566
49587
|
if (a.top >= 0) {
|
|
49567
49588
|
b.top = a.top;
|
|
@@ -49577,26 +49598,26 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49577
49598
|
}
|
|
49578
49599
|
return b;
|
|
49579
49600
|
};
|
|
49580
|
-
XamDataLegend.prototype.
|
|
49601
|
+
XamDataLegend.prototype.f0 = function (a) {
|
|
49581
49602
|
var e_14, _a;
|
|
49582
49603
|
if (a.c) {
|
|
49583
|
-
a.x = this.
|
|
49584
|
-
a.w = this.
|
|
49604
|
+
a.x = this.ir(this.ip);
|
|
49605
|
+
a.w = this.ir(this.is);
|
|
49585
49606
|
}
|
|
49586
49607
|
else if (a.a) {
|
|
49587
|
-
a.x = this.
|
|
49588
|
-
a.w = this.
|
|
49608
|
+
a.x = this.ir(this.ik);
|
|
49609
|
+
a.w = this.ir(this.ij);
|
|
49589
49610
|
}
|
|
49590
49611
|
else {
|
|
49591
|
-
a.x = this.
|
|
49592
|
-
a.w = this.
|
|
49612
|
+
a.x = this.ir(this.io);
|
|
49613
|
+
a.w = this.ir(this.im);
|
|
49593
49614
|
}
|
|
49594
49615
|
try {
|
|
49595
49616
|
for (var _b = __values(fromEnum(a.k)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
49596
49617
|
var b = _c.value;
|
|
49597
|
-
b.
|
|
49598
|
-
b.
|
|
49599
|
-
b.
|
|
49618
|
+
b.an = this.ir(this.it);
|
|
49619
|
+
b.am = this.ir(this.iq);
|
|
49620
|
+
b.al = this.ir(this.il);
|
|
49600
49621
|
}
|
|
49601
49622
|
}
|
|
49602
49623
|
catch (e_14_1) {
|
|
@@ -49613,19 +49634,19 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49613
49634
|
}
|
|
49614
49635
|
}
|
|
49615
49636
|
if (a.c) {
|
|
49616
|
-
a.v = this.
|
|
49637
|
+
a.v = this.ir(this.ii);
|
|
49617
49638
|
a.t = new Size(1, 20, 15);
|
|
49618
49639
|
}
|
|
49619
49640
|
};
|
|
49620
|
-
XamDataLegend.prototype.
|
|
49621
|
-
if (this.
|
|
49622
|
-
return this.
|
|
49641
|
+
XamDataLegend.prototype.dx = function (a) {
|
|
49642
|
+
if (this.di != null) {
|
|
49643
|
+
return this.di;
|
|
49623
49644
|
}
|
|
49624
49645
|
var b = true;
|
|
49625
49646
|
var c = null;
|
|
49626
49647
|
for (var d = 0; d < a.count; d++) {
|
|
49627
49648
|
var e = a._inner[d];
|
|
49628
|
-
var f = this.
|
|
49649
|
+
var f = this.dv(e);
|
|
49629
49650
|
if (f == null) {
|
|
49630
49651
|
continue;
|
|
49631
49652
|
}
|
|
@@ -49644,12 +49665,12 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49644
49665
|
}
|
|
49645
49666
|
return null;
|
|
49646
49667
|
};
|
|
49647
|
-
XamDataLegend.prototype.
|
|
49648
|
-
if (this.
|
|
49649
|
-
var b = a.getDataLegendAxisLabelFromCursorPosition(this.
|
|
49668
|
+
XamDataLegend.prototype.dv = function (a) {
|
|
49669
|
+
if (this.bz()) {
|
|
49670
|
+
var b = a.getDataLegendAxisLabelFromCursorPosition(this.cm, this.cn);
|
|
49650
49671
|
if (typeCast(Date_$type, b) !== null) {
|
|
49651
49672
|
var c = b;
|
|
49652
|
-
b = this.
|
|
49673
|
+
b = this.dw(c);
|
|
49653
49674
|
}
|
|
49654
49675
|
return b == null ? "" : b.toString();
|
|
49655
49676
|
}
|
|
@@ -49657,7 +49678,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49657
49678
|
return null;
|
|
49658
49679
|
}
|
|
49659
49680
|
};
|
|
49660
|
-
XamDataLegend.prototype.
|
|
49681
|
+
XamDataLegend.prototype.dw = function (a) {
|
|
49661
49682
|
if (this.ai != null) {
|
|
49662
49683
|
var b = this.ai.i(a);
|
|
49663
49684
|
return b;
|
|
@@ -49704,7 +49725,7 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49704
49725
|
if (e == 5) {
|
|
49705
49726
|
c.timeStyle = null;
|
|
49706
49727
|
}
|
|
49707
|
-
c.locale = this.
|
|
49728
|
+
c.locale = this.dz(this.c9, "en-US");
|
|
49708
49729
|
if (this.aj == null) {
|
|
49709
49730
|
this.aj = new BindingFormatter();
|
|
49710
49731
|
}
|
|
@@ -49714,10 +49735,10 @@ var XamDataLegend = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49714
49735
|
return f;
|
|
49715
49736
|
}
|
|
49716
49737
|
};
|
|
49717
|
-
XamDataLegend.prototype.
|
|
49738
|
+
XamDataLegend.prototype.fn = function () {
|
|
49718
49739
|
};
|
|
49719
49740
|
XamDataLegend.$t = markType(XamDataLegend, 'XamDataLegend', Control.$, [INotifyPropertyChanged_$type, IDataLegend_$type, IOnDemandRender_$type]);
|
|
49720
|
-
XamDataLegend.$$p = markDep(DependencyProperty, PropertyMetadata, XamDataLegend, '
|
|
49741
|
+
XamDataLegend.$$p = markDep(DependencyProperty, PropertyMetadata, XamDataLegend, 'fy', ['BadgeMargin:ii:gj', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:a8:gk', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'ExcludedColumns::gl', [Array_$type, null], 'ExcludedSeries::gm', [Array_$type, null], 'HeaderFormatCulture:c9:gn', [2, stringEmpty()], 'HeaderFormatDate:ap:go', [DataLegendHeaderDateMode_$type, enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:ag:gp', [Array_$type, null], 'HeaderFormatString:dd:gq', [2, null], 'HeaderFormatTime:aq:gr', [DataLegendHeaderTimeMode_$type, enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:ij:gs', [Thickness.$, new Thickness(0, 5)], 'HeaderRowVisible:b0:gt', [0, true], 'HeaderTextColor:h1:gu', [Brush.$, null], 'HeaderTextMargin:ik:gv', [Thickness.$, new Thickness(1, 2, 0, 0, 0)], 'HeaderText:di:gw', [2, null], 'IncludedColumns::gx', [Array_$type, null], 'IncludedSeries::gy', [Array_$type, null], 'LabelDisplayMode:ar:gz', [DataLegendLabelMode_$type, enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:h2:g0', [Brush.$, null], 'LabelTextMargin:il:g1', [Thickness.$, new Thickness(1, 12, 0, 0, 0)], 'ShouldUpdateWhenSeriesDataChanges:b3:g2', [0, true], 'SummaryLabelTextColor:h4:g3', [Brush.$, null], 'SummaryLabelText:d4:g4', [2, null], 'SummaryRowMargin:im:g5', [Thickness.$, new Thickness(0, 5)], 'SummaryTitleTextColor:h5:g6', [Brush.$, null], 'SummaryTitleTextMargin:io:g7', [Thickness.$, new Thickness(1, 2, 0, 4, 0)], 'SummaryTitleText:d9:g8', [2, null], 'SummaryType:a1:g9', [DataLegendSummaryType_$type, enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:h6:ha', [Brush.$, null], 'SummaryUnitsText:ef:hb', [2, null], 'SummaryValueTextColor:h7:hc', [Brush.$, null], 'TargetCursorPositionX::hd', [1, NaN], 'TargetCursorPositionY::he', [1, NaN], 'Target::hf', [4, null], 'TitleTextColor:h8:hg', [Brush.$, null], 'TitleTextMargin:ip:hh', [Thickness.$, new Thickness(1, 0, 0, 4, 0)], 'UnitsDisplayMode:a2:hi', [DataLegendUnitsMode_$type, enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:h9:hj', [Brush.$, null], 'UnitsTextMargin:iq:hk', [Thickness.$, new Thickness(1, 0, 0, 0, 0)], 'UnitsText:es:hl', [2, null], 'ValueFormatAbbreviation:an:hm', [DataAbbreviationMode_$type, enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:ey:hn', [2, stringEmpty()], 'ValueFormatCurrencyCode:e0:ho', [2, null], 'ValueFormatMaxFractions:cu:hp', [1, -1], 'ValueFormatMinFractions:cv:hq', [1, -1], 'ValueFormatMode:a3:hr', [DataLegendValueMode_$type, enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:ah:hs', [Array_$type, null], 'ValueFormatString:e6:ht', [2, null], 'ValueFormatUseGrouping:b4:hu', [0, true], 'ValueRowMargin:is:hv', [Thickness.$, new Thickness(0, 5)], 'ValueRowVisible:b5:hw', [0, true], 'ValueTextColor:ia:hx', [Brush.$, null], 'ValueTextMargin:it:hy', [Thickness.$, new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:b6:hz', [0, false], 'ValueTextWhenMissingData:ff:h0', [2, "N/A"]]);
|
|
49721
49742
|
return XamDataLegend;
|
|
49722
49743
|
}(Control));
|
|
49723
49744
|
/**
|
|
@@ -49805,7 +49826,7 @@ var DataLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49805
49826
|
return _this;
|
|
49806
49827
|
}
|
|
49807
49828
|
DataLegendView.prototype.ar = function () {
|
|
49808
|
-
this.a.
|
|
49829
|
+
this.a.fp();
|
|
49809
49830
|
};
|
|
49810
49831
|
DataLegendView.prototype.bl = function () {
|
|
49811
49832
|
var a = new TextBlock();
|
|
@@ -49878,23 +49899,23 @@ var DataLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49878
49899
|
};
|
|
49879
49900
|
DataLegendView.prototype.au = function () {
|
|
49880
49901
|
var a = this.a.pixelScalingRatio;
|
|
49881
|
-
var b = this.a.
|
|
49902
|
+
var b = this.a.co;
|
|
49882
49903
|
if (!isNaN_(a) && a != 0) {
|
|
49883
49904
|
return;
|
|
49884
49905
|
}
|
|
49885
49906
|
if (window.devicePixelRatio != undefined && window.devicePixelRatio != b) {
|
|
49886
|
-
this.a.
|
|
49907
|
+
this.a.co = window.devicePixelRatio;
|
|
49887
49908
|
}
|
|
49888
49909
|
};
|
|
49889
49910
|
DataLegendView.prototype.a3 = function () {
|
|
49890
49911
|
this.au();
|
|
49891
49912
|
var a = Math.round(this.ah.rootWrapper.width());
|
|
49892
49913
|
var b = Math.round(this.ah.rootWrapper.height());
|
|
49893
|
-
this.a.
|
|
49914
|
+
this.a.ic = new Rect(0, 0, 0, a, b);
|
|
49894
49915
|
if (this.b != null) {
|
|
49895
|
-
this.b.bl = this.a.
|
|
49916
|
+
this.b.bl = this.a.ic;
|
|
49896
49917
|
}
|
|
49897
|
-
this.a.
|
|
49918
|
+
this.a.f3();
|
|
49898
49919
|
};
|
|
49899
49920
|
DataLegendView.prototype.al = function () {
|
|
49900
49921
|
if (this.b != null) {
|
|
@@ -49910,7 +49931,7 @@ var DataLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49910
49931
|
this.al();
|
|
49911
49932
|
return;
|
|
49912
49933
|
}
|
|
49913
|
-
this.ae = (isNaN_(this.a.pixelScalingRatio) ? this.a.
|
|
49934
|
+
this.ae = (isNaN_(this.a.pixelScalingRatio) ? this.a.co : this.a.pixelScalingRatio);
|
|
49914
49935
|
var b = a;
|
|
49915
49936
|
this.ah = b;
|
|
49916
49937
|
var c = this.ae;
|
|
@@ -49928,7 +49949,7 @@ var DataLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49928
49949
|
h.setAttribute("height", g.toString());
|
|
49929
49950
|
h.setStyleProperty("width", d.toString() + "px");
|
|
49930
49951
|
h.setStyleProperty("height", e.toString() + "px");
|
|
49931
|
-
this.a.
|
|
49952
|
+
this.a.ic = new Rect(0, 0, 0, d, e);
|
|
49932
49953
|
this.ai = h;
|
|
49933
49954
|
var i = this.ah.get2DCanvasContext(this.ai);
|
|
49934
49955
|
this.t = new RenderingContext(new CanvasViewRenderer(), i);
|
|
@@ -49945,8 +49966,8 @@ var DataLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49945
49966
|
DataLegendView.prototype.as = function (a) {
|
|
49946
49967
|
};
|
|
49947
49968
|
DataLegendView.prototype.a6 = function () {
|
|
49948
|
-
var a = this.a.
|
|
49949
|
-
var b = this.a.
|
|
49969
|
+
var a = this.a.ic.width;
|
|
49970
|
+
var b = this.a.ic.height;
|
|
49950
49971
|
var c = Math.round(a * this.ae);
|
|
49951
49972
|
var d = Math.round(b * this.ae);
|
|
49952
49973
|
if (this.ak != c || this.aj != d) {
|
|
@@ -49965,7 +49986,7 @@ var DataLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49965
49986
|
a.aa(b, b);
|
|
49966
49987
|
}
|
|
49967
49988
|
if (a == this.t) {
|
|
49968
|
-
a.k(this.a.
|
|
49989
|
+
a.k(this.a.ic.left, this.a.ic.top, this.a.ic.width, this.a.ic.height);
|
|
49969
49990
|
}
|
|
49970
49991
|
var c = new DataTemplatePassInfo();
|
|
49971
49992
|
c.passID = "LegendItem";
|
|
@@ -50026,7 +50047,7 @@ var DataLegendView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50026
50047
|
};
|
|
50027
50048
|
DataLegendView.prototype.w = function () {
|
|
50028
50049
|
if (this.ah != null) {
|
|
50029
|
-
this.ah.setTimeout(runOn(this.a, this.a.
|
|
50050
|
+
this.ah.setTimeout(runOn(this.a, this.a.fp), 0);
|
|
50030
50051
|
return true;
|
|
50031
50052
|
}
|
|
50032
50053
|
return false;
|
|
@@ -50530,7 +50551,20 @@ var IgcDataLegendStylingColumnEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
50530
50551
|
});
|
|
50531
50552
|
Object.defineProperty(IgcDataLegendStylingColumnEventArgs.prototype, "valueMemberPath", {
|
|
50532
50553
|
/**
|
|
50533
|
-
* Gets data column
|
|
50554
|
+
* Gets name of data column that corresponds to the value, e.g. "OpenPrice"
|
|
50555
|
+
*/
|
|
50556
|
+
get: function () {
|
|
50557
|
+
return this.i.i;
|
|
50558
|
+
},
|
|
50559
|
+
set: function (v) {
|
|
50560
|
+
this.i.i = v;
|
|
50561
|
+
},
|
|
50562
|
+
enumerable: true,
|
|
50563
|
+
configurable: true
|
|
50564
|
+
});
|
|
50565
|
+
Object.defineProperty(IgcDataLegendStylingColumnEventArgs.prototype, "valueMemberLabel", {
|
|
50566
|
+
/**
|
|
50567
|
+
* Gets label of data column that corresponds to the value, e.g. "Open"
|
|
50534
50568
|
*/
|
|
50535
50569
|
get: function () {
|
|
50536
50570
|
return this.i.h;
|
|
@@ -50585,10 +50619,10 @@ var IgcDataLegendStylingColumnEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
50585
50619
|
* Gets or sets value text displayed value text in the column
|
|
50586
50620
|
*/
|
|
50587
50621
|
get: function () {
|
|
50588
|
-
return this.i.
|
|
50622
|
+
return this.i.j;
|
|
50589
50623
|
},
|
|
50590
50624
|
set: function (v) {
|
|
50591
|
-
this.i.
|
|
50625
|
+
this.i.j = v;
|
|
50592
50626
|
},
|
|
50593
50627
|
enumerable: true,
|
|
50594
50628
|
configurable: true
|
|
@@ -50598,10 +50632,10 @@ var IgcDataLegendStylingColumnEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
50598
50632
|
* Gets or sets color of label text
|
|
50599
50633
|
*/
|
|
50600
50634
|
get: function () {
|
|
50601
|
-
return brushToString(this.i.
|
|
50635
|
+
return brushToString(this.i.k);
|
|
50602
50636
|
},
|
|
50603
50637
|
set: function (v) {
|
|
50604
|
-
this.i.
|
|
50638
|
+
this.i.k = stringToBrush(v);
|
|
50605
50639
|
},
|
|
50606
50640
|
enumerable: true,
|
|
50607
50641
|
configurable: true
|
|
@@ -50611,10 +50645,10 @@ var IgcDataLegendStylingColumnEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
50611
50645
|
* Gets or sets color of value text
|
|
50612
50646
|
*/
|
|
50613
50647
|
get: function () {
|
|
50614
|
-
return brushToString(this.i.
|
|
50648
|
+
return brushToString(this.i.l);
|
|
50615
50649
|
},
|
|
50616
50650
|
set: function (v) {
|
|
50617
|
-
this.i.
|
|
50651
|
+
this.i.l = stringToBrush(v);
|
|
50618
50652
|
},
|
|
50619
50653
|
enumerable: true,
|
|
50620
50654
|
configurable: true
|
|
@@ -50624,10 +50658,10 @@ var IgcDataLegendStylingColumnEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
50624
50658
|
* Gets or sets color of unit text
|
|
50625
50659
|
*/
|
|
50626
50660
|
get: function () {
|
|
50627
|
-
return brushToString(this.i.
|
|
50661
|
+
return brushToString(this.i.m);
|
|
50628
50662
|
},
|
|
50629
50663
|
set: function (v) {
|
|
50630
|
-
this.i.
|
|
50664
|
+
this.i.m = stringToBrush(v);
|
|
50631
50665
|
},
|
|
50632
50666
|
enumerable: true,
|
|
50633
50667
|
configurable: true
|
|
@@ -50909,11 +50943,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50909
50943
|
* A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
|
|
50910
50944
|
*/
|
|
50911
50945
|
get: function () {
|
|
50912
|
-
return this.i.
|
|
50946
|
+
return this.i.co;
|
|
50913
50947
|
},
|
|
50914
50948
|
set: function (v) {
|
|
50915
|
-
this.i.
|
|
50916
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
50949
|
+
this.i.co = +v;
|
|
50950
|
+
this._a("actualPixelScalingRatio", this.i.co);
|
|
50917
50951
|
},
|
|
50918
50952
|
enumerable: true,
|
|
50919
50953
|
configurable: true
|
|
@@ -50994,11 +51028,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50994
51028
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
50995
51029
|
*/
|
|
50996
51030
|
get: function () {
|
|
50997
|
-
return this.i.
|
|
51031
|
+
return this.i.b3;
|
|
50998
51032
|
},
|
|
50999
51033
|
set: function (v) {
|
|
51000
|
-
this.i.
|
|
51001
|
-
this._a("shouldUpdateWhenSeriesDataChanges", this.i.
|
|
51034
|
+
this.i.b3 = ensureBool(v);
|
|
51035
|
+
this._a("shouldUpdateWhenSeriesDataChanges", this.i.b3);
|
|
51002
51036
|
},
|
|
51003
51037
|
enumerable: true,
|
|
51004
51038
|
configurable: true
|
|
@@ -51024,11 +51058,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51024
51058
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51025
51059
|
*/
|
|
51026
51060
|
get: function () {
|
|
51027
|
-
return this.i.
|
|
51061
|
+
return this.i.cu;
|
|
51028
51062
|
},
|
|
51029
51063
|
set: function (v) {
|
|
51030
|
-
this.i.
|
|
51031
|
-
this._a("valueFormatMaxFractions", this.i.
|
|
51064
|
+
this.i.cu = +v;
|
|
51065
|
+
this._a("valueFormatMaxFractions", this.i.cu);
|
|
51032
51066
|
},
|
|
51033
51067
|
enumerable: true,
|
|
51034
51068
|
configurable: true
|
|
@@ -51039,11 +51073,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51039
51073
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51040
51074
|
*/
|
|
51041
51075
|
get: function () {
|
|
51042
|
-
return this.i.
|
|
51076
|
+
return this.i.cv;
|
|
51043
51077
|
},
|
|
51044
51078
|
set: function (v) {
|
|
51045
|
-
this.i.
|
|
51046
|
-
this._a("valueFormatMinFractions", this.i.
|
|
51079
|
+
this.i.cv = +v;
|
|
51080
|
+
this._a("valueFormatMinFractions", this.i.cv);
|
|
51047
51081
|
},
|
|
51048
51082
|
enumerable: true,
|
|
51049
51083
|
configurable: true
|
|
@@ -51068,10 +51102,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51068
51102
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51069
51103
|
*/
|
|
51070
51104
|
get: function () {
|
|
51071
|
-
return this.i.
|
|
51105
|
+
return this.i.ey;
|
|
51072
51106
|
},
|
|
51073
51107
|
set: function (v) {
|
|
51074
|
-
this.i.
|
|
51108
|
+
this.i.ey = v;
|
|
51075
51109
|
},
|
|
51076
51110
|
enumerable: true,
|
|
51077
51111
|
configurable: true
|
|
@@ -51082,10 +51116,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51082
51116
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51083
51117
|
*/
|
|
51084
51118
|
get: function () {
|
|
51085
|
-
return this.i.
|
|
51119
|
+
return this.i.e0;
|
|
51086
51120
|
},
|
|
51087
51121
|
set: function (v) {
|
|
51088
|
-
this.i.
|
|
51122
|
+
this.i.e0 = v;
|
|
51089
51123
|
},
|
|
51090
51124
|
enumerable: true,
|
|
51091
51125
|
configurable: true
|
|
@@ -51096,11 +51130,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51096
51130
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
51097
51131
|
*/
|
|
51098
51132
|
get: function () {
|
|
51099
|
-
return this.i.
|
|
51133
|
+
return this.i.b4;
|
|
51100
51134
|
},
|
|
51101
51135
|
set: function (v) {
|
|
51102
|
-
this.i.
|
|
51103
|
-
this._a("valueFormatUseGrouping", this.i.
|
|
51136
|
+
this.i.b4 = ensureBool(v);
|
|
51137
|
+
this._a("valueFormatUseGrouping", this.i.b4);
|
|
51104
51138
|
},
|
|
51105
51139
|
enumerable: true,
|
|
51106
51140
|
configurable: true
|
|
@@ -51110,10 +51144,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51110
51144
|
* Gets or sets the format string for values displayed in the data legend.
|
|
51111
51145
|
*/
|
|
51112
51146
|
get: function () {
|
|
51113
|
-
return this.i.
|
|
51147
|
+
return this.i.e6;
|
|
51114
51148
|
},
|
|
51115
51149
|
set: function (v) {
|
|
51116
|
-
this.i.
|
|
51150
|
+
this.i.e6 = v;
|
|
51117
51151
|
},
|
|
51118
51152
|
enumerable: true,
|
|
51119
51153
|
configurable: true
|
|
@@ -51137,72 +51171,72 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51137
51171
|
});
|
|
51138
51172
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginBottom", {
|
|
51139
51173
|
get: function () {
|
|
51140
|
-
return this.i.
|
|
51174
|
+
return this.i.is ? this.i.is.bottom : NaN;
|
|
51141
51175
|
},
|
|
51142
51176
|
set: function (v) {
|
|
51143
51177
|
this.ensureValueRowMargin();
|
|
51144
|
-
this.i.
|
|
51145
|
-
this._a("valueRowMarginBottom", this.i.
|
|
51146
|
-
this.i.
|
|
51178
|
+
this.i.is.bottom = +v;
|
|
51179
|
+
this._a("valueRowMarginBottom", this.i.is.bottom);
|
|
51180
|
+
this.i.is = this.i.is;
|
|
51147
51181
|
},
|
|
51148
51182
|
enumerable: true,
|
|
51149
51183
|
configurable: true
|
|
51150
51184
|
});
|
|
51151
51185
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginLeft", {
|
|
51152
51186
|
get: function () {
|
|
51153
|
-
return this.i.
|
|
51187
|
+
return this.i.is ? this.i.is.left : NaN;
|
|
51154
51188
|
},
|
|
51155
51189
|
set: function (v) {
|
|
51156
51190
|
this.ensureValueRowMargin();
|
|
51157
|
-
this.i.
|
|
51158
|
-
this._a("valueRowMarginLeft", this.i.
|
|
51159
|
-
this.i.
|
|
51191
|
+
this.i.is.left = +v;
|
|
51192
|
+
this._a("valueRowMarginLeft", this.i.is.left);
|
|
51193
|
+
this.i.is = this.i.is;
|
|
51160
51194
|
},
|
|
51161
51195
|
enumerable: true,
|
|
51162
51196
|
configurable: true
|
|
51163
51197
|
});
|
|
51164
51198
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginRight", {
|
|
51165
51199
|
get: function () {
|
|
51166
|
-
return this.i.
|
|
51200
|
+
return this.i.is ? this.i.is.right : NaN;
|
|
51167
51201
|
},
|
|
51168
51202
|
set: function (v) {
|
|
51169
51203
|
this.ensureValueRowMargin();
|
|
51170
|
-
this.i.
|
|
51171
|
-
this._a("valueRowMarginRight", this.i.
|
|
51172
|
-
this.i.
|
|
51204
|
+
this.i.is.right = +v;
|
|
51205
|
+
this._a("valueRowMarginRight", this.i.is.right);
|
|
51206
|
+
this.i.is = this.i.is;
|
|
51173
51207
|
},
|
|
51174
51208
|
enumerable: true,
|
|
51175
51209
|
configurable: true
|
|
51176
51210
|
});
|
|
51177
51211
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginTop", {
|
|
51178
51212
|
get: function () {
|
|
51179
|
-
return this.i.
|
|
51213
|
+
return this.i.is ? this.i.is.top : NaN;
|
|
51180
51214
|
},
|
|
51181
51215
|
set: function (v) {
|
|
51182
51216
|
this.ensureValueRowMargin();
|
|
51183
|
-
this.i.
|
|
51184
|
-
this._a("valueRowMarginTop", this.i.
|
|
51185
|
-
this.i.
|
|
51217
|
+
this.i.is.top = +v;
|
|
51218
|
+
this._a("valueRowMarginTop", this.i.is.top);
|
|
51219
|
+
this.i.is = this.i.is;
|
|
51186
51220
|
},
|
|
51187
51221
|
enumerable: true,
|
|
51188
51222
|
configurable: true
|
|
51189
51223
|
});
|
|
51190
51224
|
IgcDataLegendComponent.prototype.ensureValueRowMargin = function () {
|
|
51191
|
-
if (this.i.
|
|
51225
|
+
if (this.i.is) {
|
|
51192
51226
|
return;
|
|
51193
51227
|
}
|
|
51194
|
-
this.i.
|
|
51228
|
+
this.i.is = new Thickness(2);
|
|
51195
51229
|
};
|
|
51196
51230
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowVisible", {
|
|
51197
51231
|
/**
|
|
51198
51232
|
* Gets or sets whether to show series rows.
|
|
51199
51233
|
*/
|
|
51200
51234
|
get: function () {
|
|
51201
|
-
return this.i.
|
|
51235
|
+
return this.i.b5;
|
|
51202
51236
|
},
|
|
51203
51237
|
set: function (v) {
|
|
51204
|
-
this.i.
|
|
51205
|
-
this._a("valueRowVisible", this.i.
|
|
51238
|
+
this.i.b5 = ensureBool(v);
|
|
51239
|
+
this._a("valueRowVisible", this.i.b5);
|
|
51206
51240
|
},
|
|
51207
51241
|
enumerable: true,
|
|
51208
51242
|
configurable: true
|
|
@@ -51212,10 +51246,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51212
51246
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
51213
51247
|
*/
|
|
51214
51248
|
get: function () {
|
|
51215
|
-
return this.i.
|
|
51249
|
+
return this.i.ff;
|
|
51216
51250
|
},
|
|
51217
51251
|
set: function (v) {
|
|
51218
|
-
this.i.
|
|
51252
|
+
this.i.ff = v;
|
|
51219
51253
|
},
|
|
51220
51254
|
enumerable: true,
|
|
51221
51255
|
configurable: true
|
|
@@ -51225,83 +51259,83 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51225
51259
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
51226
51260
|
*/
|
|
51227
51261
|
get: function () {
|
|
51228
|
-
return this.i.
|
|
51262
|
+
return this.i.b6;
|
|
51229
51263
|
},
|
|
51230
51264
|
set: function (v) {
|
|
51231
|
-
this.i.
|
|
51232
|
-
this._a("valueTextUseSeriesColors", this.i.
|
|
51265
|
+
this.i.b6 = ensureBool(v);
|
|
51266
|
+
this._a("valueTextUseSeriesColors", this.i.b6);
|
|
51233
51267
|
},
|
|
51234
51268
|
enumerable: true,
|
|
51235
51269
|
configurable: true
|
|
51236
51270
|
});
|
|
51237
51271
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginBottom", {
|
|
51238
51272
|
get: function () {
|
|
51239
|
-
return this.i.
|
|
51273
|
+
return this.i.it ? this.i.it.bottom : NaN;
|
|
51240
51274
|
},
|
|
51241
51275
|
set: function (v) {
|
|
51242
51276
|
this.ensureValueTextMargin();
|
|
51243
|
-
this.i.
|
|
51244
|
-
this._a("valueTextMarginBottom", this.i.
|
|
51245
|
-
this.i.
|
|
51277
|
+
this.i.it.bottom = +v;
|
|
51278
|
+
this._a("valueTextMarginBottom", this.i.it.bottom);
|
|
51279
|
+
this.i.it = this.i.it;
|
|
51246
51280
|
},
|
|
51247
51281
|
enumerable: true,
|
|
51248
51282
|
configurable: true
|
|
51249
51283
|
});
|
|
51250
51284
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginLeft", {
|
|
51251
51285
|
get: function () {
|
|
51252
|
-
return this.i.
|
|
51286
|
+
return this.i.it ? this.i.it.left : NaN;
|
|
51253
51287
|
},
|
|
51254
51288
|
set: function (v) {
|
|
51255
51289
|
this.ensureValueTextMargin();
|
|
51256
|
-
this.i.
|
|
51257
|
-
this._a("valueTextMarginLeft", this.i.
|
|
51258
|
-
this.i.
|
|
51290
|
+
this.i.it.left = +v;
|
|
51291
|
+
this._a("valueTextMarginLeft", this.i.it.left);
|
|
51292
|
+
this.i.it = this.i.it;
|
|
51259
51293
|
},
|
|
51260
51294
|
enumerable: true,
|
|
51261
51295
|
configurable: true
|
|
51262
51296
|
});
|
|
51263
51297
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginRight", {
|
|
51264
51298
|
get: function () {
|
|
51265
|
-
return this.i.
|
|
51299
|
+
return this.i.it ? this.i.it.right : NaN;
|
|
51266
51300
|
},
|
|
51267
51301
|
set: function (v) {
|
|
51268
51302
|
this.ensureValueTextMargin();
|
|
51269
|
-
this.i.
|
|
51270
|
-
this._a("valueTextMarginRight", this.i.
|
|
51271
|
-
this.i.
|
|
51303
|
+
this.i.it.right = +v;
|
|
51304
|
+
this._a("valueTextMarginRight", this.i.it.right);
|
|
51305
|
+
this.i.it = this.i.it;
|
|
51272
51306
|
},
|
|
51273
51307
|
enumerable: true,
|
|
51274
51308
|
configurable: true
|
|
51275
51309
|
});
|
|
51276
51310
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginTop", {
|
|
51277
51311
|
get: function () {
|
|
51278
|
-
return this.i.
|
|
51312
|
+
return this.i.it ? this.i.it.top : NaN;
|
|
51279
51313
|
},
|
|
51280
51314
|
set: function (v) {
|
|
51281
51315
|
this.ensureValueTextMargin();
|
|
51282
|
-
this.i.
|
|
51283
|
-
this._a("valueTextMarginTop", this.i.
|
|
51284
|
-
this.i.
|
|
51316
|
+
this.i.it.top = +v;
|
|
51317
|
+
this._a("valueTextMarginTop", this.i.it.top);
|
|
51318
|
+
this.i.it = this.i.it;
|
|
51285
51319
|
},
|
|
51286
51320
|
enumerable: true,
|
|
51287
51321
|
configurable: true
|
|
51288
51322
|
});
|
|
51289
51323
|
IgcDataLegendComponent.prototype.ensureValueTextMargin = function () {
|
|
51290
|
-
if (this.i.
|
|
51324
|
+
if (this.i.it) {
|
|
51291
51325
|
return;
|
|
51292
51326
|
}
|
|
51293
|
-
this.i.
|
|
51327
|
+
this.i.it = new Thickness(2);
|
|
51294
51328
|
};
|
|
51295
51329
|
Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextColor", {
|
|
51296
51330
|
/**
|
|
51297
51331
|
* Gets or sets the units text color.
|
|
51298
51332
|
*/
|
|
51299
51333
|
get: function () {
|
|
51300
|
-
return brushToString(this.i.
|
|
51334
|
+
return brushToString(this.i.ia);
|
|
51301
51335
|
},
|
|
51302
51336
|
set: function (v) {
|
|
51303
|
-
this.i.
|
|
51304
|
-
this._a("valueTextColor", brushToString(this.i.
|
|
51337
|
+
this.i.ia = stringToBrush(v);
|
|
51338
|
+
this._a("valueTextColor", brushToString(this.i.ia));
|
|
51305
51339
|
},
|
|
51306
51340
|
enumerable: true,
|
|
51307
51341
|
configurable: true
|
|
@@ -51330,10 +51364,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51330
51364
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
51331
51365
|
*/
|
|
51332
51366
|
get: function () {
|
|
51333
|
-
return this.i.
|
|
51367
|
+
return this.i.dd;
|
|
51334
51368
|
},
|
|
51335
51369
|
set: function (v) {
|
|
51336
|
-
this.i.
|
|
51370
|
+
this.i.dd = v;
|
|
51337
51371
|
},
|
|
51338
51372
|
enumerable: true,
|
|
51339
51373
|
configurable: true
|
|
@@ -51361,10 +51395,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51361
51395
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
51362
51396
|
*/
|
|
51363
51397
|
get: function () {
|
|
51364
|
-
return this.i.
|
|
51398
|
+
return this.i.c9;
|
|
51365
51399
|
},
|
|
51366
51400
|
set: function (v) {
|
|
51367
|
-
this.i.
|
|
51401
|
+
this.i.c9 = v;
|
|
51368
51402
|
},
|
|
51369
51403
|
enumerable: true,
|
|
51370
51404
|
configurable: true
|
|
@@ -51404,10 +51438,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51404
51438
|
* Gets or sets the HeaderText for the data legend.
|
|
51405
51439
|
*/
|
|
51406
51440
|
get: function () {
|
|
51407
|
-
return this.i.
|
|
51441
|
+
return this.i.di;
|
|
51408
51442
|
},
|
|
51409
51443
|
set: function (v) {
|
|
51410
|
-
this.i.
|
|
51444
|
+
this.i.di = v;
|
|
51411
51445
|
},
|
|
51412
51446
|
enumerable: true,
|
|
51413
51447
|
configurable: true
|
|
@@ -51417,141 +51451,141 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51417
51451
|
* Gets or sets the header text color.
|
|
51418
51452
|
*/
|
|
51419
51453
|
get: function () {
|
|
51420
|
-
return brushToString(this.i.
|
|
51454
|
+
return brushToString(this.i.h1);
|
|
51421
51455
|
},
|
|
51422
51456
|
set: function (v) {
|
|
51423
|
-
this.i.
|
|
51424
|
-
this._a("headerTextColor", brushToString(this.i.
|
|
51457
|
+
this.i.h1 = stringToBrush(v);
|
|
51458
|
+
this._a("headerTextColor", brushToString(this.i.h1));
|
|
51425
51459
|
},
|
|
51426
51460
|
enumerable: true,
|
|
51427
51461
|
configurable: true
|
|
51428
51462
|
});
|
|
51429
51463
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginBottom", {
|
|
51430
51464
|
get: function () {
|
|
51431
|
-
return this.i.
|
|
51465
|
+
return this.i.ik ? this.i.ik.bottom : NaN;
|
|
51432
51466
|
},
|
|
51433
51467
|
set: function (v) {
|
|
51434
51468
|
this.ensureHeaderTextMargin();
|
|
51435
|
-
this.i.
|
|
51436
|
-
this._a("headerTextMarginBottom", this.i.
|
|
51437
|
-
this.i.
|
|
51469
|
+
this.i.ik.bottom = +v;
|
|
51470
|
+
this._a("headerTextMarginBottom", this.i.ik.bottom);
|
|
51471
|
+
this.i.ik = this.i.ik;
|
|
51438
51472
|
},
|
|
51439
51473
|
enumerable: true,
|
|
51440
51474
|
configurable: true
|
|
51441
51475
|
});
|
|
51442
51476
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginLeft", {
|
|
51443
51477
|
get: function () {
|
|
51444
|
-
return this.i.
|
|
51478
|
+
return this.i.ik ? this.i.ik.left : NaN;
|
|
51445
51479
|
},
|
|
51446
51480
|
set: function (v) {
|
|
51447
51481
|
this.ensureHeaderTextMargin();
|
|
51448
|
-
this.i.
|
|
51449
|
-
this._a("headerTextMarginLeft", this.i.
|
|
51450
|
-
this.i.
|
|
51482
|
+
this.i.ik.left = +v;
|
|
51483
|
+
this._a("headerTextMarginLeft", this.i.ik.left);
|
|
51484
|
+
this.i.ik = this.i.ik;
|
|
51451
51485
|
},
|
|
51452
51486
|
enumerable: true,
|
|
51453
51487
|
configurable: true
|
|
51454
51488
|
});
|
|
51455
51489
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginRight", {
|
|
51456
51490
|
get: function () {
|
|
51457
|
-
return this.i.
|
|
51491
|
+
return this.i.ik ? this.i.ik.right : NaN;
|
|
51458
51492
|
},
|
|
51459
51493
|
set: function (v) {
|
|
51460
51494
|
this.ensureHeaderTextMargin();
|
|
51461
|
-
this.i.
|
|
51462
|
-
this._a("headerTextMarginRight", this.i.
|
|
51463
|
-
this.i.
|
|
51495
|
+
this.i.ik.right = +v;
|
|
51496
|
+
this._a("headerTextMarginRight", this.i.ik.right);
|
|
51497
|
+
this.i.ik = this.i.ik;
|
|
51464
51498
|
},
|
|
51465
51499
|
enumerable: true,
|
|
51466
51500
|
configurable: true
|
|
51467
51501
|
});
|
|
51468
51502
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginTop", {
|
|
51469
51503
|
get: function () {
|
|
51470
|
-
return this.i.
|
|
51504
|
+
return this.i.ik ? this.i.ik.top : NaN;
|
|
51471
51505
|
},
|
|
51472
51506
|
set: function (v) {
|
|
51473
51507
|
this.ensureHeaderTextMargin();
|
|
51474
|
-
this.i.
|
|
51475
|
-
this._a("headerTextMarginTop", this.i.
|
|
51476
|
-
this.i.
|
|
51508
|
+
this.i.ik.top = +v;
|
|
51509
|
+
this._a("headerTextMarginTop", this.i.ik.top);
|
|
51510
|
+
this.i.ik = this.i.ik;
|
|
51477
51511
|
},
|
|
51478
51512
|
enumerable: true,
|
|
51479
51513
|
configurable: true
|
|
51480
51514
|
});
|
|
51481
51515
|
IgcDataLegendComponent.prototype.ensureHeaderTextMargin = function () {
|
|
51482
|
-
if (this.i.
|
|
51516
|
+
if (this.i.ik) {
|
|
51483
51517
|
return;
|
|
51484
51518
|
}
|
|
51485
|
-
this.i.
|
|
51519
|
+
this.i.ik = new Thickness(2);
|
|
51486
51520
|
};
|
|
51487
51521
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginBottom", {
|
|
51488
51522
|
get: function () {
|
|
51489
|
-
return this.i.
|
|
51523
|
+
return this.i.ij ? this.i.ij.bottom : NaN;
|
|
51490
51524
|
},
|
|
51491
51525
|
set: function (v) {
|
|
51492
51526
|
this.ensureHeaderRowMargin();
|
|
51493
|
-
this.i.
|
|
51494
|
-
this._a("headerRowMarginBottom", this.i.
|
|
51495
|
-
this.i.
|
|
51527
|
+
this.i.ij.bottom = +v;
|
|
51528
|
+
this._a("headerRowMarginBottom", this.i.ij.bottom);
|
|
51529
|
+
this.i.ij = this.i.ij;
|
|
51496
51530
|
},
|
|
51497
51531
|
enumerable: true,
|
|
51498
51532
|
configurable: true
|
|
51499
51533
|
});
|
|
51500
51534
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginLeft", {
|
|
51501
51535
|
get: function () {
|
|
51502
|
-
return this.i.
|
|
51536
|
+
return this.i.ij ? this.i.ij.left : NaN;
|
|
51503
51537
|
},
|
|
51504
51538
|
set: function (v) {
|
|
51505
51539
|
this.ensureHeaderRowMargin();
|
|
51506
|
-
this.i.
|
|
51507
|
-
this._a("headerRowMarginLeft", this.i.
|
|
51508
|
-
this.i.
|
|
51540
|
+
this.i.ij.left = +v;
|
|
51541
|
+
this._a("headerRowMarginLeft", this.i.ij.left);
|
|
51542
|
+
this.i.ij = this.i.ij;
|
|
51509
51543
|
},
|
|
51510
51544
|
enumerable: true,
|
|
51511
51545
|
configurable: true
|
|
51512
51546
|
});
|
|
51513
51547
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginRight", {
|
|
51514
51548
|
get: function () {
|
|
51515
|
-
return this.i.
|
|
51549
|
+
return this.i.ij ? this.i.ij.right : NaN;
|
|
51516
51550
|
},
|
|
51517
51551
|
set: function (v) {
|
|
51518
51552
|
this.ensureHeaderRowMargin();
|
|
51519
|
-
this.i.
|
|
51520
|
-
this._a("headerRowMarginRight", this.i.
|
|
51521
|
-
this.i.
|
|
51553
|
+
this.i.ij.right = +v;
|
|
51554
|
+
this._a("headerRowMarginRight", this.i.ij.right);
|
|
51555
|
+
this.i.ij = this.i.ij;
|
|
51522
51556
|
},
|
|
51523
51557
|
enumerable: true,
|
|
51524
51558
|
configurable: true
|
|
51525
51559
|
});
|
|
51526
51560
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginTop", {
|
|
51527
51561
|
get: function () {
|
|
51528
|
-
return this.i.
|
|
51562
|
+
return this.i.ij ? this.i.ij.top : NaN;
|
|
51529
51563
|
},
|
|
51530
51564
|
set: function (v) {
|
|
51531
51565
|
this.ensureHeaderRowMargin();
|
|
51532
|
-
this.i.
|
|
51533
|
-
this._a("headerRowMarginTop", this.i.
|
|
51534
|
-
this.i.
|
|
51566
|
+
this.i.ij.top = +v;
|
|
51567
|
+
this._a("headerRowMarginTop", this.i.ij.top);
|
|
51568
|
+
this.i.ij = this.i.ij;
|
|
51535
51569
|
},
|
|
51536
51570
|
enumerable: true,
|
|
51537
51571
|
configurable: true
|
|
51538
51572
|
});
|
|
51539
51573
|
IgcDataLegendComponent.prototype.ensureHeaderRowMargin = function () {
|
|
51540
|
-
if (this.i.
|
|
51574
|
+
if (this.i.ij) {
|
|
51541
51575
|
return;
|
|
51542
51576
|
}
|
|
51543
|
-
this.i.
|
|
51577
|
+
this.i.ij = new Thickness(2);
|
|
51544
51578
|
};
|
|
51545
51579
|
Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowVisible", {
|
|
51546
51580
|
/**
|
|
51547
51581
|
* Gets or sets whether to show Header row.
|
|
51548
51582
|
*/
|
|
51549
51583
|
get: function () {
|
|
51550
|
-
return this.i.
|
|
51584
|
+
return this.i.b0;
|
|
51551
51585
|
},
|
|
51552
51586
|
set: function (v) {
|
|
51553
|
-
this.i.
|
|
51554
|
-
this._a("headerRowVisible", this.i.
|
|
51587
|
+
this.i.b0 = ensureBool(v);
|
|
51588
|
+
this._a("headerRowVisible", this.i.b0);
|
|
51555
51589
|
},
|
|
51556
51590
|
enumerable: true,
|
|
51557
51591
|
configurable: true
|
|
@@ -51580,11 +51614,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51580
51614
|
* Gets or sets the summary text color.
|
|
51581
51615
|
*/
|
|
51582
51616
|
get: function () {
|
|
51583
|
-
return brushToString(this.i.
|
|
51617
|
+
return brushToString(this.i.h5);
|
|
51584
51618
|
},
|
|
51585
51619
|
set: function (v) {
|
|
51586
|
-
this.i.
|
|
51587
|
-
this._a("summaryTitleTextColor", brushToString(this.i.
|
|
51620
|
+
this.i.h5 = stringToBrush(v);
|
|
51621
|
+
this._a("summaryTitleTextColor", brushToString(this.i.h5));
|
|
51588
51622
|
},
|
|
51589
51623
|
enumerable: true,
|
|
51590
51624
|
configurable: true
|
|
@@ -51627,140 +51661,140 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51627
51661
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
51628
51662
|
*/
|
|
51629
51663
|
get: function () {
|
|
51630
|
-
return this.i.
|
|
51664
|
+
return this.i.d9;
|
|
51631
51665
|
},
|
|
51632
51666
|
set: function (v) {
|
|
51633
|
-
this.i.
|
|
51667
|
+
this.i.d9 = v;
|
|
51634
51668
|
},
|
|
51635
51669
|
enumerable: true,
|
|
51636
51670
|
configurable: true
|
|
51637
51671
|
});
|
|
51638
51672
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginBottom", {
|
|
51639
51673
|
get: function () {
|
|
51640
|
-
return this.i.
|
|
51674
|
+
return this.i.io ? this.i.io.bottom : NaN;
|
|
51641
51675
|
},
|
|
51642
51676
|
set: function (v) {
|
|
51643
51677
|
this.ensureSummaryTitleTextMargin();
|
|
51644
|
-
this.i.
|
|
51645
|
-
this._a("summaryTitleTextMarginBottom", this.i.
|
|
51646
|
-
this.i.
|
|
51678
|
+
this.i.io.bottom = +v;
|
|
51679
|
+
this._a("summaryTitleTextMarginBottom", this.i.io.bottom);
|
|
51680
|
+
this.i.io = this.i.io;
|
|
51647
51681
|
},
|
|
51648
51682
|
enumerable: true,
|
|
51649
51683
|
configurable: true
|
|
51650
51684
|
});
|
|
51651
51685
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginLeft", {
|
|
51652
51686
|
get: function () {
|
|
51653
|
-
return this.i.
|
|
51687
|
+
return this.i.io ? this.i.io.left : NaN;
|
|
51654
51688
|
},
|
|
51655
51689
|
set: function (v) {
|
|
51656
51690
|
this.ensureSummaryTitleTextMargin();
|
|
51657
|
-
this.i.
|
|
51658
|
-
this._a("summaryTitleTextMarginLeft", this.i.
|
|
51659
|
-
this.i.
|
|
51691
|
+
this.i.io.left = +v;
|
|
51692
|
+
this._a("summaryTitleTextMarginLeft", this.i.io.left);
|
|
51693
|
+
this.i.io = this.i.io;
|
|
51660
51694
|
},
|
|
51661
51695
|
enumerable: true,
|
|
51662
51696
|
configurable: true
|
|
51663
51697
|
});
|
|
51664
51698
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginRight", {
|
|
51665
51699
|
get: function () {
|
|
51666
|
-
return this.i.
|
|
51700
|
+
return this.i.io ? this.i.io.right : NaN;
|
|
51667
51701
|
},
|
|
51668
51702
|
set: function (v) {
|
|
51669
51703
|
this.ensureSummaryTitleTextMargin();
|
|
51670
|
-
this.i.
|
|
51671
|
-
this._a("summaryTitleTextMarginRight", this.i.
|
|
51672
|
-
this.i.
|
|
51704
|
+
this.i.io.right = +v;
|
|
51705
|
+
this._a("summaryTitleTextMarginRight", this.i.io.right);
|
|
51706
|
+
this.i.io = this.i.io;
|
|
51673
51707
|
},
|
|
51674
51708
|
enumerable: true,
|
|
51675
51709
|
configurable: true
|
|
51676
51710
|
});
|
|
51677
51711
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginTop", {
|
|
51678
51712
|
get: function () {
|
|
51679
|
-
return this.i.
|
|
51713
|
+
return this.i.io ? this.i.io.top : NaN;
|
|
51680
51714
|
},
|
|
51681
51715
|
set: function (v) {
|
|
51682
51716
|
this.ensureSummaryTitleTextMargin();
|
|
51683
|
-
this.i.
|
|
51684
|
-
this._a("summaryTitleTextMarginTop", this.i.
|
|
51685
|
-
this.i.
|
|
51717
|
+
this.i.io.top = +v;
|
|
51718
|
+
this._a("summaryTitleTextMarginTop", this.i.io.top);
|
|
51719
|
+
this.i.io = this.i.io;
|
|
51686
51720
|
},
|
|
51687
51721
|
enumerable: true,
|
|
51688
51722
|
configurable: true
|
|
51689
51723
|
});
|
|
51690
51724
|
IgcDataLegendComponent.prototype.ensureSummaryTitleTextMargin = function () {
|
|
51691
|
-
if (this.i.
|
|
51725
|
+
if (this.i.io) {
|
|
51692
51726
|
return;
|
|
51693
51727
|
}
|
|
51694
|
-
this.i.
|
|
51728
|
+
this.i.io = new Thickness(2);
|
|
51695
51729
|
};
|
|
51696
51730
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginBottom", {
|
|
51697
51731
|
get: function () {
|
|
51698
|
-
return this.i.
|
|
51732
|
+
return this.i.im ? this.i.im.bottom : NaN;
|
|
51699
51733
|
},
|
|
51700
51734
|
set: function (v) {
|
|
51701
51735
|
this.ensureSummaryRowMargin();
|
|
51702
|
-
this.i.
|
|
51703
|
-
this._a("summaryRowMarginBottom", this.i.
|
|
51704
|
-
this.i.
|
|
51736
|
+
this.i.im.bottom = +v;
|
|
51737
|
+
this._a("summaryRowMarginBottom", this.i.im.bottom);
|
|
51738
|
+
this.i.im = this.i.im;
|
|
51705
51739
|
},
|
|
51706
51740
|
enumerable: true,
|
|
51707
51741
|
configurable: true
|
|
51708
51742
|
});
|
|
51709
51743
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginLeft", {
|
|
51710
51744
|
get: function () {
|
|
51711
|
-
return this.i.
|
|
51745
|
+
return this.i.im ? this.i.im.left : NaN;
|
|
51712
51746
|
},
|
|
51713
51747
|
set: function (v) {
|
|
51714
51748
|
this.ensureSummaryRowMargin();
|
|
51715
|
-
this.i.
|
|
51716
|
-
this._a("summaryRowMarginLeft", this.i.
|
|
51717
|
-
this.i.
|
|
51749
|
+
this.i.im.left = +v;
|
|
51750
|
+
this._a("summaryRowMarginLeft", this.i.im.left);
|
|
51751
|
+
this.i.im = this.i.im;
|
|
51718
51752
|
},
|
|
51719
51753
|
enumerable: true,
|
|
51720
51754
|
configurable: true
|
|
51721
51755
|
});
|
|
51722
51756
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginRight", {
|
|
51723
51757
|
get: function () {
|
|
51724
|
-
return this.i.
|
|
51758
|
+
return this.i.im ? this.i.im.right : NaN;
|
|
51725
51759
|
},
|
|
51726
51760
|
set: function (v) {
|
|
51727
51761
|
this.ensureSummaryRowMargin();
|
|
51728
|
-
this.i.
|
|
51729
|
-
this._a("summaryRowMarginRight", this.i.
|
|
51730
|
-
this.i.
|
|
51762
|
+
this.i.im.right = +v;
|
|
51763
|
+
this._a("summaryRowMarginRight", this.i.im.right);
|
|
51764
|
+
this.i.im = this.i.im;
|
|
51731
51765
|
},
|
|
51732
51766
|
enumerable: true,
|
|
51733
51767
|
configurable: true
|
|
51734
51768
|
});
|
|
51735
51769
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginTop", {
|
|
51736
51770
|
get: function () {
|
|
51737
|
-
return this.i.
|
|
51771
|
+
return this.i.im ? this.i.im.top : NaN;
|
|
51738
51772
|
},
|
|
51739
51773
|
set: function (v) {
|
|
51740
51774
|
this.ensureSummaryRowMargin();
|
|
51741
|
-
this.i.
|
|
51742
|
-
this._a("summaryRowMarginTop", this.i.
|
|
51743
|
-
this.i.
|
|
51775
|
+
this.i.im.top = +v;
|
|
51776
|
+
this._a("summaryRowMarginTop", this.i.im.top);
|
|
51777
|
+
this.i.im = this.i.im;
|
|
51744
51778
|
},
|
|
51745
51779
|
enumerable: true,
|
|
51746
51780
|
configurable: true
|
|
51747
51781
|
});
|
|
51748
51782
|
IgcDataLegendComponent.prototype.ensureSummaryRowMargin = function () {
|
|
51749
|
-
if (this.i.
|
|
51783
|
+
if (this.i.im) {
|
|
51750
51784
|
return;
|
|
51751
51785
|
}
|
|
51752
|
-
this.i.
|
|
51786
|
+
this.i.im = new Thickness(2);
|
|
51753
51787
|
};
|
|
51754
51788
|
Object.defineProperty(IgcDataLegendComponent.prototype, "summaryValueTextColor", {
|
|
51755
51789
|
/**
|
|
51756
51790
|
* Gets or sets the units text color.
|
|
51757
51791
|
*/
|
|
51758
51792
|
get: function () {
|
|
51759
|
-
return brushToString(this.i.
|
|
51793
|
+
return brushToString(this.i.h7);
|
|
51760
51794
|
},
|
|
51761
51795
|
set: function (v) {
|
|
51762
|
-
this.i.
|
|
51763
|
-
this._a("summaryValueTextColor", brushToString(this.i.
|
|
51796
|
+
this.i.h7 = stringToBrush(v);
|
|
51797
|
+
this._a("summaryValueTextColor", brushToString(this.i.h7));
|
|
51764
51798
|
},
|
|
51765
51799
|
enumerable: true,
|
|
51766
51800
|
configurable: true
|
|
@@ -51789,10 +51823,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51789
51823
|
* Gets or sets the units text for the data legend.
|
|
51790
51824
|
*/
|
|
51791
51825
|
get: function () {
|
|
51792
|
-
return this.i.
|
|
51826
|
+
return this.i.d4;
|
|
51793
51827
|
},
|
|
51794
51828
|
set: function (v) {
|
|
51795
|
-
this.i.
|
|
51829
|
+
this.i.d4 = v;
|
|
51796
51830
|
},
|
|
51797
51831
|
enumerable: true,
|
|
51798
51832
|
configurable: true
|
|
@@ -51802,11 +51836,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51802
51836
|
* Gets or sets the units text color.
|
|
51803
51837
|
*/
|
|
51804
51838
|
get: function () {
|
|
51805
|
-
return brushToString(this.i.
|
|
51839
|
+
return brushToString(this.i.h4);
|
|
51806
51840
|
},
|
|
51807
51841
|
set: function (v) {
|
|
51808
|
-
this.i.
|
|
51809
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
51842
|
+
this.i.h4 = stringToBrush(v);
|
|
51843
|
+
this._a("summaryLabelTextColor", brushToString(this.i.h4));
|
|
51810
51844
|
},
|
|
51811
51845
|
enumerable: true,
|
|
51812
51846
|
configurable: true
|
|
@@ -51835,10 +51869,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51835
51869
|
* Gets or sets the units text for the data legend.
|
|
51836
51870
|
*/
|
|
51837
51871
|
get: function () {
|
|
51838
|
-
return this.i.
|
|
51872
|
+
return this.i.ef;
|
|
51839
51873
|
},
|
|
51840
51874
|
set: function (v) {
|
|
51841
|
-
this.i.
|
|
51875
|
+
this.i.ef = v;
|
|
51842
51876
|
},
|
|
51843
51877
|
enumerable: true,
|
|
51844
51878
|
configurable: true
|
|
@@ -51848,11 +51882,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51848
51882
|
* Gets or sets the units text color.
|
|
51849
51883
|
*/
|
|
51850
51884
|
get: function () {
|
|
51851
|
-
return brushToString(this.i.
|
|
51885
|
+
return brushToString(this.i.h6);
|
|
51852
51886
|
},
|
|
51853
51887
|
set: function (v) {
|
|
51854
|
-
this.i.
|
|
51855
|
-
this._a("summaryUnitsTextColor", brushToString(this.i.
|
|
51888
|
+
this.i.h6 = stringToBrush(v);
|
|
51889
|
+
this._a("summaryUnitsTextColor", brushToString(this.i.h6));
|
|
51856
51890
|
},
|
|
51857
51891
|
enumerable: true,
|
|
51858
51892
|
configurable: true
|
|
@@ -51878,61 +51912,61 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51878
51912
|
});
|
|
51879
51913
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginBottom", {
|
|
51880
51914
|
get: function () {
|
|
51881
|
-
return this.i.
|
|
51915
|
+
return this.i.ii ? this.i.ii.bottom : NaN;
|
|
51882
51916
|
},
|
|
51883
51917
|
set: function (v) {
|
|
51884
51918
|
this.ensureBadgeMargin();
|
|
51885
|
-
this.i.
|
|
51886
|
-
this._a("badgeMarginBottom", this.i.
|
|
51887
|
-
this.i.
|
|
51919
|
+
this.i.ii.bottom = +v;
|
|
51920
|
+
this._a("badgeMarginBottom", this.i.ii.bottom);
|
|
51921
|
+
this.i.ii = this.i.ii;
|
|
51888
51922
|
},
|
|
51889
51923
|
enumerable: true,
|
|
51890
51924
|
configurable: true
|
|
51891
51925
|
});
|
|
51892
51926
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginLeft", {
|
|
51893
51927
|
get: function () {
|
|
51894
|
-
return this.i.
|
|
51928
|
+
return this.i.ii ? this.i.ii.left : NaN;
|
|
51895
51929
|
},
|
|
51896
51930
|
set: function (v) {
|
|
51897
51931
|
this.ensureBadgeMargin();
|
|
51898
|
-
this.i.
|
|
51899
|
-
this._a("badgeMarginLeft", this.i.
|
|
51900
|
-
this.i.
|
|
51932
|
+
this.i.ii.left = +v;
|
|
51933
|
+
this._a("badgeMarginLeft", this.i.ii.left);
|
|
51934
|
+
this.i.ii = this.i.ii;
|
|
51901
51935
|
},
|
|
51902
51936
|
enumerable: true,
|
|
51903
51937
|
configurable: true
|
|
51904
51938
|
});
|
|
51905
51939
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginRight", {
|
|
51906
51940
|
get: function () {
|
|
51907
|
-
return this.i.
|
|
51941
|
+
return this.i.ii ? this.i.ii.right : NaN;
|
|
51908
51942
|
},
|
|
51909
51943
|
set: function (v) {
|
|
51910
51944
|
this.ensureBadgeMargin();
|
|
51911
|
-
this.i.
|
|
51912
|
-
this._a("badgeMarginRight", this.i.
|
|
51913
|
-
this.i.
|
|
51945
|
+
this.i.ii.right = +v;
|
|
51946
|
+
this._a("badgeMarginRight", this.i.ii.right);
|
|
51947
|
+
this.i.ii = this.i.ii;
|
|
51914
51948
|
},
|
|
51915
51949
|
enumerable: true,
|
|
51916
51950
|
configurable: true
|
|
51917
51951
|
});
|
|
51918
51952
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginTop", {
|
|
51919
51953
|
get: function () {
|
|
51920
|
-
return this.i.
|
|
51954
|
+
return this.i.ii ? this.i.ii.top : NaN;
|
|
51921
51955
|
},
|
|
51922
51956
|
set: function (v) {
|
|
51923
51957
|
this.ensureBadgeMargin();
|
|
51924
|
-
this.i.
|
|
51925
|
-
this._a("badgeMarginTop", this.i.
|
|
51926
|
-
this.i.
|
|
51958
|
+
this.i.ii.top = +v;
|
|
51959
|
+
this._a("badgeMarginTop", this.i.ii.top);
|
|
51960
|
+
this.i.ii = this.i.ii;
|
|
51927
51961
|
},
|
|
51928
51962
|
enumerable: true,
|
|
51929
51963
|
configurable: true
|
|
51930
51964
|
});
|
|
51931
51965
|
IgcDataLegendComponent.prototype.ensureBadgeMargin = function () {
|
|
51932
|
-
if (this.i.
|
|
51966
|
+
if (this.i.ii) {
|
|
51933
51967
|
return;
|
|
51934
51968
|
}
|
|
51935
|
-
this.i.
|
|
51969
|
+
this.i.ii = new Thickness(2);
|
|
51936
51970
|
};
|
|
51937
51971
|
Object.defineProperty(IgcDataLegendComponent.prototype, "badgeShape", {
|
|
51938
51972
|
/**
|
|
@@ -51995,10 +52029,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51995
52029
|
* Gets or sets the units text for the data legend.
|
|
51996
52030
|
*/
|
|
51997
52031
|
get: function () {
|
|
51998
|
-
return this.i.
|
|
52032
|
+
return this.i.es;
|
|
51999
52033
|
},
|
|
52000
52034
|
set: function (v) {
|
|
52001
|
-
this.i.
|
|
52035
|
+
this.i.es = v;
|
|
52002
52036
|
},
|
|
52003
52037
|
enumerable: true,
|
|
52004
52038
|
configurable: true
|
|
@@ -52008,72 +52042,72 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52008
52042
|
* Gets or sets the units text color.
|
|
52009
52043
|
*/
|
|
52010
52044
|
get: function () {
|
|
52011
|
-
return brushToString(this.i.
|
|
52045
|
+
return brushToString(this.i.h9);
|
|
52012
52046
|
},
|
|
52013
52047
|
set: function (v) {
|
|
52014
|
-
this.i.
|
|
52015
|
-
this._a("unitsTextColor", brushToString(this.i.
|
|
52048
|
+
this.i.h9 = stringToBrush(v);
|
|
52049
|
+
this._a("unitsTextColor", brushToString(this.i.h9));
|
|
52016
52050
|
},
|
|
52017
52051
|
enumerable: true,
|
|
52018
52052
|
configurable: true
|
|
52019
52053
|
});
|
|
52020
52054
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginBottom", {
|
|
52021
52055
|
get: function () {
|
|
52022
|
-
return this.i.
|
|
52056
|
+
return this.i.iq ? this.i.iq.bottom : NaN;
|
|
52023
52057
|
},
|
|
52024
52058
|
set: function (v) {
|
|
52025
52059
|
this.ensureUnitsTextMargin();
|
|
52026
|
-
this.i.
|
|
52027
|
-
this._a("unitsTextMarginBottom", this.i.
|
|
52028
|
-
this.i.
|
|
52060
|
+
this.i.iq.bottom = +v;
|
|
52061
|
+
this._a("unitsTextMarginBottom", this.i.iq.bottom);
|
|
52062
|
+
this.i.iq = this.i.iq;
|
|
52029
52063
|
},
|
|
52030
52064
|
enumerable: true,
|
|
52031
52065
|
configurable: true
|
|
52032
52066
|
});
|
|
52033
52067
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginLeft", {
|
|
52034
52068
|
get: function () {
|
|
52035
|
-
return this.i.
|
|
52069
|
+
return this.i.iq ? this.i.iq.left : NaN;
|
|
52036
52070
|
},
|
|
52037
52071
|
set: function (v) {
|
|
52038
52072
|
this.ensureUnitsTextMargin();
|
|
52039
|
-
this.i.
|
|
52040
|
-
this._a("unitsTextMarginLeft", this.i.
|
|
52041
|
-
this.i.
|
|
52073
|
+
this.i.iq.left = +v;
|
|
52074
|
+
this._a("unitsTextMarginLeft", this.i.iq.left);
|
|
52075
|
+
this.i.iq = this.i.iq;
|
|
52042
52076
|
},
|
|
52043
52077
|
enumerable: true,
|
|
52044
52078
|
configurable: true
|
|
52045
52079
|
});
|
|
52046
52080
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginRight", {
|
|
52047
52081
|
get: function () {
|
|
52048
|
-
return this.i.
|
|
52082
|
+
return this.i.iq ? this.i.iq.right : NaN;
|
|
52049
52083
|
},
|
|
52050
52084
|
set: function (v) {
|
|
52051
52085
|
this.ensureUnitsTextMargin();
|
|
52052
|
-
this.i.
|
|
52053
|
-
this._a("unitsTextMarginRight", this.i.
|
|
52054
|
-
this.i.
|
|
52086
|
+
this.i.iq.right = +v;
|
|
52087
|
+
this._a("unitsTextMarginRight", this.i.iq.right);
|
|
52088
|
+
this.i.iq = this.i.iq;
|
|
52055
52089
|
},
|
|
52056
52090
|
enumerable: true,
|
|
52057
52091
|
configurable: true
|
|
52058
52092
|
});
|
|
52059
52093
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginTop", {
|
|
52060
52094
|
get: function () {
|
|
52061
|
-
return this.i.
|
|
52095
|
+
return this.i.iq ? this.i.iq.top : NaN;
|
|
52062
52096
|
},
|
|
52063
52097
|
set: function (v) {
|
|
52064
52098
|
this.ensureUnitsTextMargin();
|
|
52065
|
-
this.i.
|
|
52066
|
-
this._a("unitsTextMarginTop", this.i.
|
|
52067
|
-
this.i.
|
|
52099
|
+
this.i.iq.top = +v;
|
|
52100
|
+
this._a("unitsTextMarginTop", this.i.iq.top);
|
|
52101
|
+
this.i.iq = this.i.iq;
|
|
52068
52102
|
},
|
|
52069
52103
|
enumerable: true,
|
|
52070
52104
|
configurable: true
|
|
52071
52105
|
});
|
|
52072
52106
|
IgcDataLegendComponent.prototype.ensureUnitsTextMargin = function () {
|
|
52073
|
-
if (this.i.
|
|
52107
|
+
if (this.i.iq) {
|
|
52074
52108
|
return;
|
|
52075
52109
|
}
|
|
52076
|
-
this.i.
|
|
52110
|
+
this.i.iq = new Thickness(2);
|
|
52077
52111
|
};
|
|
52078
52112
|
Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextStyle", {
|
|
52079
52113
|
/**
|
|
@@ -52096,72 +52130,72 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52096
52130
|
});
|
|
52097
52131
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginBottom", {
|
|
52098
52132
|
get: function () {
|
|
52099
|
-
return this.i.
|
|
52133
|
+
return this.i.ip ? this.i.ip.bottom : NaN;
|
|
52100
52134
|
},
|
|
52101
52135
|
set: function (v) {
|
|
52102
52136
|
this.ensureTitleTextMargin();
|
|
52103
|
-
this.i.
|
|
52104
|
-
this._a("titleTextMarginBottom", this.i.
|
|
52105
|
-
this.i.
|
|
52137
|
+
this.i.ip.bottom = +v;
|
|
52138
|
+
this._a("titleTextMarginBottom", this.i.ip.bottom);
|
|
52139
|
+
this.i.ip = this.i.ip;
|
|
52106
52140
|
},
|
|
52107
52141
|
enumerable: true,
|
|
52108
52142
|
configurable: true
|
|
52109
52143
|
});
|
|
52110
52144
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginLeft", {
|
|
52111
52145
|
get: function () {
|
|
52112
|
-
return this.i.
|
|
52146
|
+
return this.i.ip ? this.i.ip.left : NaN;
|
|
52113
52147
|
},
|
|
52114
52148
|
set: function (v) {
|
|
52115
52149
|
this.ensureTitleTextMargin();
|
|
52116
|
-
this.i.
|
|
52117
|
-
this._a("titleTextMarginLeft", this.i.
|
|
52118
|
-
this.i.
|
|
52150
|
+
this.i.ip.left = +v;
|
|
52151
|
+
this._a("titleTextMarginLeft", this.i.ip.left);
|
|
52152
|
+
this.i.ip = this.i.ip;
|
|
52119
52153
|
},
|
|
52120
52154
|
enumerable: true,
|
|
52121
52155
|
configurable: true
|
|
52122
52156
|
});
|
|
52123
52157
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginRight", {
|
|
52124
52158
|
get: function () {
|
|
52125
|
-
return this.i.
|
|
52159
|
+
return this.i.ip ? this.i.ip.right : NaN;
|
|
52126
52160
|
},
|
|
52127
52161
|
set: function (v) {
|
|
52128
52162
|
this.ensureTitleTextMargin();
|
|
52129
|
-
this.i.
|
|
52130
|
-
this._a("titleTextMarginRight", this.i.
|
|
52131
|
-
this.i.
|
|
52163
|
+
this.i.ip.right = +v;
|
|
52164
|
+
this._a("titleTextMarginRight", this.i.ip.right);
|
|
52165
|
+
this.i.ip = this.i.ip;
|
|
52132
52166
|
},
|
|
52133
52167
|
enumerable: true,
|
|
52134
52168
|
configurable: true
|
|
52135
52169
|
});
|
|
52136
52170
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginTop", {
|
|
52137
52171
|
get: function () {
|
|
52138
|
-
return this.i.
|
|
52172
|
+
return this.i.ip ? this.i.ip.top : NaN;
|
|
52139
52173
|
},
|
|
52140
52174
|
set: function (v) {
|
|
52141
52175
|
this.ensureTitleTextMargin();
|
|
52142
|
-
this.i.
|
|
52143
|
-
this._a("titleTextMarginTop", this.i.
|
|
52144
|
-
this.i.
|
|
52176
|
+
this.i.ip.top = +v;
|
|
52177
|
+
this._a("titleTextMarginTop", this.i.ip.top);
|
|
52178
|
+
this.i.ip = this.i.ip;
|
|
52145
52179
|
},
|
|
52146
52180
|
enumerable: true,
|
|
52147
52181
|
configurable: true
|
|
52148
52182
|
});
|
|
52149
52183
|
IgcDataLegendComponent.prototype.ensureTitleTextMargin = function () {
|
|
52150
|
-
if (this.i.
|
|
52184
|
+
if (this.i.ip) {
|
|
52151
52185
|
return;
|
|
52152
52186
|
}
|
|
52153
|
-
this.i.
|
|
52187
|
+
this.i.ip = new Thickness(2);
|
|
52154
52188
|
};
|
|
52155
52189
|
Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextColor", {
|
|
52156
52190
|
/**
|
|
52157
52191
|
* Gets or sets the display text color.
|
|
52158
52192
|
*/
|
|
52159
52193
|
get: function () {
|
|
52160
|
-
return brushToString(this.i.
|
|
52194
|
+
return brushToString(this.i.h8);
|
|
52161
52195
|
},
|
|
52162
52196
|
set: function (v) {
|
|
52163
|
-
this.i.
|
|
52164
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
52197
|
+
this.i.h8 = stringToBrush(v);
|
|
52198
|
+
this._a("titleTextColor", brushToString(this.i.h8));
|
|
52165
52199
|
},
|
|
52166
52200
|
enumerable: true,
|
|
52167
52201
|
configurable: true
|
|
@@ -52204,72 +52238,72 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52204
52238
|
* Gets or sets the units text color.
|
|
52205
52239
|
*/
|
|
52206
52240
|
get: function () {
|
|
52207
|
-
return brushToString(this.i.
|
|
52241
|
+
return brushToString(this.i.h2);
|
|
52208
52242
|
},
|
|
52209
52243
|
set: function (v) {
|
|
52210
|
-
this.i.
|
|
52211
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
52244
|
+
this.i.h2 = stringToBrush(v);
|
|
52245
|
+
this._a("labelTextColor", brushToString(this.i.h2));
|
|
52212
52246
|
},
|
|
52213
52247
|
enumerable: true,
|
|
52214
52248
|
configurable: true
|
|
52215
52249
|
});
|
|
52216
52250
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginBottom", {
|
|
52217
52251
|
get: function () {
|
|
52218
|
-
return this.i.
|
|
52252
|
+
return this.i.il ? this.i.il.bottom : NaN;
|
|
52219
52253
|
},
|
|
52220
52254
|
set: function (v) {
|
|
52221
52255
|
this.ensureLabelTextMargin();
|
|
52222
|
-
this.i.
|
|
52223
|
-
this._a("labelTextMarginBottom", this.i.
|
|
52224
|
-
this.i.
|
|
52256
|
+
this.i.il.bottom = +v;
|
|
52257
|
+
this._a("labelTextMarginBottom", this.i.il.bottom);
|
|
52258
|
+
this.i.il = this.i.il;
|
|
52225
52259
|
},
|
|
52226
52260
|
enumerable: true,
|
|
52227
52261
|
configurable: true
|
|
52228
52262
|
});
|
|
52229
52263
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginLeft", {
|
|
52230
52264
|
get: function () {
|
|
52231
|
-
return this.i.
|
|
52265
|
+
return this.i.il ? this.i.il.left : NaN;
|
|
52232
52266
|
},
|
|
52233
52267
|
set: function (v) {
|
|
52234
52268
|
this.ensureLabelTextMargin();
|
|
52235
|
-
this.i.
|
|
52236
|
-
this._a("labelTextMarginLeft", this.i.
|
|
52237
|
-
this.i.
|
|
52269
|
+
this.i.il.left = +v;
|
|
52270
|
+
this._a("labelTextMarginLeft", this.i.il.left);
|
|
52271
|
+
this.i.il = this.i.il;
|
|
52238
52272
|
},
|
|
52239
52273
|
enumerable: true,
|
|
52240
52274
|
configurable: true
|
|
52241
52275
|
});
|
|
52242
52276
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginRight", {
|
|
52243
52277
|
get: function () {
|
|
52244
|
-
return this.i.
|
|
52278
|
+
return this.i.il ? this.i.il.right : NaN;
|
|
52245
52279
|
},
|
|
52246
52280
|
set: function (v) {
|
|
52247
52281
|
this.ensureLabelTextMargin();
|
|
52248
|
-
this.i.
|
|
52249
|
-
this._a("labelTextMarginRight", this.i.
|
|
52250
|
-
this.i.
|
|
52282
|
+
this.i.il.right = +v;
|
|
52283
|
+
this._a("labelTextMarginRight", this.i.il.right);
|
|
52284
|
+
this.i.il = this.i.il;
|
|
52251
52285
|
},
|
|
52252
52286
|
enumerable: true,
|
|
52253
52287
|
configurable: true
|
|
52254
52288
|
});
|
|
52255
52289
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginTop", {
|
|
52256
52290
|
get: function () {
|
|
52257
|
-
return this.i.
|
|
52291
|
+
return this.i.il ? this.i.il.top : NaN;
|
|
52258
52292
|
},
|
|
52259
52293
|
set: function (v) {
|
|
52260
52294
|
this.ensureLabelTextMargin();
|
|
52261
|
-
this.i.
|
|
52262
|
-
this._a("labelTextMarginTop", this.i.
|
|
52263
|
-
this.i.
|
|
52295
|
+
this.i.il.top = +v;
|
|
52296
|
+
this._a("labelTextMarginTop", this.i.il.top);
|
|
52297
|
+
this.i.il = this.i.il;
|
|
52264
52298
|
},
|
|
52265
52299
|
enumerable: true,
|
|
52266
52300
|
configurable: true
|
|
52267
52301
|
});
|
|
52268
52302
|
IgcDataLegendComponent.prototype.ensureLabelTextMargin = function () {
|
|
52269
|
-
if (this.i.
|
|
52303
|
+
if (this.i.il) {
|
|
52270
52304
|
return;
|
|
52271
52305
|
}
|
|
52272
|
-
this.i.
|
|
52306
|
+
this.i.il = new Thickness(2);
|
|
52273
52307
|
};
|
|
52274
52308
|
Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextStyle", {
|
|
52275
52309
|
/**
|
|
@@ -52399,15 +52433,15 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52399
52433
|
this.i.flush();
|
|
52400
52434
|
};
|
|
52401
52435
|
IgcDataLegendComponent.prototype.getAbbreviatedNumber = function (number, mode, minDigits, maxDigits) {
|
|
52402
|
-
var iv = this.i.
|
|
52436
|
+
var iv = this.i.cr(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
52403
52437
|
return (iv);
|
|
52404
52438
|
};
|
|
52405
52439
|
IgcDataLegendComponent.prototype.getAbbreviatedSymbol = function (number, mode, minDigits, maxDigits) {
|
|
52406
|
-
var iv = this.i.
|
|
52440
|
+
var iv = this.i.c8(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
52407
52441
|
return (iv);
|
|
52408
52442
|
};
|
|
52409
52443
|
IgcDataLegendComponent.prototype.getAbbreviatedString = function (number, mode, minDigits, maxDigits) {
|
|
52410
|
-
var iv = this.i.
|
|
52444
|
+
var iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
|
|
52411
52445
|
return (iv);
|
|
52412
52446
|
};
|
|
52413
52447
|
Object.defineProperty(IgcDataLegendComponent.prototype, "calculateColumnSummary", {
|
|
@@ -58731,9 +58765,10 @@ var AnchoredCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58731
58765
|
var c = new DataLegendSeriesValueInfo();
|
|
58732
58766
|
c.a = 0;
|
|
58733
58767
|
c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
|
|
58768
|
+
c.q = this.t5 != null ? this.t5 : "Value";
|
|
58734
58769
|
c.p = "Value";
|
|
58735
|
-
c.
|
|
58736
|
-
c.
|
|
58770
|
+
c.r = this.t1 != null ? this.t1 : "V:";
|
|
58771
|
+
c.s = this.t3 != null ? this.t3 : "";
|
|
58737
58772
|
var d = new DataLegendSeriesContext();
|
|
58738
58773
|
d.f = ((function () {
|
|
58739
58774
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -60769,11 +60804,13 @@ var IgcAssigningSeriesStyleEventArgsBase = /** @class */ /*@__PURE__*/ (function
|
|
|
60769
60804
|
}
|
|
60770
60805
|
if (!r.externalObject) {
|
|
60771
60806
|
var e = new IgcHighlightingInfo();
|
|
60772
|
-
if (
|
|
60773
|
-
e.
|
|
60807
|
+
if (r.$type) {
|
|
60808
|
+
e._implementation = r;
|
|
60774
60809
|
}
|
|
60775
60810
|
else {
|
|
60776
|
-
e.
|
|
60811
|
+
if (e.i.setNativeElement) {
|
|
60812
|
+
e.i.setNativeElement(r);
|
|
60813
|
+
}
|
|
60777
60814
|
}
|
|
60778
60815
|
r.externalObject = e;
|
|
60779
60816
|
}
|
|
@@ -78801,11 +78838,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78801
78838
|
}
|
|
78802
78839
|
if (!r.externalObject) {
|
|
78803
78840
|
var e = new IgcChartSortDescriptionCollection();
|
|
78804
|
-
if (
|
|
78805
|
-
e.
|
|
78841
|
+
if (r.$type) {
|
|
78842
|
+
e._implementation = r;
|
|
78806
78843
|
}
|
|
78807
78844
|
else {
|
|
78808
|
-
e.
|
|
78845
|
+
if (e.i.setNativeElement) {
|
|
78846
|
+
e.i.setNativeElement(r);
|
|
78847
|
+
}
|
|
78809
78848
|
}
|
|
78810
78849
|
r.externalObject = e;
|
|
78811
78850
|
}
|
|
@@ -78822,11 +78861,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78822
78861
|
}
|
|
78823
78862
|
if (!r.externalObject) {
|
|
78824
78863
|
var e = new IgcChartSortDescriptionCollection();
|
|
78825
|
-
if (
|
|
78826
|
-
e.
|
|
78864
|
+
if (r.$type) {
|
|
78865
|
+
e._implementation = r;
|
|
78827
78866
|
}
|
|
78828
78867
|
else {
|
|
78829
|
-
e.
|
|
78868
|
+
if (e.i.setNativeElement) {
|
|
78869
|
+
e.i.setNativeElement(r);
|
|
78870
|
+
}
|
|
78830
78871
|
}
|
|
78831
78872
|
r.externalObject = e;
|
|
78832
78873
|
}
|
|
@@ -78846,11 +78887,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78846
78887
|
}
|
|
78847
78888
|
if (!r.externalObject) {
|
|
78848
78889
|
var e = new IgcChartSortDescriptionCollection();
|
|
78849
|
-
if (
|
|
78850
|
-
e.
|
|
78890
|
+
if (r.$type) {
|
|
78891
|
+
e._implementation = r;
|
|
78851
78892
|
}
|
|
78852
78893
|
else {
|
|
78853
|
-
e.
|
|
78894
|
+
if (e.i.setNativeElement) {
|
|
78895
|
+
e.i.setNativeElement(r);
|
|
78896
|
+
}
|
|
78854
78897
|
}
|
|
78855
78898
|
r.externalObject = e;
|
|
78856
78899
|
}
|
|
@@ -78870,11 +78913,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78870
78913
|
}
|
|
78871
78914
|
if (!r.externalObject) {
|
|
78872
78915
|
var e = new IgcFilterExpressionCollection();
|
|
78873
|
-
if (
|
|
78874
|
-
e.
|
|
78916
|
+
if (r.$type) {
|
|
78917
|
+
e._implementation = r;
|
|
78875
78918
|
}
|
|
78876
78919
|
else {
|
|
78877
|
-
e.
|
|
78920
|
+
if (e.i.setNativeElement) {
|
|
78921
|
+
e.i.setNativeElement(r);
|
|
78922
|
+
}
|
|
78878
78923
|
}
|
|
78879
78924
|
r.externalObject = e;
|
|
78880
78925
|
}
|
|
@@ -78894,11 +78939,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78894
78939
|
}
|
|
78895
78940
|
if (!r.externalObject) {
|
|
78896
78941
|
var e = new IgcChartSummaryDescriptionCollection();
|
|
78897
|
-
if (
|
|
78898
|
-
e.
|
|
78942
|
+
if (r.$type) {
|
|
78943
|
+
e._implementation = r;
|
|
78899
78944
|
}
|
|
78900
78945
|
else {
|
|
78901
|
-
e.
|
|
78946
|
+
if (e.i.setNativeElement) {
|
|
78947
|
+
e.i.setNativeElement(r);
|
|
78948
|
+
}
|
|
78902
78949
|
}
|
|
78903
78950
|
r.externalObject = e;
|
|
78904
78951
|
}
|
|
@@ -78918,11 +78965,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78918
78965
|
}
|
|
78919
78966
|
if (!r.externalObject) {
|
|
78920
78967
|
var e = new IgcChartSortDescriptionCollection();
|
|
78921
|
-
if (
|
|
78922
|
-
e.
|
|
78968
|
+
if (r.$type) {
|
|
78969
|
+
e._implementation = r;
|
|
78923
78970
|
}
|
|
78924
78971
|
else {
|
|
78925
|
-
e.
|
|
78972
|
+
if (e.i.setNativeElement) {
|
|
78973
|
+
e.i.setNativeElement(r);
|
|
78974
|
+
}
|
|
78926
78975
|
}
|
|
78927
78976
|
r.externalObject = e;
|
|
78928
78977
|
}
|
|
@@ -78942,11 +78991,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78942
78991
|
}
|
|
78943
78992
|
if (!r.externalObject) {
|
|
78944
78993
|
var e = new IgcChartSortDescriptionCollection();
|
|
78945
|
-
if (
|
|
78946
|
-
e.
|
|
78994
|
+
if (r.$type) {
|
|
78995
|
+
e._implementation = r;
|
|
78947
78996
|
}
|
|
78948
78997
|
else {
|
|
78949
|
-
e.
|
|
78998
|
+
if (e.i.setNativeElement) {
|
|
78999
|
+
e.i.setNativeElement(r);
|
|
79000
|
+
}
|
|
78950
79001
|
}
|
|
78951
79002
|
r.externalObject = e;
|
|
78952
79003
|
}
|
|
@@ -78966,11 +79017,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78966
79017
|
}
|
|
78967
79018
|
if (!r.externalObject) {
|
|
78968
79019
|
var e = new IgcChartSortDescriptionCollection();
|
|
78969
|
-
if (
|
|
78970
|
-
e.
|
|
79020
|
+
if (r.$type) {
|
|
79021
|
+
e._implementation = r;
|
|
78971
79022
|
}
|
|
78972
79023
|
else {
|
|
78973
|
-
e.
|
|
79024
|
+
if (e.i.setNativeElement) {
|
|
79025
|
+
e.i.setNativeElement(r);
|
|
79026
|
+
}
|
|
78974
79027
|
}
|
|
78975
79028
|
r.externalObject = e;
|
|
78976
79029
|
}
|
|
@@ -78990,11 +79043,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78990
79043
|
}
|
|
78991
79044
|
if (!r.externalObject) {
|
|
78992
79045
|
var e = new IgcChartSummaryDescriptionCollection();
|
|
78993
|
-
if (
|
|
78994
|
-
e.
|
|
79046
|
+
if (r.$type) {
|
|
79047
|
+
e._implementation = r;
|
|
78995
79048
|
}
|
|
78996
79049
|
else {
|
|
78997
|
-
e.
|
|
79050
|
+
if (e.i.setNativeElement) {
|
|
79051
|
+
e.i.setNativeElement(r);
|
|
79052
|
+
}
|
|
78998
79053
|
}
|
|
78999
79054
|
r.externalObject = e;
|
|
79000
79055
|
}
|
|
@@ -101266,11 +101321,13 @@ var IgcRingSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
101266
101321
|
}
|
|
101267
101322
|
if (!r.externalObject) {
|
|
101268
101323
|
var e = new IgcRing();
|
|
101269
|
-
if (
|
|
101270
|
-
e.
|
|
101324
|
+
if (r.$type) {
|
|
101325
|
+
e._implementation = r;
|
|
101271
101326
|
}
|
|
101272
101327
|
else {
|
|
101273
|
-
e.
|
|
101328
|
+
if (e.i.setNativeElement) {
|
|
101329
|
+
e.i.setNativeElement(r);
|
|
101330
|
+
}
|
|
101274
101331
|
}
|
|
101275
101332
|
r.externalObject = e;
|
|
101276
101333
|
}
|
|
@@ -117763,11 +117820,13 @@ var IgcFinancialEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
117763
117820
|
}
|
|
117764
117821
|
if (!r.externalObject) {
|
|
117765
117822
|
var e = new IgcFinancialCalculationDataSource();
|
|
117766
|
-
if (
|
|
117767
|
-
e.
|
|
117823
|
+
if (r.$type) {
|
|
117824
|
+
e._implementation = r;
|
|
117768
117825
|
}
|
|
117769
117826
|
else {
|
|
117770
|
-
e.
|
|
117827
|
+
if (e.i.setNativeElement) {
|
|
117828
|
+
e.i.setNativeElement(r);
|
|
117829
|
+
}
|
|
117771
117830
|
}
|
|
117772
117831
|
r.externalObject = e;
|
|
117773
117832
|
}
|
|
@@ -117790,11 +117849,13 @@ var IgcFinancialEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
117790
117849
|
}
|
|
117791
117850
|
if (!r.externalObject) {
|
|
117792
117851
|
var e = new IgcFinancialCalculationSupportingCalculations();
|
|
117793
|
-
if (
|
|
117794
|
-
e.
|
|
117852
|
+
if (r.$type) {
|
|
117853
|
+
e._implementation = r;
|
|
117795
117854
|
}
|
|
117796
117855
|
else {
|
|
117797
|
-
e.
|
|
117856
|
+
if (e.i.setNativeElement) {
|
|
117857
|
+
e.i.setNativeElement(r);
|
|
117858
|
+
}
|
|
117798
117859
|
}
|
|
117799
117860
|
r.externalObject = e;
|
|
117800
117861
|
}
|
|
@@ -129352,27 +129413,30 @@ var FinancialPriceSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129352
129413
|
var f = new DataLegendSeriesValueInfo();
|
|
129353
129414
|
f.a = 4;
|
|
129354
129415
|
f.l = this.r8(c, false, false);
|
|
129355
|
-
f.p =
|
|
129356
|
-
f.q = this.
|
|
129357
|
-
f.r = this.
|
|
129416
|
+
f.p = "Close";
|
|
129417
|
+
f.q = this.sk != null ? this.sk : "Close";
|
|
129418
|
+
f.r = this.tw != null ? this.tw : "C:";
|
|
129419
|
+
f.s = this.ty != null ? this.ty : "";
|
|
129358
129420
|
var g = new DataLegendSeriesValueInfo();
|
|
129359
129421
|
g.l = this.r9(c, false, false);
|
|
129360
129422
|
g.a = 3;
|
|
129361
|
-
g.p =
|
|
129362
|
-
g.q = this.
|
|
129363
|
-
g.r = this.
|
|
129423
|
+
g.p = "Open";
|
|
129424
|
+
g.q = this.sw != null ? this.sw : "Open";
|
|
129425
|
+
g.r = this.ua != null ? this.ua : "O:";
|
|
129426
|
+
g.s = this.uc != null ? this.uc : "";
|
|
129364
129427
|
g.k = true;
|
|
129365
129428
|
var h = new DataLegendSeriesValueInfo();
|
|
129366
129429
|
h.l = (f.l - g.l) / g.l * 100;
|
|
129367
129430
|
h.l = round10N(h.l, 1);
|
|
129368
129431
|
h.a = 9;
|
|
129369
129432
|
h.p = "Change";
|
|
129370
|
-
h.q = "";
|
|
129371
|
-
h.
|
|
129372
|
-
h.
|
|
129373
|
-
h.
|
|
129374
|
-
h.
|
|
129375
|
-
h.
|
|
129433
|
+
h.q = "Change";
|
|
129434
|
+
h.r = "";
|
|
129435
|
+
h.u = "";
|
|
129436
|
+
h.w = "+";
|
|
129437
|
+
h.v = "%";
|
|
129438
|
+
h.x = "%";
|
|
129439
|
+
h.s = null;
|
|
129376
129440
|
h.c = false;
|
|
129377
129441
|
h.k = true;
|
|
129378
129442
|
h.e = false;
|
|
@@ -129382,37 +129446,41 @@ var FinancialPriceSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129382
129446
|
h.d = false;
|
|
129383
129447
|
h.n = 1;
|
|
129384
129448
|
h.m = 1;
|
|
129385
|
-
g.
|
|
129386
|
-
f.
|
|
129387
|
-
h.
|
|
129449
|
+
g.y = h.l >= 0 ? this.o3 : this.tm;
|
|
129450
|
+
f.y = h.l >= 0 ? this.o3 : this.tm;
|
|
129451
|
+
h.y = h.l >= 0 ? this.o3 : this.tm;
|
|
129388
129452
|
var i = new DataLegendSeriesValueInfo();
|
|
129389
129453
|
i.l = e > d ? d : e;
|
|
129390
129454
|
i.a = 1;
|
|
129391
|
-
i.p =
|
|
129392
|
-
i.q = this.
|
|
129393
|
-
i.r = this.
|
|
129455
|
+
i.p = "Low";
|
|
129456
|
+
i.q = this.ss != null ? this.ss : "Low";
|
|
129457
|
+
i.r = this.t5 != null ? this.t5 : "L:";
|
|
129458
|
+
i.s = this.t7 != null ? this.t7 : "";
|
|
129394
129459
|
i.k = true;
|
|
129395
129460
|
var j = new DataLegendSeriesValueInfo();
|
|
129396
129461
|
j.l = e > d ? e : d;
|
|
129397
129462
|
j.a = 2;
|
|
129398
|
-
j.p =
|
|
129399
|
-
j.q = this.
|
|
129400
|
-
j.r = this.
|
|
129463
|
+
j.p = "High";
|
|
129464
|
+
j.q = this.sn != null ? this.sn : "High";
|
|
129465
|
+
j.r = this.t1 != null ? this.t1 : "H:";
|
|
129466
|
+
j.s = this.t3 != null ? this.t3 : "";
|
|
129401
129467
|
j.k = true;
|
|
129402
129468
|
var k = new DataLegendSeriesValueInfo();
|
|
129403
129469
|
k.l = (j.l + i.l + f.l) / 3;
|
|
129404
129470
|
k.l = round10N(k.l, 2);
|
|
129405
129471
|
k.a = 5;
|
|
129406
129472
|
k.p = "TypicalPrice";
|
|
129407
|
-
k.q = "
|
|
129408
|
-
k.r = "";
|
|
129473
|
+
k.q = "TypicalPrice";
|
|
129474
|
+
k.r = "TP:";
|
|
129475
|
+
k.s = "";
|
|
129409
129476
|
k.k = true;
|
|
129410
129477
|
var l = new DataLegendSeriesValueInfo();
|
|
129411
129478
|
l.l = this.sa(c, false, false);
|
|
129412
129479
|
l.a = 8;
|
|
129413
|
-
l.p =
|
|
129414
|
-
l.q =
|
|
129415
|
-
l.r = "";
|
|
129480
|
+
l.p = "Volume";
|
|
129481
|
+
l.q = this.s0 != null ? this.s0 : "Volume";
|
|
129482
|
+
l.r = "VOL:";
|
|
129483
|
+
l.s = "";
|
|
129416
129484
|
l.k = true;
|
|
129417
129485
|
l.n = 0;
|
|
129418
129486
|
l.m = 0;
|
|
@@ -156384,26 +156452,30 @@ var HorizontalRangeCategorySeries = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
156384
156452
|
var f = new DataLegendSeriesValueInfo();
|
|
156385
156453
|
f.a = 1;
|
|
156386
156454
|
f.l = e > d ? d : e;
|
|
156387
|
-
f.p =
|
|
156388
|
-
f.q = this.
|
|
156389
|
-
f.r = this.
|
|
156455
|
+
f.p = "Low";
|
|
156456
|
+
f.q = this.tt != null ? this.tt : "Low";
|
|
156457
|
+
f.r = this.t6 != null ? this.t6 : "L:";
|
|
156458
|
+
f.s = this.t8 != null ? this.t8 : "";
|
|
156390
156459
|
var g = new DataLegendSeriesValueInfo();
|
|
156391
156460
|
g.a = 2;
|
|
156392
156461
|
g.l = e > d ? e : d;
|
|
156393
|
-
g.p =
|
|
156394
|
-
g.q = this.
|
|
156395
|
-
g.r = this.
|
|
156462
|
+
g.p = "High";
|
|
156463
|
+
g.q = this.tq != null ? this.tq : "High";
|
|
156464
|
+
g.r = this.t2 != null ? this.t2 : "H:";
|
|
156465
|
+
g.s = this.t4 != null ? this.t4 : "";
|
|
156396
156466
|
var h = new DataLegendSeriesValueInfo();
|
|
156397
156467
|
h.a = 7;
|
|
156398
156468
|
h.l = Math.abs(g.l - f.l);
|
|
156399
156469
|
h.p = "Range";
|
|
156400
|
-
h.q = "
|
|
156470
|
+
h.q = "Range";
|
|
156471
|
+
h.r = "R:";
|
|
156401
156472
|
h.k = true;
|
|
156402
156473
|
var i = new DataLegendSeriesValueInfo();
|
|
156403
156474
|
i.a = 6;
|
|
156404
156475
|
i.l = f.l + (h.l / 2);
|
|
156405
156476
|
i.p = "Average";
|
|
156406
|
-
i.q = "
|
|
156477
|
+
i.q = "Average";
|
|
156478
|
+
i.r = "A:";
|
|
156407
156479
|
i.k = true;
|
|
156408
156480
|
var j = new DataLegendSeriesContext();
|
|
156409
156481
|
j.f = ((function () {
|
|
@@ -165134,15 +165206,17 @@ var PolarBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
165134
165206
|
var g = new DataLegendSeriesValueInfo();
|
|
165135
165207
|
g.l = e;
|
|
165136
165208
|
g.a = 11;
|
|
165137
|
-
g.
|
|
165138
|
-
g.
|
|
165139
|
-
g.r = this.
|
|
165209
|
+
g.q = this.tw != null ? this.tw : "Radius";
|
|
165210
|
+
g.p = "Radius";
|
|
165211
|
+
g.r = this.ts != null ? this.ts : "R:";
|
|
165212
|
+
g.s = this.tu != null ? this.tu : "";
|
|
165140
165213
|
var h = new DataLegendSeriesValueInfo();
|
|
165141
165214
|
h.l = f;
|
|
165142
165215
|
h.a = 10;
|
|
165143
|
-
h.
|
|
165144
|
-
h.
|
|
165145
|
-
h.r = this.
|
|
165216
|
+
h.q = this.ti != null ? this.ti : "Angle";
|
|
165217
|
+
h.p = "Angle";
|
|
165218
|
+
h.r = this.te != null ? this.te : "A:";
|
|
165219
|
+
h.s = this.tg != null ? this.tg : "";
|
|
165146
165220
|
var i = new DataLegendSeriesContext();
|
|
165147
165221
|
i.f = ((function () {
|
|
165148
165222
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -168652,9 +168726,10 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
168652
168726
|
var c = new DataLegendSeriesValueInfo();
|
|
168653
168727
|
c.a = 0;
|
|
168654
168728
|
c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
|
|
168655
|
-
c.p =
|
|
168656
|
-
c.q = this.
|
|
168657
|
-
c.r = this.
|
|
168729
|
+
c.p = "Value";
|
|
168730
|
+
c.q = this.to != null ? this.to : "Value";
|
|
168731
|
+
c.r = this.tk != null ? this.tk : "V:";
|
|
168732
|
+
c.s = this.tm != null ? this.tm : "";
|
|
168658
168733
|
var d = new DataLegendSeriesContext();
|
|
168659
168734
|
d.f = ((function () {
|
|
168660
168735
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -175521,15 +175596,17 @@ var ScatterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
175521
175596
|
var g = new DataLegendSeriesValueInfo();
|
|
175522
175597
|
g.l = e;
|
|
175523
175598
|
g.a = 13;
|
|
175524
|
-
g.p =
|
|
175525
|
-
g.q = this.
|
|
175526
|
-
g.r = this.
|
|
175599
|
+
g.p = "X";
|
|
175600
|
+
g.q = this.ti != null ? this.ti : "X";
|
|
175601
|
+
g.r = this.te != null ? this.te : "X:";
|
|
175602
|
+
g.s = this.tg != null ? this.tg : "";
|
|
175527
175603
|
var h = new DataLegendSeriesValueInfo();
|
|
175528
175604
|
h.l = f;
|
|
175529
175605
|
h.a = 14;
|
|
175530
|
-
h.p =
|
|
175531
|
-
h.q = this.
|
|
175532
|
-
h.r = this.
|
|
175606
|
+
h.p = "Y";
|
|
175607
|
+
h.q = this.tq != null ? this.tq : "Y";
|
|
175608
|
+
h.r = this.tm != null ? this.tm : "Y:";
|
|
175609
|
+
h.s = this.to != null ? this.to : "";
|
|
175533
175610
|
var i = new DataLegendSeriesContext();
|
|
175534
175611
|
i.f = ((function () {
|
|
175535
175612
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -176580,15 +176657,17 @@ var BubbleSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
176580
176657
|
var g = new DataLegendSeriesValueInfo();
|
|
176581
176658
|
g.a = 13;
|
|
176582
176659
|
g.l = e;
|
|
176583
|
-
g.p =
|
|
176584
|
-
g.q = this.
|
|
176585
|
-
g.r = this.
|
|
176660
|
+
g.p = "X";
|
|
176661
|
+
g.q = this.ti != null ? this.ti : "X";
|
|
176662
|
+
g.r = this.te != null ? this.te : "X:";
|
|
176663
|
+
g.s = this.tg != null ? this.tg : "";
|
|
176586
176664
|
var h = new DataLegendSeriesValueInfo();
|
|
176587
176665
|
h.l = f;
|
|
176588
176666
|
h.a = 14;
|
|
176589
|
-
h.p =
|
|
176590
|
-
h.q = this.
|
|
176591
|
-
h.r = this.
|
|
176667
|
+
h.p = "Y";
|
|
176668
|
+
h.q = this.tq != null ? this.tq : "Y";
|
|
176669
|
+
h.r = this.tm != null ? this.tm : "Y:";
|
|
176670
|
+
h.s = this.to != null ? this.to : "";
|
|
176592
176671
|
var i = new DataLegendSeriesContext();
|
|
176593
176672
|
i.f = ((function () {
|
|
176594
176673
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -176602,18 +176681,20 @@ var BubbleSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
176602
176681
|
var k = new DataLegendSeriesValueInfo();
|
|
176603
176682
|
k.l = j;
|
|
176604
176683
|
k.a = 11;
|
|
176605
|
-
k.p =
|
|
176606
|
-
k.q = this.
|
|
176607
|
-
k.r = this.
|
|
176684
|
+
k.p = "Radius";
|
|
176685
|
+
k.q = this.wb != null ? this.wb : "Radius";
|
|
176686
|
+
k.r = this.v7 != null ? this.v7 : "R:";
|
|
176687
|
+
k.s = this.v9 != null ? this.v9 : "";
|
|
176608
176688
|
i.f.add(k);
|
|
176609
176689
|
}
|
|
176610
176690
|
else if (this.va != null) {
|
|
176611
176691
|
var l = new DataLegendSeriesValueInfo();
|
|
176612
176692
|
l.l = this.va.maximumValue;
|
|
176613
176693
|
l.a = 11;
|
|
176614
|
-
l.p =
|
|
176615
|
-
l.q = this.
|
|
176616
|
-
l.r = this.
|
|
176694
|
+
l.p = "Radius";
|
|
176695
|
+
l.q = this.wb != null ? this.wb : "Radius";
|
|
176696
|
+
l.r = this.v7 != null ? this.v7 : "R:";
|
|
176697
|
+
l.s = this.v9 != null ? this.v9 : "";
|
|
176617
176698
|
i.f.add(l);
|
|
176618
176699
|
}
|
|
176619
176700
|
if (!stringIsNullOrEmpty(this.vw)) {
|
|
@@ -176621,9 +176702,10 @@ var BubbleSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
176621
176702
|
var n = new DataLegendSeriesValueInfo();
|
|
176622
176703
|
n.l = m;
|
|
176623
176704
|
n.a = 12;
|
|
176624
|
-
n.p =
|
|
176625
|
-
n.q = this.
|
|
176626
|
-
n.r = this.
|
|
176705
|
+
n.p = "Fill";
|
|
176706
|
+
n.q = this.vw != null ? this.vw : "Fill";
|
|
176707
|
+
n.r = this.vs != null ? this.vs : "F:";
|
|
176708
|
+
n.s = this.vu != null ? this.vu : "";
|
|
176627
176709
|
i.f.add(n);
|
|
176628
176710
|
}
|
|
176629
176711
|
return i;
|
|
@@ -179581,15 +179663,17 @@ var HighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
179581
179663
|
var g = new DataLegendSeriesValueInfo();
|
|
179582
179664
|
g.l = e;
|
|
179583
179665
|
g.a = 13;
|
|
179584
|
-
g.p =
|
|
179585
|
-
g.q = this.
|
|
179586
|
-
g.r = this.
|
|
179666
|
+
g.p = "X";
|
|
179667
|
+
g.q = this.si != null ? this.si : "X";
|
|
179668
|
+
g.r = this.se != null ? this.se : "X:";
|
|
179669
|
+
g.s = this.sg != null ? this.sg : "";
|
|
179587
179670
|
var h = new DataLegendSeriesValueInfo();
|
|
179588
179671
|
h.l = f;
|
|
179589
179672
|
h.a = 14;
|
|
179590
|
-
h.p =
|
|
179591
|
-
h.q = this.
|
|
179592
|
-
|
|
179673
|
+
h.p = "Y";
|
|
179674
|
+
h.q = this.sq != null ? this.sq : "Y";
|
|
179675
|
+
h.r = this.sm != null ? this.sm : "Y:";
|
|
179676
|
+
h.s = this.so != null ? this.so : "";
|
|
179593
179677
|
var i = new DataLegendSeriesContext();
|
|
179594
179678
|
i.f = ((function () {
|
|
179595
179679
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -181905,17 +181989,17 @@ var ScatterTriangulationSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
181905
181989
|
var g = new DataLegendSeriesValueInfo();
|
|
181906
181990
|
g.l = e;
|
|
181907
181991
|
g.a = 13;
|
|
181908
|
-
g.p =
|
|
181909
|
-
;
|
|
181910
|
-
g.
|
|
181911
|
-
g.
|
|
181992
|
+
g.p = "X";
|
|
181993
|
+
g.q = this.ra != null ? this.ra : "X";
|
|
181994
|
+
g.r = this.q6 != null ? this.q6 : "X:";
|
|
181995
|
+
g.s = this.q8 != null ? this.q8 : "";
|
|
181912
181996
|
var h = new DataLegendSeriesValueInfo();
|
|
181913
181997
|
h.l = f;
|
|
181914
181998
|
h.a = 14;
|
|
181915
|
-
h.p =
|
|
181916
|
-
;
|
|
181917
|
-
h.
|
|
181918
|
-
h.
|
|
181999
|
+
h.p = "Y";
|
|
182000
|
+
h.q = this.ri != null ? this.ri : "Y";
|
|
182001
|
+
h.r = this.re != null ? this.re : "Y:";
|
|
182002
|
+
h.s = this.rg != null ? this.rg : "";
|
|
181919
182003
|
var i = new DataLegendSeriesContext();
|
|
181920
182004
|
i.f = ((function () {
|
|
181921
182005
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -182496,21 +182580,24 @@ var ScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
182496
182580
|
var h = new DataLegendSeriesValueInfo();
|
|
182497
182581
|
h.l = e;
|
|
182498
182582
|
h.a = 13;
|
|
182499
|
-
h.p =
|
|
182500
|
-
h.q = this.
|
|
182501
|
-
h.r = this.
|
|
182583
|
+
h.p = "X";
|
|
182584
|
+
h.q = this.ra != null ? this.ra : "X";
|
|
182585
|
+
h.r = this.q6 != null ? this.q6 : "X:";
|
|
182586
|
+
h.s = this.q8 != null ? this.q8 : "";
|
|
182502
182587
|
var i = new DataLegendSeriesValueInfo();
|
|
182503
182588
|
i.l = f;
|
|
182504
182589
|
i.a = 14;
|
|
182505
|
-
i.p =
|
|
182506
|
-
i.q = this.
|
|
182507
|
-
i.r = this.
|
|
182590
|
+
i.p = "Y";
|
|
182591
|
+
i.q = this.ri != null ? this.ri : "Y";
|
|
182592
|
+
i.r = this.re != null ? this.re : "Y:";
|
|
182593
|
+
i.s = this.rg != null ? this.rg : "";
|
|
182508
182594
|
var j = new DataLegendSeriesValueInfo();
|
|
182509
182595
|
j.l = g;
|
|
182510
182596
|
j.a = 0;
|
|
182511
|
-
j.p =
|
|
182512
|
-
j.q = this.
|
|
182513
|
-
j.r = this.
|
|
182597
|
+
j.p = "Value";
|
|
182598
|
+
j.q = this.sh != null ? this.sh : "Value";
|
|
182599
|
+
j.r = this.sd != null ? this.sd : "V:";
|
|
182600
|
+
j.s = this.sf != null ? this.sf : "";
|
|
182514
182601
|
var k = new DataLegendSeriesContext();
|
|
182515
182602
|
k.f = ((function () {
|
|
182516
182603
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -183382,21 +183469,24 @@ var ScatterContourSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
183382
183469
|
var h = new DataLegendSeriesValueInfo();
|
|
183383
183470
|
h.a = 13;
|
|
183384
183471
|
h.l = e;
|
|
183385
|
-
h.p =
|
|
183386
|
-
h.q = this.
|
|
183387
|
-
h.r = this.
|
|
183472
|
+
h.p = "X";
|
|
183473
|
+
h.q = this.ra != null ? this.ra : "X";
|
|
183474
|
+
h.r = this.q6 != null ? this.q6 : "X:";
|
|
183475
|
+
h.s = this.q8 != null ? this.q8 : "";
|
|
183388
183476
|
var i = new DataLegendSeriesValueInfo();
|
|
183389
183477
|
i.a = 14;
|
|
183390
183478
|
i.l = f;
|
|
183391
|
-
i.p =
|
|
183392
|
-
i.q = this.
|
|
183393
|
-
i.r = this.
|
|
183479
|
+
i.p = "Y";
|
|
183480
|
+
i.q = this.ri != null ? this.ri : "Y";
|
|
183481
|
+
i.r = this.re != null ? this.re : "Y:";
|
|
183482
|
+
i.s = this.rg != null ? this.rg : "";
|
|
183394
183483
|
var j = new DataLegendSeriesValueInfo();
|
|
183395
183484
|
j.a = 0;
|
|
183396
183485
|
j.l = g;
|
|
183397
|
-
j.p =
|
|
183398
|
-
j.q = this.
|
|
183399
|
-
j.r = this.
|
|
183486
|
+
j.p = "Value";
|
|
183487
|
+
j.q = this.sf != null ? this.sf : "Value";
|
|
183488
|
+
j.r = this.sb != null ? this.sb : "V:";
|
|
183489
|
+
j.s = this.sd != null ? this.sd : "";
|
|
183400
183490
|
var k = new DataLegendSeriesContext();
|
|
183401
183491
|
k.f = ((function () {
|
|
183402
183492
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -187692,11 +187782,13 @@ var IgcScatterPolygonSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
187692
187782
|
}
|
|
187693
187783
|
if (!r.externalObject) {
|
|
187694
187784
|
var e = new IgcStyle();
|
|
187695
|
-
if (
|
|
187696
|
-
e.
|
|
187785
|
+
if (r.$type) {
|
|
187786
|
+
e._implementation = r;
|
|
187697
187787
|
}
|
|
187698
187788
|
else {
|
|
187699
|
-
e.
|
|
187789
|
+
if (e.i.setNativeElement) {
|
|
187790
|
+
e.i.setNativeElement(r);
|
|
187791
|
+
}
|
|
187700
187792
|
}
|
|
187701
187793
|
r.externalObject = e;
|
|
187702
187794
|
}
|
|
@@ -188105,11 +188197,13 @@ var IgcScatterPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
188105
188197
|
}
|
|
188106
188198
|
if (!r.externalObject) {
|
|
188107
188199
|
var e = new IgcStyle();
|
|
188108
|
-
if (
|
|
188109
|
-
e.
|
|
188200
|
+
if (r.$type) {
|
|
188201
|
+
e._implementation = r;
|
|
188110
188202
|
}
|
|
188111
188203
|
else {
|
|
188112
|
-
e.
|
|
188204
|
+
if (e.i.setNativeElement) {
|
|
188205
|
+
e.i.setNativeElement(r);
|
|
188206
|
+
}
|
|
188113
188207
|
}
|
|
188114
188208
|
r.externalObject = e;
|
|
188115
188209
|
}
|
|
@@ -195335,6 +195429,9 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
195335
195429
|
HorizontalStackedSeriesBase.prototype.l7 = function (a, b, c, d) {
|
|
195336
195430
|
_super.prototype.l7.call(this, a, b, c, d);
|
|
195337
195431
|
switch (b) {
|
|
195432
|
+
case "Resolution":
|
|
195433
|
+
this.tq.j();
|
|
195434
|
+
break;
|
|
195338
195435
|
case HorizontalStackedSeriesBase.$$p[0]:
|
|
195339
195436
|
if (c != d) {
|
|
195340
195437
|
this.k4(typeCast(Axis.$, c));
|
|
@@ -196311,8 +196408,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
196311
196408
|
var c = new DataLegendSeriesValueInfo();
|
|
196312
196409
|
c.l = this.br({ $type: Point_$type, x: a, y: b }, false, false);
|
|
196313
196410
|
c.p = "Value";
|
|
196314
|
-
c.q = this.
|
|
196315
|
-
c.r = this.
|
|
196411
|
+
c.q = this.fi != null ? this.fi : "Value";
|
|
196412
|
+
c.r = this.fe != null ? this.fe : "";
|
|
196413
|
+
c.s = this.fg != null ? this.fg : "";
|
|
196316
196414
|
var d = new DataLegendSeriesContext();
|
|
196317
196415
|
d.f = ((function () {
|
|
196318
196416
|
var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
|
|
@@ -198149,8 +198247,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198149
198247
|
_this.c = null;
|
|
198150
198248
|
_this.e = null;
|
|
198151
198249
|
_this.d = null;
|
|
198152
|
-
_this.j = null;
|
|
198153
198250
|
_this.k = null;
|
|
198251
|
+
_this.l = null;
|
|
198154
198252
|
if (a == null) {
|
|
198155
198253
|
return _this;
|
|
198156
198254
|
}
|
|
@@ -198159,8 +198257,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198159
198257
|
_this.c = new StackedSeriesCollection();
|
|
198160
198258
|
_this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
198161
198259
|
_this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
|
|
198162
|
-
_this.
|
|
198163
|
-
_this.
|
|
198260
|
+
_this.k = _this.b.tr.c2;
|
|
198261
|
+
_this.l = _this.b.tr.c4;
|
|
198164
198262
|
var b = _this.c;
|
|
198165
198263
|
b.collectionChanged = delegateCombine(b.collectionChanged, function (b, c) {
|
|
198166
198264
|
var e_70, _a, e_71, _b;
|
|
@@ -198224,8 +198322,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198224
198322
|
e.b8 = null;
|
|
198225
198323
|
e.itemsSource = null;
|
|
198226
198324
|
e.legend = null;
|
|
198227
|
-
if (_this.
|
|
198228
|
-
_this.
|
|
198325
|
+
if (_this.l != null && _this.l.ab.contains(e)) {
|
|
198326
|
+
_this.l.ab.remove(e);
|
|
198229
198327
|
}
|
|
198230
198328
|
if (_this.b.cd != null) {
|
|
198231
198329
|
_this.b.cd.op(e);
|
|
@@ -198252,8 +198350,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198252
198350
|
var f = _f.value;
|
|
198253
198351
|
f.cd = _this.b.cd;
|
|
198254
198352
|
f.b8 = _this.b.b8;
|
|
198255
|
-
if (!_this.
|
|
198256
|
-
_this.
|
|
198353
|
+
if (!_this.l.ab.contains(f)) {
|
|
198354
|
+
_this.l.ab.add(f);
|
|
198257
198355
|
}
|
|
198258
198356
|
if (_this.b.cd != null) {
|
|
198259
198357
|
_this.b.cd.lk(f);
|
|
@@ -198347,6 +198445,31 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198347
198445
|
}
|
|
198348
198446
|
return null;
|
|
198349
198447
|
};
|
|
198448
|
+
StackedSeriesManager.prototype.j = function () {
|
|
198449
|
+
var e_74, _a;
|
|
198450
|
+
if (this.b == null) {
|
|
198451
|
+
return;
|
|
198452
|
+
}
|
|
198453
|
+
try {
|
|
198454
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
198455
|
+
var a = _c.value;
|
|
198456
|
+
a.gv = this.b.fv;
|
|
198457
|
+
}
|
|
198458
|
+
}
|
|
198459
|
+
catch (e_74_1) {
|
|
198460
|
+
e_74 = { error: e_74_1 };
|
|
198461
|
+
}
|
|
198462
|
+
finally {
|
|
198463
|
+
try {
|
|
198464
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
198465
|
+
_a.call(_b);
|
|
198466
|
+
}
|
|
198467
|
+
finally {
|
|
198468
|
+
if (e_74)
|
|
198469
|
+
throw e_74.error;
|
|
198470
|
+
}
|
|
198471
|
+
}
|
|
198472
|
+
};
|
|
198350
198473
|
StackedSeriesManager.prototype.i = function (a, b) {
|
|
198351
198474
|
if (b.itemsSource == null) {
|
|
198352
198475
|
a.itemsSource = this.b.itemsSource;
|
|
@@ -198420,7 +198543,7 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198420
198543
|
b.gq();
|
|
198421
198544
|
};
|
|
198422
198545
|
StackedSeriesManager.prototype.h = function (a) {
|
|
198423
|
-
var
|
|
198546
|
+
var e_75, _a;
|
|
198424
198547
|
this.e.clear();
|
|
198425
198548
|
this.d.clear();
|
|
198426
198549
|
var b = 0;
|
|
@@ -198445,8 +198568,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198445
198568
|
b++;
|
|
198446
198569
|
}
|
|
198447
198570
|
}
|
|
198448
|
-
catch (
|
|
198449
|
-
|
|
198571
|
+
catch (e_75_1) {
|
|
198572
|
+
e_75 = { error: e_75_1 };
|
|
198450
198573
|
}
|
|
198451
198574
|
finally {
|
|
198452
198575
|
try {
|
|
@@ -198454,8 +198577,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
198454
198577
|
_a.call(_b);
|
|
198455
198578
|
}
|
|
198456
198579
|
finally {
|
|
198457
|
-
if (
|
|
198458
|
-
throw
|
|
198580
|
+
if (e_75)
|
|
198581
|
+
throw e_75.error;
|
|
198459
198582
|
}
|
|
198460
198583
|
}
|
|
198461
198584
|
};
|
|
@@ -200214,11 +200337,13 @@ var IgcStackedSeriesCreatedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
200214
200337
|
}
|
|
200215
200338
|
if (!r.externalObject) {
|
|
200216
200339
|
var e = new IgcStyle();
|
|
200217
|
-
if (
|
|
200218
|
-
e.
|
|
200340
|
+
if (r.$type) {
|
|
200341
|
+
e._implementation = r;
|
|
200219
200342
|
}
|
|
200220
200343
|
else {
|
|
200221
|
-
e.
|
|
200344
|
+
if (e.i.setNativeElement) {
|
|
200345
|
+
e.i.setNativeElement(r);
|
|
200346
|
+
}
|
|
200222
200347
|
}
|
|
200223
200348
|
r.externalObject = e;
|
|
200224
200349
|
}
|