igniteui-webcomponents-charts 5.3.0 → 5.4.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +759 -748
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +1 -1
  4. package/esm2015/lib/AnchoredCategorySeries_combined.js +1 -1
  5. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +4 -4
  6. package/esm2015/lib/AngleAxisLabelPanel_combined.js +1 -1
  7. package/esm2015/lib/AnnotationLayer_combined.js +1 -1
  8. package/esm2015/lib/BollingerBandsOverlay_combined.js +1 -1
  9. package/esm2015/lib/BubbleSeries_combined.js +4 -4
  10. package/esm2015/lib/CalloutLayer_combined.js +1 -1
  11. package/esm2015/lib/CategoryBucketCalculator_combined.js +4 -4
  12. package/esm2015/lib/CategoryChart.js +12 -12
  13. package/esm2015/lib/CategoryChartToolbarProvider.js +1 -1
  14. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +1 -1
  15. package/esm2015/lib/CategoryXAxis_combined.js +5 -5
  16. package/esm2015/lib/CategoryYAxis_combined.js +5 -5
  17. package/esm2015/lib/ColumnSeries_combined.js +2 -2
  18. package/esm2015/lib/DataChartToolbarProvider.js +2 -2
  19. package/esm2015/lib/DataChartVisualDataManager.js +1 -1
  20. package/esm2015/lib/DataPieChartToolbarProvider.js +1 -1
  21. package/esm2015/lib/DomainChart.js +22 -22
  22. package/esm2015/lib/DomainChartPlotAreaPointerEventArgs.js +2 -2
  23. package/esm2015/lib/DomainChartSeriesPointerEventArgs.js +2 -2
  24. package/esm2015/lib/FinancialChart_combined.js +15 -15
  25. package/esm2015/lib/FinancialIndicator_combined.js +1 -1
  26. package/esm2015/lib/FinancialPriceSeries_combined.js +5 -5
  27. package/esm2015/lib/HighDensityScatterSeries_combined.js +2 -2
  28. package/esm2015/lib/NumericXAxis_combined.js +1 -1
  29. package/esm2015/lib/NumericYAxis_combined.js +1 -1
  30. package/esm2015/lib/OrdinalTimeXAxis.js +1 -1
  31. package/esm2015/lib/PolarBase_combined.js +2 -2
  32. package/esm2015/lib/RadialBucketCalculator_combined.js +1 -1
  33. package/esm2015/lib/RadialColumnSeries_combined.js +51 -50
  34. package/esm2015/lib/RadialPieSeries_combined.js +2 -2
  35. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +1 -1
  36. package/esm2015/lib/ScatterAreaSeries_combined.js +1 -1
  37. package/esm2015/lib/ScatterBase_combined.js +5 -5
  38. package/esm2015/lib/SeriesViewerInteractionManager.js +18 -18
  39. package/esm2015/lib/SeriesViewerScrollbarManager.js +2 -2
  40. package/esm2015/lib/SeriesViewerSurfaceViewer.js +5 -5
  41. package/esm2015/lib/SeriesViewer_combined.js +452 -442
  42. package/esm2015/lib/ShapeSeriesBase_combined.js +1 -1
  43. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +3 -3
  44. package/esm2015/lib/TileZoomManager_combined.js +2 -2
  45. package/esm2015/lib/TimeXAxis.js +4 -4
  46. package/esm2015/lib/VerticalAnchoredCategorySeries.js +1 -1
  47. package/esm2015/lib/igc-data-chart-component.js +95 -95
  48. package/esm2015/lib/igc-series-viewer-component.js +11 -11
  49. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +1 -1
  50. package/esm5/lib/AnchoredCategorySeries_combined.js +1 -1
  51. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +4 -4
  52. package/esm5/lib/AngleAxisLabelPanel_combined.js +1 -1
  53. package/esm5/lib/AnnotationLayer_combined.js +1 -1
  54. package/esm5/lib/BollingerBandsOverlay_combined.js +1 -1
  55. package/esm5/lib/BubbleSeries_combined.js +4 -4
  56. package/esm5/lib/CalloutLayer_combined.js +1 -1
  57. package/esm5/lib/CategoryBucketCalculator_combined.js +4 -4
  58. package/esm5/lib/CategoryChart.js +12 -12
  59. package/esm5/lib/CategoryChartToolbarProvider.js +1 -1
  60. package/esm5/lib/CategoryDateTimeXAxis_combined.js +1 -1
  61. package/esm5/lib/CategoryXAxis_combined.js +5 -5
  62. package/esm5/lib/CategoryYAxis_combined.js +5 -5
  63. package/esm5/lib/ColumnSeries_combined.js +2 -2
  64. package/esm5/lib/DataChartToolbarProvider.js +2 -2
  65. package/esm5/lib/DataChartVisualDataManager.js +1 -1
  66. package/esm5/lib/DataPieChartToolbarProvider.js +1 -1
  67. package/esm5/lib/DomainChart.js +22 -22
  68. package/esm5/lib/DomainChartPlotAreaPointerEventArgs.js +2 -2
  69. package/esm5/lib/DomainChartSeriesPointerEventArgs.js +2 -2
  70. package/esm5/lib/FinancialChart_combined.js +15 -15
  71. package/esm5/lib/FinancialIndicator_combined.js +1 -1
  72. package/esm5/lib/FinancialPriceSeries_combined.js +5 -5
  73. package/esm5/lib/HighDensityScatterSeries_combined.js +2 -2
  74. package/esm5/lib/NumericXAxis_combined.js +1 -1
  75. package/esm5/lib/NumericYAxis_combined.js +1 -1
  76. package/esm5/lib/OrdinalTimeXAxis.js +1 -1
  77. package/esm5/lib/PolarBase_combined.js +2 -2
  78. package/esm5/lib/RadialBucketCalculator_combined.js +1 -1
  79. package/esm5/lib/RadialColumnSeries_combined.js +53 -52
  80. package/esm5/lib/RadialPieSeries_combined.js +2 -2
  81. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +1 -1
  82. package/esm5/lib/ScatterAreaSeries_combined.js +1 -1
  83. package/esm5/lib/ScatterBase_combined.js +5 -5
  84. package/esm5/lib/SeriesViewerInteractionManager.js +18 -18
  85. package/esm5/lib/SeriesViewerScrollbarManager.js +2 -2
  86. package/esm5/lib/SeriesViewerSurfaceViewer.js +5 -5
  87. package/esm5/lib/SeriesViewer_combined.js +452 -442
  88. package/esm5/lib/ShapeSeriesBase_combined.js +1 -1
  89. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +3 -3
  90. package/esm5/lib/TileZoomManager_combined.js +2 -2
  91. package/esm5/lib/TimeXAxis.js +4 -4
  92. package/esm5/lib/VerticalAnchoredCategorySeries.js +1 -1
  93. package/esm5/lib/igc-data-chart-component.js +95 -95
  94. package/esm5/lib/igc-series-viewer-component.js +11 -11
  95. package/fesm2015/igniteui-webcomponents-charts.js +757 -746
  96. package/fesm5/igniteui-webcomponents-charts.js +759 -748
  97. package/lib/SeriesViewer_combined.d.ts +106 -104
  98. package/package.json +2 -2
@@ -3123,7 +3123,7 @@
3123
3123
  _this.e0 = false;
3124
3124
  _this.gh = false;
3125
3125
  _this.cq = 1;
3126
- _this.wm = null;
3126
+ _this.wo = null;
3127
3127
  _this.i0 = 0;
3128
3128
  _this.bq = null;
3129
3129
  _this.ed = false;
@@ -3202,7 +3202,7 @@
3202
3202
  _this.al.a = igniteuiWebcomponentsCore.runOn(_this, _this.ne);
3203
3203
  _this.am = new igniteuiWebcomponentsCore.CanvasRenderScheduler();
3204
3204
  _this.ak = new igniteuiWebcomponentsCore.CanvasRenderScheduler();
3205
- SeriesViewer.wg = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
3205
+ SeriesViewer.wh = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
3206
3206
  _this.syncSettings = ((function () {
3207
3207
  var $ret = new SyncSettings();
3208
3208
  $ret.synchronizeHorizontally = true;
@@ -3258,7 +3258,7 @@
3258
3258
  configurable: true
3259
3259
  });
3260
3260
  SeriesViewer.staticInit = function () {
3261
- SeriesViewer.wg = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
3261
+ SeriesViewer.wh = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
3262
3262
  };
3263
3263
  Object.defineProperty(SeriesViewer.prototype, "du", {
3264
3264
  get: function () {
@@ -3675,8 +3675,8 @@
3675
3675
  }
3676
3676
  }
3677
3677
  }
3678
- if (this.ep != c && !this.wk.isEmpty) {
3679
- this.qg(this.wk, this.wk);
3678
+ if (this.ep != c && !this.wm.isEmpty) {
3679
+ this.qg(this.wm, this.wm);
3680
3680
  }
3681
3681
  this.oh();
3682
3682
  this.oq();
@@ -3765,7 +3765,7 @@
3765
3765
  this.ob();
3766
3766
  };
3767
3767
  SeriesViewer.prototype.n6 = function (a, b, c, d) {
3768
- var e = this.wk;
3768
+ var e = this.wm;
3769
3769
  var f = e.width;
3770
3770
  var g = e.height;
3771
3771
  var h = 1;
@@ -4126,14 +4126,14 @@
4126
4126
  SeriesViewer.prototype.bh = function (a, b, c) {
4127
4127
  var d = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.x, y: a.y };
4128
4128
  var e = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.x, y: a.y };
4129
- if (!this.wk.isEmpty) {
4129
+ if (!this.wm.isEmpty) {
4130
4130
  if (c) {
4131
- e.x -= this.wk.left;
4132
- e.y -= this.wk.top;
4131
+ e.x -= this.wm.left;
4132
+ e.y -= this.wm.top;
4133
4133
  }
4134
4134
  else {
4135
- d.x += this.wk.left;
4136
- d.y += this.wk.top;
4135
+ d.x += this.wm.left;
4136
+ d.y += this.wm.top;
4137
4137
  }
4138
4138
  }
4139
4139
  var f = new PlotAreaMouseButtonEventArgs(this, d, e);
@@ -4143,14 +4143,14 @@
4143
4143
  SeriesViewer.prototype.bl = function (a, b, c) {
4144
4144
  var d = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.x, y: a.y };
4145
4145
  var e = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.x, y: a.y };
4146
- if (!this.wk.isEmpty) {
4146
+ if (!this.wm.isEmpty) {
4147
4147
  if (c) {
4148
- e.x -= this.wk.left;
4149
- e.y -= this.wk.top;
4148
+ e.x -= this.wm.left;
4149
+ e.y -= this.wm.top;
4150
4150
  }
4151
4151
  else {
4152
- d.x += this.wk.left;
4153
- d.y += this.wk.top;
4152
+ d.x += this.wm.left;
4153
+ d.y += this.wm.top;
4154
4154
  }
4155
4155
  }
4156
4156
  var f = new PlotAreaMouseEventArgs(this, d, e);
@@ -5084,7 +5084,7 @@
5084
5084
  this.bb.f$as(this, a);
5085
5085
  };
5086
5086
  SeriesViewer.prototype.rh = function (a) {
5087
- a = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.x - this.wk.left, y: a.y - this.wk.top };
5087
+ a = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.x - this.wm.left, y: a.y - this.wm.top };
5088
5088
  var b = this.vy(a);
5089
5089
  if (this.f7) {
5090
5090
  this.nh(b);
@@ -5154,12 +5154,12 @@
5154
5154
  }
5155
5155
  }
5156
5156
  };
5157
- SeriesViewer.prototype.get_wk = function () {
5157
+ SeriesViewer.prototype.get_wm = function () {
5158
5158
  return this.v3;
5159
5159
  };
5160
- Object.defineProperty(SeriesViewer.prototype, "wk", {
5160
+ Object.defineProperty(SeriesViewer.prototype, "wm", {
5161
5161
  get: function () {
5162
- return this.get_wk();
5162
+ return this.get_wm();
5163
5163
  },
5164
5164
  enumerable: false,
5165
5165
  configurable: true
@@ -5184,7 +5184,7 @@
5184
5184
  enumerable: false,
5185
5185
  configurable: true
5186
5186
  });
5187
- SeriesViewer.prototype.wd = function (a, b, c) {
5187
+ SeriesViewer.prototype.we = function (a, b, c) {
5188
5188
  if (c.isEmpty) {
5189
5189
  return c;
5190
5190
  }
@@ -5203,7 +5203,7 @@
5203
5203
  SeriesViewer.prototype.get_v7 = function () {
5204
5204
  if (this.dy) {
5205
5205
  this.dy = false;
5206
- var a = this.wb(this.wk, this.v8, this.v4);
5206
+ var a = this.wc(this.wm, this.v8, this.v4);
5207
5207
  this.v0 = a;
5208
5208
  }
5209
5209
  return this.v0;
@@ -5215,7 +5215,7 @@
5215
5215
  enumerable: false,
5216
5216
  configurable: true
5217
5217
  });
5218
- SeriesViewer.prototype.wb = function (a, b, c) {
5218
+ SeriesViewer.prototype.wc = function (a, b, c) {
5219
5219
  var d = b;
5220
5220
  var e = c;
5221
5221
  var f = a;
@@ -5256,11 +5256,11 @@
5256
5256
  }
5257
5257
  return igniteuiWebcomponentsCore.Rect.empty;
5258
5258
  };
5259
- SeriesViewer.prototype.wc = function () {
5260
- return this.wk;
5259
+ SeriesViewer.prototype.wd = function () {
5260
+ return this.wm;
5261
5261
  };
5262
5262
  SeriesViewer.prototype.rl = function (a) {
5263
- a.kh = this.wk;
5263
+ a.kh = this.wm;
5264
5264
  };
5265
5265
  Object.defineProperty(SeriesViewer.prototype, "i1", {
5266
5266
  get: function () {
@@ -5294,7 +5294,7 @@
5294
5294
  SeriesViewer.prototype.nd = function (a, b) {
5295
5295
  var c = false;
5296
5296
  c = true;
5297
- if (this.wk.containsPoint(a)) {
5297
+ if (this.wm.containsPoint(a)) {
5298
5298
  if (!this.d5) {
5299
5299
  this.d5 = true;
5300
5300
  if (this.plotAreaMouseEnter != null) {
@@ -5772,23 +5772,28 @@
5772
5772
  return igniteuiWebcomponentsCore.toEnum(function () { return _this._gm(); });
5773
5773
  };
5774
5774
  SeriesViewer.prototype.vy = function (a) {
5775
- a = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.x + this.wk.left, y: a.y + this.wk.top };
5775
+ a = { $type: igniteuiWebcomponentsCore.Point_$type, x: a.x + this.wm.left, y: a.y + this.wm.top };
5776
5776
  var b = this.v7;
5777
- var c = ViewportUtils.b(a.x, this.v4, this.wk, this.v8);
5778
- var d = ViewportUtils.g(a.y, this.v4, this.wk, this.v8);
5777
+ var c = ViewportUtils.b(a.x, this.v4, this.wm, this.v8);
5778
+ var d = ViewportUtils.g(a.y, this.v4, this.wm, this.v8);
5779
5779
  return { $type: igniteuiWebcomponentsCore.Point_$type, x: c, y: d };
5780
5780
  };
5781
5781
  SeriesViewer.prototype.vw = function (a) {
5782
5782
  var b = this.v7;
5783
- var c = ViewportUtils.e(a.x, this.v4, this.wk, this.v8);
5784
- var d = ViewportUtils.i(a.y, this.v4, this.wk, this.v8);
5783
+ var c = ViewportUtils.e(a.x, this.v4, this.wm, this.v8);
5784
+ var d = ViewportUtils.i(a.y, this.v4, this.wm, this.v8);
5785
5785
  return { $type: igniteuiWebcomponentsCore.Point_$type, x: c, y: d };
5786
5786
  };
5787
- SeriesViewer.prototype.wj = function (a) {
5787
+ SeriesViewer.prototype.wl = function (a) {
5788
5788
  var b = this.vy({ $type: igniteuiWebcomponentsCore.Point_$type, x: a.left, y: a.top });
5789
5789
  var c = this.vy({ $type: igniteuiWebcomponentsCore.Point_$type, x: a.right, y: a.bottom });
5790
5790
  return new igniteuiWebcomponentsCore.Rect(0, b.x, b.y, c.x - b.x, c.y - b.y);
5791
5791
  };
5792
+ SeriesViewer.prototype.v9 = function (a) {
5793
+ var b = this.vw({ $type: igniteuiWebcomponentsCore.Point_$type, x: a.left, y: a.top });
5794
+ var c = this.vw({ $type: igniteuiWebcomponentsCore.Point_$type, x: a.right, y: a.bottom });
5795
+ return new igniteuiWebcomponentsCore.Rect(0, b.x, b.y, c.x - b.x, c.y - b.y);
5796
+ };
5792
5797
  SeriesViewer.prototype.qx = function (a, b) {
5793
5798
  if (this.windowRectChanged != null && igniteuiWebcomponentsCore.Rect.l_op_Inequality(a, b)) {
5794
5799
  this.windowRectChanged(this, new igniteuiWebcomponentsCore.RectChangedEventArgs(a, b));
@@ -5821,7 +5826,7 @@
5821
5826
  var c = this.hs() - a;
5822
5827
  var d = this.hj + (a / 2);
5823
5828
  var e = this.hk + (a / 2);
5824
- this.wl = new igniteuiWebcomponentsCore.Rect(0, d, e, b, c);
5829
+ this.wn = new igniteuiWebcomponentsCore.Rect(0, d, e, b, c);
5825
5830
  };
5826
5831
  SeriesViewer.prototype.r0 = function (a) {
5827
5832
  this.rz(a * -1);
@@ -5850,7 +5855,7 @@
5850
5855
  this.bb.f$ar(this);
5851
5856
  }
5852
5857
  if (this.fd && (igniteuiWebcomponentsCore.Rect.l_op_Equality(a, null) || a.isEmpty || a.width == 0 || a.height == 0)) {
5853
- this.rx(this.wl, false);
5858
+ this.rx(this.wn, false);
5854
5859
  }
5855
5860
  else {
5856
5861
  this.n1();
@@ -5988,7 +5993,7 @@
5988
5993
  this.p9();
5989
5994
  this.qf(igniteuiWebcomponentsCore.Rect.empty, true);
5990
5995
  if (this.cp == 1) {
5991
- this.rx(this.wm, true);
5996
+ this.rx(this.wo, true);
5992
5997
  }
5993
5998
  }
5994
5999
  if (this.c0 == 1 || this.c0 == 3) {
@@ -6004,7 +6009,7 @@
6004
6009
  SeriesViewer.prototype.rv = function (a, b) {
6005
6010
  var c = this.hm;
6006
6011
  var d = this.hl;
6007
- this.wl = new igniteuiWebcomponentsCore.Rect(0, this.hj, this.hk, igniteuiWebcomponentsCore.MathUtil.d(a, c, 1), igniteuiWebcomponentsCore.MathUtil.d(b, d, 1));
6012
+ this.wn = new igniteuiWebcomponentsCore.Rect(0, this.hj, this.hk, igniteuiWebcomponentsCore.MathUtil.d(a, c, 1), igniteuiWebcomponentsCore.MathUtil.d(b, d, 1));
6008
6013
  };
6009
6014
  SeriesViewer.prototype.rw = function (a, b, c, d) {
6010
6015
  if (!igniteuiWebcomponentsCore.MathUtil.a(a) || a < 0 || a >= 1) {
@@ -6019,7 +6024,7 @@
6019
6024
  if (!igniteuiWebcomponentsCore.MathUtil.a(c)) {
6020
6025
  c = this.hs();
6021
6026
  }
6022
- this.wl = new igniteuiWebcomponentsCore.Rect(0, a, b, igniteuiWebcomponentsCore.MathUtil.d(c, this.hm, 1), igniteuiWebcomponentsCore.MathUtil.d(d, this.hl, 1));
6027
+ this.wn = new igniteuiWebcomponentsCore.Rect(0, a, b, igniteuiWebcomponentsCore.MathUtil.d(c, this.hm, 1), igniteuiWebcomponentsCore.MathUtil.d(d, this.hl, 1));
6023
6028
  };
6024
6029
  SeriesViewer.prototype.hs = function () {
6025
6030
  return 1;
@@ -6031,10 +6036,10 @@
6031
6036
  if (this.it > 0) {
6032
6037
  return this.it;
6033
6038
  }
6034
- var a = igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.wk, null) && !this.wk.isEmpty && igniteuiWebcomponentsCore.MathUtil.a(this.wk.width);
6039
+ var a = igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.wm, null) && !this.wm.isEmpty && igniteuiWebcomponentsCore.MathUtil.a(this.wm.width);
6035
6040
  var b = igniteuiWebcomponentsCore.MathUtil.a(this.iv);
6036
6041
  if (b && a) {
6037
- var c = this.iv / this.wk.width;
6042
+ var c = this.iv / this.wm.width;
6038
6043
  if (c <= 0 || c >= 1) {
6039
6044
  c = 0.0001;
6040
6045
  }
@@ -6046,10 +6051,10 @@
6046
6051
  if (this.is > 0) {
6047
6052
  return this.is;
6048
6053
  }
6049
- var a = igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.wk, null) && !this.wk.isEmpty && igniteuiWebcomponentsCore.MathUtil.a(this.wk.height);
6054
+ var a = igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.wm, null) && !this.wm.isEmpty && igniteuiWebcomponentsCore.MathUtil.a(this.wm.height);
6050
6055
  var b = igniteuiWebcomponentsCore.MathUtil.a(this.iu);
6051
6056
  if (b && a) {
6052
- var c = this.iu / this.wk.height;
6057
+ var c = this.iu / this.wm.height;
6053
6058
  if (c <= 0 || c >= 1) {
6054
6059
  c = 0.0001;
6055
6060
  }
@@ -6138,7 +6143,7 @@
6138
6143
  if (!this.e0) {
6139
6144
  this.gh = true;
6140
6145
  }
6141
- if (this.wp == 0) {
6146
+ if (this.wr == 0) {
6142
6147
  this.er = true;
6143
6148
  }
6144
6149
  else {
@@ -6163,8 +6168,8 @@
6163
6168
  this.rx(d, false);
6164
6169
  this.i0--;
6165
6170
  }
6166
- if (!this.wl.equals1(c) && this.i0 == 0) {
6167
- this.p6(c, this.wl);
6171
+ if (!this.wn.equals1(c) && this.i0 == 0) {
6172
+ this.p6(c, this.wn);
6168
6173
  }
6169
6174
  this.n1();
6170
6175
  break;
@@ -6434,7 +6439,7 @@
6434
6439
  return new igniteuiWebcomponentsCore.Tuple$2(igniteuiWebcomponentsCore.Number_$type, Series.$, b, c);
6435
6440
  };
6436
6441
  SeriesViewer.prototype.rs = function () {
6437
- this.ed = this.wq == 0;
6442
+ this.ed = this.ws == 0;
6438
6443
  this.c9.dp();
6439
6444
  this.rr();
6440
6445
  this.c9.em();
@@ -6448,10 +6453,10 @@
6448
6453
  if (this.c2 == null) {
6449
6454
  return;
6450
6455
  }
6451
- this.c2.visibility = this.wq;
6456
+ this.c2.visibility = this.ws;
6452
6457
  this.c2.isZoomable = this.fk();
6453
6458
  };
6454
- Object.defineProperty(SeriesViewer.prototype, "we", {
6459
+ Object.defineProperty(SeriesViewer.prototype, "wf", {
6455
6460
  get: function () {
6456
6461
  return this.v2;
6457
6462
  },
@@ -6462,7 +6467,7 @@
6462
6467
  this.c9.cj();
6463
6468
  }
6464
6469
  else {
6465
- this.c9.en(this.wk, this.wh(this.we));
6470
+ this.c9.en(this.wm, this.wi(this.wf));
6466
6471
  this.c9.ec();
6467
6472
  this.qm("PreviewRect", b, this.v2);
6468
6473
  }
@@ -6523,7 +6528,7 @@
6523
6528
  this.c9.ck();
6524
6529
  this.c9.ep(this.v4);
6525
6530
  if (this.em) {
6526
- this.bc.updateScrollbars(this, a, this.v4, this.wk, this.wk);
6531
+ this.bc.updateScrollbars(this, a, this.v4, this.wm, this.wm);
6527
6532
  }
6528
6533
  this.ok(a, b);
6529
6534
  };
@@ -6532,11 +6537,11 @@
6532
6537
  };
6533
6538
  SeriesViewer.prototype.ok = function (a, b) {
6534
6539
  };
6535
- SeriesViewer.prototype.wh = function (a) {
6536
- if (this.wk.isEmpty) {
6540
+ SeriesViewer.prototype.wi = function (a) {
6541
+ if (this.wm.isEmpty) {
6537
6542
  return igniteuiWebcomponentsCore.Rect.empty;
6538
6543
  }
6539
- var b = this.wk;
6544
+ var b = this.wm;
6540
6545
  var c = b.left + (b.width * (a.left - this.v4.left) / this.v4.width);
6541
6546
  var d = b.top + (b.height * (a.top - this.v4.top) / this.v4.height);
6542
6547
  var e = b.left + (b.width * (a.right - this.v4.left) / this.v4.width);
@@ -6695,10 +6700,10 @@
6695
6700
  enumerable: false,
6696
6701
  configurable: true
6697
6702
  });
6698
- SeriesViewer.prototype.wn = function () {
6703
+ SeriesViewer.prototype.wp = function () {
6699
6704
  return this.c9.fj();
6700
6705
  };
6701
- SeriesViewer.prototype.wo = function () {
6706
+ SeriesViewer.prototype.wq = function () {
6702
6707
  return this.c9.fk();
6703
6708
  };
6704
6709
  SeriesViewer.prototype.ap = function (a) {
@@ -6731,7 +6736,7 @@
6731
6736
  SeriesViewer.prototype.notifyContainerResized = function () {
6732
6737
  this.c9.cu();
6733
6738
  };
6734
- SeriesViewer.prototype.v9 = function () {
6739
+ SeriesViewer.prototype.wa = function () {
6735
6740
  return this.c9.fb();
6736
6741
  };
6737
6742
  SeriesViewer.prototype.nm = function () {
@@ -7148,7 +7153,7 @@
7148
7153
  enumerable: false,
7149
7154
  configurable: true
7150
7155
  });
7151
- SeriesViewer.prototype.wa = function () {
7156
+ SeriesViewer.prototype.wb = function () {
7152
7157
  return this.v4;
7153
7158
  };
7154
7159
  SeriesViewer.prototype.n1 = function () {
@@ -7157,21 +7162,21 @@
7157
7162
  }
7158
7163
  this.v4 = this.v5();
7159
7164
  };
7160
- SeriesViewer.prototype.wf = function () {
7165
+ SeriesViewer.prototype.wg = function () {
7161
7166
  return igniteuiWebcomponentsCore.Rect.empty;
7162
7167
  };
7163
7168
  SeriesViewer.prototype.v5 = function () {
7164
- var a = this.wl.left;
7165
- var b = this.wl.top;
7166
- var c = this.wl.width;
7167
- var d = this.wl.height;
7169
+ var a = this.wn.left;
7170
+ var b = this.wn.top;
7171
+ var c = this.wn.width;
7172
+ var d = this.wn.height;
7168
7173
  if (this.cr == 1) {
7169
- a = Math.min(1, Math.max(0, this.wl.left));
7170
- c = Math.min(1, Math.max(0, this.wl.width));
7174
+ a = Math.min(1, Math.max(0, this.wn.left));
7175
+ c = Math.min(1, Math.max(0, this.wn.width));
7171
7176
  }
7172
7177
  if (this.cr == 1) {
7173
- b = Math.min(1, Math.max(0, this.wl.top));
7174
- d = Math.min(1, Math.max(0, this.wl.height));
7178
+ b = Math.min(1, Math.max(0, this.wn.top));
7179
+ d = Math.min(1, Math.max(0, this.wn.height));
7175
7180
  }
7176
7181
  return new igniteuiWebcomponentsCore.Rect(0, a, b, c, d);
7177
7182
  };
@@ -7311,7 +7316,7 @@
7311
7316
  var a = false;
7312
7317
  a = this.eg;
7313
7318
  this.e0 = true;
7314
- this.er = (a && !this.gh) || this.wp == 0;
7319
+ this.er = (a && !this.gh) || this.wr == 0;
7315
7320
  this.e0 = false;
7316
7321
  };
7317
7322
  SeriesViewer.prototype.qr = function () {
@@ -7433,11 +7438,12 @@
7433
7438
  };
7434
7439
  SeriesViewer.prototype.m6 = function (a) {
7435
7440
  var e_23, _a;
7436
- var b = new igniteuiWebcomponentsCore.List$1(ChartSelection.$, 0);
7441
+ var b = this.wl(a);
7442
+ var c = new igniteuiWebcomponentsCore.List$1(ChartSelection.$, 0);
7437
7443
  try {
7438
7444
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
7439
- var c = _c.value;
7440
- c.p3(a, b, this.b4);
7445
+ var d = _c.value;
7446
+ d.p3(b, c, this.b4);
7441
7447
  }
7442
7448
  }
7443
7449
  catch (e_23_1) {
@@ -7453,28 +7459,32 @@
7453
7459
  throw e_23.error;
7454
7460
  }
7455
7461
  }
7456
- if (b.count == 0) {
7462
+ if (c.count == 0) {
7457
7463
  return;
7458
7464
  }
7459
- b = this.gs(b, this.b4);
7460
- b = this.gt(b, this.b4);
7461
- var d = this.gp(this.selectedSeriesItems, b, this.b4);
7462
- for (var e = 0; e < d.count; e++) {
7463
- this.selectedSeriesItems.remove(d._inner[e]);
7465
+ c = this.gs(c, this.b4);
7466
+ c = this.gt(c, this.b4);
7467
+ var e = this.gp(this.selectedSeriesItems, c, this.b4);
7468
+ for (var f = 0; f < e.count; f++) {
7469
+ this.selectedSeriesItems.remove(e._inner[f]);
7464
7470
  }
7465
- for (var f = 0; f < b.count; f++) {
7466
- this.selectedSeriesItems.add(b._inner[f]);
7471
+ for (var g = 0; g < c.count; g++) {
7472
+ this.selectedSeriesItems.add(c._inner[g]);
7467
7473
  }
7468
7474
  };
7469
- SeriesViewer.prototype.wi = function (a) {
7470
- a = new igniteuiWebcomponentsCore.Rect(0, a.left + this.wk.left, a.top + this.wk.top, a.width, a.height);
7471
- var b = this.wk;
7475
+ SeriesViewer.prototype.wj = function (a) {
7476
+ a = new igniteuiWebcomponentsCore.Rect(0, a.left, a.top, a.width, a.height);
7477
+ var b = this.wm;
7472
7478
  var c = this.v4.left + this.v4.width * (a.left - b.left) / b.width;
7473
7479
  var d = this.v4.top + this.v4.height * (a.top - b.top) / b.height;
7474
7480
  var e = this.v4.left + this.v4.width * (a.right - b.left) / b.width;
7475
7481
  var f = this.v4.top + this.v4.height * (a.bottom - b.top) / b.height;
7476
7482
  return new igniteuiWebcomponentsCore.Rect(0, c, d, e - c, f - d);
7477
7483
  };
7484
+ SeriesViewer.prototype.wk = function (a) {
7485
+ a = new igniteuiWebcomponentsCore.Rect(0, a.left + this.wm.left, a.top + this.wm.top, a.width, a.height);
7486
+ return this.wj(a);
7487
+ };
7478
7488
  SeriesViewer.prototype.nb = function (a) {
7479
7489
  if (this.gr == null) {
7480
7490
  this.gr = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.CaptureImageSettings.$, 0);
@@ -7687,8 +7697,8 @@
7687
7697
  var c = igniteuiWebcomponentsCore.typeCast(SeriesViewer.$, a);
7688
7698
  c.qm("LegendItemBadgeMode", b.oldValue, b.newValue);
7689
7699
  }));
7690
- SeriesViewer.wg = igniteuiWebcomponentsCore.Rect.empty;
7691
- SeriesViewer.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, SeriesViewer, 'qm', ['ActualPlotAreaBorderBrush:u6:sc', [igniteuiWebcomponentsCore.Brush.$, null], 'Brushes:ag:se', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'CircleMarkerTemplate:r1:sf', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'CrosshairVisibility:wp:sg', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 0)], 'DefaultInteraction:cw:sh', [igniteuiWebcomponentsCore.InteractionState_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.InteractionState_$type, 4)], 'DiamondMarkerTemplate:r2:si', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'DragModifier:u1:sj', [igniteuiWebcomponentsCore.ModifierKeys_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ModifierKeys_$type, 2)], 'FocusBrush:u7:sk', [igniteuiWebcomponentsCore.Brush.$, null], 'FocusTransitionDuration:i3:sm', [1, 100], 'HexagonMarkerTemplate:r3:sn', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'HexagramMarkerTemplate:r4:so', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'HighlightedValuesDisplayMode:bt:sp', [igniteuiWebcomponentsCore.SeriesHighlightedValuesDisplayMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.SeriesHighlightedValuesDisplayMode_$type, 0)], 'HighlightingTransitionDuration:i5:ss', [1, 300], 'HorizontalCrosshairBrush:vh:st', [igniteuiWebcomponentsCore.Brush.$, null], 'InteractionOverride:cx:s6', [igniteuiWebcomponentsCore.InteractionState_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.InteractionState_$type, 0)], 'IsPagePanningAllowed:fe:s7', [0, true], 'IsSurfaceInteractionDisabled:ff:s8', [0, false], 'MarkerAutomaticBehavior:bg:te', [MarkerAutomaticBehavior_$type, igniteuiWebcomponentsCore.enumGetBox(MarkerAutomaticBehavior_$type, 4)], 'MarkerBrushes:ah:tf', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'MarkerOutlines:ai:tg', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'Outlines:aj:th', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'OverviewPlusDetailPaneVisibility:wq:ti', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'PanModifier:u2:tj', [igniteuiWebcomponentsCore.ModifierKeys_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ModifierKeys_$type, 4)], 'PentagonMarkerTemplate:r5:tk', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'PentagramMarkerTemplate:r6:tl', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'PlotAreaBackground:vk:tm', [igniteuiWebcomponentsCore.Brush.$, null], 'PlotAreaBorderBrush:vl:tn', [igniteuiWebcomponentsCore.Brush.$, null], 'PreferHigherResolutionTiles:fz:to', [0, false], 'PreviewPathFill:vm:tp', [igniteuiWebcomponentsCore.Brush.$, null], 'PreviewPathOpacity:h4:tq', [1, NaN], 'PreviewPathStroke:vn:tr', [igniteuiWebcomponentsCore.Brush.$, null], 'PyramidMarkerTemplate:r7:ts', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'RightButtonDefaultInteraction:cz:tt', [igniteuiWebcomponentsCore.InteractionState_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.InteractionState_$type, 4)], 'ScrollbarsAnimationDuration:i6:tu', [1, 300], 'SelectionBrush:vo:tw', [igniteuiWebcomponentsCore.Brush.$, null], 'SelectionModifier:u3:ty', [igniteuiWebcomponentsCore.ModifierKeys_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ModifierKeys_$type, 1)], 'SelectionTransitionDuration:i7:tz', [1, 300], 'ShouldMatchZOrderToSeriesOrder:f5:t1', [0, false], 'ShouldPanOnMaximumZoom:f6:t2', [0, true], 'SquareMarkerTemplate:r8:t4', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'SubtitleHorizontalAlignment:uz:t5', [igniteuiWebcomponentsCore.HorizontalAlignment_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.HorizontalAlignment_$type, 1)], 'Subtitle:lr:t6', [2, null], 'TetragramMarkerTemplate:r9:t7', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'TitleHorizontalAlignment:u0:t8', [igniteuiWebcomponentsCore.HorizontalAlignment_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.HorizontalAlignment_$type, 1)], 'Title:l3:t9', [2, null], 'TriangleMarkerTemplate:sa:ua', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'UseTiledZooming:gi:ub', [0, false], 'VerticalCrosshairBrush:vr:uc', [igniteuiWebcomponentsCore.Brush.$, null], 'WindowPositionHorizontal:iq:up', [1, NaN], 'WindowPositionVertical:ir:uq', [1, NaN], 'WindowRectMinHeight:is:ur', [1, NaN], 'WindowRectMinWidth:it:us', [1, NaN], 'WindowRect:wl:ut', [igniteuiWebcomponentsCore.Rect.$, new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1)], 'WindowResponse:cp:uu', [WindowResponse_$type, igniteuiWebcomponentsCore.enumGetBox(WindowResponse_$type, 1)], 'WindowSizeMinHeight:iu:uv', [1, NaN], 'WindowSizeMinWidth:iv:uw', [1, NaN], 'ZoomCoercionMode:ct:ux', [ZoomCoercionMode_$type, igniteuiWebcomponentsCore.enumGetBox(ZoomCoercionMode_$type, 0)], 'ZoomTileCacheSize:i8:uy', [1, 30]]);
7700
+ SeriesViewer.wh = igniteuiWebcomponentsCore.Rect.empty;
7701
+ SeriesViewer.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, SeriesViewer, 'qm', ['ActualPlotAreaBorderBrush:u6:sc', [igniteuiWebcomponentsCore.Brush.$, null], 'Brushes:ag:se', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'CircleMarkerTemplate:r1:sf', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'CrosshairVisibility:wr:sg', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 0)], 'DefaultInteraction:cw:sh', [igniteuiWebcomponentsCore.InteractionState_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.InteractionState_$type, 4)], 'DiamondMarkerTemplate:r2:si', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'DragModifier:u1:sj', [igniteuiWebcomponentsCore.ModifierKeys_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ModifierKeys_$type, 2)], 'FocusBrush:u7:sk', [igniteuiWebcomponentsCore.Brush.$, null], 'FocusTransitionDuration:i3:sm', [1, 100], 'HexagonMarkerTemplate:r3:sn', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'HexagramMarkerTemplate:r4:so', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'HighlightedValuesDisplayMode:bt:sp', [igniteuiWebcomponentsCore.SeriesHighlightedValuesDisplayMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.SeriesHighlightedValuesDisplayMode_$type, 0)], 'HighlightingTransitionDuration:i5:ss', [1, 300], 'HorizontalCrosshairBrush:vh:st', [igniteuiWebcomponentsCore.Brush.$, null], 'InteractionOverride:cx:s6', [igniteuiWebcomponentsCore.InteractionState_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.InteractionState_$type, 0)], 'IsPagePanningAllowed:fe:s7', [0, true], 'IsSurfaceInteractionDisabled:ff:s8', [0, false], 'MarkerAutomaticBehavior:bg:te', [MarkerAutomaticBehavior_$type, igniteuiWebcomponentsCore.enumGetBox(MarkerAutomaticBehavior_$type, 4)], 'MarkerBrushes:ah:tf', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'MarkerOutlines:ai:tg', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'Outlines:aj:th', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'OverviewPlusDetailPaneVisibility:ws:ti', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 1)], 'PanModifier:u2:tj', [igniteuiWebcomponentsCore.ModifierKeys_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ModifierKeys_$type, 4)], 'PentagonMarkerTemplate:r5:tk', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'PentagramMarkerTemplate:r6:tl', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'PlotAreaBackground:vk:tm', [igniteuiWebcomponentsCore.Brush.$, null], 'PlotAreaBorderBrush:vl:tn', [igniteuiWebcomponentsCore.Brush.$, null], 'PreferHigherResolutionTiles:fz:to', [0, false], 'PreviewPathFill:vm:tp', [igniteuiWebcomponentsCore.Brush.$, null], 'PreviewPathOpacity:h4:tq', [1, NaN], 'PreviewPathStroke:vn:tr', [igniteuiWebcomponentsCore.Brush.$, null], 'PyramidMarkerTemplate:r7:ts', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'RightButtonDefaultInteraction:cz:tt', [igniteuiWebcomponentsCore.InteractionState_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.InteractionState_$type, 4)], 'ScrollbarsAnimationDuration:i6:tu', [1, 300], 'SelectionBrush:vo:tw', [igniteuiWebcomponentsCore.Brush.$, null], 'SelectionModifier:u3:ty', [igniteuiWebcomponentsCore.ModifierKeys_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.ModifierKeys_$type, 1)], 'SelectionTransitionDuration:i7:tz', [1, 300], 'ShouldMatchZOrderToSeriesOrder:f5:t1', [0, false], 'ShouldPanOnMaximumZoom:f6:t2', [0, true], 'SquareMarkerTemplate:r8:t4', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'SubtitleHorizontalAlignment:uz:t5', [igniteuiWebcomponentsCore.HorizontalAlignment_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.HorizontalAlignment_$type, 1)], 'Subtitle:lr:t6', [2, null], 'TetragramMarkerTemplate:r9:t7', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'TitleHorizontalAlignment:u0:t8', [igniteuiWebcomponentsCore.HorizontalAlignment_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.HorizontalAlignment_$type, 1)], 'Title:l3:t9', [2, null], 'TriangleMarkerTemplate:sa:ua', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'UseTiledZooming:gi:ub', [0, false], 'VerticalCrosshairBrush:vr:uc', [igniteuiWebcomponentsCore.Brush.$, null], 'WindowPositionHorizontal:iq:up', [1, NaN], 'WindowPositionVertical:ir:uq', [1, NaN], 'WindowRectMinHeight:is:ur', [1, NaN], 'WindowRectMinWidth:it:us', [1, NaN], 'WindowRect:wn:ut', [igniteuiWebcomponentsCore.Rect.$, new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1)], 'WindowResponse:cp:uu', [WindowResponse_$type, igniteuiWebcomponentsCore.enumGetBox(WindowResponse_$type, 1)], 'WindowSizeMinHeight:iu:uv', [1, NaN], 'WindowSizeMinWidth:iv:uw', [1, NaN], 'ZoomCoercionMode:ct:ux', [ZoomCoercionMode_$type, igniteuiWebcomponentsCore.enumGetBox(ZoomCoercionMode_$type, 0)], 'ZoomTileCacheSize:i8:uy', [1, 30]]);
7692
7702
  return SeriesViewer;
