igniteui-angular-core 19.1.0 → 20.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +1402 -1246
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/AxisDescription.js +171 -139
- package/esm2015/lib/AxisDescriptionMetadata.js +4 -0
- package/esm2015/lib/CategoryAngleAxisDescription.js +21 -21
- package/esm2015/lib/CategoryAxisBaseDescription.js +23 -23
- package/esm2015/lib/CategoryChartDescription.js +130 -130
- package/esm2015/lib/CategoryDateTimeXAxisDescription.js +24 -24
- package/esm2015/lib/CategoryXAxisDescription.js +32 -32
- package/esm2015/lib/CategoryYAxisDescription.js +32 -32
- package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
- package/esm2015/lib/DataPieChartDescription.js +35 -35
- package/esm2015/lib/FinancialChartDescription.js +176 -176
- package/esm2015/lib/NumericAngleAxisDescription.js +6 -6
- package/esm2015/lib/NumericAxisBaseDescription.js +83 -83
- package/esm2015/lib/NumericRadiusAxisDescription.js +6 -6
- package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
- package/esm2015/lib/RadialBaseChartDescription.js +215 -183
- package/esm2015/lib/RadialBaseChartDescriptionMetadata.js +4 -0
- package/esm2015/lib/StraightNumericAxisBaseDescription.js +3 -3
- package/esm2015/lib/TimeAxisBaseDescription.js +24 -24
- package/esm2015/lib/TimeXAxisDescription.js +12 -12
- package/esm2015/lib/XYChartDescription.js +215 -183
- package/esm2015/lib/XYChartDescriptionMetadata.js +4 -0
- package/esm5/lib/AxisDescription.js +187 -139
- package/esm5/lib/AxisDescriptionMetadata.js +4 -0
- package/esm5/lib/CategoryAngleAxisDescription.js +21 -21
- package/esm5/lib/CategoryAxisBaseDescription.js +23 -23
- package/esm5/lib/CategoryChartDescription.js +130 -130
- package/esm5/lib/CategoryDateTimeXAxisDescription.js +24 -24
- package/esm5/lib/CategoryXAxisDescription.js +32 -32
- package/esm5/lib/CategoryYAxisDescription.js +32 -32
- package/esm5/lib/DataPieBaseChartDescription.js +107 -107
- package/esm5/lib/DataPieChartDescription.js +35 -35
- package/esm5/lib/FinancialChartDescription.js +176 -176
- package/esm5/lib/NumericAngleAxisDescription.js +6 -6
- package/esm5/lib/NumericAxisBaseDescription.js +83 -83
- package/esm5/lib/NumericRadiusAxisDescription.js +6 -6
- package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
- package/esm5/lib/RadialBaseChartDescription.js +231 -183
- package/esm5/lib/RadialBaseChartDescriptionMetadata.js +4 -0
- package/esm5/lib/StraightNumericAxisBaseDescription.js +3 -3
- package/esm5/lib/TimeAxisBaseDescription.js +24 -24
- package/esm5/lib/TimeXAxisDescription.js +12 -12
- package/esm5/lib/XYChartDescription.js +231 -183
- package/esm5/lib/XYChartDescriptionMetadata.js +4 -0
- package/fesm2015/igniteui-angular-core.js +1354 -1246
- package/fesm5/igniteui-angular-core.js +1402 -1246
- package/lib/AxisDescription.d.ts +60 -48
- package/lib/CategoryAngleAxisDescription.d.ts +7 -7
- package/lib/CategoryAxisBaseDescription.d.ts +8 -8
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
- package/lib/CategoryXAxisDescription.d.ts +11 -11
- package/lib/CategoryYAxisDescription.d.ts +11 -11
- package/lib/DataPieBaseChartDescription.d.ts +38 -38
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/NumericAngleAxisDescription.d.ts +2 -2
- package/lib/NumericAxisBaseDescription.d.ts +28 -28
- package/lib/NumericRadiusAxisDescription.d.ts +2 -2
- package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
- package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
- package/lib/RadialBaseChartDescription.d.ts +77 -65
- package/lib/StraightNumericAxisBaseDescription.d.ts +1 -1
- package/lib/TimeAxisBaseDescription.d.ts +8 -8
- package/lib/TimeXAxisDescription.d.ts +4 -4
- package/lib/XYChartDescription.d.ts +77 -65
- package/package.json +4 -4
|
@@ -13,98 +13,102 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class XYChartDescription extends DomainChartDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.uz = null;
|
|
17
|
+
this.vh = null;
|
|
18
18
|
this.sw = 0;
|
|
19
19
|
this.sy = 0;
|
|
20
20
|
this.sx = 0;
|
|
21
21
|
this.sv = 0;
|
|
22
|
-
this.td = 0;
|
|
23
22
|
this.tf = 0;
|
|
23
|
+
this.th = 0;
|
|
24
|
+
this.tg = 0;
|
|
24
25
|
this.te = 0;
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.uq = null;
|
|
30
|
-
this.s7 = 0;
|
|
31
|
-
this.to = 0;
|
|
32
|
-
this.s6 = 0;
|
|
33
|
-
this.tn = 0;
|
|
26
|
+
this.u4 = null;
|
|
27
|
+
this.vm = null;
|
|
28
|
+
this.ux = null;
|
|
29
|
+
this.uy = null;
|
|
34
30
|
this.s9 = 0;
|
|
35
|
-
this.
|
|
31
|
+
this.ts = 0;
|
|
36
32
|
this.s8 = 0;
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
33
|
+
this.tr = 0;
|
|
34
|
+
this.tb = 0;
|
|
35
|
+
this.tu = 0;
|
|
36
|
+
this.ta = 0;
|
|
37
|
+
this.tt = 0;
|
|
38
|
+
this.s7 = 0;
|
|
39
|
+
this.tq = 0;
|
|
43
40
|
this.vf = null;
|
|
41
|
+
this.vx = null;
|
|
42
|
+
this.u5 = null;
|
|
43
|
+
this.vn = null;
|
|
44
|
+
this.vg = null;
|
|
45
|
+
this.vy = null;
|
|
46
|
+
this.u3 = null;
|
|
47
|
+
this.vl = null;
|
|
44
48
|
this.u8 = null;
|
|
45
49
|
this.vq = null;
|
|
46
|
-
this.uv = null;
|
|
47
|
-
this.vd = null;
|
|
48
|
-
this.u0 = null;
|
|
49
|
-
this.vi = null;
|
|
50
50
|
this.sz = 0;
|
|
51
|
-
this.tg = 0;
|
|
52
|
-
this.s0 = 0;
|
|
53
|
-
this.th = 0;
|
|
54
|
-
this.u2 = null;
|
|
55
|
-
this.vk = null;
|
|
56
|
-
this.u3 = null;
|
|
57
|
-
this.vl = null;
|
|
58
|
-
this.s1 = 0;
|
|
59
51
|
this.ti = 0;
|
|
60
52
|
this.s2 = 0;
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
53
|
+
this.tl = 0;
|
|
54
|
+
this.va = null;
|
|
55
|
+
this.vs = null;
|
|
56
|
+
this.vb = null;
|
|
57
|
+
this.vt = null;
|
|
64
58
|
this.s3 = 0;
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
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
70
|
this.su = 0;
|
|
71
|
-
this.
|
|
71
|
+
this.td = 0;
|
|
72
72
|
this.st = 0;
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
73
|
+
this.tc = 0;
|
|
74
|
+
this.s0 = 0;
|
|
75
|
+
this.tj = 0;
|
|
76
|
+
this.s1 = 0;
|
|
77
|
+
this.tk = 0;
|
|
78
|
+
this.s6 = 0;
|
|
79
|
+
this.tp = 0;
|
|
76
80
|
this.sp = false;
|
|
77
81
|
this.sq = false;
|
|
82
|
+
this.ve = null;
|
|
83
|
+
this.vw = null;
|
|
84
|
+
this.u1 = null;
|
|
85
|
+
this.vj = null;
|
|
78
86
|
this.u6 = null;
|
|
79
87
|
this.vo = null;
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.vh = null;
|
|
86
|
-
this.vc = null;
|
|
87
|
-
this.uu = null;
|
|
88
|
-
this.us = null;
|
|
88
|
+
this.u7 = null;
|
|
89
|
+
this.vp = null;
|
|
90
|
+
this.vk = null;
|
|
91
|
+
this.u2 = null;
|
|
92
|
+
this.u0 = null;
|
|
89
93
|
this.sl = null;
|
|
90
|
-
this.
|
|
94
|
+
this.vi = null;
|
|
91
95
|
this.sm = null;
|
|
92
96
|
}
|
|
93
97
|
get_type() {
|
|
94
98
|
return "XYChart";
|
|
95
99
|
}
|
|
96
100
|
get xAxisFormatLabelRef() {
|
|
97
|
-
return this.
|
|
101
|
+
return this.uz;
|
|
98
102
|
}
|
|
99
103
|
set xAxisFormatLabelRef(a) {
|
|
100
|
-
this.
|
|
104
|
+
this.uz = a;
|
|
101
105
|
this.g("XAxisFormatLabelRef");
|
|
102
106
|
}
|
|
103
107
|
get yAxisFormatLabelRef() {
|
|
104
|
-
return this.
|
|
108
|
+
return this.vh;
|
|
105
109
|
}
|
|
106
110
|
set yAxisFormatLabelRef(a) {
|
|
107
|
-
this.
|
|
111
|
+
this.vh = a;
|
|
108
112
|
this.g("YAxisFormatLabelRef");
|
|
109
113
|
}
|
|
110
114
|
get xAxisLabelLeftMargin() {
|
|
@@ -136,199 +140,199 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
|
|
|
136
140
|
this.g("XAxisLabelBottomMargin");
|
|
137
141
|
}
|
|
138
142
|
get yAxisLabelLeftMargin() {
|
|
139
|
-
return this.
|
|
143
|
+
return this.tf;
|
|
140
144
|
}
|
|
141
145
|
set yAxisLabelLeftMargin(a) {
|
|
142
|
-
this.
|
|
146
|
+
this.tf = a;
|
|
143
147
|
this.g("YAxisLabelLeftMargin");
|
|
144
148
|
}
|
|
145
149
|
get yAxisLabelTopMargin() {
|
|
146
|
-
return this.
|
|
150
|
+
return this.th;
|
|
147
151
|
}
|
|
148
152
|
set yAxisLabelTopMargin(a) {
|
|
149
|
-
this.
|
|
153
|
+
this.th = a;
|
|
150
154
|
this.g("YAxisLabelTopMargin");
|
|
151
155
|
}
|
|
152
156
|
get yAxisLabelRightMargin() {
|
|
153
|
-
return this.
|
|
157
|
+
return this.tg;
|
|
154
158
|
}
|
|
155
159
|
set yAxisLabelRightMargin(a) {
|
|
156
|
-
this.
|
|
160
|
+
this.tg = a;
|
|
157
161
|
this.g("YAxisLabelRightMargin");
|
|
158
162
|
}
|
|
159
163
|
get yAxisLabelBottomMargin() {
|
|
160
|
-
return this.
|
|
164
|
+
return this.te;
|
|
161
165
|
}
|
|
162
166
|
set yAxisLabelBottomMargin(a) {
|
|
163
|
-
this.
|
|
167
|
+
this.te = a;
|
|
164
168
|
this.g("YAxisLabelBottomMargin");
|
|
165
169
|
}
|
|
166
170
|
get xAxisLabelTextColor() {
|
|
167
|
-
return this.
|
|
171
|
+
return this.u4;
|
|
168
172
|
}
|
|
169
173
|
set xAxisLabelTextColor(a) {
|
|
170
|
-
this.
|
|
174
|
+
this.u4 = a;
|
|
171
175
|
this.g("XAxisLabelTextColor");
|
|
172
176
|
}
|
|
173
177
|
get yAxisLabelTextColor() {
|
|
174
|
-
return this.
|
|
178
|
+
return this.vm;
|
|
175
179
|
}
|
|
176
180
|
set yAxisLabelTextColor(a) {
|
|
177
|
-
this.
|
|
181
|
+
this.vm = a;
|
|
178
182
|
this.g("YAxisLabelTextColor");
|
|
179
183
|
}
|
|
180
184
|
get actualXAxisLabelTextColor() {
|
|
181
|
-
return this.
|
|
185
|
+
return this.ux;
|
|
182
186
|
}
|
|
183
187
|
set actualXAxisLabelTextColor(a) {
|
|
184
|
-
this.
|
|
188
|
+
this.ux = a;
|
|
185
189
|
this.g("ActualXAxisLabelTextColor");
|
|
186
190
|
}
|
|
187
191
|
get actualYAxisLabelTextColor() {
|
|
188
|
-
return this.
|
|
192
|
+
return this.uy;
|
|
189
193
|
}
|
|
190
194
|
set actualYAxisLabelTextColor(a) {
|
|
191
|
-
this.
|
|
195
|
+
this.uy = a;
|
|
192
196
|
this.g("ActualYAxisLabelTextColor");
|
|
193
197
|
}
|
|
194
198
|
get xAxisTitleMargin() {
|
|
195
|
-
return this.
|
|
199
|
+
return this.s9;
|
|
196
200
|
}
|
|
197
201
|
set xAxisTitleMargin(a) {
|
|
198
|
-
this.
|
|
202
|
+
this.s9 = a;
|
|
199
203
|
this.g("XAxisTitleMargin");
|
|
200
204
|
}
|
|
201
205
|
get yAxisTitleMargin() {
|
|
202
|
-
return this.
|
|
206
|
+
return this.ts;
|
|
203
207
|
}
|
|
204
208
|
set yAxisTitleMargin(a) {
|
|
205
|
-
this.
|
|
209
|
+
this.ts = a;
|
|
206
210
|
this.g("YAxisTitleMargin");
|
|
207
211
|
}
|
|
208
212
|
get xAxisTitleLeftMargin() {
|
|
209
|
-
return this.
|
|
213
|
+
return this.s8;
|
|
210
214
|
}
|
|
211
215
|
set xAxisTitleLeftMargin(a) {
|
|
212
|
-
this.
|
|
216
|
+
this.s8 = a;
|
|
213
217
|
this.g("XAxisTitleLeftMargin");
|
|
214
218
|
}
|
|
215
219
|
get yAxisTitleLeftMargin() {
|
|
216
|
-
return this.
|
|
220
|
+
return this.tr;
|
|
217
221
|
}
|
|
218
222
|
set yAxisTitleLeftMargin(a) {
|
|
219
|
-
this.
|
|
223
|
+
this.tr = a;
|
|
220
224
|
this.g("YAxisTitleLeftMargin");
|
|
221
225
|
}
|
|
222
226
|
get xAxisTitleTopMargin() {
|
|
223
|
-
return this.
|
|
227
|
+
return this.tb;
|
|
224
228
|
}
|
|
225
229
|
set xAxisTitleTopMargin(a) {
|
|
226
|
-
this.
|
|
230
|
+
this.tb = a;
|
|
227
231
|
this.g("XAxisTitleTopMargin");
|
|
228
232
|
}
|
|
229
233
|
get yAxisTitleTopMargin() {
|
|
230
|
-
return this.
|
|
234
|
+
return this.tu;
|
|
231
235
|
}
|
|
232
236
|
set yAxisTitleTopMargin(a) {
|
|
233
|
-
this.
|
|
237
|
+
this.tu = a;
|
|
234
238
|
this.g("YAxisTitleTopMargin");
|
|
235
239
|
}
|
|
236
240
|
get xAxisTitleRightMargin() {
|
|
237
|
-
return this.
|
|
241
|
+
return this.ta;
|
|
238
242
|
}
|
|
239
243
|
set xAxisTitleRightMargin(a) {
|
|
240
|
-
this.
|
|
244
|
+
this.ta = a;
|
|
241
245
|
this.g("XAxisTitleRightMargin");
|
|
242
246
|
}
|
|
243
247
|
get yAxisTitleRightMargin() {
|
|
244
|
-
return this.
|
|
248
|
+
return this.tt;
|
|
245
249
|
}
|
|
246
250
|
set yAxisTitleRightMargin(a) {
|
|
247
|
-
this.
|
|
251
|
+
this.tt = a;
|
|
248
252
|
this.g("YAxisTitleRightMargin");
|
|
249
253
|
}
|
|
250
254
|
get xAxisTitleBottomMargin() {
|
|
251
|
-
return this.
|
|
255
|
+
return this.s7;
|
|
252
256
|
}
|
|
253
257
|
set xAxisTitleBottomMargin(a) {
|
|
254
|
-
this.
|
|
258
|
+
this.s7 = a;
|
|
255
259
|
this.g("XAxisTitleBottomMargin");
|
|
256
260
|
}
|
|
257
261
|
get yAxisTitleBottomMargin() {
|
|
258
|
-
return this.
|
|
262
|
+
return this.tq;
|
|
259
263
|
}
|
|
260
264
|
set yAxisTitleBottomMargin(a) {
|
|
261
|
-
this.
|
|
265
|
+
this.tq = a;
|
|
262
266
|
this.g("YAxisTitleBottomMargin");
|
|
263
267
|
}
|
|
264
268
|
get xAxisTitleTextColor() {
|
|
265
|
-
return this.
|
|
269
|
+
return this.vf;
|
|
266
270
|
}
|
|
267
271
|
set xAxisTitleTextColor(a) {
|
|
268
|
-
this.
|
|
272
|
+
this.vf = a;
|
|
269
273
|
this.g("XAxisTitleTextColor");
|
|
270
274
|
}
|
|
271
275
|
get yAxisTitleTextColor() {
|
|
272
|
-
return this.
|
|
276
|
+
return this.vx;
|
|
273
277
|
}
|
|
274
278
|
set yAxisTitleTextColor(a) {
|
|
275
|
-
this.
|
|
279
|
+
this.vx = a;
|
|
276
280
|
this.g("YAxisTitleTextColor");
|
|
277
281
|
}
|
|
278
282
|
get xAxisLabelTextStyle() {
|
|
279
|
-
return this.
|
|
283
|
+
return this.u5;
|
|
280
284
|
}
|
|
281
285
|
set xAxisLabelTextStyle(a) {
|
|
282
|
-
this.
|
|
286
|
+
this.u5 = a;
|
|
283
287
|
this.g("XAxisLabelTextStyle");
|
|
284
288
|
}
|
|
285
289
|
get yAxisLabelTextStyle() {
|
|
286
|
-
return this.
|
|
290
|
+
return this.vn;
|
|
287
291
|
}
|
|
288
292
|
set yAxisLabelTextStyle(a) {
|
|
289
|
-
this.
|
|
293
|
+
this.vn = a;
|
|
290
294
|
this.g("YAxisLabelTextStyle");
|
|
291
295
|
}
|
|
292
296
|
get xAxisTitleTextStyle() {
|
|
293
|
-
return this.
|
|
297
|
+
return this.vg;
|
|
294
298
|
}
|
|
295
299
|
set xAxisTitleTextStyle(a) {
|
|
296
|
-
this.
|
|
300
|
+
this.vg = a;
|
|
297
301
|
this.g("XAxisTitleTextStyle");
|
|
298
302
|
}
|
|
299
303
|
get yAxisTitleTextStyle() {
|
|
300
|
-
return this.
|
|
304
|
+
return this.vy;
|
|
301
305
|
}
|
|
302
306
|
set yAxisTitleTextStyle(a) {
|
|
303
|
-
this.
|
|
307
|
+
this.vy = a;
|
|
304
308
|
this.g("YAxisTitleTextStyle");
|
|
305
309
|
}
|
|
306
310
|
get xAxisLabelRef() {
|
|
307
|
-
return this.
|
|
311
|
+
return this.u3;
|
|
308
312
|
}
|
|
309
313
|
set xAxisLabelRef(a) {
|
|
310
|
-
this.
|
|
314
|
+
this.u3 = a;
|
|
311
315
|
this.g("XAxisLabelRef");
|
|
312
316
|
}
|
|
313
317
|
get yAxisLabelRef() {
|
|
314
|
-
return this.
|
|
318
|
+
return this.vl;
|
|
315
319
|
}
|
|
316
320
|
set yAxisLabelRef(a) {
|
|
317
|
-
this.
|
|
321
|
+
this.vl = a;
|
|
318
322
|
this.g("YAxisLabelRef");
|
|
319
323
|
}
|
|
320
324
|
get xAxisMajorStroke() {
|
|
321
|
-
return this.
|
|
325
|
+
return this.u8;
|
|
322
326
|
}
|
|
323
327
|
set xAxisMajorStroke(a) {
|
|
324
|
-
this.
|
|
328
|
+
this.u8 = a;
|
|
325
329
|
this.g("XAxisMajorStroke");
|
|
326
330
|
}
|
|
327
331
|
get yAxisMajorStroke() {
|
|
328
|
-
return this.
|
|
332
|
+
return this.vq;
|
|
329
333
|
}
|
|
330
334
|
set yAxisMajorStroke(a) {
|
|
331
|
-
this.
|
|
335
|
+
this.vq = a;
|
|
332
336
|
this.g("YAxisMajorStroke");
|
|
333
337
|
}
|
|
334
338
|
get xAxisMajorStrokeThickness() {
|
|
@@ -339,136 +343,136 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
|
|
|
339
343
|
this.g("XAxisMajorStrokeThickness");
|
|
340
344
|
}
|
|
341
345
|
get yAxisMajorStrokeThickness() {
|
|
342
|
-
return this.
|
|
346
|
+
return this.ti;
|
|
343
347
|
}
|
|
344
348
|
set yAxisMajorStrokeThickness(a) {
|
|
345
|
-
this.
|
|
349
|
+
this.ti = a;
|
|
346
350
|
this.g("YAxisMajorStrokeThickness");
|
|
347
351
|
}
|
|
348
352
|
get xAxisMinorStrokeThickness() {
|
|
349
|
-
return this.
|
|
353
|
+
return this.s2;
|
|
350
354
|
}
|
|
351
355
|
set xAxisMinorStrokeThickness(a) {
|
|
352
|
-
this.
|
|
356
|
+
this.s2 = a;
|
|
353
357
|
this.g("XAxisMinorStrokeThickness");
|
|
354
358
|
}
|
|
355
359
|
get yAxisMinorStrokeThickness() {
|
|
356
|
-
return this.
|
|
360
|
+
return this.tl;
|
|
357
361
|
}
|
|
358
362
|
set yAxisMinorStrokeThickness(a) {
|
|
359
|
-
this.
|
|
363
|
+
this.tl = a;
|
|
360
364
|
this.g("YAxisMinorStrokeThickness");
|
|
361
365
|
}
|
|
362
366
|
get xAxisStrip() {
|
|
363
|
-
return this.
|
|
367
|
+
return this.va;
|
|
364
368
|
}
|
|
365
369
|
set xAxisStrip(a) {
|
|
366
|
-
this.
|
|
370
|
+
this.va = a;
|
|
367
371
|
this.g("XAxisStrip");
|
|
368
372
|
}
|
|
369
373
|
get yAxisStrip() {
|
|
370
|
-
return this.
|
|
374
|
+
return this.vs;
|
|
371
375
|
}
|
|
372
376
|
set yAxisStrip(a) {
|
|
373
|
-
this.
|
|
377
|
+
this.vs = a;
|
|
374
378
|
this.g("YAxisStrip");
|
|
375
379
|
}
|
|
376
380
|
get xAxisStroke() {
|
|
377
|
-
return this.
|
|
381
|
+
return this.vb;
|
|
378
382
|
}
|
|
379
383
|
set xAxisStroke(a) {
|
|
380
|
-
this.
|
|
384
|
+
this.vb = a;
|
|
381
385
|
this.g("XAxisStroke");
|
|
382
386
|
}
|
|
383
387
|
get yAxisStroke() {
|
|
384
|
-
return this.
|
|
388
|
+
return this.vt;
|
|
385
389
|
}
|
|
386
390
|
set yAxisStroke(a) {
|
|
387
|
-
this.
|
|
391
|
+
this.vt = a;
|
|
388
392
|
this.g("YAxisStroke");
|
|
389
393
|
}
|
|
390
394
|
get xAxisStrokeThickness() {
|
|
391
|
-
return this.
|
|
395
|
+
return this.s3;
|
|
392
396
|
}
|
|
393
397
|
set xAxisStrokeThickness(a) {
|
|
394
|
-
this.
|
|
398
|
+
this.s3 = a;
|
|
395
399
|
this.g("XAxisStrokeThickness");
|
|
396
400
|
}
|
|
397
401
|
get yAxisStrokeThickness() {
|
|
398
|
-
return this.
|
|
402
|
+
return this.tm;
|
|
399
403
|
}
|
|
400
404
|
set yAxisStrokeThickness(a) {
|
|
401
|
-
this.
|
|
405
|
+
this.tm = a;
|
|
402
406
|
this.g("YAxisStrokeThickness");
|
|
403
407
|
}
|
|
404
408
|
get xAxisTickLength() {
|
|
405
|
-
return this.
|
|
409
|
+
return this.s4;
|
|
406
410
|
}
|
|
407
411
|
set xAxisTickLength(a) {
|
|
408
|
-
this.
|
|
412
|
+
this.s4 = a;
|
|
409
413
|
this.g("XAxisTickLength");
|
|
410
414
|
}
|
|
411
415
|
get yAxisTickLength() {
|
|
412
|
-
return this.
|
|
416
|
+
return this.tn;
|
|
413
417
|
}
|
|
414
418
|
set yAxisTickLength(a) {
|
|
415
|
-
this.
|
|
419
|
+
this.tn = a;
|
|
416
420
|
this.g("YAxisTickLength");
|
|
417
421
|
}
|
|
418
422
|
get xAxisTickStroke() {
|
|
419
|
-
return this.
|
|
423
|
+
return this.vc;
|
|
420
424
|
}
|
|
421
425
|
set xAxisTickStroke(a) {
|
|
422
|
-
this.
|
|
426
|
+
this.vc = a;
|
|
423
427
|
this.g("XAxisTickStroke");
|
|
424
428
|
}
|
|
425
429
|
get yAxisTickStroke() {
|
|
426
|
-
return this.
|
|
430
|
+
return this.vu;
|
|
427
431
|
}
|
|
428
432
|
set yAxisTickStroke(a) {
|
|
429
|
-
this.
|
|
433
|
+
this.vu = a;
|
|
430
434
|
this.g("YAxisTickStroke");
|
|
431
435
|
}
|
|
432
436
|
get xAxisTickStrokeThickness() {
|
|
433
|
-
return this.
|
|
437
|
+
return this.s5;
|
|
434
438
|
}
|
|
435
439
|
set xAxisTickStrokeThickness(a) {
|
|
436
|
-
this.
|
|
440
|
+
this.s5 = a;
|
|
437
441
|
this.g("XAxisTickStrokeThickness");
|
|
438
442
|
}
|
|
439
443
|
get yAxisTickStrokeThickness() {
|
|
440
|
-
return this.
|
|
444
|
+
return this.to;
|
|
441
445
|
}
|
|
442
446
|
set yAxisTickStrokeThickness(a) {
|
|
443
|
-
this.
|
|
447
|
+
this.to = a;
|
|
444
448
|
this.g("YAxisTickStrokeThickness");
|
|
445
449
|
}
|
|
446
450
|
get xAxisTitle() {
|
|
447
|
-
return this.
|
|
451
|
+
return this.vd;
|
|
448
452
|
}
|
|
449
453
|
set xAxisTitle(a) {
|
|
450
|
-
this.
|
|
454
|
+
this.vd = a;
|
|
451
455
|
this.g("XAxisTitle");
|
|
452
456
|
}
|
|
453
457
|
get yAxisTitle() {
|
|
454
|
-
return this.
|
|
458
|
+
return this.vv;
|
|
455
459
|
}
|
|
456
460
|
set yAxisTitle(a) {
|
|
457
|
-
this.
|
|
461
|
+
this.vv = a;
|
|
458
462
|
this.g("YAxisTitle");
|
|
459
463
|
}
|
|
460
464
|
get xAxisMinorStroke() {
|
|
461
|
-
return this.
|
|
465
|
+
return this.u9;
|
|
462
466
|
}
|
|
463
467
|
set xAxisMinorStroke(a) {
|
|
464
|
-
this.
|
|
468
|
+
this.u9 = a;
|
|
465
469
|
this.g("XAxisMinorStroke");
|
|
466
470
|
}
|
|
467
471
|
get yAxisMinorStroke() {
|
|
468
|
-
return this.
|
|
472
|
+
return this.vr;
|
|
469
473
|
}
|
|
470
474
|
set yAxisMinorStroke(a) {
|
|
471
|
-
this.
|
|
475
|
+
this.vr = a;
|
|
472
476
|
this.g("YAxisMinorStroke");
|
|
473
477
|
}
|
|
474
478
|
get xAxisLabelAngle() {
|
|
@@ -479,10 +483,10 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
|
|
|
479
483
|
this.g("XAxisLabelAngle");
|
|
480
484
|
}
|
|
481
485
|
get yAxisLabelAngle() {
|
|
482
|
-
return this.
|
|
486
|
+
return this.td;
|
|
483
487
|
}
|
|
484
488
|
set yAxisLabelAngle(a) {
|
|
485
|
-
this.
|
|
489
|
+
this.td = a;
|
|
486
490
|
this.g("YAxisLabelAngle");
|
|
487
491
|
}
|
|
488
492
|
get xAxisExtent() {
|
|
@@ -493,24 +497,52 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
|
|
|
493
497
|
this.g("XAxisExtent");
|
|
494
498
|
}
|
|
495
499
|
get yAxisExtent() {
|
|
496
|
-
return this.
|
|
500
|
+
return this.tc;
|
|
497
501
|
}
|
|
498
502
|
set yAxisExtent(a) {
|
|
499
|
-
this.
|
|
503
|
+
this.tc = a;
|
|
500
504
|
this.g("YAxisExtent");
|
|
501
505
|
}
|
|
506
|
+
get xAxisMaximumExtent() {
|
|
507
|
+
return this.s0;
|
|
508
|
+
}
|
|
509
|
+
set xAxisMaximumExtent(a) {
|
|
510
|
+
this.s0 = a;
|
|
511
|
+
this.g("XAxisMaximumExtent");
|
|
512
|
+
}
|
|
513
|
+
get yAxisMaximumExtent() {
|
|
514
|
+
return this.tj;
|
|
515
|
+
}
|
|
516
|
+
set yAxisMaximumExtent(a) {
|
|
517
|
+
this.tj = a;
|
|
518
|
+
this.g("YAxisMaximumExtent");
|
|
519
|
+
}
|
|
520
|
+
get xAxisMaximumExtentPercentage() {
|
|
521
|
+
return this.s1;
|
|
522
|
+
}
|
|
523
|
+
set xAxisMaximumExtentPercentage(a) {
|
|
524
|
+
this.s1 = a;
|
|
525
|
+
this.g("XAxisMaximumExtentPercentage");
|
|
526
|
+
}
|
|
527
|
+
get yAxisMaximumExtentPercentage() {
|
|
528
|
+
return this.tk;
|
|
529
|
+
}
|
|
530
|
+
set yAxisMaximumExtentPercentage(a) {
|
|
531
|
+
this.tk = a;
|
|
532
|
+
this.g("YAxisMaximumExtentPercentage");
|
|
533
|
+
}
|
|
502
534
|
get xAxisTitleAngle() {
|
|
503
|
-
return this.
|
|
535
|
+
return this.s6;
|
|
504
536
|
}
|
|
505
537
|
set xAxisTitleAngle(a) {
|
|
506
|
-
this.
|
|
538
|
+
this.s6 = a;
|
|
507
539
|
this.g("XAxisTitleAngle");
|
|
508
540
|
}
|
|
509
541
|
get yAxisTitleAngle() {
|
|
510
|
-
return this.
|
|
542
|
+
return this.tp;
|
|
511
543
|
}
|
|
512
544
|
set yAxisTitleAngle(a) {
|
|
513
|
-
this.
|
|
545
|
+
this.tp = a;
|
|
514
546
|
this.g("YAxisTitleAngle");
|
|
515
547
|
}
|
|
516
548
|
get xAxisInverted() {
|
|
@@ -528,80 +560,80 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
|
|
|
528
560
|
this.g("YAxisInverted");
|
|
529
561
|
}
|
|
530
562
|
get xAxisTitleAlignment() {
|
|
531
|
-
return this.
|
|
563
|
+
return this.ve;
|
|
532
564
|
}
|
|
533
565
|
set xAxisTitleAlignment(a) {
|
|
534
|
-
this.
|
|
566
|
+
this.ve = a;
|
|
535
567
|
this.g("XAxisTitleAlignment");
|
|
536
568
|
}
|
|
537
569
|
get yAxisTitleAlignment() {
|
|
538
|
-
return this.
|
|
570
|
+
return this.vw;
|
|
539
571
|
}
|
|
540
572
|
set yAxisTitleAlignment(a) {
|
|
541
|
-
this.
|
|
573
|
+
this.vw = a;
|
|
542
574
|
this.g("YAxisTitleAlignment");
|
|
543
575
|
}
|
|
544
576
|
get xAxisLabelHorizontalAlignment() {
|
|
545
|
-
return this.
|
|
577
|
+
return this.u1;
|
|
546
578
|
}
|
|
547
579
|
set xAxisLabelHorizontalAlignment(a) {
|
|
548
|
-
this.
|
|
580
|
+
this.u1 = a;
|
|
549
581
|
this.g("XAxisLabelHorizontalAlignment");
|
|
550
582
|
}
|
|
551
583
|
get yAxisLabelHorizontalAlignment() {
|
|
552
|
-
return this.
|
|
584
|
+
return this.vj;
|
|
553
585
|
}
|
|
554
586
|
set yAxisLabelHorizontalAlignment(a) {
|
|
555
|
-
this.
|
|
587
|
+
this.vj = a;
|
|
556
588
|
this.g("YAxisLabelHorizontalAlignment");
|
|
557
589
|
}
|
|
558
590
|
get xAxisLabelVerticalAlignment() {
|
|
559
|
-
return this.
|
|
591
|
+
return this.u6;
|
|
560
592
|
}
|
|
561
593
|
set xAxisLabelVerticalAlignment(a) {
|
|
562
|
-
this.
|
|
594
|
+
this.u6 = a;
|
|
563
595
|
this.g("XAxisLabelVerticalAlignment");
|
|
564
596
|
}
|
|
565
597
|
get yAxisLabelVerticalAlignment() {
|
|
566
|
-
return this.
|
|
598
|
+
return this.vo;
|
|
567
599
|
}
|
|
568
600
|
set yAxisLabelVerticalAlignment(a) {
|
|
569
|
-
this.
|
|
601
|
+
this.vo = a;
|
|
570
602
|
this.g("YAxisLabelVerticalAlignment");
|
|
571
603
|
}
|
|
572
604
|
get xAxisLabelVisibility() {
|
|
573
|
-
return this.
|
|
605
|
+
return this.u7;
|
|
574
606
|
}
|
|
575
607
|
set xAxisLabelVisibility(a) {
|
|
576
|
-
this.
|
|
608
|
+
this.u7 = a;
|
|
577
609
|
this.g("XAxisLabelVisibility");
|
|
578
610
|
}
|
|
579
611
|
get yAxisLabelVisibility() {
|
|
580
|
-
return this.
|
|
612
|
+
return this.vp;
|
|
581
613
|
}
|
|
582
614
|
set yAxisLabelVisibility(a) {
|
|
583
|
-
this.
|
|
615
|
+
this.vp = a;
|
|
584
616
|
this.g("YAxisLabelVisibility");
|
|
585
617
|
}
|
|
586
618
|
get yAxisLabelLocation() {
|
|
587
|
-
return this.
|
|
619
|
+
return this.vk;
|
|
588
620
|
}
|
|
589
621
|
set yAxisLabelLocation(a) {
|
|
590
|
-
this.
|
|
622
|
+
this.vk = a;
|
|
591
623
|
this.g("YAxisLabelLocation");
|
|
592
624
|
}
|
|
593
625
|
get xAxisLabelLocation() {
|
|
594
|
-
return this.
|
|
626
|
+
return this.u2;
|
|
595
627
|
}
|
|
596
628
|
set xAxisLabelLocation(a) {
|
|
597
|
-
this.
|
|
629
|
+
this.u2 = a;
|
|
598
630
|
this.g("XAxisLabelLocation");
|
|
599
631
|
}
|
|
600
632
|
get xAxisLabelFormat() {
|
|
601
|
-
return this.
|
|
633
|
+
return this.u0;
|
|
602
634
|
}
|
|
603
635
|
set xAxisLabelFormat(a) {
|
|
604
|
-
this.
|
|
636
|
+
this.u0 = a;
|
|
605
637
|
this.g("XAxisLabelFormat");
|
|
606
638
|
}
|
|
607
639
|
get xAxisLabelFormatSpecifiers() {
|
|
@@ -612,10 +644,10 @@ export let XYChartDescription = /*@__PURE__*/ (() => {
|
|
|
612
644
|
this.g("XAxisLabelFormatSpecifiers");
|
|
613
645
|
}
|
|
614
646
|
get yAxisLabelFormat() {
|
|
615
|
-
return this.
|
|
647
|
+
return this.vi;
|
|
616
648
|
}
|
|
617
649
|
set yAxisLabelFormat(a) {
|
|
618
|
-
this.
|
|
650
|
+
this.vi = a;
|
|
619
651
|
this.g("YAxisLabelFormat");
|
|
620
652
|
}
|
|
621
653
|
get yAxisLabelFormatSpecifiers() {
|