igniteui-webcomponents-charts 4.0.3 → 4.2.2

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 (157) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +1524 -1369
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AnchoredCategorySeries_combined.js +4 -3
  4. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +5 -4
  5. package/esm2015/lib/AreaSeries_combined.js +8 -8
  6. package/esm2015/lib/BarSeries_combined.js +1 -1
  7. package/esm2015/lib/BollingerBandsOverlay_combined.js +8 -8
  8. package/esm2015/lib/BubbleSeries_combined.js +20 -15
  9. package/esm2015/lib/CalloutLayer_combined.js +12 -12
  10. package/esm2015/lib/CategoryHighlightLayer_combined.js +1 -1
  11. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +4 -4
  12. package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
  13. package/esm2015/lib/CategoryXAxis_combined.js +1 -1
  14. package/esm2015/lib/CategoryYAxis_combined.js +2 -4
  15. package/esm2015/lib/ColumnSeries_combined.js +1 -1
  16. package/esm2015/lib/CrosshairLayer_combined.js +1 -1
  17. package/esm2015/lib/DataLegendContent_combined.js +491 -476
  18. package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
  19. package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
  20. package/esm2015/lib/FinancialIndicator_combined.js +17 -17
  21. package/esm2015/lib/FinancialPriceSeries_combined.js +37 -30
  22. package/esm2015/lib/FunnelLegendTemplates.js +1 -1
  23. package/esm2015/lib/HighDensityScatterSeries_combined.js +12 -10
  24. package/esm2015/lib/HorizontalAxisView_combined.js +30 -30
  25. package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
  26. package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
  27. package/esm2015/lib/LegendBaseViewManager_combined.js +1 -1
  28. package/esm2015/lib/LineSeries_combined.js +6 -6
  29. package/esm2015/lib/NumericXAxis_combined.js +2 -2
  30. package/esm2015/lib/NumericYAxis_combined.js +2 -2
  31. package/esm2015/lib/PieChartViewManager_combined.js +38 -30
  32. package/esm2015/lib/PieLegendTemplates.js +2 -2
  33. package/esm2015/lib/PointerTooltip_combined.js +10 -10
  34. package/esm2015/lib/PolarAreaSeries_combined.js +4 -4
  35. package/esm2015/lib/PolarBase_combined.js +9 -7
  36. package/esm2015/lib/PolarLineSeries_combined.js +2 -2
  37. package/esm2015/lib/PolarSplineAreaSeries_combined.js +4 -4
  38. package/esm2015/lib/PolarSplineSeries_combined.js +2 -2
  39. package/esm2015/lib/PriceChannelOverlay_combined.js +6 -6
  40. package/esm2015/lib/RadialAreaSeries_combined.js +8 -8
  41. package/esm2015/lib/RadialColumnSeries_combined.js +1 -1
  42. package/esm2015/lib/RadialLineSeries_combined.js +6 -6
  43. package/esm2015/lib/RadialPieSeries_combined.js +1 -1
  44. package/esm2015/lib/RangeAreaSeries_combined.js +6 -6
  45. package/esm2015/lib/RangeColumnSeries_combined.js +1 -1
  46. package/esm2015/lib/ScaleLegend_combined.js +8 -6
  47. package/esm2015/lib/ScatterAreaSeries_combined.js +17 -14
  48. package/esm2015/lib/ScatterBase_combined.js +10 -8
  49. package/esm2015/lib/ScatterContourSeries_combined.js +14 -11
  50. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  51. package/esm2015/lib/ScatterPolygonSeries_combined.js +4 -4
  52. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  53. package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
  54. package/esm2015/lib/SeriesViewer_combined.js +134 -111
  55. package/esm2015/lib/ShapeSeriesBase_combined.js +5 -5
  56. package/esm2015/lib/SplineAreaSeries_combined.js +8 -8
  57. package/esm2015/lib/SplineSeries_combined.js +6 -6
  58. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +50 -38
  59. package/esm2015/lib/StepAreaSeries_combined.js +8 -8
  60. package/esm2015/lib/StepLineSeries_combined.js +6 -6
  61. package/esm2015/lib/TreemapView_combined.js +21 -21
  62. package/esm2015/lib/ValueOverlay_combined.js +1 -1
  63. package/esm2015/lib/WaterfallSeries_combined.js +1 -1
  64. package/esm2015/lib/XamFunnelView_combined.js +22 -22
  65. package/esm2015/lib/ZoomSliderView_combined.js +23 -23
  66. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
  67. package/esm2015/lib/igc-data-legend-component.js +256 -257
  68. package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
  69. package/esm2015/lib/igc-data-tool-tip-layer-component.js +0 -1
  70. package/esm2015/lib/igc-domain-chart-component.js +45 -27
  71. package/esm2015/lib/igc-financial-event-args.js +10 -6
  72. package/esm2015/lib/igc-ring-series-component.js +5 -3
  73. package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
  74. package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
  75. package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
  76. package/esm5/lib/AnchoredCategorySeries_combined.js +4 -3
  77. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +5 -4
  78. package/esm5/lib/AreaSeries_combined.js +8 -8
  79. package/esm5/lib/BarSeries_combined.js +1 -1
  80. package/esm5/lib/BollingerBandsOverlay_combined.js +8 -8
  81. package/esm5/lib/BubbleSeries_combined.js +20 -15
  82. package/esm5/lib/CalloutLayer_combined.js +12 -12
  83. package/esm5/lib/CategoryHighlightLayer_combined.js +1 -1
  84. package/esm5/lib/CategoryItemHighlightLayer_combined.js +4 -4
  85. package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
  86. package/esm5/lib/CategoryXAxis_combined.js +1 -1
  87. package/esm5/lib/CategoryYAxis_combined.js +2 -4
  88. package/esm5/lib/ColumnSeries_combined.js +1 -1
  89. package/esm5/lib/CrosshairLayer_combined.js +1 -1
  90. package/esm5/lib/DataLegendContent_combined.js +495 -480
  91. package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
  92. package/esm5/lib/DataToolTipLayer_combined.js +3 -1
  93. package/esm5/lib/FinancialIndicator_combined.js +17 -17
  94. package/esm5/lib/FinancialPriceSeries_combined.js +37 -30
  95. package/esm5/lib/FunnelLegendTemplates.js +1 -1
  96. package/esm5/lib/HighDensityScatterSeries_combined.js +12 -10
  97. package/esm5/lib/HorizontalAxisView_combined.js +30 -30
  98. package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
  99. package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
  100. package/esm5/lib/LegendBaseViewManager_combined.js +1 -1
  101. package/esm5/lib/LineSeries_combined.js +6 -6
  102. package/esm5/lib/NumericXAxis_combined.js +2 -2
  103. package/esm5/lib/NumericYAxis_combined.js +2 -2
  104. package/esm5/lib/PieChartViewManager_combined.js +38 -30
  105. package/esm5/lib/PieLegendTemplates.js +2 -2
  106. package/esm5/lib/PointerTooltip_combined.js +10 -10
  107. package/esm5/lib/PolarAreaSeries_combined.js +4 -4
  108. package/esm5/lib/PolarBase_combined.js +9 -7
  109. package/esm5/lib/PolarLineSeries_combined.js +2 -2
  110. package/esm5/lib/PolarSplineAreaSeries_combined.js +4 -4
  111. package/esm5/lib/PolarSplineSeries_combined.js +2 -2
  112. package/esm5/lib/PriceChannelOverlay_combined.js +6 -6
  113. package/esm5/lib/RadialAreaSeries_combined.js +8 -8
  114. package/esm5/lib/RadialColumnSeries_combined.js +1 -1
  115. package/esm5/lib/RadialLineSeries_combined.js +6 -6
  116. package/esm5/lib/RadialPieSeries_combined.js +1 -1
  117. package/esm5/lib/RangeAreaSeries_combined.js +6 -6
  118. package/esm5/lib/RangeColumnSeries_combined.js +1 -1
  119. package/esm5/lib/ScaleLegend_combined.js +8 -6
  120. package/esm5/lib/ScatterAreaSeries_combined.js +17 -14
  121. package/esm5/lib/ScatterBase_combined.js +10 -8
  122. package/esm5/lib/ScatterContourSeries_combined.js +14 -11
  123. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  124. package/esm5/lib/ScatterPolygonSeries_combined.js +4 -4
  125. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  126. package/esm5/lib/ScatterTriangulationSeries.js +8 -8
  127. package/esm5/lib/SeriesViewer_combined.js +134 -111
  128. package/esm5/lib/ShapeSeriesBase_combined.js +5 -5
  129. package/esm5/lib/SplineAreaSeries_combined.js +8 -8
  130. package/esm5/lib/SplineSeries_combined.js +6 -6
  131. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +72 -43
  132. package/esm5/lib/StepAreaSeries_combined.js +8 -8
  133. package/esm5/lib/StepLineSeries_combined.js +6 -6
  134. package/esm5/lib/TreemapView_combined.js +21 -21
  135. package/esm5/lib/ValueOverlay_combined.js +1 -1
  136. package/esm5/lib/WaterfallSeries_combined.js +1 -1
  137. package/esm5/lib/XamFunnelView_combined.js +22 -22
  138. package/esm5/lib/ZoomSliderView_combined.js +23 -23
  139. package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
  140. package/esm5/lib/igc-data-legend-component.js +256 -257
  141. package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
  142. package/esm5/lib/igc-data-tool-tip-layer-component.js +0 -1
  143. package/esm5/lib/igc-domain-chart-component.js +45 -27
  144. package/esm5/lib/igc-financial-event-args.js +10 -6
  145. package/esm5/lib/igc-ring-series-component.js +5 -3
  146. package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
  147. package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
  148. package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
  149. package/fesm2015/igniteui-webcomponents-charts.js +1495 -1361
  150. package/fesm5/igniteui-webcomponents-charts.js +1524 -1369
  151. package/lib/DataLegendContent_combined.d.ts +111 -109
  152. package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
  153. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
  154. package/lib/igc-data-legend-component.d.ts +0 -1
  155. package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
  156. package/lib/igc-data-tool-tip-layer-component.d.ts +0 -1
  157. package/package.json +2 -2