7693
7703
  }(igniteuiWebcomponentsCore.Control));
7694
7704
  /**
@@ -7773,7 +7783,7 @@
7773
7783
  };
7774
7784
  SeriesViewerView.prototype.c4 = function () {
7775
7785
  this.p.e0 = true;
7776
- this.p.wp = 1;
7786
+ this.p.wr = 1;
7777
7787
  this.p.e0 = false;
7778
7788
  this.ff = new igniteuiWebcomponentsCore.Path();
7779
7789
  this.fi = new igniteuiWebcomponentsCore.Rectangle();
@@ -7784,7 +7794,7 @@
7784
7794
  this.a = new igniteuiWebcomponentsCore.CanvasRenderScheduler();
7785
7795
  this.a.o(this);
7786
7796
  this.a.h.add(this.p.am);
7787
- if (this.p.wq == 0) {
7797
+ if (this.p.ws == 0) {
7788
7798
  this.cn();
7789
7799
  }
7790
7800
  var a = this.p;
@@ -7810,7 +7820,7 @@
7810
7820
  this.p.c2.provideContainer(this.bi);
7811
7821
  this.p.c2.provideEventSource(this.k);
7812
7822
  this.n.world = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
7813
- this.n.window = this.p.wl;
7823
+ this.n.window = this.p.wn;
7814
7824
  this.n.surfaceViewer = igniteuiWebcomponentsCore.TypeRegistrar.create("SeriesViewerSurfaceViewer", this.p, this);
7815
7825
  this.n.viewScheduler = this.a;
7816
7826
  this.em();
@@ -7831,9 +7841,9 @@
7831
7841
  this.n.window = c;
7832
7842
  }
7833
7843
  if (this.p.cp == 1) {
7834
- var d = this.p.wk.width / this.p.wk.height;
7844
+ var d = this.p.wm.width / this.p.wm.height;
7835
7845
  c = new igniteuiWebcomponentsCore.Rect(0, c.left / d, c.top, c.width / d, c.height);
7836
- this.p.wl = c;
7846
+ this.p.wn = c;
7837
7847
  }
7838
7848
  };
7839
7849
  SeriesViewerView.prototype.dm = function (a, b) {
@@ -7847,20 +7857,20 @@
7847
7857
  else if (!c.equals1(b.newValue)) {
7848
7858
  this.n.window = c;
7849
7859
  }
7850
- var d = this.p.wk.width / this.p.wk.height;
7860
+ var d = this.p.wm.width / this.p.wm.height;
7851
7861
  c = new igniteuiWebcomponentsCore.Rect(0, c.left / d, c.top, c.width / d, c.height);
7852
- this.p.wl = c;
7862
+ this.p.wn = c;
7853
7863
  };
7854
7864
  SeriesViewerView.prototype.em = function () {
7855
7865
  if (this.n == null) {
7856
7866
  return;
7857
7867
  }
7858
- if (this.p.wq != 0) {
7868
+ if (this.p.ws != 0) {
7859
7869
  return;
7860
7870
  }
7861
7871
  var a = 1;
7862
- if (this.p.wk.isEmpty == false) {
7863
- a = this.p.wk.width / this.p.wk.height;
7872
+ if (this.p.wm.isEmpty == false) {
7873
+ a = this.p.wm.width / this.p.wm.height;
7864
7874
  }
7865
7875
  var b = this.n.world;
7866
7876
  var c = new igniteuiWebcomponentsCore.Rect(0, 0, 0, a, 1);
@@ -7868,7 +7878,7 @@
7868
7878
  if (b.width != c.width || b.height != c.height || b.x != c.x || b.y != c.y) {
7869
7879
  this.n.surfaceViewer.isDirty = true;
7870
7880
  }
7871
- this.n.window = new igniteuiWebcomponentsCore.Rect(0, this.p.wl.left * a, this.p.wl.top, this.p.wl.width * a, this.p.wl.height);
7881
+ this.n.window = new igniteuiWebcomponentsCore.Rect(0, this.p.wn.left * a, this.p.wn.top, this.p.wn.width * a, this.p.wn.height);
7872
7882
  };
7873
7883
  SeriesViewerView.prototype.ct = function (a, b) {
7874
7884
  this.em();
@@ -7967,7 +7977,7 @@
7967
7977
  return;
7968
7978
  }
7969
7979
  if (this.g.count == 0) {
7970
- if (this.y != null && igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.p.wk, null) && !this.p.wk.isEmpty) {
7980
+ if (this.y != null && igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.p.wm, null) && !this.p.wm.isEmpty) {
7971
7981
  this.er();
7972
7982
  }
7973
7983
  }
@@ -7977,13 +7987,13 @@
7977
7987
  if (this.g.count > 0) {
7978
7988
  return;
7979
7989
  }
7980
- if (this.y != null && igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.p.wk, null) && !this.p.wk.isEmpty) {
7990
+ if (this.y != null && igniteuiWebcomponentsCore.Rect.l_op_Inequality(this.p.wm, null) && !this.p.wm.isEmpty) {
7981
7991
  if (this.p.hi != 1) {
7982
7992
  this.y.aa();
7983
7993
  this.y.ab(this.p.hi, this.p.hi);
7984
7994
  }
7985
7995
  if (!this.y.e) {
7986
- this.y.l(this.p.wk.left, this.p.wk.top, this.p.wk.width, this.p.wk.height);
7996
+ this.y.l(this.p.wm.left, this.p.wm.top, this.p.wm.width, this.p.wm.height);
7987
7997
  }
7988
7998
  if (this.p.hi != 1) {
7989
7999
  this.y.z();
@@ -8100,8 +8110,8 @@
8100
8110
  this.cq();
8101
8111
  };
8102
8112
  SeriesViewerView.prototype.eg = function (a) {
8103
- this.fi.o = a.top + this.p.wk.top;
8104
- this.fi.n = a.left + this.p.wk.left;
8113
+ this.fi.o = a.top + this.p.wm.top;
8114
+ this.fi.n = a.left + this.p.wm.left;
8105
8115
  this.fi.width = a.width;
8106
8116
  this.fi.height = a.height;
8107
8117
  this.db();
@@ -8231,7 +8241,7 @@
8231
8241
  return c;
8232
8242
  };
8233
8243
  SeriesViewerView.prototype.d2 = function () {
8234
- this.p.wl = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
8244
+ this.p.wn = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
8235
8245
  };
8236
8246
  SeriesViewerView.prototype.c0 = function (a) {
8237
8247
  var e_26, _a, e_27, _b;
@@ -8282,7 +8292,7 @@
8282
8292
  }
8283
8293
  this.k = this.j.f;
8284
8294
  if (this.k != null) {
8285
- this.k.bl = this.p.wk;
8295
+ this.k.bl = this.p.wm;
8286
8296
  this.k.ao = igniteuiWebcomponentsCore.runOn(this, this.as);
8287
8297
  var d = this.k;
8288
8298
  d.onContactCompleted = igniteuiWebcomponentsCore.delegateCombine(d.onContactCompleted, function (d, e) { return _this.cx(d, e, _this.k.am); });
@@ -8624,7 +8634,7 @@
8624
8634
  this.aj = false;
8625
8635
  v = true;
8626
8636
  }
8627
- this.p.qg(this.p.wk, this.e9);
8637
+ this.p.qg(this.p.wm, this.e9);
8628
8638
  try {
8629
8639
  for (var _j = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.b)), _k = _j.next(); !_k.done; _k = _j.next()) {
8630
8640
  var w = _k.value;
@@ -8822,10 +8832,10 @@
8822
8832
  if (this.ax != null && this.ax.count > 0) {
8823
8833
  this.ci();
8824
8834
  this.z.aa();
8825
- this.z.af(this.p.wk);
8835
+ this.z.af(this.p.wm);
8826
8836
  if (!this.au) {
8827
8837
  if (!this.z.e) {
8828
- this.z.l(this.p.wk.left, this.p.wk.top, this.p.wk.width, this.p.wk.height);
8838
+ this.z.l(this.p.wm.left, this.p.wm.top, this.p.wm.width, this.p.wm.height);
8829
8839
  }
8830
8840
  }
8831
8841
  }
@@ -8948,12 +8958,12 @@
8948
8958
  }
8949
8959
  };
8950
8960
  SeriesViewerView.prototype.dp = function () {
8951
- if (this.p.wq == 0) {
8961
+ if (this.p.ws == 0) {
8952
8962
  this.cn();
8953
8963
  this.p.nz();
8954
8964
  }
8955
8965
  if (this.p.c2 != null) {
8956
- var a = this.p.wq;
8966
+ var a = this.p.ws;
8957
8967
  this.p.c2.visibility = a;
8958
8968
  this.p.c2.doRefresh(false);
8959
8969
  }
@@ -8985,7 +8995,7 @@
8985
8995
  });
8986
8996
  SeriesViewerView.prototype.eq = function (a) {
8987
8997
  if (this.k != null) {
8988
- this.k.bl = this.p.wk;
8998
+ this.k.bl = this.p.wm;
8989
8999
  }
8990
9000
  };
8991
9001
  SeriesViewerView.prototype.cr = function (a) {
@@ -9433,7 +9443,7 @@
9433
9443
  if (this.ah) {
9434
9444
  this.ah = false;
9435
9445
  if (!this.y.e) {
9436
- this.y.l(this.p.wk.left, this.p.wk.top, this.p.wk.width, this.p.wk.height);
9446
+ this.y.l(this.p.wm.left, this.p.wm.top, this.p.wm.width, this.p.wm.height);
9437
9447
  }
9438
9448
  this.p.al.e = true;
9439
9449
  }
@@ -9482,7 +9492,7 @@
9482
9492
  }
9483
9493
  OverviewPlusDetailViewportHost.prototype.getViewInfo = function (a, b) {
9484
9494
  a = new igniteuiWebcomponentsCore.Rect(0, 0, 0, this.a.n.worldRectViewport.width, this.a.n.worldRectViewport.height);
9485
- b = SeriesViewer.wg;
9495
+ b = SeriesViewer.wh;
9486
9496
  return {
9487
9497
  p0: a,
9488
9498
  p1: b
@@ -9493,7 +9503,7 @@
9493
9503
  if (this.a.p.v8.isEmpty) {
9494
9504
  return this.a.p.v8;
9495
9505
  }
9496
- return this.a.p.wd(this.a.n.previewViewportdRect, this.a.p.wk, this.a.p.v8);
9506
+ return this.a.p.we(this.a.n.previewViewportdRect, this.a.p.wm, this.a.p.v8);
9497
9507
  }
9498
9508
  return igniteuiWebcomponentsCore.Rect.empty;
9499
9509
  };
@@ -10464,15 +10474,15 @@
10464
10474
  var box_ = this.ah;
10465
10475
  var offset_ = this.f.bk(this.ah);
10466
10476
  var a = this.b8();
10467
- x_ = a.x + this.j.p.wk.left + x_;
10468
- box_.setOffset(x_, this.j.p.wk.top + this.ad + a.y);
10477
+ x_ = a.x + this.j.p.wm.left + x_;
10478
+ box_.setOffset(x_, this.j.p.wm.top + this.ad + a.y);
10469
10479
  };
10470
10480
  SeriesViewerViewManager.prototype.bv = function (y_) {
10471
10481
  this.ad = y_;
10472
10482
  var box_ = this.ah;
10473
10483
  var offset_ = this.ah.getOffset();
10474
10484
  var a = this.b8();
10475
- y_ = this.j.p.wk.top + this.ad + a.y;
10485
+ y_ = this.j.p.wm.top + this.ad + a.y;
10476
10486
  box_.setOffset(offset_.left, y_);
10477
10487
  };
10478
10488
  SeriesViewerViewManager.prototype.au = function (a) {
@@ -10734,7 +10744,7 @@
10734
10744
  for (var b = 0; b < a.count; b++) {
10735
10745
  var c = a._inner[b];
10736
10746
  var d = c.content;
10737
- this.j.z.n(d.getNativeElement(), 1, c.xPosition + this.j.p.wk.left, c.yPosition + this.j.p.wk.top, c.width, c.height);
10747
+ this.j.z.n(d.getNativeElement(), 1, c.xPosition + this.j.p.wm.left, c.yPosition + this.j.p.wm.top, c.width, c.height);
10738
10748
  }
10739
10749
  };
10740
10750
  SeriesViewerViewManager.prototype.a0 = function () {
@@ -12025,7 +12035,7 @@
12025
12035
  }
12026
12036
  var a = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.bi);
12027
12037
  if (a != null && igniteuiWebcomponentsCore.isNaN_(this.fj) && this.cb && (this.cp || this.a2 == 0)) {
12028
- this.d0 = a.w5.fq;
12038
+ this.d0 = a.w7.fq;
12029
12039
  return;
12030
12040
  }
12031
12041
  this.d0 = 0;
@@ -12188,7 +12198,7 @@
12188
12198
  Axis.prototype.ip = function () {
12189
12199
  var a = 0;
12190
12200
  var b = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.bi);
12191
- if (b != null && b.ww == 0) {
12201
+ if (b != null && b.wy == 0) {
12192
12202
  a = 1;
12193
12203
  }
12194
12204
  this.a5.a1(a);
@@ -12199,7 +12209,7 @@
12199
12209
  Axis.prototype.co = function () {
12200
12210
  var a = igniteuiWebcomponentsCore.Rect.empty;
12201
12211
  if (this.bi != null) {
12202
- a = this.bi.wl;
12212
+ a = this.bi.wn;
12203
12213
  }
12204
12214
  return this.c8(this.kh, a, this.a5);
12205
12215
  };
@@ -12530,7 +12540,7 @@
12530
12540
  var e_34, _a;
12531
12541
  var e = false;
12532
12542
  var f = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.bi);
12533
- if (f != null && (f.xn || f.xo) && !c.isEmpty) {
12543
+ if (f != null && (f.xp || f.xq) && !c.isEmpty) {
12534
12544
  var g = this.bi.v4.width == 1 && this.bi.v4.height == 1;
12535
12545
  try {
12536
12546
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(f.axes)), _c = _b.next(); !_c.done; _c = _b.next()) {
@@ -12539,10 +12549,10 @@
12539
12549
  continue;
12540
12550
  }
12541
12551
  if (h.aj != null && h.b5()) {
12542
- if (f.xn) {
12552
+ if (f.xp) {
12543
12553
  var i = this.cp ? c.left : c.top;
12544
12554
  var j = 0;
12545
- var k = h.ii(i, j, h.bi.wl, c, h.kc(), d ? c.left : c.top, d ? c.right : c.bottom);
12555
+ var k = h.ii(i, j, h.bi.wn, c, h.kc(), d ? c.left : c.top, d ? c.right : c.bottom);
12546
12556
  i = k.p0;
12547
12557
  j = k.p1;
12548
12558
  var l = igniteuiWebcomponentsCore.Rect.empty;
@@ -12576,18 +12586,18 @@
12576
12586
  e = true;
12577
12587
  break;
12578
12588
  }
12579
- if (g && f.xo) {
12580
- var p = f.yh;
12589
+ if (g && f.xq) {
12590
+ var p = f.yj;
12581
12591
  if (igniteuiWebcomponentsCore.isNaN_(p)) {
12582
12592
  if (d && h.cp) {
12583
12593
  p = 0;
12584
- p = Math.max(p, f.x9);
12585
- p = Math.max(p, f.x6);
12594
+ p = Math.max(p, f.yb);
12595
+ p = Math.max(p, f.x8);
12586
12596
  }
12587
12597
  else if (!d && !h.cp) {
12588
12598
  p = 0;
12589
- p = Math.max(p, f.x7);
12590
- p = Math.max(p, f.x8);
12599
+ p = Math.max(p, f.x9);
12600
+ p = Math.max(p, f.ya);
12591
12601
  }
12592
12602
  p += 1;
12593
12603
  }
@@ -13056,13 +13066,13 @@
13056
13066
  }
13057
13067
  var b = null, c = null, d = null;
13058
13068
  if (this.cb && !this.b9) {
13059
- b = a.aas;
13069
+ b = a.aau;
13060
13070
  try {
13061
13071
  for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.df)), _d = _c.next(); !_d.done; _d = _c.next()) {
13062
13072
  var e = _d.value;
13063
13073
  if (e.fv || e.fs || e.fo || e.fs) {
13064
- c = a.aaq;
13065
- d = a.aar;
13074
+ c = a.aas;
13075
+ d = a.aat;
13066
13076
  break;
13067
13077
  }
13068
13078
  }
@@ -13082,14 +13092,14 @@
13082
13092
  }
13083
13093
  }
13084
13094
  else if (this.cj && !this.b9) {
13085
- c = a.aaq;
13086
- d = a.aar;
13087
- b = this.aj != null ? a.aas : null;
13095
+ c = a.aas;
13096
+ d = a.aat;
13097
+ b = this.aj != null ? a.aau : null;
13088
13098
  try {
13089
13099
  for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.df)), _f = _e.next(); !_f.done; _f = _e.next()) {
13090
13100
  var f = _f.value;
13091
13101
  if (f.fv || f.fs || f.fo || f.fs) {
13092
- b = a.aas;
13102
+ b = a.aau;
13093
13103
  break;
13094
13104
  }
13095
13105
  }
@@ -13109,9 +13119,9 @@
13109
13119
  }
13110
13120
  }
13111
13121
  else if (this.b9 || this.a2 == 3) {
13112
- b = a.aas;
13113
- c = a.aaq;
13114
- d = a.aar;
13122
+ b = a.aau;
13123
+ c = a.aas;
13124
+ d = a.aat;
13115
13125
  }
13116
13126
  this.jy = this.j2 != null ? this.j2 : b;
13117
13127
  this.jw = this.jz != null ? this.jz : c;
@@ -13838,10 +13848,10 @@
13838
13848
  var k = h._inner[j];
13839
13849
  var l = a._inner[k];
13840
13850
  var m = this.cy(k, a._inner[k], g_1);
13841
- var n = this.ad.bi.wk.top;
13851
+ var n = this.ad.bi.wm.top;
13842
13852
  if (this.ad.cw) {
13843
- if (l.top < (this.ad.bi.wk.top - n)) {
13844
- l = new igniteuiWebcomponentsCore.Rect(0, l.left, l.top + ((this.ad.bi.wk.top - n) - l.top), l.width, l.height);
13853
+ if (l.top < (this.ad.bi.wm.top - n)) {
13854
+ l = new igniteuiWebcomponentsCore.Rect(0, l.left, l.top + ((this.ad.bi.wm.top - n) - l.top), l.width, l.height);
13845
13855
  a._inner[k] = l;
13846
13856
  }
13847
13857
  }
@@ -13867,8 +13877,8 @@
13867
13877
  var aa = this.cy(y, a._inner[y], g_1);
13868
13878
  var ab = this.ad.bi.c9.a3;
13869
13879
  if (this.ad.cw) {
13870
- if (aa.bottom > this.ad.bi.wk.bottom + ab) {
13871
- z = new igniteuiWebcomponentsCore.Rect(0, z.left, z.top - (aa.bottom - (this.ad.bi.wk.bottom + ab)), z.width, z.height);
13880
+ if (aa.bottom > this.ad.bi.wm.bottom + ab) {
13881
+ z = new igniteuiWebcomponentsCore.Rect(0, z.left, z.top - (aa.bottom - (this.ad.bi.wm.bottom + ab)), z.width, z.height);
13872
13882
  a._inner[y] = z;
13873
13883
  }
13874
13884
  }
@@ -14010,7 +14020,7 @@
14010
14020
  this.ad.a8.arrangeAnnotations(this.ad, this.af, this.bb, this.a8, this.av, this.bl(), b, c, d, e);
14011
14021
  }
14012
14022
  this.b2(a);
14013
- if (this.aq() && this.am && this.ad != null && this.ad.bg != null && !this.ad.cr && this.ad.bg.xa && !this.ad.bg.xh && this.a8 != null && this.a8.count > 0) {
14023
+ if (this.aq() && this.am && this.ad != null && this.ad.bg != null && !this.ad.cr && this.ad.bg.xc && !this.ad.bg.xj && this.a8 != null && this.a8.count > 0) {
14014
14024
  var h = this.a8.count - 1;
14015
14025
  if (this.ad.bq.count > 0) {
14016
14026
  h -= this.ad.bq.count;
@@ -14018,7 +14028,7 @@
14018
14028
  if (h < 0) {
14019
14029
  h = 0;
14020
14030
  }
14021
- this.ad.bg.zv(this, this.c1, this.a8._inner[0], this.a8._inner[h]);
14031
+ this.ad.bg.zx(this, this.c1, this.a8._inner[0], this.a8._inner[h]);
14022
14032
  }
14023
14033
  return a;
14024
14034
  };
@@ -14076,7 +14086,7 @@
14076
14086
  for (var c = 0; c < d.length; c++) {
14077
14087
  var b = d[c];
14078
14088
  var e = this.ad.kc();
14079
- var f = new ScalerParams(0, this.ad.bi.wl, this.ad.kh, this.ad.ci, e);
14089
+ var f = new ScalerParams(0, this.ad.bi.wn, this.ad.kh, this.ad.ci, e);
14080
14090
  a.add(this.ad.el(b, f));
14081
14091
  }
14082
14092
  return a;
@@ -14660,7 +14670,7 @@
14660
14670
  return NaN;
14661
14671
  };
14662
14672
  CategoryAxisBase.prototype.lg = function (a) {
14663
- var b = this.bi.wl;
14673
+ var b = this.bi.wn;
14664
14674
  var c = this.kh;
14665
14675
  var d = this.kc();
14666
14676
  var e = new ScalerParams(0, b, c, this.ch, d);
@@ -15861,10 +15871,10 @@
15861
15871
  var k = h._inner[j];
15862
15872
  var l = a._inner[k];
15863
15873
  var m = this.cy(k, a._inner[k], g_2);
15864
- var n = this.ad.bi.wk.left;
15874
+ var n = this.ad.bi.wm.left;
15865
15875
  if (this.ad.cw) {
15866
- if (l.left < (this.ad.bi.wk.left - n)) {
15867
- l = new igniteuiWebcomponentsCore.Rect(0, l.left + ((this.ad.bi.wk.left - n) - l.left), l.top, l.width, l.height);
15876
+ if (l.left < (this.ad.bi.wm.left - n)) {
15877
+ l = new igniteuiWebcomponentsCore.Rect(0, l.left + ((this.ad.bi.wm.left - n) - l.left), l.top, l.width, l.height);
15868
15878
  a._inner[k] = l;
15869
15879
  }
15870
15880
  }
@@ -15890,8 +15900,8 @@
15890
15900
  var aa = this.cy(y, a._inner[y], g_2);
15891
15901
  var ab = this.ad.bi.c9.a5;
15892
15902
  if (this.ad.cw) {
15893
- if (aa.right > this.ad.bi.wk.right + ab) {
15894
- z = new igniteuiWebcomponentsCore.Rect(0, z.left - (aa.right - (this.ad.bi.wk.right + ab)), z.top, z.width, z.height);
15903
+ if (aa.right > this.ad.bi.wm.right + ab) {
15904
+ z = new igniteuiWebcomponentsCore.Rect(0, z.left - (aa.right - (this.ad.bi.wm.right + ab)), z.top, z.width, z.height);
15895
15905
  a._inner[y] = z;
15896
15906
  }
15897
15907
  }
@@ -16410,7 +16420,7 @@
16410
16420
  if (b == null) {
16411
16421
  return false;
16412
16422
  }
16413
- if (this.bi == null || this.bi.wk.isEmpty) {
16423
+ if (this.bi == null || this.bi.wm.isEmpty || this.bi.wm.height == 0 || this.bi.wm.width == 0) {
16414
16424
  return false;
16415
16425
  }
16416
16426
  var c = -1;
@@ -19058,34 +19068,34 @@
19058
19068
  function XamDataChart() {
19059
19069
  var _this = _super.call(this) || this;
19060
19070
  _this._xsr = null;
19061
- _this.wx = null;
19062
- _this.xy = 1;
19063
- _this.xz = 1;
19064
- _this.xh = false;
19065
- _this.xl = false;
19066
- _this.xk = false;
19067
- _this.x0 = 0;
19068
- _this.x1 = 0;
19069
- _this.yi = NaN;
19070
- _this.yj = NaN;
19071
- _this.ws = new AxisCollection();
19071
+ _this.wz = null;
19072
+ _this.x0 = 1;
19073
+ _this.x1 = 1;
19074
+ _this.xj = false;
19075
+ _this.xn = false;
19076
+ _this.xm = false;
19077
+ _this.x2 = 0;
19078
+ _this.x3 = 0;
19079
+ _this.yk = NaN;
19080
+ _this.yl = NaN;
19081
+ _this.wu = new AxisCollection();
19072
19082
  _this.axisRangeChanged = null;
19073
- _this.w6 = null;
19074
- _this.w9 = false;
19075
- _this.xv = 0;
19083
+ _this.w8 = null;
19084
+ _this.xb = false;
19076
19085
  _this.xx = 0;
19086
+ _this.xz = 0;
19087
+ _this.xy = 0;
19077
19088
  _this.xw = 0;
19078
- _this.xu = 0;
19079
- _this.x3 = NaN;
19080
19089
  _this.x5 = NaN;
19090
+ _this.x7 = NaN;
19091
+ _this.x6 = NaN;
19081
19092
  _this.x4 = NaN;
19082
- _this.x2 = NaN;
19083
19093
  _this.ab = XamDataChart.$;
19084
- _this.xk = true;
19094
+ _this.xm = true;
19085
19095
  var a = _this.axes;
19086
- a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.zp));
19096
+ a.collectionChanged = igniteuiWebcomponentsCore.delegateCombine(a.collectionChanged, igniteuiWebcomponentsCore.runOn(_this, _this.zr));
19087
19097
  var b = _this.axes;
19088
- b.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(b.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.zq));
19098
+ b.collectionResetting = igniteuiWebcomponentsCore.delegateCombine(b.collectionResetting, igniteuiWebcomponentsCore.runOn(_this, _this.zs));
19089
19099
  return _this;
19090
19100
  }
19091
19101
  Object.defineProperty(XamDataChart.prototype, "XSRP", {
@@ -19098,22 +19108,22 @@
19098
19108
  enumerable: false,
19099
19109
  configurable: true
19100
19110
  });
19101
- Object.defineProperty(XamDataChart.prototype, "wy", {
19111
+ Object.defineProperty(XamDataChart.prototype, "w0", {
19102
19112
  get: function () {
19103
19113
  var _this = this;
19104
- if (this.wx == null) {
19105
- this.wx = igniteuiWebcomponentsCore.DVContainer.instance.createInstance(IDataChartVisualDataManager_$type, function () { return _this.XSRP.q; });
19114
+ if (this.wz == null) {
19115
+ this.wz = igniteuiWebcomponentsCore.DVContainer.instance.createInstance(IDataChartVisualDataManager_$type, function () { return _this.XSRP.q; });
19106
19116
  }
19107
- return this.wx;
19117
+ return this.wz;
19108
19118
  },
19109
19119
  enumerable: false,
19110
19120
  configurable: true
19111
19121
  });
19112
19122
  XamDataChart.staticInit = function () {
19113
- XamDataChart.yf = -1.7976931348623157E+308;
19114
- XamDataChart.ye = 1.7976931348623157E+308;
19123
+ XamDataChart.yh = -1.7976931348623157E+308;
19124
+ XamDataChart.yg = 1.7976931348623157E+308;
19115
19125
  };
19116
- XamDataChart.yr = function (a) {
19126
+ XamDataChart.yt = function (a) {
19117
19127
  if (a.db == null) {
19118
19128
  return -1;
19119
19129
  }
@@ -19150,10 +19160,10 @@
19150
19160
  _super.prototype.qh.call(this, a, b, c, d);
19151
19161
  switch (b) {
19152
19162
  case XamDataChart.$$p[23]:
19153
- this.ya = this.yp;
19163
+ this.yc = this.yr;
19154
19164
  break;
19155
19165
  case XamDataChart.$$p[24]:
19156
- this.yb = this.yq;
19166
+ this.yd = this.ys;
19157
19167
  break;
19158
19168
  case "ActualWindowScaleHorizontal":
19159
19169
  case "ActualWindowScaleVertical":
@@ -19186,10 +19196,10 @@
19186
19196
  }
19187
19197
  break;
19188
19198
  case XamDataChart.$$p[9]:
19189
- this.xg = this.xf;
19199
+ this.xi = this.xh;
19190
19200
  break;
19191
19201
  case XamDataChart.$$p[22]:
19192
- this.xj = this.xs;
19202
+ this.xl = this.xu;
19193
19203
  break;
19194
19204
  case XamDataChart.$$p[11]:
19195
19205
  case XamDataChart.$$p[13]:
@@ -19244,31 +19254,31 @@
19244
19254
  }
19245
19255
  break;
19246
19256
  case XamDataChart.$$p[4]:
19247
- this.zt();
19257
+ this.zv();
19248
19258
  break;
19249
19259
  }
19250
19260
  };
19251
19261
  XamDataChart.prototype.qz = function () {
19252
19262
  _super.prototype.qz.call(this);
19253
- if (this.wr == 1 || this.wr == 2) {
19254
- this.zx();
19263
+ if (this.wt == 1 || this.wt == 2) {
19264
+ this.zz();
19255
19265
  }
19256
19266
  };
19257
19267
  XamDataChart.prototype.ov = function () {
19258
19268
  _super.prototype.ov.call(this);
19259
- if (this.xa && this.wr != 0) {
19260
- if (!this.xr) {
19261
- this.zx();
19269
+ if (this.xc && this.wt != 0) {
19270
+ if (!this.xt) {
19271
+ this.zz();
19262
19272
  }
19263
19273
  }
19264
19274
  };
19265
19275
  XamDataChart.prototype.ok = function (a, b) {
19266
19276
  _super.prototype.ok.call(this, a, b);
19267
- if (this.xa && this.wr == 2) {
19277
+ if (this.xc && this.wt == 2) {
19268
19278
  if (!a.isEmpty && !b.isEmpty) {
19269
19279
  if (Math.abs(a.width - b.width) > 1E-10) {
19270
- if (!this.xr) {
19271
- this.zx();
19280
+ if (!this.xt) {
19281
+ this.zz();
19272
19282
  }
19273
19283
  }
19274
19284
  }
@@ -19276,44 +19286,44 @@
19276
19286
  };
19277
19287
  XamDataChart.prototype.oq = function () {
19278
19288
  _super.prototype.oq.call(this);
19279
- if (this.wu == 1) {
19280
- this.zt();
19289
+ if (this.ww == 1) {
19290
+ this.zv();
19281
19291
  }
19282
19292
  };
19283
- XamDataChart.prototype.zy = function () {
19284
- this.zt();
19293
+ XamDataChart.prototype.z0 = function () {
19294
+ this.zv();
19285
19295
  };
19286
- XamDataChart.prototype.zt = function () {
19296
+ XamDataChart.prototype.zv = function () {
19287
19297
  var e_80, _a, e_81, _b;
19288
- var a = this.aat();
19289
- this.w9 = false;
19290
- if (!igniteuiWebcomponentsCore.isNaN_(this.yl)) {
19291
- this.x7 = this.yl;
19298
+ var a = this.aav();
19299
+ this.xb = false;
19300
+ if (!igniteuiWebcomponentsCore.isNaN_(this.yn)) {
19301
+ this.x9 = this.yn;
19292
19302
  }
19293
19303
  else {
19294
- this.x7 = a.left;
19304
+ this.x9 = a.left;
19295
19305
  }
19296
- if (!igniteuiWebcomponentsCore.isNaN_(this.yn)) {
19297
- this.x9 = this.yn;
19306
+ if (!igniteuiWebcomponentsCore.isNaN_(this.yp)) {
19307
+ this.yb = this.yp;
19298
19308
  }
19299
19309
  else {
19300
- this.x9 = a.top;
19310
+ this.yb = a.top;
19301
19311
  }
19302
- if (!igniteuiWebcomponentsCore.isNaN_(this.ym)) {
19303
- this.x8 = this.ym;
19312
+ if (!igniteuiWebcomponentsCore.isNaN_(this.yo)) {
19313
+ this.ya = this.yo;
19304
19314
  }
19305
19315
  else {
19306
- this.x8 = a.right;
19316
+ this.ya = a.right;
19307
19317
  }
19308
- if (!igniteuiWebcomponentsCore.isNaN_(this.yk)) {
19309
- this.x6 = this.yk;
19318
+ if (!igniteuiWebcomponentsCore.isNaN_(this.ym)) {
19319
+ this.x8 = this.ym;
19310
19320
  }
19311
19321
  else {
19312
- this.x6 = a.bottom;
19322
+ this.x8 = a.bottom;
19313
19323
  }
19314
- this.v8 = this.v6(this.wk);
19315
- if (this.w9) {
19316
- this.w9 = false;
19324
+ this.v8 = this.v6(this.wm);
19325
+ if (this.xb) {
19326
+ this.xb = false;
19317
19327
  try {
19318
19328
  for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.axes)), _d = _c.next(); !_d.done; _d = _c.next()) {
19319
19329
  var b = _d.value;
@@ -19355,27 +19365,27 @@
19355
19365
  }
19356
19366
  }
19357
19367
  };
19358
- XamDataChart.prototype.aat = function () {
19359
- this.z0();
19360
- switch (this.wu) {
19368
+ XamDataChart.prototype.aav = function () {
19369
+ this.z2();
19370
+ switch (this.ww) {
19361
19371
  case 1:
19362
- var a = this.aau();
19372
+ var a = this.aaw();
19363
19373
  return a;
19364
19374
  default: return new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 0, 0);
19365
19375
  }
19366
19376
  };
19367
- XamDataChart.prototype.z0 = function () {
19368
- this.b0 = this.w0();
19369
- this.b2 = this.w3();
19377
+ XamDataChart.prototype.z2 = function () {
19378
+ this.b0 = this.w2();
19379
+ this.b2 = this.w5();
19370
19380
  };
19371
- XamDataChart.prototype.w3 = function () {
19381
+ XamDataChart.prototype.w5 = function () {
19372
19382
  var e_82, _a;
19373
19383
  var a = 1;
19374
19384
  try {
19375
19385
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
19376
19386
  var b = _c.value;
19377
19387
  var c = b.cl();
19378
- a = this.w2(a, c);
19388
+ a = this.w4(a, c);
19379
19389
  }
19380
19390
  }
19381
19391
  catch (e_82_1) {
@@ -19393,7 +19403,7 @@
19393
19403
  }
19394
19404
  return a;
19395
19405
  };
19396
- XamDataChart.prototype.w2 = function (a, b) {
19406
+ XamDataChart.prototype.w4 = function (a, b) {
19397
19407
  switch (a) {
19398
19408
  case 2: return 2;
19399
19409
  case 4:
@@ -19410,14 +19420,14 @@
19410
19420
  }
19411
19421
  return a;
19412
19422
  };
19413
- XamDataChart.prototype.w0 = function () {
19423
+ XamDataChart.prototype.w2 = function () {
19414
19424
  var e_83, _a;
19415
19425
  var a = 1;
19416
19426
  try {
19417
19427
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
19418
19428
  var b = _c.value;
19419
19429
  var c = b.ck();
19420
- a = this.wz(a, c);
19430
+ a = this.w1(a, c);
19421
19431
  }
19422
19432
  }
19423
19433
  catch (e_83_1) {
@@ -19435,7 +19445,7 @@
19435
19445
  }
19436
19446
  return a;
19437
19447
  };
19438
- XamDataChart.prototype.wz = function (a, b) {
19448
+ XamDataChart.prototype.w1 = function (a, b) {
19439
19449
  switch (a) {
19440
19450
  case 2: return 2;
19441
19451
  case 4:
@@ -19452,7 +19462,7 @@
19452
19462
  }
19453
19463
  return a;
19454
19464
  };
19455
- XamDataChart.prototype.aau = function () {
19465
+ XamDataChart.prototype.aaw = function () {
19456
19466
  var a = new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 0, 0);
19457
19467
  for (var b = 0; b < this.series.count; b++) {
19458
19468
  var c = this.series._inner[b];
@@ -19461,7 +19471,7 @@
19461
19471
  }
19462
19472
  return a;
19463
19473
  };
19464
- XamDataChart.prototype.aav = function (a, b) {
19474
+ XamDataChart.prototype.aax = function (a, b) {
19465
19475
  var c = new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 0, 0);
19466
19476
  for (var d = 0; d < this.series.count; d++) {
19467
19477
  var e = this.series._inner[d];
@@ -19471,90 +19481,90 @@
19471
19481
  return c;
19472
19482
  };
19473
19483
  XamDataChart.prototype.get_ex = function () {
19474
- return this.wu == 1;
19484
+ return this.ww == 1;
19475
19485
  };
19476
19486
  XamDataChart.prototype.hs = function () {
19477
- return this.ya;
19487
+ return this.yc;
19478
19488
  };
19479
19489
  XamDataChart.prototype.ht = function () {
19480
- return this.yb;
19490
+ return this.yd;
19481
19491
  };
19482
19492
  XamDataChart.prototype.rk = function () {
19483
19493
  _super.prototype.rk.call(this);
19484
- this.ya = this.v4.width;
19485
- this.yb = this.v4.height;
19494
+ this.yc = this.v4.width;
19495
+ this.yd = this.v4.height;
19486
19496
  };
19487
- Object.defineProperty(XamDataChart.prototype, "ya", {
19497
+ Object.defineProperty(XamDataChart.prototype, "yc", {
19488
19498
  get: function () {
19489
- return this.xy;
19499
+ return this.x0;
19490
19500
  },
19491
19501
  set: function (a) {
19492
- var b = this.xy;
19493
- this.xy = a;
19494
- this.qm("ActualWindowScaleHorizontal", b, this.xy);
19502
+ var b = this.x0;
19503
+ this.x0 = a;
19504
+ this.qm("ActualWindowScaleHorizontal", b, this.x0);
19495
19505
  },
19496
19506
  enumerable: false,
19497
19507
  configurable: true
19498
19508
  });
19499
- Object.defineProperty(XamDataChart.prototype, "yb", {
19509
+ Object.defineProperty(XamDataChart.prototype, "yd", {
19500
19510
  get: function () {
19501
- return this.xz;
19511
+ return this.x1;
19502
19512
  },
19503
19513
  set: function (a) {
19504
- var b = this.xz;
19505
- this.xz = a;
19506
- this.qm("ActualWindowScaleVertical", b, this.xz);
19514
+ var b = this.x1;
19515
+ this.x1 = a;
19516
+ this.qm("ActualWindowScaleVertical", b, this.x1);
19507
19517
  },
19508
19518
  enumerable: false,
19509
19519
  configurable: true
19510
19520
  });
19511
19521
  XamDataChart.prototype.fl = function () {
19512
- return this.xg;
19522
+ return this.xi;
19513
19523
  };
19514
19524
  XamDataChart.prototype.fm = function () {
19515
- return this.xj;
19525
+ return this.xl;
19516
19526
  };
19517
- Object.defineProperty(XamDataChart.prototype, "xa", {
19527
+ Object.defineProperty(XamDataChart.prototype, "xc", {
19518
19528
  get: function () {
19519
- return this.xm || this.xp;
19529
+ return this.xo || this.xr;
19520
19530
  },
19521
19531
  enumerable: false,
19522
19532
  configurable: true
19523
19533
  });
19524
19534
  XamDataChart.prototype.get_fu = function () {
19525
- return this.xb;
19535
+ return this.xd;
19526
19536
  };
19527
- Object.defineProperty(XamDataChart.prototype, "xb", {
19537
+ Object.defineProperty(XamDataChart.prototype, "xd", {
19528
19538
  get: function () {
19529
- return this.xq || (this.ft && this.wr != 0);
19539
+ return this.xs || (this.ft && this.wt != 0);
19530
19540
  },
19531
19541
  enumerable: false,
19532
19542
  configurable: true
19533
19543
  });
19534
19544
  XamDataChart.prototype.get_ft = function () {
19535
- return this.xp;
19545
+ return this.xr;
19536
19546
  };
19537
19547
  XamDataChart.prototype.get_fs = function () {
19538
- return this.xm;
19548
+ return this.xo;
19539
19549
  };
19540
- XamDataChart.prototype.zx = function () {
19541
- this.xh = false;
19542
- this.xl = true;
19543
- this.xk = true;
19550
+ XamDataChart.prototype.zz = function () {
19551
+ this.xj = false;
19552
+ this.xn = true;
19553
+ this.xm = true;
19544
19554
  for (var a = 0; a < this.axes.count; a++) {
19545
19555
  this.axes._inner[a].cq = true;
19546
19556
  this.axes._inner[a].ia();
19547
19557
  }
19548
19558
  };
19549
- XamDataChart.prototype.zw = function () {
19550
- this.xh = false;
19551
- this.xk = true;
19559
+ XamDataChart.prototype.zy = function () {
19560
+ this.xj = false;
19561
+ this.xm = true;
19552
19562
  for (var a = 0; a < this.axes.count; a++) {
19553
19563
  this.axes._inner[a].cq = true;
19554
19564
  this.axes._inner[a].ia();
19555
19565
  }
19556
19566
  };
19557
- XamDataChart.prototype.zv = function (a, b, c, d) {
19567
+ XamDataChart.prototype.zx = function (a, b, c, d) {
19558
19568
  if (a.ad == null) {
19559
19569
  return;
19560
19570
  }
@@ -19572,22 +19582,22 @@
19572
19582
  if (e) {
19573
19583
  return;
19574
19584
  }
19575
- if (igniteuiWebcomponentsCore.isNaN_(this.yi)) {
19576
- this.yi = this.c9.a4;
19577
- this.yj = this.c9.a5;
19585
+ if (igniteuiWebcomponentsCore.isNaN_(this.yk)) {
19586
+ this.yk = this.c9.a4;
19587
+ this.yl = this.c9.a5;
19578
19588
  }
19579
19589
  var h = false;
19580
19590
  var i = false;
19581
19591
  var j = 0;
19582
19592
  if (a.au) {
19583
- var k = this.xk;
19584
- if (this.xp && this.xk) {
19585
- j = this.yo(a, b, c, d);
19586
- this.xk = false;
19593
+ var k = this.xm;
19594
+ if (this.xr && this.xm) {
19595
+ j = this.yq(a, b, c, d);
19596
+ this.xm = false;
19587
19597
  if (a.bl() != j) {
19588
19598
  if (j == 0 && a.ad.b4) {
19589
19599
  if (k) {
19590
- this.xl = true;
19600
+ this.xn = true;
19591
19601
  a.ad.id();
19592
19602
  h = true;
19593
19603
  i = true;
@@ -19595,7 +19605,7 @@
19595
19605
  }
19596
19606
  else {
19597
19607
  if ((j > a.bl()) || k) {
19598
- this.xl = true;
19608
+ this.xn = true;
19599
19609
  a.ad.ij(j);
19600
19610
  h = true;
19601
19611
  i = true;
@@ -19623,82 +19633,82 @@
19623
19633
  d = p;
19624
19634
  }
19625
19635
  var q = false;
19626
- if (this.xl) {
19627
- this.xl = false;
19636
+ if (this.xn) {
19637
+ this.xn = false;
19628
19638
  q = true;
19629
19639
  }
19630
- this.xh = true;
19640
+ this.xj = true;
19631
19641
  var r = 0;
19632
19642
  var s = 0;
19633
19643
  var t = 0;
19634
19644
  var u = c.left + t;
19635
19645
  var v = d.right + t;
19636
19646
  var w = 0;
19637
- w = this.wk.right + this.c9.a5;
19647
+ w = this.wm.right + this.c9.a5;
19638
19648
  if (u < 0) {
19639
19649
  r = -u;
19640
- r += this.yc;
19650
+ r += this.ye;
19641
19651
  }
19642
19652
  if (v > w) {
19643
19653
  s = v - w;
19644
- s += this.yc;
19654
+ s += this.ye;
19645
19655
  }
19646
19656
  if (q) {
19647
19657
  if (u > 0) {
19648
19658
  r = -u;
19649
- r += this.yc;
19659
+ r += this.ye;
19650
19660
  }
19651
19661
  if (v < w) {
19652
19662
  s = -(w - v);
19653
- s += this.yc;
19663
+ s += this.ye;
19654
19664
  }
19655
19665
  }
19656
19666
  var x = false;
19657
19667
  var y = false;
19658
19668
  if (r != 0 || s != 0) {
19659
19669
  x = true;
19660
- this.x0 = this.x0 + r;
19661
- this.x1 = this.x1 + s;
19662
- if (this.x0 > this.yd) {
19663
- this.x0 = this.yd;
19670
+ this.x2 = this.x2 + r;
19671
+ this.x3 = this.x3 + s;
19672
+ if (this.x2 > this.yf) {
19673
+ this.x2 = this.yf;
19664
19674
  y = true;
19665
19675
  }
19666
- if (this.x1 > this.yd) {
19667
- this.x1 = this.yd;
19676
+ if (this.x3 > this.yf) {
19677
+ this.x3 = this.yf;
19668
19678
  y = true;
19669
19679
  }
19670
- if (this.x0 < 0) {
19671
- this.x0 = 0;
19680
+ if (this.x2 < 0) {
19681
+ this.x2 = 0;
19672
19682
  y = true;
19673
19683
  }
19674
- if (this.x1 < 0) {
19675
- this.x1 = 0;
19684
+ if (this.x3 < 0) {
19685
+ this.x3 = 0;
19676
19686
  y = true;
19677
19687
  }
19678
19688
  }
19679
19689
  else {
19680
19690
  if (this.ej) {
19681
- this.zs();
19691
+ this.zu();
19682
19692
  }
19683
19693
  return;
19684
19694
  }
19685
19695
  this.gb = true;
19686
- this.h2 = this.yi + this.x0;
19687
- this.h7 = this.yj + this.x1;
19696
+ this.h2 = this.yk + this.x2;
19697
+ this.h7 = this.yl + this.x3;
19688
19698
  this.gb = false;
19689
19699
  this.fq = x;
19690
19700
  if (y) {
19691
19701
  if (q && (this.fq || this.ej)) {
19692
- this.zs();
19702
+ this.zu();
19693
19703
  }
19694
19704
  return;
19695
19705
  }
19696
19706
  if (this.fq || this.ej) {
19697
- this.zs();
19707
+ this.zu();
19698
19708
  }
19699
19709
  };
19700
- XamDataChart.prototype.yo = function (a, b, c, d) {
19701
- var e = this.yg(-1, a, b, c, d);
19710
+ XamDataChart.prototype.yq = function (a, b, c, d) {
19711
+ var e = this.yi(-1, a, b, c, d);
19702
19712
  var f = a.bl();
19703
19713
  if (e < f) {
19704
19714
  var g = c.left + c.width / 2;
@@ -19718,31 +19728,31 @@
19718
19728
  var m = j.right - l.right;
19719
19729
  var n = 0;
19720
19730
  var o = 0;
19721
- o = this.wk.right + this.c9.a5;
19731
+ o = this.wm.right + this.c9.a5;
19722
19732
  var p = i.left + n;
19723
19733
  var q = j.right + n;
19724
19734
  var r = 0;
19725
19735
  var s = 0;
19726
19736
  if (p < 0) {
19727
19737
  r = -p;
19728
- r += this.yc;
19738
+ r += this.ye;
19729
19739
  }
19730
19740
  if (q > o) {
19731
19741
  s = q - o;
19732
- s += this.yc;
19742
+ s += this.ye;
19733
19743
  }
19734
19744
  var t = false;
19735
- if (this.xl || this.xk) {
19745
+ if (this.xn || this.xm) {
19736
19746
  t = true;
19737
19747
  }
19738
19748
  if (t) {
19739
19749
  if (p > 0) {
19740
19750
  r = -p;
19741
- r += this.yc;
19751
+ r += this.ye;
19742
19752
  }
19743
19753
  if (q < o) {
19744
19754
  s = -(o - q);
19745
- s += this.yc;
19755
+ s += this.ye;
19746
19756
  }
19747
19757
  }
19748
19758
  var u = false;
@@ -19751,14 +19761,14 @@
19751
19761
  var x = 0;
19752
19762
  if (r != 0 || s != 0) {
19753
19763
  v = true;
19754
- w = this.x0 + r;
19755
- x = this.x1 + s;
19756
- if (w > this.yd) {
19757
- w = this.yd;
19764
+ w = this.x2 + r;
19765
+ x = this.x3 + s;
19766
+ if (w > this.yf) {
19767
+ w = this.yf;
19758
19768
  u = true;
19759
19769
  }
19760
- if (x > this.yd) {
19761
- x = this.yd;
19770
+ if (x > this.yf) {
19771
+ x = this.yf;
19762
19772
  u = true;
19763
19773
  }
19764
19774
  if (w < 0) {
@@ -19772,13 +19782,13 @@
19772
19782
  }
19773
19783
  var y = this.c9.a4;
19774
19784
  var z = this.c9.a5;
19775
- var aa = new igniteuiWebcomponentsCore.Thickness(1, this.yi + w, 0, this.yj + x, 0);
19785
+ var aa = new igniteuiWebcomponentsCore.Thickness(1, this.yk + w, 0, this.yl + x, 0);
19776
19786
  var ab = (aa.left - y) + (aa.right - z);
19777
19787
  var ac = a.ad.kb().width;
19778
19788
  var ad = ac - ab;
19779
19789
  var ae = ad / ac;
19780
19790
  var af = a.bn() * ae;
19781
- var ag = this.yg(af, a, b, c, d);
19791
+ var ag = this.yi(af, a, b, c, d);
19782
19792
  if (ag == e) {
19783
19793
  return e;
19784
19794
  }
@@ -19788,7 +19798,7 @@
19788
19798
  }
19789
19799
  return e;
19790
19800
  };
19791
- XamDataChart.prototype.yg = function (a, b, c, d, e) {
19801
+ XamDataChart.prototype.yi = function (a, b, c, d, e) {
19792
19802
  var f = b.c3;
19793
19803
  var g = b.bn();
19794
19804
  if (a < 0) {
@@ -19816,13 +19826,13 @@
19816
19826
  }
19817
19827
  return h;
19818
19828
  };
19819
- XamDataChart.prototype.zs = function () {
19829
+ XamDataChart.prototype.zu = function () {
19820
19830
  for (var a = 0; a < this.axes.count; a++) {
19821
19831
  this.axes._inner[a].cq = true;
19822
19832
  this.axes._inner[a].ib(false);
19823
19833
  }
19824
19834
  this.nr(true, false, false);
19825
- this.xh = false;
19835
+ this.xj = false;
19826
19836
  for (var b = 0; b < this.axes.count; b++) {
19827
19837
  this.axes._inner[b].cq = true;
19828
19838
  this.axes._inner[b].ib(false);
@@ -19831,12 +19841,12 @@
19831
19841
  };
19832
19842
  Object.defineProperty(XamDataChart.prototype, "axes", {
19833
19843
  get: function () {
19834
- return this.ws;
19844
+ return this.wu;
19835
19845
  },
19836
19846
  enumerable: false,
19837
19847
  configurable: true
19838
19848
  });
19839
- XamDataChart.prototype.zp = function (a, b) {
19849
+ XamDataChart.prototype.zr = function (a, b) {
19840
19850
  var e_84, _a, e_85, _b, e_86, _c;
19841
19851
  if (b.oldItems != null) {
19842
19852
  try {
@@ -19847,7 +19857,7 @@
19847
19857
  c.bi = null;
19848
19858
  this.q3(c);
19849
19859
  this.c9.dw(c);
19850
- c.rangeChanged = igniteuiWebcomponentsCore.delegateRemove(c.rangeChanged, igniteuiWebcomponentsCore.runOn(this, this.zr));
19860
+ c.rangeChanged = igniteuiWebcomponentsCore.delegateRemove(c.rangeChanged, igniteuiWebcomponentsCore.runOn(this, this.zt));
19851
19861
  this.c9.dx(c);
19852
19862
  if (c.df != null) {
19853
19863
  try {
@@ -19900,7 +19910,7 @@
19900
19910
  e.bi = this;
19901
19911
  e.a5.a2();
19902
19912
  this.c9.bo(e);
19903
- e.rangeChanged = igniteuiWebcomponentsCore.delegateCombine(e.rangeChanged, igniteuiWebcomponentsCore.runOn(this, this.zr));
19913
+ e.rangeChanged = igniteuiWebcomponentsCore.delegateCombine(e.rangeChanged, igniteuiWebcomponentsCore.runOn(this, this.zt));
19904
19914
  this.c9.bl(e);
19905
19915
  }
19906
19916
  }
@@ -19920,11 +19930,11 @@
19920
19930
  }
19921
19931
  }
19922
19932
  this.oh();
19923
- if (!this.xr && this.fu) {
19933
+ if (!this.xt && this.fu) {
19924
19934
  this.qz();
19925
19935
  }
19926
19936
  };
19927
- XamDataChart.prototype.zq = function (a, b) {
19937
+ XamDataChart.prototype.zs = function (a, b) {
19928
19938
  var e_87, _a, e_88, _b, e_89, _c, e_90, _d;
19929
19939
  var c = new igniteuiWebcomponentsCore.List$1(Series.$, 0);
19930
19940
  try {
@@ -19957,7 +19967,7 @@
19957
19967
  d.bi = null;
19958
19968
  this.q3(d);
19959
19969
  this.c9.dw(d);
19960
- d.rangeChanged = igniteuiWebcomponentsCore.delegateRemove(d.rangeChanged, igniteuiWebcomponentsCore.runOn(this, this.zr));
19970
+ d.rangeChanged = igniteuiWebcomponentsCore.delegateRemove(d.rangeChanged, igniteuiWebcomponentsCore.runOn(this, this.zt));
19961
19971
  this.c9.dx(d);
19962
19972
  this.q8();
19963
19973
  }
@@ -20016,7 +20026,7 @@
20016
20026
  }
20017
20027
  }
20018
20028
  };
20019
- XamDataChart.prototype.zr = function (a, b) {
20029
+ XamDataChart.prototype.zt = function (a, b) {
20020
20030
  var e_91, _a, e_92, _b, e_93, _c;
20021
20031
  var c = igniteuiWebcomponentsCore.typeCast(Axis.$, a);
20022
20032
  if (c == null) {
@@ -20059,7 +20069,7 @@
20059
20069
  try {
20060
20070
  for (var _f = tslib.__values(igniteuiWebcomponentsCore.fromEnum(c.bi.series)), _g = _f.next(); !_g.done; _g = _f.next()) {
20061
20071
  var f = _g.value;
20062
- XamDataChart.zu(c, d, f);
20072
+ XamDataChart.zw(c, d, f);
20063
20073
  }
20064
20074
  }
20065
20075
  catch (e_92_1) {
@@ -20098,7 +20108,7 @@
20098
20108
  }
20099
20109
  }
20100
20110
  };
20101
- XamDataChart.zu = function (a, b, c) {
20111
+ XamDataChart.zw = function (a, b, c) {
20102
20112
  };
20103
20113
  XamDataChart.prototype.rt = function (a, b) {
20104
20114
  var e_94, _a;
@@ -20128,10 +20138,10 @@
20128
20138
  }
20129
20139
  };
20130
20140
  XamDataChart.prototype.getFontInfo = function () {
20131
- this.w6 = this.w5.fo;
20132
- return this.w6;
20141
+ this.w8 = this.w7.fo;
20142
+ return this.w8;
20133
20143
  };
20134
- XamDataChart.prototype.zz = function () {
20144
+ XamDataChart.prototype.z1 = function () {
20135
20145
  var e_95, _a, e_96, _b;
20136
20146
  this.c9.ee();
20137
20147
  try {
@@ -20175,7 +20185,7 @@
20175
20185
  }
20176
20186
  };
20177
20187
  XamDataChart.prototype.getFontBrush = function () {
20178
- return this.w5.fw;
20188
+ return this.w7.fw;
20179
20189
  };
20180
20190
  XamDataChart.prototype.nk = function () {
20181
20191
  _super.prototype.nk.call(this);
@@ -20194,7 +20204,7 @@
20194
20204
  }
20195
20205
  };
20196
20206
  XamDataChart.prototype.u8 = function () {
20197
- return this.w5.fs;
20207
+ return this.w7.fs;
20198
20208
  };
20199
20209
  XamDataChart.prototype.f3 = function () {
20200
20210
  return true;
@@ -20226,12 +20236,12 @@
20226
20236
  }
20227
20237
  };
20228
20238
  XamDataChart.prototype.ev = function () {
20229
- if (this.xi) {
20239
+ if (this.xk) {
20230
20240
  return true;
20231
20241
  }
20232
- return this.xe();
20242
+ return this.xg();
20233
20243
  };
20234
- XamDataChart.prototype.xe = function () {
20244
+ XamDataChart.prototype.xg = function () {
20235
20245
  for (var a = 0; a < this.series.count; a++) {
20236
20246
  if (this.series._inner[a].fs || this.series._inner[a].fo) {
20237
20247
  return true;
@@ -20249,30 +20259,15 @@
20249
20259
  };
20250
20260
  XamDataChart.prototype.p5 = function (a) {
20251
20261
  _super.prototype.p5.call(this, a);
20252
- this.w5 = a;
20262
+ this.w7 = a;
20253
20263
  };
20254
20264
  XamDataChart.prototype.q0 = function () {
20255
- for (var a = 0; a < this.ws.count; a++) {
20256
- this.ws._inner[a].cq = true;
20257
- this.ws._inner[a].ib(false);
20265
+ for (var a = 0; a < this.wu.count; a++) {
20266
+ this.wu._inner[a].cq = true;
20267
+ this.wu._inner[a].ib(false);
20258
20268
  }
20259
20269
  _super.prototype.q0.call(this);
20260
20270
  };
20261
- Object.defineProperty(XamDataChart.prototype, "x7", {
20262
- get: function () {
20263
- return this.xv;
20264
- },
20265
- set: function (a) {
20266
- var b = this.xv;
20267
- this.xv = a;
20268
- if (this.xv != b) {
20269
- this.w9 = true;
20270
- this.qm(XamDataChart.yu, b, this.xv);
20271
- }
20272
- },
20273
- enumerable: false,
20274
- configurable: true
20275
- });
20276
20271
  Object.defineProperty(XamDataChart.prototype, "x9", {
20277
20272
  get: function () {
20278
20273
  return this.xx;
@@ -20281,50 +20276,54 @@
20281
20276
  var b = this.xx;
20282
20277
  this.xx = a;
20283
20278
  if (this.xx != b) {
20284
- this.w9 = true;
20279
+ this.xb = true;
20285
20280
  this.qm(XamDataChart.yw, b, this.xx);
20286
20281
  }
20287
20282
  },
20288
20283
  enumerable: false,
20289
20284
  configurable: true
20290
20285
  });
20291
- Object.defineProperty(XamDataChart.prototype, "x8", {
20286
+ Object.defineProperty(XamDataChart.prototype, "yb", {
20292
20287
  get: function () {
20293
- return this.xw;
20288
+ return this.xz;
20294
20289
  },
20295
20290
  set: function (a) {
20296
- var b = this.xw;
20297
- this.xw = a;
20298
- if (this.xw != b) {
20299
- this.w9 = true;
20300
- this.qm(XamDataChart.yv, b, this.xw);
20291
+ var b = this.xz;
20292
+ this.xz = a;
20293
+ if (this.xz != b) {
20294
+ this.xb = true;
20295
+ this.qm(XamDataChart.yy, b, this.xz);
20301
20296
  }
20302
20297
  },
20303
20298
  enumerable: false,
20304
20299
  configurable: true
20305
20300
  });
20306
- Object.defineProperty(XamDataChart.prototype, "x6", {
20301
+ Object.defineProperty(XamDataChart.prototype, "ya", {
20307
20302
  get: function () {
20308
- return this.xu;
20303
+ return this.xy;
20309
20304
  },
20310
20305
  set: function (a) {
20311
- var b = this.xu;
20312
- this.xu = a;
20313
- if (this.xu != b) {
20314
- this.w9 = true;
20315
- this.qm(XamDataChart.yt, b, this.xu);
20306
+ var b = this.xy;
20307
+ this.xy = a;
20308
+ if (this.xy != b) {
20309
+ this.xb = true;
20310
+ this.qm(XamDataChart.yx, b, this.xy);
20316
20311
  }
20317
20312
  },
20318
20313
  enumerable: false,
20319
20314
  configurable: true
20320
20315
  });
20321
- Object.defineProperty(XamDataChart.prototype, "yl", {
20316
+ Object.defineProperty(XamDataChart.prototype, "x8", {
20322
20317
  get: function () {
20323
- return this.x3;
20318
+ return this.xw;
20324
20319
  },
20325
20320
  set: function (a) {
20326
- this.x3 = a;
20327
- this.zt();
20321
+ var b = this.xw;
20322
+ this.xw = a;
20323
+ if (this.xw != b) {
20324
+ this.xb = true;
20325
+ this.qm(XamDataChart.yv, b, this.xw);
20326
+ }
20328
20327
  },
20329
20328
  enumerable: false,
20330
20329
  configurable: true
@@ -20335,29 +20334,40 @@
20335
20334
  },
20336
20335
  set: function (a) {
20337
20336
  this.x5 = a;
20338
- this.zt();
20337
+ this.zv();
20339
20338
  },
20340
20339
  enumerable: false,
20341
20340
  configurable: true
20342
20341
  });
20343
- Object.defineProperty(XamDataChart.prototype, "ym", {
20342
+ Object.defineProperty(XamDataChart.prototype, "yp", {
20344
20343
  get: function () {
20345
- return this.x4;
20344
+ return this.x7;
20346
20345
  },
20347
20346
  set: function (a) {
20348
- this.x4 = a;
20349
- this.zt();
20347
+ this.x7 = a;
20348
+ this.zv();
20349
+ },
20350
+ enumerable: false,
20351
+ configurable: true
20352
+ });
20353
+ Object.defineProperty(XamDataChart.prototype, "yo", {
20354
+ get: function () {
20355
+ return this.x6;
20356
+ },
20357
+ set: function (a) {
20358
+ this.x6 = a;
20359
+ this.zv();
20350
20360
  },
20351
20361
  enumerable: false,
20352
20362
  configurable: true
20353
20363
  });
20354
- Object.defineProperty(XamDataChart.prototype, "yk", {
20364
+ Object.defineProperty(XamDataChart.prototype, "ym", {
20355
20365
  get: function () {
20356
- return this.x2;
20366
+ return this.x4;
20357
20367
  },
20358
20368
  set: function (a) {
20359
- this.x2 = a;
20360
- this.zt();
20369
+ this.x4 = a;
20370
+ this.zv();
20361
20371
  },
20362
20372
  enumerable: false,
20363
20373
  configurable: true
@@ -20367,13 +20377,13 @@
20367
20377
  if (a.isEmpty) {
20368
20378
  return igniteuiWebcomponentsCore.Rect.empty;
20369
20379
  }
20370
- if (this.x7 == 0 && this.x9 == 0 && this.x8 == 0 && this.x6 == 0) {
20380
+ if (this.x9 == 0 && this.yb == 0 && this.ya == 0 && this.x8 == 0) {
20371
20381
  return b;
20372
20382
  }
20373
- if (this.x7 + this.x8 >= a.width || this.x9 + this.x6 >= a.height) {
20383
+ if (this.x9 + this.ya >= a.width || this.yb + this.x8 >= a.height) {
20374
20384
  return b;
20375
20385
  }
20376
- var c = new igniteuiWebcomponentsCore.Rect(0, a.left + this.x7, a.top + this.x9, a.width - this.x7 - this.x8, a.height - this.x9 - this.x6);
20386
+ var c = new igniteuiWebcomponentsCore.Rect(0, a.left + this.x9, a.top + this.yb, a.width - this.x9 - this.ya, a.height - this.yb - this.x8);
20377
20387
  if (this.ev()) {
20378
20388
  var d = void 0;
20379
20389
  if (c.width > c.height) {
@@ -20388,9 +20398,9 @@
20388
20398
  }
20389
20399
  return c;
20390
20400
  };
20391
- XamDataChart.prototype.wc = function () {
20392
- var a = this.wk;
20393
- var b = this.wl;
20401
+ XamDataChart.prototype.wd = function () {
20402
+ var a = this.wm;
20403
+ var b = this.wn;
20394
20404
  var c = this.v8;
20395
20405
  if (c.isEmpty || a.isEmpty) {
20396
20406
  return a;
@@ -20403,11 +20413,11 @@
20403
20413
  }
20404
20414
  return a;
20405
20415
  };
20406
- XamDataChart.prototype.ys = function () {
20407
- return this.wy.exportVisualData(this);
20416
+ XamDataChart.prototype.yu = function () {
20417
+ return this.w0.exportVisualData(this);
20408
20418
  };
20409
- XamDataChart.prototype.y7 = function () {
20410
- var cvd_ = this.ys();
20419
+ XamDataChart.prototype.y9 = function () {
20420
+ var cvd_ = this.yu();
20411
20421
  cvd_.scaleByViewport();
20412
20422
  return (cvd_.serialize());
20413
20423
  };
@@ -20431,7 +20441,7 @@
20431
20441
  b.ib(false);
20432
20442
  }
20433
20443
  };
20434
- XamDataChart.prototype.xt = function (a) {
20444
+ XamDataChart.prototype.xv = function (a) {
20435
20445
  var e_98, _a;
20436
20446
  var b = new igniteuiWebcomponentsCore.List$1(Axis.$, 0);
20437
20447
  try {
@@ -20459,13 +20469,13 @@
20459
20469
  return b;
20460
20470
  };
20461
20471
  XamDataChart.$t = igniteuiWebcomponentsCore.markType(XamDataChart, 'XamDataChart', SeriesViewer.$);
20462
- XamDataChart.yf = 0;
20463
- XamDataChart.ye = 0;
20464
- XamDataChart.yu = "ActualPlotAreaMarginLeft";
20465
- XamDataChart.yw = "ActualPlotAreaMarginTop";
20466
- XamDataChart.yv = "ActualPlotAreaMarginRight";
20467
- XamDataChart.yt = "ActualPlotAreaMarginBottom";
20468
- XamDataChart.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamDataChart, 'qm', ['AlignsGridLinesToPixels:xc:z1', [0, true], 'AutoExpandMarginExtraPadding:yc:z2', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'AutoExpandMarginMaximumValue:yd:z3', [1, 60], 'AutoMarginAndAngleUpdateMode:wr:z4', [AutoMarginsAndAngleUpdateMode_$type, igniteuiWebcomponentsCore.enumGetBox(AutoMarginsAndAngleUpdateMode_$type, 0)], 'ComputedPlotAreaMarginMode:wu:z5', [ComputedPlotAreaMarginMode_$type, igniteuiWebcomponentsCore.enumGetBox(ComputedPlotAreaMarginMode_$type, 0)], 'DefaultAxisMajorStroke:aaq:z6', [igniteuiWebcomponentsCore.Brush.$, null], 'DefaultAxisMinorStroke:aar:z7', [igniteuiWebcomponentsCore.Brush.$, null], 'DefaultAxisStroke:aas:z8', [igniteuiWebcomponentsCore.Brush.$, null], 'GridMode:ww:z9', [GridMode_$type, igniteuiWebcomponentsCore.enumGetBox(GridMode_$type, 2)], 'HorizontalZoomable:xf:aaa', [0, false], 'InitialCloseGridlinesThreshold:yh:aab', [1, NaN], 'IsHorizontalZoomEnabled:xg:aac', [0, false], 'IsSquare:xi:aad', [0, false], 'IsVerticalZoomEnabled:xj:aae', [0, false], 'SeriesPlotAreaMarginHorizontalMode:w1:aaf', [SeriesPlotAreaMarginHorizontalMode_$type, igniteuiWebcomponentsCore.enumGetBox(SeriesPlotAreaMarginHorizontalMode_$type, 0)], 'SeriesPlotAreaMarginVerticalMode:w4:aag', [SeriesPlotAreaMarginVerticalMode_$type, igniteuiWebcomponentsCore.enumGetBox(SeriesPlotAreaMarginVerticalMode_$type, 0)], 'ShouldAutoExpandMarginForInitialLabels:xm:aah', [0, false], 'ShouldClipGridlines:xn:aai', [0, true], 'ShouldClipInitialCloseGridlines:xo:aaj', [0, true], 'ShouldConsiderAutoRotationForInitialLabels:xp:aak', [0, false], 'ShouldSuppressAxisLabelTruncation:xq:aal', [0, false], 'SuppressAutoMarginAndAngleRecalculation:xr:aam', [0, false], 'VerticalZoomable:xs:aan', [0, false], 'WindowScaleHorizontal:yp:aao', [1, NaN], 'WindowScaleVertical:yq:aap', [1, NaN]]);
20472
+ XamDataChart.yh = 0;
20473
+ XamDataChart.yg = 0;
20474
+ XamDataChart.yw = "ActualPlotAreaMarginLeft";
20475
+ XamDataChart.yy = "ActualPlotAreaMarginTop";
20476
+ XamDataChart.yx = "ActualPlotAreaMarginRight";
20477
+ XamDataChart.yv = "ActualPlotAreaMarginBottom";
20478
+ XamDataChart.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, XamDataChart, 'qm', ['AlignsGridLinesToPixels:xe:z3', [0, true], 'AutoExpandMarginExtraPadding:ye:z4', [1, igniteuiWebcomponentsCore.DeviceUtils.g(2)], 'AutoExpandMarginMaximumValue:yf:z5', [1, 60], 'AutoMarginAndAngleUpdateMode:wt:z6', [AutoMarginsAndAngleUpdateMode_$type, igniteuiWebcomponentsCore.enumGetBox(AutoMarginsAndAngleUpdateMode_$type, 0)], 'ComputedPlotAreaMarginMode:ww:z7', [ComputedPlotAreaMarginMode_$type, igniteuiWebcomponentsCore.enumGetBox(ComputedPlotAreaMarginMode_$type, 0)], 'DefaultAxisMajorStroke:aas:z8', [igniteuiWebcomponentsCore.Brush.$, null], 'DefaultAxisMinorStroke:aat:z9', [igniteuiWebcomponentsCore.Brush.$, null], 'DefaultAxisStroke:aau:aaa', [igniteuiWebcomponentsCore.Brush.$, null], 'GridMode:wy:aab', [GridMode_$type, igniteuiWebcomponentsCore.enumGetBox(GridMode_$type, 2)], 'HorizontalZoomable:xh:aac', [0, false], 'InitialCloseGridlinesThreshold:yj:aad', [1, NaN], 'IsHorizontalZoomEnabled:xi:aae', [0, false], 'IsSquare:xk:aaf', [0, false], 'IsVerticalZoomEnabled:xl:aag', [0, false], 'SeriesPlotAreaMarginHorizontalMode:w3:aah', [SeriesPlotAreaMarginHorizontalMode_$type, igniteuiWebcomponentsCore.enumGetBox(SeriesPlotAreaMarginHorizontalMode_$type, 0)], 'SeriesPlotAreaMarginVerticalMode:w6:aai', [SeriesPlotAreaMarginVerticalMode_$type, igniteuiWebcomponentsCore.enumGetBox(SeriesPlotAreaMarginVerticalMode_$type, 0)], 'ShouldAutoExpandMarginForInitialLabels:xo:aaj', [0, false], 'ShouldClipGridlines:xp:aak', [0, true], 'ShouldClipInitialCloseGridlines:xq:aal', [0, true], 'ShouldConsiderAutoRotationForInitialLabels:xr:aam', [0, false], 'ShouldSuppressAxisLabelTruncation:xs:aan', [0, false], 'SuppressAutoMarginAndAngleRecalculation:xt:aao', [0, false], 'VerticalZoomable:xu:aap', [0, false], 'WindowScaleHorizontal:yr:aaq', [1, NaN], 'WindowScaleVertical:ys:aar', [1, NaN]]);
20469
20479
  return XamDataChart;
20470
20480
  }(SeriesViewer));
20471
20481
  /**
@@ -22782,7 +22792,7 @@
22782
22792
  if (this.ie == 0 && this.ii == 0) {
22783
22793
  return a;
22784
22794
  }
22785
- var d = new ScalerParams(0, c, this.db.wk, b.ch, this.getEffectiveViewport());
22795
+ var d = new ScalerParams(0, c, this.db.wm, b.ch, this.getEffectiveViewport());
22786
22796
  d.b = this.ix();
22787
22797
  var e = b.el(a.c, d);
22788
22798
  var f = b.el(a.b, d);
@@ -22802,7 +22812,7 @@
22802
22812
  if (this.ig == 0 && this.ih == 0) {
22803
22813
  return a;
22804
22814
  }
22805
- var i = new ScalerParams(0, c, this.db.wk, b.ch, this.getEffectiveViewport());
22815
+ var i = new ScalerParams(0, c, this.db.wm, b.ch, this.getEffectiveViewport());
22806
22816
  i.b = this.ix();
22807
22817
  var j = b.el(a.c, i);
22808
22818
  var k = b.el(a.b, i);
@@ -23252,7 +23262,7 @@
23252
23262
  if (this.db.v8.isEmpty) {
23253
23263
  return this.db.v8;
23254
23264
  }
23255
- var b = this.db.wd(a.bx, this.db.wk, this.db.v8);
23265
+ var b = this.db.we(a.bx, this.db.wm, this.db.v8);
23256
23266
  return b;
23257
23267
  }
23258
23268
  return this.db.v8;
@@ -23271,11 +23281,11 @@
23271
23281
  if (this.db.v8.isEmpty) {
23272
23282
  return a.bx;
23273
23283
  }
23274
- if (this.db.v7.equals1(this.db.wk)) {
23284
+ if (this.db.v7.equals1(this.db.wm)) {
23275
23285
  return a.bx;
23276
23286
  }
23277
- var b = this.db.wd(a.bx, this.db.wk, this.db.v8);
23278
- var c = this.db.wb(a.bx, b, this.db.v4);
23287
+ var b = this.db.we(a.bx, this.db.wm, this.db.v8);
23288
+ var c = this.db.wc(a.bx, b, this.db.v4);
23279
23289
  return c;
23280
23290
  }
23281
23291
  return this.db.v7;
@@ -23617,7 +23627,7 @@
23617
23627
  this.rh(igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.IFastItemsSourceProvider_$type, d));
23618
23628
  }
23619
23629
  if (this.index == -1) {
23620
- this.index = XamDataChart.yr(this);
23630
+ this.index = XamDataChart.yt(this);
23621
23631
  }
23622
23632
  break;
23623
23633
  case Series.$$p[40]:
@@ -23696,7 +23706,7 @@
23696
23706
  this.re(null);
23697
23707
  }
23698
23708
  if (this.index == -1 || d == null) {
23699
- this.index = XamDataChart.yr(this);
23709
+ this.index = XamDataChart.yt(this);
23700
23710
  }
23701
23711
  this.a5 = this.a6();
23702
23712
  this.ow(igniteuiWebcomponentsCore.typeCast(SeriesViewer.$, c), igniteuiWebcomponentsCore.typeCast(SeriesViewer.$, d));
@@ -24756,7 +24766,7 @@
24756
24766
  Series.prototype.sc = function () {
24757
24767
  var a = (igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.db));
24758
24768
  if (a != null) {
24759
- this.h8 = igniteuiWebcomponentsCore.isNaN_(this.ij) ? a.w5.fp : this.ij;
24769
+ this.h8 = igniteuiWebcomponentsCore.isNaN_(this.ij) ? a.w7.fp : this.ij;
24760
24770
  }
24761
24771
  };
24762
24772
  Series.prototype.se = function () {
@@ -26668,24 +26678,24 @@
26668
26678
  if (b == a) {
26669
26679
  if (!d) {
26670
26680
  if (!b.fl()) {
26671
- c.x = b.wl.x;
26672
- c.width = b.wl.width;
26681
+ c.x = b.wn.x;
26682
+ c.width = b.wn.width;
26673
26683
  }
26674
26684
  if (!b.fm()) {
26675
- c.y = b.wl.y;
26676
- c.height = b.wl.height;
26685
+ c.y = b.wn.y;
26686
+ c.height = b.wn.height;
26677
26687
  }
26678
26688
  }
26679
26689
  }
26680
26690
  else {
26681
26691
  var g = SyncManager.a(b);
26682
26692
  if (g == null || !g.synchronizeHorizontally) {
26683
- c.x = b.wl.x;
26684
- c.width = b.wl.width;
26693
+ c.x = b.wn.x;
26694
+ c.width = b.wn.width;
26685
26695
  }
26686
26696
  if (g == null || !g.synchronizeVertically) {
26687
- c.y = b.wl.y;
26688
- c.height = b.wl.height;
26697
+ c.y = b.wn.y;
26698
+ c.height = b.wn.height;
26689
26699
  }
26690
26700
  }
26691
26701
  var h = 0.5 * (c.left + c.right);
@@ -26695,8 +26705,8 @@
26695
26705
  var l = igniteuiWebcomponentsCore.MathUtil.d(c.width, e, 1);
26696
26706
  var m = igniteuiWebcomponentsCore.MathUtil.d(c.height, f, 1);
26697
26707
  var n = false;
26698
- if (a.gg() && !a.wk.isEmpty) {
26699
- var o = a.wk;
26708
+ if (a.gg() && !a.wm.isEmpty) {
26709
+ var o = a.wm;
26700
26710
  var p = o.width / o.height;
26701
26711
  var q = l * o.width;
26702
26712
  var r = m * o.height;
@@ -26839,7 +26849,7 @@
26839
26849
  }
26840
26850
  if (h != null) {
26841
26851
  var j = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
26842
- var k = new ScalerParams(0, j, j, h.ch, b.wd(j, b.wk, b.v8));
26852
+ var k = new ScalerParams(0, j, j, h.ch, b.we(j, b.wm, b.v8));
26843
26853
  k.b = a.ix();
26844
26854
  var l = a.az(c);
26845
26855
  var m = l == null || l.c == 1.7976931348623157E+308 || igniteuiWebcomponentsCore.isNaN_(l.c);
@@ -26882,7 +26892,7 @@
26882
26892
  }
26883
26893
  if (h != null) {
26884
26894
  var j = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
26885
- var k = new ScalerParams(0, j, j, h.ch, b.wd(j, b.wk, b.v8));
26895
+ var k = new ScalerParams(0, j, j, h.ch, b.we(j, b.wm, b.v8));
26886
26896
  k.b = a.ix();
26887
26897
  var l = a.az(c);
26888
26898
  var m = l == null || l.c == 1.7976931348623157E+308 || igniteuiWebcomponentsCore.isNaN_(l.c);
@@ -26931,8 +26941,8 @@
26931
26941
  try {
26932
26942
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.ad)), _c = _b.next(); !_c.done; _c = _b.next()) {
26933
26943
  var a = _c.value;
26934
- if (a.wl.isEmpty) {
26935
- a.wl = this.aw(null, a, this.av);
26944
+ if (a.wn.isEmpty) {
26945
+ a.wn = this.aw(null, a, this.av);
26936
26946
  }
26937
26947
  }
26938
26948
  }
@@ -26956,8 +26966,8 @@
26956
26966
  try {
26957
26967
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEn(b.newItems)), _c = _b.next(); !_c.done; _c = _b.next()) {
26958
26968
  var c = _c.value;
26959
- if (c.wl.isEmpty) {
26960
- c.wl = this.aw(null, c, this.av);
26969
+ if (c.wn.isEmpty) {
26970
+ c.wn = this.aw(null, c, this.av);
26961
26971
  }
26962
26972
  }
26963
26973
  }
@@ -27016,7 +27026,7 @@
27016
27026
  try {
27017
27027
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.ai)), _c = _b.next(); !_c.done; _c = _b.next()) {
27018
27028
  var c = _c.value;
27019
- c.we = this.aw(a, c, b);
27029
+ c.wf = this.aw(a, c, b);
27020
27030
  }
27021
27031
  }
27022
27032
  catch (e_126_1) {
@@ -27044,7 +27054,7 @@
27044
27054
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.ai)), _c = _b.next(); !_c.done; _c = _b.next()) {
27045
27055
  var e = _c.value;
27046
27056
  e.et = true;
27047
- e.wl = this.ax(a, e, b, c);
27057
+ e.wn = this.ax(a, e, b, c);
27048
27058
  e.et = false;
27049
27059
  }
27050
27060
  }
@@ -27536,8 +27546,8 @@
27536
27546
  Object.defineProperty(DataChartMouseButtonEventArgs.prototype, "chartPosition", {
27537
27547
  get: function () {
27538
27548
  if (igniteuiWebcomponentsCore.isNaN_(this.j.x) && igniteuiWebcomponentsCore.isNaN_(this.j.y)) {
27539
- this.j.x = this.plotAreaPosition.x - this.chart.wk.left;
27540
- this.j.y = this.plotAreaPosition.y - this.chart.wk.top;
27549
+ this.j.x = this.plotAreaPosition.x - this.chart.wm.left;
27550
+ this.j.y = this.plotAreaPosition.y - this.chart.wm.top;
27541
27551
  }
27542
27552
  return this.j;
27543
27553
  },
@@ -27623,8 +27633,8 @@
27623
27633
  Object.defineProperty(ChartMouseEventArgs.prototype, "chartPosition", {
27624
27634
  get: function () {
27625
27635
  if (igniteuiWebcomponentsCore.isNaN_(this.g.x) && igniteuiWebcomponentsCore.isNaN_(this.g.y)) {
27626
- this.g.x = this.plotAreaPosition.x - this.chart.wk.left;
27627
- this.g.y = this.plotAreaPosition.y - this.chart.wk.top;
27636
+ this.g.x = this.plotAreaPosition.x - this.chart.wm.left;
27637
+ this.g.y = this.plotAreaPosition.y - this.chart.wm.top;
27628
27638
  }
27629
27639
  return this.g;
27630
27640
  },
@@ -28135,7 +28145,7 @@
28135
28145
  AxisLabelPanelBaseView.prototype.ab = function (a) {
28136
28146
  };
28137
28147
  AxisLabelPanelBaseView.prototype.ay = function () {
28138
- return this.a.ad.bi.wn();
28148
+ return this.a.ad.bi.wp();
28139
28149
  };
28140
28150
  AxisLabelPanelBaseView.prototype.v = function () {
28141
28151
  if (this.a.ad.bf != null && !igniteuiWebcomponentsCore.isNaN_(this.a.ad.bf.topMargin)) {
@@ -28182,7 +28192,7 @@
28182
28192
  })());
28183
28193
  if (this.a.ad != null && igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.a.ad.bg) !== null) {
28184
28194
  var b = this.a.ad.bg;
28185
- if (b.xc && b.c0 != 2 && b.c0 != 1) {
28195
+ if (b.xe && b.c0 != 2 && b.c0 != 1) {
28186
28196
  a.a = true;
28187
28197
  }
28188
28198
  }
@@ -28324,7 +28334,7 @@
28324
28334
  if (a == null) {
28325
28335
  return 0;
28326
28336
  }
28327
- if (a != null && a.ww == 1) {
28337
+ if (a != null && a.wy == 1) {
28328
28338
  var c = 0;
28329
28339
  for (var d = 0; d < this.a.bi.series.count; d++) {
28330
28340
  if (this.a.bi.series._inner[d].isStacked) {
@@ -28399,7 +28409,7 @@
28399
28409
  })());
28400
28410
  if (igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.a.bg) !== null) {
28401
28411
  var b = this.a.bg;
28402
- if (b.xc && b.c0 != 2 && b.c0 != 1) {
28412
+ if (b.xe && b.c0 != 2 && b.c0 != 1) {
28403
28413
  a.a = true;
28404
28414
  }
28405
28415
  }
@@ -28422,7 +28432,7 @@
28422
28432
  })());
28423
28433
  if (igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.a.bg) !== null) {
28424
28434
  var b = this.a.bg;
28425
- if (b.xc && b.c0 != 2 && b.c0 != 1) {
28435
+ if (b.xe && b.c0 != 2 && b.c0 != 1) {
28426
28436
  a.a = true;
28427
28437
  }
28428
28438
  }
@@ -28442,7 +28452,7 @@
28442
28452
  })());
28443
28453
  if (igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.a.bg) !== null) {
28444
28454
  var b = this.a.bg;
28445
- if (b.xc && b.c0 != 2 && b.c0 != 1) {
28455
+ if (b.xe && b.c0 != 2 && b.c0 != 1) {
28446
28456
  a.a = true;
28447
28457
  }
28448
28458
  }
@@ -28572,7 +28582,7 @@
28572
28582
  this.j.aa();
28573
28583
  this.j.ab(this.a.bi.hi, this.a.bi.hi);
28574
28584
  }
28575
- var b = this.a.bg.v9();
28585
+ var b = this.a.bg.wa();
28576
28586
  if (a) {
28577
28587
  if (!this.j.e) {
28578
28588
  this.j.l(b.left, b.top, b.width, b.height);
@@ -28602,7 +28612,7 @@
28602
28612
  this.k.ab(this.a.bi.hi, this.a.bi.hi);
28603
28613
  }
28604
28614
  var c = this.bb;
28605
- var d = this.a.bg.v9();
28615
+ var d = this.a.bg.wa();
28606
28616
  if (!c.isEmpty && a) {
28607
28617
  if (!this.k.e) {
28608
28618
  this.k.l(d.left, d.top, d.width, d.height);
@@ -28715,7 +28725,7 @@
28715
28725
  if (this.a.bi == null) {
28716
28726
  return;
28717
28727
  }
28718
- var a = this.a.bi.w5;
28728
+ var a = this.a.bi.w7;
28719
28729
  var b = a.fv;
28720
28730
  var c = a.fu;
28721
28731
  if (this.a.j2 == null) {
@@ -29014,7 +29024,7 @@
29014
29024
  return a;
29015
29025
  };
29016
29026
  VerticalAxisLabelPanelView.prototype.ay = function () {
29017
- return this.a.ad.bi.wo();
29027
+ return this.a.ad.bi.wq();
29018
29028
  };
29019
29029
  VerticalAxisLabelPanelView.prototype.at = function () {
29020
29030
  var a = this.a.ad.bg.getFontBrush();
@@ -29121,10 +29131,10 @@
29121
29131
  if (igniteuiWebcomponentsCore.isNaN_(this.p.h2)) {
29122
29132
  this.p.h2 = g[3];
29123
29133
  }
29124
- this.fn.aas = f.i;
29125
- this.fn.aaq = AxisDefaults.h;
29126
- this.fn.aar = AxisDefaults.i;
29127
- this.fn.xc = e;
29134
+ this.fn.aau = f.i;
29135
+ this.fn.aas = AxisDefaults.h;
29136
+ this.fn.aat = AxisDefaults.i;
29137
+ this.fn.xe = e;
29128
29138
  this.fv = a;
29129
29139
  this.fu = b;
29130
29140
  this.fn.ag = f.a;
@@ -29322,7 +29332,7 @@
29322
29332
  var d = igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.e.c9);
29323
29333
  var e = 0;
29324
29334
  if (d != null) {
29325
- if (d.ww == 2 || d.ww == 0) {
29335
+ if (d.wy == 2 || d.wy == 0) {
29326
29336
  e = d.axes.count;
29327
29337
  }
29328
29338
  }
@@ -29414,7 +29424,7 @@
29414
29424
  this.bu = this.bx;
29415
29425
  }
29416
29426
  var b = this.bu;
29417
- var c = this.e.db.v9();
29427
+ var c = this.e.db.wa();
29418
29428
  var d = c.left;
29419
29429
  var e = c.top;
29420
29430
  var f = c.width;
@@ -29644,7 +29654,7 @@
29644
29654
  return this.bw;
29645
29655
  }
29646
29656
  else if (this.q) {
29647
- return XamDataChart.wg;
29657
+ return XamDataChart.wh;
29648
29658
  }
29649
29659
  else {
29650
29660
  return this.e.db != null ? this.e.db.v4 : igniteuiWebcomponentsCore.Rect.empty;
@@ -30420,7 +30430,7 @@
30420
30430
  case AnnotationLayer.$$p[15]:
30421
30431
  if (this.ff) {
30422
30432
  if (this.index == -1) {
30423
- this.index = XamDataChart.yr(this);
30433
+ this.index = XamDataChart.yt(this);
30424
30434
  }
30425
30435
  }
30426
30436
  else {
@@ -35814,7 +35824,7 @@
35814
35824
  };
35815
35825
  CalloutLayer.prototype.ax = function (a, b, c) {
35816
35826
  var d = this.getEffectiveViewport();
35817
- var e = this.db.wk;
35827
+ var e = this.db.wm;
35818
35828
  var f = this.ws();
35819
35829
  var g = 0;
35820
35830
  if (b.cp) {
@@ -48356,7 +48366,7 @@
48356
48366
  if (igniteuiWebcomponentsCore.isNaN_(c) || igniteuiWebcomponentsCore.isNaN_(d)) {
48357
48367
  return;
48358
48368
  }
48359
- this.bi.wl = new igniteuiWebcomponentsCore.Rect(0, this.bi.wl.x, d, this.bi.wl.width, c - d);
48369
+ this.bi.wn = new igniteuiWebcomponentsCore.Rect(0, this.bi.wn.x, d, this.bi.wn.width, c - d);
48360
48370
  };
48361
48371
  NumericYAxis.prototype.k2 = function () {
48362
48372
  var _this = this;
@@ -48771,7 +48781,7 @@
48771
48781
  }
48772
48782
  var c = a / this.kv.count;
48773
48783
  var d = (b + 1) / this.kv.count;
48774
- this.bi.wl = new igniteuiWebcomponentsCore.Rect(0, c, this.bi.wl.y, d - c, this.bi.wl.height);
48784
+ this.bi.wn = new igniteuiWebcomponentsCore.Rect(0, c, this.bi.wn.y, d - c, this.bi.wn.height);
48775
48785
  };
48776
48786
  CategoryXAxis.prototype.ic = function (a) {
48777
48787
  _super.prototype.ic.call(this, a);
@@ -49026,13 +49036,13 @@
49026
49036
  var b = igniteuiWebcomponentsCore.MathUtil.a(a) && a > 0;
49027
49037
  var c = this.kv.count;
49028
49038
  if (c > 0 && b) {
49029
- var d = this.bi.wk.width;
49039
+ var d = this.bi.wm.width;
49030
49040
  var e = igniteuiWebcomponentsCore.isNaN_(d) || igniteuiWebcomponentsCore.isInfinity(d);
49031
49041
  if (e) {
49032
49042
  return NaN;
49033
49043
  }
49034
49044
  var f = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
49035
- var g = this.bi.wk;
49045
+ var g = this.bi.wm;
49036
49046
  var h = this.getCategorySize(f, g, g);
49037
49047
  var i = igniteuiWebcomponentsCore.isNaN_(h) || igniteuiWebcomponentsCore.isInfinity(h);
49038
49048
  if (i) {
@@ -49049,13 +49059,13 @@
49049
49059
  var b = igniteuiWebcomponentsCore.MathUtil.a(a) && a > 0;
49050
49060
  var c = this.kv.count;
49051
49061
  if (c > 0 && b) {
49052
- var d = this.bi.wk.width;
49062
+ var d = this.bi.wm.width;
49053
49063
  var e = igniteuiWebcomponentsCore.isNaN_(d) || igniteuiWebcomponentsCore.isInfinity(d);
49054
49064
  if (e) {
49055
49065
  return NaN;
49056
49066
  }
49057
49067
  var f = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
49058
- var g = this.bi.wk;
49068
+ var g = this.bi.wm;
49059
49069
  var h = this.k8(f, g, g);
49060
49070
  var i = a / h;
49061
49071
  var j = Math.min(1, 1 / i);
@@ -69253,12 +69263,12 @@
69253
69263
  return f;
69254
69264
  };
69255
69265
  CategorySeries.prototype.aab = function (a, b, c, d, e) {
69256
- var f = this.wq(a);
69266
+ var f = this.db.wj(this.db.v9(a));
69257
69267
  var g = this.yr();
69258
69268
  var h = this.y8();
69259
69269
  var i = this.fetchXAxis();
69260
69270
  var j = g == i;
69261
- var k = this.wi(this.cv);
69271
+ var k = this.db.wc(this.wr, this.getEffectiveViewport(), f);
69262
69272
  var l, m;
69263
69273
  var n = this.aaa(f, g, j, k, l, m);
69264
69274
  l = n.p4;
@@ -69292,7 +69302,7 @@
69292
69302
  }
69293
69303
  };
69294
69304
  CategorySeries.prototype.z9 = function (a, b, c, d, e, f) {
69295
- var g = new ScalerParams(0, a, this.db.wk, b.ch, this.getEffectiveViewport());
69305
+ var g = new ScalerParams(0, a, this.db.wm, b.ch, this.getEffectiveViewport());
69296
69306
  var h = c ? (b.ch ? d.top : d.bottom) : (b.ch ? d.right : d.left);
69297
69307
  var i = c ? (b.ch ? d.bottom : d.top) : (b.ch ? d.left : d.right);
69298
69308
  e = b.eo(h, g);
@@ -69303,7 +69313,7 @@
69303
69313
  };
69304
69314
  };
69305
69315
  CategorySeries.prototype.aaa = function (a, b, c, d, e, f) {
69306
- var g = new ScalerParams(0, a, this.db.wk, b.ch, this.getEffectiveViewport());
69316
+ var g = new ScalerParams(0, a, this.db.wm, b.ch, this.getEffectiveViewport());
69307
69317
  var h = c ? (b.ch ? d.right : d.left) : (b.ch ? d.top : d.bottom);
69308
69318
  var i = c ? (b.ch ? d.left : d.right) : (b.ch ? d.bottom : d.top);
69309
69319
  var j = b.eo(h, g);
@@ -70123,7 +70133,7 @@
70123
70133
  }
70124
70134
  var b = this.wi(this.cv);
70125
70135
  var c = this.yr();
70126
- var d = new ScalerParams(0, a, this.db.wk, c.ch, this.getEffectiveViewport());
70136
+ var d = new ScalerParams(0, a, this.db.wm, c.ch, this.getEffectiveViewport());
70127
70137
  var e = (c.eo(b.left, d));
70128
70138
  var f = (c.eo(b.right, d));
70129
70139
  if (c.ch) {
@@ -74871,7 +74881,7 @@
74871
74881
  if (this.yAxis == null) {
74872
74882
  return b;
74873
74883
  }
74874
- var c = this.yAxis.eo(b, new ScalerParams(1, this.db.wl, this.db.wk, this.yAxis.ch));
74884
+ var c = this.yAxis.eo(b, new ScalerParams(1, this.db.wn, this.db.wm, this.yAxis.ch));
74875
74885
  if (c < this.yAxis.me) {
74876
74886
  return a[2];
74877
74887
  }
@@ -74880,7 +74890,7 @@
74880
74890
  }
74881
74891
  case 4:
74882
74892
  var d = (a[1] + a[2]) / 2;
74883
- var e = this.yAxis.eo(d, new ScalerParams(1, this.db.wl, this.db.wk, this.yAxis.ch));
74893
+ var e = this.yAxis.eo(d, new ScalerParams(1, this.db.wn, this.db.wm, this.yAxis.ch));
74884
74894
  if (this.yAxis == null) {
74885
74895
  return d;
74886
74896
  }
@@ -79660,8 +79670,8 @@
79660
79670
  Object.defineProperty(DomainChartSeriesPointerEventArgs.prototype, "chartPosition", {
79661
79671
  get: function () {
79662
79672
  if (igniteuiWebcomponentsCore.isNaN_(this.e.x) && igniteuiWebcomponentsCore.isNaN_(this.e.y)) {
79663
- this.e.x = this.plotAreaPosition.x - this.series.c9.wk.left;
79664
- this.e.y = this.plotAreaPosition.y - this.series.c9.wk.top;
79673
+ this.e.x = this.plotAreaPosition.x - this.series.c9.wm.left;
79674
+ this.e.y = this.plotAreaPosition.y - this.series.c9.wm.top;
79665
79675
  }
79666
79676
  return this.e;
79667
79677
  },
@@ -79715,8 +79725,8 @@
79715
79725
  Object.defineProperty(DomainChartPlotAreaPointerEventArgs.prototype, "chartPosition", {
79716
79726
  get: function () {
79717
79727
  if (igniteuiWebcomponentsCore.isNaN_(this.b.x) && igniteuiWebcomponentsCore.isNaN_(this.b.y)) {
79718
- this.b.x = this.plotAreaPosition.x - this.a.wk.left;
79719
- this.b.y = this.plotAreaPosition.y - this.a.wk.top;
79728
+ this.b.x = this.plotAreaPosition.x - this.a.wm.left;
79729
+ this.b.y = this.plotAreaPosition.y - this.a.wm.top;
79720
79730
  }
79721
79731
  return this.b;
79722
79732
  },
@@ -81666,7 +81676,7 @@
81666
81676
  if (this.dataChart == null) {
81667
81677
  return null;
81668
81678
  }
81669
- return this.dataChart.ys();
81679
+ return this.dataChart.yu();
81670
81680
  };
81671
81681
  DomainChart.prototype.vb = function (a, b) {
81672
81682
  };
@@ -83027,8 +83037,8 @@
83027
83037
  a.ai = this.ac;
83028
83038
  a.bg = this.cv;
83029
83039
  a.legend = this.legend;
83030
- a.xg = this.g3;
83031
- a.xj = this.hb && this.ha;
83040
+ a.xi = this.g3;
83041
+ a.xl = this.hb && this.ha;
83032
83042
  a.f6 = this.hg;
83033
83043
  if (c) {
83034
83044
  if (this.am != null && this.am.count > 0) {
@@ -83121,8 +83131,8 @@
83121
83131
  a.i7 = this.li;
83122
83132
  a.i3 = this.lf;
83123
83133
  }
83124
- a.w1 = this.dp;
83125
- a.w4 = this.dr;
83134
+ a.w3 = this.dp;
83135
+ a.w6 = this.dr;
83126
83136
  if (this.ch != null) {
83127
83137
  if (!this.f5) {
83128
83138
  this.uc(this.ch);
@@ -83136,18 +83146,18 @@
83136
83146
  a.by = this.dk;
83137
83147
  a.bw = this.di;
83138
83148
  }
83139
- a.wu = this.ba();
83149
+ a.ww = this.ba();
83140
83150
  if (!igniteuiWebcomponentsCore.isNaN_(this.j2)) {
83141
- a.yl = this.j2;
83151
+ a.yn = this.j2;
83142
83152
  }
83143
83153
  if (!igniteuiWebcomponentsCore.isNaN_(this.j4)) {
83144
- a.yn = this.j4;
83154
+ a.yp = this.j4;
83145
83155
  }
83146
83156
  if (!igniteuiWebcomponentsCore.isNaN_(this.j3)) {
83147
- a.ym = this.j3;
83157
+ a.yo = this.j3;
83148
83158
  }
83149
83159
  if (!igniteuiWebcomponentsCore.isNaN_(this.j1)) {
83150
- a.yk = this.j1;
83160
+ a.ym = this.j1;
83151
83161
  }
83152
83162
  a.bd = this.cn;
83153
83163
  a.seriesMouseEnter = igniteuiWebcomponentsCore.delegateCombine(a.seriesMouseEnter, function (f, g) { return _this.wg(g.series, g.item, g.plotAreaPosition); });
@@ -83166,7 +83176,7 @@
83166
83176
  a.plotAreaMouseLeftButtonDown = igniteuiWebcomponentsCore.delegateCombine(a.plotAreaMouseLeftButtonDown, function (f, g) { return _this.v6(g.plotAreaPosition); });
83167
83177
  a.plotAreaMouseLeftButtonUp = igniteuiWebcomponentsCore.delegateCombine(a.plotAreaMouseLeftButtonUp, function (f, g) { return _this.wa(g.plotAreaPosition); });
83168
83178
  if (c) {
83169
- a.wl = this.y5;
83179
+ a.wn = this.y5;
83170
83180
  }
83171
83181
  if (c) {
83172
83182
  a.l3 = this.sz;
@@ -83176,7 +83186,7 @@
83176
83186
  a.lr = this.so;
83177
83187
  }
83178
83188
  a.uz = this.w3;
83179
- a.xc = this.gf;
83189
+ a.xe = this.gf;
83180
83190
  a.ek = this.gg;
83181
83191
  a.h2 = this.jx;
83182
83192
  a.h7 = this.j6;
@@ -83476,28 +83486,28 @@
83476
83486
  this.vk(function (d) { return d.be = _this.cp; });
83477
83487
  break;
83478
83488
  case "PlotAreaMarginLeft":
83479
- this.vk(function (d) { return d.yl = _this.j2; });
83489
+ this.vk(function (d) { return d.yn = _this.j2; });
83480
83490
  break;
83481
83491
  case "PlotAreaMarginTop":
83482
- this.vk(function (d) { return d.yn = _this.j4; });
83492
+ this.vk(function (d) { return d.yp = _this.j4; });
83483
83493
  break;
83484
83494
  case "PlotAreaMarginRight":
83485
- this.vk(function (d) { return d.ym = _this.j3; });
83495
+ this.vk(function (d) { return d.yo = _this.j3; });
83486
83496
  break;
83487
83497
  case "PlotAreaMarginBottom":
83488
- this.vk(function (d) { return d.yk = _this.j1; });
83498
+ this.vk(function (d) { return d.ym = _this.j1; });
83489
83499
  break;
83490
83500
  case "ComputedPlotAreaMarginMode":
83491
- this.vk(function (d) { return d.wu = _this.ba(); });
83501
+ this.vk(function (d) { return d.ww = _this.ba(); });
83492
83502
  break;
83493
83503
  case "IsHorizontalZoomEnabled":
83494
- this.vk(function (d) { return d.xg = _this.g3; });
83504
+ this.vk(function (d) { return d.xi = _this.g3; });
83495
83505
  break;
83496
83506
  case "IsVerticalZoomEnabled":
83497
- this.vk(function (d) { return d.xj = _this.hb; });
83507
+ this.vk(function (d) { return d.xl = _this.hb; });
83498
83508
  break;
83499
83509
  case "WindowRect":
83500
- this.vl(function (d) { return d.wl = _this.y5; }, false);
83510
+ this.vl(function (d) { return d.wn = _this.y5; }, false);
83501
83511
  break;
83502
83512
  case "WindowRectMinWidth":
83503
83513
  this.vl(function (d) { return d.it = _this.kr; }, false);
@@ -83615,7 +83625,7 @@
83615
83625
  this.vk(function (f) { return f.ai = _this.ac; });
83616
83626
  break;
83617
83627
  case "AlignsGridLinesToPixels":
83618
- this.vk(function (f) { return f.xc = _this.gf; });
83628
+ this.vk(function (f) { return f.xe = _this.gf; });
83619
83629
  break;
83620
83630
  case "AnimateSeriesWhenAxisRangeChanges":
83621
83631
  this.vk(function (f) { return f.ek = _this.gg; });
@@ -84498,7 +84508,7 @@
84498
84508
  });
84499
84509
  Object.defineProperty(DomainChart.prototype, "y4", {
84500
84510
  get: function () {
84501
- return this.dataChart != null ? this.dataChart.wk : igniteuiWebcomponentsCore.Rect.empty;
84511
+ return this.dataChart != null ? this.dataChart.wm : igniteuiWebcomponentsCore.Rect.empty;
84502
84512
  },
84503
84513
  enumerable: false,
84504
84514
  configurable: true
@@ -88293,11 +88303,11 @@
88293
88303
  CategoryChart.prototype.u0 = function (a, b) {
88294
88304
  _super.prototype.u0.call(this, a, b);
88295
88305
  a.ek = this.gg;
88296
- a.xm = this.ah6;
88297
- a.xp = this.ah7;
88298
- a.yc = this.aiv;
88299
- a.yd = this.aiw;
88300
- a.wr = this.ag4;
88306
+ a.xo = this.ah6;
88307
+ a.xr = this.ah7;
88308
+ a.ye = this.aiv;
88309
+ a.yf = this.aiw;
88310
+ a.wt = this.ag4;
88301
88311
  };
88302
88312
  CategoryChart.prototype.u6 = function (a, b) {
88303
88313
  _super.prototype.u6.call(this, a, b);
@@ -88562,7 +88572,7 @@
88562
88572
  });
88563
88573
  CategoryChart.prototype.ak0 = function () {
88564
88574
  if (this.dataChart != null) {
88565
- this.dataChart.zx();
88575
+ this.dataChart.zz();
88566
88576
  }
88567
88577
  };
88568
88578
  Object.defineProperty(CategoryChart.prototype, "ah6", {
@@ -89021,7 +89031,7 @@
89021
89031
  this.xAxis.f2 = this.ack == null ? XYChart.acw(this.xAxis, this.bf.dataSeries) : this.ack;
89022
89032
  this.xAxis.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
89023
89033
  if (this.ah6) {
89024
- this.vk(function (a) { return a.zx(); });
89034
+ this.vk(function (a) { return a.zz(); });
89025
89035
  }
89026
89036
  };
89027
89037
  Object.defineProperty(CategoryChart.prototype, "xAxis", {
@@ -89306,19 +89316,19 @@
89306
89316
  this.ur();
89307
89317
  break;
89308
89318
  case "AutoMarginAndAngleUpdateMode":
89309
- this.vk(function (d) { return d.wr = _this.ag4; });
89319
+ this.vk(function (d) { return d.wt = _this.ag4; });
89310
89320
  break;
89311
89321
  case "ShouldAutoExpandMarginForInitialLabels":
89312
- this.vk(function (d) { return d.xm = _this.ah6; });
89322
+ this.vk(function (d) { return d.xo = _this.ah6; });
89313
89323
  break;
89314
89324
  case CategoryChart.aj3:
89315
- this.vk(function (d) { return d.xp = _this.ah7; });
89325
+ this.vk(function (d) { return d.xr = _this.ah7; });
89316
89326
  break;
89317
89327
  case "AutoExpandMarginExtraPadding":
89318
- this.vk(function (d) { return d.yc = _this.aiv; });
89328
+ this.vk(function (d) { return d.ye = _this.aiv; });
89319
89329
  break;
89320
89330
  case "AutoExpandMarginMaximumValue":
89321
- this.vk(function (d) { return d.yd = _this.aiw; });
89331
+ this.vk(function (d) { return d.yf = _this.aiw; });
89322
89332
  break;
89323
89333
  case CategoryChart.aka:
89324
89334
  this.afe(function (d) { return d.b1 = _this.ah8; }, a);
@@ -101168,7 +101178,7 @@
101168
101178
  var k = c * j;
101169
101179
  var l = Math.min(k + c, d.count - 1);
101170
101180
  var m = a.wi(a.cv);
101171
- var n = new ScalerParams(0, a.db.wl, a.db.wk, f.ch, a.db.v8);
101181
+ var n = new ScalerParams(0, a.db.wn, a.db.wm, f.ch, a.db.v8);
101172
101182
  var o = m.top;
101173
101183
  var p = m.bottom;
101174
101184
  var q = o + (p - o) * b.y;
@@ -102240,7 +102250,7 @@
102240
102250
  var e = a / d;
102241
102251
  var f = this.owner.v4;
102242
102252
  var g = new igniteuiWebcomponentsCore.Rect(0, f.left, f.top + e, f.width, f.height);
102243
- this.owner.wl = g;
102253
+ this.owner.wn = g;
102244
102254
  };
102245
102255
  SeriesViewerScrollbarManager.prototype.bg = function (a) {
102246
102256
  var b = this.bx;
@@ -102249,7 +102259,7 @@
102249
102259
  var e = a / d;
102250
102260
  var f = this.owner.v4;
102251
102261
  var g = new igniteuiWebcomponentsCore.Rect(0, f.left + e, f.top, f.width, f.height);
102252
- this.owner.wl = g;
102262
+ this.owner.wn = g;
102253
102263
  };
102254
102264
  SeriesViewerScrollbarManager.prototype.onScrollbarDragComplete = function (a, b) {
102255
102265
  this.j = false;
@@ -102419,7 +102429,7 @@
102419
102429
  return _this;
102420
102430
  }
102421
102431
  TileZoomManager.prototype.ai = function () {
102422
- this.av = this.e.wk;
102432
+ this.av = this.e.wm;
102423
102433
  this.ao = this.ap(this.av);
102424
102434
  var a = this.s();
102425
102435
  this.ac();
@@ -102631,7 +102641,7 @@
102631
102641
  return c;
102632
102642
  };
102633
102643
  TileZoomManager.prototype.ar = function () {
102634
- var a = this.e.wk;
102644
+ var a = this.e.wm;
102635
102645
  var b = this.e.v8;
102636
102646
  if (b.isEmpty) {
102637
102647
  return new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
@@ -103127,7 +103137,7 @@
103127
103137
  }
103128
103138
  a.oa(c);
103129
103139
  var k = a.c0 == 0 && !a.e4 && (a.er || f) && !g && !h;
103130
- var l = a.wk;
103140
+ var l = a.wm;
103131
103141
  var m = a.v8;
103132
103142
  if (k && !igniteuiWebcomponentsCore.isNaN_(b.x) && !l.isEmpty) {
103133
103143
  var n = ViewportUtils.e(b.x, a.v4, l, m);
@@ -103169,7 +103179,7 @@
103169
103179
  }
103170
103180
  };
103171
103181
  SeriesViewerInteractionManager.prototype.f$t = function (a, b) {
103172
- if (b.x >= 0 && b.y >= 0 && b.x <= a.wk.width && b.y <= a.wk.height) {
103182
+ if (b.x >= 0 && b.y >= 0 && b.x <= a.wm.width && b.y <= a.wm.height) {
103173
103183
  this.ak(a, b);
103174
103184
  }
103175
103185
  else {
@@ -103179,7 +103189,7 @@
103179
103189
  SeriesViewerInteractionManager.prototype.ak = function (a, b) {
103180
103190
  var e_1, _a;
103181
103191
  var c = a.c9;
103182
- var d = a.wk;
103192
+ var d = a.wm;
103183
103193
  if (a.e5 || a.e4) {
103184
103194
  return;
103185
103195
  }
@@ -103325,7 +103335,7 @@
103325
103335
  this.t = this.r;
103326
103336
  }
103327
103337
  var g = a.v4;
103328
- var h = a.wk;
103338
+ var h = a.wm;
103329
103339
  var i = b.x - this.v;
103330
103340
  var j = b.y - this.w;
103331
103341
  this.v = b.x;
@@ -103392,7 +103402,7 @@
103392
103402
  a.nw();
103393
103403
  };
103394
103404
  SeriesViewerInteractionManager.prototype.aa = function (a, b) {
103395
- var c = a.wl;
103405
+ var c = a.wn;
103396
103406
  var d = 1 / b;
103397
103407
  var e = { $type: igniteuiWebcomponentsCore.Point_$type, x: c.x + c.width / 2, y: c.y + c.height / 2 };
103398
103408
  var f = { $type: igniteuiWebcomponentsCore.Point_$type, x: c.x - e.x, y: c.y - e.y };
@@ -103400,8 +103410,8 @@
103400
103410
  a.rx(g, true);
103401
103411
  };
103402
103412
  SeriesViewerInteractionManager.prototype.ac = function (a, b) {
103403
- var c = a.wk;
103404
- var d = a.wl;
103413
+ var c = a.wm;
103414
+ var d = a.wn;
103405
103415
  var e = b - this.u;
103406
103416
  if (e != 0) {
103407
103417
  var f = 0.03;
@@ -103492,7 +103502,7 @@
103492
103502
  break;
103493
103503
  }
103494
103504
  this.as = a.v4;
103495
- a.wm = a.v4;
103505
+ a.wo = a.v4;
103496
103506
  };
103497
103507
  SeriesViewerInteractionManager.prototype.f$an = function (a) {
103498
103508
  a.ri();
@@ -103597,7 +103607,7 @@
103597
103607
  }
103598
103608
  if (a.c0 == 3) {
103599
103609
  if (f) {
103600
- var j = a.wi(h);
103610
+ var j = a.wk(h);
103601
103611
  a.qf(j, true);
103602
103612
  }
103603
103613
  else {
@@ -103608,7 +103618,7 @@
103608
103618
  }
103609
103619
  if (this.o(a)) {
103610
103620
  if (f) {
103611
- var k = a.wi(h);
103621
+ var k = a.wk(h);
103612
103622
  a.qf(k, true);
103613
103623
  }
103614
103624
  else {
@@ -103617,7 +103627,7 @@
103617
103627
  a.op(g);
103618
103628
  d.eg(h);
103619
103629
  }
103620
- var l = a.wk;
103630
+ var l = a.wm;
103621
103631
  var m = a.v4;
103622
103632
  if (this.p(a)) {
103623
103633
  var n = l;
@@ -103651,7 +103661,7 @@
103651
103661
  if (c) {
103652
103662
  f = 10;
103653
103663
  }
103654
- var g = a.wk;
103664
+ var g = a.wm;
103655
103665
  var h = a.v4;
103656
103666
  if (!d) {
103657
103667
  if (this.l) {
@@ -103676,7 +103686,7 @@
103676
103686
  a.oo();
103677
103687
  e.cf();
103678
103688
  if (i) {
103679
- a.rx(a.wi(j), true);
103689
+ a.rx(a.wk(j), true);
103680
103690
  }
103681
103691
  }
103682
103692
  if (a.c0 == 2) {
@@ -104031,8 +104041,8 @@
104031
104041
  SeriesViewerInteractionManager.prototype.f$h = function (a, b, c) {
104032
104042
  var d = a.c9;
104033
104043
  var e = a.v4;
104034
- var f = e.left + e.width * b.x / a.wk.width;
104035
- var g = e.top + e.height * b.y / a.wk.height;
104044
+ var f = e.left + e.width * b.x / a.wm.width;
104045
+ var g = e.top + e.height * b.y / a.wm.height;
104036
104046
  var h = 1 - igniteuiWebcomponentsCore.MathUtil.d(c, -0.5, 0.5);
104037
104047
  var i = Math.max(0, f - h * (f - e.left));
104038
104048
  var j = Math.min(1, g + h * (e.bottom - g));
@@ -104048,8 +104058,8 @@
104048
104058
  };
104049
104059
  SeriesViewerInteractionManager.prototype.f$r = function (a, b) {
104050
104060
  var c = a.v4;
104051
- var d = c.left + c.width * b.x / a.wk.width;
104052
- var e = c.top + c.height * b.y / a.wk.height;
104061
+ var d = c.left + c.width * b.x / a.wm.width;
104062
+ var e = c.top + c.height * b.y / a.wm.height;
104053
104063
  var f = 0.7;
104054
104064
  var g = Math.max(0, d - f * (d - c.left));
104055
104065
  var h = Math.min(1, e + f * (c.bottom - e));
@@ -104225,7 +104235,7 @@
104225
104235
  if (this.l) {
104226
104236
  return true;
104227
104237
  }
104228
- if (c >= a.wk.left && d >= a.wk.top && c <= a.wk.left + a.wk.width && d <= a.wk.top + a.wk.height) {
104238
+ if (c >= a.wm.left && d >= a.wm.top && c <= a.wm.left + a.wm.width && d <= a.wm.top + a.wm.height) {
104229
104239
  var e = a.c2;
104230
104240
  if (e != null && e.viewShouldInteract(b)) {
104231
104241
  return false;
@@ -106244,7 +106254,7 @@
106244
106254
  for (var e = 0; e < d.axes.count; e++) {
106245
106255
  var f = d.axes._inner[e];
106246
106256
  if (!this.r.d(f)) {
106247
- this.f(f, d.aaq);
106257
+ this.f(f, d.aas);
106248
106258
  }
106249
106259
  f.et = 0;
106250
106260
  }
@@ -106267,7 +106277,7 @@
106267
106277
  }
106268
106278
  }
106269
106279
  if (j) {
106270
- var k = this.f(i, g.aaq);
106280
+ var k = this.f(i, g.aas);
106271
106281
  i.jz = k.b;
106272
106282
  i.et = k.a;
106273
106283
  }
@@ -107568,7 +107578,7 @@
107568
107578
  c.agc = this.ag;
107569
107579
  }
107570
107580
  else {
107571
- c.agc = c.dataChart.aaq;
107581
+ c.agc = c.dataChart.aas;
107572
107582
  }
107573
107583
  }
107574
107584
  }
@@ -112456,7 +112466,7 @@
112456
112466
  var h = 0.5 * this.n7;
112457
112467
  var i = 0.5 * this.n6;
112458
112468
  var j, k;
112459
- if (igniteuiWebcomponentsCore.Rect.l_op_Equality(b, SeriesViewer.wg)) {
112469
+ if (igniteuiWebcomponentsCore.Rect.l_op_Equality(b, SeriesViewer.wh)) {
112460
112470
  k = this.l3;
112461
112471
  j = this.l4;
112462
112472
  }
@@ -114860,7 +114870,7 @@
114860
114870
  var e = this.cv.bx;
114861
114871
  var f = this.cv.getEffectiveViewport();
114862
114872
  var g, h;
114863
- var i = this.y7.f(a, d, e, f, g, h);
114873
+ var i = this.y7.f(this.db.v9(a), d, e, f, g, h);
114864
114874
  g = i.p4;
114865
114875
  h = i.p5;
114866
114876
  if (g == -1 || h == -1) {
@@ -115772,7 +115782,7 @@
115772
115782
  var d = this.getEffectiveViewport1(this.cv);
115773
115783
  var e = this.aci(this.yy, this.cv.by, this.cv.bx, d);
115774
115784
  var f = new ScalerParams(0, this.cv.by, this.cv.bx, this.yy.ch, d);
115775
- f.c = this.db.wk;
115785
+ f.c = this.db.wm;
115776
115786
  var g = this.ab7;
115777
115787
  if (this.acc && igniteuiWebcomponentsCore.typeCast(FastItemCoalescingColumn.$, g) !== null) {
115778
115788
  g = new FastItemCoalescingColumn(this.yy, g.c, false);
@@ -115794,7 +115804,7 @@
115794
115804
  var i = this.j7(a, c);
115795
115805
  var j = this.aci(this.yy, this.cv.by, this.cv.bx, d);
115796
115806
  var k = new ScalerParams(0, this.cv.by, this.cv.bx, this.yy.ch, d);
115797
- k.c = this.db.wk;
115807
+ k.c = this.db.wm;
115798
115808
  var l = this.io(a, h, this.yy, k, j);
115799
115809
  var m = this.io(a, i, this.yy, k, j);
115800
115810
  if (this.yy.cl) {
@@ -116118,10 +116128,10 @@
116118
116128
  var e = this.cv.by;
116119
116129
  var f = this.cv.bx;
116120
116130
  var g = this.getEffectiveViewport1(this.cv);
116121
- var h = this.wi(this.cv);
116131
+ var h = this.db.wc(this.wr, this.getEffectiveViewport(), e);
116122
116132
  var i = this.y4.k5(f, e, g, h);
116123
116133
  var j = this.yy != null && this.yy.cl;
116124
- var k = new igniteuiWebcomponentsCore.CollisionRect(0, a);
116134
+ var k = new igniteuiWebcomponentsCore.CollisionRect(0, this.db.v9(a));
116125
116135
  var _loop_1 = function (l) {
116126
116136
  var m = igniteuiWebcomponentsCore.typeCast(RadialBaseView.$, this_1.cv);
116127
116137
  var n = m.cx.getBucket(l);
@@ -117314,7 +117324,7 @@
117314
117324
  var d = this.cv.by;
117315
117325
  var e = this.cv.bx;
117316
117326
  var f = this.getEffectiveViewport1(this.cv);
117317
- var g = this.wi(this.cv);
117327
+ var g = this.db.wc(this.wr, this.getEffectiveViewport(), d);
117318
117328
  var h = this.y4.k5(e, d, f, g);
117319
117329
  var i = { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 };
117320
117330
  var j = this.y4;
@@ -117323,7 +117333,7 @@
117323
117333
  l = Math.max(l, h.minLength);
117324
117334
  var m = this.yy.k8(d, e, f);
117325
117335
  var n = this.yy != null && this.yy.cl;
117326
- var o = new igniteuiWebcomponentsCore.CollisionRect(0, a);
117336
+ var o = new igniteuiWebcomponentsCore.CollisionRect(0, this.db.v9(a));
117327
117337
  var _loop_2 = function (p) {
117328
117338
  var q = igniteuiWebcomponentsCore.typeCast(RadialBaseView.$, this_2.cv);
117329
117339
  var r = q.cx.getBucket(p);
@@ -122987,7 +122997,7 @@
122987
122997
  c.agc = this.ag;
122988
122998
  }
122989
122999
  else {
122990
- c.agc = c.dataChart.aaq;
123000
+ c.agc = c.dataChart.aas;
122991
123001
  }
122992
123002
  }
122993
123003
  }
@@ -138435,7 +138445,7 @@
138435
138445
  }
138436
138446
  var c = (a.getTime() - this.actualMinimumValue.getTime()) / (this.actualMaximumValue.getTime() - this.actualMinimumValue.getTime());
138437
138447
  var d = (b.getTime() - this.actualMinimumValue.getTime()) / (this.actualMaximumValue.getTime() - this.actualMinimumValue.getTime());
138438
- this.bi.wl = new igniteuiWebcomponentsCore.Rect(0, c, this.bi.wl.y, d - c, this.bi.wl.height);
138448
+ this.bi.wn = new igniteuiWebcomponentsCore.Rect(0, c, this.bi.wn.y, d - c, this.bi.wn.height);
138439
138449
  };
138440
138450
  CategoryDateTimeXAxis.prototype.hz = function (a, b, c, d) {
138441
138451
  _super.prototype.hz.call(this, a, b, c, d);
@@ -139900,7 +139910,7 @@
139900
139910
  var a = new igniteuiWebcomponentsCore.List$1(TimeAxisBreak.$, 1, this.n8(this.breaks));
139901
139911
  a.aa(function (b, c) { return b.d < c.d ? -1 : b.d > c.d ? 1 : 0; });
139902
139912
  var b = this.bi.v4;
139903
- var c = new ScalerParams(0, this.bi.v4, this.bi.wk, this.ch, this.bi.v8);
139913
+ var c = new ScalerParams(0, this.bi.v4, this.bi.wm, this.ch, this.bi.v8);
139904
139914
  var d = +(this.actualMaximumValue) - +(this.actualMinimumValue) - this.omission;
139905
139915
  var e = 0;
139906
139916
  try {
@@ -140587,10 +140597,10 @@
140587
140597
  });
140588
140598
  TimeXAxis.prototype.nn = function () {
140589
140599
  _super.prototype.nn.call(this);
140590
- if (this.bi == null || !igniteuiWebcomponentsCore.Extensions.b(this.bi.wk)) {
140600
+ if (this.bi == null || !igniteuiWebcomponentsCore.Extensions.b(this.bi.wm)) {
140591
140601
  return;
140592
140602
  }
140593
- var a = new ScalerParams(0, this.bi.v4, this.bi.wk, this.ch, this.bi.v8);
140603
+ var a = new ScalerParams(0, this.bi.v4, this.bi.wm, this.ch, this.bi.v8);
140594
140604
  var b = this.kb();
140595
140605
  var c = b.left;
140596
140606
  var d = b.right;
@@ -140663,7 +140673,7 @@
140663
140673
  }
140664
140674
  var i = c.item(g);
140665
140675
  var j = c.item(h);
140666
- var k = new ScalerParams(0, this.bi.wl, this.kh, this.ch, this.bi.v8);
140676
+ var k = new ScalerParams(0, this.bi.wn, this.kh, this.ch, this.bi.v8);
140667
140677
  this.startCursor();
140668
140678
  var l = this.el(i.getTime(), k);
140669
140679
  var m = this.el(a, k);
@@ -141175,7 +141185,7 @@
141175
141185
  return;
141176
141186
  }
141177
141187
  var b = this.kb();
141178
- var c = new ScalerParams(1, this.bi.wl, this.bi.wk, this.ch);
141188
+ var c = new ScalerParams(1, this.bi.wn, this.bi.wm, this.ch);
141179
141189
  c.c = this.kc();
141180
141190
  var d = this.eo(b.left, c);
141181
141191
  var e = this.eo(b.right, c);
@@ -146234,7 +146244,7 @@
146234
146244
  var d = this.getEffectiveViewport1(this.cv);
146235
146245
  var e = this.yw(this.cv.by, this.cv.bx, d);
146236
146246
  var f = new ScalerParams(0, this.cv.by, this.cv.bx, this.w5.ch, d);
146237
- f.c = this.db.wk;
146247
+ f.c = this.db.wm;
146238
146248
  return this.i6(this.indicatorColumn, a, this.w5, f, e, igniteuiWebcomponentsCore.runOn(this, this.yv), b, c);
146239
146249
  };
146240
146250
  FinancialIndicator.prototype.j9 = function (a, b) {
@@ -158013,7 +158023,7 @@
158013
158023
  var d = this.getEffectiveViewport1(this.cv);
158014
158024
  var e = this.yw(this.cv.by, this.cv.bx, d);
158015
158025
  var f = new ScalerParams(0, this.cv.by, this.cv.bx, this.w5.ch, d);
158016
- f.c = this.db.wk;
158026
+ f.c = this.db.wm;
158017
158027
  return this.i6(this.aa5, a, this.w5, f, e, igniteuiWebcomponentsCore.runOn(this, this.yv), b, c);
158018
158028
  };
158019
158029
  BollingerBandsOverlay.prototype.j9 = function (a, b) {
@@ -158990,7 +159000,7 @@
158990
159000
  return null;
158991
159001
  }
158992
159002
  var b = this.wi(this.cv);
158993
- var c = new ScalerParams(0, a, this.db.wk, this.w5.ch, this.getEffectiveViewport());
159003
+ var c = new ScalerParams(0, a, this.db.wm, this.w5.ch, this.getEffectiveViewport());
158994
159004
  var d = (this.w5.eo(b.left, c));
158995
159005
  var e = (this.w5.eo(b.right, c));
158996
159006
  if (this.w5.ch) {
@@ -159741,10 +159751,10 @@
159741
159751
  return c.toArray();
159742
159752
  };
159743
159753
  FinancialPriceSeries.prototype.p3 = function (a, b, c) {
159744
- var d = this.wq(a);
159754
+ var d = this.db.wj(this.db.v9(a));
159745
159755
  var e = this.xo;
159746
159756
  var f = this.w5;
159747
- var g = this.wi(this.cv);
159757
+ var g = this.db.wc(this.wr, this.getEffectiveViewport(), d);
159748
159758
  var h, i;
159749
159759
  var j = this.abu(d, f, true, g, h, i);
159750
159760
  h = j.p4;
@@ -159761,7 +159771,7 @@
159761
159771
  }
159762
159772
  };
159763
159773
  FinancialPriceSeries.prototype.abu = function (a, b, c, d, e, f) {
159764
- var g = new ScalerParams(0, a, this.db.wk, this.w5.ch, this.getEffectiveViewport());
159774
+ var g = new ScalerParams(0, a, this.db.wm, this.w5.ch, this.getEffectiveViewport());
159765
159775
  var h = (this.w5.eo(d.left, g));
159766
159776
  var i = (this.w5.eo(d.right, g));
159767
159777
  if (this.w5.ch) {
@@ -159786,7 +159796,7 @@
159786
159796
  };
159787
159797
  };
159788
159798
  FinancialPriceSeries.prototype.abt = function (a, b, c, d, e, f) {
159789
- var g = new ScalerParams(0, a, this.db.wk, b.ch, this.getEffectiveViewport());
159799
+ var g = new ScalerParams(0, a, this.db.wm, b.ch, this.getEffectiveViewport());
159790
159800
  var h = c ? (b.ch ? d.top : d.bottom) : (b.ch ? d.left : d.right);
159791
159801
  var i = c ? (b.ch ? d.bottom : d.top) : (b.ch ? d.right : d.left);
159792
159802
  e = b.eo(h, g);
@@ -171188,7 +171198,7 @@
171188
171198
  var a = this.ajg;
171189
171199
  a.windowRectChanged = igniteuiWebcomponentsCore.delegateCombine(a.windowRectChanged, function (a, b) {
171190
171200
  if (_this.dataChart != null) {
171191
- _this.dataChart.wl = new igniteuiWebcomponentsCore.Rect(0, _this.ajg.windowRect.left, _this.dataChart.v4.top, _this.ajg.windowRect.width, _this.dataChart.v4.height);
171201
+ _this.dataChart.wn = new igniteuiWebcomponentsCore.Rect(0, _this.ajg.windowRect.left, _this.dataChart.v4.top, _this.ajg.windowRect.width, _this.dataChart.v4.height);
171192
171202
  }
171193
171203
  });
171194
171204
  this.aou();
@@ -171267,7 +171277,7 @@
171267
171277
  this.ag9 = a.d;
171268
171278
  this.aha = a.e;
171269
171279
  this.ag8 = a.d;
171270
- this.aqd = this.dataChart.aaq;
171280
+ this.aqd = this.dataChart.aas;
171271
171281
  }
171272
171282
  var b = new igniteuiWebcomponentsCore.BrushCollection();
171273
171283
  b.add(((function () {
@@ -171361,8 +171371,8 @@
171361
171371
  return;
171362
171372
  }
171363
171373
  var a = this.lt.rootWrapper.width();
171364
- var b = this.dataChart.wk.left + this.dataChart.wk.width;
171365
- var c = this.dataChart.wk.left;
171374
+ var b = this.dataChart.wm.left + this.dataChart.wm.width;
171375
+ var c = this.dataChart.wm.left;
171366
171376
  var d = a - b;
171367
171377
  this.ajg.startInset = c - this.ajg.trackStartInset;
171368
171378
  this.ajg.endInset = d - this.ajg.trackEndInset;
@@ -172116,7 +172126,7 @@
172116
172126
  return;
172117
172127
  }
172118
172128
  if (a == this.zoomSliderChart) {
172119
- a.xg = a.xj = false;
172129
+ a.xi = a.xl = false;
172120
172130
  a.legend = null;
172121
172131
  if (this.dataChart != null) {
172122
172132
  a.ag = this.dataChart.ag;
@@ -172478,9 +172488,9 @@
172478
172488
  var a = ((function () {
172479
172489
  var $ret = new FinancialChartVisualData();
172480
172490
  $ret.mainChart = _super.prototype.lu.call(_this);
172481
- $ret.volumeChart = _this.volumeChart == null ? null : _this.volumeChart.ys();
172491
+ $ret.volumeChart = _this.volumeChart == null ? null : _this.volumeChart.yu();
172482
172492
  $ret.toolbar = _this.ahy == null ? null : _this.ahy.aj();
172483
- $ret.zoomChart = _this.zoomSliderChart == null ? null : _this.zoomSliderChart.ys();
172493
+ $ret.zoomChart = _this.zoomSliderChart == null ? null : _this.zoomSliderChart.yu();
172484
172494
  return $ret;
172485
172495
  })());
172486
172496
  if (this.indicatorCharts != null) {
@@ -172488,7 +172498,7 @@
172488
172498
  try {
172489
172499
  for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.indicatorCharts)), _d = _c.next(); !_d.done; _d = _c.next()) {
172490
172500
  var b = _d.value;
172491
- a.indicatorCharts.add1(b.ys());
172501
+ a.indicatorCharts.add1(b.yu());
172492
172502
  }
172493
172503
  }
172494
172504
  catch (e_6_1) {
@@ -173087,7 +173097,7 @@
173087
173097
  var c = a != this.zoomSliderChart;
173088
173098
  if (c) {
173089
173099
  if (this.dataChart != null) {
173090
- a.wl = new igniteuiWebcomponentsCore.Rect(0, this.dataChart.v4.x, a.wl.y, this.dataChart.v4.width, a.wl.height);
173100
+ a.wn = new igniteuiWebcomponentsCore.Rect(0, this.dataChart.v4.x, a.wn.y, this.dataChart.v4.width, a.wn.height);
173091
173101
  }
173092
173102
  var d = ((function () {
173093
173103
  var $ret = new SyncSettings();
@@ -173150,7 +173160,7 @@
173150
173160
  return;
173151
173161
  }
173152
173162
  this.aj0 = true;
173153
- this.dataChart.wl = new igniteuiWebcomponentsCore.Rect(0, b.left, this.dataChart.wl.top, b.width, this.dataChart.wl.height);
173163
+ this.dataChart.wn = new igniteuiWebcomponentsCore.Rect(0, b.left, this.dataChart.wn.top, b.width, this.dataChart.wn.height);
173154
173164
  if (this.ajg != null) {
173155
173165
  this.ajg.windowRect = this.dataChart.v4;
173156
173166
  }
@@ -173184,7 +173194,7 @@
173184
173194
  }
173185
173195
  if (c != -1) {
173186
173196
  this.aj0 = true;
173187
- a.wl = new igniteuiWebcomponentsCore.Rect(0, d, a.v4.top, c, a.v4.height);
173197
+ a.wn = new igniteuiWebcomponentsCore.Rect(0, d, a.v4.top, c, a.v4.height);
173188
173198
  this.aj0 = false;
173189
173199
  }
173190
173200
  var e = 1.7976931348623157E+308;
@@ -173232,7 +173242,7 @@
173232
173242
  }
173233
173243
  this.aj0 = true;
173234
173244
  var p = new igniteuiWebcomponentsCore.Rect(0, o, e, n, f - e);
173235
- a.wl = p;
173245
+ a.wn = p;
173236
173246
  this.aj0 = false;
173237
173247
  };
173238
173248
  FinancialChart.prototype.apz = function (a) {
@@ -173787,16 +173797,16 @@
173787
173797
  break;
173788
173798
  case "IsWindowSyncedToVisibleRange":
173789
173799
  if (this.dataChart != null) {
173790
- this.dataChart.xj = this.hb && this.ha;
173800
+ this.dataChart.xl = this.hb && this.ha;
173791
173801
  }
173792
173802
  if (this.volumeChart != null) {
173793
- this.volumeChart.xj = this.hb && this.ha;
173803
+ this.volumeChart.xl = this.hb && this.ha;
173794
173804
  }
173795
173805
  if (this.ajz) {
173796
173806
  this.apz(this.dataChart);
173797
173807
  }
173798
173808
  else {
173799
- this.volumeChart.yq = 1;
173809
+ this.volumeChart.ys = 1;
173800
173810
  }
173801
173811
  break;
173802
173812
  case "IndicatorTypes":
@@ -187503,7 +187513,7 @@
187503
187513
  return null;
187504
187514
  }
187505
187515
  var c = this.wi(this.cv);
187506
- var d = new ScalerParams(0, a, this.db.wk, b.ch, this.getEffectiveViewport());
187516
+ var d = new ScalerParams(0, a, this.db.wm, b.ch, this.getEffectiveViewport());
187507
187517
  var e = (b.eo(c.left, d));
187508
187518
  var f = (b.eo(c.right, d));
187509
187519
  if (b.ch) {
@@ -191038,7 +191048,7 @@
191038
191048
  * Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
191039
191049
  */
