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
@@ -14,44 +14,44 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
14
14
  __extends(DataPieBaseChartDescription, _super);
15
15
  function DataPieBaseChartDescription() {
16
16
  var _this = _super.call(this) || this;
17
+ _this.yh = null;
18
+ _this.w4 = null;
17
19
  _this.x9 = null;
18
- _this.ww = null;
19
- _this.x1 = null;
20
- _this.wu = null;
21
- _this.x6 = null;
22
- _this.wv = null;
23
- _this.xz = null;
24
- _this.wt = null;
25
- _this.xb = 0;
26
- _this.yb = null;
20
+ _this.w2 = null;
21
+ _this.ye = null;
22
+ _this.w3 = null;
23
+ _this.x7 = null;
24
+ _this.w1 = null;
25
+ _this.xj = 0;
26
+ _this.yj = null;
27
+ _this.yi = null;
27
28
  _this.ya = null;
28
- _this.x2 = null;
29
- _this.xv = null;
30
- _this.yd = null;
31
- _this.xy = null;
32
- _this.xx = null;
29
+ _this.x3 = null;
30
+ _this.yl = null;
31
+ _this.x6 = null;
33
32
  _this.x5 = null;
34
- _this.xc = 0;
35
- _this.x4 = null;
36
- _this.xw = null;
37
- _this.w3 = false;
33
+ _this.yd = null;
34
+ _this.xk = 0;
38
35
  _this.yc = null;
39
- _this.w9 = 0;
40
- _this.xa = 0;
41
- _this.xf = 0;
42
- _this.w4 = false;
43
- _this.xt = 0;
36
+ _this.x4 = null;
37
+ _this.xb = false;
38
+ _this.yk = null;
44
39
  _this.xh = 0;
45
- _this.xg = 0;
46
40
  _this.xi = 0;
47
- _this.xd = 0;
48
- _this.xe = 0;
41
+ _this.xn = 0;
42
+ _this.xc = false;
43
+ _this.x1 = 0;
44
+ _this.xp = 0;
45
+ _this.xo = 0;
46
+ _this.xq = 0;
47
+ _this.xl = 0;
48
+ _this.xm = 0;
49
+ _this.yg = null;
50
+ _this.yf = null;
49
51
  _this.x8 = null;
50
- _this.x7 = null;
51
- _this.x0 = null;
52
- _this.w1 = false;
53
- _this.w2 = false;
54
- _this.x3 = null;
52
+ _this.w9 = false;
53
+ _this.xa = false;
54
+ _this.yb = null;
55
55
  return _this;
56
56
  }
57
57
  DataPieBaseChartDescription.prototype.get_type = function () {
@@ -59,10 +59,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
59
59
  };
60
60
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormat", {
61
61
  get: function () {
62
- return this.x9;
62
+ return this.yh;
63
63
  },
64
64
  set: function (a) {
65
- this.x9 = a;
65
+ this.yh = a;
66
66
  this.g("SliceLabelFormat");
67
67
  },
68
68
  enumerable: false,
@@ -70,10 +70,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
70
70
  });
71
71
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelFormatSpecifiers", {
72
72
  get: function () {
73
- return this.ww;
73
+ return this.w4;
74
74
  },
75
75
  set: function (a) {
76
- this.ww = a;
76
+ this.w4 = a;
77
77
  this.g("SliceLabelFormatSpecifiers");
78
78
  },
79
79
  enumerable: false,
@@ -81,10 +81,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
81
81
  });
82
82
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormat", {
83
83
  get: function () {
84
- return this.x1;
84
+ return this.x9;
85
85
  },
86
86
  set: function (a) {
87
- this.x1 = a;
87
+ this.x9 = a;
88
88
  this.g("LegendSliceLabelFormat");
89
89
  },
90
90
  enumerable: false,
@@ -92,10 +92,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
92
92
  });
93
93
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelFormatSpecifiers", {
94
94
  get: function () {
95
- return this.wu;
95
+ return this.w2;
96
96
  },
97
97
  set: function (a) {
98
- this.wu = a;
98
+ this.w2 = a;
99
99
  this.g("LegendSliceLabelFormatSpecifiers");
100
100
  },
101
101
  enumerable: false,
@@ -103,10 +103,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
103
103
  });
104
104
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormat", {
105
105
  get: function () {
106
- return this.x6;
106
+ return this.ye;
107
107
  },
108
108
  set: function (a) {
109
- this.x6 = a;
109
+ this.ye = a;
110
110
  this.g("OthersSliceLabelFormat");
111
111
  },
112
112
  enumerable: false,
