igniteui-angular-core 20.2.0 → 20.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/bundles/igniteui-angular-core.umd.js +6890 -5217
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +276 -276
  4. package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
  5. package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
  6. package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  7. package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
  8. package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
  9. package/esm2015/lib/CanvasScalingHelpers.js +79 -0
  10. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  11. package/esm2015/lib/CategoryChartDescription.js +121 -121
  12. package/esm2015/lib/DashboardTileDescription.js +90 -82
  13. package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/DataChartDescription.js +103 -95
  15. package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
  16. package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
  17. package/esm2015/lib/DataPieChartDescription.js +32 -32
  18. package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
  19. package/esm2015/lib/DomainChartDescription.js +786 -778
  20. package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
  21. package/esm2015/lib/EventProxy.js +32 -31
  22. package/esm2015/lib/FeatureState.js +29 -0
  23. package/esm2015/lib/FinancialChartDescription.js +151 -151
  24. package/esm2015/lib/GeographicMapDescription.js +41 -41
  25. package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
  26. package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
  27. package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
  28. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  29. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
  30. package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
  31. package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
  32. package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
  33. package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
  34. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
  35. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
  36. package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
  37. package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
  38. package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
  39. package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  40. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  41. package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
  42. package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
  43. package/esm2015/lib/RadialBaseChartDescription.js +217 -217
  44. package/esm2015/lib/ScrollerView_combined.js +12 -12
  45. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
  46. package/esm2015/lib/SeriesViewerDescription.js +503 -487
  47. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  48. package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
  49. package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
  50. package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
  51. package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
  52. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  53. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
  54. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  55. package/esm2015/lib/WebColumnDescription.js +131 -115
  56. package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
  57. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  58. package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
  59. package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  60. package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  61. package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  62. package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
  63. package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
  64. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
  65. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  66. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
  67. package/esm2015/lib/WebGridDescription.js +52 -52
  68. package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
  69. package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
  70. package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
  71. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  72. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  73. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  74. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  75. package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
  76. package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  77. package/esm2015/lib/WebRowIslandDescription.js +356 -340
  78. package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
  79. package/esm2015/lib/WebTooltipDescription.js +43 -35
  80. package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
  81. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  82. package/esm2015/lib/XYChartDescription.js +217 -217
  83. package/esm2015/public_api.js +28 -2
  84. package/esm5/lib/AxisDescription.js +276 -276
  85. package/esm5/lib/AxisDescriptionMetadata.js +10 -5
  86. package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
  87. package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  88. package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
  89. package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
  90. package/esm5/lib/CanvasScalingHelpers.js +83 -0
  91. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  92. package/esm5/lib/CategoryChartDescription.js +121 -121
  93. package/esm5/lib/DashboardTileDescription.js +94 -82
  94. package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
  95. package/esm5/lib/DataChartDescription.js +107 -95
  96. package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
  97. package/esm5/lib/DataPieBaseChartDescription.js +117 -117
  98. package/esm5/lib/DataPieChartDescription.js +32 -32
  99. package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
  100. package/esm5/lib/DomainChartDescription.js +790 -778
  101. package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
  102. package/esm5/lib/EventProxy.js +32 -31
  103. package/esm5/lib/FeatureState.js +29 -0
  104. package/esm5/lib/FinancialChartDescription.js +151 -151
  105. package/esm5/lib/GeographicMapDescription.js +41 -41
  106. package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
  107. package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
  108. package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
  109. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  110. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
  111. package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
  112. package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
  113. package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
  114. package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
  115. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
  116. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
  117. package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
  118. package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
  119. package/esm5/lib/NumericAxisBaseDescription.js +84 -84
  120. package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  121. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  122. package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
  123. package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
  124. package/esm5/lib/RadialBaseChartDescription.js +217 -217
  125. package/esm5/lib/ScrollerView_combined.js +12 -12
  126. package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
  127. package/esm5/lib/SeriesViewerDescription.js +510 -486
  128. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  129. package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
  130. package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
  131. package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
  132. package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
  133. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  134. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
  135. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  136. package/esm5/lib/WebColumnDescription.js +139 -115
  137. package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
  138. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  139. package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
  140. package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  141. package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  142. package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  143. package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
  144. package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
  145. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
  146. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  147. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
  148. package/esm5/lib/WebGridDescription.js +52 -52
  149. package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
  150. package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
  151. package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
  152. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  153. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  154. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  155. package/esm5/lib/WebPivotGridDescription.js +42 -42
  156. package/esm5/lib/WebPositionSettingsDescription.js +22 -10
  157. package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  158. package/esm5/lib/WebRowIslandDescription.js +364 -340
  159. package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
  160. package/esm5/lib/WebTooltipDescription.js +47 -35
  161. package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
  162. package/esm5/lib/WebTreeGridDescription.js +28 -28
  163. package/esm5/lib/XYChartDescription.js +217 -217
  164. package/esm5/public_api.js +28 -2
  165. package/fesm2015/igniteui-angular-core.js +6610 -5175
  166. package/fesm5/igniteui-angular-core.js +6864 -5218
  167. package/lib/AxisDescription.d.ts +106 -106
  168. package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
  169. package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
  170. package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
  171. package/lib/CanvasScalingHelpers.d.ts +17 -0
  172. package/lib/CategoryChartDescription.d.ts +45 -45
  173. package/lib/DashboardTileDescription.d.ts +33 -30
  174. package/lib/DataChartDescription.d.ts +36 -33
  175. package/lib/DataPieBaseChartDescription.d.ts +43 -43
  176. package/lib/DataPieChartDescription.d.ts +12 -12
  177. package/lib/DataSourceLocalDataProvider.d.ts +36 -27
  178. package/lib/DomainChartDescription.d.ts +291 -288
  179. package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
  180. package/lib/EventProxy.d.ts +28 -27
  181. package/lib/FeatureState.d.ts +22 -0
  182. package/lib/FinancialChartDescription.d.ts +56 -56
  183. package/lib/GeographicMapDescription.d.ts +14 -14
  184. package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
  185. package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
  186. package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
  187. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
  188. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
  189. package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
  190. package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
  191. package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
  192. package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
  193. package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
  194. package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
  195. package/lib/MonthToDateExpressionDescription.d.ts +12 -0
  196. package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
  197. package/lib/NumericAxisBaseDescription.d.ts +32 -32
  198. package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
  199. package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
  200. package/lib/RadialBaseChartDescription.d.ts +80 -80
  201. package/lib/SeriesViewerDescription.d.ts +178 -172
  202. package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
  203. package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
  204. package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
  205. package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
  206. package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
  207. package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  208. package/lib/WebColumnDescription.d.ts +46 -40
  209. package/lib/WebColumnGroupDescription.d.ts +4 -4
  210. package/lib/WebCustomDateRangeDescription.d.ts +7 -0
  211. package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
  212. package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
  213. package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
  214. package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
  215. package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  216. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
  217. package/lib/WebGridDescription.d.ts +18 -18
  218. package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
  219. package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  220. package/lib/WebGridResourceStringsDescription.d.ts +197 -155
  221. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  222. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  223. package/lib/WebPivotGridDescription.d.ts +15 -15
  224. package/lib/WebPositionSettingsDescription.d.ts +7 -4
  225. package/lib/WebRowIslandDescription.d.ts +125 -118
  226. package/lib/WebTooltipDescription.d.ts +15 -12
  227. package/lib/WebTreeGridDescription.d.ts +10 -10
  228. package/lib/XYChartDescription.d.ts +80 -80
  229. package/package.json +1 -1
  230. package/public_api.d.ts +28 -2
