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
@@ -8,10 +8,10 @@ export declare abstract class RadialBaseChartDescription extends DomainChartDesc
8
8
  static $t: Type;
9
9
  protected get_type(): string;
10
10
  constructor();
11
- private ur;
11
+ private uz;
12
12
  get angleAxisFormatLabelRef(): string;
13
13
  set angleAxisFormatLabelRef(a: string);
14
- private u9;
14
+ private vh;
15
15
  get valueAxisFormatLabelRef(): string;
16
16
  set valueAxisFormatLabelRef(a: string);
17
17
  private sw;
@@ -26,166 +26,178 @@ export declare abstract class RadialBaseChartDescription extends DomainChartDesc
26
26
  private sv;
27
27
  get angleAxisLabelBottomMargin(): number;
28
28
  set angleAxisLabelBottomMargin(a: number);
29
- private td;
29
+ private tf;
30
30
  get valueAxisLabelLeftMargin(): number;
31
31
  set valueAxisLabelLeftMargin(a: number);
32
- private tf;
32
+ private th;
33
33
  get valueAxisLabelTopMargin(): number;
34
34
  set valueAxisLabelTopMargin(a: number);
35
- private te;
35
+ private tg;
36
36
  get valueAxisLabelRightMargin(): number;
37
37
  set valueAxisLabelRightMargin(a: number);
38
- private tc;
38
+ private te;
39
39
  get valueAxisLabelBottomMargin(): number;
40
40
  set valueAxisLabelBottomMargin(a: number);
41
- private uw;
41
+ private u4;
42
42
  get angleAxisLabelTextColor(): string;
43
43
  set angleAxisLabelTextColor(a: string);
44
- private ve;
44
+ private vm;
45
45
  get valueAxisLabelTextColor(): string;
46
46
  set valueAxisLabelTextColor(a: string);
47
- private up;
47
+ private ux;
48
48
  get actualAngleAxisLabelTextColor(): string;
49
49
  set actualAngleAxisLabelTextColor(a: string);
50
- private uq;
50
+ private uy;
51
51
  get actualValueAxisLabelTextColor(): string;
52
52
  set actualValueAxisLabelTextColor(a: string);
53
- private s7;
53
+ private s9;
54
54
  get angleAxisTitleMargin(): number;
55
55
  set angleAxisTitleMargin(a: number);
56
- private to;
56
+ private ts;
57
57
  get valueAxisTitleMargin(): number;
58
58
  set valueAxisTitleMargin(a: number);
59
- private s6;
59
+ private s8;
60
60
  get angleAxisTitleLeftMargin(): number;
61
61
  set angleAxisTitleLeftMargin(a: number);
62
- private tn;
62
+ private tr;
63
63
  get valueAxisTitleLeftMargin(): number;
64
64
  set valueAxisTitleLeftMargin(a: number);
65
- private s9;
65
+ private tb;
66
66
  get angleAxisTitleTopMargin(): number;
67
67
  set angleAxisTitleTopMargin(a: number);
68
- private tq;
68
+ private tu;
69
69
  get valueAxisTitleTopMargin(): number;
70
70
  set valueAxisTitleTopMargin(a: number);
71
- private s8;
71
+ private ta;
72
72
  get angleAxisTitleRightMargin(): number;
73
73
  set angleAxisTitleRightMargin(a: number);
74
- private tp;
74
+ private tt;
75
75
  get valueAxisTitleRightMargin(): number;
76
76
  set valueAxisTitleRightMargin(a: number);
77
- private s5;
77
+ private s7;
78
78
  get angleAxisTitleBottomMargin(): number;
79
79
  set angleAxisTitleBottomMargin(a: number);
80
- private tm;
80
+ private tq;
81
81
  get valueAxisTitleBottomMargin(): number;
82
82
  set valueAxisTitleBottomMargin(a: number);
83
- private u7;
83
+ private vf;
84
84
  get angleAxisTitleTextColor(): string;
85
85
  set angleAxisTitleTextColor(a: string);
86
- private vp;
86
+ private vx;
87
87
  get valueAxisTitleTextColor(): string;
88
88
  set valueAxisTitleTextColor(a: string);
89
- private ux;
89
+ private u5;
90
90
  get angleAxisLabelTextStyle(): string;
91
91
  set angleAxisLabelTextStyle(a: string);
92
- private vf;
92
+ private vn;
93
93
  get valueAxisLabelTextStyle(): string;
94
94
  set valueAxisLabelTextStyle(a: string);
