@syncfusion/ej2-angular-charts 32.2.5 → 32.2.7-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.
Files changed (150) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5029 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +4747 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +1 -8
  7. package/dist/ej2-angular-charts.umd.js +5719 -0
  8. package/dist/ej2-angular-charts.umd.js.map +1 -0
  9. package/dist/ej2-angular-charts.umd.min.js +11 -0
  10. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  11. package/ej2-angular-charts.d.ts +13 -0
  12. package/ej2-angular-charts.metadata.json +1 -0
  13. package/package.json +47 -29
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  18. package/src/accumulation-chart/accumulationchart.component.d.ts +58 -61
  19. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  20. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  21. package/src/accumulation-chart/series.directive.d.ts +244 -249
  22. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  23. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  24. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  25. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  26. package/src/chart/annotations.directive.d.ts +96 -101
  27. package/src/chart/axes.directive.d.ts +381 -409
  28. package/src/chart/categories.directive.d.ts +69 -74
  29. package/src/chart/chart-all.module.d.ts +66 -72
  30. package/src/chart/chart.component.d.ts +86 -89
  31. package/src/chart/chart.module.d.ts +5 -24
  32. package/src/chart/columns.directive.d.ts +30 -35
  33. package/src/chart/indicators.directive.d.ts +250 -255
  34. package/src/chart/multilevellabels.directive.d.ts +57 -62
  35. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  36. package/src/chart/rows.directive.d.ts +30 -35
  37. package/src/chart/segments.directive.d.ts +41 -46
  38. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  39. package/src/chart/series.directive.d.ts +483 -488
  40. package/src/chart/striplines.directive.d.ts +166 -171
  41. package/src/chart/trendlines.directive.d.ts +112 -117
  42. package/src/chart3d/axes.directive.d.ts +266 -271
  43. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  44. package/src/chart3d/chart3d.component.d.ts +62 -65
  45. package/src/chart3d/chart3d.module.d.ts +5 -16
  46. package/src/chart3d/columns.directive.d.ts +26 -31
  47. package/src/chart3d/rows.directive.d.ts +26 -31
  48. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  49. package/src/chart3d/series.directive.d.ts +172 -177
  50. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  51. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  52. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  53. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  54. package/src/circularchart3d/series.directive.d.ts +142 -147
  55. package/src/index.d.ts +63 -63
  56. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  57. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  58. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  59. package/src/range-navigator/series.directive.d.ts +78 -83
  60. package/src/smithchart/series.directive.d.ts +88 -93
  61. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  62. package/src/smithchart/smithchart.component.d.ts +41 -44
  63. package/src/smithchart/smithchart.module.d.ts +5 -12
  64. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  65. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  66. package/src/sparkline/sparkline.component.d.ts +43 -46
  67. package/src/sparkline/sparkline.module.d.ts +5 -12
  68. package/src/stock-chart/annotations.directive.d.ts +84 -89
  69. package/src/stock-chart/axes.directive.d.ts +286 -291
  70. package/src/stock-chart/indicators.directive.d.ts +208 -213
  71. package/src/stock-chart/periods.directive.d.ts +42 -47
  72. package/src/stock-chart/rows.directive.d.ts +30 -35
  73. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  74. package/src/stock-chart/series.directive.d.ts +242 -247
  75. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  76. package/src/stock-chart/stockchart.component.d.ts +65 -68
  77. package/src/stock-chart/stockchart.module.d.ts +5 -20
  78. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  79. package/src/stock-chart/trendlines.directive.d.ts +113 -118
  80. package/CHANGELOG.md +0 -3799
  81. package/esm2020/public_api.mjs +0 -2
  82. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  83. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -146
  84. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  85. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  86. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  87. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  88. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  89. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  90. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  91. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  92. package/esm2020/src/chart/axes.directive.mjs +0 -58
  93. package/esm2020/src/chart/categories.directive.mjs +0 -59
  94. package/esm2020/src/chart/chart-all.module.mjs +0 -206
  95. package/esm2020/src/chart/chart.component.mjs +0 -525
  96. package/esm2020/src/chart/chart.module.mjs +0 -142
  97. package/esm2020/src/chart/columns.directive.mjs +0 -52
  98. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  99. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  100. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  101. package/esm2020/src/chart/rows.directive.mjs +0 -52
  102. package/esm2020/src/chart/segments.directive.mjs +0 -58
  103. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  104. package/esm2020/src/chart/series.directive.mjs +0 -68
  105. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  106. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  107. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  108. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  109. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  110. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  111. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  113. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  114. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  115. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  116. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  117. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  118. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  119. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  120. package/esm2020/src/index.mjs +0 -64
  121. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  122. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  123. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  124. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  125. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  126. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  127. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  128. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  129. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  130. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  131. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  132. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  133. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  134. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  135. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  136. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  137. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  138. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  139. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  140. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  141. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -337
  142. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  143. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  144. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  145. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  146. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4376
  147. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  148. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4376
  149. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  150. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -1,488 +1,483 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Series Directive
