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