95
- private u8;
95
+ private vg;
96
96
  get angleAxisTitleTextStyle(): string;
97
97
  set angleAxisTitleTextStyle(a: string);
98
- private vq;
98
+ private vy;
99
99
  get valueAxisTitleTextStyle(): string;
100
100
  set valueAxisTitleTextStyle(a: string);
101
- private uv;
101
+ private u3;
102
102
  get angleAxisLabelRef(): string;
103
103
  set angleAxisLabelRef(a: string);
104
- private vd;
104
+ private vl;
105
105
  get valueAxisLabelRef(): string;
106
106
  set valueAxisLabelRef(a: string);
107
- private u0;
107
+ private u8;
108
108
  get angleAxisMajorStroke(): string;
109
109
  set angleAxisMajorStroke(a: string);
110
- private vi;
110
+ private vq;
111
111
  get valueAxisMajorStroke(): string;
112
112
  set valueAxisMajorStroke(a: string);
113
113
  private sz;
114
114
  get angleAxisMajorStrokeThickness(): number;
115
115
  set angleAxisMajorStrokeThickness(a: number);
116
- private tg;
116
+ private ti;
117
117
  get valueAxisMajorStrokeThickness(): number;
118
118
  set valueAxisMajorStrokeThickness(a: number);
119
- private s0;
119
+ private s2;
120
120
  get angleAxisMinorStrokeThickness(): number;
121
121
  set angleAxisMinorStrokeThickness(a: number);
122
- private th;
122
+ private tl;
123
123
  get valueAxisMinorStrokeThickness(): number;
124
124
  set valueAxisMinorStrokeThickness(a: number);
125
- private u2;
125
+ private va;
126
126
  get angleAxisStrip(): string;
127
127
  set angleAxisStrip(a: string);
128
- private vk;
128
+ private vs;
129
129
  get valueAxisStrip(): string;
130
130
  set valueAxisStrip(a: string);
131
- private u3;
131
+ private vb;
132
132
  get angleAxisStroke(): string;
133
133
  set angleAxisStroke(a: string);
134
- private vl;
134
+ private vt;
135
135
  get valueAxisStroke(): string;
136
136
  set valueAxisStroke(a: string);
137
- private s1;
137
+ private s3;
138
138
  get angleAxisStrokeThickness(): number;
139
139
  set angleAxisStrokeThickness(a: number);
140
- private ti;
140
+ private tm;
141
141
  get valueAxisStrokeThickness(): number;
142
142
  set valueAxisStrokeThickness(a: number);
143
- private s2;
143
+ private s4;
144
144
  get angleAxisTickLength(): number;
145
145
  set angleAxisTickLength(a: number);
146
- private tj;
146
+ private tn;
147
147
  get valueAxisTickLength(): number;
148
148
  set valueAxisTickLength(a: number);
149
- private u4;
149
+ private vc;
150
150
  get angleAxisTickStroke(): string;
151
151
  set angleAxisTickStroke(a: string);
152
- private vm;
152
+ private vu;
153
153
  get valueAxisTickStroke(): string;
154
154
  set valueAxisTickStroke(a: string);
155
- private s3;
155
+ private s5;
156
156
  get angleAxisTickStrokeThickness(): number;
157
157
  set angleAxisTickStrokeThickness(a: number);
158
- private tk;
158
+ private to;
159
159
  get valueAxisTickStrokeThickness(): number;
160
160
  set valueAxisTickStrokeThickness(a: number);
161
- private u5;
161
+ private vd;
162
162
  get angleAxisTitle(): string;
163
163
  set angleAxisTitle(a: string);
164
- private vn;
164
+ private vv;
165
165
  get valueAxisTitle(): string;
166
166
  set valueAxisTitle(a: string);
167
- private u1;
167
+ private u9;
168
168
  get angleAxisMinorStroke(): string;
169
169
  set angleAxisMinorStroke(a: string);
170
- private vj;
170
+ private vr;
171
171
  get valueAxisMinorStroke(): string;
172
172
  set valueAxisMinorStroke(a: string);
173
173
  private su;
174
174
  get angleAxisLabelAngle(): number;
175
175
  set angleAxisLabelAngle(a: number);
176
- private tb;
176
+ private td;
177
177
  get valueAxisLabelAngle(): number;
178
178
  set valueAxisLabelAngle(a: number);
179
179
  private st;
180
180
  get angleAxisExtent(): number;
181
181
  set angleAxisExtent(a: number);
