igniteui-angular-core 20.0.0 → 20.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3042 -2525
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CalloutLayerDescription.js +166 -134
  4. package/esm2015/lib/CalloutLayerDescriptionMetadata.js +4 -0
  5. package/esm2015/lib/CategoryChartDescription.js +126 -126
  6. package/esm2015/lib/CellInfoDescription.js +11 -3
  7. package/esm2015/lib/CellInfoDescriptionMetadata.js +1 -0
  8. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
  9. package/esm2015/lib/ComboBoxColumnDescription.js +11 -11
  10. package/esm2015/lib/CrosshairLayerDescription.js +97 -81
  11. package/esm2015/lib/CrosshairLayerDescriptionMetadata.js +2 -0
  12. package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
  13. package/esm2015/lib/DataGridColumnDescription.js +37 -29
  14. package/esm2015/lib/DataGridColumnDescriptionMetadata.js +3 -0
  15. package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
  16. package/esm2015/lib/DataPieChartDescription.js +34 -34
  17. package/esm2015/lib/DataSeriesToDescriptionCustomization.js +24 -3
  18. package/esm2015/lib/DateRangeDescriptorDescription.js +6 -8
  19. package/esm2015/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
  20. package/esm2015/lib/DateTimeCellInfoDescription.js +17 -17
  21. package/esm2015/lib/DateTimeColumnDescription.js +28 -28
  22. package/esm2015/lib/DomainChartDescription.js +835 -819
  23. package/esm2015/lib/DomainChartDescriptionMetadata.js +2 -0
  24. package/esm2015/lib/EditorCellInfoDescription.js +27 -27
  25. package/esm2015/lib/FilterCellInfoDescription.js +31 -31
  26. package/esm2015/lib/FinancialChartDescription.js +173 -173
  27. package/esm2015/lib/FormatCellEventArgsDescription.js +74 -0
  28. package/esm2015/lib/FormatCellEventArgsDescriptionMetadata.js +42 -0
  29. package/esm2015/lib/ImageCellInfoDescription.js +8 -8
  30. package/esm2015/lib/ImageColumnDescription.js +15 -15
  31. package/esm2015/lib/ItemLegendDescription.js +13 -13
  32. package/esm2015/lib/LegendBaseDescription.js +8 -0
  33. package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -0
  34. package/esm2015/lib/LegendDescription.js +13 -13
  35. package/esm2015/lib/LegendSizeChangedEventArgsDescription.js +26 -0
  36. package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +36 -0
  37. package/esm2015/lib/NumericCellInfoDescription.js +35 -35
  38. package/esm2015/lib/NumericColumnDescription.js +42 -42
  39. package/esm2015/lib/RadialBaseChartDescription.js +227 -227
  40. package/esm2015/lib/SectionHeaderCellInfoDescription.js +8 -8
  41. package/esm2015/lib/SummaryCellInfoDescription.js +18 -18
  42. package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
  43. package/esm2015/lib/TemplateColumnDescription.js +6 -6
  44. package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
  45. package/esm2015/lib/TextCellInfoDescription.js +3 -3
  46. package/esm2015/lib/TextColumnDescription.js +13 -13
  47. package/esm2015/lib/TextHeaderCellInfoDescription.js +14 -14
  48. package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
  49. package/esm2015/lib/ToolActionButtonPairInfo.js +44 -0
  50. package/esm2015/lib/ToolActionButtonPairInfoDescription.js +49 -49
  51. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
  52. package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +14 -14
  53. package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
  54. package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
  55. package/esm2015/lib/ToolActionFieldSelectorInfo.js +1 -1
  56. package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
  57. package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
  58. package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
  59. package/esm2015/lib/ToolActionInfo.js +22 -0
  60. package/esm2015/lib/ToolActionInfoDescription.js +82 -58
  61. package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +3 -0
  62. package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
  63. package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
  64. package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
  65. package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
  66. package/esm2015/lib/WebCalendarResourceStringsDescription.js +37 -39
  67. package/esm2015/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
  68. package/esm2015/lib/XYChartDescription.js +227 -227
  69. package/esm2015/public_api.js +4 -0
  70. package/esm5/lib/CalloutLayerDescription.js +182 -134
  71. package/esm5/lib/CalloutLayerDescriptionMetadata.js +4 -0
  72. package/esm5/lib/CategoryChartDescription.js +126 -126
  73. package/esm5/lib/CellInfoDescription.js +15 -3
  74. package/esm5/lib/CellInfoDescriptionMetadata.js +1 -0
  75. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
  76. package/esm5/lib/ComboBoxColumnDescription.js +11 -11
  77. package/esm5/lib/CrosshairLayerDescription.js +104 -80
  78. package/esm5/lib/CrosshairLayerDescriptionMetadata.js +2 -0
  79. package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
  80. package/esm5/lib/DataGridColumnDescription.js +41 -29
  81. package/esm5/lib/DataGridColumnDescriptionMetadata.js +3 -0
  82. package/esm5/lib/DataPieBaseChartDescription.js +107 -107
  83. package/esm5/lib/DataPieChartDescription.js +34 -34
  84. package/esm5/lib/DataSeriesToDescriptionCustomization.js +32 -3
  85. package/esm5/lib/DateRangeDescriptorDescription.js +6 -8
  86. package/esm5/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
  87. package/esm5/lib/DateTimeCellInfoDescription.js +17 -17
  88. package/esm5/lib/DateTimeColumnDescription.js +28 -28
  89. package/esm5/lib/DomainChartDescription.js +843 -819
  90. package/esm5/lib/DomainChartDescriptionMetadata.js +2 -0
  91. package/esm5/lib/EditorCellInfoDescription.js +27 -27
  92. package/esm5/lib/FilterCellInfoDescription.js +31 -31
  93. package/esm5/lib/FinancialChartDescription.js +173 -173
  94. package/esm5/lib/FormatCellEventArgsDescription.js +104 -0
  95. package/esm5/lib/FormatCellEventArgsDescriptionMetadata.js +46 -0
  96. package/esm5/lib/ImageCellInfoDescription.js +8 -8
  97. package/esm5/lib/ImageColumnDescription.js +15 -15
  98. package/esm5/lib/ItemLegendDescription.js +13 -13
  99. package/esm5/lib/LegendBaseDescription.js +12 -0
  100. package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -0
  101. package/esm5/lib/LegendDescription.js +13 -13
  102. package/esm5/lib/LegendSizeChangedEventArgsDescription.js +31 -0
  103. package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +40 -0
  104. package/esm5/lib/NumericCellInfoDescription.js +35 -35
  105. package/esm5/lib/NumericColumnDescription.js +42 -42
  106. package/esm5/lib/RadialBaseChartDescription.js +227 -227
  107. package/esm5/lib/SectionHeaderCellInfoDescription.js +8 -8
  108. package/esm5/lib/SummaryCellInfoDescription.js +18 -18
  109. package/esm5/lib/TemplateCellInfoDescription.js +3 -3
  110. package/esm5/lib/TemplateColumnDescription.js +6 -6
  111. package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
  112. package/esm5/lib/TextCellInfoDescription.js +3 -3
  113. package/esm5/lib/TextColumnDescription.js +13 -13
  114. package/esm5/lib/TextHeaderCellInfoDescription.js +14 -14
  115. package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
  116. package/esm5/lib/ToolActionButtonPairInfo.js +68 -0
  117. package/esm5/lib/ToolActionButtonPairInfoDescription.js +49 -49
  118. package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
  119. package/esm5/lib/ToolActionCheckboxListInfoDescription.js +14 -14
  120. package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
  121. package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
  122. package/esm5/lib/ToolActionFieldSelectorInfo.js +1 -1
  123. package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
  124. package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
  125. package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
  126. package/esm5/lib/ToolActionInfo.js +34 -0
  127. package/esm5/lib/ToolActionInfoDescription.js +94 -58
  128. package/esm5/lib/ToolActionInfoDescriptionMetadata.js +3 -0
  129. package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
  130. package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
  131. package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
  132. package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
  133. package/esm5/lib/WebCalendarResourceStringsDescription.js +37 -39
  134. package/esm5/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
  135. package/esm5/lib/XYChartDescription.js +227 -227
  136. package/esm5/public_api.js +4 -0
  137. package/fesm2015/igniteui-angular-core.js +2905 -2527
  138. package/fesm5/igniteui-angular-core.js +3039 -2526
  139. package/lib/CalloutLayerDescription.d.ts +59 -47
  140. package/lib/CategoryChartDescription.d.ts +45 -45
  141. package/lib/CellInfoDescription.d.ts +4 -1
  142. package/lib/ComboBoxColumnDescription.d.ts +4 -4
  143. package/lib/CrosshairLayerDescription.d.ts +36 -30
  144. package/lib/DataGridColumnDescription.d.ts +13 -10
  145. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  146. package/lib/DataPieChartDescription.d.ts +12 -12
  147. package/lib/DataSeriesToDescriptionCustomization.d.ts +8 -2
  148. package/lib/DateRangeDescriptorDescription.d.ts +2 -4
  149. package/lib/DateTimeCellInfoDescription.d.ts +6 -6
  150. package/lib/DateTimeColumnDescription.d.ts +11 -11
  151. package/lib/DomainChartDescription.d.ts +297 -291
  152. package/lib/EditorCellInfoDescription.d.ts +10 -10
  153. package/lib/FilterCellInfoDescription.d.ts +12 -12
  154. package/lib/FinancialChartDescription.d.ts +61 -61
  155. package/lib/FormatCellEventArgsDescription.d.ts +29 -0
  156. package/lib/FormatCellEventArgsDescriptionMetadata.d.ts +13 -0
  157. package/lib/ImageCellInfoDescription.d.ts +3 -3
  158. package/lib/ImageColumnDescription.d.ts +6 -6
  159. package/lib/ItemLegendDescription.d.ts +5 -5
  160. package/lib/LegendBaseDescription.d.ts +3 -0
  161. package/lib/LegendDescription.d.ts +5 -5
  162. package/lib/LegendSizeChangedEventArgsDescription.d.ts +11 -0
  163. package/lib/LegendSizeChangedEventArgsDescriptionMetadata.d.ts +13 -0
  164. package/lib/NumericCellInfoDescription.d.ts +13 -13
  165. package/lib/NumericColumnDescription.d.ts +16 -16
  166. package/lib/RadialBaseChartDescription.d.ts +80 -80
  167. package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
  168. package/lib/SummaryCellInfoDescription.d.ts +7 -7
  169. package/lib/TemplateCellInfoDescription.d.ts +1 -1
  170. package/lib/TemplateColumnDescription.d.ts +2 -2
  171. package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
  172. package/lib/TextCellInfoDescription.d.ts +1 -1
  173. package/lib/TextColumnDescription.d.ts +5 -5
  174. package/lib/TextHeaderCellInfoDescription.d.ts +5 -5
  175. package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
  176. package/lib/ToolActionButtonPairInfo.d.ts +18 -0
  177. package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
  178. package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
  179. package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
  180. package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
  181. package/lib/ToolActionComboInfoDescription.d.ts +4 -4
  182. package/lib/ToolActionFieldSelectorInfo.d.ts +1 -1
  183. package/lib/ToolActionFieldSelectorInfoDescription.d.ts +7 -7
  184. package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
  185. package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
  186. package/lib/ToolActionInfo.d.ts +9 -0
  187. package/lib/ToolActionInfoDescription.d.ts +31 -22
  188. package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
  189. package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
  190. package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
  191. package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
  192. package/lib/WebCalendarResourceStringsDescription.d.ts +14 -16
  193. package/lib/XYChartDescription.d.ts +80 -80
  194. package/package.json +1 -2
  195. package/public_api.d.ts +4 -0