191040
191050
  get: function () {
191041
- return igniteuiWebcomponentsCore.fromRect(this.i.wk);
191051
+ return igniteuiWebcomponentsCore.fromRect(this.i.wm);
191042
191052
  },
191043
191053
  enumerable: false,
191044
191054
  configurable: true
@@ -191087,11 +191097,11 @@
191087
191097
  * ```
191088
191098
  */
191089
191099
  get: function () {
191090
- return igniteuiWebcomponentsCore.fromRect(this.i.wl);
191100
+ return igniteuiWebcomponentsCore.fromRect(this.i.wn);
191091
191101
  },
191092
191102
  set: function (v) {
191093
- this.i.wl = igniteuiWebcomponentsCore.toRect(v);
191094
- this._a("windowRect", igniteuiWebcomponentsCore.rectToString(this.i.wl));
191103
+ this.i.wn = igniteuiWebcomponentsCore.toRect(v);
191104
+ this._a("windowRect", igniteuiWebcomponentsCore.rectToString(this.i.wn));
191095
191105
  },
191096
191106
  enumerable: false,
191097
191107
  configurable: true
@@ -191414,11 +191424,11 @@
191414
191424
  * ```
191415
191425
  */
191416
191426
  get: function () {
191417
- return this.i.wp;
191427
+ return this.i.wr;
191418
191428
  },
