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