@@ -21,7 +21,6 @@ import { LegendItemBadgeShape_$type } from "igniteui-webcomponents-core";
21
21
  var DataLegendStylingDefaults = {};
22
22
  /**
23
23
  * Represents data legend that displays information about each series including values and summaries.
24
- * THIS IS A COMMUNITY TECHNOLOGY PREVIEW, not for use in production.
25
24
  */
26
25
  var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
27
26
  tslib_1.__extends(IgcDataLegendComponent, _super);
@@ -292,11 +291,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
292
291
  * A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
293
292
  */
294
293
  get: function () {
295
- return this.i.cn;
294
+ return this.i.co;
296
295
  },
297
296
  set: function (v) {
298
- this.i.cn = +v;
299
- this._a("actualPixelScalingRatio", this.i.cn);
297
+ this.i.co = +v;
298
+ this._a("actualPixelScalingRatio", this.i.co);
300
299
  },
301
300
  enumerable: true,
302
301
  configurable: true
@@ -377,11 +376,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
377
376
  * Gets or sets whether the data legend should update when the series data is mutated.
378
377
  */
379
378
  get: function () {
380
- return this.i.b2;
379
+ return this.i.b3;
381
380
  },
382
381
  set: function (v) {
383
- this.i.b2 = ensureBool(v);
384
- this._a("shouldUpdateWhenSeriesDataChanges", this.i.b2);
382
+ this.i.b3 = ensureBool(v);
383
+ this._a("shouldUpdateWhenSeriesDataChanges", this.i.b3);
385
384
  },
386
385
  enumerable: true,
387
386
  configurable: true
@@ -407,11 +406,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
407
406
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
408
407
  */
409
408
  get: function () {
410
- return this.i.ct;
409
+ return this.i.cu;
411
410
  },
412
411
  set: function (v) {
413
- this.i.ct = +v;
414
- this._a("valueFormatMaxFractions", this.i.ct);
412
+ this.i.cu = +v;
413
+ this._a("valueFormatMaxFractions", this.i.cu);
415
414
  },
416
415
  enumerable: true,
417
416
  configurable: true
@@ -422,11 +421,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
422
421
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
423
422
  */
424
423
  get: function () {
425
- return this.i.cu;
424
+ return this.i.cv;
426
425
  },
427
426
  set: function (v) {
428
- this.i.cu = +v;
429
- this._a("valueFormatMinFractions", this.i.cu);
427
+ this.i.cv = +v;
428
+ this._a("valueFormatMinFractions", this.i.cv);
430
429
  },
431
430
  enumerable: true,
432
431
  configurable: true
@@ -451,10 +450,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
451
450
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
452
451
  */
453
452
  get: function () {
454
- return this.i.ex;
453
+ return this.i.ey;
455
454
  },
456
455
  set: function (v) {
457
- this.i.ex = v;
456
+ this.i.ey = v;
458
457
  },
459
458
  enumerable: true,
460
459
  configurable: true
@@ -465,10 +464,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
465
464
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
466
465
  */
467
466
  get: function () {
468
- return this.i.ez;
467
+ return this.i.e0;
469
468
  },
470
469
  set: function (v) {
471
- this.i.ez = v;
470
+ this.i.e0 = v;
472
471
  },
473
472
  enumerable: true,
474
473
  configurable: true
@@ -479,11 +478,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
479
478
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
480
479
  */
481
480
  get: function () {
482
- return this.i.b3;
481
+ return this.i.b4;
483
482
  },
484
483
  set: function (v) {
485
- this.i.b3 = ensureBool(v);
486
- this._a("valueFormatUseGrouping", this.i.b3);
484
+ this.i.b4 = ensureBool(v);
485
+ this._a("valueFormatUseGrouping", this.i.b4);
487
486
  },
488
487
  enumerable: true,
489
488
  configurable: true
@@ -493,10 +492,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
493
492
  * Gets or sets the format string for values displayed in the data legend.
494
493
  */
495
494
  get: function () {
496
- return this.i.e5;
495
+ return this.i.e6;
497
496
  },
498
497
  set: function (v) {
499
- this.i.e5 = v;
498
+ this.i.e6 = v;
500
499
  },
501
500
  enumerable: true,
502
501
  configurable: true
@@ -520,72 +519,72 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
520
519
  });
521
520
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginBottom", {
522
521
  get: function () {
523
- return this.i.ir ? this.i.ir.bottom : NaN;
522
+ return this.i.is ? this.i.is.bottom : NaN;
524
523
  },
525
524
  set: function (v) {
526
525
  this.ensureValueRowMargin();
527
- this.i.ir.bottom = +v;
528
- this._a("valueRowMarginBottom", this.i.ir.bottom);
529
- this.i.ir = this.i.ir;
526
+ this.i.is.bottom = +v;
527
+ this._a("valueRowMarginBottom", this.i.is.bottom);
528
+ this.i.is = this.i.is;
530
529
  },
