igniteui-angular-core 20.2.0-beta.0 → 20.2.1-beta.0

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
@@ -13,176 +13,176 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
13
13
  class DomainChartDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.fv = 0;
17
- this.f8 = 0;
18
- this.f9 = 0;
16
+ this.fx = 0;
19
17
  this.ga = 0;
20
- this.f7 = 0;
21
- this.f3 = 0;
18
+ this.gb = 0;
19
+ this.gc = 0;
20
+ this.f9 = 0;
22
21
  this.f5 = 0;
22
+ this.f7 = 0;
23
+ this.f6 = 0;
23
24
  this.f4 = 0;
24
- this.f2 = 0;
25
- this.oh = null;
25
+ this.oj = null;
26
+ this.om = null;
27
+ this.fu = 0;
28
+ this.gd = 0;
29
+ this.f3 = 0;
30
+ this.ds = 0;
31
+ this.j6 = 0;
32
+ this.op = null;
33
+ this.j2 = 0;
34
+ this.j5 = 0;
35
+ this.j0 = 0;
26
36
  this.ok = null;
27
- this.fs = 0;
28
- this.gb = 0;
29
- this.f1 = 0;
30
- this.dq = 0;
31
- this.j4 = 0;
32
37
  this.on = null;
33
- this.j0 = 0;
34
- this.j3 = 0;
35
- this.jy = 0;
36
- this.oi = null;
37
- this.ol = null;
38
+ this.li = null;
39
+ this.ep = 0;
40
+ this.eq = 0;
41
+ this.d0 = 0;
42
+ this.d1 = 0;
38
43
  this.lg = null;
39
- this.en = 0;
40
- this.eo = 0;
41
- this.dy = 0;
42
- this.dz = 0;
43
- this.le = null;
44
- this.lf = null;
44
+ this.lh = null;
45
45
  this.ca = false;
46
46
  this.s = null;
47
47
  this.p = null;
48
48
  this.r = null;
49
49
  this.o = null;
50
- this.mt = null;
51
- this.ju = 0;
52
- this.jv = 0;
53
50
  this.mv = null;
54
- this.mu = null;
55
- this.cb = false;
51
+ this.jw = 0;
52
+ this.jx = 0;
53
+ this.mx = null;
56
54
  this.mw = null;
55
+ this.cb = false;
56
+ this.my = null;
57
57
  this.t = null;
58
- this.fb = 0;
59
- this.fc = 0;
60
58
  this.fd = 0;
61
59
  this.fe = 0;
60
+ this.ff = 0;
61
+ this.fg = 0;
62
62
  this.cc = false;
63
- this.m1 = null;
63
+ this.m3 = null;
64
64
  this.cd = false;
65
- this.fg = 0;
66
- this.fh = 0;
67
65
  this.fi = 0;
68
66
  this.fj = 0;
69
- this.mx = null;
70
- this.my = null;
71
- this.ff = 0;
67
+ this.fk = 0;
68
+ this.fl = 0;
72
69
  this.mz = null;
73
70
  this.m0 = null;
74
- this.ln = null;
71
+ this.fh = 0;
72
+ this.m1 = null;
73
+ this.m2 = null;
74
+ this.lp = null;
75
75
  this.q = null;
76
- this.ll = null;
77
- this.lm = null;
76
+ this.ln = null;
78
77
  this.lo = null;
79
- this.lp = null;
80
78
  this.lq = null;
81
- this.ee = 0;
82
- this.ef = 0;
79
+ this.lr = null;
80
+ this.ls = null;
83
81
  this.eg = 0;
84
82
  this.eh = 0;
85
- this.d9 = 0;
86
- this.ea = 0;
83
+ this.ei = 0;
84
+ this.ej = 0;
87
85
  this.eb = 0;
88
86
  this.ec = 0;
89
- this.b9 = false;
90
- this.lr = null;
91
87
  this.ed = 0;
92
- this.ls = null;
88
+ this.ee = 0;
89
+ this.b9 = false;
93
90
  this.lt = null;
94
- this.lh = null;
95
- this.d5 = 0;
96
- this.d6 = 0;
91
+ this.ef = 0;
92
+ this.lu = null;
93
+ this.lv = null;
94
+ this.lj = null;
97
95
  this.d7 = 0;
98
96
  this.d8 = 0;
99
- this.d0 = 0;
100
- this.d1 = 0;
97
+ this.d9 = 0;
98
+ this.ea = 0;
101
99
  this.d2 = 0;
102
100
  this.d3 = 0;
103
- this.b8 = false;
104
- this.li = null;
105
101
  this.d4 = 0;
106
- this.lj = null;
102
+ this.d5 = 0;
103
+ this.b8 = false;
107
104
  this.lk = null;
108
- this.l5 = null;
109
- this.l6 = null;
110
- this.eu = 0;
105
+ this.d6 = 0;
106
+ this.ll = null;
107
+ this.lm = null;
111
108
  this.l7 = null;
112
109
  this.l8 = null;
113
- this.l9 = null;
114
- this.l4 = null;
115
- this.ev = 0;
116
110
  this.ew = 0;
111
+ this.l9 = null;
112
+ this.ma = null;
113
+ this.mb = null;
114
+ this.l6 = null;
117
115
  this.ex = 0;
118
116
  this.ey = 0;
119
- this.eq = 0;
120
- this.er = 0;
117
+ this.ez = 0;
118
+ this.e0 = 0;
121
119
  this.es = 0;
122
120
  this.et = 0;
123
- this.mf = null;
124
- this.mg = null;
125
- this.e0 = 0;
121
+ this.eu = 0;
122
+ this.ev = 0;
126
123
  this.mh = null;
127
124
  this.mi = null;
128
- this.lz = null;
129
- this.l0 = null;
125
+ this.e2 = 0;
126
+ this.mj = null;
127
+ this.mk = null;
130
128
  this.l1 = null;
131
- this.ep = 0;
132
129
  this.l2 = null;
133
130
  this.l3 = null;
134
- this.ma = null;
135
- this.mb = null;
131
+ this.er = 0;
132
+ this.l4 = null;
133
+ this.l5 = null;
136
134
  this.mc = null;
137
- this.ez = 0;
138
135
  this.md = null;
139
136
  this.me = null;
140
- this.du = 0;
141
- this.dv = 0;
137
+ this.e1 = 0;
138
+ this.mf = null;
139
+ this.mg = null;
142
140
  this.dw = 0;
143
141
  this.dx = 0;
144
- this.ld = null;
145
- this.mn = null;
146
- this.mo = null;
142
+ this.dy = 0;
143
+ this.dz = 0;
144
+ this.lf = null;
147
145
  this.mp = null;
148
- this.e7 = 0;
149
- this.e8 = 0;
150
- this.e9 = 0;
151
- this.fa = 0;
152
146
  this.mq = null;
153
- this.e6 = 0;
154
147
  this.mr = null;
148
+ this.e9 = 0;
149
+ this.fa = 0;
150
+ this.fb = 0;
151
+ this.fc = 0;
155
152
  this.ms = null;
156
- this.e2 = 0;
157
- this.e3 = 0;
153
+ this.e8 = 0;
154
+ this.mt = null;
155
+ this.mu = null;
158
156
  this.e4 = 0;
159
157
  this.e5 = 0;
160
- this.mj = null;
161
- this.mk = null;
162
- this.e1 = 0;
158
+ this.e6 = 0;
159
+ this.e7 = 0;
163
160
  this.ml = null;
164
161
  this.mm = null;
165
- this.lu = null;
166
- this.lv = null;
167
- this.ej = 0;
168
- this.ek = 0;
169
- this.el = 0;
170
- this.em = 0;
162
+ this.e3 = 0;
163
+ this.mn = null;
164
+ this.mo = null;
171
165
  this.lw = null;
172
- this.ei = 0;
173
166
  this.lx = null;
167
+ this.el = 0;
168
+ this.em = 0;
169
+ this.en = 0;
170
+ this.eo = 0;
174
171
  this.ly = null;
172
+ this.ek = 0;
173
+ this.lz = null;
174
+ this.l0 = null;
175
175
  this.am = null;
176
176
  this.y = null;
177
177
  this.x = null;
178
178
  this.v = null;
179
179
  this.z = null;
180
180
  this.an = null;
181
- this.n4 = null;
181
+ this.n6 = null;
182
+ this.m9 = null;
183
+ this.n5 = null;
182
184
  this.m7 = null;
183
- this.n3 = null;
184
- this.m5 = null;
185
- this.n2 = null;
185
+ this.n4 = null;
186
186
  this.al = null;
187
187
  this.w = null;
188
188
  this.af = null;
@@ -191,15 +191,15 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
191
191
  this.ab = null;
192
192
  this.ae = null;
193
193
  this.ag = null;
194
+ this.nn = null;
195
+ this.na = null;
194
196
  this.nl = null;
195
- this.m8 = null;
196
- this.nj = null;
197
- this.ni = null;
198
197
  this.nk = null;
199
198
  this.nm = null;
200
- this.lc = null;
199
+ this.no = null;
200
+ this.le = null;
201
201
  this.bq = null;
202
- this.m9 = null;
202
+ this.nb = null;
203
203
  this.br = null;
204
204
  this.aa = null;
205
205
  this.u = null;
@@ -207,159 +207,160 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
207
207
  this.ak = null;
208
208
  this.k = null;
209
209
  this.l = null;
210
- this.nr = null;
210
+ this.nt = null;
211
211
  this.cg = false;
212
- this.ci = false;
213
- this.cl = false;
212
+ this.cj = false;
213
+ this.cm = false;
214
+ this.cp = false;
214
215
  this.co = false;
215
- this.cn = false;
216
- this.nb = null;
216
+ this.nd = null;
217
217
  this.ch = false;
218
- this.na = null;
219
- this.nq = null;
218
+ this.nc = null;
219
+ this.ns = null;
220
220
  this.bu = null;
221
- this.k3 = null;
222
- this.of = null;
223
- this.oj = null;
224
- this.og = null;
225
- this.op = null;
226
- this.f0 = 0;
227
- this.f6 = 0;
221
+ this.k5 = null;
222
+ this.oh = null;
223
+ this.ol = null;
224
+ this.oi = null;
225
+ this.or = null;
226
+ this.f2 = 0;
227
+ this.f8 = 0;
228
+ this.nx = null;
229
+ this.nw = null;
228
230
  this.nv = null;
229
- this.nu = null;
230
- this.nt = null;
231
- this.ft = 0;
232
- this.fu = 0;
231
+ this.fv = 0;
232
+ this.fw = 0;
233
233
  this.aj = null;
234
- this.ns = null;
234
+ this.nu = null;
235
235
  this.ah = null;
236
236
  this.ai = null;
237
- this.j1 = 0;
238
- this.dp = 0;
237
+ this.j3 = 0;
238
+ this.dr = 0;
239
239
  this.bx = false;
240
240
  this.ao = null;
241
- this.oo = null;
242
- this.gc = 0;
241
+ this.oq = null;
242
+ this.ge = 0;
243
243
  this.ap = null;
244
- this.cp = false;
244
+ this.cq = false;
245
245
  this.bw = false;
246
- this.fx = 0;
247
246
  this.fz = 0;
247
+ this.f1 = 0;
248
+ this.f0 = 0;
248
249
  this.fy = 0;
249
- this.fw = 0;
250
+ this.j1 = 0;
250
251
  this.jz = 0;
251
- this.jx = 0;
252
- this.j2 = 0;
253
- this.k4 = null;
254
- this.n7 = null;
255
- this.n8 = null;
256
- this.nd = null;
257
- this.nc = null;
258
- this.fk = 0;
259
- this.nn = null;
252
+ this.j4 = 0;
253
+ this.k6 = null;
254
+ this.n9 = null;
255
+ this.oa = null;
256
+ this.nf = null;
257
+ this.ne = null;
258
+ this.fm = 0;
260
259
  this.np = null;
261
- this.no = null;
262
- this.j5 = 0;
263
- this.om = null;
264
- this.k9 = null;
265
- this.b7 = false;
260
+ this.nr = null;
261
+ this.nq = null;
262
+ this.j7 = 0;
263
+ this.oo = null;
266
264
  this.lb = null;
267
- this.dt = 0;
268
- this.la = null;
265
+ this.b7 = false;
266
+ this.ld = null;
267
+ this.dv = 0;
268
+ this.lc = null;
269
269
  this.b4 = false;
270
270
  this.b6 = false;
271
271
  this.b5 = false;
272
- this.k5 = null;
273
272
  this.k7 = null;
274
- this.k6 = null;
273
+ this.k9 = null;
275
274
  this.k8 = null;
276
- this.js = 0;
277
- this.jt = 0;
278
- this.ck = false;
279
- this.cm = false;
275
+ this.la = null;
276
+ this.ju = 0;
277
+ this.jv = 0;
278
+ this.cl = false;
279
+ this.cn = false;
280
280
  this.ce = false;
281
- this.m3 = null;
282
- this.m4 = null;
283
- this.jw = 0;
281
+ this.m5 = null;
282
+ this.m6 = null;
283
+ this.jy = 0;
284
284
  this.by = false;
285
285
  this.b3 = false;
286
286
  this.bz = false;
287
- this.cq = false;
288
- this.kl = null;
287
+ this.cr = false;
288
+ this.kn = null;
289
289
  this.b1 = false;
290
290
  this.b2 = false;
291
291
  this.b0 = false;
292
- this.ds = 0;
293
- this.ko = null;
294
- this.ky = null;
295
- this.kz = null;
296
- this.kx = null;
292
+ this.du = 0;
297
293
  this.kq = null;
298
- this.kw = null;
299
- this.jr = 0;
300
- this.kr = null;
301
- this.n = null;
294
+ this.k0 = null;
302
295
  this.k1 = null;
303
- this.k2 = null;
304
- this.kv = null;
305
- this.kp = null;
296
+ this.kz = null;
306
297
  this.ks = null;
307
- this.dr = 0;
298
+ this.ky = null;
299
+ this.jt = 0;
308
300
  this.kt = null;
301
+ this.n = null;
302
+ this.k3 = null;
303
+ this.k4 = null;
304
+ this.kx = null;
305
+ this.kr = null;
309
306
  this.ku = null;
307
+ this.dt = 0;
308
+ this.kv = null;
309
+ this.kw = null;
310
310
  this.aq = null;
311
311
  this.ar = null;
312
- this.gd = 0;
313
- this.cj = false;
314
- this.nf = null;
315
- this.ot = null;
312
+ this.gf = 0;
313
+ this.ck = false;
316
314
  this.nh = null;
317
315
  this.ov = null;
318
- this.ne = null;
316
+ this.nj = null;
317
+ this.ox = null;
319
318
  this.ng = null;
320
- this.fp = 0;
321
- this.fo = 0;
322
- this.fl = 0;
323
- this.fm = 0;
324
- this.fn = 0;
319
+ this.ni = null;
325
320
  this.fr = 0;
326
321
  this.fq = 0;
322
+ this.fn = 0;
323
+ this.fo = 0;
324
+ this.fp = 0;
325
+ this.ft = 0;
326
+ this.fs = 0;
327
327
  this.cf = false;