@@ -14,109 +14,109 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(AxisDescription, _super);
15
15
  function AxisDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.dm = null;
18
- _this.d5 = null;
19
- _this.d3 = null;
20
- _this.c8 = null;
21
- _this.bu = 0;
22
- _this.o = null;
23
- _this.d2 = null;
17
+ _this.dh = null;
18
+ _this.d0 = null;
24
19
  _this.dy = null;
25
- _this.c6 = null;
26
- _this.bs = 0;
20
+ _this.cy = null;
21
+ _this.bk = 0;
22
+ _this.o = null;
23
+ _this.dx = null;
24
+ _this.dt = null;
25
+ _this.cw = null;
26
+ _this.bi = 0;
27
27
  _this.m = null;
28
- _this.dz = null;
29
- _this.c7 = null;
30
- _this.bt = 0;
28
+ _this.du = null;
29
+ _this.cx = null;
30
+ _this.bj = 0;
31
31
  _this.n = null;
32
- _this.d4 = null;
33
- _this.bw = 0;
32
+ _this.dz = null;
33
+ _this.bm = 0;
34
34
  _this.p = null;
35
- _this.bv = 0;
35
+ _this.bl = 0;
36
+ _this.ac = false;
37
+ _this.ad = false;
38
+ _this.ag = false;
36
39
  _this.ah = false;
37
- _this.ai = false;
38
- _this.al = false;
39
- _this.am = false;
40
- _this.ap = false;
41
- _this.ao = false;
42
- _this.c2 = 0;
43
- _this.ae = false;
44
- _this.dv = null;
45
- _this.du = null;
40
+ _this.ak = false;
46
41
  _this.aj = false;
47
- _this.bj = 0;
48
- _this.bl = 0;
49
- _this.bo = 0;
50
- _this.bp = 0;
42
+ _this.cs = 0;
43
+ _this.z = false;
44
+ _this.dq = null;
45
+ _this.dp = null;
46
+ _this.ae = false;
47
+ _this.a9 = 0;
48
+ _this.bb = 0;
49
+ _this.be = 0;
50
+ _this.bf = 0;
51
+ _this.bd = 0;
52
+ _this.bg = 0;
53
+ _this.bh = 0;
54
+ _this.ba = 0;
55
+ _this.dn = null;
56
+ _this.dr = null;
57
+ _this.dg = null;
58
+ _this.cu = null;
59
+ _this.d6 = null;
60
+ _this.d7 = null;
61
+ _this.d5 = null;
62
+ _this.ai = false;
51
63
  _this.bn = 0;
52
- _this.bq = 0;
64
+ _this.bp = 0;
65
+ _this.bs = 0;
66
+ _this.bt = 0;
53
67
  _this.br = 0;
54
- _this.bk = 0;
55
- _this.dt = null;
56
- _this.dw = null;
57
- _this.dl = null;
58
- _this.c4 = null;
59
- _this.eb = null;
60
- _this.ec = null;
61
- _this.ea = null;
62
- _this.an = false;
63
- _this.bx = 0;
64
- _this.bz = 0;
65
- _this.b2 = 0;
66
- _this.b3 = 0;
67
- _this.b1 = 0;
68
- _this.b4 = 0;
69
- _this.b5 = 0;
70
- _this.by = 0;
71
- _this.d9 = null;
72
- _this.ed = null;
73
- _this.ak = false;
74
- _this.k = null;
75
- _this.c9 = null;
68
+ _this.bu = 0;
69
+ _this.bv = 0;
70
+ _this.bo = 0;
71
+ _this.d4 = null;
72
+ _this.d8 = null;
76
73
  _this.af = false;
77
- _this.ds = null;
74
+ _this.k = null;
75
+ _this.cz = null;
76
+ _this.aa = false;
77
+ _this.dm = null;
78
78
  _this.l = null;
79
- _this.ag = false;
79
+ _this.ab = false;
80
80
  _this.w = false;
81
- _this.y = false;
82
81
  _this.x = false;
83
- _this.da = null;
84
- _this.ba = 0;
85
- _this.z = false;
86
- _this.bb = 0;
87
- _this.bc = 0;
82
+ _this.c1 = null;
83
+ _this.c0 = null;
84
+ _this.a0 = 0;
85
+ _this.c6 = null;
86
+ _this.a1 = 0;
87
+ _this.a2 = 0;
88
+ _this.c4 = null;
89
+ _this.c5 = null;
90
+ _this.c3 = null;
91
+ _this.c2 = null;
92
+ _this.y = false;
93
+ _this.dc = null;
88
94
  _this.dd = null;
95
+ _this.a4 = 0;
96
+ _this.a6 = 0;
97
+ _this.c7 = null;
98
+ _this.a3 = 0;
99
+ _this.c8 = null;
100
+ _this.a5 = 0;
89
101
  _this.de = null;
90
- _this.dc = null;
102
+ _this.a7 = 0;
103
+ _this.a8 = 0;
104
+ _this.df = null;
105
+ _this.da = null;
106
+ _this.c9 = null;
91
107
  _this.db = null;
92
- _this.ad = false;
93
- _this.dh = null;
108
+ _this.dv = null;
109
+ _this.dw = null;
94
110
  _this.di = null;
95
- _this.be = 0;
96
- _this.bg = 0;
97
- _this.df = null;
98
- _this.bd = 0;
99
- _this.dg = null;
100
- _this.bf = 0;
101
111
  _this.dj = null;
102
- _this.bh = 0;
103
- _this.bi = 0;
112
+ _this.bc = 0;
113
+ _this.dl = null;
104
114
  _this.dk = null;
105
- _this.ab = false;
106
- _this.aa = false;
107
- _this.ac = false;
108
- _this.d0 = null;
109
115
  _this.d1 = null;
110
- _this.dn = null;
111
- _this.dp = null;
112
- _this.bm = 0;
113
- _this.dr = null;
114
- _this.dq = null;
115
- _this.d6 = null;
116
- _this.b0 = 0;
117
- _this.d8 = null;
118
- _this.d7 = null;
119
- _this.dx = null;
116
+ _this.bq = 0;
117
+ _this.d3 = null;
118
+ _this.d2 = null;
119
+ _this.ds = null;
120
120
  return _this;
121
121
  }
122
122
  AxisDescription.prototype.get_type = function () {
@@ -131,10 +131,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
131
131
  });
132
132
  Object.defineProperty(AxisDescription.prototype, "formatLabelRef", {
133
133
  get: function () {
134
- return this.dm;
134
+ return this.dh;
135
135
  },
136
136
  set: function (a) {
137
- this.dm = a;
137
+ this.dh = a;
138
138
  this.j("FormatLabelRef");
139
139
  },
140
140
  enumerable: false,
@@ -142,10 +142,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
142
142
  });
