igniteui-angular-core 19.1.0 → 20.0.0-beta.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 (71) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1402 -1246
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +171 -139
  4. package/esm2015/lib/AxisDescriptionMetadata.js +4 -0
  5. package/esm2015/lib/CategoryAngleAxisDescription.js +21 -21
  6. package/esm2015/lib/CategoryAxisBaseDescription.js +23 -23
  7. package/esm2015/lib/CategoryChartDescription.js +130 -130
  8. package/esm2015/lib/CategoryDateTimeXAxisDescription.js +24 -24
  9. package/esm2015/lib/CategoryXAxisDescription.js +32 -32
  10. package/esm2015/lib/CategoryYAxisDescription.js +32 -32
  11. package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
  12. package/esm2015/lib/DataPieChartDescription.js +35 -35
  13. package/esm2015/lib/FinancialChartDescription.js +176 -176
  14. package/esm2015/lib/NumericAngleAxisDescription.js +6 -6
  15. package/esm2015/lib/NumericAxisBaseDescription.js +83 -83
  16. package/esm2015/lib/NumericRadiusAxisDescription.js +6 -6
  17. package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
  18. package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
  19. package/esm2015/lib/RadialBaseChartDescription.js +215 -183
  20. package/esm2015/lib/RadialBaseChartDescriptionMetadata.js +4 -0
  21. package/esm2015/lib/StraightNumericAxisBaseDescription.js +3 -3
  22. package/esm2015/lib/TimeAxisBaseDescription.js +24 -24
  23. package/esm2015/lib/TimeXAxisDescription.js +12 -12
  24. package/esm2015/lib/XYChartDescription.js +215 -183
  25. package/esm2015/lib/XYChartDescriptionMetadata.js +4 -0
  26. package/esm5/lib/AxisDescription.js +187 -139
  27. package/esm5/lib/AxisDescriptionMetadata.js +4 -0
  28. package/esm5/lib/CategoryAngleAxisDescription.js +21 -21
  29. package/esm5/lib/CategoryAxisBaseDescription.js +23 -23
  30. package/esm5/lib/CategoryChartDescription.js +130 -130
  31. package/esm5/lib/CategoryDateTimeXAxisDescription.js +24 -24
  32. package/esm5/lib/CategoryXAxisDescription.js +32 -32
  33. package/esm5/lib/CategoryYAxisDescription.js +32 -32
  34. package/esm5/lib/DataPieBaseChartDescription.js +107 -107
  35. package/esm5/lib/DataPieChartDescription.js +35 -35
  36. package/esm5/lib/FinancialChartDescription.js +176 -176
  37. package/esm5/lib/NumericAngleAxisDescription.js +6 -6
  38. package/esm5/lib/NumericAxisBaseDescription.js +83 -83
  39. package/esm5/lib/NumericRadiusAxisDescription.js +6 -6
  40. package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
  41. package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
  42. package/esm5/lib/RadialBaseChartDescription.js +231 -183
  43. package/esm5/lib/RadialBaseChartDescriptionMetadata.js +4 -0
  44. package/esm5/lib/StraightNumericAxisBaseDescription.js +3 -3
  45. package/esm5/lib/TimeAxisBaseDescription.js +24 -24
  46. package/esm5/lib/TimeXAxisDescription.js +12 -12
  47. package/esm5/lib/XYChartDescription.js +231 -183
  48. package/esm5/lib/XYChartDescriptionMetadata.js +4 -0
  49. package/fesm2015/igniteui-angular-core.js +1354 -1246
  50. package/fesm5/igniteui-angular-core.js +1402 -1246
  51. package/lib/AxisDescription.d.ts +60 -48
  52. package/lib/CategoryAngleAxisDescription.d.ts +7 -7
  53. package/lib/CategoryAxisBaseDescription.d.ts +8 -8
  54. package/lib/CategoryChartDescription.d.ts +45 -45
  55. package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
  56. package/lib/CategoryXAxisDescription.d.ts +11 -11
  57. package/lib/CategoryYAxisDescription.d.ts +11 -11
  58. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  59. package/lib/DataPieChartDescription.d.ts +12 -12
  60. package/lib/FinancialChartDescription.d.ts +61 -61
  61. package/lib/NumericAngleAxisDescription.d.ts +2 -2
  62. package/lib/NumericAxisBaseDescription.d.ts +28 -28
  63. package/lib/NumericRadiusAxisDescription.d.ts +2 -2
  64. package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
  65. package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
  66. package/lib/RadialBaseChartDescription.d.ts +77 -65
  67. package/lib/StraightNumericAxisBaseDescription.d.ts +1 -1
  68. package/lib/TimeAxisBaseDescription.d.ts +8 -8
  69. package/lib/TimeXAxisDescription.d.ts +4 -4
  70. package/lib/XYChartDescription.d.ts +77 -65
  71. package/package.json +4 -5
