igniteui-angular-core 20.0.0 → 20.0.1

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 (195) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3042 -2525
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CalloutLayerDescription.js +166 -134
  4. package/esm2015/lib/CalloutLayerDescriptionMetadata.js +4 -0
  5. package/esm2015/lib/CategoryChartDescription.js +126 -126
  6. package/esm2015/lib/CellInfoDescription.js +11 -3
  7. package/esm2015/lib/CellInfoDescriptionMetadata.js +1 -0
  8. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
  9. package/esm2015/lib/ComboBoxColumnDescription.js +11 -11
  10. package/esm2015/lib/CrosshairLayerDescription.js +97 -81
  11. package/esm2015/lib/CrosshairLayerDescriptionMetadata.js +2 -0
  12. package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
  13. package/esm2015/lib/DataGridColumnDescription.js +37 -29
  14. package/esm2015/lib/DataGridColumnDescriptionMetadata.js +3 -0
  15. package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
  16. package/esm2015/lib/DataPieChartDescription.js +34 -34
  17. package/esm2015/lib/DataSeriesToDescriptionCustomization.js +24 -3
  18. package/esm2015/lib/DateRangeDescriptorDescription.js +6 -8
  19. package/esm2015/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
  20. package/esm2015/lib/DateTimeCellInfoDescription.js +17 -17
  21. package/esm2015/lib/DateTimeColumnDescription.js +28 -28
  22. package/esm2015/lib/DomainChartDescription.js +835 -819
  23. package/esm2015/lib/DomainChartDescriptionMetadata.js +2 -0
  24. package/esm2015/lib/EditorCellInfoDescription.js +27 -27
  25. package/esm2015/lib/FilterCellInfoDescription.js +31 -31
  26. package/esm2015/lib/FinancialChartDescription.js +173 -173
  27. package/esm2015/lib/FormatCellEventArgsDescription.js +74 -0
  28. package/esm2015/lib/FormatCellEventArgsDescriptionMetadata.js +42 -0
  29. package/esm2015/lib/ImageCellInfoDescription.js +8 -8
  30. package/esm2015/lib/ImageColumnDescription.js +15 -15
  31. package/esm2015/lib/ItemLegendDescription.js +13 -13
  32. package/esm2015/lib/LegendBaseDescription.js +8 -0
  33. package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -0
  34. package/esm2015/lib/LegendDescription.js +13 -13
  35. package/esm2015/lib/LegendSizeChangedEventArgsDescription.js +26 -0
  36. package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +36 -0
  37. package/esm2015/lib/NumericCellInfoDescription.js +35 -35
  38. package/esm2015/lib/NumericColumnDescription.js +42 -42
  39. package/esm2015/lib/RadialBaseChartDescription.js +227 -227
  40. package/esm2015/lib/SectionHeaderCellInfoDescription.js +8 -8
  41. package/esm2015/lib/SummaryCellInfoDescription.js +18 -18
  42. package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
  43. package/esm2015/lib/TemplateColumnDescription.js +6 -6
  44. package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
  45. package/esm2015/lib/TextCellInfoDescription.js +3 -3
  46. package/esm2015/lib/TextColumnDescription.js +13 -13
  47. package/esm2015/lib/TextHeaderCellInfoDescription.js +14 -14
  48. package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
  49. package/esm2015/lib/ToolActionButtonPairInfo.js +44 -0
  50. package/esm2015/lib/ToolActionButtonPairInfoDescription.js +49 -49
  51. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
  52. package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +14 -14
  53. package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
  54. package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
  55. package/esm2015/lib/ToolActionFieldSelectorInfo.js +1 -1
  56. package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
  57. package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
  58. package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
  59. package/esm2015/lib/ToolActionInfo.js +22 -0
  60. package/esm2015/lib/ToolActionInfoDescription.js +82 -58
  61. package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +3 -0
  62. package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
  63. package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
  64. package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
  65. package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
  66. package/esm2015/lib/WebCalendarResourceStringsDescription.js +37 -39
  67. package/esm2015/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
  68. package/esm2015/lib/XYChartDescription.js +227 -227
  69. package/esm2015/public_api.js +4 -0
  70. package/esm5/lib/CalloutLayerDescription.js +182 -134
  71. package/esm5/lib/CalloutLayerDescriptionMetadata.js +4 -0
  72. package/esm5/lib/CategoryChartDescription.js +126 -126
  73. package/esm5/lib/CellInfoDescription.js +15 -3
  74. package/esm5/lib/CellInfoDescriptionMetadata.js +1 -0
  75. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
  76. package/esm5/lib/ComboBoxColumnDescription.js +11 -11
  77. package/esm5/lib/CrosshairLayerDescription.js +104 -80
  78. package/esm5/lib/CrosshairLayerDescriptionMetadata.js +2 -0
  79. package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
  80. package/esm5/lib/DataGridColumnDescription.js +41 -29
  81. package/esm5/lib/DataGridColumnDescriptionMetadata.js +3 -0
  82. package/esm5/lib/DataPieBaseChartDescription.js +107 -107
  83. package/esm5/lib/DataPieChartDescription.js +34 -34
  84. package/esm5/lib/DataSeriesToDescriptionCustomization.js +32 -3
  85. package/esm5/lib/DateRangeDescriptorDescription.js +6 -8
  86. package/esm5/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
  87. package/esm5/lib/DateTimeCellInfoDescription.js +17 -17
  88. package/esm5/lib/DateTimeColumnDescription.js +28 -28
  89. package/esm5/lib/DomainChartDescription.js +843 -819
  90. package/esm5/lib/DomainChartDescriptionMetadata.js +2 -0
  91. package/esm5/lib/EditorCellInfoDescription.js +27 -27
  92. package/esm5/lib/FilterCellInfoDescription.js +31 -31
  93. package/esm5/lib/FinancialChartDescription.js +173 -173
  94. package/esm5/lib/FormatCellEventArgsDescription.js +104 -0
  95. package/esm5/lib/FormatCellEventArgsDescriptionMetadata.js +46 -0
  96. package/esm5/lib/ImageCellInfoDescription.js +8 -8
  97. package/esm5/lib/ImageColumnDescription.js +15 -15
  98. package/esm5/lib/ItemLegendDescription.js +13 -13
  99. package/esm5/lib/LegendBaseDescription.js +12 -0
  100. package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -0
  101. package/esm5/lib/LegendDescription.js +13 -13
  102. package/esm5/lib/LegendSizeChangedEventArgsDescription.js +31 -0
  103. package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +40 -0
  104. package/esm5/lib/NumericCellInfoDescription.js +35 -35
  105. package/esm5/lib/NumericColumnDescription.js +42 -42
  106. package/esm5/lib/RadialBaseChartDescription.js +227 -227
  107. package/esm5/lib/SectionHeaderCellInfoDescription.js +8 -8
  108. package/esm5/lib/SummaryCellInfoDescription.js +18 -18
  109. package/esm5/lib/TemplateCellInfoDescription.js +3 -3
  110. package/esm5/lib/TemplateColumnDescription.js +6 -6
  111. package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
  112. package/esm5/lib/TextCellInfoDescription.js +3 -3
  113. package/esm5/lib/TextColumnDescription.js +13 -13
  114. package/esm5/lib/TextHeaderCellInfoDescription.js +14 -14
  115. package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
  116. package/esm5/lib/ToolActionButtonPairInfo.js +68 -0
  117. package/esm5/lib/ToolActionButtonPairInfoDescription.js +49 -49
  118. package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
  119. package/esm5/lib/ToolActionCheckboxListInfoDescription.js +14 -14
  120. package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
  121. package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
  122. package/esm5/lib/ToolActionFieldSelectorInfo.js +1 -1
  123. package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
  124. package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
  125. package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
  126. package/esm5/lib/ToolActionInfo.js +34 -0
  127. package/esm5/lib/ToolActionInfoDescription.js +94 -58
  128. package/esm5/lib/ToolActionInfoDescriptionMetadata.js +3 -0
  129. package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
  130. package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
  131. package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
  132. package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
  133. package/esm5/lib/WebCalendarResourceStringsDescription.js +37 -39
  134. package/esm5/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
  135. package/esm5/lib/XYChartDescription.js +227 -227
  136. package/esm5/public_api.js +4 -0
  137. package/fesm2015/igniteui-angular-core.js +2905 -2527
  138. package/fesm5/igniteui-angular-core.js +3039 -2526
  139. package/lib/CalloutLayerDescription.d.ts +59 -47
  140. package/lib/CategoryChartDescription.d.ts +45 -45
  141. package/lib/CellInfoDescription.d.ts +4 -1
  142. package/lib/ComboBoxColumnDescription.d.ts +4 -4
  143. package/lib/CrosshairLayerDescription.d.ts +36 -30
  144. package/lib/DataGridColumnDescription.d.ts +13 -10
  145. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  146. package/lib/DataPieChartDescription.d.ts +12 -12
  147. package/lib/DataSeriesToDescriptionCustomization.d.ts +8 -2
  148. package/lib/DateRangeDescriptorDescription.d.ts +2 -4
  149. package/lib/DateTimeCellInfoDescription.d.ts +6 -6
  150. package/lib/DateTimeColumnDescription.d.ts +11 -11
  151. package/lib/DomainChartDescription.d.ts +297 -291
  152. package/lib/EditorCellInfoDescription.d.ts +10 -10
  153. package/lib/FilterCellInfoDescription.d.ts +12 -12
  154. package/lib/FinancialChartDescription.d.ts +61 -61
  155. package/lib/FormatCellEventArgsDescription.d.ts +29 -0
  156. package/lib/FormatCellEventArgsDescriptionMetadata.d.ts +13 -0
  157. package/lib/ImageCellInfoDescription.d.ts +3 -3
  158. package/lib/ImageColumnDescription.d.ts +6 -6
  159. package/lib/ItemLegendDescription.d.ts +5 -5
  160. package/lib/LegendBaseDescription.d.ts +3 -0
  161. package/lib/LegendDescription.d.ts +5 -5
  162. package/lib/LegendSizeChangedEventArgsDescription.d.ts +11 -0
  163. package/lib/LegendSizeChangedEventArgsDescriptionMetadata.d.ts +13 -0
  164. package/lib/NumericCellInfoDescription.d.ts +13 -13
  165. package/lib/NumericColumnDescription.d.ts +16 -16
  166. package/lib/RadialBaseChartDescription.d.ts +80 -80
  167. package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
  168. package/lib/SummaryCellInfoDescription.d.ts +7 -7
  169. package/lib/TemplateCellInfoDescription.d.ts +1 -1
  170. package/lib/TemplateColumnDescription.d.ts +2 -2
  171. package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
  172. package/lib/TextCellInfoDescription.d.ts +1 -1
  173. package/lib/TextColumnDescription.d.ts +5 -5
  174. package/lib/TextHeaderCellInfoDescription.d.ts +5 -5
  175. package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
  176. package/lib/ToolActionButtonPairInfo.d.ts +18 -0
  177. package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
  178. package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
  179. package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
  180. package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
  181. package/lib/ToolActionComboInfoDescription.d.ts +4 -4
  182. package/lib/ToolActionFieldSelectorInfo.d.ts +1 -1
  183. package/lib/ToolActionFieldSelectorInfoDescription.d.ts +7 -7
  184. package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
  185. package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
  186. package/lib/ToolActionInfo.d.ts +9 -0
  187. package/lib/ToolActionInfoDescription.d.ts +31 -22
  188. package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
  189. package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
  190. package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
  191. package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
  192. package/lib/WebCalendarResourceStringsDescription.d.ts +14 -16
  193. package/lib/XYChartDescription.d.ts +80 -80
  194. package/package.json +1 -2
  195. package/public_api.d.ts +4 -0
@@ -14,176 +14,176 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(DomainChartDescription, _super);
15
15
  function DomainChartDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.fl = 0;
18
- _this.fy = 0;
19
- _this.fz = 0;
20
- _this.f0 = 0;
17
+ _this.fp = 0;
18
+ _this.f2 = 0;
19
+ _this.f3 = 0;
20
+ _this.f4 = 0;
21
+ _this.f1 = 0;
21
22
  _this.fx = 0;
22
- _this.ft = 0;
23
+ _this.fz = 0;
24
+ _this.fy = 0;
25
+ _this.fw = 0;
26
+ _this.n3 = null;
27
+ _this.n6 = null;
28
+ _this.fm = 0;
29
+ _this.f5 = 0;
23
30
  _this.fv = 0;
24
- _this.fu = 0;
25
- _this.fs = 0;
26
- _this.nz = null;
27
- _this.n2 = null;
28
- _this.fi = 0;
29
- _this.f1 = 0;
30
- _this.fr = 0;
31
- _this.dg = 0;
31
+ _this.dk = 0;
32
+ _this.ju = 0;
33
+ _this.n9 = null;
34
+ _this.jr = 0;
35
+ _this.jt = 0;
32
36
  _this.jq = 0;
33
- _this.n5 = null;
34
- _this.jn = 0;
35
- _this.jp = 0;
36
- _this.jm = 0;
37
- _this.n0 = null;
38
- _this.n3 = null;
39
- _this.ky = null;
40
- _this.ee = 0;
41
- _this.ef = 0;
42
- _this.dp = 0;
43
- _this.dq = 0;
44
- _this.kw = null;
45
- _this.kx = null;
46
- _this.b5 = false;
37
+ _this.n4 = null;
38
+ _this.n7 = null;
39
+ _this.k2 = null;
40
+ _this.ei = 0;
41
+ _this.ej = 0;
42
+ _this.dt = 0;
43
+ _this.du = 0;
44
+ _this.k0 = null;
45
+ _this.k1 = null;
46
+ _this.b7 = false;
47
47
  _this.p = null;
48
48
  _this.m = null;
49
49
  _this.o = null;
50
50
  _this.l = null;
51
- _this.mb = null;
52
- _this.jj = 0;
53
- _this.jk = 0;
54
- _this.md = null;
55
- _this.mc = null;
56
- _this.b6 = false;
57
- _this.me = null;
58
- _this.q = null;
59
- _this.e2 = 0;
60
- _this.e3 = 0;
61
- _this.e4 = 0;
62
- _this.e5 = 0;
63
- _this.b7 = false;
64
- _this.mj = null;
51
+ _this.mf = null;
52
+ _this.jn = 0;
53
+ _this.jo = 0;
54
+ _this.mh = null;
55
+ _this.mg = null;
65
56
  _this.b8 = false;
57
+ _this.mi = null;
58
+ _this.q = null;
59
+ _this.e6 = 0;
66
60
  _this.e7 = 0;
67
61
  _this.e8 = 0;
68
62
  _this.e9 = 0;
63
+ _this.b9 = false;
64
+ _this.mn = null;
65
+ _this.ca = false;
66
+ _this.fb = 0;
67
+ _this.fc = 0;
68
+ _this.fd = 0;
69
+ _this.fe = 0;
70
+ _this.mj = null;
71
+ _this.mk = null;
69
72
  _this.fa = 0;
70
- _this.mf = null;
71
- _this.mg = null;
72
- _this.e6 = 0;
73
- _this.mh = null;
74
- _this.mi = null;
75
- _this.k5 = null;
73
+ _this.ml = null;
74
+ _this.mm = null;
75
+ _this.k9 = null;
76
76
  _this.n = null;
77
- _this.k3 = null;
78
- _this.k4 = null;
79
- _this.k6 = null;
80
77
  _this.k7 = null;
81
78
  _this.k8 = null;
79
+ _this.la = null;
80
+ _this.lb = null;
81
+ _this.lc = null;
82
+ _this.d9 = 0;
83
+ _this.ea = 0;
84
+ _this.eb = 0;
85
+ _this.ec = 0;
86
+ _this.d4 = 0;
82
87
  _this.d5 = 0;
83
88
  _this.d6 = 0;
84
89
  _this.d7 = 0;
90
+ _this.b6 = false;
91
+ _this.ld = null;
85
92
  _this.d8 = 0;
93
+ _this.le = null;
94
+ _this.lf = null;
95
+ _this.k3 = null;
86
96
  _this.d0 = 0;
87
97
  _this.d1 = 0;
88
98
  _this.d2 = 0;
89
99
  _this.d3 = 0;
90
- _this.b4 = false;
91
- _this.k9 = null;
92
- _this.d4 = 0;
93
- _this.la = null;
94
- _this.lb = null;
95
- _this.kz = null;
100
+ _this.dv = 0;
96
101
  _this.dw = 0;
97
102
  _this.dx = 0;
98
103
  _this.dy = 0;
104
+ _this.b5 = false;
105
+ _this.k4 = null;
99
106
  _this.dz = 0;
100
- _this.dr = 0;
101
- _this.ds = 0;
102
- _this.dt = 0;
103
- _this.du = 0;
104
- _this.b3 = false;
105
- _this.k0 = null;
106
- _this.dv = 0;
107
- _this.k1 = null;
108
- _this.k2 = null;
109
- _this.ln = null;
110
- _this.lo = null;
111
- _this.el = 0;
112
- _this.lp = null;
113
- _this.lq = null;
107
+ _this.k5 = null;
108
+ _this.k6 = null;
114
109
  _this.lr = null;
115
- _this.lm = null;
110
+ _this.ls = null;
111
+ _this.ep = 0;
112
+ _this.lt = null;
113
+ _this.lu = null;
114
+ _this.lv = null;
115
+ _this.lq = null;
116
+ _this.eq = 0;
117
+ _this.er = 0;
118
+ _this.es = 0;
119
+ _this.et = 0;
120
+ _this.el = 0;
116
121
  _this.em = 0;
117
122
  _this.en = 0;
118
123
  _this.eo = 0;
119
- _this.ep = 0;
120
- _this.eh = 0;
121
- _this.ei = 0;
122
- _this.ej = 0;
124
+ _this.l1 = null;
125
+ _this.l2 = null;
126
+ _this.ev = 0;
127
+ _this.l3 = null;
128
+ _this.l4 = null;
129
+ _this.ll = null;
130
+ _this.lm = null;
131
+ _this.ln = null;
123
132
  _this.ek = 0;
133
+ _this.lo = null;
134
+ _this.lp = null;
135
+ _this.lw = null;
124
136
  _this.lx = null;
125
137
  _this.ly = null;
126
- _this.er = 0;
138
+ _this.eu = 0;
127
139
  _this.lz = null;
128
140
  _this.l0 = null;
129
- _this.lh = null;
130
- _this.li = null;
131
- _this.lj = null;
132
- _this.eg = 0;
133
- _this.lk = null;
134
- _this.ll = null;
135
- _this.ls = null;
136
- _this.lt = null;
137
- _this.lu = null;
138
- _this.eq = 0;
139
- _this.lv = null;
140
- _this.lw = null;
141
- _this.dk = 0;
142
- _this.dl = 0;
143
- _this.dm = 0;
144
- _this.dn = 0;
145
- _this.kv = null;
146
- _this.l5 = null;
147
- _this.l6 = null;
148
- _this.l7 = null;
141
+ _this.dp = 0;
142
+ _this.dq = 0;
143
+ _this.dr = 0;
144
+ _this.ds = 0;
145
+ _this.kz = null;
146
+ _this.l9 = null;
147
+ _this.ma = null;
148
+ _this.mb = null;
149
+ _this.e2 = 0;
150
+ _this.e3 = 0;
151
+ _this.e4 = 0;
152
+ _this.e5 = 0;
153
+ _this.mc = null;
154
+ _this.e1 = 0;
155
+ _this.md = null;
156
+ _this.me = null;
157
+ _this.ex = 0;
149
158
  _this.ey = 0;
150
159
  _this.ez = 0;
151
160
  _this.e0 = 0;
152
- _this.e1 = 0;
153
- _this.l8 = null;
154
- _this.ex = 0;
155
- _this.l9 = null;
156
- _this.ma = null;
157
- _this.et = 0;
158
- _this.eu = 0;
159
- _this.ev = 0;
161
+ _this.l5 = null;
162
+ _this.l6 = null;
160
163
  _this.ew = 0;