143
143
  Object.defineProperty(AxisDescription.prototype, "title", {
144
144
  get: function () {
145
- return this.d5;
145
+ return this.d0;
146
146
  },
147
147
  set: function (a) {
148
- this.d5 = a;
148
+ this.d0 = a;
149
149
  this.j("Title");
150
150
  },
151
151
  enumerable: false,
@@ -153,10 +153,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
153
153
  });
154
154
  Object.defineProperty(AxisDescription.prototype, "stroke", {
155
155
  get: function () {
156
- return this.d3;
156
+ return this.dy;
157
157
  },
158
158
  set: function (a) {
159
- this.d3 = a;
159
+ this.dy = a;
160
160
  this.j("Stroke");
161
161
  },
162
162
  enumerable: false,
@@ -164,10 +164,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
164
164
  });
165
165
  Object.defineProperty(AxisDescription.prototype, "actualStroke", {
166
166
  get: function () {
167
- return this.c8;
167
+ return this.cy;
168
168
  },
169
169
  set: function (a) {
170
- this.c8 = a;
170
+ this.cy = a;
171
171
  this.j("ActualStroke");
172
172
  },
173
173
  enumerable: false,
@@ -175,10 +175,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
175
175
  });
176
176
  Object.defineProperty(AxisDescription.prototype, "strokeThickness", {
177
177
  get: function () {
178
- return this.bu;
178
+ return this.bk;
179
179
  },
180
180
  set: function (a) {
181
- this.bu = a;
181
+ this.bk = a;
182
182
  this.j("StrokeThickness");
183
183
  },
184
184
  enumerable: false,
@@ -197,10 +197,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
197
197
  });
198
198
  Object.defineProperty(AxisDescription.prototype, "strip", {
199
199
  get: function () {
200
- return this.d2;
200
+ return this.dx;
201
201
  },
202
202
  set: function (a) {
203
- this.d2 = a;
203
+ this.dx = a;
204
204
  this.j("Strip");
205
205
  },
206
206
  enumerable: false,
@@ -208,10 +208,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
208
208
  });
209
209
  Object.defineProperty(AxisDescription.prototype, "majorStroke", {
210
210
  get: function () {
211
- return this.dy;
211
+ return this.dt;
212
212
  },
213
213
  set: function (a) {
214
- this.dy = a;
214
+ this.dt = a;
215
215
  this.j("MajorStroke");
216
216
  },
217
217
  enumerable: false,
@@ -219,10 +219,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
219
219
  });
220
220
  Object.defineProperty(AxisDescription.prototype, "actualMajorStroke", {
221
221
  get: function () {
222
- return this.c6;
222
+ return this.cw;
223
223
  },
224
224
  set: function (a) {
225
- this.c6 = a;
225
+ this.cw = a;
226
226
  this.j("ActualMajorStroke");
227
227
  },
228
228
  enumerable: false,
@@ -230,10 +230,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
230
230
  });
231
231
  Object.defineProperty(AxisDescription.prototype, "majorStrokeThickness", {
232
232
  get: function () {
233
- return this.bs;
233
+ return this.bi;
234
234
  },
235
235
  set: function (a) {
236
- this.bs = a;
236
+ this.bi = a;
237
237
  this.j("MajorStrokeThickness");
238
238
  },
239
239
  enumerable: false,
@@ -252,10 +252,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
252
252
  });
253
253
  Object.defineProperty(AxisDescription.prototype, "minorStroke", {
254
254
  get: function () {
255
- return this.dz;
255
+ return this.du;
256
256
  },
257
257
  set: function (a) {
258
- this.dz = a;
258
+ this.du = a;
259
259
  this.j("MinorStroke");
260
260
  },
261
261
  enumerable: false,
@@ -263,10 +263,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
263
263
  });
264
264
  Object.defineProperty(AxisDescription.prototype, "actualMinorStroke", {
265
265
  get: function () {
266
- return this.c7;
266
+ return this.cx;
267
267
  },
268
268
  set: function (a) {
269
- this.c7 = a;
269
+ this.cx = a;
270
270
  this.j("ActualMinorStroke");
271
271
  },
272
272
  enumerable: false,
@@ -274,10 +274,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
274
274
  });
275
275
  Object.defineProperty(AxisDescription.prototype, "minorStrokeThickness", {
276
276
  get: function () {
277
- return this.bt;
277
+ return this.bj;
278
278
  },
279
279
  set: function (a) {
280
- this.bt = a;
280
+ this.bj = a;
281
281
  this.j("MinorStrokeThickness");
282
282
  },
283
283
  enumerable: false,
@@ -296,10 +296,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
296
296
  });
297
297
  Object.defineProperty(AxisDescription.prototype, "tickStroke", {
298
298
  get: function () {
299
- return this.d4;
299
+ return this.dz;
300
300
  },
301
301
  set: function (a) {
302
- this.d4 = a;
302
+ this.dz = a;
303
303
  this.j("TickStroke");
304
304
  },
305
305
  enumerable: false,
@@ -307,10 +307,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
307
307
  });
308
308
  Object.defineProperty(AxisDescription.prototype, "tickStrokeThickness", {
309
309
  get: function () {
310
- return this.bw;
310
+ return this.bm;
311
311
  },
312
312
  set: function (a) {
313
- this.bw = a;
313
+ this.bm = a;
314
314
  this.j("TickStrokeThickness");
315
315
  },
316
316
  enumerable: false,
@@ -329,10 +329,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
329
329
  });
330
330
  Object.defineProperty(AxisDescription.prototype, "tickLength", {
331
331
  get: function () {
332
- return this.bv;
332
+ return this.bl;
333
333
  },
334
334
  set: function (a) {
335
- this.bv = a;
335
+ this.bl = a;
336
336
  this.j("TickLength");
337
337
  },
338
338
  enumerable: false,
@@ -340,10 +340,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
340
340
  });
341
341
  Object.defineProperty(AxisDescription.prototype, "isDisabled", {
342
342
  get: function () {
343
- return this.ah;
343
+ return this.ac;
344
344
  },
345
345
  set: function (a) {
346
- this.ah = a;
346
+ this.ac = a;
347
347
  this.j("IsDisabled");
348
348
  },
349
349
  enumerable: false,
@@ -351,10 +351,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
351
351
  });
352
352
  Object.defineProperty(AxisDescription.prototype, "isInverted", {
353
353
  get: function () {
354
- return this.ai;
354
+ return this.ad;
355
355
  },
356
356
  set: function (a) {
357
- this.ai = a;
357
+ this.ad = a;
358
358
  this.j("IsInverted");
359
359
  },
360
360
  enumerable: false,
@@ -362,10 +362,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
362
362
  });
363
363
  Object.defineProperty(AxisDescription.prototype, "shouldAvoidAnnotationCollisions", {
364
364
  get: function () {
365
- return this.al;
365
+ return this.ag;
366
366
  },
367
367
  set: function (a) {
368
- this.al = a;
368
+ this.ag = a;
369
369
  this.j("ShouldAvoidAnnotationCollisions");
370
370
  },
371
371
  enumerable: false,
@@ -373,10 +373,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
373
373
  });