182
- private ta;
182
+ private s0;
183
+ get angleAxisMaximumExtent(): number;
184
+ set angleAxisMaximumExtent(a: number);
185
+ private s1;
186
+ get angleAxisMaximumExtentPercentage(): number;
187
+ set angleAxisMaximumExtentPercentage(a: number);
188
+ private tc;
183
189
  get valueAxisExtent(): number;
184
190
  set valueAxisExtent(a: number);
185
- private s4;
191
+ private tj;
192
+ get valueAxisMaximumExtent(): number;
193
+ set valueAxisMaximumExtent(a: number);
194
+ private tk;
195
+ get valueAxisMaximumExtentPercentage(): number;
196
+ set valueAxisMaximumExtentPercentage(a: number);
197
+ private s6;
186
198
  get angleAxisTitleAngle(): number;
187
199
  set angleAxisTitleAngle(a: number);
188
- private tl;
200
+ private tp;
189
201
  get valueAxisTitleAngle(): number;
190
202
  set valueAxisTitleAngle(a: number);
191
203
  private sp;
@@ -194,43 +206,43 @@ export declare abstract class RadialBaseChartDescription extends DomainChartDesc
194
206
  private sq;
195
207
  get valueAxisInverted(): boolean;
196
208
  set valueAxisInverted(a: boolean);
197
- private u6;
209
+ private ve;
198
210
  get angleAxisTitleAlignment(): string;
199
211
  set angleAxisTitleAlignment(a: string);
200
- private vo;
212
+ private vw;
201
213
  get valueAxisTitleAlignment(): string;
202
214
  set valueAxisTitleAlignment(a: string);
203
- private ut;
215
+ private u1;
204
216
  get angleAxisLabelHorizontalAlignment(): string;
205
217
  set angleAxisLabelHorizontalAlignment(a: string);
206
- private vb;
218
+ private vj;
207
219
  get valueAxisLabelHorizontalAlignment(): string;
208
220
  set valueAxisLabelHorizontalAlignment(a: string);
209
- private uy;
221
+ private u6;
210
222
  get angleAxisLabelVerticalAlignment(): string;
211
223
  set angleAxisLabelVerticalAlignment(a: string);
212
- private vg;
224
+ private vo;
213
225
  get valueAxisLabelVerticalAlignment(): string;
214
226
  set valueAxisLabelVerticalAlignment(a: string);
215
- private uz;
227
+ private u7;
216
228
  get angleAxisLabelVisibility(): string;
217
229
  set angleAxisLabelVisibility(a: string);
218
- private vh;
230
+ private vp;
219
231
  get valueAxisLabelVisibility(): string;
220
232
  set valueAxisLabelVisibility(a: string);
221
- private vc;
233
+ private vk;
222
234
  get valueAxisLabelLocation(): string;
223
235
  set valueAxisLabelLocation(a: string);
224
- private uu;
236
+ private u2;
225
237
  get angleAxisLabelLocation(): string;
226
238
  set angleAxisLabelLocation(a: string);
227
- private us;
239
+ private u0;
228
240
  get angleAxisLabelFormat(): string;
229
241
  set angleAxisLabelFormat(a: string);
230
242
  private sl;
231
243
  get angleAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
232
244
  set angleAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
233
- private va;
245
+ private vi;
234
246
  get valueAxisLabelFormat(): string;
235
247
  set valueAxisLabelFormat(a: string);
236
248
  private sm;
@@ -7,7 +7,7 @@ export declare abstract class StraightNumericAxisBaseDescription extends Numeric
7
7
  static $t: Type;
8
8
  protected get_type(): string;
9
9
  constructor();
10
- private e7;
10
+ private ff;
11
11
  get scaleMode(): string;
12
12
  set scaleMode(a: string);
13
13
  }
@@ -7,28 +7,28 @@ export declare abstract class TimeAxisBaseDescription extends CategoryAxisBaseDe
7
7
  static $t: Type;
8
8
  protected get_type(): string;
9
9
  constructor();
10
- private ef;
10
+ private en;
11
11
  get dateTimeMemberPath(): string;
12
12
  set dateTimeMemberPath(a: string);
13
- private d3;
13
+ private eb;
14
14
  get isDataPreSorted(): boolean;
15
15
  set isDataPreSorted(a: boolean);
16
- private d6;
16
+ private ee;
17
17
  get actualMinimumValue(): Date;
18
18
  set actualMinimumValue(a: Date);
19
- private d5;
19
+ private ed;
20
20
  get actualMaximumValue(): Date;