191419
191429
  set: function (v) {
191420
- this.i.wp = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
191421
- this._a("crosshairVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.wp));
191430
+ this.i.wr = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.Visibility_$type, v);
191431
+ this._a("crosshairVisibility", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.Visibility_$type, this.i.wr));
191422
191432
  },
191423
191433
  enumerable: false,
191424
191434
  configurable: true
@@ -191617,11 +191627,11 @@
191617
191627
  * ```
191618
191628
  */
191619
191629
  get: function () {
191620
- return igniteuiWebcomponentsCore.fromRect(this.i.we);
191630
+ return igniteuiWebcomponentsCore.fromRect(this.i.wf);
191621
191631
  },
191622
191632
  set: function (v) {
191623
- this.i.we = igniteuiWebcomponentsCore.toRect(v);
191624
- this._a("previewRect", igniteuiWebcomponentsCore.rectToString(this.i.we));
191633
+ this.i.wf = igniteuiWebcomponentsCore.toRect(v);
191634
+ this._a("previewRect", igniteuiWebcomponentsCore.rectToString(this.i.wf));
191625
191635
  },
191626
191636
  enumerable: false,
191627
191637
  configurable: true
@@ -192635,7 +192645,7 @@
192635
192645
  this.i.destroy();
192636
192646
  };
192637
192647
  IgcSeriesViewerComponent.prototype.getCurrentActualWindowRect = function () {
192638
- var iv = this.i.wa();
192648
+ var iv = this.i.wb();
192639
192649
  return igniteuiWebcomponentsCore.fromRect(iv);
192640
192650
  };
192641
192651
  IgcSeriesViewerComponent.prototype.renderToImage = function (width, height) {
@@ -194077,11 +194087,11 @@
194077
194087
  * ```