328
- this.os = null;
329
328
  this.ou = null;
330
- this.gh = 0;
331
- this.gg = 0;
332
- this.ge = 0;
333
- this.gk = 0;
334
- this.gf = 0;
329
+ this.ow = null;
335
330
  this.gj = 0;
336
331
  this.gi = 0;
337
- this.cr = false;
332
+ this.gg = 0;
338
333
  this.gm = 0;
334
+ this.gh = 0;
339
335
  this.gl = 0;
336
+ this.gk = 0;
337
+ this.cs = false;
340
338
  this.go = 0;
341
339
  this.gn = 0;
342
- this.oq = null;
343
- this.or = null;
344
- this.n5 = null;
345
- this.oe = null;
346
- this.oa = null;
347
- this.ob = null;
340
+ this.gq = 0;
341
+ this.gp = 0;
342
+ this.ci = false;
343
+ this.os = null;
344
+ this.ot = null;
345
+ this.n7 = null;
346
+ this.og = null;
348
347
  this.oc = null;
349
- this.n9 = null;
350
348
  this.od = null;
351
- this.n6 = null;
352
- this.nx = null;
353
- this.ny = null;
349
+ this.oe = null;
350
+ this.ob = null;
351
+ this.of = null;
352
+ this.n8 = null;
354
353
  this.nz = null;
355
- this.nw = null;
356
354
  this.n0 = null;
357
- this.k0 = null;
358
- this.kn = null;
359
- this.km = null;
360
355
  this.n1 = null;
361
- this.m6 = null;
362
- this.m2 = null;
356
+ this.ny = null;
357
+ this.n2 = null;
358
+ this.k2 = null;
359
+ this.kp = null;
360
+ this.ko = null;
361
+ this.n3 = null;
362
+ this.m8 = null;
363
+ this.m4 = null;
363
364
  }
364
365
  get_type() {
365
366
  return "DomainChart";
@@ -368,206 +369,206 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
368
369
  return this.get_type();
369
370
  }
370
371
  get pixelScalingRatio() {
371
- return this.fv;
372
+ return this.fx;
372
373
  }
373
374
  set pixelScalingRatio(a) {
374
- this.fv = a;
375
+ this.fx = a;
375
376
  this.j("PixelScalingRatio");
376
377
  }
377
378
  get titleLeftMargin() {
378
- return this.f8;
379
+ return this.ga;
379
380
  }
380
381
  set titleLeftMargin(a) {
381
- this.f8 = a;
382
+ this.ga = a;
382
383
  this.j("TitleLeftMargin");
383
384
  }
384
385
  get titleRightMargin() {
385
- return this.f9;
386
+ return this.gb;
386
387
  }
387
388
  set titleRightMargin(a) {
388
- this.f9 = a;
389
+ this.gb = a;
389
390
  this.j("TitleRightMargin");
390
391
  }
391
392
  get titleTopMargin() {
392
- return this.ga;
393
+ return this.gc;
393
394
  }
394
395
  set titleTopMargin(a) {
395
- this.ga = a;
396
+ this.gc = a;
396
397
  this.j("TitleTopMargin");
397
398
  }
398
399
  get titleBottomMargin() {
399
- return this.f7;
400
+ return this.f9;
400
401
  }
401
402
  set titleBottomMargin(a) {
402
- this.f7 = a;
403
+ this.f9 = a;
403
404
  this.j("TitleBottomMargin");
404
405
  }
405
406
  get subtitleLeftMargin() {
406
- return this.f3;
407
+ return this.f5;
407
408
  }
408
409
  set subtitleLeftMargin(a) {
409
- this.f3 = a;
410
+ this.f5 = a;
410
411
  this.j("SubtitleLeftMargin");
411
412
  }
412
413
  get subtitleTopMargin() {
413
- return this.f5;
414
+ return this.f7;
414
415
  }
415
416
  set subtitleTopMargin(a) {
416
- this.f5 = a;
417
+ this.f7 = a;
417
418
  this.j("SubtitleTopMargin");
418
419
  }
419
420
  get subtitleRightMargin() {
420
- return this.f4;
421
+ return this.f6;
421
422
  }
422
423
  set subtitleRightMargin(a) {
423
- this.f4 = a;
424
+ this.f6 = a;
424
425
  this.j("SubtitleRightMargin");
425
426
  }
426
427
  get subtitleBottomMargin() {
427
- return this.f2;
428
+ return this.f4;
428
429
  }
429
430
  set subtitleBottomMargin(a) {
430
- this.f2 = a;
431
+ this.f4 = a;
431
432
  this.j("SubtitleBottomMargin");
432
433
  }
433
434
  get subtitleTextColor() {
434
- return this.oh;
435
+ return this.oj;
435
436
  }
436
437
  set subtitleTextColor(a) {
437
- this.oh = a;
438
+ this.oj = a;
438
439
  this.j("SubtitleTextColor");
439
440
  }
440
441
  get titleTextColor() {
441
- return this.ok;
442
+ return this.om;
442
443
  }
443
444
  set titleTextColor(a) {
444
- this.ok = a;
445
+ this.om = a;
445
446
  this.j("TitleTextColor");
446
447
  }
447
448
  get leftMargin() {
448
- return this.fs;
449
+ return this.fu;
449
450
  }
450
451
  set leftMargin(a) {
451
- this.fs = a;
452
+ this.fu = a;
452
453
  this.j("LeftMargin");
453
454
  }
454
455
  get topMargin() {
455
- return this.gb;
456
+ return this.gd;
456
457
  }
457
458
  set topMargin(a) {
458
- this.gb = a;
459
+ this.gd = a;
459
460
  this.j("TopMargin");
460
461
  }
461
462
  get rightMargin() {
462
- return this.f1;
463
+ return this.f3;
463
464
  }
464
465
  set rightMargin(a) {
465
- this.f1 = a;
466
+ this.f3 = a;
466
467
  this.j("RightMargin");
467
468
  }
468
469
  get bottomMargin() {
469
- return this.dq;
470
+ return this.ds;
470
471
  }
471
472
  set bottomMargin(a) {
472
- this.dq = a;
473
+ this.ds = a;
473
474
  this.j("BottomMargin");
474
475
  }
475
476
  get transitionDuration() {
476
- return this.j4;
477
+ return this.j6;
477
478
  }
478
479
  set transitionDuration(a) {
479
- this.j4 = a;
480
+ this.j6 = a;
480
481
  this.j("TransitionDuration");
481
482
  }
482
483
  get transitionEasingFunctionRef() {
483
- return this.on;
484
+ return this.op;
484
485
  }
485
486
  set transitionEasingFunctionRef(a) {
486
- this.on = a;
487
+ this.op = a;
487
488
  this.j("TransitionEasingFunctionRef");
488
489
  }
489
490
  get highlightingTransitionDuration() {
490
- return this.j0;
491
+ return this.j2;
491
492
  }
492
493
  set highlightingTransitionDuration(a) {
493
- this.j0 = a;
494
+ this.j2 = a;
494
495
  this.j("HighlightingTransitionDuration");
495
496
  }
496
497
  get selectionTransitionDuration() {
497
- return this.j3;
498
+ return this.j5;
498
499
  }
499
500
  set selectionTransitionDuration(a) {
500
- this.j3 = a;
501
+ this.j5 = a;
501
502
  this.j("SelectionTransitionDuration");
502
503
  }
503
504
  get focusTransitionDuration() {
504
- return this.jy;
505
+ return this.j0;
505
506
  }
506
507
  set focusTransitionDuration(a) {
507
- this.jy = a;
508
+ this.j0 = a;
508
509
  this.j("FocusTransitionDuration");
509
510
  }
510
511
  get subtitleTextStyle() {
511
- return this.oi;
512
+ return this.ok;
512
513
  }
513
514
  set subtitleTextStyle(a) {
514
- this.oi = a;
515
+ this.ok = a;
515
516
  this.j("SubtitleTextStyle");
516
517
  }
517
518
  get titleTextStyle() {
518
- return this.ol;
519
+ return this.on;
519
520
  }
520
521
  set titleTextStyle(a) {
521
- this.ol = a;
522
+ this.on = a;
522
523
  this.j("TitleTextStyle");
523
524
  }
524
525
  get dataToolTipGroupingMode() {
525
- return this.lg;
526
+ return this.li;
526
527
  }
527
528
  set dataToolTipGroupingMode(a) {
528
- this.lg = a;
529
+ this.li = a;
529
530
  this.j("DataToolTipGroupingMode");
530
531
  }
531
532
  get dataToolTipPositionOffsetX() {
532
- return this.en;
533
+ return this.ep;
533
534
  }
534
535
  set dataToolTipPositionOffsetX(a) {
535
- this.en = a;
536
+ this.ep = a;
536
537
  this.j("DataToolTipPositionOffsetX");
537
538
  }
538
539
  get dataToolTipPositionOffsetY() {
539
- return this.eo;
540
+ return this.eq;
540
541
  }
541
542
  set dataToolTipPositionOffsetY(a) {
542
- this.eo = a;
543
+ this.eq = a;
543
544
  this.j("DataToolTipPositionOffsetY");
544
545
  }
545
546
  get dataToolTipDefaultPositionOffsetX() {
546
- return this.dy;
547
+ return this.d0;
547
548
  }
548
549
  set dataToolTipDefaultPositionOffsetX(a) {
549
- this.dy = a;
550
+ this.d0 = a;
550
551
  this.j("DataToolTipDefaultPositionOffsetX");
551
552
  }
552
553
  get dataToolTipDefaultPositionOffsetY() {
553
- return this.dz;
554
+ return this.d1;
554
555
  }
555
556
  set dataToolTipDefaultPositionOffsetY(a) {
556
- this.dz = a;
557
+ this.d1 = a;
557
558
  this.j("DataToolTipDefaultPositionOffsetY");
558
559
  }
559
560
  get dataToolTipGroupedPositionModeX() {
560
- return this.le;
561
+ return this.lg;
561
562
  }
562
563
  set dataToolTipGroupedPositionModeX(a) {
563
- this.le = a;
564
+ this.lg = a;
564
565
  this.j("DataToolTipGroupedPositionModeX");
565
566
  }
566
567
  get dataToolTipGroupedPositionModeY() {
567
- return this.lf;
568
+ return this.lh;
568
569
  }
569
570
  set dataToolTipGroupedPositionModeY(a) {
570
- this.lf = a;
571
+ this.lh = a;
571
572
  this.j("DataToolTipGroupedPositionModeY");
572
573
  }
573
574
  get dataToolTipShouldUpdateWhenSeriesDataChanges() {
@@ -606,38 +607,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
606
607
  this.j("DataToolTipExcludedColumns");
607
608
  }
608
609
  get dataToolTipValueFormatAbbreviation() {
609
- return this.mt;
610
+ return this.mv;
610
611
  }
611
612
  set dataToolTipValueFormatAbbreviation(a) {
612
- this.mt = a;
613
+ this.mv = a;
613
614
  this.j("DataToolTipValueFormatAbbreviation");
614
615
  }
615
616
  get dataToolTipValueFormatMaxFractions() {
616
- return this.ju;
617
+ return this.jw;
617
618
  }
618
619
  set dataToolTipValueFormatMaxFractions(a) {
619
- this.ju = a;
620
+ this.jw = a;
620
621
  this.j("DataToolTipValueFormatMaxFractions");
621
622
  }
622
623
  get dataToolTipValueFormatMinFractions() {
623
- return this.jv;
624
+ return this.jx;
624
625
  }
625
626
  set dataToolTipValueFormatMinFractions(a) {
626
- this.jv = a;
627
+ this.jx = a;
627
628
  this.j("DataToolTipValueFormatMinFractions");
628
629
  }
629
630
  get dataToolTipValueFormatMode() {
630
- return this.mv;
631
+ return this.mx;
631
632
  }
632
633
  set dataToolTipValueFormatMode(a) {
633
- this.mv = a;
634
+ this.mx = a;
634
635
  this.j("DataToolTipValueFormatMode");
635
636
  }
636
637
  get dataToolTipValueFormatCulture() {
637
- return this.mu;
638
+ return this.mw;
638
639
  }
639
640
  set dataToolTipValueFormatCulture(a) {
640
- this.mu = a;
641
+ this.mw = a;
641
642
  this.j("DataToolTipValueFormatCulture");
642
643
  }
643
644
  get dataToolTipValueFormatUseGrouping() {
@@ -648,10 +649,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
648
649
  this.j("DataToolTipValueFormatUseGrouping");
649
650
  }
650
651
  get dataToolTipValueFormatString() {
651
- return this.mw;
652
+ return this.my;
652
653
  }
653
654
  set dataToolTipValueFormatString(a) {
654
- this.mw = a;
655
+ this.my = a;
655
656
  this.j("DataToolTipValueFormatString");
656
657
  }
657
658
  get dataToolTipValueFormatSpecifiers() {
@@ -662,31 +663,31 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
662
663
  this.j("DataToolTipValueFormatSpecifiers");
663
664
  }
664
665
  get dataToolTipValueRowMarginBottom() {
665
- return this.fb;
666
+ return this.fd;
666
667
  }
667
668
  set dataToolTipValueRowMarginBottom(a) {
668
- this.fb = a;
669
+ this.fd = a;
669
670
  this.j("DataToolTipValueRowMarginBottom");
670
671
  }
671
672
  get dataToolTipValueRowMarginLeft() {
672
- return this.fc;
673
+ return this.fe;
673
674
  }
674
675
  set dataToolTipValueRowMarginLeft(a) {
675
- this.fc = a;
676
+ this.fe = a;
676
677
  this.j("DataToolTipValueRowMarginLeft");
677
678
  }
678
679
  get dataToolTipValueRowMarginRight() {
679
- return this.fd;
680
+ return this.ff;
680
681
  }
681
682
  set dataToolTipValueRowMarginRight(a) {
682
- this.fd = a;
683
+ this.ff = a;
683
684
  this.j("DataToolTipValueRowMarginRight");
684
685
  }
685
686
  get dataToolTipValueRowMarginTop() {
686
- return this.fe;
687
+ return this.fg;
687
688
  }
688
689
  set dataToolTipValueRowMarginTop(a) {
689
- this.fe = a;
690
+ this.fg = a;
690
691
  this.j("DataToolTipValueRowMarginTop");
691
692
  }
692
693
  get dataToolTipValueRowVisible() {
@@ -697,10 +698,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
697
698
  this.j("DataToolTipValueRowVisible");
698
699
  }
699
700
  get dataToolTipValueTextWhenMissingData() {
700
- return this.m1;
701
+ return this.m3;
701
702
  }
702
703
  set dataToolTipValueTextWhenMissingData(a) {
703
- this.m1 = a;
704
+ this.m3 = a;
704
705
  this.j("DataToolTipValueTextWhenMissingData");
705
706
  }
706
707
  get dataToolTipValueTextUseSeriesColors() {
@@ -711,73 +712,73 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
711
712
  this.j("DataToolTipValueTextUseSeriesColors");
712
713
  }
713
714
  get dataToolTipValueTextMarginBottom() {
714
- return this.fg;
715
+ return this.fi;
715
716
  }