374
374
  Object.defineProperty(AxisDescription.prototype, "shouldKeepAnnotationsInView", {
375
375
  get: function () {
376
- return this.am;
376
+ return this.ah;
377
377
  },
378
378
  set: function (a) {
379
- this.am = a;
379
+ this.ah = a;
380
380
  this.j("ShouldKeepAnnotationsInView");
381
381
  },
382
382
  enumerable: false,
@@ -384,10 +384,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
384
384
  });
385
385
  Object.defineProperty(AxisDescription.prototype, "usePerLabelHeightMeasurement", {
386
386
  get: function () {
387
- return this.ap;
387
+ return this.ak;
388
388
  },
389
389
  set: function (a) {
390
- this.ap = a;
390
+ this.ak = a;
391
391
  this.j("UsePerLabelHeightMeasurement");
392
392
  },
393
393
  enumerable: false,
@@ -395,10 +395,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
395
395
  });
396
396
  Object.defineProperty(AxisDescription.prototype, "useEnhancedIntervalManagement", {
397
397
  get: function () {
398
- return this.ao;
398
+ return this.aj;
399
399
  },
400
400
  set: function (a) {
401
- this.ao = a;
401
+ this.aj = a;
402
402
  this.j("UseEnhancedIntervalManagement");
403
403
  },
404
404
  enumerable: false,
@@ -406,10 +406,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
406
406
  });
407
407
  Object.defineProperty(AxisDescription.prototype, "enhancedIntervalMinimumCharacters", {
408
408
  get: function () {
409
- return this.c2;
409
+ return this.cs;
410
410
  },
411
411
  set: function (a) {
412
- this.c2 = a;
412
+ this.cs = a;
413
413
  this.j("EnhancedIntervalMinimumCharacters");
414
414
  },
415
415
  enumerable: false,
@@ -417,10 +417,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
417
417
  });
418
418
  Object.defineProperty(AxisDescription.prototype, "enhancedIntervalPreferMoreCategoryLabels", {
419
419
  get: function () {
420
- return this.ae;
420
+ return this.z;
421
421
  },
422
422
  set: function (a) {
423
- this.ae = a;
423
+ this.z = a;
424
424
  this.j("EnhancedIntervalPreferMoreCategoryLabels");
425
425
  },
426
426
  enumerable: false,
@@ -428,10 +428,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
428
428
  });
429
429
  Object.defineProperty(AxisDescription.prototype, "labelTextColor", {
430
430
  get: function () {
431
- return this.dv;
431
+ return this.dq;
432
432
  },
433
433
  set: function (a) {
434
- this.dv = a;
434
+ this.dq = a;
435
435
  this.j("LabelTextColor");
436
436
  },
437
437
  enumerable: false,
@@ -439,10 +439,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
439
439
  });
440
440
  Object.defineProperty(AxisDescription.prototype, "labelLocation", {
441
441
  get: function () {
442
- return this.du;
442
+ return this.dp;
443
443
  },
444
444
  set: function (a) {
445
- this.du = a;
445
+ this.dp = a;
446
446
  this.j("LabelLocation");
447
447
  },
448
448
  enumerable: false,
@@ -450,10 +450,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
450
450
  });
451
451
  Object.defineProperty(AxisDescription.prototype, "labelShowFirstLabel", {
452
452
  get: function () {
453
- return this.aj;
453
+ return this.ae;
454
454
  },
455
455
  set: function (a) {
456
- this.aj = a;
456
+ this.ae = a;
457
457
  this.j("LabelShowFirstLabel");
458
458
  },
459
459
  enumerable: false,
@@ -461,10 +461,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
461
461
  });
462
462
  Object.defineProperty(AxisDescription.prototype, "labelAngle", {
463
463
  get: function () {
464
- return this.bj;
464
+ return this.a9;
465
465
  },
466
466
  set: function (a) {
467
- this.bj = a;
467
+ this.a9 = a;
468
468
  this.j("LabelAngle");
469
469
  },
470
470
  enumerable: false,
@@ -472,10 +472,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
472
472
  });
473
473
  Object.defineProperty(AxisDescription.prototype, "labelExtent", {
474
474
  get: function () {
475
- return this.bl;
475
+ return this.bb;
476
476
  },
477
477
  set: function (a) {
478
- this.bl = a;
478
+ this.bb = a;
479
479
  this.j("LabelExtent");
480
480
  },
481
481
  enumerable: false,
@@ -483,10 +483,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
483
483
  });
484
484
  Object.defineProperty(AxisDescription.prototype, "labelMaximumExtent", {
485
485
  get: function () {
486
- return this.bo;
486
+ return this.be;
487
487
  },
488
488
  set: function (a) {
489
- this.bo = a;
489
+ this.be = a;
490
490
  this.j("LabelMaximumExtent");
491
491
  },
492
492
  enumerable: false,
@@ -494,10 +494,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
494
494
  });
495
495
  Object.defineProperty(AxisDescription.prototype, "labelMaximumExtentPercentage", {
496
496
  get: function () {
497
- return this.bp;
497
+ return this.bf;
498
498
  },
499
499
  set: function (a) {
500
- this.bp = a;
500
+ this.bf = a;
501
501
  this.j("LabelMaximumExtentPercentage");
502
502
  },
503
503
  enumerable: false,
@@ -505,10 +505,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
505
505
  });
506
506
  Object.defineProperty(AxisDescription.prototype, "labelLeftMargin", {
507
507
  get: function () {
508
- return this.bn;
508
+ return this.bd;
509
509
  },
510
510
  set: function (a) {
511
- this.bn = a;
511
+ this.bd = a;
512
512
  this.j("LabelLeftMargin");
513
513
  },
514
514
  enumerable: false,
@@ -516,10 +516,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
516
516
  });
517
517
  Object.defineProperty(AxisDescription.prototype, "labelRightMargin", {
518
518
  get: function () {
519
- return this.bq;
519
+ return this.bg;
520
520
  },
521
521
  set: function (a) {
522
- this.bq = a;
522
+ this.bg = a;
523
523
  this.j("LabelRightMargin");
524
524
  },
525
525
  enumerable: false,
@@ -527,10 +527,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
527
527
  });
528
528
  Object.defineProperty(AxisDescription.prototype, "labelTopMargin", {
529
529
  get: function () {
530
- return this.br;
530
+ return this.bh;
531
531
  },
532
532
  set: function (a) {
533
- this.br = a;
533
+ this.bh = a;
534
534
  this.j("LabelTopMargin");
535
535
  },
536
536
  enumerable: false,
@@ -538,10 +538,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
  });
539
539
  Object.defineProperty(AxisDescription.prototype, "labelBottomMargin", {
540
540
  get: function () {
541
- return this.bk;
541
+ return this.ba;
542
542
  },
543
543
  set: function (a) {
544
- this.bk = a;
544
+ this.ba = a;
545
545
  this.j("LabelBottomMargin");
546
546
  },
547
547
  enumerable: false,
@@ -549,10 +549,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
549
549
  });