161
- _this.l1 = null;
162
- _this.l2 = null;
163
- _this.es = 0;
164
- _this.l3 = null;
165
- _this.l4 = null;
166
- _this.lc = null;
167
- _this.ld = null;
168
- _this.ea = 0;
169
- _this.eb = 0;
170
- _this.ec = 0;
171
- _this.ed = 0;
172
- _this.le = null;
173
- _this.d9 = 0;
174
- _this.lf = null;
164
+ _this.l7 = null;
165
+ _this.l8 = null;
175
166
  _this.lg = null;
167
+ _this.lh = null;
168
+ _this.ee = 0;
169
+ _this.ef = 0;
170
+ _this.eg = 0;
171
+ _this.eh = 0;
172
+ _this.li = null;
173
+ _this.ed = 0;
174
+ _this.lj = null;
175
+ _this.lk = null;
176
176
  _this.aj = null;
177
177
  _this.v = null;
178
178
  _this.u = null;
179
179
  _this.s = null;
180
180
  _this.w = null;
181
181
  _this.ak = null;
182
- _this.nm = null;
183
- _this.mp = null;
184
- _this.nl = null;
185
- _this.mn = null;
186
- _this.nk = null;
182
+ _this.nq = null;
183
+ _this.mt = null;
184
+ _this.np = null;
185
+ _this.mr = null;
186
+ _this.no = null;
187
187
  _this.ai = null;
188
188
  _this.t = null;
189
189
  _this.ac = null;
@@ -192,15 +192,15 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
192
192
  _this.y = null;
193
193
  _this.ab = null;
194
194
  _this.ad = null;
195
- _this.m3 = null;
196
- _this.mq = null;
197
- _this.m1 = null;
198
- _this.m0 = null;
199
- _this.m2 = null;
195
+ _this.m7 = null;
196
+ _this.mu = null;
197
+ _this.m5 = null;
200
198
  _this.m4 = null;
201
- _this.ku = null;
199
+ _this.m6 = null;
200
+ _this.m8 = null;
201
+ _this.ky = null;
202
202
  _this.bn = null;
203
- _this.mr = null;
203
+ _this.mv = null;
204
204
  _this.bo = null;
205
205
  _this.x = null;
206
206
  _this.r = null;
@@ -208,149 +208,151 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
208
208
  _this.ah = null;
209
209
  _this.h = null;
210
210
  _this.i = null;
211
- _this.m9 = null;
212
- _this.cb = false;
211
+ _this.nd = null;
213
212
  _this.cd = false;
214
- _this.cg = false;
213
+ _this.cf = false;
215
214
  _this.ci = false;
216
- _this.mt = null;
217
- _this.cc = false;
218
- _this.ms = null;
219
- _this.m8 = null;
215
+ _this.ck = false;
216
+ _this.mx = null;
217
+ _this.ce = false;
218
+ _this.mw = null;
219
+ _this.nc = null;
220
220
  _this.br = null;
221
- _this.kl = null;
222
- _this.nx = null;
221
+ _this.kp = null;
223
222
  _this.n1 = null;
224
- _this.ny = null;
225
- _this.n7 = null;
226
- _this.fq = 0;
227
- _this.fw = 0;
228
- _this.nd = null;
229
- _this.nc = null;
230
- _this.nb = null;
231
- _this.fj = 0;
232
- _this.fk = 0;
223
+ _this.n5 = null;
224
+ _this.n2 = null;
225
+ _this.ob = null;
226
+ _this.fu = 0;
227
+ _this.f0 = 0;
228
+ _this.nh = null;
229
+ _this.ng = null;
230
+ _this.nf = null;
231
+ _this.fn = 0;
232
+ _this.fo = 0;
233
233
  _this.ag = null;
234
- _this.na = null;
234
+ _this.ne = null;
235
235
  _this.ae = null;
236
236
  _this.af = null;
237
- _this.jo = 0;
238
- _this.df = 0;
237
+ _this.js = 0;
238
+ _this.dj = 0;
239
239
  _this.bu = false;
240
240
  _this.al = null;
241
- _this.n6 = null;
242
- _this.f2 = 0;
241
+ _this.oa = null;
242
+ _this.f6 = 0;
243
243
  _this.am = null;
244
- _this.cj = false;
244
+ _this.cl = false;
245
245
  _this.bt = false;
246
- _this.fn = 0;
247
- _this.fp = 0;
248
- _this.fo = 0;
249
- _this.fm = 0;
250
- _this.km = null;
251
- _this.np = null;
252
- _this.nq = null;
253
- _this.mv = null;
254
- _this.mu = null;
255
- _this.m5 = null;
256
- _this.m7 = null;
257
- _this.m6 = null;
258
- _this.jr = 0;
259
- _this.n4 = null;
260
- _this.kr = null;
246
+ _this.fr = 0;
247
+ _this.ft = 0;
248
+ _this.fs = 0;
249
+ _this.fq = 0;
250
+ _this.kq = null;
251
+ _this.nt = null;
252
+ _this.nu = null;
253
+ _this.mz = null;
254
+ _this.my = null;
255
+ _this.m9 = null;
256
+ _this.nb = null;
257
+ _this.na = null;
258
+ _this.jv = 0;
259
+ _this.n8 = null;
260
+ _this.kv = null;
261
+ _this.b4 = false;
262
+ _this.kx = null;
263
+ _this.dn = 0;
264
+ _this.kw = null;
265
+ _this.b1 = false;
266
+ _this.b3 = false;
261
267
  _this.b2 = false;
268
+ _this.kr = null;
262
269
  _this.kt = null;
263
- _this.dj = 0;
264
270
  _this.ks = null;
265
- _this.b1 = false;
266
- _this.kn = null;
267
- _this.kp = null;
268
- _this.ko = null;
269
- _this.kq = null;
270
- _this.jh = 0;
271
- _this.ji = 0;
272
- _this.cf = false;
273
- _this.ch = false;
274
- _this.b9 = false;
275
- _this.ml = null;
276
- _this.mm = null;
271
+ _this.ku = null;
277
272
  _this.jl = 0;
273
+ _this.jm = 0;
274
+ _this.ch = false;
275
+ _this.cj = false;
276
+ _this.cb = false;
277
+ _this.mp = null;
278
+ _this.mq = null;
279
+ _this.jp = 0;
278
280
  _this.bv = false;
279
281
  _this.b0 = false;
280
282
  _this.bw = false;
281
- _this.ck = false;
282
- _this.j4 = null;
283
+ _this.cm = false;
284
+ _this.j8 = null;
283
285
  _this.by = false;
284
286
  _this.bz = false;
285
287
  _this.bx = false;
286
- _this.di = 0;
287
- _this.j6 = null;
288
- _this.kg = null;
289
- _this.kh = null;
290
- _this.kf = null;
291
- _this.j8 = null;
292
- _this.ke = null;
293
- _this.jg = 0;
294
- _this.j9 = null;
295
- _this.k = null;
296
- _this.kj = null;
288
+ _this.dm = 0;
289
+ _this.ka = null;
297
290
  _this.kk = null;
291
+ _this.kl = null;
292
+ _this.kj = null;
293
+ _this.kc = null;
294
+ _this.ki = null;
295
+ _this.jk = 0;
298
296
  _this.kd = null;
299
- _this.j7 = null;
300
- _this.ka = null;
301
- _this.dh = 0;
297
+ _this.k = null;
298
+ _this.kn = null;
299
+ _this.ko = null;
300
+ _this.kh = null;
302
301
  _this.kb = null;
303
- _this.kc = null;
302
+ _this.ke = null;
303
+ _this.dl = 0;
304
+ _this.kf = null;
305
+ _this.kg = null;
304
306
  _this.an = null;
305
307
  _this.ao = null;
306
- _this.f3 = 0;
307
- _this.ce = false;
308
- _this.mx = null;
309
- _this.n9 = null;
310
- _this.mz = null;
311
- _this.ob = null;
312
- _this.mw = null;
313
- _this.my = null;
308
+ _this.f7 = 0;
309
+ _this.cg = false;
310
+ _this.m1 = null;
311
+ _this.od = null;
312
+ _this.m3 = null;
313
+ _this.of = null;
314
+ _this.m0 = null;
315
+ _this.m2 = null;
316
+ _this.fj = 0;
317
+ _this.fi = 0;
314
318
  _this.ff = 0;
315
- _this.fe = 0;
316
- _this.fb = 0;
317
- _this.fc = 0;
318
- _this.fd = 0;
319
- _this.fh = 0;
320
319
  _this.fg = 0;
321
- _this.ca = false;
322
- _this.n8 = null;
323
- _this.oa = null;
324
- _this.f7 = 0;
325
- _this.f6 = 0;
326
- _this.f4 = 0;
320
+ _this.fh = 0;
321
+ _this.fl = 0;
322
+ _this.fk = 0;
323
+ _this.cc = false;
324
+ _this.oc = null;
325
+ _this.oe = null;
326
+ _this.gb = 0;
327
327
  _this.ga = 0;
328
- _this.f5 = 0;
329
- _this.f9 = 0;
330
328
  _this.f8 = 0;
331
- _this.cl = false;
332
- _this.gc = 0;
333
- _this.gb = 0;
334
329
  _this.ge = 0;
330
+ _this.f9 = 0;
335
331
  _this.gd = 0;
336
- _this.nn = null;
337
- _this.nw = null;
338
- _this.ns = null;
339
- _this.nt = null;
340
- _this.nu = null;
332
+ _this.gc = 0;
333
+ _this.cn = false;
334
+ _this.gg = 0;
335
+ _this.gf = 0;
336
+ _this.gi = 0;
337
+ _this.gh = 0;
341
338
  _this.nr = null;
339
+ _this.n0 = null;
340
+ _this.nw = null;
341
+ _this.nx = null;
342
+ _this.ny = null;
342
343
  _this.nv = null;
343
- _this.no = null;
344
- _this.nf = null;
345
- _this.ng = null;
346
- _this.nh = null;
347
- _this.ne = null;
348
- _this.ni = null;
349
- _this.ki = null;
350
- _this.j5 = null;
344
+ _this.nz = null;
345
+ _this.ns = null;
351
346
  _this.nj = null;
347
+ _this.nk = null;
348
+ _this.nl = null;
349
+ _this.ni = null;
350
+ _this.nm = null;
351
+ _this.km = null;
352
+ _this.j9 = null;
353
+ _this.nn = null;
354
+ _this.ms = null;
352
355
  _this.mo = null;
353
- _this.mk = null;
354
356
  return _this;
355
357
  }
356
358
  DomainChartDescription.prototype.get_type = function () {
@@ -365,10 +367,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
365
367
  });
366
368
  Object.defineProperty(DomainChartDescription.prototype, "pixelScalingRatio", {
367
369
  get: function () {
368
- return this.fl;
370
+ return this.fp;
369
371
  },
370
372
  set: function (a) {
371
- this.fl = a;
373
+ this.fp = a;
372
374
  this.g("PixelScalingRatio");
373
375
  },
374
376
  enumerable: false,
@@ -376,10 +378,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
376
378
  });
377
379
  Object.defineProperty(DomainChartDescription.prototype, "titleLeftMargin", {
378
380
  get: function () {
379
- return this.fy;
381
+ return this.f2;
380
382
  },
381
383
  set: function (a) {
382
- this.fy = a;
384
+ this.f2 = a;
383
385
  this.g("TitleLeftMargin");
384
386
  },
385
387
  enumerable: false,
@@ -387,10 +389,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
387
389
  });
388
390
  Object.defineProperty(DomainChartDescription.prototype, "titleRightMargin", {
389
391
  get: function () {
390
- return this.fz;
392
+ return this.f3;
391
393
  },
392
394
  set: function (a) {
393
- this.fz = a;
395
+ this.f3 = a;
394
396
  this.g("TitleRightMargin");
395
397
  },
396
398
  enumerable: false,
@@ -398,10 +400,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
398
400
  });
399
401
  Object.defineProperty(DomainChartDescription.prototype, "titleTopMargin", {
400
402
  get: function () {
401
- return this.f0;
403
+ return this.f4;
402
404
  },
403
405
  set: function (a) {
404
- this.f0 = a;
406
+ this.f4 = a;
405
407
  this.g("TitleTopMargin");
406
408
  },
407
409
  enumerable: false,
@@ -409,10 +411,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
409
411
  });
410
412
  Object.defineProperty(DomainChartDescription.prototype, "titleBottomMargin", {
411
413
  get: function () {
412
- return this.fx;
414
+ return this.f1;
413
415
  },
414
416
  set: function (a) {
415
- this.fx = a;
417
+ this.f1 = a;
416
418
  this.g("TitleBottomMargin");
417
419
  },
418
420
  enumerable: false,
@@ -420,10 +422,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
420
422
  });
421
423
  Object.defineProperty(DomainChartDescription.prototype, "subtitleLeftMargin", {
422
424
  get: function () {
423
- return this.ft;
425
+ return this.fx;
424
426
  },
425
427
  set: function (a) {
426
- this.ft = a;
428
+ this.fx = a;
427
429
  this.g("SubtitleLeftMargin");
428
430
  },
429
431
  enumerable: false,
@@ -431,10 +433,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
431
433
  });
432
434
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTopMargin", {
433
435
  get: function () {
434
- return this.fv;
436
+ return this.fz;
435
437
  },
436
438
  set: function (a) {
437
- this.fv = a;
439
+ this.fz = a;
438
440
  this.g("SubtitleTopMargin");
439
441
  },
440
442
  enumerable: false,
@@ -442,10 +444,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
442
444
  });
443
445
  Object.defineProperty(DomainChartDescription.prototype, "subtitleRightMargin", {
444
446
  get: function () {
445
- return this.fu;
447
+ return this.fy;
446
448
  },
447
449
  set: function (a) {
448
- this.fu = a;
450
+ this.fy = a;
449
451
  this.g("SubtitleRightMargin");
450
452
  },
451
453
  enumerable: false,
@@ -453,10 +455,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
453
455
  });
454
456
  Object.defineProperty(DomainChartDescription.prototype, "subtitleBottomMargin", {
455
457
  get: function () {
456
- return this.fs;
458
+ return this.fw;
457
459
  },
458
460
  set: function (a) {
459
- this.fs = a;
461
+ this.fw = a;
460
462
  this.g("SubtitleBottomMargin");
461
463
  },
462
464
  enumerable: false,
@@ -464,10 +466,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
464
466
  });
465
467
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextColor", {
466
468
  get: function () {
467
- return this.nz;
469
+ return this.n3;
468
470
  },
469
471
  set: function (a) {
470
- this.nz = a;
472
+ this.n3 = a;
471
473
  this.g("SubtitleTextColor");
472
474
  },
473
475
  enumerable: false,
@@ -475,10 +477,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
475
477
  });
476
478
  Object.defineProperty(DomainChartDescription.prototype, "titleTextColor", {
477
479
  get: function () {
478
- return this.n2;
480
+ return this.n6;
479
481
  },
480
482
  set: function (a) {
481
- this.n2 = a;
483
+ this.n6 = a;
482
484
  this.g("TitleTextColor");
483
485
  },
484
486
  enumerable: false,
@@ -486,10 +488,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
486
488
  });
487
489
  Object.defineProperty(DomainChartDescription.prototype, "leftMargin", {
488
490
  get: function () {
489
- return this.fi;
491
+ return this.fm;
490
492
  },
491
493
  set: function (a) {
492
- this.fi = a;
494
+ this.fm = a;
493
495
  this.g("LeftMargin");
494
496
  },
495
497
  enumerable: false,
@@ -497,10 +499,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
497
499
  });
498
500
  Object.defineProperty(DomainChartDescription.prototype, "topMargin", {
499
501
  get: function () {
500
- return this.f1;
502
+ return this.f5;
501
503
  },
502
504
  set: function (a) {
503
- this.f1 = a;
505
+ this.f5 = a;
504
506
  this.g("TopMargin");
505
507
  },
506
508
  enumerable: false,
@@ -508,10 +510,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
508
510
  });
509
511
  Object.defineProperty(DomainChartDescription.prototype, "rightMargin", {
510
512
  get: function () {
511
- return this.fr;
513
+ return this.fv;
512
514
  },
513
515
  set: function (a) {
514
- this.fr = a;
516
+ this.fv = a;
515
517
  this.g("RightMargin");
516
518
  },
517
519
  enumerable: false,
@@ -519,10 +521,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
519
521
  });
520
522
  Object.defineProperty(DomainChartDescription.prototype, "bottomMargin", {
521
523
  get: function () {
522
- return this.dg;
524
+ return this.dk;
523
525
  },
524
526
  set: function (a) {
525
- this.dg = a;
527
+ this.dk = a;
526
528
  this.g("BottomMargin");
527
529
  },
528
530
  enumerable: false,
@@ -530,10 +532,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
530
532
  });
531
533
  Object.defineProperty(DomainChartDescription.prototype, "transitionDuration", {
532
534
  get: function () {
533
- return this.jq;
535
+ return this.ju;
534
536
  },
535
537
  set: function (a) {
536
- this.jq = a;
538
+ this.ju = a;
537
539
  this.g("TransitionDuration");
538
540
  },
539
541
  enumerable: false,
@@ -541,10 +543,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
541
543
  });
542
544
  Object.defineProperty(DomainChartDescription.prototype, "transitionEasingFunctionRef", {
543
545
  get: function () {
544
- return this.n5;
546
+ return this.n9;
545
547
  },
546
548
  set: function (a) {
547
- this.n5 = a;
549
+ this.n9 = a;
548
550
  this.g("TransitionEasingFunctionRef");
549
551
  },
550
552
  enumerable: false,
@@ -552,10 +554,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
552
554
  });
553
555
  Object.defineProperty(DomainChartDescription.prototype, "highlightingTransitionDuration", {
554
556
  get: function () {
555
- return this.jn;
557
+ return this.jr;
556
558
  },
557
559
  set: function (a) {
558
- this.jn = a;
560
+ this.jr = a;
559
561
  this.g("HighlightingTransitionDuration");
560
562
  },
561
563
  enumerable: false,
@@ -563,10 +565,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
563
565
  });
564
566
  Object.defineProperty(DomainChartDescription.prototype, "selectionTransitionDuration", {
565
567
  get: function () {
566
- return this.jp;
568
+ return this.jt;
567
569
  },
568
570
  set: function (a) {
569
- this.jp = a;
571
+ this.jt = a;
570
572
  this.g("SelectionTransitionDuration");
571
573
  },
572
574
  enumerable: false,
@@ -574,10 +576,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
574
576
  });
575
577
  Object.defineProperty(DomainChartDescription.prototype, "focusTransitionDuration", {
576
578
  get: function () {
577
- return this.jm;
579
+ return this.jq;
578
580
  },
579
581
  set: function (a) {
580
- this.jm = a;
582
+ this.jq = a;
581
583
  this.g("FocusTransitionDuration");
582
584
  },
583
585
  enumerable: false,
@@ -585,10 +587,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
585
587
  });
586
588
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextStyle", {
587
589
  get: function () {
588
- return this.n0;
590
+ return this.n4;
589
591
  },
590
592
  set: function (a) {
591
- this.n0 = a;
593
+ this.n4 = a;
592
594
  this.g("SubtitleTextStyle");
593
595
  },
594
596
  enumerable: false,
@@ -596,10 +598,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
596
598
  });
597
599
  Object.defineProperty(DomainChartDescription.prototype, "titleTextStyle", {
598
600
  get: function () {
599
- return this.n3;
601
+ return this.n7;
600
602
  },
601
603
  set: function (a) {
602
- this.n3 = a;
604
+ this.n7 = a;
603
605
  this.g("TitleTextStyle");
604
606
  },
605
607
  enumerable: false,
@@ -607,10 +609,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
607
609
  });