531
530
  enumerable: true,
532
531
  configurable: true
533
532
  });
534
533
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginLeft", {
535
534
  get: function () {
536
- return this.i.ir ? this.i.ir.left : NaN;
535
+ return this.i.is ? this.i.is.left : NaN;
537
536
  },
538
537
  set: function (v) {
539
538
  this.ensureValueRowMargin();
540
- this.i.ir.left = +v;
541
- this._a("valueRowMarginLeft", this.i.ir.left);
542
- this.i.ir = this.i.ir;
539
+ this.i.is.left = +v;
540
+ this._a("valueRowMarginLeft", this.i.is.left);
541
+ this.i.is = this.i.is;
543
542
  },
544
543
  enumerable: true,
545
544
  configurable: true
546
545
  });
547
546
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginRight", {
548
547
  get: function () {
549
- return this.i.ir ? this.i.ir.right : NaN;
548
+ return this.i.is ? this.i.is.right : NaN;
550
549
  },
551
550
  set: function (v) {
552
551
  this.ensureValueRowMargin();
553
- this.i.ir.right = +v;
554
- this._a("valueRowMarginRight", this.i.ir.right);
555
- this.i.ir = this.i.ir;
552
+ this.i.is.right = +v;
553
+ this._a("valueRowMarginRight", this.i.is.right);
554
+ this.i.is = this.i.is;
556
555
  },
557
556
  enumerable: true,
558
557
  configurable: true
559
558
  });
560
559
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowMarginTop", {
561
560
  get: function () {
562
- return this.i.ir ? this.i.ir.top : NaN;
561
+ return this.i.is ? this.i.is.top : NaN;
563
562
  },
564
563
  set: function (v) {
565
564
  this.ensureValueRowMargin();
566
- this.i.ir.top = +v;
567
- this._a("valueRowMarginTop", this.i.ir.top);
568
- this.i.ir = this.i.ir;
565
+ this.i.is.top = +v;
566
+ this._a("valueRowMarginTop", this.i.is.top);
567
+ this.i.is = this.i.is;
569
568
  },
570
569
  enumerable: true,
571
570
  configurable: true
572
571
  });
573
572
  IgcDataLegendComponent.prototype.ensureValueRowMargin = function () {
574
- if (this.i.ir) {
573
+ if (this.i.is) {
575
574
  return;
576
575
  }
577
- this.i.ir = new Thickness(2);
576
+ this.i.is = new Thickness(2);
578
577
  };
579
578
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueRowVisible", {
580
579
  /**
581
580
  * Gets or sets whether to show series rows.
582
581
  */
583
582
  get: function () {
584
- return this.i.b4;
583
+ return this.i.b5;
585
584
  },
586
585
  set: function (v) {
587
- this.i.b4 = ensureBool(v);
588
- this._a("valueRowVisible", this.i.b4);
586
+ this.i.b5 = ensureBool(v);
587
+ this._a("valueRowVisible", this.i.b5);
589
588
  },
590
589
  enumerable: true,
591
590
  configurable: true
@@ -595,10 +594,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
595
594
  * Gets or sets text displayed when data column is missing a value, e.g. "no data"
596
595
  */
597
596
  get: function () {
598
- return this.i.fe;
597
+ return this.i.ff;
599
598
  },
600
599
  set: function (v) {
601
- this.i.fe = v;
600
+ this.i.ff = v;
602
601
  },
603
602
  enumerable: true,
604
603
  configurable: true
@@ -608,83 +607,83 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
608
607
  * Gets or sets whether to use series colors when displaying values in the legend
609
608
  */
610
609
  get: function () {
611
- return this.i.b5;
610
+ return this.i.b6;
612
611
  },
613
612
  set: function (v) {
614
- this.i.b5 = ensureBool(v);
615
- this._a("valueTextUseSeriesColors", this.i.b5);
613
+ this.i.b6 = ensureBool(v);
614
+ this._a("valueTextUseSeriesColors", this.i.b6);
616
615
  },
617
616
  enumerable: true,
618
617
  configurable: true
619
618
  });
620
619
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginBottom", {
621
620
  get: function () {
622
- return this.i.is ? this.i.is.bottom : NaN;
621
+ return this.i.it ? this.i.it.bottom : NaN;
623
622
  },
624
623
  set: function (v) {
625
624
  this.ensureValueTextMargin();
626
- this.i.is.bottom = +v;
627
- this._a("valueTextMarginBottom", this.i.is.bottom);
628
- this.i.is = this.i.is;
625
+ this.i.it.bottom = +v;
626
+ this._a("valueTextMarginBottom", this.i.it.bottom);
627
+ this.i.it = this.i.it;
629
628
  },
630
629
  enumerable: true,
631
630
  configurable: true
632
631
  });
633
632
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginLeft", {
634
633
  get: function () {
635
- return this.i.is ? this.i.is.left : NaN;
634
+ return this.i.it ? this.i.it.left : NaN;
636
635
  },
637
636
  set: function (v) {
638
637
  this.ensureValueTextMargin();
639
- this.i.is.left = +v;
640
- this._a("valueTextMarginLeft", this.i.is.left);
641
- this.i.is = this.i.is;
638
+ this.i.it.left = +v;
639
+ this._a("valueTextMarginLeft", this.i.it.left);
640
+ this.i.it = this.i.it;
642
641
  },
643
642
  enumerable: true,
644
643
  configurable: true
645
644
  });
646
645
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginRight", {
647
646
  get: function () {
648
- return this.i.is ? this.i.is.right : NaN;
647
+ return this.i.it ? this.i.it.right : NaN;
649
648
  },
650
649
  set: function (v) {
651
650
  this.ensureValueTextMargin();
652
- this.i.is.right = +v;
653
- this._a("valueTextMarginRight", this.i.is.right);
654
- this.i.is = this.i.is;
651
+ this.i.it.right = +v;
652
+ this._a("valueTextMarginRight", this.i.it.right);
653
+ this.i.it = this.i.it;
655
654
  },
656
655
  enumerable: true,
657
656
  configurable: true
658
657
  });
659
658
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextMarginTop", {
660
659
  get: function () {
661
- return this.i.is ? this.i.is.top : NaN;
660
+ return this.i.it ? this.i.it.top : NaN;
662
661
  },
663
662
  set: function (v) {
664
663
  this.ensureValueTextMargin();
665
- this.i.is.top = +v;
666
- this._a("valueTextMarginTop", this.i.is.top);
667
- this.i.is = this.i.is;
664
+ this.i.it.top = +v;
665
+ this._a("valueTextMarginTop", this.i.it.top);
666
+ this.i.it = this.i.it;
668
667
  },
669
668
  enumerable: true,
670
669
  configurable: true
671
670
  });
