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
@@ -20,7 +20,6 @@ import { LegendItemBadgeShape_$type } from "igniteui-webcomponents-core";
20
20
  const DataLegendStylingDefaults = {};
21
21
  /**
22
22
  * Represents data legend that displays information about each series including values and summaries.
23
- * THIS IS A COMMUNITY TECHNOLOGY PREVIEW, not for use in production.
24
23
  */
25
24
  export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
26
25
  class IgcDataLegendComponent extends IgcHTMLElement {
@@ -265,11 +264,11 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
265
264
  * A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
266
265
  */
267
266
  get actualPixelScalingRatio() {
268
- return this.i.cn;
267
+ return this.i.co;
269
268
  }
270
269
  set actualPixelScalingRatio(v) {
271
- this.i.cn = +v;
272
- this._a("actualPixelScalingRatio", this.i.cn);
270
+ this.i.co = +v;
271
+ this._a("actualPixelScalingRatio", this.i.co);
273
272
  }
274
273
  /**
275
274
  * Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
@@ -330,11 +329,11 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
330
329
  * Gets or sets whether the data legend should update when the series data is mutated.
331
330
  */
332
331
  get shouldUpdateWhenSeriesDataChanges() {
333
- return this.i.b2;
332
+ return this.i.b3;
334
333
  }
335
334
  set shouldUpdateWhenSeriesDataChanges(v) {
336
- this.i.b2 = ensureBool(v);
337
- this._a("shouldUpdateWhenSeriesDataChanges", this.i.b2);
335
+ this.i.b3 = ensureBool(v);
336
+ this._a("shouldUpdateWhenSeriesDataChanges", this.i.b3);
338
337
  }
339
338
  /**
340
339
  * Gets or sets mode for abbreviating large numbers displayed in the legend
@@ -352,22 +351,22 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
352
351
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
353
352
  */
354
353
  get valueFormatMaxFractions() {
355
- return this.i.ct;
354
+ return this.i.cu;
356
355
  }
357
356
  set valueFormatMaxFractions(v) {
358
- this.i.ct = +v;
359
- this._a("valueFormatMaxFractions", this.i.ct);
357
+ this.i.cu = +v;
358
+ this._a("valueFormatMaxFractions", this.i.cu);
360
359
  }
361
360
  /**
362
361
  * Gets or sets minimum digits for formating numbers displayed in the legend
363
362
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
364
363
  */
365
364
  get valueFormatMinFractions() {
366
- return this.i.cu;
365
+ return this.i.cv;
367
366
  }
368
367
  set valueFormatMinFractions(v) {
369
- this.i.cu = +v;
370
- this._a("valueFormatMinFractions", this.i.cu);
368
+ this.i.cv = +v;
369
+ this._a("valueFormatMinFractions", this.i.cv);
371
370
  }
372
371
  /**
373
372
  * Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
@@ -384,40 +383,40 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
384
383
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
385
384
  */
386
385
  get valueFormatCulture() {
387
- return this.i.ex;
386
+ return this.i.ey;
388
387
  }
389
388
  set valueFormatCulture(v) {
390
- this.i.ex = v;
389
+ this.i.ey = v;
391
390
  }
392
391
  /**
393
392
  * Gets or sets the currency code used for displaying currency symbol next to values, e.g. USD for $, EUR for €
394
393
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
395
394
  */
396
395
  get valueFormatCurrencyCode() {
397
- return this.i.ez;
396
+ return this.i.e0;
398
397
  }
399
398
  set valueFormatCurrencyCode(v) {
400
- this.i.ez = v;
399
+ this.i.e0 = v;
401
400
  }
402
401
  /**
403
402
  * Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
404
403
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
405
404
  */
406
405
  get valueFormatUseGrouping() {
407
- return this.i.b3;
406
+ return this.i.b4;
408
407
  }
409
408
  set valueFormatUseGrouping(v) {
410
- this.i.b3 = ensureBool(v);
411
- this._a("valueFormatUseGrouping", this.i.b3);
409
+ this.i.b4 = ensureBool(v);
410
+ this._a("valueFormatUseGrouping", this.i.b4);
412
411
  }
413
412
  /**
414
413
  * Gets or sets the format string for values displayed in the data legend.
415
414
  */
416
415
  get valueFormatString() {
417
- return this.i.e5;
416
+ return this.i.e6;
418
417
  }
419
418
  set valueFormatString(v) {
420
- this.i.e5 = v;
419
+ this.i.e6 = v;
421
420
  }
422
421
  /**
423
422
  * Gets or sets the format specifiers to use with the ValueFormatString string.
@@ -433,127 +432,127 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
433
432
  this.i.ah = v;
434
433
  }
435
434
  get valueRowMarginBottom() {
436
- return this.i.ir ? this.i.ir.bottom : NaN;
435
+ return this.i.is ? this.i.is.bottom : NaN;
437
436
  }
438
437
  set valueRowMarginBottom(v) {
439
438
  this.ensureValueRowMargin();
440
- this.i.ir.bottom = +v;
441
- this._a("valueRowMarginBottom", this.i.ir.bottom);
442
- this.i.ir = this.i.ir;
439
+ this.i.is.bottom = +v;
440
+ this._a("valueRowMarginBottom", this.i.is.bottom);
441
+ this.i.is = this.i.is;
443
442
  }
444
443
  get valueRowMarginLeft() {
445
- return this.i.ir ? this.i.ir.left : NaN;
444
+ return this.i.is ? this.i.is.left : NaN;
446
445
  }
447
446
  set valueRowMarginLeft(v) {
448
447
  this.ensureValueRowMargin();
449
- this.i.ir.left = +v;
450
- this._a("valueRowMarginLeft", this.i.ir.left);
451
- this.i.ir = this.i.ir;
448
+ this.i.is.left = +v;
449
+ this._a("valueRowMarginLeft", this.i.is.left);
450
+ this.i.is = this.i.is;
452
451
  }
453
452
  get valueRowMarginRight() {
454
- return this.i.ir ? this.i.ir.right : NaN;
453
+ return this.i.is ? this.i.is.right : NaN;
455
454
  }
456
455
  set valueRowMarginRight(v) {
457
456
  this.ensureValueRowMargin();
458
- this.i.ir.right = +v;
459
- this._a("valueRowMarginRight", this.i.ir.right);
460
- this.i.ir = this.i.ir;
457
+ this.i.is.right = +v;
458
+ this._a("valueRowMarginRight", this.i.is.right);
459
+ this.i.is = this.i.is;
461
460
  }
462
461
  get valueRowMarginTop() {
463
- return this.i.ir ? this.i.ir.top : NaN;
462
+ return this.i.is ? this.i.is.top : NaN;
464
463
  }
465
464
  set valueRowMarginTop(v) {
466
465
  this.ensureValueRowMargin();
467
- this.i.ir.top = +v;
468
- this._a("valueRowMarginTop", this.i.ir.top);
469
- this.i.ir = this.i.ir;
466
+ this.i.is.top = +v;
467
+ this._a("valueRowMarginTop", this.i.is.top);
468
+ this.i.is = this.i.is;
470
469
  }
471
470
  ensureValueRowMargin() {
472
- if (this.i.ir) {
471
+ if (this.i.is) {
473
472
  return;
474
473
  }
475
- this.i.ir = new Thickness(2);
474
+ this.i.is = new Thickness(2);
476
475
  }
477
476
  /**
478
477
  * Gets or sets whether to show series rows.
479
478
  */
480
479
  get valueRowVisible() {
481
- return this.i.b4;
480
+ return this.i.b5;
482
481
  }
483
482
  set valueRowVisible(v) {
484
- this.i.b4 = ensureBool(v);
485
- this._a("valueRowVisible", this.i.b4);
483
+ this.i.b5 = ensureBool(v);
484
+ this._a("valueRowVisible", this.i.b5);
486
485
  }
487
486
  /**
488
487
  * Gets or sets text displayed when data column is missing a value, e.g. "no data"
489
488
  */
490
489
  get valueTextWhenMissingData() {
491
- return this.i.fe;
490
+ return this.i.ff;
492
491
  }
493
492
  set valueTextWhenMissingData(v) {
494
- this.i.fe = v;
493
+ this.i.ff = v;
495
494
  }
496
495
  /**
497
496
  * Gets or sets whether to use series colors when displaying values in the legend
498
497
  */
499
498
  get valueTextUseSeriesColors() {
500
- return this.i.b5;
499
+ return this.i.b6;
501
500
  }
502
501
  set valueTextUseSeriesColors(v) {
503
- this.i.b5 = ensureBool(v);
504
- this._a("valueTextUseSeriesColors", this.i.b5);
502
+ this.i.b6 = ensureBool(v);
503
+ this._a("valueTextUseSeriesColors", this.i.b6);
505
504
  }
506
505
  get valueTextMarginBottom() {
507
- return this.i.is ? this.i.is.bottom : NaN;
506
+ return this.i.it ? this.i.it.bottom : NaN;
508
507
  }
509
508
  set valueTextMarginBottom(v) {
510
509
  this.ensureValueTextMargin();
511
- this.i.is.bottom = +v;
512
- this._a("valueTextMarginBottom", this.i.is.bottom);
513
- this.i.is = this.i.is;
510
+ this.i.it.bottom = +v;
511
+ this._a("valueTextMarginBottom", this.i.it.bottom);
512
+ this.i.it = this.i.it;
514
513
  }
515
514
  get valueTextMarginLeft() {
516
- return this.i.is ? this.i.is.left : NaN;
515
+ return this.i.it ? this.i.it.left : NaN;
517
516
  }
518
517
  set valueTextMarginLeft(v) {
519
518
  this.ensureValueTextMargin();
520
- this.i.is.left = +v;
521
- this._a("valueTextMarginLeft", this.i.is.left);
522
- this.i.is = this.i.is;
519
+ this.i.it.left = +v;
520
+ this._a("valueTextMarginLeft", this.i.it.left);
521
+ this.i.it = this.i.it;
523
522
  }
524
523
  get valueTextMarginRight() {
525
- return this.i.is ? this.i.is.right : NaN;
524
+ return this.i.it ? this.i.it.right : NaN;
526
525
  }
527
526
  set valueTextMarginRight(v) {
528
527
  this.ensureValueTextMargin();
529
- this.i.is.right = +v;
530
- this._a("valueTextMarginRight", this.i.is.right);
531
- this.i.is = this.i.is;
528
+ this.i.it.right = +v;
529
+ this._a("valueTextMarginRight", this.i.it.right);
530
+ this.i.it = this.i.it;
532
531
  }
533
532
  get valueTextMarginTop() {
534
- return this.i.is ? this.i.is.top : NaN;
533
+ return this.i.it ? this.i.it.top : NaN;
535
534
  }
536
535
  set valueTextMarginTop(v) {
537
536
  this.ensureValueTextMargin();
538
- this.i.is.top = +v;
539
- this._a("valueTextMarginTop", this.i.is.top);
540
- this.i.is = this.i.is;
537
+ this.i.it.top = +v;
538
+ this._a("valueTextMarginTop", this.i.it.top);
539
+ this.i.it = this.i.it;
541
540
  }
542
541
  ensureValueTextMargin() {
543
- if (this.i.is) {
542
+ if (this.i.it) {
544
543
  return;
545
544
  }
546
- this.i.is = new Thickness(2);
545
+ this.i.it = new Thickness(2);
547
546
  }
548
547
  /**
549
548
  * Gets or sets the units text color.
550
549
  */
551
550
  get valueTextColor() {
552
- return brushToString(this.i.h9);
551
+ return brushToString(this.i.ia);
553
552
  }
554
553
  set valueTextColor(v) {
555
- this.i.h9 = stringToBrush(v);
556
- this._a("valueTextColor", brushToString(this.i.h9));
554
+ this.i.ia = stringToBrush(v);
555
+ this._a("valueTextColor", brushToString(this.i.ia));
557
556
  }
558
557
  /**
559
558
  * Gets or Sets the style to use for the units text.
@@ -574,10 +573,10 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
574
573
  * Gets or sets the format string for header text displayed in the data legend.
575
574
  */
576
575
  get headerFormatString() {
577
- return this.i.dc;
576
+ return this.i.dd;
578
577
  }
579
578
  set headerFormatString(v) {
580
- this.i.dc = v;
579
+ this.i.dd = v;
581
580
  }
582
581
  /**
583
582
  * Gets or sets the format specifiers to use with the HeaderFormatString string.
@@ -597,10 +596,10 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
597
596
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
598
597
  */
599
598
  get headerFormatCulture() {
600
- return this.i.c8;
599
+ return this.i.c9;
601
600
  }
602
601
  set headerFormatCulture(v) {
603
- this.i.c8 = v;
602
+ this.i.c9 = v;
604
603
  }
605
604
  /**
606
605
  * Gets or sets date format for the header only when it displays dates that are fetched from date/time axes
@@ -628,114 +627,114 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
628
627
  * Gets or sets the HeaderText for the data legend.
629
628
  */
630
629
  get headerText() {
631
- return this.i.dh;
630
+ return this.i.di;
632
631
  }
633
632
  set headerText(v) {
634
- this.i.dh = v;
633
+ this.i.di = v;
635
634
  }
636
635
  /**
637
636
  * Gets or sets the header text color.
638
637
  */
639
638
  get headerTextColor() {
640
- return brushToString(this.i.h0);
639
+ return brushToString(this.i.h1);
641
640
  }
642
641
  set headerTextColor(v) {
643
- this.i.h0 = stringToBrush(v);
644
- this._a("headerTextColor", brushToString(this.i.h0));
642
+ this.i.h1 = stringToBrush(v);
643
+ this._a("headerTextColor", brushToString(this.i.h1));
645
644
  }
646
645
  get headerTextMarginBottom() {
647
- return this.i.ij ? this.i.ij.bottom : NaN;
646
+ return this.i.ik ? this.i.ik.bottom : NaN;
648
647
  }
649
648
  set headerTextMarginBottom(v) {
650
649
  this.ensureHeaderTextMargin();
651
- this.i.ij.bottom = +v;
652
- this._a("headerTextMarginBottom", this.i.ij.bottom);
653
- this.i.ij = this.i.ij;
650
+ this.i.ik.bottom = +v;
651
+ this._a("headerTextMarginBottom", this.i.ik.bottom);
652
+ this.i.ik = this.i.ik;
654
653
  }
655
654
  get headerTextMarginLeft() {
656
- return this.i.ij ? this.i.ij.left : NaN;
655
+ return this.i.ik ? this.i.ik.left : NaN;
657
656
  }
658
657
  set headerTextMarginLeft(v) {
659
658
  this.ensureHeaderTextMargin();
660
- this.i.ij.left = +v;
661
- this._a("headerTextMarginLeft", this.i.ij.left);
662
- this.i.ij = this.i.ij;
659
+ this.i.ik.left = +v;
660
+ this._a("headerTextMarginLeft", this.i.ik.left);
661
+ this.i.ik = this.i.ik;
663
662
  }
664
663
  get headerTextMarginRight() {
665
- return this.i.ij ? this.i.ij.right : NaN;
664
+ return this.i.ik ? this.i.ik.right : NaN;
666
665
  }
667
666
  set headerTextMarginRight(v) {
668
667
  this.ensureHeaderTextMargin();
669
- this.i.ij.right = +v;
670
- this._a("headerTextMarginRight", this.i.ij.right);
671
- this.i.ij = this.i.ij;
668
+ this.i.ik.right = +v;
669
+ this._a("headerTextMarginRight", this.i.ik.right);
670
+ this.i.ik = this.i.ik;
672
671
  }
673
672
  get headerTextMarginTop() {
674
- return this.i.ij ? this.i.ij.top : NaN;
673
+ return this.i.ik ? this.i.ik.top : NaN;
675
674
  }
676
675
  set headerTextMarginTop(v) {
677
676
  this.ensureHeaderTextMargin();
678
- this.i.ij.top = +v;
679
- this._a("headerTextMarginTop", this.i.ij.top);
680
- this.i.ij = this.i.ij;
677
+ this.i.ik.top = +v;
678
+ this._a("headerTextMarginTop", this.i.ik.top);
679
+ this.i.ik = this.i.ik;
681
680
  }
682
681
  ensureHeaderTextMargin() {
683
- if (this.i.ij) {
682
+ if (this.i.ik) {
684
683
  return;
685
684
  }
686
- this.i.ij = new Thickness(2);
685
+ this.i.ik = new Thickness(2);
687
686
  }
688
687
  get headerRowMarginBottom() {
689
- return this.i.ii ? this.i.ii.bottom : NaN;
688
+ return this.i.ij ? this.i.ij.bottom : NaN;
690
689
  }
691
690
  set headerRowMarginBottom(v) {
692
691
  this.ensureHeaderRowMargin();
693
- this.i.ii.bottom = +v;
694
- this._a("headerRowMarginBottom", this.i.ii.bottom);
695
- this.i.ii = this.i.ii;
692
+ this.i.ij.bottom = +v;
693
+ this._a("headerRowMarginBottom", this.i.ij.bottom);
694
+ this.i.ij = this.i.ij;
696
695
  }
697
696
  get headerRowMarginLeft() {
698
- return this.i.ii ? this.i.ii.left : NaN;
697
+ return this.i.ij ? this.i.ij.left : NaN;
699
698
  }
700
699
  set headerRowMarginLeft(v) {
701
700
  this.ensureHeaderRowMargin();
702
- this.i.ii.left = +v;
703
- this._a("headerRowMarginLeft", this.i.ii.left);
704
- this.i.ii = this.i.ii;
701
+ this.i.ij.left = +v;
702
+ this._a("headerRowMarginLeft", this.i.ij.left);
703
+ this.i.ij = this.i.ij;
705
704
  }
706
705
  get headerRowMarginRight() {
707
- return this.i.ii ? this.i.ii.right : NaN;
706
+ return this.i.ij ? this.i.ij.right : NaN;
708
707
  }
709
708
  set headerRowMarginRight(v) {
710
709
  this.ensureHeaderRowMargin();
711
- this.i.ii.right = +v;
712
- this._a("headerRowMarginRight", this.i.ii.right);
713
- this.i.ii = this.i.ii;
710
+ this.i.ij.right = +v;
711
+ this._a("headerRowMarginRight", this.i.ij.right);
712
+ this.i.ij = this.i.ij;
714
713
  }
715
714
  get headerRowMarginTop() {
716
- return this.i.ii ? this.i.ii.top : NaN;
715
+ return this.i.ij ? this.i.ij.top : NaN;
717
716
  }
718
717
  set headerRowMarginTop(v) {
719
718
  this.ensureHeaderRowMargin();
720
- this.i.ii.top = +v;
721
- this._a("headerRowMarginTop", this.i.ii.top);
722
- this.i.ii = this.i.ii;
719
+ this.i.ij.top = +v;
720
+ this._a("headerRowMarginTop", this.i.ij.top);
721
+ this.i.ij = this.i.ij;
723
722
  }
724
723
  ensureHeaderRowMargin() {
725
- if (this.i.ii) {
724
+ if (this.i.ij) {
726
725
  return;
727
726
  }
728
- this.i.ii = new Thickness(2);
727
+ this.i.ij = new Thickness(2);
729
728
  }
730
729
  /**
731
730
  * Gets or sets whether to show Header row.
732
731
  */
733
732
  get headerRowVisible() {
734
- return this.i.bz;
733
+ return this.i.b0;
735
734
  }
736
735
  set headerRowVisible(v) {
737
- this.i.bz = ensureBool(v);
738
- this._a("headerRowVisible", this.i.bz);
736
+ this.i.b0 = ensureBool(v);
737
+ this._a("headerRowVisible", this.i.b0);
739
738
  }
740
739
  /**
741
740
  * Gets or Sets the style to use for the header text.
@@ -756,11 +755,11 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
756
755
  * Gets or sets the summary text color.
757
756
  */
758
757
  get summaryTitleTextColor() {
759
- return brushToString(this.i.h4);
758
+ return brushToString(this.i.h5);
760
759
  }
761
760
  set summaryTitleTextColor(v) {
762
- this.i.h4 = stringToBrush(v);
763
- this._a("summaryTitleTextColor", brushToString(this.i.h4));
761
+ this.i.h5 = stringToBrush(v);
762
+ this._a("summaryTitleTextColor", brushToString(this.i.h5));
764
763
  }
765
764
  /**
766
765
  * Gets or Sets the style to use for the summary text.
@@ -791,104 +790,104 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
791
790
  * Gets or sets the SummaryTitleText for the data legend.
792
791
  */
793
792
  get summaryTitleText() {
794
- return this.i.d8;
793
+ return this.i.d9;
795
794
  }
796
795
  set summaryTitleText(v) {
797
- this.i.d8 = v;
796
+ this.i.d9 = v;
798
797
  }
799
798
  get summaryTitleTextMarginBottom() {
800
- return this.i.im ? this.i.im.bottom : NaN;
799
+ return this.i.io ? this.i.io.bottom : NaN;
801
800
  }
802
801
  set summaryTitleTextMarginBottom(v) {
803
802
  this.ensureSummaryTitleTextMargin();
804
- this.i.im.bottom = +v;
805
- this._a("summaryTitleTextMarginBottom", this.i.im.bottom);
806
- this.i.im = this.i.im;
803
+ this.i.io.bottom = +v;
804
+ this._a("summaryTitleTextMarginBottom", this.i.io.bottom);
805
+ this.i.io = this.i.io;
807
806
  }
808
807
  get summaryTitleTextMarginLeft() {
809
- return this.i.im ? this.i.im.left : NaN;
808
+ return this.i.io ? this.i.io.left : NaN;
810
809
  }
811
810
  set summaryTitleTextMarginLeft(v) {
812
811
  this.ensureSummaryTitleTextMargin();
813
- this.i.im.left = +v;
814
- this._a("summaryTitleTextMarginLeft", this.i.im.left);
815
- this.i.im = this.i.im;
812
+ this.i.io.left = +v;
813
+ this._a("summaryTitleTextMarginLeft", this.i.io.left);
814
+ this.i.io = this.i.io;
816
815
  }
817
816
  get summaryTitleTextMarginRight() {
818
- return this.i.im ? this.i.im.right : NaN;
817
+ return this.i.io ? this.i.io.right : NaN;
819
818
  }
820
819
  set summaryTitleTextMarginRight(v) {
821
820
  this.ensureSummaryTitleTextMargin();
822
- this.i.im.right = +v;
823
- this._a("summaryTitleTextMarginRight", this.i.im.right);
824
- this.i.im = this.i.im;
821
+ this.i.io.right = +v;
822
+ this._a("summaryTitleTextMarginRight", this.i.io.right);
823
+ this.i.io = this.i.io;
825
824
  }
826
825
  get summaryTitleTextMarginTop() {
827
- return this.i.im ? this.i.im.top : NaN;
826
+ return this.i.io ? this.i.io.top : NaN;
828
827
  }
829
828
  set summaryTitleTextMarginTop(v) {
830
829
  this.ensureSummaryTitleTextMargin();
831
- this.i.im.top = +v;
832
- this._a("summaryTitleTextMarginTop", this.i.im.top);
833
- this.i.im = this.i.im;
830
+ this.i.io.top = +v;
831
+ this._a("summaryTitleTextMarginTop", this.i.io.top);
832
+ this.i.io = this.i.io;
834
833
  }
835
834
  ensureSummaryTitleTextMargin() {
836
- if (this.i.im) {
835
+ if (this.i.io) {
837
836
  return;
838
837
  }
839
- this.i.im = new Thickness(2);
838
+ this.i.io = new Thickness(2);
840
839
  }
841
840
  get summaryRowMarginBottom() {
842
- return this.i.il ? this.i.il.bottom : NaN;
841
+ return this.i.im ? this.i.im.bottom : NaN;
843
842
  }
844
843
  set summaryRowMarginBottom(v) {
845
844
  this.ensureSummaryRowMargin();
846
- this.i.il.bottom = +v;
847
- this._a("summaryRowMarginBottom", this.i.il.bottom);
848
- this.i.il = this.i.il;
845
+ this.i.im.bottom = +v;
846
+ this._a("summaryRowMarginBottom", this.i.im.bottom);
847
+ this.i.im = this.i.im;
849
848
  }
850
849
  get summaryRowMarginLeft() {
851
- return this.i.il ? this.i.il.left : NaN;
850
+ return this.i.im ? this.i.im.left : NaN;
852
851
  }
853
852
  set summaryRowMarginLeft(v) {
854
853
  this.ensureSummaryRowMargin();
855
- this.i.il.left = +v;
856
- this._a("summaryRowMarginLeft", this.i.il.left);
857
- this.i.il = this.i.il;
854
+ this.i.im.left = +v;
855
+ this._a("summaryRowMarginLeft", this.i.im.left);
856
+ this.i.im = this.i.im;
858
857
  }
859
858
  get summaryRowMarginRight() {
860
- return this.i.il ? this.i.il.right : NaN;
859
+ return this.i.im ? this.i.im.right : NaN;
861
860
  }
862
861
  set summaryRowMarginRight(v) {
863
862
  this.ensureSummaryRowMargin();
864
- this.i.il.right = +v;
865
- this._a("summaryRowMarginRight", this.i.il.right);
866
- this.i.il = this.i.il;
863
+ this.i.im.right = +v;
864
+ this._a("summaryRowMarginRight", this.i.im.right);
865
+ this.i.im = this.i.im;
867
866
  }
868
867
  get summaryRowMarginTop() {
869
- return this.i.il ? this.i.il.top : NaN;
868
+ return this.i.im ? this.i.im.top : NaN;
870
869
  }
871
870
  set summaryRowMarginTop(v) {
872
871
  this.ensureSummaryRowMargin();
873
- this.i.il.top = +v;
874
- this._a("summaryRowMarginTop", this.i.il.top);
875
- this.i.il = this.i.il;
872
+ this.i.im.top = +v;
873
+ this._a("summaryRowMarginTop", this.i.im.top);
874
+ this.i.im = this.i.im;
876
875
  }
877
876
  ensureSummaryRowMargin() {
878
- if (this.i.il) {
877
+ if (this.i.im) {
879
878
  return;
880
879
  }
881
- this.i.il = new Thickness(2);
880
+ this.i.im = new Thickness(2);
882
881
  }
883
882
  /**
884
883
  * Gets or sets the units text color.
885
884
  */
886
885
  get summaryValueTextColor() {
887
- return brushToString(this.i.h6);
886
+ return brushToString(this.i.h7);
888
887
  }
889
888
  set summaryValueTextColor(v) {
890
- this.i.h6 = stringToBrush(v);
891
- this._a("summaryValueTextColor", brushToString(this.i.h6));
889
+ this.i.h7 = stringToBrush(v);
890
+ this._a("summaryValueTextColor", brushToString(this.i.h7));
892
891
  }
893
892
  /**
894
893
  * Gets or Sets the style to use for the units text.
@@ -909,20 +908,20 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
909
908
  * Gets or sets the units text for the data legend.
910
909
  */
911
910
  get summaryLabelText() {
912
- return this.i.d3;
911
+ return this.i.d4;
913
912
  }
914
913
  set summaryLabelText(v) {
915
- this.i.d3 = v;
914
+ this.i.d4 = v;
916
915
  }
917
916
  /**
918
917
  * Gets or sets the units text color.
919
918
  */
920
919
  get summaryLabelTextColor() {
921
- return brushToString(this.i.h3);
920
+ return brushToString(this.i.h4);
922
921
  }
923
922
  set summaryLabelTextColor(v) {
924
- this.i.h3 = stringToBrush(v);
925
- this._a("summaryLabelTextColor", brushToString(this.i.h3));
923
+ this.i.h4 = stringToBrush(v);
924
+ this._a("summaryLabelTextColor", brushToString(this.i.h4));
926
925
  }
927
926
  /**
928
927
  * Gets or Sets the style to use for the units text.
@@ -943,20 +942,20 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
943
942
  * Gets or sets the units text for the data legend.
944
943
  */
945
944
  get summaryUnitsText() {
946
- return this.i.ee;
945
+ return this.i.ef;
947
946
  }
948
947
  set summaryUnitsText(v) {
949
- this.i.ee = v;
948
+ this.i.ef = v;
950
949
  }
951
950
  /**
952
951
  * Gets or sets the units text color.
953
952
  */
954
953
  get summaryUnitsTextColor() {
955
- return brushToString(this.i.h5);
954
+ return brushToString(this.i.h6);
956
955
  }
957
956
  set summaryUnitsTextColor(v) {
958
- this.i.h5 = stringToBrush(v);
959
- this._a("summaryUnitsTextColor", brushToString(this.i.h5));
957
+ this.i.h6 = stringToBrush(v);
958
+ this._a("summaryUnitsTextColor", brushToString(this.i.h6));
960
959
  }
961
960
  /**
962
961
  * Gets or Sets the style to use for the units text.
@@ -974,46 +973,46 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
974
973
  this._a("summaryUnitsTextStyle", this.i.bp != null ? this.i.bp.fontString : "");
975
974
  }
976
975
  get badgeMarginBottom() {
977
- return this.i.ih ? this.i.ih.bottom : NaN;
976
+ return this.i.ii ? this.i.ii.bottom : NaN;
978
977
  }
979
978
  set badgeMarginBottom(v) {
980
979
  this.ensureBadgeMargin();
981
- this.i.ih.bottom = +v;
982
- this._a("badgeMarginBottom", this.i.ih.bottom);
983
- this.i.ih = this.i.ih;
980
+ this.i.ii.bottom = +v;
981
+ this._a("badgeMarginBottom", this.i.ii.bottom);
982
+ this.i.ii = this.i.ii;
984
983
  }
985
984
  get badgeMarginLeft() {
986
- return this.i.ih ? this.i.ih.left : NaN;
985
+ return this.i.ii ? this.i.ii.left : NaN;
987
986
  }
988
987
  set badgeMarginLeft(v) {
989
988
  this.ensureBadgeMargin();
990
- this.i.ih.left = +v;
991
- this._a("badgeMarginLeft", this.i.ih.left);
992
- this.i.ih = this.i.ih;
989
+ this.i.ii.left = +v;
990
+ this._a("badgeMarginLeft", this.i.ii.left);
991
+ this.i.ii = this.i.ii;
993
992
  }
994
993
  get badgeMarginRight() {
995
- return this.i.ih ? this.i.ih.right : NaN;
994
+ return this.i.ii ? this.i.ii.right : NaN;
996
995
  }
997
996
  set badgeMarginRight(v) {
998
997
  this.ensureBadgeMargin();
999
- this.i.ih.right = +v;
1000
- this._a("badgeMarginRight", this.i.ih.right);
1001
- this.i.ih = this.i.ih;
998
+ this.i.ii.right = +v;
999
+ this._a("badgeMarginRight", this.i.ii.right);
1000
+ this.i.ii = this.i.ii;
1002
1001
  }
1003
1002
  get badgeMarginTop() {
1004
- return this.i.ih ? this.i.ih.top : NaN;
1003
+ return this.i.ii ? this.i.ii.top : NaN;
1005
1004
  }
1006
1005
  set badgeMarginTop(v) {
1007
1006
  this.ensureBadgeMargin();
1008
- this.i.ih.top = +v;
1009
- this._a("badgeMarginTop", this.i.ih.top);
1010
- this.i.ih = this.i.ih;
1007
+ this.i.ii.top = +v;
1008
+ this._a("badgeMarginTop", this.i.ii.top);
1009
+ this.i.ii = this.i.ii;
1011
1010
  }
1012
1011
  ensureBadgeMargin() {
1013
- if (this.i.ih) {
1012
+ if (this.i.ii) {
1014
1013
  return;
1015
1014
  }
1016
- this.i.ih = new Thickness(2);
1015
+ this.i.ii = new Thickness(2);
1017
1016
  }
1018
1017
  /**
1019
1018
  * Gets or sets the BadgeShape for the data legend.
@@ -1059,62 +1058,62 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
1059
1058
  * Gets or sets the units text for the data legend.
1060
1059
  */
1061
1060
  get unitsText() {
1062
- return this.i.er;
1061
+ return this.i.es;
1063
1062
  }
1064
1063
  set unitsText(v) {
1065
- this.i.er = v;
1064
+ this.i.es = v;
1066
1065
  }
1067
1066
  /**
1068
1067
  * Gets or sets the units text color.
1069
1068
  */
1070
1069
  get unitsTextColor() {
1071
- return brushToString(this.i.h8);
1070
+ return brushToString(this.i.h9);
1072
1071
  }
1073
1072
  set unitsTextColor(v) {
1074
- this.i.h8 = stringToBrush(v);
1075
- this._a("unitsTextColor", brushToString(this.i.h8));
1073
+ this.i.h9 = stringToBrush(v);
1074
+ this._a("unitsTextColor", brushToString(this.i.h9));
1076
1075
  }
1077
1076
  get unitsTextMarginBottom() {
1078
- return this.i.ip ? this.i.ip.bottom : NaN;
1077
+ return this.i.iq ? this.i.iq.bottom : NaN;
1079
1078
  }
1080
1079
  set unitsTextMarginBottom(v) {
1081
1080
  this.ensureUnitsTextMargin();
1082
- this.i.ip.bottom = +v;
1083
- this._a("unitsTextMarginBottom", this.i.ip.bottom);
1084
- this.i.ip = this.i.ip;
1081
+ this.i.iq.bottom = +v;
1082
+ this._a("unitsTextMarginBottom", this.i.iq.bottom);
1083
+ this.i.iq = this.i.iq;
1085
1084
  }
1086
1085
  get unitsTextMarginLeft() {
1087
- return this.i.ip ? this.i.ip.left : NaN;
1086
+ return this.i.iq ? this.i.iq.left : NaN;
1088
1087
  }
1089
1088
  set unitsTextMarginLeft(v) {
1090
1089
  this.ensureUnitsTextMargin();
1091
- this.i.ip.left = +v;
1092
- this._a("unitsTextMarginLeft", this.i.ip.left);
1093
- this.i.ip = this.i.ip;
1090
+ this.i.iq.left = +v;
1091
+ this._a("unitsTextMarginLeft", this.i.iq.left);
1092
+ this.i.iq = this.i.iq;
1094
1093
  }
1095
1094
  get unitsTextMarginRight() {
1096
- return this.i.ip ? this.i.ip.right : NaN;
1095
+ return this.i.iq ? this.i.iq.right : NaN;
1097
1096
  }
1098
1097
  set unitsTextMarginRight(v) {
1099
1098
  this.ensureUnitsTextMargin();
1100
- this.i.ip.right = +v;
1101
- this._a("unitsTextMarginRight", this.i.ip.right);
1102
- this.i.ip = this.i.ip;
1099
+ this.i.iq.right = +v;
1100
+ this._a("unitsTextMarginRight", this.i.iq.right);
1101
+ this.i.iq = this.i.iq;
1103
1102
  }
1104
1103
  get unitsTextMarginTop() {
1105
- return this.i.ip ? this.i.ip.top : NaN;
1104
+ return this.i.iq ? this.i.iq.top : NaN;
1106
1105
  }
1107
1106
  set unitsTextMarginTop(v) {
1108
1107
  this.ensureUnitsTextMargin();
1109
- this.i.ip.top = +v;
1110
- this._a("unitsTextMarginTop", this.i.ip.top);
1111
- this.i.ip = this.i.ip;
1108
+ this.i.iq.top = +v;
1109
+ this._a("unitsTextMarginTop", this.i.iq.top);
1110
+ this.i.iq = this.i.iq;
1112
1111
  }
1113
1112
  ensureUnitsTextMargin() {
1114
- if (this.i.ip) {
1113
+ if (this.i.iq) {
1115
1114
  return;
1116
1115
  }
1117
- this.i.ip = new Thickness(2);
1116
+ this.i.iq = new Thickness(2);
1118
1117
  }
1119
1118
  /**
1120
1119
  * Gets or Sets the style to use for the units text.
@@ -1132,56 +1131,56 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
1132
1131
  this._a("unitsTextStyle", this.i.bs != null ? this.i.bs.fontString : "");
1133
1132
  }
1134
1133
  get titleTextMarginBottom() {
1135
- return this.i.io ? this.i.io.bottom : NaN;
1134
+ return this.i.ip ? this.i.ip.bottom : NaN;
1136
1135
  }
1137
1136
  set titleTextMarginBottom(v) {
1138
1137
  this.ensureTitleTextMargin();
1139
- this.i.io.bottom = +v;
1140
- this._a("titleTextMarginBottom", this.i.io.bottom);
1141
- this.i.io = this.i.io;
1138
+ this.i.ip.bottom = +v;
1139
+ this._a("titleTextMarginBottom", this.i.ip.bottom);
1140
+ this.i.ip = this.i.ip;
1142
1141
  }
1143
1142
  get titleTextMarginLeft() {
1144
- return this.i.io ? this.i.io.left : NaN;
1143
+ return this.i.ip ? this.i.ip.left : NaN;
1145
1144
  }
1146
1145
  set titleTextMarginLeft(v) {
1147
1146
  this.ensureTitleTextMargin();
1148
- this.i.io.left = +v;
1149
- this._a("titleTextMarginLeft", this.i.io.left);
1150
- this.i.io = this.i.io;
1147
+ this.i.ip.left = +v;
1148
+ this._a("titleTextMarginLeft", this.i.ip.left);
1149
+ this.i.ip = this.i.ip;
1151
1150
  }
1152
1151
  get titleTextMarginRight() {
1153
- return this.i.io ? this.i.io.right : NaN;
1152
+ return this.i.ip ? this.i.ip.right : NaN;
1154
1153
  }
1155
1154
  set titleTextMarginRight(v) {
1156
1155
  this.ensureTitleTextMargin();
1157
- this.i.io.right = +v;
1158
- this._a("titleTextMarginRight", this.i.io.right);
1159
- this.i.io = this.i.io;
1156
+ this.i.ip.right = +v;
1157
+ this._a("titleTextMarginRight", this.i.ip.right);
1158
+ this.i.ip = this.i.ip;
1160
1159
  }
1161
1160
  get titleTextMarginTop() {
1162
- return this.i.io ? this.i.io.top : NaN;
1161
+ return this.i.ip ? this.i.ip.top : NaN;
1163
1162
  }
1164
1163
  set titleTextMarginTop(v) {
1165
1164
  this.ensureTitleTextMargin();
1166
- this.i.io.top = +v;
1167
- this._a("titleTextMarginTop", this.i.io.top);
1168
- this.i.io = this.i.io;
1165
+ this.i.ip.top = +v;
1166
+ this._a("titleTextMarginTop", this.i.ip.top);
1167
+ this.i.ip = this.i.ip;
1169
1168
  }
1170
1169
  ensureTitleTextMargin() {
1171
- if (this.i.io) {
1170
+ if (this.i.ip) {
1172
1171
  return;
1173
1172
  }
1174
- this.i.io = new Thickness(2);
1173
+ this.i.ip = new Thickness(2);
1175
1174
  }
1176
1175
  /**
1177
1176
  * Gets or sets the display text color.
1178
1177
  */
1179
1178
  get titleTextColor() {
1180
- return brushToString(this.i.h7);
1179
+ return brushToString(this.i.h8);
1181
1180
  }
1182
1181
  set titleTextColor(v) {
1183
- this.i.h7 = stringToBrush(v);
1184
- this._a("titleTextColor", brushToString(this.i.h7));
1182
+ this.i.h8 = stringToBrush(v);
1183
+ this._a("titleTextColor", brushToString(this.i.h8));
1185
1184
  }
1186
1185
  /**
1187
1186
  * Gets or Sets the style to use for the display text.
@@ -1212,53 +1211,53 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
1212
1211
  * Gets or sets the units text color.
1213
1212
  */
1214
1213
  get labelTextColor() {
1215
- return brushToString(this.i.h1);
1214
+ return brushToString(this.i.h2);
1216
1215
  }
1217
1216
  set labelTextColor(v) {
1218
- this.i.h1 = stringToBrush(v);
1219
- this._a("labelTextColor", brushToString(this.i.h1));
1217
+ this.i.h2 = stringToBrush(v);
1218
+ this._a("labelTextColor", brushToString(this.i.h2));
1220
1219
  }
1221
1220
  get labelTextMarginBottom() {
1222
- return this.i.ik ? this.i.ik.bottom : NaN;
1221
+ return this.i.il ? this.i.il.bottom : NaN;
1223
1222
  }
1224
1223
  set labelTextMarginBottom(v) {
1225
1224
  this.ensureLabelTextMargin();
1226
- this.i.ik.bottom = +v;
1227
- this._a("labelTextMarginBottom", this.i.ik.bottom);
1228
- this.i.ik = this.i.ik;
1225
+ this.i.il.bottom = +v;
1226
+ this._a("labelTextMarginBottom", this.i.il.bottom);
1227
+ this.i.il = this.i.il;
1229
1228
  }
1230
1229
  get labelTextMarginLeft() {
1231
- return this.i.ik ? this.i.ik.left : NaN;
1230
+ return this.i.il ? this.i.il.left : NaN;
1232
1231
  }
1233
1232
  set labelTextMarginLeft(v) {
1234
1233
  this.ensureLabelTextMargin();
1235
- this.i.ik.left = +v;
1236
- this._a("labelTextMarginLeft", this.i.ik.left);
1237
- this.i.ik = this.i.ik;
1234
+ this.i.il.left = +v;
1235
+ this._a("labelTextMarginLeft", this.i.il.left);
1236
+ this.i.il = this.i.il;
1238
1237
  }
1239
1238
  get labelTextMarginRight() {
1240
- return this.i.ik ? this.i.ik.right : NaN;
1239
+ return this.i.il ? this.i.il.right : NaN;
1241
1240
  }
1242
1241
  set labelTextMarginRight(v) {
1243
1242
  this.ensureLabelTextMargin();
1244
- this.i.ik.right = +v;
1245
- this._a("labelTextMarginRight", this.i.ik.right);
1246
- this.i.ik = this.i.ik;
1243
+ this.i.il.right = +v;
1244
+ this._a("labelTextMarginRight", this.i.il.right);
1245
+ this.i.il = this.i.il;
1247
1246
  }
1248
1247
  get labelTextMarginTop() {
1249
- return this.i.ik ? this.i.ik.top : NaN;
1248
+ return this.i.il ? this.i.il.top : NaN;
1250
1249
  }
1251
1250
  set labelTextMarginTop(v) {
1252
1251
  this.ensureLabelTextMargin();
1253
- this.i.ik.top = +v;
1254
- this._a("labelTextMarginTop", this.i.ik.top);
1255
- this.i.ik = this.i.ik;
1252
+ this.i.il.top = +v;
1253
+ this._a("labelTextMarginTop", this.i.il.top);
1254
+ this.i.il = this.i.il;
1256
1255
  }
1257
1256
  ensureLabelTextMargin() {
1258
- if (this.i.ik) {
1257
+ if (this.i.il) {
1259
1258
  return;
1260
1259
  }
1261
- this.i.ik = new Thickness(2);
1260
+ this.i.il = new Thickness(2);
1262
1261
  }
1263
1262
  /**
1264
1263
  * Gets or Sets the style to use for the units text.
@@ -1376,15 +1375,15 @@ export let IgcDataLegendComponent = /*@__PURE__*/ (() => {
1376
1375
  this.i.flush();
1377
1376
  }
1378
1377
  getAbbreviatedNumber(number, mode, minDigits, maxDigits) {
1379
- let iv = this.i.cq(number, (mode == null ? null : mode), minDigits, maxDigits);
1378
+ let iv = this.i.cr(number, (mode == null ? null : mode), minDigits, maxDigits);
1380
1379
  return (iv);
1381
1380
  }
1382
1381
  getAbbreviatedSymbol(number, mode, minDigits, maxDigits) {
1383
- let iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
1382
+ let iv = this.i.c8(number, (mode == null ? null : mode), minDigits, maxDigits);
1384
1383
  return (iv);
1385
1384
  }
1386
1385
  getAbbreviatedString(number, mode, minDigits, maxDigits) {
1387
- let iv = this.i.c6(number, (mode == null ? null : mode), minDigits, maxDigits);
1386
+ let iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
1388
1387
  return (iv);
1389
1388
  }
1390
1389
  /**