716
717
  set dataToolTipValueTextMarginBottom(a) {
717
- this.fg = a;
718
+ this.fi = a;
718
719
  this.j("DataToolTipValueTextMarginBottom");
719
720
  }
720
721
  get dataToolTipValueTextMarginLeft() {
721
- return this.fh;
722
+ return this.fj;
722
723
  }
723
724
  set dataToolTipValueTextMarginLeft(a) {
724
- this.fh = a;
725
+ this.fj = a;
725
726
  this.j("DataToolTipValueTextMarginLeft");
726
727
  }
727
728
  get dataToolTipValueTextMarginRight() {
728
- return this.fi;
729
+ return this.fk;
729
730
  }
730
731
  set dataToolTipValueTextMarginRight(a) {
731
- this.fi = a;
732
+ this.fk = a;
732
733
  this.j("DataToolTipValueTextMarginRight");
733
734
  }
734
735
  get dataToolTipValueTextMarginTop() {
735
- return this.fj;
736
+ return this.fl;
736
737
  }
737
738
  set dataToolTipValueTextMarginTop(a) {
738
- this.fj = a;
739
+ this.fl = a;
739
740
  this.j("DataToolTipValueTextMarginTop");
740
741
  }
741
742
  get dataToolTipValueTextColor() {
742
- return this.mx;
743
+ return this.mz;
743
744
  }
744
745
  set dataToolTipValueTextColor(a) {
745
- this.mx = a;
746
+ this.mz = a;
746
747
  this.j("DataToolTipValueTextColor");
747
748
  }
748
749
  get dataToolTipValueTextFontFamily() {
749
- return this.my;
750
+ return this.m0;
750
751
  }
751
752
  set dataToolTipValueTextFontFamily(a) {
752
- this.my = a;
753
+ this.m0 = a;
753
754
  this.j("DataToolTipValueTextFontFamily");
754
755
  }
755
756
  get dataToolTipValueTextFontSize() {
756
- return this.ff;
757
+ return this.fh;
757
758
  }
758
759
  set dataToolTipValueTextFontSize(a) {
759
- this.ff = a;
760
+ this.fh = a;
760
761
  this.j("DataToolTipValueTextFontSize");
761
762
  }
762
763
  get dataToolTipValueTextFontStyle() {
763
- return this.mz;
764
+ return this.m1;
764
765
  }
765
766
  set dataToolTipValueTextFontStyle(a) {
766
- this.mz = a;
767
+ this.m1 = a;
767
768
  this.j("DataToolTipValueTextFontStyle");
768
769
  }
769
770
  get dataToolTipValueTextFontWeight() {
770
- return this.m0;
771
+ return this.m2;
771
772
  }
772
773
  set dataToolTipValueTextFontWeight(a) {
773
- this.m0 = a;
774
+ this.m2 = a;
774
775
  this.j("DataToolTipValueTextFontWeight");
775
776
  }
776
777
  get dataToolTipHeaderFormatString() {
777
- return this.ln;
778
+ return this.lp;
778
779
  }
779
780
  set dataToolTipHeaderFormatString(a) {
780
- this.ln = a;
781
+ this.lp = a;
781
782
  this.j("DataToolTipHeaderFormatString");
782
783
  }
783
784
  get dataToolTipHeaderFormatSpecifiers() {
@@ -788,94 +789,94 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
788
789
  this.j("DataToolTipHeaderFormatSpecifiers");
789
790
  }
790
791
  get dataToolTipHeaderFormatCulture() {
791
- return this.ll;
792
+ return this.ln;
792
793
  }
793
794
  set dataToolTipHeaderFormatCulture(a) {
794
- this.ll = a;
795
+ this.ln = a;
795
796
  this.j("DataToolTipHeaderFormatCulture");
796
797
  }
797
798
  get dataToolTipHeaderFormatDate() {
798
- return this.lm;
799
+ return this.lo;
799
800
  }
800
801
  set dataToolTipHeaderFormatDate(a) {
801
- this.lm = a;
802
+ this.lo = a;
802
803
  this.j("DataToolTipHeaderFormatDate");
803
804
  }
804
805
  get dataToolTipHeaderFormatTime() {
805
- return this.lo;
806
+ return this.lq;
806
807
  }
807
808
  set dataToolTipHeaderFormatTime(a) {
808
- this.lo = a;
809
+ this.lq = a;
809
810
  this.j("DataToolTipHeaderFormatTime");
810
811
  }
811
812
  get dataToolTipHeaderText() {
812
- return this.lp;
813
+ return this.lr;
813
814
  }
814
815
  set dataToolTipHeaderText(a) {
815
- this.lp = a;
816
+ this.lr = a;
816
817
  this.j("DataToolTipHeaderText");
817
818
  }
818
819
  get dataToolTipHeaderTextColor() {
819
- return this.lq;
820
+ return this.ls;
820
821
  }
821
822
  set dataToolTipHeaderTextColor(a) {
822
- this.lq = a;
823
+ this.ls = a;
823
824
  this.j("DataToolTipHeaderTextColor");
824
825
  }
825
826
  get dataToolTipHeaderTextMarginBottom() {
826
- return this.ee;
827
+ return this.eg;
827
828
  }
828
829
  set dataToolTipHeaderTextMarginBottom(a) {
829
- this.ee = a;
830
+ this.eg = a;
830
831
  this.j("DataToolTipHeaderTextMarginBottom");
831
832
  }
832
833
  get dataToolTipHeaderTextMarginLeft() {
833
- return this.ef;
834
+ return this.eh;
834
835
  }
835
836
  set dataToolTipHeaderTextMarginLeft(a) {
836
- this.ef = a;
837
+ this.eh = a;
837
838
  this.j("DataToolTipHeaderTextMarginLeft");
838
839
  }
839
840
  get dataToolTipHeaderTextMarginRight() {
840
- return this.eg;
841
+ return this.ei;
841
842
  }
842
843
  set dataToolTipHeaderTextMarginRight(a) {
843
- this.eg = a;
844
+ this.ei = a;
844
845
  this.j("DataToolTipHeaderTextMarginRight");
845
846
  }
846
847
  get dataToolTipHeaderTextMarginTop() {
847
- return this.eh;
848
+ return this.ej;
848
849
  }
849
850
  set dataToolTipHeaderTextMarginTop(a) {
850
- this.eh = a;
851
+ this.ej = a;
851
852
  this.j("DataToolTipHeaderTextMarginTop");
852
853
  }
853
854
  get dataToolTipHeaderRowMarginBottom() {
854
- return this.d9;
855
+ return this.eb;
855
856
  }
856
857
  set dataToolTipHeaderRowMarginBottom(a) {
857
- this.d9 = a;
858
+ this.eb = a;
858
859
  this.j("DataToolTipHeaderRowMarginBottom");
859
860
  }
860
861
  get dataToolTipHeaderRowMarginLeft() {
861
- return this.ea;
862
+ return this.ec;
862
863
  }
863
864
  set dataToolTipHeaderRowMarginLeft(a) {
864
- this.ea = a;
865
+ this.ec = a;
865
866
  this.j("DataToolTipHeaderRowMarginLeft");
866
867
  }
867
868
  get dataToolTipHeaderRowMarginRight() {
868
- return this.eb;
869
+ return this.ed;
869
870
  }
870
871
  set dataToolTipHeaderRowMarginRight(a) {
871
- this.eb = a;
872
+ this.ed = a;
872
873
  this.j("DataToolTipHeaderRowMarginRight");
873
874
  }
874
875
  get dataToolTipHeaderRowMarginTop() {
875
- return this.ec;
876
+ return this.ee;
876
877
  }
877
878
  set dataToolTipHeaderRowMarginTop(a) {
878
- this.ec = a;
879
+ this.ee = a;
879
880
  this.j("DataToolTipHeaderRowMarginTop");
880
881
  }
881
882
  get dataToolTipHeaderRowVisible() {
@@ -886,94 +887,94 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
886
887
  this.j("DataToolTipHeaderRowVisible");
887
888
  }
888
889
  get dataToolTipHeaderTextFontFamily() {
889
- return this.lr;
890
+ return this.lt;
890
891
  }
891
892
  set dataToolTipHeaderTextFontFamily(a) {
892
- this.lr = a;
893
+ this.lt = a;
893
894
  this.j("DataToolTipHeaderTextFontFamily");
894
895
  }
895
896
  get dataToolTipHeaderTextFontSize() {
896
- return this.ed;
897
+ return this.ef;
897
898
  }
898
899
  set dataToolTipHeaderTextFontSize(a) {
899
- this.ed = a;
900
+ this.ef = a;
900
901
  this.j("DataToolTipHeaderTextFontSize");
901
902
  }
902
903
  get dataToolTipHeaderTextFontStyle() {
903
- return this.ls;
904
+ return this.lu;
904
905
  }
905
906
  set dataToolTipHeaderTextFontStyle(a) {
906
- this.ls = a;
907
+ this.lu = a;
907
908
  this.j("DataToolTipHeaderTextFontStyle");
908
909
  }
909
910
  get dataToolTipHeaderTextFontWeight() {
910
- return this.lt;
911
+ return this.lv;
911
912
  }
912
913
  set dataToolTipHeaderTextFontWeight(a) {
913
- this.lt = a;
914
+ this.lv = a;
914
915
  this.j("DataToolTipHeaderTextFontWeight");
915
916
  }
916
917
  get dataToolTipGroupTextColor() {
917
- return this.lh;
918
+ return this.lj;
918
919
  }
919
920
  set dataToolTipGroupTextColor(a) {
920
- this.lh = a;
921
+ this.lj = a;
921
922
  this.j("DataToolTipGroupTextColor");
922
923
  }
923
924
  get dataToolTipGroupTextMarginBottom() {
924
- return this.d5;
925
+ return this.d7;
925
926
  }
926
927
  set dataToolTipGroupTextMarginBottom(a) {
927
- this.d5 = a;
928
+ this.d7 = a;
928
929
  this.j("DataToolTipGroupTextMarginBottom");
929
930
  }
930
931
  get dataToolTipGroupTextMarginLeft() {
931
- return this.d6;
932
+ return this.d8;
932
933
  }
933
934
  set dataToolTipGroupTextMarginLeft(a) {
934
- this.d6 = a;
935
+ this.d8 = a;
935
936
  this.j("DataToolTipGroupTextMarginLeft");
936
937
  }
937
938
  get dataToolTipGroupTextMarginRight() {
938
- return this.d7;
939
+ return this.d9;
939
940
  }
940
941
  set dataToolTipGroupTextMarginRight(a) {
941
- this.d7 = a;
942
+ this.d9 = a;
942
943
  this.j("DataToolTipGroupTextMarginRight");
943
944
  }
944
945
  get dataToolTipGroupTextMarginTop() {
945
- return this.d8;
946
+ return this.ea;
946
947
  }
947
948
  set dataToolTipGroupTextMarginTop(a) {
948
- this.d8 = a;
949
+ this.ea = a;
949
950
  this.j("DataToolTipGroupTextMarginTop");
950
951
  }
951
952
  get dataToolTipGroupRowMarginBottom() {
952
- return this.d0;
953
+ return this.d2;
953
954
  }
954
955
  set dataToolTipGroupRowMarginBottom(a) {
955
- this.d0 = a;
956
+ this.d2 = a;
956
957
  this.j("DataToolTipGroupRowMarginBottom");
957
958
  }
958
959
  get dataToolTipGroupRowMarginLeft() {
959
- return this.d1;
960
+ return this.d3;
960
961
  }
961
962
  set dataToolTipGroupRowMarginLeft(a) {
962
- this.d1 = a;
963
+ this.d3 = a;
963
964
  this.j("DataToolTipGroupRowMarginLeft");
964
965
  }
965
966
  get dataToolTipGroupRowMarginRight() {
966
- return this.d2;
967
+ return this.d4;
967
968
  }
968
969
  set dataToolTipGroupRowMarginRight(a) {
969
- this.d2 = a;
970
+ this.d4 = a;
970
971
  this.j("DataToolTipGroupRowMarginRight");
971
972
  }
972
973
  get dataToolTipGroupRowMarginTop() {
973
- return this.d3;
974
+ return this.d5;
974
975
  }
975
976
  set dataToolTipGroupRowMarginTop(a) {
976
- this.d3 = a;
977
+ this.d5 = a;
977
978
  this.j("DataToolTipGroupRowMarginTop");
978
979
  }
979
980
  get dataToolTipGroupRowVisible() {
@@ -984,500 +985,500 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
984
985
  this.j("DataToolTipGroupRowVisible");
985
986
  }
986
987
  get dataToolTipGroupTextFontFamily() {
987
- return this.li;
988
+ return this.lk;
988
989
  }
989
990
  set dataToolTipGroupTextFontFamily(a) {
990
- this.li = a;
991
+ this.lk = a;
991
992
  this.j("DataToolTipGroupTextFontFamily");
992
993
  }
993
994
  get dataToolTipGroupTextFontSize() {
994
- return this.d4;
995
+ return this.d6;
995
996
  }
996
997
  set dataToolTipGroupTextFontSize(a) {
997
- this.d4 = a;
998
+ this.d6 = a;
998
999
  this.j("DataToolTipGroupTextFontSize");
999
1000
  }
1000
1001
  get dataToolTipGroupTextFontStyle() {
1001
- return this.lj;
1002
+ return this.ll;
1002
1003
  }
1003
1004
  set dataToolTipGroupTextFontStyle(a) {
1004
- this.lj = a;
1005
+ this.ll = a;
1005
1006
  this.j("DataToolTipGroupTextFontStyle");
1006
1007
  }
1007
1008
  get dataToolTipGroupTextFontWeight() {
1008
- return this.lk;
1009
+ return this.lm;
1009
1010
  }
1010
1011
  set dataToolTipGroupTextFontWeight(a) {
1011
- this.lk = a;
1012
+ this.lm = a;
1012
1013
  this.j("DataToolTipGroupTextFontWeight");
1013
1014
  }
1014
1015
  get dataToolTipSummaryTitleTextColor() {
1015
- return this.l5;
1016
+ return this.l7;
1016
1017
  }
1017
1018
  set dataToolTipSummaryTitleTextColor(a) {
1018
- this.l5 = a;
1019
+ this.l7 = a;
1019
1020
  this.j("DataToolTipSummaryTitleTextColor");
1020
1021
  }
1021
1022
  get dataToolTipSummaryTitleTextFontFamily() {
1022
- return this.l6;
1023
+ return this.l8;
1023
1024
  }
1024
1025
  set dataToolTipSummaryTitleTextFontFamily(a) {
1025
- this.l6 = a;
1026
+ this.l8 = a;
1026
1027
  this.j("DataToolTipSummaryTitleTextFontFamily");
1027
1028
  }
1028
1029
  get dataToolTipSummaryTitleTextFontSize() {
1029
- return this.eu;
1030
+ return this.ew;
1030
1031
  }
1031
1032
  set dataToolTipSummaryTitleTextFontSize(a) {
1032
- this.eu = a;
1033
+ this.ew = a;
1033
1034
  this.j("DataToolTipSummaryTitleTextFontSize");
1034
1035
  }