194078
194088
  */
194079
194089
  get: function () {
194080
- return this.i.xi;
194090
+ return this.i.xk;
194081
194091
  },
194082
194092
  set: function (v) {
194083
- this.i.xi = igniteuiWebcomponentsCore.ensureBool(v);
194084
- this._a("isSquare", this.i.xi);
194093
+ this.i.xk = igniteuiWebcomponentsCore.ensureBool(v);
194094
+ this._a("isSquare", this.i.xk);
194085
194095
  },
194086
194096
  enumerable: false,
194087
194097
  configurable: true
@@ -194098,11 +194108,11 @@
194098
194108
  * ```
194099
194109
  */
194100
194110
  get: function () {
194101
- return this.i.yp;
194111
+ return this.i.yr;
194102
194112
  },
194103
194113
  set: function (v) {
194104
- this.i.yp = +v;
194105
- this._a("windowScaleHorizontal", this.i.yp);
194114
+ this.i.yr = +v;
194115
+ this._a("windowScaleHorizontal", this.i.yr);
194106
194116
  },
194107
194117
  enumerable: false,
194108
194118
  configurable: true
@@ -194119,11 +194129,11 @@
194119
194129
  * ```
194120
194130
  */
194121
194131
  get: function () {
194122
- return this.i.yq;
194132
+ return this.i.ys;
194123
194133
  },
