igniteui-angular-core 18.1.0 → 18.1.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 (76) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1669 -1419
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CategoryChartDescription.js +131 -131
  4. package/esm2015/lib/ChartMouseEventArgsDescription.js +16 -8
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  6. package/esm2015/lib/ComponentRenderer_combined.js +8 -0
  7. package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +19 -11
  8. package/esm2015/lib/DataPieBaseChartDescription.js +112 -104
  9. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  10. package/esm2015/lib/DataPieChartDescription.js +36 -36
  11. package/esm2015/lib/DomainChartDescription.js +129 -81
  12. package/esm2015/lib/DomainChartDescriptionMetadata.js +8 -0
  13. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescription.js +34 -0
  14. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +37 -0
  15. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +13 -5
  16. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  17. package/esm2015/lib/FinancialChartDescription.js +179 -179
  18. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  19. package/esm2015/lib/RadialBaseChartDescription.js +216 -216
  20. package/esm2015/lib/RadialPieSeriesDescription.js +8 -0
  21. package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  22. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  23. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +340 -340
  24. package/esm2015/lib/WebIconDescriptionMetadata.js +5 -0
  25. package/esm2015/lib/WebIconMetaDescription.js +8 -6
  26. package/esm2015/lib/WebIconMetaDescriptionMetadata.js +4 -0
  27. package/esm2015/lib/XYChartDescription.js +216 -216
  28. package/esm2015/public_api.js +2 -0
  29. package/esm5/lib/CategoryChartDescription.js +131 -131
  30. package/esm5/lib/ChartMouseEventArgsDescription.js +19 -7
  31. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  32. package/esm5/lib/ComponentRenderer_combined.js +8 -0
  33. package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +22 -10
  34. package/esm5/lib/DataPieBaseChartDescription.js +116 -104
  35. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  36. package/esm5/lib/DataPieChartDescription.js +36 -36
  37. package/esm5/lib/DomainChartDescription.js +153 -81
  38. package/esm5/lib/DomainChartDescriptionMetadata.js +8 -0
  39. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescription.js +44 -0
  40. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +41 -0
  41. package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -5
  42. package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  43. package/esm5/lib/FinancialChartDescription.js +179 -179
  44. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  45. package/esm5/lib/RadialBaseChartDescription.js +216 -216
  46. package/esm5/lib/RadialPieSeriesDescription.js +12 -0
  47. package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  48. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  49. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +339 -339
  50. package/esm5/lib/WebIconDescriptionMetadata.js +5 -0
  51. package/esm5/lib/WebIconMetaDescription.js +8 -6
  52. package/esm5/lib/WebIconMetaDescriptionMetadata.js +4 -0
  53. package/esm5/lib/XYChartDescription.js +216 -216
  54. package/esm5/public_api.js +2 -0
  55. package/fesm2015/igniteui-angular-core.js +1603 -1409
  56. package/fesm5/igniteui-angular-core.js +1668 -1420
  57. package/lib/CategoryChartDescription.d.ts +45 -45
  58. package/lib/ChartMouseEventArgsDescription.d.ts +7 -3
  59. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +1 -0
  60. package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -4
  61. package/lib/DataPieBaseChartDescription.d.ts +39 -36
  62. package/lib/DataPieChartDescription.d.ts +12 -12
  63. package/lib/DomainChartDescription.d.ts +46 -28
  64. package/lib/DomainChartPlotAreaPointerEventArgsDescription.d.ts +15 -0
  65. package/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d.ts +13 -0
  66. package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -2
  67. package/lib/FinancialChartDescription.d.ts +61 -61
  68. package/lib/ILegendContext.d.ts +1 -0
  69. package/lib/RadialBaseChartDescription.d.ts +76 -76
  70. package/lib/RadialPieSeriesDescription.d.ts +3 -0
  71. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +121 -121
  72. package/lib/WebIconDescriptionMetadata.d.ts +1 -0
  73. package/lib/WebIconMetaDescription.d.ts +4 -2
  74. package/lib/XYChartDescription.d.ts +76 -76
  75. package/package.json +1 -1
  76. package/public_api.d.ts +2 -0