672
671
  IgcDataLegendComponent.prototype.ensureValueTextMargin = function () {
673
- if (this.i.is) {
672
+ if (this.i.it) {
674
673
  return;
675
674
  }
676
- this.i.is = new Thickness(2);
675
+ this.i.it = new Thickness(2);
677
676
  };
678
677
  Object.defineProperty(IgcDataLegendComponent.prototype, "valueTextColor", {
679
678
  /**
680
679
  * Gets or sets the units text color.
681
680
  */
682
681
  get: function () {
683
- return brushToString(this.i.h9);
682
+ return brushToString(this.i.ia);
684
683
  },
685
684
  set: function (v) {
686
- this.i.h9 = stringToBrush(v);
687
- this._a("valueTextColor", brushToString(this.i.h9));
685
+ this.i.ia = stringToBrush(v);
686
+ this._a("valueTextColor", brushToString(this.i.ia));
688
687
  },
689
688
  enumerable: true,
690
689
  configurable: true
@@ -713,10 +712,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
713
712
  * Gets or sets the format string for header text displayed in the data legend.
714
713
  */
715
714
  get: function () {
716
- return this.i.dc;
715
+ return this.i.dd;
717
716
  },
718
717
  set: function (v) {
719
- this.i.dc = v;
718
+ this.i.dd = v;
720
719
  },
721
720
  enumerable: true,
722
721
  configurable: true
@@ -744,10 +743,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
744
743
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
745
744
  */
746
745
  get: function () {
747
- return this.i.c8;
746
+ return this.i.c9;
748
747
  },
749
748
  set: function (v) {
750
- this.i.c8 = v;
749
+ this.i.c9 = v;
751
750
  },
752
751
  enumerable: true,
753
752
  configurable: true
@@ -787,10 +786,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
787
786
  * Gets or sets the HeaderText for the data legend.
788
787
  */
789
788
  get: function () {
790
- return this.i.dh;
789
+ return this.i.di;
791
790
  },
792
791
  set: function (v) {
793
- this.i.dh = v;
792
+ this.i.di = v;
794
793
  },
795
794
  enumerable: true,
796
795
  configurable: true
@@ -800,141 +799,141 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
800
799
  * Gets or sets the header text color.
801
800
  */
802
801
  get: function () {
803
- return brushToString(this.i.h0);
802
+ return brushToString(this.i.h1);
804
803
  },
805
804
  set: function (v) {
806
- this.i.h0 = stringToBrush(v);
807
- this._a("headerTextColor", brushToString(this.i.h0));
805
+ this.i.h1 = stringToBrush(v);
806
+ this._a("headerTextColor", brushToString(this.i.h1));
808
807
  },
809
808
  enumerable: true,
810
809
  configurable: true
811
810
  });
812
811
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginBottom", {
813
812
  get: function () {
814
- return this.i.ij ? this.i.ij.bottom : NaN;
813
+ return this.i.ik ? this.i.ik.bottom : NaN;
815
814
  },
816
815
  set: function (v) {
817
816
  this.ensureHeaderTextMargin();
818
- this.i.ij.bottom = +v;
819
- this._a("headerTextMarginBottom", this.i.ij.bottom);
820
- this.i.ij = this.i.ij;
817
+ this.i.ik.bottom = +v;
818
+ this._a("headerTextMarginBottom", this.i.ik.bottom);
819
+ this.i.ik = this.i.ik;
821
820
  },
822
821
  enumerable: true,
823
822
  configurable: true
824
823
  });
825
824
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginLeft", {
826
825
  get: function () {
827
- return this.i.ij ? this.i.ij.left : NaN;
826
+ return this.i.ik ? this.i.ik.left : NaN;
828
827
  },
829
828
  set: function (v) {
830
829
  this.ensureHeaderTextMargin();
831
- this.i.ij.left = +v;
832
- this._a("headerTextMarginLeft", this.i.ij.left);
833
- this.i.ij = this.i.ij;
830
+ this.i.ik.left = +v;
831
+ this._a("headerTextMarginLeft", this.i.ik.left);
832
+ this.i.ik = this.i.ik;
834
833
  },
835
834
  enumerable: true,
836
835
  configurable: true
837
836
  });
838
837
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginRight", {
839
838
  get: function () {
840
- return this.i.ij ? this.i.ij.right : NaN;
839
+ return this.i.ik ? this.i.ik.right : NaN;
841
840
  },
842
841
  set: function (v) {
843
842
  this.ensureHeaderTextMargin();
844
- this.i.ij.right = +v;
845
- this._a("headerTextMarginRight", this.i.ij.right);
846
- this.i.ij = this.i.ij;
843
+ this.i.ik.right = +v;
844
+ this._a("headerTextMarginRight", this.i.ik.right);
845
+ this.i.ik = this.i.ik;
847
846
  },
848
847
  enumerable: true,
849
848
  configurable: true
850
849
  });
851
850
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerTextMarginTop", {
852
851
  get: function () {
853
- return this.i.ij ? this.i.ij.top : NaN;
852
+ return this.i.ik ? this.i.ik.top : NaN;
854
853
  },
855
854
  set: function (v) {
856
855
  this.ensureHeaderTextMargin();
857
- this.i.ij.top = +v;
858
- this._a("headerTextMarginTop", this.i.ij.top);
859
- this.i.ij = this.i.ij;
856
+ this.i.ik.top = +v;
857
+ this._a("headerTextMarginTop", this.i.ik.top);
858
+ this.i.ik = this.i.ik;
860
859
  },
861
860
  enumerable: true,
862
861
  configurable: true
863
862
  });
864
863
  IgcDataLegendComponent.prototype.ensureHeaderTextMargin = function () {
865
- if (this.i.ij) {
864
+ if (this.i.ik) {
866
865
  return;
867
866
  }
868
- this.i.ij = new Thickness(2);
867
+ this.i.ik = new Thickness(2);
869
868
  };
870
869
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginBottom", {
871
870
  get: function () {
872
- return this.i.ii ? this.i.ii.bottom : NaN;
871
+ return this.i.ij ? this.i.ij.bottom : NaN;
873
872
  },
874
873
  set: function (v) {
875
874
  this.ensureHeaderRowMargin();
876
- this.i.ii.bottom = +v;
877
- this._a("headerRowMarginBottom", this.i.ii.bottom);
878
- this.i.ii = this.i.ii;
875
+ this.i.ij.bottom = +v;
876
+ this._a("headerRowMarginBottom", this.i.ij.bottom);
877
+ this.i.ij = this.i.ij;
879
878
  },
880
879
  enumerable: true,
881
880
  configurable: true
882
881
  });
883
882
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginLeft", {
884
883
  get: function () {
885
- return this.i.ii ? this.i.ii.left : NaN;
884
+ return this.i.ij ? this.i.ij.left : NaN;
886
885
  },
887
886
  set: function (v) {
888
887
  this.ensureHeaderRowMargin();
889
- this.i.ii.left = +v;
890
- this._a("headerRowMarginLeft", this.i.ii.left);
891
- this.i.ii = this.i.ii;
888
+ this.i.ij.left = +v;
889
+ this._a("headerRowMarginLeft", this.i.ij.left);
890
+ this.i.ij = this.i.ij;
892
891
  },
893
892
  enumerable: true,
894
893
  configurable: true
895
894
  });
896
895
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginRight", {
897
896
  get: function () {
898
- return this.i.ii ? this.i.ii.right : NaN;
897
+ return this.i.ij ? this.i.ij.right : NaN;
899
898
  },
900
899
  set: function (v) {
901
900
  this.ensureHeaderRowMargin();
902
- this.i.ii.right = +v;
903
- this._a("headerRowMarginRight", this.i.ii.right);
904
- this.i.ii = this.i.ii;
901
+ this.i.ij.right = +v;
902
+ this._a("headerRowMarginRight", this.i.ij.right);
903
+ this.i.ij = this.i.ij;
905
904
  },
906
905
  enumerable: true,
907
906
  configurable: true
908
907
  });
909
908
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowMarginTop", {
910
909
  get: function () {
911
- return this.i.ii ? this.i.ii.top : NaN;
910
+ return this.i.ij ? this.i.ij.top : NaN;
912
911
  },
