igniteui-angular-core 20.0.0 → 20.0.1

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