550
550
  Object.defineProperty(AxisDescription.prototype, "labelHorizontalAlignment", {
551
551
  get: function () {
552
- return this.dt;
552
+ return this.dn;
553
553
  },
554
554
  set: function (a) {
555
- this.dt = a;
555
+ this.dn = a;
556
556
  this.j("LabelHorizontalAlignment");
557
557
  },
558
558
  enumerable: false,
@@ -560,10 +560,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
560
560
  });
561
561
  Object.defineProperty(AxisDescription.prototype, "labelVerticalAlignment", {
562
562
  get: function () {
563
- return this.dw;
563
+ return this.dr;
564
564
  },
565
565
  set: function (a) {
566
- this.dw = a;
566
+ this.dr = a;
567
567
  this.j("LabelVerticalAlignment");
568
568
  },
569
569
  enumerable: false,
@@ -571,10 +571,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
571
571
  });
572
572
  Object.defineProperty(AxisDescription.prototype, "crossingAxisRef", {
573
573
  get: function () {
574
- return this.dl;
574
+ return this.dg;
575
575
  },
576
576
  set: function (a) {
577
- this.dl = a;
577
+ this.dg = a;
578
578
  this.j("CrossingAxisRef");
579
579
  },
580
580
  enumerable: false,
@@ -582,10 +582,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
582
582
  });
583
583
  Object.defineProperty(AxisDescription.prototype, "crossingValue", {
584
584
  get: function () {
585
- return this.c4;
585
+ return this.cu;
586
586
  },
587
587
  set: function (a) {
588
- this.c4 = a;
588
+ this.cu = a;
589
589
  this.j("CrossingValue");
590
590
  },
591
591
  enumerable: false,
@@ -593,10 +593,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
593
593
  });
594
594
  Object.defineProperty(AxisDescription.prototype, "titlePosition", {
595
595
  get: function () {
596
- return this.eb;
596
+ return this.d6;
597
597
  },
598
598
  set: function (a) {
599
- this.eb = a;
599
+ this.d6 = a;
600
600
  this.j("TitlePosition");
601
601
  },
602
602
  enumerable: false,
@@ -604,10 +604,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
604
604
  });
605
605
  Object.defineProperty(AxisDescription.prototype, "titleTextColor", {
606
606
  get: function () {
607
- return this.ec;
607
+ return this.d7;
608
608
  },
609
609
  set: function (a) {
610
- this.ec = a;
610
+ this.d7 = a;
611
611
  this.j("TitleTextColor");
612
612
  },
613
613
  enumerable: false,
@@ -615,10 +615,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
615
615
  });
616
616
  Object.defineProperty(AxisDescription.prototype, "titleLocation", {
617
617
  get: function () {
618
- return this.ea;
618
+ return this.d5;
619
619
  },
620
620
  set: function (a) {
621
- this.ea = a;
621
+ this.d5 = a;
622
622
  this.j("TitleLocation");
623
623
  },
624
624
  enumerable: false,
@@ -626,10 +626,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
626
626
  });
627
627
  Object.defineProperty(AxisDescription.prototype, "titleShowFirstLabel", {
628
628
  get: function () {
629
- return this.an;
629
+ return this.ai;
630
630
  },
631
631
  set: function (a) {
632
- this.an = a;
632
+ this.ai = a;
633
633
  this.j("TitleShowFirstLabel");
634
634
  },
635
635
  enumerable: false,
@@ -637,10 +637,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
637
637
  });
638
638
  Object.defineProperty(AxisDescription.prototype, "titleAngle", {
639
639
  get: function () {
640
- return this.bx;
640
+ return this.bn;
641
641
  },
642
642
  set: function (a) {
643
- this.bx = a;
643
+ this.bn = a;
644
644
  this.j("TitleAngle");
645
645
  },
646
646
  enumerable: false,
@@ -648,10 +648,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
648
648
  });
649
649
  Object.defineProperty(AxisDescription.prototype, "titleExtent", {
650
650
  get: function () {
651
- return this.bz;
651
+ return this.bp;
652
652
  },
653
653
  set: function (a) {
654
- this.bz = a;
654
+ this.bp = a;
655
655
  this.j("TitleExtent");
656
656
  },
657
657
  enumerable: false,
@@ -659,10 +659,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
659
659
  });
660
660
  Object.defineProperty(AxisDescription.prototype, "titleMaximumExtent", {
661
661
  get: function () {
662
- return this.b2;
662
+ return this.bs;
663
663
  },
664
664
  set: function (a) {
665
- this.b2 = a;
665
+ this.bs = a;
666
666
  this.j("TitleMaximumExtent");
667
667
  },
668
668
  enumerable: false,
@@ -670,10 +670,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
670
670
  });
671
671
  Object.defineProperty(AxisDescription.prototype, "titleMaximumExtentPercentage", {
672
672
  get: function () {
673
- return this.b3;
673
+ return this.bt;
674
674
  },
675
675
  set: function (a) {
676
- this.b3 = a;
676
+ this.bt = a;
677
677
  this.j("TitleMaximumExtentPercentage");
678
678
  },
679
679
  enumerable: false,
@@ -681,10 +681,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
681
681
  });
682
682
  Object.defineProperty(AxisDescription.prototype, "titleLeftMargin", {
683
683
  get: function () {
684
- return this.b1;
684
+ return this.br;
685
685
  },
686
686
  set: function (a) {
687
- this.b1 = a;
687
+ this.br = a;
688
688
  this.j("TitleLeftMargin");
689
689
  },
690
690
  enumerable: false,
@@ -692,10 +692,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
692
692
  });
693
693
  Object.defineProperty(AxisDescription.prototype, "titleRightMargin", {
694
694
  get: function () {
695
- return this.b4;
695
+ return this.bu;
696
696
  },
697
697
  set: function (a) {
698
- this.b4 = a;
698
+ this.bu = a;
699
699
  this.j("TitleRightMargin");
700
700
  },
701
701
  enumerable: false,
@@ -703,10 +703,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
703
703
  });
704
704
  Object.defineProperty(AxisDescription.prototype, "titleTopMargin", {
705
705
  get: function () {
706
- return this.b5;
706
+ return this.bv;
707
707
  },
708
708
  set: function (a) {
709
- this.b5 = a;
709
+ this.bv = a;
710
710
  this.j("TitleTopMargin");
711
711
  },
712
712
  enumerable: false,
@@ -714,10 +714,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
714
714
  });
715
715
  Object.defineProperty(AxisDescription.prototype, "titleBottomMargin", {
716
716
  get: function () {
717
- return this.by;
717
+ return this.bo;
718
718
  },
719
719
  set: function (a) {
720
- this.by = a;
720
+ this.bo = a;
721
721
  this.j("TitleBottomMargin");
722
722
  },
723
723
  enumerable: false,
@@ -725,10 +725,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
725
725
  });
726
726
  Object.defineProperty(AxisDescription.prototype, "titleHorizontalAlignment", {
727
727
  get: function () {
728
- return this.d9;
728
+ return this.d4;
729
729
  },
730
730
  set: function (a) {
731
- this.d9 = a;
731
+ this.d4 = a;
732
732
  this.j("TitleHorizontalAlignment");
733
733
  },
734
734
  enumerable: false,
@@ -736,10 +736,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
736
736
  });