608
610
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupingMode", {
609
611
  get: function () {
610
- return this.ky;
612
+ return this.k2;
611
613
  },
612
614
  set: function (a) {
613
- this.ky = a;
615
+ this.k2 = a;
614
616
  this.g("DataToolTipGroupingMode");
615
617
  },
616
618
  enumerable: false,
@@ -618,10 +620,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
618
620
  });
619
621
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipPositionOffsetX", {
620
622
  get: function () {
621
- return this.ee;
623
+ return this.ei;
622
624
  },
623
625
  set: function (a) {
624
- this.ee = a;
626
+ this.ei = a;
625
627
  this.g("DataToolTipPositionOffsetX");
626
628
  },
627
629
  enumerable: false,
@@ -629,10 +631,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
629
631
  });
630
632
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipPositionOffsetY", {
631
633
  get: function () {
632
- return this.ef;
634
+ return this.ej;
633
635
  },
634
636
  set: function (a) {
635
- this.ef = a;
637
+ this.ej = a;
636
638
  this.g("DataToolTipPositionOffsetY");
637
639
  },
638
640
  enumerable: false,
@@ -640,10 +642,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
640
642
  });
641
643
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipDefaultPositionOffsetX", {
642
644
  get: function () {
643
- return this.dp;
645
+ return this.dt;
644
646
  },
645
647
  set: function (a) {
646
- this.dp = a;
648
+ this.dt = a;
647
649
  this.g("DataToolTipDefaultPositionOffsetX");
648
650
  },
649
651
  enumerable: false,
@@ -651,10 +653,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
651
653
  });
652
654
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipDefaultPositionOffsetY", {
653
655
  get: function () {
654
- return this.dq;
656
+ return this.du;
655
657
  },
656
658
  set: function (a) {
657
- this.dq = a;
659
+ this.du = a;
658
660
  this.g("DataToolTipDefaultPositionOffsetY");
659
661
  },
660
662
  enumerable: false,
@@ -662,10 +664,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
662
664
  });
663
665
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeX", {
664
666
  get: function () {
665
- return this.kw;
667
+ return this.k0;
666
668
  },
667
669
  set: function (a) {
668
- this.kw = a;
670
+ this.k0 = a;
669
671
  this.g("DataToolTipGroupedPositionModeX");
670
672
  },
671
673
  enumerable: false,
@@ -673,10 +675,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
673
675
  });
674
676
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeY", {
675
677
  get: function () {
676
- return this.kx;
678
+ return this.k1;
677
679
  },
678
680
  set: function (a) {
679
- this.kx = a;
681
+ this.k1 = a;
680
682
  this.g("DataToolTipGroupedPositionModeY");
681
683
  },
682
684
  enumerable: false,
@@ -684,10 +686,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
684
686
  });
685
687
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipShouldUpdateWhenSeriesDataChanges", {
686
688
  get: function () {
687
- return this.b5;
689
+ return this.b7;
688
690
  },
689
691
  set: function (a) {
690
- this.b5 = a;
692
+ this.b7 = a;
691
693
  this.g("DataToolTipShouldUpdateWhenSeriesDataChanges");
692
694
  },
693
695
  enumerable: false,
@@ -739,10 +741,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
739
741
  });
740
742
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatAbbreviation", {
741
743
  get: function () {
742
- return this.mb;
744
+ return this.mf;
743
745
  },
744
746
  set: function (a) {
745
- this.mb = a;
747
+ this.mf = a;
746
748
  this.g("DataToolTipValueFormatAbbreviation");
747
749
  },
748
750
  enumerable: false,
@@ -750,10 +752,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
750
752
  });
751
753
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMaxFractions", {
752
754
  get: function () {
753
- return this.jj;
755
+ return this.jn;
754
756
  },
755
757
  set: function (a) {
756
- this.jj = a;
758
+ this.jn = a;
757
759
  this.g("DataToolTipValueFormatMaxFractions");
758
760
  },
759
761
  enumerable: false,
@@ -761,10 +763,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
761
763
  });
762
764
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMinFractions", {
763
765
  get: function () {
764
- return this.jk;
766
+ return this.jo;
765
767
  },
766
768
  set: function (a) {
767
- this.jk = a;
769
+ this.jo = a;
768
770
  this.g("DataToolTipValueFormatMinFractions");
769
771
  },
770
772
  enumerable: false,
@@ -772,10 +774,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
772
774
  });
773
775
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMode", {
774
776
  get: function () {
775
- return this.md;
777
+ return this.mh;
776
778
  },
777
779
  set: function (a) {
778
- this.md = a;
780
+ this.mh = a;
779
781
  this.g("DataToolTipValueFormatMode");
780
782
  },
781
783
  enumerable: false,
@@ -783,10 +785,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
783
785
  });
784
786
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatCulture", {
785
787
  get: function () {
786
- return this.mc;
788
+ return this.mg;
787
789
  },
788
790
  set: function (a) {
789
- this.mc = a;
791
+ this.mg = a;
790
792
  this.g("DataToolTipValueFormatCulture");
791
793
  },
792
794
  enumerable: false,
@@ -794,10 +796,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
794
796
  });
795
797
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatUseGrouping", {
796
798
  get: function () {
797
- return this.b6;
799
+ return this.b8;
798
800
  },
799
801
  set: function (a) {
800
- this.b6 = a;
802
+ this.b8 = a;
801
803
  this.g("DataToolTipValueFormatUseGrouping");
802
804
  },
803
805
  enumerable: false,
@@ -805,10 +807,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
805
807
  });
806
808
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatString", {
807
809
  get: function () {
808
- return this.me;
810
+ return this.mi;
809
811
  },
810
812
  set: function (a) {
811
- this.me = a;
813
+ this.mi = a;
812
814
  this.g("DataToolTipValueFormatString");
813
815
  },
814
816
  enumerable: false,
@@ -827,10 +829,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
827
829
  });
828
830
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginBottom", {
829
831
  get: function () {
830
- return this.e2;
832
+ return this.e6;
831
833
  },
832
834
  set: function (a) {
833
- this.e2 = a;
835
+ this.e6 = a;
834
836
  this.g("DataToolTipValueRowMarginBottom");
835
837
  },
836
838
  enumerable: false,
@@ -838,10 +840,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
838
840
  });
839
841
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginLeft", {
840
842
  get: function () {
841
- return this.e3;
843
+ return this.e7;
842
844
  },
843
845
  set: function (a) {
844
- this.e3 = a;
846
+ this.e7 = a;
845
847
  this.g("DataToolTipValueRowMarginLeft");
846
848
  },
847
849
  enumerable: false,
@@ -849,10 +851,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
849
851
  });
850
852
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginRight", {
851
853
  get: function () {
852
- return this.e4;
854
+ return this.e8;
853
855
  },
854
856
  set: function (a) {
855
- this.e4 = a;
857
+ this.e8 = a;
856
858
  this.g("DataToolTipValueRowMarginRight");
857
859
  },
858
860
  enumerable: false,
@@ -860,10 +862,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
860
862
  });
861
863
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginTop", {
862
864
  get: function () {
863
- return this.e5;
865
+ return this.e9;
864
866
  },
865
867
  set: function (a) {
866
- this.e5 = a;
868
+ this.e9 = a;
867
869
  this.g("DataToolTipValueRowMarginTop");
868
870
  },
869
871
  enumerable: false,
@@ -871,10 +873,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
871
873
  });
872
874
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowVisible", {
873
875
  get: function () {
874
- return this.b7;
876
+ return this.b9;
875
877
  },
876
878
  set: function (a) {
877
- this.b7 = a;
879
+ this.b9 = a;
878
880
  this.g("DataToolTipValueRowVisible");
879
881
  },
880
882
  enumerable: false,
@@ -882,10 +884,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
882
884
  });
883
885
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextWhenMissingData", {
884
886
  get: function () {
885
- return this.mj;
887
+ return this.mn;
886
888
  },
887
889
  set: function (a) {
888
- this.mj = a;
890
+ this.mn = a;
889
891
  this.g("DataToolTipValueTextWhenMissingData");
890
892
  },
891
893
  enumerable: false,
@@ -893,10 +895,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
893
895
  });
894
896
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextUseSeriesColors", {
895
897
  get: function () {
896
- return this.b8;
898
+ return this.ca;
897
899
  },
898
900
  set: function (a) {
899
- this.b8 = a;
901
+ this.ca = a;
900
902
  this.g("DataToolTipValueTextUseSeriesColors");
901
903
  },
902
904
  enumerable: false,
@@ -904,10 +906,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
904
906
  });
905
907
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginBottom", {
906
908
  get: function () {
907
- return this.e7;
909
+ return this.fb;
908
910
  },
909
911
  set: function (a) {
910
- this.e7 = a;
912
+ this.fb = a;
911
913
  this.g("DataToolTipValueTextMarginBottom");
912
914
  },
913
915
  enumerable: false,
@@ -915,10 +917,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
915
917
  });
916
918
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginLeft", {
917
919
  get: function () {
918
- return this.e8;
920
+ return this.fc;
919
921
  },
920
922
  set: function (a) {
921
- this.e8 = a;
923
+ this.fc = a;
922
924
  this.g("DataToolTipValueTextMarginLeft");
923
925
  },
924
926
  enumerable: false,
@@ -926,10 +928,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
926
928
  });
927
929
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginRight", {
928
930
  get: function () {
929
- return this.e9;
931
+ return this.fd;
930
932
  },
931
933
  set: function (a) {
932
- this.e9 = a;
934
+ this.fd = a;
933
935
  this.g("DataToolTipValueTextMarginRight");
934
936
  },
935
937
  enumerable: false,
@@ -937,10 +939,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
937
939
  });
938
940
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginTop", {
939
941
  get: function () {
940
- return this.fa;
942
+ return this.fe;
941
943
  },
942
944
  set: function (a) {
943
- this.fa = a;
945
+ this.fe = a;
944
946
  this.g("DataToolTipValueTextMarginTop");
945
947
  },
946
948
  enumerable: false,
@@ -948,10 +950,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
948
950
  });
949
951
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextColor", {
950
952
  get: function () {
951
- return this.mf;
953
+ return this.mj;
952
954
  },
953
955
  set: function (a) {
954
- this.mf = a;
956
+ this.mj = a;
955
957
  this.g("DataToolTipValueTextColor");
956
958
  },
957
959
  enumerable: false,
@@ -959,10 +961,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
959
961
  });
960
962
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontFamily", {
961
963
  get: function () {
962
- return this.mg;
964
+ return this.mk;
963
965
  },
964
966
  set: function (a) {
965
- this.mg = a;
967
+ this.mk = a;
966
968
  this.g("DataToolTipValueTextFontFamily");
967
969
  },
968
970
  enumerable: false,
@@ -970,10 +972,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
970
972
  });
971
973
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontSize", {
972
974
  get: function () {
973
- return this.e6;
975
+ return this.fa;
974
976
  },
975
977
  set: function (a) {
976
- this.e6 = a;
978
+ this.fa = a;
977
979
  this.g("DataToolTipValueTextFontSize");
978
980
  },
979
981
  enumerable: false,
@@ -981,10 +983,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
981
983
  });
982
984
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontStyle", {
983
985
  get: function () {
984
- return this.mh;
986
+ return this.ml;
985
987
  },
986
988
  set: function (a) {
987
- this.mh = a;
989
+ this.ml = a;
988
990
  this.g("DataToolTipValueTextFontStyle");
989
991
  },
990
992
  enumerable: false,
@@ -992,10 +994,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
992
994
  });
993
995
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontWeight", {
994
996
  get: function () {
995
- return this.mi;
997
+ return this.mm;
996
998
  },
997
999
  set: function (a) {
998
- this.mi = a;
1000
+ this.mm = a;
999
1001
  this.g("DataToolTipValueTextFontWeight");
1000
1002
  },
1001
1003
  enumerable: false,
@@ -1003,10 +1005,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1003
1005
  });
1004
1006
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatString", {
1005
1007
  get: function () {
1006
- return this.k5;
1008
+ return this.k9;
1007
1009
  },
1008
1010
  set: function (a) {
1009
- this.k5 = a;
1011
+ this.k9 = a;
1010
1012
  this.g("DataToolTipHeaderFormatString");
1011
1013
  },
1012
1014
  enumerable: false,
@@ -1025,10 +1027,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1025
1027
  });
1026
1028
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatCulture", {
1027
1029
  get: function () {
1028
- return this.k3;
1030
+ return this.k7;
1029
1031
  },
1030
1032
  set: function (a) {
1031
- this.k3 = a;
1033
+ this.k7 = a;
1032
1034
  this.g("DataToolTipHeaderFormatCulture");
1033
1035
  },
1034
1036
  enumerable: false,
@@ -1036,10 +1038,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1036
1038
  });
1037
1039
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatDate", {
1038
1040
  get: function () {
1039
- return this.k4;
1041
+ return this.k8;
1040
1042
  },
1041
1043
  set: function (a) {
1042
- this.k4 = a;
1044
+ this.k8 = a;
1043
1045
  this.g("DataToolTipHeaderFormatDate");
1044
1046
  },
1045
1047
  enumerable: false,
@@ -1047,10 +1049,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1047
1049
  });
1048
1050
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatTime", {
1049
1051
  get: function () {
1050
- return this.k6;
1052
+ return this.la;
1051
1053
  },
1052
1054
  set: function (a) {
1053
- this.k6 = a;
1055
+ this.la = a;
1054
1056
  this.g("DataToolTipHeaderFormatTime");
1055
1057
  },
1056
1058
  enumerable: false,
@@ -1058,10 +1060,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1058
1060
  });
1059
1061
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderText", {
1060
1062
  get: function () {
1061
- return this.k7;
1063
+ return this.lb;
1062
1064
  },
1063
1065
  set: function (a) {
1064
- this.k7 = a;
1066
+ this.lb = a;
1065
1067
  this.g("DataToolTipHeaderText");
1066
1068
  },
1067
1069
  enumerable: false,
@@ -1069,10 +1071,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1069
1071
  });
1070
1072
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextColor", {
1071
1073
  get: function () {
1072
- return this.k8;
1074
+ return this.lc;
1073
1075
  },
1074
1076
  set: function (a) {
1075
- this.k8 = a;
1077
+ this.lc = a;
1076
1078
  this.g("DataToolTipHeaderTextColor");
1077
1079
  },
1078
1080
  enumerable: false,
@@ -1080,10 +1082,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1080
1082
  });
1081
1083
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginBottom", {
1082
1084
  get: function () {
1083
- return this.d5;
1085
+ return this.d9;
1084
1086
  },
1085
1087
  set: function (a) {
1086
- this.d5 = a;
1088
+ this.d9 = a;
1087
1089
  this.g("DataToolTipHeaderTextMarginBottom");
1088
1090
  },
1089
1091
  enumerable: false,
@@ -1091,10 +1093,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1091
1093
  });
1092
1094
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginLeft", {
1093
1095
  get: function () {
1094
- return this.d6;
1096
+ return this.ea;
1095
1097
  },
1096
1098
  set: function (a) {
1097
- this.d6 = a;
1099
+ this.ea = a;
1098
1100
  this.g("DataToolTipHeaderTextMarginLeft");
1099
1101
  },
1100
1102
  enumerable: false,
@@ -1102,10 +1104,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1102
1104
  });
1103
1105
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginRight", {
1104
1106
  get: function () {
1105
- return this.d7;
1107
+ return this.eb;
1106
1108
  },
1107
1109
  set: function (a) {
1108
- this.d7 = a;
1110
+ this.eb = a;
1109
1111
  this.g("DataToolTipHeaderTextMarginRight");
1110
1112
  },
1111
1113
  enumerable: false,
@@ -1113,10 +1115,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1113
1115
  });
1114
1116
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginTop", {
1115
1117
  get: function () {
1116
- return this.d8;
1118
+ return this.ec;
1117
1119
  },
1118
1120
  set: function (a) {
1119
- this.d8 = a;
1121
+ this.ec = a;
1120
1122
  this.g("DataToolTipHeaderTextMarginTop");
1121
1123
  },
1122
1124
  enumerable: false,
@@ -1124,10 +1126,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1124
1126
  });
1125
1127
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginBottom", {
1126
1128
  get: function () {
1127
- return this.d0;
1129
+ return this.d4;
1128
1130
  },
1129
1131
  set: function (a) {
1130
- this.d0 = a;
1132
+ this.d4 = a;
1131
1133
  this.g("DataToolTipHeaderRowMarginBottom");
1132
1134
  },
1133
1135
  enumerable: false,
@@ -1135,10 +1137,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1135
1137
  });
1136
1138
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginLeft", {
1137
1139
  get: function () {
1138
- return this.d1;
1140
+ return this.d5;
1139
1141
  },
1140
1142
  set: function (a) {
1141
- this.d1 = a;
1143
+ this.d5 = a;
1142
1144
  this.g("DataToolTipHeaderRowMarginLeft");
1143
1145
  },
1144
1146
  enumerable: false,
@@ -1146,10 +1148,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1146
1148
  });
1147
1149
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginRight", {
1148
1150
  get: function () {
1149
- return this.d2;
1151
+ return this.d6;
1150
1152
  },
1151
1153
  set: function (a) {
1152
- this.d2 = a;
1154
+ this.d6 = a;
1153
1155
  this.g("DataToolTipHeaderRowMarginRight");
1154
1156
  },
1155
1157
  enumerable: false,
@@ -1157,10 +1159,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1157
1159
  });
1158
1160
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginTop", {
1159
1161
  get: function () {
1160
- return this.d3;
1162
+ return this.d7;
1161
1163
  },
1162
1164
  set: function (a) {
1163
- this.d3 = a;
1165
+ this.d7 = a;
1164
1166
  this.g("DataToolTipHeaderRowMarginTop");
1165
1167
  },
1166
1168
  enumerable: false,
@@ -1168,10 +1170,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1168
1170
  });
1169
1171
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowVisible", {
1170
1172
  get: function () {
1171
- return this.b4;
1173
+ return this.b6;
1172
1174
  },
1173
1175
  set: function (a) {
1174
- this.b4 = a;
1176
+ this.b6 = a;
1175
1177
  this.g("DataToolTipHeaderRowVisible");
1176
1178
  },
1177
1179
  enumerable: false,
@@ -1179,10 +1181,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1179
1181
  });
1180
1182
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontFamily", {
1181
1183
  get: function () {
1182
- return this.k9;
1184
+ return this.ld;
1183
1185
  },
1184
1186
  set: function (a) {
1185
- this.k9 = a;
1187
+ this.ld = a;
1186
1188
  this.g("DataToolTipHeaderTextFontFamily");
1187
1189
  },
1188
1190
  enumerable: false,
@@ -1190,10 +1192,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1190
1192
  });
1191
1193
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontSize", {
1192
1194
  get: function () {
1193
- return this.d4;
1195
+ return this.d8;
1194
1196
  },
1195
1197
  set: function (a) {
1196
- this.d4 = a;
1198
+ this.d8 = a;
1197
1199
  this.g("DataToolTipHeaderTextFontSize");
1198
1200
  },
1199
1201
  enumerable: false,
@@ -1201,10 +1203,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1201
1203
  });
1202
1204
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontStyle", {
1203
1205
  get: function () {
1204
- return this.la;
1206
+ return this.le;
1205
1207
  },
1206
1208
  set: function (a) {
1207
- this.la = a;
1209
+ this.le = a;
1208
1210
  this.g("DataToolTipHeaderTextFontStyle");
1209
1211
  },
1210
1212
  enumerable: false,
@@ -1212,10 +1214,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1212
1214
  });
1213
1215
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontWeight", {
1214
1216
  get: function () {
1215
- return this.lb;
1217
+ return this.lf;
1216
1218
  },