1035
1036
  get dataToolTipSummaryTitleTextFontStyle() {
1036
- return this.l7;
1037
+ return this.l9;
1037
1038
  }
1038
1039
  set dataToolTipSummaryTitleTextFontStyle(a) {
1039
- this.l7 = a;
1040
+ this.l9 = a;
1040
1041
  this.j("DataToolTipSummaryTitleTextFontStyle");
1041
1042
  }
1042
1043
  get dataToolTipSummaryTitleTextFontWeight() {
1043
- return this.l8;
1044
+ return this.ma;
1044
1045
  }
1045
1046
  set dataToolTipSummaryTitleTextFontWeight(a) {
1046
- this.l8 = a;
1047
+ this.ma = a;
1047
1048
  this.j("DataToolTipSummaryTitleTextFontWeight");
1048
1049
  }
1049
1050
  get dataToolTipSummaryType() {
1050
- return this.l9;
1051
+ return this.mb;
1051
1052
  }
1052
1053
  set dataToolTipSummaryType(a) {
1053
- this.l9 = a;
1054
+ this.mb = a;
1054
1055
  this.j("DataToolTipSummaryType");
1055
1056
  }
1056
1057
  get dataToolTipSummaryTitleText() {
1057
- return this.l4;
1058
+ return this.l6;
1058
1059
  }
1059
1060
  set dataToolTipSummaryTitleText(a) {
1060
- this.l4 = a;
1061
+ this.l6 = a;
1061
1062
  this.j("DataToolTipSummaryTitleText");
1062
1063
  }
1063
1064
  get dataToolTipSummaryTitleTextMarginBottom() {
1064
- return this.ev;
1065
+ return this.ex;
1065
1066
  }
1066
1067
  set dataToolTipSummaryTitleTextMarginBottom(a) {
1067
- this.ev = a;
1068
+ this.ex = a;
1068
1069
  this.j("DataToolTipSummaryTitleTextMarginBottom");
1069
1070
  }
1070
1071
  get dataToolTipSummaryTitleTextMarginLeft() {
1071
- return this.ew;
1072
+ return this.ey;
1072
1073
  }
1073
1074
  set dataToolTipSummaryTitleTextMarginLeft(a) {
1074
- this.ew = a;
1075
+ this.ey = a;
1075
1076
  this.j("DataToolTipSummaryTitleTextMarginLeft");
1076
1077
  }
1077
1078
  get dataToolTipSummaryTitleTextMarginRight() {
1078
- return this.ex;
1079
+ return this.ez;
1079
1080
  }
1080
1081
  set dataToolTipSummaryTitleTextMarginRight(a) {
1081
- this.ex = a;
1082
+ this.ez = a;
1082
1083
  this.j("DataToolTipSummaryTitleTextMarginRight");
1083
1084
  }
1084
1085
  get dataToolTipSummaryTitleTextMarginTop() {
1085
- return this.ey;
1086
+ return this.e0;
1086
1087
  }
1087
1088
  set dataToolTipSummaryTitleTextMarginTop(a) {
1088
- this.ey = a;
1089
+ this.e0 = a;
1089
1090
  this.j("DataToolTipSummaryTitleTextMarginTop");
1090
1091
  }
1091
1092
  get dataToolTipSummaryRowMarginBottom() {
1092
- return this.eq;
1093
+ return this.es;
1093
1094
  }
1094
1095
  set dataToolTipSummaryRowMarginBottom(a) {
1095
- this.eq = a;
1096
+ this.es = a;
1096
1097
  this.j("DataToolTipSummaryRowMarginBottom");
1097
1098
  }
1098
1099
  get dataToolTipSummaryRowMarginLeft() {
1099
- return this.er;
1100
+ return this.et;
1100
1101
  }
1101
1102
  set dataToolTipSummaryRowMarginLeft(a) {
1102
- this.er = a;
1103
+ this.et = a;
1103
1104
  this.j("DataToolTipSummaryRowMarginLeft");
1104
1105
  }
1105
1106
  get dataToolTipSummaryRowMarginRight() {
1106
- return this.es;
1107
+ return this.eu;
1107
1108
  }
1108
1109
  set dataToolTipSummaryRowMarginRight(a) {
1109
- this.es = a;
1110
+ this.eu = a;
1110
1111
  this.j("DataToolTipSummaryRowMarginRight");
1111
1112
  }
1112
1113
  get dataToolTipSummaryRowMarginTop() {
1113
- return this.et;
1114
+ return this.ev;
1114
1115
  }
1115
1116
  set dataToolTipSummaryRowMarginTop(a) {
1116
- this.et = a;
1117
+ this.ev = a;
1117
1118
  this.j("DataToolTipSummaryRowMarginTop");
1118
1119
  }
1119
1120
  get dataToolTipSummaryValueTextColor() {
1120
- return this.mf;
1121
+ return this.mh;
1121
1122
  }
1122
1123
  set dataToolTipSummaryValueTextColor(a) {
1123
- this.mf = a;
1124
+ this.mh = a;
1124
1125
  this.j("DataToolTipSummaryValueTextColor");
1125
1126
  }
1126
1127
  get dataToolTipSummaryValueTextFontFamily() {
1127
- return this.mg;
1128
+ return this.mi;
1128
1129
  }
1129
1130
  set dataToolTipSummaryValueTextFontFamily(a) {
1130
- this.mg = a;
1131
+ this.mi = a;
1131
1132
  this.j("DataToolTipSummaryValueTextFontFamily");
1132
1133
  }
1133
1134
  get dataToolTipSummaryValueTextFontSize() {
1134
- return this.e0;
1135
+ return this.e2;
1135
1136
  }
1136
1137
  set dataToolTipSummaryValueTextFontSize(a) {
1137
- this.e0 = a;
1138
+ this.e2 = a;
1138
1139
  this.j("DataToolTipSummaryValueTextFontSize");
1139
1140
  }
1140
1141
  get dataToolTipSummaryValueTextFontStyle() {
1141
- return this.mh;
1142
+ return this.mj;
1142
1143
  }
1143
1144
  set dataToolTipSummaryValueTextFontStyle(a) {
1144
- this.mh = a;
1145
+ this.mj = a;
1145
1146
  this.j("DataToolTipSummaryValueTextFontStyle");
1146
1147
  }
1147
1148
  get dataToolTipSummaryValueTextFontWeight() {
1148
- return this.mi;
1149
+ return this.mk;
1149
1150
  }
1150
1151
  set dataToolTipSummaryValueTextFontWeight(a) {
1151
- this.mi = a;
1152
+ this.mk = a;
1152
1153
  this.j("DataToolTipSummaryValueTextFontWeight");
1153
1154
  }
1154
1155
  get dataToolTipSummaryLabelText() {
1155
- return this.lz;
1156
+ return this.l1;
1156
1157
  }
1157
1158
  set dataToolTipSummaryLabelText(a) {
1158
- this.lz = a;
1159
+ this.l1 = a;
1159
1160
  this.j("DataToolTipSummaryLabelText");
1160
1161
  }
1161
1162
  get dataToolTipSummaryLabelTextColor() {
1162
- return this.l0;
1163
+ return this.l2;
1163
1164
  }
1164
1165
  set dataToolTipSummaryLabelTextColor(a) {
1165
- this.l0 = a;
1166
+ this.l2 = a;
1166
1167
  this.j("DataToolTipSummaryLabelTextColor");
1167
1168
  }
1168
1169
  get dataToolTipSummaryLabelTextFontFamily() {
1169
- return this.l1;
1170
+ return this.l3;
1170
1171
  }
1171
1172
  set dataToolTipSummaryLabelTextFontFamily(a) {
1172
- this.l1 = a;
1173
+ this.l3 = a;
1173
1174
  this.j("DataToolTipSummaryLabelTextFontFamily");
1174
1175
  }
1175
1176
  get dataToolTipSummaryLabelTextFontSize() {
1176
- return this.ep;
1177
+ return this.er;
1177
1178
  }
1178
1179
  set dataToolTipSummaryLabelTextFontSize(a) {
1179
- this.ep = a;
1180
+ this.er = a;
1180
1181
  this.j("DataToolTipSummaryLabelTextFontSize");
1181
1182
  }
1182
1183
  get dataToolTipSummaryLabelTextFontStyle() {
1183
- return this.l2;
1184
+ return this.l4;
1184
1185
  }
1185
1186
  set dataToolTipSummaryLabelTextFontStyle(a) {
1186
- this.l2 = a;
1187
+ this.l4 = a;
1187
1188
  this.j("DataToolTipSummaryLabelTextFontStyle");
1188
1189
  }
1189
1190
  get dataToolTipSummaryLabelTextFontWeight() {
1190
- return this.l3;
1191
+ return this.l5;
1191
1192
  }
1192
1193
  set dataToolTipSummaryLabelTextFontWeight(a) {
1193
- this.l3 = a;
1194
+ this.l5 = a;
1194
1195
  this.j("DataToolTipSummaryLabelTextFontWeight");
1195
1196
  }
1196
1197
  get dataToolTipSummaryUnitsText() {
1197
- return this.ma;
1198
+ return this.mc;
1198
1199
  }
1199
1200
  set dataToolTipSummaryUnitsText(a) {
1200
- this.ma = a;
1201
+ this.mc = a;
1201
1202
  this.j("DataToolTipSummaryUnitsText");
1202
1203
  }
1203
1204
  get dataToolTipSummaryUnitsTextColor() {
1204
- return this.mb;
1205
+ return this.md;
1205
1206
  }
1206
1207
  set dataToolTipSummaryUnitsTextColor(a) {
1207
- this.mb = a;
1208
+ this.md = a;
1208
1209
  this.j("DataToolTipSummaryUnitsTextColor");
1209
1210
  }
1210
1211
  get dataToolTipSummaryUnitsTextFontFamily() {
1211
- return this.mc;
1212
+ return this.me;
1212
1213
  }
1213
1214
  set dataToolTipSummaryUnitsTextFontFamily(a) {
1214
- this.mc = a;
1215
+ this.me = a;
1215
1216
  this.j("DataToolTipSummaryUnitsTextFontFamily");
1216
1217
  }
1217
1218
  get dataToolTipSummaryUnitsTextFontSize() {
1218
- return this.ez;
1219
+ return this.e1;
1219
1220
  }
1220
1221
  set dataToolTipSummaryUnitsTextFontSize(a) {
1221
- this.ez = a;
1222
+ this.e1 = a;
1222
1223
  this.j("DataToolTipSummaryUnitsTextFontSize");
1223
1224
  }
1224
1225
  get dataToolTipSummaryUnitsTextFontStyle() {
1225
- return this.md;
1226
+ return this.mf;
1226
1227
  }
1227
1228
  set dataToolTipSummaryUnitsTextFontStyle(a) {
1228
- this.md = a;
1229
+ this.mf = a;
1229
1230
  this.j("DataToolTipSummaryUnitsTextFontStyle");
1230
1231
  }
1231
1232
  get dataToolTipSummaryUnitsTextFontWeight() {
1232
- return this.me;
1233
+ return this.mg;
1233
1234
  }
1234
1235
  set dataToolTipSummaryUnitsTextFontWeight(a) {
1235
- this.me = a;
1236
+ this.mg = a;
1236
1237
  this.j("DataToolTipSummaryUnitsTextFontWeight");
1237
1238
  }
1238
1239
  get dataToolTipBadgeMarginBottom() {
1239
- return this.du;
1240
+ return this.dw;
1240
1241
  }
1241
1242
  set dataToolTipBadgeMarginBottom(a) {
1242
- this.du = a;
1243
+ this.dw = a;
1243
1244
  this.j("DataToolTipBadgeMarginBottom");
1244
1245
  }
1245
1246
  get dataToolTipBadgeMarginLeft() {
1246
- return this.dv;
1247
+ return this.dx;
1247
1248
  }
1248
1249
  set dataToolTipBadgeMarginLeft(a) {
1249
- this.dv = a;
1250
+ this.dx = a;
1250
1251
  this.j("DataToolTipBadgeMarginLeft");
1251
1252
  }
1252
1253
  get dataToolTipBadgeMarginRight() {
1253
- return this.dw;
1254
+ return this.dy;
1254
1255
  }
1255
1256
  set dataToolTipBadgeMarginRight(a) {
1256
- this.dw = a;
1257
+ this.dy = a;
1257
1258
  this.j("DataToolTipBadgeMarginRight");
1258
1259
  }
1259
1260
  get dataToolTipBadgeMarginTop() {
1260
- return this.dx;
1261
+ return this.dz;
1261
1262
  }
1262
1263
  set dataToolTipBadgeMarginTop(a) {
1263
- this.dx = a;
1264
+ this.dz = a;
1264
1265
  this.j("DataToolTipBadgeMarginTop");
1265
1266
  }
1266
1267
  get dataToolTipBadgeShape() {
1267
- return this.ld;
1268
+ return this.lf;
1268
1269
  }
1269
1270
  set dataToolTipBadgeShape(a) {
1270
- this.ld = a;
1271
+ this.lf = a;
1271
1272
  this.j("DataToolTipBadgeShape");
1272
1273
  }
1273
1274
  get dataToolTipUnitsDisplayMode() {
1274
- return this.mn;
1275
+ return this.mp;
1275
1276
  }
1276
1277
  set dataToolTipUnitsDisplayMode(a) {
1277
- this.mn = a;
1278
+ this.mp = a;
1278
1279
  this.j("DataToolTipUnitsDisplayMode");
1279
1280
  }
1280
1281
  get dataToolTipUnitsText() {
1281
- return this.mo;
1282
+ return this.mq;
1282
1283
  }
1283
1284
  set dataToolTipUnitsText(a) {
1284
- this.mo = a;
1285
+ this.mq = a;
1285
1286
  this.j("DataToolTipUnitsText");
1286
1287
  }
1287
1288
  get dataToolTipUnitsTextColor() {
1288
- return this.mp;
1289
+ return this.mr;
1289
1290
  }
1290
1291
  set dataToolTipUnitsTextColor(a) {
1291
- this.mp = a;
1292
+ this.mr = a;
1292
1293
  this.j("DataToolTipUnitsTextColor");
1293
1294
  }
1294
1295
  get dataToolTipUnitsTextMarginBottom() {
1295
- return this.e7;
1296
+ return this.e9;
1296
1297
  }
1297
1298
  set dataToolTipUnitsTextMarginBottom(a) {
1298
- this.e7 = a;
1299
+ this.e9 = a;
1299
1300
  this.j("DataToolTipUnitsTextMarginBottom");
1300
1301
  }
1301
1302
  get dataToolTipUnitsTextMarginLeft() {
1302
- return this.e8;
1303
+ return this.fa;
1303
1304
  }
1304
1305
  set dataToolTipUnitsTextMarginLeft(a) {
1305
- this.e8 = a;
1306
+ this.fa = a;
1306
1307
  this.j("DataToolTipUnitsTextMarginLeft");
1307
1308
  }
1308
1309
  get dataToolTipUnitsTextMarginRight() {
1309
- return this.e9;
1310
+ return this.fb;
1310
1311
  }
1311
1312
  set dataToolTipUnitsTextMarginRight(a) {
1312
- this.e9 = a;
1313
+ this.fb = a;
1313
1314
  this.j("DataToolTipUnitsTextMarginRight");
1314
1315
  }