@@ -13,496 +13,496 @@ export let FinancialChartDescription = /*@__PURE__*/ (() => {
13
13
  class FinancialChartDescription extends XYChartDescription {
14
14
  constructor() {
15
15
  super();
16
- this.zn = null;
17
- this.zp = null;
18
- this.zm = null;
19
- this.zk = null;
20
- this.x9 = 0;
21
- this.xl = false;
22
- this.yd = 0;
16
+ this.zv = null;
17
+ this.zx = null;
18
+ this.zu = null;
19
+ this.zs = null;
20
+ this.yh = 0;
23
21
  this.xt = false;
24
- this.zc = 0;
25
- this.yk = 0;
26
- this.ym = 0;
27
22
  this.yl = 0;
23
+ this.x1 = false;
24
+ this.zk = 0;
25
+ this.ys = 0;
26
+ this.yu = 0;
27
+ this.yt = 0;
28
+ this.yv = 0;
29
+ this.zw = null;
30
+ this.zy = null;
28
31
  this.yn = 0;
29
- this.zo = null;
30
- this.zq = null;
31
- this.yf = 0;
32
- this.yi = 0;
33
- this.yg = 0;
34
- this.yh = 0;
35
- this.yj = 0;
36
- this.zs = null;
37
- this.xn = false;
38
- this.zl = null;
39
- this.zr = null;
40
- this.xp = false;
41
- this.wx = null;
42
- this.w2 = null;
43
- this.xr = false;
44
- this.yc = 0;
45
- this.xq = false;
46
- this.xs = false;
32
+ this.yq = 0;
33
+ this.yo = 0;
34
+ this.yp = 0;
35
+ this.yr = 0;
36
+ this.z0 = null;
37
+ this.xv = false;
47
38
  this.zt = null;
48
- this.wy = null;
49
- this.wz = null;
50
- this.w0 = null;
51
- this.w1 = null;
39
+ this.zz = null;
40
+ this.xx = false;
52
41
  this.w5 = null;
42
+ this.xa = null;
43
+ this.xz = false;
44
+ this.yk = 0;
45
+ this.xy = false;
46
+ this.x0 = false;
47
+ this.z1 = null;
48
+ this.w6 = null;
49
+ this.w7 = null;
50
+ this.w8 = null;
51
+ this.w9 = null;
52
+ this.xd = null;
53
+ this.xc = null;
53
54
  this.w4 = null;
54
- this.ww = null;
55
- this.wu = null;
56
- this.ye = 0;
57
- this.yb = 0;
58
- this.ya = 0;
59
- this.x8 = 0;
60
- this.wv = null;
61
- this.y8 = 0;
62
- this.x7 = 0;
63
- this.zb = 0;
64
- this.y9 = 0;
65
- this.y7 = 0;
66
- this.za = 0;
55
+ this.w2 = null;
56
+ this.ym = 0;
57
+ this.yj = 0;
58
+ this.yi = 0;
59
+ this.yg = 0;
67
60
  this.w3 = null;
68
- this.wt = null;
69
- this.xo = false;
70
- this.zu = null;
71
- this.yo = 0;
72
- this.xm = false;
73
- this.x4 = new Date();
74
- this.x3 = new Date();
75
- this.w6 = null;
76
- this.zj = null;
61
+ this.zg = 0;
62
+ this.yf = 0;
63
+ this.zj = 0;
64
+ this.zh = 0;
65
+ this.zf = 0;
66
+ this.zi = 0;
67
+ this.xb = null;
68
+ this.w1 = null;
69
+ this.xw = false;
70
+ this.z2 = null;
71
+ this.yw = 0;
72
+ this.xu = false;
73
+ this.yc = new Date();
74
+ this.yb = new Date();
75
+ this.xe = null;
76
+ this.zr = null;
77
77
  }
78
78
  get tooltipTemplateRef() {
79
- return this.zn;
79
+ return this.zv;
80
80
  }
81
81
  set tooltipTemplateRef(a) {
82
- this.zn = a;
82
+ this.zv = a;
83
83
  this.g("TooltipTemplateRef");
84
84
  }
85
85
  get width() {
86
- return this.zp;
86
+ return this.zx;
87
87
  }
88
88
  set width(a) {
89
- this.zp = a;
89
+ this.zx = a;
90
90
  this.g("Width");
91
91
  }
92
92
  get height() {
93
- return this.zm;
93
+ return this.zu;
94
94
  }
95
95
  set height(a) {
96
- this.zm = a;
96
+ this.zu = a;
97
97
  this.g("Height");
98
98
  }
99
99
  get background() {
100
- return this.zk;
100
+ return this.zs;
101
101
  }
102
102
  set background(a) {
103
- this.zk = a;
103
+ this.zs = a;
104
104
  this.g("Background");
105
105
  }
106
106
  get_type() {
107
107
  return "FinancialChart";
108
108
  }
109
109
  get leftMargin() {
110
- return this.x9;
110
+ return this.yh;
111
111
  }
112
112
  set leftMargin(a) {
113
- this.x9 = a;
113
+ this.yh = a;
114
114
  this.g("LeftMargin");
115
115
  }
116
116
  get isHorizontalZoomEnabled() {
117
- return this.xl;
117
+ return this.xt;
118
118
  }
119
119
  set isHorizontalZoomEnabled(a) {
120
- this.xl = a;
120
+ this.xt = a;
121
121
  this.g("IsHorizontalZoomEnabled");
122
122
  }
123
123
  get toolbarHeight() {
124
- return this.yd;
124
+ return this.yl;
125
125
  }
126
126
  set toolbarHeight(a) {
127
- this.yd = a;
127
+ this.yl = a;
128
128
  this.g("ToolbarHeight");
129
129
  }
130
130
  get yAxisIsLogarithmic() {
131
- return this.xt;
131
+ return this.x1;
132
132
  }
133
133
  set yAxisIsLogarithmic(a) {
134
- this.xt = a;
134
+ this.x1 = a;
135
135
  this.g("YAxisIsLogarithmic");
136
136
  }
137
137
  get yAxisLogarithmBase() {
138
- return this.zc;
138
+ return this.zk;
139
139
  }
140
140
  set yAxisLogarithmBase(a) {
141
- this.zc = a;
141
+ this.zk = a;
142
142
  this.g("YAxisLogarithmBase");
143
143
  }
144
144
  get yAxisInterval() {
145
- return this.yk;
145
+ return this.ys;
146
146
  }
147
147
  set yAxisInterval(a) {
148
- this.yk = a;
148
+ this.ys = a;
149
149
  this.g("YAxisInterval");
150
150
  }
151
151
  get yAxisMinimumValue() {
152
- return this.ym;
152
+ return this.yu;
153
153
  }
154
154
  set yAxisMinimumValue(a) {
155
- this.ym = a;
155
+ this.yu = a;
156
156
  this.g("YAxisMinimumValue");
157
157
  }
158
158
  get yAxisMaximumValue() {
159
- return this.yl;
159
+ return this.yt;
160
160
  }
161
161
  set yAxisMaximumValue(a) {
162
- this.yl = a;
162
+ this.yt = a;
163
163
  this.g("YAxisMaximumValue");
164
164
  }
165
165
  get yAxisMinorInterval() {
166
- return this.yn;
166
+ return this.yv;
167
167
  }
168
168
  set yAxisMinorInterval(a) {
169
- this.yn = a;
169
+ this.yv = a;
170
170
  this.g("YAxisMinorInterval");
171
171
  }
172
172
  get volumeType() {
173
- return this.zo;
173
+ return this.zw;
174
174
  }
175
175
  set volumeType(a) {
176
- this.zo = a;
176
+ this.zw = a;
177
177
  this.g("VolumeType");
178
178
  }
179
179
  get xAxisMode() {
180
- return this.zq;
180
+ return this.zy;
181
181
  }
182
182
  set xAxisMode(a) {
183
- this.zq = a;
183
+ this.zy = a;
184
184
  this.g("XAxisMode");
185
185
  }
186
186
  get xAxisZoomMaximumCategoryRange() {
187
- return this.yf;
187
+ return this.yn;
188
188
  }
189
189
  set xAxisZoomMaximumCategoryRange(a) {
190
- this.yf = a;
190
+ this.yn = a;
191
191
  this.g("XAxisZoomMaximumCategoryRange");
192
192
  }
193
193
  get xAxisZoomToCategoryStart() {
194
- return this.yi;
194
+ return this.yq;
195
195
  }
196
196
  set xAxisZoomToCategoryStart(a) {
197
- this.yi = a;
197
+ this.yq = a;
198
198
  this.g("XAxisZoomToCategoryStart");
199
199
  }
200
200
  get xAxisZoomMaximumItemSpan() {
201
- return this.yg;
201
+ return this.yo;
202
202
  }
203
203
  set xAxisZoomMaximumItemSpan(a) {
204
- this.yg = a;
204
+ this.yo = a;
205
205
  this.g("XAxisZoomMaximumItemSpan");
206
206
  }
207
207
  get xAxisZoomToCategoryRange() {
208
- return this.yh;
208
+ return this.yp;
209
209
  }
210
210
  set xAxisZoomToCategoryRange(a) {
211
- this.yh = a;
211
+ this.yp = a;
212
212
  this.g("XAxisZoomToCategoryRange");
213
213
  }
214
214
  get xAxisZoomToItemSpan() {
215
- return this.yj;
215
+ return this.yr;
216
216
  }
217
217
  set xAxisZoomToItemSpan(a) {
218
- this.yj = a;
218
+ this.yr = a;
219
219
  this.g("XAxisZoomToItemSpan");
220
220
  }
221
221
  get yAxisMode() {
222
- return this.zs;
222
+ return this.z0;
223
223
  }
224
224
  set yAxisMode(a) {
225
- this.zs = a;
225
+ this.z0 = a;
226
226
  this.g("YAxisMode");
227
227
  }
228
228
  get isToolbarVisible() {
229
- return this.xn;
229
+ return this.xv;
230
230
  }
231
231
  set isToolbarVisible(a) {
232
- this.xn = a;
232
+ this.xv = a;
233
233
  this.g("IsToolbarVisible");
234
234
  }
235
235
  get chartType() {
236
- return this.zl;
236
+ return this.zt;
237
237
  }
238
238
  set chartType(a) {
239
- this.zl = a;
239
+ this.zt = a;
240
240
  this.g("ChartType");
241
241
  }
242
242
  get yAxisLabelHorizontalAlignment() {
243
- return this.zr;
243
+ return this.zz;
244
244
  }
245
245
  set yAxisLabelHorizontalAlignment(a) {
246
- this.zr = a;
246
+ this.zz = a;
247
247
  this.g("YAxisLabelHorizontalAlignment");
248
248
  }
249
249
  get isWindowSyncedToVisibleRange() {
250
- return this.xp;
250
+ return this.xx;
251
251
  }
252
252
  set isWindowSyncedToVisibleRange(a) {
253
- this.xp = a;
253
+ this.xx = a;
254
254
  this.g("IsWindowSyncedToVisibleRange");
255
255
  }
256
256
  get indicatorTypes() {
257
- return this.wx;
257
+ return this.w5;
258
258
  }
259
259
  set indicatorTypes(a) {
260
- this.wx = a;
260
+ this.w5 = a;
261
261
  this.g("IndicatorTypes");
262
262
  }
263
263
  get overlayTypes() {
264
- return this.w2;
264
+ return this.xa;
265
265
  }
266
266
  set overlayTypes(a) {
267
- this.w2 = a;
267
+ this.xa = a;
268
268
  this.g("OverlayTypes");
269
269
  }
270
270
  get yAxisAbbreviateLargeNumbers() {
271
- return this.xr;
271
+ return this.xz;
272
272
  }
273
273
  set yAxisAbbreviateLargeNumbers(a) {
274
- this.xr = a;
274
+ this.xz = a;
275
275
  this.g("YAxisAbbreviateLargeNumbers");
276
276
  }
277
277
  get resolution() {
278
- return this.yc;
278
+ return this.yk;
279
279
  }
280
280
  set resolution(a) {
281
- this.yc = a;
281
+ this.yk = a;
282
282
  this.g("Resolution");
283
283
  }
284
284
  get xAxisEnhancedIntervalPreferMoreCategoryLabels() {
285
- return this.xq;
285
+ return this.xy;
286
286
  }
287
287
  set xAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
288
- this.xq = a;
288
+ this.xy = a;
289
289
  this.g("XAxisEnhancedIntervalPreferMoreCategoryLabels");
290
290
  }
291
291
  get yAxisEnhancedIntervalPreferMoreCategoryLabels() {
292
- return this.xs;
292
+ return this.x0;
293
293
  }
294
294
  set yAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
295
- this.xs = a;
295
+ this.x0 = a;
296
296
  this.g("YAxisEnhancedIntervalPreferMoreCategoryLabels");
297
297
  }
298
298
  get zoomSliderType() {
299
- return this.zt;
299
+ return this.z1;
300
300
  }
301
301
  set zoomSliderType(a) {
302
- this.zt = a;
302
+ this.z1 = a;
303
303
  this.g("ZoomSliderType");
304
304
  }
305
305
  get negativeBrushes() {
306
- return this.wy;
306
+ return this.w6;
307
307
  }
308
308
  set negativeBrushes(a) {
309
- this.wy = a;
309
+ this.w6 = a;
310
310
  this.g("NegativeBrushes");
311
311
  }
312
312
  get negativeOutlines() {
313
- return this.wz;
313
+ return this.w7;
314
314
  }
315
315
  set negativeOutlines(a) {
316
- this.wz = a;
316
+ this.w7 = a;
317
317
  this.g("NegativeOutlines");
318
318
  }
319
319
  get overlayBrushes() {
320
- return this.w0;
320
+ return this.w8;
321
321
  }
322
322
  set overlayBrushes(a) {
323
- this.w0 = a;
323
+ this.w8 = a;
324
324
  this.g("OverlayBrushes");
325
325
  }
326
326
  get overlayOutlines() {
327
- return this.w1;
327
+ return this.w9;
328
328
  }
329
329
  set overlayOutlines(a) {
330
- this.w1 = a;
330
+ this.w9 = a;
331
331
  this.g("OverlayOutlines");
332
332
  }
333
333
  get volumeOutlines() {
334
- return this.w5;
334
+ return this.xd;
335
335
  }
336
336
  set volumeOutlines(a) {
337
- this.w5 = a;
337
+ this.xd = a;
338
338
  this.g("VolumeOutlines");
339
339
  }
340
340
  get volumeBrushes() {
341
- return this.w4;
341
+ return this.xc;
342
342
  }
343
343
  set volumeBrushes(a) {
344
- this.w4 = a;
344
+ this.xc = a;
345
345
  this.g("VolumeBrushes");
346
346
  }
347
347
  get indicatorNegativeBrushes() {
348
- return this.ww;
348
+ return this.w4;
349
349
  }
350
350
  set indicatorNegativeBrushes(a) {
351
- this.ww = a;
351
+ this.w4 = a;
352
352
  this.g("IndicatorNegativeBrushes");
353
353
  }
354
354
  get indicatorBrushes() {
355
- return this.wu;
355
+ return this.w2;
356
356
  }
357
357
  set indicatorBrushes(a) {
358
- this.wu = a;
358
+ this.w2 = a;
359
359
  this.g("IndicatorBrushes");
360
360
  }
361
361
  get volumeThickness() {
362
- return this.ye;
362
+ return this.ym;
363
363
  }
364
364
  set volumeThickness(a) {
365
- this.ye = a;
365
+ this.ym = a;
366
366
  this.g("VolumeThickness");
367
367
  }
368
368
  get overlayThickness() {
369
- return this.yb;
369
+ return this.yj;
370
370
  }
371
371
  set overlayThickness(a) {
372
- this.yb = a;
372
+ this.yj = a;
373
373
  this.g("OverlayThickness");
374
374
  }
375
375
  get overlayMultiplier() {
376
- return this.ya;
376
+ return this.yi;
377
377
  }
378
378
  set overlayMultiplier(a) {
379
- this.ya = a;
379
+ this.yi = a;
380
380
  this.g("OverlayMultiplier");
381
381
  }
382
382
  get indicatorThickness() {
383
- return this.x8;
383
+ return this.yg;
384
384
  }
385
385
  set indicatorThickness(a) {
386
- this.x8 = a;
386
+ this.yg = a;
387
387
  this.g("IndicatorThickness");
388
388
  }
389
389
  get indicatorDisplayTypes() {
390
- return this.wv;
390
+ return this.w3;
391
391
  }
392
392
  set indicatorDisplayTypes(a) {
393
- this.wv = a;
393
+ this.w3 = a;
394
394
  this.g("IndicatorDisplayTypes");
395
395
  }
396
396
  get indicatorPeriod() {
397
- return this.y8;
397
+ return this.zg;
398
398
  }
399
399
  set indicatorPeriod(a) {
400
- this.y8 = a;
400
+ this.zg = a;
401
401
  this.g("IndicatorPeriod");
402
402
  }
403
403
  get indicatorMultiplier() {
404
- return this.x7;
404
+ return this.yf;
405
405
  }
406
406
  set indicatorMultiplier(a) {
407
- this.x7 = a;
407
+ this.yf = a;
408
408
  this.g("IndicatorMultiplier");
409
409
  }
410
410
  get indicatorSmoothingPeriod() {
411
- return this.zb;
411
+ return this.zj;
412
412
  }
413
413
  set indicatorSmoothingPeriod(a) {
414
- this.zb = a;
414
+ this.zj = a;
415
415
  this.g("IndicatorSmoothingPeriod");
416
416
  }
417
417
  get indicatorShortPeriod() {
418
- return this.y9;
418
+ return this.zh;
419
419
  }
420
420
  set indicatorShortPeriod(a) {
421
- this.y9 = a;
421
+ this.zh = a;
422
422
  this.g("IndicatorShortPeriod");
423
423
  }
424
424
  get indicatorLongPeriod() {
425
- return this.y7;
425
+ return this.zf;
426
426
  }
427
427
  set indicatorLongPeriod(a) {
428
- this.y7 = a;
428
+ this.zf = a;
429
429
  this.g("IndicatorLongPeriod");
430
430
  }
431
431
  get indicatorSignalPeriod() {
432
- return this.za;
432
+ return this.zi;
433
433
  }
434
434
  set indicatorSignalPeriod(a) {
435
- this.za = a;
435
+ this.zi = a;
436
436
  this.g("IndicatorSignalPeriod");
437
437
  }
438
438
  get rangeSelectorOptions() {
439
- return this.w3;
439
+ return this.xb;
440
440
  }
441
441
  set rangeSelectorOptions(a) {
442
- this.w3 = a;
442
+ this.xb = a;
443
443
  this.g("RangeSelectorOptions");
444
444
  }
445
445
  get customIndicatorNames() {
446
- return this.wt;
446
+ return this.w1;
447
447
  }
448
448
  set customIndicatorNames(a) {
449
- this.wt = a;
449
+ this.w1 = a;
450
450
  this.g("CustomIndicatorNames");
451
451
  }
452
452
  get isVerticalZoomEnabled() {
453
- return this.xo;
453
+ return this.xw;
454
454
  }
455
455
  set isVerticalZoomEnabled(a) {
456
- this.xo = a;
456
+ this.xw = a;
457
457
  this.g("IsVerticalZoomEnabled");
458
458
  }
459
459
  get zoomSliderXAxisMajorStroke() {
460
- return this.zu;
460
+ return this.z2;
461
461
  }
462
462
  set zoomSliderXAxisMajorStroke(a) {
463
- this.zu = a;
463
+ this.z2 = a;
464
464
  this.g("ZoomSliderXAxisMajorStroke");
465
465
  }
466
466
  get zoomSliderXAxisMajorStrokeThickness() {
467
- return this.yo;
467
+ return this.yw;
468
468
  }
469
469
  set zoomSliderXAxisMajorStrokeThickness(a) {
470
- this.yo = a;
470
+ this.yw = a;
471
471
  this.g("ZoomSliderXAxisMajorStrokeThickness");
472
472
  }
473
473
  get isLegendVisible() {
474
- return this.xm;
474
+ return this.xu;
475
475
  }
476
476
  set isLegendVisible(a) {
477
- this.xm = a;
477
+ this.xu = a;
478
478
  this.g("IsLegendVisible");
479
479
  }
480
480
  get xAxisMinimumValue() {
481
- return this.x4;
481
+ return this.yc;
482
482
  }
483
483
  set xAxisMinimumValue(a) {
484
- this.x4 = a;
484
+ this.yc = a;
485
485
  this.g("XAxisMinimumValue");
486
486
  }
487
487
  get xAxisMaximumValue() {
488
- return this.x3;
488
+ return this.yb;
489
489
  }
490
490
  set xAxisMaximumValue(a) {
491
- this.x3 = a;
491
+ this.yb = a;
492
492
  this.g("XAxisMaximumValue");
493
493
  }
494
494
  get xAxisBreaks() {
495
- return this.w6;
495
+ return this.xe;
496
496
  }
497
497
  set xAxisBreaks(a) {
498
- this.w6 = a;
498
+ this.xe = a;
499
499
  this.g("XAxisBreaks");
500
500
  }
501
501
  get applyCustomIndicatorsRef() {
502
- return this.zj;
502
+ return this.zr;
503
503
  }
504
504
  set applyCustomIndicatorsRef(a) {
505
- this.zj = a;
505
+ this.zr = a;
506
506
  this.g("ApplyCustomIndicatorsRef");
507
507
  }
508
508
  }