1217
1219
  set: function (a) {
1218
- this.lb = a;
1220
+ this.lf = a;
1219
1221
  this.g("DataToolTipHeaderTextFontWeight");
1220
1222
  },
1221
1223
  enumerable: false,
@@ -1223,10 +1225,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1223
1225
  });
1224
1226
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextColor", {
1225
1227
  get: function () {
1226
- return this.kz;
1228
+ return this.k3;
1227
1229
  },
1228
1230
  set: function (a) {
1229
- this.kz = a;
1231
+ this.k3 = a;
1230
1232
  this.g("DataToolTipGroupTextColor");
1231
1233
  },
1232
1234
  enumerable: false,
@@ -1234,10 +1236,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1234
1236
  });
1235
1237
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginBottom", {
1236
1238
  get: function () {
1237
- return this.dw;
1239
+ return this.d0;
1238
1240
  },
1239
1241
  set: function (a) {
1240
- this.dw = a;
1242
+ this.d0 = a;
1241
1243
  this.g("DataToolTipGroupTextMarginBottom");
1242
1244
  },
1243
1245
  enumerable: false,
@@ -1245,10 +1247,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1245
1247
  });
1246
1248
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginLeft", {
1247
1249
  get: function () {
1248
- return this.dx;
1250
+ return this.d1;
1249
1251
  },
1250
1252
  set: function (a) {
1251
- this.dx = a;
1253
+ this.d1 = a;
1252
1254
  this.g("DataToolTipGroupTextMarginLeft");
1253
1255
  },
1254
1256
  enumerable: false,
@@ -1256,10 +1258,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1256
1258
  });
1257
1259
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginRight", {
1258
1260
  get: function () {
1259
- return this.dy;
1261
+ return this.d2;
1260
1262
  },
1261
1263
  set: function (a) {
1262
- this.dy = a;
1264
+ this.d2 = a;
1263
1265
  this.g("DataToolTipGroupTextMarginRight");
1264
1266
  },
1265
1267
  enumerable: false,
@@ -1267,10 +1269,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1267
1269
  });
1268
1270
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginTop", {
1269
1271
  get: function () {
1270
- return this.dz;
1272
+ return this.d3;
1271
1273
  },
1272
1274
  set: function (a) {
1273
- this.dz = a;
1275
+ this.d3 = a;
1274
1276
  this.g("DataToolTipGroupTextMarginTop");
1275
1277
  },
1276
1278
  enumerable: false,
@@ -1278,10 +1280,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1278
1280
  });
1279
1281
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginBottom", {
1280
1282
  get: function () {
1281
- return this.dr;
1283
+ return this.dv;
1282
1284
  },
1283
1285
  set: function (a) {
1284
- this.dr = a;
1286
+ this.dv = a;
1285
1287
  this.g("DataToolTipGroupRowMarginBottom");
1286
1288
  },
1287
1289
  enumerable: false,
@@ -1289,10 +1291,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1289
1291
  });
1290
1292
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginLeft", {
1291
1293
  get: function () {
1292
- return this.ds;
1294
+ return this.dw;
1293
1295
  },
1294
1296
  set: function (a) {
1295
- this.ds = a;
1297
+ this.dw = a;
1296
1298
  this.g("DataToolTipGroupRowMarginLeft");
1297
1299
  },
1298
1300
  enumerable: false,
@@ -1300,10 +1302,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1300
1302
  });
1301
1303
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginRight", {
1302
1304
  get: function () {
1303
- return this.dt;
1305
+ return this.dx;
1304
1306
  },
1305
1307
  set: function (a) {
1306
- this.dt = a;
1308
+ this.dx = a;
1307
1309
  this.g("DataToolTipGroupRowMarginRight");
1308
1310
  },
1309
1311
  enumerable: false,
@@ -1311,10 +1313,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1311
1313
  });
1312
1314
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginTop", {
1313
1315
  get: function () {
1314
- return this.du;
1316
+ return this.dy;
1315
1317
  },
1316
1318
  set: function (a) {
1317
- this.du = a;
1319
+ this.dy = a;
1318
1320
  this.g("DataToolTipGroupRowMarginTop");
1319
1321
  },
1320
1322
  enumerable: false,
@@ -1322,10 +1324,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1322
1324
  });
1323
1325
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowVisible", {
1324
1326
  get: function () {
1325
- return this.b3;
1327
+ return this.b5;
1326
1328
  },
1327
1329
  set: function (a) {
1328
- this.b3 = a;
1330
+ this.b5 = a;
1329
1331
  this.g("DataToolTipGroupRowVisible");
1330
1332
  },
1331
1333
  enumerable: false,
@@ -1333,10 +1335,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1333
1335
  });
1334
1336
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontFamily", {
1335
1337
  get: function () {
1336
- return this.k0;
1338
+ return this.k4;
1337
1339
  },
1338
1340
  set: function (a) {
1339
- this.k0 = a;
1341
+ this.k4 = a;
1340
1342
  this.g("DataToolTipGroupTextFontFamily");
1341
1343
  },
1342
1344
  enumerable: false,
@@ -1344,10 +1346,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1344
1346
  });
1345
1347
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontSize", {
1346
1348
  get: function () {
1347
- return this.dv;
1349
+ return this.dz;
1348
1350
  },
1349
1351
  set: function (a) {
1350
- this.dv = a;
1352
+ this.dz = a;
1351
1353
  this.g("DataToolTipGroupTextFontSize");
1352
1354
  },
1353
1355
  enumerable: false,
@@ -1355,10 +1357,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1355
1357
  });
1356
1358
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontStyle", {
1357
1359
  get: function () {
1358
- return this.k1;
1360
+ return this.k5;
1359
1361
  },
1360
1362
  set: function (a) {
1361
- this.k1 = a;
1363
+ this.k5 = a;
1362
1364
  this.g("DataToolTipGroupTextFontStyle");
1363
1365
  },
1364
1366
  enumerable: false,
@@ -1366,10 +1368,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1366
1368
  });
1367
1369
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontWeight", {
1368
1370
  get: function () {
1369
- return this.k2;
1371
+ return this.k6;
1370
1372
  },
1371
1373
  set: function (a) {
1372
- this.k2 = a;
1374
+ this.k6 = a;
1373
1375
  this.g("DataToolTipGroupTextFontWeight");
1374
1376
  },
1375
1377
  enumerable: false,
@@ -1377,10 +1379,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1377
1379
  });
1378
1380
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextColor", {
1379
1381
  get: function () {
1380
- return this.ln;
1382
+ return this.lr;
1381
1383
  },
1382
1384
  set: function (a) {
1383
- this.ln = a;
1385
+ this.lr = a;
1384
1386
  this.g("DataToolTipSummaryTitleTextColor");
1385
1387
  },
1386
1388
  enumerable: false,
@@ -1388,10 +1390,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1388
1390
  });
1389
1391
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontFamily", {
1390
1392
  get: function () {
1391
- return this.lo;
1393
+ return this.ls;
1392
1394
  },
1393
1395
  set: function (a) {
1394
- this.lo = a;
1396
+ this.ls = a;
1395
1397
  this.g("DataToolTipSummaryTitleTextFontFamily");
1396
1398
  },
1397
1399
  enumerable: false,
@@ -1399,10 +1401,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1399
1401
  });
1400
1402
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontSize", {
1401
1403
  get: function () {
1402
- return this.el;
1404
+ return this.ep;
1403
1405
  },
1404
1406
  set: function (a) {
1405
- this.el = a;
1407
+ this.ep = a;
1406
1408
  this.g("DataToolTipSummaryTitleTextFontSize");
1407
1409
  },
1408
1410
  enumerable: false,
@@ -1410,10 +1412,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1410
1412
  });
1411
1413
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontStyle", {
1412
1414
  get: function () {
1413
- return this.lp;
1415
+ return this.lt;
1414
1416
  },
1415
1417
  set: function (a) {
1416
- this.lp = a;
1418
+ this.lt = a;
1417
1419
  this.g("DataToolTipSummaryTitleTextFontStyle");
1418
1420
  },
1419
1421
  enumerable: false,
@@ -1421,10 +1423,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1421
1423
  });
1422
1424
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontWeight", {
1423
1425
  get: function () {
1424
- return this.lq;
1426
+ return this.lu;
1425
1427
  },
1426
1428
  set: function (a) {
1427
- this.lq = a;
1429
+ this.lu = a;
1428
1430
  this.g("DataToolTipSummaryTitleTextFontWeight");
1429
1431
  },
1430
1432
  enumerable: false,
@@ -1432,10 +1434,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1432
1434
  });
1433
1435
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryType", {
1434
1436
  get: function () {
1435
- return this.lr;
1437
+ return this.lv;
1436
1438
  },
1437
1439
  set: function (a) {
1438
- this.lr = a;
1440
+ this.lv = a;
1439
1441
  this.g("DataToolTipSummaryType");
1440
1442
  },
1441
1443
  enumerable: false,
@@ -1443,10 +1445,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1443
1445
  });
1444
1446
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleText", {
1445
1447
  get: function () {
1446
- return this.lm;
1448
+ return this.lq;
1447
1449
  },
1448
1450
  set: function (a) {
1449
- this.lm = a;
1451
+ this.lq = a;
1450
1452
  this.g("DataToolTipSummaryTitleText");
1451
1453
  },
1452
1454
  enumerable: false,
@@ -1454,10 +1456,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1454
1456
  });
1455
1457
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginBottom", {
1456
1458
  get: function () {
1457
- return this.em;
1459
+ return this.eq;
1458
1460
  },
1459
1461
  set: function (a) {
1460
- this.em = a;
1462
+ this.eq = a;
1461
1463
  this.g("DataToolTipSummaryTitleTextMarginBottom");
1462
1464
  },
1463
1465
  enumerable: false,
@@ -1465,10 +1467,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1465
1467
  });
1466
1468
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginLeft", {
1467
1469
  get: function () {
1468
- return this.en;
1470
+ return this.er;
1469
1471
  },
1470
1472
  set: function (a) {
1471
- this.en = a;
1473
+ this.er = a;
1472
1474
  this.g("DataToolTipSummaryTitleTextMarginLeft");
1473
1475
  },
1474
1476
  enumerable: false,
@@ -1476,10 +1478,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1476
1478
  });
1477
1479
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginRight", {
1478
1480
  get: function () {
1479
- return this.eo;
1481
+ return this.es;
1480
1482
  },
1481
1483
  set: function (a) {
1482
- this.eo = a;
1484
+ this.es = a;
1483
1485
  this.g("DataToolTipSummaryTitleTextMarginRight");
1484
1486
  },
1485
1487
  enumerable: false,
@@ -1487,10 +1489,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1487
1489
  });
1488
1490
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginTop", {
1489
1491
  get: function () {
1490
- return this.ep;
1492
+ return this.et;
1491
1493
  },
1492
1494
  set: function (a) {
1493
- this.ep = a;
1495
+ this.et = a;
1494
1496
  this.g("DataToolTipSummaryTitleTextMarginTop");
1495
1497
  },
1496
1498
  enumerable: false,
@@ -1498,10 +1500,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1498
1500
  });
1499
1501
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginBottom", {
1500
1502
  get: function () {
1501
- return this.eh;
1503
+ return this.el;
1502
1504
  },
1503
1505
  set: function (a) {
1504
- this.eh = a;
1506
+ this.el = a;
1505
1507
  this.g("DataToolTipSummaryRowMarginBottom");
1506
1508
  },
1507
1509
  enumerable: false,
@@ -1509,10 +1511,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1509
1511
  });
1510
1512
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginLeft", {
1511
1513
  get: function () {
1512
- return this.ei;
1514
+ return this.em;
1513
1515
  },
1514
1516
  set: function (a) {
1515
- this.ei = a;
1517
+ this.em = a;
1516
1518
  this.g("DataToolTipSummaryRowMarginLeft");
1517
1519
  },
1518
1520
  enumerable: false,
@@ -1520,10 +1522,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1520
1522
  });
1521
1523
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginRight", {
1522
1524
  get: function () {
1523
- return this.ej;
1525
+ return this.en;
1524
1526
  },
1525
1527
  set: function (a) {
1526
- this.ej = a;
1528
+ this.en = a;
1527
1529
  this.g("DataToolTipSummaryRowMarginRight");
1528
1530
  },
1529
1531
  enumerable: false,
@@ -1531,10 +1533,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1531
1533
  });
1532
1534
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginTop", {
1533
1535
  get: function () {
1534
- return this.ek;
1536
+ return this.eo;
1535
1537
  },
1536
1538
  set: function (a) {
1537
- this.ek = a;
1539
+ this.eo = a;
1538
1540
  this.g("DataToolTipSummaryRowMarginTop");
1539
1541
  },
1540
1542
  enumerable: false,
@@ -1542,10 +1544,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1542
1544
  });
1543
1545
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextColor", {
1544
1546
  get: function () {
1545
- return this.lx;
1547
+ return this.l1;
1546
1548
  },
1547
1549
  set: function (a) {
1548
- this.lx = a;
1550
+ this.l1 = a;
1549
1551
  this.g("DataToolTipSummaryValueTextColor");
1550
1552
  },
1551
1553
  enumerable: false,
@@ -1553,10 +1555,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1553
1555
  });
1554
1556
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontFamily", {
1555
1557
  get: function () {
1556
- return this.ly;
1558
+ return this.l2;
1557
1559
  },
1558
1560
  set: function (a) {
1559
- this.ly = a;
1561
+ this.l2 = a;
1560
1562
  this.g("DataToolTipSummaryValueTextFontFamily");
1561
1563
  },
1562
1564
  enumerable: false,
@@ -1564,10 +1566,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1564
1566
  });
1565
1567
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontSize", {
1566
1568
  get: function () {
1567
- return this.er;
1569
+ return this.ev;
1568
1570
  },
1569
1571
  set: function (a) {
1570
- this.er = a;
1572
+ this.ev = a;
1571
1573
  this.g("DataToolTipSummaryValueTextFontSize");
1572
1574
  },
1573
1575
  enumerable: false,
@@ -1575,10 +1577,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1575
1577
  });
1576
1578
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontStyle", {
1577
1579
  get: function () {
1578
- return this.lz;
1580
+ return this.l3;
1579
1581
  },
1580
1582
  set: function (a) {
1581
- this.lz = a;
1583
+ this.l3 = a;
1582
1584
  this.g("DataToolTipSummaryValueTextFontStyle");
1583
1585
  },
1584
1586
  enumerable: false,
@@ -1586,10 +1588,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1586
1588
  });
1587
1589
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontWeight", {
1588
1590
  get: function () {
1589
- return this.l0;
1591
+ return this.l4;
1590
1592
  },
1591
1593
  set: function (a) {
1592
- this.l0 = a;
1594
+ this.l4 = a;
1593
1595
  this.g("DataToolTipSummaryValueTextFontWeight");
1594
1596
  },
1595
1597
  enumerable: false,
@@ -1597,10 +1599,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1597
1599
  });
1598
1600
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelText", {
1599
1601
  get: function () {
1600
- return this.lh;
1602
+ return this.ll;
1601
1603
  },
1602
1604
  set: function (a) {
1603
- this.lh = a;
1605
+ this.ll = a;
1604
1606
  this.g("DataToolTipSummaryLabelText");
1605
1607
  },
1606
1608
  enumerable: false,
@@ -1608,10 +1610,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1608
1610
  });
1609
1611
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextColor", {
1610
1612
  get: function () {
1611
- return this.li;
1613
+ return this.lm;
1612
1614
  },
1613
1615
  set: function (a) {
1614
- this.li = a;
1616
+ this.lm = a;
1615
1617
  this.g("DataToolTipSummaryLabelTextColor");
1616
1618
  },
1617
1619
  enumerable: false,
@@ -1619,10 +1621,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1619
1621
  });
1620
1622
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontFamily", {
1621
1623
  get: function () {
1622
- return this.lj;
1624
+ return this.ln;
1623
1625
  },
1624
1626
  set: function (a) {
1625
- this.lj = a;
1627
+ this.ln = a;
1626
1628
  this.g("DataToolTipSummaryLabelTextFontFamily");
1627
1629
  },
1628
1630
  enumerable: false,
@@ -1630,10 +1632,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1630
1632
  });
1631
1633
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontSize", {
1632
1634
  get: function () {
1633
- return this.eg;
1635
+ return this.ek;
1634
1636
  },
1635
1637
  set: function (a) {
1636
- this.eg = a;
1638
+ this.ek = a;
1637
1639
  this.g("DataToolTipSummaryLabelTextFontSize");
1638
1640
  },
1639
1641
  enumerable: false,
@@ -1641,10 +1643,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1641
1643
  });
1642
1644
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontStyle", {
1643
1645
  get: function () {
1644
- return this.lk;
1646
+ return this.lo;
1645
1647
  },
1646
1648
  set: function (a) {
1647
- this.lk = a;
1649
+ this.lo = a;
1648
1650
  this.g("DataToolTipSummaryLabelTextFontStyle");
1649
1651
  },
1650
1652
  enumerable: false,
@@ -1652,10 +1654,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1652
1654
  });
1653
1655
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontWeight", {
1654
1656
  get: function () {
1655
- return this.ll;
1657
+ return this.lp;
1656
1658
  },
1657
1659
  set: function (a) {
1658
- this.ll = a;
1660
+ this.lp = a;
1659
1661
  this.g("DataToolTipSummaryLabelTextFontWeight");
1660
1662
  },
1661
1663
  enumerable: false,
@@ -1663,10 +1665,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1663
1665
  });
1664
1666
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsText", {
1665
1667
  get: function () {
1666
- return this.ls;
1668
+ return this.lw;
1667
1669
  },
1668
1670
  set: function (a) {
1669
- this.ls = a;
1671
+ this.lw = a;
1670
1672
  this.g("DataToolTipSummaryUnitsText");
1671
1673
  },
1672
1674
  enumerable: false,
@@ -1674,10 +1676,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1674
1676
  });
1675
1677
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextColor", {
1676
1678
  get: function () {
1677
- return this.lt;
1679
+ return this.lx;
1678
1680
  },
1679
1681
  set: function (a) {
1680
- this.lt = a;
1682
+ this.lx = a;
1681
1683
  this.g("DataToolTipSummaryUnitsTextColor");
1682
1684
  },
1683
1685
  enumerable: false,
@@ -1685,10 +1687,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1685
1687
  });
1686
1688
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontFamily", {
1687
1689
  get: function () {
1688
- return this.lu;
1690
+ return this.ly;
1689
1691
  },
1690
1692
  set: function (a) {
1691
- this.lu = a;
1693
+ this.ly = a;
1692
1694
  this.g("DataToolTipSummaryUnitsTextFontFamily");
1693
1695
  },
1694
1696
  enumerable: false,
@@ -1696,10 +1698,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1696
1698
  });
1697
1699
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontSize", {
1698
1700
  get: function () {
1699
- return this.eq;
1701
+ return this.eu;
1700
1702
  },
1701
1703
  set: function (a) {
1702
- this.eq = a;
1704
+ this.eu = a;
1703
1705
  this.g("DataToolTipSummaryUnitsTextFontSize");
1704
1706
  },
1705
1707
  enumerable: false,
@@ -1707,10 +1709,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1707
1709
  });
1708
1710
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontStyle", {
1709
1711
  get: function () {
1710
- return this.lv;
1712
+ return this.lz;
1711
1713
  },
1712
1714
  set: function (a) {
1713
- this.lv = a;
1715
+ this.lz = a;
1714
1716
  this.g("DataToolTipSummaryUnitsTextFontStyle");
1715
1717
  },
1716
1718
  enumerable: false,
@@ -1718,10 +1720,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1718
1720
  });
1719
1721
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontWeight", {
1720
1722
  get: function () {
1721
- return this.lw;
1723
+ return this.l0;
1722
1724
  },
