@syncfusion/ej2-angular-charts 33.2.12 → 33.2.13-ngcc
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/@syncfusion/ej2-angular-charts.es5.js +5388 -0
- package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-charts.js +5087 -0
- package/@syncfusion/ej2-angular-charts.js.map +1 -0
- package/LICENSE +10 -0
- package/dist/ej2-angular-charts.umd.js +6123 -0
- package/dist/ej2-angular-charts.umd.js.map +1 -0
- package/dist/ej2-angular-charts.umd.min.js +11 -0
- package/dist/ej2-angular-charts.umd.min.js.map +1 -0
- package/ej2-angular-charts.d.ts +14 -0
- package/ej2-angular-charts.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
- package/src/accumulation-chart/accumulationchart.component.d.ts +59 -62
- package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
- package/src/accumulation-chart/annotations.directive.d.ts +80 -85
- package/src/accumulation-chart/series.directive.d.ts +257 -262
- package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
- package/src/bullet-chart/bulletchart.component.d.ts +38 -41
- package/src/bullet-chart/bulletchart.module.d.ts +5 -12
- package/src/bullet-chart/ranges.directive.d.ts +68 -73
- package/src/chart/annotations.directive.d.ts +96 -101
- package/src/chart/axes.directive.d.ts +404 -409
- package/src/chart/categories.directive.d.ts +69 -74
- package/src/chart/chart-all.module.d.ts +67 -73
- package/src/chart/chart.component.d.ts +88 -91
- package/src/chart/chart.module.d.ts +5 -24
- package/src/chart/columns.directive.d.ts +30 -35
- package/src/chart/indicators.directive.d.ts +260 -265
- package/src/chart/multilevellabels.directive.d.ts +57 -62
- package/src/chart/rangecolorsettings.directive.d.ts +36 -41
- package/src/chart/rows.directive.d.ts +30 -35
- package/src/chart/segments.directive.d.ts +41 -46
- package/src/chart/selecteddataindexes.directive.d.ts +32 -37
- package/src/chart/series.directive.d.ts +500 -505
- package/src/chart/striplines.directive.d.ts +166 -171
- package/src/chart/trendlines.directive.d.ts +122 -127
- package/src/chart3d/axes.directive.d.ts +266 -271
- package/src/chart3d/chart3d-all.module.d.ts +20 -26
- package/src/chart3d/chart3d.component.d.ts +62 -65
- package/src/chart3d/chart3d.module.d.ts +5 -16
- package/src/chart3d/columns.directive.d.ts +26 -31
- package/src/chart3d/rows.directive.d.ts +26 -31
- package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
- package/src/chart3d/series.directive.d.ts +172 -177
- package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
- package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
- package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
- package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
- package/src/circularchart3d/series.directive.d.ts +142 -147
- package/src/index.d.ts +68 -68
- package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
- package/src/range-navigator/rangenavigator.component.d.ts +41 -44
- package/src/range-navigator/rangenavigator.module.d.ts +5 -12
- package/src/range-navigator/series.directive.d.ts +78 -83
- package/src/sankey/links.directive.d.ts +41 -46
- package/src/sankey/nodes.directive.d.ts +44 -49
- package/src/sankey/sankey-all.module.d.ts +10 -16
- package/src/sankey/sankey.component.d.ts +53 -56
- package/src/sankey/sankey.module.d.ts +5 -13
- package/src/smithchart/series.directive.d.ts +88 -93
- package/src/smithchart/smithchart-all.module.d.ts +8 -14
- package/src/smithchart/smithchart.component.d.ts +41 -44
- package/src/smithchart/smithchart.module.d.ts +5 -12
- package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
- package/src/sparkline/sparkline-all.module.d.ts +7 -13
- package/src/sparkline/sparkline.component.d.ts +43 -46
- package/src/sparkline/sparkline.module.d.ts +5 -12
- package/src/stock-chart/annotations.directive.d.ts +84 -89
- package/src/stock-chart/axes.directive.d.ts +286 -291
- package/src/stock-chart/indicators.directive.d.ts +221 -226
- package/src/stock-chart/periods.directive.d.ts +42 -47
- package/src/stock-chart/rows.directive.d.ts +30 -35
- package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
- package/src/stock-chart/series.directive.d.ts +259 -264
- package/src/stock-chart/stockchart-all.module.d.ts +7 -13
- package/src/stock-chart/stockchart.component.d.ts +67 -70
- package/src/stock-chart/stockchart.module.d.ts +5 -20
- package/src/stock-chart/stockevents.directive.d.ts +83 -88
- package/src/stock-chart/trendlines.directive.d.ts +123 -128
- package/CHANGELOG.md +0 -3860
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
- package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -152
- package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
- package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
- package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
- package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
- package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
- package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
- package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
- package/esm2020/src/chart/annotations.directive.mjs +0 -60
- package/esm2020/src/chart/axes.directive.mjs +0 -58
- package/esm2020/src/chart/categories.directive.mjs +0 -59
- package/esm2020/src/chart/chart-all.module.mjs +0 -209
- package/esm2020/src/chart/chart.component.mjs +0 -538
- package/esm2020/src/chart/chart.module.mjs +0 -142
- package/esm2020/src/chart/columns.directive.mjs +0 -52
- package/esm2020/src/chart/indicators.directive.mjs +0 -54
- package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
- package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
- package/esm2020/src/chart/rows.directive.mjs +0 -52
- package/esm2020/src/chart/segments.directive.mjs +0 -58
- package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart/series.directive.mjs +0 -68
- package/esm2020/src/chart/striplines.directive.mjs +0 -56
- package/esm2020/src/chart/trendlines.directive.mjs +0 -58
- package/esm2020/src/chart3d/axes.directive.mjs +0 -52
- package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
- package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
- package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
- package/esm2020/src/chart3d/columns.directive.mjs +0 -52
- package/esm2020/src/chart3d/rows.directive.mjs +0 -52
- package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/chart3d/series.directive.mjs +0 -62
- package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
- package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
- package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
- package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
- package/esm2020/src/index.mjs +0 -69
- package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
- package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
- package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
- package/esm2020/src/range-navigator/series.directive.mjs +0 -54
- package/esm2020/src/sankey/links.directive.mjs +0 -54
- package/esm2020/src/sankey/nodes.directive.mjs +0 -54
- package/esm2020/src/sankey/sankey-all.module.mjs +0 -38
- package/esm2020/src/sankey/sankey.component.mjs +0 -110
- package/esm2020/src/sankey/sankey.module.mjs +0 -43
- package/esm2020/src/smithchart/series.directive.mjs +0 -46
- package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
- package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
- package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
- package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
- package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
- package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
- package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
- package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
- package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
- package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
- package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
- package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
- package/esm2020/src/stock-chart/series.directive.mjs +0 -58
- package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
- package/esm2020/src/stock-chart/stockchart.component.mjs +0 -350
- package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
- package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
- package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
- package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4684
- package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4684
- package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
- package/syncfusion-ej2-angular-charts.d.ts +0 -5
|
@@ -1,291 +1,286 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
*
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
*
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
*
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
*
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
*
|
|
39
|
-
* @
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
*
|
|
45
|
-
* *
|
|
46
|
-
* *
|
|
47
|
-
*
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
*
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
*
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
*
|
|
63
|
-
* @
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
*
|
|
69
|
-
* *
|
|
70
|
-
* *
|
|
71
|
-
* *
|
|
72
|
-
* *
|
|
73
|
-
* *
|
|
74
|
-
*
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
*
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
*
|
|
91
|
-
* *
|
|
92
|
-
* *
|
|
93
|
-
* *
|
|
94
|
-
*
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
*
|
|
100
|
-
* *
|
|
101
|
-
*
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
*
|
|
107
|
-
* *
|
|
108
|
-
*
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
*
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
*
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
*
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
*
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
*
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
*
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
*
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
*
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
*
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
*
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
*
|
|
194
|
-
* *
|
|
195
|
-
* *
|
|
196
|
-
* *
|
|
197
|
-
*
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
*
|
|
203
|
-
*
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
*
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
*
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
*
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
*
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
*
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
*
|
|
238
|
-
* *
|
|
239
|
-
*
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
*
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
*
|
|
254
|
-
* *
|
|
255
|
-
* *
|
|
256
|
-
* *
|
|
257
|
-
* *
|
|
258
|
-
*
|
|
259
|
-
* @
|
|
260
|
-
* @
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
*
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
*
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
*
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
export declare class StockChartAxesDirective extends ArrayBase<StockChartAxesDirective> {
|
|
288
|
-
constructor();
|
|
289
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StockChartAxesDirective, never>;
|
|
290
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StockChartAxesDirective, "ejs-stockchart>e-stockchart-axes", never, {}, {}, ["children"]>;
|
|
291
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Axis Directive
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-stockchart-axes><e-stockchart-axis></e-stockchart-axis></e-stockchart-axes>
|
|
7
|
+
* ```
|
|
8
|
+
*/
|
|
9
|
+
export declare class StockChartAxisDirective extends ComplexBase<StockChartAxisDirective> {
|
|
10
|
+
private viewContainerRef;
|
|
11
|
+
directivePropList: any;
|
|
12
|
+
/**
|
|
13
|
+
* The polar radar radius position.
|
|
14
|
+
* @default 100
|
|
15
|
+
*/
|
|
16
|
+
coefficient: any;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.
|
|
19
|
+
* @default null
|
|
20
|
+
*/
|
|
21
|
+
crossesAt: any;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies axis name with which the axis line has to be crossed.
|
|
24
|
+
* @default null
|
|
25
|
+
*/
|
|
26
|
+
crossesInAxis: any;
|
|
27
|
+
/**
|
|
28
|
+
* Options to customize the crosshair ToolTip.
|
|
29
|
+
*/
|
|
30
|
+
crosshairTooltip: any;
|
|
31
|
+
/**
|
|
32
|
+
* Description for axis and its element.
|
|
33
|
+
* @default null
|
|
34
|
+
*/
|
|
35
|
+
description: any;
|
|
36
|
+
/**
|
|
37
|
+
* With this property, you can request axis to calculate intervals approximately equal to your specified interval.
|
|
38
|
+
* @default null
|
|
39
|
+
* @aspdefaultvalueignore
|
|
40
|
+
*/
|
|
41
|
+
desiredIntervals: any;
|
|
42
|
+
/**
|
|
43
|
+
* Specifies the position of labels at the edge of the axis.They are,
|
|
44
|
+
* * None: No action will be performed.
|
|
45
|
+
* * Hide: Edge label will be hidden.
|
|
46
|
+
* * Shift: Shifts the edge labels.
|
|
47
|
+
* @default 'None'
|
|
48
|
+
*/
|
|
49
|
+
edgeLabelPlacement: any;
|
|
50
|
+
/**
|
|
51
|
+
* If set to true, axis interval will be calculated automatically with respect to the zoomed range.
|
|
52
|
+
* @default true
|
|
53
|
+
*/
|
|
54
|
+
enableAutoIntervalOnZooming: any;
|
|
55
|
+
/**
|
|
56
|
+
* Specifies the Trim property for an axis.
|
|
57
|
+
* @default false
|
|
58
|
+
*/
|
|
59
|
+
enableTrim: any;
|
|
60
|
+
/**
|
|
61
|
+
* Specifies the interval for an axis.
|
|
62
|
+
* @default null
|
|
63
|
+
* @aspdefaultvalueignore
|
|
64
|
+
*/
|
|
65
|
+
interval: any;
|
|
66
|
+
/**
|
|
67
|
+
* Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,
|
|
68
|
+
* * Auto: Defines the interval of the axis based on data.
|
|
69
|
+
* * Years: Defines the interval of the axis in years.
|
|
70
|
+
* * Months: Defines the interval of the axis in months.
|
|
71
|
+
* * Days: Defines the interval of the axis in days.
|
|
72
|
+
* * Hours: Defines the interval of the axis in hours.
|
|
73
|
+
* * Minutes: Defines the interval of the axis in minutes.
|
|
74
|
+
* @default 'Auto'
|
|
75
|
+
*/
|
|
76
|
+
intervalType: any;
|
|
77
|
+
/**
|
|
78
|
+
* It specifies whether the axis to be rendered in inversed manner or not.
|
|
79
|
+
* @default false
|
|
80
|
+
*/
|
|
81
|
+
isInversed: any;
|
|
82
|
+
/**
|
|
83
|
+
* Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.
|
|
84
|
+
* It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.
|
|
85
|
+
* @default ''
|
|
86
|
+
*/
|
|
87
|
+
labelFormat: any;
|
|
88
|
+
/**
|
|
89
|
+
* Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,
|
|
90
|
+
* * None: Shows all the labels.
|
|
91
|
+
* * Hide: Hides the label when it intersects.
|
|
92
|
+
* * Rotate45: Rotates the label to 45 degree when it intersects.
|
|
93
|
+
* * Rotate90: Rotates the label to 90 degree when it intersects.
|
|
94
|
+
* @default Hide
|
|
95
|
+
*/
|
|
96
|
+
labelIntersectAction: any;
|
|
97
|
+
/**
|
|
98
|
+
* Specifies the placement of a label for category axis. They are,
|
|
99
|
+
* * betweenTicks: Renders the label between the ticks.
|
|
100
|
+
* * onTicks: Renders the label on the ticks.
|
|
101
|
+
* @default 'BetweenTicks'
|
|
102
|
+
*/
|
|
103
|
+
labelPlacement: any;
|
|
104
|
+
/**
|
|
105
|
+
* Specifies the placement of a labels to the axis line. They are,
|
|
106
|
+
* * inside: Renders the labels inside to the axis line.
|
|
107
|
+
* * outside: Renders the labels outside to the axis line.
|
|
108
|
+
* @default 'Outside'
|
|
109
|
+
*/
|
|
110
|
+
labelPosition: any;
|
|
111
|
+
/**
|
|
112
|
+
* The angle to which the axis label gets rotated.
|
|
113
|
+
* @default 0
|
|
114
|
+
*/
|
|
115
|
+
labelRotation: any;
|
|
116
|
+
/**
|
|
117
|
+
* Options to customize the axis label.
|
|
118
|
+
*/
|
|
119
|
+
labelStyle: any;
|
|
120
|
+
/**
|
|
121
|
+
* Options for customizing axis lines.
|
|
122
|
+
*/
|
|
123
|
+
lineStyle: any;
|
|
124
|
+
/**
|
|
125
|
+
* The base value for logarithmic axis. It requires `valueType` to be `Logarithmic`.
|
|
126
|
+
* @default 10
|
|
127
|
+
*/
|
|
128
|
+
logBase: any;
|
|
129
|
+
/**
|
|
130
|
+
* Options for customizing major grid lines.
|
|
131
|
+
*/
|
|
132
|
+
majorGridLines: any;
|
|
133
|
+
/**
|
|
134
|
+
* Options for customizing major tick lines.
|
|
135
|
+
*/
|
|
136
|
+
majorTickLines: any;
|
|
137
|
+
/**
|
|
138
|
+
* Specifies the maximum range of an axis.
|
|
139
|
+
* @default null
|
|
140
|
+
*/
|
|
141
|
+
maximum: any;
|
|
142
|
+
/**
|
|
143
|
+
* Specifies the maximum width of an axis label.
|
|
144
|
+
* @default 34.
|
|
145
|
+
*/
|
|
146
|
+
maximumLabelWidth: any;
|
|
147
|
+
/**
|
|
148
|
+
* The maximum number of label count per 100 pixels with respect to the axis length.
|
|
149
|
+
* @default 3
|
|
150
|
+
*/
|
|
151
|
+
maximumLabels: any;
|
|
152
|
+
/**
|
|
153
|
+
* Specifies the minimum range of an axis.
|
|
154
|
+
* @default null
|
|
155
|
+
*/
|
|
156
|
+
minimum: any;
|
|
157
|
+
/**
|
|
158
|
+
* Options for customizing minor grid lines.
|
|
159
|
+
*/
|
|
160
|
+
minorGridLines: any;
|
|
161
|
+
/**
|
|
162
|
+
* Options for customizing minor tick lines.
|
|
163
|
+
*/
|
|
164
|
+
minorTickLines: any;
|
|
165
|
+
/**
|
|
166
|
+
* Specifies the number of minor ticks per interval.
|
|
167
|
+
* @default 0
|
|
168
|
+
*/
|
|
169
|
+
minorTicksPerInterval: any;
|
|
170
|
+
/**
|
|
171
|
+
* Unique identifier of an axis.
|
|
172
|
+
* To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.
|
|
173
|
+
* @default ''
|
|
174
|
+
*/
|
|
175
|
+
name: any;
|
|
176
|
+
/**
|
|
177
|
+
* If set to true, the axis will render at the opposite side of its default position.
|
|
178
|
+
* @default false
|
|
179
|
+
*/
|
|
180
|
+
opposedPosition: any;
|
|
181
|
+
/**
|
|
182
|
+
* Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.
|
|
183
|
+
* @default true
|
|
184
|
+
*/
|
|
185
|
+
placeNextToAxisLine: any;
|
|
186
|
+
/**
|
|
187
|
+
* Left and right padding for the plot area in pixels.
|
|
188
|
+
* @default 0
|
|
189
|
+
*/
|
|
190
|
+
plotOffset: any;
|
|
191
|
+
/**
|
|
192
|
+
* Specifies the padding for the axis range in terms of interval.They are,
|
|
193
|
+
* * none: Padding cannot be applied to the axis.
|
|
194
|
+
* * normal: Padding is applied to the axis based on the range calculation.
|
|
195
|
+
* * additional: Interval of the axis is added as padding to the minimum and maximum values of the range.
|
|
196
|
+
* * round: Axis range is rounded to the nearest possible value divided by the interval.
|
|
197
|
+
* @default 'Auto'
|
|
198
|
+
*/
|
|
199
|
+
rangePadding: any;
|
|
200
|
+
/**
|
|
201
|
+
* Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `rows`.
|
|
202
|
+
*
|
|
203
|
+
* @default 0
|
|
204
|
+
*/
|
|
205
|
+
rowIndex: any;
|
|
206
|
+
/**
|
|
207
|
+
* Specifies the skeleton format in which the dateTime format will process.
|
|
208
|
+
* @default ''
|
|
209
|
+
*/
|
|
210
|
+
skeleton: any;
|
|
211
|
+
/**
|
|
212
|
+
* It specifies the type of format to be used in dateTime format process.
|
|
213
|
+
* @default 'DateTime'
|
|
214
|
+
*/
|
|
215
|
+
skeletonType: any;
|
|
216
|
+
/**
|
|
217
|
+
* Specifies the number of `columns` or `rows` an axis has to span horizontally or vertically.
|
|
218
|
+
* @default 1
|
|
219
|
+
*/
|
|
220
|
+
span: any;
|
|
221
|
+
/**
|
|
222
|
+
* The start angle for the series.
|
|
223
|
+
* @default 0
|
|
224
|
+
*/
|
|
225
|
+
startAngle: any;
|
|
226
|
+
/**
|
|
227
|
+
* Specifies the stripLine collection for the axis.
|
|
228
|
+
*/
|
|
229
|
+
stripLines: any;
|
|
230
|
+
/**
|
|
231
|
+
* TabIndex value for the axis.
|
|
232
|
+
* @default 2
|
|
233
|
+
*/
|
|
234
|
+
tabIndex: any;
|
|
235
|
+
/**
|
|
236
|
+
* Specifies the placement of a ticks to the axis line. They are,
|
|
237
|
+
* * inside: Renders the ticks inside to the axis line.
|
|
238
|
+
* * outside: Renders the ticks outside to the axis line.
|
|
239
|
+
* @default 'Outside'
|
|
240
|
+
*/
|
|
241
|
+
tickPosition: any;
|
|
242
|
+
/**
|
|
243
|
+
* Specifies the title of an axis.
|
|
244
|
+
* @default ''
|
|
245
|
+
*/
|
|
246
|
+
title: any;
|
|
247
|
+
/**
|
|
248
|
+
* Options for customizing the axis title.
|
|
249
|
+
*/
|
|
250
|
+
titleStyle: any;
|
|
251
|
+
/**
|
|
252
|
+
* Specifies the data types that the axis can handle:
|
|
253
|
+
* * Double: This type is used for rendering a numeric axis to accommodate numeric data.
|
|
254
|
+
* * DateTime: This type is utilized for rendering a date-time axis to manage date-time data.
|
|
255
|
+
* * Category: This type is employed for rendering a category axis to manage categorical data.
|
|
256
|
+
* * Logarithmic: This type is applied for rendering a logarithmic axis to handle a wide range of values.
|
|
257
|
+
* * DateTimeCategory: This type is used to render a date time category axis for managing business days.
|
|
258
|
+
* @default 'Double'
|
|
259
|
+
* @blazortype Syncfusion.EJ2.Blazor.Charts.ValueType
|
|
260
|
+
* @isenumeration true
|
|
261
|
+
*/
|
|
262
|
+
valueType: any;
|
|
263
|
+
/**
|
|
264
|
+
* If set to true, axis label will be visible.
|
|
265
|
+
* @default true
|
|
266
|
+
*/
|
|
267
|
+
visible: any;
|
|
268
|
+
/**
|
|
269
|
+
* The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.
|
|
270
|
+
* @default 1
|
|
271
|
+
*/
|
|
272
|
+
zoomFactor: any;
|
|
273
|
+
/**
|
|
274
|
+
* Position of the zoomed axis. Value ranges from 0 to 1.
|
|
275
|
+
* @default 0
|
|
276
|
+
*/
|
|
277
|
+
zoomPosition: any;
|
|
278
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* StockChartAxis Array Directive
|
|
282
|
+
* @private
|
|
283
|
+
*/
|
|
284
|
+
export declare class StockChartAxesDirective extends ArrayBase<StockChartAxesDirective> {
|
|
285
|
+
constructor();
|
|
286
|
+
}
|