1315
1316
  get dataToolTipUnitsTextMarginTop() {
1316
- return this.fa;
1317
+ return this.fc;
1317
1318
  }
1318
1319
  set dataToolTipUnitsTextMarginTop(a) {
1319
- this.fa = a;
1320
+ this.fc = a;
1320
1321
  this.j("DataToolTipUnitsTextMarginTop");
1321
1322
  }
1322
1323
  get dataToolTipUnitsTextFontFamily() {
1323
- return this.mq;
1324
+ return this.ms;
1324
1325
  }
1325
1326
  set dataToolTipUnitsTextFontFamily(a) {
1326
- this.mq = a;
1327
+ this.ms = a;
1327
1328
  this.j("DataToolTipUnitsTextFontFamily");
1328
1329
  }
1329
1330
  get dataToolTipUnitsTextFontSize() {
1330
- return this.e6;
1331
+ return this.e8;
1331
1332
  }
1332
1333
  set dataToolTipUnitsTextFontSize(a) {
1333
- this.e6 = a;
1334
+ this.e8 = a;
1334
1335
  this.j("DataToolTipUnitsTextFontSize");
1335
1336
  }
1336
1337
  get dataToolTipUnitsTextFontStyle() {
1337
- return this.mr;
1338
+ return this.mt;
1338
1339
  }
1339
1340
  set dataToolTipUnitsTextFontStyle(a) {
1340
- this.mr = a;
1341
+ this.mt = a;
1341
1342
  this.j("DataToolTipUnitsTextFontStyle");
1342
1343
  }
1343
1344
  get dataToolTipUnitsTextFontWeight() {
1344
- return this.ms;
1345
+ return this.mu;
1345
1346
  }
1346
1347
  set dataToolTipUnitsTextFontWeight(a) {
1347
- this.ms = a;
1348
+ this.mu = a;
1348
1349
  this.j("DataToolTipUnitsTextFontWeight");
1349
1350
  }
1350
1351
  get dataToolTipTitleTextMarginBottom() {
1351
- return this.e2;
1352
+ return this.e4;
1352
1353
  }
1353
1354
  set dataToolTipTitleTextMarginBottom(a) {
1354
- this.e2 = a;
1355
+ this.e4 = a;
1355
1356
  this.j("DataToolTipTitleTextMarginBottom");
1356
1357
  }
1357
1358
  get dataToolTipTitleTextMarginLeft() {
1358
- return this.e3;
1359
+ return this.e5;
1359
1360
  }
1360
1361
  set dataToolTipTitleTextMarginLeft(a) {
1361
- this.e3 = a;
1362
+ this.e5 = a;
1362
1363
  this.j("DataToolTipTitleTextMarginLeft");
1363
1364
  }
1364
1365
  get dataToolTipTitleTextMarginRight() {
1365
- return this.e4;
1366
+ return this.e6;
1366
1367
  }
1367
1368
  set dataToolTipTitleTextMarginRight(a) {
1368
- this.e4 = a;
1369
+ this.e6 = a;
1369
1370
  this.j("DataToolTipTitleTextMarginRight");
1370
1371
  }
1371
1372
  get dataToolTipTitleTextMarginTop() {
1372
- return this.e5;
1373
+ return this.e7;
1373
1374
  }
1374
1375
  set dataToolTipTitleTextMarginTop(a) {
1375
- this.e5 = a;
1376
+ this.e7 = a;
1376
1377
  this.j("DataToolTipTitleTextMarginTop");
1377
1378
  }
1378
1379
  get dataToolTipTitleTextColor() {
1379
- return this.mj;
1380
+ return this.ml;
1380
1381
  }
1381
1382
  set dataToolTipTitleTextColor(a) {
1382
- this.mj = a;
1383
+ this.ml = a;
1383
1384
  this.j("DataToolTipTitleTextColor");
1384
1385
  }
1385
1386
  get dataToolTipTitleTextFontFamily() {
1386
- return this.mk;
1387
+ return this.mm;
1387
1388
  }
1388
1389
  set dataToolTipTitleTextFontFamily(a) {
1389
- this.mk = a;
1390
+ this.mm = a;
1390
1391
  this.j("DataToolTipTitleTextFontFamily");
1391
1392
  }
1392
1393
  get dataToolTipTitleTextFontSize() {
1393
- return this.e1;
1394
+ return this.e3;
1394
1395
  }
1395
1396
  set dataToolTipTitleTextFontSize(a) {
1396
- this.e1 = a;
1397
+ this.e3 = a;
1397
1398
  this.j("DataToolTipTitleTextFontSize");
1398
1399
  }
1399
1400
  get dataToolTipTitleTextFontStyle() {
1400
- return this.ml;
1401
+ return this.mn;
1401
1402
  }
1402
1403
  set dataToolTipTitleTextFontStyle(a) {
1403
- this.ml = a;
1404
+ this.mn = a;
1404
1405
  this.j("DataToolTipTitleTextFontStyle");
1405
1406
  }
1406
1407
  get dataToolTipTitleTextFontWeight() {
1407
- return this.mm;
1408
+ return this.mo;
1408
1409
  }
1409
1410
  set dataToolTipTitleTextFontWeight(a) {
1410
- this.mm = a;
1411
+ this.mo = a;
1411
1412
  this.j("DataToolTipTitleTextFontWeight");
1412
1413
  }
1413
1414
  get dataToolTipLabelDisplayMode() {
1414
- return this.lu;
1415
+ return this.lw;
1415
1416
  }
1416
1417
  set dataToolTipLabelDisplayMode(a) {
1417
- this.lu = a;
1418
+ this.lw = a;
1418
1419
  this.j("DataToolTipLabelDisplayMode");
1419
1420
  }
1420
1421
  get dataToolTipLabelTextColor() {
1421
- return this.lv;
1422
+ return this.lx;
1422
1423
  }
1423
1424
  set dataToolTipLabelTextColor(a) {
1424
- this.lv = a;
1425
+ this.lx = a;
1425
1426
  this.j("DataToolTipLabelTextColor");
1426
1427
  }
1427
1428
  get dataToolTipLabelTextMarginBottom() {
1428
- return this.ej;
1429
+ return this.el;
1429
1430
  }
1430
1431
  set dataToolTipLabelTextMarginBottom(a) {
1431
- this.ej = a;
1432
+ this.el = a;
1432
1433
  this.j("DataToolTipLabelTextMarginBottom");
1433
1434
  }
1434
1435
  get dataToolTipLabelTextMarginLeft() {
1435
- return this.ek;
1436
+ return this.em;
1436
1437
  }
1437
1438
  set dataToolTipLabelTextMarginLeft(a) {
1438
- this.ek = a;
1439
+ this.em = a;
1439
1440
  this.j("DataToolTipLabelTextMarginLeft");
1440
1441
  }
1441
1442
  get dataToolTipLabelTextMarginRight() {
1442
- return this.el;
1443
+ return this.en;
1443
1444
  }
1444
1445
  set dataToolTipLabelTextMarginRight(a) {
1445
- this.el = a;
1446
+ this.en = a;
1446
1447
  this.j("DataToolTipLabelTextMarginRight");
1447
1448
  }
1448
1449
  get dataToolTipLabelTextMarginTop() {
1449
- return this.em;
1450
+ return this.eo;
1450
1451
  }
1451
1452
  set dataToolTipLabelTextMarginTop(a) {
1452
- this.em = a;
1453
+ this.eo = a;
1453
1454
  this.j("DataToolTipLabelTextMarginTop");
1454
1455
  }
1455
1456
  get dataToolTipLabelTextFontFamily() {
1456
- return this.lw;
1457
+ return this.ly;
1457
1458
  }
1458
1459
  set dataToolTipLabelTextFontFamily(a) {
1459
- this.lw = a;
1460
+ this.ly = a;
1460
1461
  this.j("DataToolTipLabelTextFontFamily");
1461
1462
  }
1462
1463
  get dataToolTipLabelTextFontSize() {
1463
- return this.ei;
1464
+ return this.ek;
1464
1465
  }
1465
1466
  set dataToolTipLabelTextFontSize(a) {
1466
- this.ei = a;
1467
+ this.ek = a;
1467
1468
  this.j("DataToolTipLabelTextFontSize");
1468
1469
  }
1469
1470
  get dataToolTipLabelTextFontStyle() {
1470
- return this.lx;
1471
+ return this.lz;
1471
1472
  }
1472
1473
  set dataToolTipLabelTextFontStyle(a) {
1473
- this.lx = a;
1474
+ this.lz = a;
1474
1475
  this.j("DataToolTipLabelTextFontStyle");
1475
1476
  }
1476
1477
  get dataToolTipLabelTextFontWeight() {
1477
- return this.ly;
1478
+ return this.l0;
1478
1479
  }
1479
1480
  set dataToolTipLabelTextFontWeight(a) {
1480
- this.ly = a;
1481
+ this.l0 = a;
1481
1482
  this.j("DataToolTipLabelTextFontWeight");
1482
1483
  }
1483
1484
  get sortDescriptions() {
@@ -1523,38 +1524,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1523
1524
  this.j("SummaryDescriptions");
1524
1525
  }
1525
1526
  get selectionMode() {
1526
- return this.n4;
1527
+ return this.n6;
1527
1528
  }
1528
1529
  set selectionMode(a) {
1529
- this.n4 = a;
1530
+ this.n6 = a;
1530
1531
  this.j("SelectionMode");
1531
1532
  }
1532
1533
  get focusMode() {
1533
- return this.m7;
1534
+ return this.m9;
1534
1535
  }
1535
1536
  set focusMode(a) {
1536
- this.m7 = a;
1537
+ this.m9 = a;
1537
1538
  this.j("FocusMode");
1538
1539
  }
1539
1540
  get selectionBrush() {
1540
- return this.n3;
1541
+ return this.n5;
1541
1542
  }
1542
1543
  set selectionBrush(a) {
1543
- this.n3 = a;
1544
+ this.n5 = a;
1544
1545
  this.j("SelectionBrush");
1545
1546
  }
1546
1547
  get focusBrush() {
1547
- return this.m5;
1548
+ return this.m7;
1548
1549
  }
1549
1550
  set focusBrush(a) {
1550
- this.m5 = a;
1551
+ this.m7 = a;
1551
1552
  this.j("FocusBrush");
1552
1553
  }
1553
1554
  get selectionBehavior() {
1554
- return this.n2;
1555
+ return this.n4;
1555
1556
  }
1556
1557
  set selectionBehavior(a) {
1557
- this.n2 = a;
1558
+ this.n4 = a;
1558
1559
  this.j("SelectionBehavior");
1559
1560
  }
1560
1561
  get selectedSeriesItems() {
@@ -1614,52 +1615,52 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1614
1615
  this.j("InitialSummaryDescriptions");
1615
1616
  }
1616
1617
  get initialSorts() {
1617
- return this.nl;
1618
+ return this.nn;
1618
1619
  }
1619
1620
  set initialSorts(a) {
1620
- this.nl = a;
1621
+ this.nn = a;
1621
1622
  this.j("InitialSorts");
1622
1623
  }
1623
1624
  get groupSorts() {
1624
- return this.m8;
1625
+ return this.na;
1625
1626
  }
1626
1627
  set groupSorts(a) {
1627
- this.m8 = a;
1628
+ this.na = a;
1628
1629
  this.j("GroupSorts");
1629
1630
  }
1630
1631
  get initialGroups() {
1631
- return this.nj;
1632
+ return this.nl;
1632
1633
  }
1633
1634
  set initialGroups(a) {
1634
- this.nj = a;
1635
+ this.nl = a;
1635
1636
  this.j("InitialGroups");
1636
1637
  }
1637
1638
  get initialFilter() {
1638
- return this.ni;
1639
+ return this.nk;
1639
1640
  }
1640
1641
  set initialFilter(a) {
1641
- this.ni = a;
1642
+ this.nk = a;
1642
1643
  this.j("InitialFilter");
1643
1644
  }
1644
1645
  get initialHighlightFilter() {
1645
- return this.nk;
1646
+ return this.nm;
1646
1647
  }
1647
1648
  set initialHighlightFilter(a) {
1648
- this.nk = a;
1649
+ this.nm = a;
1649
1650
  this.j("InitialHighlightFilter");
1650
1651
  }
1651
1652
  get initialSummaries() {
1652
- return this.nm;
1653
+ return this.no;
1653
1654
  }
1654
1655
  set initialSummaries(a) {
1655
- this.nm = a;
1656
+ this.no = a;
1656
1657
  this.j("InitialSummaries");
1657
1658
  }
1658
1659
  get dataSourceRef() {
1659
- return this.lc;
1660
+ return this.le;
1660
1661
  }
1661
1662
  set dataSourceRef(a) {
1662
- this.lc = a;
1663
+ this.le = a;
1663
1664
  this.j("DataSourceRef");
1664
1665
  }
1665
1666
  get dataSource() {
@@ -1670,10 +1671,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1670
1671
  this.j("DataSource");
1671
1672
  }
1672
1673
  get highlightedDataSourceRef() {
1673
- return this.m9;
1674
+ return this.nb;
1674
1675
  }
1675
1676
  set highlightedDataSourceRef(a) {
1676
- this.m9 = a;
1677
+ this.nb = a;
1677
1678
  this.j("HighlightedDataSourceRef");
1678
1679
  }
1679
1680
  get highlightedDataSource() {
@@ -1726,10 +1727,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1726
1727
  this.j("ActualOutlines");
1727
1728
  }
1728
1729
  get legendRef() {
1729
- return this.nr;
1730
+ return this.nt;
1730
1731
  }
1731
1732
  set legendRef(a) {
1732
- this.nr = a;
1733
+ this.nt = a;
1733
1734
  this.j("LegendRef");
1734
1735
  }
1735
1736
  get isHorizontalZoomEnabled() {
@@ -1740,38 +1741,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1740
1741
  this.j("IsHorizontalZoomEnabled");
1741
1742
  }
1742
1743
  get isVerticalZoomEnabled() {
1743
- return this.ci;
1744
+ return this.cj;
1744
1745
  }
1745
1746
  set isVerticalZoomEnabled(a) {
1746
- this.ci = a;
1747
+ this.cj = a;
1747
1748
  this.j("IsVerticalZoomEnabled");
1748
1749
  }
1749
1750
  get shouldDisplayMockData() {
1750
- return this.cl;
1751
+ return this.cm;
1751
1752
  }
1752
1753
  set shouldDisplayMockData(a) {
1753
- this.cl = a;
1754
+ this.cm = a;
1754
1755
  this.j("ShouldDisplayMockData");
1755
1756
  }
1756
1757
  get shouldUseSkeletonStyleForMockData() {
1757
- return this.co;
1758
+ return this.cp;
1758
1759
  }
1759
1760
  set shouldUseSkeletonStyleForMockData(a) {
1760
- this.co = a;
1761
+ this.cp = a;
1761
1762
  this.j("ShouldUseSkeletonStyleForMockData");
1762
1763
  }