1723
1725
  set: function (a) {
1724
- this.lw = a;
1726
+ this.l0 = a;
1725
1727
  this.g("DataToolTipSummaryUnitsTextFontWeight");
1726
1728
  },
1727
1729
  enumerable: false,
@@ -1729,10 +1731,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1729
1731
  });
1730
1732
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginBottom", {
1731
1733
  get: function () {
1732
- return this.dk;
1734
+ return this.dp;
1733
1735
  },
1734
1736
  set: function (a) {
1735
- this.dk = a;
1737
+ this.dp = a;
1736
1738
  this.g("DataToolTipBadgeMarginBottom");
1737
1739
  },
1738
1740
  enumerable: false,
@@ -1740,10 +1742,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1740
1742
  });
1741
1743
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginLeft", {
1742
1744
  get: function () {
1743
- return this.dl;
1745
+ return this.dq;
1744
1746
  },
1745
1747
  set: function (a) {
1746
- this.dl = a;
1748
+ this.dq = a;
1747
1749
  this.g("DataToolTipBadgeMarginLeft");
1748
1750
  },
1749
1751
  enumerable: false,
@@ -1751,10 +1753,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1751
1753
  });
1752
1754
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginRight", {
1753
1755
  get: function () {
1754
- return this.dm;
1756
+ return this.dr;
1755
1757
  },
1756
1758
  set: function (a) {
1757
- this.dm = a;
1759
+ this.dr = a;
1758
1760
  this.g("DataToolTipBadgeMarginRight");
1759
1761
  },
1760
1762
  enumerable: false,
@@ -1762,10 +1764,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1762
1764
  });
1763
1765
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginTop", {
1764
1766
  get: function () {
1765
- return this.dn;
1767
+ return this.ds;
1766
1768
  },
1767
1769
  set: function (a) {
1768
- this.dn = a;
1770
+ this.ds = a;
1769
1771
  this.g("DataToolTipBadgeMarginTop");
1770
1772
  },
1771
1773
  enumerable: false,
@@ -1773,10 +1775,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1773
1775
  });
1774
1776
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeShape", {
1775
1777
  get: function () {
1776
- return this.kv;
1778
+ return this.kz;
1777
1779
  },
1778
1780
  set: function (a) {
1779
- this.kv = a;
1781
+ this.kz = a;
1780
1782
  this.g("DataToolTipBadgeShape");
1781
1783
  },
1782
1784
  enumerable: false,
@@ -1784,10 +1786,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1784
1786
  });
1785
1787
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsDisplayMode", {
1786
1788
  get: function () {
1787
- return this.l5;
1789
+ return this.l9;
1788
1790
  },
1789
1791
  set: function (a) {
1790
- this.l5 = a;
1792
+ this.l9 = a;
1791
1793
  this.g("DataToolTipUnitsDisplayMode");
1792
1794
  },
1793
1795
  enumerable: false,
@@ -1795,10 +1797,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1795
1797
  });
1796
1798
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsText", {
1797
1799
  get: function () {
1798
- return this.l6;
1800
+ return this.ma;
1799
1801
  },
1800
1802
  set: function (a) {
1801
- this.l6 = a;
1803
+ this.ma = a;
1802
1804
  this.g("DataToolTipUnitsText");
1803
1805
  },
1804
1806
  enumerable: false,
@@ -1806,10 +1808,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1806
1808
  });
1807
1809
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextColor", {
1808
1810
  get: function () {
1809
- return this.l7;
1811
+ return this.mb;
1810
1812
  },
1811
1813
  set: function (a) {
1812
- this.l7 = a;
1814
+ this.mb = a;
1813
1815
  this.g("DataToolTipUnitsTextColor");
1814
1816
  },
1815
1817
  enumerable: false,
@@ -1817,10 +1819,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1817
1819
  });
1818
1820
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginBottom", {
1819
1821
  get: function () {
1820
- return this.ey;
1822
+ return this.e2;
1821
1823
  },
1822
1824
  set: function (a) {
1823
- this.ey = a;
1825
+ this.e2 = a;
1824
1826
  this.g("DataToolTipUnitsTextMarginBottom");
1825
1827
  },
1826
1828
  enumerable: false,
@@ -1828,10 +1830,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1828
1830
  });
1829
1831
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginLeft", {
1830
1832
  get: function () {
1831
- return this.ez;
1833
+ return this.e3;
1832
1834
  },
1833
1835
  set: function (a) {
1834
- this.ez = a;
1836
+ this.e3 = a;
1835
1837
  this.g("DataToolTipUnitsTextMarginLeft");
1836
1838
  },
1837
1839
  enumerable: false,
@@ -1839,10 +1841,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1839
1841
  });
1840
1842
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginRight", {
1841
1843
  get: function () {
1842
- return this.e0;
1844
+ return this.e4;
1843
1845
  },
1844
1846
  set: function (a) {
1845
- this.e0 = a;
1847
+ this.e4 = a;
1846
1848
  this.g("DataToolTipUnitsTextMarginRight");
1847
1849
  },
1848
1850
  enumerable: false,
@@ -1850,10 +1852,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1850
1852
  });
1851
1853
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginTop", {
1852
1854
  get: function () {
1853
- return this.e1;
1855
+ return this.e5;
1854
1856
  },
1855
1857
  set: function (a) {
1856
- this.e1 = a;
1858
+ this.e5 = a;
1857
1859
  this.g("DataToolTipUnitsTextMarginTop");
1858
1860
  },
1859
1861
  enumerable: false,
@@ -1861,10 +1863,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1861
1863
  });
1862
1864
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontFamily", {
1863
1865
  get: function () {
1864
- return this.l8;
1866
+ return this.mc;
1865
1867
  },
1866
1868
  set: function (a) {
1867
- this.l8 = a;
1869
+ this.mc = a;
1868
1870
  this.g("DataToolTipUnitsTextFontFamily");
1869
1871
  },
1870
1872
  enumerable: false,
@@ -1872,10 +1874,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1872
1874
  });
1873
1875
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontSize", {
1874
1876
  get: function () {
1875
- return this.ex;
1877
+ return this.e1;
1876
1878
  },
1877
1879
  set: function (a) {
1878
- this.ex = a;
1880
+ this.e1 = a;
1879
1881
  this.g("DataToolTipUnitsTextFontSize");
1880
1882
  },
1881
1883
  enumerable: false,
@@ -1883,10 +1885,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1883
1885
  });
1884
1886
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontStyle", {
1885
1887
  get: function () {
1886
- return this.l9;
1888
+ return this.md;
1887
1889
  },
1888
1890
  set: function (a) {
1889
- this.l9 = a;
1891
+ this.md = a;
1890
1892
  this.g("DataToolTipUnitsTextFontStyle");
1891
1893
  },
1892
1894
  enumerable: false,
@@ -1894,10 +1896,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1894
1896
  });
1895
1897
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontWeight", {
1896
1898
  get: function () {
1897
- return this.ma;
1899
+ return this.me;
1898
1900
  },
1899
1901
  set: function (a) {
1900
- this.ma = a;
1902
+ this.me = a;
1901
1903
  this.g("DataToolTipUnitsTextFontWeight");
1902
1904
  },
1903
1905
  enumerable: false,
@@ -1905,10 +1907,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1905
1907
  });
1906
1908
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginBottom", {
1907
1909
  get: function () {
1908
- return this.et;
1910
+ return this.ex;
1909
1911
  },
1910
1912
  set: function (a) {
1911
- this.et = a;
1913
+ this.ex = a;
1912
1914
  this.g("DataToolTipTitleTextMarginBottom");
1913
1915
  },
1914
1916
  enumerable: false,
@@ -1916,10 +1918,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1916
1918
  });
1917
1919
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginLeft", {
1918
1920
  get: function () {
1919
- return this.eu;
1921
+ return this.ey;
1920
1922
  },
1921
1923
  set: function (a) {
1922
- this.eu = a;
1924
+ this.ey = a;
1923
1925
  this.g("DataToolTipTitleTextMarginLeft");
1924
1926
  },
1925
1927
  enumerable: false,
@@ -1927,10 +1929,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1927
1929
  });
1928
1930
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginRight", {
1929
1931
  get: function () {
1930
- return this.ev;
1932
+ return this.ez;
1931
1933
  },
1932
1934
  set: function (a) {
1933
- this.ev = a;
1935
+ this.ez = a;
1934
1936
  this.g("DataToolTipTitleTextMarginRight");
1935
1937
  },
1936
1938
  enumerable: false,
@@ -1938,10 +1940,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1938
1940
  });
1939
1941
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginTop", {
1940
1942
  get: function () {
1941
- return this.ew;
1943
+ return this.e0;
1942
1944
  },
1943
1945
  set: function (a) {
1944
- this.ew = a;
1946
+ this.e0 = a;
1945
1947
  this.g("DataToolTipTitleTextMarginTop");
1946
1948
  },
1947
1949
  enumerable: false,
@@ -1949,10 +1951,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1949
1951
  });
1950
1952
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextColor", {
1951
1953
  get: function () {
1952
- return this.l1;
1954
+ return this.l5;
1953
1955
  },
1954
1956
  set: function (a) {
1955
- this.l1 = a;
1957
+ this.l5 = a;
1956
1958
  this.g("DataToolTipTitleTextColor");
1957
1959
  },
1958
1960
  enumerable: false,
@@ -1960,10 +1962,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1960
1962
  });
1961
1963
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontFamily", {
1962
1964
  get: function () {
1963
- return this.l2;
1965
+ return this.l6;
1964
1966
  },
1965
1967
  set: function (a) {
1966
- this.l2 = a;
1968
+ this.l6 = a;
1967
1969
  this.g("DataToolTipTitleTextFontFamily");
1968
1970
  },
1969
1971
  enumerable: false,
@@ -1971,10 +1973,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1971
1973
  });
1972
1974
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontSize", {
1973
1975
  get: function () {
1974
- return this.es;
1976
+ return this.ew;
1975
1977
  },
1976
1978
  set: function (a) {
1977
- this.es = a;
1979
+ this.ew = a;
1978
1980
  this.g("DataToolTipTitleTextFontSize");
1979
1981
  },
1980
1982
  enumerable: false,
@@ -1982,10 +1984,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1982
1984
  });
1983
1985
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontStyle", {
1984
1986
  get: function () {
1985
- return this.l3;
1987
+ return this.l7;
1986
1988
  },
1987
1989
  set: function (a) {
1988
- this.l3 = a;
1990
+ this.l7 = a;
1989
1991
  this.g("DataToolTipTitleTextFontStyle");
1990
1992
  },
1991
1993
  enumerable: false,
@@ -1993,10 +1995,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1993
1995
  });
1994
1996
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontWeight", {
1995
1997
  get: function () {
1996
- return this.l4;
1998
+ return this.l8;
1997
1999
  },
1998
2000
  set: function (a) {
1999
- this.l4 = a;
2001
+ this.l8 = a;
2000
2002
  this.g("DataToolTipTitleTextFontWeight");
2001
2003
  },
2002
2004
  enumerable: false,
@@ -2004,10 +2006,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2004
2006
  });
2005
2007
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelDisplayMode", {
2006
2008
  get: function () {
2007
- return this.lc;
2009
+ return this.lg;
2008
2010
  },
2009
2011
  set: function (a) {
2010
- this.lc = a;
2012
+ this.lg = a;
2011
2013
  this.g("DataToolTipLabelDisplayMode");
2012
2014
  },
2013
2015
  enumerable: false,
@@ -2015,10 +2017,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2015
2017
  });
2016
2018
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextColor", {
2017
2019
  get: function () {
2018
- return this.ld;
2020
+ return this.lh;
2019
2021
  },
2020
2022
  set: function (a) {
2021
- this.ld = a;
2023
+ this.lh = a;
2022
2024
  this.g("DataToolTipLabelTextColor");
2023
2025
  },
2024
2026
  enumerable: false,
@@ -2026,10 +2028,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2026
2028
  });
2027
2029
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginBottom", {
2028
2030
  get: function () {
2029
- return this.ea;
2031
+ return this.ee;
2030
2032
  },
2031
2033
  set: function (a) {
2032
- this.ea = a;
2034
+ this.ee = a;
2033
2035
  this.g("DataToolTipLabelTextMarginBottom");
2034
2036
  },
2035
2037
  enumerable: false,
@@ -2037,10 +2039,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2037
2039
  });
2038
2040
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginLeft", {
2039
2041
  get: function () {
2040
- return this.eb;
2042
+ return this.ef;
2041
2043
  },
2042
2044
  set: function (a) {
2043
- this.eb = a;
2045
+ this.ef = a;
2044
2046
  this.g("DataToolTipLabelTextMarginLeft");
2045
2047
  },
2046
2048
  enumerable: false,
@@ -2048,10 +2050,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2048
2050
  });
2049
2051
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginRight", {
2050
2052
  get: function () {
2051
- return this.ec;
2053
+ return this.eg;
2052
2054
  },
2053
2055
  set: function (a) {
2054
- this.ec = a;
2056
+ this.eg = a;
2055
2057
  this.g("DataToolTipLabelTextMarginRight");
2056
2058
  },
2057
2059
  enumerable: false,
@@ -2059,10 +2061,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2059
2061
  });
2060
2062
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginTop", {
2061
2063
  get: function () {
2062
- return this.ed;
2064
+ return this.eh;
2063
2065
  },
2064
2066
  set: function (a) {
2065
- this.ed = a;
2067
+ this.eh = a;
2066
2068
  this.g("DataToolTipLabelTextMarginTop");
2067
2069
  },
2068
2070
  enumerable: false,
@@ -2070,10 +2072,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2070
2072
  });
2071
2073
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontFamily", {
2072
2074
  get: function () {
2073
- return this.le;
2075
+ return this.li;
2074
2076
  },
2075
2077
  set: function (a) {
2076
- this.le = a;
2078
+ this.li = a;
2077
2079
  this.g("DataToolTipLabelTextFontFamily");
2078
2080
  },
2079
2081
  enumerable: false,
@@ -2081,10 +2083,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2081
2083
  });
2082
2084
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontSize", {
2083
2085
  get: function () {
2084
- return this.d9;
2086
+ return this.ed;
2085
2087
  },
2086
2088
  set: function (a) {
2087
- this.d9 = a;
2089
+ this.ed = a;
2088
2090
  this.g("DataToolTipLabelTextFontSize");
2089
2091
  },
2090
2092
  enumerable: false,
@@ -2092,10 +2094,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2092
2094
  });
2093
2095
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontStyle", {
2094
2096
  get: function () {
2095
- return this.lf;
2097
+ return this.lj;
2096
2098
  },
2097
2099
  set: function (a) {
2098
- this.lf = a;
2100
+ this.lj = a;
2099
2101
  this.g("DataToolTipLabelTextFontStyle");
2100
2102
  },
2101
2103
  enumerable: false,
@@ -2103,10 +2105,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2103
2105
  });
2104
2106
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontWeight", {
2105
2107
  get: function () {
2106
- return this.lg;
2108
+ return this.lk;
2107
2109
  },
2108
2110
  set: function (a) {
2109
- this.lg = a;
2111
+ this.lk = a;
2110
2112
  this.g("DataToolTipLabelTextFontWeight");
2111
2113
  },
2112
2114
  enumerable: false,
@@ -2180,10 +2182,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2180
2182
  });
2181
2183
  Object.defineProperty(DomainChartDescription.prototype, "selectionMode", {
2182
2184
  get: function () {
2183
- return this.nm;
2185
+ return this.nq;
2184
2186
  },
2185
2187
  set: function (a) {
2186
- this.nm = a;
2188
+ this.nq = a;
2187
2189
  this.g("SelectionMode");
2188
2190
  },
2189
2191
  enumerable: false,
@@ -2191,10 +2193,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2191
2193
  });
2192
2194
  Object.defineProperty(DomainChartDescription.prototype, "focusMode", {
2193
2195
  get: function () {
2194
- return this.mp;
2196
+ return this.mt;
2195
2197
  },
2196
2198
  set: function (a) {
2197
- this.mp = a;
2199
+ this.mt = a;
2198
2200
  this.g("FocusMode");
2199
2201
  },
2200
2202
  enumerable: false,
@@ -2202,10 +2204,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2202
2204
  });
2203
2205
  Object.defineProperty(DomainChartDescription.prototype, "selectionBrush", {
2204
2206
  get: function () {
2205
- return this.nl;
2207
+ return this.np;
2206
2208
  },
2207
2209
  set: function (a) {
2208
- this.nl = a;
2210
+ this.np = a;
2209
2211
  this.g("SelectionBrush");
2210
2212
  },
2211
2213
  enumerable: false,
@@ -2213,10 +2215,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2213
2215
  });
2214
2216
  Object.defineProperty(DomainChartDescription.prototype, "focusBrush", {
2215
2217
  get: function () {
2216
- return this.mn;
2218
+ return this.mr;
2217
2219
  },
2218
2220
  set: function (a) {
2219
- this.mn = a;
2221
+ this.mr = a;
2220
2222
  this.g("FocusBrush");
2221
2223
  },
2222
2224
  enumerable: false,
@@ -2224,10 +2226,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2224
2226
  });
2225
2227
  Object.defineProperty(DomainChartDescription.prototype, "selectionBehavior", {
2226
2228
  get: function () {
2227
- return this.nk;
2229
+ return this.no;
2228
2230
  },
2229
2231
  set: function (a) {
2230
- this.nk = a;
2232
+ this.no = a;
2231
2233
  this.g("SelectionBehavior");
2232
2234
  },
2233
2235
  enumerable: false,
@@ -2323,10 +2325,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2323
2325
  });
2324
2326
  Object.defineProperty(DomainChartDescription.prototype, "initialSorts", {
2325
2327
  get: function () {
2326
- return this.m3;
2328
+ return this.m7;
2327
2329
  },
2328
2330
  set: function (a) {
2329
- this.m3 = a;
2331
+ this.m7 = a;
2330
2332
  this.g("InitialSorts");
2331
2333
  },
2332
2334
  enumerable: false,
@@ -2334,10 +2336,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2334
2336
  });
2335
2337
  Object.defineProperty(DomainChartDescription.prototype, "groupSorts", {
2336
2338
  get: function () {
2337
- return this.mq;
2339
+ return this.mu;
2338
2340
  },
2339
2341
  set: function (a) {
2340
- this.mq = a;
2342
+ this.mu = a;
2341
2343
  this.g("GroupSorts");
2342
2344
  },
2343
2345
  enumerable: false,
@@ -2345,10 +2347,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2345
2347
  });
2346
2348
  Object.defineProperty(DomainChartDescription.prototype, "initialGroups", {
2347
2349
  get: function () {
2348
- return this.m1;
2350
+ return this.m5;
2349
2351
  },
2350
2352
  set: function (a) {
2351
- this.m1 = a;
2353
+ this.m5 = a;
2352
2354
  this.g("InitialGroups");
2353
2355
  },
2354
2356
  enumerable: false,
@@ -2356,10 +2358,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2356
2358
  });
2357
2359
  Object.defineProperty(DomainChartDescription.prototype, "initialFilter", {
2358
2360
  get: function () {
2359
- return this.m0;
2361
+ return this.m4;
2360
2362
  },
2361
2363
  set: function (a) {
2362
- this.m0 = a;
2364
+ this.m4 = a;
2363
2365
  this.g("InitialFilter");
2364
2366
  },
2365
2367
  enumerable: false,
@@ -2367,10 +2369,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2367
2369
  });
2368
2370
  Object.defineProperty(DomainChartDescription.prototype, "initialHighlightFilter", {
2369
2371
  get: function () {
2370
- return this.m2;
2372
+ return this.m6;
2371
2373
  },
2372
2374
  set: function (a) {
2373
- this.m2 = a;
2375
+ this.m6 = a;
2374
2376
  this.g("InitialHighlightFilter");
2375
2377
  },
2376
2378
  enumerable: false,
@@ -2378,10 +2380,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2378
2380
  });