6
- * ```html
7
- * <e-series-collection>
8
- * <e-series></e-series>
9
- * </e-series-collection>
10
- * ```
11
- */
12
- export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
13
- private viewContainerRef;
14
- directivePropList: any;
15
- childTrendlines: any;
16
- childSegments: any;
17
- tags: string[];
18
- /**
19
- * The type of the series determines the visual representation of the data.
20
- * Available series types include:
21
- * * Line - Draws a line series.
22
- * * Column - Draws a column series.
23
- * * Area - Draws an area series.
24
- * * Bar - Draws a bar series.
25
- * * Histogram - Draws a histogram series.
26
- * * StackingColumn - Draws a stacking column series.
27
- * * StackingArea - Draws a stacking area series.
28
- * * StackingBar - Draws a stacking bar series.
29
- * * StepLine - Draws a step line series.
30
- * * StepArea - Draws a step area series.
31
- * * Scatter - Draws a scatter series.
32
- * * Spline - Draws a spline series.
33
- * * StackingColumn100 - Draws a 100% stacked column series.
34
- * * StackingBar100 - Draws a 100% stacked bar series.
35
- * * StackingArea100 - Draws a 100% stacked area series.
36
- * * RangeColumn - Draws a range column series.
37
- * * Hilo - Draws a Hilo series.
38
- * * HiloOpenClose - Draws a Hilo Open Close series.
39
- * * Waterfall - Draws a waterfall series.
40
- * * RangeArea - Draws a range area series.
41
- * * SplineRangeArea - Draws a spline range area series.
42
- * * Bubble - Draws a bubble series.
43
- * * Candle - Draws a candle series.
44
- * * Polar - Draws a polar series.
45
- * * Radar - Draws a radar series.
46
- * * BoxAndWhisker - Draws a box and whisker series.
47
- * * Pareto - Draws a Pareto series.
48
- * @default 'Line'
49
- */
50
- type: any;
51
- /**
52
- * Options to improve accessibility for series elements.
53
- */
54
- accessibility: any;
55
- /**
56
- * Options for customizing the animation of the series.
57
- * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`.
58
- * The following properties are supported in animation:
59
- * * enable: If set to true, the series is animated on initial loading.
60
- * * duration: The duration of the animation in milliseconds.
61
- * * delay: The delay before the animation starts, in milliseconds.
62
- */
63
- animation: any;
64
- /**
65
- * This property is used in financial charts to visualize price movements in stocks.
66
- * It defines the color of the candle/point when the opening price is less than the closing price.
67
- * @default null
68
- */
69
- bearFillColor: any;
70
- /**
71
- * The `binInterval` property controls the width of each bin and the interval between bins for histogram points.
72
- * @default null
73
- * @aspdefaultvalueignore
74
- */
75
- binInterval: any;
76
- /**
77
- * Options for customizing the border of the series.
78
- * > Note that this property is applicable only for `Column` and `Bar` type series.
79
- */
80
- border: any;
81
- /**
82
- * Specifies the box plot mode for the box and whisker chart series.
83
- * The available modes are:
84
- * Exclusive - Renders the series based on the exclusive mode.
85
- * Inclusive - Renders the series based on the inclusive mode.
86
- * Normal - Renders the series based on the normal mode.
87
- * @default 'Normal'
88
- */
89
- boxPlotMode: any;
90
- /**
91
- * This property is used in financial charts to visualize price movements in stocks.
92
- * It defines the color of the candle/point when the opening price is higher than the closing price.
93
- * @default null
94
- */
95
- bullFillColor: any;
96
- /**
97
- * Specifies the tension parameter for cardinal splines. This affects the curvature of the spline.
98
- * @default 0.5
99
- */
100
- cardinalSplineTension: any;
101
- /**
102
- * The data source field that contains the close value.
103
- * It is applicable for both financial series and technical indicators.
104
- * @default ''
105
- */
106
- close: any;
107
- /**
108
- * The data source field that contains the color mapping value.
109
- * It is applicable for range color mapping.
110
- */
111
- colorName: any;
112
- /**
113
- * Defines the shape of the data in a column and bar chart.
114
- * Available shapes are:
115
- * * Rectangle: Displays the data in a column and bar chart with a rectangular shape.
116
- * * Cylinder: Displays the data in a column and bar chart with a cylindrical shape.
117
- * @default 'Rectangle'
118
- */
119
- columnFacet: any;
120
- /**
121
- * This property determines the space between columns in a column or bar chart.
122
- * > Note that it takes a value from 0 to 1.
123
- * @default 0
124
- */
125
- columnSpacing: any;
126
- /**
127
- * The `columnWidth` property can be used to customize the width of the columns in a column series.
128
- * > Note that if the series type is histogram, the default value is 1; otherwise, it is 0.7.
129
- * @default null
130
- * @aspdefaultvalueignore
131
- * @blazordefaultvalue Double.NaN
132
- */
133
- columnWidth: any;
134
- /**
135
- * To render the column series points with a specific column width in pixels.
136
- * @default null
137
- * @aspdefaultvalueignore
138
- * @blazordefaultvalue Double.NaN
139
- */
140
- columnWidthInPixel: any;
141
- /**
142
- * Specifies the appearance of the line connecting adjacent points in waterfall charts.
143
- */
144
- connector: any;
145
- /**
146
- * The `cornerRadius` property specifies the radius for the corners of the column series points to create a rounded appearance in the chart.
147
- */
148
- cornerRadius: any;
149
- /**
150
- * Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.
151
- * @default ''
152
- */
153
- dashArray: any;
154
- /**
155
- * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager.
156
- *
157
- * @default ''
158
- */
159
- dataSource: any;
160
- /**
161
- * Customize the drag settings for the series with this property to configure drag behavior in the chart.
162
- */
163
- dragSettings: any;
164
- /**
165
- * Specifies the type of series to be drawn in radar or polar charts.
166
- * The available options are:
167
- * * 'Line' - Renders a line series.
168
- * * 'Column' - Renders a column series.
169
- * * 'Area' - Renders an area series.
170
- * * 'Scatter' - Renders a scatter series.
171
- * * 'Spline' - Renders a spline series.
172
- * * 'StackingColumn' - Renders a stacking column series.
173
- * * 'StackingArea' - Renders a stacking area series.
174
- * * 'RangeColumn' - Renders a range column series.
175
- * * 'SplineArea' - Renders a spline area series.
176
- * @default 'Line'
177
- */
178
- drawType: any;
179
- /**
180
- * Customization options for the appearance of empty points in the series.
181
- * `null` or `undefined` values are considered empty points.
182
- */
183
- emptyPointSettings: any;
184
- /**
185
- * This property is used to improve chart performance through data mapping for the series data source.
186
- * @default false
187
- */
188
- enableComplexProperty: any;
189
- /**
190
- * This property is applicable for the candle series.
191
- * It enables or disables the visual comparison of the current values with previous values in stock charts.
192
- * @default false
193
- */
194
- enableSolidCandles: any;
195
- /**
196
- * Controls whether the tooltip for the chart series is enabled or disabled. Set to true to display tooltips on hover, or false to hide them.
197
- * @default true
198
- */
199
- enableTooltip: any;
200
- /**
201
- * Options for displaying and customizing error bars for individual points in a series.
202
- */
203
- errorBar: any;
204
- /**
205
- * The fill color for the series, which accepts values in hex or rgba as a valid CSS color string.
206
- * It also represents the color of the signal lines in technical indicators.
207
- * For technical indicators, the default value is 'blue', and for series, it is null.
208
- * @default null
209
- */
210
- fill: any;
211
- /**
212
- * Defines the name that specifies the chart series are mutually exclusive and can be overlaid.
213
- * Series in the same group share the same baseline and location on the corresponding axis.
214
- * @default ''
215
- */
216
- groupName: any;
217
- /**
218
- * The data source field that contains the high value.
219
- * It is applicable for both financial series and technical indicators.
220
- * @default ''
221
- */
222
- high: any;
223
- /**
224
- * Defines the collection of indexes for the intermediate summary columns in waterfall charts.
225
- * @default []
226
- * @asptype int[]
227
- */
228
- intermediateSumIndexes: any;
229
- /**
230
- * Specifies whether to join the start and end points of a line/area series used in a polar/radar chart to form a closed path.
231
- * @default true
232
- */
233
- isClosed: any;
234
- /**
235
- * Options for customizing and displaying the last value in the series.
236
- */
237
- lastValueLabel: any;
238
- /**
239
- * The URL for the image to be displayed as a legend icon.
240
- * > Note that `legendShape` must be set to `Image`.
241
- * @default ''
242
- */
243
- legendImageUrl: any;
244
- /**
245
- * Specifies the shape of the legend icon for each series.
246
- * Available shapes for legend:
247
- * * Circle - Renders a circular icon.
248
- * * Rectangle - Renders a rectangular icon.
249
- * * Triangle - Renders a triangular icon.
250
- * * Diamond - Renders a diamond-shaped icon.
251
- * * Cross - Renders a cross-shaped icon.
252
- * * HorizontalLine - Renders a horizontal line icon.
253
- * * VerticalLine - Renders a vertical line icon.
254
- * * Pentagon - Renders a pentagon-shaped icon.
255
- * * InvertedTriangle - Renders an inverted triangle-shaped icon.
256
- * * SeriesType - Uses the default icon shape based on the series type.
257
- * * Image - Renders a custom image for the legend icon.
258
- * @default 'SeriesType'
259
- */
260
- legendShape: any;
261
- /**
262
- * The data source field that contains the low value.
263
- * It is applicable for both financial series and technical indicators.
264
- * @default ''
265
- */
266
- low: any;
267
- /**
268
- * Options for displaying and customizing markers for individual points in a series.
269
- */
270
- marker: any;
271
- /**
272
- * Specifies the maximum radius for the data points in the series.
273
- * @default 3
274
- */
275
- maxRadius: any;
276
- /**
277
- * Specifies the minimum radius for the data points in the series.
278
- * @default 1
279
- */
280
- minRadius: any;
281
- /**
282
- * The `name` property allows setting a name for the series, which will be displayed in the legend, identifying different series in the chart, especially when multiple series are present.
283
- * @default ''
284
- */
285
- name: any;
286
- /**
287
- * Defines the visual representation of negative changes in waterfall charts.
288
- * @default '#C64E4A'
289
- */
290
- negativeFillColor: any;
291
- /**
292
- * When set to true, the step series will be rendered without the vertical lines (risers) connecting the horizontal steps.
293
- * > Note this property is only applicable to step series.
294
- * @default false
295
- */
296
- noRisers: any;
297
- /**
298
- * The `nonHighlightStyle` property is used to specify custom CSS styles for the non-highlighted series or points.
299
- * @default null
300
- */
301
- nonHighlightStyle: any;
302
- /**
303
- * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.
304
- * @default 1
305
- */
306
- opacity: any;
307
- /**
308
- * The data source field that contains the open value.
309
- * It is applicable for both financial series and technical indicators.
310
- * @default ''
311
- */
312
- open: any;
313
- /**
314
- * Options for customizing the Pareto line series, including its appearance and behavior in the chart.
315
- */
316
- paretoOptions: any;
317
- /**
318
- * The data source field that contains the color value of a point.
319
- * It is applicable for series.
320
- * @default ''
321
- */
322
- pointColorMapping: any;
323
- /**
324
- * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
325
- * @default ''
326
- */
327
- query: any;
328
- /**
329
- * Defines the axis along which the line series will be split.
330
- */
331
- segmentAxis: any;
332
- /**
333
- * Specifies a collection of regions used to differentiate a line series.
334
- */
335
- segments: any;
336
- /**
337
- * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.
338
- * @default null
339
- */
340
- selectionStyle: any;
341
- /**
342
- * If set to true, the mean value for the box and whisker plot will be visible.
343
- * @default true
344
- */
345
- showMean: any;
346
- /**
347
- * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
348
- * @default true
349
- */
350
- showNearestTooltip: any;
351
- /**
352
- * Specifies whether to display the normal distribution curve for the histogram series.
353
- * @default false
354
- */
355
- showNormalDistribution: any;
356
- /**
357
- * Specifies whether to display outliers in the Box and Whisker chart.
358
- *
359
- * If set to `true`, outliers will be displayed as individual points beyond the whiskers, representing data points that significantly differ from the rest of the dataset.
360
- *If set to `false`, outliers will be hidden, and only the box, median, and whiskers will be rendered.
361
- *
362
- *Outliers are typically used to identify extreme values in statistical data representation.
363
- *
364
- * @default true
365
- */
366
- showOutliers: any;
367
- /**
368
- * The data source field that contains the size value for the y-axis.
369
- * @default ''
370
- */
371
- size: any;
372
- /**
373
- * Specifies the type of spline used for rendering.
374
- * Available options include:
375
- * * Natural - Renders a natural spline.
376
- * * Cardinal - Renders a cardinal spline.
377
- * * Clamped - Renders a clamped spline.
378
- * * Monotonic - Renders a monotonic spline.
379
- * @default 'Natural'
380
- */
381
- splineType: any;
382
- /**
383
- * This property allows the grouping of series in stacked column and stacked bar charts.
384
- * Any string value can be assigned to the `stackingGroup` property.
385
- * Series with the same `stackingGroup` value will be grouped together in the chart.
386
- * @default ''
387
- */
388
- stackingGroup: any;
389
- /**
390
- * The `step` property can be used to change the position of the steps in step line, step area, and step range area chart types.
391
- * * Left: Steps start from the left side of the 2nd point.
392
- * * Center: Steps start between the data points.
393
- * * Right: Steps start from the right side of the 1st point.
394
- * @default 'Left'
395
- */
396
- step: any;
397
- /**
398
- * Defines the collection of indexes for the overall summary columns in waterfall charts.
399
- * @default []
400
- * @asptype int[]
401
- */
402
- sumIndexes: any;
403
- /**
404
- * Defines the visual representation of summaries in waterfall charts.
405
- * @default '#4E81BC'
406
- */
407
- summaryFillColor: any;
408
- /**
409
- * Use this property to define a custom format for how tooltips are displayed.
410
- *
411
- * @default ''
412
- */
413
- tooltipFormat: any;
414
- /**
415
- * The data source field that contains the value to be displayed in the tooltip.
416
- * @default ''
417
- */
418
- tooltipMappingName: any;
419
- /**
420
- * Defines the collection of trendlines used to predict the trend.
421
- */
422
- trendlines: any;
423
- /**
424
- * The `unSelectedStyle` property is used to specify custom CSS styles for the deselected series or points.
425
- * @default null
426
- */
427
- unSelectedStyle: any;
428
- /**
429
- * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.
430
- * @default true
431
- */
432
- visible: any;
433
- /**
434
- * Defines the data source field that contains the volume value in candle charts.
435
- * It is applicable for both financial series and technical indicators.
436
- * @default ''
437
- */
438
- volume: any;
439
- /**
440
- * The stroke width for the series, applicable only for `Line` type series.
441
- * It also represents the stroke width of the signal lines in technical indicators.
442
- * @default 1
443
- */
444
- width: any;
445
- /**
446
- * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
447
- * It is applicable for series and technical indicators.
448
- *
449
- * @default null
450
- */
451
- xAxisName: any;
452
- /**
453
- * The data source field that contains the x value.
454
- * It is applicable to both series and technical indicators.
455
- * @default ''
456
- */
457
- xName: any;
458
- /**
459
- * The name of the vertical axis associated with the series. It requires `axes` of the chart.
460
- * It is applicable for series and technical indicators.
461
- *
462
- * @default null
463
- */
464
- yAxisName: any;
465
- /**
466
- * The data source field that contains the y value.
467
- * @default ''
468
- */
469
- yName: any;
470
- /**
471
- * The z-order of the series, which controls the stack order of the series. Higher values are drawn on top of lower values.
472
- * @default 0
473
- */
474
- zOrder: any;
475
- dataLabel_template: any;
476
- constructor(viewContainerRef: ViewContainerRef);
477
- static ɵfac: i0.ɵɵFactoryDeclaration<SeriesDirective, never>;
478
- static ɵdir: i0.ɵɵDirectiveDeclaration<SeriesDirective, "e-series-collection>e-series", never, { "accessibility": "accessibility"; "animation": "animation"; "bearFillColor": "bearFillColor"; "binInterval": "binInterval"; "border": "border"; "boxPlotMode": "boxPlotMode"; "bullFillColor": "bullFillColor"; "cardinalSplineTension": "cardinalSplineTension"; "close": "close"; "colorName": "colorName"; "columnFacet": "columnFacet"; "columnSpacing": "columnSpacing"; "columnWidth": "columnWidth"; "columnWidthInPixel": "columnWidthInPixel"; "connector": "connector"; "cornerRadius": "cornerRadius"; "dashArray": "dashArray"; "dataSource": "dataSource"; "dragSettings": "dragSettings"; "drawType": "drawType"; "emptyPointSettings": "emptyPointSettings"; "enableComplexProperty": "enableComplexProperty"; "enableSolidCandles": "enableSolidCandles"; "enableTooltip": "enableTooltip"; "errorBar": "errorBar"; "fill": "fill"; "groupName": "groupName"; "high": "high"; "intermediateSumIndexes": "intermediateSumIndexes"; "isClosed": "isClosed"; "lastValueLabel": "lastValueLabel"; "legendImageUrl": "legendImageUrl"; "legendShape": "legendShape"; "low": "low"; "marker": "marker"; "maxRadius": "maxRadius"; "minRadius": "minRadius"; "name": "name"; "negativeFillColor": "negativeFillColor"; "noRisers": "noRisers"; "nonHighlightStyle": "nonHighlightStyle"; "opacity": "opacity"; "open": "open"; "paretoOptions": "paretoOptions"; "pointColorMapping": "pointColorMapping"; "query": "query"; "segmentAxis": "segmentAxis"; "segments": "segments"; "selectionStyle": "selectionStyle"; "showMean": "showMean"; "showNearestTooltip": "showNearestTooltip"; "showNormalDistribution": "showNormalDistribution"; "showOutliers": "showOutliers"; "size": "size"; "splineType": "splineType"; "stackingGroup": "stackingGroup"; "step": "step"; "sumIndexes": "sumIndexes"; "summaryFillColor": "summaryFillColor"; "tooltipFormat": "tooltipFormat"; "tooltipMappingName": "tooltipMappingName"; "trendlines": "trendlines"; "type": "type"; "unSelectedStyle": "unSelectedStyle"; "visible": "visible"; "volume": "volume"; "width": "width"; "xAxisName": "xAxisName"; "xName": "xName"; "yAxisName": "yAxisName"; "yName": "yName"; "zOrder": "zOrder"; }, {}, ["dataLabel_template", "childTrendlines", "childSegments"]>;
479
- }
480
- /**
481
- * Series Array Directive
482
- * @private
483
- */
484
- export declare class SeriesCollectionDirective extends ArrayBase<SeriesCollectionDirective> {
485
- constructor();
486
- static ɵfac: i0.ɵɵFactoryDeclaration<SeriesCollectionDirective, never>;
487
- static ɵdir: i0.ɵɵDirectiveDeclaration<SeriesCollectionDirective, "ej-chart>e-series-collection", never, {}, {}, ["children"]>;
488
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Series Directive
5
+ * ```html
6
+ * <e-series-collection>
7
+ * <e-series></e-series>
8
+ * </e-series-collection>
9
+ * ```
10
+ */
11
+ export declare class SeriesDirective extends ComplexBase<SeriesDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ childTrendlines: any;
15
+ childSegments: any;
16
+ tags: string[];
17
+ /**
18
+ * The type of the series determines the visual representation of the data.
19
+ * Available series types include:
20
+ * * Line - Draws a line series.
21
+ * * Column - Draws a column series.
22
+ * * Area - Draws an area series.
23
+ * * Bar - Draws a bar series.
24
+ * * Histogram - Draws a histogram series.
25
+ * * StackingColumn - Draws a stacking column series.
26
+ * * StackingArea - Draws a stacking area series.
27
+ * * StackingBar - Draws a stacking bar series.
28
+ * * StepLine - Draws a step line series.
29
+ * * StepArea - Draws a step area series.
30
+ * * Scatter - Draws a scatter series.
31
+ * * Spline - Draws a spline series.
32
+ * * StackingColumn100 - Draws a 100% stacked column series.
33
+ * * StackingBar100 - Draws a 100% stacked bar series.
34
+ * * StackingArea100 - Draws a 100% stacked area series.
35
+ * * RangeColumn - Draws a range column series.
36
+ * * Hilo - Draws a Hilo series.
37
+ * * HiloOpenClose - Draws a Hilo Open Close series.
38
+ * * Waterfall - Draws a waterfall series.
39
+ * * RangeArea - Draws a range area series.
40
+ * * SplineRangeArea - Draws a spline range area series.
41
+ * * Bubble - Draws a bubble series.
42
+ * * Candle - Draws a candle series.
43
+ * * Polar - Draws a polar series.
44
+ * * Radar - Draws a radar series.
45
+ * * BoxAndWhisker - Draws a box and whisker series.
46
+ * * Pareto - Draws a Pareto series.
47
+ * @default 'Line'
48
+ */
49
+ type: any;
50
+ /**
51
+ * Options to improve accessibility for series elements.
52
+ */
53
+ accessibility: any;
54
+ /**
55
+ * Options for customizing the animation of the series.
56
+ * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`.
57
+ * The following properties are supported in animation:
58
+ * * enable: If set to true, the series is animated on initial loading.
59
+ * * duration: The duration of the animation in milliseconds.
60
+ * * delay: The delay before the animation starts, in milliseconds.
61
+ */
62
+ animation: any;
63
+ /**
64
+ * This property is used in financial charts to visualize price movements in stocks.
65
+ * It defines the color of the candle/point when the opening price is less than the closing price.
66
+ * @default null
67
+ */
68
+ bearFillColor: any;
69
+ /**
70
+ * The `binInterval` property controls the width of each bin and the interval between bins for histogram points.
71
+ * @default null
72
+ * @aspdefaultvalueignore
73
+ */
74
+ binInterval: any;
75
+ /**
76
+ * Options for customizing the border of the series.
77
+ * > Note that this property is applicable only for `Column` and `Bar` type series.
78
+ */
79
+ border: any;
80
+ /**
81
+ * Specifies the box plot mode for the box and whisker chart series.
82
+ * The available modes are:
83
+ * Exclusive - Renders the series based on the exclusive mode.
84
+ * Inclusive - Renders the series based on the inclusive mode.
85
+ * Normal - Renders the series based on the normal mode.
86
+ * @default 'Normal'
87
+ */
88
+ boxPlotMode: any;
89
+ /**
90
+ * This property is used in financial charts to visualize price movements in stocks.
91
+ * It defines the color of the candle/point when the opening price is higher than the closing price.
92
+ * @default null
93
+ */
94
+ bullFillColor: any;
95
+ /**
96
+ * Specifies the tension parameter for cardinal splines. This affects the curvature of the spline.
97
+ * @default 0.5
98
+ */
99
+ cardinalSplineTension: any;
100
+ /**
101
+ * The data source field that contains the close value.
102
+ * It is applicable for both financial series and technical indicators.
103
+ * @default ''
104
+ */
105
+ close: any;
106
+ /**
107
+ * The data source field that contains the color mapping value.
108
+ * It is applicable for range color mapping.
109
+ */
110
+ colorName: any;
111
+ /**
112
+ * Defines the shape of the data in a column and bar chart.
113
+ * Available shapes are:
114
+ * * Rectangle: Displays the data in a column and bar chart with a rectangular shape.
115
+ * * Cylinder: Displays the data in a column and bar chart with a cylindrical shape.
116
+ * @default 'Rectangle'
117
+ */
118
+ columnFacet: any;
119
+ /**
120
+ * This property determines the space between columns in a column or bar chart.
121
+ * > Note that it takes a value from 0 to 1.
122
+ * @default 0
123
+ */
124
+ columnSpacing: any;
125
+ /**
126
+ * The `columnWidth` property can be used to customize the width of the columns in a column series.
127
+ * > Note that if the series type is histogram, the default value is 1; otherwise, it is 0.7.
128
+ * @default null
129
+ * @aspdefaultvalueignore
130
+ * @blazordefaultvalue Double.NaN
131
+ */
132
+ columnWidth: any;
133
+ /**
134
+ * To render the column series points with a specific column width in pixels.
135
+ * @default null
136
+ * @aspdefaultvalueignore
137
+ * @blazordefaultvalue Double.NaN
138
+ */
139
+ columnWidthInPixel: any;
140
+ /**
141
+ * Specifies the appearance of the line connecting adjacent points in waterfall charts.
142
+ */
143
+ connector: any;
144
+ /**
145
+ * The `cornerRadius` property specifies the radius for the corners of the column series points to create a rounded appearance in the chart.
146
+ */
147
+ cornerRadius: any;
148
+ /**
149
+ * Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.
150
+ * @default ''
151
+ */
152
+ dashArray: any;
153
+ /**
154
+ * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager.
155
+ *
156
+ * @default ''
157
+ */
158
+ dataSource: any;
159
+ /**
160
+ * Customize the drag settings for the series with this property to configure drag behavior in the chart.
161
+ */
162
+ dragSettings: any;
163
+ /**
164
+ * Specifies the type of series to be drawn in radar or polar charts.
165
+ * The available options are:
166
+ * * 'Line' - Renders a line series.
167
+ * * 'Column' - Renders a column series.
168
+ * * 'Area' - Renders an area series.
169
+ * * 'Scatter' - Renders a scatter series.
170
+ * * 'Spline' - Renders a spline series.
171
+ * * 'StackingColumn' - Renders a stacking column series.
172
+ * * 'StackingArea' - Renders a stacking area series.
173
+ * * 'RangeColumn' - Renders a range column series.
174
+ * * 'SplineArea' - Renders a spline area series.
175
+ * @default 'Line'
176
+ */
177
+ drawType: any;
178
+ /**
179
+ * Customization options for the appearance of empty points in the series.
180
+ * `null` or `undefined` values are considered empty points.
181
+ */
182
+ emptyPointSettings: any;
183
+ /**
184
+ * This property is used to improve chart performance through data mapping for the series data source.
185
+ * @default false
186
+ */
187
+ enableComplexProperty: any;
188
+ /**
189
+ * This property is applicable for the candle series.
190
+ * It enables or disables the visual comparison of the current values with previous values in stock charts.
191
+ * @default false
192
+ */
193
+ enableSolidCandles: any;
194
+ /**
195
+ * Controls whether the tooltip for the chart series is enabled or disabled. Set to true to display tooltips on hover, or false to hide them.
196
+ * @default true
197
+ */
198
+ enableTooltip: any;
199
+ /**
200
+ * Options for displaying and customizing error bars for individual points in a series.
201
+ */
202
+ errorBar: any;
203
+ /**
204
+ * The fill color for the series, which accepts values in hex or rgba as a valid CSS color string.
205
+ * It also represents the color of the signal lines in technical indicators.
206
+ * For technical indicators, the default value is 'blue', and for series, it is null.
207
+ * @default null
208
+ */
209
+ fill: any;
210
+ /**
211
+ * Defines the name that specifies the chart series are mutually exclusive and can be overlaid.
212
+ * Series in the same group share the same baseline and location on the corresponding axis.
213
+ * @default ''
214
+ */
215
+ groupName: any;
216
+ /**
217
+ * The data source field that contains the high value.
218
+ * It is applicable for both financial series and technical indicators.
219
+ * @default ''
220
+ */
221
+ high: any;
222
+ /**
223
+ * Defines the collection of indexes for the intermediate summary columns in waterfall charts.
224
+ * @default []
225
+ * @asptype int[]
226
+ */
227
+ intermediateSumIndexes: any;
228
+ /**
229
+ * Specifies whether to join the start and end points of a line/area series used in a polar/radar chart to form a closed path.
230
+ * @default true
231
+ */
232
+ isClosed: any;
233
+ /**
234
+ * Options for customizing and displaying the last value in the series.
235
+ */
236
+ lastValueLabel: any;
237
+ /**
238
+ * The URL for the image to be displayed as a legend icon.
239
+ * > Note that `legendShape` must be set to `Image`.
240
+ * @default ''
241
+ */
242
+ legendImageUrl: any;
243
+ /**
244
+ * Specifies the shape of the legend icon for each series.
245
+ * Available shapes for legend:
246
+ * * Circle - Renders a circular icon.
247
+ * * Rectangle - Renders a rectangular icon.
248
+ * * Triangle - Renders a triangular icon.
249
+ * * Diamond - Renders a diamond-shaped icon.
250
+ * * Cross - Renders a cross-shaped icon.
251
+ * * HorizontalLine - Renders a horizontal line icon.
252
+ * * VerticalLine - Renders a vertical line icon.
253
+ * * Pentagon - Renders a pentagon-shaped icon.
254
+ * * InvertedTriangle - Renders an inverted triangle-shaped icon.
255
+ * * SeriesType - Uses the default icon shape based on the series type.
256
+ * * Image - Renders a custom image for the legend icon.
257
+ * @default 'SeriesType'
258
+ */
259
+ legendShape: any;
260
+ /**
261
+ * The data source field that contains the low value.
262
+ * It is applicable for both financial series and technical indicators.
263
+ * @default ''
264
+ */
265
+ low: any;
266
+ /**
267
+ * Options for displaying and customizing markers for individual points in a series.
268
+ */
269
+ marker: any;
270
+ /**
271
+ * Specifies the maximum radius for the data points in the series.
272
+ * @default 3
273
+ */
274
+ maxRadius: any;
275
+ /**
276
+ * Specifies the minimum radius for the data points in the series.
277
+ * @default 1
278
+ */
279
+ minRadius: any;
280
+ /**
281
+ * The `name` property allows setting a name for the series, which will be displayed in the legend, identifying different series in the chart, especially when multiple series are present.
282
+ * @default ''
283
+ */
284
+ name: any;
285
+ /**
286
+ * Defines the visual representation of negative changes in waterfall charts.
287
+ * @default '#C64E4A'
288
+ */
289
+ negativeFillColor: any;
290
+ /**
291
+ * When set to true, the step series will be rendered without the vertical lines (risers) connecting the horizontal steps.
292
+ * > Note this property is only applicable to step series.
293
+ * @default false
294
+ */
295
+ noRisers: any;
296
+ /**
297
+ * The `nonHighlightStyle` property is used to specify custom CSS styles for the non-highlighted series or points.
298
+ * @default null
299
+ */
300
+ nonHighlightStyle: any;
301
+ /**
302
+ * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.
303
+ * @default 1
304
+ */
305
+ opacity: any;
306
+ /**
307
+ * The data source field that contains the open value.
308
+ * It is applicable for both financial series and technical indicators.
309
+ * @default ''
310
+ */
311
+ open: any;
312
+ /**
313
+ * Options for customizing the Pareto line series, including its appearance and behavior in the chart.
314
+ */
315
+ paretoOptions: any;
316
+ /**
317
+ * The data source field that contains the color value of a point.
318
+ * It is applicable for series.
319
+ * @default ''
320
+ */
321
+ pointColorMapping: any;
322
+ /**
323
+ * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.
324
+ * @default ''
325
+ */
326
+ query: any;
327
+ /**
328
+ * Defines the axis along which the line series will be split.
329
+ */
330
+ segmentAxis: any;
331
+ /**
332
+ * Specifies a collection of regions used to differentiate a line series.
333
+ */
334
+ segments: any;
335
+ /**
336
+ * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.
337
+ * @default null
338
+ */
339
+ selectionStyle: any;
340
+ /**
341
+ * If set to true, the mean value for the box and whisker plot will be visible.
342
+ * @default true
343
+ */
344
+ showMean: any;
345
+ /**
346
+ * Enables or disables the display of tooltips for the nearest data point to the cursor for series.
347
+ * @default true
348
+ */
349
+ showNearestTooltip: any;
350
+ /**
351
+ * Specifies whether to display the normal distribution curve for the histogram series.
352
+ * @default false
353
+ */
354
+ showNormalDistribution: any;
355
+ /**
356
+ * Specifies whether to display outliers in the Box and Whisker chart.
357
+ *
358
+ * If set to `true`, outliers will be displayed as individual points beyond the whiskers, representing data points that significantly differ from the rest of the dataset.
359
+ *If set to `false`, outliers will be hidden, and only the box, median, and whiskers will be rendered.
360
+ *
361
+ *Outliers are typically used to identify extreme values in statistical data representation.
362
+ *
363
+ * @default true
364
+ */
365
+ showOutliers: any;
366
+ /**
367
+ * The data source field that contains the size value for the y-axis.
368
+ * @default ''
369
+ */
370
+ size: any;
371
+ /**
372
+ * Specifies the type of spline used for rendering.
373
+ * Available options include:
374
+ * * Natural - Renders a natural spline.
375
+ * * Cardinal - Renders a cardinal spline.
376
+ * * Clamped - Renders a clamped spline.
377
+ * * Monotonic - Renders a monotonic spline.
378
+ * @default 'Natural'
379
+ */
380
+ splineType: any;
381
+ /**
382
+ * This property allows the grouping of series in stacked column and stacked bar charts.
383
+ * Any string value can be assigned to the `stackingGroup` property.
384
+ * Series with the same `stackingGroup` value will be grouped together in the chart.
385
+ * @default ''
386
+ */
387
+ stackingGroup: any;
388
+ /**
389
+ * The `step` property can be used to change the position of the steps in step line, step area, and step range area chart types.
390
+ * * Left: Steps start from the left side of the 2nd point.
391
+ * * Center: Steps start between the data points.
392
+ * * Right: Steps start from the right side of the 1st point.
393
+ * @default 'Left'
394
+ */
395
+ step: any;
396
+ /**
397
+ * Defines the collection of indexes for the overall summary columns in waterfall charts.
398
+ * @default []
399
+ * @asptype int[]
400
+ */
401
+ sumIndexes: any;
402
+ /**
403
+ * Defines the visual representation of summaries in waterfall charts.
404
+ * @default '#4E81BC'
405
+ */
406
+ summaryFillColor: any;
407
+ /**
408
+ * Use this property to define a custom format for how tooltips are displayed.
409
+ *
410
+ * @default ''
411
+ */
412
+ tooltipFormat: any;
413
+ /**
414
+ * The data source field that contains the value to be displayed in the tooltip.
415
+ * @default ''
416
+ */
417
+ tooltipMappingName: any;
418
+ /**
419
+ * Defines the collection of trendlines used to predict the trend.
420
+ */
421
+ trendlines: any;
422
+ /**
423
+ * The `unSelectedStyle` property is used to specify custom CSS styles for the deselected series or points.
424
+ * @default null
425
+ */
426
+ unSelectedStyle: any;
427
+ /**
428
+ * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.
429
+ * @default true
430
+ */
431
+ visible: any;
432
+ /**
433
+ * Defines the data source field that contains the volume value in candle charts.
434
+ * It is applicable for both financial series and technical indicators.
435
+ * @default ''
436
+ */
437
+ volume: any;
438
+ /**
439
+ * The stroke width for the series, applicable only for `Line` type series.
440
+ * It also represents the stroke width of the signal lines in technical indicators.
441
+ * @default 1
442
+ */
443
+ width: any;
444
+ /**
445
+ * The name of the horizontal axis associated with the series. It requires `axes` of the chart.
446
+ * It is applicable for series and technical indicators.
447
+ *
448
+ * @default null
449
+ */
450
+ xAxisName: any;
451
+ /**
452
+ * The data source field that contains the x value.
453
+ * It is applicable to both series and technical indicators.
454
+ * @default ''
455
+ */
456
+ xName: any;
457
+ /**
458
+ * The name of the vertical axis associated with the series. It requires `axes` of the chart.
459
+ * It is applicable for series and technical indicators.
460
+ *
461
+ * @default null
462
+ */
463
+ yAxisName: any;
464
+ /**
465
+ * The data source field that contains the y value.
466
+ * @default ''
467
+ */
468
+ yName: any;
469
+ /**
470
+ * The z-order of the series, which controls the stack order of the series. Higher values are drawn on top of lower values.
471
+ * @default 0
472
+ */
473
+ zOrder: any;
474
+ dataLabel_template: any;
475
+ constructor(viewContainerRef: ViewContainerRef);
476
+ }
477
+ /**
478
+ * Series Array Directive
479
+ * @private
480
+ */
481
+ export declare class SeriesCollectionDirective extends ArrayBase<SeriesCollectionDirective> {
482
+ constructor();
483
+ }