21
21
  set actualMaximumValue(a: Date);
22
- private d8;
22
+ private eg;
23
23
  get minimumValue(): Date;
24
24
  set minimumValue(a: Date);
25
- private d7;
25
+ private ef;
26
26
  get maximumValue(): Date;
27
27
  set maximumValue(a: Date);
28
- private ee;
28
+ private em;
29
29
  get actualMinimumValueChangeRef(): string;
30
30
  set actualMinimumValueChangeRef(a: string);
31
- private ed;
31
+ private el;
32
32
  get actualMaximumValueChangeRef(): string;
33
33
  set actualMaximumValueChangeRef(a: string);
34
34
  }
@@ -10,16 +10,16 @@ export declare class TimeXAxisDescription extends TimeAxisBaseDescription {
10
10
  static $t: Type;
11
11
  protected get_type(): string;
12
12
  constructor();
13
- private ej;
13
+ private er;
14
14
  get breaks(): TimeAxisBreakDescription[];
15
15
  set breaks(a: TimeAxisBreakDescription[]);
16
- private ep;
16
+ private ex;
17
17
  get labellingMode(): string;
18
18
  set labellingMode(a: string);
19
- private el;
19
+ private et;
20
20
  get labelFormats(): TimeAxisLabelFormatDescription[];
21
21
  set labelFormats(a: TimeAxisLabelFormatDescription[]);
22
- private ek;
22
+ private es;
23
23
  get intervals(): TimeAxisIntervalDescription[];
24
24
  set intervals(a: TimeAxisIntervalDescription[]);
25
25
  }
@@ -8,10 +8,10 @@ export declare abstract class XYChartDescription extends DomainChartDescription
8
8
  static $t: Type;
9
9
  protected get_type(): string;
10
10
  constructor();
11
- private ur;
11
+ private uz;
12
12
  get xAxisFormatLabelRef(): string;
13
13
  set xAxisFormatLabelRef(a: string);
14
- private u9;
14
+ private vh;
15
15
  get yAxisFormatLabelRef(): string;
16
16
  set yAxisFormatLabelRef(a: string);
17
17
  private sw;
@@ -26,166 +26,178 @@ export declare abstract class XYChartDescription extends DomainChartDescription
26
26
  private sv;
27
27
  get xAxisLabelBottomMargin(): number;
28
28
  set xAxisLabelBottomMargin(a: number);
29
- private td;
29
+ private tf;
30
30
  get yAxisLabelLeftMargin(): number;
31
31
  set yAxisLabelLeftMargin(a: number);
32
- private tf;
32
+ private th;
33
33
  get yAxisLabelTopMargin(): number;
34
34
  set yAxisLabelTopMargin(a: number);
35
- private te;
35
+ private tg;
36
36
  get yAxisLabelRightMargin(): number;
37
37
  set yAxisLabelRightMargin(a: number);
38
- private tc;
38
+ private te;
39
39
  get yAxisLabelBottomMargin(): number;
40
40
  set yAxisLabelBottomMargin(a: number);
41
- private uw;
41
+ private u4;
42
42
  get xAxisLabelTextColor(): string;
43
43
  set xAxisLabelTextColor(a: string);
44
- private ve;
44
+ private vm;
45
45
  get yAxisLabelTextColor(): string;
46
46
  set yAxisLabelTextColor(a: string);
47
- private up;
47
+ private ux;
48
48
  get actualXAxisLabelTextColor(): string;
49
49
  set actualXAxisLabelTextColor(a: string);
50
- private uq;
50
+ private uy;
51
51
  get actualYAxisLabelTextColor(): string;
52
52
  set actualYAxisLabelTextColor(a: string);
53
- private s7;
53
+ private s9;
54
54
  get xAxisTitleMargin(): number;
55
55
  set xAxisTitleMargin(a: number);
56
- private to;
56
+ private ts;
57
57
  get yAxisTitleMargin(): number;
58
58
  set yAxisTitleMargin(a: number);
59
- private s6;
59
+ private s8;
60
60
  get xAxisTitleLeftMargin(): number;
61
61
  set xAxisTitleLeftMargin(a: number);
62
- private tn;
62
+ private tr;
63
63
  get yAxisTitleLeftMargin(): number;
64
64
  set yAxisTitleLeftMargin(a: number);
65
- private s9;
65
+ private tb;
66
66
  get xAxisTitleTopMargin(): number;
67
67
  set xAxisTitleTopMargin(a: number);
68
- private tq;
68
+ private tu;
69
69
  get yAxisTitleTopMargin(): number;