2379
2381
  Object.defineProperty(DomainChartDescription.prototype, "initialSummaries", {
2380
2382
  get: function () {
2381
- return this.m4;
2383
+ return this.m8;
2382
2384
  },
2383
2385
  set: function (a) {
2384
- this.m4 = a;
2386
+ this.m8 = a;
2385
2387
  this.g("InitialSummaries");
2386
2388
  },
2387
2389
  enumerable: false,
@@ -2389,10 +2391,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2389
2391
  });
2390
2392
  Object.defineProperty(DomainChartDescription.prototype, "dataSourceRef", {
2391
2393
  get: function () {
2392
- return this.ku;
2394
+ return this.ky;
2393
2395
  },
2394
2396
  set: function (a) {
2395
- this.ku = a;
2397
+ this.ky = a;
2396
2398
  this.g("DataSourceRef");
2397
2399
  },
2398
2400
  enumerable: false,
@@ -2411,10 +2413,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2411
2413
  });
2412
2414
  Object.defineProperty(DomainChartDescription.prototype, "highlightedDataSourceRef", {
2413
2415
  get: function () {
2414
- return this.mr;
2416
+ return this.mv;
2415
2417
  },
2416
2418
  set: function (a) {
2417
- this.mr = a;
2419
+ this.mv = a;
2418
2420
  this.g("HighlightedDataSourceRef");
2419
2421
  },
2420
2422
  enumerable: false,
@@ -2499,10 +2501,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2499
2501
  });
2500
2502
  Object.defineProperty(DomainChartDescription.prototype, "legendRef", {
2501
2503
  get: function () {
2502
- return this.m9;
2504
+ return this.nd;
2503
2505
  },
2504
2506
  set: function (a) {
2505
- this.m9 = a;
2507
+ this.nd = a;
2506
2508
  this.g("LegendRef");
2507
2509
  },
2508
2510
  enumerable: false,
@@ -2510,10 +2512,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2510
2512
  });
2511
2513
  Object.defineProperty(DomainChartDescription.prototype, "isHorizontalZoomEnabled", {
2512
2514
  get: function () {
2513
- return this.cb;
2515
+ return this.cd;
2514
2516
  },
2515
2517
  set: function (a) {
2516
- this.cb = a;
2518
+ this.cd = a;
2517
2519
  this.g("IsHorizontalZoomEnabled");
2518
2520
  },
2519
2521
  enumerable: false,
@@ -2521,10 +2523,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2521
2523
  });
2522
2524
  Object.defineProperty(DomainChartDescription.prototype, "isVerticalZoomEnabled", {
2523
2525
  get: function () {
2524
- return this.cd;
2526
+ return this.cf;
2525
2527
  },
2526
2528
  set: function (a) {
2527
- this.cd = a;
2529
+ this.cf = a;
2528
2530
  this.g("IsVerticalZoomEnabled");
2529
2531
  },
2530
2532
  enumerable: false,
@@ -2532,10 +2534,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2532
2534
  });
2533
2535
  Object.defineProperty(DomainChartDescription.prototype, "shouldDisplayMockData", {
2534
2536
  get: function () {
2535
- return this.cg;
2537
+ return this.ci;
2536
2538
  },
2537
2539
  set: function (a) {
2538
- this.cg = a;
2540
+ this.ci = a;
2539
2541
  this.g("ShouldDisplayMockData");
2540
2542
  },
2541
2543
  enumerable: false,
@@ -2543,10 +2545,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2543
2545
  });
2544
2546
  Object.defineProperty(DomainChartDescription.prototype, "shouldUseSkeletonStyleForMockData", {
2545
2547
  get: function () {
2546
- return this.ci;
2548
+ return this.ck;
2547
2549
  },
2548
2550
  set: function (a) {
2549
- this.ci = a;
2551
+ this.ck = a;
2550
2552
  this.g("ShouldUseSkeletonStyleForMockData");
2551
2553
  },
2552
2554
  enumerable: false,
@@ -2554,10 +2556,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2554
2556
  });
2555
2557
  Object.defineProperty(DomainChartDescription.prototype, "highlightedValuesDisplayMode", {
2556
2558
  get: function () {
2557
- return this.mt;
2559
+ return this.mx;
2558
2560
  },
2559
2561
  set: function (a) {
2560
- this.mt = a;
2562
+ this.mx = a;
2561
2563
  this.g("HighlightedValuesDisplayMode");
2562
2564
  },
2563
2565
  enumerable: false,
@@ -2565,10 +2567,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2565
2567
  });
2566
2568
  Object.defineProperty(DomainChartDescription.prototype, "isSeriesHighlightingEnabled", {
2567
2569
  get: function () {
2568
- return this.cc;
2570
+ return this.ce;
2569
2571
  },
2570
2572
  set: function (a) {
2571
- this.cc = a;
2573
+ this.ce = a;
2572
2574
  this.g("IsSeriesHighlightingEnabled");
2573
2575
  },
2574
2576
  enumerable: false,
@@ -2576,10 +2578,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2576
2578
  });
2577
2579
  Object.defineProperty(DomainChartDescription.prototype, "highlightedLegendItemVisibility", {
2578
2580
  get: function () {
2579
- return this.ms;
2581
+ return this.mw;
2580
2582
  },
2581
2583
  set: function (a) {
2582
- this.ms = a;
2584
+ this.mw = a;
2583
2585
  this.g("HighlightedLegendItemVisibility");
2584
2586
  },
2585
2587
  enumerable: false,
@@ -2587,10 +2589,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2587
2589
  });
2588
2590
  Object.defineProperty(DomainChartDescription.prototype, "legendItemVisibility", {
2589
2591
  get: function () {
2590
- return this.m8;
2592
+ return this.nc;
2591
2593
  },
2592
2594
  set: function (a) {
2593
- this.m8 = a;
2595
+ this.nc = a;
2594
2596
  this.g("LegendItemVisibility");
2595
2597
  },
2596
2598
  enumerable: false,
@@ -2609,10 +2611,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2609
2611
  });
2610
2612
  Object.defineProperty(DomainChartDescription.prototype, "chartTitle", {
2611
2613
  get: function () {
2612
- return this.kl;
2614
+ return this.kp;
2613
2615
  },
2614
2616
  set: function (a) {
2615
- this.kl = a;
2617
+ this.kp = a;
2616
2618
  this.g("ChartTitle");
2617
2619
  },
2618
2620
  enumerable: false,
@@ -2620,10 +2622,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2620
2622
  });
2621
2623
  Object.defineProperty(DomainChartDescription.prototype, "subtitle", {
2622
2624
  get: function () {
2623
- return this.nx;
2625
+ return this.n1;
2624
2626
  },
2625
2627
  set: function (a) {
2626
- this.nx = a;
2628
+ this.n1 = a;
2627
2629
  this.g("Subtitle");
2628
2630
  },
2629
2631
  enumerable: false,
@@ -2631,10 +2633,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2631
2633
  });
2632
2634
  Object.defineProperty(DomainChartDescription.prototype, "titleAlignment", {
2633
2635
  get: function () {
2634
- return this.n1;
2636
+ return this.n5;
2635
2637
  },
2636
2638
  set: function (a) {
2637
- this.n1 = a;
2639
+ this.n5 = a;
2638
2640
  this.g("TitleAlignment");
2639
2641
  },
2640
2642
  enumerable: false,
@@ -2642,10 +2644,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2642
2644
  });
2643
2645
  Object.defineProperty(DomainChartDescription.prototype, "subtitleAlignment", {
2644
2646
  get: function () {
2645
- return this.ny;
2647
+ return this.n2;
2646
2648
  },
2647
2649
  set: function (a) {
2648
- this.ny = a;
2650
+ this.n2 = a;
2649
2651
  this.g("SubtitleAlignment");
2650
2652
  },
2651
2653
  enumerable: false,
@@ -2653,10 +2655,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2653
2655
  });
2654
2656
  Object.defineProperty(DomainChartDescription.prototype, "unknownValuePlotting", {
2655
2657
  get: function () {
2656
- return this.n7;
2658
+ return this.ob;
2657
2659
  },
2658
2660
  set: function (a) {
2659
- this.n7 = a;
2661
+ this.ob = a;
2660
2662
  this.g("UnknownValuePlotting");
2661
2663
  },
2662
2664
  enumerable: false,
@@ -2664,10 +2666,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2664
2666
  });
2665
2667
  Object.defineProperty(DomainChartDescription.prototype, "resolution", {
2666
2668
  get: function () {
2667
- return this.fq;
2669
+ return this.fu;
2668
2670
  },
2669
2671
  set: function (a) {
2670
- this.fq = a;
2672
+ this.fu = a;
2671
2673
  this.g("Resolution");
2672
2674
  },
2673
2675
  enumerable: false,
@@ -2675,10 +2677,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2675
2677
  });
2676
2678
  Object.defineProperty(DomainChartDescription.prototype, "thickness", {
2677
2679
  get: function () {
2678
- return this.fw;
2680
+ return this.f0;
2679
2681
  },
2680
2682
  set: function (a) {
2681
- this.fw = a;
2683
+ this.f0 = a;
2682
2684
  this.g("Thickness");
2683
2685
  },
2684
2686
  enumerable: false,
@@ -2686,10 +2688,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2686
2688
  });
2687
2689
  Object.defineProperty(DomainChartDescription.prototype, "outlineMode", {
2688
2690
  get: function () {
2689
- return this.nd;
2691
+ return this.nh;
2690
2692
  },
2691
2693
  set: function (a) {
2692
- this.nd = a;
2694
+ this.nh = a;
2693
2695
  this.g("OutlineMode");
2694
2696
  },
2695
2697
  enumerable: false,
@@ -2697,10 +2699,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2697
2699
  });
2698
2700
  Object.defineProperty(DomainChartDescription.prototype, "markerOutlineMode", {
2699
2701
  get: function () {
2700
- return this.nc;
2702
+ return this.ng;
2701
2703
  },
2702
2704
  set: function (a) {
2703
- this.nc = a;
2705
+ this.ng = a;
2704
2706
  this.g("MarkerOutlineMode");
2705
2707
  },
2706
2708
  enumerable: false,
@@ -2708,10 +2710,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2708
2710
  });
2709
2711
  Object.defineProperty(DomainChartDescription.prototype, "markerFillMode", {
2710
2712
  get: function () {
2711
- return this.nb;
2713
+ return this.nf;
2712
2714
  },
2713
2715
  set: function (a) {
2714
- this.nb = a;
2716
+ this.nf = a;
2715
2717
  this.g("MarkerFillMode");
2716
2718
  },
2717
2719
  enumerable: false,
@@ -2719,10 +2721,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2719
2721
  });
2720
2722
  Object.defineProperty(DomainChartDescription.prototype, "markerFillOpacity", {
2721
2723
  get: function () {
2722
- return this.fj;
2724
+ return this.fn;
2723
2725
  },
2724
2726
  set: function (a) {
2725
- this.fj = a;
2727
+ this.fn = a;
2726
2728
  this.g("MarkerFillOpacity");
2727
2729
  },
2728
2730
  enumerable: false,
@@ -2730,10 +2732,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2730
2732
  });
2731
2733
  Object.defineProperty(DomainChartDescription.prototype, "markerThickness", {
2732
2734
  get: function () {
2733
- return this.fk;
2735
+ return this.fo;
2734
2736
  },
2735
2737
  set: function (a) {
2736
- this.fk = a;
2738
+ this.fo = a;
2737
2739
  this.g("MarkerThickness");
2738
2740
  },
2739
2741
  enumerable: false,
@@ -2752,10 +2754,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2752
2754
  });
2753
2755
  Object.defineProperty(DomainChartDescription.prototype, "markerAutomaticBehavior", {
2754
2756
  get: function () {
2755
- return this.na;
2757
+ return this.ne;
2756
2758
  },
2757
2759
  set: function (a) {
2758
- this.na = a;
2760
+ this.ne = a;
2759
2761
  this.g("MarkerAutomaticBehavior");
2760
2762
  },
2761
2763
  enumerable: false,
@@ -2785,10 +2787,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2785
2787
  });
2786
2788
  Object.defineProperty(DomainChartDescription.prototype, "markerMaxCount", {
2787
2789
  get: function () {
2788
- return this.jo;
2790
+ return this.js;
2789
2791
  },
2790
2792
  set: function (a) {
2791
- this.jo = a;
2793
+ this.js = a;
2792
2794
  this.g("MarkerMaxCount");
2793
2795
  },
2794
2796
  enumerable: false,
@@ -2796,10 +2798,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2796
2798
  });
2797
2799
  Object.defineProperty(DomainChartDescription.prototype, "areaFillOpacity", {
2798
2800
  get: function () {
2799
- return this.df;
2801
+ return this.dj;
2800
2802
  },
2801
2803
  set: function (a) {
2802
- this.df = a;
2804
+ this.dj = a;
2803
2805
  this.g("AreaFillOpacity");
2804
2806
  },
2805
2807
  enumerable: false,
@@ -2829,10 +2831,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2829
2831
  });
2830
2832
  Object.defineProperty(DomainChartDescription.prototype, "trendLineType", {
2831
2833
  get: function () {
2832
- return this.n6;
2834
+ return this.oa;
2833
2835
  },
2834
2836
  set: function (a) {
2835
- this.n6 = a;
2837
+ this.oa = a;
2836
2838
  this.g("TrendLineType");
2837
2839
  },
2838
2840
  enumerable: false,
@@ -2840,10 +2842,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2840
2842
  });
2841
2843
  Object.defineProperty(DomainChartDescription.prototype, "trendLineThickness", {
2842
2844
  get: function () {
2843
- return this.f2;
2845
+ return this.f6;
2844
2846
  },
2845
2847
  set: function (a) {
2846
- this.f2 = a;
2848
+ this.f6 = a;
2847
2849
  this.g("TrendLineThickness");
2848
2850
  },
2849
2851
  enumerable: false,
@@ -2862,10 +2864,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2862
2864
  });
2863
2865
  Object.defineProperty(DomainChartDescription.prototype, "trendLineLayerUseLegend", {
2864
2866
  get: function () {
2865
- return this.cj;
2867
+ return this.cl;
2866
2868
  },
2867
2869
  set: function (a) {
2868
- this.cj = a;
2870
+ this.cl = a;
2869
2871
  this.g("TrendLineLayerUseLegend");
2870
2872
  },
2871
2873
  enumerable: false,
@@ -2884,10 +2886,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2884
2886
  });
2885
2887
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginLeft", {
2886
2888
  get: function () {
2887
- return this.fn;
2889
+ return this.fr;
2888
2890
  },
2889
2891
  set: function (a) {
2890
- this.fn = a;
2892
+ this.fr = a;
2891
2893
  this.g("PlotAreaMarginLeft");
2892
2894
  },
2893
2895
  enumerable: false,
@@ -2895,10 +2897,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2895
2897
  });
2896
2898
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginTop", {
2897
2899
  get: function () {
2898
- return this.fp;
2900
+ return this.ft;
2899
2901
  },
2900
2902
  set: function (a) {
2901
- this.fp = a;
2903
+ this.ft = a;
2902
2904
  this.g("PlotAreaMarginTop");
2903
2905
  },
2904
2906
  enumerable: false,
@@ -2906,10 +2908,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2906
2908
  });
2907
2909
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginRight", {
2908
2910
  get: function () {
2909
- return this.fo;
2911
+ return this.fs;
2910
2912
  },
2911
2913
  set: function (a) {
2912
- this.fo = a;
2914
+ this.fs = a;
2913
2915
  this.g("PlotAreaMarginRight");
2914
2916
  },
2915
2917
  enumerable: false,
@@ -2917,10 +2919,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2917
2919
  });
2918
2920
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginBottom", {
2919
2921
  get: function () {
2920
- return this.fm;
2922
+ return this.fq;
2921
2923
  },
2922
2924
  set: function (a) {
2923
- this.fm = a;
2925
+ this.fq = a;
2924
2926
  this.g("PlotAreaMarginBottom");
2925
2927
  },
2926
2928
  enumerable: false,
@@ -2928,10 +2930,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2928
2930
  });
2929
2931
  Object.defineProperty(DomainChartDescription.prototype, "computedPlotAreaMarginMode", {
2930
2932
  get: function () {
2931
- return this.km;
2933
+ return this.kq;
2932
2934
  },
2933
2935
  set: function (a) {
2934
- this.km = a;
2936
+ this.kq = a;
2935
2937
  this.g("ComputedPlotAreaMarginMode");
2936
2938
  },
2937
2939
  enumerable: false,
@@ -2939,10 +2941,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2939
2941
  });
2940
2942
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginHorizontalMode", {
2941
2943
  get: function () {
2942
- return this.np;
2944
+ return this.nt;
2943
2945
  },
2944
2946
  set: function (a) {
2945
- this.np = a;
2947
+ this.nt = a;
2946
2948
  this.g("SeriesPlotAreaMarginHorizontalMode");
2947
2949
  },
2948
2950
  enumerable: false,
@@ -2950,10 +2952,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2950
2952
  });
2951
2953
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginVerticalMode", {
2952
2954
  get: function () {
2953
- return this.nq;
2955
+ return this.nu;
2954
2956
  },
2955
2957
  set: function (a) {
2956
- this.nq = a;
2958
+ this.nu = a;
2957
2959
  this.g("SeriesPlotAreaMarginVerticalMode");
2958
2960
  },
2959
2961
  enumerable: false,
@@ -2961,10 +2963,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2961
2963
  });
2962
2964
  Object.defineProperty(DomainChartDescription.prototype, "highlightingMode", {
2963
2965
  get: function () {
2964
- return this.mv;
2966
+ return this.mz;
2965
2967
  },
2966
2968
  set: function (a) {
2967
- this.mv = a;
2969
+ this.mz = a;
2968
2970
  this.g("HighlightingMode");
2969
2971
  },
2970
2972
  enumerable: false,
@@ -2972,10 +2974,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2972
2974
  });
2973
2975
  Object.defineProperty(DomainChartDescription.prototype, "highlightingBehavior", {
2974
2976
  get: function () {
2975
- return this.mu;
2977
+ return this.my;
2976
2978
  },
2977
2979
  set: function (a) {
2978
- this.mu = a;
2980
+ this.my = a;
2979
2981
  this.g("HighlightingBehavior");
2980
2982
  },
2981
2983
  enumerable: false,
@@ -2983,10 +2985,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2983
2985
  });
2984
2986
  Object.defineProperty(DomainChartDescription.prototype, "legendHighlightingMode", {
2985
2987
  get: function () {
2986
- return this.m5;
2988
+ return this.m9;
2987
2989
  },
2988
2990
  set: function (a) {
2989
- this.m5 = a;
2991
+ this.m9 = a;
2990
2992
  this.g("LegendHighlightingMode");
2991
2993
  },
2992
2994
  enumerable: false,
@@ -2994,10 +2996,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2994
2996
  });
2995
2997
  Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeShape", {
2996
2998
  get: function () {
2997
- return this.m7;
2999
+ return this.nb;
2998
3000
  },
2999
3001
  set: function (a) {
3000
- this.m7 = a;
3002
+ this.nb = a;
3001
3003
  this.g("LegendItemBadgeShape");
3002
3004
  },
3003
3005
  enumerable: false,
@@ -3005,10 +3007,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3005
3007
  });
3006
3008
  Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeMode", {
3007
3009
  get: function () {
3008
- return this.m6;
3010
+ return this.na;
3009
3011
  },
3010
3012
  set: function (a) {
3011
- this.m6 = a;
3013
+ this.na = a;
3012
3014
  this.g("LegendItemBadgeMode");
3013
3015
  },
3014
3016
  enumerable: false,
@@ -3016,10 +3018,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3016
3018
  });