737
737
  Object.defineProperty(AxisDescription.prototype, "titleVerticalAlignment", {
738
738
  get: function () {
739
- return this.ed;
739
+ return this.d8;
740
740
  },
741
741
  set: function (a) {
742
- this.ed = a;
742
+ this.d8 = a;
743
743
  this.j("TitleVerticalAlignment");
744
744
  },
745
745
  enumerable: false,
@@ -747,10 +747,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
747
747
  });
748
748
  Object.defineProperty(AxisDescription.prototype, "shouldAutoTruncateAnnotations", {
749
749
  get: function () {
750
- return this.ak;
750
+ return this.af;
751
751
  },
752
752
  set: function (a) {
753
- this.ak = a;
753
+ this.af = a;
754
754
  this.j("ShouldAutoTruncateAnnotations");
755
755
  },
756
756
  enumerable: false,
@@ -769,10 +769,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
769
769
  });
770
770
  Object.defineProperty(AxisDescription.prototype, "coercionMethodsRef", {
771
771
  get: function () {
772
- return this.c9;
772
+ return this.cz;
773
773
  },
774
774
  set: function (a) {
775
- this.c9 = a;
775
+ this.cz = a;
776
776
  this.j("CoercionMethodsRef");
777
777
  },
778
778
  enumerable: false,
@@ -780,10 +780,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
780
780
  });
781
781
  Object.defineProperty(AxisDescription.prototype, "expectFunctions", {
782
782
  get: function () {
783
- return this.af;
783
+ return this.aa;
784
784
  },
785
785
  set: function (a) {
786
- this.af = a;
786
+ this.aa = a;
787
787
  this.j("ExpectFunctions");
788
788
  },
789
789
  enumerable: false,
@@ -791,10 +791,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
791
791
  });
792
792
  Object.defineProperty(AxisDescription.prototype, "labelFormat", {
793
793
  get: function () {
794
- return this.ds;
794
+ return this.dm;
795
795
  },
796
796
  set: function (a) {
797
- this.ds = a;
797
+ this.dm = a;
798
798
  this.j("LabelFormat");
799
799
  },
800
800
  enumerable: false,
@@ -813,10 +813,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
813
813
  });
814
814
  Object.defineProperty(AxisDescription.prototype, "isCompanionAxis", {
815
815
  get: function () {
816
- return this.ag;
816
+ return this.ab;
817
817
  },
818
818
  set: function (a) {
819
- this.ag = a;
819
+ this.ab = a;
820
820
  this.j("IsCompanionAxis");
821
821
  },
822
822
  enumerable: false,
@@ -835,10 +835,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
835
835
  });
836
836
  Object.defineProperty(AxisDescription.prototype, "companionAxisLabelOpposite", {
837
837
  get: function () {
838
- return this.y;
838
+ return this.x;
839
839
  },
840
840
  set: function (a) {
841
- this.y = a;
841
+ this.x = a;
842
842
  this.j("CompanionAxisLabelOpposite");
843
843
  },
844
844
  enumerable: false,
@@ -846,10 +846,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
846
846
  });
847
847
  Object.defineProperty(AxisDescription.prototype, "companionAxisIsInverted", {
848
848
  get: function () {
849
- return this.x;
849
+ return this.c1;
850
850
  },
851
851
  set: function (a) {
852
- this.x = a;
852
+ this.c1 = a;
853
853
  this.j("CompanionAxisIsInverted");
854
854
  },
855
855
  enumerable: false,
@@ -857,10 +857,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
857
857
  });
858
858
  Object.defineProperty(AxisDescription.prototype, "companionAxisCrossingAxisRef", {
859
859
  get: function () {
860
- return this.da;
860
+ return this.c0;
861
861
  },
862
862
  set: function (a) {
863
- this.da = a;
863
+ this.c0 = a;
864
864
  this.j("CompanionAxisCrossingAxisRef");
865
865
  },
866
866
  enumerable: false,
@@ -868,10 +868,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
868
868
  });
869
869
  Object.defineProperty(AxisDescription.prototype, "companionAxisCrossingValue", {
870
870
  get: function () {
871
- return this.ba;
871
+ return this.a0;
872
872
  },
873
873
  set: function (a) {
874
- this.ba = a;
874
+ this.a0 = a;
875
875
  this.j("CompanionAxisCrossingValue");
876
876
  },
877
877
  enumerable: false,
@@ -879,10 +879,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
879
879
  });
880
880
  Object.defineProperty(AxisDescription.prototype, "companionAxisLabelVisible", {
881
881
  get: function () {
882
- return this.z;
882
+ return this.c6;
883
883
  },
884
884
  set: function (a) {
885
- this.z = a;
885
+ this.c6 = a;
886
886
  this.j("CompanionAxisLabelVisible");
887
887
  },
888
888
  enumerable: false,
@@ -890,10 +890,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
890
890
  });
891
891
  Object.defineProperty(AxisDescription.prototype, "companionAxisLabelAngle", {
892
892
  get: function () {
893
- return this.bb;
893
+ return this.a1;
894
894
  },
895
895
  set: function (a) {
896
- this.bb = a;
896
+ this.a1 = a;
897
897
  this.j("CompanionAxisLabelAngle");
898
898
  },
899
899
  enumerable: false,
@@ -901,10 +901,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
901
901
  });
902
902
  Object.defineProperty(AxisDescription.prototype, "companionAxisLabelExtent", {
903
903
  get: function () {
904
- return this.bc;
904
+ return this.a2;
905
905
  },
906
906
  set: function (a) {
907
- this.bc = a;
907
+ this.a2 = a;
908
908
  this.j("CompanionAxisLabelExtent");
909
909
  },
910
910
  enumerable: false,
@@ -912,10 +912,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
912
912
  });
913
913
  Object.defineProperty(AxisDescription.prototype, "companionAxisLabelLocation", {
914
914
  get: function () {
915
- return this.dd;
915
+ return this.c4;
916
916
  },
917
917
  set: function (a) {
918
- this.dd = a;
918
+ this.c4 = a;
919
919
  this.j("CompanionAxisLabelLocation");
920
920
  },
921
921
  enumerable: false,
@@ -923,10 +923,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
923
923
  });
924
924
  Object.defineProperty(AxisDescription.prototype, "companionAxisLabelVerticalAlignment", {
925
925
  get: function () {
926
- return this.de;
926
+ return this.c5;
927
927
  },
928
928
  set: function (a) {
929
- this.de = a;
929
+ this.c5 = a;
930
930
  this.j("CompanionAxisLabelVerticalAlignment");
931
931
  },
932
932
  enumerable: false,
@@ -934,10 +934,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
934
934
  });
935
935
  Object.defineProperty(AxisDescription.prototype, "companionAxisLabelHorizontalAlignment", {
936
936
  get: function () {
937
- return this.dc;
937
+ return this.c3;
938
938
  },
939
939
  set: function (a) {
940
- this.dc = a;
940
+ this.c3 = a;
941
941
  this.j("CompanionAxisLabelHorizontalAlignment");
942
942
  },
943
943
  enumerable: false,
@@ -945,10 +945,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
945
945
  });