913
912
  set: function (v) {
914
913
  this.ensureHeaderRowMargin();
915
- this.i.ii.top = +v;
916
- this._a("headerRowMarginTop", this.i.ii.top);
917
- this.i.ii = this.i.ii;
914
+ this.i.ij.top = +v;
915
+ this._a("headerRowMarginTop", this.i.ij.top);
916
+ this.i.ij = this.i.ij;
918
917
  },
919
918
  enumerable: true,
920
919
  configurable: true
921
920
  });
922
921
  IgcDataLegendComponent.prototype.ensureHeaderRowMargin = function () {
923
- if (this.i.ii) {
922
+ if (this.i.ij) {
924
923
  return;
925
924
  }
926
- this.i.ii = new Thickness(2);
925
+ this.i.ij = new Thickness(2);
927
926
  };
928
927
  Object.defineProperty(IgcDataLegendComponent.prototype, "headerRowVisible", {
929
928
  /**
930
929
  * Gets or sets whether to show Header row.
931
930
  */
932
931
  get: function () {
933
- return this.i.bz;
932
+ return this.i.b0;
934
933
  },
935
934
  set: function (v) {
936
- this.i.bz = ensureBool(v);
937
- this._a("headerRowVisible", this.i.bz);
935
+ this.i.b0 = ensureBool(v);
936
+ this._a("headerRowVisible", this.i.b0);
938
937
  },
939
938
  enumerable: true,
940
939
  configurable: true
@@ -963,11 +962,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
963
962
  * Gets or sets the summary text color.
964
963
  */
965
964
  get: function () {
966
- return brushToString(this.i.h4);
965
+ return brushToString(this.i.h5);
967
966
  },
968
967
  set: function (v) {
969
- this.i.h4 = stringToBrush(v);
970
- this._a("summaryTitleTextColor", brushToString(this.i.h4));
968
+ this.i.h5 = stringToBrush(v);
969
+ this._a("summaryTitleTextColor", brushToString(this.i.h5));
971
970
  },
972
971
  enumerable: true,
973
972
  configurable: true
@@ -1010,140 +1009,140 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1010
1009
  * Gets or sets the SummaryTitleText for the data legend.
1011
1010
  */
1012
1011
  get: function () {
1013
- return this.i.d8;
1012
+ return this.i.d9;
1014
1013
  },
1015
1014
  set: function (v) {
1016
- this.i.d8 = v;
1015
+ this.i.d9 = v;
1017
1016
  },
1018
1017
  enumerable: true,
1019
1018
  configurable: true
1020
1019
  });
1021
1020
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginBottom", {
1022
1021
  get: function () {
1023
- return this.i.im ? this.i.im.bottom : NaN;
1022
+ return this.i.io ? this.i.io.bottom : NaN;
1024
1023
  },
1025
1024
  set: function (v) {
1026
1025
  this.ensureSummaryTitleTextMargin();
1027
- this.i.im.bottom = +v;
1028
- this._a("summaryTitleTextMarginBottom", this.i.im.bottom);
1029
- this.i.im = this.i.im;
1026
+ this.i.io.bottom = +v;
1027
+ this._a("summaryTitleTextMarginBottom", this.i.io.bottom);
1028
+ this.i.io = this.i.io;
1030
1029
  },
1031
1030
  enumerable: true,
1032
1031
  configurable: true
1033
1032
  });
1034
1033
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginLeft", {
1035
1034
  get: function () {
1036
- return this.i.im ? this.i.im.left : NaN;
1035
+ return this.i.io ? this.i.io.left : NaN;
1037
1036
  },
1038
1037
  set: function (v) {
1039
1038
  this.ensureSummaryTitleTextMargin();
1040
- this.i.im.left = +v;
1041
- this._a("summaryTitleTextMarginLeft", this.i.im.left);
1042
- this.i.im = this.i.im;
1039
+ this.i.io.left = +v;
1040
+ this._a("summaryTitleTextMarginLeft", this.i.io.left);
1041
+ this.i.io = this.i.io;
1043
1042
  },
1044
1043
  enumerable: true,
1045
1044
  configurable: true
1046
1045
  });
1047
1046
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginRight", {
1048
1047
  get: function () {
1049
- return this.i.im ? this.i.im.right : NaN;
1048
+ return this.i.io ? this.i.io.right : NaN;
1050
1049
  },
1051
1050
  set: function (v) {
1052
1051
  this.ensureSummaryTitleTextMargin();
1053
- this.i.im.right = +v;
1054
- this._a("summaryTitleTextMarginRight", this.i.im.right);
1055
- this.i.im = this.i.im;
1052
+ this.i.io.right = +v;
1053
+ this._a("summaryTitleTextMarginRight", this.i.io.right);
1054
+ this.i.io = this.i.io;
1056
1055
  },
1057
1056
  enumerable: true,
1058
1057
  configurable: true
1059
1058
  });
1060
1059
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryTitleTextMarginTop", {
1061
1060
  get: function () {
1062
- return this.i.im ? this.i.im.top : NaN;
1061
+ return this.i.io ? this.i.io.top : NaN;
1063
1062
  },
1064
1063
  set: function (v) {
1065
1064
  this.ensureSummaryTitleTextMargin();
1066
- this.i.im.top = +v;
1067
- this._a("summaryTitleTextMarginTop", this.i.im.top);
1068
- this.i.im = this.i.im;
1065
+ this.i.io.top = +v;
1066
+ this._a("summaryTitleTextMarginTop", this.i.io.top);
1067
+ this.i.io = this.i.io;
1069
1068
  },
1070
1069
  enumerable: true,
1071
1070
  configurable: true
1072
1071
  });
1073
1072
  IgcDataLegendComponent.prototype.ensureSummaryTitleTextMargin = function () {
1074
- if (this.i.im) {
1073
+ if (this.i.io) {
1075
1074
  return;
1076
1075
  }
1077
- this.i.im = new Thickness(2);
1076
+ this.i.io = new Thickness(2);
1078
1077
  };
1079
1078
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginBottom", {
1080
1079
  get: function () {
1081
- return this.i.il ? this.i.il.bottom : NaN;
1080
+ return this.i.im ? this.i.im.bottom : NaN;
1082
1081
  },
1083
1082
  set: function (v) {
1084
1083
  this.ensureSummaryRowMargin();
1085
- this.i.il.bottom = +v;
1086
- this._a("summaryRowMarginBottom", this.i.il.bottom);
1087
- this.i.il = this.i.il;
1084
+ this.i.im.bottom = +v;
1085
+ this._a("summaryRowMarginBottom", this.i.im.bottom);
1086
+ this.i.im = this.i.im;
1088
1087
  },
1089
1088
  enumerable: true,
1090
1089
  configurable: true
1091
1090
  });
1092
1091
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginLeft", {
1093
1092
  get: function () {
1094
- return this.i.il ? this.i.il.left : NaN;
1093
+ return this.i.im ? this.i.im.left : NaN;
1095
1094
  },
1096
1095
  set: function (v) {
1097
1096
  this.ensureSummaryRowMargin();
1098
- this.i.il.left = +v;
1099
- this._a("summaryRowMarginLeft", this.i.il.left);
1100
- this.i.il = this.i.il;
1097
+ this.i.im.left = +v;
1098
+ this._a("summaryRowMarginLeft", this.i.im.left);
1099
+ this.i.im = this.i.im;
1101
1100
  },
1102
1101
  enumerable: true,
1103
1102
  configurable: true
1104
1103
  });
1105
1104
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginRight", {
1106
1105
  get: function () {
1107
- return this.i.il ? this.i.il.right : NaN;
1106
+ return this.i.im ? this.i.im.right : NaN;
1108
1107
  },