3017
3019
  Object.defineProperty(DomainChartDescription.prototype, "trendLinePeriod", {
3018
3020
  get: function () {
3019
- return this.jr;
3021
+ return this.jv;
3020
3022
  },
3021
3023
  set: function (a) {
3022
- this.jr = a;
3024
+ this.jv = a;
3023
3025
  this.g("TrendLinePeriod");
3024
3026
  },
3025
3027
  enumerable: false,
@@ -3027,10 +3029,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3027
3029
  });
3028
3030
  Object.defineProperty(DomainChartDescription.prototype, "toolTipType", {
3029
3031
  get: function () {
3030
- return this.n4;
3032
+ return this.n8;
3031
3033
  },
3032
3034
  set: function (a) {
3033
- this.n4 = a;
3035
+ this.n8 = a;
3034
3036
  this.g("ToolTipType");
3035
3037
  },
3036
3038
  enumerable: false,
@@ -3038,10 +3040,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3038
3040
  });
3039
3041
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsDisplayMode", {
3040
3042
  get: function () {
3041
- return this.kr;
3043
+ return this.kv;
3042
3044
  },
3043
3045
  set: function (a) {
3044
- this.kr = a;
3046
+ this.kv = a;
3045
3047
  this.g("CrosshairsDisplayMode");
3046
3048
  },
3047
3049
  enumerable: false,
@@ -3049,10 +3051,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3049
3051
  });
3050
3052
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsSnapToData", {
3051
3053
  get: function () {
3052
- return this.b2;
3054
+ return this.b4;
3053
3055
  },
3054
3056
  set: function (a) {
3055
- this.b2 = a;
3057
+ this.b4 = a;
3056
3058
  this.g("CrosshairsSnapToData");
3057
3059
  },
3058
3060
  enumerable: false,
@@ -3060,10 +3062,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3060
3062
  });
3061
3063
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineVerticalStroke", {
3062
3064
  get: function () {
3063
- return this.kt;
3065
+ return this.kx;
3064
3066
  },
3065
3067
  set: function (a) {
3066
- this.kt = a;
3068
+ this.kx = a;
3067
3069
  this.g("CrosshairsLineVerticalStroke");
3068
3070
  },
3069
3071
  enumerable: false,
@@ -3071,10 +3073,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3071
3073
  });
3072
3074
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineThickness", {
3073
3075
  get: function () {
3074
- return this.dj;
3076
+ return this.dn;
3075
3077
  },
3076
3078
  set: function (a) {
3077
- this.dj = a;
3079
+ this.dn = a;
3078
3080
  this.g("CrosshairsLineThickness");
3079
3081
  },
3080
3082
  enumerable: false,
@@ -3082,10 +3084,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3082
3084
  });
3083
3085
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineHorizontalStroke", {
3084
3086
  get: function () {
3085
- return this.ks;
3087
+ return this.kw;
3086
3088
  },
3087
3089
  set: function (a) {
3088
- this.ks = a;
3090
+ this.kw = a;
3089
3091
  this.g("CrosshairsLineHorizontalStroke");
3090
3092
  },
3091
3093
  enumerable: false,
@@ -3102,12 +3104,34 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3102
3104
  enumerable: false,
3103
3105
  configurable: true
3104
3106
  });
3107
+ Object.defineProperty(DomainChartDescription.prototype, "crosshairsSkipZeroValueFragments", {
3108
+ get: function () {
3109
+ return this.b3;
3110
+ },
3111
+ set: function (a) {
3112
+ this.b3 = a;
3113
+ this.g("CrosshairsSkipZeroValueFragments");
3114
+ },
3115
+ enumerable: false,
3116
+ configurable: true
3117
+ });
3118
+ Object.defineProperty(DomainChartDescription.prototype, "crosshairsSkipInvalidData", {
3119
+ get: function () {
3120
+ return this.b2;
3121
+ },
3122
+ set: function (a) {
3123
+ this.b2 = a;
3124
+ this.g("CrosshairsSkipInvalidData");
3125
+ },
3126
+ enumerable: false,
3127
+ configurable: true
3128
+ });
3105
3129
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisBackground", {
3106
3130
  get: function () {
3107
- return this.kn;
3131
+ return this.kr;
3108
3132
  },
3109
3133
  set: function (a) {
3110
- this.kn = a;
3134
+ this.kr = a;
3111
3135
  this.g("CrosshairsAnnotationXAxisBackground");
3112
3136
  },
3113
3137
  enumerable: false,
@@ -3115,10 +3139,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3115
3139
  });
3116
3140
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisBackground", {
3117
3141
  get: function () {
3118
- return this.kp;
3142
+ return this.kt;
3119
3143
  },
3120
3144
  set: function (a) {
3121
- this.kp = a;
3145
+ this.kt = a;
3122
3146
  this.g("CrosshairsAnnotationYAxisBackground");
3123
3147
  },
3124
3148
  enumerable: false,
@@ -3126,10 +3150,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3126
3150
  });
3127
3151
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisTextColor", {
3128
3152
  get: function () {
3129
- return this.ko;
3153
+ return this.ks;
3130
3154
  },
3131
3155
  set: function (a) {
3132
- this.ko = a;
3156
+ this.ks = a;
3133
3157
  this.g("CrosshairsAnnotationXAxisTextColor");
3134
3158
  },
3135
3159
  enumerable: false,
@@ -3137,10 +3161,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3137
3161
  });
3138
3162
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisTextColor", {
3139
3163
  get: function () {
3140
- return this.kq;
3164
+ return this.ku;
3141
3165
  },
3142
3166
  set: function (a) {
3143
- this.kq = a;
3167
+ this.ku = a;
3144
3168
  this.g("CrosshairsAnnotationYAxisTextColor");
3145
3169
  },
3146
3170
  enumerable: false,
@@ -3148,10 +3172,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3148
3172
  });
3149
3173
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisPrecision", {
3150
3174
  get: function () {
3151
- return this.jh;
3175
+ return this.jl;
3152
3176
  },
3153
3177
  set: function (a) {
3154
- this.jh = a;
3178
+ this.jl = a;
3155
3179
  this.g("CrosshairsAnnotationXAxisPrecision");
3156
3180
  },
3157
3181
  enumerable: false,
@@ -3159,10 +3183,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3159
3183
  });
3160
3184
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisPrecision", {
3161
3185
  get: function () {
3162
- return this.ji;
3186
+ return this.jm;
3163
3187
  },
3164
3188
  set: function (a) {
3165
- this.ji = a;
3189
+ this.jm = a;
3166
3190
  this.g("CrosshairsAnnotationYAxisPrecision");
3167
3191
  },
3168
3192
  enumerable: false,
@@ -3170,10 +3194,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3170
3194
  });
3171
3195
  Object.defineProperty(DomainChartDescription.prototype, "shouldAvoidAxisAnnotationCollisions", {
3172
3196
  get: function () {
3173
- return this.cf;
3197
+ return this.ch;
3174
3198
  },
3175
3199
  set: function (a) {
3176
- this.cf = a;
3200
+ this.ch = a;
3177
3201
  this.g("ShouldAvoidAxisAnnotationCollisions");
3178
3202
  },
3179
3203
  enumerable: false,
@@ -3181,10 +3205,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3181
3205
  });
3182
3206
  Object.defineProperty(DomainChartDescription.prototype, "shouldPanOnMaximumZoom", {
3183
3207
  get: function () {
3184
- return this.ch;
3208
+ return this.cj;
3185
3209
  },
3186
3210
  set: function (a) {
3187
- this.ch = a;
3211
+ this.cj = a;
3188
3212
  this.g("ShouldPanOnMaximumZoom");
3189
3213
  },
3190
3214
  enumerable: false,
@@ -3192,10 +3216,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3192
3216
  });
3193
3217
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsVisible", {
3194
3218
  get: function () {
3195
- return this.b9;
3219
+ return this.cb;
3196
3220
  },
3197
3221
  set: function (a) {
3198
- this.b9 = a;
3222
+ this.cb = a;
3199
3223
  this.g("FinalValueAnnotationsVisible");
3200
3224
  },
3201
3225
  enumerable: false,
@@ -3203,10 +3227,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3203
3227
  });
3204
3228
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsBackground", {
3205
3229
  get: function () {
3206
- return this.ml;
3230
+ return this.mp;
3207
3231
  },
3208
3232
  set: function (a) {
3209
- this.ml = a;
3233
+ this.mp = a;
3210
3234
  this.g("FinalValueAnnotationsBackground");
3211
3235
  },
3212
3236
  enumerable: false,
@@ -3214,10 +3238,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3214
3238
  });
3215
3239
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsTextColor", {
3216
3240
  get: function () {
3217
- return this.mm;
3241
+ return this.mq;
3218
3242
  },
3219
3243
  set: function (a) {
3220
- this.mm = a;
3244
+ this.mq = a;
3221
3245
  this.g("FinalValueAnnotationsTextColor");
3222
3246
  },
3223
3247
  enumerable: false,
@@ -3225,10 +3249,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3225
3249
  });
3226
3250
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsPrecision", {
3227
3251
  get: function () {
3228
- return this.jl;
3252
+ return this.jp;
3229
3253
  },
3230
3254
  set: function (a) {
3231
- this.jl = a;
3255
+ this.jp = a;
3232
3256
  this.g("FinalValueAnnotationsPrecision");
3233
3257
  },
3234
3258
  enumerable: false,
@@ -3269,10 +3293,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3269
3293
  });
3270
3294
  Object.defineProperty(DomainChartDescription.prototype, "useValueForAutoCalloutLabels", {
3271
3295
  get: function () {
3272
- return this.ck;
3296
+ return this.cm;
3273
3297
  },
3274
3298
  set: function (a) {
3275
- this.ck = a;
3299
+ this.cm = a;
3276
3300
  this.g("UseValueForAutoCalloutLabels");
3277
3301
  },
3278
3302
  enumerable: false,
@@ -3280,10 +3304,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3280
3304
  });
3281
3305
  Object.defineProperty(DomainChartDescription.prototype, "calloutCollisionMode", {
3282
3306
  get: function () {
3283
- return this.j4;
3307
+ return this.j8;
3284
3308
  },
3285
3309
  set: function (a) {
3286
- this.j4 = a;
3310
+ this.j8 = a;
3287
3311
  this.g("CalloutCollisionMode");
3288
3312
  },
3289
3313
  enumerable: false,
@@ -3324,10 +3348,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3324
3348
  });
3325
3349
  Object.defineProperty(DomainChartDescription.prototype, "calloutsStrokeThickness", {
3326
3350
  get: function () {
3327
- return this.di;
3351
+ return this.dm;
3328
3352
  },
3329
3353
  set: function (a) {
3330
- this.di = a;
3354
+ this.dm = a;
3331
3355
  this.g("CalloutsStrokeThickness");
3332
3356
  },
3333
3357
  enumerable: false,
@@ -3335,10 +3359,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3335
3359
  });
3336
3360
  Object.defineProperty(DomainChartDescription.prototype, "calloutsBackground", {
3337
3361
  get: function () {
3338
- return this.j6;
3362
+ return this.ka;
3339
3363
  },
3340
3364
  set: function (a) {
3341
- this.j6 = a;
3365
+ this.ka = a;
3342
3366
  this.g("CalloutsBackground");
3343
3367
  },
3344
3368
  enumerable: false,
@@ -3346,10 +3370,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3346
3370
  });
3347
3371
  Object.defineProperty(DomainChartDescription.prototype, "calloutsOutline", {
3348
3372
  get: function () {
3349
- return this.kg;
3373
+ return this.kk;
3350
3374
  },
3351
3375
  set: function (a) {
3352
- this.kg = a;
3376
+ this.kk = a;
3353
3377
  this.g("CalloutsOutline");
3354
3378
  },
3355
3379
  enumerable: false,
@@ -3357,10 +3381,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3357
3381
  });
3358
3382
  Object.defineProperty(DomainChartDescription.prototype, "calloutsTextColor", {
3359
3383
  get: function () {
3360
- return this.kh;
3384
+ return this.kl;
3361
3385
  },
3362
3386
  set: function (a) {
3363
- this.kh = a;
3387
+ this.kl = a;
3364
3388
  this.g("CalloutsTextColor");
3365
3389
  },
3366
3390
  enumerable: false,
@@ -3368,10 +3392,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3368
3392
  });
3369
3393
  Object.defineProperty(DomainChartDescription.prototype, "calloutsLightTextColor", {
3370
3394
  get: function () {
3371
- return this.kf;
3395
+ return this.kj;
3372
3396
  },
3373
3397
  set: function (a) {
3374
- this.kf = a;
3398
+ this.kj = a;
3375
3399
  this.g("CalloutsLightTextColor");
3376
3400
  },
3377
3401
  enumerable: false,
@@ -3379,10 +3403,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3379
3403
  });
3380
3404
  Object.defineProperty(DomainChartDescription.prototype, "calloutsDarkTextColor", {
3381
3405
  get: function () {
3382
- return this.j8;
3406
+ return this.kc;
3383
3407
  },
3384
3408
  set: function (a) {
3385
- this.j8 = a;
3409
+ this.kc = a;
3386
3410
  this.g("CalloutsDarkTextColor");
3387
3411
  },
3388
3412
  enumerable: false,
@@ -3390,10 +3414,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3390
3414
  });
3391
3415
  Object.defineProperty(DomainChartDescription.prototype, "calloutsLeaderBrush", {
3392
3416
  get: function () {
3393
- return this.ke;
3417
+ return this.ki;
3394
3418
  },
3395
3419
  set: function (a) {
3396
- this.ke = a;
3420
+ this.ki = a;
3397
3421
  this.g("CalloutsLeaderBrush");
3398
3422
  },
3399
3423
  enumerable: false,
@@ -3401,10 +3425,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3401
3425
  });
3402
3426
  Object.defineProperty(DomainChartDescription.prototype, "calloutsAutoLabelPrecision", {
3403
3427
  get: function () {
3404
- return this.jg;
3428
+ return this.jk;
3405
3429
  },
3406
3430
  set: function (a) {
3407
- this.jg = a;
3431
+ this.jk = a;
3408
3432
  this.g("CalloutsAutoLabelPrecision");
3409
3433
  },
3410
3434
  enumerable: false,
@@ -3412,10 +3436,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3412
3436
  });
3413
3437
  Object.defineProperty(DomainChartDescription.prototype, "calloutsDataSourceRef", {
3414
3438
  get: function () {
3415
- return this.j9;
3439
+ return this.kd;
3416
3440
  },
3417
3441
  set: function (a) {
3418
- this.j9 = a;
3442
+ this.kd = a;
3419
3443
  this.g("CalloutsDataSourceRef");
3420
3444
  },
3421
3445
  enumerable: false,
@@ -3434,10 +3458,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3434
3458
  });
3435
3459
  Object.defineProperty(DomainChartDescription.prototype, "calloutsXMemberPath", {
3436
3460
  get: function () {
3437
- return this.kj;
3461
+ return this.kn;
3438
3462
  },
3439
3463
  set: function (a) {
3440
- this.kj = a;
3464
+ this.kn = a;
3441
3465
  this.g("CalloutsXMemberPath");
3442
3466
  },
3443
3467
  enumerable: false,
@@ -3445,10 +3469,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3445
3469
  });
3446
3470
  Object.defineProperty(DomainChartDescription.prototype, "calloutsYMemberPath", {
3447
3471
  get: function () {
3448
- return this.kk;
3472
+ return this.ko;
3449
3473
  },
3450
3474
  set: function (a) {
3451
- this.kk = a;
3475
+ this.ko = a;
3452
3476
  this.g("CalloutsYMemberPath");
3453
3477
  },
3454
3478
  enumerable: false,
@@ -3456,10 +3480,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3456
3480
  });
3457
3481
  Object.defineProperty(DomainChartDescription.prototype, "calloutsLabelMemberPath", {
3458
3482
  get: function () {
3459
- return this.kd;
3483
+ return this.kh;
3460
3484
  },
3461
3485
  set: function (a) {
3462
- this.kd = a;
3486
+ this.kh = a;
3463
3487
  this.g("CalloutsLabelMemberPath");
3464
3488
  },
3465
3489
  enumerable: false,
@@ -3467,10 +3491,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3467
3491
  });
3468
3492
  Object.defineProperty(DomainChartDescription.prototype, "calloutsContentMemberPath", {
3469
3493
  get: function () {
3470
- return this.j7;
3494
+ return this.kb;
3471
3495
  },
3472
3496
  set: function (a) {
3473
- this.j7 = a;
3497
+ this.kb = a;
3474
3498
  this.g("CalloutsContentMemberPath");
3475
3499
  },
3476
3500
  enumerable: false,
@@ -3478,10 +3502,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3478
3502
  });
3479
3503
  Object.defineProperty(DomainChartDescription.prototype, "calloutsFontFamily", {
3480
3504
  get: function () {
3481
- return this.ka;
3505
+ return this.ke;
3482
3506
  },
3483
3507
  set: function (a) {
3484
- this.ka = a;
3508
+ this.ke = a;
3485
3509
  this.g("CalloutsFontFamily");
3486
3510
  },
3487
3511
  enumerable: false,
@@ -3489,10 +3513,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3489
3513
  });
3490
3514
  Object.defineProperty(DomainChartDescription.prototype, "calloutsFontSize", {
3491
3515
  get: function () {
3492
- return this.dh;
3516
+ return this.dl;
3493
3517
  },
3494
3518
  set: function (a) {
3495
- this.dh = a;
3519
+ this.dl = a;
3496
3520
  this.g("CalloutsFontSize");
3497
3521
  },
3498
3522
  enumerable: false,
@@ -3500,10 +3524,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3500
3524
  });
3501
3525
  Object.defineProperty(DomainChartDescription.prototype, "calloutsFontStyle", {
3502
3526
  get: function () {
3503
- return this.kb;
3527
+ return this.kf;
3504
3528
  },
3505
3529
  set: function (a) {
3506
- this.kb = a;
3530
+ this.kf = a;
3507
3531
  this.g("CalloutsFontStyle");
3508
3532
  },
3509
3533
  enumerable: false,
@@ -3511,10 +3535,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3511
3535
  });
3512
3536
  Object.defineProperty(DomainChartDescription.prototype, "calloutsFontWeight", {
3513
3537
  get: function () {
3514
- return this.kc;
3538
+ return this.kg;
3515
3539
  },
3516
3540
  set: function (a) {
3517
- this.kc = a;
3541
+ this.kg = a;
3518
3542
  this.g("CalloutsFontWeight");
3519
3543
  },
3520
3544
  enumerable: false,
@@ -3544,10 +3568,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3544
3568
  });
3545
3569
  Object.defineProperty(DomainChartDescription.prototype, "valueLinesThickness", {
3546
3570
  get: function () {
3547
- return this.f3;
3571
+ return this.f7;
3548
3572
  },
3549
3573
  set: function (a) {
3550
- this.f3 = a;
3574
+ this.f7 = a;
3551
3575
  this.g("ValueLinesThickness");
3552
3576
  },
3553
3577
  enumerable: false,
@@ -3555,10 +3579,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3555
3579
  });
3556
3580
  Object.defineProperty(DomainChartDescription.prototype, "seriesValueLayerUseLegend", {
3557
3581
  get: function () {
3558
- return this.ce;
3582
+ return this.cg;
3559
3583
  },
3560
3584
  set: function (a) {
3561
- this.ce = a;
3585
+ this.cg = a;
3562
3586
  this.g("SeriesValueLayerUseLegend");
3563
3587
  },
3564
3588
  enumerable: false,
@@ -3566,10 +3590,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3566
3590
  });
3567
3591
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMode", {
3568
3592
  get: function () {
3569
- return this.mx;
3593
+ return this.m1;
3570
3594
  },
3571
3595
  set: function (a) {
3572
- this.mx = a;
3596
+ this.m1 = a;
3573
3597
  this.g("HorizontalViewScrollbarMode");
3574
3598
  },
