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
|
@@ -14,75 +14,79 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(AxisDescription, _super);
|
|
15
15
|
function AxisDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
17
|
+
_this.b6 = null;
|
|
18
|
+
_this.co = null;
|
|
19
|
+
_this.cm = null;
|
|
20
|
+
_this.b3 = null;
|
|
21
|
+
_this.ay = 0;
|
|
22
22
|
_this.l = null;
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
23
|
+
_this.cl = null;
|
|
24
|
+
_this.ch = null;
|
|
25
|
+
_this.b1 = null;
|
|
26
|
+
_this.aw = 0;
|
|
27
27
|
_this.j = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
28
|
+
_this.ci = null;
|
|
29
|
+
_this.b2 = null;
|
|
30
|
+
_this.ax = 0;
|
|
31
31
|
_this.k = null;
|
|
32
|
-
_this.
|
|
33
|
-
_this.
|
|
32
|
+
_this.cn = null;
|
|
33
|
+
_this.a0 = 0;
|
|
34
34
|
_this.m = null;
|
|
35
|
-
_this.
|
|
35
|
+
_this.az = 0;
|
|
36
36
|
_this.v = false;
|
|
37
37
|
_this.w = false;
|
|
38
38
|
_this.y = false;
|
|
39
39
|
_this.z = false;
|
|
40
40
|
_this.ac = false;
|
|
41
41
|
_this.ab = false;
|
|
42
|
-
_this.
|
|
42
|
+
_this.bx = 0;
|
|
43
43
|
_this.t = false;
|
|
44
|
-
_this.
|
|
45
|
-
_this.
|
|
44
|
+
_this.ce = null;
|
|
45
|
+
_this.cd = null;
|
|
46
46
|
_this.x = false;
|
|
47
47
|
_this.an = 0;
|
|
48
48
|
_this.ap = 0;
|
|
49
|
-
_this.ar = 0;
|
|
50
49
|
_this.as = 0;
|
|
51
50
|
_this.at = 0;
|
|
51
|
+
_this.ar = 0;
|
|
52
|
+
_this.au = 0;
|
|
53
|
+
_this.av = 0;
|
|
52
54
|
_this.ao = 0;
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
_this.
|
|
59
|
-
_this.
|
|
55
|
+
_this.cc = null;
|
|
56
|
+
_this.cf = null;
|
|
57
|
+
_this.b5 = null;
|
|
58
|
+
_this.bz = null;
|
|
59
|
+
_this.cu = null;
|
|
60
|
+
_this.cv = null;
|
|
61
|
+
_this.ct = null;
|
|
60
62
|
_this.aa = false;
|
|
61
|
-
_this.az = 0;
|
|
62
63
|
_this.a1 = 0;
|
|
63
64
|
_this.a3 = 0;
|
|
64
|
-
_this.
|
|
65
|
+
_this.a6 = 0;
|
|
66
|
+
_this.a7 = 0;
|
|
65
67
|
_this.a5 = 0;
|
|
66
|
-
_this.
|
|
67
|
-
_this.
|
|
68
|
-
_this.
|
|
68
|
+
_this.a8 = 0;
|
|
69
|
+
_this.a9 = 0;
|
|
70
|
+
_this.a2 = 0;
|
|
71
|
+
_this.cs = null;
|
|
72
|
+
_this.cw = null;
|
|
69
73
|
_this.h = null;
|
|
70
|
-
_this.
|
|
74
|
+
_this.b4 = null;
|
|
71
75
|
_this.u = false;
|
|
72
|
-
_this.b3 = null;
|
|
73
|
-
_this.i = null;
|
|
74
76
|
_this.cb = null;
|
|
75
|
-
_this.
|
|
76
|
-
_this.bz = null;
|
|
77
|
-
_this.b0 = null;
|
|
78
|
-
_this.aq = 0;
|
|
79
|
-
_this.b2 = null;
|
|
80
|
-
_this.b1 = null;
|
|
81
|
-
_this.ch = null;
|
|
82
|
-
_this.a2 = 0;
|
|
77
|
+
_this.i = null;
|
|
83
78
|
_this.cj = null;
|
|
84
|
-
_this.
|
|
79
|
+
_this.ck = null;
|
|
80
|
+
_this.b7 = null;
|
|
85
81
|
_this.b8 = null;
|
|
82
|
+
_this.aq = 0;
|
|
83
|
+
_this.ca = null;
|
|
84
|
+
_this.b9 = null;
|
|
85
|
+
_this.cp = null;
|
|
86
|
+
_this.a4 = 0;
|
|
87
|
+
_this.cr = null;
|
|
88
|
+
_this.cq = null;
|
|
89
|
+
_this.cg = null;
|
|
86
90
|
return _this;
|
|
87
91
|
}
|
|
88
92
|
AxisDescription.prototype.get_type = function () {
|
|
@@ -97,10 +101,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97
101
|
});
|
|
98
102
|
Object.defineProperty(AxisDescription.prototype, "formatLabelRef", {
|
|
99
103
|
get: function () {
|
|
100
|
-
return this.
|
|
104
|
+
return this.b6;
|
|
101
105
|
},
|
|
102
106
|
set: function (a) {
|
|
103
|
-
this.
|
|
107
|
+
this.b6 = a;
|
|
104
108
|
this.g("FormatLabelRef");
|
|
105
109
|
},
|
|
106
110
|
enumerable: false,
|
|
@@ -108,10 +112,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
112
|
});
|
|
109
113
|
Object.defineProperty(AxisDescription.prototype, "title", {
|
|
110
114
|
get: function () {
|
|
111
|
-
return this.
|
|
115
|
+
return this.co;
|
|
112
116
|
},
|
|
113
117
|
set: function (a) {
|
|
114
|
-
this.
|
|
118
|
+
this.co = a;
|
|
115
119
|
this.g("Title");
|
|
116
120
|
},
|
|
117
121
|
enumerable: false,
|
|
@@ -119,10 +123,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119
123
|
});
|
|
120
124
|
Object.defineProperty(AxisDescription.prototype, "stroke", {
|
|
121
125
|
get: function () {
|
|
122
|
-
return this.
|
|
126
|
+
return this.cm;
|
|
123
127
|
},
|
|
124
128
|
set: function (a) {
|
|
125
|
-
this.
|
|
129
|
+
this.cm = a;
|
|
126
130
|
this.g("Stroke");
|
|
127
131
|
},
|
|
128
132
|
enumerable: false,
|
|
@@ -130,10 +134,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
130
134
|
});
|
|
131
135
|
Object.defineProperty(AxisDescription.prototype, "actualStroke", {
|
|
132
136
|
get: function () {
|
|
133
|
-
return this.
|
|
137
|
+
return this.b3;
|
|
134
138
|
},
|
|
135
139
|
set: function (a) {
|
|
136
|
-
this.
|
|
140
|
+
this.b3 = a;
|
|
137
141
|
this.g("ActualStroke");
|
|
138
142
|
},
|
|
139
143
|
enumerable: false,
|
|
@@ -141,10 +145,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
141
145
|
});
|
|
142
146
|
Object.defineProperty(AxisDescription.prototype, "strokeThickness", {
|
|
143
147
|
get: function () {
|
|
144
|
-
return this.
|
|
148
|
+
return this.ay;
|
|
145
149
|
},
|
|
146
150
|
set: function (a) {
|
|
147
|
-
this.
|
|
151
|
+
this.ay = a;
|
|
148
152
|
this.g("StrokeThickness");
|
|
149
153
|
},
|
|
150
154
|
enumerable: false,
|
|
@@ -163,10 +167,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
163
167
|
});
|
|
164
168
|
Object.defineProperty(AxisDescription.prototype, "strip", {
|
|
165
169
|
get: function () {
|
|
166
|
-
return this.
|
|
170
|
+
return this.cl;
|
|
167
171
|
},
|
|
168
172
|
set: function (a) {
|
|
169
|
-
this.
|
|
173
|
+
this.cl = a;
|
|
170
174
|
this.g("Strip");
|
|
171
175
|
},
|
|
172
176
|
enumerable: false,
|
|
@@ -174,10 +178,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
174
178
|
});
|
|
175
179
|
Object.defineProperty(AxisDescription.prototype, "majorStroke", {
|
|
176
180
|
get: function () {
|
|
177
|
-
return this.
|
|
181
|
+
return this.ch;
|
|
178
182
|
},
|
|
179
183
|
set: function (a) {
|
|
180
|
-
this.
|
|
184
|
+
this.ch = a;
|
|
181
185
|
this.g("MajorStroke");
|
|
182
186
|
},
|
|
183
187
|
enumerable: false,
|
|
@@ -185,10 +189,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
185
189
|
});
|
|
186
190
|
Object.defineProperty(AxisDescription.prototype, "actualMajorStroke", {
|
|
187
191
|
get: function () {
|
|
188
|
-
return this.
|
|
192
|
+
return this.b1;
|
|
189
193
|
},
|
|
190
194
|
set: function (a) {
|
|
191
|
-
this.
|
|
195
|
+
this.b1 = a;
|
|
192
196
|
this.g("ActualMajorStroke");
|
|
193
197
|
},
|
|
194
198
|
enumerable: false,
|
|
@@ -196,10 +200,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
196
200
|
});
|
|
197
201
|
Object.defineProperty(AxisDescription.prototype, "majorStrokeThickness", {
|
|
198
202
|
get: function () {
|
|
199
|
-
return this.
|
|
203
|
+
return this.aw;
|
|
200
204
|
},
|
|
201
205
|
set: function (a) {
|
|
202
|
-
this.
|
|
206
|
+
this.aw = a;
|
|
203
207
|
this.g("MajorStrokeThickness");
|
|
204
208
|
},
|
|
205
209
|
enumerable: false,
|
|
@@ -218,10 +222,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
218
222
|
});
|
|
219
223
|
Object.defineProperty(AxisDescription.prototype, "minorStroke", {
|
|
220
224
|
get: function () {
|
|
221
|
-
return this.
|
|
225
|
+
return this.ci;
|
|
222
226
|
},
|
|
223
227
|
set: function (a) {
|
|
224
|
-
this.
|
|
228
|
+
this.ci = a;
|
|
225
229
|
this.g("MinorStroke");
|
|
226
230
|
},
|
|
227
231
|
enumerable: false,
|
|
@@ -229,10 +233,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
229
233
|
});
|
|
230
234
|
Object.defineProperty(AxisDescription.prototype, "actualMinorStroke", {
|
|
231
235
|
get: function () {
|
|
232
|
-
return this.
|
|
236
|
+
return this.b2;
|
|
233
237
|
},
|
|
234
238
|
set: function (a) {
|
|
235
|
-
this.
|
|
239
|
+
this.b2 = a;
|
|
236
240
|
this.g("ActualMinorStroke");
|
|
237
241
|
},
|
|
238
242
|
enumerable: false,
|
|
@@ -240,10 +244,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
240
244
|
});
|
|
241
245
|
Object.defineProperty(AxisDescription.prototype, "minorStrokeThickness", {
|
|
242
246
|
get: function () {
|
|
243
|
-
return this.
|
|
247
|
+
return this.ax;
|
|
244
248
|
},
|
|
245
249
|
set: function (a) {
|
|
246
|
-
this.
|
|
250
|
+
this.ax = a;
|
|
247
251
|
this.g("MinorStrokeThickness");
|
|
248
252
|
},
|
|
249
253
|
enumerable: false,
|
|
@@ -262,10 +266,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
262
266
|
});
|
|
263
267
|
Object.defineProperty(AxisDescription.prototype, "tickStroke", {
|
|
264
268
|
get: function () {
|
|
265
|
-
return this.
|
|
269
|
+
return this.cn;
|
|
266
270
|
},
|
|
267
271
|
set: function (a) {
|
|
268
|
-
this.
|
|
272
|
+
this.cn = a;
|
|
269
273
|
this.g("TickStroke");
|
|
270
274
|
},
|
|
271
275
|
enumerable: false,
|
|
@@ -273,10 +277,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
273
277
|
});
|
|
274
278
|
Object.defineProperty(AxisDescription.prototype, "tickStrokeThickness", {
|
|
275
279
|
get: function () {
|
|
276
|
-
return this.
|
|
280
|
+
return this.a0;
|
|
277
281
|
},
|
|
278
282
|
set: function (a) {
|
|
279
|
-
this.
|
|
283
|
+
this.a0 = a;
|
|
280
284
|
this.g("TickStrokeThickness");
|
|
281
285
|
},
|
|
282
286
|
enumerable: false,
|
|
@@ -295,10 +299,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
295
299
|
});
|
|
296
300
|
Object.defineProperty(AxisDescription.prototype, "tickLength", {
|
|
297
301
|
get: function () {
|
|
298
|
-
return this.
|
|
302
|
+
return this.az;
|
|
299
303
|
},
|
|
300
304
|
set: function (a) {
|
|
301
|
-
this.
|
|
305
|
+
this.az = a;
|
|
302
306
|
this.g("TickLength");
|
|
303
307
|
},
|
|
304
308
|
enumerable: false,
|
|
@@ -372,10 +376,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
372
376
|
});
|
|
373
377
|
Object.defineProperty(AxisDescription.prototype, "enhancedIntervalMinimumCharacters", {
|
|
374
378
|
get: function () {
|
|
375
|
-
return this.
|
|
379
|
+
return this.bx;
|
|
376
380
|
},
|
|
377
381
|
set: function (a) {
|
|
378
|
-
this.
|
|
382
|
+
this.bx = a;
|
|
379
383
|
this.g("EnhancedIntervalMinimumCharacters");
|
|
380
384
|
},
|
|
381
385
|
enumerable: false,
|
|
@@ -394,10 +398,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
394
398
|
});
|
|
395
399
|
Object.defineProperty(AxisDescription.prototype, "labelTextColor", {
|
|
396
400
|
get: function () {
|
|
397
|
-
return this.
|
|
401
|
+
return this.ce;
|
|
398
402
|
},
|
|
399
403
|
set: function (a) {
|
|
400
|
-
this.
|
|
404
|
+
this.ce = a;
|
|
401
405
|
this.g("LabelTextColor");
|
|
402
406
|
},
|
|
403
407
|
enumerable: false,
|
|
@@ -405,10 +409,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
405
409
|
});
|
|
406
410
|
Object.defineProperty(AxisDescription.prototype, "labelLocation", {
|
|
407
411
|
get: function () {
|
|
408
|
-
return this.
|
|
412
|
+
return this.cd;
|
|
409
413
|
},
|
|
410
414
|
set: function (a) {
|
|
411
|
-
this.
|
|
415
|
+
this.cd = a;
|
|
412
416
|
this.g("LabelLocation");
|
|
413
417
|
},
|
|
414
418
|
enumerable: false,
|
|
@@ -447,6 +451,28 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
447
451
|
enumerable: false,
|
|
448
452
|
configurable: true
|
|
449
453
|
});
|
|
454
|
+
Object.defineProperty(AxisDescription.prototype, "labelMaximumExtent", {
|
|
455
|
+
get: function () {
|
|
456
|
+
return this.as;
|
|
457
|
+
},
|
|
458
|
+
set: function (a) {
|
|
459
|
+
this.as = a;
|
|
460
|
+
this.g("LabelMaximumExtent");
|
|
461
|
+
},
|
|
462
|
+
enumerable: false,
|
|
463
|
+
configurable: true
|
|
464
|
+
});
|
|
465
|
+
Object.defineProperty(AxisDescription.prototype, "labelMaximumExtentPercentage", {
|
|
466
|
+
get: function () {
|
|
467
|
+
return this.at;
|
|
468
|
+
},
|
|
469
|
+
set: function (a) {
|
|
470
|
+
this.at = a;
|
|
471
|
+
this.g("LabelMaximumExtentPercentage");
|
|
472
|
+
},
|
|
473
|
+
enumerable: false,
|
|
474
|
+
configurable: true
|
|
475
|
+
});
|
|
450
476
|
Object.defineProperty(AxisDescription.prototype, "labelLeftMargin", {
|
|
451
477
|
get: function () {
|
|
452
478
|
return this.ar;
|
|
@@ -460,10 +486,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
460
486
|
});
|
|
461
487
|
Object.defineProperty(AxisDescription.prototype, "labelRightMargin", {
|
|
462
488
|
get: function () {
|
|
463
|
-
return this.
|
|
489
|
+
return this.au;
|
|
464
490
|
},
|
|
465
491
|
set: function (a) {
|
|
466
|
-
this.
|
|
492
|
+
this.au = a;
|
|
467
493
|
this.g("LabelRightMargin");
|
|
468
494
|
},
|
|
469
495
|
enumerable: false,
|
|
@@ -471,10 +497,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
471
497
|
});
|
|
472
498
|
Object.defineProperty(AxisDescription.prototype, "labelTopMargin", {
|
|
473
499
|
get: function () {
|
|
474
|
-
return this.
|
|
500
|
+
return this.av;
|
|
475
501
|
},
|
|
476
502
|
set: function (a) {
|
|
477
|
-
this.
|
|
503
|
+
this.av = a;
|
|
478
504
|
this.g("LabelTopMargin");
|
|
479
505
|
},
|
|
480
506
|
enumerable: false,
|
|
@@ -493,10 +519,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
493
519
|
});
|
|
494
520
|
Object.defineProperty(AxisDescription.prototype, "labelHorizontalAlignment", {
|
|
495
521
|
get: function () {
|
|
496
|
-
return this.
|
|
522
|
+
return this.cc;
|
|
497
523
|
},
|
|
498
524
|
set: function (a) {
|
|
499
|
-
this.
|
|
525
|
+
this.cc = a;
|
|
500
526
|
this.g("LabelHorizontalAlignment");
|
|
501
527
|
},
|
|
502
528
|
enumerable: false,
|
|
@@ -504,10 +530,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
504
530
|
});
|
|
505
531
|
Object.defineProperty(AxisDescription.prototype, "labelVerticalAlignment", {
|
|
506
532
|
get: function () {
|
|
507
|
-
return this.
|
|
533
|
+
return this.cf;
|
|
508
534
|
},
|
|
509
535
|
set: function (a) {
|
|
510
|
-
this.
|
|
536
|
+
this.cf = a;
|
|
511
537
|
this.g("LabelVerticalAlignment");
|
|
512
538
|
},
|
|
513
539
|
enumerable: false,
|
|
@@ -515,10 +541,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
515
541
|
});
|
|
516
542
|
Object.defineProperty(AxisDescription.prototype, "crossingAxisRef", {
|
|
517
543
|
get: function () {
|
|
518
|
-
return this.
|
|
544
|
+
return this.b5;
|
|
519
545
|
},
|
|
520
546
|
set: function (a) {
|
|
521
|
-
this.
|
|
547
|
+
this.b5 = a;
|
|
522
548
|
this.g("CrossingAxisRef");
|
|
523
549
|
},
|
|
524
550
|
enumerable: false,
|
|
@@ -526,10 +552,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
526
552
|
});
|
|
527
553
|
Object.defineProperty(AxisDescription.prototype, "crossingValue", {
|
|
528
554
|
get: function () {
|
|
529
|
-
return this.
|
|
555
|
+
return this.bz;
|
|
530
556
|
},
|
|
531
557
|
set: function (a) {
|
|
532
|
-
this.
|
|
558
|
+
this.bz = a;
|
|
533
559
|
this.g("CrossingValue");
|
|
534
560
|
},
|
|
535
561
|
enumerable: false,
|
|
@@ -537,10 +563,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
537
563
|
});
|
|
538
564
|
Object.defineProperty(AxisDescription.prototype, "titlePosition", {
|
|
539
565
|
get: function () {
|
|
540
|
-
return this.
|
|
566
|
+
return this.cu;
|
|
541
567
|
},
|
|
542
568
|
set: function (a) {
|
|
543
|
-
this.
|
|
569
|
+
this.cu = a;
|
|
544
570
|
this.g("TitlePosition");
|
|
545
571
|
},
|
|
546
572
|
enumerable: false,
|
|
@@ -548,10 +574,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
548
574
|
});
|
|
549
575
|
Object.defineProperty(AxisDescription.prototype, "titleTextColor", {
|
|
550
576
|
get: function () {
|
|
551
|
-
return this.
|
|
577
|
+
return this.cv;
|
|
552
578
|
},
|
|
553
579
|
set: function (a) {
|
|
554
|
-
this.
|
|
580
|
+
this.cv = a;
|
|
555
581
|
this.g("TitleTextColor");
|
|
556
582
|
},
|
|
557
583
|
enumerable: false,
|
|
@@ -559,10 +585,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
559
585
|
});
|
|
560
586
|
Object.defineProperty(AxisDescription.prototype, "titleLocation", {
|
|
561
587
|
get: function () {
|
|
562
|
-
return this.
|
|
588
|
+
return this.ct;
|
|
563
589
|
},
|
|
564
590
|
set: function (a) {
|
|
565
|
-
this.
|
|
591
|
+
this.ct = a;
|
|
566
592
|
this.g("TitleLocation");
|
|
567
593
|
},
|
|
568
594
|
enumerable: false,
|
|
@@ -581,10 +607,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
581
607
|
});
|
|
582
608
|
Object.defineProperty(AxisDescription.prototype, "titleAngle", {
|
|
583
609
|
get: function () {
|
|
584
|
-
return this.
|
|
610
|
+
return this.a1;
|
|
585
611
|
},
|
|
586
612
|
set: function (a) {
|
|
587
|
-
this.
|
|
613
|
+
this.a1 = a;
|
|
588
614
|
this.g("TitleAngle");
|
|
589
615
|
},
|
|
590
616
|
enumerable: false,
|
|
@@ -592,21 +618,43 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
592
618
|
});
|
|
593
619
|
Object.defineProperty(AxisDescription.prototype, "titleExtent", {
|
|
594
620
|
get: function () {
|
|
595
|
-
return this.
|
|
621
|
+
return this.a3;
|
|
596
622
|
},
|
|
597
623
|
set: function (a) {
|
|
598
|
-
this.
|
|
624
|
+
this.a3 = a;
|
|
599
625
|
this.g("TitleExtent");
|
|
600
626
|
},
|
|
601
627
|
enumerable: false,
|
|
602
628
|
configurable: true
|
|
603
629
|
});
|
|
630
|
+
Object.defineProperty(AxisDescription.prototype, "titleMaximumExtent", {
|
|
631
|
+
get: function () {
|
|
632
|
+
return this.a6;
|
|
633
|
+
},
|
|
634
|
+
set: function (a) {
|
|
635
|
+
this.a6 = a;
|
|
636
|
+
this.g("TitleMaximumExtent");
|
|
637
|
+
},
|
|
638
|
+
enumerable: false,
|
|
639
|
+
configurable: true
|
|
640
|
+
});
|
|
641
|
+
Object.defineProperty(AxisDescription.prototype, "titleMaximumExtentPercentage", {
|
|
642
|
+
get: function () {
|
|
643
|
+
return this.a7;
|
|
644
|
+
},
|
|
645
|
+
set: function (a) {
|
|
646
|
+
this.a7 = a;
|
|
647
|
+
this.g("TitleMaximumExtentPercentage");
|
|
648
|
+
},
|
|
649
|
+
enumerable: false,
|
|
650
|
+
configurable: true
|
|
651
|
+
});
|
|
604
652
|
Object.defineProperty(AxisDescription.prototype, "titleLeftMargin", {
|
|
605
653
|
get: function () {
|
|
606
|
-
return this.
|
|
654
|
+
return this.a5;
|
|
607
655
|
},
|
|
608
656
|
set: function (a) {
|
|
609
|
-
this.
|
|
657
|
+
this.a5 = a;
|
|
610
658
|
this.g("TitleLeftMargin");
|
|
611
659
|
},
|
|
612
660
|
enumerable: false,
|
|
@@ -614,10 +662,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
614
662
|
});
|
|
615
663
|
Object.defineProperty(AxisDescription.prototype, "titleRightMargin", {
|
|
616
664
|
get: function () {
|
|
617
|
-
return this.
|
|
665
|
+
return this.a8;
|
|
618
666
|
},
|
|
619
667
|
set: function (a) {
|
|
620
|
-
this.
|
|
668
|
+
this.a8 = a;
|
|
621
669
|
this.g("TitleRightMargin");
|
|
622
670
|
},
|
|
623
671
|
enumerable: false,
|
|
@@ -625,10 +673,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
625
673
|
});
|
|
626
674
|
Object.defineProperty(AxisDescription.prototype, "titleTopMargin", {
|
|
627
675
|
get: function () {
|
|
628
|
-
return this.
|
|
676
|
+
return this.a9;
|
|
629
677
|
},
|
|
630
678
|
set: function (a) {
|
|
631
|
-
this.
|
|
679
|
+
this.a9 = a;
|
|
632
680
|
this.g("TitleTopMargin");
|
|
633
681
|
},
|
|
634
682
|
enumerable: false,
|
|
@@ -636,10 +684,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
636
684
|
});
|
|
637
685
|
Object.defineProperty(AxisDescription.prototype, "titleBottomMargin", {
|
|
638
686
|
get: function () {
|
|
639
|
-
return this.
|
|
687
|
+
return this.a2;
|
|
640
688
|
},
|
|
641
689
|
set: function (a) {
|
|
642
|
-
this.
|
|
690
|
+
this.a2 = a;
|
|
643
691
|
this.g("TitleBottomMargin");
|
|
644
692
|
},
|
|
645
693
|
enumerable: false,
|
|
@@ -647,10 +695,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
647
695
|
});
|
|
648
696
|
Object.defineProperty(AxisDescription.prototype, "titleHorizontalAlignment", {
|
|
649
697
|
get: function () {
|
|
650
|
-
return this.
|
|
698
|
+
return this.cs;
|
|
651
699
|
},
|
|
652
700
|
set: function (a) {
|
|
653
|
-
this.
|
|
701
|
+
this.cs = a;
|
|
654
702
|
this.g("TitleHorizontalAlignment");
|
|
655
703
|
},
|
|
656
704
|
enumerable: false,
|
|
@@ -658,10 +706,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
658
706
|
});
|
|
659
707
|
Object.defineProperty(AxisDescription.prototype, "titleVerticalAlignment", {
|
|
660
708
|
get: function () {
|
|
661
|
-
return this.
|
|
709
|
+
return this.cw;
|
|
662
710
|
},
|
|
663
711
|
set: function (a) {
|
|
664
|
-
this.
|
|
712
|
+
this.cw = a;
|
|
665
713
|
this.g("TitleVerticalAlignment");
|
|
666
714
|
},
|
|
667
715
|
enumerable: false,
|
|
@@ -680,10 +728,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
680
728
|
});
|
|
681
729
|
Object.defineProperty(AxisDescription.prototype, "coercionMethodsRef", {
|
|
682
730
|
get: function () {
|
|
683
|
-
return this.
|
|
731
|
+
return this.b4;
|
|
684
732
|
},
|
|
685
733
|
set: function (a) {
|
|
686
|
-
this.
|
|
734
|
+
this.b4 = a;
|
|
687
735
|
this.g("CoercionMethodsRef");
|
|
688
736
|
},
|
|
689
737
|
enumerable: false,
|
|
@@ -702,10 +750,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
702
750
|
});
|
|
703
751
|
Object.defineProperty(AxisDescription.prototype, "labelFormat", {
|
|
704
752
|
get: function () {
|
|
705
|
-
return this.
|
|
753
|
+
return this.cb;
|
|
706
754
|
},
|
|
707
755
|
set: function (a) {
|
|
708
|
-
this.
|
|
756
|
+
this.cb = a;
|
|
709
757
|
this.g("LabelFormat");
|
|
710
758
|
},
|
|
711
759
|
enumerable: false,
|
|
@@ -724,10 +772,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
724
772
|
});
|
|
725
773
|
Object.defineProperty(AxisDescription.prototype, "rangeChangedRef", {
|
|
726
774
|
get: function () {
|
|
727
|
-
return this.
|
|
775
|
+
return this.cj;
|
|
728
776
|
},
|
|
729
777
|
set: function (a) {
|
|
730
|
-
this.
|
|
778
|
+
this.cj = a;
|
|
731
779
|
this.g("RangeChangedRef");
|
|
732
780
|
},
|
|
733
781
|
enumerable: false,
|
|
@@ -735,10 +783,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
735
783
|
});
|
|
736
784
|
Object.defineProperty(AxisDescription.prototype, "renderRequestedRef", {
|
|
737
785
|
get: function () {
|
|
738
|
-
return this.
|
|
786
|
+
return this.ck;
|
|
739
787
|
},
|
|
740
788
|
set: function (a) {
|
|
741
|
-
this.
|
|
789
|
+
this.ck = a;
|
|
742
790
|
this.g("RenderRequestedRef");
|
|
743
791
|
},
|
|
744
792
|
enumerable: false,
|
|
@@ -746,10 +794,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
746
794
|
});
|
|
747
795
|
Object.defineProperty(AxisDescription.prototype, "label", {
|
|
748
796
|
get: function () {
|
|
749
|
-
return this.
|
|
797
|
+
return this.b7;
|
|
750
798
|
},
|
|
751
799
|
set: function (a) {
|
|
752
|
-
this.
|
|
800
|
+
this.b7 = a;
|
|
753
801
|
this.g("Label");
|
|
754
802
|
},
|
|
755
803
|
enumerable: false,
|
|
@@ -757,10 +805,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
757
805
|
});
|
|
758
806
|
Object.defineProperty(AxisDescription.prototype, "labelFontFamily", {
|
|
759
807
|
get: function () {
|
|
760
|
-
return this.
|
|
808
|
+
return this.b8;
|
|
761
809
|
},
|
|
762
810
|
set: function (a) {
|
|
763
|
-
this.
|
|
811
|
+
this.b8 = a;
|
|
764
812
|
this.g("LabelFontFamily");
|
|
765
813
|
},
|
|
766
814
|
enumerable: false,
|
|
@@ -779,10 +827,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
779
827
|
});
|
|
780
828
|
Object.defineProperty(AxisDescription.prototype, "labelFontWeight", {
|
|
781
829
|
get: function () {
|
|
782
|
-
return this.
|
|
830
|
+
return this.ca;
|
|
783
831
|
},
|
|
784
832
|
set: function (a) {
|
|
785
|
-
this.
|
|
833
|
+
this.ca = a;
|
|
786
834
|
this.g("LabelFontWeight");
|
|
787
835
|
},
|
|
788
836
|
enumerable: false,
|
|
@@ -790,10 +838,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
790
838
|
});
|
|
791
839
|
Object.defineProperty(AxisDescription.prototype, "labelFontStyle", {
|
|
792
840
|
get: function () {
|
|
793
|
-
return this.
|
|
841
|
+
return this.b9;
|
|
794
842
|
},
|
|
795
843
|
set: function (a) {
|
|
796
|
-
this.
|
|
844
|
+
this.b9 = a;
|
|
797
845
|
this.g("LabelFontStyle");
|
|
798
846
|
},
|
|
799
847
|
enumerable: false,
|
|
@@ -801,10 +849,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
801
849
|
});
|
|
802
850
|
Object.defineProperty(AxisDescription.prototype, "titleFontFamily", {
|
|
803
851
|
get: function () {
|
|
804
|
-
return this.
|
|
852
|
+
return this.cp;
|
|
805
853
|
},
|
|
806
854
|
set: function (a) {
|
|
807
|
-
this.
|
|
855
|
+
this.cp = a;
|
|
808
856
|
this.g("TitleFontFamily");
|
|
809
857
|
},
|
|
810
858
|
enumerable: false,
|
|
@@ -812,10 +860,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
812
860
|
});
|
|
813
861
|
Object.defineProperty(AxisDescription.prototype, "titleFontSize", {
|
|
814
862
|
get: function () {
|
|
815
|
-
return this.
|
|
863
|
+
return this.a4;
|
|
816
864
|
},
|
|
817
865
|
set: function (a) {
|
|
818
|
-
this.
|
|
866
|
+
this.a4 = a;
|
|
819
867
|
this.g("TitleFontSize");
|
|
820
868
|
},
|
|
821
869
|
enumerable: false,
|
|
@@ -823,10 +871,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
823
871
|
});
|
|
824
872
|
Object.defineProperty(AxisDescription.prototype, "titleFontWeight", {
|
|
825
873
|
get: function () {
|
|
826
|
-
return this.
|
|
874
|
+
return this.cr;
|
|
827
875
|
},
|
|
828
876
|
set: function (a) {
|
|
829
|
-
this.
|
|
877
|
+
this.cr = a;
|
|
830
878
|
this.g("TitleFontWeight");
|
|
831
879
|
},
|
|
832
880
|
enumerable: false,
|
|
@@ -834,10 +882,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
834
882
|
});
|
|
835
883
|
Object.defineProperty(AxisDescription.prototype, "titleFontStyle", {
|
|
836
884
|
get: function () {
|
|
837
|
-
return this.
|
|
885
|
+
return this.cq;
|
|
838
886
|
},
|
|
839
887
|
set: function (a) {
|
|
840
|
-
this.
|
|
888
|
+
this.cq = a;
|
|
841
889
|
this.g("TitleFontStyle");
|
|
842
890
|
},
|
|
843
891
|
enumerable: false,
|
|
@@ -845,10 +893,10 @@ var AxisDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
845
893
|
});
|
|
846
894
|
Object.defineProperty(AxisDescription.prototype, "labelVisibility", {
|
|
847
895
|
get: function () {
|
|
848
|
-
return this.
|
|
896
|
+
return this.cg;
|
|
849
897
|
},
|
|
850
898
|
set: function (a) {
|
|
851
|
-
this.
|
|
899
|
+
this.cg = a;
|
|
852
900
|
this.g("LabelVisibility");
|
|
853
901
|
},
|
|
854
902
|
enumerable: false,
|