70
70
  set yAxisTitleTopMargin(a: number);
71
- private s8;
71
+ private ta;
72
72
  get xAxisTitleRightMargin(): number;
73
73
  set xAxisTitleRightMargin(a: number);
74
- private tp;
74
+ private tt;
75
75
  get yAxisTitleRightMargin(): number;
76
76
  set yAxisTitleRightMargin(a: number);
77
- private s5;
77
+ private s7;
78
78
  get xAxisTitleBottomMargin(): number;
79
79
  set xAxisTitleBottomMargin(a: number);
80
- private tm;
80
+ private tq;
81
81
  get yAxisTitleBottomMargin(): number;
82
82
  set yAxisTitleBottomMargin(a: number);
83
- private u7;
83
+ private vf;
84
84
  get xAxisTitleTextColor(): string;
85
85
  set xAxisTitleTextColor(a: string);
86
- private vp;
86
+ private vx;
87
87
  get yAxisTitleTextColor(): string;
88
88
  set yAxisTitleTextColor(a: string);
89
- private ux;
89
+ private u5;
90
90
  get xAxisLabelTextStyle(): string;
91
91
  set xAxisLabelTextStyle(a: string);
92
- private vf;
92
+ private vn;
93
93
  get yAxisLabelTextStyle(): string;
94
94
  set yAxisLabelTextStyle(a: string);
95
- private u8;
95
+ private vg;
96
96
  get xAxisTitleTextStyle(): string;
97
97
  set xAxisTitleTextStyle(a: string);
98
- private vq;
98
+ private vy;
99
99
  get yAxisTitleTextStyle(): string;
100
100
  set yAxisTitleTextStyle(a: string);
101
- private uv;
101
+ private u3;
102
102
  get xAxisLabelRef(): string;
103
103
  set xAxisLabelRef(a: string);
104
- private vd;
104
+ private vl;
105
105
  get yAxisLabelRef(): string;
106
106
  set yAxisLabelRef(a: string);
107
- private u0;
107
+ private u8;
108
108
  get xAxisMajorStroke(): string;
109
109
  set xAxisMajorStroke(a: string);
110
- private vi;
110
+ private vq;
111
111
  get yAxisMajorStroke(): string;
112
112
  set yAxisMajorStroke(a: string);
113
113
  private sz;
114
114
  get xAxisMajorStrokeThickness(): number;
115
115
  set xAxisMajorStrokeThickness(a: number);
116
- private tg;
116
+ private ti;
117
117
  get yAxisMajorStrokeThickness(): number;
118
118
  set yAxisMajorStrokeThickness(a: number);
119
- private s0;
119
+ private s2;
120
120
  get xAxisMinorStrokeThickness(): number;
121
121
  set xAxisMinorStrokeThickness(a: number);
122
- private th;
122
+ private tl;
123
123
  get yAxisMinorStrokeThickness(): number;
124
124
  set yAxisMinorStrokeThickness(a: number);
125
- private u2;
125
+ private va;
126
126
  get xAxisStrip(): string;
127
127
  set xAxisStrip(a: string);
128
- private vk;
128
+ private vs;
129
129
  get yAxisStrip(): string;
130
130
  set yAxisStrip(a: string);
131
- private u3;
131
+ private vb;
132
132
  get xAxisStroke(): string;
133
133
  set xAxisStroke(a: string);
134
- private vl;
134
+ private vt;
135
135
  get yAxisStroke(): string;
136
136
  set yAxisStroke(a: string);
137
- private s1;
137
+ private s3;
138
138
  get xAxisStrokeThickness(): number;
139
139
  set xAxisStrokeThickness(a: number);
140
- private ti;
140
+ private tm;
141
141
  get yAxisStrokeThickness(): number;
142
142
  set yAxisStrokeThickness(a: number);
143
- private s2;
143
+ private s4;
144
144
  get xAxisTickLength(): number;
145
145
  set xAxisTickLength(a: number);
146
- private tj;
146
+ private tn;
147
147
  get yAxisTickLength(): number;
148
148
  set yAxisTickLength(a: number);
149
- private u4;
149
+ private vc;
150
150
  get xAxisTickStroke(): string;
151
151
  set xAxisTickStroke(a: string);
152
- private vm;
152
+ private vu;
153
153
  get yAxisTickStroke(): string;
154
154
  set yAxisTickStroke(a: string);
155
- private s3;
155
+ private s5;
156
156
  get xAxisTickStrokeThickness(): number;
