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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/bundles/igniteui-angular-core.umd.js +6890 -5217
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +276 -276
  4. package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
  5. package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
  6. package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  7. package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
  8. package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
  9. package/esm2015/lib/CanvasScalingHelpers.js +79 -0
  10. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  11. package/esm2015/lib/CategoryChartDescription.js +121 -121
  12. package/esm2015/lib/DashboardTileDescription.js +90 -82
  13. package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/DataChartDescription.js +103 -95
  15. package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
  16. package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
  17. package/esm2015/lib/DataPieChartDescription.js +32 -32
  18. package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
  19. package/esm2015/lib/DomainChartDescription.js +786 -778
  20. package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
  21. package/esm2015/lib/EventProxy.js +32 -31
  22. package/esm2015/lib/FeatureState.js +29 -0
  23. package/esm2015/lib/FinancialChartDescription.js +151 -151
  24. package/esm2015/lib/GeographicMapDescription.js +41 -41
  25. package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
  26. package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
  27. package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
  28. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  29. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
  30. package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
  31. package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
  32. package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
  33. package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
  34. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
  35. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
  36. package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
  37. package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
  38. package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
  39. package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  40. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  41. package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
  42. package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
  43. package/esm2015/lib/RadialBaseChartDescription.js +217 -217
  44. package/esm2015/lib/ScrollerView_combined.js +12 -12
  45. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
  46. package/esm2015/lib/SeriesViewerDescription.js +503 -487
  47. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  48. package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
  49. package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
  50. package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
  51. package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
  52. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  53. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
  54. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  55. package/esm2015/lib/WebColumnDescription.js +131 -115
  56. package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
  57. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  58. package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
  59. package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  60. package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  61. package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  62. package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
  63. package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
  64. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
  65. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  66. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
  67. package/esm2015/lib/WebGridDescription.js +52 -52
  68. package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
  69. package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
  70. package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
  71. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  72. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  73. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  74. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  75. package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
  76. package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  77. package/esm2015/lib/WebRowIslandDescription.js +356 -340
  78. package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
  79. package/esm2015/lib/WebTooltipDescription.js +43 -35
  80. package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
  81. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  82. package/esm2015/lib/XYChartDescription.js +217 -217
  83. package/esm2015/public_api.js +28 -2
  84. package/esm5/lib/AxisDescription.js +276 -276
  85. package/esm5/lib/AxisDescriptionMetadata.js +10 -5
  86. package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
  87. package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  88. package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
  89. package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
  90. package/esm5/lib/CanvasScalingHelpers.js +83 -0
  91. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  92. package/esm5/lib/CategoryChartDescription.js +121 -121
  93. package/esm5/lib/DashboardTileDescription.js +94 -82
  94. package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
  95. package/esm5/lib/DataChartDescription.js +107 -95
  96. package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
  97. package/esm5/lib/DataPieBaseChartDescription.js +117 -117
  98. package/esm5/lib/DataPieChartDescription.js +32 -32
  99. package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
  100. package/esm5/lib/DomainChartDescription.js +790 -778
  101. package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
  102. package/esm5/lib/EventProxy.js +32 -31
  103. package/esm5/lib/FeatureState.js +29 -0
  104. package/esm5/lib/FinancialChartDescription.js +151 -151
  105. package/esm5/lib/GeographicMapDescription.js +41 -41
  106. package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
  107. package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
  108. package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
  109. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  110. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
  111. package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
  112. package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
  113. package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
  114. package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
  115. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
  116. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
  117. package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
  118. package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
  119. package/esm5/lib/NumericAxisBaseDescription.js +84 -84
  120. package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  121. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  122. package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
  123. package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
  124. package/esm5/lib/RadialBaseChartDescription.js +217 -217
  125. package/esm5/lib/ScrollerView_combined.js +12 -12
  126. package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
  127. package/esm5/lib/SeriesViewerDescription.js +510 -486
  128. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  129. package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
  130. package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
  131. package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
  132. package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
  133. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  134. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
  135. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  136. package/esm5/lib/WebColumnDescription.js +139 -115
  137. package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
  138. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  139. package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
  140. package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  141. package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  142. package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  143. package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
  144. package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
  145. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
  146. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  147. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
  148. package/esm5/lib/WebGridDescription.js +52 -52
  149. package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
  150. package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
  151. package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
  152. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  153. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  154. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  155. package/esm5/lib/WebPivotGridDescription.js +42 -42
  156. package/esm5/lib/WebPositionSettingsDescription.js +22 -10
  157. package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  158. package/esm5/lib/WebRowIslandDescription.js +364 -340
  159. package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
  160. package/esm5/lib/WebTooltipDescription.js +47 -35
  161. package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
  162. package/esm5/lib/WebTreeGridDescription.js +28 -28
  163. package/esm5/lib/XYChartDescription.js +217 -217
  164. package/esm5/public_api.js +28 -2
  165. package/fesm2015/igniteui-angular-core.js +6610 -5175
  166. package/fesm5/igniteui-angular-core.js +6864 -5218
  167. package/lib/AxisDescription.d.ts +106 -106
  168. package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
  169. package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
  170. package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
  171. package/lib/CanvasScalingHelpers.d.ts +17 -0
  172. package/lib/CategoryChartDescription.d.ts +45 -45
  173. package/lib/DashboardTileDescription.d.ts +33 -30
  174. package/lib/DataChartDescription.d.ts +36 -33
  175. package/lib/DataPieBaseChartDescription.d.ts +43 -43
  176. package/lib/DataPieChartDescription.d.ts +12 -12
  177. package/lib/DataSourceLocalDataProvider.d.ts +36 -27
  178. package/lib/DomainChartDescription.d.ts +291 -288
  179. package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
  180. package/lib/EventProxy.d.ts +28 -27
  181. package/lib/FeatureState.d.ts +22 -0
  182. package/lib/FinancialChartDescription.d.ts +56 -56
  183. package/lib/GeographicMapDescription.d.ts +14 -14
  184. package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
  185. package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
  186. package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
  187. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
  188. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
  189. package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
  190. package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
  191. package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
  192. package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
  193. package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
  194. package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
  195. package/lib/MonthToDateExpressionDescription.d.ts +12 -0
  196. package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
  197. package/lib/NumericAxisBaseDescription.d.ts +32 -32
  198. package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
  199. package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
  200. package/lib/RadialBaseChartDescription.d.ts +80 -80
  201. package/lib/SeriesViewerDescription.d.ts +178 -172
  202. package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
  203. package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
  204. package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
  205. package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
  206. package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
  207. package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  208. package/lib/WebColumnDescription.d.ts +46 -40
  209. package/lib/WebColumnGroupDescription.d.ts +4 -4
  210. package/lib/WebCustomDateRangeDescription.d.ts +7 -0
  211. package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
  212. package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
  213. package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
  214. package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
  215. package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  216. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
  217. package/lib/WebGridDescription.d.ts +18 -18
  218. package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
  219. package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  220. package/lib/WebGridResourceStringsDescription.d.ts +197 -155
  221. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  222. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  223. package/lib/WebPivotGridDescription.d.ts +15 -15
  224. package/lib/WebPositionSettingsDescription.d.ts +7 -4
  225. package/lib/WebRowIslandDescription.d.ts +125 -118
  226. package/lib/WebTooltipDescription.d.ts +15 -12
  227. package/lib/WebTreeGridDescription.d.ts +10 -10
  228. package/lib/XYChartDescription.d.ts +80 -80
  229. package/package.json +1 -1
  230. package/public_api.d.ts +28 -2