1763
1764
  get shouldSimulateHoverMoveCrosshairPoint() {
1764
- return this.cn;
1765
+ return this.co;
1765
1766
  }
1766
1767
  set shouldSimulateHoverMoveCrosshairPoint(a) {
1767
- this.cn = a;
1768
+ this.co = a;
1768
1769
  this.j("ShouldSimulateHoverMoveCrosshairPoint");
1769
1770
  }
1770
1771
  get highlightedValuesDisplayMode() {
1771
- return this.nb;
1772
+ return this.nd;
1772
1773
  }
1773
1774
  set highlightedValuesDisplayMode(a) {
1774
- this.nb = a;
1775
+ this.nd = a;
1775
1776
  this.j("HighlightedValuesDisplayMode");
1776
1777
  }
1777
1778
  get isSeriesHighlightingEnabled() {
@@ -1782,17 +1783,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1782
1783
  this.j("IsSeriesHighlightingEnabled");
1783
1784
  }
1784
1785
  get highlightedLegendItemVisibility() {
1785
- return this.na;
1786
+ return this.nc;
1786
1787
  }
1787
1788
  set highlightedLegendItemVisibility(a) {
1788
- this.na = a;
1789
+ this.nc = a;
1789
1790
  this.j("HighlightedLegendItemVisibility");
1790
1791
  }
1791
1792
  get legendItemVisibility() {
1792
- return this.nq;
1793
+ return this.ns;
1793
1794
  }
1794
1795
  set legendItemVisibility(a) {
1795
- this.nq = a;
1796
+ this.ns = a;
1796
1797
  this.j("LegendItemVisibility");
1797
1798
  }
1798
1799
  get windowRect() {
@@ -1803,87 +1804,87 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1803
1804
  this.j("WindowRect");
1804
1805
  }
1805
1806
  get chartTitle() {
1806
- return this.k3;
1807
+ return this.k5;
1807
1808
  }
1808
1809
  set chartTitle(a) {
1809
- this.k3 = a;
1810
+ this.k5 = a;
1810
1811
  this.j("ChartTitle");
1811
1812
  }
1812
1813
  get subtitle() {
1813
- return this.of;
1814
+ return this.oh;
1814
1815
  }
1815
1816
  set subtitle(a) {
1816
- this.of = a;
1817
+ this.oh = a;
1817
1818
  this.j("Subtitle");
1818
1819
  }
1819
1820
  get titleAlignment() {
1820
- return this.oj;
1821
+ return this.ol;
1821
1822
  }
1822
1823
  set titleAlignment(a) {
1823
- this.oj = a;
1824
+ this.ol = a;
1824
1825
  this.j("TitleAlignment");
1825
1826
  }
1826
1827
  get subtitleAlignment() {
1827
- return this.og;
1828
+ return this.oi;
1828
1829
  }
1829
1830
  set subtitleAlignment(a) {
1830
- this.og = a;
1831
+ this.oi = a;
1831
1832
  this.j("SubtitleAlignment");
1832
1833
  }
1833
1834
  get unknownValuePlotting() {
1834
- return this.op;
1835
+ return this.or;
1835
1836
  }
1836
1837
  set unknownValuePlotting(a) {
1837
- this.op = a;
1838
+ this.or = a;
1838
1839
  this.j("UnknownValuePlotting");
1839
1840
  }
1840
1841
  get resolution() {
1841
- return this.f0;
1842
+ return this.f2;
1842
1843
  }
1843
1844
  set resolution(a) {
1844
- this.f0 = a;
1845
+ this.f2 = a;
1845
1846
  this.j("Resolution");
1846
1847
  }
1847
1848
  get thickness() {
1848
- return this.f6;
1849
+ return this.f8;
1849
1850
  }
1850
1851
  set thickness(a) {
1851
- this.f6 = a;
1852
+ this.f8 = a;
1852
1853
  this.j("Thickness");
1853
1854
  }
1854
1855
  get outlineMode() {
1855
- return this.nv;
1856
+ return this.nx;
1856
1857
  }
1857
1858
  set outlineMode(a) {
1858
- this.nv = a;
1859
+ this.nx = a;
1859
1860
  this.j("OutlineMode");
1860
1861
  }
1861
1862
  get markerOutlineMode() {
1862
- return this.nu;
1863
+ return this.nw;
1863
1864
  }
1864
1865
  set markerOutlineMode(a) {
1865
- this.nu = a;
1866
+ this.nw = a;
1866
1867
  this.j("MarkerOutlineMode");
1867
1868
  }
1868
1869
  get markerFillMode() {
1869
- return this.nt;
1870
+ return this.nv;
1870
1871
  }
1871
1872
  set markerFillMode(a) {
1872
- this.nt = a;
1873
+ this.nv = a;
1873
1874
  this.j("MarkerFillMode");
1874
1875
  }
1875
1876
  get markerFillOpacity() {
1876
- return this.ft;
1877
+ return this.fv;
1877
1878
  }
1878
1879
  set markerFillOpacity(a) {
1879
- this.ft = a;
1880
+ this.fv = a;
1880
1881
  this.j("MarkerFillOpacity");
1881
1882
  }
1882
1883
  get markerThickness() {
1883
- return this.fu;
1884
+ return this.fw;
1884
1885
  }
1885
1886
  set markerThickness(a) {
1886
- this.fu = a;
1887
+ this.fw = a;
1887
1888
  this.j("MarkerThickness");
1888
1889
  }
1889
1890
  get markerTypes() {
@@ -1894,10 +1895,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1894
1895
  this.j("MarkerTypes");
1895
1896
  }
1896
1897
  get markerAutomaticBehavior() {
1897
- return this.ns;
1898
+ return this.nu;
1898
1899
  }
1899
1900
  set markerAutomaticBehavior(a) {
1900
- this.ns = a;
1901
+ this.nu = a;
1901
1902
  this.j("MarkerAutomaticBehavior");
1902
1903
  }
1903
1904
  get markerBrushes() {
@@ -1915,17 +1916,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1915
1916
  this.j("MarkerOutlines");
1916
1917
  }
1917
1918
  get markerMaxCount() {
1918
- return this.j1;
1919
+ return this.j3;
1919
1920
  }
1920
1921
  set markerMaxCount(a) {
1921
- this.j1 = a;
1922
+ this.j3 = a;
1922
1923
  this.j("MarkerMaxCount");
1923
1924
  }
1924
1925
  get areaFillOpacity() {
1925
- return this.dp;
1926
+ return this.dr;
1926
1927
  }
1927
1928
  set areaFillOpacity(a) {
1928
- this.dp = a;
1929
+ this.dr = a;
1929
1930
  this.j("AreaFillOpacity");
1930
1931
  }
1931
1932
  get animateSeriesWhenAxisRangeChanges() {
@@ -1943,17 +1944,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1943
1944
  this.j("TrendLineBrushes");
1944
1945
  }
1945
1946
  get trendLineType() {
1946
- return this.oo;
1947
+ return this.oq;
1947
1948
  }
1948
1949
  set trendLineType(a) {
1949
- this.oo = a;
1950
+ this.oq = a;
1950
1951
  this.j("TrendLineType");
1951
1952
  }
1952
1953
  get trendLineThickness() {
1953
- return this.gc;
1954
+ return this.ge;
1954
1955
  }
1955
1956
  set trendLineThickness(a) {
1956
- this.gc = a;
1957
+ this.ge = a;
1957
1958
  this.j("TrendLineThickness");
1958
1959
  }
1959
1960
  get trendLineTypes() {
@@ -1964,10 +1965,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1964
1965
  this.j("TrendLineTypes");
1965
1966
  }
1966
1967
  get trendLineLayerUseLegend() {
1967
- return this.cp;
1968
+ return this.cq;
1968
1969
  }
1969
1970
  set trendLineLayerUseLegend(a) {
1970
- this.cp = a;
1971
+ this.cq = a;
1971
1972
  this.j("TrendLineLayerUseLegend");
1972
1973
  }
1973
1974
  get alignsGridLinesToPixels() {
@@ -1978,136 +1979,136 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1978
1979
  this.j("AlignsGridLinesToPixels");
1979
1980
  }
1980
1981
  get plotAreaMarginLeft() {
1981
- return this.fx;
1982
+ return this.fz;
1982
1983
  }
1983
1984
  set plotAreaMarginLeft(a) {
1984
- this.fx = a;
1985
+ this.fz = a;
1985
1986
  this.j("PlotAreaMarginLeft");
1986
1987
  }
1987
1988
  get plotAreaMarginTop() {
1988
- return this.fz;
1989
+ return this.f1;
1989
1990
  }
1990
1991
  set plotAreaMarginTop(a) {
1991
- this.fz = a;
1992
+ this.f1 = a;
1992
1993
  this.j("PlotAreaMarginTop");
1993
1994
  }
1994
1995
  get plotAreaMarginRight() {
1995
- return this.fy;
1996
+ return this.f0;
1996
1997
  }
1997
1998
  set plotAreaMarginRight(a) {
1998
- this.fy = a;
1999
+ this.f0 = a;
1999
2000
  this.j("PlotAreaMarginRight");
2000
2001
  }
2001
2002
  get plotAreaMarginBottom() {
2002
- return this.fw;
2003
+ return this.fy;
2003
2004
  }
2004
2005
  set plotAreaMarginBottom(a) {
2005
- this.fw = a;
2006
+ this.fy = a;
2006
2007
  this.j("PlotAreaMarginBottom");
2007
2008
  }
2008
2009
  get highlightingDismissDelayMilliseconds() {
2009
- return this.jz;
2010
+ return this.j1;
2010
2011
  }
2011
2012
  set highlightingDismissDelayMilliseconds(a) {
2012
- this.jz = a;
2013
+ this.j1 = a;
2013
2014
  this.j("HighlightingDismissDelayMilliseconds");
2014
2015
  }
2015
2016
  get focusDismissDelayMilliseconds() {
2016
- return this.jx;
2017
+ return this.jz;
2017
2018
  }
2018
2019
  set focusDismissDelayMilliseconds(a) {
2019
- this.jx = a;
2020
+ this.jz = a;
2020
2021
  this.j("FocusDismissDelayMilliseconds");
2021
2022
  }
2022
2023
  get selectionDismissDelayMilliseconds() {
2023
- return this.j2;
2024
+ return this.j4;
2024
2025
  }
2025
2026
  set selectionDismissDelayMilliseconds(a) {
2026
- this.j2 = a;
2027
+ this.j4 = a;
2027
2028
  this.j("SelectionDismissDelayMilliseconds");
2028
2029
  }
2029
2030
  get computedPlotAreaMarginMode() {
2030
- return this.k4;
2031
+ return this.k6;
2031
2032
  }
2032
2033
  set computedPlotAreaMarginMode(a) {
2033
- this.k4 = a;
2034
+ this.k6 = a;
2034
2035
  this.j("ComputedPlotAreaMarginMode");
2035
2036
  }
2036
2037
  get seriesPlotAreaMarginHorizontalMode() {
2037
- return this.n7;
2038
+ return this.n9;
2038
2039
  }
2039
2040
  set seriesPlotAreaMarginHorizontalMode(a) {
2040
- this.n7 = a;
2041
+ this.n9 = a;
2041
2042
  this.j("SeriesPlotAreaMarginHorizontalMode");
2042
2043
  }
2043
2044
  get seriesPlotAreaMarginVerticalMode() {
2044
- return this.n8;
2045
+ return this.oa;
2045
2046
  }
2046
2047
  set seriesPlotAreaMarginVerticalMode(a) {
2047
- this.n8 = a;
2048
+ this.oa = a;
2048
2049
  this.j("SeriesPlotAreaMarginVerticalMode");
2049
2050
  }
2050
2051
  get highlightingMode() {
2051
- return this.nd;
2052
+ return this.nf;
2052
2053
  }
2053
2054
  set highlightingMode(a) {
2054
- this.nd = a;
2055
+ this.nf = a;
2055
2056
  this.j("HighlightingMode");
2056
2057
  }
2057
2058
  get highlightingBehavior() {
2058
- return this.nc;
2059
+ return this.ne;
2059
2060
  }
2060
2061
  set highlightingBehavior(a) {
2061
- this.nc = a;
2062
+ this.ne = a;
2062
2063
  this.j("HighlightingBehavior");
2063
2064
  }
2064
2065
  get highlightingFadeOpacity() {
2065
- return this.fk;
2066
+ return this.fm;
2066
2067
  }
2067
2068
  set highlightingFadeOpacity(a) {
2068
- this.fk = a;
2069
+ this.fm = a;
2069
2070
  this.j("HighlightingFadeOpacity");
2070
2071
  }
2071
2072
  get legendHighlightingMode() {
2072
- return this.nn;
2073
+ return this.np;
2073
2074
  }
2074
2075
  set legendHighlightingMode(a) {
2075
- this.nn = a;
2076
+ this.np = a;
2076
2077
  this.j("LegendHighlightingMode");
2077
2078
  }
2078
2079
  get legendItemBadgeShape() {
2079
- return this.np;
2080
+ return this.nr;
2080
2081
  }
2081
2082
  set legendItemBadgeShape(a) {
2082
- this.np = a;
2083
+ this.nr = a;
2083
2084
  this.j("LegendItemBadgeShape");
2084
2085
  }
2085
2086
  get legendItemBadgeMode() {
2086
- return this.no;
2087
+ return this.nq;
2087
2088
  }
2088
2089
  set legendItemBadgeMode(a) {
2089
- this.no = a;
2090
+ this.nq = a;
2090
2091
  this.j("LegendItemBadgeMode");
2091
2092
  }
2092
2093
  get trendLinePeriod() {
2093
- return this.j5;
2094
+ return this.j7;
2094
2095
  }
2095
2096
  set trendLinePeriod(a) {
2096
- this.j5 = a;
2097
+ this.j7 = a;
2097
2098
  this.j("TrendLinePeriod");
2098
2099
  }
2099
2100
  get toolTipType() {
2100
- return this.om;
2101
+ return this.oo;
2101
2102
  }
2102
2103
  set toolTipType(a) {
2103
- this.om = a;
2104
+ this.oo = a;
2104
2105
  this.j("ToolTipType");
2105
2106
  }
2106
2107
  get crosshairsDisplayMode() {
2107
- return this.k9;
2108
+ return this.lb;
2108
2109
  }
2109
2110
  set crosshairsDisplayMode(a) {
2110
- this.k9 = a;
2111
+ this.lb = a;
2111
2112
  this.j("CrosshairsDisplayMode");
2112
2113
  }
2113
2114
  get crosshairsSnapToData() {
@@ -2118,24 +2119,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2118
2119
  this.j("CrosshairsSnapToData");
2119
2120
  }
2120
2121
  get crosshairsLineVerticalStroke() {
2121
- return this.lb;
2122
+ return this.ld;
2122
2123
  }
2123
2124
  set crosshairsLineVerticalStroke(a) {
2124
- this.lb = a;
2125
+ this.ld = a;
2125
2126
  this.j("CrosshairsLineVerticalStroke");
2126
2127
  }
2127
2128
  get crosshairsLineThickness() {
2128
- return this.dt;
2129
+ return this.dv;
2129
2130
  }