@@ -114,10 +114,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
114
114
  });
115
115
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersSliceLabelFormatSpecifiers", {
116
116
  get: function () {
117
- return this.wv;
117
+ return this.w3;
118
118
  },
119
119
  set: function (a) {
120
- this.wv = a;
120
+ this.w3 = a;
121
121
  this.g("OthersSliceLabelFormatSpecifiers");
122
122
  },
123
123
  enumerable: false,
@@ -125,10 +125,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
125
125
  });
126
126
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormat", {
127
127
  get: function () {
128
- return this.xz;
128
+ return this.x7;
129
129
  },
130
130
  set: function (a) {
131
- this.xz = a;
131
+ this.x7 = a;
132
132
  this.g("LegendOthersSliceLabelFormat");
133
133
  },
134
134
  enumerable: false,
@@ -136,10 +136,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
136
136
  });
137
137
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendOthersSliceLabelFormatSpecifiers", {
138
138
  get: function () {
139
- return this.wt;
139
+ return this.w1;
140
140
  },
141
141
  set: function (a) {
142
- this.wt = a;
142
+ this.w1 = a;
143
143
  this.g("LegendOthersSliceLabelFormatSpecifiers");
144
144
  },
145
145
  enumerable: false,
@@ -147,10 +147,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
147
147
  });
148
148
  Object.defineProperty(DataPieBaseChartDescription.prototype, "innerExtent", {
149
149
  get: function () {
150
- return this.xb;
150
+ return this.xj;
151
151
  },
152
152
  set: function (a) {
153
- this.xb = a;
153
+ this.xj = a;
154
154
  this.g("InnerExtent");
155
155
  },
156
156
  enumerable: false,
@@ -158,10 +158,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
158
158
  });
159
159
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sweepDirection", {
160
160
  get: function () {
161
- return this.yb;
161
+ return this.yj;
162
162
  },
163
163
  set: function (a) {
164
- this.yb = a;
164
+ this.yj = a;
165
165
  this.g("SweepDirection");
166
166
  },
167
167
  enumerable: false,
@@ -169,10 +169,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
169
169
  });
170
170
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelPositionMode", {
171
171
  get: function () {
172
- return this.ya;
172
+ return this.yi;
173
173
  },
174
174
  set: function (a) {
175
- this.ya = a;
175
+ this.yi = a;
176
176
  this.g("SliceLabelPositionMode");
177
177
  },
178
178
  enumerable: false,
@@ -180,10 +180,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
180
180
  });
181
181
  Object.defineProperty(DataPieBaseChartDescription.prototype, "lightSliceLabelColor", {
182
182
  get: function () {
183
- return this.x2;
183
+ return this.ya;
184
184
  },
185
185
  set: function (a) {
186
- this.x2 = a;
186
+ this.ya = a;
187
187
  this.g("LightSliceLabelColor");
188
188
  },
189
189
  enumerable: false,
@@ -191,10 +191,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
191
191
  });
192
192
  Object.defineProperty(DataPieBaseChartDescription.prototype, "darkSliceLabelColor", {
193
193
  get: function () {
194
- return this.xv;
194
+ return this.x3;
195
195
  },
196
196
  set: function (a) {
197
- this.xv = a;
197
+ this.x3 = a;
198
198
  this.g("DarkSliceLabelColor");
199
199
  },
200
200
  enumerable: false,
@@ -202,10 +202,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
202
202
  });
203
203
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueMemberPath", {
204
204
  get: function () {
205
- return this.yd;
205
+ return this.yl;
206
206
  },
207
207
  set: function (a) {
208
- this.yd = a;
208
+ this.yl = a;
209
209
  this.g("ValueMemberPath");
210
210
  },
211
211
  enumerable: false,
@@ -213,10 +213,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
213
213
  });
214
214
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendLabelMemberPath", {
215
215
  get: function () {
216
- return this.xy;
216
+ return this.x6;
217
217
  },
218
218
  set: function (a) {
219
- this.xy = a;
219
+ this.x6 = a;
220
220
  this.g("LegendLabelMemberPath");
221
221
  },
222
222
  enumerable: false,
@@ -224,10 +224,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
224
224
  });
225
225
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendEmptyValuesMode", {
226
226
  get: function () {
227
- return this.xx;
227
+ return this.x5;
228
228
  },
229
229
  set: function (a) {
230
- this.xx = a;
230
+ this.x5 = a;
231
231
  this.g("LegendEmptyValuesMode");
232
232
  },
233
233
  enumerable: false,
@@ -235,10 +235,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
235
235
  });