3575
3599
  enumerable: false,
@@ -3577,10 +3601,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3577
3601
  });
3578
3602
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMode", {
3579
3603
  get: function () {
3580
- return this.n9;
3604
+ return this.od;
3581
3605
  },
3582
3606
  set: function (a) {
3583
- this.n9 = a;
3607
+ this.od = a;
3584
3608
  this.g("VerticalViewScrollbarMode");
3585
3609
  },
3586
3610
  enumerable: false,
@@ -3588,10 +3612,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3588
3612
  });
3589
3613
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarPosition", {
3590
3614
  get: function () {
3591
- return this.mz;
3615
+ return this.m3;
3592
3616
  },
3593
3617
  set: function (a) {
3594
- this.mz = a;
3618
+ this.m3 = a;
3595
3619
  this.g("HorizontalViewScrollbarPosition");
3596
3620
  },
3597
3621
  enumerable: false,
@@ -3599,10 +3623,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3599
3623
  });
3600
3624
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarPosition", {
3601
3625
  get: function () {
3602
- return this.ob;
3626
+ return this.of;
3603
3627
  },
3604
3628
  set: function (a) {
3605
- this.ob = a;
3629
+ this.of = a;
3606
3630
  this.g("VerticalViewScrollbarPosition");
3607
3631
  },
3608
3632
  enumerable: false,
@@ -3610,10 +3634,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3610
3634
  });
3611
3635
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarFill", {
3612
3636
  get: function () {
3613
- return this.mw;
3637
+ return this.m0;
3614
3638
  },
3615
3639
  set: function (a) {
3616
- this.mw = a;
3640
+ this.m0 = a;
3617
3641
  this.g("HorizontalViewScrollbarFill");
3618
3642
  },
3619
3643
  enumerable: false,
@@ -3621,10 +3645,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3621
3645
  });
3622
3646
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarOutline", {
3623
3647
  get: function () {
3624
- return this.my;
3648
+ return this.m2;
3625
3649
  },
3626
3650
  set: function (a) {
3627
- this.my = a;
3651
+ this.m2 = a;
3628
3652
  this.g("HorizontalViewScrollbarOutline");
3629
3653
  },
3630
3654
  enumerable: false,
@@ -3632,10 +3656,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3632
3656
  });
3633
3657
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarStrokeThickness", {
3634
3658
  get: function () {
3635
- return this.ff;
3659
+ return this.fj;
3636
3660
  },
3637
3661
  set: function (a) {
3638
- this.ff = a;
3662
+ this.fj = a;
3639
3663
  this.g("HorizontalViewScrollbarStrokeThickness");
3640
3664
  },
3641
3665
  enumerable: false,
@@ -3643,10 +3667,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3643
3667
  });
3644
3668
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMaxOpacity", {
3645
3669
  get: function () {
3646
- return this.fe;
3670
+ return this.fi;
3647
3671
  },
3648
3672
  set: function (a) {
3649
- this.fe = a;
3673
+ this.fi = a;
3650
3674
  this.g("HorizontalViewScrollbarMaxOpacity");
3651
3675
  },
3652
3676
  enumerable: false,
@@ -3654,10 +3678,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3654
3678
  });
3655
3679
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarCornerRadius", {
3656
3680
  get: function () {
3657
- return this.fb;
3681
+ return this.ff;
3658
3682
  },
3659
3683
  set: function (a) {
3660
- this.fb = a;
3684
+ this.ff = a;
3661
3685
  this.g("HorizontalViewScrollbarCornerRadius");
3662
3686
  },
3663
3687
  enumerable: false,
@@ -3665,10 +3689,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3665
3689
  });
3666
3690
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarHeight", {
3667
3691
  get: function () {
3668
- return this.fc;
3692
+ return this.fg;
3669
3693
  },
3670
3694
  set: function (a) {
3671
- this.fc = a;
3695
+ this.fg = a;
3672
3696
  this.g("HorizontalViewScrollbarHeight");
3673
3697
  },
3674
3698
  enumerable: false,
@@ -3676,10 +3700,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3676
3700
  });
3677
3701
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarInset", {
3678
3702
  get: function () {
3679
- return this.fd;
3703
+ return this.fh;
3680
3704
  },
3681
3705
  set: function (a) {
3682
- this.fd = a;
3706
+ this.fh = a;
3683
3707
  this.g("HorizontalViewScrollbarInset");
3684
3708
  },
3685
3709
  enumerable: false,
@@ -3687,10 +3711,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3687
3711
  });
3688
3712
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarTrackStartInset", {
3689
3713
  get: function () {
3690
- return this.fh;
3714
+ return this.fl;
3691
3715
  },
3692
3716
  set: function (a) {
3693
- this.fh = a;
3717
+ this.fl = a;
3694
3718
  this.g("HorizontalViewScrollbarTrackStartInset");
3695
3719
  },
3696
3720
  enumerable: false,
@@ -3698,10 +3722,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3698
3722
  });
3699
3723
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarTrackEndInset", {
3700
3724
  get: function () {
3701
- return this.fg;
3725
+ return this.fk;
3702
3726
  },
3703
3727
  set: function (a) {
3704
- this.fg = a;
3728
+ this.fk = a;
3705
3729
  this.g("HorizontalViewScrollbarTrackEndInset");
3706
3730
  },
3707
3731
  enumerable: false,
@@ -3709,10 +3733,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3709
3733
  });
3710
3734
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarShouldAddAutoTrackInsets", {
3711
3735
  get: function () {
3712
- return this.ca;
3736
+ return this.cc;
3713
3737
  },
3714
3738
  set: function (a) {
3715
- this.ca = a;
3739
+ this.cc = a;
3716
3740
  this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
3717
3741
  },
3718
3742
  enumerable: false,
@@ -3720,10 +3744,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3720
3744
  });
3721
3745
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarFill", {
3722
3746
  get: function () {
3723
- return this.n8;
3747
+ return this.oc;
3724
3748
  },
3725
3749
  set: function (a) {
3726
- this.n8 = a;
3750
+ this.oc = a;
3727
3751
  this.g("VerticalViewScrollbarFill");
3728
3752
  },
3729
3753
  enumerable: false,
@@ -3731,10 +3755,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3731
3755
  });
3732
3756
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarOutline", {
3733
3757
  get: function () {
3734
- return this.oa;
3758
+ return this.oe;
3735
3759
  },
3736
3760
  set: function (a) {
3737
- this.oa = a;
3761
+ this.oe = a;
3738
3762
  this.g("VerticalViewScrollbarOutline");
3739
3763
  },
3740
3764
  enumerable: false,
@@ -3742,10 +3766,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3742
3766
  });
3743
3767
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarStrokeThickness", {
3744
3768
  get: function () {
3745
- return this.f7;
3769
+ return this.gb;
3746
3770
  },
3747
3771
  set: function (a) {
3748
- this.f7 = a;
3772
+ this.gb = a;
3749
3773
  this.g("VerticalViewScrollbarStrokeThickness");
3750
3774
  },
3751
3775
  enumerable: false,
@@ -3753,10 +3777,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3753
3777
  });
3754
3778
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMaxOpacity", {
3755
3779
  get: function () {
3756
- return this.f6;
3780
+ return this.ga;
3757
3781
  },
3758
3782
  set: function (a) {
3759
- this.f6 = a;
3783
+ this.ga = a;
3760
3784
  this.g("VerticalViewScrollbarMaxOpacity");
3761
3785
  },
3762
3786
  enumerable: false,
@@ -3764,10 +3788,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3764
3788
  });
3765
3789
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarCornerRadius", {
3766
3790
  get: function () {
3767
- return this.f4;
3791
+ return this.f8;
3768
3792
  },
3769
3793
  set: function (a) {
3770
- this.f4 = a;
3794
+ this.f8 = a;
3771
3795
  this.g("VerticalViewScrollbarCornerRadius");
3772
3796
  },
3773
3797
  enumerable: false,
@@ -3775,10 +3799,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3775
3799
  });
3776
3800
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarWidth", {
3777
3801
  get: function () {
3778
- return this.ga;
3802
+ return this.ge;
3779
3803
  },
3780
3804
  set: function (a) {
3781
- this.ga = a;
3805
+ this.ge = a;
3782
3806
  this.g("VerticalViewScrollbarWidth");
3783
3807
  },
3784
3808
  enumerable: false,
@@ -3786,10 +3810,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3786
3810
  });
3787
3811
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarInset", {
3788
3812
  get: function () {
3789
- return this.f5;
3813
+ return this.f9;
3790
3814
  },
3791
3815
  set: function (a) {
3792
- this.f5 = a;
3816
+ this.f9 = a;
3793
3817
  this.g("VerticalViewScrollbarInset");
3794
3818
  },
3795
3819
  enumerable: false,
@@ -3797,10 +3821,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3797
3821
  });
3798
3822
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackStartInset", {
3799
3823
  get: function () {
3800
- return this.f9;
3824
+ return this.gd;
3801
3825
  },
3802
3826
  set: function (a) {
3803
- this.f9 = a;
3827
+ this.gd = a;
3804
3828
  this.g("VerticalViewScrollbarTrackStartInset");
3805
3829
  },
3806
3830
  enumerable: false,
@@ -3808,10 +3832,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3808
3832
  });
3809
3833
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackEndInset", {
3810
3834
  get: function () {
3811
- return this.f8;
3835
+ return this.gc;
3812
3836
  },
3813
3837
  set: function (a) {
3814
- this.f8 = a;
3838
+ this.gc = a;
3815
3839
  this.g("VerticalViewScrollbarTrackEndInset");
3816
3840
  },
3817
3841
  enumerable: false,
@@ -3819,10 +3843,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3819
3843
  });
3820
3844
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarShouldAddAutoTrackInsets", {
3821
3845
  get: function () {
3822
- return this.cl;
3846
+ return this.cn;
3823
3847
  },
3824
3848
  set: function (a) {
3825
- this.cl = a;
3849
+ this.cn = a;
3826
3850
  this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
3827
3851
  },
3828
3852
  enumerable: false,
@@ -3830,10 +3854,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3830
3854
  });
3831
3855
  Object.defineProperty(DomainChartDescription.prototype, "windowRectMinWidth", {
3832
3856
  get: function () {
3833
- return this.gc;
3857
+ return this.gg;
3834
3858
  },
3835
3859
  set: function (a) {
3836
- this.gc = a;
3860
+ this.gg = a;
3837
3861
  this.g("WindowRectMinWidth");
3838
3862
  },
3839
3863
  enumerable: false,
@@ -3841,10 +3865,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3841
3865
  });
3842
3866
  Object.defineProperty(DomainChartDescription.prototype, "windowRectMinHeight", {
3843
3867
  get: function () {
3844
- return this.gb;
3868
+ return this.gf;
3845
3869
  },
3846
3870
  set: function (a) {
3847
- this.gb = a;
3871
+ this.gf = a;
3848
3872
  this.g("WindowRectMinHeight");
3849
3873
  },
3850
3874
  enumerable: false,
@@ -3852,10 +3876,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3852
3876
  });
3853
3877
  Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinWidth", {
3854
3878
  get: function () {
3855
- return this.ge;
3879
+ return this.gi;
3856
3880
  },
3857
3881
  set: function (a) {
3858
- this.ge = a;
3882
+ this.gi = a;
3859
3883
  this.g("WindowSizeMinWidth");
3860
3884
  },
3861
3885
  enumerable: false,
@@ -3863,10 +3887,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3863
3887
  });
3864
3888
  Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinHeight", {
3865
3889
  get: function () {
3866
- return this.gd;
3890
+ return this.gh;
3867
3891
  },
3868
3892
  set: function (a) {
3869
- this.gd = a;
3893
+ this.gh = a;
3870
3894
  this.g("WindowSizeMinHeight");
3871
3895
  },
3872
3896
  enumerable: false,
@@ -3874,10 +3898,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3874
3898
  });
3875
3899
  Object.defineProperty(DomainChartDescription.prototype, "seriesAddedRef", {
3876
3900
  get: function () {
3877
- return this.nn;
3901
+ return this.nr;
3878
3902
  },
3879
3903
  set: function (a) {
3880
- this.nn = a;
3904
+ this.nr = a;
3881
3905
  this.g("SeriesAddedRef");
3882
3906
  },
3883
3907
  enumerable: false,
@@ -3885,10 +3909,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3885
3909
  });
3886
3910
  Object.defineProperty(DomainChartDescription.prototype, "seriesRemovedRef", {
3887
3911
  get: function () {
3888
- return this.nw;
3912
+ return this.n0;
3889
3913
  },
3890
3914
  set: function (a) {
3891
- this.nw = a;
3915
+ this.n0 = a;
3892
3916
  this.g("SeriesRemovedRef");
3893
3917
  },
3894
3918
  enumerable: false,
@@ -3896,10 +3920,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3896
3920
  });
3897
3921
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerEnterRef", {
3898
3922
  get: function () {
3899
- return this.ns;
3923
+ return this.nw;
3900
3924
  },
3901
3925
  set: function (a) {
3902
- this.ns = a;
3926
+ this.nw = a;
3903
3927
  this.g("SeriesPointerEnterRef");
3904
3928
  },
3905
3929
  enumerable: false,
@@ -3907,10 +3931,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3907
3931
  });
3908
3932
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerLeaveRef", {
3909
3933
  get: function () {
3910
- return this.nt;
3934
+ return this.nx;
3911
3935
  },
3912
3936
  set: function (a) {
3913
- this.nt = a;
3937
+ this.nx = a;
3914
3938
  this.g("SeriesPointerLeaveRef");
3915
3939
  },
3916
3940
  enumerable: false,
@@ -3918,10 +3942,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3918
3942
  });
3919
3943
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerMoveRef", {
3920
3944
  get: function () {
3921
- return this.nu;
3945
+ return this.ny;
3922
3946
  },
3923
3947
  set: function (a) {
3924
- this.nu = a;
3948
+ this.ny = a;
3925
3949
  this.g("SeriesPointerMoveRef");
3926
3950
  },
3927
3951
  enumerable: false,
@@ -3929,10 +3953,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3929
3953
  });
3930
3954
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerDownRef", {
3931
3955
  get: function () {
3932
- return this.nr;
3956
+ return this.nv;
3933
3957
  },
3934
3958
  set: function (a) {
3935
- this.nr = a;
3959
+ this.nv = a;
3936
3960
  this.g("SeriesPointerDownRef");
3937
3961
  },
3938
3962
  enumerable: false,
@@ -3940,10 +3964,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3940
3964
  });
3941
3965
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerUpRef", {
3942
3966
  get: function () {
3943
- return this.nv;
3967
+ return this.nz;
3944
3968
  },
3945
3969
  set: function (a) {
3946
- this.nv = a;
3970
+ this.nz = a;
3947
3971
  this.g("SeriesPointerUpRef");
3948
3972
  },
3949
3973
  enumerable: false,
@@ -3951,10 +3975,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3951
3975
  });
3952
3976
  Object.defineProperty(DomainChartDescription.prototype, "seriesClickRef", {
3953
3977
  get: function () {
3954
- return this.no;
3978
+ return this.ns;
3955
3979
  },
3956
3980
  set: function (a) {
3957
- this.no = a;
3981
+ this.ns = a;
3958
3982
  this.g("SeriesClickRef");
3959
3983
  },
3960
3984
  enumerable: false,
@@ -3962,10 +3986,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3962
3986
  });
3963
3987
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerEnterRef", {
3964
3988
  get: function () {
3965
- return this.nf;
3989
+ return this.nj;
3966
3990
  },
3967
3991
  set: function (a) {
3968
- this.nf = a;
3992
+ this.nj = a;
3969
3993
  this.g("PlotAreaPointerEnterRef");
3970
3994
  },
3971
3995
  enumerable: false,
@@ -3973,10 +3997,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3973
3997
  });
3974
3998
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerLeaveRef", {
3975
3999
  get: function () {
3976
- return this.ng;
4000
+ return this.nk;
3977
4001
  },
3978
4002
  set: function (a) {
3979
- this.ng = a;
4003
+ this.nk = a;
3980
4004
  this.g("PlotAreaPointerLeaveRef");
3981
4005
  },
3982
4006
  enumerable: false,
@@ -3984,10 +4008,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3984
4008
  });
3985
4009
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerMoveRef", {
3986
4010
  get: function () {
3987
- return this.nh;
4011
+ return this.nl;
3988
4012
  },
3989
4013
  set: function (a) {
3990
- this.nh = a;
4014
+ this.nl = a;
3991
4015
  this.g("PlotAreaPointerMoveRef");
3992
4016
  },
3993
4017
  enumerable: false,
@@ -3995,10 +4019,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3995
4019
  });
3996
4020
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerDownRef", {
3997
4021
  get: function () {
3998
- return this.ne;
4022
+ return this.ni;
3999
4023
  },
4000
4024
  set: function (a) {
4001
- this.ne = a;
4025
+ this.ni = a;
4002
4026
  this.g("PlotAreaPointerDownRef");
4003
4027
  },
4004
4028
  enumerable: false,
@@ -4006,10 +4030,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4006
4030
  });
4007
4031
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerUpRef", {
4008
4032
  get: function () {
4009
- return this.ni;
4033
+ return this.nm;
4010
4034
  },
4011
4035
  set: function (a) {
4012
- this.ni = a;
4036
+ this.nm = a;
4013
4037
  this.g("PlotAreaPointerUpRef");
4014
4038
  },
4015
4039
  enumerable: false,
@@ -4017,10 +4041,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4017
4041
  });
4018
4042
  Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingRef", {
4019
4043
  get: function () {
4020
- return this.ki;
4044
+ return this.km;
4021
4045
  },
4022
4046
  set: function (a) {
4023
- this.ki = a;
4047
+ this.km = a;
4024
4048
  this.g("CalloutStyleUpdatingRef");
4025
4049
  },
4026
4050
  enumerable: false,
@@ -4028,10 +4052,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4028
4052
  });
4029
4053
  Object.defineProperty(DomainChartDescription.prototype, "calloutRenderStyleUpdatingRef", {
4030
4054
  get: function () {
4031
- return this.j5;
4055
+ return this.j9;
4032
4056
  },
4033
4057
  set: function (a) {
4034
- this.j5 = a;
4058
+ this.j9 = a;
4035
4059
  this.g("CalloutRenderStyleUpdatingRef");
4036
4060
  },
4037
4061
  enumerable: false,
@@ -4039,10 +4063,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4039
4063
  });
4040
4064
  Object.defineProperty(DomainChartDescription.prototype, "selectedSeriesItemsChangedRef", {
4041
4065
  get: function () {
4042
- return this.nj;
4066
+ return this.nn;
4043
4067
  },
4044
4068
  set: function (a) {
4045
- this.nj = a;
4069
+ this.nn = a;
4046
4070
  this.g("SelectedSeriesItemsChangedRef");
4047
4071
  },
4048
4072
  enumerable: false,
@@ -4050,10 +4074,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4050
4074
  });
4051
4075
  Object.defineProperty(DomainChartDescription.prototype, "focusedSeriesItemsChangedRef", {
4052
4076
  get: function () {
4053
- return this.mo;
4077
+ return this.ms;
4054
4078
  },
4055
4079
  set: function (a) {
4056
- this.mo = a;
4080
+ this.ms = a;
4057
4081
  this.g("FocusedSeriesItemsChangedRef");
4058
4082
  },
4059
4083
  enumerable: false,
@@ -4061,10 +4085,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
4061
4085
  });
4062
4086
  Object.defineProperty(DomainChartDescription.prototype, "filterStringErrorsParsingRef", {
4063
4087
  get: function () {
4064
- return this.mk;
4088
+ return this.mo;
4065
4089
  },
4066
4090
  set: function (a) {
4067
- this.mk = a;
4091
+ this.mo = a;
4068
4092
  this.g("FilterStringErrorsParsingRef");
4069
4093
  },
4070
4094
  enumerable: false,