194124
194134
  set: function (v) {
194125
- this.i.yq = +v;
194126
- this._a("windowScaleVertical", this.i.yq);
194135
+ this.i.ys = +v;
194136
+ this._a("windowScaleVertical", this.i.ys);
194127
194137
  },
194128
194138
  enumerable: false,
194129
194139
  configurable: true
@@ -194134,11 +194144,11 @@
194134
194144
  * This property is effectively a shortcut to the Width of the ActualWindowRect property.
194135
194145
  */
194136
194146
  get: function () {
194137
- return this.i.ya;
194147
+ return this.i.yc;
194138
194148
  },
194139
194149
  set: function (v) {
194140
- this.i.ya = +v;
194141
- this._a("actualWindowScaleHorizontal", this.i.ya);
194150
+ this.i.yc = +v;
194151
+ this._a("actualWindowScaleHorizontal", this.i.yc);
194142
194152
  },
194143
194153
  enumerable: false,
194144
194154
  configurable: true
@@ -194149,11 +194159,11 @@
194149
194159
  * This property is effectively a shortcut to the Height of the ActualWindowRect property.
194150
194160
  */
194151
194161
  get: function () {
194152
- return this.i.yb;
194162
+ return this.i.yd;
194153
194163
  },
194154
194164
  set: function (v) {
194155
- this.i.yb = +v;
194156
- this._a("actualWindowScaleVertical", this.i.yb);
194165
+ this.i.yd = +v;
194166
+ this._a("actualWindowScaleVertical", this.i.yd);
194157
194167
  },