1109
1108
  set: function (v) {
1110
1109
  this.ensureSummaryRowMargin();
1111
- this.i.il.right = +v;
1112
- this._a("summaryRowMarginRight", this.i.il.right);
1113
- this.i.il = this.i.il;
1110
+ this.i.im.right = +v;
1111
+ this._a("summaryRowMarginRight", this.i.im.right);
1112
+ this.i.im = this.i.im;
1114
1113
  },
1115
1114
  enumerable: true,
1116
1115
  configurable: true
1117
1116
  });
1118
1117
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryRowMarginTop", {
1119
1118
  get: function () {
1120
- return this.i.il ? this.i.il.top : NaN;
1119
+ return this.i.im ? this.i.im.top : NaN;
1121
1120
  },
1122
1121
  set: function (v) {
1123
1122
  this.ensureSummaryRowMargin();
1124
- this.i.il.top = +v;
1125
- this._a("summaryRowMarginTop", this.i.il.top);
1126
- this.i.il = this.i.il;
1123
+ this.i.im.top = +v;
1124
+ this._a("summaryRowMarginTop", this.i.im.top);
1125
+ this.i.im = this.i.im;
1127
1126
  },
1128
1127
  enumerable: true,
1129
1128
  configurable: true
1130
1129
  });
1131
1130
  IgcDataLegendComponent.prototype.ensureSummaryRowMargin = function () {
1132
- if (this.i.il) {
1131
+ if (this.i.im) {
1133
1132
  return;
1134
1133
  }
1135
- this.i.il = new Thickness(2);
1134
+ this.i.im = new Thickness(2);
1136
1135
  };
1137
1136
  Object.defineProperty(IgcDataLegendComponent.prototype, "summaryValueTextColor", {
1138
1137
  /**
1139
1138
  * Gets or sets the units text color.
1140
1139
  */
1141
1140
  get: function () {
1142
- return brushToString(this.i.h6);
1141
+ return brushToString(this.i.h7);
1143
1142
  },
1144
1143
  set: function (v) {
1145
- this.i.h6 = stringToBrush(v);
1146
- this._a("summaryValueTextColor", brushToString(this.i.h6));
1144
+ this.i.h7 = stringToBrush(v);
1145
+ this._a("summaryValueTextColor", brushToString(this.i.h7));
1147
1146
  },
1148
1147
  enumerable: true,
1149
1148
  configurable: true
@@ -1172,10 +1171,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1172
1171
  * Gets or sets the units text for the data legend.
1173
1172
  */
1174
1173
  get: function () {
1175
- return this.i.d3;
1174
+ return this.i.d4;
1176
1175
  },
1177
1176
  set: function (v) {
1178
- this.i.d3 = v;
1177
+ this.i.d4 = v;
1179
1178
  },
1180
1179
  enumerable: true,
1181
1180
  configurable: true
@@ -1185,11 +1184,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1185
1184
  * Gets or sets the units text color.
1186
1185
  */
1187
1186
  get: function () {
1188
- return brushToString(this.i.h3);
1187
+ return brushToString(this.i.h4);
1189
1188
  },
1190
1189
  set: function (v) {
1191
- this.i.h3 = stringToBrush(v);
1192
- this._a("summaryLabelTextColor", brushToString(this.i.h3));
1190
+ this.i.h4 = stringToBrush(v);
1191
+ this._a("summaryLabelTextColor", brushToString(this.i.h4));
1193
1192
  },
1194
1193
  enumerable: true,
1195
1194
  configurable: true
@@ -1218,10 +1217,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1218
1217
  * Gets or sets the units text for the data legend.
1219
1218
  */
1220
1219
  get: function () {
1221
- return this.i.ee;
1220
+ return this.i.ef;
1222
1221
  },
1223
1222
  set: function (v) {
1224
- this.i.ee = v;
1223
+ this.i.ef = v;
1225
1224
  },
1226
1225
  enumerable: true,
1227
1226
  configurable: true
@@ -1231,11 +1230,11 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1231
1230
  * Gets or sets the units text color.
1232
1231
  */
1233
1232
  get: function () {
1234
- return brushToString(this.i.h5);
1233
+ return brushToString(this.i.h6);
1235
1234
  },
1236
1235
  set: function (v) {
1237
- this.i.h5 = stringToBrush(v);
1238
- this._a("summaryUnitsTextColor", brushToString(this.i.h5));
1236
+ this.i.h6 = stringToBrush(v);
1237
+ this._a("summaryUnitsTextColor", brushToString(this.i.h6));
1239
1238
  },
1240
1239
  enumerable: true,
1241
1240
  configurable: true
@@ -1261,61 +1260,61 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1261
1260
  });
1262
1261
  Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginBottom", {
1263
1262
  get: function () {
1264
- return this.i.ih ? this.i.ih.bottom : NaN;
1263
+ return this.i.ii ? this.i.ii.bottom : NaN;
1265
1264
  },
1266
1265
  set: function (v) {
1267
1266
  this.ensureBadgeMargin();
1268
- this.i.ih.bottom = +v;
1269
- this._a("badgeMarginBottom", this.i.ih.bottom);
1270
- this.i.ih = this.i.ih;
1267
+ this.i.ii.bottom = +v;
1268
+ this._a("badgeMarginBottom", this.i.ii.bottom);
1269
+ this.i.ii = this.i.ii;
1271
1270
  },
1272
1271
  enumerable: true,
1273
1272
  configurable: true
1274
1273
  });
1275
1274
  Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginLeft", {
1276
1275
  get: function () {
1277
- return this.i.ih ? this.i.ih.left : NaN;
1276
+ return this.i.ii ? this.i.ii.left : NaN;
1278
1277
  },
1279
1278
  set: function (v) {
1280
1279
  this.ensureBadgeMargin();
1281
- this.i.ih.left = +v;
1282
- this._a("badgeMarginLeft", this.i.ih.left);
1283
- this.i.ih = this.i.ih;
1280
+ this.i.ii.left = +v;
1281
+ this._a("badgeMarginLeft", this.i.ii.left);
1282
+ this.i.ii = this.i.ii;
1284
1283
  },
1285
1284
  enumerable: true,
1286
1285
  configurable: true
1287
1286
  });
1288
1287
  Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginRight", {
1289
1288
  get: function () {
1290
- return this.i.ih ? this.i.ih.right : NaN;
1289
+ return this.i.ii ? this.i.ii.right : NaN;
1291
1290
  },
1292
1291
  set: function (v) {
1293
1292
  this.ensureBadgeMargin();
1294
- this.i.ih.right = +v;
1295
- this._a("badgeMarginRight", this.i.ih.right);
1296
- this.i.ih = this.i.ih;
1293
+ this.i.ii.right = +v;
1294
+ this._a("badgeMarginRight", this.i.ii.right);
1295
+ this.i.ii = this.i.ii;
1297
1296
  },
1298
1297
  enumerable: true,
1299
1298
  configurable: true
1300
1299
  });
1301
1300
  Object.defineProperty(IgcDataLegendComponent.prototype, "badgeMarginTop", {
1302
1301
  get: function () {
1303
- return this.i.ih ? this.i.ih.top : NaN;
1302
+ return this.i.ii ? this.i.ii.top : NaN;
1304
1303
  },
1305
1304
  set: function (v) {
1306
1305
  this.ensureBadgeMargin();
1307
- this.i.ih.top = +v;
1308
- this._a("badgeMarginTop", this.i.ih.top);
1309
- this.i.ih = this.i.ih;
1306
+ this.i.ii.top = +v;
1307
+ this._a("badgeMarginTop", this.i.ii.top);
1308
+ this.i.ii = this.i.ii;
1310
1309
  },
1311
1310
  enumerable: true,
1312
1311
  configurable: true
1313
1312
  });