@@ -13,616 +13,616 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
13
13
  class XYChartDescription extends DomainChartDescription {
14
14
  constructor() {
15
15
  super();
16
- this.tp = null;
17
- this.t7 = null;
18
- this.ru = 0;
19
- this.rw = 0;
20
- this.rv = 0;
21
- this.rt = 0;
22
- this.sb = 0;
23
- this.sd = 0;
24
- this.sc = 0;
25
- this.sa = 0;
26
- this.tu = null;
27
- this.uc = null;
28
- this.tn = null;
29
- this.to = null;
30
- this.r5 = 0;
31
- this.sm = 0;
32
- this.r4 = 0;
33
- this.sl = 0;
34
- this.r7 = 0;
35
- this.so = 0;
16
+ this.t1 = null;
17
+ this.uj = null;
36
18
  this.r6 = 0;
19
+ this.r8 = 0;
20
+ this.r7 = 0;
21
+ this.r5 = 0;
37
22
  this.sn = 0;
38
- this.r3 = 0;
39
- this.sk = 0;
40
- this.t5 = null;
41
- this.un = null;
42
- this.tv = null;
43
- this.ud = null;
23
+ this.sp = 0;
24
+ this.so = 0;
25
+ this.sm = 0;
44
26
  this.t6 = null;
45
27
  this.uo = null;
46
- this.tt = null;
47
- this.ub = null;
48
- this.ty = null;
49
- this.ug = null;
50
- this.rx = 0;
51
- this.se = 0;
52
- this.ry = 0;
53
- this.sf = 0;
28
+ this.tz = null;
54
29
  this.t0 = null;
55
- this.ui = null;
56
- this.t1 = null;
57
- this.uj = null;
58
- this.rz = 0;
59
- this.sg = 0;
60
- this.r0 = 0;
61
30
  this.sh = 0;
62
- this.t2 = null;
63
- this.uk = null;
64
- this.r1 = 0;
31
+ this.sy = 0;
32
+ this.sg = 0;
33
+ this.sx = 0;
34
+ this.sj = 0;
35
+ this.s0 = 0;
65
36
  this.si = 0;
66
- this.t3 = null;
67
- this.ul = null;
68
- this.tz = null;
37
+ this.sz = 0;
38
+ this.sf = 0;
39
+ this.sw = 0;
69
40
  this.uh = null;
70
- this.rs = 0;
41
+ this.uz = null;
42
+ this.t7 = null;
43
+ this.up = null;
44
+ this.ui = null;
45
+ this.u0 = null;
46
+ this.t5 = null;
47
+ this.un = null;
48
+ this.ua = null;
49
+ this.us = null;
71
50
  this.r9 = 0;
72
- this.rr = 0;
73
- this.r8 = 0;
74
- this.r2 = 0;
75
- this.sj = 0;
76
- this.rn = false;
77
- this.ro = false;
78
- this.t4 = null;
79
- this.um = null;
80
- this.tr = null;
81
- this.t9 = null;
82
- this.tw = null;
51
+ this.sq = 0;
52
+ this.sa = 0;
53
+ this.sr = 0;
54
+ this.uc = null;
55
+ this.uu = null;
56
+ this.ud = null;
57
+ this.uv = null;
58
+ this.sb = 0;
59
+ this.ss = 0;
60
+ this.sc = 0;
61
+ this.st = 0;
83
62
  this.ue = null;
84
- this.tx = null;
63
+ this.uw = null;
64
+ this.sd = 0;
65
+ this.su = 0;
85
66
  this.uf = null;
86
- this.ua = null;
87
- this.ts = null;
88
- this.tq = null;
89
- this.rj = null;
67
+ this.ux = null;
68
+ this.ub = null;
69
+ this.ut = null;
70
+ this.r4 = 0;
71
+ this.sl = 0;
72
+ this.r3 = 0;
73
+ this.sk = 0;
74
+ this.se = 0;
75
+ this.sv = 0;
76
+ this.rz = false;
77
+ this.r0 = false;
78
+ this.ug = null;
79
+ this.uy = null;
80
+ this.t3 = null;
81
+ this.ul = null;
90
82
  this.t8 = null;
91
- this.rk = null;
83
+ this.uq = null;
84
+ this.t9 = null;
85
+ this.ur = null;
86
+ this.um = null;
87
+ this.t4 = null;
88
+ this.t2 = null;
89
+ this.rv = null;
90
+ this.uk = null;
91
+ this.rw = null;
92
92
  }
93
93
  get_type() {
94
94
  return "XYChart";
95
95
  }
96
96
  get xAxisFormatLabelRef() {
97
- return this.tp;
97
+ return this.t1;
98
98
  }
99
99
  set xAxisFormatLabelRef(a) {
100
- this.tp = a;
100
+ this.t1 = a;
101
101
  this.g("XAxisFormatLabelRef");
102
102
  }
103
103
  get yAxisFormatLabelRef() {
104
- return this.t7;
104
+ return this.uj;
105
105
  }
106
106
  set yAxisFormatLabelRef(a) {
107
- this.t7 = a;
107
+ this.uj = a;
108
108
  this.g("YAxisFormatLabelRef");
109
109
  }
110
110
  get xAxisLabelLeftMargin() {
111
- return this.ru;
111
+ return this.r6;
112
112
  }
113
113
  set xAxisLabelLeftMargin(a) {
114
- this.ru = a;
114
+ this.r6 = a;
115
115
  this.g("XAxisLabelLeftMargin");
116
116
  }
117
117
  get xAxisLabelTopMargin() {
118
- return this.rw;
118
+ return this.r8;
119
119
  }
120
120
  set xAxisLabelTopMargin(a) {
121
- this.rw = a;
121
+ this.r8 = a;
122
122
  this.g("XAxisLabelTopMargin");
123
123
  }
124
124
  get xAxisLabelRightMargin() {
125
- return this.rv;
125
+ return this.r7;
126
126
  }
127
127
  set xAxisLabelRightMargin(a) {
128
- this.rv = a;
128
+ this.r7 = a;
129
129
  this.g("XAxisLabelRightMargin");
130
130
  }
131
131
  get xAxisLabelBottomMargin() {
132
- return this.rt;
132
+ return this.r5;
133
133
  }
134
134
  set xAxisLabelBottomMargin(a) {
135
- this.rt = a;
135
+ this.r5 = a;
136
136
  this.g("XAxisLabelBottomMargin");
137
137
  }
138
138
  get yAxisLabelLeftMargin() {
139
- return this.sb;
139
+ return this.sn;
140
140
  }
141
141
  set yAxisLabelLeftMargin(a) {
142
- this.sb = a;
142
+ this.sn = a;
143
143
  this.g("YAxisLabelLeftMargin");
144
144
  }
145
145
  get yAxisLabelTopMargin() {
146
- return this.sd;
146
+ return this.sp;
147
147
  }
148
148
  set yAxisLabelTopMargin(a) {
149
- this.sd = a;
149
+ this.sp = a;
150
150
  this.g("YAxisLabelTopMargin");
151
151
  }
152
152
  get yAxisLabelRightMargin() {
153
- return this.sc;
153
+ return this.so;
154
154
  }
155
155
  set yAxisLabelRightMargin(a) {
156
- this.sc = a;
156
+ this.so = a;
157
157
  this.g("YAxisLabelRightMargin");
158
158
  }
159
159
  get yAxisLabelBottomMargin() {
160
- return this.sa;
160
+ return this.sm;
161
161
  }
162
162
  set yAxisLabelBottomMargin(a) {
163
- this.sa = a;
163
+ this.sm = a;
164
164
  this.g("YAxisLabelBottomMargin");
165
165
  }
166
166
  get xAxisLabelTextColor() {
167
- return this.tu;
167
+ return this.t6;
168
168
  }
169
169
  set xAxisLabelTextColor(a) {
170
- this.tu = a;
170
+ this.t6 = a;
171
171
  this.g("XAxisLabelTextColor");
172
172
  }
173
173
  get yAxisLabelTextColor() {
174
- return this.uc;
174
+ return this.uo;
175
175
  }
176
176
  set yAxisLabelTextColor(a) {
177
- this.uc = a;
177
+ this.uo = a;
178
178
  this.g("YAxisLabelTextColor");
179
179
  }
180
180
  get actualXAxisLabelTextColor() {
181
- return this.tn;
181
+ return this.tz;
182
182
  }
183
183
  set actualXAxisLabelTextColor(a) {
184
- this.tn = a;
184
+ this.tz = a;
185
185
  this.g("ActualXAxisLabelTextColor");
186
186
  }
187
187
  get actualYAxisLabelTextColor() {
188
- return this.to;
188
+ return this.t0;
189
189
  }
190
190
  set actualYAxisLabelTextColor(a) {
191
- this.to = a;
191
+ this.t0 = a;
192
192
  this.g("ActualYAxisLabelTextColor");
193
193
  }
194
194
  get xAxisTitleMargin() {
195
- return this.r5;
195
+ return this.sh;
196
196
  }
197
197
  set xAxisTitleMargin(a) {
198
- this.r5 = a;
198
+ this.sh = a;
199
199
  this.g("XAxisTitleMargin");
200
200
  }
201
201
  get yAxisTitleMargin() {
202
- return this.sm;
202
+ return this.sy;
203
203
  }
204
204
  set yAxisTitleMargin(a) {
205
- this.sm = a;
205
+ this.sy = a;
206
206
  this.g("YAxisTitleMargin");
207
207
  }
208
208
  get xAxisTitleLeftMargin() {
209
- return this.r4;
209
+ return this.sg;
210
210
  }
211
211
  set xAxisTitleLeftMargin(a) {
212
- this.r4 = a;
212
+ this.sg = a;
213
213
  this.g("XAxisTitleLeftMargin");
214
214
  }
215
215
  get yAxisTitleLeftMargin() {
216
- return this.sl;
216
+ return this.sx;
217
217
  }
218
218
  set yAxisTitleLeftMargin(a) {
219
- this.sl = a;
219
+ this.sx = a;
220
220
  this.g("YAxisTitleLeftMargin");
221
221
  }
222
222
  get xAxisTitleTopMargin() {
223
- return this.r7;
223
+ return this.sj;
224
224
  }
225
225
  set xAxisTitleTopMargin(a) {
226
- this.r7 = a;
226
+ this.sj = a;
227
227
  this.g("XAxisTitleTopMargin");
228
228
  }
229
229
  get yAxisTitleTopMargin() {
230
- return this.so;
230
+ return this.s0;
231
231
  }
232
232
  set yAxisTitleTopMargin(a) {
233
- this.so = a;
233
+ this.s0 = a;
234
234
  this.g("YAxisTitleTopMargin");
235
235
  }
236
236
  get xAxisTitleRightMargin() {
237
- return this.r6;
237
+ return this.si;
238
238
  }
239
239
  set xAxisTitleRightMargin(a) {
240
- this.r6 = a;
240
+ this.si = a;
241
241
  this.g("XAxisTitleRightMargin");
242
242
  }
243
243
  get yAxisTitleRightMargin() {
244
- return this.sn;
244
+ return this.sz;
245
245
  }
246
246
  set yAxisTitleRightMargin(a) {
247
- this.sn = a;
247
+ this.sz = a;
248
248
  this.g("YAxisTitleRightMargin");
249
249
  }
250
250
  get xAxisTitleBottomMargin() {
251
- return this.r3;
251
+ return this.sf;
252
252
  }
253
253
  set xAxisTitleBottomMargin(a) {
254
- this.r3 = a;
254
+ this.sf = a;
255
255
  this.g("XAxisTitleBottomMargin");
256
256
  }
257
257
  get yAxisTitleBottomMargin() {
258
- return this.sk;
258
+ return this.sw;
259
259
  }
260
260
  set yAxisTitleBottomMargin(a) {
261
- this.sk = a;
261
+ this.sw = a;
262
262
  this.g("YAxisTitleBottomMargin");
263
263
  }
264
264
  get xAxisTitleTextColor() {
265
- return this.t5;
265
+ return this.uh;
266
266
  }
267
267
  set xAxisTitleTextColor(a) {
268
- this.t5 = a;
268
+ this.uh = a;
269
269
  this.g("XAxisTitleTextColor");
270
270
  }
271
271
  get yAxisTitleTextColor() {
272
- return this.un;
272
+ return this.uz;
273
273
  }
274
274
  set yAxisTitleTextColor(a) {
275
- this.un = a;
275
+ this.uz = a;
276
276
  this.g("YAxisTitleTextColor");
277
277
  }
278
278
  get xAxisLabelTextStyle() {
279
- return this.tv;
279
+ return this.t7;
280
280
  }
281
281
  set xAxisLabelTextStyle(a) {
282
- this.tv = a;
282
+ this.t7 = a;
283
283
  this.g("XAxisLabelTextStyle");
284
284
  }
285
285
  get yAxisLabelTextStyle() {
286
- return this.ud;
286
+ return this.up;
287
287
  }
288
288
  set yAxisLabelTextStyle(a) {
289
- this.ud = a;
289
+ this.up = a;
290
290
  this.g("YAxisLabelTextStyle");
291
291
  }
292
292
  get xAxisTitleTextStyle() {
293
- return this.t6;
293
+ return this.ui;
294
294
  }
295
295
  set xAxisTitleTextStyle(a) {
296
- this.t6 = a;
296
+ this.ui = a;
297
297
  this.g("XAxisTitleTextStyle");
298
298
  }
299
299
  get yAxisTitleTextStyle() {
300
- return this.uo;
300
+ return this.u0;
301
301
  }
302
302
  set yAxisTitleTextStyle(a) {
303
- this.uo = a;
303
+ this.u0 = a;
304
304
  this.g("YAxisTitleTextStyle");
305
305
  }
306
306
  get xAxisLabelRef() {
307
- return this.tt;
307
+ return this.t5;
308
308
  }
309
309
  set xAxisLabelRef(a) {
310
- this.tt = a;
310
+ this.t5 = a;
311
311
  this.g("XAxisLabelRef");
312
312
  }
313
313
  get yAxisLabelRef() {
314
- return this.ub;
314
+ return this.un;
315
315
  }
316
316
  set yAxisLabelRef(a) {
317
- this.ub = a;
317
+ this.un = a;
318
318
  this.g("YAxisLabelRef");
319
319
  }
320
320
  get xAxisMajorStroke() {
321
- return this.ty;
321
+ return this.ua;
322
322
  }
323
323
  set xAxisMajorStroke(a) {
324
- this.ty = a;
324
+ this.ua = a;
325
325
  this.g("XAxisMajorStroke");
326
326
  }
327
327
  get yAxisMajorStroke() {
328
- return this.ug;
328
+ return this.us;
329
329
  }
330
330
  set yAxisMajorStroke(a) {
331
- this.ug = a;
331
+ this.us = a;
332
332
  this.g("YAxisMajorStroke");
333
333
  }
334
334
  get xAxisMajorStrokeThickness() {
335
- return this.rx;
335
+ return this.r9;
336
336
  }
337
337
  set xAxisMajorStrokeThickness(a) {
338
- this.rx = a;
338
+ this.r9 = a;
339
339
  this.g("XAxisMajorStrokeThickness");
340
340
  }
341
341
  get yAxisMajorStrokeThickness() {
342
- return this.se;
342
+ return this.sq;
343
343
  }
344
344
  set yAxisMajorStrokeThickness(a) {
345
- this.se = a;
345
+ this.sq = a;
346
346
  this.g("YAxisMajorStrokeThickness");
347
347
  }
348
348
  get xAxisMinorStrokeThickness() {
349
- return this.ry;
349
+ return this.sa;
350
350
  }
351
351
  set xAxisMinorStrokeThickness(a) {
352
- this.ry = a;
352
+ this.sa = a;
353
353
  this.g("XAxisMinorStrokeThickness");
354
354
  }
355
355
  get yAxisMinorStrokeThickness() {
356
- return this.sf;
356
+ return this.sr;
357
357
  }
358
358
  set yAxisMinorStrokeThickness(a) {
359
- this.sf = a;
359
+ this.sr = a;
360
360
  this.g("YAxisMinorStrokeThickness");
361
361
  }
362
362
  get xAxisStrip() {
363
- return this.t0;
363
+ return this.uc;
364
364
  }
365
365
  set xAxisStrip(a) {
366
- this.t0 = a;
366
+ this.uc = a;
367
367
  this.g("XAxisStrip");
368
368
  }
369
369
  get yAxisStrip() {
370
- return this.ui;
370
+ return this.uu;
371
371
  }
372
372
  set yAxisStrip(a) {
373
- this.ui = a;
373
+ this.uu = a;
374
374
  this.g("YAxisStrip");
375
375
  }
376
376
  get xAxisStroke() {
377
- return this.t1;
377
+ return this.ud;
378
378
  }
379
379
  set xAxisStroke(a) {
380
- this.t1 = a;
380
+ this.ud = a;
381
381
  this.g("XAxisStroke");
382
382
  }
383
383
  get yAxisStroke() {
384
- return this.uj;
384
+ return this.uv;
385
385
  }
386
386
  set yAxisStroke(a) {
387
- this.uj = a;
387
+ this.uv = a;
388
388
  this.g("YAxisStroke");
389
389
  }
390
390
  get xAxisStrokeThickness() {
391
- return this.rz;
391
+ return this.sb;
392
392
  }
393
393
  set xAxisStrokeThickness(a) {
394
- this.rz = a;
394
+ this.sb = a;
395
395
  this.g("XAxisStrokeThickness");
396
396
  }
397
397
  get yAxisStrokeThickness() {
398
- return this.sg;
398
+ return this.ss;
399
399
  }
400
400
  set yAxisStrokeThickness(a) {
401
- this.sg = a;
401
+ this.ss = a;
402
402
  this.g("YAxisStrokeThickness");
403
403
  }
404
404
  get xAxisTickLength() {
405
- return this.r0;
405
+ return this.sc;
406
406
  }
407
407
  set xAxisTickLength(a) {
408
- this.r0 = a;
408
+ this.sc = a;
409
409
  this.g("XAxisTickLength");
410
410
  }
411
411
  get yAxisTickLength() {
412
- return this.sh;
412
+ return this.st;
413
413
  }
414
414
  set yAxisTickLength(a) {
415
- this.sh = a;
415
+ this.st = a;
416
416
  this.g("YAxisTickLength");
417
417
  }
418
418
  get xAxisTickStroke() {
419
- return this.t2;
419
+ return this.ue;
420
420
  }
421
421
  set xAxisTickStroke(a) {
422
- this.t2 = a;
422
+ this.ue = a;
423
423
  this.g("XAxisTickStroke");
424
424
  }
425
425
  get yAxisTickStroke() {
426
- return this.uk;
426
+ return this.uw;
427
427
  }
428
428
  set yAxisTickStroke(a) {
429
- this.uk = a;
429
+ this.uw = a;
430
430
  this.g("YAxisTickStroke");
431
431
  }
432
432
  get xAxisTickStrokeThickness() {
433
- return this.r1;
433
+ return this.sd;
434
434
  }
435
435
  set xAxisTickStrokeThickness(a) {
436
- this.r1 = a;
436
+ this.sd = a;
437
437
  this.g("XAxisTickStrokeThickness");
438
438
  }
439
439
  get yAxisTickStrokeThickness() {
440
- return this.si;
440
+ return this.su;
441
441
  }
442
442
  set yAxisTickStrokeThickness(a) {
443
- this.si = a;
443
+ this.su = a;
444
444
  this.g("YAxisTickStrokeThickness");
445
445
  }
446
446
  get xAxisTitle() {
447
- return this.t3;
447
+ return this.uf;
448
448
  }
449
449
  set xAxisTitle(a) {
450
- this.t3 = a;
450
+ this.uf = a;
451
451
  this.g("XAxisTitle");
452
452
  }
453
453
  get yAxisTitle() {
454
- return this.ul;
454
+ return this.ux;
455
455
  }
456
456
  set yAxisTitle(a) {
457
- this.ul = a;
457
+ this.ux = a;
458
458
  this.g("YAxisTitle");
459
459
  }
460
460
  get xAxisMinorStroke() {
461
- return this.tz;
461
+ return this.ub;
462
462
  }
463
463
  set xAxisMinorStroke(a) {
464
- this.tz = a;
464
+ this.ub = a;
465
465
  this.g("XAxisMinorStroke");
466
466
  }
467
467
  get yAxisMinorStroke() {
468
- return this.uh;
468
+ return this.ut;
469
469
  }
470
470
  set yAxisMinorStroke(a) {
471
- this.uh = a;
471
+ this.ut = a;
472
472
  this.g("YAxisMinorStroke");
473
473
  }
474
474
  get xAxisLabelAngle() {
475
- return this.rs;
475
+ return this.r4;
476
476
  }
477
477
  set xAxisLabelAngle(a) {
478
- this.rs = a;
478
+ this.r4 = a;
479
479
  this.g("XAxisLabelAngle");
480
480
  }
481
481
  get yAxisLabelAngle() {
482
- return this.r9;
482
+ return this.sl;
483
483
  }
484
484
  set yAxisLabelAngle(a) {
485
- this.r9 = a;
485
+ this.sl = a;
486
486
  this.g("YAxisLabelAngle");
487
487
  }
488
488
  get xAxisExtent() {
489
- return this.rr;
489
+ return this.r3;
490
490
  }
491
491
  set xAxisExtent(a) {
492
- this.rr = a;
492
+ this.r3 = a;
493
493
  this.g("XAxisExtent");
494
494
  }
495
495
  get yAxisExtent() {
496
- return this.r8;
496
+ return this.sk;
497
497
  }
498
498
  set yAxisExtent(a) {
499
- this.r8 = a;
499
+ this.sk = a;
500
500
  this.g("YAxisExtent");
501
501
  }
502
502
  get xAxisTitleAngle() {
503
- return this.r2;
503
+ return this.se;
504
504
  }
505
505
  set xAxisTitleAngle(a) {
506
- this.r2 = a;
506
+ this.se = a;
507
507
  this.g("XAxisTitleAngle");
508
508
  }
509
509
  get yAxisTitleAngle() {
510
- return this.sj;
510
+ return this.sv;
511
511
  }
512
512
  set yAxisTitleAngle(a) {
513
- this.sj = a;
513
+ this.sv = a;
514
514
  this.g("YAxisTitleAngle");
515
515
  }
516
516
  get xAxisInverted() {
517
- return this.rn;
517
+ return this.rz;
518
518
  }
519
519
  set xAxisInverted(a) {
520
- this.rn = a;
520
+ this.rz = a;
521
521
  this.g("XAxisInverted");
522
522
  }
523
523
  get yAxisInverted() {
524
- return this.ro;
524
+ return this.r0;
525
525
  }
526
526
  set yAxisInverted(a) {
527
- this.ro = a;
527
+ this.r0 = a;
528
528
  this.g("YAxisInverted");
529
529
  }
530
530
  get xAxisTitleAlignment() {
531
- return this.t4;
531
+ return this.ug;
532
532
  }
533
533
  set xAxisTitleAlignment(a) {
534
- this.t4 = a;
534
+ this.ug = a;
535
535
  this.g("XAxisTitleAlignment");
536
536
  }
537
537
  get yAxisTitleAlignment() {
538
- return this.um;
538
+ return this.uy;
539
539
  }
540
540
  set yAxisTitleAlignment(a) {
541
- this.um = a;
541
+ this.uy = a;
542
542
  this.g("YAxisTitleAlignment");
543
543
  }
544
544
  get xAxisLabelHorizontalAlignment() {
545
- return this.tr;
545
+ return this.t3;
546
546
  }
547
547
  set xAxisLabelHorizontalAlignment(a) {
548
- this.tr = a;
548
+ this.t3 = a;
549
549
  this.g("XAxisLabelHorizontalAlignment");
550
550
  }
551
551
  get yAxisLabelHorizontalAlignment() {
552
- return this.t9;
552
+ return this.ul;
553
553
  }
554
554
  set yAxisLabelHorizontalAlignment(a) {
555
- this.t9 = a;
555
+ this.ul = a;
556
556
  this.g("YAxisLabelHorizontalAlignment");
557
557
  }
558
558
  get xAxisLabelVerticalAlignment() {
559
- return this.tw;
559
+ return this.t8;
560
560
  }
561
561
  set xAxisLabelVerticalAlignment(a) {
562
- this.tw = a;
562
+ this.t8 = a;
563
563
  this.g("XAxisLabelVerticalAlignment");
564
564
  }
565
565
  get yAxisLabelVerticalAlignment() {
566
- return this.ue;
566
+ return this.uq;
567
567
  }
568
568
  set yAxisLabelVerticalAlignment(a) {
569
- this.ue = a;
569
+ this.uq = a;
570
570
  this.g("YAxisLabelVerticalAlignment");
571
571
  }
572
572
  get xAxisLabelVisibility() {
573
- return this.tx;
573
+ return this.t9;
574
574
  }
575
575
  set xAxisLabelVisibility(a) {
576
- this.tx = a;
576
+ this.t9 = a;
577
577
  this.g("XAxisLabelVisibility");
578
578
  }
579
579
  get yAxisLabelVisibility() {
580
- return this.uf;
580
+ return this.ur;
581
581
  }
582
582
  set yAxisLabelVisibility(a) {
583
- this.uf = a;
583
+ this.ur = a;
584
584
  this.g("YAxisLabelVisibility");
585
585
  }
586
586
  get yAxisLabelLocation() {
587
- return this.ua;
587
+ return this.um;
588
588
  }
589
589
  set yAxisLabelLocation(a) {
590
- this.ua = a;
590
+ this.um = a;
591
591
  this.g("YAxisLabelLocation");
592
592
  }
593
593
  get xAxisLabelLocation() {
594
- return this.ts;
594
+ return this.t4;
595
595
  }
596
596
  set xAxisLabelLocation(a) {
597
- this.ts = a;
597
+ this.t4 = a;
598
598
  this.g("XAxisLabelLocation");
599
599
  }
600
600
  get xAxisLabelFormat() {
601
- return this.tq;
601
+ return this.t2;
602
602
  }
603
603
  set xAxisLabelFormat(a) {
604
- this.tq = a;
604
+ this.t2 = a;
605
605
  this.g("XAxisLabelFormat");
606
606
  }
607
607
  get xAxisLabelFormatSpecifiers() {
608
- return this.rj;
608
+ return this.rv;
609
609
  }
610
610
  set xAxisLabelFormatSpecifiers(a) {
611
- this.rj = a;
611
+ this.rv = a;
612
612
  this.g("XAxisLabelFormatSpecifiers");
613
613
  }
614
614
  get yAxisLabelFormat() {
615
- return this.t8;
615
+ return this.uk;
616
616
  }
617
617
  set yAxisLabelFormat(a) {
618
- this.t8 = a;
618
+ this.uk = a;
619
619
  this.g("YAxisLabelFormat");
620
620
  }
621
621
  get yAxisLabelFormatSpecifiers() {
622
- return this.rk;
622
+ return this.rw;
623
623
  }
624
624
  set yAxisLabelFormatSpecifiers(a) {
625
- this.rk = a;
625
+ this.rw = a;
626
626
  this.g("YAxisLabelFormatSpecifiers");
627
627
  }
628
628
  }