946
946
  Object.defineProperty(AxisDescription.prototype, "companionAxisLabelColor", {
947
947
  get: function () {
948
- return this.db;
948
+ return this.c2;
949
949
  },
950
950
  set: function (a) {
951
- this.db = a;
951
+ this.c2 = a;
952
952
  this.j("CompanionAxisLabelColor");
953
953
  },
954
954
  enumerable: false,
@@ -956,10 +956,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
956
956
  });
957
957
  Object.defineProperty(AxisDescription.prototype, "companionAxisSyncronizedWithPrimaryAxis", {
958
958
  get: function () {
959
- return this.ad;
959
+ return this.y;
960
960
  },
961
961
  set: function (a) {
962
- this.ad = a;
962
+ this.y = a;
963
963
  this.j("CompanionAxisSyncronizedWithPrimaryAxis");
964
964
  },
965
965
  enumerable: false,
@@ -967,10 +967,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
967
967
  });
968
968
  Object.defineProperty(AxisDescription.prototype, "companionAxisStrip", {
969
969
  get: function () {
970
- return this.dh;
970
+ return this.dc;
971
971
  },
972
972
  set: function (a) {
973
- this.dh = a;
973
+ this.dc = a;
974
974
  this.j("CompanionAxisStrip");
975
975
  },
976
976
  enumerable: false,
@@ -978,10 +978,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
978
978
  });
979
979
  Object.defineProperty(AxisDescription.prototype, "companionAxisStroke", {
980
980
  get: function () {
981
- return this.di;
981
+ return this.dd;
982
982
  },
983
983
  set: function (a) {
984
- this.di = a;
984
+ this.dd = a;
985
985
  this.j("CompanionAxisStroke");
986
986
  },
987
987
  enumerable: false,
@@ -989,10 +989,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
989
989
  });
990
990
  Object.defineProperty(AxisDescription.prototype, "companionAxisMinExtent", {
991
991
  get: function () {
992
- return this.be;
992
+ return this.a4;
993
993
  },
994
994
  set: function (a) {
995
- this.be = a;
995
+ this.a4 = a;
996
996
  this.j("CompanionAxisMinExtent");
997
997
  },
998
998
  enumerable: false,
@@ -1000,10 +1000,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1000
1000
  });
1001
1001
  Object.defineProperty(AxisDescription.prototype, "companionAxisStrokeThickness", {
1002
1002
  get: function () {
1003
- return this.bg;
1003
+ return this.a6;
1004
1004
  },
1005
1005
  set: function (a) {
1006
- this.bg = a;
1006
+ this.a6 = a;
1007
1007
  this.j("CompanionAxisStrokeThickness");
1008
1008
  },
1009
1009
  enumerable: false,
@@ -1011,10 +1011,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1011
1011
  });
1012
1012
  Object.defineProperty(AxisDescription.prototype, "companionAxisMajorStroke", {
1013
1013
  get: function () {
1014
- return this.df;
1014
+ return this.c7;
1015
1015
  },
1016
1016
  set: function (a) {
1017
- this.df = a;
1017
+ this.c7 = a;
1018
1018
  this.j("CompanionAxisMajorStroke");
1019
1019
  },
1020
1020
  enumerable: false,
@@ -1022,10 +1022,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1022
1022
  });
1023
1023
  Object.defineProperty(AxisDescription.prototype, "companionAxisMajorStrokeThickness", {
1024
1024
  get: function () {
1025
- return this.bd;
1025
+ return this.a3;
1026
1026
  },
1027
1027
  set: function (a) {
1028
- this.bd = a;
1028
+ this.a3 = a;
1029
1029
  this.j("CompanionAxisMajorStrokeThickness");
1030
1030
  },
1031
1031
  enumerable: false,
@@ -1033,10 +1033,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1033
1033
  });
1034
1034
  Object.defineProperty(AxisDescription.prototype, "companionAxisMinorStroke", {
1035
1035
  get: function () {
1036
- return this.dg;
1036
+ return this.c8;
1037
1037
  },
1038
1038
  set: function (a) {
1039
- this.dg = a;
1039
+ this.c8 = a;
1040
1040
  this.j("CompanionAxisMinorStroke");
1041
1041
  },
1042
1042
  enumerable: false,
@@ -1044,10 +1044,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1044
1044
  });
1045
1045
  Object.defineProperty(AxisDescription.prototype, "companionAxisMinorStrokeThickness", {
1046
1046
  get: function () {
1047
- return this.bf;
1047
+ return this.a5;
1048
1048
  },
1049
1049
  set: function (a) {
1050
- this.bf = a;
1050
+ this.a5 = a;
1051
1051
  this.j("CompanionAxisMinorStrokeThickness");
1052
1052
  },
1053
1053
  enumerable: false,
@@ -1055,10 +1055,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1055
1055
  });
1056
1056
  Object.defineProperty(AxisDescription.prototype, "companionAxisTickStroke", {
1057
1057
  get: function () {
1058
- return this.dj;
1058
+ return this.de;
1059
1059
  },
1060
1060
  set: function (a) {
1061
- this.dj = a;
1061
+ this.de = a;
1062
1062
  this.j("CompanionAxisTickStroke");
1063
1063
  },
1064
1064
  enumerable: false,
@@ -1066,10 +1066,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1066
1066
  });
1067
1067
  Object.defineProperty(AxisDescription.prototype, "companionAxisTickLength", {
1068
1068
  get: function () {
1069
- return this.bh;
1069
+ return this.a7;
1070
1070
  },
1071
1071
  set: function (a) {
1072
- this.bh = a;
1072
+ this.a7 = a;
1073
1073
  this.j("CompanionAxisTickLength");
1074
1074
  },
1075
1075
  enumerable: false,
@@ -1077,10 +1077,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1077
1077
  });
1078
1078
  Object.defineProperty(AxisDescription.prototype, "companionAxisTickStrokeThickness", {
1079
1079
  get: function () {
1080
- return this.bi;
1080
+ return this.a8;
1081
1081
  },
1082
1082
  set: function (a) {
1083
- this.bi = a;
1083
+ this.a8 = a;
1084
1084
  this.j("CompanionAxisTickStrokeThickness");
1085
1085
  },
1086
1086
  enumerable: false,
@@ -1088,10 +1088,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1088
1088
  });
1089
1089
  Object.defineProperty(AxisDescription.prototype, "companionAxisTitle", {
1090
1090
  get: function () {
1091
- return this.dk;
1091
+ return this.df;
1092
1092
  },
1093
1093
  set: function (a) {
1094
- this.dk = a;
1094
+ this.df = a;
1095
1095
  this.j("CompanionAxisTitle");
1096
1096
  },
1097
1097
  enumerable: false,
@@ -1099,10 +1099,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1099
1099
  });