194158
194168
  enumerable: false,
194159
194169
  configurable: true
@@ -194169,11 +194179,11 @@
194169
194179
  * ```
194170
194180
  */
194171
194181
  get: function () {
194172
- return this.i.xg;
194182
+ return this.i.xi;
194173
194183
  },
194174
194184
  set: function (v) {
194175
- this.i.xg = igniteuiWebcomponentsCore.ensureBool(v);
194176
- this._a("isHorizontalZoomEnabled", this.i.xg);
194185
+ this.i.xi = igniteuiWebcomponentsCore.ensureBool(v);
194186
+ this._a("isHorizontalZoomEnabled", this.i.xi);
194177
194187
  },
194178
194188
  enumerable: false,
194179
194189
  configurable: true
@@ -194189,11 +194199,11 @@
194189
194199
  * ```
194190
194200
  */
194191
194201
  get: function () {
194192
- return this.i.xj;
194202
+ return this.i.xl;
194193
194203
  },
194194
194204
  set: function (v) {
194195
- this.i.xj = igniteuiWebcomponentsCore.ensureBool(v);
194196
- this._a("isVerticalZoomEnabled", this.i.xj);
194205
+ this.i.xl = igniteuiWebcomponentsCore.ensureBool(v);
194206
+ this._a("isVerticalZoomEnabled", this.i.xl);
194197
194207
  },
194198
194208
  enumerable: false,
194199
194209
  configurable: true
@@ -194205,11 +194215,11 @@
194205
194215
  * Try setting the `GridMode` property to bring your grid lines in front of the data series.
194206
194216
  */
194207
194217
  get: function () {
194208
- return this.i.ww;
194218
+ return this.i.wy;
194209
194219
  },
194210
194220
  set: function (v) {
194211
- this.i.ww = igniteuiWebcomponentsCore.ensureEnum(GridMode_$type, v);
194212
- this._a("gridMode", igniteuiWebcomponentsCore.enumToString(GridMode_$type, this.i.ww));
194221
+ this.i.wy = igniteuiWebcomponentsCore.ensureEnum(GridMode_$type, v);
194222
+ this._a("gridMode", igniteuiWebcomponentsCore.enumToString(GridMode_$type, this.i.wy));
194213
194223
  },
194214
194224
  enumerable: false,
194215
194225
  configurable: true
@@ -194219,11 +194229,11 @@
194219
194229
  * Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.
194220
194230
  */
194221
194231
  get: function () {
194222
- return this.i.xc;
194232
+ return this.i.xe;
194223
194233
  },
194224
194234
  set: function (v) {
194225
- this.i.xc = igniteuiWebcomponentsCore.ensureBool(v);
194226
- this._a("alignsGridLinesToPixels", this.i.xc);
194235
+ this.i.xe = igniteuiWebcomponentsCore.ensureBool(v);
194236
+ this._a("alignsGridLinesToPixels", this.i.xe);
194227
194237
  },
194228
194238
  enumerable: false,
194229
194239
  configurable: true
@@ -194233,11 +194243,11 @@
194233
194243
  * Gets or sets the maximum amount the series viewer should auto expand margins to accomodate the initial horizontal axis labels.
194234
194244
  */
194235
194245
  get: function () {
194236
- return this.i.yd;
194246
+ return this.i.yf;
194237
194247
  },
194238
194248
  set: function (v) {
194239
- this.i.yd = +v;
194240
- this._a("autoExpandMarginMaximumValue", this.i.yd);
194249
+ this.i.yf = +v;
194250
+ this._a("autoExpandMarginMaximumValue", this.i.yf);
194241
194251
  },
194242
194252
  enumerable: false,
194243
194253
  configurable: true
@@ -194247,11 +194257,11 @@
194247
194257
  * Gets or sets the extra amount the series viewer should auto expand margins to accomodate the initial horizontal axis labels.
194248
194258
  */
194249
194259
  get: function () {
194250
- return this.i.yc;
194260
+ return this.i.ye;
194251
194261
  },
194252
194262
  set: function (v) {
194253
- this.i.yc = +v;
194254
- this._a("autoExpandMarginExtraPadding", this.i.yc);
194263
+ this.i.ye = +v;
194264
+ this._a("autoExpandMarginExtraPadding", this.i.ye);
194255
194265
  },
194256
194266
  enumerable: false,
194257
194267
  configurable: true
@@ -194261,11 +194271,11 @@
194261
194271
  * Gets or sets a whether the series viewer should suppress truncation of axis labels.
194262
194272
  */
194263
194273
  get: function () {
194264
- return this.i.xq;
194274
+ return this.i.xs;
194265
194275
  },
194266
194276
  set: function (v) {
194267
- this.i.xq = igniteuiWebcomponentsCore.ensureBool(v);
194268
- this._a("shouldSuppressAxisLabelTruncation", this.i.xq);
194277
+ this.i.xs = igniteuiWebcomponentsCore.ensureBool(v);
194278
+ this._a("shouldSuppressAxisLabelTruncation", this.i.xs);
194269
194279
  },
194270
194280
  enumerable: false,
194271
194281
  configurable: true
@@ -194275,11 +194285,11 @@
194275
194285
  * Gets or sets a whether the series viewer should auto expand margins to accomodate the initial horizontal axis labels.
194276
194286
  */
194277
194287
  get: function () {
194278
- return this.i.xm;
194288
+ return this.i.xo;
194279
194289
  },
194280
194290
  set: function (v) {
194281
- this.i.xm = igniteuiWebcomponentsCore.ensureBool(v);
194282
- this._a("shouldAutoExpandMarginForInitialLabels", this.i.xm);
194291
+ this.i.xo = igniteuiWebcomponentsCore.ensureBool(v);
194292
+ this._a("shouldAutoExpandMarginForInitialLabels", this.i.xo);
194283
194293
  },
194284
194294
  enumerable: false,
194285
194295
  configurable: true
@@ -194289,11 +194299,11 @@
194289
194299
  * Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.
194290
194300
  */
194291
194301
  get: function () {
194292
- return this.i.xp;
194302
+ return this.i.xr;
194293
194303
  },
194294
194304
  set: function (v) {
194295
- this.i.xp = igniteuiWebcomponentsCore.ensureBool(v);
194296
- this._a("shouldConsiderAutoRotationForInitialLabels", this.i.xp);
194305
+ this.i.xr = igniteuiWebcomponentsCore.ensureBool(v);
194306
+ this._a("shouldConsiderAutoRotationForInitialLabels", this.i.xr);
194297
194307
  },
194298
194308
  enumerable: false,
194299
194309
  configurable: true
@@ -194303,11 +194313,11 @@
194303
194313
  * Gets or sets a whether the series viewer should suppress auto recalculating margin and axis label angles.
194304
194314
  */
194305
194315
  get: function () {
194306
- return this.i.xr;
194316
+ return this.i.xt;
194307
194317
  },
194308
194318
  set: function (v) {
194309
- this.i.xr = igniteuiWebcomponentsCore.ensureBool(v);
194310
- this._a("suppressAutoMarginAndAngleRecalculation", this.i.xr);
194319
+ this.i.xt = igniteuiWebcomponentsCore.ensureBool(v);
194320
+ this._a("suppressAutoMarginAndAngleRecalculation", this.i.xt);
194311
194321
  },
194312
194322
  enumerable: false,
194313
194323
  configurable: true
@@ -194317,11 +194327,11 @@
194317
194327
  * Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.
194318
194328
  */
194319
194329
  get: function () {
194320
- return this.i.wr;
194330
+ return this.i.wt;
194321
194331
  },
194322
194332
  set: function (v) {
194323
- this.i.wr = igniteuiWebcomponentsCore.ensureEnum(AutoMarginsAndAngleUpdateMode_$type, v);
194324
- this._a("autoMarginAndAngleUpdateMode", igniteuiWebcomponentsCore.enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.wr));
194333
+ this.i.wt = igniteuiWebcomponentsCore.ensureEnum(AutoMarginsAndAngleUpdateMode_$type, v);
194334
+ this._a("autoMarginAndAngleUpdateMode", igniteuiWebcomponentsCore.enumToString(AutoMarginsAndAngleUpdateMode_$type, this.i.wt));
194325
194335
  },
194326
194336
  enumerable: false,
194327
194337
  configurable: true
@@ -194333,11 +194343,11 @@
194333
194343
  * Axis.Stroke is set.
194334
194344
  */
194335
194345
  get: function () {
194336
- return igniteuiWebcomponentsCore.brushToString(this.i.aas);
194346
+ return igniteuiWebcomponentsCore.brushToString(this.i.aau);
194337
194347
  },
194338
194348
  set: function (v) {
194339
- this.i.aas = igniteuiWebcomponentsCore.stringToBrush(v);
194340
- this._a("defaultAxisStroke", igniteuiWebcomponentsCore.brushToString(this.i.aas));
194349
+ this.i.aau = igniteuiWebcomponentsCore.stringToBrush(v);
194350
+ this._a("defaultAxisStroke", igniteuiWebcomponentsCore.brushToString(this.i.aau));
194341
194351
  },
194342
194352
  enumerable: false,
194343
194353
  configurable: true
@@ -194349,11 +194359,11 @@
194349
194359
  * Axis.MajorStroke is set.
194350
194360
  */
194351
194361
  get: function () {
194352
- return igniteuiWebcomponentsCore.brushToString(this.i.aaq);
194362
+ return igniteuiWebcomponentsCore.brushToString(this.i.aas);
194353
194363
  },
194354
194364
  set: function (v) {
194355
- this.i.aaq = igniteuiWebcomponentsCore.stringToBrush(v);
194356
- this._a("defaultAxisMajorStroke", igniteuiWebcomponentsCore.brushToString(this.i.aaq));
194365
+ this.i.aas = igniteuiWebcomponentsCore.stringToBrush(v);
194366
+ this._a("defaultAxisMajorStroke", igniteuiWebcomponentsCore.brushToString(this.i.aas));
194357
194367
  },
194358
194368
  enumerable: false,
194359
194369
  configurable: true
@@ -194365,11 +194375,11 @@
194365
194375
  * Axis.MinorStroke is set.
194366
194376
  */
194367
194377
  get: function () {
194368
- return igniteuiWebcomponentsCore.brushToString(this.i.aar);
194378
+ return igniteuiWebcomponentsCore.brushToString(this.i.aat);
194369
194379
  },
194370
194380
  set: function (v) {
194371
- this.i.aar = igniteuiWebcomponentsCore.stringToBrush(v);
194372
- this._a("defaultAxisMinorStroke", igniteuiWebcomponentsCore.brushToString(this.i.aar));
194381
+ this.i.aat = igniteuiWebcomponentsCore.stringToBrush(v);
194382
+ this._a("defaultAxisMinorStroke", igniteuiWebcomponentsCore.brushToString(this.i.aat));
194373
194383
  },
194374
194384
  enumerable: false,
194375
194385
  configurable: true
@@ -194379,11 +194389,11 @@
194379
194389
  * Gets the actual resolved left plot area margin;
194380
194390
  */
194381
194391
  get: function () {
194382
- return this.i.x7;
194392
+ return this.i.x9;
194383
194393
  },
194384
194394
  set: function (v) {
194385
- this.i.x7 = +v;
194386
- this._a("actualPlotAreaMarginLeft", this.i.x7);
194395
+ this.i.x9 = +v;
194396
+ this._a("actualPlotAreaMarginLeft", this.i.x9);
194387
194397
  },
194388
194398
  enumerable: false,
194389
194399
  configurable: true
@@ -194393,11 +194403,11 @@
194393
194403
  * Gets the actual resolved top plot area margin;
194394
194404
  */
194395
194405
  get: function () {
194396
- return this.i.x9;
194406
+ return this.i.yb;
194397
194407
  },
194398
194408
  set: function (v) {
194399
- this.i.x9 = +v;
194400
- this._a("actualPlotAreaMarginTop", this.i.x9);
194409
+ this.i.yb = +v;
194410
+ this._a("actualPlotAreaMarginTop", this.i.yb);
194401
194411
  },
194402
194412
  enumerable: false,
194403
194413
  configurable: true
@@ -194407,11 +194417,11 @@
194407
194417
  * Gets the actual resolved right plot area margin;
194408
194418
  */
194409
194419
  get: function () {
194410
- return this.i.x8;
194420
+ return this.i.ya;
194411
194421
  },
194412
194422
  set: function (v) {
194413
- this.i.x8 = +v;
194414
- this._a("actualPlotAreaMarginRight", this.i.x8);
194423
+ this.i.ya = +v;
194424
+ this._a("actualPlotAreaMarginRight", this.i.ya);
194415
194425
  },
194416
194426
  enumerable: false,
194417
194427
  configurable: true
@@ -194421,11 +194431,11 @@
194421
194431
  * Gets the actual resolved bottom plot area margin;
194422
194432
  */
194423
194433
  get: function () {
194424
- return this.i.x6;
194434
+ return this.i.x8;
194425
194435
  },
194426
194436
  set: function (v) {
194427
- this.i.x6 = +v;
194428
- this._a("actualPlotAreaMarginBottom", this.i.x6);
194437
+ this.i.x8 = +v;
194438
+ this._a("actualPlotAreaMarginBottom", this.i.x8);
194429
194439
  },
194430
194440
  enumerable: false,
194431
194441
  configurable: true
