igniteui-webcomponents-charts 4.0.2 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +1016 -891
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AnchoredCategorySeries_combined.js +3 -2
  4. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
  5. package/esm2015/lib/BubbleSeries_combined.js +20 -15
  6. package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
  7. package/esm2015/lib/DataLegendContent_combined.js +470 -457
  8. package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
  9. package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
  10. package/esm2015/lib/FinancialPriceSeries_combined.js +33 -26
  11. package/esm2015/lib/HighDensityScatterSeries_combined.js +8 -6
  12. package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
  13. package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
  14. package/esm2015/lib/PolarBase_combined.js +8 -6
  15. package/esm2015/lib/ScatterAreaSeries_combined.js +12 -9
  16. package/esm2015/lib/ScatterBase_combined.js +8 -6
  17. package/esm2015/lib/ScatterContourSeries_combined.js +12 -9
  18. package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
  19. package/esm2015/lib/SeriesViewer_combined.js +2 -1
  20. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +21 -9
  21. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
  22. package/esm2015/lib/igc-data-legend-component.js +256 -256
  23. package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
  24. package/esm2015/lib/igc-domain-chart-component.js +45 -27
  25. package/esm2015/lib/igc-financial-event-args.js +10 -6
  26. package/esm2015/lib/igc-ring-series-component.js +5 -3
  27. package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
  28. package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
  29. package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
  30. package/esm5/lib/AnchoredCategorySeries_combined.js +3 -2
  31. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
  32. package/esm5/lib/BubbleSeries_combined.js +20 -15
  33. package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
  34. package/esm5/lib/DataLegendContent_combined.js +474 -461
  35. package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
  36. package/esm5/lib/DataToolTipLayer_combined.js +3 -1
  37. package/esm5/lib/FinancialPriceSeries_combined.js +33 -26
  38. package/esm5/lib/HighDensityScatterSeries_combined.js +8 -6
  39. package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
  40. package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
  41. package/esm5/lib/PolarBase_combined.js +8 -6
  42. package/esm5/lib/ScatterAreaSeries_combined.js +12 -9
  43. package/esm5/lib/ScatterBase_combined.js +8 -6
  44. package/esm5/lib/ScatterContourSeries_combined.js +12 -9
  45. package/esm5/lib/ScatterTriangulationSeries.js +8 -8
  46. package/esm5/lib/SeriesViewer_combined.js +2 -1
  47. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +43 -14
  48. package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
  49. package/esm5/lib/igc-data-legend-component.js +256 -256
  50. package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
  51. package/esm5/lib/igc-domain-chart-component.js +45 -27
  52. package/esm5/lib/igc-financial-event-args.js +10 -6
  53. package/esm5/lib/igc-ring-series-component.js +5 -3
  54. package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
  55. package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
  56. package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
  57. package/fesm2015/igniteui-webcomponents-charts.js +987 -883
  58. package/fesm5/igniteui-webcomponents-charts.js +1016 -891
  59. package/lib/DataLegendContent_combined.d.ts +111 -109
  60. package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
  61. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
  62. package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
  63. package/package.json +2 -2