2130
2131
  set crosshairsLineThickness(a) {
2131
- this.dt = a;
2132
+ this.dv = a;
2132
2133
  this.j("CrosshairsLineThickness");
2133
2134
  }
2134
2135
  get crosshairsLineHorizontalStroke() {
2135
- return this.la;
2136
+ return this.lc;
2136
2137
  }
2137
2138
  set crosshairsLineHorizontalStroke(a) {
2138
- this.la = a;
2139
+ this.lc = a;
2139
2140
  this.j("CrosshairsLineHorizontalStroke");
2140
2141
  }
2141
2142
  get crosshairsAnnotationEnabled() {
@@ -2160,59 +2161,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2160
2161
  this.j("CrosshairsSkipInvalidData");
2161
2162
  }
2162
2163
  get crosshairsAnnotationXAxisBackground() {
2163
- return this.k5;
2164
+ return this.k7;
2164
2165
  }
2165
2166
  set crosshairsAnnotationXAxisBackground(a) {
2166
- this.k5 = a;
2167
+ this.k7 = a;
2167
2168
  this.j("CrosshairsAnnotationXAxisBackground");
2168
2169
  }
2169
2170
  get crosshairsAnnotationYAxisBackground() {
2170
- return this.k7;
2171
+ return this.k9;
2171
2172
  }
2172
2173
  set crosshairsAnnotationYAxisBackground(a) {
2173
- this.k7 = a;
2174
+ this.k9 = a;
2174
2175
  this.j("CrosshairsAnnotationYAxisBackground");
2175
2176
  }
2176
2177
  get crosshairsAnnotationXAxisTextColor() {
2177
- return this.k6;
2178
+ return this.k8;
2178
2179
  }
2179
2180
  set crosshairsAnnotationXAxisTextColor(a) {
2180
- this.k6 = a;
2181
+ this.k8 = a;
2181
2182
  this.j("CrosshairsAnnotationXAxisTextColor");
2182
2183
  }
2183
2184
  get crosshairsAnnotationYAxisTextColor() {
2184
- return this.k8;
2185
+ return this.la;
2185
2186
  }
2186
2187
  set crosshairsAnnotationYAxisTextColor(a) {
2187
- this.k8 = a;
2188
+ this.la = a;
2188
2189
  this.j("CrosshairsAnnotationYAxisTextColor");
2189
2190
  }
2190
2191
  get crosshairsAnnotationXAxisPrecision() {
2191
- return this.js;
2192
+ return this.ju;
2192
2193
  }
2193
2194
  set crosshairsAnnotationXAxisPrecision(a) {
2194
- this.js = a;
2195
+ this.ju = a;
2195
2196
  this.j("CrosshairsAnnotationXAxisPrecision");
2196
2197
  }
2197
2198
  get crosshairsAnnotationYAxisPrecision() {
2198
- return this.jt;
2199
+ return this.jv;
2199
2200
  }
2200
2201
  set crosshairsAnnotationYAxisPrecision(a) {
2201
- this.jt = a;
2202
+ this.jv = a;
2202
2203
  this.j("CrosshairsAnnotationYAxisPrecision");
2203
2204
  }
2204
2205
  get shouldAvoidAxisAnnotationCollisions() {
2205
- return this.ck;
2206
+ return this.cl;
2206
2207
  }
2207
2208
  set shouldAvoidAxisAnnotationCollisions(a) {
2208
- this.ck = a;
2209
+ this.cl = a;
2209
2210
  this.j("ShouldAvoidAxisAnnotationCollisions");
2210
2211
  }
2211
2212
  get shouldPanOnMaximumZoom() {
2212
- return this.cm;
2213
+ return this.cn;
2213
2214
  }
2214
2215
  set shouldPanOnMaximumZoom(a) {
2215
- this.cm = a;
2216
+ this.cn = a;
2216
2217
  this.j("ShouldPanOnMaximumZoom");
2217
2218
  }
2218
2219
  get finalValueAnnotationsVisible() {
@@ -2223,24 +2224,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2223
2224
  this.j("FinalValueAnnotationsVisible");
2224
2225
  }
2225
2226
  get finalValueAnnotationsBackground() {
2226
- return this.m3;
2227
+ return this.m5;
2227
2228
  }
2228
2229
  set finalValueAnnotationsBackground(a) {
2229
- this.m3 = a;
2230
+ this.m5 = a;
2230
2231
  this.j("FinalValueAnnotationsBackground");
2231
2232
  }
2232
2233
  get finalValueAnnotationsTextColor() {
2233
- return this.m4;
2234
+ return this.m6;
2234
2235
  }
2235
2236
  set finalValueAnnotationsTextColor(a) {
2236
- this.m4 = a;
2237
+ this.m6 = a;
2237
2238
  this.j("FinalValueAnnotationsTextColor");
2238
2239
  }
2239
2240
  get finalValueAnnotationsPrecision() {
2240
- return this.jw;
2241
+ return this.jy;
2241
2242
  }
2242
2243
  set finalValueAnnotationsPrecision(a) {
2243
- this.jw = a;
2244
+ this.jy = a;
2244
2245
  this.j("FinalValueAnnotationsPrecision");
2245
2246
  }
2246
2247
  get autoCalloutsVisible() {
@@ -2265,17 +2266,17 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2265
2266
  this.j("CalloutStyleUpdatingEventEnabled");
2266
2267
  }
2267
2268
  get useValueForAutoCalloutLabels() {
2268
- return this.cq;
2269
+ return this.cr;
2269
2270
  }
2270
2271
  set useValueForAutoCalloutLabels(a) {
2271
- this.cq = a;
2272
+ this.cr = a;
2272
2273
  this.j("UseValueForAutoCalloutLabels");
2273
2274
  }
2274
2275
  get calloutCollisionMode() {
2275
- return this.kl;
2276
+ return this.kn;
2276
2277
  }
2277
2278
  set calloutCollisionMode(a) {
2278
- this.kl = a;
2279
+ this.kn = a;
2279
2280
  this.j("CalloutCollisionMode");
2280
2281
  }
2281
2282
  get calloutsUseItemColorForFill() {
@@ -2300,66 +2301,66 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2300
2301
  this.j("CalloutsUseAutoContrastingLabelColors");
2301
2302
  }
2302
2303
  get calloutsStrokeThickness() {
2303
- return this.ds;
2304
+ return this.du;
2304
2305
  }
2305
2306
  set calloutsStrokeThickness(a) {
2306
- this.ds = a;
2307
+ this.du = a;
2307
2308
  this.j("CalloutsStrokeThickness");
2308
2309
  }
2309
2310
  get calloutsBackground() {
2310
- return this.ko;
2311
+ return this.kq;
2311
2312
  }
2312
2313
  set calloutsBackground(a) {
2313
- this.ko = a;
2314
+ this.kq = a;
2314
2315
  this.j("CalloutsBackground");
2315
2316
  }
2316
2317
  get calloutsOutline() {
2317
- return this.ky;
2318
+ return this.k0;
2318
2319
  }
2319
2320
  set calloutsOutline(a) {
2320
- this.ky = a;
2321
+ this.k0 = a;
2321
2322
  this.j("CalloutsOutline");
2322
2323
  }
2323
2324
  get calloutsTextColor() {
2324
- return this.kz;
2325
+ return this.k1;
2325
2326
  }
2326
2327
  set calloutsTextColor(a) {
2327
- this.kz = a;
2328
+ this.k1 = a;
2328
2329
  this.j("CalloutsTextColor");
2329
2330
  }
2330
2331
  get calloutsLightTextColor() {
2331
- return this.kx;
2332
+ return this.kz;
2332
2333
  }
2333
2334
  set calloutsLightTextColor(a) {
2334
- this.kx = a;
2335
+ this.kz = a;
2335
2336
  this.j("CalloutsLightTextColor");
2336
2337
  }
2337
2338
  get calloutsDarkTextColor() {
2338
- return this.kq;
2339
+ return this.ks;
2339
2340
  }
2340
2341
  set calloutsDarkTextColor(a) {
2341
- this.kq = a;
2342
+ this.ks = a;
2342
2343
  this.j("CalloutsDarkTextColor");
2343
2344
  }
2344
2345
  get calloutsLeaderBrush() {
2345
- return this.kw;
2346
+ return this.ky;
2346
2347
  }
2347
2348
  set calloutsLeaderBrush(a) {
2348
- this.kw = a;
2349
+ this.ky = a;
2349
2350
  this.j("CalloutsLeaderBrush");
2350
2351
  }
2351
2352
  get calloutsAutoLabelPrecision() {
2352
- return this.jr;
2353
+ return this.jt;
2353
2354
  }
2354
2355
  set calloutsAutoLabelPrecision(a) {
2355
- this.jr = a;
2356
+ this.jt = a;
2356
2357
  this.j("CalloutsAutoLabelPrecision");
2357
2358
  }
2358
2359
  get calloutsDataSourceRef() {
2359
- return this.kr;
2360
+ return this.kt;
2360
2361
  }
2361
2362
  set calloutsDataSourceRef(a) {
2362
- this.kr = a;
2363
+ this.kt = a;
2363
2364
  this.j("CalloutsDataSourceRef");
2364
2365
  }
2365
2366
  get calloutsAllowedPositions() {
@@ -2370,59 +2371,59 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2370
2371
  this.j("CalloutsAllowedPositions");
2371
2372
  }
2372
2373
  get calloutsXMemberPath() {
2373
- return this.k1;
2374
+ return this.k3;
2374
2375
  }
2375
2376
  set calloutsXMemberPath(a) {
2376
- this.k1 = a;
2377
+ this.k3 = a;
2377
2378
  this.j("CalloutsXMemberPath");
2378
2379
  }
2379
2380
  get calloutsYMemberPath() {
2380
- return this.k2;
2381
+ return this.k4;
2381
2382
  }
2382
2383
  set calloutsYMemberPath(a) {
2383
- this.k2 = a;
2384
+ this.k4 = a;
2384
2385
  this.j("CalloutsYMemberPath");
2385
2386
  }
2386
2387
  get calloutsLabelMemberPath() {
2387
- return this.kv;
2388
+ return this.kx;
2388
2389
  }
2389
2390
  set calloutsLabelMemberPath(a) {
2390
- this.kv = a;
2391
+ this.kx = a;
2391
2392
  this.j("CalloutsLabelMemberPath");
2392
2393
  }
2393
2394
  get calloutsContentMemberPath() {
2394
- return this.kp;
2395
+ return this.kr;
2395
2396
  }
2396
2397
  set calloutsContentMemberPath(a) {
2397
- this.kp = a;
2398
+ this.kr = a;
2398
2399
  this.j("CalloutsContentMemberPath");
2399
2400
  }
2400
2401
  get calloutsFontFamily() {
2401
- return this.ks;
2402
+ return this.ku;
2402
2403
  }
2403
2404
  set calloutsFontFamily(a) {
2404
- this.ks = a;
2405
+ this.ku = a;
2405
2406
  this.j("CalloutsFontFamily");
2406
2407
  }
2407
2408
  get calloutsFontSize() {
2408
- return this.dr;
2409
+ return this.dt;
2409
2410
  }
2410
2411
  set calloutsFontSize(a) {
2411
- this.dr = a;
2412
+ this.dt = a;
2412
2413
  this.j("CalloutsFontSize");
2413
2414
  }
2414
2415
  get calloutsFontStyle() {
2415
- return this.kt;
2416
+ return this.kv;
2416
2417
  }
2417
2418
  set calloutsFontStyle(a) {
2418
- this.kt = a;
2419
+ this.kv = a;
2419
2420
  this.j("CalloutsFontStyle");
2420
2421
  }
2421
2422
  get calloutsFontWeight() {
2422
- return this.ku;
2423
+ return this.kw;
2423
2424
  }
2424
2425
  set calloutsFontWeight(a) {
2425
- this.ku = a;
2426
+ this.kw = a;
2426
2427
  this.j("CalloutsFontWeight");
2427
2428
  }
2428
2429
  get valueLines() {
@@ -2440,108 +2441,108 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2440
2441
  this.j("ValueLinesBrushes");
2441
2442
  }
2442
2443
  get valueLinesThickness() {
2443
- return this.gd;
2444
+ return this.gf;
2444
2445
  }
2445
2446
  set valueLinesThickness(a) {
2446
- this.gd = a;
2447
+ this.gf = a;
2447
2448
  this.j("ValueLinesThickness");
2448
2449
  }
2449
2450
  get seriesValueLayerUseLegend() {
2450
- return this.cj;
2451
+ return this.ck;
2451
2452
  }
2452
2453
  set seriesValueLayerUseLegend(a) {
2453
- this.cj = a;
2454
+ this.ck = a;
2454
2455
  this.j("SeriesValueLayerUseLegend");
2455
2456
  }
2456
2457
  get horizontalViewScrollbarMode() {
2457
- return this.nf;
2458
+ return this.nh;
2458
2459
  }
2459
2460
  set horizontalViewScrollbarMode(a) {
2460
- this.nf = a;
2461
+ this.nh = a;
2461
2462
  this.j("HorizontalViewScrollbarMode");
2462
2463
  }
2463
2464
  get verticalViewScrollbarMode() {
2464
- return this.ot;
2465
+ return this.ov;
2465
2466
  }
2466
2467
  set verticalViewScrollbarMode(a) {
2467
- this.ot = a;
2468
+ this.ov = a;
2468
2469
  this.j("VerticalViewScrollbarMode");
2469
2470
  }
2470
2471
  get horizontalViewScrollbarPosition() {
2471
- return this.nh;
2472
+ return this.nj;
2472
2473
  }
2473
2474
  set horizontalViewScrollbarPosition(a) {
2474
- this.nh = a;
2475
+ this.nj = a;
2475
2476
  this.j("HorizontalViewScrollbarPosition");
2476
2477
  }
2477
2478
  get verticalViewScrollbarPosition() {
2478
- return this.ov;
2479
+ return this.ox;
2479
2480
  }
2480
2481
  set verticalViewScrollbarPosition(a) {
2481
- this.ov = a;
2482
+ this.ox = a;
2482
2483
  this.j("VerticalViewScrollbarPosition");
2483
2484
  }
2484
2485
  get horizontalViewScrollbarFill() {
2485
- return this.ne;
2486
+ return this.ng;
2486
2487
  }
2487
2488
  set horizontalViewScrollbarFill(a) {
2488
- this.ne = a;
2489
+ this.ng = a;
2489
2490
  this.j("HorizontalViewScrollbarFill");
2490
2491
  }
2491
2492
  get horizontalViewScrollbarOutline() {
2492
- return this.ng;
2493
+ return this.ni;
2493
2494
  }
2494
2495
  set horizontalViewScrollbarOutline(a) {
2495
- this.ng = a;
2496
+ this.ni = a;
2496
2497
  this.j("HorizontalViewScrollbarOutline");
2497
2498
  }
2498
2499
  get horizontalViewScrollbarStrokeThickness() {
2499
- return this.fp;
2500
+ return this.fr;
2500
2501
  }
2501
2502
  set horizontalViewScrollbarStrokeThickness(a) {
2502
- this.fp = a;
2503
+ this.fr = a;
2503
2504
  this.j("HorizontalViewScrollbarStrokeThickness");
2504
2505
  }