@@ -194435,11 +194445,11 @@
194435
194445
  * Gets or sets mode to use for automatically calculating the plot area margin.
194436
194446
  */
194437
194447
  get: function () {
194438
- return this.i.wu;
194448
+ return this.i.ww;
194439
194449
  },
194440
194450
  set: function (v) {
194441
- this.i.wu = igniteuiWebcomponentsCore.ensureEnum(ComputedPlotAreaMarginMode_$type, v);
194442
- this._a("computedPlotAreaMarginMode", igniteuiWebcomponentsCore.enumToString(ComputedPlotAreaMarginMode_$type, this.i.wu));
194451
+ this.i.ww = igniteuiWebcomponentsCore.ensureEnum(ComputedPlotAreaMarginMode_$type, v);
194452
+ this._a("computedPlotAreaMarginMode", igniteuiWebcomponentsCore.enumToString(ComputedPlotAreaMarginMode_$type, this.i.ww));
194443
194453
  },
194444
194454
  enumerable: false,
194445
194455
  configurable: true
@@ -194449,11 +194459,11 @@
194449
194459
  * Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
194450
194460
  */
194451
194461
  get: function () {
194452
- return this.i.w1;
194462
+ return this.i.w3;
194453
194463
  },
194454
194464
  set: function (v) {
194455
- this.i.w1 = igniteuiWebcomponentsCore.ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
194456
- this._a("seriesPlotAreaMarginHorizontalMode", igniteuiWebcomponentsCore.enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.w1));
194465
+ this.i.w3 = igniteuiWebcomponentsCore.ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
194466
+ this._a("seriesPlotAreaMarginHorizontalMode", igniteuiWebcomponentsCore.enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.w3));
194457
194467
  },
194458
194468
  enumerable: false,
194459
194469
  configurable: true
@@ -194463,11 +194473,11 @@
194463
194473
  * Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
194464
194474
  */
194465
194475
  get: function () {
194466
- return this.i.w4;
194476
+ return this.i.w6;
194467
194477
  },
194468
194478
  set: function (v) {
194469
- this.i.w4 = igniteuiWebcomponentsCore.ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
194470
- this._a("seriesPlotAreaMarginVerticalMode", igniteuiWebcomponentsCore.enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.w4));
194479
+ this.i.w6 = igniteuiWebcomponentsCore.ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
194480
+ this._a("seriesPlotAreaMarginVerticalMode", igniteuiWebcomponentsCore.enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.w6));
194471
194481
  },
194472
194482
  enumerable: false,
194473
194483
  configurable: true
@@ -194477,11 +194487,11 @@
194477
194487
  * Margin applied to the left of the plot area.
194478
194488
  */
194479
194489
  get: function () {
194480
- return this.i.yl;
194490
+ return this.i.yn;
194481
194491
  },
194482
194492
  set: function (v) {
194483
- this.i.yl = +v;
194484
- this._a("plotAreaMarginLeft", this.i.yl);
194493
+ this.i.yn = +v;
194494
+ this._a("plotAreaMarginLeft", this.i.yn);
194485
194495
  },
194486
194496
  enumerable: false,
194487
194497
  configurable: true
@@ -194491,11 +194501,11 @@
194491
194501
  * Margin applied above the plot area.
194492
194502
  */
194493
194503
  get: function () {
194494
- return this.i.yn;
194504
+ return this.i.yp;
194495
194505
  },
194496
194506
  set: function (v) {
194497
- this.i.yn = +v;
194498
- this._a("plotAreaMarginTop", this.i.yn);
194507
+ this.i.yp = +v;
194508
+ this._a("plotAreaMarginTop", this.i.yp);
194499
194509
  },
194500
194510
  enumerable: false,
194501
194511
  configurable: true
@@ -194505,11 +194515,11 @@
194505
194515
  * Margin applied to the right of the plot area.
194506
194516
  */
194507
194517
  get: function () {
194508
- return this.i.ym;
194518
+ return this.i.yo;
194509
194519
  },
194510
194520
  set: function (v) {
194511
- this.i.ym = +v;
194512
- this._a("plotAreaMarginRight", this.i.ym);
194521
+ this.i.yo = +v;
194522
+ this._a("plotAreaMarginRight", this.i.yo);
194513
194523
  },
194514
194524
  enumerable: false,
194515
194525
  configurable: true
@@ -194519,11 +194529,11 @@
194519
194529
  * Margin applied below the plot area.
194520
194530
  */
194521
194531
  get: function () {
194522
- return this.i.yk;
194532
+ return this.i.ym;
194523
194533
  },
194524
194534
  set: function (v) {
194525
- this.i.yk = +v;
194526
- this._a("plotAreaMarginBottom", this.i.yk);
194535
+ this.i.ym = +v;
194536
+ this._a("plotAreaMarginBottom", this.i.ym);
194527
194537
  },
194528
194538
  enumerable: false,
194529
194539
  configurable: true
@@ -194539,27 +194549,27 @@
194539
194549
  return null;
194540
194550
  };
194541
194551
  IgcDataChartComponent.prototype.refreshComputedPlotAreaMargin = function () {
194542
- this.i.zy();
194552
+ this.i.z0();
194543
194553
  };
194544
194554
  IgcDataChartComponent.prototype.recalculateMarginAutoExpansion = function () {
194545
- this.i.zx();
194555
+ this.i.zz();
194546
194556
  };
194547
194557
  IgcDataChartComponent.prototype.recalculateAutoLabelsAngle = function () {
194548
- this.i.zw();
194558
+ this.i.zy();
194549
194559
  };
194550
194560
  /**
194551
194561
  * Notifies the chart that the CSS styles in effect have been updated.
194552
194562
 
194553
194563
  */
194554
194564
  IgcDataChartComponent.prototype.styleUpdated = function () {
194555
- this.i.zz();
194565
+ this.i.z1();
194556
194566
  };
194557
194567
  /**
194558
194568
  * Export serialized visual data.
194559
194569
 
194560
194570
  */
194561
194571
  IgcDataChartComponent.prototype.exportSerializedVisualData = function () {
194562
- var iv = this.i.y7();
194572
+ var iv = this.i.y9();
194563
194573
  return (iv);
194564
194574
  };
194565
194575
  IgcDataChartComponent._observedAttributesIgcDataChartComponent = null;
@@ -197794,8 +197804,8 @@
197794
197804
  var d = this.cv.by;
197795
197805
  var e = this.cv.bx;
197796
197806
  var f = this.getEffectiveViewport1(this.cv);
197797
- var g = this.wi(this.cv);
197798
- var h = new igniteuiWebcomponentsCore.CollisionRect(0, a);
197807
+ var g = this.db.wc(this.wr, this.getEffectiveViewport(), d);
197808
+ var h = new igniteuiWebcomponentsCore.CollisionRect(0, this.db.v9(a));
197799
197809
  var i = this.yt.k5(e, d, f, g);
197800
197810
  var _loop_2 = function (j) {
197801
197811
  var k = this_2.ys.getScaledAngle(this_2.zi.item(j));
@@ -200188,58 +200198,59 @@
200188
200198
  var d = this.cv.by;
200189
200199
  var e = this.cv.bx;
200190
200200
  var f = this.getEffectiveViewport1(this.cv);
200191
- var g = this.wi(this.cv);
200201
+ var g = this.db.wc(this.wr, this.getEffectiveViewport(), d);
200192
200202
  var h = this.y4.k5(e, d, f, g);
200193
200203
  var i = { $type: igniteuiWebcomponentsCore.Point_$type, x: ViewportUtils.e(0.5, d, e, f), y: ViewportUtils.i(0.5, d, e, f) };
200194
- var j = new igniteuiWebcomponentsCore.Clipper(1, a.left, a.bottom, a.right, a.top, true);
200195
- var k = this.y4;
200196
- var l = Math.max(0, 0.5 * k.n6);
200197
- l = Math.max(l, h.minLength * 0.9);
200198
- var m = ViewportUtils.d(l, d, e, f);
200199
- var n = this.yy.k8(d, e, f);
200200
- var o = Math.max(0.1 * this.y4.n7, l);
200201
- var p = this.y7.d(0, o, d, e, f);
200202
- var q = this.y7.e(0, o, d, e, f);
200203
- var r = this.y7.d(n, o, d, e, f);
200204
- var s = this.y7.e(n, o, d, e, f);
200205
- var t = Math.sqrt((p - r) * (p - r) + (q - s) * (q - s));
200206
- var u = this.yy != null && this.yy.cl;
200207
- var _loop_1 = function (v) {
200208
- var w = igniteuiWebcomponentsCore.typeCast(RadialBaseView.$, this_1.cv);
200209
- var x = w.cx.getBucket(v);
200210
- var y = Math.min(this_1.y7.b.od(x[2]), h.maxLength * 1.1);
200211
- var z = this_1.aci(this_1.yy, d, e, f);
200212
- if (u) {
200213
- z = this_1.ach(v, this_1.yy, d, e, f);
200214
- if (igniteuiWebcomponentsCore.isNaN_(z)) {
200215
- z = 0;
200204
+ var j = this.db.v9(a);
200205
+ var k = new igniteuiWebcomponentsCore.Clipper(1, j.left, j.bottom, j.right, j.top, true);
200206
+ var l = this.y4;
200207
+ var m = Math.max(0, 0.5 * l.n6);
200208
+ m = Math.max(m, h.minLength * 0.9);
200209
+ var n = ViewportUtils.d(m, d, e, f);
200210
+ var o = this.yy.k8(d, e, f);
200211
+ var p = Math.max(0.1 * this.y4.n7, m);
200212
+ var q = this.y7.d(0, p, d, e, f);
200213
+ var r = this.y7.e(0, p, d, e, f);
200214
+ var s = this.y7.d(o, p, d, e, f);
200215
+ var t = this.y7.e(o, p, d, e, f);
200216
+ var u = Math.sqrt((q - s) * (q - s) + (r - t) * (r - t));
200217
+ var v = this.yy != null && this.yy.cl;
200218
+ var _loop_1 = function (w) {
200219
+ var x = igniteuiWebcomponentsCore.typeCast(RadialBaseView.$, this_1.cv);
200220
+ var y = x.cx.getBucket(w);
200221
+ var z = Math.min(this_1.y7.b.od(y[2]), h.maxLength * 1.1);
200222
+ var aa = this_1.aci(this_1.yy, d, e, f);
200223
+ if (v) {
200224
+ aa = this_1.ach(w, this_1.yy, d, e, f);
200225
+ if (igniteuiWebcomponentsCore.isNaN_(aa)) {
200226
+ aa = 0;
200216
200227
  }
200217
200228
  }
200218
- x[0] = this_1.yy.getScaledAngle(x[0]) + z;
200219
- var aa = this_1.y7.d(x[0], y, d, e, f);
200220
- var ab = this_1.y7.e(x[0], y, d, e, f);
200221
- var ac = Math.sqrt((aa - i.x) * (aa - i.x) + (ab - i.y) * (ab - i.y));
200222
- var ad = ac;
200223
- var ae = m;
200224
- var af = x[0] - (Math.PI / 2);
200225
- var ag = 0 - (t / 2);
200226
- var ah = (t / 2);
200227
- var ai = Math.max(ae, ad);
200228
- var aj = Math.min(ae, ad);
200229
- var ak = Math.cos(af);
200230
- var al = Math.sin(af);
200231
- var am = { $type: igniteuiWebcomponentsCore.Point_$type, x: i.x + (ag * ak - ai * al), y: i.y + (ag * al + ai * ak) };
200232
- var an = { $type: igniteuiWebcomponentsCore.Point_$type, x: i.x + (ah * ak - ai * al), y: i.y + (ah * al + ai * ak) };
200233
- var ao = { $type: igniteuiWebcomponentsCore.Point_$type, x: i.x + (ah * ak - aj * al), y: i.y + (ah * al + aj * ak) };
200234
- var ap = { $type: igniteuiWebcomponentsCore.Point_$type, x: i.x + (ag * ak - aj * al), y: i.y + (ag * al + aj * ak) };
200235
- var aq = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Point_$type, 0);
200236
- j.i = aq;
200237
- j.j(am);
200238
- j.j(an);
200239
- j.j(ao);
200240
- j.j(ap);
200241
- j.i = null;
200242
- if (aq == null || aq.count == 0) {
200229
+ y[0] = this_1.yy.getScaledAngle(y[0]) + aa;
200230
+ var ab = this_1.y7.d(y[0], z, d, e, f);
200231
+ var ac = this_1.y7.e(y[0], z, d, e, f);
200232
+ var ad = Math.sqrt((ab - i.x) * (ab - i.x) + (ac - i.y) * (ac - i.y));
200233
+ var ae = ad;
200234
+ var af = n;
200235
+ var ag = y[0] - (Math.PI / 2);
200236
+ var ah = 0 - (u / 2);
200237
+ var ai = (u / 2);
200238
+ var aj = Math.max(af, ae);
200239
+ var ak = Math.min(af, ae);
200240
+ var al = Math.cos(ag);
200241
+ var am = Math.sin(ag);
200242
+ var an = { $type: igniteuiWebcomponentsCore.Point_$type, x: i.x + (ah * al - aj * am), y: i.y + (ah * am + aj * al) };
200243
+ var ao = { $type: igniteuiWebcomponentsCore.Point_$type, x: i.x + (ai * al - aj * am), y: i.y + (ai * am + aj * al) };
200244
+ var ap = { $type: igniteuiWebcomponentsCore.Point_$type, x: i.x + (ai * al - ak * am), y: i.y + (ai * am + ak * al) };
200245
+ var aq = { $type: igniteuiWebcomponentsCore.Point_$type, x: i.x + (ah * al - ak * am), y: i.y + (ah * am + ak * al) };
200246
+ var ar = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.Point_$type, 0);
200247
+ k.i = ar;
200248
+ k.j(an);
200249
+ k.j(ao);
200250
+ k.j(ap);
200251
+ k.j(aq);
200252
+ k.i = null;
200253
+ if (ar == null || ar.count == 0) {
200243
200254
  return "continue";
200244
200255
  }
200245
200256
  if (c == 7 || c == 6) {
@@ -200253,22 +200264,22 @@
200253
200264
  else if (c == 2 || c == 1) {
200254
200265
  b.add(((function () {
200255
200266
  var $ret = new ChartSelection();
200256
- $ret.item = _this.dn.item(v);
200267
+ $ret.item = _this.dn.item(w);
200257
200268
  return $ret;
200258
200269
  })()));
200259
200270
  }
200260
200271
  else {
200261
200272
  b.add(((function () {
200262
200273
  var $ret = new ChartSelection();
200263
- $ret.item = _this.dn.item(v);
200274
+ $ret.item = _this.dn.item(w);
200264
200275
  $ret.series = _this;
200265
200276
  return $ret;
200266
200277
  })()));
200267
200278
  }
200268
200279
  };
200269
200280
  var this_1 = this;
200270
- for (var v = 0; v < this.yy.lk; v++) {
200271
- var state_1 = _loop_1(v);
200281
+ for (var w = 0; w < this.yy.lk; w++) {
200282
+ var state_1 = _loop_1(w);
200272
200283
  if (typeof state_1 === "object")
200273
200284
  return state_1.value;
200274
200285
  }
@@ -201260,7 +201271,7 @@
201260
201271
  if (igniteuiWebcomponentsCore.isNaN_(c) || igniteuiWebcomponentsCore.isNaN_(d)) {
201261
201272
  return;
201262
201273
  }
201263
- this.bi.wl = new igniteuiWebcomponentsCore.Rect(0, c, this.bi.wl.y, d - c, this.bi.wl.height);
201274
+ this.bi.wn = new igniteuiWebcomponentsCore.Rect(0, c, this.bi.wn.y, d - c, this.bi.wn.height);
201264
201275
  };
201265
201276
  NumericXAxis.prototype.k5 = function (a, b, c, d) {
201266
201277
  var e = d;
@@ -204737,7 +204748,7 @@
204737
204748
  var _this = this;
204738
204749
  var b = this.db != null ? this.db.v4 : igniteuiWebcomponentsCore.Rect.empty;
204739
204750
  b = b.copy();
204740
- var c = this.db != null ? this.db.wk : igniteuiWebcomponentsCore.Rect.empty;
204751
+ var c = this.db != null ? this.db.wm : igniteuiWebcomponentsCore.Rect.empty;
204741
204752
  var d = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
204742
204753
  var e = this.wk(this.cv);
204743
204754
  var f = new ScalerParams(0, d, d, this.xAxis.ch, e);
@@ -205054,13 +205065,13 @@
205054
205065
  };
205055
205066
  ScatterBase.prototype.aa6 = function (a, b, c, d, e) {
205056
205067
  var _this = this;
205057
- var f = this.wq(a);
205068
+ var f = this.db.wj(this.db.v9(a));
205058
205069
  var g = this.dn.count;
205059
205070
  var h = this.yv.a;
205060
205071
  var i = this.yv.b;
205061
- var j = this.wi(this.cv);
205062
- var k = new ScalerParams(0, f, this.db.wk, h.ch, this.getEffectiveViewport());
205063
- var l = new ScalerParams(0, f, this.db.wk, i.ch, this.getEffectiveViewport());
205072
+ var j = this.db.wc(this.wr, this.getEffectiveViewport(), f);
205073
+ var k = new ScalerParams(0, f, this.db.wm, h.ch, this.getEffectiveViewport());
205074
+ var l = new ScalerParams(0, f, this.db.wm, i.ch, this.getEffectiveViewport());
205064
205075
  if (d == 0) {
205065
205076
  var _loop_2 = function (m) {
205066
205077
  var n = h.el(this_2.zg.item(m), k);
@@ -206854,8 +206865,8 @@
206854
206865
  if (!this.cv.bx.isEmpty) {
206855
206866
  e = this.cv.bx.width;
206856
206867
  }
206857
- else if (this.db != null && !this.db.wk.isEmpty) {
206858
- e = this.db.wk.width;
206868
+ else if (this.db != null && !this.db.wm.isEmpty) {
206869
+ e = this.db.wm.width;
206859
206870
  }
206860
206871
  var f = igniteuiWebcomponentsCore.DeviceUtils.c(e);
206861
206872
  this.acq = this.acr || ((function () {
@@ -207000,8 +207011,8 @@
207000
207011
  if (!this.cv.bx.isEmpty) {
207001
207012
  c = this.cv.bx.width;
207002
207013
  }
207003
- else if (this.db != null && !this.db.wk.isEmpty) {
207004
- c = this.db.wk.width;
207014
+ else if (this.db != null && !this.db.wm.isEmpty) {
207015
+ c = this.db.wm.width;
207005
207016
  }
207006
207017
  var d = igniteuiWebcomponentsCore.DeviceUtils.c(c);
207007
207018
  this.acq = this.acr || ((function () {
@@ -210795,7 +210806,7 @@
210795
210806
  };
210796
210807
  HighDensityScatterSeries.prototype.gc = function (a) {
210797
210808
  var b = this.db != null ? this.db.v4 : igniteuiWebcomponentsCore.Rect.empty;
210798
- var c = this.db != null ? this.db.wk : igniteuiWebcomponentsCore.Rect.empty;
210809
+ var c = this.db != null ? this.db.wm : igniteuiWebcomponentsCore.Rect.empty;
210799
210810
  var d = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
210800
210811
  var e = this.wk(this.cv);
210801
210812
  var f = new ScalerParams(0, d, d, this.w4.ch, e);
@@ -211148,7 +211159,7 @@
211148
211159
  b = this.bx;
211149
211160
  }
211150
211161
  else {
211151
- b = this.e.db.v9();
211162
+ b = this.e.db.wa();
211152
211163
  }
211153
211164
  var c = igniteuiWebcomponentsCore.truncate(Math.round(b.left));
211154
211165
  var d = igniteuiWebcomponentsCore.truncate(Math.round(b.top));
@@ -212983,7 +212994,7 @@
212983
212994
  if (d == null || d.length != (b * c) || this.w7 == null || this.w7.count < 1 || this.w8 == null || this.w8.count < 1 || this.w9 == null || this.w9.count < 1) {
212984
212995
  return null;
212985
212996
  }
212986
- var e = this.db.wl;
212997
+ var e = this.db.wn;
212987
212998
  var f = (a.x - e.left) / e.width;
212988
212999
  var g = (a.y - e.top) / e.height;
212989
213000
  var h = igniteuiWebcomponentsCore.truncate(Math.round(b * f));
@@ -217002,7 +217013,7 @@
217002
217013
  ShapeSeriesBase.prototype.ze = function (a, b, c) {
217003
217014
  var d = this.cv;
217004
217015
  var e = d.bx;
217005
- var f = this.wq(a);
217016
+ var f = this.db.wj(this.db.v9(a));
217006
217017
  if (e.width < 1 || e.height < 1 || this.xv == null) {
217007
217018
  return;
217008
217019
  }
@@ -219564,7 +219575,7 @@
219564
219575
  }
219565
219576
  var c = a / this.kv.count;
219566
219577
  var d = b / this.kv.count;
219567
- this.bi.wl = new igniteuiWebcomponentsCore.Rect(0, this.bi.wl.x, 1 - d, this.bi.wl.width, d - c);
219578
+ this.bi.wn = new igniteuiWebcomponentsCore.Rect(0, this.bi.wn.x, 1 - d, this.bi.wn.width, d - c);
219568
219579
  };
219569
219580
  CategoryYAxis.prototype.av = function () {
219570
219581
  return new VerticalAxisLabelPanel();
@@ -219647,13 +219658,13 @@
219647
219658
  var b = igniteuiWebcomponentsCore.MathUtil.a(a) && a > 0;
219648
219659
  var c = this.kv.count;
219649
219660
  if (c > 0 && b) {
219650
- var d = this.bi.wk.height;
219661
+ var d = this.bi.wm.height;
219651
219662
  var e = igniteuiWebcomponentsCore.isNaN_(d) || igniteuiWebcomponentsCore.isInfinity(d);
219652
219663
  if (e) {
219653
219664
  return NaN;
219654
219665
  }
219655
219666
  var f = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
219656
- var g = this.bi.wk;
219667
+ var g = this.bi.wm;
219657
219668
  var h = this.getCategorySize(f, g, g);
219658
219669
  var i = igniteuiWebcomponentsCore.isNaN_(h) || igniteuiWebcomponentsCore.isInfinity(h);
219659
219670
  if (i) {
@@ -219670,13 +219681,13 @@
219670
219681
  var b = igniteuiWebcomponentsCore.MathUtil.a(a) && a > 0;
219671
219682
  var c = this.kv.count;
219672
219683
  if (c > 0 && b) {
219673
- var d = this.bi.wk.height;
219684
+ var d = this.bi.wm.height;
219674
219685
  var e = igniteuiWebcomponentsCore.isNaN_(d) || igniteuiWebcomponentsCore.isInfinity(d);
219675
219686
  if (e) {
219676
219687
  return NaN;
219677
219688
  }
219678
219689
  var f = new igniteuiWebcomponentsCore.Rect(0, 0, 0, 1, 1);
219679
- var g = this.bi.wk;
219690
+ var g = this.bi.wm;
219680
219691
  var h = this.k8(f, g, g);
219681
219692
  var i = a / h;
219682
219693
  var j = Math.min(1, 1 / i);
@@ -220709,7 +220720,7 @@
220709
220720
  }
220710
220721
  var b = this.wi(this.cv);
220711
220722
  var c = this.yr();
220712
- var d = new ScalerParams(0, a, this.db.wk, c.ch, this.getEffectiveViewport());
220723
+ var d = new ScalerParams(0, a, this.db.wm, c.ch, this.getEffectiveViewport());
220713
220724
  var e = (c.eo(b.top, d));
220714
220725
  var f = (c.eo(b.bottom, d));
220715
220726
  if (!c.ch) {
@@ -225188,7 +225199,7 @@
225188
225199
  return null;
225189
225200
  }
225190
225201
  var c = this.wi(this.cv);
225191
- var d = new ScalerParams(0, a, this.db.wk, b.ch, this.getEffectiveViewport());
225202
+ var d = new ScalerParams(0, a, this.db.wm, b.ch, this.getEffectiveViewport());
225192
225203
  var e = (b.eo(c.left, d));
225193
225204
  var f = (b.eo(c.right, d));
225194
225205
  if (b.ch) {
@@ -226693,7 +226704,7 @@
226693
226704
  var e_63, _a;
226694
226705
  var a = (igniteuiWebcomponentsCore.typeCast(XamDataChart.$, this.db));
226695
226706
  if (a != null) {
226696
- this.h8 = igniteuiWebcomponentsCore.isNaN_(this.ij) ? a.w5.fp : this.ij;
226707
+ this.h8 = igniteuiWebcomponentsCore.isNaN_(this.ij) ? a.w7.fp : this.ij;
226697
226708
  try {
226698
226709
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.aav)), _c = _b.next(); !_c.done; _c = _b.next()) {
226699
226710
  var b = _c.value;
@@ -226867,7 +226878,7 @@
226867
226878
  return null;
226868
226879
  }
226869
226880
  var c = this.wi(this.cv);
226870
- var d = new ScalerParams(0, a, this.db.wk, b.ch, this.getEffectiveViewport());
226881
+ var d = new ScalerParams(0, a, this.db.wm, b.ch, this.getEffectiveViewport());
226871
226882
  var e = (b.eo(c.top, d));
226872
226883
  var f = (b.eo(c.bottom, d));
226873
226884
  if (!b.ch) {
@@ -237691,7 +237702,7 @@
237691
237702
  b.height = c.a7;
237692
237703
  b.contentArea = igniteuiWebcomponentsCore.RectData.b(c.fc());
237693
237704
  b.centralArea = new igniteuiWebcomponentsCore.RectData(c.a4, 0, c.a8 - (c.a4 + c.a5), c.a7 - (c.a6 + c.a3));
237694
- b.plotArea = igniteuiWebcomponentsCore.RectData.b(a.wk);
237705
+ b.plotArea = igniteuiWebcomponentsCore.RectData.b(a.wm);
237695
237706
  };
237696
237707
  DataChartVisualDataManager.prototype.d = function (a, b) {
237697
237708
  var c = VisualExportHelper.a(a);
@@ -238559,10 +238570,10 @@
238559
238570
  }
238560
238571
  };
238561
238572
  SeriesViewerSurfaceViewer.prototype.zoomTo100 = function () {
238562
- this.l.wl = XamDataChart.wg;
238573
+ this.l.wn = XamDataChart.wh;
238563
238574
  };
238564
238575
  SeriesViewerSurfaceViewer.prototype.scaleToFit = function () {
238565
- this.l.wl = XamDataChart.wg;
238576
+ this.l.wn = XamDataChart.wh;
238566
238577
  };
238567
238578
  SeriesViewerSurfaceViewer.prototype.renderPreview = function () {
238568
238579
  if (!this.isDirty) {
@@ -238578,14 +238589,14 @@
238578
238589
  };
238579
238590
  Object.defineProperty(SeriesViewerSurfaceViewer.prototype, "worldRect", {
238580
238591
  get: function () {
238581
- return XamDataChart.wg;
238592
+ return XamDataChart.wh;
238582
238593
  },
238583
238594
  enumerable: false,
238584
238595
  configurable: true
238585
238596
  });
238586
238597
  Object.defineProperty(SeriesViewerSurfaceViewer.prototype, "viewportRect", {
238587
238598
  get: function () {
238588
- return this.l.wk;
238599
+ return this.l.wm;
238589
238600
  },
238590
238601
  enumerable: false,
238591
238602
  configurable: true
@@ -238648,7 +238659,7 @@
238648
238659
  var e = 1 - this.zoomLevel;
238649
238660
  var f = igniteuiWebcomponentsCore.RectUtil.l(this.l.v4);
238650
238661
  var g = new igniteuiWebcomponentsCore.Rect(0, f.x - e / 2, f.y - e / 2, e, e);
238651
- this.l.wl = SeriesViewerSurfaceViewer.z(this.l.wl, g, this.l.fl(), this.l.fm(), this.worldRect);
238662
+ this.l.wn = SeriesViewerSurfaceViewer.z(this.l.wn, g, this.l.fl(), this.l.fm(), this.worldRect);
238652
238663
  }
238653
238664
  this.w();
238654
238665
  if (this.l.c2 != null) {