@@ -17917,7 +17917,8 @@ let Series = /*@__PURE__*/ (() => {
17917
17917
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
17918
17918
  c.a = 0;
17919
17919
  c.p = "Value";
17920
- c.q = "";
17920
+ c.q = "Value";
17921
+ c.r = "";
17921
17922
  let d = new DataLegendSeriesContext();
17922
17923
  d.f = ((() => {
17923
17924
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -27789,7 +27790,9 @@ let DataToolTipLayer = /*@__PURE__*/ (() => {
27789
27790
  let q = Math.min(c.g._inner[i], c.m._inner[i]);
27790
27791
  let r = c.l._inner[i] - c.f._inner[i];
27791
27792
  let s = c.m._inner[i] - c.g._inner[i];
27792
- this.r5.ch(o, p, q, r, s);
27793
+ if (o != null) {
27794
+ this.r5.ch(o, p, q, r, s);
27795
+ }
27793
27796
  }
27794
27797
  }
27795
27798
  en() {
@@ -28905,7 +28908,9 @@ let CategoryToolTipLayer = /*@__PURE__*/ (() => {
28905
28908
  let j = c.l;
28906
28909
  let k = c.g;
28907
28910
  let l = c.h;
28908
- this.re.ce(h, i, j, k, l);
28911
+ if (h != null) {
28912
+ this.re.ce(h, i, j, k, l);
28913
+ }
28909
28914
  }
28910
28915
  en() {
28911
28916
  return true;
@@ -33051,7 +33056,9 @@ let ItemToolTipLayer = /*@__PURE__*/ (() => {
33051
33056
  let q = Math.min(c.g._inner[i], c.o._inner[i]);
33052
33057
  let r = c.n._inner[i] - c.f._inner[i];
33053
33058
  let s = c.o._inner[i] - c.g._inner[i];
33054
- this.rc.cf(o, p, q, r, s);
33059
+ if (o != null) {
33060
+ this.rc.cf(o, p, q, r, s);
33061
+ }
33055
33062
  }
33056
33063
  }
33057
33064
  en() {
@@ -40151,14 +40158,15 @@ let DataLegendStylingColumnEventArgs = /*@__PURE__*/ (() => {
40151
40158
  this.d = 0;
40152
40159
  this.f = null;
40153
40160
  this.b = 0;
40161
+ this.i = null;
40154
40162
  this.h = null;
40155
40163
  this.a = 0;
40156
40164
  this.e = null;
40157
40165
  this.g = null;
40158
- this.i = null;
40159
40166
  this.j = null;
40160
40167
  this.k = null;
40161
40168
  this.l = null;
40169
+ this.m = null;
40162
40170
  }
40163
40171
  }
40164
40172
  DataLegendStylingColumnEventArgs.$t = /*@__PURE__*/ markType(DataLegendStylingColumnEventArgs, 'DataLegendStylingColumnEventArgs');
@@ -40714,43 +40722,44 @@ let DataLegendRowCell = /*@__PURE__*/ (() => {
40714
40722
  this.s = 0;
40715
40723
  this.f = 0;
40716
40724
  this.r = 0;
40725
+ this.w = null;
40717
40726
  this.v = null;
40718
40727
  this.t = null;
40719
- this.w = null;
40728
+ this.x = null;
40720
40729
  this.u = null;
40721
- this.y = null;
40722
40730
  this.z = null;
40723
40731
  this.aa = null;
40732
+ this.ab = null;
40724
40733
  this.g = null;
40725
40734
  this.i = null;
40726
40735
  this.h = null;
40727
- this.ak = null;
40728
- this.am = null;
40729
40736
  this.al = null;
40730
- this.af = new Size();
40731
- this.aj = new Size();
40732
- this.ah = new Size();
40737
+ this.an = null;
40738
+ this.am = null;
40739
+ this.ag = new Size();
40740
+ this.ak = new Size();
40741
+ this.ai = new Size();
40733
40742
  this.m = false;
40734
40743
  this.j = false;
40735
- this.ab = null;
40736
- this.ad = null;
40737
40744
  this.ac = null;
40738
- this.ae = new Size();
40739
- this.ai = new Size();
40740
- this.ag = new Size();
40745
+ this.ae = null;
40746
+ this.ad = null;
40747
+ this.af = new Size();
40748
+ this.aj = new Size();
40749
+ this.ah = new Size();
40741
40750
  this.r = NaN;
40742
- this.ak = new Thickness(0, 0);
40743
- this.am = new Thickness(0, 0);
40744
40751
  this.al = new Thickness(0, 0);
40745
- this.af = new Size(1, 0, 0);
40746
- this.aj = new Size(1, 0, 0);
40747
- this.ah = new Size(1, 0, 0);
40752
+ this.an = new Thickness(0, 0);
40753
+ this.am = new Thickness(0, 0);
40754
+ this.ag = new Size(1, 0, 0);
40755
+ this.ak = new Size(1, 0, 0);
40756
+ this.ai = new Size(1, 0, 0);
40748
40757
  this.m = true;
40749
40758
  this.j = true;
40750
40759
  if (this.c) {
40751
- this.y = a.br();
40752
- this.aa = a.bt();
40753
- this.z = a.bs();
40760
+ this.z = a.br();
40761
+ this.ab = a.bt();
40762
+ this.aa = a.bs();
40754
40763
  this.g = a.j();
40755
40764
  this.i = a.n();
40756
40765
  this.h = a.m();
@@ -40758,9 +40767,9 @@ let DataLegendRowCell = /*@__PURE__*/ (() => {
40758
40767
  else if (this.d) {
40759
40768
  let e = a.bq();
40760
40769
  let f = a.k();
40761
- this.y = e;
40762
- this.aa = e;
40763
40770
  this.z = e;
40771
+ this.ab = e;
40772
+ this.aa = e;
40764
40773
  this.g = f;
40765
40774
  this.i = f;
40766
40775
  this.h = f;
@@ -40768,25 +40777,25 @@ let DataLegendRowCell = /*@__PURE__*/ (() => {
40768
40777
  else {
40769
40778
  let g = a.bo();
40770
40779
  let h = a.i();
40771
- this.y = g;
40772
- this.aa = g;
40773
40780
  this.z = g;
40781
+ this.ab = g;
40782
+ this.aa = g;
40774
40783
  this.g = h;
40775
40784
  this.i = h;
40776
40785
  this.h = h;
40777
40786
  }
40778
- this.ab = Rect.empty;
40779
- this.ad = Rect.empty;
40780
40787
  this.ac = Rect.empty;
40788
+ this.ae = Rect.empty;
40789
+ this.ad = Rect.empty;
40781
40790
  }
40782
40791
  k() {
40783
- return this.af.width > 0 && this.af.height > 0;
40792
+ return this.ag.width > 0 && this.ag.height > 0;
40784
40793
  }
40785
40794
  n() {
40786
- return this.ah.width > 0 && this.ah.height > 0;
40795
+ return this.ai.width > 0 && this.ai.height > 0;
40787
40796
  }
40788
40797
  p() {
40789
- return this.aj.width > 0 && this.aj.height > 0;
40798
+ return this.ak.width > 0 && this.ak.height > 0;
40790
40799
  }
40791
40800
  l() {
40792
40801
  return this.t != null;
@@ -40795,12 +40804,12 @@ let DataLegendRowCell = /*@__PURE__*/ (() => {
40795
40804
  return this.u != null;
40796
40805
  }
40797
40806
  q() {
40798
- return !stringIsNullOrEmpty(this.w) && this.aj.width > 0 && this.aj.height > 0;
40807
+ return !stringIsNullOrEmpty(this.x) && this.ak.width > 0 && this.ak.height > 0;
40799
40808
  }
40800
- x() {
40801
- this.ae = new Size(1, 0, 0);
40802
- this.ai = new Size(1, 0, 0);
40803
- this.ag = new Size(1, 0, 0);
40809
+ y() {
40810
+ this.af = new Size(1, 0, 0);
40811
+ this.aj = new Size(1, 0, 0);
40812
+ this.ah = new Size(1, 0, 0);
40804
40813
  }
40805
40814
  }
40806
40815
  DataLegendRowCell.$t = /*@__PURE__*/ markType(DataLegendRowCell, 'DataLegendRowCell', DataLegendRowBase.$);
@@ -40879,9 +40888,9 @@ let XamDataLegend = /*@__PURE__*/ (() => {
40879
40888
  constructor() {
40880
40889
  super();
40881
40890
  this.bw = false;
40882
- this.ch = NaN;
40883
40891
  this.ci = NaN;
40884
- this.cj = 1;
40892
+ this.cj = NaN;
40893
+ this.ck = 1;
40885
40894
  this.bx = false;
40886
40895
  this.bj = null;
40887
40896
  this.bb = null;
@@ -40893,7 +40902,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
40893
40902
  this.bi = null;
40894
40903
  this.bh = null;
40895
40904
  this.bc = null;
40896
- this.ck = NaN;
40905
+ this.cl = NaN;
40897
40906
  this.calculateColumnSummary = null;
40898
40907
  this.styleHeaderRow = null;
40899
40908
  this.styleSeriesRow = null;
@@ -40901,40 +40910,30 @@ let XamDataLegend = /*@__PURE__*/ (() => {
40901
40910
  this.styleSeriesColumn = null;
40902
40911
  this.styleSummaryColumn = null;
40903
40912
  this.propertyChanged = null;
40913
+ this.b9 = null;
40904
40914
  this.b8 = null;
40905
- this.b7 = null;
40915
+ this.cb = null;
40906
40916
  this.ca = null;
40907
- this.b9 = null;
40908
40917
  this.a5 = null;
40909
- this.ib = null;
40918
+ this.ic = null;
40910
40919
  this._externalObject = null;
40911
40920
  this.bu = false;
40912
40921
  this.bv = false;
40913
40922
  this.ao = new DataLegendContent();
40914
- this.cc = null;
40915
- this.cd = new List$1(DataLegendSeriesContext.$, 0);
40916
- this.b6 = new Dictionary$2(Number_$type, DataLegendColumn.$, 0);
40917
- this.cr = 0;
40923
+ this.cd = null;
40924
+ this.ce = new List$1(DataLegendSeriesContext.$, 0);
40925
+ this.b7 = new Dictionary$2(Number_$type, DataLegendColumn.$, 0);
40926
+ this.cs = 0;
40918
40927
  this.ak = null;
40919
40928
  this.al = null;
40920
- this.cx = "";
40929
+ this.cy = "";
40921
40930
  this.ai = null;
40922
40931
  this.aj = null;
40923
- this.ib = Rect.empty;
40932
+ this.ic = Rect.empty;
40924
40933
  this.bx = true;
40925
40934
  this.ab = XamDataLegend.$;
40926
40935
  this.a5 = this.a4();
40927
40936
  }
40928
- get cl() {
40929
- return this.ch;
40930
- }
40931
- set cl(a) {
40932
- let b = this.ch;
40933
- this.ch = a;
40934
- if (b != this.ch) {
40935
- this.fx("ActualCursorPositionX", b, this.ch);
40936
- }
40937
- }
40938
40937
  get cm() {
40939
40938
  return this.ci;
40940
40939
  }
@@ -40942,7 +40941,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
40942
40941
  let b = this.ci;
40943
40942
  this.ci = a;
40944
40943
  if (b != this.ci) {
40945
- this.fx("ActualCursorPositionY", b, this.ci);
40944
+ this.fy("ActualCursorPositionX", b, this.ci);
40946
40945
  }
40947
40946
  }
40948
40947
  get cn() {
@@ -40951,7 +40950,17 @@ let XamDataLegend = /*@__PURE__*/ (() => {
40951
40950
  set cn(a) {
40952
40951
  let b = this.cj;
40953
40952
  this.cj = a;
40954
- this.fx("ActualPixelScalingRatio", b, this.cj);
40953
+ if (b != this.cj) {
40954
+ this.fy("ActualCursorPositionY", b, this.cj);
40955
+ }
40956
+ }
40957
+ get co() {
40958
+ return this.ck;
40959
+ }
40960
+ set co(a) {
40961
+ let b = this.ck;
40962
+ this.ck = a;
40963
+ this.fy("ActualPixelScalingRatio", b, this.ck);
40955
40964
  }
40956
40965
  get bt() {
40957
40966
  return this.bj;
@@ -40963,7 +40972,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
40963
40972
  }
40964
40973
  this.bj = a;
40965
40974
  if (b != this.bj) {
40966
- this.fx("ValueTextStyle", b, this.bj);
40975
+ this.fy("ValueTextStyle", b, this.bj);
40967
40976
  }
40968
40977
  }
40969
40978
  get bl() {
@@ -40976,7 +40985,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
40976
40985
  }
40977
40986
  this.bb = a;
40978
40987
  if (b != this.bb) {
40979
- this.fx("HeaderTextStyle", b, this.bb);
40988
+ this.fy("HeaderTextStyle", b, this.bb);
40980
40989
  }
40981
40990
  }
40982
40991
  get bo() {
@@ -40989,7 +40998,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
40989
40998
  }
40990
40999
  this.be = a;
40991
41000
  if (b != this.be) {
40992
- this.fx("SummaryTitleTextStyle", b, this.be);
41001
+ this.fy("SummaryTitleTextStyle", b, this.be);
40993
41002
  }
40994
41003
  }
40995
41004
  get bq() {
@@ -41002,7 +41011,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41002
41011
  }
41003
41012
  this.bg = a;
41004
41013
  if (b != this.bg) {
41005
- this.fx("SummaryValueTextStyle", b, this.bg);
41014
+ this.fy("SummaryValueTextStyle", b, this.bg);
41006
41015
  }
41007
41016
  }
41008
41017
  get bn() {
@@ -41015,7 +41024,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41015
41024
  }
41016
41025
  this.bd = a;
41017
41026
  if (b != this.bd) {
41018
- this.fx("SummaryLabelTextStyle", b, this.bd);
41027
+ this.fy("SummaryLabelTextStyle", b, this.bd);
41019
41028
  }
41020
41029
  }
41021
41030
  get bp() {
@@ -41028,7 +41037,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41028
41037
  }
41029
41038
  this.bf = a;
41030
41039
  if (b != this.bf) {
41031
- this.fx("SummaryUnitsTextStyle", b, this.bf);
41040
+ this.fy("SummaryUnitsTextStyle", b, this.bf);
41032
41041
  }
41033
41042
  }
41034
41043
  get bs() {
@@ -41041,7 +41050,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41041
41050
  }
41042
41051
  this.bi = a;
41043
41052
  if (b != this.bi) {
41044
- this.fx("UnitsTextStyle", b, this.bi);
41053
+ this.fy("UnitsTextStyle", b, this.bi);
41045
41054
  }
41046
41055
  }
41047
41056
  get br() {
@@ -41054,7 +41063,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41054
41063
  }
41055
41064
  this.bh = a;
41056
41065
  if (b != this.bh) {
41057
- this.fx("TitleTextStyle", b, this.bh);
41066
+ this.fy("TitleTextStyle", b, this.bh);
41058
41067
  }
41059
41068
  }
41060
41069
  get bm() {
@@ -41067,31 +41076,31 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41067
41076
  }
41068
41077
  this.bc = a;
41069
41078
  if (b != this.bc) {
41070
- this.fx("LabelTextStyle", b, this.bc);
41079
+ this.fy("LabelTextStyle", b, this.bc);
41071
41080
  }
41072
41081
  }
41073
41082
  get pixelScalingRatio() {
41074
- return this.ck;
41083
+ return this.cl;
41075
41084
  }
41076
41085
  set pixelScalingRatio(a) {
41077
- let b = this.ck;
41078
- this.ck = a;
41079
- this.fx("PixelScalingRatio", b, this.ck);
41086
+ let b = this.cl;
41087
+ this.cl = a;
41088
+ this.fy("PixelScalingRatio", b, this.cl);
41080
41089
  }
41081
41090
  exportSerializedVisualData() {
41082
41091
  let a = this.exportVisualData();
41083
41092
  return a.serialize();
41084
41093
  }
41085
- cp(a, b) {
41094
+ cq(a, b) {
41086
41095
  let c = Math.max(b.left, a);
41087
41096
  let d = Math.max(b.right, a);
41088
41097
  let e = Math.max(b.right, a);
41089
41098
  return Math.min(b.top, a);
41090
41099
  }
41091
- co(a, b) {
41100
+ cp(a, b) {
41092
41101
  return Math.min(b.left, a);
41093
41102
  }
41094
- ia(a, b) {
41103
+ ib(a, b) {
41095
41104
  let c = Rect.l_op_Equality(a, null) || a.isEmpty || !Extensions.b(a);
41096
41105
  let d = Rect.l_op_Equality(b, null) || b.isEmpty || !Extensions.b(b);
41097
41106
  if (c) {
@@ -41127,11 +41136,11 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41127
41136
  if (f.count < this.ao.b.count) {
41128
41137
  return a;
41129
41138
  }
41130
- if (Rect.l_op_Equality(this.ib, null) || this.ib.isEmpty) {
41139
+ if (Rect.l_op_Equality(this.ic, null) || this.ic.isEmpty) {
41131
41140
  a.viewport = null;
41132
41141
  }
41133
41142
  else {
41134
- a.viewport = new RectData(0, 0, this.ib.width, this.ib.height);
41143
+ a.viewport = new RectData(0, 0, this.ic.width, this.ic.height);
41135
41144
  }
41136
41145
  for (let j = 0; j < this.ao.b.count; j++) {
41137
41146
  let k = this.ao.b._inner[j];
@@ -41155,69 +41164,69 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41155
41164
  p.marginLeft = k.x.left;
41156
41165
  p.marginRight = k.x.right;
41157
41166
  p.marginBottom = k.x.bottom;
41158
- this.f7(p, o);
41167
+ this.f8(p, o);
41159
41168
  l.columns.add(p);
41160
- m = this.ia(m, k.s);
41169
+ m = this.ib(m, k.s);
41161
41170
  }
41162
41171
  for (let q of fromEnum(k.k)) {
41163
- if (Extensions.b(q.ab) && g.count > (c + 1)) {
41172
+ if (Extensions.b(q.ac) && g.count > (c + 1)) {
41164
41173
  c++;
41165
41174
  let r = g._inner[c];
41166
41175
  let s = this.bk(r, q.g);
41167
41176
  let t = new DataLegendVisualDataColumn();
41168
- t.bounds = RectData.b(q.ab);
41177
+ t.bounds = RectData.b(q.ac);
41169
41178
  t.text = r.al;
41170
- t.textColor = AppearanceHelper.b(q.y);
41171
- t.marginTop = q.ak.top;
41172
- t.marginLeft = q.ak.left;
41173
- t.marginRight = q.ak.right;
41174
- t.marginBottom = q.ak.bottom;
41175
- this.f7(t, s);
41179
+ t.textColor = AppearanceHelper.b(q.z);
41180
+ t.marginTop = q.al.top;
41181
+ t.marginLeft = q.al.left;
41182
+ t.marginRight = q.al.right;
41183
+ t.marginBottom = q.al.bottom;
41184
+ this.f8(t, s);
41176
41185
  l.columns.add(t);
41177
- m = this.ia(m, q.ab);
41186
+ m = this.ib(m, q.ac);
41178
41187
  }
41179
- if (Extensions.b(q.ad) && h.count > (d + 1)) {
41188
+ if (Extensions.b(q.ae) && h.count > (d + 1)) {
41180
41189
  d++;
41181
41190
  let u = h._inner[d];
41182
41191
  let v = this.bk(u, q.i);
41183
41192
  let w = new DataLegendVisualDataColumn();
41184
- w.bounds = RectData.b(q.ad);
41193
+ w.bounds = RectData.b(q.ae);
41185
41194
  w.text = u.al;
41186
- w.textColor = AppearanceHelper.b(q.aa);
41187
- w.marginTop = q.am.top;
41188
- w.marginLeft = q.am.left;
41189
- w.marginRight = q.am.right;
41190
- w.marginBottom = q.am.bottom;
41191
- this.f7(w, v);
41195
+ w.textColor = AppearanceHelper.b(q.ab);
41196
+ w.marginTop = q.an.top;
41197
+ w.marginLeft = q.an.left;
41198
+ w.marginRight = q.an.right;
41199
+ w.marginBottom = q.an.bottom;
41200
+ this.f8(w, v);
41192
41201
  l.columns.add(w);
41193
- m = this.ia(m, q.ad);
41202
+ m = this.ib(m, q.ae);
41194
41203
  }
41195
- if (Extensions.b(q.ac) && i.count > (e + 1)) {
41204
+ if (Extensions.b(q.ad) && i.count > (e + 1)) {
41196
41205
  e++;
41197
41206
  let x = i._inner[e];
41198
41207
  let y = this.bk(x, q.h);
41199
41208
  let z = new DataLegendVisualDataColumn();
41200
- z.bounds = RectData.b(q.ac);
41209
+ z.bounds = RectData.b(q.ad);
41201
41210
  z.text = q.m ? q.u : null;
41202
- z.textColor = AppearanceHelper.b(q.z);
41203
- z.marginTop = q.al.top;
41204
- z.marginLeft = q.al.left;
41205
- z.marginRight = q.al.right;
41206
- z.marginBottom = q.al.bottom;
41207
- this.f7(z, y);
41211
+ z.textColor = AppearanceHelper.b(q.aa);
41212
+ z.marginTop = q.am.top;
41213
+ z.marginLeft = q.am.left;
41214
+ z.marginRight = q.am.right;
41215
+ z.marginBottom = q.am.bottom;
41216
+ this.f8(z, y);
41208
41217
  l.columns.add(z);
41209
- m = this.ia(m, q.ac);
41218
+ m = this.ib(m, q.ad);
41210
41219
  }
41211
41220
  }
41212
41221
  if (k.j) {
41213
- m = this.ia(m, k.r);
41222
+ m = this.ib(m, k.r);
41214
41223
  l.badgeBounds = RectData.b(k.r);
41215
41224
  l.badgeMarginTop = k.v.top;
41216
41225
  l.badgeMarginBottom = k.v.bottom;
41217
41226
  l.badgeMarginRight = k.v.right;
41218
41227
  l.badgeMarginLeft = k.v.left;
41219
- if (k.e >= 0 && k.e < this.cc.count) {
41220
- let aa = this.cc._inner[k.e];
41228
+ if (k.e >= 0 && k.e < this.cd.count) {
41229
+ let aa = this.cd._inner[k.e];
41221
41230
  l.badgeShape = aa.getDataLegendBadgeShapeAndMarker();
41222
41231
  }
41223
41232
  else {
@@ -41230,7 +41239,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41230
41239
  }
41231
41240
  return a;
41232
41241
  }
41233
- f7(a, b) {
41242
+ f8(a, b) {
41234
41243
  if (b != null) {
41235
41244
  if (b.n != null) {
41236
41245
  a.fontFamily = b.n;
@@ -41279,11 +41288,11 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41279
41288
  default: return new DataLegendSummaryCalculationEmpty();
41280
41289
  }
41281
41290
  }
41282
- gb(a) {
41291
+ gc(a) {
41283
41292
  if (this.styleSummaryRow != null) {
41284
41293
  let b = this.ay(a);
41285
41294
  this.styleSummaryRow(this, b);
41286
- this.f8(a, b);
41295
+ this.f9(a, b);
41287
41296
  }
41288
41297
  if (a.b && a.k != null && this.styleSummaryColumn != null) {
41289
41298
  for (let c = 0; c < a.k.count; c++) {
@@ -41292,15 +41301,15 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41292
41301
  d.f = a.m;
41293
41302
  d.c = c;
41294
41303
  this.styleSummaryColumn(this, d);
41295
- this.gc(a.k._inner[c], d);
41304
+ this.gd(a.k._inner[c], d);
41296
41305
  }
41297
41306
  }
41298
41307
  }
41299
- ga(a) {
41308
+ gb(a) {
41300
41309
  if (this.styleSeriesRow != null) {
41301
41310
  let b = this.ay(a);
41302
41311
  this.styleSeriesRow(this, b);
41303
- this.f8(a, b);
41312
+ this.f9(a, b);
41304
41313
  }
41305
41314
  if (a.b && a.k != null && this.styleSeriesColumn != null) {
41306
41315
  for (let c = 0; c < a.k.count; c++) {
@@ -41309,15 +41318,15 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41309
41318
  d.f = a.m;
41310
41319
  d.c = c;
41311
41320
  this.styleSeriesColumn(this, d);
41312
- this.gc(a.k._inner[c], d);
41321
+ this.gd(a.k._inner[c], d);
41313
41322
  }
41314
41323
  }
41315
41324
  }
41316
- f9(a) {
41325
+ ga(a) {
41317
41326
  if (this.styleHeaderRow != null) {
41318
41327
  let b = this.ay(a);
41319
41328
  this.styleHeaderRow(this, b);
41320
- this.f8(a, b);
41329
+ this.f9(a, b);
41321
41330
  }
41322
41331
  }
41323
41332
  ay(a) {
@@ -41331,7 +41340,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41331
41340
  b.e = a.m;
41332
41341
  return b;
41333
41342
  }
41334
- f8(a, b) {
41343
+ f9(a, b) {
41335
41344
  a.n = b.f;
41336
41345
  a.q = b.g;
41337
41346
  a.h = b.a;
@@ -41341,60 +41350,61 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41341
41350
  ax(a) {
41342
41351
  let b = new DataLegendStylingColumnEventArgs();
41343
41352
  b.e = a.t;
41344
- b.j = a.y;
41345
- b.g = a.u;
41346
41353
  b.k = a.z;
41347
- b.i = a.w;
41354
+ b.g = a.u;
41348
41355
  b.l = a.aa;
41356
+ b.j = a.x;
41357
+ b.m = a.ab;
41349
41358
  b.b = a.r;
41359
+ b.i = a.w;
41350
41360
  b.h = a.v;
41351
41361
  b.a = a.f;
41352
41362
  return b;
41353
41363
  }
41354
- gc(a, b) {
41355
- a.y = b.j;
41364
+ gd(a, b) {
41365
+ a.z = b.k;
41356
41366
  a.t = b.e;
41357
41367
  a.j = !stringIsNullOrEmpty(a.t);
41358
41368
  a.u = b.g;
41359
- a.z = b.k;
41360
- a.m = !stringIsNullOrEmpty(a.u);
41361
- a.w = b.i;
41362
41369
  a.aa = b.l;
41370
+ a.m = !stringIsNullOrEmpty(a.u);
41371
+ a.x = b.j;
41372
+ a.ab = b.m;
41363
41373
  }
41364
- f0(a, b, c) {
41374
+ f1(a, b, c) {
41365
41375
  switch (a) {
41366
41376
  case XamDataLegend.$$p[19]:
41367
41377
  this.bx = c;
41368
41378
  break;
41369
41379
  case XamDataLegend.$$p[15]:
41370
41380
  case XamDataLegend.$$p[3]:
41371
- this.gg();
41381
+ this.gh();
41372
41382
  break;
41373
41383
  case XamDataLegend.$$p[14]:
41374
41384
  case XamDataLegend.$$p[2]:
41375
- this.gf();
41385
+ this.gg();
41376
41386
  break;
41377
41387
  case XamDataLegend.$$p[32]:
41378
41388
  let d = c;
41379
41389
  let e = b;
41380
- this.fy(e, d);
41390
+ this.fz(e, d);
41381
41391
  break;
41382
41392
  case XamDataLegend.$$p[30]:
41383
- if (this.b0(this.targetCursorPositionX)) {
41384
- this.cl = this.targetCursorPositionX;
41393
+ if (this.b1(this.targetCursorPositionX)) {
41394
+ this.cm = this.targetCursorPositionX;
41385
41395
  }
41386
41396
  break;
41387
41397
  case XamDataLegend.$$p[31]:
41388
- if (this.b0(this.targetCursorPositionY)) {
41389
- this.cm = this.targetCursorPositionY;
41398
+ if (this.b1(this.targetCursorPositionY)) {
41399
+ this.cn = this.targetCursorPositionY;
41390
41400
  }
41391
41401
  break;
41392
41402
  case XamDataLegend.$$p[46]:
41393
41403
  case XamDataLegend.$$p[45]:
41394
- if (!stringIsNullOrEmpty(this.e5)) {
41404
+ if (!stringIsNullOrEmpty(this.e6)) {
41395
41405
  this.ak = ((() => {
41396
41406
  let $ret = new BindingFormatter();
41397
- $ret.j = this.e5;
41407
+ $ret.j = this.e6;
41398
41408
  $ret.d = this.ah;
41399
41409
  return $ret;
41400
41410
  })());
@@ -41405,10 +41415,10 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41405
41415
  break;
41406
41416
  case XamDataLegend.$$p[7]:
41407
41417
  case XamDataLegend.$$p[6]:
41408
- if (!stringIsNullOrEmpty(this.dc)) {
41418
+ if (!stringIsNullOrEmpty(this.dd)) {
41409
41419
  this.ai = ((() => {
41410
41420
  let $ret = new BindingFormatter();
41411
- $ret.j = this.dc;
41421
+ $ret.j = this.dd;
41412
41422
  $ret.d = this.ag;
41413
41423
  return $ret;
41414
41424
  })());
@@ -41418,26 +41428,26 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41418
41428
  }
41419
41429
  break;
41420
41430
  case "PixelScalingRatio":
41421
- if (isNaN_(this.cn)) {
41431
+ if (isNaN_(this.co)) {
41422
41432
  this.a5.au();
41423
41433
  }
41424
41434
  else {
41425
- this.cn = this.pixelScalingRatio;
41435
+ this.co = this.pixelScalingRatio;
41426
41436
  }
41427
41437
  break;
41428
41438
  case "ActualPixelScalingRatio":
41429
41439
  this.a5.a5(c);
41430
41440
  break;
41431
41441
  }
41432
- this.f2();
41442
+ this.f3();
41433
41443
  }
41434
- fx(a, b, c) {
41435
- this.f0(a, b, c);
41444
+ fy(a, b, c) {
41445
+ this.f1(a, b, c);
41436
41446
  if (this.propertyChanged != null) {
41437
41447
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
41438
41448
  }
41439
41449
  }
41440
- fy(a, b) {
41450
+ fz(a, b) {
41441
41451
  this.a7 = b;
41442
41452
  if (a != null) {
41443
41453
  a.detachDataLegend(this);
@@ -41445,44 +41455,44 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41445
41455
  if (b != null) {
41446
41456
  b.attachDataLegend(this);
41447
41457
  if (isNaN_(this.targetCursorPositionX)) {
41448
- this.cl = 1;
41458
+ this.cm = 1;
41449
41459
  }
41450
41460
  if (isNaN_(this.targetCursorPositionY)) {
41451
- this.cm = 0.5;
41461
+ this.cn = 0.5;
41452
41462
  }
41453
41463
  }
41454
41464
  }
41455
- gg() {
41456
- this.ca = this.cb(this.includedSeries);
41457
- this.b9 = this.cb(this.excludedSeries);
41465
+ gh() {
41466
+ this.cb = this.cc(this.includedSeries);
41467
+ this.ca = this.cc(this.excludedSeries);
41458
41468
  }
41459
- gf() {
41460
- this.b8 = this.cb(this.includedColumns);
41461
- this.b7 = this.cb(this.excludedColumns);
41462
- if (this.b8 != null) {
41463
- let a = new List$1(String_$type, 1, this.b8.keys);
41469
+ gg() {
41470
+ this.b9 = this.cc(this.includedColumns);
41471
+ this.b8 = this.cc(this.excludedColumns);
41472
+ if (this.b9 != null) {
41473
+ let a = new List$1(String_$type, 1, this.b9.keys);
41464
41474
  for (let b of fromEnum(a)) {
41465
41475
  let c = b + ":";
41466
- let d = this.b8.item(b);
41467
- if (!this.b8.containsKey(c)) {
41468
- this.b8.addItem(c, d);
41476
+ let d = this.b9.item(b);
41477
+ if (!this.b9.containsKey(c)) {
41478
+ this.b9.addItem(c, d);
41469
41479
  }
41470
41480
  }
41471
- this.fg(this.b8);
41481
+ this.fh(this.b9);
41472
41482
  }
41473
- if (this.b7 != null) {
41474
- let e = new List$1(String_$type, 1, this.b7.keys);
41483
+ if (this.b8 != null) {
41484
+ let e = new List$1(String_$type, 1, this.b8.keys);
41475
41485
  for (let f of fromEnum(e)) {
41476
41486
  let g = f + ":";
41477
- let h = this.b7.item(f);
41478
- if (!this.b7.containsKey(g)) {
41479
- this.b7.addItem(g, h);
41487
+ let h = this.b8.item(f);
41488
+ if (!this.b8.containsKey(g)) {
41489
+ this.b8.addItem(g, h);
41480
41490
  }
41481
41491
  }
41482
- this.fg(this.b7);
41492
+ this.fh(this.b8);
41483
41493
  }
41484
41494
  }
41485
- fg(a) {
41495
+ fh(a) {
41486
41496
  let b = new List$1(String_$type, 1, a.keys);
41487
41497
  for (let c of fromEnum(b)) {
41488
41498
  let d = a.item(c);
@@ -41502,7 +41512,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41502
41512
  }
41503
41513
  }
41504
41514
  }
41505
- cb(a) {
41515
+ cc(a) {
41506
41516
  if (a == null) {
41507
41517
  return null;
41508
41518
  }
@@ -41515,16 +41525,16 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41515
41525
  }
41516
41526
  return b;
41517
41527
  }
41518
- b0(a) {
41528
+ b1(a) {
41519
41529
  return a >= 0 && a <= 1;
41520
41530
  }
41521
41531
  notifyCursorPositionChanged(a) {
41522
41532
  let b = !isNaN_(this.targetCursorPositionX) || !isNaN_(this.targetCursorPositionY);
41523
- let c = !isNaN_(a.x) && this.b0(a.x);
41524
- let d = !isNaN_(a.y) && this.b0(a.y);
41533
+ let c = !isNaN_(a.x) && this.b1(a.x);
41534
+ let d = !isNaN_(a.y) && this.b1(a.y);
41525
41535
  if (!b && c && d) {
41526
- this.cl = a.x;
41527
- this.cm = a.y;
41536
+ this.cm = a.x;
41537
+ this.cn = a.y;
41528
41538
  }
41529
41539
  }
41530
41540
  notifySizeChanged() {
@@ -41533,11 +41543,11 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41533
41543
  notifyVisualPropertiesChanged(a) {
41534
41544
  }
41535
41545
  notifySeriesCollectionChanged() {
41536
- this.f2();
41546
+ this.f3();
41537
41547
  }
41538
41548
  notifySeriesDataChanged() {
41539
41549
  if (this.bx) {
41540
- this.f2();
41550
+ this.f3();
41541
41551
  }
41542
41552
  }
41543
41553
  updatePropertyByName(a, b) {
@@ -41558,55 +41568,55 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41558
41568
  this.an = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
41559
41569
  break;
41560
41570
  case XamDataLegend.$$p[42]:
41561
- this.ct = typeGetValue(b);
41571
+ this.cu = typeGetValue(b);
41562
41572
  break;
41563
41573
  case XamDataLegend.$$p[43]:
41564
- this.cu = typeGetValue(b);
41574
+ this.cv = typeGetValue(b);
41565
41575
  break;
41566
41576
  case XamDataLegend.$$p[44]:
41567
41577
  this.a3 = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
41568
41578
  break;
41569
41579
  case XamDataLegend.$$p[40]:
41570
- this.ex = b;
41580
+ this.ey = b;
41571
41581
  break;
41572
41582
  case XamDataLegend.$$p[47]:
41573
- this.b3 = b;
41583
+ this.b4 = b;
41574
41584
  break;
41575
41585
  case XamDataLegend.$$p[46]:
41576
- this.e5 = b;
41586
+ this.e6 = b;
41577
41587
  break;
41578
41588
  case XamDataLegend.$$p[45]:
41579
41589
  this.ah = b;
41580
41590
  break;
41581
41591
  case XamDataLegend.$$p[48]:
41582
- this.ir = b;
41592
+ this.is = b;
41583
41593
  break;
41584
41594
  case XamDataLegend.$$p[49]:
41585
- this.b4 = b;
41595
+ this.b5 = b;
41586
41596
  break;
41587
41597
  case XamDataLegend.$$p[53]:
41588
- this.fe = b;
41598
+ this.ff = b;
41589
41599
  break;
41590
41600
  case XamDataLegend.$$p[52]:
41591
- this.b5 = b;
41601
+ this.b6 = b;
41592
41602
  break;
41593
41603
  case XamDataLegend.$$p[51]:
41594
- this.is = b;
41604
+ this.it = b;
41595
41605
  break;
41596
41606
  case XamDataLegend.$$p[50]:
41597
- this.h9 = b;
41607
+ this.ia = b;
41598
41608
  break;
41599
41609
  case "ValueTextStyle":
41600
41610
  this.bt = b;
41601
41611
  break;
41602
41612
  case XamDataLegend.$$p[7]:
41603
- this.dc = b;
41613
+ this.dd = b;
41604
41614
  break;
41605
41615
  case XamDataLegend.$$p[6]:
41606
41616
  this.ag = b;
41607
41617
  break;
41608
41618
  case XamDataLegend.$$p[4]:
41609
- this.c8 = b;
41619
+ this.c9 = b;
41610
41620
  break;
41611
41621
  case XamDataLegend.$$p[5]:
41612
41622
  this.ap = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
@@ -41615,25 +41625,25 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41615
41625
  this.aq = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
41616
41626
  break;
41617
41627
  case XamDataLegend.$$p[13]:
41618
- this.dh = b;
41628
+ this.di = b;
41619
41629
  break;
41620
41630
  case XamDataLegend.$$p[11]:
41621
- this.h0 = b;
41631
+ this.h1 = b;
41622
41632
  break;
41623
41633
  case XamDataLegend.$$p[12]:
41624
- this.ij = b;
41634
+ this.ik = b;
41625
41635
  break;
41626
41636
  case XamDataLegend.$$p[9]:
41627
- this.ii = b;
41637
+ this.ij = b;
41628
41638
  break;
41629
41639
  case XamDataLegend.$$p[10]:
41630
- this.bz = b;
41640
+ this.b0 = b;
41631
41641
  break;
41632
41642
  case "HeaderTextStyle":
41633
41643
  this.bl = b;
41634
41644
  break;
41635
41645
  case XamDataLegend.$$p[23]:
41636
- this.h4 = b;
41646
+ this.h5 = b;
41637
41647
  break;
41638
41648
  case "SummaryTitleTextStyle":
41639
41649
  this.bo = b;
@@ -41642,40 +41652,40 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41642
41652
  this.a1 = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
41643
41653
  break;
41644
41654
  case XamDataLegend.$$p[25]:
41645
- this.d8 = b;
41655
+ this.d9 = b;
41646
41656
  break;
41647
41657
  case XamDataLegend.$$p[24]:
41648
- this.im = b;
41658
+ this.io = b;
41649
41659
  break;
41650
41660
  case XamDataLegend.$$p[22]:
41651
- this.il = b;
41661
+ this.im = b;
41652
41662
  break;
41653
41663
  case XamDataLegend.$$p[29]:
41654
- this.h6 = b;
41664
+ this.h7 = b;
41655
41665
  break;
41656
41666
  case "SummaryValueTextStyle":
41657
41667
  this.bq = b;
41658
41668
  break;
41659
41669
  case XamDataLegend.$$p[21]:
41660
- this.d3 = b;
41670
+ this.d4 = b;
41661
41671
  break;
41662
41672
  case XamDataLegend.$$p[20]:
41663
- this.h3 = b;
41673
+ this.h4 = b;
41664
41674
  break;
41665
41675
  case "SummaryLabelTextStyle":
41666
41676
  this.bn = b;
41667
41677
  break;
41668
41678
  case XamDataLegend.$$p[28]:
41669
- this.ee = b;
41679
+ this.ef = b;
41670
41680
  break;
41671
41681
  case XamDataLegend.$$p[27]:
41672
- this.h5 = b;
41682
+ this.h6 = b;
41673
41683
  break;
41674
41684
  case "SummaryUnitsTextStyle":
41675
41685
  this.bp = b;
41676
41686
  break;
41677
41687
  case XamDataLegend.$$p[0]:
41678
- this.ih = b;
41688
+ this.ii = b;
41679
41689
  break;
41680
41690
  case XamDataLegend.$$p[1]:
41681
41691
  this.a8 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
@@ -41684,22 +41694,22 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41684
41694
  this.a2 = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
41685
41695
  break;
41686
41696
  case XamDataLegend.$$p[38]:
41687
- this.er = b;
41697
+ this.es = b;
41688
41698
  break;
41689
41699
  case XamDataLegend.$$p[36]:
41690
- this.h8 = b;
41700
+ this.h9 = b;
41691
41701
  break;
41692
41702
  case XamDataLegend.$$p[37]:
41693
- this.ip = b;
41703
+ this.iq = b;
41694
41704
  break;
41695
41705
  case "UnitsTextStyle":
41696
41706
  this.bs = b;
41697
41707
  break;
41698
41708
  case XamDataLegend.$$p[34]:
41699
- this.io = b;
41709
+ this.ip = b;
41700
41710
  break;
41701
41711
  case XamDataLegend.$$p[33]:
41702
- this.h7 = b;
41712
+ this.h8 = b;
41703
41713
  break;
41704
41714
  case "TitleTextStyle":
41705
41715
  this.br = b;
@@ -41708,10 +41718,10 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41708
41718
  this.ar = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
41709
41719
  break;
41710
41720
  case XamDataLegend.$$p[17]:
41711
- this.h1 = b;
41721
+ this.h2 = b;
41712
41722
  break;
41713
41723
  case XamDataLegend.$$p[18]:
41714
- this.ik = b;
41724
+ this.il = b;
41715
41725
  break;
41716
41726
  case "LabelTextStyle":
41717
41727
  this.bm = b;
@@ -41742,7 +41752,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41742
41752
  provideContainer(a) {
41743
41753
  this.a5.a2(a);
41744
41754
  }
41745
- f2() {
41755
+ f3() {
41746
41756
  if (this.bu) {
41747
41757
  return;
41748
41758
  }
@@ -41755,55 +41765,55 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41755
41765
  this.bv = a;
41756
41766
  }
41757
41767
  doRender(a, b) {
41758
- if (this.ib.isEmpty) {
41768
+ if (this.ic.isEmpty) {
41759
41769
  let c = this.getDesiredSize();
41760
- this.ib = new Rect(0, 0, 0, c.width, c.height);
41770
+ this.ic = new Rect(0, 0, 0, c.width, c.height);
41761
41771
  }
41762
- this.f3(this.ao, true);
41772
+ this.f4(this.ao, true);
41763
41773
  this.a5.a7(a, b);
41764
41774
  }
41765
41775
  ensureUpdated() {
41766
41776
  let a = this.getDesiredSize();
41767
41777
  }
41768
- fp() {
41778
+ fq() {
41769
41779
  if (!this.bu) {
41770
41780
  if (this.ao == null) {
41771
- this.f2();
41781
+ this.f3();
41772
41782
  }
41773
41783
  else {
41774
41784
  return;
41775
41785
  }
41776
41786
  }
41777
- this.ge();
41787
+ this.gf();
41778
41788
  }
41779
41789
  getDesiredSize() {
41780
- this.fp();
41790
+ this.fq();
41781
41791
  if (this.ao == null) {
41782
41792
  return new Size(1, 0, 0);
41783
41793
  }
41784
41794
  return new Size(1, this.ao.d, this.ao.c);
41785
41795
  }
41786
- ge() {
41796
+ gf() {
41787
41797
  if (this.a7 == null) {
41788
- this.fm();
41798
+ this.fn();
41789
41799
  return;
41790
41800
  }
41791
41801
  let a = this.a7;
41792
41802
  let b = a.getDataLegendSeries();
41793
- let c = this.cf(b);
41794
- this.fr(c);
41803
+ let c = this.cg(b);
41804
+ this.fs(c);
41795
41805
  }
41796
- cf(a) {
41806
+ cg(a) {
41797
41807
  let b = new Dictionary$2(Number_$type, IDataLegendSeries_$type, 0);
41798
41808
  for (let c = 0; c < a.length; c++) {
41799
41809
  let d = a[c].title == null ? null : a[c].title.toString();
41800
- let e = this.ca == null || this.ca.containsKey(a[c].dataLegendKey) || this.ca.containsKey(a[c].index.toString()) || this.ca.containsKey(d);
41801
- let f = this.b9 != null && (this.b9.containsKey(a[c].dataLegendKey) || this.b9.containsKey(a[c].index.toString()) || this.b9.containsKey(d));
41802
- if (a[c].isValueOverlay && (!e || this.ca == null)) {
41810
+ let e = this.cb == null || this.cb.containsKey(a[c].dataLegendKey) || this.cb.containsKey(a[c].index.toString()) || this.cb.containsKey(d);
41811
+ let f = this.ca != null && (this.ca.containsKey(a[c].dataLegendKey) || this.ca.containsKey(a[c].index.toString()) || this.ca.containsKey(d));
41812
+ if (a[c].isValueOverlay && (!e || this.cb == null)) {
41803
41813
  continue;
41804
41814
  }
41805
41815
  if (e && !f) {
41806
- let g = this.cs(a[c]);
41816
+ let g = this.ct(a[c]);
41807
41817
  b.addItem(g, a[c]);
41808
41818
  }
41809
41819
  }
@@ -41815,31 +41825,31 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41815
41825
  }
41816
41826
  return i;
41817
41827
  }
41818
- cs(a) {
41819
- if (this.ca == null) {
41828
+ ct(a) {
41829
+ if (this.cb == null) {
41820
41830
  return a.index;
41821
41831
  }
41822
41832
  let b = a.dataLegendKey;
41823
- if (this.ca.containsKey(b)) {
41824
- return this.ca.item(b);
41833
+ if (this.cb.containsKey(b)) {
41834
+ return this.cb.item(b);
41825
41835
  }
41826
41836
  let c = a.index.toString();
41827
- if (this.ca.containsKey(c)) {
41828
- return this.ca.item(c);
41837
+ if (this.cb.containsKey(c)) {
41838
+ return this.cb.item(c);
41829
41839
  }
41830
41840
  let d = a.title == null ? null : a.title.toString();
41831
- if (this.ca.containsKey(d)) {
41832
- return this.ca.item(d);
41841
+ if (this.cb.containsKey(d)) {
41842
+ return this.cb.item(d);
41833
41843
  }
41834
41844
  return a.index;
41835
41845
  }
41836
- fo() {
41846
+ fp() {
41837
41847
  this.bu = false;
41838
41848
  let a = new Size(1, 0, 0);
41839
41849
  if (this.ao != null) {
41840
41850
  a = new Size(1, this.ao.d, this.ao.c);
41841
41851
  }
41842
- this.ge();
41852
+ this.gf();
41843
41853
  let b = new Size(1, 0, 0);
41844
41854
  if (this.ao != null) {
41845
41855
  b = new Size(1, this.ao.d, this.ao.c);
@@ -41847,15 +41857,15 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41847
41857
  if (!a.equals(b)) {
41848
41858
  this.a5.am(b.width, b.height);
41849
41859
  }
41850
- this.f3(this.ao, this.bv);
41860
+ this.f4(this.ao, this.bv);
41851
41861
  }
41852
- fs(message_) {
41862
+ ft(message_) {
41853
41863
  }
41854
- f3(a, b) {
41864
+ f4(a, b) {
41855
41865
  let c = new DataLegendRenderContext();
41856
41866
  for (let d = 0; d < a.b.count; d++) {
41857
41867
  let e = a.b._inner[d];
41858
- this.f5(a, e, c);
41868
+ this.f6(a, e, c);
41859
41869
  }
41860
41870
  this.a5.p.count = c.b;
41861
41871
  this.a5.q.count = c.c;
@@ -41866,58 +41876,64 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41866
41876
  this.a5.aq(a);
41867
41877
  }
41868
41878
  }
41869
- f5(a, b, c) {
41879
+ f6(a, b, c) {
41870
41880
  if (b.t.width > 0 && b.t.height > 0 && !b.a && !b.d && b.j) {
41871
41881
  let d = this.a5.p.item(c.b);
41872
41882
  c.b += 1;
41873
- this.f4(d, a, b, c);
41883
+ this.f5(d, a, b, c);
41874
41884
  }
41875
41885
  this.a5.a9();
41876
41886
  if (!b.s.isEmpty && b.s.width > 0 && b.s.height > 0) {
41877
41887
  let e = this.a5.q.item(c.c);
41878
41888
  c.c += 1;
41879
- this.f6(e, b.n, b.q, b.i, b.s);
41889
+ this.f7(e, b.n, b.q, b.i, b.s);
41880
41890
  }
41881
41891
  for (let f of fromEnum(b.k)) {
41882
- if (!f.ad.isEmpty && f.q()) {
41892
+ if (!f.ae.isEmpty && f.q()) {
41883
41893
  let g = this.a5.s.item(c.e);
41884
41894
  c.e += 1;
41885
- this.f6(g, f.w, f.aa, f.i, f.ad);
41895
+ this.f7(g, f.x, f.ab, f.i, f.ae);
41886
41896
  }
41887
- if (!f.ac.isEmpty && f.o() && f.m) {
41897
+ if (!f.ad.isEmpty && f.o() && f.m) {
41888
41898
  let h = this.a5.r.item(c.d);
41889
41899
  c.d += 1;
41890
- this.f6(h, f.u, f.z, f.h, f.ac);
41900
+ this.f7(h, f.u, f.aa, f.h, f.ad);
41891
41901
  }
41892
- if (!f.ab.isEmpty && f.l() && f.j) {
41902
+ if (!f.ac.isEmpty && f.l() && f.j) {
41893
41903
  let i = this.a5.o.item(c.a);
41894
41904
  c.a += 1;
41895
- this.f6(i, f.t, f.y, f.g, f.ab);
41905
+ this.f7(i, f.t, f.z, f.g, f.ac);
41896
41906
  }
41897
41907
  }
41898
41908
  this.a5.an();
41899
41909
  }
41900
- f6(a, b, c, d, e) {
41910
+ f7(a, b, c, d, e) {
41901
41911
  a.al = b;
41902
41912
  this.a5.a8(a, e.left, e.top);
41903
41913
  this.a5.ao(a, d);
41904
41914
  this.a5.ap(a, d);
41905
41915
  a.ao = c;
41906
41916
  }
41907
- f4(a, b, c, d) {
41917
+ f5(a, b, c, d) {
41908
41918
  a.ah = c.p;
41909
41919
  a.content = c.l;
41910
41920
  a.width = c.t.width;
41911
41921
  a.height = c.t.height;
41912
41922
  this.a5.a8(a, c.r.left, c.r.top);
41913
41923
  }
41914
- fr(a) {
41915
- if (this.by()) {
41924
+ by(a, b) {
41925
+ if (b == null) {
41926
+ return false;
41927
+ }
41928
+ return a.containsKey(b);
41929
+ }
41930
+ fs(a) {
41931
+ if (this.bz()) {
41916
41932
  this.ao.f();
41917
- this.cc = a;
41918
- this.cd.clear();
41919
- this.cr = 0;
41920
- this.b6.clear();
41933
+ this.cd = a;
41934
+ this.ce.clear();
41935
+ this.cs = 0;
41936
+ this.b7.clear();
41921
41937
  }
41922
41938
  else {
41923
41939
  return;
@@ -41925,44 +41941,44 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41925
41941
  for (let b = 0; b < a.count; b++) {
41926
41942
  let c = a._inner[b];
41927
41943
  let d = b;
41928
- let e = typeCast(DataLegendSeriesContext.$, c.getDataLegendSeriesContextAt(this.cl, this.cm));
41944
+ let e = typeCast(DataLegendSeriesContext.$, c.getDataLegendSeriesContextAt(this.cm, this.cn));
41929
41945
  if (e != null) {
41930
41946
  let f = new List$1(DataLegendSeriesValueInfo.$, 0);
41931
41947
  for (let g = 0; g < e.f.count; g++) {
41932
41948
  let h = e.f._inner[g];
41933
- let i = this.b8 == null || this.b8.containsKey(h.p) || this.b8.containsKey(h.q) || this.b8.containsKey("ALL");
41934
- let j = this.b7 != null && (this.b7.containsKey(h.p) || this.b7.containsKey(h.q) || this.b7.containsKey("ALL"));
41935
- let k = this.b8 == null && this.b7 == null && h.k;
41949
+ let i = this.b9 == null || this.by(this.b9, h.q) || this.by(this.b9, h.p) || this.by(this.b9, h.r) || this.by(this.b9, "ALL");
41950
+ let j = this.b8 != null && (this.by(this.b8, h.q) || this.by(this.b8, h.p) || this.by(this.b8, h.r) || this.by(this.b8, "ALL"));
41951
+ let k = this.b9 == null && this.b8 == null && h.k;
41936
41952
  if (i && (!j && !k)) {
41937
41953
  h.o = f.count;
41938
41954
  f.add(h);
41939
- if (!this.b6.containsKey(h.o)) {
41940
- this.b6.addItem(h.o, new DataLegendColumn());
41955
+ if (!this.b7.containsKey(h.o)) {
41956
+ this.b7.addItem(h.o, new DataLegendColumn());
41941
41957
  }
41942
- this.b6.item(h.o).i = h.o;
41943
- this.b6.item(h.o).d.q(d, h.r);
41944
- this.b6.item(h.o).b.q(d, h.q);
41945
- this.b6.item(h.o).e.q(d, h.l);
41946
- this.b6.item(h.o).c.q(d, h);
41947
- this.b6.item(h.o).h.add(d);
41958
+ this.b7.item(h.o).i = h.o;
41959
+ this.b7.item(h.o).d.q(d, h.s);
41960
+ this.b7.item(h.o).b.q(d, h.r);
41961
+ this.b7.item(h.o).e.q(d, h.l);
41962
+ this.b7.item(h.o).c.q(d, h);
41963
+ this.b7.item(h.o).h.add(d);
41948
41964
  }
41949
41965
  }
41950
41966
  e.f = f;
41951
- this.cd.add(e);
41952
- this.cr = Math.max(this.cr, e.f.count);
41967
+ this.ce.add(e);
41968
+ this.cs = Math.max(this.cs, e.f.count);
41953
41969
  }
41954
41970
  }
41955
- for (let l of fromEnum(this.b6.values)) {
41971
+ for (let l of fromEnum(this.b7.values)) {
41956
41972
  l.f.clear();
41957
41973
  l.a.clear();
41958
41974
  let m = l.e.p(l.h);
41959
- let n = this.ce(m);
41975
+ let n = this.cf(m);
41960
41976
  for (let o = 0; o < n.count; o++) {
41961
41977
  let p = n._inner[o];
41962
41978
  let q = l.h._inner[o];
41963
41979
  l.a.q(q, p);
41964
41980
  let r = l.c.item(q);
41965
- let s = this.d1(p, r);
41981
+ let s = this.d2(p, r);
41966
41982
  l.f.q(q, s);
41967
41983
  let t = !stringIsNullOrEmpty(p.l);
41968
41984
  if (t) {
@@ -41970,16 +41986,16 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41970
41986
  }
41971
41987
  }
41972
41988
  }
41973
- this.fh(this.ao, a);
41989
+ this.fi(this.ao, a);
41974
41990
  for (let u = 0; u < a.count; u++) {
41975
- this.gd(a._inner[u], this.a8);
41976
- this.fi(this.ao, a._inner[u], u);
41991
+ this.ge(a._inner[u], this.a8);
41992
+ this.fj(this.ao, a._inner[u], u);
41977
41993
  }
41978
- this.fj(this.ao, a);
41979
- this.bw = this.b1();
41980
- this.fl(this.ao);
41994
+ this.fk(this.ao, a);
41995
+ this.bw = this.b2();
41996
+ this.fm(this.ao);
41981
41997
  }
41982
- b1() {
41998
+ b2() {
41983
41999
  let a = false;
41984
42000
  for (let b = 0; b < this.ao.b.count; b++) {
41985
42001
  let c = this.ao.b._inner[b];
@@ -41990,12 +42006,12 @@ let XamDataLegend = /*@__PURE__*/ (() => {
41990
42006
  }
41991
42007
  return a;
41992
42008
  }
41993
- fl(a) {
42009
+ fm(a) {
41994
42010
  let b = 0;
41995
42011
  let c = 0;
41996
42012
  for (let d = 0; d < a.b.count; d++) {
41997
42013
  let e = a.b._inner[d];
41998
- this.ft(e);
42014
+ this.fu(e);
41999
42015
  }
42000
42016
  let f = 0;
42001
42017
  let g = new Size(1, 0, 0);
@@ -42009,25 +42025,25 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42009
42025
  if (!i.containsKey(m)) {
42010
42026
  i.addItem(m, new Size(1, 0, 0));
42011
42027
  }
42012
- i.item(m, this.ig(i.item(m), n.aj, n.am));
42028
+ i.item(m, this.ih(i.item(m), n.ak, n.an));
42013
42029
  if (!j.containsKey(m)) {
42014
42030
  j.addItem(m, new Size(1, 0, 0));
42015
42031
  }
42016
- j.item(m, this.ig(j.item(m), n.ah, n.al));
42032
+ j.item(m, this.ih(j.item(m), n.ai, n.am));
42017
42033
  if (!k.containsKey(m)) {
42018
42034
  k.addItem(m, new Size(1, 0, 0));
42019
42035
  }
42020
- k.item(m, this.ig(k.item(m), n.af, n.ak));
42036
+ k.item(m, this.ih(k.item(m), n.ag, n.al));
42021
42037
  }
42022
42038
  }
42023
42039
  for (let o = 0; o < a.b.count; o++) {
42024
42040
  let p = a.b._inner[o];
42025
- h = this.ie(h, p.t, p.v);
42026
- g = this.ig(g, p.u, p.x);
42041
+ h = this.ig(h, p.t, p.v);
42042
+ g = this.ih(g, p.u, p.x);
42027
42043
  for (let q = 0; q < p.k.count; q++) {
42028
- p.k._inner[q].ai = i.item(q);
42029
- p.k._inner[q].ag = j.item(q);
42030
- p.k._inner[q].ae = k.item(q);
42044
+ p.k._inner[q].aj = i.item(q);
42045
+ p.k._inner[q].ah = j.item(q);
42046
+ p.k._inner[q].af = k.item(q);
42031
42047
  }
42032
42048
  if (p.d) {
42033
42049
  let r = p.u.width + p.x.left + p.x.right;
@@ -42043,7 +42059,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42043
42059
  let v = 0;
42044
42060
  for (let w = 0; w < a.b.count; w++) {
42045
42061
  let x = a.b._inner[w];
42046
- let y = this.ic(v, x, f, g, h);
42062
+ let y = this.id(v, x, f, g, h);
42047
42063
  v = y.height;
42048
42064
  u = Math.max(u, y.width);
42049
42065
  }
@@ -42052,24 +42068,24 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42052
42068
  a.d = b;
42053
42069
  a.c = c;
42054
42070
  }
42055
- ie(a, b, c) {
42071
+ ig(a, b, c) {
42056
42072
  return new Size(1, Math.max(a.width, b.width + c.left + c.right), Math.max(a.height, b.height + c.top + c.bottom));
42057
42073
  }
42058
- ig(a, b, c) {
42074
+ ih(a, b, c) {
42059
42075
  return new Size(1, Math.max(a.width, b.width + c.left + c.right), Math.max(a.height, b.height + c.top + c.bottom));
42060
42076
  }
42061
- ic(a, b, c, d, e) {
42077
+ id(a, b, c, d, e) {
42062
42078
  let f = 0;
42063
42079
  let g = 0;
42064
42080
  g = Math.max(b.t.height, g);
42065
42081
  g = Math.max(b.u.height, g);
42066
42082
  for (let h of fromEnum(b.k)) {
42067
- g = Math.max(h.aj.height, g);
42083
+ g = Math.max(h.ak.height, g);
42068
42084
  if (h.m) {
42069
- g = Math.max(h.ah.height, g);
42085
+ g = Math.max(h.ai.height, g);
42070
42086
  }
42071
42087
  if (h.j) {
42072
- g = Math.max(h.af.height, g);
42088
+ g = Math.max(h.ag.height, g);
42073
42089
  }
42074
42090
  }
42075
42091
  f += b.w.left;
@@ -42095,63 +42111,63 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42095
42111
  f = Math.max(c, b.s.right);
42096
42112
  for (let k of fromEnum(b.k)) {
42097
42113
  let l = " C=" + k.s + " SR=" + numberToString2(f, "000");
42098
- if ((k.l() && k.j) && k.ae.width > 0) {
42114
+ if ((k.l() && k.j) && k.af.width > 0) {
42099
42115
  let m = 0;
42100
- if (g > k.af.height) {
42101
- m = (g - k.af.height) / 2;
42116
+ if (g > k.ag.height) {
42117
+ m = (g - k.ag.height) / 2;
42102
42118
  }
42103
- k.ab = new Rect(0, f + k.ak.left, a + m, k.af.width, k.af.height);
42104
- f += k.ae.width;
42105
- l += " label L=" + numberToString2(k.ab.left, "000") + " R=" + numberToString2(k.ab.right, "000");
42119
+ k.ac = new Rect(0, f + k.al.left, a + m, k.ag.width, k.ag.height);
42120
+ f += k.af.width;
42121
+ l += " label L=" + numberToString2(k.ac.left, "000") + " R=" + numberToString2(k.ac.right, "000");
42106
42122
  }
42107
42123
  if (k.q()) {
42108
- l += " v MW=" + numberToString2(k.ai.width, "000");
42109
- f += k.am.left;
42110
- f += (k.ai.width - (k.aj.width + k.am.right));
42124
+ l += " v MW=" + numberToString2(k.aj.width, "000");
42125
+ f += k.an.left;
42126
+ f += (k.aj.width - (k.ak.width + k.an.right));
42111
42127
  let n = 0;
42112
- if (g > k.aj.height) {
42113
- n = (g - k.aj.height) / 2;
42128
+ if (g > k.ak.height) {
42129
+ n = (g - k.ak.height) / 2;
42114
42130
  }
42115
- k.ad = new Rect(0, f, a + n, k.aj.width, k.aj.height);
42116
- l += " v ML=" + numberToString2(k.am.left, "00") + " MR=" + numberToString2(k.am.right, "00");
42117
- l += " v BL=" + numberToString2(k.ad.left, "000") + " BR=" + numberToString2(k.ad.right, "000");
42118
- f += k.ad.width;
42119
- f += k.am.right;
42131
+ k.ae = new Rect(0, f, a + n, k.ak.width, k.ak.height);
42132
+ l += " v ML=" + numberToString2(k.an.left, "00") + " MR=" + numberToString2(k.an.right, "00");
42133
+ l += " v BL=" + numberToString2(k.ae.left, "000") + " BR=" + numberToString2(k.ae.right, "000");
42134
+ f += k.ae.width;
42135
+ f += k.an.right;
42120
42136
  }
42121
- if ((k.o() && k.m) && k.ag.width > 0) {
42137
+ if ((k.o() && k.m) && k.ah.width > 0) {
42122
42138
  let o = 0;
42123
- if (g > k.ah.height) {
42124
- o = (g - k.ah.height) / 2;
42139
+ if (g > k.ai.height) {
42140
+ o = (g - k.ai.height) / 2;
42125
42141
  }
42126
- k.ac = new Rect(0, f + k.al.left, a + o, k.ah.width, k.ah.height);
42127
- f += k.ag.width;
42128
- l += " unit L=" + numberToString2(k.ac.left, "000") + " R=" + numberToString2(k.ac.right, "000");
42142
+ k.ad = new Rect(0, f + k.am.left, a + o, k.ai.width, k.ai.height);
42143
+ f += k.ah.width;
42144
+ l += " unit L=" + numberToString2(k.ad.left, "000") + " R=" + numberToString2(k.ad.right, "000");
42129
42145
  }
42130
- this.fs("maxRight " + numberToString2(c, "0") + l);
42146
+ this.ft("maxRight " + numberToString2(c, "0") + l);
42131
42147
  }
42132
42148
  f += b.w.right;
42133
42149
  a += g;
42134
42150
  a += b.w.bottom;
42135
42151
  return new Size(1, f, a);
42136
42152
  }
42137
- ft(a) {
42153
+ fu(a) {
42138
42154
  a.u = a.n == null ? new Size(1, 0, 0) : this.a5.bu(a.n, a.i);
42139
42155
  for (let b of fromEnum(a.k)) {
42140
- b.aj = b.w == null ? new Size(1, 0, 0) : this.a5.bu(b.w, b.i);
42141
- b.ah = b.u == null ? new Size(1, 0, 0) : this.a5.bu(b.u, b.h);
42142
- b.af = b.t == null ? new Size(1, 0, 0) : this.a5.bu(b.t, b.g);
42156
+ b.ak = b.x == null ? new Size(1, 0, 0) : this.a5.bu(b.x, b.i);
42157
+ b.ai = b.u == null ? new Size(1, 0, 0) : this.a5.bu(b.u, b.h);
42158
+ b.ag = b.t == null ? new Size(1, 0, 0) : this.a5.bu(b.t, b.g);
42143
42159
  }
42144
42160
  }
42145
- d0(a, b, c, d) {
42161
+ d1(a, b, c, d) {
42146
42162
  if (this.a2 == 2) {
42147
42163
  return null;
42148
42164
  }
42149
42165
  let e = "";
42150
- if (stringIsNullOrEmpty(this.er)) {
42166
+ if (stringIsNullOrEmpty(this.es)) {
42151
42167
  e = b;
42152
42168
  }
42153
42169
  else {
42154
- e = this.er;
42170
+ e = this.es;
42155
42171
  }
42156
42172
  if (d) {
42157
42173
  if (stringIsNullOrEmpty(e)) {
@@ -42161,8 +42177,8 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42161
42177
  e = c + e;
42162
42178
  }
42163
42179
  }
42164
- let f = this.b6.item(a).d;
42165
- let g = this.b6.item(a).g;
42180
+ let f = this.b7.item(a).d;
42181
+ let g = this.b7.item(a).g;
42166
42182
  if (g && stringIsNullOrEmpty(e)) {
42167
42183
  e = " ";
42168
42184
  }
@@ -42174,13 +42190,13 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42174
42190
  }
42175
42191
  return e;
42176
42192
  }
42177
- dx(a, b, c) {
42193
+ dy(a, b, c) {
42178
42194
  if (this.ar == 2) {
42179
42195
  return null;
42180
42196
  }
42181
- let d = this.cr > 1;
42197
+ let d = this.cs > 1;
42182
42198
  let e = this.ar == 1;
42183
- let f = this.b6.item(a).b.count > 0;
42199
+ let f = this.b7.item(a).b.count > 0;
42184
42200
  if (f && (d || e)) {
42185
42201
  if (stringIsNullOrEmpty(b)) {
42186
42202
  return " ";
@@ -42191,7 +42207,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42191
42207
  }
42192
42208
  return null;
42193
42209
  }
42194
- fj(a, b) {
42210
+ fk(a, b) {
42195
42211
  if (this.a1 == 5) {
42196
42212
  return;
42197
42213
  }
@@ -42201,7 +42217,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42201
42217
  let c = new Dictionary$2(Number_$type, DataLegendSummaryColumn.$, 0);
42202
42218
  let d = 0;
42203
42219
  let e = new List$1(DataLegendSeriesGroup_$type, 0);
42204
- for (let f of fromEnum(this.cd)) {
42220
+ for (let f of fromEnum(this.ce)) {
42205
42221
  d = Math.max(d, f.f.count);
42206
42222
  if (!e.contains(f.b)) {
42207
42223
  e.add(f.b);
@@ -42219,13 +42235,10 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42219
42235
  i.f = h.f;
42220
42236
  i.f = h.g;
42221
42237
  i.d = h.d;
42222
- i.x = h.x;
42223
- i.ai(h.l);
42224
- i.ag(h.q);
42238
+ i.y = h.y;
42239
+ i.aj(h.l);
42225
42240
  i.ah(h.r);
42226
- if (stringIsNullOrEmpty(i.t)) {
42227
- i.t = h.t;
42228
- }
42241
+ i.ai(h.s);
42229
42242
  if (stringIsNullOrEmpty(i.u)) {
42230
42243
  i.u = h.u;
42231
42244
  }
@@ -42235,6 +42248,12 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42235
42248
  if (stringIsNullOrEmpty(i.w)) {
42236
42249
  i.w = h.w;
42237
42250
  }
42251
+ if (stringIsNullOrEmpty(i.x)) {
42252
+ i.x = h.x;
42253
+ }
42254
+ if (stringIsNullOrEmpty(i.q)) {
42255
+ i.q = h.q;
42256
+ }
42238
42257
  if (stringIsNullOrEmpty(i.p)) {
42239
42258
  i.p = h.p;
42240
42259
  }
@@ -42250,17 +42269,17 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42250
42269
  }
42251
42270
  let j = this.a6();
42252
42271
  let k = new DataLegendRowInfo(this.a5, true, false, -1);
42253
- k.n = this.d8 != null ? this.d8 : j.title;
42254
- k.q = this.h4 || k.q;
42272
+ k.n = this.d9 != null ? this.d9 : j.title;
42273
+ k.q = this.h5 || k.q;
42255
42274
  k.i = this.bo || k.i;
42256
42275
  for (let l = 0; l < d; l++) {
42257
42276
  let m = c.item(l);
42258
- let n = j.calculate(m.aa, m.p);
42277
+ let n = j.calculate(m.ab, m.q);
42259
42278
  n = this.a0(n);
42260
42279
  let o = this.an;
42261
42280
  let p = o == 0 || o == 2 || o == 8;
42262
42281
  let q = -1;
42263
- for (let r of fromEnum(this.b6.item(l).a.values)) {
42282
+ for (let r of fromEnum(this.b7.item(l).a.values)) {
42264
42283
  if (r.b()) {
42265
42284
  q = Math.max(q, r.h);
42266
42285
  if (p) {
@@ -42268,44 +42287,45 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42268
42287
  }
42269
42288
  }
42270
42289
  }
42271
- let s = this.cu >= 0 ? this.cu : q;
42272
- let t = this.ct >= 0 ? this.ct : q;
42290
+ let s = this.cv >= 0 ? this.cv : q;
42291
+ let t = this.cu >= 0 ? this.cu : q;
42273
42292
  let u = this.am(n.c, o, s, t);
42274
42293
  u.i = s;
42275
42294
  u.h = t;
42276
- let v = this.d1(u, m);
42295
+ let v = this.d2(u, m);
42277
42296
  let w = new DataLegendRowCell(this.a5, true, false, -1);
42278
42297
  w.s = k.k.count;
42279
- w.t = this.dx(w.s, " ", m.b);
42280
- if (!stringIsNullOrEmpty(this.d3)) {
42281
- w.t = this.d3;
42298
+ w.t = this.dy(w.s, " ", m.b);
42299
+ if (!stringIsNullOrEmpty(this.d4)) {
42300
+ w.t = this.d4;
42282
42301
  }
42283
42302
  if (n.e != null) {
42284
42303
  w.t = n.e;
42285
42304
  }
42286
42305
  w.j = !stringIsNullOrEmpty(w.t);
42287
- w.y = this.h3 || w.y;
42306
+ w.z = this.h4 || w.z;
42288
42307
  w.g = this.bn || w.g;
42289
- w.w = v;
42308
+ w.x = v;
42290
42309
  w.i = this.bq || w.i;
42291
- w.aa = this.h2(this.h6, w.aa, null);
42310
+ w.ab = this.h3(this.h7, w.ab, null);
42292
42311
  w.r = n.c;
42293
42312
  w.f = u.a;
42313
+ w.w = m.q;
42294
42314
  w.v = m.p;
42295
- let x = m.z.length >= 1 ? m.z[0] : " ";
42296
- w.u = this.d0(w.s, x, u.l, m.d);
42315
+ let x = m.aa.length >= 1 ? m.aa[0] : " ";
42316
+ w.u = this.d1(w.s, x, u.l, m.d);
42297
42317
  if (n.f != null) {
42298
42318
  w.u = n.f;
42299
42319
  }
42300
42320
  w.m = !stringIsNullOrEmpty(w.u);
42301
- w.z = this.h5 || w.z;
42321
+ w.aa = this.h6 || w.aa;
42302
42322
  w.h = this.bp || w.h;
42303
42323
  k.k.add(w);
42304
42324
  }
42305
- this.gb(k);
42325
+ this.gc(k);
42306
42326
  if (k.b) {
42307
- this.fk(k);
42308
- this.fz(k);
42327
+ this.fl(k);
42328
+ this.f0(k);
42309
42329
  a.e(k);
42310
42330
  }
42311
42331
  }
@@ -42314,37 +42334,37 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42314
42334
  b = this.an;
42315
42335
  }
42316
42336
  if (d < 0) {
42317
- d = this.ct;
42337
+ d = this.cu;
42318
42338
  }
42319
42339
  if (c < 0) {
42320
- c = this.cu;
42340
+ c = this.cv;
42321
42341
  }
42322
42342
  return DataAbbreviator.a(a, b, c, d);
42323
42343
  }
42324
- cq(a, b, c, d) {
42344
+ cr(a, b, c, d) {
42325
42345
  return this.am(a, b, c, d).d;
42326
42346
  }
42327
- c7(a, b, c, d) {
42347
+ c8(a, b, c, d) {
42328
42348
  return this.am(a, b, c, d).l;
42329
42349
  }
42330
- c6(a, b, c, d) {
42350
+ c7(a, b, c, d) {
42331
42351
  let e = this.am(a, b, c, d);
42332
42352
  return e.m + e.l;
42333
42353
  }
42334
- ce(a) {
42335
- let b = this.cu;
42336
- let c = this.ct;
42354
+ cf(a) {
42355
+ let b = this.cv;
42356
+ let c = this.cu;
42337
42357
  let d = this.an;
42338
42358
  let e = DataAbbreviator.h(a, d, b, c);
42339
42359
  return e;
42340
42360
  }
42341
- cg(a) {
42361
+ ch(a) {
42342
42362
  let b = new List$1(Number_$type, 0);
42343
42363
  if (a < 0) {
42344
42364
  return b;
42345
42365
  }
42346
- for (let c = 0; c < this.cd.count; c++) {
42347
- let d = this.cd._inner[c];
42366
+ for (let c = 0; c < this.ce.count; c++) {
42367
+ let d = this.ce._inner[c];
42348
42368
  if (d.f.count > a) {
42349
42369
  let e = d.f._inner[a].l;
42350
42370
  if (!isNaN_(e)) {
@@ -42354,24 +42374,24 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42354
42374
  }
42355
42375
  return b;
42356
42376
  }
42357
- fk(a) {
42377
+ fl(a) {
42358
42378
  }
42359
- h2(a, b, c) {
42379
+ h3(a, b, c) {
42360
42380
  if (a != null) {
42361
42381
  return a;
42362
42382
  }
42363
- if (this.b5 && c != null) {
42383
+ if (this.b6 && c != null) {
42364
42384
  return c;
42365
42385
  }
42366
42386
  return b;
42367
42387
  }
42368
- dy(a, b) {
42388
+ dz(a, b) {
42369
42389
  return stringIsNullOrEmpty(a) ? b : a;
42370
42390
  }
42371
- d1(a, b) {
42391
+ d2(a, b) {
42372
42392
  let c = a.d;
42373
42393
  if (b == null || isNaN_(c) || isInfinity(c)) {
42374
- return this.fe;
42394
+ return this.ff;
42375
42395
  }
42376
42396
  let d;
42377
42397
  let e = b.d ? a.d : a.g;
@@ -42384,23 +42404,23 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42384
42404
  f = 1;
42385
42405
  }
42386
42406
  let g = new NumberFormatSpecifier();
42387
- g.useGrouping = this.b3;
42388
- g.locale = this.dy(this.ex, null);
42389
- g.currencyCode = this.ez;
42407
+ g.useGrouping = this.b4;
42408
+ g.locale = this.dz(this.ey, null);
42409
+ g.currencyCode = this.e0;
42390
42410
  if (b.d) {
42391
42411
  g.minimumFractionDigits = a.i;
42392
42412
  g.maximumFractionDigits = a.h;
42393
42413
  if (b.n >= 0 && b.n > a.i) {
42394
42414
  g.minimumFractionDigits = b.n;
42395
42415
  }
42396
- else if (this.cu >= 0) {
42397
- g.minimumFractionDigits = this.cu;
42416
+ else if (this.cv >= 0) {
42417
+ g.minimumFractionDigits = this.cv;
42398
42418
  }
42399
42419
  if (b.m >= 0 && b.m > a.h) {
42400
42420
  g.maximumFractionDigits = b.m;
42401
42421
  }
42402
- else if (this.ct >= 0) {
42403
- g.maximumFractionDigits = this.ct;
42422
+ else if (this.cu >= 0) {
42423
+ g.maximumFractionDigits = this.cu;
42404
42424
  }
42405
42425
  }
42406
42426
  else {
@@ -42420,70 +42440,71 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42420
42440
  this.al.d = [g];
42421
42441
  d = this.al.i(e);
42422
42442
  if (e > 0) {
42423
- d = b.v + d;
42443
+ d = b.w + d;
42424
42444
  }
42425
42445
  else if (e < 0) {
42426
- d = b.t + d;
42446
+ d = b.u + d;
42427
42447
  }
42428
42448
  if (e >= 0) {
42429
- d += b.w;
42449
+ d += b.x;
42430
42450
  }
42431
42451
  else {
42432
- d += b.u;
42452
+ d += b.v;
42433
42453
  }
42434
42454
  }
42435
42455
  return d;
42436
42456
  }
42437
- fi(a, b, c) {
42438
- if (this.b4 == false) {
42457
+ fj(a, b, c) {
42458
+ if (this.b5 == false) {
42439
42459
  return;
42440
42460
  }
42441
- let d = this.cd._inner[c];
42442
- let e = this.dz(b);
42461
+ let d = this.ce._inner[c];
42462
+ let e = this.d0(b);
42443
42463
  let f = new DataLegendRowInfo(this.a5, false, false, c);
42444
42464
  f.f = d.a();
42445
42465
  f.m = e;
42446
42466
  f.n = e;
42447
- f.q = this.h7 || f.q;
42467
+ f.q = this.h8 || f.q;
42448
42468
  f.i = this.br || f.i;
42449
42469
  for (let g = 0; g < d.f.count; g++) {
42450
42470
  let h = d.f._inner[g];
42451
- let i = this.b6.item(g).a.item(c);
42452
- let j = this.b6.item(g).f.item(c);
42471
+ let i = this.b7.item(g).a.item(c);
42472
+ let j = this.b7.item(g).f.item(c);
42453
42473
  let k = new DataLegendRowCell(this.a5, false, false, c);
42454
42474
  k.s = f.k.count;
42455
42475
  k.i = this.bt || k.i;
42456
- k.w = j;
42457
- k.aa = this.h2(this.h9, k.aa, h.x);
42476
+ k.x = j;
42477
+ k.ab = this.h3(this.ia, k.ab, h.y);
42478
+ k.w = h.q;
42458
42479
  k.v = h.p;
42459
42480
  k.r = h.l;
42460
42481
  k.f = i.a;
42461
- k.u = this.d0(k.s, h.r, i.l, h.d);
42482
+ k.u = this.d1(k.s, h.s, i.l, h.d);
42462
42483
  k.m = !stringIsNullOrEmpty(k.u);
42463
- k.z = this.h8 || k.z;
42484
+ k.aa = this.h9 || k.aa;
42464
42485
  k.h = this.bs || k.h;
42465
- k.t = this.dx(k.s, h.q, h.b);
42486
+ k.t = this.dy(k.s, h.r, h.b);
42466
42487
  k.j = !stringIsNullOrEmpty(k.t);
42467
- k.y = this.h1 || k.y;
42488
+ k.z = this.h2 || k.z;
42468
42489
  k.g = this.bm || k.g;
42469
42490
  f.k.add(k);
42470
42491
  }
42471
42492
  f.h = this.a9(b);
42472
- this.fk(f);
42473
- this.fz(f);
42474
- this.ga(f);
42493
+ this.fl(f);
42494
+ this.f0(f);
42495
+ this.gb(f);
42475
42496
  if (f.b) {
42476
42497
  if (f.j) {
42477
- this.gd(b, f.h);
42478
- let l = this.gh(b);
42479
- let m = this.cw(b);
42498
+ this.ge(b, f.h);
42499
+ let l = this.gi(b);
42500
+ let m = this.cx(b);
42480
42501
  f.p = l;
42481
42502
  f.l = m;
42482
42503
  }
42483
42504
  a.e(f);
42484
42505
  }
42485
42506
  }
42486
- cw(a) {
42507
+ cx(a) {
42487
42508
  return a.getDataLegendBadgeContext();
42488
42509
  }
42489
42510
  a9(a) {
@@ -42492,7 +42513,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42492
42513
  }
42493
42514
  return a.legendItemBadgeShape;
42494
42515
  }
42495
- gd(a, b) {
42516
+ ge(a, b) {
42496
42517
  if (b == 0) {
42497
42518
  return;
42498
42519
  }
@@ -42500,41 +42521,41 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42500
42521
  a.legendItemBadgeShape = b;
42501
42522
  }
42502
42523
  }
42503
- by() {
42504
- return !isNaN_(this.cl) && !isNaN_(this.cm);
42524
+ bz() {
42525
+ return !isNaN_(this.cm) && !isNaN_(this.cn);
42505
42526
  }
42506
- gh(a) {
42527
+ gi(a) {
42507
42528
  return a.getDataLegendBadge();
42508
42529
  }
42509
- dz(a) {
42530
+ d0(a) {
42510
42531
  return a.getDataLegendSeriesTitle();
42511
42532
  }
42512
- fh(a, b) {
42513
- if (this.bz == false) {
42533
+ fi(a, b) {
42534
+ if (this.b0 == false) {
42514
42535
  return;
42515
42536
  }
42516
- let c = this.dw(b);
42537
+ let c = this.dx(b);
42517
42538
  if (c == null) {
42518
- c = this.cx;
42539
+ c = this.cy;
42519
42540
  }
42520
42541
  else {
42521
- this.cx = c;
42542
+ this.cy = c;
42522
42543
  }
42523
42544
  if (stringIsNullOrEmpty(c)) {
42524
42545
  return;
42525
42546
  }
42526
42547
  let d = new DataLegendRowInfo(this.a5, false, true, -1);
42527
42548
  d.n = c;
42528
- d.q = this.h0 || d.q;
42549
+ d.q = this.h1 || d.q;
42529
42550
  d.i = this.bl || d.i;
42530
- this.fk(d);
42531
- this.fz(d);
42532
- this.f9(d);
42551
+ this.fl(d);
42552
+ this.f0(d);
42553
+ this.ga(d);
42533
42554
  if (d.b) {
42534
42555
  a.e(d);
42535
42556
  }
42536
42557
  }
42537
- iq(a) {
42558
+ ir(a) {
42538
42559
  let b = new Thickness(0, 0);
42539
42560
  if (a.top >= 0) {
42540
42561
  b.top = a.top;
@@ -42550,38 +42571,38 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42550
42571
  }
42551
42572
  return b;
42552
42573
  }
42553
- fz(a) {
42574
+ f0(a) {
42554
42575
  if (a.c) {
42555
- a.x = this.iq(this.io);
42556
- a.w = this.iq(this.ir);
42576
+ a.x = this.ir(this.ip);
42577
+ a.w = this.ir(this.is);
42557
42578
  }
42558
42579
  else if (a.a) {
42559
- a.x = this.iq(this.ij);
42560
- a.w = this.iq(this.ii);
42580
+ a.x = this.ir(this.ik);
42581
+ a.w = this.ir(this.ij);
42561
42582
  }
42562
42583
  else {
42563
- a.x = this.iq(this.im);
42564
- a.w = this.iq(this.il);
42584
+ a.x = this.ir(this.io);
42585
+ a.w = this.ir(this.im);
42565
42586
  }
42566
42587
  for (let b of fromEnum(a.k)) {
42567
- b.am = this.iq(this.is);
42568
- b.al = this.iq(this.ip);
42569
- b.ak = this.iq(this.ik);
42588
+ b.an = this.ir(this.it);
42589
+ b.am = this.ir(this.iq);
42590
+ b.al = this.ir(this.il);
42570
42591
  }
42571
42592
  if (a.c) {
42572
- a.v = this.iq(this.ih);
42593
+ a.v = this.ir(this.ii);
42573
42594
  a.t = new Size(1, 20, 15);
42574
42595
  }
42575
42596
  }
42576
- dw(a) {
42577
- if (this.dh != null) {
42578
- return this.dh;
42597
+ dx(a) {
42598
+ if (this.di != null) {
42599
+ return this.di;
42579
42600
  }
42580
42601
  let b = true;
42581
42602
  let c = null;
42582
42603
  for (let d = 0; d < a.count; d++) {
42583
42604
  let e = a._inner[d];
42584
- let f = this.du(e);
42605
+ let f = this.dv(e);
42585
42606
  if (f == null) {
42586
42607
  continue;
42587
42608
  }
@@ -42600,12 +42621,12 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42600
42621
  }
42601
42622
  return null;
42602
42623
  }
42603
- du(a) {
42604
- if (this.by()) {
42605
- let b = a.getDataLegendAxisLabelFromCursorPosition(this.cl, this.cm);
42624
+ dv(a) {
42625
+ if (this.bz()) {
42626
+ let b = a.getDataLegendAxisLabelFromCursorPosition(this.cm, this.cn);
42606
42627
  if (typeCast(Date_$type, b) !== null) {
42607
42628
  let c = b;
42608
- b = this.dv(c);
42629
+ b = this.dw(c);
42609
42630
  }
42610
42631
  return b == null ? "" : b.toString();
42611
42632
  }
@@ -42613,7 +42634,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42613
42634
  return null;
42614
42635
  }
42615
42636
  }
42616
- dv(a) {
42637
+ dw(a) {
42617
42638
  if (this.ai != null) {
42618
42639
  let b = this.ai.i(a);
42619
42640
  return b;
@@ -42660,7 +42681,7 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42660
42681
  if (e == 5) {
42661
42682
  c.timeStyle = null;
42662
42683
  }
42663
- c.locale = this.dy(this.c8, "en-US");
42684
+ c.locale = this.dz(this.c9, "en-US");
42664
42685
  if (this.aj == null) {
42665
42686
  this.aj = new BindingFormatter();
42666
42687
  }
@@ -42670,11 +42691,11 @@ let XamDataLegend = /*@__PURE__*/ (() => {
42670
42691
  return f;
42671
42692
  }
42672
42693
  }
42673
- fm() {
42694
+ fn() {
42674
42695
  }
42675
42696
  }
42676
42697
  XamDataLegend.$t = /*@__PURE__*/ markType(XamDataLegend, 'XamDataLegend', Control.$, [INotifyPropertyChanged_$type, IDataLegend_$type, IOnDemandRender_$type]);
42677
- XamDataLegend.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, XamDataLegend, 'fx', ['BadgeMargin:ih:gi', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:a8:gj', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'ExcludedColumns::gk', [Array_$type, null], 'ExcludedSeries::gl', [Array_$type, null], 'HeaderFormatCulture:c8:gm', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:ap:gn', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:ag:go', [Array_$type, null], 'HeaderFormatString:dc:gp', [2, null], 'HeaderFormatTime:aq:gq', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:ii:gr', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:bz:gs', [0, true], 'HeaderTextColor:h0:gt', [Brush.$, null], 'HeaderTextMargin:ij:gu', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'HeaderText:dh:gv', [2, null], 'IncludedColumns::gw', [Array_$type, null], 'IncludedSeries::gx', [Array_$type, null], 'LabelDisplayMode:ar:gy', [DataLegendLabelMode_$type, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:h1:gz', [Brush.$, null], 'LabelTextMargin:ik:g0', [Thickness.$, /*@__PURE__*/ new Thickness(1, 12, 0, 0, 0)], 'ShouldUpdateWhenSeriesDataChanges:b2:g1', [0, true], 'SummaryLabelTextColor:h3:g2', [Brush.$, null], 'SummaryLabelText:d3:g3', [2, null], 'SummaryRowMargin:il:g4', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:h4:g5', [Brush.$, null], 'SummaryTitleTextMargin:im:g6', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 4, 0)], 'SummaryTitleText:d8:g7', [2, null], 'SummaryType:a1:g8', [DataLegendSummaryType_$type, /*@__PURE__*/ enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:h5:g9', [Brush.$, null], 'SummaryUnitsText:ee:ha', [2, null], 'SummaryValueTextColor:h6:hb', [Brush.$, null], 'TargetCursorPositionX::hc', [1, NaN], 'TargetCursorPositionY::hd', [1, NaN], 'Target::he', [4, null], 'TitleTextColor:h7:hf', [Brush.$, null], 'TitleTextMargin:io:hg', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 4, 0)], 'UnitsDisplayMode:a2:hh', [DataLegendUnitsMode_$type, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:h8:hi', [Brush.$, null], 'UnitsTextMargin:ip:hj', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:er:hk', [2, null], 'ValueFormatAbbreviation:an:hl', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:ex:hm', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatCurrencyCode:ez:hn', [2, null], 'ValueFormatMaxFractions:ct:ho', [1, -1], 'ValueFormatMinFractions:cu:hp', [1, -1], 'ValueFormatMode:a3:hq', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:ah:hr', [Array_$type, null], 'ValueFormatString:e5:hs', [2, null], 'ValueFormatUseGrouping:b3:ht', [0, true], 'ValueRowMargin:ir:hu', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:b4:hv', [0, true], 'ValueTextColor:h9:hw', [Brush.$, null], 'ValueTextMargin:is:hx', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:b5:hy', [0, false], 'ValueTextWhenMissingData:fe:hz', [2, "N/A"]]);
42698
+ XamDataLegend.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, XamDataLegend, 'fy', ['BadgeMargin:ii:gj', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:a8:gk', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'ExcludedColumns::gl', [Array_$type, null], 'ExcludedSeries::gm', [Array_$type, null], 'HeaderFormatCulture:c9:gn', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:ap:go', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:ag:gp', [Array_$type, null], 'HeaderFormatString:dd:gq', [2, null], 'HeaderFormatTime:aq:gr', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:ij:gs', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:b0:gt', [0, true], 'HeaderTextColor:h1:gu', [Brush.$, null], 'HeaderTextMargin:ik:gv', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'HeaderText:di:gw', [2, null], 'IncludedColumns::gx', [Array_$type, null], 'IncludedSeries::gy', [Array_$type, null], 'LabelDisplayMode:ar:gz', [DataLegendLabelMode_$type, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:h2:g0', [Brush.$, null], 'LabelTextMargin:il:g1', [Thickness.$, /*@__PURE__*/ new Thickness(1, 12, 0, 0, 0)], 'ShouldUpdateWhenSeriesDataChanges:b3:g2', [0, true], 'SummaryLabelTextColor:h4:g3', [Brush.$, null], 'SummaryLabelText:d4:g4', [2, null], 'SummaryRowMargin:im:g5', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:h5:g6', [Brush.$, null], 'SummaryTitleTextMargin:io:g7', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 4, 0)], 'SummaryTitleText:d9:g8', [2, null], 'SummaryType:a1:g9', [DataLegendSummaryType_$type, /*@__PURE__*/ enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:h6:ha', [Brush.$, null], 'SummaryUnitsText:ef:hb', [2, null], 'SummaryValueTextColor:h7:hc', [Brush.$, null], 'TargetCursorPositionX::hd', [1, NaN], 'TargetCursorPositionY::he', [1, NaN], 'Target::hf', [4, null], 'TitleTextColor:h8:hg', [Brush.$, null], 'TitleTextMargin:ip:hh', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 4, 0)], 'UnitsDisplayMode:a2:hi', [DataLegendUnitsMode_$type, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:h9:hj', [Brush.$, null], 'UnitsTextMargin:iq:hk', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:es:hl', [2, null], 'ValueFormatAbbreviation:an:hm', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:ey:hn', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatCurrencyCode:e0:ho', [2, null], 'ValueFormatMaxFractions:cu:hp', [1, -1], 'ValueFormatMinFractions:cv:hq', [1, -1], 'ValueFormatMode:a3:hr', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:ah:hs', [Array_$type, null], 'ValueFormatString:e6:ht', [2, null], 'ValueFormatUseGrouping:b4:hu', [0, true], 'ValueRowMargin:is:hv', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:b5:hw', [0, true], 'ValueTextColor:ia:hx', [Brush.$, null], 'ValueTextMargin:it:hy', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:b6:hz', [0, false], 'ValueTextWhenMissingData:ff:h0', [2, "N/A"]]);
42678
42699
  return XamDataLegend;
42679
42700
  })();
42680
42701
  /**
@@ -42761,7 +42782,7 @@ let DataLegendView = /*@__PURE__*/ (() => {
42761
42782
  this.aa = new List$1(ContentControl.$, 0);
42762
42783
  }
42763
42784
  ar() {
42764
- this.a.fo();
42785
+ this.a.fp();
42765
42786
  }
42766
42787
  bl() {
42767
42788
  let a = new TextBlock();
@@ -42834,23 +42855,23 @@ let DataLegendView = /*@__PURE__*/ (() => {
42834
42855
  }
42835
42856
  au() {
42836
42857
  let a = this.a.pixelScalingRatio;
42837
- let b = this.a.cn;
42858
+ let b = this.a.co;
42838
42859
  if (!isNaN_(a) && a != 0) {
42839
42860
  return;
42840
42861
  }
42841
42862
  if (window.devicePixelRatio != undefined && window.devicePixelRatio != b) {
42842
- this.a.cn = window.devicePixelRatio;
42863
+ this.a.co = window.devicePixelRatio;
42843
42864
  }
42844
42865
  }
42845
42866
  a3() {
42846
42867
  this.au();
42847
42868
  let a = Math.round(this.ah.rootWrapper.width());
42848
42869
  let b = Math.round(this.ah.rootWrapper.height());
42849
- this.a.ib = new Rect(0, 0, 0, a, b);
42870
+ this.a.ic = new Rect(0, 0, 0, a, b);
42850
42871
  if (this.b != null) {
42851
- this.b.bl = this.a.ib;
42872
+ this.b.bl = this.a.ic;
42852
42873
  }
42853
- this.a.f2();
42874
+ this.a.f3();
42854
42875
  }
42855
42876
  al() {
42856
42877
  if (this.b != null) {
@@ -42866,7 +42887,7 @@ let DataLegendView = /*@__PURE__*/ (() => {
42866
42887
  this.al();
42867
42888
  return;
42868
42889
  }
42869
- this.ae = (isNaN_(this.a.pixelScalingRatio) ? this.a.cn : this.a.pixelScalingRatio);
42890
+ this.ae = (isNaN_(this.a.pixelScalingRatio) ? this.a.co : this.a.pixelScalingRatio);
42870
42891
  let b = a;
42871
42892
  this.ah = b;
42872
42893
  let c = this.ae;
@@ -42884,7 +42905,7 @@ let DataLegendView = /*@__PURE__*/ (() => {
42884
42905
  h.setAttribute("height", g.toString());
42885
42906
  h.setStyleProperty("width", d.toString() + "px");
42886
42907
  h.setStyleProperty("height", e.toString() + "px");
42887
- this.a.ib = new Rect(0, 0, 0, d, e);
42908
+ this.a.ic = new Rect(0, 0, 0, d, e);
42888
42909
  this.ai = h;
42889
42910
  let i = this.ah.get2DCanvasContext(this.ai);
42890
42911
  this.t = new RenderingContext(new CanvasViewRenderer(), i);
@@ -42901,8 +42922,8 @@ let DataLegendView = /*@__PURE__*/ (() => {
42901
42922
  as(a) {
42902
42923
  }
42903
42924
  a6() {
42904
- let a = this.a.ib.width;
42905
- let b = this.a.ib.height;
42925
+ let a = this.a.ic.width;
42926
+ let b = this.a.ic.height;
42906
42927
  let c = Math.round(a * this.ae);
42907
42928
  let d = Math.round(b * this.ae);
42908
42929
  if (this.ak != c || this.aj != d) {
@@ -42921,7 +42942,7 @@ let DataLegendView = /*@__PURE__*/ (() => {
42921
42942
  a.aa(b, b);
42922
42943
  }
42923
42944
  if (a == this.t) {
42924
- a.k(this.a.ib.left, this.a.ib.top, this.a.ib.width, this.a.ib.height);
42945
+ a.k(this.a.ic.left, this.a.ic.top, this.a.ic.width, this.a.ic.height);
42925
42946
  }
42926
42947
  let c = new DataTemplatePassInfo();
42927
42948
  c.passID = "LegendItem";
@@ -42982,7 +43003,7 @@ let DataLegendView = /*@__PURE__*/ (() => {
42982
43003
  }
42983
43004
  w() {
42984
43005
  if (this.ah != null) {
42985
- this.ah.setTimeout(runOn(this.a, this.a.fo), 0);
43006
+ this.ah.setTimeout(runOn(this.a, this.a.fp), 0);
42986
43007
  return true;
42987
43008
  }
42988
43009
  return false;
@@ -43408,12 +43429,21 @@ class IgcDataLegendStylingColumnEventArgs {
43408
43429
  this.i.b = +v;
43409
43430
  }
43410
43431
  /**
43411
- * Gets data column named that corresponds to the value
43432
+ * Gets name of data column that corresponds to the value, e.g. "OpenPrice"
43412
43433
  */
43413
43434
  get valueMemberPath() {
43414
- return this.i.h;
43435
+ return this.i.i;
43415
43436
  }
43416
43437
  set valueMemberPath(v) {
43438
+ this.i.i = v;
43439
+ }
43440
+ /**
43441
+ * Gets label of data column that corresponds to the value, e.g. "Open"
43442
+ */
43443
+ get valueMemberLabel() {
43444
+ return this.i.h;
43445
+ }
43446
+ set valueMemberLabel(v) {
43417
43447
  this.i.h = v;
43418
43448
  }
43419
43449
  /**
@@ -43447,37 +43477,37 @@ class IgcDataLegendStylingColumnEventArgs {
43447
43477
  * Gets or sets value text displayed value text in the column
43448
43478
  */
43449
43479
  get valueText() {
43450
- return this.i.i;
43480
+ return this.i.j;
43451
43481
  }
43452
43482
  set valueText(v) {
43453
- this.i.i = v;
43483
+ this.i.j = v;
43454
43484
  }
43455
43485
  /**
43456
43486
  * Gets or sets color of label text
43457
43487
  */
43458
43488
  get labelTextColor() {
43459
- return brushToString(this.i.j);
43489
+ return brushToString(this.i.k);
43460
43490
  }
43461
43491
  set labelTextColor(v) {
43462
- this.i.j = stringToBrush(v);
43492
+ this.i.k = stringToBrush(v);
43463
43493
  }
43464
43494
  /**
43465
43495
  * Gets or sets color of value text
43466
43496
  */
43467
43497
  get unitsTextColor() {
43468
- return brushToString(this.i.k);
43498
+ return brushToString(this.i.l);
43469
43499
  }
43470
43500
  set unitsTextColor(v) {
43471
- this.i.k = stringToBrush(v);
43501
+ this.i.l = stringToBrush(v);
43472
43502
  }
43473
43503
  /**
43474
43504
  * Gets or sets color of unit text
43475
43505
  */
43476
43506
  get valueTextColor() {
43477
- return brushToString(this.i.l);
43507
+ return brushToString(this.i.m);
43478
43508
  }
43479
43509
  set valueTextColor(v) {
43480
- this.i.l = stringToBrush(v);
43510
+ this.i.m = stringToBrush(v);
43481
43511
  }
43482
43512
  }
43483
43513
 
@@ -43729,11 +43759,11 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
43729
43759
  * A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.
43730
43760
  */
43731
43761
  get actualPixelScalingRatio() {
43732
- return this.i.cn;
43762
+ return this.i.co;
43733
43763
  }
43734
43764
  set actualPixelScalingRatio(v) {
43735
- this.i.cn = +v;
43736
- this._a("actualPixelScalingRatio", this.i.cn);
43765
+ this.i.co = +v;
43766
+ this._a("actualPixelScalingRatio", this.i.co);
43737
43767
  }
43738
43768
  /**
43739
43769
  * Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
@@ -43794,11 +43824,11 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
43794
43824
  * Gets or sets whether the data legend should update when the series data is mutated.
43795
43825
  */
43796
43826
  get shouldUpdateWhenSeriesDataChanges() {
43797
- return this.i.b2;
43827
+ return this.i.b3;
43798
43828
  }
43799
43829
  set shouldUpdateWhenSeriesDataChanges(v) {
43800
- this.i.b2 = ensureBool(v);
43801
- this._a("shouldUpdateWhenSeriesDataChanges", this.i.b2);
43830
+ this.i.b3 = ensureBool(v);
43831
+ this._a("shouldUpdateWhenSeriesDataChanges", this.i.b3);
43802
43832
  }
43803
43833
  /**
43804
43834
  * Gets or sets mode for abbreviating large numbers displayed in the legend
@@ -43816,22 +43846,22 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
43816
43846
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
43817
43847
  */
43818
43848
  get valueFormatMaxFractions() {
43819
- return this.i.ct;
43849
+ return this.i.cu;
43820
43850
  }
43821
43851
  set valueFormatMaxFractions(v) {
43822
- this.i.ct = +v;
43823
- this._a("valueFormatMaxFractions", this.i.ct);
43852
+ this.i.cu = +v;
43853
+ this._a("valueFormatMaxFractions", this.i.cu);
43824
43854
  }
43825
43855
  /**
43826
43856
  * Gets or sets minimum digits for formating numbers displayed in the legend
43827
43857
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
43828
43858
  */
43829
43859
  get valueFormatMinFractions() {
43830
- return this.i.cu;
43860
+ return this.i.cv;
43831
43861
  }
43832
43862
  set valueFormatMinFractions(v) {
43833
- this.i.cu = +v;
43834
- this._a("valueFormatMinFractions", this.i.cu);
43863
+ this.i.cv = +v;
43864
+ this._a("valueFormatMinFractions", this.i.cv);
43835
43865
  }
43836
43866
  /**
43837
43867
  * Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
@@ -43848,40 +43878,40 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
43848
43878
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
43849
43879
  */
43850
43880
  get valueFormatCulture() {
43851
- return this.i.ex;
43881
+ return this.i.ey;
43852
43882
  }
43853
43883
  set valueFormatCulture(v) {
43854
- this.i.ex = v;
43884
+ this.i.ey = v;
43855
43885
  }
43856
43886
  /**
43857
43887
  * Gets or sets the currency code used for displaying currency symbol next to values, e.g. USD for $, EUR for €
43858
43888
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
43859
43889
  */
43860
43890
  get valueFormatCurrencyCode() {
43861
- return this.i.ez;
43891
+ return this.i.e0;
43862
43892
  }
43863
43893
  set valueFormatCurrencyCode(v) {
43864
- this.i.ez = v;
43894
+ this.i.e0 = v;
43865
43895
  }
43866
43896
  /**
43867
43897
  * Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
43868
43898
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
43869
43899
  */
43870
43900
  get valueFormatUseGrouping() {
43871
- return this.i.b3;
43901
+ return this.i.b4;
43872
43902
  }
43873
43903
  set valueFormatUseGrouping(v) {
43874
- this.i.b3 = ensureBool(v);
43875
- this._a("valueFormatUseGrouping", this.i.b3);
43904
+ this.i.b4 = ensureBool(v);
43905
+ this._a("valueFormatUseGrouping", this.i.b4);
43876
43906
  }
43877
43907
  /**
43878
43908
  * Gets or sets the format string for values displayed in the data legend.
43879
43909
  */
43880
43910
  get valueFormatString() {
43881
- return this.i.e5;
43911
+ return this.i.e6;
43882
43912
  }
43883
43913
  set valueFormatString(v) {
43884
- this.i.e5 = v;
43914
+ this.i.e6 = v;
43885
43915
  }
43886
43916
  /**
43887
43917
  * Gets or sets the format specifiers to use with the ValueFormatString string.
@@ -43897,127 +43927,127 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
43897
43927
  this.i.ah = v;
43898
43928
  }
43899
43929
  get valueRowMarginBottom() {
43900
- return this.i.ir ? this.i.ir.bottom : NaN;
43930
+ return this.i.is ? this.i.is.bottom : NaN;
43901
43931
  }
43902
43932
  set valueRowMarginBottom(v) {
43903
43933
  this.ensureValueRowMargin();
43904
- this.i.ir.bottom = +v;
43905
- this._a("valueRowMarginBottom", this.i.ir.bottom);
43906
- this.i.ir = this.i.ir;
43934
+ this.i.is.bottom = +v;
43935
+ this._a("valueRowMarginBottom", this.i.is.bottom);
43936
+ this.i.is = this.i.is;
43907
43937
  }
43908
43938
  get valueRowMarginLeft() {
43909
- return this.i.ir ? this.i.ir.left : NaN;
43939
+ return this.i.is ? this.i.is.left : NaN;
43910
43940
  }
43911
43941
  set valueRowMarginLeft(v) {
43912
43942
  this.ensureValueRowMargin();
43913
- this.i.ir.left = +v;
43914
- this._a("valueRowMarginLeft", this.i.ir.left);
43915
- this.i.ir = this.i.ir;
43943
+ this.i.is.left = +v;
43944
+ this._a("valueRowMarginLeft", this.i.is.left);
43945
+ this.i.is = this.i.is;
43916
43946
  }
43917
43947
  get valueRowMarginRight() {
43918
- return this.i.ir ? this.i.ir.right : NaN;
43948
+ return this.i.is ? this.i.is.right : NaN;
43919
43949
  }
43920
43950
  set valueRowMarginRight(v) {
43921
43951
  this.ensureValueRowMargin();
43922
- this.i.ir.right = +v;
43923
- this._a("valueRowMarginRight", this.i.ir.right);
43924
- this.i.ir = this.i.ir;
43952
+ this.i.is.right = +v;
43953
+ this._a("valueRowMarginRight", this.i.is.right);
43954
+ this.i.is = this.i.is;
43925
43955
  }
43926
43956
  get valueRowMarginTop() {
43927
- return this.i.ir ? this.i.ir.top : NaN;
43957
+ return this.i.is ? this.i.is.top : NaN;
43928
43958
  }
43929
43959
  set valueRowMarginTop(v) {
43930
43960
  this.ensureValueRowMargin();
43931
- this.i.ir.top = +v;
43932
- this._a("valueRowMarginTop", this.i.ir.top);
43933
- this.i.ir = this.i.ir;
43961
+ this.i.is.top = +v;
43962
+ this._a("valueRowMarginTop", this.i.is.top);
43963
+ this.i.is = this.i.is;
43934
43964
  }
43935
43965
  ensureValueRowMargin() {
43936
- if (this.i.ir) {
43966
+ if (this.i.is) {
43937
43967
  return;
43938
43968
  }
43939
- this.i.ir = new Thickness(2);
43969
+ this.i.is = new Thickness(2);
43940
43970
  }
43941
43971
  /**
43942
43972
  * Gets or sets whether to show series rows.
43943
43973
  */
43944
43974
  get valueRowVisible() {
43945
- return this.i.b4;
43975
+ return this.i.b5;
43946
43976
  }
43947
43977
  set valueRowVisible(v) {
43948
- this.i.b4 = ensureBool(v);
43949
- this._a("valueRowVisible", this.i.b4);
43978
+ this.i.b5 = ensureBool(v);
43979
+ this._a("valueRowVisible", this.i.b5);
43950
43980
  }
43951
43981
  /**
43952
43982
  * Gets or sets text displayed when data column is missing a value, e.g. "no data"
43953
43983
  */
43954
43984
  get valueTextWhenMissingData() {
43955
- return this.i.fe;
43985
+ return this.i.ff;
43956
43986
  }
43957
43987
  set valueTextWhenMissingData(v) {
43958
- this.i.fe = v;
43988
+ this.i.ff = v;
43959
43989
  }
43960
43990
  /**
43961
43991
  * Gets or sets whether to use series colors when displaying values in the legend
43962
43992
  */
43963
43993
  get valueTextUseSeriesColors() {
43964
- return this.i.b5;
43994
+ return this.i.b6;
43965
43995
  }
43966
43996
  set valueTextUseSeriesColors(v) {
43967
- this.i.b5 = ensureBool(v);
43968
- this._a("valueTextUseSeriesColors", this.i.b5);
43997
+ this.i.b6 = ensureBool(v);
43998
+ this._a("valueTextUseSeriesColors", this.i.b6);
43969
43999
  }
43970
44000
  get valueTextMarginBottom() {
43971
- return this.i.is ? this.i.is.bottom : NaN;
44001
+ return this.i.it ? this.i.it.bottom : NaN;
43972
44002
  }
43973
44003
  set valueTextMarginBottom(v) {
43974
44004
  this.ensureValueTextMargin();
43975
- this.i.is.bottom = +v;
43976
- this._a("valueTextMarginBottom", this.i.is.bottom);
43977
- this.i.is = this.i.is;
44005
+ this.i.it.bottom = +v;
44006
+ this._a("valueTextMarginBottom", this.i.it.bottom);
44007
+ this.i.it = this.i.it;
43978
44008
  }
43979
44009
  get valueTextMarginLeft() {
43980
- return this.i.is ? this.i.is.left : NaN;
44010
+ return this.i.it ? this.i.it.left : NaN;
43981
44011
  }
43982
44012
  set valueTextMarginLeft(v) {
43983
44013
  this.ensureValueTextMargin();
43984
- this.i.is.left = +v;
43985
- this._a("valueTextMarginLeft", this.i.is.left);
43986
- this.i.is = this.i.is;
44014
+ this.i.it.left = +v;
44015
+ this._a("valueTextMarginLeft", this.i.it.left);
44016
+ this.i.it = this.i.it;
43987
44017
  }
43988
44018
  get valueTextMarginRight() {
43989
- return this.i.is ? this.i.is.right : NaN;
44019
+ return this.i.it ? this.i.it.right : NaN;
43990
44020
  }
43991
44021
  set valueTextMarginRight(v) {
43992
44022
  this.ensureValueTextMargin();
43993
- this.i.is.right = +v;
43994
- this._a("valueTextMarginRight", this.i.is.right);
43995
- this.i.is = this.i.is;
44023
+ this.i.it.right = +v;
44024
+ this._a("valueTextMarginRight", this.i.it.right);
44025
+ this.i.it = this.i.it;
43996
44026
  }
43997
44027
  get valueTextMarginTop() {
43998
- return this.i.is ? this.i.is.top : NaN;
44028
+ return this.i.it ? this.i.it.top : NaN;
43999
44029
  }
44000
44030
  set valueTextMarginTop(v) {
44001
44031
  this.ensureValueTextMargin();
44002
- this.i.is.top = +v;
44003
- this._a("valueTextMarginTop", this.i.is.top);
44004
- this.i.is = this.i.is;
44032
+ this.i.it.top = +v;
44033
+ this._a("valueTextMarginTop", this.i.it.top);
44034
+ this.i.it = this.i.it;
44005
44035
  }
44006
44036
  ensureValueTextMargin() {
44007
- if (this.i.is) {
44037
+ if (this.i.it) {
44008
44038
  return;
44009
44039
  }
44010
- this.i.is = new Thickness(2);
44040
+ this.i.it = new Thickness(2);
44011
44041
  }
44012
44042
  /**
44013
44043
  * Gets or sets the units text color.
44014
44044
  */
44015
44045
  get valueTextColor() {
44016
- return brushToString(this.i.h9);
44046
+ return brushToString(this.i.ia);
44017
44047
  }
44018
44048
  set valueTextColor(v) {
44019
- this.i.h9 = stringToBrush(v);
44020
- this._a("valueTextColor", brushToString(this.i.h9));
44049
+ this.i.ia = stringToBrush(v);
44050
+ this._a("valueTextColor", brushToString(this.i.ia));
44021
44051
  }
44022
44052
  /**
44023
44053
  * Gets or Sets the style to use for the units text.
@@ -44038,10 +44068,10 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44038
44068
  * Gets or sets the format string for header text displayed in the data legend.
44039
44069
  */
44040
44070
  get headerFormatString() {
44041
- return this.i.dc;
44071
+ return this.i.dd;
44042
44072
  }
44043
44073
  set headerFormatString(v) {
44044
- this.i.dc = v;
44074
+ this.i.dd = v;
44045
44075
  }
44046
44076
  /**
44047
44077
  * Gets or sets the format specifiers to use with the HeaderFormatString string.
@@ -44061,10 +44091,10 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44061
44091
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
44062
44092
  */
44063
44093
  get headerFormatCulture() {
44064
- return this.i.c8;
44094
+ return this.i.c9;
44065
44095
  }
44066
44096
  set headerFormatCulture(v) {
44067
- this.i.c8 = v;
44097
+ this.i.c9 = v;
44068
44098
  }
44069
44099
  /**
44070
44100
  * Gets or sets date format for the header only when it displays dates that are fetched from date/time axes
@@ -44092,114 +44122,114 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44092
44122
  * Gets or sets the HeaderText for the data legend.
44093
44123
  */
44094
44124
  get headerText() {
44095
- return this.i.dh;
44125
+ return this.i.di;
44096
44126
  }
44097
44127
  set headerText(v) {
44098
- this.i.dh = v;
44128
+ this.i.di = v;
44099
44129
  }
44100
44130
  /**
44101
44131
  * Gets or sets the header text color.
44102
44132
  */
44103
44133
  get headerTextColor() {
44104
- return brushToString(this.i.h0);
44134
+ return brushToString(this.i.h1);
44105
44135
  }
44106
44136
  set headerTextColor(v) {
44107
- this.i.h0 = stringToBrush(v);
44108
- this._a("headerTextColor", brushToString(this.i.h0));
44137
+ this.i.h1 = stringToBrush(v);
44138
+ this._a("headerTextColor", brushToString(this.i.h1));
44109
44139
  }
44110
44140
  get headerTextMarginBottom() {
44111
- return this.i.ij ? this.i.ij.bottom : NaN;
44141
+ return this.i.ik ? this.i.ik.bottom : NaN;
44112
44142
  }
44113
44143
  set headerTextMarginBottom(v) {
44114
44144
  this.ensureHeaderTextMargin();
44115
- this.i.ij.bottom = +v;
44116
- this._a("headerTextMarginBottom", this.i.ij.bottom);
44117
- this.i.ij = this.i.ij;
44145
+ this.i.ik.bottom = +v;
44146
+ this._a("headerTextMarginBottom", this.i.ik.bottom);
44147
+ this.i.ik = this.i.ik;
44118
44148
  }
44119
44149
  get headerTextMarginLeft() {
44120
- return this.i.ij ? this.i.ij.left : NaN;
44150
+ return this.i.ik ? this.i.ik.left : NaN;
44121
44151
  }
44122
44152
  set headerTextMarginLeft(v) {
44123
44153
  this.ensureHeaderTextMargin();
44124
- this.i.ij.left = +v;
44125
- this._a("headerTextMarginLeft", this.i.ij.left);
44126
- this.i.ij = this.i.ij;
44154
+ this.i.ik.left = +v;
44155
+ this._a("headerTextMarginLeft", this.i.ik.left);
44156
+ this.i.ik = this.i.ik;
44127
44157
  }
44128
44158
  get headerTextMarginRight() {
44129
- return this.i.ij ? this.i.ij.right : NaN;
44159
+ return this.i.ik ? this.i.ik.right : NaN;
44130
44160
  }
44131
44161
  set headerTextMarginRight(v) {
44132
44162
  this.ensureHeaderTextMargin();
44133
- this.i.ij.right = +v;
44134
- this._a("headerTextMarginRight", this.i.ij.right);
44135
- this.i.ij = this.i.ij;
44163
+ this.i.ik.right = +v;
44164
+ this._a("headerTextMarginRight", this.i.ik.right);
44165
+ this.i.ik = this.i.ik;
44136
44166
  }
44137
44167
  get headerTextMarginTop() {
44138
- return this.i.ij ? this.i.ij.top : NaN;
44168
+ return this.i.ik ? this.i.ik.top : NaN;
44139
44169
  }
44140
44170
  set headerTextMarginTop(v) {
44141
44171
  this.ensureHeaderTextMargin();
44142
- this.i.ij.top = +v;
44143
- this._a("headerTextMarginTop", this.i.ij.top);
44144
- this.i.ij = this.i.ij;
44172
+ this.i.ik.top = +v;
44173
+ this._a("headerTextMarginTop", this.i.ik.top);
44174
+ this.i.ik = this.i.ik;
44145
44175
  }
44146
44176
  ensureHeaderTextMargin() {
44147
- if (this.i.ij) {
44177
+ if (this.i.ik) {
44148
44178
  return;
44149
44179
  }
44150
- this.i.ij = new Thickness(2);
44180
+ this.i.ik = new Thickness(2);
44151
44181
  }
44152
44182
  get headerRowMarginBottom() {
44153
- return this.i.ii ? this.i.ii.bottom : NaN;
44183
+ return this.i.ij ? this.i.ij.bottom : NaN;
44154
44184
  }
44155
44185
  set headerRowMarginBottom(v) {
44156
44186
  this.ensureHeaderRowMargin();
44157
- this.i.ii.bottom = +v;
44158
- this._a("headerRowMarginBottom", this.i.ii.bottom);
44159
- this.i.ii = this.i.ii;
44187
+ this.i.ij.bottom = +v;
44188
+ this._a("headerRowMarginBottom", this.i.ij.bottom);
44189
+ this.i.ij = this.i.ij;
44160
44190
  }
44161
44191
  get headerRowMarginLeft() {
44162
- return this.i.ii ? this.i.ii.left : NaN;
44192
+ return this.i.ij ? this.i.ij.left : NaN;
44163
44193
  }
44164
44194
  set headerRowMarginLeft(v) {
44165
44195
  this.ensureHeaderRowMargin();
44166
- this.i.ii.left = +v;
44167
- this._a("headerRowMarginLeft", this.i.ii.left);
44168
- this.i.ii = this.i.ii;
44196
+ this.i.ij.left = +v;
44197
+ this._a("headerRowMarginLeft", this.i.ij.left);
44198
+ this.i.ij = this.i.ij;
44169
44199
  }
44170
44200
  get headerRowMarginRight() {
44171
- return this.i.ii ? this.i.ii.right : NaN;
44201
+ return this.i.ij ? this.i.ij.right : NaN;
44172
44202
  }
44173
44203
  set headerRowMarginRight(v) {
44174
44204
  this.ensureHeaderRowMargin();
44175
- this.i.ii.right = +v;
44176
- this._a("headerRowMarginRight", this.i.ii.right);
44177
- this.i.ii = this.i.ii;
44205
+ this.i.ij.right = +v;
44206
+ this._a("headerRowMarginRight", this.i.ij.right);
44207
+ this.i.ij = this.i.ij;
44178
44208
  }
44179
44209
  get headerRowMarginTop() {
44180
- return this.i.ii ? this.i.ii.top : NaN;
44210
+ return this.i.ij ? this.i.ij.top : NaN;
44181
44211
  }
44182
44212
  set headerRowMarginTop(v) {
44183
44213
  this.ensureHeaderRowMargin();
44184
- this.i.ii.top = +v;
44185
- this._a("headerRowMarginTop", this.i.ii.top);
44186
- this.i.ii = this.i.ii;
44214
+ this.i.ij.top = +v;
44215
+ this._a("headerRowMarginTop", this.i.ij.top);
44216
+ this.i.ij = this.i.ij;
44187
44217
  }
44188
44218
  ensureHeaderRowMargin() {
44189
- if (this.i.ii) {
44219
+ if (this.i.ij) {
44190
44220
  return;
44191
44221
  }
44192
- this.i.ii = new Thickness(2);
44222
+ this.i.ij = new Thickness(2);
44193
44223
  }
44194
44224
  /**
44195
44225
  * Gets or sets whether to show Header row.
44196
44226
  */
44197
44227
  get headerRowVisible() {
44198
- return this.i.bz;
44228
+ return this.i.b0;
44199
44229
  }
44200
44230
  set headerRowVisible(v) {
44201
- this.i.bz = ensureBool(v);
44202
- this._a("headerRowVisible", this.i.bz);
44231
+ this.i.b0 = ensureBool(v);
44232
+ this._a("headerRowVisible", this.i.b0);
44203
44233
  }
44204
44234
  /**
44205
44235
  * Gets or Sets the style to use for the header text.
@@ -44220,11 +44250,11 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44220
44250
  * Gets or sets the summary text color.
44221
44251
  */
44222
44252
  get summaryTitleTextColor() {
44223
- return brushToString(this.i.h4);
44253
+ return brushToString(this.i.h5);
44224
44254
  }
44225
44255
  set summaryTitleTextColor(v) {
44226
- this.i.h4 = stringToBrush(v);
44227
- this._a("summaryTitleTextColor", brushToString(this.i.h4));
44256
+ this.i.h5 = stringToBrush(v);
44257
+ this._a("summaryTitleTextColor", brushToString(this.i.h5));
44228
44258
  }
44229
44259
  /**
44230
44260
  * Gets or Sets the style to use for the summary text.
@@ -44255,104 +44285,104 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44255
44285
  * Gets or sets the SummaryTitleText for the data legend.
44256
44286
  */
44257
44287
  get summaryTitleText() {
44258
- return this.i.d8;
44288
+ return this.i.d9;
44259
44289
  }
44260
44290
  set summaryTitleText(v) {
44261
- this.i.d8 = v;
44291
+ this.i.d9 = v;
44262
44292
  }
44263
44293
  get summaryTitleTextMarginBottom() {
44264
- return this.i.im ? this.i.im.bottom : NaN;
44294
+ return this.i.io ? this.i.io.bottom : NaN;
44265
44295
  }
44266
44296
  set summaryTitleTextMarginBottom(v) {
44267
44297
  this.ensureSummaryTitleTextMargin();
44268
- this.i.im.bottom = +v;
44269
- this._a("summaryTitleTextMarginBottom", this.i.im.bottom);
44270
- this.i.im = this.i.im;
44298
+ this.i.io.bottom = +v;
44299
+ this._a("summaryTitleTextMarginBottom", this.i.io.bottom);
44300
+ this.i.io = this.i.io;
44271
44301
  }
44272
44302
  get summaryTitleTextMarginLeft() {
44273
- return this.i.im ? this.i.im.left : NaN;
44303
+ return this.i.io ? this.i.io.left : NaN;
44274
44304
  }
44275
44305
  set summaryTitleTextMarginLeft(v) {
44276
44306
  this.ensureSummaryTitleTextMargin();
44277
- this.i.im.left = +v;
44278
- this._a("summaryTitleTextMarginLeft", this.i.im.left);
44279
- this.i.im = this.i.im;
44307
+ this.i.io.left = +v;
44308
+ this._a("summaryTitleTextMarginLeft", this.i.io.left);
44309
+ this.i.io = this.i.io;
44280
44310
  }
44281
44311
  get summaryTitleTextMarginRight() {
44282
- return this.i.im ? this.i.im.right : NaN;
44312
+ return this.i.io ? this.i.io.right : NaN;
44283
44313
  }
44284
44314
  set summaryTitleTextMarginRight(v) {
44285
44315
  this.ensureSummaryTitleTextMargin();
44286
- this.i.im.right = +v;
44287
- this._a("summaryTitleTextMarginRight", this.i.im.right);
44288
- this.i.im = this.i.im;
44316
+ this.i.io.right = +v;
44317
+ this._a("summaryTitleTextMarginRight", this.i.io.right);
44318
+ this.i.io = this.i.io;
44289
44319
  }
44290
44320
  get summaryTitleTextMarginTop() {
44291
- return this.i.im ? this.i.im.top : NaN;
44321
+ return this.i.io ? this.i.io.top : NaN;
44292
44322
  }
44293
44323
  set summaryTitleTextMarginTop(v) {
44294
44324
  this.ensureSummaryTitleTextMargin();
44295
- this.i.im.top = +v;
44296
- this._a("summaryTitleTextMarginTop", this.i.im.top);
44297
- this.i.im = this.i.im;
44325
+ this.i.io.top = +v;
44326
+ this._a("summaryTitleTextMarginTop", this.i.io.top);
44327
+ this.i.io = this.i.io;
44298
44328
  }
44299
44329
  ensureSummaryTitleTextMargin() {
44300
- if (this.i.im) {
44330
+ if (this.i.io) {
44301
44331
  return;
44302
44332
  }
44303
- this.i.im = new Thickness(2);
44333
+ this.i.io = new Thickness(2);
44304
44334
  }
44305
44335
  get summaryRowMarginBottom() {
44306
- return this.i.il ? this.i.il.bottom : NaN;
44336
+ return this.i.im ? this.i.im.bottom : NaN;
44307
44337
  }
44308
44338
  set summaryRowMarginBottom(v) {
44309
44339
  this.ensureSummaryRowMargin();
44310
- this.i.il.bottom = +v;
44311
- this._a("summaryRowMarginBottom", this.i.il.bottom);
44312
- this.i.il = this.i.il;
44340
+ this.i.im.bottom = +v;
44341
+ this._a("summaryRowMarginBottom", this.i.im.bottom);
44342
+ this.i.im = this.i.im;
44313
44343
  }
44314
44344
  get summaryRowMarginLeft() {
44315
- return this.i.il ? this.i.il.left : NaN;
44345
+ return this.i.im ? this.i.im.left : NaN;
44316
44346
  }
44317
44347
  set summaryRowMarginLeft(v) {
44318
44348
  this.ensureSummaryRowMargin();
44319
- this.i.il.left = +v;
44320
- this._a("summaryRowMarginLeft", this.i.il.left);
44321
- this.i.il = this.i.il;
44349
+ this.i.im.left = +v;
44350
+ this._a("summaryRowMarginLeft", this.i.im.left);
44351
+ this.i.im = this.i.im;
44322
44352
  }
44323
44353
  get summaryRowMarginRight() {
44324
- return this.i.il ? this.i.il.right : NaN;
44354
+ return this.i.im ? this.i.im.right : NaN;
44325
44355
  }
44326
44356
  set summaryRowMarginRight(v) {
44327
44357
  this.ensureSummaryRowMargin();
44328
- this.i.il.right = +v;
44329
- this._a("summaryRowMarginRight", this.i.il.right);
44330
- this.i.il = this.i.il;
44358
+ this.i.im.right = +v;
44359
+ this._a("summaryRowMarginRight", this.i.im.right);
44360
+ this.i.im = this.i.im;
44331
44361
  }
44332
44362
  get summaryRowMarginTop() {
44333
- return this.i.il ? this.i.il.top : NaN;
44363
+ return this.i.im ? this.i.im.top : NaN;
44334
44364
  }
44335
44365
  set summaryRowMarginTop(v) {
44336
44366
  this.ensureSummaryRowMargin();
44337
- this.i.il.top = +v;
44338
- this._a("summaryRowMarginTop", this.i.il.top);
44339
- this.i.il = this.i.il;
44367
+ this.i.im.top = +v;
44368
+ this._a("summaryRowMarginTop", this.i.im.top);
44369
+ this.i.im = this.i.im;
44340
44370
  }
44341
44371
  ensureSummaryRowMargin() {
44342
- if (this.i.il) {
44372
+ if (this.i.im) {
44343
44373
  return;
44344
44374
  }
44345
- this.i.il = new Thickness(2);
44375
+ this.i.im = new Thickness(2);
44346
44376
  }
44347
44377
  /**
44348
44378
  * Gets or sets the units text color.
44349
44379
  */
44350
44380
  get summaryValueTextColor() {
44351
- return brushToString(this.i.h6);
44381
+ return brushToString(this.i.h7);
44352
44382
  }
44353
44383
  set summaryValueTextColor(v) {
44354
- this.i.h6 = stringToBrush(v);
44355
- this._a("summaryValueTextColor", brushToString(this.i.h6));
44384
+ this.i.h7 = stringToBrush(v);
44385
+ this._a("summaryValueTextColor", brushToString(this.i.h7));
44356
44386
  }
44357
44387
  /**
44358
44388
  * Gets or Sets the style to use for the units text.
@@ -44373,20 +44403,20 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44373
44403
  * Gets or sets the units text for the data legend.
44374
44404
  */
44375
44405
  get summaryLabelText() {
44376
- return this.i.d3;
44406
+ return this.i.d4;
44377
44407
  }
44378
44408
  set summaryLabelText(v) {
44379
- this.i.d3 = v;
44409
+ this.i.d4 = v;
44380
44410
  }
44381
44411
  /**
44382
44412
  * Gets or sets the units text color.
44383
44413
  */
44384
44414
  get summaryLabelTextColor() {
44385
- return brushToString(this.i.h3);
44415
+ return brushToString(this.i.h4);
44386
44416
  }
44387
44417
  set summaryLabelTextColor(v) {
44388
- this.i.h3 = stringToBrush(v);
44389
- this._a("summaryLabelTextColor", brushToString(this.i.h3));
44418
+ this.i.h4 = stringToBrush(v);
44419
+ this._a("summaryLabelTextColor", brushToString(this.i.h4));
44390
44420
  }
44391
44421
  /**
44392
44422
  * Gets or Sets the style to use for the units text.
@@ -44407,20 +44437,20 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44407
44437
  * Gets or sets the units text for the data legend.
44408
44438
  */
44409
44439
  get summaryUnitsText() {
44410
- return this.i.ee;
44440
+ return this.i.ef;
44411
44441
  }
44412
44442
  set summaryUnitsText(v) {
44413
- this.i.ee = v;
44443
+ this.i.ef = v;
44414
44444
  }
44415
44445
  /**
44416
44446
  * Gets or sets the units text color.
44417
44447
  */
44418
44448
  get summaryUnitsTextColor() {
44419
- return brushToString(this.i.h5);
44449
+ return brushToString(this.i.h6);
44420
44450
  }
44421
44451
  set summaryUnitsTextColor(v) {
44422
- this.i.h5 = stringToBrush(v);
44423
- this._a("summaryUnitsTextColor", brushToString(this.i.h5));
44452
+ this.i.h6 = stringToBrush(v);
44453
+ this._a("summaryUnitsTextColor", brushToString(this.i.h6));
44424
44454
  }
44425
44455
  /**
44426
44456
  * Gets or Sets the style to use for the units text.
@@ -44438,46 +44468,46 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44438
44468
  this._a("summaryUnitsTextStyle", this.i.bp != null ? this.i.bp.fontString : "");
44439
44469
  }
44440
44470
  get badgeMarginBottom() {
44441
- return this.i.ih ? this.i.ih.bottom : NaN;
44471
+ return this.i.ii ? this.i.ii.bottom : NaN;
44442
44472
  }
44443
44473
  set badgeMarginBottom(v) {
44444
44474
  this.ensureBadgeMargin();
44445
- this.i.ih.bottom = +v;
44446
- this._a("badgeMarginBottom", this.i.ih.bottom);
44447
- this.i.ih = this.i.ih;
44475
+ this.i.ii.bottom = +v;
44476
+ this._a("badgeMarginBottom", this.i.ii.bottom);
44477
+ this.i.ii = this.i.ii;
44448
44478
  }
44449
44479
  get badgeMarginLeft() {
44450
- return this.i.ih ? this.i.ih.left : NaN;
44480
+ return this.i.ii ? this.i.ii.left : NaN;
44451
44481
  }
44452
44482
  set badgeMarginLeft(v) {
44453
44483
  this.ensureBadgeMargin();
44454
- this.i.ih.left = +v;
44455
- this._a("badgeMarginLeft", this.i.ih.left);
44456
- this.i.ih = this.i.ih;
44484
+ this.i.ii.left = +v;
44485
+ this._a("badgeMarginLeft", this.i.ii.left);
44486
+ this.i.ii = this.i.ii;
44457
44487
  }
44458
44488
  get badgeMarginRight() {
44459
- return this.i.ih ? this.i.ih.right : NaN;
44489
+ return this.i.ii ? this.i.ii.right : NaN;
44460
44490
  }
44461
44491
  set badgeMarginRight(v) {
44462
44492
  this.ensureBadgeMargin();
44463
- this.i.ih.right = +v;
44464
- this._a("badgeMarginRight", this.i.ih.right);
44465
- this.i.ih = this.i.ih;
44493
+ this.i.ii.right = +v;
44494
+ this._a("badgeMarginRight", this.i.ii.right);
44495
+ this.i.ii = this.i.ii;
44466
44496
  }
44467
44497
  get badgeMarginTop() {
44468
- return this.i.ih ? this.i.ih.top : NaN;
44498
+ return this.i.ii ? this.i.ii.top : NaN;
44469
44499
  }
44470
44500
  set badgeMarginTop(v) {
44471
44501
  this.ensureBadgeMargin();
44472
- this.i.ih.top = +v;
44473
- this._a("badgeMarginTop", this.i.ih.top);
44474
- this.i.ih = this.i.ih;
44502
+ this.i.ii.top = +v;
44503
+ this._a("badgeMarginTop", this.i.ii.top);
44504
+ this.i.ii = this.i.ii;
44475
44505
  }
44476
44506
  ensureBadgeMargin() {
44477
- if (this.i.ih) {
44507
+ if (this.i.ii) {
44478
44508
  return;
44479
44509
  }
44480
- this.i.ih = new Thickness(2);
44510
+ this.i.ii = new Thickness(2);
44481
44511
  }
44482
44512
  /**
44483
44513
  * Gets or sets the BadgeShape for the data legend.
@@ -44523,62 +44553,62 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44523
44553
  * Gets or sets the units text for the data legend.
44524
44554
  */
44525
44555
  get unitsText() {
44526
- return this.i.er;
44556
+ return this.i.es;
44527
44557
  }
44528
44558
  set unitsText(v) {
44529
- this.i.er = v;
44559
+ this.i.es = v;
44530
44560
  }
44531
44561
  /**
44532
44562
  * Gets or sets the units text color.
44533
44563
  */
44534
44564
  get unitsTextColor() {
44535
- return brushToString(this.i.h8);
44565
+ return brushToString(this.i.h9);
44536
44566
  }
44537
44567
  set unitsTextColor(v) {
44538
- this.i.h8 = stringToBrush(v);
44539
- this._a("unitsTextColor", brushToString(this.i.h8));
44568
+ this.i.h9 = stringToBrush(v);
44569
+ this._a("unitsTextColor", brushToString(this.i.h9));
44540
44570
  }
44541
44571
  get unitsTextMarginBottom() {
44542
- return this.i.ip ? this.i.ip.bottom : NaN;
44572
+ return this.i.iq ? this.i.iq.bottom : NaN;
44543
44573
  }
44544
44574
  set unitsTextMarginBottom(v) {
44545
44575
  this.ensureUnitsTextMargin();
44546
- this.i.ip.bottom = +v;
44547
- this._a("unitsTextMarginBottom", this.i.ip.bottom);
44548
- this.i.ip = this.i.ip;
44576
+ this.i.iq.bottom = +v;
44577
+ this._a("unitsTextMarginBottom", this.i.iq.bottom);
44578
+ this.i.iq = this.i.iq;
44549
44579
  }
44550
44580
  get unitsTextMarginLeft() {
44551
- return this.i.ip ? this.i.ip.left : NaN;
44581
+ return this.i.iq ? this.i.iq.left : NaN;
44552
44582
  }
44553
44583
  set unitsTextMarginLeft(v) {
44554
44584
  this.ensureUnitsTextMargin();
44555
- this.i.ip.left = +v;
44556
- this._a("unitsTextMarginLeft", this.i.ip.left);
44557
- this.i.ip = this.i.ip;
44585
+ this.i.iq.left = +v;
44586
+ this._a("unitsTextMarginLeft", this.i.iq.left);
44587
+ this.i.iq = this.i.iq;
44558
44588
  }
44559
44589
  get unitsTextMarginRight() {
44560
- return this.i.ip ? this.i.ip.right : NaN;
44590
+ return this.i.iq ? this.i.iq.right : NaN;
44561
44591
  }
44562
44592
  set unitsTextMarginRight(v) {
44563
44593
  this.ensureUnitsTextMargin();
44564
- this.i.ip.right = +v;
44565
- this._a("unitsTextMarginRight", this.i.ip.right);
44566
- this.i.ip = this.i.ip;
44594
+ this.i.iq.right = +v;
44595
+ this._a("unitsTextMarginRight", this.i.iq.right);
44596
+ this.i.iq = this.i.iq;
44567
44597
  }
44568
44598
  get unitsTextMarginTop() {
44569
- return this.i.ip ? this.i.ip.top : NaN;
44599
+ return this.i.iq ? this.i.iq.top : NaN;
44570
44600
  }
44571
44601
  set unitsTextMarginTop(v) {
44572
44602
  this.ensureUnitsTextMargin();
44573
- this.i.ip.top = +v;
44574
- this._a("unitsTextMarginTop", this.i.ip.top);
44575
- this.i.ip = this.i.ip;
44603
+ this.i.iq.top = +v;
44604
+ this._a("unitsTextMarginTop", this.i.iq.top);
44605
+ this.i.iq = this.i.iq;
44576
44606
  }
44577
44607
  ensureUnitsTextMargin() {
44578
- if (this.i.ip) {
44608
+ if (this.i.iq) {
44579
44609
  return;
44580
44610
  }
44581
- this.i.ip = new Thickness(2);
44611
+ this.i.iq = new Thickness(2);
44582
44612
  }
44583
44613
  /**
44584
44614
  * Gets or Sets the style to use for the units text.
@@ -44596,56 +44626,56 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44596
44626
  this._a("unitsTextStyle", this.i.bs != null ? this.i.bs.fontString : "");
44597
44627
  }
44598
44628
  get titleTextMarginBottom() {
44599
- return this.i.io ? this.i.io.bottom : NaN;
44629
+ return this.i.ip ? this.i.ip.bottom : NaN;
44600
44630
  }
44601
44631
  set titleTextMarginBottom(v) {
44602
44632
  this.ensureTitleTextMargin();
44603
- this.i.io.bottom = +v;
44604
- this._a("titleTextMarginBottom", this.i.io.bottom);
44605
- this.i.io = this.i.io;
44633
+ this.i.ip.bottom = +v;
44634
+ this._a("titleTextMarginBottom", this.i.ip.bottom);
44635
+ this.i.ip = this.i.ip;
44606
44636
  }
44607
44637
  get titleTextMarginLeft() {
44608
- return this.i.io ? this.i.io.left : NaN;
44638
+ return this.i.ip ? this.i.ip.left : NaN;
44609
44639
  }
44610
44640
  set titleTextMarginLeft(v) {
44611
44641
  this.ensureTitleTextMargin();
44612
- this.i.io.left = +v;
44613
- this._a("titleTextMarginLeft", this.i.io.left);
44614
- this.i.io = this.i.io;
44642
+ this.i.ip.left = +v;
44643
+ this._a("titleTextMarginLeft", this.i.ip.left);
44644
+ this.i.ip = this.i.ip;
44615
44645
  }
44616
44646
  get titleTextMarginRight() {
44617
- return this.i.io ? this.i.io.right : NaN;
44647
+ return this.i.ip ? this.i.ip.right : NaN;
44618
44648
  }
44619
44649
  set titleTextMarginRight(v) {
44620
44650
  this.ensureTitleTextMargin();
44621
- this.i.io.right = +v;
44622
- this._a("titleTextMarginRight", this.i.io.right);
44623
- this.i.io = this.i.io;
44651
+ this.i.ip.right = +v;
44652
+ this._a("titleTextMarginRight", this.i.ip.right);
44653
+ this.i.ip = this.i.ip;
44624
44654
  }
44625
44655
  get titleTextMarginTop() {
44626
- return this.i.io ? this.i.io.top : NaN;
44656
+ return this.i.ip ? this.i.ip.top : NaN;
44627
44657
  }
44628
44658
  set titleTextMarginTop(v) {
44629
44659
  this.ensureTitleTextMargin();
44630
- this.i.io.top = +v;
44631
- this._a("titleTextMarginTop", this.i.io.top);
44632
- this.i.io = this.i.io;
44660
+ this.i.ip.top = +v;
44661
+ this._a("titleTextMarginTop", this.i.ip.top);
44662
+ this.i.ip = this.i.ip;
44633
44663
  }
44634
44664
  ensureTitleTextMargin() {
44635
- if (this.i.io) {
44665
+ if (this.i.ip) {
44636
44666
  return;
44637
44667
  }
44638
- this.i.io = new Thickness(2);
44668
+ this.i.ip = new Thickness(2);
44639
44669
  }
44640
44670
  /**
44641
44671
  * Gets or sets the display text color.
44642
44672
  */
44643
44673
  get titleTextColor() {
44644
- return brushToString(this.i.h7);
44674
+ return brushToString(this.i.h8);
44645
44675
  }
44646
44676
  set titleTextColor(v) {
44647
- this.i.h7 = stringToBrush(v);
44648
- this._a("titleTextColor", brushToString(this.i.h7));
44677
+ this.i.h8 = stringToBrush(v);
44678
+ this._a("titleTextColor", brushToString(this.i.h8));
44649
44679
  }
44650
44680
  /**
44651
44681
  * Gets or Sets the style to use for the display text.
@@ -44676,53 +44706,53 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44676
44706
  * Gets or sets the units text color.
44677
44707
  */
44678
44708
  get labelTextColor() {
44679
- return brushToString(this.i.h1);
44709
+ return brushToString(this.i.h2);
44680
44710
  }
44681
44711
  set labelTextColor(v) {
44682
- this.i.h1 = stringToBrush(v);
44683
- this._a("labelTextColor", brushToString(this.i.h1));
44712
+ this.i.h2 = stringToBrush(v);
44713
+ this._a("labelTextColor", brushToString(this.i.h2));
44684
44714
  }
44685
44715
  get labelTextMarginBottom() {
44686
- return this.i.ik ? this.i.ik.bottom : NaN;
44716
+ return this.i.il ? this.i.il.bottom : NaN;
44687
44717
  }
44688
44718
  set labelTextMarginBottom(v) {
44689
44719
  this.ensureLabelTextMargin();
44690
- this.i.ik.bottom = +v;
44691
- this._a("labelTextMarginBottom", this.i.ik.bottom);
44692
- this.i.ik = this.i.ik;
44720
+ this.i.il.bottom = +v;
44721
+ this._a("labelTextMarginBottom", this.i.il.bottom);
44722
+ this.i.il = this.i.il;
44693
44723
  }
44694
44724
  get labelTextMarginLeft() {
44695
- return this.i.ik ? this.i.ik.left : NaN;
44725
+ return this.i.il ? this.i.il.left : NaN;
44696
44726
  }
44697
44727
  set labelTextMarginLeft(v) {
44698
44728
  this.ensureLabelTextMargin();
44699
- this.i.ik.left = +v;
44700
- this._a("labelTextMarginLeft", this.i.ik.left);
44701
- this.i.ik = this.i.ik;
44729
+ this.i.il.left = +v;
44730
+ this._a("labelTextMarginLeft", this.i.il.left);
44731
+ this.i.il = this.i.il;
44702
44732
  }
44703
44733
  get labelTextMarginRight() {
44704
- return this.i.ik ? this.i.ik.right : NaN;
44734
+ return this.i.il ? this.i.il.right : NaN;
44705
44735
  }
44706
44736
  set labelTextMarginRight(v) {
44707
44737
  this.ensureLabelTextMargin();
44708
- this.i.ik.right = +v;
44709
- this._a("labelTextMarginRight", this.i.ik.right);
44710
- this.i.ik = this.i.ik;
44738
+ this.i.il.right = +v;
44739
+ this._a("labelTextMarginRight", this.i.il.right);
44740
+ this.i.il = this.i.il;
44711
44741
  }
44712
44742
  get labelTextMarginTop() {
44713
- return this.i.ik ? this.i.ik.top : NaN;
44743
+ return this.i.il ? this.i.il.top : NaN;
44714
44744
  }
44715
44745
  set labelTextMarginTop(v) {
44716
44746
  this.ensureLabelTextMargin();
44717
- this.i.ik.top = +v;
44718
- this._a("labelTextMarginTop", this.i.ik.top);
44719
- this.i.ik = this.i.ik;
44747
+ this.i.il.top = +v;
44748
+ this._a("labelTextMarginTop", this.i.il.top);
44749
+ this.i.il = this.i.il;
44720
44750
  }
44721
44751
  ensureLabelTextMargin() {
44722
- if (this.i.ik) {
44752
+ if (this.i.il) {
44723
44753
  return;
44724
44754
  }
44725
- this.i.ik = new Thickness(2);
44755
+ this.i.il = new Thickness(2);
44726
44756
  }
44727
44757
  /**
44728
44758
  * Gets or Sets the style to use for the units text.
@@ -44840,15 +44870,15 @@ let IgcDataLegendComponent = /*@__PURE__*/ (() => {
44840
44870
  this.i.flush();
44841
44871
  }
44842
44872
  getAbbreviatedNumber(number, mode, minDigits, maxDigits) {
44843
- let iv = this.i.cq(number, (mode == null ? null : mode), minDigits, maxDigits);
44873
+ let iv = this.i.cr(number, (mode == null ? null : mode), minDigits, maxDigits);
44844
44874
  return (iv);
44845
44875
  }
44846
44876
  getAbbreviatedSymbol(number, mode, minDigits, maxDigits) {
44847
- let iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
44877
+ let iv = this.i.c8(number, (mode == null ? null : mode), minDigits, maxDigits);
44848
44878
  return (iv);
44849
44879
  }
44850
44880
  getAbbreviatedString(number, mode, minDigits, maxDigits) {
44851
- let iv = this.i.c6(number, (mode == null ? null : mode), minDigits, maxDigits);
44881
+ let iv = this.i.c7(number, (mode == null ? null : mode), minDigits, maxDigits);
44852
44882
  return (iv);
44853
44883
  }
44854
44884
  /**
@@ -50653,9 +50683,10 @@ let AnchoredCategorySeries = /*@__PURE__*/ (() => {
50653
50683
  let c = new DataLegendSeriesValueInfo();
50654
50684
  c.a = 0;
50655
50685
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
50686
+ c.q = this.t5 != null ? this.t5 : "Value";
50656
50687
  c.p = "Value";
50657
- c.q = this.t1 != null ? this.t1 : "V:";
50658
- c.r = this.t3 != null ? this.t3 : "";
50688
+ c.r = this.t1 != null ? this.t1 : "V:";
50689
+ c.s = this.t3 != null ? this.t3 : "";
50659
50690
  let d = new DataLegendSeriesContext();
50660
50691
  d.f = ((() => {
50661
50692
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -52401,11 +52432,13 @@ class IgcAssigningSeriesStyleEventArgsBase {
52401
52432
  }
52402
52433
  if (!r.externalObject) {
52403
52434
  let e = new IgcHighlightingInfo();
52404
- if (e.i.setNativeElement) {
52405
- e.i.setNativeElement(r);
52435
+ if (r.$type) {
52436
+ e._implementation = r;
52406
52437
  }
52407
52438
  else {
52408
- e._implementation = r;
52439
+ if (e.i.setNativeElement) {
52440
+ e.i.setNativeElement(r);
52441
+ }
52409
52442
  }
52410
52443
  r.externalObject = e;
52411
52444
  }
@@ -67396,11 +67429,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67396
67429
  }
67397
67430
  if (!r.externalObject) {
67398
67431
  let e = new IgcChartSortDescriptionCollection();
67399
- if (e.i.setNativeElement) {
67400
- e.i.setNativeElement(r);
67432
+ if (r.$type) {
67433
+ e._implementation = r;
67401
67434
  }
67402
67435
  else {
67403
- e._implementation = r;
67436
+ if (e.i.setNativeElement) {
67437
+ e.i.setNativeElement(r);
67438
+ }
67404
67439
  }
67405
67440
  r.externalObject = e;
67406
67441
  }
@@ -67413,11 +67448,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67413
67448
  }
67414
67449
  if (!r.externalObject) {
67415
67450
  let e = new IgcChartSortDescriptionCollection();
67416
- if (e.i.setNativeElement) {
67417
- e.i.setNativeElement(r);
67451
+ if (r.$type) {
67452
+ e._implementation = r;
67418
67453
  }
67419
67454
  else {
67420
- e._implementation = r;
67455
+ if (e.i.setNativeElement) {
67456
+ e.i.setNativeElement(r);
67457
+ }
67421
67458
  }
67422
67459
  r.externalObject = e;
67423
67460
  }
@@ -67433,11 +67470,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67433
67470
  }
67434
67471
  if (!r.externalObject) {
67435
67472
  let e = new IgcChartSortDescriptionCollection();
67436
- if (e.i.setNativeElement) {
67437
- e.i.setNativeElement(r);
67473
+ if (r.$type) {
67474
+ e._implementation = r;
67438
67475
  }
67439
67476
  else {
67440
- e._implementation = r;
67477
+ if (e.i.setNativeElement) {
67478
+ e.i.setNativeElement(r);
67479
+ }
67441
67480
  }
67442
67481
  r.externalObject = e;
67443
67482
  }
@@ -67453,11 +67492,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67453
67492
  }
67454
67493
  if (!r.externalObject) {
67455
67494
  let e = new IgcFilterExpressionCollection();
67456
- if (e.i.setNativeElement) {
67457
- e.i.setNativeElement(r);
67495
+ if (r.$type) {
67496
+ e._implementation = r;
67458
67497
  }
67459
67498
  else {
67460
- e._implementation = r;
67499
+ if (e.i.setNativeElement) {
67500
+ e.i.setNativeElement(r);
67501
+ }
67461
67502
  }
67462
67503
  r.externalObject = e;
67463
67504
  }
@@ -67473,11 +67514,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67473
67514
  }
67474
67515
  if (!r.externalObject) {
67475
67516
  let e = new IgcChartSummaryDescriptionCollection();
67476
- if (e.i.setNativeElement) {
67477
- e.i.setNativeElement(r);
67517
+ if (r.$type) {
67518
+ e._implementation = r;
67478
67519
  }
67479
67520
  else {
67480
- e._implementation = r;
67521
+ if (e.i.setNativeElement) {
67522
+ e.i.setNativeElement(r);
67523
+ }
67481
67524
  }
67482
67525
  r.externalObject = e;
67483
67526
  }
@@ -67493,11 +67536,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67493
67536
  }
67494
67537
  if (!r.externalObject) {
67495
67538
  let e = new IgcChartSortDescriptionCollection();
67496
- if (e.i.setNativeElement) {
67497
- e.i.setNativeElement(r);
67539
+ if (r.$type) {
67540
+ e._implementation = r;
67498
67541
  }
67499
67542
  else {
67500
- e._implementation = r;
67543
+ if (e.i.setNativeElement) {
67544
+ e.i.setNativeElement(r);
67545
+ }
67501
67546
  }
67502
67547
  r.externalObject = e;
67503
67548
  }
@@ -67513,11 +67558,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67513
67558
  }
67514
67559
  if (!r.externalObject) {
67515
67560
  let e = new IgcChartSortDescriptionCollection();
67516
- if (e.i.setNativeElement) {
67517
- e.i.setNativeElement(r);
67561
+ if (r.$type) {
67562
+ e._implementation = r;
67518
67563
  }
67519
67564
  else {
67520
- e._implementation = r;
67565
+ if (e.i.setNativeElement) {
67566
+ e.i.setNativeElement(r);
67567
+ }
67521
67568
  }
67522
67569
  r.externalObject = e;
67523
67570
  }
@@ -67533,11 +67580,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67533
67580
  }
67534
67581
  if (!r.externalObject) {
67535
67582
  let e = new IgcChartSortDescriptionCollection();
67536
- if (e.i.setNativeElement) {
67537
- e.i.setNativeElement(r);
67583
+ if (r.$type) {
67584
+ e._implementation = r;
67538
67585
  }
67539
67586
  else {
67540
- e._implementation = r;
67587
+ if (e.i.setNativeElement) {
67588
+ e.i.setNativeElement(r);
67589
+ }
67541
67590
  }
67542
67591
  r.externalObject = e;
67543
67592
  }
@@ -67553,11 +67602,13 @@ let IgcDomainChartComponent = /*@__PURE__*/ (() => {
67553
67602
  }
67554
67603
  if (!r.externalObject) {
67555
67604
  let e = new IgcChartSummaryDescriptionCollection();
67556
- if (e.i.setNativeElement) {
67557
- e.i.setNativeElement(r);
67605
+ if (r.$type) {
67606
+ e._implementation = r;
67558
67607
  }
67559
67608
  else {
67560
- e._implementation = r;
67609
+ if (e.i.setNativeElement) {
67610
+ e.i.setNativeElement(r);
67611
+ }
67561
67612
  }
67562
67613
  r.externalObject = e;
67563
67614
  }
@@ -86392,11 +86443,13 @@ let IgcRingSeriesComponent = /*@__PURE__*/ (() => {
86392
86443
  }
86393
86444
  if (!r.externalObject) {
86394
86445
  let e = new IgcRing();
86395
- if (e.i.setNativeElement) {
86396
- e.i.setNativeElement(r);
86446
+ if (r.$type) {
86447
+ e._implementation = r;
86397
86448
  }
86398
86449
  else {
86399
- e._implementation = r;
86450
+ if (e.i.setNativeElement) {
86451
+ e.i.setNativeElement(r);
86452
+ }
86400
86453
  }
86401
86454
  r.externalObject = e;
86402
86455
  }
@@ -100644,11 +100697,13 @@ class IgcFinancialEventArgs {
100644
100697
  }
100645
100698
  if (!r.externalObject) {
100646
100699
  let e = new IgcFinancialCalculationDataSource();
100647
- if (e.i.setNativeElement) {
100648
- e.i.setNativeElement(r);
100700
+ if (r.$type) {
100701
+ e._implementation = r;
100649
100702
  }
100650
100703
  else {
100651
- e._implementation = r;
100704
+ if (e.i.setNativeElement) {
100705
+ e.i.setNativeElement(r);
100706
+ }
100652
100707
  }
100653
100708
  r.externalObject = e;
100654
100709
  }
@@ -100667,11 +100722,13 @@ class IgcFinancialEventArgs {
100667
100722
  }
100668
100723
  if (!r.externalObject) {
100669
100724
  let e = new IgcFinancialCalculationSupportingCalculations();
100670
- if (e.i.setNativeElement) {
100671
- e.i.setNativeElement(r);
100725
+ if (r.$type) {
100726
+ e._implementation = r;
100672
100727
  }
100673
100728
  else {
100674
- e._implementation = r;
100729
+ if (e.i.setNativeElement) {
100730
+ e.i.setNativeElement(r);
100731
+ }
100675
100732
  }
100676
100733
  r.externalObject = e;
100677
100734
  }
@@ -110476,27 +110533,30 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
110476
110533
  let f = new DataLegendSeriesValueInfo();
110477
110534
  f.a = 4;
110478
110535
  f.l = this.r8(c, false, false);
110479
- f.p = this.sk != null ? this.sk : "Close";
110480
- f.q = this.tw != null ? this.tw : "C:";
110481
- f.r = this.ty != null ? this.ty : "";
110536
+ f.p = "Close";
110537
+ f.q = this.sk != null ? this.sk : "Close";
110538
+ f.r = this.tw != null ? this.tw : "C:";
110539
+ f.s = this.ty != null ? this.ty : "";
110482
110540
  let g = new DataLegendSeriesValueInfo();
110483
110541
  g.l = this.r9(c, false, false);
110484
110542
  g.a = 3;
110485
- g.p = this.sw != null ? this.sw : "Open";
110486
- g.q = this.ua != null ? this.ua : "O:";
110487
- g.r = this.uc != null ? this.uc : "";
110543
+ g.p = "Open";
110544
+ g.q = this.sw != null ? this.sw : "Open";
110545
+ g.r = this.ua != null ? this.ua : "O:";
110546
+ g.s = this.uc != null ? this.uc : "";
110488
110547
  g.k = true;
110489
110548
  let h = new DataLegendSeriesValueInfo();
110490
110549
  h.l = (f.l - g.l) / g.l * 100;
110491
110550
  h.l = round10N(h.l, 1);
110492
110551
  h.a = 9;
110493
110552
  h.p = "Change";
110494
- h.q = "";
110495
- h.t = "";
110496
- h.v = "+";
110497
- h.u = "%";
110498
- h.w = "%";
110499
- h.r = null;
110553
+ h.q = "Change";
110554
+ h.r = "";
110555
+ h.u = "";
110556
+ h.w = "+";
110557
+ h.v = "%";
110558
+ h.x = "%";
110559
+ h.s = null;
110500
110560
  h.c = false;
110501
110561
  h.k = true;
110502
110562
  h.e = false;
@@ -110506,37 +110566,41 @@ let FinancialPriceSeries = /*@__PURE__*/ (() => {
110506
110566
  h.d = false;
110507
110567
  h.n = 1;
110508
110568
  h.m = 1;
110509
- g.x = h.l >= 0 ? this.o3 : this.tm;
110510
- f.x = h.l >= 0 ? this.o3 : this.tm;
110511
- h.x = h.l >= 0 ? this.o3 : this.tm;
110569
+ g.y = h.l >= 0 ? this.o3 : this.tm;
110570
+ f.y = h.l >= 0 ? this.o3 : this.tm;
110571
+ h.y = h.l >= 0 ? this.o3 : this.tm;
110512
110572
  let i = new DataLegendSeriesValueInfo();
110513
110573
  i.l = e > d ? d : e;
110514
110574
  i.a = 1;
110515
- i.p = this.ss != null ? this.ss : "Low";
110516
- i.q = this.t5 != null ? this.t5 : "L:";
110517
- i.r = this.t7 != null ? this.t7 : "";
110575
+ i.p = "Low";
110576
+ i.q = this.ss != null ? this.ss : "Low";
110577
+ i.r = this.t5 != null ? this.t5 : "L:";
110578
+ i.s = this.t7 != null ? this.t7 : "";
110518
110579
  i.k = true;
110519
110580
  let j = new DataLegendSeriesValueInfo();
110520
110581
  j.l = e > d ? e : d;
110521
110582
  j.a = 2;
110522
- j.p = this.sn != null ? this.sn : "High";
110523
- j.q = this.t1 != null ? this.t1 : "H:";
110524
- j.r = this.t3 != null ? this.t3 : "";
110583
+ j.p = "High";
110584
+ j.q = this.sn != null ? this.sn : "High";
110585
+ j.r = this.t1 != null ? this.t1 : "H:";
110586
+ j.s = this.t3 != null ? this.t3 : "";
110525
110587
  j.k = true;
110526
110588
  let k = new DataLegendSeriesValueInfo();
110527
110589
  k.l = (j.l + i.l + f.l) / 3;
110528
110590
  k.l = round10N(k.l, 2);
110529
110591
  k.a = 5;
110530
110592
  k.p = "TypicalPrice";
110531
- k.q = "TP:";
110532
- k.r = "";
110593
+ k.q = "TypicalPrice";
110594
+ k.r = "TP:";
110595
+ k.s = "";
110533
110596
  k.k = true;
110534
110597
  let l = new DataLegendSeriesValueInfo();
110535
110598
  l.l = this.sa(c, false, false);
110536
110599
  l.a = 8;
110537
- l.p = this.s0 != null ? this.s0 : "Volume";
110538
- l.q = "VOL:";
110539
- l.r = "";
110600
+ l.p = "Volume";
110601
+ l.q = this.s0 != null ? this.s0 : "Volume";
110602
+ l.r = "VOL:";
110603
+ l.s = "";
110540
110604
  l.k = true;
110541
110605
  l.n = 0;
110542
110606
  l.m = 0;
@@ -133642,26 +133706,30 @@ let HorizontalRangeCategorySeries = /*@__PURE__*/ (() => {
133642
133706
  let f = new DataLegendSeriesValueInfo();
133643
133707
  f.a = 1;
133644
133708
  f.l = e > d ? d : e;
133645
- f.p = this.tt != null ? this.tt : "High";
133646
- f.q = this.t6 != null ? this.t6 : "L:";
133647
- f.r = this.t8 != null ? this.t8 : "";
133709
+ f.p = "Low";
133710
+ f.q = this.tt != null ? this.tt : "Low";
133711
+ f.r = this.t6 != null ? this.t6 : "L:";
133712
+ f.s = this.t8 != null ? this.t8 : "";
133648
133713
  let g = new DataLegendSeriesValueInfo();
133649
133714
  g.a = 2;
133650
133715
  g.l = e > d ? e : d;
133651
- g.p = this.tq != null ? this.tq : "High";
133652
- g.q = this.t2 != null ? this.t2 : "H:";
133653
- g.r = this.t4 != null ? this.t4 : "";
133716
+ g.p = "High";
133717
+ g.q = this.tq != null ? this.tq : "High";
133718
+ g.r = this.t2 != null ? this.t2 : "H:";
133719
+ g.s = this.t4 != null ? this.t4 : "";
133654
133720
  let h = new DataLegendSeriesValueInfo();
133655
133721
  h.a = 7;
133656
133722
  h.l = Math.abs(g.l - f.l);
133657
133723
  h.p = "Range";
133658
- h.q = "R:";
133724
+ h.q = "Range";
133725
+ h.r = "R:";
133659
133726
  h.k = true;
133660
133727
  let i = new DataLegendSeriesValueInfo();
133661
133728
  i.a = 6;
133662
133729
  i.l = f.l + (h.l / 2);
133663
133730
  i.p = "Average";
133664
- i.q = "A:";
133731
+ i.q = "Average";
133732
+ i.r = "A:";
133665
133733
  i.k = true;
133666
133734
  let j = new DataLegendSeriesContext();
133667
133735
  j.f = ((() => {
@@ -141002,15 +141070,17 @@ let PolarBase = /*@__PURE__*/ (() => {
141002
141070
  let g = new DataLegendSeriesValueInfo();
141003
141071
  g.l = e;
141004
141072
  g.a = 11;
141005
- g.p = this.tw != null ? this.tw : "Radius";
141006
- g.q = this.ts != null ? this.ts : "R:";
141007
- g.r = this.tu != null ? this.tu : "";
141073
+ g.q = this.tw != null ? this.tw : "Radius";
141074
+ g.p = "Radius";
141075
+ g.r = this.ts != null ? this.ts : "R:";
141076
+ g.s = this.tu != null ? this.tu : "";
141008
141077
  let h = new DataLegendSeriesValueInfo();
141009
141078
  h.l = f;
141010
141079
  h.a = 10;
141011
- h.p = this.ti != null ? this.ti : "Angle";
141012
- h.q = this.te != null ? this.te : "A:";
141013
- h.r = this.tg != null ? this.tg : "";
141080
+ h.q = this.ti != null ? this.ti : "Angle";
141081
+ h.p = "Angle";
141082
+ h.r = this.te != null ? this.te : "A:";
141083
+ h.s = this.tg != null ? this.tg : "";
141014
141084
  let i = new DataLegendSeriesContext();
141015
141085
  i.f = ((() => {
141016
141086
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -144200,9 +144270,10 @@ let AnchoredRadialSeries = /*@__PURE__*/ (() => {
144200
144270
  let c = new DataLegendSeriesValueInfo();
144201
144271
  c.a = 0;
144202
144272
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
144203
- c.p = this.to != null ? this.to : "Value";
144204
- c.q = this.tk != null ? this.tk : "V:";
144205
- c.r = this.tm != null ? this.tm : "";
144273
+ c.p = "Value";
144274
+ c.q = this.to != null ? this.to : "Value";
144275
+ c.r = this.tk != null ? this.tk : "V:";
144276
+ c.s = this.tm != null ? this.tm : "";
144206
144277
  let d = new DataLegendSeriesContext();
144207
144278
  d.f = ((() => {
144208
144279
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -150427,15 +150498,17 @@ let ScatterBase = /*@__PURE__*/ (() => {
150427
150498
  let g = new DataLegendSeriesValueInfo();
150428
150499
  g.l = e;
150429
150500
  g.a = 13;
150430
- g.p = this.ti != null ? this.ti : "X:";
150431
- g.q = this.te != null ? this.te : "X:";
150432
- g.r = this.tg != null ? this.tg : "";
150501
+ g.p = "X";
150502
+ g.q = this.ti != null ? this.ti : "X";
150503
+ g.r = this.te != null ? this.te : "X:";
150504
+ g.s = this.tg != null ? this.tg : "";
150433
150505
  let h = new DataLegendSeriesValueInfo();
150434
150506
  h.l = f;
150435
150507
  h.a = 14;
150436
- h.p = this.tq != null ? this.tq : "Y:";
150437
- h.q = this.tm != null ? this.tm : "Y:";
150438
- h.r = this.to != null ? this.to : "";
150508
+ h.p = "Y";
150509
+ h.q = this.tq != null ? this.tq : "Y";
150510
+ h.r = this.tm != null ? this.tm : "Y:";
150511
+ h.s = this.to != null ? this.to : "";
150439
150512
  let i = new DataLegendSeriesContext();
150440
150513
  i.f = ((() => {
150441
150514
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -151414,15 +151487,17 @@ let BubbleSeries = /*@__PURE__*/ (() => {
151414
151487
  let g = new DataLegendSeriesValueInfo();
151415
151488
  g.a = 13;
151416
151489
  g.l = e;
151417
- g.p = this.ti != null ? this.ti : "X";
151418
- g.q = this.te != null ? this.te : "X:";
151419
- g.r = this.tg != null ? this.tg : "";
151490
+ g.p = "X";
151491
+ g.q = this.ti != null ? this.ti : "X";
151492
+ g.r = this.te != null ? this.te : "X:";
151493
+ g.s = this.tg != null ? this.tg : "";
151420
151494
  let h = new DataLegendSeriesValueInfo();
151421
151495
  h.l = f;
151422
151496
  h.a = 14;
151423
- h.p = this.tq != null ? this.tq : "Y";
151424
- h.q = this.tm != null ? this.tm : "Y:";
151425
- h.r = this.to != null ? this.to : "";
151497
+ h.p = "Y";
151498
+ h.q = this.tq != null ? this.tq : "Y";
151499
+ h.r = this.tm != null ? this.tm : "Y:";
151500
+ h.s = this.to != null ? this.to : "";
151426
151501
  let i = new DataLegendSeriesContext();
151427
151502
  i.f = ((() => {
151428
151503
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -151436,18 +151511,20 @@ let BubbleSeries = /*@__PURE__*/ (() => {
151436
151511
  let k = new DataLegendSeriesValueInfo();
151437
151512
  k.l = j;
151438
151513
  k.a = 11;
151439
- k.p = this.wb != null ? this.wb : "Radius";
151440
- k.q = this.v7 != null ? this.v7 : "R:";
151441
- k.r = this.v9 != null ? this.v9 : "";
151514
+ k.p = "Radius";
151515
+ k.q = this.wb != null ? this.wb : "Radius";
151516
+ k.r = this.v7 != null ? this.v7 : "R:";
151517
+ k.s = this.v9 != null ? this.v9 : "";
151442
151518
  i.f.add(k);
151443
151519
  }
151444
151520
  else if (this.va != null) {
151445
151521
  let l = new DataLegendSeriesValueInfo();
151446
151522
  l.l = this.va.maximumValue;
151447
151523
  l.a = 11;
151448
- l.p = this.wb != null ? this.wb : "Radius";
151449
- l.q = this.v7 != null ? this.v7 : "R:";
151450
- l.r = this.v9 != null ? this.v9 : "";
151524
+ l.p = "Radius";
151525
+ l.q = this.wb != null ? this.wb : "Radius";
151526
+ l.r = this.v7 != null ? this.v7 : "R:";
151527
+ l.s = this.v9 != null ? this.v9 : "";
151451
151528
  i.f.add(l);
151452
151529
  }
151453
151530
  if (!stringIsNullOrEmpty(this.vw)) {
@@ -151455,9 +151532,10 @@ let BubbleSeries = /*@__PURE__*/ (() => {
151455
151532
  let n = new DataLegendSeriesValueInfo();
151456
151533
  n.l = m;
151457
151534
  n.a = 12;
151458
- n.p = this.vw != null ? this.vw : "Fill";
151459
- n.q = this.vs != null ? this.vs : "F:";
151460
- n.r = this.vu != null ? this.vu : "";
151535
+ n.p = "Fill";
151536
+ n.q = this.vw != null ? this.vw : "Fill";
151537
+ n.r = this.vs != null ? this.vs : "F:";
151538
+ n.s = this.vu != null ? this.vu : "";
151461
151539
  i.f.add(n);
151462
151540
  }
151463
151541
  return i;
@@ -154094,15 +154172,17 @@ let HighDensityScatterSeries = /*@__PURE__*/ (() => {
154094
154172
  let g = new DataLegendSeriesValueInfo();
154095
154173
  g.l = e;
154096
154174
  g.a = 13;
154097
- g.p = this.si != null ? this.si : "X";
154098
- g.q = this.se != null ? this.se : "X:";
154099
- g.r = this.sg != null ? this.sg : "";
154175
+ g.p = "X";
154176
+ g.q = this.si != null ? this.si : "X";
154177
+ g.r = this.se != null ? this.se : "X:";
154178
+ g.s = this.sg != null ? this.sg : "";
154100
154179
  let h = new DataLegendSeriesValueInfo();
154101
154180
  h.l = f;
154102
154181
  h.a = 14;
154103
- h.p = this.sq != null ? this.sq : "Y";
154104
- h.q = this.sm != null ? this.sm : "Y:";
154105
- g.r = this.so != null ? this.so : "";
154182
+ h.p = "Y";
154183
+ h.q = this.sq != null ? this.sq : "Y";
154184
+ h.r = this.sm != null ? this.sm : "Y:";
154185
+ h.s = this.so != null ? this.so : "";
154106
154186
  let i = new DataLegendSeriesContext();
154107
154187
  i.f = ((() => {
154108
154188
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -156188,17 +156268,17 @@ let ScatterTriangulationSeries = /*@__PURE__*/ (() => {
156188
156268
  let g = new DataLegendSeriesValueInfo();
156189
156269
  g.l = e;
156190
156270
  g.a = 13;
156191
- g.p = this.ra != null ? this.ra : "X";
156192
- ;
156193
- g.q = this.q6 != null ? this.q6 : "X:";
156194
- g.r = this.q8 != null ? this.q8 : "";
156271
+ g.p = "X";
156272
+ g.q = this.ra != null ? this.ra : "X";
156273
+ g.r = this.q6 != null ? this.q6 : "X:";
156274
+ g.s = this.q8 != null ? this.q8 : "";
156195
156275
  let h = new DataLegendSeriesValueInfo();
156196
156276
  h.l = f;
156197
156277
  h.a = 14;
156198
- h.p = this.ri != null ? this.ri : "Y";
156199
- ;
156200
- h.q = this.re != null ? this.re : "Y:";
156201
- h.r = this.rg != null ? this.rg : "";
156278
+ h.p = "Y";
156279
+ h.q = this.ri != null ? this.ri : "Y";
156280
+ h.r = this.re != null ? this.re : "Y:";
156281
+ h.s = this.rg != null ? this.rg : "";
156202
156282
  let i = new DataLegendSeriesContext();
156203
156283
  i.f = ((() => {
156204
156284
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -156746,21 +156826,24 @@ let ScatterAreaSeries = /*@__PURE__*/ (() => {
156746
156826
  let h = new DataLegendSeriesValueInfo();
156747
156827
  h.l = e;
156748
156828
  h.a = 13;
156749
- h.p = this.ra != null ? this.ra : "X";
156750
- h.q = this.q6 != null ? this.q6 : "X:";
156751
- h.r = this.q8 != null ? this.q8 : "";
156829
+ h.p = "X";
156830
+ h.q = this.ra != null ? this.ra : "X";
156831
+ h.r = this.q6 != null ? this.q6 : "X:";
156832
+ h.s = this.q8 != null ? this.q8 : "";
156752
156833
  let i = new DataLegendSeriesValueInfo();
156753
156834
  i.l = f;
156754
156835
  i.a = 14;
156755
- i.p = this.ri != null ? this.ri : "Y";
156756
- i.q = this.re != null ? this.re : "Y:";
156757
- i.r = this.rg != null ? this.rg : "";
156836
+ i.p = "Y";
156837
+ i.q = this.ri != null ? this.ri : "Y";
156838
+ i.r = this.re != null ? this.re : "Y:";
156839
+ i.s = this.rg != null ? this.rg : "";
156758
156840
  let j = new DataLegendSeriesValueInfo();
156759
156841
  j.l = g;
156760
156842
  j.a = 0;
156761
- j.p = this.sh != null ? this.sh : "Value";
156762
- j.q = this.sd != null ? this.sd : "V:";
156763
- j.r = this.sf != null ? this.sf : "";
156843
+ j.p = "Value";
156844
+ j.q = this.sh != null ? this.sh : "Value";
156845
+ j.r = this.sd != null ? this.sd : "V:";
156846
+ j.s = this.sf != null ? this.sf : "";
156764
156847
  let k = new DataLegendSeriesContext();
156765
156848
  k.f = ((() => {
156766
156849
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -157536,21 +157619,24 @@ let ScatterContourSeries = /*@__PURE__*/ (() => {
157536
157619
  let h = new DataLegendSeriesValueInfo();
157537
157620
  h.a = 13;
157538
157621
  h.l = e;
157539
- h.p = this.ra != null ? this.ra : "X";
157540
- h.q = this.q6 != null ? this.q6 : "X:";
157541
- h.r = this.q8 != null ? this.q8 : "";
157622
+ h.p = "X";
157623
+ h.q = this.ra != null ? this.ra : "X";
157624
+ h.r = this.q6 != null ? this.q6 : "X:";
157625
+ h.s = this.q8 != null ? this.q8 : "";
157542
157626
  let i = new DataLegendSeriesValueInfo();
157543
157627
  i.a = 14;
157544
157628
  i.l = f;
157545
- i.p = this.ri != null ? this.ri : "Y";
157546
- i.q = this.re != null ? this.re : "Y:";
157547
- i.r = this.rg != null ? this.rg : "";
157629
+ i.p = "Y";
157630
+ i.q = this.ri != null ? this.ri : "Y";
157631
+ i.r = this.re != null ? this.re : "Y:";
157632
+ i.s = this.rg != null ? this.rg : "";
157548
157633
  let j = new DataLegendSeriesValueInfo();
157549
157634
  j.a = 0;
157550
157635
  j.l = g;
157551
- j.p = this.sf != null ? this.sf : "Value";
157552
- j.q = this.sb != null ? this.sb : "V:";
157553
- j.r = this.sd != null ? this.sd : "";
157636
+ j.p = "Value";
157637
+ j.q = this.sf != null ? this.sf : "Value";
157638
+ j.r = this.sb != null ? this.sb : "V:";
157639
+ j.s = this.sd != null ? this.sd : "";
157554
157640
  let k = new DataLegendSeriesContext();
157555
157641
  k.f = ((() => {
157556
157642
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -161382,11 +161468,13 @@ let IgcScatterPolygonSeriesComponent = /*@__PURE__*/ (() => {
161382
161468
  }
161383
161469
  if (!r.externalObject) {
161384
161470
  let e = new IgcStyle();
161385
- if (e.i.setNativeElement) {
161386
- e.i.setNativeElement(r);
161471
+ if (r.$type) {
161472
+ e._implementation = r;
161387
161473
  }
161388
161474
  else {
161389
- e._implementation = r;
161475
+ if (e.i.setNativeElement) {
161476
+ e.i.setNativeElement(r);
161477
+ }
161390
161478
  }
161391
161479
  r.externalObject = e;
161392
161480
  }
@@ -161734,11 +161822,13 @@ let IgcScatterPolylineSeriesComponent = /*@__PURE__*/ (() => {
161734
161822
  }
161735
161823
  if (!r.externalObject) {
161736
161824
  let e = new IgcStyle();
161737
- if (e.i.setNativeElement) {
161738
- e.i.setNativeElement(r);
161825
+ if (r.$type) {
161826
+ e._implementation = r;
161739
161827
  }
161740
161828
  else {
161741
- e._implementation = r;
161829
+ if (e.i.setNativeElement) {
161830
+ e.i.setNativeElement(r);
161831
+ }
161742
161832
  }
161743
161833
  r.externalObject = e;
161744
161834
  }
@@ -167547,6 +167637,9 @@ let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
167547
167637
  l7(a, b, c, d) {
167548
167638
  super.l7(a, b, c, d);
167549
167639
  switch (b) {
167640
+ case "Resolution":
167641
+ this.tq.j();
167642
+ break;
167550
167643
  case HorizontalStackedSeriesBase.$$p[0]:
167551
167644
  if (c != d) {
167552
167645
  this.k4(typeCast(Axis.$, c));
@@ -168391,8 +168484,9 @@ let StackedFragmentSeries = /*@__PURE__*/ (() => {
168391
168484
  let c = new DataLegendSeriesValueInfo();
168392
168485
  c.l = this.br({ $type: Point_$type, x: a, y: b }, false, false);
168393
168486
  c.p = "Value";
168394
- c.q = this.fe != null ? this.fe : "";
168395
- c.r = this.fg != null ? this.fg : "";
168487
+ c.q = this.fi != null ? this.fi : "Value";
168488
+ c.r = this.fe != null ? this.fe : "";
168489
+ c.s = this.fg != null ? this.fg : "";
168396
168490
  let d = new DataLegendSeriesContext();
168397
168491
  d.f = ((() => {
168398
168492
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -170155,8 +170249,8 @@ let StackedSeriesManager = /*@__PURE__*/ (() => {
170155
170249
  this.c = null;
170156
170250
  this.e = null;
170157
170251
  this.d = null;
170158
- this.j = null;
170159
170252
  this.k = null;
170253
+ this.l = null;
170160
170254
  if (a == null) {
170161
170255
  return;
170162
170256
  }
@@ -170165,8 +170259,8 @@ let StackedSeriesManager = /*@__PURE__*/ (() => {
170165
170259
  this.c = new StackedSeriesCollection();
170166
170260
  this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
170167
170261
  this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
170168
- this.j = this.b.tr.c2;
170169
- this.k = this.b.tr.c4;
170262
+ this.k = this.b.tr.c2;
170263
+ this.l = this.b.tr.c4;
170170
170264
  let b = this.c;
170171
170265
  b.collectionChanged = delegateCombine(b.collectionChanged, (b, c) => {
170172
170266
  if (c.oldItems != null) {
@@ -170194,8 +170288,8 @@ let StackedSeriesManager = /*@__PURE__*/ (() => {
170194
170288
  e.b8 = null;
170195
170289
  e.itemsSource = null;
170196
170290
  e.legend = null;
170197
- if (this.k != null && this.k.ab.contains(e)) {
170198
- this.k.ab.remove(e);
170291
+ if (this.l != null && this.l.ab.contains(e)) {
170292
+ this.l.ab.remove(e);
170199
170293
  }
170200
170294
  if (this.b.cd != null) {
170201
170295
  this.b.cd.op(e);
@@ -170206,8 +170300,8 @@ let StackedSeriesManager = /*@__PURE__*/ (() => {
170206
170300
  for (let f of fromEn(d.newItems)) {
170207
170301
  f.cd = this.b.cd;
170208
170302
  f.b8 = this.b.b8;
170209
- if (!this.k.ab.contains(f)) {
170210
- this.k.ab.add(f);
170303
+ if (!this.l.ab.contains(f)) {
170304
+ this.l.ab.add(f);
170211
170305
  }
170212
170306
  if (this.b.cd != null) {
170213
170307
  this.b.cd.lk(f);
@@ -170286,6 +170380,14 @@ let StackedSeriesManager = /*@__PURE__*/ (() => {
170286
170380
  }
170287
170381
  return null;
170288
170382
  }
170383
+ j() {
170384
+ if (this.b == null) {
170385
+ return;
170386
+ }
170387
+ for (let a of fromEnum(this.f)) {
170388
+ a.gv = this.b.fv;
170389
+ }
170390
+ }
170289
170391
  i(a, b) {
170290
170392
  if (b.itemsSource == null) {
170291
170393
  a.itemsSource = this.b.itemsSource;
@@ -171732,11 +171834,13 @@ class IgcStackedSeriesCreatedEventArgs {
171732
171834
  }
171733
171835
  if (!r.externalObject) {
171734
171836
  let e = new IgcStyle();
171735
- if (e.i.setNativeElement) {
171736
- e.i.setNativeElement(r);
171837
+ if (r.$type) {
171838
+ e._implementation = r;
171737
171839
  }
171738
171840
  else {
171739
- e._implementation = r;
171841
+ if (e.i.setNativeElement) {
171842
+ e.i.setNativeElement(r);
171843
+ }
171740
171844
  }
171741
171845
  r.externalObject = e;
171742
171846
  }