2505
2506
  get horizontalViewScrollbarMaxOpacity() {
2506
- return this.fo;
2507
+ return this.fq;
2507
2508
  }
2508
2509
  set horizontalViewScrollbarMaxOpacity(a) {
2509
- this.fo = a;
2510
+ this.fq = a;
2510
2511
  this.j("HorizontalViewScrollbarMaxOpacity");
2511
2512
  }
2512
2513
  get horizontalViewScrollbarCornerRadius() {
2513
- return this.fl;
2514
+ return this.fn;
2514
2515
  }
2515
2516
  set horizontalViewScrollbarCornerRadius(a) {
2516
- this.fl = a;
2517
+ this.fn = a;
2517
2518
  this.j("HorizontalViewScrollbarCornerRadius");
2518
2519
  }
2519
2520
  get horizontalViewScrollbarHeight() {
2520
- return this.fm;
2521
+ return this.fo;
2521
2522
  }
2522
2523
  set horizontalViewScrollbarHeight(a) {
2523
- this.fm = a;
2524
+ this.fo = a;
2524
2525
  this.j("HorizontalViewScrollbarHeight");
2525
2526
  }
2526
2527
  get horizontalViewScrollbarInset() {
2527
- return this.fn;
2528
+ return this.fp;
2528
2529
  }
2529
2530
  set horizontalViewScrollbarInset(a) {
2530
- this.fn = a;
2531
+ this.fp = a;
2531
2532
  this.j("HorizontalViewScrollbarInset");
2532
2533
  }
2533
2534
  get horizontalViewScrollbarTrackStartInset() {
2534
- return this.fr;
2535
+ return this.ft;
2535
2536
  }
2536
2537
  set horizontalViewScrollbarTrackStartInset(a) {
2537
- this.fr = a;
2538
+ this.ft = a;
2538
2539
  this.j("HorizontalViewScrollbarTrackStartInset");
2539
2540
  }
2540
2541
  get horizontalViewScrollbarTrackEndInset() {
2541
- return this.fq;
2542
+ return this.fs;
2542
2543
  }
2543
2544
  set horizontalViewScrollbarTrackEndInset(a) {
2544
- this.fq = a;
2545
+ this.fs = a;
2545
2546
  this.j("HorizontalViewScrollbarTrackEndInset");
2546
2547
  }
2547
2548
  get horizontalViewScrollbarShouldAddAutoTrackInsets() {
@@ -2552,248 +2553,255 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2552
2553
  this.j("HorizontalViewScrollbarShouldAddAutoTrackInsets");
2553
2554
  }
2554
2555
  get verticalViewScrollbarFill() {
2555
- return this.os;
2556
+ return this.ou;
2556
2557
  }
2557
2558
  set verticalViewScrollbarFill(a) {
2558
- this.os = a;
2559
+ this.ou = a;
2559
2560
  this.j("VerticalViewScrollbarFill");
2560
2561
  }
2561
2562
  get verticalViewScrollbarOutline() {
2562
- return this.ou;
2563
+ return this.ow;
2563
2564
  }
2564
2565
  set verticalViewScrollbarOutline(a) {
2565
- this.ou = a;
2566
+ this.ow = a;
2566
2567
  this.j("VerticalViewScrollbarOutline");
2567
2568
  }
2568
2569
  get verticalViewScrollbarStrokeThickness() {
2569
- return this.gh;
2570
+ return this.gj;
2570
2571
  }
2571
2572
  set verticalViewScrollbarStrokeThickness(a) {
2572
- this.gh = a;
2573
+ this.gj = a;
2573
2574
  this.j("VerticalViewScrollbarStrokeThickness");
2574
2575
  }
2575
2576
  get verticalViewScrollbarMaxOpacity() {
2576
- return this.gg;
2577
+ return this.gi;
2577
2578
  }
2578
2579
  set verticalViewScrollbarMaxOpacity(a) {
2579
- this.gg = a;
2580
+ this.gi = a;
2580
2581
  this.j("VerticalViewScrollbarMaxOpacity");
2581
2582
  }
2582
2583
  get verticalViewScrollbarCornerRadius() {
2583
- return this.ge;
2584
+ return this.gg;
2584
2585
  }
2585
2586
  set verticalViewScrollbarCornerRadius(a) {
2586
- this.ge = a;
2587
+ this.gg = a;
2587
2588
  this.j("VerticalViewScrollbarCornerRadius");
2588
2589
  }
2589
2590
  get verticalViewScrollbarWidth() {
2590
- return this.gk;
2591
+ return this.gm;
2591
2592
  }
2592
2593
  set verticalViewScrollbarWidth(a) {
2593
- this.gk = a;
2594
+ this.gm = a;
2594
2595
  this.j("VerticalViewScrollbarWidth");
2595
2596
  }
2596
2597
  get verticalViewScrollbarInset() {
2597
- return this.gf;
2598
+ return this.gh;
2598
2599
  }
2599
2600
  set verticalViewScrollbarInset(a) {
2600
- this.gf = a;
2601
+ this.gh = a;
2601
2602
  this.j("VerticalViewScrollbarInset");
2602
2603
  }
2603
2604
  get verticalViewScrollbarTrackStartInset() {
2604
- return this.gj;
2605
+ return this.gl;
2605
2606
  }
2606
2607
  set verticalViewScrollbarTrackStartInset(a) {
2607
- this.gj = a;
2608
+ this.gl = a;
2608
2609
  this.j("VerticalViewScrollbarTrackStartInset");
2609
2610
  }
2610
2611
  get verticalViewScrollbarTrackEndInset() {
2611
- return this.gi;
2612
+ return this.gk;
2612
2613
  }
2613
2614
  set verticalViewScrollbarTrackEndInset(a) {
2614
- this.gi = a;
2615
+ this.gk = a;
2615
2616
  this.j("VerticalViewScrollbarTrackEndInset");
2616
2617
  }
2617
2618
  get verticalViewScrollbarShouldAddAutoTrackInsets() {
2618
- return this.cr;
2619
+ return this.cs;
2619
2620
  }
2620
2621
  set verticalViewScrollbarShouldAddAutoTrackInsets(a) {
2621
- this.cr = a;
2622
+ this.cs = a;
2622
2623
  this.j("VerticalViewScrollbarShouldAddAutoTrackInsets");
2623
2624
  }
2624
2625
  get windowRectMinWidth() {
2625
- return this.gm;
2626
+ return this.go;
2626
2627
  }
2627
2628
  set windowRectMinWidth(a) {
2628
- this.gm = a;
2629
+ this.go = a;
2629
2630
  this.j("WindowRectMinWidth");
2630
2631
  }
2631
2632
  get windowRectMinHeight() {
2632
- return this.gl;
2633
+ return this.gn;
2633
2634
  }
2634
2635
  set windowRectMinHeight(a) {
2635
- this.gl = a;
2636
+ this.gn = a;
2636
2637
  this.j("WindowRectMinHeight");
2637
2638
  }
2638
2639
  get windowSizeMinWidth() {
2639
- return this.go;
2640
+ return this.gq;
2640
2641
  }
2641
2642
  set windowSizeMinWidth(a) {
2642
- this.go = a;
2643
+ this.gq = a;
2643
2644
  this.j("WindowSizeMinWidth");
2644
2645
  }
2645
2646
  get windowSizeMinHeight() {
2646
- return this.gn;
2647
+ return this.gp;
2647
2648
  }
2648
2649
  set windowSizeMinHeight(a) {
2649
- this.gn = a;
2650
+ this.gp = a;
2650
2651
  this.j("WindowSizeMinHeight");
2651
2652
  }
2653
+ get isUserAnnotationsEnabled() {
2654
+ return this.ci;
2655
+ }
2656
+ set isUserAnnotationsEnabled(a) {
2657
+ this.ci = a;
2658
+ this.j("IsUserAnnotationsEnabled");
2659
+ }
2652
2660
  get userAnnotationInformationRequestedRef() {
2653
- return this.oq;
2661
+ return this.os;
2654
2662
  }
2655
2663
  set userAnnotationInformationRequestedRef(a) {
2656
- this.oq = a;
2664
+ this.os = a;
2657
2665
  this.j("UserAnnotationInformationRequestedRef");
2658
2666
  }
2659
2667
  get userAnnotationToolTipContentUpdatingRef() {
2660
- return this.or;
2668
+ return this.ot;
2661
2669
  }
2662
2670
  set userAnnotationToolTipContentUpdatingRef(a) {
2663
- this.or = a;
2671
+ this.ot = a;
2664
2672
  this.j("UserAnnotationToolTipContentUpdatingRef");
2665
2673
  }
2666
2674
  get seriesAddedRef() {
2667
- return this.n5;
2675
+ return this.n7;
2668
2676
  }
2669
2677
  set seriesAddedRef(a) {
2670
- this.n5 = a;
2678
+ this.n7 = a;
2671
2679
  this.j("SeriesAddedRef");
2672
2680
  }
2673
2681
  get seriesRemovedRef() {
2674
- return this.oe;
2682
+ return this.og;
2675
2683
  }
2676
2684
  set seriesRemovedRef(a) {
2677
- this.oe = a;
2685
+ this.og = a;
2678
2686
  this.j("SeriesRemovedRef");
2679
2687
  }
2680
2688
  get seriesPointerEnterRef() {
2681
- return this.oa;
2689
+ return this.oc;
2682
2690
  }
2683
2691
  set seriesPointerEnterRef(a) {
2684
- this.oa = a;
2692
+ this.oc = a;
2685
2693
  this.j("SeriesPointerEnterRef");
2686
2694
  }
2687
2695
  get seriesPointerLeaveRef() {
2688
- return this.ob;
2696
+ return this.od;
2689
2697
  }
2690
2698
  set seriesPointerLeaveRef(a) {
2691
- this.ob = a;
2699
+ this.od = a;
2692
2700
  this.j("SeriesPointerLeaveRef");
2693
2701
  }
2694
2702
  get seriesPointerMoveRef() {
2695
- return this.oc;
2703
+ return this.oe;
2696
2704
  }
2697
2705
  set seriesPointerMoveRef(a) {
2698
- this.oc = a;
2706
+ this.oe = a;
2699
2707
  this.j("SeriesPointerMoveRef");
2700
2708
  }
2701
2709
  get seriesPointerDownRef() {
2702
- return this.n9;
2710
+ return this.ob;
2703
2711
  }
2704
2712
  set seriesPointerDownRef(a) {
2705
- this.n9 = a;
2713
+ this.ob = a;
2706
2714
  this.j("SeriesPointerDownRef");
2707
2715
  }
2708
2716
  get seriesPointerUpRef() {
2709
- return this.od;
2717
+ return this.of;
2710
2718
  }
2711
2719
  set seriesPointerUpRef(a) {
2712
- this.od = a;
2720
+ this.of = a;
2713
2721
  this.j("SeriesPointerUpRef");
2714
2722
  }
2715
2723
  get seriesClickRef() {
2716
- return this.n6;
2724
+ return this.n8;
2717
2725
  }
2718
2726
  set seriesClickRef(a) {
2719
- this.n6 = a;
2727
+ this.n8 = a;
2720
2728
  this.j("SeriesClickRef");
2721
2729
  }
2722
2730
  get plotAreaPointerEnterRef() {
2723
- return this.nx;
2731
+ return this.nz;
2724
2732
  }
2725
2733
  set plotAreaPointerEnterRef(a) {
2726
- this.nx = a;
2734
+ this.nz = a;
2727
2735
  this.j("PlotAreaPointerEnterRef");
2728
2736
  }
2729
2737
  get plotAreaPointerLeaveRef() {
2730
- return this.ny;
2738
+ return this.n0;
2731
2739
  }
2732
2740
  set plotAreaPointerLeaveRef(a) {
2733
- this.ny = a;
2741
+ this.n0 = a;
2734
2742
  this.j("PlotAreaPointerLeaveRef");
2735
2743
  }
2736
2744
  get plotAreaPointerMoveRef() {
2737
- return this.nz;
2745
+ return this.n1;
2738
2746
  }
2739
2747
  set plotAreaPointerMoveRef(a) {
2740
- this.nz = a;
2748
+ this.n1 = a;
2741
2749
  this.j("PlotAreaPointerMoveRef");
2742
2750
  }
2743
2751
  get plotAreaPointerDownRef() {
2744
- return this.nw;
2752
+ return this.ny;
2745
2753
  }
2746
2754
  set plotAreaPointerDownRef(a) {
2747
- this.nw = a;
2755
+ this.ny = a;
2748
2756
  this.j("PlotAreaPointerDownRef");
2749
2757
  }
2750
2758
  get plotAreaPointerUpRef() {
2751
- return this.n0;
2759
+ return this.n2;
2752
2760
  }
2753
2761
  set plotAreaPointerUpRef(a) {
2754
- this.n0 = a;
2762
+ this.n2 = a;
2755
2763
  this.j("PlotAreaPointerUpRef");
2756
2764
  }
2757
2765
  get calloutStyleUpdatingRef() {
2758
- return this.k0;
2766
+ return this.k2;
2759
2767
  }
2760
2768
  set calloutStyleUpdatingRef(a) {
2761
- this.k0 = a;
2769
+ this.k2 = a;
2762
2770
  this.j("CalloutStyleUpdatingRef");
2763
2771
  }
2764
2772
  get calloutRenderStyleUpdatingRef() {
2765
- return this.kn;
2773
+ return this.kp;
2766
2774
  }
2767
2775
  set calloutRenderStyleUpdatingRef(a) {
2768
- this.kn = a;
2776
+ this.kp = a;
2769
2777
  this.j("CalloutRenderStyleUpdatingRef");
2770
2778
  }
2771
2779
  get calloutLabelUpdatingRef() {
2772
- return this.km;
2780
+ return this.ko;
2773
2781
  }
2774
2782
  set calloutLabelUpdatingRef(a) {
2775
- this.km = a;
2783
+ this.ko = a;
2776
2784
  this.j("CalloutLabelUpdatingRef");
2777
2785
  }
2778
2786
  get selectedSeriesItemsChangedRef() {
2779
- return this.n1;
2787
+ return this.n3;
2780
2788
  }
2781
2789
  set selectedSeriesItemsChangedRef(a) {
2782
- this.n1 = a;
2790
+ this.n3 = a;
2783
2791
  this.j("SelectedSeriesItemsChangedRef");
2784
2792
  }
2785
2793
  get focusedSeriesItemsChangedRef() {
2786
- return this.m6;
2794
+ return this.m8;
2787
2795
  }
2788
2796
  set focusedSeriesItemsChangedRef(a) {
2789
- this.m6 = a;
2797
+ this.m8 = a;
2790
2798
  this.j("FocusedSeriesItemsChangedRef");
2791
2799
  }
2792
2800
  get filterStringErrorsParsingRef() {
2793
- return this.m2;
2801
+ return this.m4;
2794
2802
  }
2795
2803
  set filterStringErrorsParsingRef(a) {
2796
- this.m2 = a;
2804
+ this.m4 = a;
2797
2805
  this.j("FilterStringErrorsParsingRef");
2798
2806
  }
2799
2807
  }