236
236
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryType", {
237
237
  get: function () {
238
- return this.x5;
238
+ return this.yd;
239
239
  },
240
240
  set: function (a) {
241
- this.x5 = a;
241
+ this.yd = a;
242
242
  this.g("OthersCategoryType");
243
243
  },
244
244
  enumerable: false,
@@ -246,10 +246,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
246
246
  });
247
247
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryThreshold", {
248
248
  get: function () {
249
- return this.xc;
249
+ return this.xk;
250
250
  },
251
251
  set: function (a) {
252
- this.xc = a;
252
+ this.xk = a;
253
253
  this.g("OthersCategoryThreshold");
254
254
  },
255
255
  enumerable: false,
@@ -257,10 +257,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
257
257
  });
258
258
  Object.defineProperty(DataPieBaseChartDescription.prototype, "othersCategoryText", {
259
259
  get: function () {
260
- return this.x4;
260
+ return this.yc;
261
261
  },
262
262
  set: function (a) {
263
- this.x4 = a;
263
+ this.yc = a;
264
264
  this.g("OthersCategoryText");
265
265
  },
266
266
  enumerable: false,
@@ -268,10 +268,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
268
268
  });
269
269
  Object.defineProperty(DataPieBaseChartDescription.prototype, "labelMemberPath", {
270
270
  get: function () {
271
- return this.xw;
271
+ return this.x4;
272
272
  },
273
273
  set: function (a) {
274
- this.xw = a;
274
+ this.x4 = a;
275
275
  this.g("LabelMemberPath");
276
276
  },
277
277
  enumerable: false,
@@ -279,10 +279,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
279
279
  });
280
280
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisFavorLabellingScaleEnd", {
281
281
  get: function () {
282
- return this.w3;
282
+ return this.xb;
283
283
  },
284
284
  set: function (a) {
285
- this.w3 = a;
285
+ this.xb = a;
286
286
  this.g("ValueAxisFavorLabellingScaleEnd");
287
287
  },
288
288
  enumerable: false,
@@ -290,10 +290,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
290
290
  });
291
291
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAutoRangeBufferMode", {
292
292
  get: function () {
293
- return this.yc;
293
+ return this.yk;
294
294
  },
295
295
  set: function (a) {
296
- this.yc = a;
296
+ this.yk = a;
297
297
  this.g("ValueAxisAutoRangeBufferMode");
298
298
  },
299
299
  enumerable: false,
@@ -301,10 +301,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
301
301
  });
302
302
  Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisInterval", {
303
303
  get: function () {
304
- return this.w9;
304
+ return this.xh;
305
305
  },
306
306
  set: function (a) {
307
- this.w9 = a;
307
+ this.xh = a;
308
308
  this.g("AngleAxisInterval");
309
309
  },
310
310
  enumerable: false,
@@ -312,10 +312,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
312
312
  });
313
313
  Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisMinorInterval", {
314
314
  get: function () {
315
- return this.xa;
315
+ return this.xi;
316
316
  },
317
317
  set: function (a) {
318
- this.xa = a;
318
+ this.xi = a;
319
319
  this.g("AngleAxisMinorInterval");
320
320
  },
321
321
  enumerable: false,
@@ -323,10 +323,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
323
323
  });
324
324
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisInterval", {
325
325
  get: function () {
326
- return this.xf;
326
+ return this.xn;
327
327
  },
328
328
  set: function (a) {
329
- this.xf = a;
329
+ this.xn = a;
330
330
  this.g("ValueAxisInterval");
331
331
  },
332
332
  enumerable: false,
@@ -334,10 +334,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
334
334
  });
335
335
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisIsLogarithmic", {
336
336
  get: function () {
337
- return this.w4;
337
+ return this.xc;
338
338
  },
339
339
  set: function (a) {
340
- this.w4 = a;
340
+ this.xc = a;
341
341
  this.g("ValueAxisIsLogarithmic");
342
342
  },
343
343
  enumerable: false,
@@ -345,10 +345,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
345
345
  });
346
346
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisLogarithmBase", {
347
347
  get: function () {
348
- return this.xt;
348
+ return this.x1;
349
349
  },
350
350
  set: function (a) {
351
- this.xt = a;
351
+ this.x1 = a;
352
352
  this.g("ValueAxisLogarithmBase");
353
353
  },
354
354
  enumerable: false,
@@ -356,10 +356,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
356
356
  });
357
357
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinimumValue", {
358
358
  get: function () {
359
- return this.xh;
359
+ return this.xp;
360
360
  },
361
361
  set: function (a) {
362
- this.xh = a;
362
+ this.xp = a;
363
363
  this.g("ValueAxisMinimumValue");
364
364
  },