1100
1100
  Object.defineProperty(AxisDescription.prototype, "companionAxisShouldAvoidAnnotationCollisions", {
1101
1101
  get: function () {
1102
- return this.ab;
1102
+ return this.da;
1103
1103
  },
1104
1104
  set: function (a) {
1105
- this.ab = a;
1105
+ this.da = a;
1106
1106
  this.j("CompanionAxisShouldAvoidAnnotationCollisions");
1107
1107
  },
1108
1108
  enumerable: false,
@@ -1110,10 +1110,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1110
1110
  });
1111
1111
  Object.defineProperty(AxisDescription.prototype, "companionAxisShouldAutoTruncateAnnotations", {
1112
1112
  get: function () {
1113
- return this.aa;
1113
+ return this.c9;
1114
1114
  },
1115
1115
  set: function (a) {
1116
- this.aa = a;
1116
+ this.c9 = a;
1117
1117
  this.j("CompanionAxisShouldAutoTruncateAnnotations");
1118
1118
  },
1119
1119
  enumerable: false,
@@ -1121,10 +1121,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1121
1121
  });
1122
1122
  Object.defineProperty(AxisDescription.prototype, "companionAxisShouldKeepAnnotationsInView", {
1123
1123
  get: function () {
1124
- return this.ac;
1124
+ return this.db;
1125
1125
  },
1126
1126
  set: function (a) {
1127
- this.ac = a;
1127
+ this.db = a;
1128
1128
  this.j("CompanionAxisShouldKeepAnnotationsInView");
1129
1129
  },
1130
1130
  enumerable: false,
@@ -1132,10 +1132,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1132
1132
  });
1133
1133
  Object.defineProperty(AxisDescription.prototype, "rangeChangedRef", {
1134
1134
  get: function () {
1135
- return this.d0;
1135
+ return this.dv;
1136
1136
  },
1137
1137
  set: function (a) {
1138
- this.d0 = a;
1138
+ this.dv = a;
1139
1139
  this.j("RangeChangedRef");
1140
1140
  },
1141
1141
  enumerable: false,
@@ -1143,10 +1143,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1143
1143
  });
1144
1144
  Object.defineProperty(AxisDescription.prototype, "renderRequestedRef", {
1145
1145
  get: function () {
1146
- return this.d1;
1146
+ return this.dw;
1147
1147
  },
1148
1148
  set: function (a) {
1149
- this.d1 = a;
1149
+ this.dw = a;
1150
1150
  this.j("RenderRequestedRef");
1151
1151
  },
1152
1152
  enumerable: false,
@@ -1154,10 +1154,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1154
1154
  });
1155
1155
  Object.defineProperty(AxisDescription.prototype, "label", {
1156
1156
  get: function () {
1157
- return this.dn;
1157
+ return this.di;
1158
1158
  },
1159
1159
  set: function (a) {
1160
- this.dn = a;
1160
+ this.di = a;
1161
1161
  this.j("Label");
1162
1162
  },
1163
1163
  enumerable: false,
@@ -1165,10 +1165,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1165
1165
  });
1166
1166
  Object.defineProperty(AxisDescription.prototype, "labelFontFamily", {
1167
1167
  get: function () {
1168
- return this.dp;
1168
+ return this.dj;
1169
1169
  },
1170
1170
  set: function (a) {
1171
- this.dp = a;
1171
+ this.dj = a;
1172
1172
  this.j("LabelFontFamily");
1173
1173
  },
1174
1174
  enumerable: false,
@@ -1176,10 +1176,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1176
1176
  });
1177
1177
  Object.defineProperty(AxisDescription.prototype, "labelFontSize", {
1178
1178
  get: function () {
1179
- return this.bm;
1179
+ return this.bc;
1180
1180
  },
1181
1181
  set: function (a) {
1182
- this.bm = a;
1182
+ this.bc = a;
1183
1183
  this.j("LabelFontSize");
1184
1184
  },
1185
1185
  enumerable: false,
@@ -1187,10 +1187,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1187
1187
  });
1188
1188
  Object.defineProperty(AxisDescription.prototype, "labelFontWeight", {
1189
1189
  get: function () {
1190
- return this.dr;
1190
+ return this.dl;
1191
1191
  },
1192
1192
  set: function (a) {
1193
- this.dr = a;
1193
+ this.dl = a;
1194
1194
  this.j("LabelFontWeight");
1195
1195
  },
1196
1196
  enumerable: false,
@@ -1198,10 +1198,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1198
1198
  });
1199
1199
  Object.defineProperty(AxisDescription.prototype, "labelFontStyle", {
1200
1200
  get: function () {
1201
- return this.dq;
1201
+ return this.dk;
1202
1202
  },
1203
1203
  set: function (a) {
1204
- this.dq = a;
1204
+ this.dk = a;
1205
1205
  this.j("LabelFontStyle");
1206
1206
  },
1207
1207
  enumerable: false,
@@ -1209,10 +1209,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1209
1209
  });
1210
1210
  Object.defineProperty(AxisDescription.prototype, "titleFontFamily", {
1211
1211
  get: function () {
1212
- return this.d6;
1212
+ return this.d1;
1213
1213
  },
1214
1214
  set: function (a) {
1215
- this.d6 = a;
1215
+ this.d1 = a;
1216
1216
  this.j("TitleFontFamily");
1217
1217
  },
1218
1218
  enumerable: false,
@@ -1220,10 +1220,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1220
1220
  });
1221
1221
  Object.defineProperty(AxisDescription.prototype, "titleFontSize", {
1222
1222
  get: function () {
1223
- return this.b0;
1223
+ return this.bq;
1224
1224
  },
1225
1225
  set: function (a) {
1226
- this.b0 = a;
1226
+ this.bq = a;
1227
1227
  this.j("TitleFontSize");
1228
1228
  },
1229
1229
  enumerable: false,
@@ -1231,10 +1231,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1231
1231
  });
1232
1232
  Object.defineProperty(AxisDescription.prototype, "titleFontWeight", {
1233
1233
  get: function () {
1234
- return this.d8;
1234
+ return this.d3;
1235
1235
  },
1236
1236
  set: function (a) {
1237
- this.d8 = a;
1237
+ this.d3 = a;
1238
1238
  this.j("TitleFontWeight");
1239
1239
  },
1240
1240
  enumerable: false,
@@ -1242,10 +1242,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1242
1242
  });
1243
1243
  Object.defineProperty(AxisDescription.prototype, "titleFontStyle", {
1244
1244
  get: function () {
1245
- return this.d7;
1245
+ return this.d2;
1246
1246
  },
1247
1247
  set: function (a) {
1248
- this.d7 = a;
1248
+ this.d2 = a;
1249
1249
  this.j("TitleFontStyle");
1250
1250
  },
1251
1251
  enumerable: false,
@@ -1253,10 +1253,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1253
1253
  });
1254
1254
  Object.defineProperty(AxisDescription.prototype, "labelVisibility", {
1255
1255
  get: function () {
1256
- return this.dx;
1256
+ return this.ds;
1257
1257
  },
1258
1258
  set: function (a) {
1259
- this.dx = a;
1259
+ this.ds = a;
1260
1260
  this.j("LabelVisibility");
1261
1261
  },
1262
1262
  enumerable: false,