157
157
  set xAxisTickStrokeThickness(a: number);
158
- private tk;
158
+ private to;
159
159
  get yAxisTickStrokeThickness(): number;
160
160
  set yAxisTickStrokeThickness(a: number);
161
- private u5;
161
+ private vd;
162
162
  get xAxisTitle(): string;
163
163
  set xAxisTitle(a: string);
164
- private vn;
164
+ private vv;
165
165
  get yAxisTitle(): string;
166
166
  set yAxisTitle(a: string);
167
- private u1;
167
+ private u9;
168
168
  get xAxisMinorStroke(): string;
169
169
  set xAxisMinorStroke(a: string);
170
- private vj;
170
+ private vr;
171
171
  get yAxisMinorStroke(): string;
172
172
  set yAxisMinorStroke(a: string);
173
173
  private su;
174
174
  get xAxisLabelAngle(): number;
175
175
  set xAxisLabelAngle(a: number);
176
- private tb;
176
+ private td;
177
177
  get yAxisLabelAngle(): number;
178
178
  set yAxisLabelAngle(a: number);
179
179
  private st;
180
180
  get xAxisExtent(): number;
181
181
  set xAxisExtent(a: number);
182
- private ta;
182
+ private tc;
183
183
  get yAxisExtent(): number;
184
184
  set yAxisExtent(a: number);
185
- private s4;
185
+ private s0;
186
+ get xAxisMaximumExtent(): number;
187
+ set xAxisMaximumExtent(a: number);
188
+ private tj;
189
+ get yAxisMaximumExtent(): number;
190
+ set yAxisMaximumExtent(a: number);
191
+ private s1;
192
+ get xAxisMaximumExtentPercentage(): number;
193
+ set xAxisMaximumExtentPercentage(a: number);
194
+ private tk;
195
+ get yAxisMaximumExtentPercentage(): number;
196
+ set yAxisMaximumExtentPercentage(a: number);
197
+ private s6;
186
198
  get xAxisTitleAngle(): number;
187
199
  set xAxisTitleAngle(a: number);
188
- private tl;
200
+ private tp;
189
201
  get yAxisTitleAngle(): number;
190
202
  set yAxisTitleAngle(a: number);
191
203
  private sp;
@@ -194,43 +206,43 @@ export declare abstract class XYChartDescription extends DomainChartDescription
194
206
  private sq;
195
207
  get yAxisInverted(): boolean;
196
208
  set yAxisInverted(a: boolean);
197
- private u6;
209
+ private ve;
198
210
  get xAxisTitleAlignment(): string;
199
211
  set xAxisTitleAlignment(a: string);
200
- private vo;
212
+ private vw;
201
213
  get yAxisTitleAlignment(): string;
202
214
  set yAxisTitleAlignment(a: string);
203
- private ut;
215
+ private u1;
204
216
  get xAxisLabelHorizontalAlignment(): string;
205
217
  set xAxisLabelHorizontalAlignment(a: string);
206
- private vb;
218
+ private vj;
207
219
  get yAxisLabelHorizontalAlignment(): string;
208
220
  set yAxisLabelHorizontalAlignment(a: string);
209
- private uy;
221
+ private u6;
210
222
  get xAxisLabelVerticalAlignment(): string;
211
223
  set xAxisLabelVerticalAlignment(a: string);
212
- private vg;
224
+ private vo;
213
225
  get yAxisLabelVerticalAlignment(): string;
214
226
  set yAxisLabelVerticalAlignment(a: string);
215
- private uz;
227
+ private u7;
216
228
  get xAxisLabelVisibility(): string;
217
229
  set xAxisLabelVisibility(a: string);
218
- private vh;
230
+ private vp;
219
231
  get yAxisLabelVisibility(): string;
220
232
  set yAxisLabelVisibility(a: string);
221
- private vc;
233
+ private vk;
222
234
  get yAxisLabelLocation(): string;
223
235
  set yAxisLabelLocation(a: string);
224
- private uu;
236
+ private u2;
225
237
  get xAxisLabelLocation(): string;
226
238
  set xAxisLabelLocation(a: string);
227
- private us;
239
+ private u0;
228
240
  get xAxisLabelFormat(): string;
229
241
  set xAxisLabelFormat(a: string);
230
242
  private sl;
231
243
  get xAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
232
244
  set xAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
233
- private va;
245
+ private vi;
234
246
  get yAxisLabelFormat(): string;
235
247
  set yAxisLabelFormat(a: string);
236
248
  private sm;