365
365
  enumerable: false,
@@ -367,10 +367,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
367
367
  });
368
368
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMaximumValue", {
369
369
  get: function () {
370
- return this.xg;
370
+ return this.xo;
371
371
  },
372
372
  set: function (a) {
373
- this.xg = a;
373
+ this.xo = a;
374
374
  this.g("ValueAxisMaximumValue");
375
375
  },
376
376
  enumerable: false,
@@ -378,10 +378,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
378
378
  });
379
379
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisMinorInterval", {
380
380
  get: function () {
381
- return this.xi;
381
+ return this.xq;
382
382
  },
383
383
  set: function (a) {
384
- this.xi = a;
384
+ this.xq = a;
385
385
  this.g("ValueAxisMinorInterval");
386
386
  },
387
387
  enumerable: false,
@@ -389,10 +389,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
389
389
  });
390
390
  Object.defineProperty(DataPieBaseChartDescription.prototype, "radiusExtent", {
391
391
  get: function () {
392
- return this.xd;
392
+ return this.xl;
393
393
  },
394
394
  set: function (a) {
395
- this.xd = a;
395
+ this.xl = a;
396
396
  this.g("RadiusExtent");
397
397
  },
398
398
  enumerable: false,
@@ -400,10 +400,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
400
400
  });
401
401
  Object.defineProperty(DataPieBaseChartDescription.prototype, "startAngle", {
402
402
  get: function () {
403
- return this.xe;
403
+ return this.xm;
404
404
  },
405
405
  set: function (a) {
406
- this.xe = a;
406
+ this.xm = a;
407
407
  this.g("StartAngle");
408
408
  },
409
409
  enumerable: false,
@@ -411,10 +411,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
411
411
  });
412
412
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentSeparator", {
413
413
  get: function () {
414
- return this.x8;
414
+ return this.yg;
415
415
  },
416
416
  set: function (a) {
417
- this.x8 = a;
417
+ this.yg = a;
418
418
  this.g("SliceLabelContentSeparator");
419
419
  },
420
420
  enumerable: false,
@@ -422,10 +422,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
422
422
  });
423
423
  Object.defineProperty(DataPieBaseChartDescription.prototype, "sliceLabelContentMode", {
424
424
  get: function () {
425
- return this.x7;
425
+ return this.yf;
426
426
  },
427
427
  set: function (a) {
428
- this.x7 = a;
428
+ this.yf = a;
429
429
  this.g("SliceLabelContentMode");
430
430
  },
431
431
  enumerable: false,
@@ -433,10 +433,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
433
433
  });
434
434
  Object.defineProperty(DataPieBaseChartDescription.prototype, "legendSliceLabelContentMode", {
435
435
  get: function () {
436
- return this.x0;
436
+ return this.x8;
437
437
  },
438
438
  set: function (a) {
439
- this.x0 = a;
439
+ this.x8 = a;
440
440
  this.g("LegendSliceLabelContentMode");
441
441
  },
442
442
  enumerable: false,
@@ -444,10 +444,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
444
444
  });
445
445
  Object.defineProperty(DataPieBaseChartDescription.prototype, "angleAxisFavorLabellingScaleEnd", {
446
446
  get: function () {
447
- return this.w1;
447
+ return this.w9;
448
448
  },
449
449
  set: function (a) {
450
- this.w1 = a;
450
+ this.w9 = a;
451
451
  this.g("AngleAxisFavorLabellingScaleEnd");
452
452
  },
453
453
  enumerable: false,
@@ -455,10 +455,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
455
455
  });
456
456
  Object.defineProperty(DataPieBaseChartDescription.prototype, "valueAxisAbbreviateLargeNumbers", {
457
457
  get: function () {
458
- return this.w2;
458
+ return this.xa;
459
459
  },
460
460
  set: function (a) {
461
- this.w2 = a;
461
+ this.xa = a;
462
462
  this.g("ValueAxisAbbreviateLargeNumbers");
463
463
  },
464
464
  enumerable: false,
@@ -466,10 +466,10 @@ var DataPieBaseChartDescription = /** @class */ /*@__PURE__*/ (function (_super)
466
466
  });
467
467
  Object.defineProperty(DataPieBaseChartDescription.prototype, "markerCollision", {
468
468
  get: function () {
469
- return this.x3;
469
+ return this.yb;
470
470
  },
471
471
  set: function (a) {
472
- this.x3 = a;
472
+ this.yb = a;
473
473
  this.g("MarkerCollision");
474
474
  },
475
475
  enumerable: false,