@@ -13,648 +13,648 @@ export let RadialBaseChartDescription = /*@__PURE__*/ (() => {
13
13
  class RadialBaseChartDescription extends DomainChartDescription {
14
14
  constructor() {
15
15
  super();
16
- this.uz = null;
17
- this.vh = null;
18
- this.sw = 0;
19
- this.sy = 0;
20
- this.sx = 0;
21
- this.sv = 0;
16
+ this.u3 = null;
17
+ this.vl = null;
18
+ this.s0 = 0;
19
+ this.s2 = 0;
20
+ this.s1 = 0;
21
+ this.sz = 0;
22
+ this.tj = 0;
23
+ this.tl = 0;
24
+ this.tk = 0;
25
+ this.ti = 0;
26
+ this.u8 = null;
27
+ this.vq = null;
28
+ this.u1 = null;
29
+ this.u2 = null;
30
+ this.td = 0;
31
+ this.tw = 0;
32
+ this.tc = 0;
33
+ this.tv = 0;
22
34
  this.tf = 0;
23
- this.th = 0;
24
- this.tg = 0;
35
+ this.ty = 0;
25
36
  this.te = 0;
26
- this.u4 = null;
27
- this.vm = null;
28
- this.ux = null;
29
- this.uy = null;
30
- this.s9 = 0;
31
- this.ts = 0;
32
- this.s8 = 0;
33
- this.tr = 0;
37
+ this.tx = 0;
34
38
  this.tb = 0;
35
39
  this.tu = 0;
36
- this.ta = 0;
37
- this.tt = 0;
38
- this.s7 = 0;
39
- this.tq = 0;
40
+ this.vj = null;
41
+ this.v1 = null;
42
+ this.u9 = null;
43
+ this.vr = null;
44
+ this.vk = null;
45
+ this.v2 = null;
46
+ this.u7 = null;
47
+ this.vp = null;
48
+ this.vc = null;
49
+ this.vu = null;
50
+ this.s3 = 0;
51
+ this.tm = 0;
52
+ this.s6 = 0;
53
+ this.tp = 0;
54
+ this.ve = null;
55
+ this.vw = null;
40
56
  this.vf = null;
41
57
  this.vx = null;
42
- this.u5 = null;
43
- this.vn = null;
58
+ this.s7 = 0;
59
+ this.tq = 0;
60
+ this.s8 = 0;
61
+ this.tr = 0;
44
62
  this.vg = null;
45
63
  this.vy = null;
46
- this.u3 = null;
47
- this.vl = null;
48
- this.u8 = null;
49
- this.vq = null;
50
- this.sz = 0;
51
- this.ti = 0;
52
- this.s2 = 0;
53
- this.tl = 0;
64
+ this.s9 = 0;
65
+ this.ts = 0;
66
+ this.vh = null;
67
+ this.vz = null;
68
+ this.vd = null;
69
+ this.vv = null;
70
+ this.sy = 0;
71
+ this.th = 0;
72
+ this.sx = 0;
73
+ this.s4 = 0;
74
+ this.s5 = 0;
75
+ this.tg = 0;
76
+ this.tn = 0;
77
+ this.to = 0;
78
+ this.ta = 0;
79
+ this.tt = 0;
80
+ this.st = false;
81
+ this.su = false;
82
+ this.vi = null;
83
+ this.v0 = null;
84
+ this.u5 = null;
85
+ this.vn = null;
54
86
  this.va = null;
55
87
  this.vs = null;
56
88
  this.vb = null;
57
89
  this.vt = null;
58
- this.s3 = 0;
59
- this.tm = 0;
60
- this.s4 = 0;
61
- this.tn = 0;
62
- this.vc = null;
63
- this.vu = null;
64
- this.s5 = 0;
65
- this.to = 0;
66
- this.vd = null;
67
- this.vv = null;
68
- this.u9 = null;
69
- this.vr = null;
70
- this.su = 0;
71
- this.td = 0;
72
- this.st = 0;
73
- this.s0 = 0;
74
- this.s1 = 0;
75
- this.tc = 0;
76
- this.tj = 0;
77
- this.tk = 0;
78
- this.s6 = 0;
79
- this.tp = 0;
80
- this.sp = false;
81
- this.sq = false;
82
- this.ve = null;
83
- this.vw = null;
84
- this.u1 = null;
85
- this.vj = null;
86
- this.u6 = null;
87
90
  this.vo = null;
88
- this.u7 = null;
89
- this.vp = null;
90
- this.vk = null;
91
- this.u2 = null;
92
- this.u0 = null;
93
- this.sl = null;
94
- this.vi = null;
95
- this.sm = null;
91
+ this.u6 = null;
92
+ this.u4 = null;
93
+ this.sp = null;
94
+ this.vm = null;
95
+ this.sq = null;
96
96
  }
97
97
  get_type() {
98
98
  return "RadialBaseChart";
99
99
  }
100
100
  get angleAxisFormatLabelRef() {
101
- return this.uz;
101
+ return this.u3;
102
102
  }
103
103
  set angleAxisFormatLabelRef(a) {
104
- this.uz = a;
104
+ this.u3 = a;
105
105
  this.g("AngleAxisFormatLabelRef");
106
106
  }
107
107
  get valueAxisFormatLabelRef() {
108
- return this.vh;
108
+ return this.vl;
109
109
  }
110
110
  set valueAxisFormatLabelRef(a) {
111
- this.vh = a;
111
+ this.vl = a;
112
112
  this.g("ValueAxisFormatLabelRef");
113
113
  }
114
114
  get angleAxisLabelLeftMargin() {
115
- return this.sw;
115
+ return this.s0;
116
116
  }
117
117
  set angleAxisLabelLeftMargin(a) {
118
- this.sw = a;
118
+ this.s0 = a;
119
119
  this.g("AngleAxisLabelLeftMargin");
120
120
  }
121
121
  get angleAxisLabelTopMargin() {
122
- return this.sy;
122
+ return this.s2;
123
123
  }
124
124
  set angleAxisLabelTopMargin(a) {
125
- this.sy = a;
125
+ this.s2 = a;
126
126
  this.g("AngleAxisLabelTopMargin");
127
127
  }
128
128
  get angleAxisLabelRightMargin() {
129
- return this.sx;
129
+ return this.s1;
130
130
  }
131
131
  set angleAxisLabelRightMargin(a) {
132
- this.sx = a;
132
+ this.s1 = a;
133
133
  this.g("AngleAxisLabelRightMargin");
134
134
  }
135
135
  get angleAxisLabelBottomMargin() {
136
- return this.sv;
136
+ return this.sz;
137
137
  }
138
138
  set angleAxisLabelBottomMargin(a) {
139
- this.sv = a;
139
+ this.sz = a;
140
140
  this.g("AngleAxisLabelBottomMargin");
141
141
  }
142
142
  get valueAxisLabelLeftMargin() {
143
- return this.tf;
143
+ return this.tj;
144
144
  }
145
145
  set valueAxisLabelLeftMargin(a) {
146
- this.tf = a;
146
+ this.tj = a;
147
147
  this.g("ValueAxisLabelLeftMargin");
148
148
  }
149
149
  get valueAxisLabelTopMargin() {
150
- return this.th;
150
+ return this.tl;
151
151
  }
152
152
  set valueAxisLabelTopMargin(a) {
153
- this.th = a;
153
+ this.tl = a;
154
154
  this.g("ValueAxisLabelTopMargin");
155
155
  }
156
156
  get valueAxisLabelRightMargin() {
157
- return this.tg;
157
+ return this.tk;
158
158
  }
159
159
  set valueAxisLabelRightMargin(a) {
160
- this.tg = a;
160
+ this.tk = a;
161
161
  this.g("ValueAxisLabelRightMargin");
162
162
  }
163
163
  get valueAxisLabelBottomMargin() {
164
- return this.te;
164
+ return this.ti;
165
165
  }
166
166
  set valueAxisLabelBottomMargin(a) {
167
- this.te = a;
167
+ this.ti = a;
168
168
  this.g("ValueAxisLabelBottomMargin");
169
169
  }
170
170
  get angleAxisLabelTextColor() {
171
- return this.u4;
171
+ return this.u8;
172
172
  }
173
173
  set angleAxisLabelTextColor(a) {
174
- this.u4 = a;
174
+ this.u8 = a;
175
175
  this.g("AngleAxisLabelTextColor");
176
176
  }
177
177
  get valueAxisLabelTextColor() {
178
- return this.vm;
178
+ return this.vq;
179
179
  }
180
180
  set valueAxisLabelTextColor(a) {
181
- this.vm = a;
181
+ this.vq = a;
182
182
  this.g("ValueAxisLabelTextColor");
183
183
  }
184
184
  get actualAngleAxisLabelTextColor() {
185
- return this.ux;
185
+ return this.u1;
186
186
  }
187
187
  set actualAngleAxisLabelTextColor(a) {
188
- this.ux = a;
188
+ this.u1 = a;
189
189
  this.g("ActualAngleAxisLabelTextColor");
190
190
  }
191
191
  get actualValueAxisLabelTextColor() {
192
- return this.uy;
192
+ return this.u2;
193
193
  }
194
194
  set actualValueAxisLabelTextColor(a) {
195
- this.uy = a;
195
+ this.u2 = a;
196
196
  this.g("ActualValueAxisLabelTextColor");
197
197
  }
198
198
  get angleAxisTitleMargin() {
199
- return this.s9;
199
+ return this.td;
200
200
  }
201
201
  set angleAxisTitleMargin(a) {
202
- this.s9 = a;
202
+ this.td = a;
203
203
  this.g("AngleAxisTitleMargin");
204
204
  }
205
205
  get valueAxisTitleMargin() {
206
- return this.ts;
206
+ return this.tw;
207
207
  }
208
208
  set valueAxisTitleMargin(a) {
209
- this.ts = a;
209
+ this.tw = a;
210
210
  this.g("ValueAxisTitleMargin");
211
211
  }
212
212
  get angleAxisTitleLeftMargin() {
213
- return this.s8;
213
+ return this.tc;
214
214
  }
215
215
  set angleAxisTitleLeftMargin(a) {
216
- this.s8 = a;
216
+ this.tc = a;
217
217
  this.g("AngleAxisTitleLeftMargin");
218
218
  }
219
219
  get valueAxisTitleLeftMargin() {
220
- return this.tr;
220
+ return this.tv;
221
221
  }
222
222
  set valueAxisTitleLeftMargin(a) {
223
- this.tr = a;
223
+ this.tv = a;
224
224
  this.g("ValueAxisTitleLeftMargin");
225
225
  }
226
226
  get angleAxisTitleTopMargin() {
227
- return this.tb;
227
+ return this.tf;
228
228
  }
229
229
  set angleAxisTitleTopMargin(a) {
230
- this.tb = a;
230
+ this.tf = a;
231
231
  this.g("AngleAxisTitleTopMargin");
232
232
  }
233
233
  get valueAxisTitleTopMargin() {
234
- return this.tu;
234
+ return this.ty;
235
235
  }
236
236
  set valueAxisTitleTopMargin(a) {
237
- this.tu = a;
237
+ this.ty = a;
238
238
  this.g("ValueAxisTitleTopMargin");
239
239
  }
240
240
  get angleAxisTitleRightMargin() {
241
- return this.ta;
241
+ return this.te;
242
242
  }
243
243
  set angleAxisTitleRightMargin(a) {
244
- this.ta = a;
244
+ this.te = a;
245
245
  this.g("AngleAxisTitleRightMargin");
246
246
  }
247
247
  get valueAxisTitleRightMargin() {
248
- return this.tt;
248
+ return this.tx;
249
249
  }
250
250
  set valueAxisTitleRightMargin(a) {
251
- this.tt = a;
251
+ this.tx = a;
252
252
  this.g("ValueAxisTitleRightMargin");
253
253
  }
254
254
  get angleAxisTitleBottomMargin() {
255
- return this.s7;
255
+ return this.tb;
256
256
  }
257
257
  set angleAxisTitleBottomMargin(a) {
258
- this.s7 = a;
258
+ this.tb = a;
259
259
  this.g("AngleAxisTitleBottomMargin");
260
260
  }
261
261
  get valueAxisTitleBottomMargin() {
262
- return this.tq;
262
+ return this.tu;
263
263
  }
264
264
  set valueAxisTitleBottomMargin(a) {
265
- this.tq = a;
265
+ this.tu = a;
266
266
  this.g("ValueAxisTitleBottomMargin");
267
267
  }
268
268
  get angleAxisTitleTextColor() {
269
- return this.vf;
269
+ return this.vj;
270
270
  }
271
271
  set angleAxisTitleTextColor(a) {
272
- this.vf = a;
272
+ this.vj = a;
273
273
  this.g("AngleAxisTitleTextColor");
274
274
  }
275
275
  get valueAxisTitleTextColor() {
276
- return this.vx;
276
+ return this.v1;
277
277
  }
278
278
  set valueAxisTitleTextColor(a) {
279
- this.vx = a;
279
+ this.v1 = a;
280
280
  this.g("ValueAxisTitleTextColor");
281
281
  }
282
282
  get angleAxisLabelTextStyle() {
283
- return this.u5;
283
+ return this.u9;
284
284
  }
285
285
  set angleAxisLabelTextStyle(a) {
286
- this.u5 = a;
286
+ this.u9 = a;
287
287
  this.g("AngleAxisLabelTextStyle");
288
288
  }
289
289
  get valueAxisLabelTextStyle() {
290
- return this.vn;
290
+ return this.vr;
291
291
  }
292
292
  set valueAxisLabelTextStyle(a) {
293
- this.vn = a;
293
+ this.vr = a;
294
294
  this.g("ValueAxisLabelTextStyle");
295
295
  }
296
296
  get angleAxisTitleTextStyle() {
297
- return this.vg;
297
+ return this.vk;
298
298
  }
299
299
  set angleAxisTitleTextStyle(a) {
300
- this.vg = a;
300
+ this.vk = a;
301
301
  this.g("AngleAxisTitleTextStyle");
302
302
  }
303
303
  get valueAxisTitleTextStyle() {
304
- return this.vy;
304
+ return this.v2;
305
305
  }
306
306
  set valueAxisTitleTextStyle(a) {
307
- this.vy = a;
307
+ this.v2 = a;
308
308
  this.g("ValueAxisTitleTextStyle");
309
309
  }
310
310
  get angleAxisLabelRef() {
311
- return this.u3;
311
+ return this.u7;
312
312
  }
313
313
  set angleAxisLabelRef(a) {
314
- this.u3 = a;
314
+ this.u7 = a;
315
315
  this.g("AngleAxisLabelRef");
316
316
  }
317
317
  get valueAxisLabelRef() {
318
- return this.vl;
318
+ return this.vp;
319
319
  }
320
320
  set valueAxisLabelRef(a) {
321
- this.vl = a;
321
+ this.vp = a;
322
322
  this.g("ValueAxisLabelRef");
323
323
  }
324
324
  get angleAxisMajorStroke() {
325
- return this.u8;
325
+ return this.vc;
326
326
  }
327
327
  set angleAxisMajorStroke(a) {
328
- this.u8 = a;
328
+ this.vc = a;
329
329
  this.g("AngleAxisMajorStroke");
330
330
  }
331
331
  get valueAxisMajorStroke() {
332
- return this.vq;
332
+ return this.vu;
333
333
  }
334
334
  set valueAxisMajorStroke(a) {
335
- this.vq = a;
335
+ this.vu = a;
336
336
  this.g("ValueAxisMajorStroke");
337
337
  }
338
338
  get angleAxisMajorStrokeThickness() {
339
- return this.sz;
339
+ return this.s3;
340
340
  }
341
341
  set angleAxisMajorStrokeThickness(a) {
342
- this.sz = a;
342
+ this.s3 = a;
343
343
  this.g("AngleAxisMajorStrokeThickness");
344
344
  }
345
345
  get valueAxisMajorStrokeThickness() {
346
- return this.ti;
346
+ return this.tm;
347
347
  }
348
348
  set valueAxisMajorStrokeThickness(a) {
349
- this.ti = a;
349
+ this.tm = a;
350
350
  this.g("ValueAxisMajorStrokeThickness");
351
351
  }
352
352
  get angleAxisMinorStrokeThickness() {
353
- return this.s2;
353
+ return this.s6;
354
354
  }
355
355
  set angleAxisMinorStrokeThickness(a) {
356
- this.s2 = a;
356
+ this.s6 = a;
357
357
  this.g("AngleAxisMinorStrokeThickness");
358
358
  }
359
359
  get valueAxisMinorStrokeThickness() {
360
- return this.tl;
360
+ return this.tp;
361
361
  }
362
362
  set valueAxisMinorStrokeThickness(a) {
363
- this.tl = a;
363
+ this.tp = a;
364
364
  this.g("ValueAxisMinorStrokeThickness");
365
365
  }
366
366
  get angleAxisStrip() {
367
- return this.va;
367
+ return this.ve;
368
368
  }
369
369
  set angleAxisStrip(a) {
370
- this.va = a;
370
+ this.ve = a;
371
371
  this.g("AngleAxisStrip");
372
372
  }
373
373
  get valueAxisStrip() {
374
- return this.vs;
374
+ return this.vw;
375
375
  }
376
376
  set valueAxisStrip(a) {
377
- this.vs = a;
377
+ this.vw = a;
378
378
  this.g("ValueAxisStrip");
379
379
  }
380
380
  get angleAxisStroke() {
381
- return this.vb;
381
+ return this.vf;
382
382
  }
383
383
  set angleAxisStroke(a) {
384
- this.vb = a;
384
+ this.vf = a;
385
385
  this.g("AngleAxisStroke");
386
386
  }
387
387
  get valueAxisStroke() {
388
- return this.vt;
388
+ return this.vx;
389
389
  }
390
390
  set valueAxisStroke(a) {
391
- this.vt = a;
391
+ this.vx = a;
392
392
  this.g("ValueAxisStroke");
393
393
  }
394
394
  get angleAxisStrokeThickness() {
395
- return this.s3;
395
+ return this.s7;
396
396
  }
397
397
  set angleAxisStrokeThickness(a) {
398
- this.s3 = a;
398
+ this.s7 = a;
399
399
  this.g("AngleAxisStrokeThickness");
400
400
  }
401
401
  get valueAxisStrokeThickness() {
402
- return this.tm;
402
+ return this.tq;
403
403
  }
404
404
  set valueAxisStrokeThickness(a) {
405
- this.tm = a;
405
+ this.tq = a;
406
406
  this.g("ValueAxisStrokeThickness");
407
407
  }
408
408
  get angleAxisTickLength() {
409
- return this.s4;
409
+ return this.s8;
410
410
  }
411
411
  set angleAxisTickLength(a) {
412
- this.s4 = a;
412
+ this.s8 = a;
413
413
  this.g("AngleAxisTickLength");
414
414
  }
415
415
  get valueAxisTickLength() {
416
- return this.tn;
416
+ return this.tr;
417
417
  }
418
418
  set valueAxisTickLength(a) {
419
- this.tn = a;
419
+ this.tr = a;
420
420
  this.g("ValueAxisTickLength");
421
421
  }
422
422
  get angleAxisTickStroke() {
423
- return this.vc;
423
+ return this.vg;
424
424
  }
425
425
  set angleAxisTickStroke(a) {
426
- this.vc = a;
426
+ this.vg = a;
427
427
  this.g("AngleAxisTickStroke");
428
428
  }
429
429
  get valueAxisTickStroke() {
430
- return this.vu;
430
+ return this.vy;
431
431
  }
432
432
  set valueAxisTickStroke(a) {
433
- this.vu = a;
433
+ this.vy = a;
434
434
  this.g("ValueAxisTickStroke");
435
435
  }
436
436
  get angleAxisTickStrokeThickness() {
437
- return this.s5;
437
+ return this.s9;
438
438
  }
439
439
  set angleAxisTickStrokeThickness(a) {
440
- this.s5 = a;
440
+ this.s9 = a;
441
441
  this.g("AngleAxisTickStrokeThickness");
442
442
  }
443
443
  get valueAxisTickStrokeThickness() {
444
- return this.to;
444
+ return this.ts;
445
445
  }
446
446
  set valueAxisTickStrokeThickness(a) {
447
- this.to = a;
447
+ this.ts = a;
448
448
  this.g("ValueAxisTickStrokeThickness");
449
449
  }
450
450
  get angleAxisTitle() {
451
- return this.vd;
451
+ return this.vh;
452
452
  }
453
453
  set angleAxisTitle(a) {
454
- this.vd = a;
454
+ this.vh = a;
455
455
  this.g("AngleAxisTitle");
456
456
  }
457
457
  get valueAxisTitle() {
458
- return this.vv;
458
+ return this.vz;
459
459
  }
460
460
  set valueAxisTitle(a) {
461
- this.vv = a;
461
+ this.vz = a;
462
462
  this.g("ValueAxisTitle");
463
463
  }
464
464
  get angleAxisMinorStroke() {
465
- return this.u9;
465
+ return this.vd;
466
466
  }
467
467
  set angleAxisMinorStroke(a) {
468
- this.u9 = a;
468
+ this.vd = a;
469
469
  this.g("AngleAxisMinorStroke");
470
470
  }
471
471
  get valueAxisMinorStroke() {
472
- return this.vr;
472
+ return this.vv;
473
473
  }
474
474
  set valueAxisMinorStroke(a) {
475
- this.vr = a;
475
+ this.vv = a;
476
476
  this.g("ValueAxisMinorStroke");
477
477
  }
478
478
  get angleAxisLabelAngle() {
479
- return this.su;
479
+ return this.sy;
480
480
  }
481
481
  set angleAxisLabelAngle(a) {
482
- this.su = a;
482
+ this.sy = a;
483
483
  this.g("AngleAxisLabelAngle");
484
484
  }
485
485
  get valueAxisLabelAngle() {
486
- return this.td;
486
+ return this.th;
487
487
  }
488
488
  set valueAxisLabelAngle(a) {
489
- this.td = a;
489
+ this.th = a;
490
490
  this.g("ValueAxisLabelAngle");
491
491
  }
492
492
  get angleAxisExtent() {
493
- return this.st;
493
+ return this.sx;
494
494
  }
495
495
  set angleAxisExtent(a) {
496
- this.st = a;
496
+ this.sx = a;
497
497
  this.g("AngleAxisExtent");
498
498
  }
499
499
  get angleAxisMaximumExtent() {
500
- return this.s0;
500
+ return this.s4;
501
501
  }
502
502
  set angleAxisMaximumExtent(a) {
503
- this.s0 = a;
503
+ this.s4 = a;
504
504
  this.g("AngleAxisMaximumExtent");
505
505
  }
506
506
  get angleAxisMaximumExtentPercentage() {
507
- return this.s1;
507
+ return this.s5;
508
508
  }
509
509
  set angleAxisMaximumExtentPercentage(a) {
510
- this.s1 = a;
510
+ this.s5 = a;
511
511
  this.g("AngleAxisMaximumExtentPercentage");
512
512
  }
513
513
  get valueAxisExtent() {
514
- return this.tc;
514
+ return this.tg;
515
515
  }
516
516
  set valueAxisExtent(a) {
517
- this.tc = a;
517
+ this.tg = a;
518
518
  this.g("ValueAxisExtent");
519
519
  }
520
520
  get valueAxisMaximumExtent() {
521
- return this.tj;
521
+ return this.tn;
522
522
  }
523
523
  set valueAxisMaximumExtent(a) {
524
- this.tj = a;
524
+ this.tn = a;
525
525
  this.g("ValueAxisMaximumExtent");
526
526
  }
527
527
  get valueAxisMaximumExtentPercentage() {
528
- return this.tk;
528
+ return this.to;
529
529
  }
530
530
  set valueAxisMaximumExtentPercentage(a) {
531
- this.tk = a;
531
+ this.to = a;
532
532
  this.g("ValueAxisMaximumExtentPercentage");
533
533
  }
534
534
  get angleAxisTitleAngle() {
535
- return this.s6;
535
+ return this.ta;
536
536
  }
537
537
  set angleAxisTitleAngle(a) {
538
- this.s6 = a;
538
+ this.ta = a;
539
539
  this.g("AngleAxisTitleAngle");
540
540
  }
541
541
  get valueAxisTitleAngle() {
542
- return this.tp;
542
+ return this.tt;
543
543
  }
544
544
  set valueAxisTitleAngle(a) {
545
- this.tp = a;
545
+ this.tt = a;
546
546
  this.g("ValueAxisTitleAngle");
547
547
  }
548
548
  get angleAxisInverted() {
549
- return this.sp;
549
+ return this.st;
550
550
  }
551
551
  set angleAxisInverted(a) {
552
- this.sp = a;
552
+ this.st = a;
553
553
  this.g("AngleAxisInverted");
554
554
  }
555
555
  get valueAxisInverted() {
556
- return this.sq;
556
+ return this.su;
557
557
  }
558
558
  set valueAxisInverted(a) {
559
- this.sq = a;
559
+ this.su = a;
560
560
  this.g("ValueAxisInverted");
561
561
  }
562
562
  get angleAxisTitleAlignment() {
563
- return this.ve;
563
+ return this.vi;
564
564
  }
565
565
  set angleAxisTitleAlignment(a) {
566
- this.ve = a;
566
+ this.vi = a;
567
567
  this.g("AngleAxisTitleAlignment");
568
568
  }
569
569
  get valueAxisTitleAlignment() {
570
- return this.vw;
570
+ return this.v0;
571
571
  }
572
572
  set valueAxisTitleAlignment(a) {
573
- this.vw = a;
573
+ this.v0 = a;
574
574
  this.g("ValueAxisTitleAlignment");
575
575
  }
576
576
  get angleAxisLabelHorizontalAlignment() {
577
- return this.u1;
577
+ return this.u5;
578
578
  }
579
579
  set angleAxisLabelHorizontalAlignment(a) {
580
- this.u1 = a;
580
+ this.u5 = a;
581
581
  this.g("AngleAxisLabelHorizontalAlignment");
582
582
  }
583
583
  get valueAxisLabelHorizontalAlignment() {
584
- return this.vj;
584
+ return this.vn;
585
585
  }
586
586
  set valueAxisLabelHorizontalAlignment(a) {
587
- this.vj = a;
587
+ this.vn = a;
588
588
  this.g("ValueAxisLabelHorizontalAlignment");
589
589
  }
590
590
  get angleAxisLabelVerticalAlignment() {
591
- return this.u6;
591
+ return this.va;
592
592
  }
593
593
  set angleAxisLabelVerticalAlignment(a) {
594
- this.u6 = a;
594
+ this.va = a;
595
595
  this.g("AngleAxisLabelVerticalAlignment");
596
596
  }
597
597
  get valueAxisLabelVerticalAlignment() {
598
- return this.vo;
598
+ return this.vs;
599
599
  }
600
600
  set valueAxisLabelVerticalAlignment(a) {
601
- this.vo = a;
601
+ this.vs = a;
602
602
  this.g("ValueAxisLabelVerticalAlignment");
603
603
  }
604
604
  get angleAxisLabelVisibility() {
605
- return this.u7;
605
+ return this.vb;
606
606
  }
607
607
  set angleAxisLabelVisibility(a) {
608
- this.u7 = a;
608
+ this.vb = a;
609
609
  this.g("AngleAxisLabelVisibility");
610
610
  }
611
611
  get valueAxisLabelVisibility() {
612
- return this.vp;
612
+ return this.vt;
613
613
  }
614
614
  set valueAxisLabelVisibility(a) {
615
- this.vp = a;
615
+ this.vt = a;
616
616
  this.g("ValueAxisLabelVisibility");
617
617
  }
618
618
  get valueAxisLabelLocation() {
619
- return this.vk;
619
+ return this.vo;
620
620
  }
621
621
  set valueAxisLabelLocation(a) {
622
- this.vk = a;
622
+ this.vo = a;
623
623
  this.g("ValueAxisLabelLocation");
624
624
  }
625
625
  get angleAxisLabelLocation() {
626
- return this.u2;
626
+ return this.u6;
627
627
  }
628
628
  set angleAxisLabelLocation(a) {
629
- this.u2 = a;
629
+ this.u6 = a;
630
630
  this.g("AngleAxisLabelLocation");
631
631
  }
632
632
  get angleAxisLabelFormat() {
633
- return this.u0;
633
+ return this.u4;
634
634
  }
635
635
  set angleAxisLabelFormat(a) {
636
- this.u0 = a;
636
+ this.u4 = a;
637
637
  this.g("AngleAxisLabelFormat");
638
638
  }
639
639
  get angleAxisLabelFormatSpecifiers() {
640
- return this.sl;
640
+ return this.sp;
641
641
  }
642
642
  set angleAxisLabelFormatSpecifiers(a) {
643
- this.sl = a;
643
+ this.sp = a;
644
644
  this.g("AngleAxisLabelFormatSpecifiers");
645
645
  }
646
646
  get valueAxisLabelFormat() {
647
- return this.vi;
647
+ return this.vm;
648
648
  }
649
649
  set valueAxisLabelFormat(a) {
650
- this.vi = a;
650
+ this.vm = a;
651
651
  this.g("ValueAxisLabelFormat");
652
652
  }
653
653
  get valueAxisLabelFormatSpecifiers() {
654
- return this.sm;
654
+ return this.sq;
655
655
  }
656
656
  set valueAxisLabelFormatSpecifiers(a) {
657
- this.sm = a;
657
+ this.sq = a;
658
658
  this.g("ValueAxisLabelFormatSpecifiers");
659
659
  }
660
660
  }