@@ -13,648 +13,648 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
13
13
  class XYChartDescription extends DomainChartDescription {
14
14
  constructor() {
15
15
  super();
16
- this.vm = null;
17
- this.v4 = null;
18
- this.tj = 0;
16
+ this.vo = null;
17
+ this.v6 = null;
19
18
  this.tl = 0;
19
+ this.tn = 0;
20
+ this.tm = 0;
20
21
  this.tk = 0;
21
- this.ti = 0;
22
- this.t2 = 0;
23
22
  this.t4 = 0;
23
+ this.t6 = 0;
24
+ this.t5 = 0;
24
25
  this.t3 = 0;
25
- this.t1 = 0;
26
- this.vr = null;
27
- this.v9 = null;
28
- this.vk = null;
29
- this.vl = null;
30
- this.tw = 0;
31
- this.uf = 0;
32
- this.tv = 0;
33
- this.ue = 0;
26
+ this.vt = null;
27
+ this.wb = null;
28
+ this.vm = null;
29
+ this.vn = null;
34
30
  this.ty = 0;
35
31
  this.uh = 0;
36
32
  this.tx = 0;
37
33
  this.ug = 0;
38
- this.tu = 0;
39
- this.ud = 0;
40
- this.v2 = null;
41
- this.wk = null;
34
+ this.t0 = 0;
35
+ this.uj = 0;
36
+ this.tz = 0;
37
+ this.ui = 0;
38
+ this.tw = 0;
39
+ this.uf = 0;
40
+ this.v4 = null;
41
+ this.wm = null;
42
+ this.vu = null;
43
+ this.wc = null;
44
+ this.v5 = null;
45
+ this.wn = null;
42
46
  this.vs = null;
43
47
  this.wa = null;
44
- this.v3 = null;
45
- this.wl = null;
46
- this.vq = null;
47
- this.v8 = null;
48
- this.vv = null;
49
- this.wd = null;
50
- this.tm = 0;
51
- this.t5 = 0;
52
- this.tp = 0;
53
- this.t8 = 0;
54
48
  this.vx = null;
55
49
  this.wf = null;
56
- this.vy = null;
57
- this.wg = null;
58
- this.tq = 0;
59
- this.t9 = 0;
50
+ this.to = 0;
51
+ this.t7 = 0;
60
52
  this.tr = 0;
61
53
  this.ua = 0;
62
54
  this.vz = null;
63
55
  this.wh = null;
64
- this.ts = 0;
65
- this.ub = 0;
66
56
  this.v0 = null;
67
57
  this.wi = null;
68
- this.vw = null;
69
- this.we = null;
70
- this.th = 0;
71
- this.t0 = 0;
72
- this.tg = 0;
73
- this.tz = 0;
74
- this.tn = 0;
75
- this.t6 = 0;
76
- this.to = 0;
77
- this.t7 = 0;
58
+ this.ts = 0;
59
+ this.ub = 0;
78
60
  this.tt = 0;
79
61
  this.uc = 0;
80
- this.tc = false;
81
- this.td = false;
82
62
  this.v1 = null;
83
63
  this.wj = null;
84
- this.vo = null;
85
- this.v6 = null;
86
- this.vt = null;
87
- this.wb = null;
88
- this.vu = null;
89
- this.wc = null;
90
- this.v7 = null;
64
+ this.tu = 0;
65
+ this.ud = 0;
66
+ this.v2 = null;
67
+ this.wk = null;
68
+ this.vy = null;
69
+ this.wg = null;
70
+ this.tj = 0;
71
+ this.t2 = 0;
72
+ this.ti = 0;
73
+ this.t1 = 0;
74
+ this.tp = 0;
75
+ this.t8 = 0;
76
+ this.tq = 0;
77
+ this.t9 = 0;
78
+ this.tv = 0;
79
+ this.ue = 0;
80
+ this.te = false;
81
+ this.tf = false;
82
+ this.v3 = null;
83
+ this.wl = null;
84
+ this.vq = null;
85
+ this.v8 = null;
86
+ this.vv = null;
87
+ this.wd = null;
88
+ this.vw = null;
89
+ this.we = null;
90
+ this.v9 = null;
91
+ this.vr = null;
91
92
  this.vp = null;
92
- this.vn = null;
93
- this.s8 = null;
94
- this.v5 = null;
95
- this.s9 = null;
93
+ this.ta = null;
94
+ this.v7 = null;
95
+ this.tb = null;
96
96
  }
97
97
  get_type() {
98
98
  return "XYChart";
99
99
  }
100
100
  get xAxisFormatLabelRef() {
101
- return this.vm;
101
+ return this.vo;
102
102
  }
103
103
  set xAxisFormatLabelRef(a) {
104
- this.vm = a;
104
+ this.vo = a;
105
105
  this.j("XAxisFormatLabelRef");
106
106
  }
107
107
  get yAxisFormatLabelRef() {
108
- return this.v4;
108
+ return this.v6;
109
109
  }
110
110
  set yAxisFormatLabelRef(a) {
111
- this.v4 = a;
111
+ this.v6 = a;
112
112
  this.j("YAxisFormatLabelRef");
113
113
  }
114
114
  get xAxisLabelLeftMargin() {
115
- return this.tj;
115
+ return this.tl;
116
116
  }
117
117
  set xAxisLabelLeftMargin(a) {
118
- this.tj = a;
118
+ this.tl = a;
119
119
  this.j("XAxisLabelLeftMargin");
120
120
  }
121
121
  get xAxisLabelTopMargin() {
122
- return this.tl;
122
+ return this.tn;
123
123
  }
124
124
  set xAxisLabelTopMargin(a) {
125
- this.tl = a;
125
+ this.tn = a;
126
126
  this.j("XAxisLabelTopMargin");
127
127
  }
128
128
  get xAxisLabelRightMargin() {
129
- return this.tk;
129
+ return this.tm;
130
130
  }
131
131
  set xAxisLabelRightMargin(a) {
132
- this.tk = a;
132
+ this.tm = a;
133
133
  this.j("XAxisLabelRightMargin");
134
134
  }
135
135
  get xAxisLabelBottomMargin() {
136
- return this.ti;
136
+ return this.tk;
137
137
  }
138
138
  set xAxisLabelBottomMargin(a) {
139
- this.ti = a;
139
+ this.tk = a;
140
140
  this.j("XAxisLabelBottomMargin");
141
141
  }
142
142
  get yAxisLabelLeftMargin() {
143
- return this.t2;
143
+ return this.t4;
144
144
  }
145
145
  set yAxisLabelLeftMargin(a) {
146
- this.t2 = a;
146
+ this.t4 = a;
147
147
  this.j("YAxisLabelLeftMargin");
148
148
  }
149
149
  get yAxisLabelTopMargin() {
150
- return this.t4;
150
+ return this.t6;
151
151
  }
152
152
  set yAxisLabelTopMargin(a) {
153
- this.t4 = a;
153
+ this.t6 = a;
154
154
  this.j("YAxisLabelTopMargin");
155
155
  }
156
156
  get yAxisLabelRightMargin() {
157
- return this.t3;
157
+ return this.t5;
158
158
  }
159
159
  set yAxisLabelRightMargin(a) {
160
- this.t3 = a;
160
+ this.t5 = a;
161
161
  this.j("YAxisLabelRightMargin");
162
162
  }
163
163
  get yAxisLabelBottomMargin() {
164
- return this.t1;
164
+ return this.t3;
165
165
  }
166
166
  set yAxisLabelBottomMargin(a) {
167
- this.t1 = a;
167
+ this.t3 = a;
168
168
  this.j("YAxisLabelBottomMargin");
169
169
  }
170
170
  get xAxisLabelTextColor() {
171
- return this.vr;
171
+ return this.vt;
172
172
  }
173
173
  set xAxisLabelTextColor(a) {
174
- this.vr = a;
174
+ this.vt = a;
175
175
  this.j("XAxisLabelTextColor");
176
176
  }
177
177
  get yAxisLabelTextColor() {
178
- return this.v9;
178
+ return this.wb;
179
179
  }
180
180
  set yAxisLabelTextColor(a) {
181
- this.v9 = a;
181
+ this.wb = a;
182
182
  this.j("YAxisLabelTextColor");
183
183
  }
184
184
  get actualXAxisLabelTextColor() {
185
- return this.vk;
185
+ return this.vm;
186
186
  }
187
187
  set actualXAxisLabelTextColor(a) {
188
- this.vk = a;
188
+ this.vm = a;
189
189
  this.j("ActualXAxisLabelTextColor");
190
190
  }
191
191
  get actualYAxisLabelTextColor() {
192
- return this.vl;
192
+ return this.vn;
193
193
  }
194
194
  set actualYAxisLabelTextColor(a) {
195
- this.vl = a;
195
+ this.vn = a;
196
196
  this.j("ActualYAxisLabelTextColor");
197
197
  }
198
198
  get xAxisTitleMargin() {
199
- return this.tw;
199
+ return this.ty;
200
200
  }
201
201
  set xAxisTitleMargin(a) {
202
- this.tw = a;
202
+ this.ty = a;
203
203
  this.j("XAxisTitleMargin");
204
204
  }
205
205
  get yAxisTitleMargin() {
206
- return this.uf;
206
+ return this.uh;
207
207
  }
208
208
  set yAxisTitleMargin(a) {
209
- this.uf = a;
209
+ this.uh = a;
210
210
  this.j("YAxisTitleMargin");
211
211
  }
212
212
  get xAxisTitleLeftMargin() {
213
- return this.tv;
213
+ return this.tx;
214
214
  }
215
215
  set xAxisTitleLeftMargin(a) {
216
- this.tv = a;
216
+ this.tx = a;
217
217
  this.j("XAxisTitleLeftMargin");
218
218
  }
219
219
  get yAxisTitleLeftMargin() {
220
- return this.ue;
220
+ return this.ug;
221
221
  }
222
222
  set yAxisTitleLeftMargin(a) {
223
- this.ue = a;
223
+ this.ug = a;
224
224
  this.j("YAxisTitleLeftMargin");
225
225
  }
226
226
  get xAxisTitleTopMargin() {
227
- return this.ty;
227
+ return this.t0;
228
228
  }
229
229
  set xAxisTitleTopMargin(a) {
230
- this.ty = a;
230
+ this.t0 = a;
231
231
  this.j("XAxisTitleTopMargin");
232
232
  }
233
233
  get yAxisTitleTopMargin() {
234
- return this.uh;
234
+ return this.uj;
235
235
  }
236
236
  set yAxisTitleTopMargin(a) {
237
- this.uh = a;
237
+ this.uj = a;
238
238
  this.j("YAxisTitleTopMargin");
239
239
  }
240
240
  get xAxisTitleRightMargin() {
241
- return this.tx;
241
+ return this.tz;
242
242
  }
243
243
  set xAxisTitleRightMargin(a) {
244
- this.tx = a;
244
+ this.tz = a;
245
245
  this.j("XAxisTitleRightMargin");
246
246
  }
247
247
  get yAxisTitleRightMargin() {
248
- return this.ug;
248
+ return this.ui;
249
249
  }
250
250
  set yAxisTitleRightMargin(a) {
251
- this.ug = a;
251
+ this.ui = a;
252
252
  this.j("YAxisTitleRightMargin");
253
253
  }
254
254
  get xAxisTitleBottomMargin() {
255
- return this.tu;
255
+ return this.tw;
256
256
  }
257
257
  set xAxisTitleBottomMargin(a) {
258
- this.tu = a;
258
+ this.tw = a;
259
259
  this.j("XAxisTitleBottomMargin");
260
260
  }
261
261
  get yAxisTitleBottomMargin() {
262
- return this.ud;
262
+ return this.uf;
263
263
  }
264
264
  set yAxisTitleBottomMargin(a) {
265
- this.ud = a;
265
+ this.uf = a;
266
266
  this.j("YAxisTitleBottomMargin");
267
267
  }
268
268
  get xAxisTitleTextColor() {
269
- return this.v2;
269
+ return this.v4;
270
270
  }
271
271
  set xAxisTitleTextColor(a) {
272
- this.v2 = a;
272
+ this.v4 = a;
273
273
  this.j("XAxisTitleTextColor");
274
274
  }
275
275
  get yAxisTitleTextColor() {
276
- return this.wk;
276
+ return this.wm;
277
277
  }
278
278
  set yAxisTitleTextColor(a) {
279
- this.wk = a;
279
+ this.wm = a;
280
280
  this.j("YAxisTitleTextColor");
281
281
  }
282
282
  get xAxisLabelTextStyle() {
283
- return this.vs;
283
+ return this.vu;
284
284
  }
285
285
  set xAxisLabelTextStyle(a) {
286
- this.vs = a;
286
+ this.vu = a;
287
287
  this.j("XAxisLabelTextStyle");
288
288
  }
289
289
  get yAxisLabelTextStyle() {
290
- return this.wa;
290
+ return this.wc;
291
291
  }
292
292
  set yAxisLabelTextStyle(a) {
293
- this.wa = a;
293
+ this.wc = a;
294
294
  this.j("YAxisLabelTextStyle");
295
295
  }
296
296
  get xAxisTitleTextStyle() {
297
- return this.v3;
297
+ return this.v5;
298
298
  }
299
299
  set xAxisTitleTextStyle(a) {
300
- this.v3 = a;
300
+ this.v5 = a;
301
301
  this.j("XAxisTitleTextStyle");
302
302
  }
303
303
  get yAxisTitleTextStyle() {
304
- return this.wl;
304
+ return this.wn;
305
305
  }
306
306
  set yAxisTitleTextStyle(a) {
307
- this.wl = a;
307
+ this.wn = a;
308
308
  this.j("YAxisTitleTextStyle");
309
309
  }
310
310
  get xAxisLabelRef() {
311
- return this.vq;
311
+ return this.vs;
312
312
  }
313
313
  set xAxisLabelRef(a) {
314
- this.vq = a;
314
+ this.vs = a;
315
315
  this.j("XAxisLabelRef");
316
316
  }
317
317
  get yAxisLabelRef() {
318
- return this.v8;
318
+ return this.wa;
319
319
  }
320
320
  set yAxisLabelRef(a) {
321
- this.v8 = a;
321
+ this.wa = a;
322
322
  this.j("YAxisLabelRef");
323
323
  }
324
324
  get xAxisMajorStroke() {
325
- return this.vv;
325
+ return this.vx;
326
326
  }
327
327
  set xAxisMajorStroke(a) {
328
- this.vv = a;
328
+ this.vx = a;
329
329
  this.j("XAxisMajorStroke");
330
330
  }
331
331
  get yAxisMajorStroke() {
332
- return this.wd;
332
+ return this.wf;
333
333
  }
334
334
  set yAxisMajorStroke(a) {
335
- this.wd = a;
335
+ this.wf = a;
336
336
  this.j("YAxisMajorStroke");
337
337
  }
338
338
  get xAxisMajorStrokeThickness() {
339
- return this.tm;
339
+ return this.to;
340
340
  }
341
341
  set xAxisMajorStrokeThickness(a) {
342
- this.tm = a;
342
+ this.to = a;
343
343
  this.j("XAxisMajorStrokeThickness");
344
344
  }
345
345
  get yAxisMajorStrokeThickness() {
346
- return this.t5;
346
+ return this.t7;
347
347
  }
348
348
  set yAxisMajorStrokeThickness(a) {
349
- this.t5 = a;
349
+ this.t7 = a;
350
350
  this.j("YAxisMajorStrokeThickness");
351
351
  }
352
352
  get xAxisMinorStrokeThickness() {
353
- return this.tp;
353
+ return this.tr;
354
354
  }
355
355
  set xAxisMinorStrokeThickness(a) {
356
- this.tp = a;
356
+ this.tr = a;
357
357
  this.j("XAxisMinorStrokeThickness");
358
358
  }
359
359
  get yAxisMinorStrokeThickness() {
360
- return this.t8;
360
+ return this.ua;
361
361
  }
362
362
  set yAxisMinorStrokeThickness(a) {
363
- this.t8 = a;
363
+ this.ua = a;
364
364
  this.j("YAxisMinorStrokeThickness");
365
365
  }
366
366
  get xAxisStrip() {
367
- return this.vx;
367
+ return this.vz;
368
368
  }
369
369
  set xAxisStrip(a) {
370
- this.vx = a;
370
+ this.vz = a;
371
371
  this.j("XAxisStrip");
372
372
  }
373
373
  get yAxisStrip() {
374
- return this.wf;
374
+ return this.wh;
375
375
  }
376
376
  set yAxisStrip(a) {
377
- this.wf = a;
377
+ this.wh = a;
378
378
  this.j("YAxisStrip");
379
379
  }
380
380
  get xAxisStroke() {
381
- return this.vy;
381
+ return this.v0;
382
382
  }
383
383
  set xAxisStroke(a) {
384
- this.vy = a;
384
+ this.v0 = a;
385
385
  this.j("XAxisStroke");
386
386
  }
387
387
  get yAxisStroke() {
388
- return this.wg;
388
+ return this.wi;
389
389
  }
390
390
  set yAxisStroke(a) {
391
- this.wg = a;
391
+ this.wi = a;
392
392
  this.j("YAxisStroke");
393
393
  }
394
394
  get xAxisStrokeThickness() {
395
- return this.tq;
395
+ return this.ts;
396
396
  }
397
397
  set xAxisStrokeThickness(a) {
398
- this.tq = a;
398
+ this.ts = a;
399
399
  this.j("XAxisStrokeThickness");
400
400
  }
401
401
  get yAxisStrokeThickness() {
402
- return this.t9;
402
+ return this.ub;
403
403
  }
404
404
  set yAxisStrokeThickness(a) {
405
- this.t9 = a;
405
+ this.ub = a;
406
406
  this.j("YAxisStrokeThickness");
407
407
  }
408
408
  get xAxisTickLength() {
409
- return this.tr;
409
+ return this.tt;
410
410
  }
411
411
  set xAxisTickLength(a) {
412
- this.tr = a;
412
+ this.tt = a;
413
413
  this.j("XAxisTickLength");
414
414
  }
415
415
  get yAxisTickLength() {
416
- return this.ua;
416
+ return this.uc;
417
417
  }
418
418
  set yAxisTickLength(a) {
419
- this.ua = a;
419
+ this.uc = a;
420
420
  this.j("YAxisTickLength");
421
421
  }
422
422
  get xAxisTickStroke() {
423
- return this.vz;
423
+ return this.v1;
424
424
  }
425
425
  set xAxisTickStroke(a) {
426
- this.vz = a;
426
+ this.v1 = a;
427
427
  this.j("XAxisTickStroke");
428
428
  }
429
429
  get yAxisTickStroke() {
430
- return this.wh;
430
+ return this.wj;
431
431
  }
432
432
  set yAxisTickStroke(a) {
433
- this.wh = a;
433
+ this.wj = a;
434
434
  this.j("YAxisTickStroke");
435
435
  }
436
436
  get xAxisTickStrokeThickness() {
437
- return this.ts;
437
+ return this.tu;
438
438
  }
439
439
  set xAxisTickStrokeThickness(a) {
440
- this.ts = a;
440
+ this.tu = a;
441
441
  this.j("XAxisTickStrokeThickness");
442
442
  }
443
443
  get yAxisTickStrokeThickness() {
444
- return this.ub;
444
+ return this.ud;
445
445
  }
446
446
  set yAxisTickStrokeThickness(a) {
447
- this.ub = a;
447
+ this.ud = a;
448
448
  this.j("YAxisTickStrokeThickness");
449
449
  }
450
450
  get xAxisTitle() {
451
- return this.v0;
451
+ return this.v2;
452
452
  }
453
453
  set xAxisTitle(a) {
454
- this.v0 = a;
454
+ this.v2 = a;
455
455
  this.j("XAxisTitle");
456
456
  }
457
457
  get yAxisTitle() {
458
- return this.wi;
458
+ return this.wk;
459
459
  }
460
460
  set yAxisTitle(a) {
461
- this.wi = a;
461
+ this.wk = a;
462
462
  this.j("YAxisTitle");
463
463
  }
464
464
  get xAxisMinorStroke() {
465
- return this.vw;
465
+ return this.vy;
466
466
  }
467
467
  set xAxisMinorStroke(a) {
468
- this.vw = a;
468
+ this.vy = a;
469
469
  this.j("XAxisMinorStroke");
470
470
  }
471
471
  get yAxisMinorStroke() {
472
- return this.we;
472
+ return this.wg;
473
473
  }
474
474
  set yAxisMinorStroke(a) {
475
- this.we = a;
475
+ this.wg = a;
476
476
  this.j("YAxisMinorStroke");
477
477
  }
478
478
  get xAxisLabelAngle() {
479
- return this.th;
479
+ return this.tj;
480
480
  }
481
481
  set xAxisLabelAngle(a) {
482
- this.th = a;
482
+ this.tj = a;
483
483
  this.j("XAxisLabelAngle");
484
484
  }
485
485
  get yAxisLabelAngle() {
486
- return this.t0;
486
+ return this.t2;
487
487
  }
488
488
  set yAxisLabelAngle(a) {
489
- this.t0 = a;
489
+ this.t2 = a;
490
490
  this.j("YAxisLabelAngle");
491
491
  }
492
492
  get xAxisExtent() {
493
- return this.tg;
493
+ return this.ti;
494
494
  }
495
495
  set xAxisExtent(a) {
496
- this.tg = a;
496
+ this.ti = a;
497
497
  this.j("XAxisExtent");
498
498
  }
499
499
  get yAxisExtent() {
500
- return this.tz;
500
+ return this.t1;
501
501
  }
502
502
  set yAxisExtent(a) {
503
- this.tz = a;
503
+ this.t1 = a;
504
504
  this.j("YAxisExtent");
505
505
  }
506
506
  get xAxisMaximumExtent() {
507
- return this.tn;
507
+ return this.tp;
508
508
  }
509
509
  set xAxisMaximumExtent(a) {
510
- this.tn = a;
510
+ this.tp = a;
511
511
  this.j("XAxisMaximumExtent");
512
512
  }
513
513
  get yAxisMaximumExtent() {
514
- return this.t6;
514
+ return this.t8;
515
515
  }
516
516
  set yAxisMaximumExtent(a) {
517
- this.t6 = a;
517
+ this.t8 = a;
518
518
  this.j("YAxisMaximumExtent");
519
519
  }
520
520
  get xAxisMaximumExtentPercentage() {
521
- return this.to;
521
+ return this.tq;
522
522
  }
523
523
  set xAxisMaximumExtentPercentage(a) {
524
- this.to = a;
524
+ this.tq = a;
525
525
  this.j("XAxisMaximumExtentPercentage");
526
526
  }
527
527
  get yAxisMaximumExtentPercentage() {
528
- return this.t7;
528
+ return this.t9;
529
529
  }
530
530
  set yAxisMaximumExtentPercentage(a) {
531
- this.t7 = a;
531
+ this.t9 = a;
532
532
  this.j("YAxisMaximumExtentPercentage");
533
533
  }
534
534
  get xAxisTitleAngle() {
535
- return this.tt;
535
+ return this.tv;
536
536
  }
537
537
  set xAxisTitleAngle(a) {
538
- this.tt = a;
538
+ this.tv = a;
539
539
  this.j("XAxisTitleAngle");
540
540
  }
541
541
  get yAxisTitleAngle() {
542
- return this.uc;
542
+ return this.ue;
543
543
  }
544
544
  set yAxisTitleAngle(a) {
545
- this.uc = a;
545
+ this.ue = a;
546
546
  this.j("YAxisTitleAngle");
547
547
  }
548
548
  get xAxisInverted() {
549
- return this.tc;
549
+ return this.te;
550
550
  }
551
551
  set xAxisInverted(a) {
552
- this.tc = a;
552
+ this.te = a;
553
553
  this.j("XAxisInverted");
554
554
  }
555
555
  get yAxisInverted() {
556
- return this.td;
556
+ return this.tf;
557
557
  }
558
558
  set yAxisInverted(a) {
559
- this.td = a;
559
+ this.tf = a;
560
560
  this.j("YAxisInverted");
561
561
  }
562
562
  get xAxisTitleAlignment() {
563
- return this.v1;
563
+ return this.v3;
564
564
  }
565
565
  set xAxisTitleAlignment(a) {
566
- this.v1 = a;
566
+ this.v3 = a;
567
567
  this.j("XAxisTitleAlignment");
568
568
  }
569
569
  get yAxisTitleAlignment() {
570
- return this.wj;
570
+ return this.wl;
571
571
  }
572
572
  set yAxisTitleAlignment(a) {
573
- this.wj = a;
573
+ this.wl = a;
574
574
  this.j("YAxisTitleAlignment");
575
575
  }
576
576
  get xAxisLabelHorizontalAlignment() {
577
- return this.vo;
577
+ return this.vq;
578
578
  }
579
579
  set xAxisLabelHorizontalAlignment(a) {
580
- this.vo = a;
580
+ this.vq = a;
581
581
  this.j("XAxisLabelHorizontalAlignment");
582
582
  }
583
583
  get yAxisLabelHorizontalAlignment() {
584
- return this.v6;
584
+ return this.v8;
585
585
  }
586
586
  set yAxisLabelHorizontalAlignment(a) {
587
- this.v6 = a;
587
+ this.v8 = a;
588
588
  this.j("YAxisLabelHorizontalAlignment");
589
589
  }
590
590
  get xAxisLabelVerticalAlignment() {
591
- return this.vt;
591
+ return this.vv;
592
592
  }
593
593
  set xAxisLabelVerticalAlignment(a) {
594
- this.vt = a;
594
+ this.vv = a;
595
595
  this.j("XAxisLabelVerticalAlignment");
596
596
  }
597
597
  get yAxisLabelVerticalAlignment() {
598
- return this.wb;
598
+ return this.wd;
599
599
  }
600
600
  set yAxisLabelVerticalAlignment(a) {
601
- this.wb = a;
601
+ this.wd = a;
602
602
  this.j("YAxisLabelVerticalAlignment");
603
603
  }
604
604
  get xAxisLabelVisibility() {
605
- return this.vu;
605
+ return this.vw;
606
606
  }
607
607
  set xAxisLabelVisibility(a) {
608
- this.vu = a;
608
+ this.vw = a;
609
609
  this.j("XAxisLabelVisibility");
610
610
  }
611
611
  get yAxisLabelVisibility() {
612
- return this.wc;
612
+ return this.we;
613
613
  }
614
614
  set yAxisLabelVisibility(a) {
615
- this.wc = a;
615
+ this.we = a;
616
616
  this.j("YAxisLabelVisibility");
617
617
  }
618
618
  get yAxisLabelLocation() {
619
- return this.v7;
619
+ return this.v9;
620
620
  }
621
621
  set yAxisLabelLocation(a) {
622
- this.v7 = a;
622
+ this.v9 = a;
623
623
  this.j("YAxisLabelLocation");
624
624
  }
625
625
  get xAxisLabelLocation() {
626
- return this.vp;
626
+ return this.vr;
627
627
  }
628
628
  set xAxisLabelLocation(a) {
629
- this.vp = a;
629
+ this.vr = a;
630
630
  this.j("XAxisLabelLocation");
631
631
  }
632
632
  get xAxisLabelFormat() {
633
- return this.vn;
633
+ return this.vp;
634
634
  }
635
635
  set xAxisLabelFormat(a) {
636
- this.vn = a;
636
+ this.vp = a;
637
637
  this.j("XAxisLabelFormat");
638
638
  }
639
639
  get xAxisLabelFormatSpecifiers() {
640
- return this.s8;
640
+ return this.ta;
641
641
  }
642
642
  set xAxisLabelFormatSpecifiers(a) {
643
- this.s8 = a;
643
+ this.ta = a;
644
644
  this.j("XAxisLabelFormatSpecifiers");
645
645
  }
646
646
  get yAxisLabelFormat() {
647
- return this.v5;
647
+ return this.v7;
648
648
  }
649
649
  set yAxisLabelFormat(a) {
650
- this.v5 = a;
650
+ this.v7 = a;
651
651
  this.j("YAxisLabelFormat");
652
652
  }
653
653
  get yAxisLabelFormatSpecifiers() {
654
- return this.s9;
654
+ return this.tb;
655
655
  }
656
656
  set yAxisLabelFormatSpecifiers(a) {
657
- this.s9 = a;
657
+ this.tb = a;
658
658
  this.j("YAxisLabelFormatSpecifiers");
659
659
  }
660
660
  }