1314
1313
  IgcDataLegendComponent.prototype.ensureBadgeMargin = function () {
1315
- if (this.i.ih) {
1314
+ if (this.i.ii) {
1316
1315
  return;
1317
1316
  }
1318
- this.i.ih = new Thickness(2);
1317
+ this.i.ii = new Thickness(2);
1319
1318
  };
1320
1319
  Object.defineProperty(IgcDataLegendComponent.prototype, "badgeShape", {
1321
1320
  /**
@@ -1378,10 +1377,10 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1378
1377
  * Gets or sets the units text for the data legend.
1379
1378
  */
1380
1379
  get: function () {
1381
- return this.i.er;
1380
+ return this.i.es;
1382
1381
  },
1383
1382
  set: function (v) {
1384
- this.i.er = v;
1383
+ this.i.es = v;
1385
1384
  },
1386
1385
  enumerable: true,
1387
1386
  configurable: true
@@ -1391,72 +1390,72 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1391
1390
  * Gets or sets the units text color.
1392
1391
  */
1393
1392
  get: function () {
1394
- return brushToString(this.i.h8);
1393
+ return brushToString(this.i.h9);
1395
1394
  },
1396
1395
  set: function (v) {
1397
- this.i.h8 = stringToBrush(v);
1398
- this._a("unitsTextColor", brushToString(this.i.h8));
1396
+ this.i.h9 = stringToBrush(v);
1397
+ this._a("unitsTextColor", brushToString(this.i.h9));
1399
1398
  },
1400
1399
  enumerable: true,
1401
1400
  configurable: true
1402
1401
  });
1403
1402
  Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginBottom", {
1404
1403
  get: function () {
1405
- return this.i.ip ? this.i.ip.bottom : NaN;
1404
+ return this.i.iq ? this.i.iq.bottom : NaN;
1406
1405
  },
1407
1406
  set: function (v) {
1408
1407
  this.ensureUnitsTextMargin();
1409
- this.i.ip.bottom = +v;
1410
- this._a("unitsTextMarginBottom", this.i.ip.bottom);
1411
- this.i.ip = this.i.ip;
1408
+ this.i.iq.bottom = +v;
1409
+ this._a("unitsTextMarginBottom", this.i.iq.bottom);
1410
+ this.i.iq = this.i.iq;
1412
1411
  },
1413
1412
  enumerable: true,
1414
1413
  configurable: true
1415
1414
  });
1416
1415
  Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginLeft", {
1417
1416
  get: function () {
1418
- return this.i.ip ? this.i.ip.left : NaN;
1417
+ return this.i.iq ? this.i.iq.left : NaN;
1419
1418
  },
1420
1419
  set: function (v) {
1421
1420
  this.ensureUnitsTextMargin();
1422
- this.i.ip.left = +v;
1423
- this._a("unitsTextMarginLeft", this.i.ip.left);
1424
- this.i.ip = this.i.ip;
1421
+ this.i.iq.left = +v;
1422
+ this._a("unitsTextMarginLeft", this.i.iq.left);
1423
+ this.i.iq = this.i.iq;
1425
1424
  },
1426
1425
  enumerable: true,
1427
1426
  configurable: true
1428
1427
  });
1429
1428
  Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginRight", {
1430
1429
  get: function () {
1431
- return this.i.ip ? this.i.ip.right : NaN;
1430
+ return this.i.iq ? this.i.iq.right : NaN;
1432
1431
  },
1433
1432
  set: function (v) {
1434
1433
  this.ensureUnitsTextMargin();
1435
- this.i.ip.right = +v;
1436
- this._a("unitsTextMarginRight", this.i.ip.right);
1437
- this.i.ip = this.i.ip;
1434
+ this.i.iq.right = +v;
1435
+ this._a("unitsTextMarginRight", this.i.iq.right);
1436
+ this.i.iq = this.i.iq;
1438
1437
  },
1439
1438
  enumerable: true,
1440
1439
  configurable: true
1441
1440
  });
1442
1441
  Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextMarginTop", {
1443
1442
  get: function () {
1444
- return this.i.ip ? this.i.ip.top : NaN;
1443
+ return this.i.iq ? this.i.iq.top : NaN;
1445
1444
  },
1446
1445
  set: function (v) {
1447
1446
  this.ensureUnitsTextMargin();
1448
- this.i.ip.top = +v;
1449
- this._a("unitsTextMarginTop", this.i.ip.top);
1450
- this.i.ip = this.i.ip;
1447
+ this.i.iq.top = +v;
1448
+ this._a("unitsTextMarginTop", this.i.iq.top);
1449
+ this.i.iq = this.i.iq;
1451
1450
  },
1452
1451
  enumerable: true,
1453
1452
  configurable: true
1454
1453
  });
