@syncfusion/ej2-angular-charts 33.2.12-ngcc → 33.2.12

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