1455
1454
  IgcDataLegendComponent.prototype.ensureUnitsTextMargin = function () {
1456
- if (this.i.ip) {
1455
+ if (this.i.iq) {
1457
1456
  return;
1458
1457
  }
1459
- this.i.ip = new Thickness(2);
1458
+ this.i.iq = new Thickness(2);
1460
1459
  };
1461
1460
  Object.defineProperty(IgcDataLegendComponent.prototype, "unitsTextStyle", {
1462
1461
  /**
@@ -1479,72 +1478,72 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1479
1478
  });
1480
1479
  Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginBottom", {
1481
1480
  get: function () {
1482
- return this.i.io ? this.i.io.bottom : NaN;
1481
+ return this.i.ip ? this.i.ip.bottom : NaN;
1483
1482
  },
1484
1483
  set: function (v) {
1485
1484
  this.ensureTitleTextMargin();
1486
- this.i.io.bottom = +v;
1487
- this._a("titleTextMarginBottom", this.i.io.bottom);
1488
- this.i.io = this.i.io;
1485
+ this.i.ip.bottom = +v;
1486
+ this._a("titleTextMarginBottom", this.i.ip.bottom);
1487
+ this.i.ip = this.i.ip;
1489
1488
  },
1490
1489
  enumerable: true,
1491
1490
  configurable: true
1492
1491
  });
1493
1492
  Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginLeft", {
1494
1493
  get: function () {
1495
- return this.i.io ? this.i.io.left : NaN;
1494
+ return this.i.ip ? this.i.ip.left : NaN;
1496
1495
  },
1497
1496
  set: function (v) {
1498
1497
  this.ensureTitleTextMargin();
1499
- this.i.io.left = +v;
1500
- this._a("titleTextMarginLeft", this.i.io.left);
1501
- this.i.io = this.i.io;
1498
+ this.i.ip.left = +v;
1499
+ this._a("titleTextMarginLeft", this.i.ip.left);
1500
+ this.i.ip = this.i.ip;
1502
1501
  },
1503
1502
  enumerable: true,
1504
1503
  configurable: true
1505
1504
  });
1506
1505
  Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginRight", {
1507
1506
  get: function () {
1508
- return this.i.io ? this.i.io.right : NaN;
1507
+ return this.i.ip ? this.i.ip.right : NaN;
1509
1508
  },
1510
1509
  set: function (v) {
1511
1510
  this.ensureTitleTextMargin();
1512
- this.i.io.right = +v;
1513
- this._a("titleTextMarginRight", this.i.io.right);
1514
- this.i.io = this.i.io;
1511
+ this.i.ip.right = +v;
1512
+ this._a("titleTextMarginRight", this.i.ip.right);
1513
+ this.i.ip = this.i.ip;
1515
1514
  },
1516
1515
  enumerable: true,
1517
1516
  configurable: true
1518
1517
  });
1519
1518
  Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextMarginTop", {
1520
1519
  get: function () {
1521
- return this.i.io ? this.i.io.top : NaN;
1520
+ return this.i.ip ? this.i.ip.top : NaN;
1522
1521
  },
1523
1522
  set: function (v) {
1524
1523
  this.ensureTitleTextMargin();
1525
- this.i.io.top = +v;
1526
- this._a("titleTextMarginTop", this.i.io.top);
1527
- this.i.io = this.i.io;
1524
+ this.i.ip.top = +v;
1525
+ this._a("titleTextMarginTop", this.i.ip.top);
1526
+ this.i.ip = this.i.ip;
1528
1527
  },
1529
1528
  enumerable: true,
1530
1529
  configurable: true
1531
1530
  });
1532
1531
  IgcDataLegendComponent.prototype.ensureTitleTextMargin = function () {
1533
- if (this.i.io) {
1532
+ if (this.i.ip) {
1534
1533
  return;
1535
1534
  }
1536
- this.i.io = new Thickness(2);
1535
+ this.i.ip = new Thickness(2);
1537
1536
  };
1538
1537
  Object.defineProperty(IgcDataLegendComponent.prototype, "titleTextColor", {
1539
1538
  /**
1540
1539
  * Gets or sets the display text color.
1541
1540
  */
1542
1541
  get: function () {
1543
- return brushToString(this.i.h7);
1542
+ return brushToString(this.i.h8);
1544
1543
  },
1545
1544
  set: function (v) {
1546
- this.i.h7 = stringToBrush(v);
1547
- this._a("titleTextColor", brushToString(this.i.h7));
1545
+ this.i.h8 = stringToBrush(v);
1546
+ this._a("titleTextColor", brushToString(this.i.h8));
1548
1547
  },
1549
1548
  enumerable: true,
1550
1549
  configurable: true
@@ -1587,72 +1586,72 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1587
1586
  * Gets or sets the units text color.
1588
1587
  */
1589
1588
  get: function () {
1590
- return brushToString(this.i.h1);
1589
+ return brushToString(this.i.h2);
1591
1590
  },
1592
1591
  set: function (v) {
1593
- this.i.h1 = stringToBrush(v);
1594
- this._a("labelTextColor", brushToString(this.i.h1));
1592
+ this.i.h2 = stringToBrush(v);
1593
+ this._a("labelTextColor", brushToString(this.i.h2));
1595
1594
  },
1596
1595
  enumerable: true,
1597
1596
  configurable: true
1598
1597
  });
1599
1598
  Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginBottom", {
1600
1599
  get: function () {
1601
- return this.i.ik ? this.i.ik.bottom : NaN;
1600
+ return this.i.il ? this.i.il.bottom : NaN;
1602
1601
  },
1603
1602
  set: function (v) {
1604
1603
  this.ensureLabelTextMargin();
1605
- this.i.ik.bottom = +v;
1606
- this._a("labelTextMarginBottom", this.i.ik.bottom);
1607
- this.i.ik = this.i.ik;
1604
+ this.i.il.bottom = +v;
1605
+ this._a("labelTextMarginBottom", this.i.il.bottom);
1606
+ this.i.il = this.i.il;
1608
1607
  },
1609
1608
  enumerable: true,
1610
1609
  configurable: true
1611
1610
  });
1612
1611
  Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginLeft", {
1613
1612
  get: function () {
1614
- return this.i.ik ? this.i.ik.left : NaN;
1613
+ return this.i.il ? this.i.il.left : NaN;
1615
1614
  },
1616
1615
  set: function (v) {
1617
1616
  this.ensureLabelTextMargin();
1618
- this.i.ik.left = +v;
1619
- this._a("labelTextMarginLeft", this.i.ik.left);
1620
- this.i.ik = this.i.ik;
1617
+ this.i.il.left = +v;
1618
+ this._a("labelTextMarginLeft", this.i.il.left);
1619
+ this.i.il = this.i.il;
1621
1620
  },
1622
1621
  enumerable: true,
1623
1622
  configurable: true
1624
1623
  });
1625
1624
  Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginRight", {
1626
1625
  get: function () {
1627
- return this.i.ik ? this.i.ik.right : NaN;
1626
+ return this.i.il ? this.i.il.right : NaN;
1628
1627
  },
1629
1628
  set: function (v) {
1630
1629
  this.ensureLabelTextMargin();
1631
- this.i.ik.right = +v;
1632
- this._a("labelTextMarginRight", this.i.ik.right);
1633
- this.i.ik = this.i.ik;
1630
+ this.i.il.right = +v;
1631
+ this._a("labelTextMarginRight", this.i.il.right);
1632
+ this.i.il = this.i.il;
1634
1633
  },
1635
1634
  enumerable: true,
1636
1635
  configurable: true
1637
1636
  });
1638
1637
  Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextMarginTop", {
1639
1638
  get: function () {
1640
- return this.i.ik ? this.i.ik.top : NaN;
1639
+ return this.i.il ? this.i.il.top : NaN;
1641
1640
  },
1642
1641
  set: function (v) {
1643
1642
  this.ensureLabelTextMargin();
1644
- this.i.ik.top = +v;
1645
- this._a("labelTextMarginTop", this.i.ik.top);
1646
- this.i.ik = this.i.ik;
1643
+ this.i.il.top = +v;
1644
+ this._a("labelTextMarginTop", this.i.il.top);
1645
+ this.i.il = this.i.il;
1647
1646
  },
1648
1647
  enumerable: true,
1649
1648
  configurable: true
1650
1649
  });
1651
1650
  IgcDataLegendComponent.prototype.ensureLabelTextMargin = function () {
1652
- if (this.i.ik) {
1651
+ if (this.i.il) {
1653
1652
  return;
1654
1653
  }
1655
- this.i.ik = new Thickness(2);
1654
+ this.i.il = new Thickness(2);
1656
1655
  };
1657
1656
  Object.defineProperty(IgcDataLegendComponent.prototype, "labelTextStyle", {
1658
1657
  /**
@@ -1782,15 +1781,15 @@ var IgcDataLegendComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1782
1781
  this.i.flush();
1783
1782
  };
1784
1783
  IgcDataLegendComponent.prototype.getAbbreviatedNumber = function (number, mode, minDigits, maxDigits) {
1785
- var iv = this.i.cq(number, (mode == null ? null : mode), minDigits, maxDigits);
1784
+ var iv = this.i.cr(number, (mode == null ? null : mode), minDigits, maxDigits);
1786
1785
  return (iv);
1787
1786
  };
1788
1787
  IgcDataLegendComponent.prototype.getAbbreviatedSymbol = function (number, mode, minDigits, maxDigits) {
1789
- var iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
1788
+ var iv = this.i.c8(number, (mode == null ? null : mode), minDigits, maxDigits);
1790
1789
  return (iv);
1791
1790
  };
1792
1791
  IgcDataLegendComponent.prototype.getAbbreviatedString = function (number, mode, minDigits, maxDigits) {
1793
- var iv = this.i.c6(number, (mode == null ? null : mode), minDigits, maxDigits);
1792
+ var iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
1794
1793
  return (iv);
1795
1794
  };
1796
1795
  Object.defineProperty(IgcDataLegendComponent.prototype, "calculateColumnSummary", {