@syncfusion/ej2-angular-charts 33.2.4 → 33.2.5-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 (159) hide show
  1. package/@syncfusion/ej2-angular-charts.es5.js +5388 -0
  2. package/@syncfusion/ej2-angular-charts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-charts.js +5087 -0
  4. package/@syncfusion/ej2-angular-charts.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-charts.umd.js +6123 -0
  7. package/dist/ej2-angular-charts.umd.js.map +1 -0
  8. package/dist/ej2-angular-charts.umd.min.js +11 -0
  9. package/dist/ej2-angular-charts.umd.min.js.map +1 -0
  10. package/ej2-angular-charts.d.ts +14 -0
  11. package/ej2-angular-charts.metadata.json +1 -0
  12. package/package.json +47 -29
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/accumulation-chart/accumulationchart-all.module.d.ts +15 -21
  17. package/src/accumulation-chart/accumulationchart.component.d.ts +59 -62
  18. package/src/accumulation-chart/accumulationchart.module.d.ts +5 -13
  19. package/src/accumulation-chart/annotations.directive.d.ts +80 -85
  20. package/src/accumulation-chart/series.directive.d.ts +257 -262
  21. package/src/bullet-chart/bulletchart-all.module.d.ts +8 -14
  22. package/src/bullet-chart/bulletchart.component.d.ts +38 -41
  23. package/src/bullet-chart/bulletchart.module.d.ts +5 -12
  24. package/src/bullet-chart/ranges.directive.d.ts +68 -73
  25. package/src/chart/annotations.directive.d.ts +96 -101
  26. package/src/chart/axes.directive.d.ts +404 -409
  27. package/src/chart/categories.directive.d.ts +69 -74
  28. package/src/chart/chart-all.module.d.ts +67 -73
  29. package/src/chart/chart.component.d.ts +88 -91
  30. package/src/chart/chart.module.d.ts +5 -24
  31. package/src/chart/columns.directive.d.ts +30 -35
  32. package/src/chart/indicators.directive.d.ts +260 -265
  33. package/src/chart/multilevellabels.directive.d.ts +57 -62
  34. package/src/chart/rangecolorsettings.directive.d.ts +36 -41
  35. package/src/chart/rows.directive.d.ts +30 -35
  36. package/src/chart/segments.directive.d.ts +41 -46
  37. package/src/chart/selecteddataindexes.directive.d.ts +32 -37
  38. package/src/chart/series.directive.d.ts +500 -505
  39. package/src/chart/striplines.directive.d.ts +166 -171
  40. package/src/chart/trendlines.directive.d.ts +122 -127
  41. package/src/chart3d/axes.directive.d.ts +266 -271
  42. package/src/chart3d/chart3d-all.module.d.ts +20 -26
  43. package/src/chart3d/chart3d.component.d.ts +62 -65
  44. package/src/chart3d/chart3d.module.d.ts +5 -16
  45. package/src/chart3d/columns.directive.d.ts +26 -31
  46. package/src/chart3d/rows.directive.d.ts +26 -31
  47. package/src/chart3d/selecteddataindexes.directive.d.ts +32 -37
  48. package/src/chart3d/series.directive.d.ts +172 -177
  49. package/src/circularchart3d/circularchart3d-all.module.d.ts +13 -19
  50. package/src/circularchart3d/circularchart3d.component.d.ts +55 -58
  51. package/src/circularchart3d/circularchart3d.module.d.ts +5 -13
  52. package/src/circularchart3d/selecteddataindexes.directive.d.ts +32 -37
  53. package/src/circularchart3d/series.directive.d.ts +142 -147
  54. package/src/index.d.ts +68 -68
  55. package/src/range-navigator/rangenavigator-all.module.d.ts +8 -14
  56. package/src/range-navigator/rangenavigator.component.d.ts +41 -44
  57. package/src/range-navigator/rangenavigator.module.d.ts +5 -12
  58. package/src/range-navigator/series.directive.d.ts +78 -83
  59. package/src/sankey/links.directive.d.ts +41 -46
  60. package/src/sankey/nodes.directive.d.ts +44 -49
  61. package/src/sankey/sankey-all.module.d.ts +10 -16
  62. package/src/sankey/sankey.component.d.ts +53 -56
  63. package/src/sankey/sankey.module.d.ts +5 -13
  64. package/src/smithchart/series.directive.d.ts +88 -93
  65. package/src/smithchart/smithchart-all.module.d.ts +8 -14
  66. package/src/smithchart/smithchart.component.d.ts +41 -44
  67. package/src/smithchart/smithchart.module.d.ts +5 -12
  68. package/src/sparkline/rangebandsettings.directive.d.ts +33 -38
  69. package/src/sparkline/sparkline-all.module.d.ts +7 -13
  70. package/src/sparkline/sparkline.component.d.ts +43 -46
  71. package/src/sparkline/sparkline.module.d.ts +5 -12
  72. package/src/stock-chart/annotations.directive.d.ts +84 -89
  73. package/src/stock-chart/axes.directive.d.ts +286 -291
  74. package/src/stock-chart/indicators.directive.d.ts +221 -226
  75. package/src/stock-chart/periods.directive.d.ts +42 -47
  76. package/src/stock-chart/rows.directive.d.ts +30 -35
  77. package/src/stock-chart/selecteddataindexes.directive.d.ts +32 -37
  78. package/src/stock-chart/series.directive.d.ts +259 -264
  79. package/src/stock-chart/stockchart-all.module.d.ts +7 -13
  80. package/src/stock-chart/stockchart.component.d.ts +67 -70
  81. package/src/stock-chart/stockchart.module.d.ts +5 -20
  82. package/src/stock-chart/stockevents.directive.d.ts +83 -88
  83. package/src/stock-chart/trendlines.directive.d.ts +123 -128
  84. package/CHANGELOG.md +0 -3830
  85. package/esm2020/public_api.mjs +0 -2
  86. package/esm2020/src/accumulation-chart/accumulationchart-all.module.mjs +0 -53
  87. package/esm2020/src/accumulation-chart/accumulationchart.component.mjs +0 -152
  88. package/esm2020/src/accumulation-chart/accumulationchart.module.mjs +0 -43
  89. package/esm2020/src/accumulation-chart/annotations.directive.mjs +0 -62
  90. package/esm2020/src/accumulation-chart/series.directive.mjs +0 -62
  91. package/esm2020/src/bullet-chart/bulletchart-all.module.mjs +0 -32
  92. package/esm2020/src/bullet-chart/bulletchart.component.mjs +0 -85
  93. package/esm2020/src/bullet-chart/bulletchart.module.mjs +0 -34
  94. package/esm2020/src/bullet-chart/ranges.directive.mjs +0 -54
  95. package/esm2020/src/chart/annotations.directive.mjs +0 -60
  96. package/esm2020/src/chart/axes.directive.mjs +0 -58
  97. package/esm2020/src/chart/categories.directive.mjs +0 -59
  98. package/esm2020/src/chart/chart-all.module.mjs +0 -209
  99. package/esm2020/src/chart/chart.component.mjs +0 -538
  100. package/esm2020/src/chart/chart.module.mjs +0 -142
  101. package/esm2020/src/chart/columns.directive.mjs +0 -52
  102. package/esm2020/src/chart/indicators.directive.mjs +0 -54
  103. package/esm2020/src/chart/multilevellabels.directive.mjs +0 -60
  104. package/esm2020/src/chart/rangecolorsettings.directive.mjs +0 -52
  105. package/esm2020/src/chart/rows.directive.mjs +0 -52
  106. package/esm2020/src/chart/segments.directive.mjs +0 -58
  107. package/esm2020/src/chart/selecteddataindexes.directive.mjs +0 -52
  108. package/esm2020/src/chart/series.directive.mjs +0 -68
  109. package/esm2020/src/chart/striplines.directive.mjs +0 -56
  110. package/esm2020/src/chart/trendlines.directive.mjs +0 -58
  111. package/esm2020/src/chart3d/axes.directive.mjs +0 -52
  112. package/esm2020/src/chart3d/chart3d-all.module.mjs +0 -68
  113. package/esm2020/src/chart3d/chart3d.component.mjs +0 -189
  114. package/esm2020/src/chart3d/chart3d.module.mjs +0 -70
  115. package/esm2020/src/chart3d/columns.directive.mjs +0 -52
  116. package/esm2020/src/chart3d/rows.directive.mjs +0 -52
  117. package/esm2020/src/chart3d/selecteddataindexes.directive.mjs +0 -52
  118. package/esm2020/src/chart3d/series.directive.mjs +0 -62
  119. package/esm2020/src/circularchart3d/circularchart3d-all.module.mjs +0 -47
  120. package/esm2020/src/circularchart3d/circularchart3d.component.mjs +0 -125
  121. package/esm2020/src/circularchart3d/circularchart3d.module.mjs +0 -43
  122. package/esm2020/src/circularchart3d/selecteddataindexes.directive.mjs +0 -52
  123. package/esm2020/src/circularchart3d/series.directive.mjs +0 -62
  124. package/esm2020/src/index.mjs +0 -69
  125. package/esm2020/src/range-navigator/rangenavigator-all.module.mjs +0 -32
  126. package/esm2020/src/range-navigator/rangenavigator.component.mjs +0 -127
  127. package/esm2020/src/range-navigator/rangenavigator.module.mjs +0 -34
  128. package/esm2020/src/range-navigator/series.directive.mjs +0 -54
  129. package/esm2020/src/sankey/links.directive.mjs +0 -54
  130. package/esm2020/src/sankey/nodes.directive.mjs +0 -54
  131. package/esm2020/src/sankey/sankey-all.module.mjs +0 -38
  132. package/esm2020/src/sankey/sankey.component.mjs +0 -110
  133. package/esm2020/src/sankey/sankey.module.mjs +0 -43
  134. package/esm2020/src/smithchart/series.directive.mjs +0 -46
  135. package/esm2020/src/smithchart/smithchart-all.module.mjs +0 -32
  136. package/esm2020/src/smithchart/smithchart.component.mjs +0 -78
  137. package/esm2020/src/smithchart/smithchart.module.mjs +0 -34
  138. package/esm2020/src/sparkline/rangebandsettings.directive.mjs +0 -46
  139. package/esm2020/src/sparkline/sparkline-all.module.mjs +0 -29
  140. package/esm2020/src/sparkline/sparkline.component.mjs +0 -71
  141. package/esm2020/src/sparkline/sparkline.module.mjs +0 -34
  142. package/esm2020/src/stock-chart/annotations.directive.mjs +0 -60
  143. package/esm2020/src/stock-chart/axes.directive.mjs +0 -52
  144. package/esm2020/src/stock-chart/indicators.directive.mjs +0 -54
  145. package/esm2020/src/stock-chart/periods.directive.mjs +0 -54
  146. package/esm2020/src/stock-chart/rows.directive.mjs +0 -52
  147. package/esm2020/src/stock-chart/selecteddataindexes.directive.mjs +0 -52
  148. package/esm2020/src/stock-chart/series.directive.mjs +0 -58
  149. package/esm2020/src/stock-chart/stockchart-all.module.mjs +0 -29
  150. package/esm2020/src/stock-chart/stockchart.component.mjs +0 -350
  151. package/esm2020/src/stock-chart/stockchart.module.mjs +0 -106
  152. package/esm2020/src/stock-chart/stockevents.directive.mjs +0 -54
  153. package/esm2020/src/stock-chart/trendlines.directive.mjs +0 -59
  154. package/esm2020/syncfusion-ej2-angular-charts.mjs +0 -5
  155. package/fesm2015/syncfusion-ej2-angular-charts.mjs +0 -4684
  156. package/fesm2015/syncfusion-ej2-angular-charts.mjs.map +0 -1
  157. package/fesm2020/syncfusion-ej2-angular-charts.mjs +0 -4684
  158. package/fesm2020/syncfusion-ej2-angular-charts.mjs.map +0 -1
  159. package/syncfusion-ej2-angular-charts.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-charts.js","sources":["~/@syncfusion/ej2-angular-charts/ej2-angular-charts.ts","~/@syncfusion/ej2-angular-charts/src/sankey/sankey-all.module.ts","~/@syncfusion/ej2-angular-charts/src/sankey/sankey.module.ts","~/@syncfusion/ej2-angular-charts/src/sankey/sankey.component.ts","~/@syncfusion/ej2-angular-charts/src/sankey/links.directive.ts","~/@syncfusion/ej2-angular-charts/src/sankey/nodes.directive.ts","~/@syncfusion/ej2-angular-charts/src/circularchart3d/circularchart3d-all.module.ts","~/@syncfusion/ej2-angular-charts/src/circularchart3d/circularchart3d.module.ts","~/@syncfusion/ej2-angular-charts/src/circularchart3d/circularchart3d.component.ts","~/@syncfusion/ej2-angular-charts/src/circularchart3d/selecteddataindexes.directive.ts","~/@syncfusion/ej2-angular-charts/src/circularchart3d/series.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart3d/chart3d-all.module.ts","~/@syncfusion/ej2-angular-charts/src/chart3d/chart3d.module.ts","~/@syncfusion/ej2-angular-charts/src/chart3d/chart3d.component.ts","~/@syncfusion/ej2-angular-charts/src/chart3d/selecteddataindexes.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart3d/columns.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart3d/rows.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart3d/axes.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart3d/series.directive.ts","~/@syncfusion/ej2-angular-charts/src/bullet-chart/bulletchart-all.module.ts","~/@syncfusion/ej2-angular-charts/src/bullet-chart/bulletchart.module.ts","~/@syncfusion/ej2-angular-charts/src/bullet-chart/bulletchart.component.ts","~/@syncfusion/ej2-angular-charts/src/bullet-chart/ranges.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/stockchart-all.module.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/stockchart.module.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/stockchart.component.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/indicators.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/stockevents.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/periods.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/selecteddataindexes.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/annotations.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/rows.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/axes.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/series.directive.ts","~/@syncfusion/ej2-angular-charts/src/stock-chart/trendlines.directive.ts","~/@syncfusion/ej2-angular-charts/src/smithchart/smithchart-all.module.ts","~/@syncfusion/ej2-angular-charts/src/smithchart/smithchart.module.ts","~/@syncfusion/ej2-angular-charts/src/smithchart/smithchart.component.ts","~/@syncfusion/ej2-angular-charts/src/smithchart/series.directive.ts","~/@syncfusion/ej2-angular-charts/src/sparkline/sparkline-all.module.ts","~/@syncfusion/ej2-angular-charts/src/sparkline/sparkline.module.ts","~/@syncfusion/ej2-angular-charts/src/sparkline/sparkline.component.ts","~/@syncfusion/ej2-angular-charts/src/sparkline/rangebandsettings.directive.ts","~/@syncfusion/ej2-angular-charts/src/range-navigator/rangenavigator-all.module.ts","~/@syncfusion/ej2-angular-charts/src/range-navigator/rangenavigator.module.ts","~/@syncfusion/ej2-angular-charts/src/range-navigator/rangenavigator.component.ts","~/@syncfusion/ej2-angular-charts/src/range-navigator/series.directive.ts","~/@syncfusion/ej2-angular-charts/src/accumulation-chart/accumulationchart-all.module.ts","~/@syncfusion/ej2-angular-charts/src/accumulation-chart/accumulationchart.module.ts","~/@syncfusion/ej2-angular-charts/src/accumulation-chart/accumulationchart.component.ts","~/@syncfusion/ej2-angular-charts/src/accumulation-chart/annotations.directive.ts","~/@syncfusion/ej2-angular-charts/src/accumulation-chart/series.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/chart-all.module.ts","~/@syncfusion/ej2-angular-charts/src/chart/chart.module.ts","~/@syncfusion/ej2-angular-charts/src/chart/chart.component.ts","~/@syncfusion/ej2-angular-charts/src/chart/indicators.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/selecteddataindexes.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/annotations.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/rangecolorsettings.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/columns.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/rows.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/axes.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/multilevellabels.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/categories.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/striplines.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/series.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/segments.directive.ts","~/@syncfusion/ej2-angular-charts/src/chart/trendlines.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {TrendlineDirective,TrendlinesDirective,SegmentDirective,SegmentsDirective,SeriesDirective,SeriesCollectionDirective,StripLineDirective,StripLinesDirective,CategoryDirective,CategoriesDirective,MultiLevelLabelDirective,MultiLevelLabelsDirective,AxisDirective,AxesDirective,RowDirective,RowsDirective,ColumnDirective,ColumnsDirective,RangeColorSettingDirective,RangeColorSettingsDirective,AnnotationDirective,AnnotationsDirective,SelectedDataIndexDirective,SelectedDataIndexesDirective,IndicatorDirective,IndicatorsDirective,ChartComponent,ChartModule,ChartAllModule,LineSeriesService,ScatterSeriesService,ColumnSeriesService,SplineSeriesService,SplineAreaSeriesService,StripLineService,AreaSeriesService,ScrollBarService,StepLineSeriesService,StepAreaSeriesService,StackingColumnSeriesService,StackingLineSeriesService,StackingAreaSeriesService,StackingStepAreaSeriesService,BarSeriesService,StackingBarSeriesService,RangeColumnSeriesService,BubbleSeriesService,TooltipService,CrosshairService,CategoryService,DateTimeService,LogarithmicService,LegendService,ZoomService,DataLabelService,SelectionService,ChartAnnotationService,HiloSeriesService,HiloOpenCloseSeriesService,WaterfallSeriesService,RangeAreaSeriesService,RangeStepAreaSeriesService,SplineRangeAreaSeriesService,CandleSeriesService,PolarSeriesService,RadarSeriesService,SmaIndicatorService,TmaIndicatorService,EmaIndicatorService,AccumulationDistributionIndicatorService,MacdIndicatorService,AtrIndicatorService,RsiIndicatorService,MomentumIndicatorService,StochasticIndicatorService,BollingerBandsService,BoxAndWhiskerSeriesService,HistogramSeriesService,ErrorBarService,TrendlinesService,DateTimeCategoryService,MultiColoredLineSeriesService,MultiColoredAreaSeriesService,MultiLevelLabelService,ParetoSeriesService,ExportService,DataEditingService,HighlightService,LastValueLabelService,SeriesLabelService,AccumulationSeriesDirective,AccumulationSeriesCollectionDirective,AccumulationAnnotationDirective,AccumulationAnnotationsDirective,AccumulationChartComponent,AccumulationChartModule,AccumulationChartAllModule,PieSeriesService,FunnelSeriesService,PyramidSeriesService,AccumulationTooltipService,AccumulationLegendService,AccumulationSelectionService,AccumulationHighlightService,AccumulationDataLabelService,AccumulationAnnotationService,RangenavigatorSeriesDirective,RangenavigatorSeriesCollectionDirective,RangeNavigatorComponent,RangeNavigatorModule,RangeNavigatorAllModule,RangeTooltipService,PeriodSelectorService,RangeBandSettingDirective,RangeBandSettingsDirective,SparklineComponent,SparklineModule,SparklineAllModule,SparklineTooltipService,SmithchartSeriesDirective,SmithchartSeriesCollectionDirective,SmithchartComponent,SmithchartModule,SmithchartAllModule,SmithchartLegendService,TooltipRenderService,StockChartTrendlineDirective,StockChartTrendlinesDirective,StockChartSeriesDirective,StockChartSeriesCollectionDirective,StockChartAxisDirective,StockChartAxesDirective,StockChartRowDirective,StockChartRowsDirective,StockChartAnnotationDirective,StockChartAnnotationsDirective,StockChartSelectedDataIndexDirective,StockChartSelectedDataIndexesDirective,StockChartPeriodDirective,StockChartPeriodsDirective,StockEventDirective,StockEventsDirective,StockChartIndicatorDirective,StockChartIndicatorsDirective,StockChartComponent,StockChartModule,StockChartAllModule,StockLegendService,BulletRangeDirective,BulletRangeCollectionDirective,BulletChartComponent,BulletChartModule,BulletChartAllModule,BulletTooltipService,BulletChartLegendService,Chart3DSeriesDirective,Chart3DSeriesCollectionDirective,Chart3DAxisDirective,Chart3DAxesDirective,Chart3DRowDirective,Chart3DRowsDirective,Chart3DColumnDirective,Chart3DColumnsDirective,Chart3DSelectedDataIndexDirective,Chart3DSelectedDataIndexesDirective,Chart3DComponent,Chart3DModule,Chart3DAllModule,ColumnSeries3DService,StackingColumnSeries3DService,BarSeries3DService,StackingBarSeries3DService,Category3DService,DateTime3DService,DateTimeCategory3DService,Logarithmic3DService,Tooltip3DService,Legend3DService,DataLabel3DService,Selection3DService,Export3DService,Highlight3DService,CircularChart3DSeriesDirective,CircularChart3DSeriesCollectionDirective,CircularChart3DSelectedDataIndexDirective,CircularChart3DSelectedDataIndexesDirective,CircularChart3DComponent,CircularChart3DModule,CircularChart3DAllModule,PieSeries3DService,CircularChartTooltip3DService,CircularChartLegend3DService,CircularChartSelection3DService,CircularChartDataLabel3DService,CircularChartHighlight3DService,CircularChartExport3DService,SankeyNodeDirective,SankeyNodesCollectionDirective,SankeyLinkDirective,SankeyLinksCollectionDirective,SankeyComponent,SankeyModule,SankeyAllModule,SankeyLegendService,SankeyTooltipService,SankeyHighlightService,SankeyExportService,RangeColorSetting,CrosshairSettings,ZoomSettings,Chart,borderOption,border,RangeColorSettingModel,CrosshairSettingsModel,ZoomSettingsModel,ChartModel,Row,Column,MajorGridLines,MinorGridLines,AxisLine,MajorTickLines,MinorTickLines,CrosshairTooltip,Axis,VisibleLabels,Double,DateTime,Category,Logarithmic,DateTimeCategory,NiceInterval,StripLine,Connector,Location,Accessibility,SeriesAccessibility,Font,StackLabelsFont,CenterLabel,Border,Offset,Margin,Animation,TooltipSettings,EmptyPointSettings,Indexes,CornerRadius,ContainerPadding,titleBorder,titleSettings,TitleStyleSettings,ChartArea,DragSettings,Periods,PeriodSelectorSettings,StockTooltipSettings,GradientColorStop,LinearGradient,RadialGradient,Index,LineSeries,CylinderSeriesOption,ColumnSeries,AreaSeries,BarSeries,PolarSeries,RadarSeries,StackingBarSeries,CandleSeries,StackingColumnSeries,StepLineSeries,StepAreaSeries,StackingAreaSeries,StackingStepAreaSeries,StackingLineSeries,ScatterSeries,RangeColumnSeries,RangeStepAreaSeries,WaterfallSeries,HiloSeries,HiloOpenCloseSeries,RangeAreaSeries,SplineRangeAreaSeries,BubbleSeries,SplineSeries,HistogramSeries,SplineAreaSeries,TechnicalIndicator,TechnicalIndicatorModel,SmaIndicator,EmaIndicator,TmaIndicator,AccumulationDistributionIndicator,AtrIndicator,MomentumIndicator,RsiIndicator,StochasticIndicator,BollingerBands,MacdIndicator,Trendlines,SlopeIntercept,ChartAreaType,SeriesValueType,Segment,SizeType,ChartSeriesType,ChartDrawType,ChartShape,ErrorBarType,ErrorBarDirection,ErrorBarMode,LineType,MacdType,ZoomMode,ToolbarItems,DataLabelIntersectAction,AxisPosition,ZIndex,Anchor,FadeOutMode,TooltipPosition,TechnicalIndicators,TrendlineTypes,FinancialDataFields,SplineType,BoxPlotMode,BorderType,LegendMode,StepPosition,sort,isBreakLabel,getVisiblePoints,calculateScrollbarOffset,rotateTextSize,removeElement,logBase,showTooltip,inside,withIn,logWithIn,withInRange,sum,subArraySum,subtractThickness,subtractRect,degreeToLocation,degreeToRadian,getRotatedRectangleCoordinates,isRotatedRectIntersect,getAngle,subArray,valueToCoefficient,TransformToVisible,indexFinder,CoefficientToVector,valueToPolarCoefficient,Mean,PolarArc,createTooltip,createZoomingLabels,findCrosshairDirection,withInBounds,getValueXByPoint,getValueYByPoint,findClipRect,firstToLowerCase,getTransform,getMinPointsDelta,getAnimationFunction,linear,markerAnimate,animateRectElement,pathAnimation,animateAddPoints,appendClipElement,triggerLabelRender,setRange,isZoomSet,getActualDesiredIntervalsCount,templateAnimate,drawSymbol,calculateShapes,getRectLocation,minMax,getElement,getTemplateFunction,accReactTemplate,chartReactTemplate,createTemplate,getFontStyle,measureElementRect,findlElement,getPoint,appendElement,appendChildElement,getDraggedRectLocation,checkBounds,getLabelText,stopTimer,isCollide,isOverlap,containsRect,calculateRect,convertToHexCode,componentToHex,convertHexToColor,colorNameToHex,checkColorFormat,getSaturationColor,applyZLight,getMedian,calculateLegendShapes,textTrim,lineBreakLabelTrim,stringToNumber,redrawElement,animateRedrawElement,animateTextElement,textElement,calculateSize,createSvg,getTitle,titlePositionX,textWrap,textWrapAnyWhere,getUnicodeText,CustomizeOption,StackValues,RectOption,ImageOption,CircleOption,PolygonOption,ChartLocation,LabelLocation,Thickness,ColorValue,PointData,AccPointData,Point3D,ControlPoints,IHistogramValues,getColorByValue,getGradientColor,getPercentageColor,getPercentage,getTextAnchor,getAncestorElement,measureLegendTemplateSize,toHex2,lightenColor,brightenColor,normalizeGradientStops,sanitizeGradientColor,getOrCreateSvgDefs,removePreviousGradient,createLinearGradient,createRadialGradient,applyGradientsToSeries,Crosshair,Tooltip,Zoom,Selection,DataEditing,Highlight,LastValueLabel,DataLabel,SeriesLabel,ErrorBar,LastValueLabelSettings,SeriesLabelSettings,DataLabelSettings,MarkerSettings,ParetoOptions,Points,Trendline,ErrorBarCapSettings,ChartSegment,ErrorBarSettings,SeriesBase,Series,IFontMapping,IShapes,IScrollbarThemeStyle,ILegendRegions,IPeriodSelectorControl,IPDFArgs,IAfterExportEventArgs,IExportEventArgs,VisibleRangeModel,ExcelProperties,ICrosshairLabelRenderEventArgs,IChartEventArgs,IAnimationCompleteEventArgs,IAxisMultiLabelRenderEventArgs,IMultiLevelLabelClickEventArgs,IPointEventArgs,ISharedTooltipRenderEventArgs,IScrollEventArgs,IZoomCompleteEventArgs,ITooltipRenderEventArgs,IPointInformation,IAxisLabelRenderEventArgs,IAxisLabelClickEventArgs,ILegendRenderEventArgs,ILegendClickEventArgs,ITextRenderEventArgs,IAnnotationRenderEventArgs,IPointRenderEventArgs,ISeriesRenderEventArgs,IAxisRangeCalculatedEventArgs,IMouseEventArgs,IDragCompleteEventArgs,ISelectionCompleteEventArgs,ILoadedEventArgs,IPrintEventArgs,IZoomingEventArgs,IAxisData,IBoxPlotQuartile,IThemeStyle,ITouches,IZoomAxisRange,IResizeEventArgs,IBeforeResizeEventArgs,IDataEditingEventArgs,IChartTemplate,RowModel,ColumnModel,MajorGridLinesModel,MinorGridLinesModel,AxisLineModel,MajorTickLinesModel,MinorTickLinesModel,CrosshairTooltipModel,AxisModel,VisibleLabelsModel,Legend,LastValueLabelSettingsModel,SeriesLabelSettingsModel,DataLabelSettingsModel,MarkerSettingsModel,ParetoOptionsModel,PointsModel,TrendlineModel,ErrorBarCapSettingsModel,ChartSegmentModel,ErrorBarSettingsModel,SeriesBaseModel,SeriesModel,ConnectorModel,LocationModel,AccessibilityModel,SeriesAccessibilityModel,FontModel,StackLabelsFontModel,CenterLabelModel,BorderModel,OffsetModel,MarginModel,AnimationModel,TooltipSettingsModel,EmptyPointSettingsModel,IndexesModel,CornerRadiusModel,ContainerPaddingModel,titleBorderModel,titleSettingsModel,TitleStyleSettingsModel,ChartAreaModel,DragSettingsModel,PeriodsModel,PeriodSelectorSettingsModel,StockTooltipSettingsModel,GradientColorStopModel,LinearGradientModel,RadialGradientModel,IndexModel,ChartAnnotation,ChartAnnotationSettings,LabelBorder,MultiLevelCategories,StripLineSettings,MultiLevelLabels,ScrollbarSettingsRange,ScrollbarSettings,ToolbarPosition,StackLabelSettings,ChartAnnotationSettingsModel,LabelBorderModel,MultiLevelCategoriesModel,StripLineSettingsModel,MultiLevelLabelsModel,ScrollbarSettingsRangeModel,ScrollbarSettingsModel,ToolbarPositionModel,StackLabelSettingsModel,Units,Alignment,SeriesCategories,Regions,Position,ExportType,TextOverflow,RangeIntervalType,PeriodSelectorPosition,FlagType,SelectionPattern,LegendTitlePosition,TextWrap,LabelOverflow,TextAlignment,TitlePosition,HighlightMode,SelectionMode,LabelPlacement,ChartTheme,IntervalType,Orientation,ChartRangePadding,SkeletonType,EdgeLabelPlacement,ValueType,LabelIntersectAction,LegendShape,LabelPosition,EmptyPointMode,ShapeType,LegendPosition,LegendLayout,ScrollbarPosition,BoxAndWhiskerSeries,MultiColoredAreaSeries,MultiColoredLineSeries,MultiColoredSeries,MultiLevelLabel,ScrollBar,ParetoSeries,ExcelRowAndColumn,Export,AccumulationChart,AccumulationChartModel,AccumulationAnnotationSettings,AccumulationDataLabelSettings,PieCenter,AccPoints,AccumulationSeries,getSeriesFromIndex,pointByIndex,AccumulationAnnotationSettingsModel,AccumulationDataLabelSettingsModel,PieCenterModel,AccPointsModel,AccumulationSeriesModel,IAccSeriesRenderEventArgs,IAccTextRenderEventArgs,IAccLegendClickEventArgs,IAccTooltipRenderEventArgs,IAccAnimationCompleteEventArgs,IAccSelectionCompleteEventArgs,IAccBeforeResizeEventArgs,IAccResizeEventArgs,IAccPointRenderEventArgs,IAccLoadedEventArgs,IAccLegendRenderEventArgs,IAccumulationChartTemplate,PieSeries,FunnelSeries,PyramidSeries,AccumulationLegend,AccumulationDataLabel,AccumulationTooltip,AccumulationSelection,AccumulationHighlight,AccumulationType,AccumulationLabelPosition,ConnectorType,AccumulationSelectionMode,AccumulationHighlightMode,AccumulationTheme,AccEmptyPointMode,PyramidModes,FunnelModes,GroupModes,AccumulationAnnotation,StockChart,StockChartModel,StockChartFont,StockChartBorder,StockChartArea,StockMargin,StockChartStripLineSettings,StockEmptyPointSettings,StockChartConnector,StockSeries,IStockChartEventArgs,IRangeChangeEventArgs,IStockEventRenderArgs,IStockLegendRenderEventArgs,IStockLegendClickEventArgs,StockChartIndicator,StockChartAxis,StockChartRow,StockChartTrendline,StockChartAnnotationSettings,StockChartIndexes,StockEventsSettings,StockChartFontModel,StockChartBorderModel,StockChartAreaModel,StockMarginModel,StockChartStripLineSettingsModel,StockEmptyPointSettingsModel,StockChartConnectorModel,StockSeriesModel,StockChartIndicatorModel,StockChartAxisModel,StockChartRowModel,StockChartTrendlineModel,StockChartAnnotationSettingsModel,StockChartIndexesModel,StockEventsSettingsModel,StockChartLegendSettings,StockLegend,LegendSettingsModel,loaded,legendClick,load,animationComplete,legendRender,textRender,pointRender,sharedTooltipRender,seriesRender,axisLabelRender,axisLabelClick,axisRangeCalculated,axisMultiLabelRender,tooltipRender,chartMouseMove,chartMouseClick,chartDoubleClick,pointClick,pointDoubleClick,pointMove,chartMouseLeave,chartMouseDown,chartMouseUp,zoomComplete,dragComplete,selectionComplete,resized,beforeResize,beforePrint,annotationRender,scrollStart,scrollEnd,scrollChanged,stockEventRender,multiLevelLabelClick,dragStart,drag,dragEnd,regSub,regSup,beforeExport,afterExport,bulletChartMouseClick,onZooming,stockEventFont,getSeriesColor,getThemeColor,getScrollbarThemeColor,ISelectorRenderArgs,PeriodSelector,RangeNavigator,RangeNavigatorModel,RangeNavigatorType,ThumbType,TooltipDisplayMode,RangeValueType,LabelAlignment,RangeLabelIntersectAction,NavigatorPlacement,rangeValueToCoefficient,getXLocation,getRangeValueXByPoint,getExactData,getNearestValue,DataPoint,getRangeThemeColor,RangeNavigatorAxis,RangeSeries,RangeSlider,RangeNavigatorSeries,ThumbSettings,StyleSettings,RangeTooltipSettings,RangeNavigatorSeriesModel,ThumbSettingsModel,StyleSettingsModel,RangeTooltipSettingsModel,ILoadEventArgs,IRangeLoadedEventArgs,IRangeBeforeResizeEventArgs,IRangeTooltipRenderEventArgs,ILabelRenderEventsArgs,IRangeStyle,IRangeEventArgs,IChangedEventArgs,IResizeRangeNavigatorEventArgs,IRangeSelectorRenderEventArgs,RangeTooltip,BulletChart,BulletChartModel,Range,MajorTickLinesSettings,MinorTickLinesSettings,BulletLabelStyle,BulletTooltipSettings,BulletDataLabel,BulletChartLegendSettings,RangeModel,MajorTickLinesSettingsModel,MinorTickLinesSettingsModel,BulletLabelStyleModel,BulletTooltipSettingsModel,BulletDataLabelModel,BulletChartLegendSettingsModel,OrientationType,FlowType,TickPlacement,FeatureType,TickPosition,LabelsPlacement,LabelsPosition,TextAnchor,TextPosition,TargetType,getBulletThemeColor,BulletTooltip,BulletChartLegend,IBulletStyle,IBulletChartEventArgs,IBulletResizeEventArgs,IBulletScaleBounds,IBulletBounds,IVerticalBulletBounds,IFeatureBarBounds,IBulletTooltipContent,IBulletLoadedEventArgs,IBulletchartTooltipEventArgs,IBulletTemplate,IBarProperties,IBulletMouseEventArgs,IBulletLegendRenderEventArgs,Smithchart,SmithchartModel,SmithchartMajorGridLines,SmithchartMinorGridLines,SmithchartAxisLine,SmithchartAxis,SmithchartMajorGridLinesModel,SmithchartMinorGridLinesModel,SmithchartAxisLineModel,SmithchartAxisModel,ISmithchartEventArgs,ISmithchartPrintEventArgs,ISmithchartLoadEventArgs,ISmithchartLoadedEventArgs,ISmithchartAnimationCompleteEventArgs,ITitleRenderEventArgs,ISubTitleRenderEventArgs,ISmithchartTextRenderEventArgs,ISmithchartAxisLabelRenderEventArgs,ISmithchartSeriesRenderEventArgs,ISmithchartLegendRenderEventArgs,ISmithChartTooltipEventArgs,ISmithchartFontMapping,ISmithChartPoint,ISmithchartThemeStyle,LegendTitle,LegendLocation,LegendItemStyleBorder,LegendItemStyle,LegendBorder,SmithchartLegendSettings,LegendTitleModel,LegendLocationModel,LegendItemStyleBorderModel,LegendItemStyleModel,LegendBorderModel,SmithchartLegendSettingsModel,SeriesTooltipBorder,SeriesTooltip,SeriesMarkerBorder,SeriesMarkerDataLabelBorder,SeriesMarkerDataLabelConnectorLine,SeriesMarkerDataLabel,SeriesMarker,SmithchartSeries,SeriesTooltipBorderModel,SeriesTooltipModel,SeriesMarkerBorderModel,SeriesMarkerDataLabelBorderModel,SeriesMarkerDataLabelConnectorLineModel,SeriesMarkerDataLabelModel,SeriesMarkerModel,SmithchartSeriesModel,TooltipRender,Subtitle,Title,SubtitleModel,TitleModel,SmithchartFont,SmithchartMargin,SmithchartBorder,SmithchartRect,LabelCollection,LegendSeries,LabelRegion,HorizontalLabelCollection,RadialLabelCollections,LineSegment,PointRegion,Point,ClosestPoint,MarkerOptions,SmithchartLabelPosition,Direction,DataLabelTextOptions,LabelOption,SmithchartSize,GridArcPoints,SmithchartFontModel,SmithchartMarginModel,SmithchartBorderModel,SmithchartRectModel,LabelCollectionModel,LegendSeriesModel,LabelRegionModel,HorizontalLabelCollectionModel,RadialLabelCollectionsModel,LineSegmentModel,PointRegionModel,PointModel,ClosestPointModel,MarkerOptionsModel,SmithchartLabelPositionModel,DirectionModel,DataLabelTextOptionsModel,LabelOptionModel,SmithchartSizeModel,GridArcPointsModel,SmithchartTheme,RenderType,AxisLabelPosition,SmithchartLabelIntersectAction,SmithchartAlignment,SmithchartExportType,smithchartBeforePrint,SmithchartLegend,Sparkline,SparklineModel,SparklineTooltip,SparklineBorder,SparklineFont,TrackLineSettings,SparklineTooltipSettings,ContainerArea,LineSettings,RangeBandSettings,AxisSettings,Padding,SparklineMarkerSettings,LabelOffset,SparklineDataLabelSettings,SparklineBorderModel,SparklineFontModel,TrackLineSettingsModel,SparklineTooltipSettingsModel,ContainerAreaModel,LineSettingsModel,RangeBandSettingsModel,AxisSettingsModel,PaddingModel,SparklineMarkerSettingsModel,LabelOffsetModel,SparklineDataLabelSettingsModel,SparklineType,SparklineRangePadding,SparklineValueType,VisibleType,SparklineTheme,EdgeLabelMode,ISparklineEventArgs,IThemes,ISparklineLoadedEventArgs,ISparklineLoadEventArgs,IAxisRenderingEventArgs,ISeriesRenderingEventArgs,ISparklinePointEventArgs,ISparklineMouseEventArgs,IPointRegionEventArgs,IDataLabelRenderingEventArgs,IMarkerRenderingEventArgs,ISparklineResizeEventArgs,ITooltipRenderingEventArgs,Chart3D,Chart3DModel,Chart3DRender,Vector3D,Matrix3D,ChartTransform3D,Graphics3D,BinaryTreeBuilder,Svg3DRenderer,Polygon3D,getMinPointsDeltaValue,valueToCoefficients,WallRenderer,AxisRenderer,Chart3DSeriesType,Chart3DDataLabelPosition,Chart3DSelectionMode,Chart3DLegendMode,Chart3DRow,Chart3DColumn,Chart3DMajorGridLines,Chart3DMinorGridLines,Chart3DMajorTickLines,Chart3DMinorTickLines,Chart3DAxis,Visible3DLabels,Chart3DRowModel,Chart3DColumnModel,Chart3DMajorGridLinesModel,Chart3DMinorGridLinesModel,Chart3DMajorTickLinesModel,Chart3DMinorTickLinesModel,Chart3DAxisModel,Visible3DLabelsModel,NiceIntervals,CartesianAxisLayoutPanel,Category3D,DateTime3D,DateTimeCategory3D,Double3D,Logarithmic3D,Chart3DDataLabelSettings,Chart3DEmptyPointSettings,Chart3DPoint,Chart3DSeries,ColumnSeries3D,StackingColumnSeries3D,StackingBarSeries3D,Chart3DDataLabelSettingsModel,Chart3DEmptyPointSettingsModel,Chart3DPointModel,Chart3DSeriesModel,BarSeries3D,DataLabel3D,Chart3DLegendSettings,Legend3D,Chart3DLegendSettingsModel,Legend3DModel,Chart3DTooltipSettings,Tooltip3D,Chart3DTooltipSettingsModel,Tooltip3DModel,Selection3D,Highlight3D,Export3D,Chart3DEventArgs,Chart3DLoadedEventArgs,Chart3DStringBuilder,Chart3DColorFormat,Chart3DSeriesRenderEventArgs,Chart3DAxisRangeCalculatedEventArgs,Chart3DAxisLabelRenderEventArgs,Chart3DVector,Chart3DTickPosition,Chart3DTickElement,Chart3DLocation,Chart3DWallRect,Chart3DLabelRect,Chart3DLabelElement,Chart3DDataElement,Chart3DStyleOptions,Chart3DBoderElements,Chart3DPathOptions,Chart3DPolygon,Chart3DPolyAttributes,Chart3DPolyCollections,Chart3DTextRenderEventArgs,Chart3DTextOption,Chart3DBasicTransform,Chart3DTooltipRenderEventArgs,Chart3DPointInformation,Chart3DPointEventArgs,Chart3DLegendRenderEventArgs,Chart3DMouseEventArgs,Chart3DSelectionCompleteEventArgs,Chart3DExportEventArgs,Chart3DPrintEventArgs,Chart3DPointRenderEventArgs,Chart3DLegendClickEventArgs,Chart3DResizeEventArgs,Chart3DBeforeResizeEventArgs,Chart3DThemeStyle,Chart3DRectPosition,Chart3DDepthInfoType,Chart3DRangeValues,Chart3DLineAttributes,Chart3DFadeOutMode,Chart3DTextFont,TitleBorder,TitleSettings,Chart3DTextFontModel,TitleBorderModel,TitleSettingsModel,get3DThemeColor,get3DSeriesColor,CircularChart3D,CircularChart3DModel,CircularChart3DLegendSettings,CircularChartLegend3D,CircularChart3DLegendSettingsModel,CircularChartLegend3DModel,CircularChart3DEventArgs,CircularChart3DLoadedEventArgs,CircularChart3DSeriesRenderEventArgs,CircularChart3DLegendRenderEventArgs,CircularChart3DLegendClickEventArgs,CircularChart3DSelectionCompleteEventArgs,CircularChart3DPointRenderEventArgs,CircularChart3DTextRenderEventArgs,CircularChart3DExportEventArgs,CircularChart3DPrintEventArgs,CircularChart3DAfterExportEventArgs,CircularChart3DResizeEventArgs,CircularChart3DBeforeResizeEventArgs,CircularChart3DPointEventArgs,CircularChart3DMouseEventArgs,CircularChart3DTooltipRenderEventArgs,CircularChart3DPolyLineAttributes,CircularChart3DTheme,CircularChart3DSelectionMode,CircularChart3DHighlightMode,CircularChart3DLabelPosition,CircularChartExport3D,CircularChart3DPoints,CircularChart3DEmptyPointSettings,CircularChart3DSeries,PieSeries3D,CircularChart3DPointsModel,CircularChart3DEmptyPointSettingsModel,CircularChart3DSeriesModel,PieSeries3DModel,CircularChart3DDataLabelFont,CircularChart3DConnector,CircularChart3DDataLabelSettings,CircularChartDataLabel3D,CircularChart3DDataLabelFontModel,CircularChart3DConnectorModel,CircularChart3DDataLabelSettingsModel,CircularChartDataLabel3DModel,CircularChartSelection3D,CircularChartHighlight3D,CircularChart3DPointData,CircularChart3DTooltipSettings,CircularChartTooltip3D,CircularChart3DPointDataModel,CircularChart3DTooltipSettingsModel,CircularChartTooltip3DModel,Sankey,SankeyModel,SankeySeries,SankeyLegend,SankeyDataLabel,SankeyLabelSettings,SankeyNode,SankeyLink,SankeyLinkSettings,SankeyNodeSettings,SankeyTitleStyle,SankeyTooltipSettings,SankeyLegendSettings,SankeyDataLabelModel,SankeyLabelSettingsModel,SankeyNodeModel,SankeyLinkModel,SankeyLinkSettingsModel,SankeyNodeSettingsModel,SankeyTitleStyleModel,SankeyTooltipSettingsModel,SankeyLegendSettingsModel,SankeyLinkData,SankeyNodeLayout,ISankeyThemeStyle,SankeyTooltipFadeOutMode,SankeyNodeAggregates,tooltipConfigurationOptions,SankeyLegendRenderEventArgs,SankeyLegendItemHoverEventArgs,SankeyLabelRenderEventArgs,SankeyNodeRenderEventArgs,SankeyLinkRenderEventArgs,SankeySizeChangedEventArgs,SankeyTooltipRenderEventArgs,SankeyExportedEventArgs,SankeyNodeEventArgs,SankeyLinkEventArgs,SankeyEventArgs,SankeyExportEventArgs,SankeyPrintEventArgs,SankeyLoadedEventArgs,SankeyTextStyle,SankeyHighlight,SankeyTooltip,SankeyExport} from './public_api';\n\nexport {inputs as ɵc,outputs as ɵd} from './src/accumulation-chart/accumulationchart.component';\nexport {inputs as ɵm,outputs as ɵn} from './src/bullet-chart/bulletchart.component';\nexport {inputs as ɵa,outputs as ɵb} from './src/chart/chart.component';\nexport {inputs as ɵo,outputs as ɵp} from './src/chart3d/chart3d.component';\nexport {inputs as ɵq,outputs as ɵr} from './src/circularchart3d/circularchart3d.component';\nexport {inputs as ɵe,outputs as ɵf} from './src/range-navigator/rangenavigator.component';\nexport {inputs as ɵs,outputs as ɵt} from './src/sankey/sankey.component';\nexport {inputs as ɵi,outputs as ɵj} from './src/smithchart/smithchart.component';\nexport {inputs as ɵg,outputs as ɵh} from './src/sparkline/sparkline.component';\nexport {inputs as ɵk,outputs as ɵl} from './src/stock-chart/stockchart.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SankeyNodeDirective, SankeyNodesCollectionDirective } from './nodes.directive';\nimport { SankeyLinkDirective, SankeyLinksCollectionDirective } from './links.directive';\nimport { SankeyComponent } from './sankey.component';\nimport { SankeyModule } from './sankey.module';\nimport {SankeyLegend, SankeyTooltip, SankeyHighlight, SankeyExport} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ SankeyLegendService: ValueProvider = { provide: 'ChartsSankeyLegend', useValue: SankeyLegend};\nexport const /** @type {?} */ SankeyTooltipService: ValueProvider = { provide: 'ChartsSankeyTooltip', useValue: SankeyTooltip};\nexport const /** @type {?} */ SankeyHighlightService: ValueProvider = { provide: 'ChartsSankeyHighlight', useValue: SankeyHighlight};\nexport const /** @type {?} */ SankeyExportService: ValueProvider = { provide: 'ChartsSankeyExport', useValue: SankeyExport};\n/**\n * NgModule definition for the Sankey component with providers.\n */\nexport class SankeyAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SankeyModule],\n exports: [\n SankeyModule\n ],\n providers:[\n SankeyLegendService,\n SankeyTooltipService,\n SankeyHighlightService,\n SankeyExportService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SankeyAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSankeyAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSankeyAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SankeyNodeDirective, SankeyNodesCollectionDirective } from './nodes.directive';\nimport { SankeyLinkDirective, SankeyLinksCollectionDirective } from './links.directive';\nimport { SankeyComponent } from './sankey.component';\n/**\n * NgModule definition for the Sankey component.\n */\nexport class SankeyModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SankeyComponent,\n SankeyNodeDirective,\n SankeyNodesCollectionDirective,\n SankeyLinkDirective,\n SankeyLinksCollectionDirective\n ],\n exports: [\n SankeyComponent,\n SankeyNodeDirective,\n SankeyNodesCollectionDirective,\n SankeyLinkDirective,\n SankeyLinksCollectionDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SankeyModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSankeyModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSankeyModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Sankey } from '@syncfusion/ej2-charts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { SankeyNodesCollectionDirective } from './nodes.directive';\nimport { SankeyLinksCollectionDirective } from './links.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['accessibility','allowExport','animation','background','backgroundImage','border','enableExport','enablePersistence','enableRtl','focusBorderColor','focusBorderMargin','focusBorderWidth','height','labelSettings','legendSettings','linkStyle','links','locale','margin','nodeStyle','nodes','orientation','subTitle','subTitleStyle','theme','title','titleStyle','tooltip','width'];\nexport const /** @type {?} */ outputs: string[] = ['afterExport','beforeExport','beforePrint','exportCompleted','labelRendering','legendItemHover','legendItemRendering','linkClick','linkEnter','linkLeave','linkRendering','load','loaded','nodeClick','nodeEnter','nodeLeave','nodeRendering','sizeChanged','tooltipRendering'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Sankey Component\n * ```html\n * <ejs-sankey></ejs-sankey>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SankeyComponent extends Sankey implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tafterExport: any;\n\tbeforeExport: any;\n\tbeforePrint: any;\n\texportCompleted: any;\n\tlabelRendering: any;\n\tlegendItemHover: any;\n\tlegendItemRendering: any;\n\tlinkClick: any;\n\tlinkEnter: any;\n\tlinkLeave: any;\n\tlinkRendering: any;\n\tload: any;\n\tloaded: any;\n\tnodeClick: any;\n\tnodeEnter: any;\n\tnodeLeave: any;\n\tnodeRendering: any;\n\tsizeChanged: any;\npublic tooltipRendering: any;\npublic childNodes: QueryList<SankeyNodesCollectionDirective>;\npublic childLinks: QueryList<SankeyLinksCollectionDirective>;\npublic tags: string[] = ['nodes', 'links'];\n \n @Template()\npublic tooltip_sankeyNodeTemplate: any;\n \n @Template()\npublic tooltip_sankeyLinkTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsSankeyLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSankeyTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSankeyHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSankeyExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childNodes;\n if (this.childLinks) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childLinks as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-sankey',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childNodes: new ContentChild(SankeyNodesCollectionDirective), \n childLinks: new ContentChild(SankeyLinksCollectionDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltip_sankeyNodeTemplate': [{ type: ContentChild, args: ['tooltipSankeyNodeTemplate', ] },],\n'tooltip_sankeyLinkTemplate': [{ type: ContentChild, args: ['tooltipSankeyLinkTemplate', ] },],\n};\n}\n\nfunction SankeyComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSankeyComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSankeyComponent.ctorParameters;\n/** @type {?} */\nSankeyComponent.propDecorators;\n/** @type {?} */\nSankeyComponent.prototype.context;\n/** @type {?} */\nSankeyComponent.prototype.tagObjects;\n/** @type {?} */\nSankeyComponent.prototype.afterExport;\n/** @type {?} */\nSankeyComponent.prototype.beforeExport;\n/** @type {?} */\nSankeyComponent.prototype.beforePrint;\n/** @type {?} */\nSankeyComponent.prototype.exportCompleted;\n/** @type {?} */\nSankeyComponent.prototype.labelRendering;\n/** @type {?} */\nSankeyComponent.prototype.legendItemHover;\n/** @type {?} */\nSankeyComponent.prototype.legendItemRendering;\n/** @type {?} */\nSankeyComponent.prototype.linkClick;\n/** @type {?} */\nSankeyComponent.prototype.linkEnter;\n/** @type {?} */\nSankeyComponent.prototype.linkLeave;\n/** @type {?} */\nSankeyComponent.prototype.linkRendering;\n/** @type {?} */\nSankeyComponent.prototype.load;\n/** @type {?} */\nSankeyComponent.prototype.loaded;\n/** @type {?} */\nSankeyComponent.prototype.nodeClick;\n/** @type {?} */\nSankeyComponent.prototype.nodeEnter;\n/** @type {?} */\nSankeyComponent.prototype.nodeLeave;\n/** @type {?} */\nSankeyComponent.prototype.nodeRendering;\n/** @type {?} */\nSankeyComponent.prototype.sizeChanged;\n/** @type {?} */\nSankeyComponent.prototype.tooltipRendering;\n/** @type {?} */\nSankeyComponent.prototype.childNodes;\n/** @type {?} */\nSankeyComponent.prototype.childLinks;\n/** @type {?} */\nSankeyComponent.prototype.tags;\n/** @type {?} */\nSankeyComponent.prototype.tooltip_sankeyNodeTemplate;\n/** @type {?} */\nSankeyComponent.prototype.tooltip_sankeyLinkTemplate;\n/** @type {?} */\nSankeyComponent.prototype.registerEvents;\n/** @type {?} */\nSankeyComponent.prototype.addTwoWay;\n/** @type {?} */\nSankeyComponent.prototype.ngEle;\n/** @type {?} */\nSankeyComponent.prototype.srenderer;\n/** @type {?} */\nSankeyComponent.prototype.viewContainerRef;\n/** @type {?} */\nSankeyComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['sourceId', 'targetId', 'value'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Sankey Links Directive\n * ```html\n * <e-sankey-links>\n * <e-sankey-link></e-sankey-link>\n * </e-sankey-links>\n * ```\n */\nexport class SankeyLinkDirective extends ComplexBase<SankeyLinkDirective> {\npublic directivePropList: any;\n/**\n * Specifies the unique identifier of the source node for this \n * link. \n * This should match the `id` of an existing Sankey node.\n * \\@default null\n */\npublic sourceId: any;\n/**\n * Specifies the unique identifier of the target node for this link. \n * This should match the `id` of an existing Sankey node.\n * \\@default null\n */\npublic targetId: any;\n/**\n * Defines the weight or value of the link. \n * This determines the thickness of the link in the Sankey diagram.\n * \\@default null\n */\npublic value: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-sankey-links>e-sankey-link',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SankeyLinkDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSankeyLinkDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSankeyLinkDirective.ctorParameters;\n/** @type {?} */\nSankeyLinkDirective.prototype.directivePropList;\n/**\n * Specifies the unique identifier of the source node for this \n * link. \n * This should match the `id` of an existing Sankey node.\n * \\@default null\n * @type {?}\n */\nSankeyLinkDirective.prototype.sourceId;\n/**\n * Specifies the unique identifier of the target node for this link. \n * This should match the `id` of an existing Sankey node.\n * \\@default null\n * @type {?}\n */\nSankeyLinkDirective.prototype.targetId;\n/**\n * Defines the weight or value of the link. \n * This determines the thickness of the link in the Sankey diagram.\n * \\@default null\n * @type {?}\n */\nSankeyLinkDirective.prototype.value;\n/** @type {?} */\nSankeyLinkDirective.prototype.viewContainerRef;\n}\n\n/**\n * SankeyLink Array Directive\n */\nexport class SankeyLinksCollectionDirective extends ArrayBase<SankeyLinksCollectionDirective> {\nconstructor() {\n super('links');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-sankey>e-sankey-links',\n queries: {\n children: new ContentChildren(SankeyLinkDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SankeyLinksCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSankeyLinksCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSankeyLinksCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['color', 'id', 'label', 'offset'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Sankey Nodes Directive\n * ```html\n * <e-sankey-nodes>\n * <e-sankey-node></e-sankey-node>\n * </e-sankey-nodes>\n * ```\n */\nexport class SankeyNodeDirective extends ComplexBase<SankeyNodeDirective> {\npublic directivePropList: any;\n/**\n * Specifies the color applied to the node. \n * The node color is applied based on the current theme if this property is not specified.\n * \\@default null\n */\npublic color: any;\n/**\n * A unique string identifier for the node. \n * Ensure the `id` is unique across all nodes in the Sankey chart.\n * \\@default null\n */\npublic id: any;\n/**\n * Options for customizing the data label of the Sankey node.\n */\npublic label: any;\n/**\n * Specifies a custom offset position for the node. \n * This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.\n * \\@default 0\n */\npublic offset: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-sankey-nodes>e-sankey-node',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SankeyNodeDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSankeyNodeDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSankeyNodeDirective.ctorParameters;\n/** @type {?} */\nSankeyNodeDirective.prototype.directivePropList;\n/**\n * Specifies the color applied to the node. \n * The node color is applied based on the current theme if this property is not specified.\n * \\@default null\n * @type {?}\n */\nSankeyNodeDirective.prototype.color;\n/**\n * A unique string identifier for the node. \n * Ensure the `id` is unique across all nodes in the Sankey chart.\n * \\@default null\n * @type {?}\n */\nSankeyNodeDirective.prototype.id;\n/**\n * Options for customizing the data label of the Sankey node.\n * @type {?}\n */\nSankeyNodeDirective.prototype.label;\n/**\n * Specifies a custom offset position for the node. \n * This allows shifting the node horizontally (in Horizontal orientation) or vertically (in Vertical orientation), relative to its computed layout position.\n * \\@default 0\n * @type {?}\n */\nSankeyNodeDirective.prototype.offset;\n/** @type {?} */\nSankeyNodeDirective.prototype.viewContainerRef;\n}\n\n/**\n * SankeyNode Array Directive\n */\nexport class SankeyNodesCollectionDirective extends ArrayBase<SankeyNodesCollectionDirective> {\nconstructor() {\n super('nodes');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-sankey>e-sankey-nodes',\n queries: {\n children: new ContentChildren(SankeyNodeDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SankeyNodesCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSankeyNodesCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSankeyNodesCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective } from './series.directive';\nimport { CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { CircularChart3DComponent } from './circularchart3d.component';\nimport { CircularChart3DModule } from './circularchart3d.module';\nimport {PieSeries3D, CircularChartTooltip3D, CircularChartLegend3D, CircularChartSelection3D, CircularChartDataLabel3D, CircularChartHighlight3D, CircularChartExport3D} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ PieSeries3DService: ValueProvider = { provide: 'ChartsPieSeries3D', useValue: PieSeries3D};\nexport const /** @type {?} */ CircularChartTooltip3DService: ValueProvider = { provide: 'ChartsCircularChartTooltip3D', useValue: CircularChartTooltip3D};\nexport const /** @type {?} */ CircularChartLegend3DService: ValueProvider = { provide: 'ChartsCircularChartLegend3D', useValue: CircularChartLegend3D};\nexport const /** @type {?} */ CircularChartSelection3DService: ValueProvider = { provide: 'ChartsCircularChartSelection3D', useValue: CircularChartSelection3D};\nexport const /** @type {?} */ CircularChartDataLabel3DService: ValueProvider = { provide: 'ChartsCircularChartDataLabel3D', useValue: CircularChartDataLabel3D};\nexport const /** @type {?} */ CircularChartHighlight3DService: ValueProvider = { provide: 'ChartsCircularChartHighlight3D', useValue: CircularChartHighlight3D};\nexport const /** @type {?} */ CircularChartExport3DService: ValueProvider = { provide: 'ChartsCircularChartExport3D', useValue: CircularChartExport3D};\n/**\n * NgModule definition for the CircularChart3D component with providers.\n */\nexport class CircularChart3DAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, CircularChart3DModule],\n exports: [\n CircularChart3DModule\n ],\n providers:[\n PieSeries3DService,\n CircularChartTooltip3DService,\n CircularChartLegend3DService,\n CircularChartSelection3DService,\n CircularChartDataLabel3DService,\n CircularChartHighlight3DService,\n CircularChartExport3DService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CircularChart3DAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nCircularChart3DAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCircularChart3DAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CircularChart3DSeriesDirective, CircularChart3DSeriesCollectionDirective } from './series.directive';\nimport { CircularChart3DSelectedDataIndexDirective, CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { CircularChart3DComponent } from './circularchart3d.component';\n/**\n * NgModule definition for the CircularChart3D component.\n */\nexport class CircularChart3DModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n CircularChart3DComponent,\n CircularChart3DSeriesDirective,\n CircularChart3DSeriesCollectionDirective,\n CircularChart3DSelectedDataIndexDirective,\n CircularChart3DSelectedDataIndexesDirective\n ],\n exports: [\n CircularChart3DComponent,\n CircularChart3DSeriesDirective,\n CircularChart3DSeriesCollectionDirective,\n CircularChart3DSelectedDataIndexDirective,\n CircularChart3DSelectedDataIndexesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CircularChart3DModule_tsickle_Closure_declarations() {\n/** @type {?} */\nCircularChart3DModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCircularChart3DModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { CircularChart3D } from '@syncfusion/ej2-charts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { CircularChart3DSeriesCollectionDirective } from './series.directive';\nimport { CircularChart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['background','backgroundImage','border','dataSource','depth','enableAnimation','enableExport','enablePersistence','enableRotation','enableRtl','height','highlightColor','highlightMode','highlightPattern','isMultiSelect','legendSettings','locale','margin','rotation','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','tilt','title','titleStyle','tooltip','useGroupingSeparator','width'];\nexport const /** @type {?} */ outputs: string[] = ['afterExport','beforeExport','beforePrint','beforeResize','circularChart3DMouseClick','circularChart3DMouseDown','circularChart3DMouseLeave','circularChart3DMouseMove','circularChart3DMouseUp','legendClick','legendRender','load','loaded','pointClick','pointMove','pointRender','resized','selectionComplete','seriesRender','textRender','tooltipRender','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * CircularChart3D Component\n * ```html\n * <ejs-circularchart3d></ejs-circularchart3d>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class CircularChart3DComponent extends CircularChart3D implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tafterExport: any;\n\tbeforeExport: any;\n\tbeforePrint: any;\n\tbeforeResize: any;\n\tcircularChart3DMouseClick: any;\n\tcircularChart3DMouseDown: any;\n\tcircularChart3DMouseLeave: any;\n\tcircularChart3DMouseMove: any;\n\tcircularChart3DMouseUp: any;\n\tlegendClick: any;\n\tlegendRender: any;\n\tload: any;\n\tloaded: any;\n\tpointClick: any;\n\tpointMove: any;\n\tpointRender: any;\n\tresized: any;\n\tselectionComplete: any;\n\tseriesRender: any;\n\ttextRender: any;\n\ttooltipRender: any;\npublic dataSourceChange: any;\npublic childSeries: QueryList<CircularChart3DSeriesCollectionDirective>;\npublic childSelectedDataIndexes: QueryList<CircularChart3DSelectedDataIndexesDirective>;\npublic tags: string[] = ['series', 'selectedDataIndexes'];\n \n @Template()\npublic tooltip_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsPieSeries3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCircularChartTooltip3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCircularChartLegend3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCircularChartSelection3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCircularChartDataLabel3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCircularChartHighlight3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCircularChartExport3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSeries;\n if (this.childSelectedDataIndexes) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childSelectedDataIndexes as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-circularchart3d',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childSeries: new ContentChild(CircularChart3DSeriesCollectionDirective), \n childSelectedDataIndexes: new ContentChild(CircularChart3DSelectedDataIndexesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n};\n}\n\nfunction CircularChart3DComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nCircularChart3DComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCircularChart3DComponent.ctorParameters;\n/** @type {?} */\nCircularChart3DComponent.propDecorators;\n/** @type {?} */\nCircularChart3DComponent.prototype.context;\n/** @type {?} */\nCircularChart3DComponent.prototype.tagObjects;\n/** @type {?} */\nCircularChart3DComponent.prototype.afterExport;\n/** @type {?} */\nCircularChart3DComponent.prototype.beforeExport;\n/** @type {?} */\nCircularChart3DComponent.prototype.beforePrint;\n/** @type {?} */\nCircularChart3DComponent.prototype.beforeResize;\n/** @type {?} */\nCircularChart3DComponent.prototype.circularChart3DMouseClick;\n/** @type {?} */\nCircularChart3DComponent.prototype.circularChart3DMouseDown;\n/** @type {?} */\nCircularChart3DComponent.prototype.circularChart3DMouseLeave;\n/** @type {?} */\nCircularChart3DComponent.prototype.circularChart3DMouseMove;\n/** @type {?} */\nCircularChart3DComponent.prototype.circularChart3DMouseUp;\n/** @type {?} */\nCircularChart3DComponent.prototype.legendClick;\n/** @type {?} */\nCircularChart3DComponent.prototype.legendRender;\n/** @type {?} */\nCircularChart3DComponent.prototype.load;\n/** @type {?} */\nCircularChart3DComponent.prototype.loaded;\n/** @type {?} */\nCircularChart3DComponent.prototype.pointClick;\n/** @type {?} */\nCircularChart3DComponent.prototype.pointMove;\n/** @type {?} */\nCircularChart3DComponent.prototype.pointRender;\n/** @type {?} */\nCircularChart3DComponent.prototype.resized;\n/** @type {?} */\nCircularChart3DComponent.prototype.selectionComplete;\n/** @type {?} */\nCircularChart3DComponent.prototype.seriesRender;\n/** @type {?} */\nCircularChart3DComponent.prototype.textRender;\n/** @type {?} */\nCircularChart3DComponent.prototype.tooltipRender;\n/** @type {?} */\nCircularChart3DComponent.prototype.dataSourceChange;\n/** @type {?} */\nCircularChart3DComponent.prototype.childSeries;\n/** @type {?} */\nCircularChart3DComponent.prototype.childSelectedDataIndexes;\n/** @type {?} */\nCircularChart3DComponent.prototype.tags;\n/** @type {?} */\nCircularChart3DComponent.prototype.tooltip_template;\n/** @type {?} */\nCircularChart3DComponent.prototype.registerEvents;\n/** @type {?} */\nCircularChart3DComponent.prototype.addTwoWay;\n/** @type {?} */\nCircularChart3DComponent.prototype.ngEle;\n/** @type {?} */\nCircularChart3DComponent.prototype.srenderer;\n/** @type {?} */\nCircularChart3DComponent.prototype.viewContainerRef;\n/** @type {?} */\nCircularChart3DComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['point', 'series'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Selected Data Directive\n * ```html\n * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>\n * ```\n */\nexport class CircularChart3DSelectedDataIndexDirective extends ComplexBase<CircularChart3DSelectedDataIndexDirective> {\npublic directivePropList: any;\n/**\n * Specifies the index of the data point within the series.\n * \\@default 0\n * \\@asptype int\n */\npublic point: any;\n/**\n * Specifies the index of the series.\n * \\@default 0\n * \\@asptype int\n */\npublic series: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-circularchart3d-selecteddataindexes>e-circularchart3d-selecteddataindex',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction CircularChart3DSelectedDataIndexDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCircularChart3DSelectedDataIndexDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCircularChart3DSelectedDataIndexDirective.ctorParameters;\n/** @type {?} */\nCircularChart3DSelectedDataIndexDirective.prototype.directivePropList;\n/**\n * Specifies the index of the data point within the series.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nCircularChart3DSelectedDataIndexDirective.prototype.point;\n/**\n * Specifies the index of the series.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nCircularChart3DSelectedDataIndexDirective.prototype.series;\n/** @type {?} */\nCircularChart3DSelectedDataIndexDirective.prototype.viewContainerRef;\n}\n\n/**\n * CircularChart3DSelectedDataIndex Array Directive\n */\nexport class CircularChart3DSelectedDataIndexesDirective extends ArrayBase<CircularChart3DSelectedDataIndexesDirective> {\nconstructor() {\n super('selecteddataindexes');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-circularchart3d>e-circularchart3d-selecteddataindexes',\n queries: {\n children: new ContentChildren(CircularChart3DSelectedDataIndexDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CircularChart3DSelectedDataIndexesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCircularChart3DSelectedDataIndexesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCircularChart3DSelectedDataIndexesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['animation', 'dataLabel', 'dataSource', 'emptyPointSettings', 'enableTooltip', 'explode', 'explodeAll', 'explodeIndex', 'explodeOffset', 'innerRadius', 'legendImageUrl', 'legendShape', 'name', 'opacity', 'palettes', 'pointColorMapping', 'query', 'radius', 'tooltipMappingName', 'visible', 'xName', 'yName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Circular3D Series Directive\n * ```html\n * <e-circular3d-series-collection>\n * <e-circular3d-series></e-circular3d-series>\n * </e-circular3d-series-collection>\n * ```\n */\nexport class CircularChart3DSeriesDirective extends ComplexBase<CircularChart3DSeriesDirective> {\npublic directivePropList: any;\n/**\n * Options for customizing the animation of the series.\n */\npublic animation: any;\n/**\n * The data label settings for the circular 3D series.\n */\npublic dataLabel: any;\n/**\n * Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager. \n * \n * \\@default ''\n */\npublic dataSource: any;\n/**\n * Options to customize the appearance of empty points in the circular 3D series.\n */\npublic emptyPointSettings: any;\n/**\n * Specifies whether the tooltip is enabled or disabled for the circular 3D series.\n * \\@default true\n */\npublic enableTooltip: any;\n/**\n * If set true, series points will be exploded on mouse click or touch.\n * \\@default false\n */\npublic explode: any;\n/**\n * If set true, all the points in the series will get exploded on load.\n * \\@default false\n */\npublic explodeAll: any;\n/**\n * Index of the point to be exploded on load. Set to `null` for no explosion.\n * \\@default null\n */\npublic explodeIndex: any;\n/**\n * Distance of the point from the center, which takes values in both pixels and percentage.\n * \\@default '30%'\n */\npublic explodeOffset: any;\n/**\n * When the innerRadius value is greater than 0 percentage, a donut will appear in the pie series. It takes values only in percentage.\n * \\@default '0'\n */\npublic innerRadius: any;\n/**\n * The URL for the image that is to be displayed as a legend icon. It requires `legendShape` value to be an `Image`.\n * \\@default ''\n */\npublic legendImageUrl: any;\n/**\n * The shape of the legend. Each series has its own legend shape. Available shapes: \n * * Circle - Renders a circle. \n * * Rectangle - Renders a rectangle. \n * * Triangle - Renders a triangle. \n * * Diamond - Renders a diamond. \n * * Cross - Renders a cross. \n * * HorizontalLine - Renders a horizontal line. \n * * VerticalLine - Renders a vertical line. \n * * Pentagon - Renders a pentagon. \n * * InvertedTriangle - Renders an inverted triangle. \n * * SeriesType -Render a legend shape based on series type. \n * * Image - Render an image. *\n * \\@default 'SeriesType'\n */\npublic legendShape: any;\n/**\n * The name of the series as displayed in the legend.\n * \\@default ''\n */\npublic name: any;\n/**\n * The opacity of the series.\n * \\@default 1.\n */\npublic opacity: any;\n/**\n * Palette configuration for the points in the circular 3D series.\n * \\@default []\n */\npublic palettes: any;\n/**\n * The DataSource field that contains the point colors.\n * \\@default ''\n */\npublic pointColorMapping: any;\n/**\n * Specifies the query to select data from the dataSource. This property is applicable only when the dataSource is `ej.DataManager`.\n * \\@default null\n */\npublic query: any;\n/**\n * Specifies the radius of the pie series in percentage. Set to `null` for default.\n * \\@default null\n */\npublic radius: any;\n/**\n * The data source field that contains the tooltip value.\n * \\@default ''\n */\npublic tooltipMappingName: any;\n/**\n * Specifies the visibility of the series.\n * \\@default true\n */\npublic visible: any;\n/**\n * The DataSource field that contains the x value\n * \\@default ''\n */\npublic xName: any;\n/**\n * The DataSource field that contains the y value.\n * \\@default ''\n */\npublic yName: any;\n \n @Template()\npublic dataLabel_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-circularchart3d-series-collection>e-circularchart3d-series',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'dataLabel_template': [{ type: ContentChild, args: ['dataLabelTemplate', ] },],\n};\n}\n\nfunction CircularChart3DSeriesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCircularChart3DSeriesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCircularChart3DSeriesDirective.ctorParameters;\n/** @type {?} */\nCircularChart3DSeriesDirective.propDecorators;\n/** @type {?} */\nCircularChart3DSeriesDirective.prototype.directivePropList;\n/**\n * Options for customizing the animation of the series.\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.animation;\n/**\n * The data label settings for the circular 3D series.\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.dataLabel;\n/**\n * Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager. \n * \n * \\@default ''\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.dataSource;\n/**\n * Options to customize the appearance of empty points in the circular 3D series.\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.emptyPointSettings;\n/**\n * Specifies whether the tooltip is enabled or disabled for the circular 3D series.\n * \\@default true\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.enableTooltip;\n/**\n * If set true, series points will be exploded on mouse click or touch.\n * \\@default false\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.explode;\n/**\n * If set true, all the points in the series will get exploded on load.\n * \\@default false\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.explodeAll;\n/**\n * Index of the point to be exploded on load. Set to `null` for no explosion.\n * \\@default null\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.explodeIndex;\n/**\n * Distance of the point from the center, which takes values in both pixels and percentage.\n * \\@default '30%'\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.explodeOffset;\n/**\n * When the innerRadius value is greater than 0 percentage, a donut will appear in the pie series. It takes values only in percentage.\n * \\@default '0'\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.innerRadius;\n/**\n * The URL for the image that is to be displayed as a legend icon. It requires `legendShape` value to be an `Image`.\n * \\@default ''\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.legendImageUrl;\n/**\n * The shape of the legend. Each series has its own legend shape. Available shapes: \n * * Circle - Renders a circle. \n * * Rectangle - Renders a rectangle. \n * * Triangle - Renders a triangle. \n * * Diamond - Renders a diamond. \n * * Cross - Renders a cross. \n * * HorizontalLine - Renders a horizontal line. \n * * VerticalLine - Renders a vertical line. \n * * Pentagon - Renders a pentagon. \n * * InvertedTriangle - Renders an inverted triangle. \n * * SeriesType -Render a legend shape based on series type. \n * * Image - Render an image. *\n * \\@default 'SeriesType'\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.legendShape;\n/**\n * The name of the series as displayed in the legend.\n * \\@default ''\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.name;\n/**\n * The opacity of the series.\n * \\@default 1.\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.opacity;\n/**\n * Palette configuration for the points in the circular 3D series.\n * \\@default []\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.palettes;\n/**\n * The DataSource field that contains the point colors.\n * \\@default ''\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.pointColorMapping;\n/**\n * Specifies the query to select data from the dataSource. This property is applicable only when the dataSource is `ej.DataManager`.\n * \\@default null\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.query;\n/**\n * Specifies the radius of the pie series in percentage. Set to `null` for default.\n * \\@default null\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.radius;\n/**\n * The data source field that contains the tooltip value.\n * \\@default ''\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.tooltipMappingName;\n/**\n * Specifies the visibility of the series.\n * \\@default true\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.visible;\n/**\n * The DataSource field that contains the x value\n * \\@default ''\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.xName;\n/**\n * The DataSource field that contains the y value.\n * \\@default ''\n * @type {?}\n */\nCircularChart3DSeriesDirective.prototype.yName;\n/** @type {?} */\nCircularChart3DSeriesDirective.prototype.dataLabel_template;\n/** @type {?} */\nCircularChart3DSeriesDirective.prototype.viewContainerRef;\n}\n\n/**\n * CircularChart3DSeries Array Directive\n */\nexport class CircularChart3DSeriesCollectionDirective extends ArrayBase<CircularChart3DSeriesCollectionDirective> {\nconstructor() {\n super('series');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-circularchart3d>e-circularchart3d-series-collection',\n queries: {\n children: new ContentChildren(CircularChart3DSeriesDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CircularChart3DSeriesCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCircularChart3DSeriesCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCircularChart3DSeriesCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Chart3DSeriesDirective, Chart3DSeriesCollectionDirective } from './series.directive';\nimport { Chart3DAxisDirective, Chart3DAxesDirective } from './axes.directive';\nimport { Chart3DRowDirective, Chart3DRowsDirective } from './rows.directive';\nimport { Chart3DColumnDirective, Chart3DColumnsDirective } from './columns.directive';\nimport { Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { Chart3DComponent } from './chart3d.component';\nimport { Chart3DModule } from './chart3d.module';\nimport {ColumnSeries3D, StackingColumnSeries3D, BarSeries3D, StackingBarSeries3D, Category3D, DateTime3D, DateTimeCategory3D, Logarithmic3D, Tooltip3D, Legend3D, DataLabel3D, Selection3D, Export3D, Highlight3D} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ ColumnSeries3DService: ValueProvider = { provide: 'ChartsColumnSeries3D', useValue: ColumnSeries3D};\nexport const /** @type {?} */ StackingColumnSeries3DService: ValueProvider = { provide: 'ChartsStackingColumnSeries3D', useValue: StackingColumnSeries3D};\nexport const /** @type {?} */ BarSeries3DService: ValueProvider = { provide: 'ChartsBarSeries3D', useValue: BarSeries3D};\nexport const /** @type {?} */ StackingBarSeries3DService: ValueProvider = { provide: 'ChartsStackingBarSeries3D', useValue: StackingBarSeries3D};\nexport const /** @type {?} */ Category3DService: ValueProvider = { provide: 'ChartsCategory3D', useValue: Category3D};\nexport const /** @type {?} */ DateTime3DService: ValueProvider = { provide: 'ChartsDateTime3D', useValue: DateTime3D};\nexport const /** @type {?} */ DateTimeCategory3DService: ValueProvider = { provide: 'ChartsDateTimeCategory3D', useValue: DateTimeCategory3D};\nexport const /** @type {?} */ Logarithmic3DService: ValueProvider = { provide: 'ChartsLogarithmic3D', useValue: Logarithmic3D};\nexport const /** @type {?} */ Tooltip3DService: ValueProvider = { provide: 'ChartsTooltip3D', useValue: Tooltip3D};\nexport const /** @type {?} */ Legend3DService: ValueProvider = { provide: 'ChartsLegend3D', useValue: Legend3D};\nexport const /** @type {?} */ DataLabel3DService: ValueProvider = { provide: 'ChartsDataLabel3D', useValue: DataLabel3D};\nexport const /** @type {?} */ Selection3DService: ValueProvider = { provide: 'ChartsSelection3D', useValue: Selection3D};\nexport const /** @type {?} */ Export3DService: ValueProvider = { provide: 'ChartsExport3D', useValue: Export3D};\nexport const /** @type {?} */ Highlight3DService: ValueProvider = { provide: 'ChartsHighlight3D', useValue: Highlight3D};\n/**\n * NgModule definition for the Chart3D component with providers.\n */\nexport class Chart3DAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, Chart3DModule],\n exports: [\n Chart3DModule\n ],\n providers:[\n ColumnSeries3DService,\n StackingColumnSeries3DService,\n BarSeries3DService,\n StackingBarSeries3DService,\n Category3DService,\n DateTime3DService,\n DateTimeCategory3DService,\n Logarithmic3DService,\n Tooltip3DService,\n Legend3DService,\n DataLabel3DService,\n Selection3DService,\n Export3DService,\n Highlight3DService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction Chart3DAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Chart3DSeriesDirective, Chart3DSeriesCollectionDirective } from './series.directive';\nimport { Chart3DAxisDirective, Chart3DAxesDirective } from './axes.directive';\nimport { Chart3DRowDirective, Chart3DRowsDirective } from './rows.directive';\nimport { Chart3DColumnDirective, Chart3DColumnsDirective } from './columns.directive';\nimport { Chart3DSelectedDataIndexDirective, Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { Chart3DComponent } from './chart3d.component';\n/**\n * NgModule definition for the Chart3D component.\n */\nexport class Chart3DModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n Chart3DComponent,\n Chart3DSeriesDirective,\n Chart3DSeriesCollectionDirective,\n Chart3DAxisDirective,\n Chart3DAxesDirective,\n Chart3DRowDirective,\n Chart3DRowsDirective,\n Chart3DColumnDirective,\n Chart3DColumnsDirective,\n Chart3DSelectedDataIndexDirective,\n Chart3DSelectedDataIndexesDirective\n ],\n exports: [\n Chart3DComponent,\n Chart3DSeriesDirective,\n Chart3DSeriesCollectionDirective,\n Chart3DAxisDirective,\n Chart3DAxesDirective,\n Chart3DRowDirective,\n Chart3DRowsDirective,\n Chart3DColumnDirective,\n Chart3DColumnsDirective,\n Chart3DSelectedDataIndexDirective,\n Chart3DSelectedDataIndexesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction Chart3DModule_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Chart3D } from '@syncfusion/ej2-charts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { Chart3DSeriesCollectionDirective } from './series.directive';\nimport { Chart3DAxesDirective } from './axes.directive';\nimport { Chart3DRowsDirective } from './rows.directive';\nimport { Chart3DColumnsDirective } from './columns.directive';\nimport { Chart3DSelectedDataIndexesDirective } from './selecteddataindexes.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['axes','background','backgroundImage','border','columns','currencyCode','dataSource','depth','description','enableExport','enablePersistence','enableRotation','enableRtl','enableSideBySidePlacement','height','highlightColor','highlightMode','highlightPattern','isMultiSelect','isTransposed','legendSettings','locale','margin','palettes','perspectiveAngle','primaryXAxis','primaryYAxis','rotation','rows','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','tilt','title','titleStyle','tooltip','useGroupingSeparator','wallColor','wallSize','width'];\nexport const /** @type {?} */ outputs: string[] = ['afterExport','axisLabelRender','beforeExport','beforePrint','beforeResize','chart3DMouseClick','chart3DMouseDown','chart3DMouseLeave','chart3DMouseMove','chart3DMouseUp','legendClick','legendRender','load','loaded','pointClick','pointMove','pointRender','resized','selectionComplete','seriesRender','textRender','tooltipRender','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * 3D Chart Component\n * ```html\n * <ejschart3d></ejschart3d>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class Chart3DComponent extends Chart3D implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tafterExport: any;\n\taxisLabelRender: any;\n\tbeforeExport: any;\n\tbeforePrint: any;\n\tbeforeResize: any;\n\tchart3DMouseClick: any;\n\tchart3DMouseDown: any;\n\tchart3DMouseLeave: any;\n\tchart3DMouseMove: any;\n\tchart3DMouseUp: any;\n\tlegendClick: any;\n\tlegendRender: any;\n\tload: any;\n\tloaded: any;\n\tpointClick: any;\n\tpointMove: any;\n\tpointRender: any;\n\tresized: any;\n\tselectionComplete: any;\n\tseriesRender: any;\n\ttextRender: any;\n\ttooltipRender: any;\npublic dataSourceChange: any;\npublic childSeries: QueryList<Chart3DSeriesCollectionDirective>;\npublic childAxes: QueryList<Chart3DAxesDirective>;\npublic childRows: QueryList<Chart3DRowsDirective>;\npublic childColumns: QueryList<Chart3DColumnsDirective>;\npublic childSelectedDataIndexes: QueryList<Chart3DSelectedDataIndexesDirective>;\npublic tags: string[] = ['series', 'axes', 'rows', 'columns', 'selectedDataIndexes'];\n \n @Template()\npublic tooltip_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsColumnSeries3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStackingColumnSeries3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsBarSeries3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStackingBarSeries3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCategory3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDateTime3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDateTimeCategory3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsLogarithmic3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsTooltip3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsLegend3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDataLabel3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSelection3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsExport3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsHighlight3D');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSeries;\n if (this.childAxes) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childAxes as any));\n }\n if (this.childRows) {\n this.tagObjects[2].instance = /** @type {?} */(( this.childRows as any));\n }\n if (this.childColumns) {\n this.tagObjects[3].instance = /** @type {?} */(( this.childColumns as any));\n }\n if (this.childSelectedDataIndexes) {\n this.tagObjects[4].instance = /** @type {?} */(( this.childSelectedDataIndexes as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-chart3d',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childSeries: new ContentChild(Chart3DSeriesCollectionDirective), \n childAxes: new ContentChild(Chart3DAxesDirective), \n childRows: new ContentChild(Chart3DRowsDirective), \n childColumns: new ContentChild(Chart3DColumnsDirective), \n childSelectedDataIndexes: new ContentChild(Chart3DSelectedDataIndexesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n};\n}\n\nfunction Chart3DComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DComponent.ctorParameters;\n/** @type {?} */\nChart3DComponent.propDecorators;\n/** @type {?} */\nChart3DComponent.prototype.context;\n/** @type {?} */\nChart3DComponent.prototype.tagObjects;\n/** @type {?} */\nChart3DComponent.prototype.afterExport;\n/** @type {?} */\nChart3DComponent.prototype.axisLabelRender;\n/** @type {?} */\nChart3DComponent.prototype.beforeExport;\n/** @type {?} */\nChart3DComponent.prototype.beforePrint;\n/** @type {?} */\nChart3DComponent.prototype.beforeResize;\n/** @type {?} */\nChart3DComponent.prototype.chart3DMouseClick;\n/** @type {?} */\nChart3DComponent.prototype.chart3DMouseDown;\n/** @type {?} */\nChart3DComponent.prototype.chart3DMouseLeave;\n/** @type {?} */\nChart3DComponent.prototype.chart3DMouseMove;\n/** @type {?} */\nChart3DComponent.prototype.chart3DMouseUp;\n/** @type {?} */\nChart3DComponent.prototype.legendClick;\n/** @type {?} */\nChart3DComponent.prototype.legendRender;\n/** @type {?} */\nChart3DComponent.prototype.load;\n/** @type {?} */\nChart3DComponent.prototype.loaded;\n/** @type {?} */\nChart3DComponent.prototype.pointClick;\n/** @type {?} */\nChart3DComponent.prototype.pointMove;\n/** @type {?} */\nChart3DComponent.prototype.pointRender;\n/** @type {?} */\nChart3DComponent.prototype.resized;\n/** @type {?} */\nChart3DComponent.prototype.selectionComplete;\n/** @type {?} */\nChart3DComponent.prototype.seriesRender;\n/** @type {?} */\nChart3DComponent.prototype.textRender;\n/** @type {?} */\nChart3DComponent.prototype.tooltipRender;\n/** @type {?} */\nChart3DComponent.prototype.dataSourceChange;\n/** @type {?} */\nChart3DComponent.prototype.childSeries;\n/** @type {?} */\nChart3DComponent.prototype.childAxes;\n/** @type {?} */\nChart3DComponent.prototype.childRows;\n/** @type {?} */\nChart3DComponent.prototype.childColumns;\n/** @type {?} */\nChart3DComponent.prototype.childSelectedDataIndexes;\n/** @type {?} */\nChart3DComponent.prototype.tags;\n/** @type {?} */\nChart3DComponent.prototype.tooltip_template;\n/** @type {?} */\nChart3DComponent.prototype.registerEvents;\n/** @type {?} */\nChart3DComponent.prototype.addTwoWay;\n/** @type {?} */\nChart3DComponent.prototype.ngEle;\n/** @type {?} */\nChart3DComponent.prototype.srenderer;\n/** @type {?} */\nChart3DComponent.prototype.viewContainerRef;\n/** @type {?} */\nChart3DComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['point', 'series'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Selected Data Directive\n * ```html\n * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>\n * ```\n */\nexport class Chart3DSelectedDataIndexDirective extends ComplexBase<Chart3DSelectedDataIndexDirective> {\npublic directivePropList: any;\n/**\n * Specifies the index of the data point within the series.\n * \\@default 0\n * \\@asptype int\n */\npublic point: any;\n/**\n * Specifies the index of the series.\n * \\@default 0\n * \\@asptype int\n */\npublic series: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-chart3d-selecteddataindexes>e-chart3d-selecteddataindex',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction Chart3DSelectedDataIndexDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DSelectedDataIndexDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DSelectedDataIndexDirective.ctorParameters;\n/** @type {?} */\nChart3DSelectedDataIndexDirective.prototype.directivePropList;\n/**\n * Specifies the index of the data point within the series.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nChart3DSelectedDataIndexDirective.prototype.point;\n/**\n * Specifies the index of the series.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nChart3DSelectedDataIndexDirective.prototype.series;\n/** @type {?} */\nChart3DSelectedDataIndexDirective.prototype.viewContainerRef;\n}\n\n/**\n * Chart3DSelectedDataIndex Array Directive\n */\nexport class Chart3DSelectedDataIndexesDirective extends ArrayBase<Chart3DSelectedDataIndexesDirective> {\nconstructor() {\n super('selecteddataindexes');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart3d>e-chart3d-selecteddataindexes',\n queries: {\n children: new ContentChildren(Chart3DSelectedDataIndexDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction Chart3DSelectedDataIndexesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DSelectedDataIndexesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DSelectedDataIndexesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Column3D Directive\n * ```html\n * <e-columns><e-column></e-column><e-columns>\n * ```\n */\nexport class Chart3DColumnDirective extends ComplexBase<Chart3DColumnDirective> {\npublic directivePropList: any;\n/**\n * The width of the column as a string accepts input both as like '100px' or '100%'. \n * If specified as '100%, column renders to the full width of its chart.\n * \\@default '100%'\n */\npublic width: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-chart3d-columns>e-chart3d-columns',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction Chart3DColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DColumnDirective.ctorParameters;\n/** @type {?} */\nChart3DColumnDirective.prototype.directivePropList;\n/**\n * The width of the column as a string accepts input both as like '100px' or '100%'. \n * If specified as '100%, column renders to the full width of its chart.\n * \\@default '100%'\n * @type {?}\n */\nChart3DColumnDirective.prototype.width;\n/** @type {?} */\nChart3DColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * Chart3DColumn Array Directive\n */\nexport class Chart3DColumnsDirective extends ArrayBase<Chart3DColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart3d>e-chart3d-columns',\n queries: {\n children: new ContentChildren(Chart3DColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction Chart3DColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DColumnsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['height'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Row3D Directive\n * ```html\n * <e-rows><e-row></e-row><e-rows>\n * ```\n */\nexport class Chart3DRowDirective extends ComplexBase<Chart3DRowDirective> {\npublic directivePropList: any;\n/**\n * The height of the row as a string accept input both as '100px' and '100%'. \n * If specified as '100%, row renders to the full height of its chart.\n * \\@default '100%'\n */\npublic height: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-chart3d-rows>e-chart3d-row',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction Chart3DRowDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DRowDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DRowDirective.ctorParameters;\n/** @type {?} */\nChart3DRowDirective.prototype.directivePropList;\n/**\n * The height of the row as a string accept input both as '100px' and '100%'. \n * If specified as '100%, row renders to the full height of its chart.\n * \\@default '100%'\n * @type {?}\n */\nChart3DRowDirective.prototype.height;\n/** @type {?} */\nChart3DRowDirective.prototype.viewContainerRef;\n}\n\n/**\n * Chart3DRow Array Directive\n */\nexport class Chart3DRowsDirective extends ArrayBase<Chart3DRowsDirective> {\nconstructor() {\n super('rows');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart3d>e-chart3d-rows',\n queries: {\n children: new ContentChildren(Chart3DRowDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction Chart3DRowsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DRowsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DRowsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['columnIndex', 'desiredIntervals', 'edgeLabelPlacement', 'enableTrim', 'interval', 'intervalType', 'isIndexed', 'isInversed', 'labelFormat', 'labelIntersectAction', 'labelPadding', 'labelPlacement', 'labelRotation', 'labelStyle', 'logBase', 'majorGridLines', 'majorTickLines', 'maximum', 'maximumLabelWidth', 'maximumLabels', 'minimum', 'minorGridLines', 'minorTickLines', 'minorTicksPerInterval', 'name', 'opposedPosition', 'plotOffset', 'plotOffsetBottom', 'plotOffsetLeft', 'plotOffsetRight', 'plotOffsetTop', 'rangePadding', 'rowIndex', 'skeleton', 'skeletonType', 'span', 'startFromZero', 'title', 'titlePadding', 'titleRotation', 'titleStyle', 'valueType', 'visible'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Axis3D Directive\n * ```html\n * <e-axes><e-axis></e-axis></e-axes>\n * ```\n */\nexport class Chart3DAxisDirective extends ComplexBase<Chart3DAxisDirective> {\npublic directivePropList: any;\n/**\n * Specifies the index of the column where the axis is associated, \n * when the chart area is divided into multiple plot areas by using `columns`. \n * \n * \\@default 0\n */\npublic columnIndex: any;\n/**\n * With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic desiredIntervals: any;\n/**\n * Specifies the position of labels at the edge of the axis.They are, \n * * None: No action will be performed. \n * * Hide: Edge label will be hidden. \n * * Shift: Shifts the edge labels.\n * \\@default 'None'\n */\npublic edgeLabelPlacement: any;\n/**\n * Specifies the Trim property for an axis.\n * \\@default false\n */\npublic enableTrim: any;\n/**\n * Specifies the interval for an axis.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic interval: any;\n/**\n * Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are, \n * * Auto: Defines the interval of the axis based on data. \n * * Years: Defines the interval of the axis in years. \n * * Months: Defines the interval of the axis in months. \n * * Days: Defines the interval of the axis in days. \n * * Hours: Defines the interval of the axis in hours. \n * * Minutes: Defines the interval of the axis in minutes.\n * \\@default 'Auto'\n */\npublic intervalType: any;\n/**\n * Specifies indexed category axis.\n * \\@default false\n */\npublic isIndexed: any;\n/**\n * It specifies whether the axis to be rendered in inversed manner or not.\n * \\@default false\n */\npublic isInversed: any;\n/**\n * Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc. \n * It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n * \\@default ''\n */\npublic labelFormat: any;\n/**\n * Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90` \n * when the axis labels intersect with each other.They are, \n * * None: Shows all the labels. \n * * Hide: Hides the label when it intersects. \n * * Trim: Trim the label when it intersects. \n * * Wrap: Wrap the label when it intersects. \n * * MultipleRows: Shows the label in MultipleRows when it intersects. \n * * Rotate45: Rotates the label to 45 degree when it intersects. \n * * Rotate90: Rotates the label to 90 degree when it intersects.\n * \\@default Trim\n */\npublic labelIntersectAction: any;\n/**\n * Specifies the labelPadding from axis.\n * \\@default 5\n */\npublic labelPadding: any;\n/**\n * Specifies the placement of a label for category axis. They are, \n * * betweenTicks: Renders the label between the ticks. \n * * onTicks: Renders the label on the ticks.\n * \\@default 'OnTicks'\n */\npublic labelPlacement: any;\n/**\n * The angle to which the axis label gets rotated.\n * \\@default 0\n */\npublic labelRotation: any;\n/**\n * Options to customize the axis label.\n */\npublic labelStyle: any;\n/**\n * The base value for logarithmic axis. It requires `valueType` to be `Logarithmic`.\n * \\@default 10\n */\npublic logBase: any;\n/**\n * Options for customizing major grid lines.\n */\npublic majorGridLines: any;\n/**\n * Options for customizing major tick lines.\n */\npublic majorTickLines: any;\n/**\n * Specifies the maximum range of an axis.\n * \\@default null\n */\npublic maximum: any;\n/**\n * Specifies the maximum width of an axis label.\n * \\@default 34.\n */\npublic maximumLabelWidth: any;\n/**\n * The maximum number of label count per 100 pixels with respect to the axis length.\n * \\@default 3\n */\npublic maximumLabels: any;\n/**\n * Specifies the minimum range of an axis.\n * \\@default null\n */\npublic minimum: any;\n/**\n * Options for customizing minor grid lines.\n */\npublic minorGridLines: any;\n/**\n * Options for customizing minor tick lines.\n */\npublic minorTickLines: any;\n/**\n * Specifies the number of minor ticks per interval.\n * \\@default 0\n */\npublic minorTicksPerInterval: any;\n/**\n * Unique identifier of an axis. \n * To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n * \\@default ''\n */\npublic name: any;\n/**\n * If set to true, the axis will render at the opposite side of its default position.\n * \\@default false\n */\npublic opposedPosition: any;\n/**\n * Left and right padding for the plot area in pixels.\n * \\@default 0\n */\npublic plotOffset: any;\n/**\n * Bottom padding for the plot area in pixels.\n * \\@default null\n */\npublic plotOffsetBottom: any;\n/**\n * Left padding for the plot area in pixels.\n * \\@default null\n */\npublic plotOffsetLeft: any;\n/**\n * Right padding for the plot area in pixels.\n * \\@default null\n */\npublic plotOffsetRight: any;\n/**\n * Top padding for the plot area in pixels.\n * \\@default null\n */\npublic plotOffsetTop: any;\n/**\n * Specifies the padding for the axis range in terms of interval.They are, \n * * none: Padding cannot be applied to the axis. \n * * normal: Padding is applied to the axis based on the range calculation. \n * * additional: Interval of the axis is added as padding to the minimum and maximum values of the range. \n * * round: Axis range is rounded to the nearest possible value divided by the interval.\n * \\@default 'Auto'\n */\npublic rangePadding: any;\n/**\n * Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `rows`. \n * \n * \\@default 0\n */\npublic rowIndex: any;\n/**\n * Specifies the skeleton format in which the dateTime format will process.\n * \\@default ''\n */\npublic skeleton: any;\n/**\n * It specifies the type of format to be used in dateTime format process.\n * \\@default 'DateTime'\n * @deprecated\n */\npublic skeletonType: any;\n/**\n * Specifies the number of `columns` or `rows` an axis has to span horizontally or vertically.\n * \\@default 1\n */\npublic span: any;\n/**\n * It specifies whether the axis to be start from zero.\n * \\@default true\n */\npublic startFromZero: any;\n/**\n * Specifies the title of an axis.\n * \\@default ''\n */\npublic title: any;\n/**\n * Specifies the titlePadding from axis label.\n * \\@default 5\n */\npublic titlePadding: any;\n/**\n * Defines an angle to rotate axis title. By default, angle auto calculated based on position and orientation of axis.\n * \\@default null\n */\npublic titleRotation: any;\n/**\n * Options for customizing the axis title.\n */\npublic titleStyle: any;\n/**\n * Specifies the data types that the axis can handle: \n * * Double: This type is used for rendering a numeric axis to accommodate numeric data. \n * * DateTime: This type is utilized for rendering a date-time axis to manage date-time data. \n * * Category: This type is employed for rendering a category axis to manage categorical data. \n * * Logarithmic: This type is applied for rendering a logarithmic axis to handle a wide range of values. \n * * DateTimeCategory: This type is used to render a date time category axis for managing business days.\n * \\@default 'Double'\n * \\@isenumeration true\n */\npublic valueType: any;\n/**\n * If set to true, axis label will be visible.\n * \\@default true\n */\npublic visible: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-chart3daxes>e-chart3daxis',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction Chart3DAxisDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DAxisDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DAxisDirective.ctorParameters;\n/** @type {?} */\nChart3DAxisDirective.prototype.directivePropList;\n/**\n * Specifies the index of the column where the axis is associated, \n * when the chart area is divided into multiple plot areas by using `columns`. \n * \n * \\@default 0\n * @type {?}\n */\nChart3DAxisDirective.prototype.columnIndex;\n/**\n * With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nChart3DAxisDirective.prototype.desiredIntervals;\n/**\n * Specifies the position of labels at the edge of the axis.They are, \n * * None: No action will be performed. \n * * Hide: Edge label will be hidden. \n * * Shift: Shifts the edge labels.\n * \\@default 'None'\n * @type {?}\n */\nChart3DAxisDirective.prototype.edgeLabelPlacement;\n/**\n * Specifies the Trim property for an axis.\n * \\@default false\n * @type {?}\n */\nChart3DAxisDirective.prototype.enableTrim;\n/**\n * Specifies the interval for an axis.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nChart3DAxisDirective.prototype.interval;\n/**\n * Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are, \n * * Auto: Defines the interval of the axis based on data. \n * * Years: Defines the interval of the axis in years. \n * * Months: Defines the interval of the axis in months. \n * * Days: Defines the interval of the axis in days. \n * * Hours: Defines the interval of the axis in hours. \n * * Minutes: Defines the interval of the axis in minutes.\n * \\@default 'Auto'\n * @type {?}\n */\nChart3DAxisDirective.prototype.intervalType;\n/**\n * Specifies indexed category axis.\n * \\@default false\n * @type {?}\n */\nChart3DAxisDirective.prototype.isIndexed;\n/**\n * It specifies whether the axis to be rendered in inversed manner or not.\n * \\@default false\n * @type {?}\n */\nChart3DAxisDirective.prototype.isInversed;\n/**\n * Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc. \n * It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n * \\@default ''\n * @type {?}\n */\nChart3DAxisDirective.prototype.labelFormat;\n/**\n * Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90` \n * when the axis labels intersect with each other.They are, \n * * None: Shows all the labels. \n * * Hide: Hides the label when it intersects. \n * * Trim: Trim the label when it intersects. \n * * Wrap: Wrap the label when it intersects. \n * * MultipleRows: Shows the label in MultipleRows when it intersects. \n * * Rotate45: Rotates the label to 45 degree when it intersects. \n * * Rotate90: Rotates the label to 90 degree when it intersects.\n * \\@default Trim\n * @type {?}\n */\nChart3DAxisDirective.prototype.labelIntersectAction;\n/**\n * Specifies the labelPadding from axis.\n * \\@default 5\n * @type {?}\n */\nChart3DAxisDirective.prototype.labelPadding;\n/**\n * Specifies the placement of a label for category axis. They are, \n * * betweenTicks: Renders the label between the ticks. \n * * onTicks: Renders the label on the ticks.\n * \\@default 'OnTicks'\n * @type {?}\n */\nChart3DAxisDirective.prototype.labelPlacement;\n/**\n * The angle to which the axis label gets rotated.\n * \\@default 0\n * @type {?}\n */\nChart3DAxisDirective.prototype.labelRotation;\n/**\n * Options to customize the axis label.\n * @type {?}\n */\nChart3DAxisDirective.prototype.labelStyle;\n/**\n * The base value for logarithmic axis. It requires `valueType` to be `Logarithmic`.\n * \\@default 10\n * @type {?}\n */\nChart3DAxisDirective.prototype.logBase;\n/**\n * Options for customizing major grid lines.\n * @type {?}\n */\nChart3DAxisDirective.prototype.majorGridLines;\n/**\n * Options for customizing major tick lines.\n * @type {?}\n */\nChart3DAxisDirective.prototype.majorTickLines;\n/**\n * Specifies the maximum range of an axis.\n * \\@default null\n * @type {?}\n */\nChart3DAxisDirective.prototype.maximum;\n/**\n * Specifies the maximum width of an axis label.\n * \\@default 34.\n * @type {?}\n */\nChart3DAxisDirective.prototype.maximumLabelWidth;\n/**\n * The maximum number of label count per 100 pixels with respect to the axis length.\n * \\@default 3\n * @type {?}\n */\nChart3DAxisDirective.prototype.maximumLabels;\n/**\n * Specifies the minimum range of an axis.\n * \\@default null\n * @type {?}\n */\nChart3DAxisDirective.prototype.minimum;\n/**\n * Options for customizing minor grid lines.\n * @type {?}\n */\nChart3DAxisDirective.prototype.minorGridLines;\n/**\n * Options for customizing minor tick lines.\n * @type {?}\n */\nChart3DAxisDirective.prototype.minorTickLines;\n/**\n * Specifies the number of minor ticks per interval.\n * \\@default 0\n * @type {?}\n */\nChart3DAxisDirective.prototype.minorTicksPerInterval;\n/**\n * Unique identifier of an axis. \n * To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n * \\@default ''\n * @type {?}\n */\nChart3DAxisDirective.prototype.name;\n/**\n * If set to true, the axis will render at the opposite side of its default position.\n * \\@default false\n * @type {?}\n */\nChart3DAxisDirective.prototype.opposedPosition;\n/**\n * Left and right padding for the plot area in pixels.\n * \\@default 0\n * @type {?}\n */\nChart3DAxisDirective.prototype.plotOffset;\n/**\n * Bottom padding for the plot area in pixels.\n * \\@default null\n * @type {?}\n */\nChart3DAxisDirective.prototype.plotOffsetBottom;\n/**\n * Left padding for the plot area in pixels.\n * \\@default null\n * @type {?}\n */\nChart3DAxisDirective.prototype.plotOffsetLeft;\n/**\n * Right padding for the plot area in pixels.\n * \\@default null\n * @type {?}\n */\nChart3DAxisDirective.prototype.plotOffsetRight;\n/**\n * Top padding for the plot area in pixels.\n * \\@default null\n * @type {?}\n */\nChart3DAxisDirective.prototype.plotOffsetTop;\n/**\n * Specifies the padding for the axis range in terms of interval.They are, \n * * none: Padding cannot be applied to the axis. \n * * normal: Padding is applied to the axis based on the range calculation. \n * * additional: Interval of the axis is added as padding to the minimum and maximum values of the range. \n * * round: Axis range is rounded to the nearest possible value divided by the interval.\n * \\@default 'Auto'\n * @type {?}\n */\nChart3DAxisDirective.prototype.rangePadding;\n/**\n * Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `rows`. \n * \n * \\@default 0\n * @type {?}\n */\nChart3DAxisDirective.prototype.rowIndex;\n/**\n * Specifies the skeleton format in which the dateTime format will process.\n * \\@default ''\n * @type {?}\n */\nChart3DAxisDirective.prototype.skeleton;\n/**\n * It specifies the type of format to be used in dateTime format process.\n * \\@default 'DateTime'\n * @deprecated\n * @type {?}\n */\nChart3DAxisDirective.prototype.skeletonType;\n/**\n * Specifies the number of `columns` or `rows` an axis has to span horizontally or vertically.\n * \\@default 1\n * @type {?}\n */\nChart3DAxisDirective.prototype.span;\n/**\n * It specifies whether the axis to be start from zero.\n * \\@default true\n * @type {?}\n */\nChart3DAxisDirective.prototype.startFromZero;\n/**\n * Specifies the title of an axis.\n * \\@default ''\n * @type {?}\n */\nChart3DAxisDirective.prototype.title;\n/**\n * Specifies the titlePadding from axis label.\n * \\@default 5\n * @type {?}\n */\nChart3DAxisDirective.prototype.titlePadding;\n/**\n * Defines an angle to rotate axis title. By default, angle auto calculated based on position and orientation of axis.\n * \\@default null\n * @type {?}\n */\nChart3DAxisDirective.prototype.titleRotation;\n/**\n * Options for customizing the axis title.\n * @type {?}\n */\nChart3DAxisDirective.prototype.titleStyle;\n/**\n * Specifies the data types that the axis can handle: \n * * Double: This type is used for rendering a numeric axis to accommodate numeric data. \n * * DateTime: This type is utilized for rendering a date-time axis to manage date-time data. \n * * Category: This type is employed for rendering a category axis to manage categorical data. \n * * Logarithmic: This type is applied for rendering a logarithmic axis to handle a wide range of values. \n * * DateTimeCategory: This type is used to render a date time category axis for managing business days.\n * \\@default 'Double'\n * \\@isenumeration true\n * @type {?}\n */\nChart3DAxisDirective.prototype.valueType;\n/**\n * If set to true, axis label will be visible.\n * \\@default true\n * @type {?}\n */\nChart3DAxisDirective.prototype.visible;\n/** @type {?} */\nChart3DAxisDirective.prototype.viewContainerRef;\n}\n\n/**\n * Chart3DAxis Array Directive\n */\nexport class Chart3DAxesDirective extends ArrayBase<Chart3DAxesDirective> {\nconstructor() {\n super('axes');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart3d>e-chart3daxes',\n queries: {\n children: new ContentChildren(Chart3DAxisDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction Chart3DAxesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DAxesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DAxesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['animation', 'columnFacet', 'columnSpacing', 'columnWidth', 'dataLabel', 'dataSource', 'emptyPointSettings', 'enableTooltip', 'fill', 'groupName', 'legendImageUrl', 'legendShape', 'name', 'opacity', 'pointColorMapping', 'query', 'size', 'stackingGroup', 'tooltipFormat', 'tooltipMappingName', 'type', 'visible', 'xAxisName', 'xName', 'yAxisName', 'yName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Series3D Directive\n * ```html\n * <e-chart3d-series-collection>\n * <e-chart3d-series></e-chart3d-series>\n * </e-chart3d-series-collection>\n * ```\n */\nexport class Chart3DSeriesDirective extends ComplexBase<Chart3DSeriesDirective> {\npublic directivePropList: any;\n/**\n * Specifies the type of the series in the 3D chart. Available options include: \n * - Column \n * - Bar \n * - StackingColumn \n * - StackingBar \n * - StackingColumn100 \n * - StackingBar100\n * \\@default 'Column'\n */\npublic type: any;\n/**\n * Options to customizing animation for the series.\n */\npublic animation: any;\n/**\n * Defines the shape of the data in a column and bar chart. \n * Rectangle: Displays the data in a column and bar chart in a rectangle shape. \n * Cylinder: Displays the data in a column and bar chart in a cylinder shape.\n * \\@default 'Rectangle'\n */\npublic columnFacet: any;\n/**\n * To render the column series points with particular column spacing. It takes value from 0 - 1.\n * \\@default 0.1\n */\npublic columnSpacing: any;\n/**\n * Render the column series points with a particular column width.\n * \\@default null\n */\npublic columnWidth: any;\n/**\n * The data label for the series.\n */\npublic dataLabel: any;\n/**\n * Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.\n * \\@default ''\n */\npublic dataSource: any;\n/**\n * options to customize the empty points in series.\n */\npublic emptyPointSettings: any;\n/**\n * Enable tooltip for the chart series.\n * \\@default true\n */\npublic enableTooltip: any;\n/**\n * The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.\n * \\@default null\n */\npublic fill: any;\n/**\n * Defines the name that specifies the chart series are mutually exclusive and can be overlaid. \n * The axis in the same group shares the same baseline and location on the corresponding axis.\n * \\@default ''\n */\npublic groupName: any;\n/**\n * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.\n * \\@default ''\n */\npublic legendImageUrl: any;\n/**\n * The shape of the legend. Each series has its own legend shape, which can be one of the following: \n * * Circle \n * * Rectangle \n * * Triangle \n * * Diamond \n * * Cross \n * * HorizontalLine \n * * VerticalLine \n * * Pentagon \n * * InvertedTriangle \n * * SeriesType \n * * Image\n * \\@default 'SeriesType'\n */\npublic legendShape: any;\n/**\n * The name of the series as displayed in the legend.\n * \\@default ''\n */\npublic name: any;\n/**\n * The opacity of the series.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * The DataSource field that contains the point colors.\n * \\@default ''\n */\npublic pointColorMapping: any;\n/**\n * Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an `ej.DataManager`.\n * \\@default ''\n */\npublic query: any;\n/**\n * The DataSource field that contains the size value of y\n * \\@default ''\n */\npublic size: any;\n/**\n * This property allows grouping series in `stacked column / bar` charts. \n * Any string value can be provided to the stackingGroup property. \n * If any two or above series have the same value, those series will be grouped together.\n * \\@default ''\n */\npublic stackingGroup: any;\n/**\n * Format of the tooltip content.\n * \\@default ''\n */\npublic tooltipFormat: any;\n/**\n * The data source field that contains the tooltip value.\n * \\@default ''\n */\npublic tooltipMappingName: any;\n/**\n * Specifies the visibility of series.\n * \\@default true\n */\npublic visible: any;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart.\n * \\@default null\n */\npublic xAxisName: any;\n/**\n * The DataSource field that contains the x value.\n * \\@default ''\n */\npublic xName: any;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart.\n * \\@default null\n */\npublic yAxisName: any;\n/**\n * The DataSource field that contains the y value.\n * \\@default ''\n */\npublic yName: any;\n \n @Template()\npublic dataLabel_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-chart3d-series-collection>e-chart3d-series',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'dataLabel_template': [{ type: ContentChild, args: ['dataLabelTemplate', ] },],\n};\n}\n\nfunction Chart3DSeriesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DSeriesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DSeriesDirective.ctorParameters;\n/** @type {?} */\nChart3DSeriesDirective.propDecorators;\n/** @type {?} */\nChart3DSeriesDirective.prototype.directivePropList;\n/**\n * Specifies the type of the series in the 3D chart. Available options include: \n * - Column \n * - Bar \n * - StackingColumn \n * - StackingBar \n * - StackingColumn100 \n * - StackingBar100\n * \\@default 'Column'\n * @type {?}\n */\nChart3DSeriesDirective.prototype.type;\n/**\n * Options to customizing animation for the series.\n * @type {?}\n */\nChart3DSeriesDirective.prototype.animation;\n/**\n * Defines the shape of the data in a column and bar chart. \n * Rectangle: Displays the data in a column and bar chart in a rectangle shape. \n * Cylinder: Displays the data in a column and bar chart in a cylinder shape.\n * \\@default 'Rectangle'\n * @type {?}\n */\nChart3DSeriesDirective.prototype.columnFacet;\n/**\n * To render the column series points with particular column spacing. It takes value from 0 - 1.\n * \\@default 0.1\n * @type {?}\n */\nChart3DSeriesDirective.prototype.columnSpacing;\n/**\n * Render the column series points with a particular column width.\n * \\@default null\n * @type {?}\n */\nChart3DSeriesDirective.prototype.columnWidth;\n/**\n * The data label for the series.\n * @type {?}\n */\nChart3DSeriesDirective.prototype.dataLabel;\n/**\n * Specifies the data source for the series. It can be an array of JSON objects or an instance of DataManager.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.dataSource;\n/**\n * options to customize the empty points in series.\n * @type {?}\n */\nChart3DSeriesDirective.prototype.emptyPointSettings;\n/**\n * Enable tooltip for the chart series.\n * \\@default true\n * @type {?}\n */\nChart3DSeriesDirective.prototype.enableTooltip;\n/**\n * The fill color for the series, which can accept values in hex or rgba as a valid CSS color string.\n * \\@default null\n * @type {?}\n */\nChart3DSeriesDirective.prototype.fill;\n/**\n * Defines the name that specifies the chart series are mutually exclusive and can be overlaid. \n * The axis in the same group shares the same baseline and location on the corresponding axis.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.groupName;\n/**\n * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.legendImageUrl;\n/**\n * The shape of the legend. Each series has its own legend shape, which can be one of the following: \n * * Circle \n * * Rectangle \n * * Triangle \n * * Diamond \n * * Cross \n * * HorizontalLine \n * * VerticalLine \n * * Pentagon \n * * InvertedTriangle \n * * SeriesType \n * * Image\n * \\@default 'SeriesType'\n * @type {?}\n */\nChart3DSeriesDirective.prototype.legendShape;\n/**\n * The name of the series as displayed in the legend.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.name;\n/**\n * The opacity of the series.\n * \\@default 1\n * @type {?}\n */\nChart3DSeriesDirective.prototype.opacity;\n/**\n * The DataSource field that contains the point colors.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.pointColorMapping;\n/**\n * Specifies a query to select data from the DataSource. This property is applicable only when the DataSource is an `ej.DataManager`.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.query;\n/**\n * The DataSource field that contains the size value of y\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.size;\n/**\n * This property allows grouping series in `stacked column / bar` charts. \n * Any string value can be provided to the stackingGroup property. \n * If any two or above series have the same value, those series will be grouped together.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.stackingGroup;\n/**\n * Format of the tooltip content.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.tooltipFormat;\n/**\n * The data source field that contains the tooltip value.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.tooltipMappingName;\n/**\n * Specifies the visibility of series.\n * \\@default true\n * @type {?}\n */\nChart3DSeriesDirective.prototype.visible;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart.\n * \\@default null\n * @type {?}\n */\nChart3DSeriesDirective.prototype.xAxisName;\n/**\n * The DataSource field that contains the x value.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.xName;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart.\n * \\@default null\n * @type {?}\n */\nChart3DSeriesDirective.prototype.yAxisName;\n/**\n * The DataSource field that contains the y value.\n * \\@default ''\n * @type {?}\n */\nChart3DSeriesDirective.prototype.yName;\n/** @type {?} */\nChart3DSeriesDirective.prototype.dataLabel_template;\n/** @type {?} */\nChart3DSeriesDirective.prototype.viewContainerRef;\n}\n\n/**\n * Chart3DSeries Array Directive\n */\nexport class Chart3DSeriesCollectionDirective extends ArrayBase<Chart3DSeriesCollectionDirective> {\nconstructor() {\n super('series');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart3d>e-chart3d-series-collection',\n queries: {\n children: new ContentChildren(Chart3DSeriesDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction Chart3DSeriesCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nChart3DSeriesCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChart3DSeriesCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BulletRangeDirective, BulletRangeCollectionDirective } from './ranges.directive';\nimport { BulletChartComponent } from './bulletchart.component';\nimport { BulletChartModule } from './bulletchart.module';\nimport {BulletTooltip, BulletChartLegend} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ BulletTooltipService: ValueProvider = { provide: 'ChartsBulletTooltip', useValue: BulletTooltip};\nexport const /** @type {?} */ BulletChartLegendService: ValueProvider = { provide: 'ChartsBulletChartLegend', useValue: BulletChartLegend};\n/**\n * NgModule definition for the BulletChart component with providers.\n */\nexport class BulletChartAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, BulletChartModule],\n exports: [\n BulletChartModule\n ],\n providers:[\n BulletTooltipService,\n BulletChartLegendService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BulletChartAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nBulletChartAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBulletChartAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BulletRangeDirective, BulletRangeCollectionDirective } from './ranges.directive';\nimport { BulletChartComponent } from './bulletchart.component';\n/**\n * NgModule definition for the BulletChart component.\n */\nexport class BulletChartModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n BulletChartComponent,\n BulletRangeDirective,\n BulletRangeCollectionDirective\n ],\n exports: [\n BulletChartComponent,\n BulletRangeDirective,\n BulletRangeCollectionDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BulletChartModule_tsickle_Closure_declarations() {\n/** @type {?} */\nBulletChartModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBulletChartModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { BulletChart } from '@syncfusion/ej2-charts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { BulletRangeCollectionDirective } from './ranges.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['animation','border','categoryField','categoryLabelStyle','dataLabel','dataSource','enableGroupSeparator','enablePersistence','enableRtl','height','interval','labelFormat','labelPosition','labelStyle','legendSettings','locale','majorTickLines','margin','maximum','minimum','minorTickLines','minorTicksPerInterval','opposedPosition','orientation','query','ranges','subtitle','subtitleStyle','tabIndex','targetColor','targetField','targetTypes','targetWidth','theme','tickPosition','title','titlePosition','titleStyle','tooltip','type','valueBorder','valueField','valueFill','valueHeight','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforePrint','bulletChartMouseClick','legendRender','load','loaded','tooltipRender','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * BulletChart Component\n * ```html\n * <ejs-bulletchart></ejs-bulletchart>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class BulletChartComponent extends BulletChart implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforePrint: any;\n\tbulletChartMouseClick: any;\n\tlegendRender: any;\n\tload: any;\n\tloaded: any;\n\ttooltipRender: any;\npublic dataSourceChange: any;\npublic childRanges: QueryList<BulletRangeCollectionDirective>;\npublic tags: string[] = ['ranges'];\n \n @Template()\npublic tooltip_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsBulletTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsBulletChartLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childRanges;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-bulletchart',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childRanges: new ContentChild(BulletRangeCollectionDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n};\n}\n\nfunction BulletChartComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nBulletChartComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBulletChartComponent.ctorParameters;\n/** @type {?} */\nBulletChartComponent.propDecorators;\n/** @type {?} */\nBulletChartComponent.prototype.context;\n/** @type {?} */\nBulletChartComponent.prototype.tagObjects;\n/** @type {?} */\nBulletChartComponent.prototype.beforePrint;\n/** @type {?} */\nBulletChartComponent.prototype.bulletChartMouseClick;\n/** @type {?} */\nBulletChartComponent.prototype.legendRender;\n/** @type {?} */\nBulletChartComponent.prototype.load;\n/** @type {?} */\nBulletChartComponent.prototype.loaded;\n/** @type {?} */\nBulletChartComponent.prototype.tooltipRender;\n/** @type {?} */\nBulletChartComponent.prototype.dataSourceChange;\n/** @type {?} */\nBulletChartComponent.prototype.childRanges;\n/** @type {?} */\nBulletChartComponent.prototype.tags;\n/** @type {?} */\nBulletChartComponent.prototype.tooltip_template;\n/** @type {?} */\nBulletChartComponent.prototype.registerEvents;\n/** @type {?} */\nBulletChartComponent.prototype.addTwoWay;\n/** @type {?} */\nBulletChartComponent.prototype.ngEle;\n/** @type {?} */\nBulletChartComponent.prototype.srenderer;\n/** @type {?} */\nBulletChartComponent.prototype.viewContainerRef;\n/** @type {?} */\nBulletChartComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['color', 'end', 'index', 'legendImageUrl', 'name', 'opacity', 'shape'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * BulletRange Directive\n * ```html\n * <e-bullet-range-collection>\n * <e-bullet-range></e-bullet-range>\n * </e-bullet-range-collection>\n * ```\n */\nexport class BulletRangeDirective extends ComplexBase<BulletRangeDirective> {\npublic directivePropList: any;\n/**\n * Default value for qualitative range Color.\n * \\@default null\n */\npublic color: any;\n/**\n * Default value for qualitative range end value.\n * \\@default null\n */\npublic end: any;\n/**\n * Default value for qualitative range Color.\n * \\@default null\n */\npublic index: any;\n/**\n * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.\n * \\@default ''\n */\npublic legendImageUrl: any;\n/**\n * Default value for qualitative range name.\n * \\@default null\n */\npublic name: any;\n/**\n * Range opacity\n * \\@default 1\n */\npublic opacity: any;\n/**\n * The shape of the legend. Each ranges has its own legend shape. They are, \n * * Circle \n * * Rectangle \n * * Triangle \n * * Diamond \n * * Cross \n * * HorizontalLine \n * * VerticalLine \n * * Pentagon \n * * InvertedTriangle \n * * SeriesType \n * * Image\n * \\@default 'Rectangle'\n */\npublic shape: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-bullet-range-collection>e-bullet-range',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction BulletRangeDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nBulletRangeDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBulletRangeDirective.ctorParameters;\n/** @type {?} */\nBulletRangeDirective.prototype.directivePropList;\n/**\n * Default value for qualitative range Color.\n * \\@default null\n * @type {?}\n */\nBulletRangeDirective.prototype.color;\n/**\n * Default value for qualitative range end value.\n * \\@default null\n * @type {?}\n */\nBulletRangeDirective.prototype.end;\n/**\n * Default value for qualitative range Color.\n * \\@default null\n * @type {?}\n */\nBulletRangeDirective.prototype.index;\n/**\n * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.\n * \\@default ''\n * @type {?}\n */\nBulletRangeDirective.prototype.legendImageUrl;\n/**\n * Default value for qualitative range name.\n * \\@default null\n * @type {?}\n */\nBulletRangeDirective.prototype.name;\n/**\n * Range opacity\n * \\@default 1\n * @type {?}\n */\nBulletRangeDirective.prototype.opacity;\n/**\n * The shape of the legend. Each ranges has its own legend shape. They are, \n * * Circle \n * * Rectangle \n * * Triangle \n * * Diamond \n * * Cross \n * * HorizontalLine \n * * VerticalLine \n * * Pentagon \n * * InvertedTriangle \n * * SeriesType \n * * Image\n * \\@default 'Rectangle'\n * @type {?}\n */\nBulletRangeDirective.prototype.shape;\n/** @type {?} */\nBulletRangeDirective.prototype.viewContainerRef;\n}\n\n/**\n * BulletRange Array Directive\n */\nexport class BulletRangeCollectionDirective extends ArrayBase<BulletRangeCollectionDirective> {\nconstructor() {\n super('ranges');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-bulletchart>e-bullet-range-collection',\n queries: {\n children: new ContentChildren(BulletRangeDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction BulletRangeCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nBulletRangeCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nBulletRangeCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { StockChartTrendlineDirective, StockChartTrendlinesDirective } from './trendlines.directive';\nimport { StockChartSeriesDirective, StockChartSeriesCollectionDirective } from './series.directive';\nimport { StockChartAxisDirective, StockChartAxesDirective } from './axes.directive';\nimport { StockChartRowDirective, StockChartRowsDirective } from './rows.directive';\nimport { StockChartAnnotationDirective, StockChartAnnotationsDirective } from './annotations.directive';\nimport { StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { StockChartPeriodDirective, StockChartPeriodsDirective } from './periods.directive';\nimport { StockEventDirective, StockEventsDirective } from './stockevents.directive';\nimport { StockChartIndicatorDirective, StockChartIndicatorsDirective } from './indicators.directive';\nimport { StockChartComponent } from './stockchart.component';\nimport { StockChartModule } from './stockchart.module';\nimport {StockLegend} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ StockLegendService: ValueProvider = { provide: 'ChartsStockLegend', useValue: StockLegend};\n/**\n * NgModule definition for the StockChart component with providers.\n */\nexport class StockChartAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, StockChartModule],\n exports: [\n StockChartModule\n ],\n providers:[\n StockLegendService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { StockChartTrendlineDirective, StockChartTrendlinesDirective } from './trendlines.directive';\nimport { StockChartSeriesDirective, StockChartSeriesCollectionDirective } from './series.directive';\nimport { StockChartAxisDirective, StockChartAxesDirective } from './axes.directive';\nimport { StockChartRowDirective, StockChartRowsDirective } from './rows.directive';\nimport { StockChartAnnotationDirective, StockChartAnnotationsDirective } from './annotations.directive';\nimport { StockChartSelectedDataIndexDirective, StockChartSelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { StockChartPeriodDirective, StockChartPeriodsDirective } from './periods.directive';\nimport { StockEventDirective, StockEventsDirective } from './stockevents.directive';\nimport { StockChartIndicatorDirective, StockChartIndicatorsDirective } from './indicators.directive';\nimport { StockChartComponent } from './stockchart.component';\n/**\n * NgModule definition for the StockChart component.\n */\nexport class StockChartModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n StockChartComponent,\n StockChartTrendlineDirective,\n StockChartTrendlinesDirective,\n StockChartSeriesDirective,\n StockChartSeriesCollectionDirective,\n StockChartAxisDirective,\n StockChartAxesDirective,\n StockChartRowDirective,\n StockChartRowsDirective,\n StockChartAnnotationDirective,\n StockChartAnnotationsDirective,\n StockChartSelectedDataIndexDirective,\n StockChartSelectedDataIndexesDirective,\n StockChartPeriodDirective,\n StockChartPeriodsDirective,\n StockEventDirective,\n StockEventsDirective,\n StockChartIndicatorDirective,\n StockChartIndicatorsDirective\n ],\n exports: [\n StockChartComponent,\n StockChartTrendlineDirective,\n StockChartTrendlinesDirective,\n StockChartSeriesDirective,\n StockChartSeriesCollectionDirective,\n StockChartAxisDirective,\n StockChartAxesDirective,\n StockChartRowDirective,\n StockChartRowsDirective,\n StockChartAnnotationDirective,\n StockChartAnnotationsDirective,\n StockChartSelectedDataIndexDirective,\n StockChartSelectedDataIndexesDirective,\n StockChartPeriodDirective,\n StockChartPeriodsDirective,\n StockEventDirective,\n StockEventsDirective,\n StockChartIndicatorDirective,\n StockChartIndicatorsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartModule_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { StockChart } from '@syncfusion/ej2-charts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { StockChartSeriesCollectionDirective } from './series.directive';\nimport { StockChartAxesDirective } from './axes.directive';\nimport { StockChartRowsDirective } from './rows.directive';\nimport { StockChartAnnotationsDirective } from './annotations.directive';\nimport { StockChartSelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { StockChartPeriodsDirective } from './periods.directive';\nimport { StockEventsDirective } from './stockevents.directive';\nimport { StockChartIndicatorsDirective } from './indicators.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['annotations','axes','background','border','chartArea','crosshair','dataSource','enableCustomRange','enablePeriodSelector','enablePersistence','enableRtl','enableSelector','exportType','height','indicatorType','indicators','isMultiSelect','isSelect','isTransposed','legendSettings','locale','margin','noDataTemplate','periods','primaryXAxis','primaryYAxis','rows','selectedDataIndexes','selectionMode','series','seriesType','stockEvents','theme','title','titleStyle','tooltip','trendlineType','width','zoomSettings'];\nexport const /** @type {?} */ outputs: string[] = ['axisLabelRender','beforeExport','crosshairLabelRender','legendClick','legendRender','load','loaded','onZooming','pointClick','pointMove','rangeChange','selectorRender','seriesRender','stockChartMouseClick','stockChartMouseDown','stockChartMouseLeave','stockChartMouseMove','stockChartMouseUp','stockEventRender','tooltipRender','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * Stock Chart Component\n * ```html\n * <ejs-stockchart></ejs-stockchart>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class StockChartComponent extends StockChart implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\taxisLabelRender: any;\n\tbeforeExport: any;\n\tcrosshairLabelRender: any;\n\tlegendClick: any;\n\tlegendRender: any;\n\tload: any;\n\tloaded: any;\n\tonZooming: any;\n\tpointClick: any;\n\tpointMove: any;\n\trangeChange: any;\n\tselectorRender: any;\n\tseriesRender: any;\n\tstockChartMouseClick: any;\n\tstockChartMouseDown: any;\n\tstockChartMouseLeave: any;\n\tstockChartMouseMove: any;\n\tstockChartMouseUp: any;\n\tstockEventRender: any;\n\ttooltipRender: any;\npublic dataSourceChange: any;\npublic childSeries: QueryList<StockChartSeriesCollectionDirective>;\npublic childAxes: QueryList<StockChartAxesDirective>;\npublic childRows: QueryList<StockChartRowsDirective>;\npublic childAnnotations: QueryList<StockChartAnnotationsDirective>;\npublic childSelectedDataIndexes: QueryList<StockChartSelectedDataIndexesDirective>;\npublic childPeriods: QueryList<StockChartPeriodsDirective>;\npublic childStockEvents: QueryList<StockEventsDirective>;\npublic childIndicators: QueryList<StockChartIndicatorsDirective>;\npublic tags: string[] = ['series', 'axes', 'rows', 'annotations', 'selectedDataIndexes', 'periods', 'stockEvents', 'indicators'];\n \n @Template()\npublic tooltip_template: any;\n \n @Template()\npublic legendSettings_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsLineSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsColumnSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSplineSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSplineAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStripLine');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsRangeAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCrosshair');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDateTime');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsZoom');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDataLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsChartAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsHiloSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsHiloOpenCloseSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCandleSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSmaIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsTmaIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsEmaIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAccumulationDistributionIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsMacdIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAtrIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsRsiIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsMomentumIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStochasticIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsBollingerBands');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsTrendlines');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsRangeTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStockLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDateTimeCategory');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsLastValueLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSeriesLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSeries;\n if (this.childAxes) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childAxes as any));\n }\n if (this.childRows) {\n this.tagObjects[2].instance = /** @type {?} */(( this.childRows as any));\n }\n if (this.childAnnotations) {\n this.tagObjects[3].instance = /** @type {?} */(( this.childAnnotations as any));\n }\n if (this.childSelectedDataIndexes) {\n this.tagObjects[4].instance = /** @type {?} */(( this.childSelectedDataIndexes as any));\n }\n if (this.childPeriods) {\n this.tagObjects[5].instance = /** @type {?} */(( this.childPeriods as any));\n }\n if (this.childStockEvents) {\n this.tagObjects[6].instance = /** @type {?} */(( this.childStockEvents as any));\n }\n if (this.childIndicators) {\n this.tagObjects[7].instance = /** @type {?} */(( this.childIndicators as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-stockchart',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childSeries: new ContentChild(StockChartSeriesCollectionDirective), \n childAxes: new ContentChild(StockChartAxesDirective), \n childRows: new ContentChild(StockChartRowsDirective), \n childAnnotations: new ContentChild(StockChartAnnotationsDirective), \n childSelectedDataIndexes: new ContentChild(StockChartSelectedDataIndexesDirective), \n childPeriods: new ContentChild(StockChartPeriodsDirective), \n childStockEvents: new ContentChild(StockEventsDirective), \n childIndicators: new ContentChild(StockChartIndicatorsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n'legendSettings_template': [{ type: ContentChild, args: ['legendSettingsTemplate', ] },],\n};\n}\n\nfunction StockChartComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartComponent.ctorParameters;\n/** @type {?} */\nStockChartComponent.propDecorators;\n/** @type {?} */\nStockChartComponent.prototype.context;\n/** @type {?} */\nStockChartComponent.prototype.tagObjects;\n/** @type {?} */\nStockChartComponent.prototype.axisLabelRender;\n/** @type {?} */\nStockChartComponent.prototype.beforeExport;\n/** @type {?} */\nStockChartComponent.prototype.crosshairLabelRender;\n/** @type {?} */\nStockChartComponent.prototype.legendClick;\n/** @type {?} */\nStockChartComponent.prototype.legendRender;\n/** @type {?} */\nStockChartComponent.prototype.load;\n/** @type {?} */\nStockChartComponent.prototype.loaded;\n/** @type {?} */\nStockChartComponent.prototype.onZooming;\n/** @type {?} */\nStockChartComponent.prototype.pointClick;\n/** @type {?} */\nStockChartComponent.prototype.pointMove;\n/** @type {?} */\nStockChartComponent.prototype.rangeChange;\n/** @type {?} */\nStockChartComponent.prototype.selectorRender;\n/** @type {?} */\nStockChartComponent.prototype.seriesRender;\n/** @type {?} */\nStockChartComponent.prototype.stockChartMouseClick;\n/** @type {?} */\nStockChartComponent.prototype.stockChartMouseDown;\n/** @type {?} */\nStockChartComponent.prototype.stockChartMouseLeave;\n/** @type {?} */\nStockChartComponent.prototype.stockChartMouseMove;\n/** @type {?} */\nStockChartComponent.prototype.stockChartMouseUp;\n/** @type {?} */\nStockChartComponent.prototype.stockEventRender;\n/** @type {?} */\nStockChartComponent.prototype.tooltipRender;\n/** @type {?} */\nStockChartComponent.prototype.dataSourceChange;\n/** @type {?} */\nStockChartComponent.prototype.childSeries;\n/** @type {?} */\nStockChartComponent.prototype.childAxes;\n/** @type {?} */\nStockChartComponent.prototype.childRows;\n/** @type {?} */\nStockChartComponent.prototype.childAnnotations;\n/** @type {?} */\nStockChartComponent.prototype.childSelectedDataIndexes;\n/** @type {?} */\nStockChartComponent.prototype.childPeriods;\n/** @type {?} */\nStockChartComponent.prototype.childStockEvents;\n/** @type {?} */\nStockChartComponent.prototype.childIndicators;\n/** @type {?} */\nStockChartComponent.prototype.tags;\n/** @type {?} */\nStockChartComponent.prototype.tooltip_template;\n/** @type {?} */\nStockChartComponent.prototype.legendSettings_template;\n/** @type {?} */\nStockChartComponent.prototype.registerEvents;\n/** @type {?} */\nStockChartComponent.prototype.addTwoWay;\n/** @type {?} */\nStockChartComponent.prototype.ngEle;\n/** @type {?} */\nStockChartComponent.prototype.srenderer;\n/** @type {?} */\nStockChartComponent.prototype.viewContainerRef;\n/** @type {?} */\nStockChartComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['animation', 'bandColor', 'close', 'dPeriod', 'dashArray', 'dataSource', 'fastPeriod', 'field', 'fill', 'high', 'kPeriod', 'linearGradient', 'low', 'lowerLine', 'macdLine', 'macdNegativeColor', 'macdPositiveColor', 'macdType', 'open', 'overBought', 'overSold', 'period', 'periodLine', 'pointColorMapping', 'query', 'radialGradient', 'seriesName', 'showZones', 'slowPeriod', 'standardDeviation', 'type', 'upperLine', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Indicator Directive\n * ```html\n * <e-stockchart-indicators>\n * <e-stockchart-indicator></e-stockchart-indicator>\n * </e-stockchart-indicators>\n * ```\n */\nexport class StockChartIndicatorDirective extends ComplexBase<StockChartIndicatorDirective> {\npublic directivePropList: any;\n/**\n * Defines the type of the technical indicator.\n * \\@default 'Sma'\n */\npublic type: any;\n/**\n * Options to customizing animation for the series.\n */\npublic animation: any;\n/**\n * Options for customizing the BollingerBand in the indicator.\n * \\@default 'rgba(211,211,211,0.25)'\n */\npublic bandColor: any;\n/**\n * The DataSource field that contains the close value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic close: any;\n/**\n * Defines the period, the price changes over which will define the %D value in stochastic indicators.\n * \\@default 3\n */\npublic dPeriod: any;\n/**\n * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n * \\@default '0'\n */\npublic dashArray: any;\n/**\n * Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager. \n * \n * \\@default ''\n */\npublic dataSource: any;\n/**\n * Sets the fast period to define the Macd line.\n * \\@default 26\n */\npublic fastPeriod: any;\n/**\n * Defines the field to compare the current value with previous values.\n * \\@default 'Close'\n */\npublic field: any;\n/**\n * The fill color for the series that accepts value in hex and rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue' and for series, it has null.\n * \\@default null\n */\npublic fill: any;\n/**\n * The DataSource field that contains the high value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic high: any;\n/**\n * Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n * \\@default 14\n */\npublic kPeriod: any;\n/**\n * Applies a linear gradient fill to the series. \n * The gradient transitions colors along a straight line. \n * When both linearGradient and radialGradient are specified, linearGradient takes precedence.\n * \\@default null\n */\npublic linearGradient: any;\n/**\n * The DataSource field that contains the low value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic low: any;\n/**\n * Defines the appearance of lower line in technical indicators.\n */\npublic lowerLine: any;\n/**\n * Defines the appearance of the the MacdLine of Macd indicator.\n * \\@default { color: '#ff9933', width: 2 }\n */\npublic macdLine: any;\n/**\n * Defines the color of the negative bars in Macd indicators.\n * \\@default '#e74c3d'\n */\npublic macdNegativeColor: any;\n/**\n * Defines the color of the positive bars in Macd indicators.\n * \\@default '#2ecd71'\n */\npublic macdPositiveColor: any;\n/**\n * Defines the type of the Macd indicator.\n * \\@default 'Both'\n */\npublic macdType: any;\n/**\n * The DataSource field that contains the open value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic open: any;\n/**\n * Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n * \\@default 80\n */\npublic overBought: any;\n/**\n * Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n * \\@default 20\n */\npublic overSold: any;\n/**\n * Defines the period, the price changes over which will be considered to predict the trend.\n * \\@default 14\n */\npublic period: any;\n/**\n * Defines the appearance of period line in technical indicators.\n */\npublic periodLine: any;\n/**\n * The DataSource field that contains the color value of point \n * It is applicable for series\n * \\@default ''\n */\npublic pointColorMapping: any;\n/**\n * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.\n * \\@default null\n */\npublic query: any;\n/**\n * Applies a radial gradient fill to the series. \n * The gradient transitions colors outward from a central point.\n * \\@default null\n */\npublic radialGradient: any;\n/**\n * Defines the name of the series, the data of which has to be depicted as indicator.\n * \\@default ''\n */\npublic seriesName: any;\n/**\n * Enables/Disables the over-bought and over-sold regions.\n * \\@default true\n */\npublic showZones: any;\n/**\n * Sets the slow period to define the Macd line.\n * \\@default 12\n */\npublic slowPeriod: any;\n/**\n * Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n * \\@default 2\n */\npublic standardDeviation: any;\n/**\n * Defines the appearance of the upper line in technical indicators.\n */\npublic upperLine: any;\n/**\n * Defines the data source field that contains the volume value in candle charts \n * It is applicable for financial series and technical indicators\n * \\@default ''\n */\npublic volume: any;\n/**\n * The stroke width for the series that is applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n */\npublic width: any;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators \n * \n * \\@default null\n */\npublic xAxisName: any;\n/**\n * The DataSource field that contains the x value. \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic xName: any;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators \n * \n * \\@default null\n */\npublic yAxisName: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stockchart-indicators>e-stockchart-indicator',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StockChartIndicatorDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartIndicatorDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartIndicatorDirective.ctorParameters;\n/** @type {?} */\nStockChartIndicatorDirective.prototype.directivePropList;\n/**\n * Defines the type of the technical indicator.\n * \\@default 'Sma'\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.type;\n/**\n * Options to customizing animation for the series.\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.animation;\n/**\n * Options for customizing the BollingerBand in the indicator.\n * \\@default 'rgba(211,211,211,0.25)'\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.bandColor;\n/**\n * The DataSource field that contains the close value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.close;\n/**\n * Defines the period, the price changes over which will define the %D value in stochastic indicators.\n * \\@default 3\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.dPeriod;\n/**\n * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n * \\@default '0'\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.dashArray;\n/**\n * Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager. \n * \n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.dataSource;\n/**\n * Sets the fast period to define the Macd line.\n * \\@default 26\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.fastPeriod;\n/**\n * Defines the field to compare the current value with previous values.\n * \\@default 'Close'\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.field;\n/**\n * The fill color for the series that accepts value in hex and rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue' and for series, it has null.\n * \\@default null\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.fill;\n/**\n * The DataSource field that contains the high value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.high;\n/**\n * Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n * \\@default 14\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.kPeriod;\n/**\n * Applies a linear gradient fill to the series. \n * The gradient transitions colors along a straight line. \n * When both linearGradient and radialGradient are specified, linearGradient takes precedence.\n * \\@default null\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.linearGradient;\n/**\n * The DataSource field that contains the low value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.low;\n/**\n * Defines the appearance of lower line in technical indicators.\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.lowerLine;\n/**\n * Defines the appearance of the the MacdLine of Macd indicator.\n * \\@default { color: '#ff9933', width: 2 }\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.macdLine;\n/**\n * Defines the color of the negative bars in Macd indicators.\n * \\@default '#e74c3d'\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.macdNegativeColor;\n/**\n * Defines the color of the positive bars in Macd indicators.\n * \\@default '#2ecd71'\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.macdPositiveColor;\n/**\n * Defines the type of the Macd indicator.\n * \\@default 'Both'\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.macdType;\n/**\n * The DataSource field that contains the open value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.open;\n/**\n * Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n * \\@default 80\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.overBought;\n/**\n * Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n * \\@default 20\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.overSold;\n/**\n * Defines the period, the price changes over which will be considered to predict the trend.\n * \\@default 14\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.period;\n/**\n * Defines the appearance of period line in technical indicators.\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.periodLine;\n/**\n * The DataSource field that contains the color value of point \n * It is applicable for series\n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.pointColorMapping;\n/**\n * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.\n * \\@default null\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.query;\n/**\n * Applies a radial gradient fill to the series. \n * The gradient transitions colors outward from a central point.\n * \\@default null\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.radialGradient;\n/**\n * Defines the name of the series, the data of which has to be depicted as indicator.\n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.seriesName;\n/**\n * Enables/Disables the over-bought and over-sold regions.\n * \\@default true\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.showZones;\n/**\n * Sets the slow period to define the Macd line.\n * \\@default 12\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.slowPeriod;\n/**\n * Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n * \\@default 2\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.standardDeviation;\n/**\n * Defines the appearance of the upper line in technical indicators.\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.upperLine;\n/**\n * Defines the data source field that contains the volume value in candle charts \n * It is applicable for financial series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.volume;\n/**\n * The stroke width for the series that is applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.width;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators \n * \n * \\@default null\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.xAxisName;\n/**\n * The DataSource field that contains the x value. \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.xName;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators \n * \n * \\@default null\n * @type {?}\n */\nStockChartIndicatorDirective.prototype.yAxisName;\n/** @type {?} */\nStockChartIndicatorDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockChartIndicator Array Directive\n */\nexport class StockChartIndicatorsDirective extends ArrayBase<StockChartIndicatorsDirective> {\nconstructor() {\n super('indicators');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart>e-stockchart-indicators',\n queries: {\n children: new ContentChildren(StockChartIndicatorDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartIndicatorsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartIndicatorsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartIndicatorsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['background', 'border', 'date', 'description', 'placeAt', 'seriesIndexes', 'showOnSeries', 'text', 'textStyle', 'type'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * StockEvents\n * ```html\n * <e-stockchart-stockevents>\n * <e-stockchart-stockevent></e-stockchart-stockevent>\n * </e-stockchart-stockevents>\n * ```\n */\nexport class StockEventDirective extends ComplexBase<StockEventDirective> {\npublic directivePropList: any;\n/**\n * Specifies type of stock events \n * * Circle \n * * Square \n * * Flag \n * * Text \n * * Sign \n * * Triangle \n * * InvertedTriangle \n * * ArrowUp \n * * ArrowDown \n * * ArrowLeft \n * * ArrowRight\n * \\@default 'Circle'\n */\npublic type: any;\n/**\n * The background of the stock event that accepts value in hex and rgba as a valid CSS color string.\n * \\@default 'transparent'\n */\npublic background: any;\n/**\n * Options to customize the border of the stock events.\n */\npublic border: any;\n/**\n * Date value of stock event in which stock event shows.\n */\npublic date: any;\n/**\n * Specifies the description for the chart which renders in tooltip for stock event.\n */\npublic description: any;\n/**\n * Corresponding values in which stock event placed. \n * * Close \n * * Open \n * * High \n * * Close\n * \\@default 'close'\n */\npublic placeAt: any;\n/**\n * To render stock events in particular series. \n * By default stock events will render for all series.\n * \\@default []\n */\npublic seriesIndexes: any;\n/**\n * Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.\n * \\@default true\n */\npublic showOnSeries: any;\n/**\n * Specifies the text for the stock chart text.\n */\npublic text: any;\n/**\n * Options to customize the styles for stock events text.\n */\npublic textStyle: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stockchart-indicators>e-stockchart-stockevent',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StockEventDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockEventDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockEventDirective.ctorParameters;\n/** @type {?} */\nStockEventDirective.prototype.directivePropList;\n/**\n * Specifies type of stock events \n * * Circle \n * * Square \n * * Flag \n * * Text \n * * Sign \n * * Triangle \n * * InvertedTriangle \n * * ArrowUp \n * * ArrowDown \n * * ArrowLeft \n * * ArrowRight\n * \\@default 'Circle'\n * @type {?}\n */\nStockEventDirective.prototype.type;\n/**\n * The background of the stock event that accepts value in hex and rgba as a valid CSS color string.\n * \\@default 'transparent'\n * @type {?}\n */\nStockEventDirective.prototype.background;\n/**\n * Options to customize the border of the stock events.\n * @type {?}\n */\nStockEventDirective.prototype.border;\n/**\n * Date value of stock event in which stock event shows.\n * @type {?}\n */\nStockEventDirective.prototype.date;\n/**\n * Specifies the description for the chart which renders in tooltip for stock event.\n * @type {?}\n */\nStockEventDirective.prototype.description;\n/**\n * Corresponding values in which stock event placed. \n * * Close \n * * Open \n * * High \n * * Close\n * \\@default 'close'\n * @type {?}\n */\nStockEventDirective.prototype.placeAt;\n/**\n * To render stock events in particular series. \n * By default stock events will render for all series.\n * \\@default []\n * @type {?}\n */\nStockEventDirective.prototype.seriesIndexes;\n/**\n * Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.\n * \\@default true\n * @type {?}\n */\nStockEventDirective.prototype.showOnSeries;\n/**\n * Specifies the text for the stock chart text.\n * @type {?}\n */\nStockEventDirective.prototype.text;\n/**\n * Options to customize the styles for stock events text.\n * @type {?}\n */\nStockEventDirective.prototype.textStyle;\n/** @type {?} */\nStockEventDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockEvent Array Directive\n */\nexport class StockEventsDirective extends ArrayBase<StockEventsDirective> {\nconstructor() {\n super('stockevents');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart>e-stockchart-stockevents',\n queries: {\n children: new ContentChildren(StockEventDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockEventsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockEventsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockEventsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['interval', 'intervalType', 'selected', 'text'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Indicator Directive\n * ```html\n * <e-stockchart-periods>\n * <e-stockchart-period></e-stockchart-period>\n * </e-stockchart-periods>\n * ```\n */\nexport class StockChartPeriodDirective extends ComplexBase<StockChartPeriodDirective> {\npublic directivePropList: any;\n/**\n * Count value for the button.\n * \\@default 1\n */\npublic interval: any;\n/**\n * IntervalType of button.\n * \\@default 'Years'\n */\npublic intervalType: any;\n/**\n * To select the default period.\n * \\@default false\n */\npublic selected: any;\n/**\n * Text to be displayed on the button.\n * \\@default null\n */\npublic text: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stockchart-indicators>e-stockchart-period',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StockChartPeriodDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartPeriodDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartPeriodDirective.ctorParameters;\n/** @type {?} */\nStockChartPeriodDirective.prototype.directivePropList;\n/**\n * Count value for the button.\n * \\@default 1\n * @type {?}\n */\nStockChartPeriodDirective.prototype.interval;\n/**\n * IntervalType of button.\n * \\@default 'Years'\n * @type {?}\n */\nStockChartPeriodDirective.prototype.intervalType;\n/**\n * To select the default period.\n * \\@default false\n * @type {?}\n */\nStockChartPeriodDirective.prototype.selected;\n/**\n * Text to be displayed on the button.\n * \\@default null\n * @type {?}\n */\nStockChartPeriodDirective.prototype.text;\n/** @type {?} */\nStockChartPeriodDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockChartPeriod Array Directive\n */\nexport class StockChartPeriodsDirective extends ArrayBase<StockChartPeriodsDirective> {\nconstructor() {\n super('periods');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart>e-stockchart-periods',\n queries: {\n children: new ContentChildren(StockChartPeriodDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartPeriodsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartPeriodsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartPeriodsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['point', 'series'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Selected Data Directive\n * ```html\n * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>\n * ```\n */\nexport class StockChartSelectedDataIndexDirective extends ComplexBase<StockChartSelectedDataIndexDirective> {\npublic directivePropList: any;\n/**\n * Specifies index of point.\n * \\@default 0\n * \\@asptype int\n */\npublic point: any;\n/**\n * Specifies index of series.\n * \\@default 0\n * \\@asptype int\n */\npublic series: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart-selectedDataIndexes>e-stockchart-selectedDataIndex',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StockChartSelectedDataIndexDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartSelectedDataIndexDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartSelectedDataIndexDirective.ctorParameters;\n/** @type {?} */\nStockChartSelectedDataIndexDirective.prototype.directivePropList;\n/**\n * Specifies index of point.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nStockChartSelectedDataIndexDirective.prototype.point;\n/**\n * Specifies index of series.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nStockChartSelectedDataIndexDirective.prototype.series;\n/** @type {?} */\nStockChartSelectedDataIndexDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockChartSelectedDataIndex Array Directive\n */\nexport class StockChartSelectedDataIndexesDirective extends ArrayBase<StockChartSelectedDataIndexesDirective> {\nconstructor() {\n super('selecteddataindexes');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart>e-stockchart-selectedDataIndexes',\n queries: {\n children: new ContentChildren(StockChartSelectedDataIndexDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartSelectedDataIndexesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartSelectedDataIndexesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartSelectedDataIndexesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['content', 'coordinateUnits', 'description', 'horizontalAlignment', 'region', 'verticalAlignment', 'x', 'xAxisName', 'y', 'yAxisName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Annotation Directive\n * ```html\n * <e-stockchart-annotations><e-stockchart-annotation></e-stockchart-annotation><e-stockchart-annotations>\n * ```\n */\nexport class StockChartAnnotationDirective extends ComplexBase<StockChartAnnotationDirective> {\npublic directivePropList: any;\n/**\n * Specifies the coordinate units of the annotation. They are \n * * Pixel - Annotation renders based on x and y pixel value. \n * * Point - Annotation renders based on x and y axis value.\n * \\@default 'Pixel'\n */\npublic coordinateUnits: any;\n/**\n * Information about annotation for assistive technology.\n * \\@default null\n */\npublic description: any;\n/**\n * Specifies the alignment of the annotation. They are \n * * Near - Align the annotation element as left side. \n * * Far - Align the annotation element as right side. \n * * Center - Align the annotation element as mid point.\n * \\@default 'Center'\n */\npublic horizontalAlignment: any;\n/**\n * Specifies the regions of the annotation. They are \n * * Chart - Annotation renders based on chart coordinates. \n * * Series - Annotation renders based on series coordinates.\n * \\@default 'Chart'\n */\npublic region: any;\n/**\n * Specifies the position of the annotation. They are \n * * Top - Align the annotation element as top side. \n * * Bottom - Align the annotation element as bottom side. \n * * Middle - Align the annotation element as mid point.\n * \\@default 'Middle'\n */\npublic verticalAlignment: any;\n/**\n * if set coordinateUnit as `Pixel` X specifies the axis value \n * else is specifies pixel or percentage of coordinate\n * \\@default '0'\n */\npublic x: any;\n/**\n * The name of horizontal axis associated with the annotation. \n * It requires `axes` of chart.\n * \\@default null\n */\npublic xAxisName: any;\n/**\n * if set coordinateUnit as `Pixel` Y specifies the axis value \n * else is specifies pixel or percentage of coordinate\n * \\@default '0'\n */\npublic y: any;\n/**\n * The name of vertical axis associated with the annotation. \n * It requires `axes` of chart.\n * \\@default null\n */\npublic yAxisName: any;\n/**\n * Content of the annotation, which accepts the id of the custom element.\n * \\@default null\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart-annotations>e-stockchart-annotation',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction StockChartAnnotationDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartAnnotationDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartAnnotationDirective.ctorParameters;\n/** @type {?} */\nStockChartAnnotationDirective.propDecorators;\n/** @type {?} */\nStockChartAnnotationDirective.prototype.directivePropList;\n/**\n * Specifies the coordinate units of the annotation. They are \n * * Pixel - Annotation renders based on x and y pixel value. \n * * Point - Annotation renders based on x and y axis value.\n * \\@default 'Pixel'\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.coordinateUnits;\n/**\n * Information about annotation for assistive technology.\n * \\@default null\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.description;\n/**\n * Specifies the alignment of the annotation. They are \n * * Near - Align the annotation element as left side. \n * * Far - Align the annotation element as right side. \n * * Center - Align the annotation element as mid point.\n * \\@default 'Center'\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.horizontalAlignment;\n/**\n * Specifies the regions of the annotation. They are \n * * Chart - Annotation renders based on chart coordinates. \n * * Series - Annotation renders based on series coordinates.\n * \\@default 'Chart'\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.region;\n/**\n * Specifies the position of the annotation. They are \n * * Top - Align the annotation element as top side. \n * * Bottom - Align the annotation element as bottom side. \n * * Middle - Align the annotation element as mid point.\n * \\@default 'Middle'\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.verticalAlignment;\n/**\n * if set coordinateUnit as `Pixel` X specifies the axis value \n * else is specifies pixel or percentage of coordinate\n * \\@default '0'\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.x;\n/**\n * The name of horizontal axis associated with the annotation. \n * It requires `axes` of chart.\n * \\@default null\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.xAxisName;\n/**\n * if set coordinateUnit as `Pixel` Y specifies the axis value \n * else is specifies pixel or percentage of coordinate\n * \\@default '0'\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.y;\n/**\n * The name of vertical axis associated with the annotation. \n * It requires `axes` of chart.\n * \\@default null\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.yAxisName;\n/**\n * Content of the annotation, which accepts the id of the custom element.\n * \\@default null\n * @type {?}\n */\nStockChartAnnotationDirective.prototype.content;\n/** @type {?} */\nStockChartAnnotationDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockChartAnnotation Array Directive\n */\nexport class StockChartAnnotationsDirective extends ArrayBase<StockChartAnnotationsDirective> {\nconstructor() {\n super('annotations');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart>e-stockchart-annotations',\n queries: {\n children: new ContentChildren(StockChartAnnotationDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartAnnotationsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartAnnotationsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartAnnotationsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['border', 'height'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Row Directive\n * ```html\n * <e-rows><e-row></e-row><e-rows>\n * ```\n */\nexport class StockChartRowDirective extends ComplexBase<StockChartRowDirective> {\npublic directivePropList: any;\n/**\n * Options to customize the border of the rows.\n */\npublic border: any;\n/**\n * The height of the row as a string accept input both as '100px' and '100%'. \n * If specified as '100%, row renders to the full height of its chart.\n * \\@default '100%'\n */\npublic height: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stockchart-rows>e-striplines>e-stockchart-row',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StockChartRowDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartRowDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartRowDirective.ctorParameters;\n/** @type {?} */\nStockChartRowDirective.prototype.directivePropList;\n/**\n * Options to customize the border of the rows.\n * @type {?}\n */\nStockChartRowDirective.prototype.border;\n/**\n * The height of the row as a string accept input both as '100px' and '100%'. \n * If specified as '100%, row renders to the full height of its chart.\n * \\@default '100%'\n * @type {?}\n */\nStockChartRowDirective.prototype.height;\n/** @type {?} */\nStockChartRowDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockChartRow Array Directive\n */\nexport class StockChartRowsDirective extends ArrayBase<StockChartRowsDirective> {\nconstructor() {\n super('rows');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart>e-stockchart-rows',\n queries: {\n children: new ContentChildren(StockChartRowDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartRowsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartRowsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartRowsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['coefficient', 'crossesAt', 'crossesInAxis', 'crosshairTooltip', 'description', 'desiredIntervals', 'edgeLabelPlacement', 'enableAutoIntervalOnZooming', 'enableTrim', 'interval', 'intervalType', 'isInversed', 'labelFormat', 'labelIntersectAction', 'labelPlacement', 'labelPosition', 'labelRotation', 'labelStyle', 'lineStyle', 'logBase', 'majorGridLines', 'majorTickLines', 'maximum', 'maximumLabelWidth', 'maximumLabels', 'minimum', 'minorGridLines', 'minorTickLines', 'minorTicksPerInterval', 'name', 'opposedPosition', 'placeNextToAxisLine', 'plotOffset', 'rangePadding', 'rowIndex', 'skeleton', 'skeletonType', 'span', 'startAngle', 'stripLines', 'tabIndex', 'tickPosition', 'title', 'titleStyle', 'valueType', 'visible', 'zoomFactor', 'zoomPosition'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Axis Directive\n * ```html\n * <e-stockchart-axes><e-stockchart-axis></e-stockchart-axis></e-stockchart-axes>\n * ```\n */\nexport class StockChartAxisDirective extends ComplexBase<StockChartAxisDirective> {\npublic directivePropList: any;\n/**\n * The polar radar radius position.\n * \\@default 100\n */\npublic coefficient: any;\n/**\n * Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n * \\@default null\n */\npublic crossesAt: any;\n/**\n * Specifies axis name with which the axis line has to be crossed.\n * \\@default null\n */\npublic crossesInAxis: any;\n/**\n * Options to customize the crosshair ToolTip.\n */\npublic crosshairTooltip: any;\n/**\n * Description for axis and its element.\n * \\@default null\n */\npublic description: any;\n/**\n * With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic desiredIntervals: any;\n/**\n * Specifies the position of labels at the edge of the axis.They are, \n * * None: No action will be performed. \n * * Hide: Edge label will be hidden. \n * * Shift: Shifts the edge labels.\n * \\@default 'None'\n */\npublic edgeLabelPlacement: any;\n/**\n * If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n * \\@default true\n */\npublic enableAutoIntervalOnZooming: any;\n/**\n * Specifies the Trim property for an axis.\n * \\@default false\n */\npublic enableTrim: any;\n/**\n * Specifies the interval for an axis.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic interval: any;\n/**\n * Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are, \n * * Auto: Defines the interval of the axis based on data. \n * * Years: Defines the interval of the axis in years. \n * * Months: Defines the interval of the axis in months. \n * * Days: Defines the interval of the axis in days. \n * * Hours: Defines the interval of the axis in hours. \n * * Minutes: Defines the interval of the axis in minutes.\n * \\@default 'Auto'\n */\npublic intervalType: any;\n/**\n * It specifies whether the axis to be rendered in inversed manner or not.\n * \\@default false\n */\npublic isInversed: any;\n/**\n * Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc. \n * It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n * \\@default ''\n */\npublic labelFormat: any;\n/**\n * Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are, \n * * None: Shows all the labels. \n * * Hide: Hides the label when it intersects. \n * * Rotate45: Rotates the label to 45 degree when it intersects. \n * * Rotate90: Rotates the label to 90 degree when it intersects.\n * \\@default Hide\n */\npublic labelIntersectAction: any;\n/**\n * Specifies the placement of a label for category axis. They are, \n * * betweenTicks: Renders the label between the ticks. \n * * onTicks: Renders the label on the ticks.\n * \\@default 'BetweenTicks'\n */\npublic labelPlacement: any;\n/**\n * Specifies the placement of a labels to the axis line. They are, \n * * inside: Renders the labels inside to the axis line. \n * * outside: Renders the labels outside to the axis line.\n * \\@default 'Outside'\n */\npublic labelPosition: any;\n/**\n * The angle to which the axis label gets rotated.\n * \\@default 0\n */\npublic labelRotation: any;\n/**\n * Options to customize the axis label.\n */\npublic labelStyle: any;\n/**\n * Options for customizing axis lines.\n */\npublic lineStyle: any;\n/**\n * The base value for logarithmic axis. It requires `valueType` to be `Logarithmic`.\n * \\@default 10\n */\npublic logBase: any;\n/**\n * Options for customizing major grid lines.\n */\npublic majorGridLines: any;\n/**\n * Options for customizing major tick lines.\n */\npublic majorTickLines: any;\n/**\n * Specifies the maximum range of an axis.\n * \\@default null\n */\npublic maximum: any;\n/**\n * Specifies the maximum width of an axis label.\n * \\@default 34.\n */\npublic maximumLabelWidth: any;\n/**\n * The maximum number of label count per 100 pixels with respect to the axis length.\n * \\@default 3\n */\npublic maximumLabels: any;\n/**\n * Specifies the minimum range of an axis.\n * \\@default null\n */\npublic minimum: any;\n/**\n * Options for customizing minor grid lines.\n */\npublic minorGridLines: any;\n/**\n * Options for customizing minor tick lines.\n */\npublic minorTickLines: any;\n/**\n * Specifies the number of minor ticks per interval.\n * \\@default 0\n */\npublic minorTicksPerInterval: any;\n/**\n * Unique identifier of an axis. \n * To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n * \\@default ''\n */\npublic name: any;\n/**\n * If set to true, the axis will render at the opposite side of its default position.\n * \\@default false\n */\npublic opposedPosition: any;\n/**\n * Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n * \\@default true\n */\npublic placeNextToAxisLine: any;\n/**\n * Left and right padding for the plot area in pixels.\n * \\@default 0\n */\npublic plotOffset: any;\n/**\n * Specifies the padding for the axis range in terms of interval.They are, \n * * none: Padding cannot be applied to the axis. \n * * normal: Padding is applied to the axis based on the range calculation. \n * * additional: Interval of the axis is added as padding to the minimum and maximum values of the range. \n * * round: Axis range is rounded to the nearest possible value divided by the interval.\n * \\@default 'Auto'\n */\npublic rangePadding: any;\n/**\n * Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `rows`. \n * \n * \\@default 0\n */\npublic rowIndex: any;\n/**\n * Specifies the skeleton format in which the dateTime format will process.\n * \\@default ''\n */\npublic skeleton: any;\n/**\n * It specifies the type of format to be used in dateTime format process.\n * \\@default 'DateTime'\n */\npublic skeletonType: any;\n/**\n * Specifies the number of `columns` or `rows` an axis has to span horizontally or vertically.\n * \\@default 1\n */\npublic span: any;\n/**\n * The start angle for the series.\n * \\@default 0\n */\npublic startAngle: any;\n/**\n * Specifies the stripLine collection for the axis.\n */\npublic stripLines: any;\n/**\n * TabIndex value for the axis.\n * \\@default 2\n */\npublic tabIndex: any;\n/**\n * Specifies the placement of a ticks to the axis line. They are, \n * * inside: Renders the ticks inside to the axis line. \n * * outside: Renders the ticks outside to the axis line.\n * \\@default 'Outside'\n */\npublic tickPosition: any;\n/**\n * Specifies the title of an axis.\n * \\@default ''\n */\npublic title: any;\n/**\n * Options for customizing the axis title.\n */\npublic titleStyle: any;\n/**\n * Specifies the data types that the axis can handle: \n * * Double: This type is used for rendering a numeric axis to accommodate numeric data. \n * * DateTime: This type is utilized for rendering a date-time axis to manage date-time data. \n * * Category: This type is employed for rendering a category axis to manage categorical data. \n * * Logarithmic: This type is applied for rendering a logarithmic axis to handle a wide range of values. \n * * DateTimeCategory: This type is used to render a date time category axis for managing business days.\n * \\@default 'Double'\n * \\@blazortype Syncfusion.EJ2.Blazor.Charts.ValueType\n * \\@isenumeration true\n */\npublic valueType: any;\n/**\n * If set to true, axis label will be visible.\n * \\@default true\n */\npublic visible: any;\n/**\n * 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.\n * \\@default 1\n */\npublic zoomFactor: any;\n/**\n * Position of the zoomed axis. Value ranges from 0 to 1.\n * \\@default 0\n */\npublic zoomPosition: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stockchart-axes>e-stockchart-axis',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StockChartAxisDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartAxisDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartAxisDirective.ctorParameters;\n/** @type {?} */\nStockChartAxisDirective.prototype.directivePropList;\n/**\n * The polar radar radius position.\n * \\@default 100\n * @type {?}\n */\nStockChartAxisDirective.prototype.coefficient;\n/**\n * Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n * \\@default null\n * @type {?}\n */\nStockChartAxisDirective.prototype.crossesAt;\n/**\n * Specifies axis name with which the axis line has to be crossed.\n * \\@default null\n * @type {?}\n */\nStockChartAxisDirective.prototype.crossesInAxis;\n/**\n * Options to customize the crosshair ToolTip.\n * @type {?}\n */\nStockChartAxisDirective.prototype.crosshairTooltip;\n/**\n * Description for axis and its element.\n * \\@default null\n * @type {?}\n */\nStockChartAxisDirective.prototype.description;\n/**\n * With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStockChartAxisDirective.prototype.desiredIntervals;\n/**\n * Specifies the position of labels at the edge of the axis.They are, \n * * None: No action will be performed. \n * * Hide: Edge label will be hidden. \n * * Shift: Shifts the edge labels.\n * \\@default 'None'\n * @type {?}\n */\nStockChartAxisDirective.prototype.edgeLabelPlacement;\n/**\n * If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n * \\@default true\n * @type {?}\n */\nStockChartAxisDirective.prototype.enableAutoIntervalOnZooming;\n/**\n * Specifies the Trim property for an axis.\n * \\@default false\n * @type {?}\n */\nStockChartAxisDirective.prototype.enableTrim;\n/**\n * Specifies the interval for an axis.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStockChartAxisDirective.prototype.interval;\n/**\n * Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are, \n * * Auto: Defines the interval of the axis based on data. \n * * Years: Defines the interval of the axis in years. \n * * Months: Defines the interval of the axis in months. \n * * Days: Defines the interval of the axis in days. \n * * Hours: Defines the interval of the axis in hours. \n * * Minutes: Defines the interval of the axis in minutes.\n * \\@default 'Auto'\n * @type {?}\n */\nStockChartAxisDirective.prototype.intervalType;\n/**\n * It specifies whether the axis to be rendered in inversed manner or not.\n * \\@default false\n * @type {?}\n */\nStockChartAxisDirective.prototype.isInversed;\n/**\n * Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc. \n * It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n * \\@default ''\n * @type {?}\n */\nStockChartAxisDirective.prototype.labelFormat;\n/**\n * Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are, \n * * None: Shows all the labels. \n * * Hide: Hides the label when it intersects. \n * * Rotate45: Rotates the label to 45 degree when it intersects. \n * * Rotate90: Rotates the label to 90 degree when it intersects.\n * \\@default Hide\n * @type {?}\n */\nStockChartAxisDirective.prototype.labelIntersectAction;\n/**\n * Specifies the placement of a label for category axis. They are, \n * * betweenTicks: Renders the label between the ticks. \n * * onTicks: Renders the label on the ticks.\n * \\@default 'BetweenTicks'\n * @type {?}\n */\nStockChartAxisDirective.prototype.labelPlacement;\n/**\n * Specifies the placement of a labels to the axis line. They are, \n * * inside: Renders the labels inside to the axis line. \n * * outside: Renders the labels outside to the axis line.\n * \\@default 'Outside'\n * @type {?}\n */\nStockChartAxisDirective.prototype.labelPosition;\n/**\n * The angle to which the axis label gets rotated.\n * \\@default 0\n * @type {?}\n */\nStockChartAxisDirective.prototype.labelRotation;\n/**\n * Options to customize the axis label.\n * @type {?}\n */\nStockChartAxisDirective.prototype.labelStyle;\n/**\n * Options for customizing axis lines.\n * @type {?}\n */\nStockChartAxisDirective.prototype.lineStyle;\n/**\n * The base value for logarithmic axis. It requires `valueType` to be `Logarithmic`.\n * \\@default 10\n * @type {?}\n */\nStockChartAxisDirective.prototype.logBase;\n/**\n * Options for customizing major grid lines.\n * @type {?}\n */\nStockChartAxisDirective.prototype.majorGridLines;\n/**\n * Options for customizing major tick lines.\n * @type {?}\n */\nStockChartAxisDirective.prototype.majorTickLines;\n/**\n * Specifies the maximum range of an axis.\n * \\@default null\n * @type {?}\n */\nStockChartAxisDirective.prototype.maximum;\n/**\n * Specifies the maximum width of an axis label.\n * \\@default 34.\n * @type {?}\n */\nStockChartAxisDirective.prototype.maximumLabelWidth;\n/**\n * The maximum number of label count per 100 pixels with respect to the axis length.\n * \\@default 3\n * @type {?}\n */\nStockChartAxisDirective.prototype.maximumLabels;\n/**\n * Specifies the minimum range of an axis.\n * \\@default null\n * @type {?}\n */\nStockChartAxisDirective.prototype.minimum;\n/**\n * Options for customizing minor grid lines.\n * @type {?}\n */\nStockChartAxisDirective.prototype.minorGridLines;\n/**\n * Options for customizing minor tick lines.\n * @type {?}\n */\nStockChartAxisDirective.prototype.minorTickLines;\n/**\n * Specifies the number of minor ticks per interval.\n * \\@default 0\n * @type {?}\n */\nStockChartAxisDirective.prototype.minorTicksPerInterval;\n/**\n * Unique identifier of an axis. \n * To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n * \\@default ''\n * @type {?}\n */\nStockChartAxisDirective.prototype.name;\n/**\n * If set to true, the axis will render at the opposite side of its default position.\n * \\@default false\n * @type {?}\n */\nStockChartAxisDirective.prototype.opposedPosition;\n/**\n * Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n * \\@default true\n * @type {?}\n */\nStockChartAxisDirective.prototype.placeNextToAxisLine;\n/**\n * Left and right padding for the plot area in pixels.\n * \\@default 0\n * @type {?}\n */\nStockChartAxisDirective.prototype.plotOffset;\n/**\n * Specifies the padding for the axis range in terms of interval.They are, \n * * none: Padding cannot be applied to the axis. \n * * normal: Padding is applied to the axis based on the range calculation. \n * * additional: Interval of the axis is added as padding to the minimum and maximum values of the range. \n * * round: Axis range is rounded to the nearest possible value divided by the interval.\n * \\@default 'Auto'\n * @type {?}\n */\nStockChartAxisDirective.prototype.rangePadding;\n/**\n * Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `rows`. \n * \n * \\@default 0\n * @type {?}\n */\nStockChartAxisDirective.prototype.rowIndex;\n/**\n * Specifies the skeleton format in which the dateTime format will process.\n * \\@default ''\n * @type {?}\n */\nStockChartAxisDirective.prototype.skeleton;\n/**\n * It specifies the type of format to be used in dateTime format process.\n * \\@default 'DateTime'\n * @type {?}\n */\nStockChartAxisDirective.prototype.skeletonType;\n/**\n * Specifies the number of `columns` or `rows` an axis has to span horizontally or vertically.\n * \\@default 1\n * @type {?}\n */\nStockChartAxisDirective.prototype.span;\n/**\n * The start angle for the series.\n * \\@default 0\n * @type {?}\n */\nStockChartAxisDirective.prototype.startAngle;\n/**\n * Specifies the stripLine collection for the axis.\n * @type {?}\n */\nStockChartAxisDirective.prototype.stripLines;\n/**\n * TabIndex value for the axis.\n * \\@default 2\n * @type {?}\n */\nStockChartAxisDirective.prototype.tabIndex;\n/**\n * Specifies the placement of a ticks to the axis line. They are, \n * * inside: Renders the ticks inside to the axis line. \n * * outside: Renders the ticks outside to the axis line.\n * \\@default 'Outside'\n * @type {?}\n */\nStockChartAxisDirective.prototype.tickPosition;\n/**\n * Specifies the title of an axis.\n * \\@default ''\n * @type {?}\n */\nStockChartAxisDirective.prototype.title;\n/**\n * Options for customizing the axis title.\n * @type {?}\n */\nStockChartAxisDirective.prototype.titleStyle;\n/**\n * Specifies the data types that the axis can handle: \n * * Double: This type is used for rendering a numeric axis to accommodate numeric data. \n * * DateTime: This type is utilized for rendering a date-time axis to manage date-time data. \n * * Category: This type is employed for rendering a category axis to manage categorical data. \n * * Logarithmic: This type is applied for rendering a logarithmic axis to handle a wide range of values. \n * * DateTimeCategory: This type is used to render a date time category axis for managing business days.\n * \\@default 'Double'\n * \\@blazortype Syncfusion.EJ2.Blazor.Charts.ValueType\n * \\@isenumeration true\n * @type {?}\n */\nStockChartAxisDirective.prototype.valueType;\n/**\n * If set to true, axis label will be visible.\n * \\@default true\n * @type {?}\n */\nStockChartAxisDirective.prototype.visible;\n/**\n * 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.\n * \\@default 1\n * @type {?}\n */\nStockChartAxisDirective.prototype.zoomFactor;\n/**\n * Position of the zoomed axis. Value ranges from 0 to 1.\n * \\@default 0\n * @type {?}\n */\nStockChartAxisDirective.prototype.zoomPosition;\n/** @type {?} */\nStockChartAxisDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockChartAxis Array Directive\n */\nexport class StockChartAxesDirective extends ArrayBase<StockChartAxesDirective> {\nconstructor() {\n super('axes');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart>e-stockchart-axes',\n queries: {\n children: new ContentChildren(StockChartAxisDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartAxesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartAxesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartAxesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { StockChartTrendlinesDirective } from './trendlines.directive';\n\nlet /** @type {?} */ input: string[] = ['animation', 'bearFillColor', 'border', 'bullFillColor', 'cardinalSplineTension', 'close', 'columnSpacing', 'columnWidth', 'cornerRadius', 'dashArray', 'dataSource', 'emptyPointSettings', 'enableSolidCandles', 'enableTooltip', 'fill', 'high', 'labelSettings', 'lastValueLabel', 'legendImageUrl', 'legendShape', 'linearGradient', 'low', 'marker', 'name', 'opacity', 'open', 'pointColorMapping', 'query', 'radialGradient', 'selectionStyle', 'showNearestTooltip', 'tooltipMappingName', 'trendlines', 'type', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Series Directive\n * ```html\n * <e-stockchart-series-collection>\n * <e-stockchart-series></e-stockchart-series>\n * </e-stockchart-series-collection>\n * ```\n */\nexport class StockChartSeriesDirective extends ComplexBase<StockChartSeriesDirective> {\npublic directivePropList: any;\npublic childTrendlines: any;\npublic tags: string[] = ['trendlines'];\n/**\n * The type of the series are \n * * Line \n * * Column \n * * Area \n * * Spline \n * * Hilo \n * * HiloOpenClose \n * * Candle\n * \\@default 'Candle'\n */\npublic type: any;\n/**\n * Options to customizing animation for the series.\n */\npublic animation: any;\n/**\n * This property is used in stock charts to visualize the price movements in stock. \n * It defines the color of the candle/point, when the opening price is less than the closing price.\n * \\@default '#2ecd71'\n */\npublic bearFillColor: any;\n/**\n * Options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.\n */\npublic border: any;\n/**\n * This property is used in financial charts to visualize the price movements in stock. \n * It defines the color of the candle/point, when the opening price is higher than the closing price.\n * \\@default '#e74c3d'\n */\npublic bullFillColor: any;\n/**\n * It defines tension of cardinal spline types.\n * \\@default 0.5\n */\npublic cardinalSplineTension: any;\n/**\n * The DataSource field that contains the close value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic close: any;\n/**\n * To render the column series points with particular column spacing. It takes value from 0 - 1.\n * \\@default 0\n */\npublic columnSpacing: any;\n/**\n * To render the column series points with particular column width. If the series type is histogram the \n * default value is 1 otherwise 0.7.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic columnWidth: any;\n/**\n * To render the column series points with particular rounded corner.\n */\npublic cornerRadius: any;\n/**\n * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n * \\@default '0'\n */\npublic dashArray: any;\n/**\n * Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n * \\@default ''\n */\npublic dataSource: any;\n/**\n * options to customize the empty points in series.\n */\npublic emptyPointSettings: any;\n/**\n * This property is applicable for candle series. \n * It enables/disables to visually compare the current values with the previous values in stock.\n * \\@default false\n */\npublic enableSolidCandles: any;\n/**\n * If set true, the Tooltip for series will be visible.\n * \\@default true\n */\npublic enableTooltip: any;\n/**\n * The fill color for the series that accepts value in hex and rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue' and for series, it has null.\n * \\@default null\n */\npublic fill: any;\n/**\n * The DataSource field that contains the high value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic high: any;\n/**\n * Configures the options for displaying series names as inline labels in the stock chart.\n */\npublic labelSettings: any;\n/**\n * Options for customizing and displaying the last value in the series.\n */\npublic lastValueLabel: any;\n/**\n * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.\n * \\@default ''\n */\npublic legendImageUrl: any;\n/**\n * The shape of the legend. Each series has its own legend shape. They are \n * * Circle - Renders a circle. \n * * Rectangle - Renders a rectangle. \n * * Triangle - Renders a triangle. \n * * Diamond - Renders a diamond. \n * * Cross - Renders a cross. \n * * HorizontalLine - Renders a horizontalLine. \n * * VerticalLine - Renders a verticalLine. \n * * Pentagon - Renders a pentagon. \n * * InvertedTriangle - Renders a invertedTriangle. \n * * SeriesType -Render a legend shape based on series type. \n * * Image -Render a image. *\n * \\@default 'SeriesType'\n */\npublic legendShape: any;\n/**\n * Applies a linear gradient fill to the series. \n * The gradient transitions colors along a straight line. \n * When both linearGradient and radialGradient are specified, linearGradient takes precedence.\n * \\@default null\n */\npublic linearGradient: any;\n/**\n * The DataSource field that contains the low value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic low: any;\n/**\n * Options for displaying and customizing markers for individual points in a series.\n */\npublic marker: any;\n/**\n * The name of the series visible in legend.\n * \\@default ''\n */\npublic name: any;\n/**\n * The opacity of the series.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * The DataSource field that contains the open value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic open: any;\n/**\n * The DataSource field that contains the color value of point \n * It is applicable for series\n * \\@default ''\n */\npublic pointColorMapping: any;\n/**\n * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.\n * \\@default null\n */\npublic query: any;\n/**\n * Applies a radial gradient fill to the series. \n * The gradient transitions colors outward from a central point.\n * \\@default null\n */\npublic radialGradient: any;\n/**\n * Custom style for the selected series or points.\n * \\@default null\n */\npublic selectionStyle: any;\n/**\n * Enables or disables the display of tooltips for the nearest data point to the cursor for series.\n * \\@default true\n */\npublic showNearestTooltip: any;\n/**\n * The provided value will be considered as a Tooltip name\n * \\@default ''\n */\npublic tooltipMappingName: any;\n/**\n * Defines the collection of trendlines that are used to predict the trend\n */\npublic trendlines: any;\n/**\n * Specifies the visibility of series.\n * \\@default true\n */\npublic visible: any;\n/**\n * Defines the data source field that contains the volume value in candle charts \n * It is applicable for financial series and technical indicators\n * \\@default ''\n */\npublic volume: any;\n/**\n * The stroke width for the series that is applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n */\npublic width: any;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators\n * \\@default null\n */\npublic xAxisName: any;\n/**\n * The DataSource field that contains the x value. \n * It is applicable for series and technical indicators\n * \\@default ''\n */\npublic xName: any;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators\n * \\@default null\n */\npublic yAxisName: any;\n/**\n * The DataSource field that contains the y value.\n * \\@default ''\n */\npublic yName: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stockchart-series-collection>e-stockchart-series',\n inputs: input,\n outputs: outputs, \n queries: {\n childTrendlines: new ContentChild(StockChartTrendlinesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StockChartSeriesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartSeriesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartSeriesDirective.ctorParameters;\n/** @type {?} */\nStockChartSeriesDirective.prototype.directivePropList;\n/** @type {?} */\nStockChartSeriesDirective.prototype.childTrendlines;\n/** @type {?} */\nStockChartSeriesDirective.prototype.tags;\n/**\n * The type of the series are \n * * Line \n * * Column \n * * Area \n * * Spline \n * * Hilo \n * * HiloOpenClose \n * * Candle\n * \\@default 'Candle'\n * @type {?}\n */\nStockChartSeriesDirective.prototype.type;\n/**\n * Options to customizing animation for the series.\n * @type {?}\n */\nStockChartSeriesDirective.prototype.animation;\n/**\n * This property is used in stock charts to visualize the price movements in stock. \n * It defines the color of the candle/point, when the opening price is less than the closing price.\n * \\@default '#2ecd71'\n * @type {?}\n */\nStockChartSeriesDirective.prototype.bearFillColor;\n/**\n * Options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.\n * @type {?}\n */\nStockChartSeriesDirective.prototype.border;\n/**\n * This property is used in financial charts to visualize the price movements in stock. \n * It defines the color of the candle/point, when the opening price is higher than the closing price.\n * \\@default '#e74c3d'\n * @type {?}\n */\nStockChartSeriesDirective.prototype.bullFillColor;\n/**\n * It defines tension of cardinal spline types.\n * \\@default 0.5\n * @type {?}\n */\nStockChartSeriesDirective.prototype.cardinalSplineTension;\n/**\n * The DataSource field that contains the close value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.close;\n/**\n * To render the column series points with particular column spacing. It takes value from 0 - 1.\n * \\@default 0\n * @type {?}\n */\nStockChartSeriesDirective.prototype.columnSpacing;\n/**\n * To render the column series points with particular column width. If the series type is histogram the \n * default value is 1 otherwise 0.7.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStockChartSeriesDirective.prototype.columnWidth;\n/**\n * To render the column series points with particular rounded corner.\n * @type {?}\n */\nStockChartSeriesDirective.prototype.cornerRadius;\n/**\n * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n * \\@default '0'\n * @type {?}\n */\nStockChartSeriesDirective.prototype.dashArray;\n/**\n * Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.dataSource;\n/**\n * options to customize the empty points in series.\n * @type {?}\n */\nStockChartSeriesDirective.prototype.emptyPointSettings;\n/**\n * This property is applicable for candle series. \n * It enables/disables to visually compare the current values with the previous values in stock.\n * \\@default false\n * @type {?}\n */\nStockChartSeriesDirective.prototype.enableSolidCandles;\n/**\n * If set true, the Tooltip for series will be visible.\n * \\@default true\n * @type {?}\n */\nStockChartSeriesDirective.prototype.enableTooltip;\n/**\n * The fill color for the series that accepts value in hex and rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue' and for series, it has null.\n * \\@default null\n * @type {?}\n */\nStockChartSeriesDirective.prototype.fill;\n/**\n * The DataSource field that contains the high value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.high;\n/**\n * Configures the options for displaying series names as inline labels in the stock chart.\n * @type {?}\n */\nStockChartSeriesDirective.prototype.labelSettings;\n/**\n * Options for customizing and displaying the last value in the series.\n * @type {?}\n */\nStockChartSeriesDirective.prototype.lastValueLabel;\n/**\n * The URL for the Image that is to be displayed as a Legend icon. It requires `legendShape` value to be an `Image`.\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.legendImageUrl;\n/**\n * The shape of the legend. Each series has its own legend shape. They are \n * * Circle - Renders a circle. \n * * Rectangle - Renders a rectangle. \n * * Triangle - Renders a triangle. \n * * Diamond - Renders a diamond. \n * * Cross - Renders a cross. \n * * HorizontalLine - Renders a horizontalLine. \n * * VerticalLine - Renders a verticalLine. \n * * Pentagon - Renders a pentagon. \n * * InvertedTriangle - Renders a invertedTriangle. \n * * SeriesType -Render a legend shape based on series type. \n * * Image -Render a image. *\n * \\@default 'SeriesType'\n * @type {?}\n */\nStockChartSeriesDirective.prototype.legendShape;\n/**\n * Applies a linear gradient fill to the series. \n * The gradient transitions colors along a straight line. \n * When both linearGradient and radialGradient are specified, linearGradient takes precedence.\n * \\@default null\n * @type {?}\n */\nStockChartSeriesDirective.prototype.linearGradient;\n/**\n * The DataSource field that contains the low value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.low;\n/**\n * Options for displaying and customizing markers for individual points in a series.\n * @type {?}\n */\nStockChartSeriesDirective.prototype.marker;\n/**\n * The name of the series visible in legend.\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.name;\n/**\n * The opacity of the series.\n * \\@default 1\n * @type {?}\n */\nStockChartSeriesDirective.prototype.opacity;\n/**\n * The DataSource field that contains the open value of y \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.open;\n/**\n * The DataSource field that contains the color value of point \n * It is applicable for series\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.pointColorMapping;\n/**\n * Specifies query to select data from DataSource. This property is applicable only when the DataSource is `ej.DataManager`.\n * \\@default null\n * @type {?}\n */\nStockChartSeriesDirective.prototype.query;\n/**\n * Applies a radial gradient fill to the series. \n * The gradient transitions colors outward from a central point.\n * \\@default null\n * @type {?}\n */\nStockChartSeriesDirective.prototype.radialGradient;\n/**\n * Custom style for the selected series or points.\n * \\@default null\n * @type {?}\n */\nStockChartSeriesDirective.prototype.selectionStyle;\n/**\n * Enables or disables the display of tooltips for the nearest data point to the cursor for series.\n * \\@default true\n * @type {?}\n */\nStockChartSeriesDirective.prototype.showNearestTooltip;\n/**\n * The provided value will be considered as a Tooltip name\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.tooltipMappingName;\n/**\n * Defines the collection of trendlines that are used to predict the trend\n * @type {?}\n */\nStockChartSeriesDirective.prototype.trendlines;\n/**\n * Specifies the visibility of series.\n * \\@default true\n * @type {?}\n */\nStockChartSeriesDirective.prototype.visible;\n/**\n * Defines the data source field that contains the volume value in candle charts \n * It is applicable for financial series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.volume;\n/**\n * The stroke width for the series that is applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n * @type {?}\n */\nStockChartSeriesDirective.prototype.width;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators\n * \\@default null\n * @type {?}\n */\nStockChartSeriesDirective.prototype.xAxisName;\n/**\n * The DataSource field that contains the x value. \n * It is applicable for series and technical indicators\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.xName;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators\n * \\@default null\n * @type {?}\n */\nStockChartSeriesDirective.prototype.yAxisName;\n/**\n * The DataSource field that contains the y value.\n * \\@default ''\n * @type {?}\n */\nStockChartSeriesDirective.prototype.yName;\n/** @type {?} */\nStockChartSeriesDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockChartSeries Array Directive\n */\nexport class StockChartSeriesCollectionDirective extends ArrayBase<StockChartSeriesCollectionDirective> {\nconstructor() {\n super('series');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-stockchart>e-stockchart-series-collection',\n queries: {\n children: new ContentChildren(StockChartSeriesDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartSeriesCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartSeriesCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartSeriesCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'linearGradient', 'marker', 'name', 'period', 'polynomialOrder', 'radialGradient', 'type', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Series Directive\n * ```html\n * <e-stockchart-series-collection>\n * <e-stockchart-series>\n * <e-trendlines>\n * </e-trendline>\n * <e-trendline>\n * </e-trendlines>\n * </e-stockchart-series>\n * </e-stockchart-series-collection>\n * ```\n */\nexport class StockChartTrendlineDirective extends ComplexBase<StockChartTrendlineDirective> {\npublic directivePropList: any;\n/**\n * Defines the type of trendline used in the series. \n * Available types are: \n * * Linear - A straight line that shows the general direction of data. \n * * Exponential - A curve that fits data with exponential growth or decay. \n * * Polynomial - A curve that fits data with a polynomial function. \n * * Power - A curve that represents data with a power function. \n * * Logarithmic - A curve that fits data with a logarithmic scale. \n * * MovingAverage - A trendline that smoothens data using a moving average calculation.\n * \\@default 'Linear'\n */\npublic type: any;\n/**\n * Options to improve accessibility for chart trendline elements.\n */\npublic accessibility: any;\n/**\n * Options to customize the animation for trendlines.\n */\npublic animation: any;\n/**\n * Defines the period by which the trend is to be backward forecasted.\n * \\@default 0\n */\npublic backwardForecast: any;\n/**\n * Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.\n * \\@default ''\n */\npublic dashArray: any;\n/**\n * Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.\n * \\@default true\n */\npublic enableTooltip: any;\n/**\n * The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.\n * \\@default ''\n */\npublic fill: any;\n/**\n * Defines the period by which the trend must be forward forecasted.\n * \\@default 0\n */\npublic forwardForecast: any;\n/**\n * Specifies the intercept value of the trendline.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic intercept: any;\n/**\n * The `legendShape` property defines the shape used to represent the trendline in the chart legend.\n * \\@default 'SeriesType'\n */\npublic legendShape: any;\n/**\n * Applies a linear gradient fill to the trendline.\n * \\@default null\n */\npublic linearGradient: any;\n/**\n * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.\n * @deprecated\n */\npublic marker: any;\n/**\n * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.\n * \\@default ''\n */\npublic name: any;\n/**\n * Defines the period, the price changes over which will be considered to predict the moving average trendline.\n * \\@default 2\n */\npublic period: any;\n/**\n * Defines the polynomial order of the polynomial trendline.\n * \\@default 2\n */\npublic polynomialOrder: any;\n/**\n * Applies a radial gradient fill to the trendline.\n * \\@default null\n */\npublic radialGradient: any;\n/**\n * The `visible` property controls the display of the trendline. If set to true, the trendline will be rendered on the chart. If set to false, the trendline will be hidden.\n * \\@default true\n */\npublic visible: any;\n/**\n * Defines the width of the trendline.\n * \\@default 1\n */\npublic width: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stockchart-series>e-trendlines>e-trendline',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StockChartTrendlineDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartTrendlineDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartTrendlineDirective.ctorParameters;\n/** @type {?} */\nStockChartTrendlineDirective.prototype.directivePropList;\n/**\n * Defines the type of trendline used in the series. \n * Available types are: \n * * Linear - A straight line that shows the general direction of data. \n * * Exponential - A curve that fits data with exponential growth or decay. \n * * Polynomial - A curve that fits data with a polynomial function. \n * * Power - A curve that represents data with a power function. \n * * Logarithmic - A curve that fits data with a logarithmic scale. \n * * MovingAverage - A trendline that smoothens data using a moving average calculation.\n * \\@default 'Linear'\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.type;\n/**\n * Options to improve accessibility for chart trendline elements.\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.accessibility;\n/**\n * Options to customize the animation for trendlines.\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.animation;\n/**\n * Defines the period by which the trend is to be backward forecasted.\n * \\@default 0\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.backwardForecast;\n/**\n * Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.\n * \\@default ''\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.dashArray;\n/**\n * Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.\n * \\@default true\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.enableTooltip;\n/**\n * The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.\n * \\@default ''\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.fill;\n/**\n * Defines the period by which the trend must be forward forecasted.\n * \\@default 0\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.forwardForecast;\n/**\n * Specifies the intercept value of the trendline.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.intercept;\n/**\n * The `legendShape` property defines the shape used to represent the trendline in the chart legend.\n * \\@default 'SeriesType'\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.legendShape;\n/**\n * Applies a linear gradient fill to the trendline.\n * \\@default null\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.linearGradient;\n/**\n * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.\n * @deprecated\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.marker;\n/**\n * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.\n * \\@default ''\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.name;\n/**\n * Defines the period, the price changes over which will be considered to predict the moving average trendline.\n * \\@default 2\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.period;\n/**\n * Defines the polynomial order of the polynomial trendline.\n * \\@default 2\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.polynomialOrder;\n/**\n * Applies a radial gradient fill to the trendline.\n * \\@default null\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.radialGradient;\n/**\n * The `visible` property controls the display of the trendline. If set to true, the trendline will be rendered on the chart. If set to false, the trendline will be hidden.\n * \\@default true\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.visible;\n/**\n * Defines the width of the trendline.\n * \\@default 1\n * @type {?}\n */\nStockChartTrendlineDirective.prototype.width;\n/** @type {?} */\nStockChartTrendlineDirective.prototype.viewContainerRef;\n}\n\n/**\n * StockChartTrendline Array Directive\n */\nexport class StockChartTrendlinesDirective extends ArrayBase<StockChartTrendlinesDirective> {\nconstructor() {\n super('trendlines');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-stockchart-series>e-trendlines',\n queries: {\n children: new ContentChildren(StockChartTrendlineDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StockChartTrendlinesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStockChartTrendlinesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStockChartTrendlinesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SmithchartSeriesDirective, SmithchartSeriesCollectionDirective } from './series.directive';\nimport { SmithchartComponent } from './smithchart.component';\nimport { SmithchartModule } from './smithchart.module';\nimport {SmithchartLegend, TooltipRender} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ SmithchartLegendService: ValueProvider = { provide: 'ChartsSmithchartLegend', useValue: SmithchartLegend};\nexport const /** @type {?} */ TooltipRenderService: ValueProvider = { provide: 'ChartsTooltipRender', useValue: TooltipRender};\n/**\n * NgModule definition for the Smithchart component with providers.\n */\nexport class SmithchartAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SmithchartModule],\n exports: [\n SmithchartModule\n ],\n providers:[\n SmithchartLegendService,\n TooltipRenderService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SmithchartAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSmithchartAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSmithchartAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SmithchartSeriesDirective, SmithchartSeriesCollectionDirective } from './series.directive';\nimport { SmithchartComponent } from './smithchart.component';\n/**\n * NgModule definition for the Smithchart component.\n */\nexport class SmithchartModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SmithchartComponent,\n SmithchartSeriesDirective,\n SmithchartSeriesCollectionDirective\n ],\n exports: [\n SmithchartComponent,\n SmithchartSeriesDirective,\n SmithchartSeriesCollectionDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SmithchartModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSmithchartModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSmithchartModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Smithchart } from '@syncfusion/ej2-charts';\n\nimport { SmithchartSeriesCollectionDirective } from './series.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['background','border','elementSpacing','enablePersistence','enableRtl','font','height','horizontalAxis','legendSettings','locale','margin','radialAxis','radius','renderType','series','theme','title','width'];\nexport const /** @type {?} */ outputs: string[] = ['animationComplete','axisLabelRender','beforePrint','legendRender','load','loaded','seriesRender','subtitleRender','textRender','titleRender','tooltipRender'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Smithchart Component\n * ```html\n * <ejs-smithchart></ejs-smithchart>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SmithchartComponent extends Smithchart implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tanimationComplete: any;\n\taxisLabelRender: any;\n\tbeforePrint: any;\n\tlegendRender: any;\n\tload: any;\n\tloaded: any;\n\tseriesRender: any;\n\tsubtitleRender: any;\n\ttextRender: any;\n\ttitleRender: any;\npublic tooltipRender: any;\npublic childSeries: QueryList<SmithchartSeriesCollectionDirective>;\npublic tags: string[] = ['series'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsSmithchartLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsTooltipRender');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSeries;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-smithchart',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childSeries: new ContentChild(SmithchartSeriesCollectionDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SmithchartComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSmithchartComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSmithchartComponent.ctorParameters;\n/** @type {?} */\nSmithchartComponent.prototype.context;\n/** @type {?} */\nSmithchartComponent.prototype.tagObjects;\n/** @type {?} */\nSmithchartComponent.prototype.animationComplete;\n/** @type {?} */\nSmithchartComponent.prototype.axisLabelRender;\n/** @type {?} */\nSmithchartComponent.prototype.beforePrint;\n/** @type {?} */\nSmithchartComponent.prototype.legendRender;\n/** @type {?} */\nSmithchartComponent.prototype.load;\n/** @type {?} */\nSmithchartComponent.prototype.loaded;\n/** @type {?} */\nSmithchartComponent.prototype.seriesRender;\n/** @type {?} */\nSmithchartComponent.prototype.subtitleRender;\n/** @type {?} */\nSmithchartComponent.prototype.textRender;\n/** @type {?} */\nSmithchartComponent.prototype.titleRender;\n/** @type {?} */\nSmithchartComponent.prototype.tooltipRender;\n/** @type {?} */\nSmithchartComponent.prototype.childSeries;\n/** @type {?} */\nSmithchartComponent.prototype.tags;\n/** @type {?} */\nSmithchartComponent.prototype.registerEvents;\n/** @type {?} */\nSmithchartComponent.prototype.addTwoWay;\n/** @type {?} */\nSmithchartComponent.prototype.ngEle;\n/** @type {?} */\nSmithchartComponent.prototype.srenderer;\n/** @type {?} */\nSmithchartComponent.prototype.viewContainerRef;\n/** @type {?} */\nSmithchartComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['animationDuration', 'dataSource', 'enableAnimation', 'enableSmartLabels', 'fill', 'marker', 'name', 'opacity', 'points', 'reactance', 'resistance', 'tooltip', 'tooltipMappingName', 'visibility', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesDirective> {\npublic directivePropList: any;\n/**\n * perform animation of series based on animation duration.\n * \\@default '2000ms'\n */\npublic animationDuration: any;\n/**\n * Specifies the dataSource\n * \\@default null\n * \\@isdatamanager false\n */\npublic dataSource: any;\n/**\n * enable or disable the animation of series.\n * \\@default false\n */\npublic enableAnimation: any;\n/**\n * avoid the overlap of dataLabels.\n * \\@default false\n */\npublic enableSmartLabels: any;\n/**\n * color for series.\n * \\@default null\n */\npublic fill: any;\n/**\n * options for customizing marker.\n */\npublic marker: any;\n/**\n * The name of the series visible in legend.\n * \\@default ''\n */\npublic name: any;\n/**\n * opacity for series.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * points for series.\n * \\@default []\n */\npublic points: any;\n/**\n * reactance name for dataSource.\n * \\@default ''\n */\npublic reactance: any;\n/**\n * resistance name for dataSource.\n * \\@default ''\n */\npublic resistance: any;\n/**\n * options for customizing tooltip.\n */\npublic tooltip: any;\n/**\n * tooltip mapping name for the series.\n * \\@default ''\n */\npublic tooltipMappingName: any;\n/**\n * visibility for series.\n * \\@default 'visible'\n */\npublic visibility: any;\n/**\n * width for series.\n * \\@default 1\n */\npublic width: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-seriesCollection>e-series',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SmithchartSeriesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSmithchartSeriesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSmithchartSeriesDirective.ctorParameters;\n/** @type {?} */\nSmithchartSeriesDirective.prototype.directivePropList;\n/**\n * perform animation of series based on animation duration.\n * \\@default '2000ms'\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.animationDuration;\n/**\n * Specifies the dataSource\n * \\@default null\n * \\@isdatamanager false\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.dataSource;\n/**\n * enable or disable the animation of series.\n * \\@default false\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.enableAnimation;\n/**\n * avoid the overlap of dataLabels.\n * \\@default false\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.enableSmartLabels;\n/**\n * color for series.\n * \\@default null\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.fill;\n/**\n * options for customizing marker.\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.marker;\n/**\n * The name of the series visible in legend.\n * \\@default ''\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.name;\n/**\n * opacity for series.\n * \\@default 1\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.opacity;\n/**\n * points for series.\n * \\@default []\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.points;\n/**\n * reactance name for dataSource.\n * \\@default ''\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.reactance;\n/**\n * resistance name for dataSource.\n * \\@default ''\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.resistance;\n/**\n * options for customizing tooltip.\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.tooltip;\n/**\n * tooltip mapping name for the series.\n * \\@default ''\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.tooltipMappingName;\n/**\n * visibility for series.\n * \\@default 'visible'\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.visibility;\n/**\n * width for series.\n * \\@default 1\n * @type {?}\n */\nSmithchartSeriesDirective.prototype.width;\n/** @type {?} */\nSmithchartSeriesDirective.prototype.viewContainerRef;\n}\n\n/**\n * SmithchartSeries Array Directive\n */\nexport class SmithchartSeriesCollectionDirective extends ArrayBase<SmithchartSeriesCollectionDirective> {\nconstructor() {\n super('series');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-smithchart>e-seriesCollection',\n queries: {\n children: new ContentChildren(SmithchartSeriesDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SmithchartSeriesCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSmithchartSeriesCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSmithchartSeriesCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RangeBandSettingDirective, RangeBandSettingsDirective } from './rangebandsettings.directive';\nimport { SparklineComponent } from './sparkline.component';\nimport { SparklineModule } from './sparkline.module';\nimport {SparklineTooltip} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ SparklineTooltipService: ValueProvider = { provide: 'ChartsSparklineTooltip', useValue: SparklineTooltip};\n/**\n * NgModule definition for the Sparkline component with providers.\n */\nexport class SparklineAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SparklineModule],\n exports: [\n SparklineModule\n ],\n providers:[\n SparklineTooltipService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SparklineAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSparklineAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSparklineAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RangeBandSettingDirective, RangeBandSettingsDirective } from './rangebandsettings.directive';\nimport { SparklineComponent } from './sparkline.component';\n/**\n * NgModule definition for the Sparkline component.\n */\nexport class SparklineModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SparklineComponent,\n RangeBandSettingDirective,\n RangeBandSettingsDirective\n ],\n exports: [\n SparklineComponent,\n RangeBandSettingDirective,\n RangeBandSettingsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SparklineModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSparklineModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSparklineModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Sparkline } from '@syncfusion/ej2-charts';\n\nimport { RangeBandSettingsDirective } from './rangebandsettings.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['axisSettings','border','containerArea','dataLabelSettings','dataSource','enablePersistence','enableRtl','endPointColor','fill','format','height','highPointColor','lineWidth','locale','lowPointColor','markerSettings','negativePointColor','opacity','padding','palette','query','rangeBandSettings','rangePadding','startPointColor','theme','tiePointColor','tooltipSettings','type','useGroupingSeparator','valueType','width','xName','yName'];\nexport const /** @type {?} */ outputs: string[] = ['axisRendering','dataLabelRendering','load','loaded','markerRendering','pointRegionMouseClick','pointRegionMouseMove','pointRendering','resize','seriesRendering','sparklineMouseClick','sparklineMouseMove','tooltipInitialize'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Sparkline Component\n * ```html\n * <ejs-sparkline></ejs-sparkline>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SparklineComponent extends Sparkline implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\taxisRendering: any;\n\tdataLabelRendering: any;\n\tload: any;\n\tloaded: any;\n\tmarkerRendering: any;\n\tpointRegionMouseClick: any;\n\tpointRegionMouseMove: any;\n\tpointRendering: any;\n\tresize: any;\n\tseriesRendering: any;\n\tsparklineMouseClick: any;\n\tsparklineMouseMove: any;\npublic tooltipInitialize: any;\npublic childRangeBandSettings: QueryList<RangeBandSettingsDirective>;\npublic tags: string[] = ['rangeBandSettings'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsSparklineTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childRangeBandSettings;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-sparkline',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childRangeBandSettings: new ContentChild(RangeBandSettingsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SparklineComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSparklineComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSparklineComponent.ctorParameters;\n/** @type {?} */\nSparklineComponent.prototype.context;\n/** @type {?} */\nSparklineComponent.prototype.tagObjects;\n/** @type {?} */\nSparklineComponent.prototype.axisRendering;\n/** @type {?} */\nSparklineComponent.prototype.dataLabelRendering;\n/** @type {?} */\nSparklineComponent.prototype.load;\n/** @type {?} */\nSparklineComponent.prototype.loaded;\n/** @type {?} */\nSparklineComponent.prototype.markerRendering;\n/** @type {?} */\nSparklineComponent.prototype.pointRegionMouseClick;\n/** @type {?} */\nSparklineComponent.prototype.pointRegionMouseMove;\n/** @type {?} */\nSparklineComponent.prototype.pointRendering;\n/** @type {?} */\nSparklineComponent.prototype.resize;\n/** @type {?} */\nSparklineComponent.prototype.seriesRendering;\n/** @type {?} */\nSparklineComponent.prototype.sparklineMouseClick;\n/** @type {?} */\nSparklineComponent.prototype.sparklineMouseMove;\n/** @type {?} */\nSparklineComponent.prototype.tooltipInitialize;\n/** @type {?} */\nSparklineComponent.prototype.childRangeBandSettings;\n/** @type {?} */\nSparklineComponent.prototype.tags;\n/** @type {?} */\nSparklineComponent.prototype.registerEvents;\n/** @type {?} */\nSparklineComponent.prototype.addTwoWay;\n/** @type {?} */\nSparklineComponent.prototype.ngEle;\n/** @type {?} */\nSparklineComponent.prototype.srenderer;\n/** @type {?} */\nSparklineComponent.prototype.viewContainerRef;\n/** @type {?} */\nSparklineComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['color', 'endRange', 'opacity', 'startRange'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class RangeBandSettingDirective extends ComplexBase<RangeBandSettingDirective> {\npublic directivePropList: any;\n/**\n * To configure sparkline rangeband color.\n */\npublic color: any;\n/**\n * To configure sparkline end range.\n * \\@aspdefaultvalueignore\n */\npublic endRange: any;\n/**\n * To configure sparkline rangeband opacity.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * To configure sparkline start range.\n * \\@aspdefaultvalueignore\n */\npublic startRange: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-rangeBandSettings>e-rangeBandSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RangeBandSettingDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRangeBandSettingDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangeBandSettingDirective.ctorParameters;\n/** @type {?} */\nRangeBandSettingDirective.prototype.directivePropList;\n/**\n * To configure sparkline rangeband color.\n * @type {?}\n */\nRangeBandSettingDirective.prototype.color;\n/**\n * To configure sparkline end range.\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nRangeBandSettingDirective.prototype.endRange;\n/**\n * To configure sparkline rangeband opacity.\n * \\@default 1\n * @type {?}\n */\nRangeBandSettingDirective.prototype.opacity;\n/**\n * To configure sparkline start range.\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nRangeBandSettingDirective.prototype.startRange;\n/** @type {?} */\nRangeBandSettingDirective.prototype.viewContainerRef;\n}\n\n/**\n * RangeBandSetting Array Directive\n */\nexport class RangeBandSettingsDirective extends ArrayBase<RangeBandSettingsDirective> {\nconstructor() {\n super('rangebandsettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-sparkline>e-rangeBandSettings',\n queries: {\n children: new ContentChildren(RangeBandSettingDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RangeBandSettingsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRangeBandSettingsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangeBandSettingsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionDirective } from './series.directive';\nimport { RangeNavigatorComponent } from './rangenavigator.component';\nimport { RangeNavigatorModule } from './rangenavigator.module';\nimport {RangeTooltip, PeriodSelector} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ RangeTooltipService: ValueProvider = { provide: 'ChartsRangeTooltip', useValue: RangeTooltip};\nexport const /** @type {?} */ PeriodSelectorService: ValueProvider = { provide: 'ChartsPeriodSelector', useValue: PeriodSelector};\n/**\n * NgModule definition for the RangeNavigator component with providers.\n */\nexport class RangeNavigatorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RangeNavigatorModule],\n exports: [\n RangeNavigatorModule\n ],\n providers:[\n RangeTooltipService,\n PeriodSelectorService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RangeNavigatorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRangeNavigatorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangeNavigatorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RangenavigatorSeriesDirective, RangenavigatorSeriesCollectionDirective } from './series.directive';\nimport { RangeNavigatorComponent } from './rangenavigator.component';\n/**\n * NgModule definition for the RangeNavigator component.\n */\nexport class RangeNavigatorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RangeNavigatorComponent,\n RangenavigatorSeriesDirective,\n RangenavigatorSeriesCollectionDirective\n ],\n exports: [\n RangeNavigatorComponent,\n RangenavigatorSeriesDirective,\n RangenavigatorSeriesCollectionDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RangeNavigatorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRangeNavigatorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangeNavigatorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { RangeNavigator } from '@syncfusion/ej2-charts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { RangenavigatorSeriesCollectionDirective } from './series.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowIntervalData','allowSnapping','animationDuration','background','dataSource','disableRangeSelector','enableDeferredUpdate','enableGrouping','enablePersistence','enableRtl','groupBy','height','interval','intervalType','labelFormat','labelIntersectAction','labelPlacement','labelPosition','labelStyle','locale','logBase','majorGridLines','majorTickLines','margin','maximum','minimum','navigatorBorder','navigatorStyleSettings','periodSelectorSettings','query','secondaryLabelAlignment','series','skeleton','skeletonType','theme','tickPosition','tooltip','useGroupingSeparator','value','valueType','width','xName','yName'];\nexport const /** @type {?} */ outputs: string[] = ['beforePrint','beforeResize','changed','labelRender','load','loaded','resized','selectorRender','tooltipRender','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * RangeNavigator Component\n * ```html\n * <ejs-rangenavigator></ejs-rangenavigator>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class RangeNavigatorComponent extends RangeNavigator implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforePrint: any;\n\tbeforeResize: any;\n\tchanged: any;\n\tlabelRender: any;\n\tload: any;\n\tloaded: any;\n\tresized: any;\n\tselectorRender: any;\n\ttooltipRender: any;\npublic dataSourceChange: any;\npublic childSeries: QueryList<RangenavigatorSeriesCollectionDirective>;\npublic tags: string[] = ['series'];\n \n @Template()\npublic tooltip_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsRangeTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsPeriodSelector');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStepLineSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDateTime');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsLogarithmic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDateTimeCategory');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSeries;\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-rangenavigator',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childSeries: new ContentChild(RangenavigatorSeriesCollectionDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n};\n}\n\nfunction RangeNavigatorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRangeNavigatorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangeNavigatorComponent.ctorParameters;\n/** @type {?} */\nRangeNavigatorComponent.propDecorators;\n/** @type {?} */\nRangeNavigatorComponent.prototype.context;\n/** @type {?} */\nRangeNavigatorComponent.prototype.tagObjects;\n/** @type {?} */\nRangeNavigatorComponent.prototype.beforePrint;\n/** @type {?} */\nRangeNavigatorComponent.prototype.beforeResize;\n/** @type {?} */\nRangeNavigatorComponent.prototype.changed;\n/** @type {?} */\nRangeNavigatorComponent.prototype.labelRender;\n/** @type {?} */\nRangeNavigatorComponent.prototype.load;\n/** @type {?} */\nRangeNavigatorComponent.prototype.loaded;\n/** @type {?} */\nRangeNavigatorComponent.prototype.resized;\n/** @type {?} */\nRangeNavigatorComponent.prototype.selectorRender;\n/** @type {?} */\nRangeNavigatorComponent.prototype.tooltipRender;\n/** @type {?} */\nRangeNavigatorComponent.prototype.dataSourceChange;\n/** @type {?} */\nRangeNavigatorComponent.prototype.childSeries;\n/** @type {?} */\nRangeNavigatorComponent.prototype.tags;\n/** @type {?} */\nRangeNavigatorComponent.prototype.tooltip_template;\n/** @type {?} */\nRangeNavigatorComponent.prototype.registerEvents;\n/** @type {?} */\nRangeNavigatorComponent.prototype.addTwoWay;\n/** @type {?} */\nRangeNavigatorComponent.prototype.ngEle;\n/** @type {?} */\nRangeNavigatorComponent.prototype.srenderer;\n/** @type {?} */\nRangeNavigatorComponent.prototype.viewContainerRef;\n/** @type {?} */\nRangeNavigatorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['animation', 'border', 'dashArray', 'dataSource', 'fill', 'opacity', 'query', 'type', 'width', 'xName', 'yName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * RangenavigatorSeries Directive\n * ```html\n * <e-rangenavigator-series-collection>\n * <e-rangenavigator-series></e-rangenavigator-series>\n * </e-rangenavigator-series-collection>\n * ```\n */\nexport class RangenavigatorSeriesDirective extends ComplexBase<RangenavigatorSeriesDirective> {\npublic directivePropList: any;\n/**\n * It defines the series type of the range navigator.\n * \\@default 'Line'\n */\npublic type: any;\n/**\n * Options to customizing animation for the series.\n */\npublic animation: any;\n/**\n * Options for customizing the color and width of the series border.\n */\npublic border: any;\n/**\n * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n * \\@default '0'\n */\npublic dashArray: any;\n/**\n * It defines the data source for a series.\n * \\@default null\n */\npublic dataSource: any;\n/**\n * The fill color for the series that accepts value in hex and rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue' and for series, it has null.\n * \\@default null\n */\npublic fill: any;\n/**\n * The opacity for the background.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * It defines the query for the data source.\n * \\@default null\n */\npublic query: any;\n/**\n * The stroke width for the series that is applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n */\npublic width: any;\n/**\n * It defines the xName for the series.\n * \\@default null\n */\npublic xName: any;\n/**\n * It defines the yName for the series.\n * \\@default null\n */\npublic yName: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-rangenavigator-series-collection>e-rangenavigator-series',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RangenavigatorSeriesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRangenavigatorSeriesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangenavigatorSeriesDirective.ctorParameters;\n/** @type {?} */\nRangenavigatorSeriesDirective.prototype.directivePropList;\n/**\n * It defines the series type of the range navigator.\n * \\@default 'Line'\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.type;\n/**\n * Options to customizing animation for the series.\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.animation;\n/**\n * Options for customizing the color and width of the series border.\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.border;\n/**\n * Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n * \\@default '0'\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.dashArray;\n/**\n * It defines the data source for a series.\n * \\@default null\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.dataSource;\n/**\n * The fill color for the series that accepts value in hex and rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue' and for series, it has null.\n * \\@default null\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.fill;\n/**\n * The opacity for the background.\n * \\@default 1\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.opacity;\n/**\n * It defines the query for the data source.\n * \\@default null\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.query;\n/**\n * The stroke width for the series that is applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.width;\n/**\n * It defines the xName for the series.\n * \\@default null\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.xName;\n/**\n * It defines the yName for the series.\n * \\@default null\n * @type {?}\n */\nRangenavigatorSeriesDirective.prototype.yName;\n/** @type {?} */\nRangenavigatorSeriesDirective.prototype.viewContainerRef;\n}\n\n/**\n * RangenavigatorSeries Array Directive\n */\nexport class RangenavigatorSeriesCollectionDirective extends ArrayBase<RangenavigatorSeriesCollectionDirective> {\nconstructor() {\n super('series');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-rangenavigator>e-rangenavigator-series-collection',\n queries: {\n children: new ContentChildren(RangenavigatorSeriesDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RangenavigatorSeriesCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRangenavigatorSeriesCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangenavigatorSeriesCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AccumulationSeriesDirective, AccumulationSeriesCollectionDirective } from './series.directive';\nimport { AccumulationAnnotationDirective, AccumulationAnnotationsDirective } from './annotations.directive';\nimport { AccumulationChartComponent } from './accumulationchart.component';\nimport { AccumulationChartModule } from './accumulationchart.module';\nimport {PieSeries, FunnelSeries, PyramidSeries, AccumulationTooltip, AccumulationLegend, AccumulationSelection, AccumulationHighlight, AccumulationDataLabel, AccumulationAnnotation} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ PieSeriesService: ValueProvider = { provide: 'ChartsPieSeries', useValue: PieSeries};\nexport const /** @type {?} */ FunnelSeriesService: ValueProvider = { provide: 'ChartsFunnelSeries', useValue: FunnelSeries};\nexport const /** @type {?} */ PyramidSeriesService: ValueProvider = { provide: 'ChartsPyramidSeries', useValue: PyramidSeries};\nexport const /** @type {?} */ AccumulationTooltipService: ValueProvider = { provide: 'ChartsAccumulationTooltip', useValue: AccumulationTooltip};\nexport const /** @type {?} */ AccumulationLegendService: ValueProvider = { provide: 'ChartsAccumulationLegend', useValue: AccumulationLegend};\nexport const /** @type {?} */ AccumulationSelectionService: ValueProvider = { provide: 'ChartsAccumulationSelection', useValue: AccumulationSelection};\nexport const /** @type {?} */ AccumulationHighlightService: ValueProvider = { provide: 'ChartsAccumulationHighlight', useValue: AccumulationHighlight};\nexport const /** @type {?} */ AccumulationDataLabelService: ValueProvider = { provide: 'ChartsAccumulationDataLabel', useValue: AccumulationDataLabel};\nexport const /** @type {?} */ AccumulationAnnotationService: ValueProvider = { provide: 'ChartsAccumulationAnnotation', useValue: AccumulationAnnotation};\n/**\n * NgModule definition for the AccumulationChart component with providers.\n */\nexport class AccumulationChartAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, AccumulationChartModule],\n exports: [\n AccumulationChartModule\n ],\n providers:[\n PieSeriesService,\n FunnelSeriesService,\n PyramidSeriesService,\n AccumulationTooltipService,\n AccumulationLegendService,\n AccumulationSelectionService,\n AccumulationHighlightService,\n AccumulationDataLabelService,\n AccumulationAnnotationService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AccumulationChartAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nAccumulationChartAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccumulationChartAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AccumulationSeriesDirective, AccumulationSeriesCollectionDirective } from './series.directive';\nimport { AccumulationAnnotationDirective, AccumulationAnnotationsDirective } from './annotations.directive';\nimport { AccumulationChartComponent } from './accumulationchart.component';\n/**\n * NgModule definition for the AccumulationChart component.\n */\nexport class AccumulationChartModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n AccumulationChartComponent,\n AccumulationSeriesDirective,\n AccumulationSeriesCollectionDirective,\n AccumulationAnnotationDirective,\n AccumulationAnnotationsDirective\n ],\n exports: [\n AccumulationChartComponent,\n AccumulationSeriesDirective,\n AccumulationSeriesCollectionDirective,\n AccumulationAnnotationDirective,\n AccumulationAnnotationsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AccumulationChartModule_tsickle_Closure_declarations() {\n/** @type {?} */\nAccumulationChartModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccumulationChartModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { AccumulationChart } from '@syncfusion/ej2-charts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { AccumulationSeriesCollectionDirective } from './series.directive';\nimport { AccumulationAnnotationsDirective } from './annotations.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['accessibility','allowExport','annotations','background','backgroundImage','border','center','centerLabel','currencyCode','dataSource','enableAnimation','enableBorderOnMouseMove','enableExport','enableHtmlSanitizer','enablePersistence','enableRtl','enableSmartLabels','focusBorderColor','focusBorderMargin','focusBorderWidth','height','highlightColor','highlightMode','highlightPattern','isMultiSelect','legendSettings','locale','margin','noDataTemplate','selectedDataIndexes','selectionMode','selectionPattern','series','subTitle','subTitleStyle','theme','title','titleStyle','tooltip','useGroupingSeparator','width'];\nexport const /** @type {?} */ outputs: string[] = ['afterExport','animationComplete','annotationRender','beforeExport','beforePrint','beforeResize','chartDoubleClick','chartMouseClick','chartMouseDown','chartMouseLeave','chartMouseMove','chartMouseUp','legendClick','legendRender','load','loaded','pointClick','pointMove','pointRender','resized','selectionComplete','seriesRender','textRender','tooltipRender','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * AccumulationChart Component\n * ```html\n * <ejs-accumulationchart></ejs-accumulationchart>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class AccumulationChartComponent extends AccumulationChart implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tafterExport: any;\n\tanimationComplete: any;\n\tannotationRender: any;\n\tbeforeExport: any;\n\tbeforePrint: any;\n\tbeforeResize: any;\n\tchartDoubleClick: any;\n\tchartMouseClick: any;\n\tchartMouseDown: any;\n\tchartMouseLeave: any;\n\tchartMouseMove: any;\n\tchartMouseUp: any;\n\tlegendClick: any;\n\tlegendRender: any;\n\tload: any;\n\tloaded: any;\n\tpointClick: any;\n\tpointMove: any;\n\tpointRender: any;\n\tresized: any;\n\tselectionComplete: any;\n\tseriesRender: any;\n\ttextRender: any;\n\ttooltipRender: any;\npublic dataSourceChange: any;\npublic childSeries: QueryList<AccumulationSeriesCollectionDirective>;\npublic childAnnotations: QueryList<AccumulationAnnotationsDirective>;\npublic tags: string[] = ['series', 'annotations'];\n \n @Template()\npublic tooltip_template: any;\n \n @Template()\npublic legendSettings_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsPieSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsFunnelSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsPyramidSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAccumulationTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAccumulationLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAccumulationSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAccumulationHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAccumulationDataLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAccumulationAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSeries;\n if (this.childAnnotations) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childAnnotations as any));\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-accumulationchart',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childSeries: new ContentChild(AccumulationSeriesCollectionDirective), \n childAnnotations: new ContentChild(AccumulationAnnotationsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n'legendSettings_template': [{ type: ContentChild, args: ['legendSettingsTemplate', ] },],\n};\n}\n\nfunction AccumulationChartComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nAccumulationChartComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccumulationChartComponent.ctorParameters;\n/** @type {?} */\nAccumulationChartComponent.propDecorators;\n/** @type {?} */\nAccumulationChartComponent.prototype.context;\n/** @type {?} */\nAccumulationChartComponent.prototype.tagObjects;\n/** @type {?} */\nAccumulationChartComponent.prototype.afterExport;\n/** @type {?} */\nAccumulationChartComponent.prototype.animationComplete;\n/** @type {?} */\nAccumulationChartComponent.prototype.annotationRender;\n/** @type {?} */\nAccumulationChartComponent.prototype.beforeExport;\n/** @type {?} */\nAccumulationChartComponent.prototype.beforePrint;\n/** @type {?} */\nAccumulationChartComponent.prototype.beforeResize;\n/** @type {?} */\nAccumulationChartComponent.prototype.chartDoubleClick;\n/** @type {?} */\nAccumulationChartComponent.prototype.chartMouseClick;\n/** @type {?} */\nAccumulationChartComponent.prototype.chartMouseDown;\n/** @type {?} */\nAccumulationChartComponent.prototype.chartMouseLeave;\n/** @type {?} */\nAccumulationChartComponent.prototype.chartMouseMove;\n/** @type {?} */\nAccumulationChartComponent.prototype.chartMouseUp;\n/** @type {?} */\nAccumulationChartComponent.prototype.legendClick;\n/** @type {?} */\nAccumulationChartComponent.prototype.legendRender;\n/** @type {?} */\nAccumulationChartComponent.prototype.load;\n/** @type {?} */\nAccumulationChartComponent.prototype.loaded;\n/** @type {?} */\nAccumulationChartComponent.prototype.pointClick;\n/** @type {?} */\nAccumulationChartComponent.prototype.pointMove;\n/** @type {?} */\nAccumulationChartComponent.prototype.pointRender;\n/** @type {?} */\nAccumulationChartComponent.prototype.resized;\n/** @type {?} */\nAccumulationChartComponent.prototype.selectionComplete;\n/** @type {?} */\nAccumulationChartComponent.prototype.seriesRender;\n/** @type {?} */\nAccumulationChartComponent.prototype.textRender;\n/** @type {?} */\nAccumulationChartComponent.prototype.tooltipRender;\n/** @type {?} */\nAccumulationChartComponent.prototype.dataSourceChange;\n/** @type {?} */\nAccumulationChartComponent.prototype.childSeries;\n/** @type {?} */\nAccumulationChartComponent.prototype.childAnnotations;\n/** @type {?} */\nAccumulationChartComponent.prototype.tags;\n/** @type {?} */\nAccumulationChartComponent.prototype.tooltip_template;\n/** @type {?} */\nAccumulationChartComponent.prototype.legendSettings_template;\n/** @type {?} */\nAccumulationChartComponent.prototype.registerEvents;\n/** @type {?} */\nAccumulationChartComponent.prototype.addTwoWay;\n/** @type {?} */\nAccumulationChartComponent.prototype.ngEle;\n/** @type {?} */\nAccumulationChartComponent.prototype.srenderer;\n/** @type {?} */\nAccumulationChartComponent.prototype.viewContainerRef;\n/** @type {?} */\nAccumulationChartComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['content', 'coordinateUnits', 'description', 'horizontalAlignment', 'region', 'verticalAlignment', 'x', 'y'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * AccumulationAnnotations Directive\n * ```html\n * <e-accumulation-annotations>\n * <e-accumulation-annotation></e-accumulation-annotation>\n * </e-accumulation-annotations>\n * ```\n */\nexport class AccumulationAnnotationDirective extends ComplexBase<AccumulationAnnotationDirective> {\npublic directivePropList: any;\n/**\n * Specifies the coordinate units of the annotation. \n * The options are: \n * * Pixel - Renders the annotation based on x and y pixel values. \n * * Point - Renders the annotation based on x and y data values.\n * \\@default 'Pixel'\n */\npublic coordinateUnits: any;\n/**\n * A description for the annotation that provides additional information about its content for screen readers.\n * \\@default null\n */\npublic description: any;\n/**\n * Specifies the alignment of the annotation. \n * The options are: \n * * Near - Aligns the annotation element to the top side. \n * * Far - Aligns the annotation element to the bottom side. \n * * Center - Aligns the annotation element to the midpoint.\n * \\@default 'Center'\n * @deprecated\n */\npublic horizontalAlignment: any;\n/**\n * Specifies the regions of the annotation. \n * The options are: \n * * Chart - Renders the annotation based on chart coordinates. \n * * Series - Renders the annotation based on series coordinates.\n * \\@default 'Chart'\n */\npublic region: any;\n/**\n * Specifies the position of the annotation. \n * The options are \n * * Top - Aligns the annotation element to the top side. \n * * Bottom - Aligns the annotation element to the bottom side. \n * * Middle - Aligns the annotation element to the midpoint.\n * \\@default 'Middle'\n * @deprecated\n */\npublic verticalAlignment: any;\n/**\n * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value. \n * If `coordinateUnit` is set to `Point`, x specifies the data value.\n * \\@default '0'\n */\npublic x: any;\n/**\n * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value. \n * If `coordinateUnit` is set to `Point`, y specifies the data value.\n * \\@default '0'\n */\npublic y: any;\n/**\n * The content of the annotation, which can also accept the ID of a custom element.\n * \\@default null\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-accumulation-annotations>e-accumulation-annotation',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction AccumulationAnnotationDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAccumulationAnnotationDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccumulationAnnotationDirective.ctorParameters;\n/** @type {?} */\nAccumulationAnnotationDirective.propDecorators;\n/** @type {?} */\nAccumulationAnnotationDirective.prototype.directivePropList;\n/**\n * Specifies the coordinate units of the annotation. \n * The options are: \n * * Pixel - Renders the annotation based on x and y pixel values. \n * * Point - Renders the annotation based on x and y data values.\n * \\@default 'Pixel'\n * @type {?}\n */\nAccumulationAnnotationDirective.prototype.coordinateUnits;\n/**\n * A description for the annotation that provides additional information about its content for screen readers.\n * \\@default null\n * @type {?}\n */\nAccumulationAnnotationDirective.prototype.description;\n/**\n * Specifies the alignment of the annotation. \n * The options are: \n * * Near - Aligns the annotation element to the top side. \n * * Far - Aligns the annotation element to the bottom side. \n * * Center - Aligns the annotation element to the midpoint.\n * \\@default 'Center'\n * @deprecated\n * @type {?}\n */\nAccumulationAnnotationDirective.prototype.horizontalAlignment;\n/**\n * Specifies the regions of the annotation. \n * The options are: \n * * Chart - Renders the annotation based on chart coordinates. \n * * Series - Renders the annotation based on series coordinates.\n * \\@default 'Chart'\n * @type {?}\n */\nAccumulationAnnotationDirective.prototype.region;\n/**\n * Specifies the position of the annotation. \n * The options are \n * * Top - Aligns the annotation element to the top side. \n * * Bottom - Aligns the annotation element to the bottom side. \n * * Middle - Aligns the annotation element to the midpoint.\n * \\@default 'Middle'\n * @deprecated\n * @type {?}\n */\nAccumulationAnnotationDirective.prototype.verticalAlignment;\n/**\n * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value. \n * If `coordinateUnit` is set to `Point`, x specifies the data value.\n * \\@default '0'\n * @type {?}\n */\nAccumulationAnnotationDirective.prototype.x;\n/**\n * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value. \n * If `coordinateUnit` is set to `Point`, y specifies the data value.\n * \\@default '0'\n * @type {?}\n */\nAccumulationAnnotationDirective.prototype.y;\n/**\n * The content of the annotation, which can also accept the ID of a custom element.\n * \\@default null\n * @type {?}\n */\nAccumulationAnnotationDirective.prototype.content;\n/** @type {?} */\nAccumulationAnnotationDirective.prototype.viewContainerRef;\n}\n\n/**\n * AccumulationAnnotation Array Directive\n */\nexport class AccumulationAnnotationsDirective extends ArrayBase<AccumulationAnnotationsDirective> {\nconstructor() {\n super('annotations');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-accumulationchart>e-accumulation-annotations',\n queries: {\n children: new ContentChildren(AccumulationAnnotationDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AccumulationAnnotationsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAccumulationAnnotationsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccumulationAnnotationsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['accessibility', 'animation', 'applyPattern', 'border', 'borderRadius', 'dashArray', 'dataLabel', 'dataSource', 'emptyPointSettings', 'enableTooltip', 'endAngle', 'explode', 'explodeAll', 'explodeIndex', 'explodeOffset', 'funnelMode', 'gapRatio', 'groupMode', 'groupTo', 'height', 'innerRadius', 'legendImageUrl', 'legendShape', 'linearGradient', 'name', 'neckHeight', 'neckWidth', 'opacity', 'palettes', 'pointColorMapping', 'pyramidMode', 'query', 'radialGradient', 'radius', 'selectionStyle', 'startAngle', 'tooltipMappingName', 'type', 'visible', 'width', 'xName', 'yName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * AccumulationSeries Directive\n * ```html\n * <e-accumulation-series-collection>\n * <e-accumulation-series></e-accumulation-series>\n * </e-accumulation-series-collection>\n * ```\n */\nexport class AccumulationSeriesDirective extends ComplexBase<AccumulationSeriesDirective> {\npublic directivePropList: any;\n/**\n * Specifies the type of series in the accumulation chart.\n * \\@default 'Pie'\n */\npublic type: any;\n/**\n * Options to improve accessibility for series elements.\n */\npublic accessibility: any;\n/**\n * Options for customizing the animation of the series. \n * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`. \n * The following properties are supported in animation: \n * * enable: If set to true, the series is animated on initial loading. \n * * duration: The duration of the animation in milliseconds. \n * * delay: The delay before the animation starts, in milliseconds.\n */\npublic animation: any;\n/**\n * When set to true, a different pattern is applied to each slice of the pie.\n * \\@default false\n */\npublic applyPattern: any;\n/**\n * Options for customizing the border of the series.\n */\npublic border: any;\n/**\n * Option for customizing the border radius.\n * \\@default 0\n */\npublic borderRadius: any;\n/**\n * Defines the pattern of dashes and gaps for the series border.\n * \\@default '0'\n */\npublic dashArray: any;\n/**\n * The data label property can be used to show the data label and customize its position and styling.\n */\npublic dataLabel: any;\n/**\n * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager. \n * \n * \\@default ''\n */\npublic dataSource: any;\n/**\n * Customization options for the appearance of empty points in the series, where `null` or `undefined` values are considered as empty points.\n */\npublic emptyPointSettings: any;\n/**\n * Controls whether the tooltip for the accumulation chart series is enabled or disabled. Set to true to display tooltips on hover, or false to hide them.\n * \\@default true\n */\npublic enableTooltip: any;\n/**\n * Specifies the ending angle for the series, in degrees.\n * \\@default null\n */\npublic endAngle: any;\n/**\n * If set to true, series points will explode on mouse click or touch.\n * \\@default false\n */\npublic explode: any;\n/**\n * If set to true, all the points in the series will explode on load.\n * \\@default false\n */\npublic explodeAll: any;\n/**\n * Index of the point in the series to be exploded on initial load.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@blazordefaultvalue Double.NaN\n */\npublic explodeIndex: any;\n/**\n * Specifies the distance of the point from the center, which can be defined in both pixels and percentage.\n * \\@default '30%'\n */\npublic explodeOffset: any;\n/**\n * Defines the rendering mode for the funnel chart. \n * Available options are: \n * * Standard - Displays a funnel shape that narrows down to a point. \n * * Trapezoid - Displays a funnel shape with parallel sides near the top.\n * \\@default 'Standard'\n */\npublic funnelMode: any;\n/**\n * Defines the distance between the segments of a funnel or pyramid series. \n * The range is from 0 to 1.\n * \\@default 0\n */\npublic gapRatio: any;\n/**\n * In the accumulation series, y-values less than `groupMode` are combined into a single slice named 'others'.\n * \\@default Value\n */\npublic groupMode: any;\n/**\n * The y-values of the accumulation series that are less than `groupTo` are combined into a single slice named 'others'.\n * \\@default null\n */\npublic groupTo: any;\n/**\n * Defines the height of the funnel or pyramid series relative to the chart area.\n * \\@default '80%'\n */\npublic height: any;\n/**\n * When the `innerRadius` value is greater than 0%, a donut shape will appear in the pie series. It accepts only percentage values.\n * \\@default '0'\n */\npublic innerRadius: any;\n/**\n * The URL for the image to be displayed as a legend icon. \n * > Note that `legendShape` must be set to `Image`.\n * \\@default ''\n */\npublic legendImageUrl: any;\n/**\n * Specifies the shape of the legend icon for each data point. \n * Available shapes for legend: \n * * Circle - Renders a circular icon. \n * * Rectangle - Renders a rectangular icon. \n * * Triangle - Renders a triangular icon. \n * * Diamond - Renders a diamond-shaped icon. \n * * Cross - Renders a cross-shaped icon. \n * * HorizontalLine - Renders a horizontal line icon. \n * * VerticalLine - Renders a vertical line icon. \n * * Pentagon - Renders a pentagon-shaped icon. \n * * InvertedTriangle - Renders an inverted triangle-shaped icon. \n * * SeriesType - Uses the default icon shape based on the series type. \n * * Image - Renders a custom image for the legend icon.\n * \\@default 'SeriesType'\n */\npublic legendShape: any;\n/**\n * Applies a linear gradient fill to the series. \n * The gradient transitions colors along a straight line. \n * When both linearGradient and radialGradient are specified, linearGradient takes precedence.\n * \\@default null\n */\npublic linearGradient: any;\n/**\n * The `name` property allows for setting a name for the series.\n * \\@default ''\n */\npublic name: any;\n/**\n * Defines the height of the funnel neck relative to the chart area.\n * \\@default '20%'\n */\npublic neckHeight: any;\n/**\n * Defines the width of the funnel neck relative to the chart area.\n * \\@default '20%'\n */\npublic neckWidth: any;\n/**\n * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.\n * \\@default 1.\n */\npublic opacity: any;\n/**\n * The `palettes` array defines a set of colors used for rendering the accumulation chart's points. Each color in the array is applied to each point in order.\n * \\@default []\n */\npublic palettes: any;\n/**\n * The data source field that contains the color value of a point. \n * It is applicable for series.\n * \\@default ''\n */\npublic pointColorMapping: any;\n/**\n * Defines how the values are represented, either through the height or surface area of the segments.\n * \\@default 'Linear'\n */\npublic pyramidMode: any;\n/**\n * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.\n * \\@default null\n */\npublic query: any;\n/**\n * Applies a radial gradient fill to the series. \n * The gradient transitions colors outward from a central point.\n * \\@default null\n */\npublic radialGradient: any;\n/**\n * Specifies the radius of the pie series as a percentage of the chart's size.\n * \\@default null\n */\npublic radius: any;\n/**\n * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.\n * \\@default null\n */\npublic selectionStyle: any;\n/**\n * Specifies the starting angle for the series, in degrees.\n * \\@default 0\n */\npublic startAngle: any;\n/**\n * The data source field that contains the value to be displayed in the tooltip.\n * \\@default ''\n */\npublic tooltipMappingName: any;\n/**\n * If set to true, the series will be visible. If set to false, the series will be hidden.\n * \\@default true\n */\npublic visible: any;\n/**\n * Defines the width of the funnel or pyramid series relative to the chart area.\n * \\@default '80%'\n */\npublic width: any;\n/**\n * The data source field that contains the x value.\n * \\@default ''\n */\npublic xName: any;\n/**\n * The data source field that contains the y value.\n * \\@default ''\n */\npublic yName: any;\n \n @Template()\npublic dataLabel_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-accumulation-series-collection>e-accumulation-series',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'dataLabel_template': [{ type: ContentChild, args: ['dataLabelTemplate', ] },],\n};\n}\n\nfunction AccumulationSeriesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAccumulationSeriesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccumulationSeriesDirective.ctorParameters;\n/** @type {?} */\nAccumulationSeriesDirective.propDecorators;\n/** @type {?} */\nAccumulationSeriesDirective.prototype.directivePropList;\n/**\n * Specifies the type of series in the accumulation chart.\n * \\@default 'Pie'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.type;\n/**\n * Options to improve accessibility for series elements.\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.accessibility;\n/**\n * Options for customizing the animation of the series. \n * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`. \n * The following properties are supported in animation: \n * * enable: If set to true, the series is animated on initial loading. \n * * duration: The duration of the animation in milliseconds. \n * * delay: The delay before the animation starts, in milliseconds.\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.animation;\n/**\n * When set to true, a different pattern is applied to each slice of the pie.\n * \\@default false\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.applyPattern;\n/**\n * Options for customizing the border of the series.\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.border;\n/**\n * Option for customizing the border radius.\n * \\@default 0\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.borderRadius;\n/**\n * Defines the pattern of dashes and gaps for the series border.\n * \\@default '0'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.dashArray;\n/**\n * The data label property can be used to show the data label and customize its position and styling.\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.dataLabel;\n/**\n * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager. \n * \n * \\@default ''\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.dataSource;\n/**\n * Customization options for the appearance of empty points in the series, where `null` or `undefined` values are considered as empty points.\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.emptyPointSettings;\n/**\n * Controls whether the tooltip for the accumulation chart series is enabled or disabled. Set to true to display tooltips on hover, or false to hide them.\n * \\@default true\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.enableTooltip;\n/**\n * Specifies the ending angle for the series, in degrees.\n * \\@default null\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.endAngle;\n/**\n * If set to true, series points will explode on mouse click or touch.\n * \\@default false\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.explode;\n/**\n * If set to true, all the points in the series will explode on load.\n * \\@default false\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.explodeAll;\n/**\n * Index of the point in the series to be exploded on initial load.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@blazordefaultvalue Double.NaN\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.explodeIndex;\n/**\n * Specifies the distance of the point from the center, which can be defined in both pixels and percentage.\n * \\@default '30%'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.explodeOffset;\n/**\n * Defines the rendering mode for the funnel chart. \n * Available options are: \n * * Standard - Displays a funnel shape that narrows down to a point. \n * * Trapezoid - Displays a funnel shape with parallel sides near the top.\n * \\@default 'Standard'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.funnelMode;\n/**\n * Defines the distance between the segments of a funnel or pyramid series. \n * The range is from 0 to 1.\n * \\@default 0\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.gapRatio;\n/**\n * In the accumulation series, y-values less than `groupMode` are combined into a single slice named 'others'.\n * \\@default Value\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.groupMode;\n/**\n * The y-values of the accumulation series that are less than `groupTo` are combined into a single slice named 'others'.\n * \\@default null\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.groupTo;\n/**\n * Defines the height of the funnel or pyramid series relative to the chart area.\n * \\@default '80%'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.height;\n/**\n * When the `innerRadius` value is greater than 0%, a donut shape will appear in the pie series. It accepts only percentage values.\n * \\@default '0'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.innerRadius;\n/**\n * The URL for the image to be displayed as a legend icon. \n * > Note that `legendShape` must be set to `Image`.\n * \\@default ''\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.legendImageUrl;\n/**\n * Specifies the shape of the legend icon for each data point. \n * Available shapes for legend: \n * * Circle - Renders a circular icon. \n * * Rectangle - Renders a rectangular icon. \n * * Triangle - Renders a triangular icon. \n * * Diamond - Renders a diamond-shaped icon. \n * * Cross - Renders a cross-shaped icon. \n * * HorizontalLine - Renders a horizontal line icon. \n * * VerticalLine - Renders a vertical line icon. \n * * Pentagon - Renders a pentagon-shaped icon. \n * * InvertedTriangle - Renders an inverted triangle-shaped icon. \n * * SeriesType - Uses the default icon shape based on the series type. \n * * Image - Renders a custom image for the legend icon.\n * \\@default 'SeriesType'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.legendShape;\n/**\n * Applies a linear gradient fill to the series. \n * The gradient transitions colors along a straight line. \n * When both linearGradient and radialGradient are specified, linearGradient takes precedence.\n * \\@default null\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.linearGradient;\n/**\n * The `name` property allows for setting a name for the series.\n * \\@default ''\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.name;\n/**\n * Defines the height of the funnel neck relative to the chart area.\n * \\@default '20%'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.neckHeight;\n/**\n * Defines the width of the funnel neck relative to the chart area.\n * \\@default '20%'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.neckWidth;\n/**\n * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.\n * \\@default 1.\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.opacity;\n/**\n * The `palettes` array defines a set of colors used for rendering the accumulation chart's points. Each color in the array is applied to each point in order.\n * \\@default []\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.palettes;\n/**\n * The data source field that contains the color value of a point. \n * It is applicable for series.\n * \\@default ''\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.pointColorMapping;\n/**\n * Defines how the values are represented, either through the height or surface area of the segments.\n * \\@default 'Linear'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.pyramidMode;\n/**\n * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.\n * \\@default null\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.query;\n/**\n * Applies a radial gradient fill to the series. \n * The gradient transitions colors outward from a central point.\n * \\@default null\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.radialGradient;\n/**\n * Specifies the radius of the pie series as a percentage of the chart's size.\n * \\@default null\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.radius;\n/**\n * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.\n * \\@default null\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.selectionStyle;\n/**\n * Specifies the starting angle for the series, in degrees.\n * \\@default 0\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.startAngle;\n/**\n * The data source field that contains the value to be displayed in the tooltip.\n * \\@default ''\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.tooltipMappingName;\n/**\n * If set to true, the series will be visible. If set to false, the series will be hidden.\n * \\@default true\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.visible;\n/**\n * Defines the width of the funnel or pyramid series relative to the chart area.\n * \\@default '80%'\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.width;\n/**\n * The data source field that contains the x value.\n * \\@default ''\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.xName;\n/**\n * The data source field that contains the y value.\n * \\@default ''\n * @type {?}\n */\nAccumulationSeriesDirective.prototype.yName;\n/** @type {?} */\nAccumulationSeriesDirective.prototype.dataLabel_template;\n/** @type {?} */\nAccumulationSeriesDirective.prototype.viewContainerRef;\n}\n\n/**\n * AccumulationSeries Array Directive\n */\nexport class AccumulationSeriesCollectionDirective extends ArrayBase<AccumulationSeriesCollectionDirective> {\nconstructor() {\n super('series');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-accumulationchart>e-accumulation-series-collection',\n queries: {\n children: new ContentChildren(AccumulationSeriesDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AccumulationSeriesCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAccumulationSeriesCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAccumulationSeriesCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TrendlineDirective, TrendlinesDirective } from './trendlines.directive';\nimport { SegmentDirective, SegmentsDirective } from './segments.directive';\nimport { SeriesDirective, SeriesCollectionDirective } from './series.directive';\nimport { StripLineDirective, StripLinesDirective } from './striplines.directive';\nimport { CategoryDirective, CategoriesDirective } from './categories.directive';\nimport { MultiLevelLabelDirective, MultiLevelLabelsDirective } from './multilevellabels.directive';\nimport { AxisDirective, AxesDirective } from './axes.directive';\nimport { RowDirective, RowsDirective } from './rows.directive';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { RangeColorSettingDirective, RangeColorSettingsDirective } from './rangecolorsettings.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { SelectedDataIndexDirective, SelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { IndicatorDirective, IndicatorsDirective } from './indicators.directive';\nimport { ChartComponent } from './chart.component';\nimport { ChartModule } from './chart.module';\nimport {LineSeries, ScatterSeries, ColumnSeries, SplineSeries, SplineAreaSeries, StripLine, AreaSeries, ScrollBar, StepLineSeries, StepAreaSeries, StackingColumnSeries, StackingLineSeries, StackingAreaSeries, StackingStepAreaSeries, BarSeries, StackingBarSeries, RangeColumnSeries, BubbleSeries, Tooltip, Crosshair, Category, DateTime, Logarithmic, Legend, Zoom, DataLabel, Selection, ChartAnnotation, HiloSeries, HiloOpenCloseSeries, WaterfallSeries, RangeAreaSeries, RangeStepAreaSeries, SplineRangeAreaSeries, CandleSeries, PolarSeries, RadarSeries, SmaIndicator, TmaIndicator, EmaIndicator, AccumulationDistributionIndicator, MacdIndicator, AtrIndicator, RsiIndicator, MomentumIndicator, StochasticIndicator, BollingerBands, BoxAndWhiskerSeries, HistogramSeries, ErrorBar, Trendlines, DateTimeCategory, MultiColoredLineSeries, MultiColoredAreaSeries, MultiLevelLabel, ParetoSeries, Export, DataEditing, Highlight, LastValueLabel, SeriesLabel} from '@syncfusion/ej2-charts';\n\n\nexport const /** @type {?} */ LineSeriesService: ValueProvider = { provide: 'ChartsLineSeries', useValue: LineSeries};\nexport const /** @type {?} */ ScatterSeriesService: ValueProvider = { provide: 'ChartsScatterSeries', useValue: ScatterSeries};\nexport const /** @type {?} */ ColumnSeriesService: ValueProvider = { provide: 'ChartsColumnSeries', useValue: ColumnSeries};\nexport const /** @type {?} */ SplineSeriesService: ValueProvider = { provide: 'ChartsSplineSeries', useValue: SplineSeries};\nexport const /** @type {?} */ SplineAreaSeriesService: ValueProvider = { provide: 'ChartsSplineAreaSeries', useValue: SplineAreaSeries};\nexport const /** @type {?} */ StripLineService: ValueProvider = { provide: 'ChartsStripLine', useValue: StripLine};\nexport const /** @type {?} */ AreaSeriesService: ValueProvider = { provide: 'ChartsAreaSeries', useValue: AreaSeries};\nexport const /** @type {?} */ ScrollBarService: ValueProvider = { provide: 'ChartsScrollBar', useValue: ScrollBar};\nexport const /** @type {?} */ StepLineSeriesService: ValueProvider = { provide: 'ChartsStepLineSeries', useValue: StepLineSeries};\nexport const /** @type {?} */ StepAreaSeriesService: ValueProvider = { provide: 'ChartsStepAreaSeries', useValue: StepAreaSeries};\nexport const /** @type {?} */ StackingColumnSeriesService: ValueProvider = { provide: 'ChartsStackingColumnSeries', useValue: StackingColumnSeries};\nexport const /** @type {?} */ StackingLineSeriesService: ValueProvider = { provide: 'ChartsStackingLineSeries', useValue: StackingLineSeries};\nexport const /** @type {?} */ StackingAreaSeriesService: ValueProvider = { provide: 'ChartsStackingAreaSeries', useValue: StackingAreaSeries};\nexport const /** @type {?} */ StackingStepAreaSeriesService: ValueProvider = { provide: 'ChartsStackingStepAreaSeries', useValue: StackingStepAreaSeries};\nexport const /** @type {?} */ BarSeriesService: ValueProvider = { provide: 'ChartsBarSeries', useValue: BarSeries};\nexport const /** @type {?} */ StackingBarSeriesService: ValueProvider = { provide: 'ChartsStackingBarSeries', useValue: StackingBarSeries};\nexport const /** @type {?} */ RangeColumnSeriesService: ValueProvider = { provide: 'ChartsRangeColumnSeries', useValue: RangeColumnSeries};\nexport const /** @type {?} */ BubbleSeriesService: ValueProvider = { provide: 'ChartsBubbleSeries', useValue: BubbleSeries};\nexport const /** @type {?} */ TooltipService: ValueProvider = { provide: 'ChartsTooltip', useValue: Tooltip};\nexport const /** @type {?} */ CrosshairService: ValueProvider = { provide: 'ChartsCrosshair', useValue: Crosshair};\nexport const /** @type {?} */ CategoryService: ValueProvider = { provide: 'ChartsCategory', useValue: Category};\nexport const /** @type {?} */ DateTimeService: ValueProvider = { provide: 'ChartsDateTime', useValue: DateTime};\nexport const /** @type {?} */ LogarithmicService: ValueProvider = { provide: 'ChartsLogarithmic', useValue: Logarithmic};\nexport const /** @type {?} */ LegendService: ValueProvider = { provide: 'ChartsLegend', useValue: Legend};\nexport const /** @type {?} */ ZoomService: ValueProvider = { provide: 'ChartsZoom', useValue: Zoom};\nexport const /** @type {?} */ DataLabelService: ValueProvider = { provide: 'ChartsDataLabel', useValue: DataLabel};\nexport const /** @type {?} */ SelectionService: ValueProvider = { provide: 'ChartsSelection', useValue: Selection};\nexport const /** @type {?} */ ChartAnnotationService: ValueProvider = { provide: 'ChartsChartAnnotation', useValue: ChartAnnotation};\nexport const /** @type {?} */ HiloSeriesService: ValueProvider = { provide: 'ChartsHiloSeries', useValue: HiloSeries};\nexport const /** @type {?} */ HiloOpenCloseSeriesService: ValueProvider = { provide: 'ChartsHiloOpenCloseSeries', useValue: HiloOpenCloseSeries};\nexport const /** @type {?} */ WaterfallSeriesService: ValueProvider = { provide: 'ChartsWaterfallSeries', useValue: WaterfallSeries};\nexport const /** @type {?} */ RangeAreaSeriesService: ValueProvider = { provide: 'ChartsRangeAreaSeries', useValue: RangeAreaSeries};\nexport const /** @type {?} */ RangeStepAreaSeriesService: ValueProvider = { provide: 'ChartsRangeStepAreaSeries', useValue: RangeStepAreaSeries};\nexport const /** @type {?} */ SplineRangeAreaSeriesService: ValueProvider = { provide: 'ChartsSplineRangeAreaSeries', useValue: SplineRangeAreaSeries};\nexport const /** @type {?} */ CandleSeriesService: ValueProvider = { provide: 'ChartsCandleSeries', useValue: CandleSeries};\nexport const /** @type {?} */ PolarSeriesService: ValueProvider = { provide: 'ChartsPolarSeries', useValue: PolarSeries};\nexport const /** @type {?} */ RadarSeriesService: ValueProvider = { provide: 'ChartsRadarSeries', useValue: RadarSeries};\nexport const /** @type {?} */ SmaIndicatorService: ValueProvider = { provide: 'ChartsSmaIndicator', useValue: SmaIndicator};\nexport const /** @type {?} */ TmaIndicatorService: ValueProvider = { provide: 'ChartsTmaIndicator', useValue: TmaIndicator};\nexport const /** @type {?} */ EmaIndicatorService: ValueProvider = { provide: 'ChartsEmaIndicator', useValue: EmaIndicator};\nexport const /** @type {?} */ AccumulationDistributionIndicatorService: ValueProvider = { provide: 'ChartsAccumulationDistributionIndicator', useValue: AccumulationDistributionIndicator};\nexport const /** @type {?} */ MacdIndicatorService: ValueProvider = { provide: 'ChartsMacdIndicator', useValue: MacdIndicator};\nexport const /** @type {?} */ AtrIndicatorService: ValueProvider = { provide: 'ChartsAtrIndicator', useValue: AtrIndicator};\nexport const /** @type {?} */ RsiIndicatorService: ValueProvider = { provide: 'ChartsRsiIndicator', useValue: RsiIndicator};\nexport const /** @type {?} */ MomentumIndicatorService: ValueProvider = { provide: 'ChartsMomentumIndicator', useValue: MomentumIndicator};\nexport const /** @type {?} */ StochasticIndicatorService: ValueProvider = { provide: 'ChartsStochasticIndicator', useValue: StochasticIndicator};\nexport const /** @type {?} */ BollingerBandsService: ValueProvider = { provide: 'ChartsBollingerBands', useValue: BollingerBands};\nexport const /** @type {?} */ BoxAndWhiskerSeriesService: ValueProvider = { provide: 'ChartsBoxAndWhiskerSeries', useValue: BoxAndWhiskerSeries};\nexport const /** @type {?} */ HistogramSeriesService: ValueProvider = { provide: 'ChartsHistogramSeries', useValue: HistogramSeries};\nexport const /** @type {?} */ ErrorBarService: ValueProvider = { provide: 'ChartsErrorBar', useValue: ErrorBar};\nexport const /** @type {?} */ TrendlinesService: ValueProvider = { provide: 'ChartsTrendlines', useValue: Trendlines};\nexport const /** @type {?} */ DateTimeCategoryService: ValueProvider = { provide: 'ChartsDateTimeCategory', useValue: DateTimeCategory};\nexport const /** @type {?} */ MultiColoredLineSeriesService: ValueProvider = { provide: 'ChartsMultiColoredLineSeries', useValue: MultiColoredLineSeries};\nexport const /** @type {?} */ MultiColoredAreaSeriesService: ValueProvider = { provide: 'ChartsMultiColoredAreaSeries', useValue: MultiColoredAreaSeries};\nexport const /** @type {?} */ MultiLevelLabelService: ValueProvider = { provide: 'ChartsMultiLevelLabel', useValue: MultiLevelLabel};\nexport const /** @type {?} */ ParetoSeriesService: ValueProvider = { provide: 'ChartsParetoSeries', useValue: ParetoSeries};\nexport const /** @type {?} */ ExportService: ValueProvider = { provide: 'ChartsExport', useValue: Export};\nexport const /** @type {?} */ DataEditingService: ValueProvider = { provide: 'ChartsDataEditing', useValue: DataEditing};\nexport const /** @type {?} */ HighlightService: ValueProvider = { provide: 'ChartsHighlight', useValue: Highlight};\nexport const /** @type {?} */ LastValueLabelService: ValueProvider = { provide: 'ChartsLastValueLabel', useValue: LastValueLabel};\nexport const /** @type {?} */ SeriesLabelService: ValueProvider = { provide: 'ChartsSeriesLabel', useValue: SeriesLabel};\n/**\n * NgModule definition for the Chart component with providers.\n */\nexport class ChartAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ChartModule],\n exports: [\n ChartModule\n ],\n providers:[\n LineSeriesService,\n ScatterSeriesService,\n ColumnSeriesService,\n SplineSeriesService,\n SplineAreaSeriesService,\n StripLineService,\n AreaSeriesService,\n ScrollBarService,\n StepLineSeriesService,\n StepAreaSeriesService,\n StackingColumnSeriesService,\n StackingLineSeriesService,\n StackingAreaSeriesService,\n StackingStepAreaSeriesService,\n BarSeriesService,\n StackingBarSeriesService,\n RangeColumnSeriesService,\n BubbleSeriesService,\n TooltipService,\n CrosshairService,\n CategoryService,\n DateTimeService,\n LogarithmicService,\n LegendService,\n ZoomService,\n DataLabelService,\n SelectionService,\n ChartAnnotationService,\n HiloSeriesService,\n HiloOpenCloseSeriesService,\n WaterfallSeriesService,\n RangeAreaSeriesService,\n RangeStepAreaSeriesService,\n SplineRangeAreaSeriesService,\n CandleSeriesService,\n PolarSeriesService,\n RadarSeriesService,\n SmaIndicatorService,\n TmaIndicatorService,\n EmaIndicatorService,\n AccumulationDistributionIndicatorService,\n MacdIndicatorService,\n AtrIndicatorService,\n RsiIndicatorService,\n MomentumIndicatorService,\n StochasticIndicatorService,\n BollingerBandsService,\n BoxAndWhiskerSeriesService,\n HistogramSeriesService,\n ErrorBarService,\n TrendlinesService,\n DateTimeCategoryService,\n MultiColoredLineSeriesService,\n MultiColoredAreaSeriesService,\n MultiLevelLabelService,\n ParetoSeriesService,\n ExportService,\n DataEditingService,\n HighlightService,\n LastValueLabelService,\n SeriesLabelService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ChartAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nChartAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChartAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TrendlineDirective, TrendlinesDirective } from './trendlines.directive';\nimport { SegmentDirective, SegmentsDirective } from './segments.directive';\nimport { SeriesDirective, SeriesCollectionDirective } from './series.directive';\nimport { StripLineDirective, StripLinesDirective } from './striplines.directive';\nimport { CategoryDirective, CategoriesDirective } from './categories.directive';\nimport { MultiLevelLabelDirective, MultiLevelLabelsDirective } from './multilevellabels.directive';\nimport { AxisDirective, AxesDirective } from './axes.directive';\nimport { RowDirective, RowsDirective } from './rows.directive';\nimport { ColumnDirective, ColumnsDirective } from './columns.directive';\nimport { RangeColorSettingDirective, RangeColorSettingsDirective } from './rangecolorsettings.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { SelectedDataIndexDirective, SelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { IndicatorDirective, IndicatorsDirective } from './indicators.directive';\nimport { ChartComponent } from './chart.component';\n/**\n * NgModule definition for the Chart component.\n */\nexport class ChartModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ChartComponent,\n TrendlineDirective,\n TrendlinesDirective,\n SegmentDirective,\n SegmentsDirective,\n SeriesDirective,\n SeriesCollectionDirective,\n StripLineDirective,\n StripLinesDirective,\n CategoryDirective,\n CategoriesDirective,\n MultiLevelLabelDirective,\n MultiLevelLabelsDirective,\n AxisDirective,\n AxesDirective,\n RowDirective,\n RowsDirective,\n ColumnDirective,\n ColumnsDirective,\n RangeColorSettingDirective,\n RangeColorSettingsDirective,\n AnnotationDirective,\n AnnotationsDirective,\n SelectedDataIndexDirective,\n SelectedDataIndexesDirective,\n IndicatorDirective,\n IndicatorsDirective\n ],\n exports: [\n ChartComponent,\n TrendlineDirective,\n TrendlinesDirective,\n SegmentDirective,\n SegmentsDirective,\n SeriesDirective,\n SeriesCollectionDirective,\n StripLineDirective,\n StripLinesDirective,\n CategoryDirective,\n CategoriesDirective,\n MultiLevelLabelDirective,\n MultiLevelLabelsDirective,\n AxisDirective,\n AxesDirective,\n RowDirective,\n RowsDirective,\n ColumnDirective,\n ColumnsDirective,\n RangeColorSettingDirective,\n RangeColorSettingsDirective,\n AnnotationDirective,\n AnnotationsDirective,\n SelectedDataIndexDirective,\n SelectedDataIndexesDirective,\n IndicatorDirective,\n IndicatorsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ChartModule_tsickle_Closure_declarations() {\n/** @type {?} */\nChartModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChartModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Chart } from '@syncfusion/ej2-charts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { SeriesCollectionDirective } from './series.directive';\nimport { AxesDirective } from './axes.directive';\nimport { RowsDirective } from './rows.directive';\nimport { ColumnsDirective } from './columns.directive';\nimport { RangeColorSettingsDirective } from './rangecolorsettings.directive';\nimport { AnnotationsDirective } from './annotations.directive';\nimport { SelectedDataIndexesDirective } from './selecteddataindexes.directive';\nimport { IndicatorsDirective } from './indicators.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['accessibility','allowExport','allowMultiSelection','annotations','axes','background','backgroundImage','border','chartArea','columns','crosshair','currencyCode','dataSource','description','enableAnimation','enableAutoIntervalOnBothAxis','enableCanvas','enableExport','enableHtmlSanitizer','enablePersistence','enableRtl','enableSideBySidePlacement','focusBorderColor','focusBorderMargin','focusBorderWidth','height','highlightColor','highlightMode','highlightPattern','indicators','isMultiSelect','isTransposed','legendSettings','locale','margin','noDataTemplate','palettes','primaryXAxis','primaryYAxis','rangeColorSettings','rows','selectedDataIndexes','selectionMode','selectionPattern','series','stackLabels','subTitle','subTitleStyle','tabIndex','theme','title','titleStyle','tooltip','useGroupingSeparator','width','zoomSettings'];\nexport const /** @type {?} */ outputs: string[] = ['afterExport','animationComplete','annotationRender','axisLabelClick','axisLabelRender','axisMultiLabelRender','axisRangeCalculated','beforeExport','beforePrint','beforeResize','chartDoubleClick','chartMouseClick','chartMouseDown','chartMouseLeave','chartMouseMove','chartMouseUp','crosshairLabelRender','drag','dragComplete','dragEnd','dragStart','legendClick','legendRender','load','loaded','multiLevelLabelClick','onZooming','pointClick','pointDoubleClick','pointMove','pointRender','resized','scrollChanged','scrollEnd','scrollStart','selectionComplete','seriesRender','sharedTooltipRender','textRender','tooltipRender','zoomComplete','dataSourceChange'];\nexport const /** @type {?} */ twoWays: string[] = ['dataSource'];\n/**\n * Chart Component\n * ```html\n * <ejschart></ejschart>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class ChartComponent extends Chart implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tafterExport: any;\n\tanimationComplete: any;\n\tannotationRender: any;\n\taxisLabelClick: any;\n\taxisLabelRender: any;\n\taxisMultiLabelRender: any;\n\taxisRangeCalculated: any;\n\tbeforeExport: any;\n\tbeforePrint: any;\n\tbeforeResize: any;\n\tchartDoubleClick: any;\n\tchartMouseClick: any;\n\tchartMouseDown: any;\n\tchartMouseLeave: any;\n\tchartMouseMove: any;\n\tchartMouseUp: any;\n\tcrosshairLabelRender: any;\n\tdrag: any;\n\tdragComplete: any;\n\tdragEnd: any;\n\tdragStart: any;\n\tlegendClick: any;\n\tlegendRender: any;\n\tload: any;\n\tloaded: any;\n\tmultiLevelLabelClick: any;\n\tonZooming: any;\n\tpointClick: any;\n\tpointDoubleClick: any;\n\tpointMove: any;\n\tpointRender: any;\n\tresized: any;\n\tscrollChanged: any;\n\tscrollEnd: any;\n\tscrollStart: any;\n\tselectionComplete: any;\n\tseriesRender: any;\n\tsharedTooltipRender: any;\n\ttextRender: any;\n\ttooltipRender: any;\n\tzoomComplete: any;\npublic dataSourceChange: any;\npublic childSeries: QueryList<SeriesCollectionDirective>;\npublic childAxes: QueryList<AxesDirective>;\npublic childRows: QueryList<RowsDirective>;\npublic childColumns: QueryList<ColumnsDirective>;\npublic childRangeColorSettings: QueryList<RangeColorSettingsDirective>;\npublic childAnnotations: QueryList<AnnotationsDirective>;\npublic childSelectedDataIndexes: QueryList<SelectedDataIndexesDirective>;\npublic childIndicators: QueryList<IndicatorsDirective>;\npublic tags: string[] = ['series', 'axes', 'rows', 'columns', 'rangeColorSettings', 'annotations', 'selectedDataIndexes', 'indicators'];\n \n @Template()\npublic tooltip_template: any;\n \n @Template()\npublic legendSettings_template: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('ChartsLineSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsScatterSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsColumnSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSplineSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSplineAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStripLine');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsScrollBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStepLineSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStepAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStackingColumnSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStackingLineSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStackingAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStackingStepAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsBarSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStackingBarSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsRangeColumnSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsBubbleSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCrosshair');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCategory');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDateTime');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsLogarithmic');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsZoom');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDataLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsChartAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsHiloSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsHiloOpenCloseSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsWaterfallSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsRangeAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsRangeStepAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSplineRangeAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsCandleSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsPolarSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsRadarSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSmaIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsTmaIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsEmaIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAccumulationDistributionIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsMacdIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsAtrIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsRsiIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsMomentumIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsStochasticIndicator');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsBollingerBands');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsBoxAndWhiskerSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsHistogramSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsErrorBar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsTrendlines');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDateTimeCategory');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsMultiColoredLineSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsMultiColoredAreaSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsMultiLevelLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsParetoSeries');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsDataEditing');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsLastValueLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('ChartsSeriesLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childSeries;\n \n\t if (this.childAxes) {\n this.tagObjects[1].instance = this.childAxes;\n }\n \n\t if (this.childRows) {\n this.tagObjects[2].instance = this.childRows;\n }\n \n\t if (this.childColumns) {\n this.tagObjects[3].instance = this.childColumns;\n }\n \n\t if (this.childRangeColorSettings) {\n this.tagObjects[4].instance = this.childRangeColorSettings;\n }\n \n\t if (this.childAnnotations) {\n this.tagObjects[5].instance = this.childAnnotations;\n }\n \n\t if (this.childSelectedDataIndexes) {\n this.tagObjects[6].instance = this.childSelectedDataIndexes;\n }\n \n\t if (this.childIndicators) {\n this.tagObjects[7].instance = this.childIndicators;\n }\n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-chart',\n inputs: inputs,\n outputs: outputs,\n template: '',\n queries: {\n childSeries: new ContentChild(SeriesCollectionDirective), \n childAxes: new ContentChild(AxesDirective), \n childRows: new ContentChild(RowsDirective), \n childColumns: new ContentChild(ColumnsDirective), \n childRangeColorSettings: new ContentChild(RangeColorSettingsDirective), \n childAnnotations: new ContentChild(AnnotationsDirective), \n childSelectedDataIndexes: new ContentChild(SelectedDataIndexesDirective), \n childIndicators: new ContentChild(IndicatorsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'tooltip_template': [{ type: ContentChild, args: ['tooltipTemplate', ] },],\n'legendSettings_template': [{ type: ContentChild, args: ['legendSettingsTemplate', ] },],\n};\n}\n\nfunction ChartComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nChartComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nChartComponent.ctorParameters;\n/** @type {?} */\nChartComponent.propDecorators;\n/** @type {?} */\nChartComponent.prototype.context;\n/** @type {?} */\nChartComponent.prototype.tagObjects;\n/** @type {?} */\nChartComponent.prototype.afterExport;\n/** @type {?} */\nChartComponent.prototype.animationComplete;\n/** @type {?} */\nChartComponent.prototype.annotationRender;\n/** @type {?} */\nChartComponent.prototype.axisLabelClick;\n/** @type {?} */\nChartComponent.prototype.axisLabelRender;\n/** @type {?} */\nChartComponent.prototype.axisMultiLabelRender;\n/** @type {?} */\nChartComponent.prototype.axisRangeCalculated;\n/** @type {?} */\nChartComponent.prototype.beforeExport;\n/** @type {?} */\nChartComponent.prototype.beforePrint;\n/** @type {?} */\nChartComponent.prototype.beforeResize;\n/** @type {?} */\nChartComponent.prototype.chartDoubleClick;\n/** @type {?} */\nChartComponent.prototype.chartMouseClick;\n/** @type {?} */\nChartComponent.prototype.chartMouseDown;\n/** @type {?} */\nChartComponent.prototype.chartMouseLeave;\n/** @type {?} */\nChartComponent.prototype.chartMouseMove;\n/** @type {?} */\nChartComponent.prototype.chartMouseUp;\n/** @type {?} */\nChartComponent.prototype.crosshairLabelRender;\n/** @type {?} */\nChartComponent.prototype.drag;\n/** @type {?} */\nChartComponent.prototype.dragComplete;\n/** @type {?} */\nChartComponent.prototype.dragEnd;\n/** @type {?} */\nChartComponent.prototype.dragStart;\n/** @type {?} */\nChartComponent.prototype.legendClick;\n/** @type {?} */\nChartComponent.prototype.legendRender;\n/** @type {?} */\nChartComponent.prototype.load;\n/** @type {?} */\nChartComponent.prototype.loaded;\n/** @type {?} */\nChartComponent.prototype.multiLevelLabelClick;\n/** @type {?} */\nChartComponent.prototype.onZooming;\n/** @type {?} */\nChartComponent.prototype.pointClick;\n/** @type {?} */\nChartComponent.prototype.pointDoubleClick;\n/** @type {?} */\nChartComponent.prototype.pointMove;\n/** @type {?} */\nChartComponent.prototype.pointRender;\n/** @type {?} */\nChartComponent.prototype.resized;\n/** @type {?} */\nChartComponent.prototype.scrollChanged;\n/** @type {?} */\nChartComponent.prototype.scrollEnd;\n/** @type {?} */\nChartComponent.prototype.scrollStart;\n/** @type {?} */\nChartComponent.prototype.selectionComplete;\n/** @type {?} */\nChartComponent.prototype.seriesRender;\n/** @type {?} */\nChartComponent.prototype.sharedTooltipRender;\n/** @type {?} */\nChartComponent.prototype.textRender;\n/** @type {?} */\nChartComponent.prototype.tooltipRender;\n/** @type {?} */\nChartComponent.prototype.zoomComplete;\n/** @type {?} */\nChartComponent.prototype.dataSourceChange;\n/** @type {?} */\nChartComponent.prototype.childSeries;\n/** @type {?} */\nChartComponent.prototype.childAxes;\n/** @type {?} */\nChartComponent.prototype.childRows;\n/** @type {?} */\nChartComponent.prototype.childColumns;\n/** @type {?} */\nChartComponent.prototype.childRangeColorSettings;\n/** @type {?} */\nChartComponent.prototype.childAnnotations;\n/** @type {?} */\nChartComponent.prototype.childSelectedDataIndexes;\n/** @type {?} */\nChartComponent.prototype.childIndicators;\n/** @type {?} */\nChartComponent.prototype.tags;\n/** @type {?} */\nChartComponent.prototype.tooltip_template;\n/** @type {?} */\nChartComponent.prototype.legendSettings_template;\n/** @type {?} */\nChartComponent.prototype.registerEvents;\n/** @type {?} */\nChartComponent.prototype.addTwoWay;\n/** @type {?} */\nChartComponent.prototype.ngEle;\n/** @type {?} */\nChartComponent.prototype.srenderer;\n/** @type {?} */\nChartComponent.prototype.viewContainerRef;\n/** @type {?} */\nChartComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['accessibility', 'animation', 'bandColor', 'close', 'colorName', 'dPeriod', 'dashArray', 'dataSource', 'enableComplexProperty', 'fastPeriod', 'field', 'fill', 'high', 'kPeriod', 'linearGradient', 'low', 'lowerLine', 'macdLine', 'macdNegativeColor', 'macdPositiveColor', 'macdType', 'open', 'overBought', 'overSold', 'period', 'periodLine', 'pointColorMapping', 'query', 'radialGradient', 'segmentAxis', 'segments', 'seriesName', 'showZones', 'slowPeriod', 'standardDeviation', 'type', 'upperLine', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Indicator Directive\n * ```html\n * <e-indicators>\n * <e-indicator></e-indicator>\n * </e-indicators>\n * ```\n */\nexport class IndicatorDirective extends ComplexBase<IndicatorDirective> {\npublic directivePropList: any;\n/**\n * Defines the types of technical indicators. They are: \n * * 'Sma' - Predicts the trend using the Simple Moving Average approach. \n * * 'Ema' - Predicts the trend using the Exponential Moving Average approach. \n * * 'Tma' - Predicts the trend using the Triangular Moving Average approach. \n * * 'Atr' - Predicts the trend using the Average True Range approach. \n * * 'AccumulationDistribution' - Predicts the trend using the Accumulation Distribution approach. \n * * 'Momentum' - Predicts the trend using the Momentum approach. \n * * 'Rsi' - Predicts the trend using the Relative Strength Index (RSI) approach. \n * * 'Macd' - Predicts the trend using the Moving Average Convergence Divergence (MACD) approach. \n * * 'Stochastic' - Predicts the trend using the Stochastic Oscillator approach. \n * * 'BollingerBands' - Predicts the trend using the Bollinger Bands approach.\n * \\@default 'Sma'\n */\npublic type: any;\n/**\n * Options to improve accessibility for technical indicator elements.\n */\npublic accessibility: any;\n/**\n * Options for customizing the animation of the series. \n * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`. \n * The following properties are supported in animation: \n * * enable: If set to true, the series is animated on initial loading. \n * * duration: The duration of the animation in milliseconds. \n * * delay: The delay before the animation starts, in milliseconds.\n */\npublic animation: any;\n/**\n * Configures the settings for customizing the Bollinger Bands in the indicator.\n * \\@default 'rgba(211,211,211,0.25)'\n */\npublic bandColor: any;\n/**\n * The data source field that contains the close value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic close: any;\n/**\n * The data source field that contains the color mapping value. \n * It is applicable for range color mapping.\n */\npublic colorName: any;\n/**\n * Defines the period over which price changes determine the %D value in stochastic indicators.\n * \\@default 3\n */\npublic dPeriod: any;\n/**\n * Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.\n * \\@default ''\n */\npublic dashArray: any;\n/**\n * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager. \n * \n * \\@default ''\n */\npublic dataSource: any;\n/**\n * This property is used to improve chart performance through data mapping for the series data source.\n * \\@default false\n */\npublic enableComplexProperty: any;\n/**\n * Sets the fast period to define the MACD line.\n * \\@default 26\n */\npublic fastPeriod: any;\n/**\n * Defines the field used to compare the current value with previous values.\n * \\@default 'Close'\n */\npublic field: any;\n/**\n * The fill color for the series, which accepts values in hex or rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue', and for series, it is null.\n * \\@default null\n */\npublic fill: any;\n/**\n * The data source field that contains the high value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic high: any;\n/**\n * Defines the look-back period for price changes used to calculate the %K value in stochastic indicators.\n * \\@default 14\n */\npublic kPeriod: any;\n/**\n * Applies a linear gradient fill to the indicator.\n * \\@default null\n */\npublic linearGradient: any;\n/**\n * The data source field that contains the low value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic low: any;\n/**\n * Defines the appearance of the lower line in technical indicators.\n */\npublic lowerLine: any;\n/**\n * Defines the appearance of the MACD line in the MACD indicator.\n * \\@default { color: '#ff9933', width: 2 }\n */\npublic macdLine: any;\n/**\n * Specifies the color for negative bars in the MACD indicator.\n * \\@default '#e74c3d'\n */\npublic macdNegativeColor: any;\n/**\n * Specifies the color for positive bars in the MACD indicator.\n * \\@default '#2ecd71'\n */\npublic macdPositiveColor: any;\n/**\n * Defines the type of the MACD (Moving Average Convergence Divergence) indicator.\n * \\@default 'Both'\n */\npublic macdType: any;\n/**\n * The data source field that contains the open value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic open: any;\n/**\n * Specifies the over-bought (threshold) values applicable for RSI and stochastic indicators.\n * \\@default 80\n */\npublic overBought: any;\n/**\n * Defines the over-sold (threshold) values for RSI and stochastic indicators.\n * \\@default 20\n */\npublic overSold: any;\n/**\n * Defines the period over which price changes are considered for trend prediction.\n * \\@default 14\n */\npublic period: any;\n/**\n * Defines the appearance of the period line in technical indicators.\n */\npublic periodLine: any;\n/**\n * The data source field that contains the color value of a point. \n * It is applicable for series.\n * \\@default ''\n */\npublic pointColorMapping: any;\n/**\n * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.\n * \\@default ''\n */\npublic query: any;\n/**\n * Applies a radial gradient fill to the indicator.\n * \\@default null\n */\npublic radialGradient: any;\n/**\n * Defines the axis along which the line series will be split.\n */\npublic segmentAxis: any;\n/**\n * Specifies a collection of regions used to differentiate a line series.\n */\npublic segments: any;\n/**\n * Specifies the name of the series to be used for displaying the indicator data.\n * \\@default ''\n */\npublic seriesName: any;\n/**\n * Specifies whether to enable or disable the over-bought and over-sold regions.\n * \\@default true\n */\npublic showZones: any;\n/**\n * Sets the slow period for defining the MACD line.\n * \\@default 12\n */\npublic slowPeriod: any;\n/**\n * Sets the standard deviation values used to define the upper and lower Bollinger Bands.\n * \\@default 2\n */\npublic standardDeviation: any;\n/**\n * Defines the appearance of the upper line in technical indicators.\n */\npublic upperLine: any;\n/**\n * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.\n * \\@default true\n */\npublic visible: any;\n/**\n * Defines the data source field that contains the volume value in candle charts. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic volume: any;\n/**\n * The stroke width for the series, applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n */\npublic width: any;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators. \n * \n * \\@default null\n */\npublic xAxisName: any;\n/**\n * The data source field that contains the x value. \n * It is applicable to both series and technical indicators.\n * \\@default ''\n */\npublic xName: any;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators. \n * \n * \\@default null\n */\npublic yAxisName: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-indicators>e-indicator',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction IndicatorDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nIndicatorDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nIndicatorDirective.ctorParameters;\n/** @type {?} */\nIndicatorDirective.prototype.directivePropList;\n/**\n * Defines the types of technical indicators. They are: \n * * 'Sma' - Predicts the trend using the Simple Moving Average approach. \n * * 'Ema' - Predicts the trend using the Exponential Moving Average approach. \n * * 'Tma' - Predicts the trend using the Triangular Moving Average approach. \n * * 'Atr' - Predicts the trend using the Average True Range approach. \n * * 'AccumulationDistribution' - Predicts the trend using the Accumulation Distribution approach. \n * * 'Momentum' - Predicts the trend using the Momentum approach. \n * * 'Rsi' - Predicts the trend using the Relative Strength Index (RSI) approach. \n * * 'Macd' - Predicts the trend using the Moving Average Convergence Divergence (MACD) approach. \n * * 'Stochastic' - Predicts the trend using the Stochastic Oscillator approach. \n * * 'BollingerBands' - Predicts the trend using the Bollinger Bands approach.\n * \\@default 'Sma'\n * @type {?}\n */\nIndicatorDirective.prototype.type;\n/**\n * Options to improve accessibility for technical indicator elements.\n * @type {?}\n */\nIndicatorDirective.prototype.accessibility;\n/**\n * Options for customizing the animation of the series. \n * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`. \n * The following properties are supported in animation: \n * * enable: If set to true, the series is animated on initial loading. \n * * duration: The duration of the animation in milliseconds. \n * * delay: The delay before the animation starts, in milliseconds.\n * @type {?}\n */\nIndicatorDirective.prototype.animation;\n/**\n * Configures the settings for customizing the Bollinger Bands in the indicator.\n * \\@default 'rgba(211,211,211,0.25)'\n * @type {?}\n */\nIndicatorDirective.prototype.bandColor;\n/**\n * The data source field that contains the close value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.close;\n/**\n * The data source field that contains the color mapping value. \n * It is applicable for range color mapping.\n * @type {?}\n */\nIndicatorDirective.prototype.colorName;\n/**\n * Defines the period over which price changes determine the %D value in stochastic indicators.\n * \\@default 3\n * @type {?}\n */\nIndicatorDirective.prototype.dPeriod;\n/**\n * Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.dashArray;\n/**\n * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager. \n * \n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.dataSource;\n/**\n * This property is used to improve chart performance through data mapping for the series data source.\n * \\@default false\n * @type {?}\n */\nIndicatorDirective.prototype.enableComplexProperty;\n/**\n * Sets the fast period to define the MACD line.\n * \\@default 26\n * @type {?}\n */\nIndicatorDirective.prototype.fastPeriod;\n/**\n * Defines the field used to compare the current value with previous values.\n * \\@default 'Close'\n * @type {?}\n */\nIndicatorDirective.prototype.field;\n/**\n * The fill color for the series, which accepts values in hex or rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue', and for series, it is null.\n * \\@default null\n * @type {?}\n */\nIndicatorDirective.prototype.fill;\n/**\n * The data source field that contains the high value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.high;\n/**\n * Defines the look-back period for price changes used to calculate the %K value in stochastic indicators.\n * \\@default 14\n * @type {?}\n */\nIndicatorDirective.prototype.kPeriod;\n/**\n * Applies a linear gradient fill to the indicator.\n * \\@default null\n * @type {?}\n */\nIndicatorDirective.prototype.linearGradient;\n/**\n * The data source field that contains the low value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.low;\n/**\n * Defines the appearance of the lower line in technical indicators.\n * @type {?}\n */\nIndicatorDirective.prototype.lowerLine;\n/**\n * Defines the appearance of the MACD line in the MACD indicator.\n * \\@default { color: '#ff9933', width: 2 }\n * @type {?}\n */\nIndicatorDirective.prototype.macdLine;\n/**\n * Specifies the color for negative bars in the MACD indicator.\n * \\@default '#e74c3d'\n * @type {?}\n */\nIndicatorDirective.prototype.macdNegativeColor;\n/**\n * Specifies the color for positive bars in the MACD indicator.\n * \\@default '#2ecd71'\n * @type {?}\n */\nIndicatorDirective.prototype.macdPositiveColor;\n/**\n * Defines the type of the MACD (Moving Average Convergence Divergence) indicator.\n * \\@default 'Both'\n * @type {?}\n */\nIndicatorDirective.prototype.macdType;\n/**\n * The data source field that contains the open value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.open;\n/**\n * Specifies the over-bought (threshold) values applicable for RSI and stochastic indicators.\n * \\@default 80\n * @type {?}\n */\nIndicatorDirective.prototype.overBought;\n/**\n * Defines the over-sold (threshold) values for RSI and stochastic indicators.\n * \\@default 20\n * @type {?}\n */\nIndicatorDirective.prototype.overSold;\n/**\n * Defines the period over which price changes are considered for trend prediction.\n * \\@default 14\n * @type {?}\n */\nIndicatorDirective.prototype.period;\n/**\n * Defines the appearance of the period line in technical indicators.\n * @type {?}\n */\nIndicatorDirective.prototype.periodLine;\n/**\n * The data source field that contains the color value of a point. \n * It is applicable for series.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.pointColorMapping;\n/**\n * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.query;\n/**\n * Applies a radial gradient fill to the indicator.\n * \\@default null\n * @type {?}\n */\nIndicatorDirective.prototype.radialGradient;\n/**\n * Defines the axis along which the line series will be split.\n * @type {?}\n */\nIndicatorDirective.prototype.segmentAxis;\n/**\n * Specifies a collection of regions used to differentiate a line series.\n * @type {?}\n */\nIndicatorDirective.prototype.segments;\n/**\n * Specifies the name of the series to be used for displaying the indicator data.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.seriesName;\n/**\n * Specifies whether to enable or disable the over-bought and over-sold regions.\n * \\@default true\n * @type {?}\n */\nIndicatorDirective.prototype.showZones;\n/**\n * Sets the slow period for defining the MACD line.\n * \\@default 12\n * @type {?}\n */\nIndicatorDirective.prototype.slowPeriod;\n/**\n * Sets the standard deviation values used to define the upper and lower Bollinger Bands.\n * \\@default 2\n * @type {?}\n */\nIndicatorDirective.prototype.standardDeviation;\n/**\n * Defines the appearance of the upper line in technical indicators.\n * @type {?}\n */\nIndicatorDirective.prototype.upperLine;\n/**\n * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.\n * \\@default true\n * @type {?}\n */\nIndicatorDirective.prototype.visible;\n/**\n * Defines the data source field that contains the volume value in candle charts. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.volume;\n/**\n * The stroke width for the series, applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n * @type {?}\n */\nIndicatorDirective.prototype.width;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators. \n * \n * \\@default null\n * @type {?}\n */\nIndicatorDirective.prototype.xAxisName;\n/**\n * The data source field that contains the x value. \n * It is applicable to both series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nIndicatorDirective.prototype.xName;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators. \n * \n * \\@default null\n * @type {?}\n */\nIndicatorDirective.prototype.yAxisName;\n/** @type {?} */\nIndicatorDirective.prototype.viewContainerRef;\n}\n\n/**\n * Indicator Array Directive\n */\nexport class IndicatorsDirective extends ArrayBase<IndicatorsDirective> {\nconstructor() {\n super('indicators');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-chart>e-indicators',\n queries: {\n children: new ContentChildren(IndicatorDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction IndicatorsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nIndicatorsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nIndicatorsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['point', 'series'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Selected Data Directive\n * ```html\n * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>\n * ```\n */\nexport class SelectedDataIndexDirective extends ComplexBase<SelectedDataIndexDirective> {\npublic directivePropList: any;\n/**\n * Specifies the index of the data point within the series.\n * \\@default 0\n * \\@asptype int\n */\npublic point: any;\n/**\n * Specifies the index of the series.\n * \\@default 0\n * \\@asptype int\n */\npublic series: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-selecteddataindexes>e-selecteddataindex',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SelectedDataIndexDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSelectedDataIndexDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSelectedDataIndexDirective.ctorParameters;\n/** @type {?} */\nSelectedDataIndexDirective.prototype.directivePropList;\n/**\n * Specifies the index of the data point within the series.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nSelectedDataIndexDirective.prototype.point;\n/**\n * Specifies the index of the series.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nSelectedDataIndexDirective.prototype.series;\n/** @type {?} */\nSelectedDataIndexDirective.prototype.viewContainerRef;\n}\n\n/**\n * SelectedDataIndex Array Directive\n */\nexport class SelectedDataIndexesDirective extends ArrayBase<SelectedDataIndexesDirective> {\nconstructor() {\n super('selecteddataindexes');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart>e-selecteddataindexes',\n queries: {\n children: new ContentChildren(SelectedDataIndexDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SelectedDataIndexesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSelectedDataIndexesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSelectedDataIndexesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['accessibility', 'content', 'coordinateUnits', 'description', 'horizontalAlignment', 'region', 'verticalAlignment', 'x', 'xAxisName', 'y', 'yAxisName'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Annotation Directive\n * ```html\n * <e-annotations><e-annotation></e-annotation><e-annotations>\n * ```\n */\nexport class AnnotationDirective extends ComplexBase<AnnotationDirective> {\npublic directivePropList: any;\n/**\n * Options to improve accessibility for chart annotation elements.\n */\npublic accessibility: any;\n/**\n * Specifies the coordinate units of the annotation. \n * The options are: \n * * Pixel - Renders the annotation based on x and y pixel values. \n * * Point - Renders the annotation based on x and y axis values.\n * \\@default 'Pixel'\n */\npublic coordinateUnits: any;\n/**\n * A description for the annotation that provides additional information about its content for screen readers.\n * \\@default null\n * @deprecated\n */\npublic description: any;\n/**\n * Specifies the alignment of the annotation. \n * The options are: \n * * Near - Aligns the annotation element to the left side. \n * * Far - Aligns the annotation element to the right side. \n * * Center - Aligns the annotation element to the midpoint.\n * \\@default 'Center'\n * @deprecated\n */\npublic horizontalAlignment: any;\n/**\n * Specifies the regions of the annotation. \n * The options are: \n * * Chart - Renders the annotation based on chart coordinates. \n * * Series - Renders the annotation based on series coordinates.\n * \\@default 'Chart'\n */\npublic region: any;\n/**\n * Specifies the position of the annotation. \n * The options are \n * * Top - Aligns the annotation element to the top side. \n * * Bottom - Aligns the annotation element to the bottom side. \n * * Middle - Aligns the annotation element to the midpoint.\n * \\@default 'Middle'\n * @deprecated\n */\npublic verticalAlignment: any;\n/**\n * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value. \n * If `coordinateUnit` is set to `Point`, x specifies the axis value.\n * \\@default '0'\n * \\@asptype object\n */\npublic x: any;\n/**\n * The name of the horizontal axis associated with the annotation. \n * Requires the `axes` of the chart.\n * \\@default null\n */\npublic xAxisName: any;\n/**\n * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value. \n * If `coordinateUnit` is set to `Point`, y specifies the axis value.\n * \\@default '0'\n */\npublic y: any;\n/**\n * The name of the vertical axis associated with the annotation. \n * Requires the `axes` of the chart.\n * \\@default null\n */\npublic yAxisName: any;\n/**\n * The content of the annotation, which also accepts the ID of the custom element.\n * \\@default null\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-annotations>e-annotation',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction AnnotationDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAnnotationDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAnnotationDirective.ctorParameters;\n/** @type {?} */\nAnnotationDirective.propDecorators;\n/** @type {?} */\nAnnotationDirective.prototype.directivePropList;\n/**\n * Options to improve accessibility for chart annotation elements.\n * @type {?}\n */\nAnnotationDirective.prototype.accessibility;\n/**\n * Specifies the coordinate units of the annotation. \n * The options are: \n * * Pixel - Renders the annotation based on x and y pixel values. \n * * Point - Renders the annotation based on x and y axis values.\n * \\@default 'Pixel'\n * @type {?}\n */\nAnnotationDirective.prototype.coordinateUnits;\n/**\n * A description for the annotation that provides additional information about its content for screen readers.\n * \\@default null\n * @deprecated\n * @type {?}\n */\nAnnotationDirective.prototype.description;\n/**\n * Specifies the alignment of the annotation. \n * The options are: \n * * Near - Aligns the annotation element to the left side. \n * * Far - Aligns the annotation element to the right side. \n * * Center - Aligns the annotation element to the midpoint.\n * \\@default 'Center'\n * @deprecated\n * @type {?}\n */\nAnnotationDirective.prototype.horizontalAlignment;\n/**\n * Specifies the regions of the annotation. \n * The options are: \n * * Chart - Renders the annotation based on chart coordinates. \n * * Series - Renders the annotation based on series coordinates.\n * \\@default 'Chart'\n * @type {?}\n */\nAnnotationDirective.prototype.region;\n/**\n * Specifies the position of the annotation. \n * The options are \n * * Top - Aligns the annotation element to the top side. \n * * Bottom - Aligns the annotation element to the bottom side. \n * * Middle - Aligns the annotation element to the midpoint.\n * \\@default 'Middle'\n * @deprecated\n * @type {?}\n */\nAnnotationDirective.prototype.verticalAlignment;\n/**\n * If `coordinateUnit` is set to `Pixel`, x specifies the pixel value. \n * If `coordinateUnit` is set to `Point`, x specifies the axis value.\n * \\@default '0'\n * \\@asptype object\n * @type {?}\n */\nAnnotationDirective.prototype.x;\n/**\n * The name of the horizontal axis associated with the annotation. \n * Requires the `axes` of the chart.\n * \\@default null\n * @type {?}\n */\nAnnotationDirective.prototype.xAxisName;\n/**\n * If `coordinateUnit` is set to `Pixel`, y specifies the pixel value. \n * If `coordinateUnit` is set to `Point`, y specifies the axis value.\n * \\@default '0'\n * @type {?}\n */\nAnnotationDirective.prototype.y;\n/**\n * The name of the vertical axis associated with the annotation. \n * Requires the `axes` of the chart.\n * \\@default null\n * @type {?}\n */\nAnnotationDirective.prototype.yAxisName;\n/**\n * The content of the annotation, which also accepts the ID of the custom element.\n * \\@default null\n * @type {?}\n */\nAnnotationDirective.prototype.content;\n/** @type {?} */\nAnnotationDirective.prototype.viewContainerRef;\n}\n\n/**\n * Annotation Array Directive\n */\nexport class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {\nconstructor() {\n super('annotations');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart>e-annotations',\n queries: {\n children: new ContentChildren(AnnotationDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AnnotationsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAnnotationsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAnnotationsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['colors', 'end', 'label', 'start'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * RangeColorSetting Directive\n * ```html\n * <e-rangeColorSettings><e-rangeColorSetting></e-rangeColorSetting><e-rangeColorSettings>\n * ```\n */\nexport class RangeColorSettingDirective extends ComplexBase<RangeColorSettingDirective> {\npublic directivePropList: any;\n/**\n * Specifies the fill colors for points that lie within the given range. If multiple colors are specified, a gradient will be applied.\n */\npublic colors: any;\n/**\n * Specifies the end value of the color mapping range.\n */\npublic end: any;\n/**\n * Specifies the name or label for the range mapping item.\n */\npublic label: any;\n/**\n * Specifies the start value of the color mapping range.\n */\npublic start: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-rangecolorsettings>e-rangecolorsetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RangeColorSettingDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRangeColorSettingDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangeColorSettingDirective.ctorParameters;\n/** @type {?} */\nRangeColorSettingDirective.prototype.directivePropList;\n/**\n * Specifies the fill colors for points that lie within the given range. If multiple colors are specified, a gradient will be applied.\n * @type {?}\n */\nRangeColorSettingDirective.prototype.colors;\n/**\n * Specifies the end value of the color mapping range.\n * @type {?}\n */\nRangeColorSettingDirective.prototype.end;\n/**\n * Specifies the name or label for the range mapping item.\n * @type {?}\n */\nRangeColorSettingDirective.prototype.label;\n/**\n * Specifies the start value of the color mapping range.\n * @type {?}\n */\nRangeColorSettingDirective.prototype.start;\n/** @type {?} */\nRangeColorSettingDirective.prototype.viewContainerRef;\n}\n\n/**\n * RangeColorSetting Array Directive\n */\nexport class RangeColorSettingsDirective extends ArrayBase<RangeColorSettingsDirective> {\nconstructor() {\n super('rangecolorsettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart>e-rangecolorsettings',\n queries: {\n children: new ContentChildren(RangeColorSettingDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RangeColorSettingsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRangeColorSettingsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRangeColorSettingsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['border', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Column Directive\n * ```html\n * <e-columns><e-column></e-column><e-columns>\n * ```\n */\nexport class ColumnDirective extends ComplexBase<ColumnDirective> {\npublic directivePropList: any;\n/**\n * Options to customize the border of the columns.\n */\npublic border: any;\n/**\n * The width of the column as a string accepts input both as '100px' and '100%'. \n * If specified as '100%', the column renders to the full width of its chart.\n * \\@default '100%'\n */\npublic width: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-columns>e-column',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ColumnDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnDirective.ctorParameters;\n/** @type {?} */\nColumnDirective.prototype.directivePropList;\n/**\n * Options to customize the border of the columns.\n * @type {?}\n */\nColumnDirective.prototype.border;\n/**\n * The width of the column as a string accepts input both as '100px' and '100%'. \n * If specified as '100%', the column renders to the full width of its chart.\n * \\@default '100%'\n * @type {?}\n */\nColumnDirective.prototype.width;\n/** @type {?} */\nColumnDirective.prototype.viewContainerRef;\n}\n\n/**\n * Column Array Directive\n */\nexport class ColumnsDirective extends ArrayBase<ColumnsDirective> {\nconstructor() {\n super('columns');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart>e-columns',\n queries: {\n children: new ContentChildren(ColumnDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ColumnsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nColumnsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nColumnsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['border', 'height'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Row Directive\n * ```html\n * <e-rows><e-row></e-row><e-rows>\n * ```\n */\nexport class RowDirective extends ComplexBase<RowDirective> {\npublic directivePropList: any;\n/**\n * Options to customize the border of the rows.\n */\npublic border: any;\n/**\n * The height of the row as a string accepts input both as '100px' and '100%'. \n * If specified as '100%', the row renders to the full height of its chart.\n * \\@default '100%'\n */\npublic height: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-rows>e-row',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RowDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRowDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRowDirective.ctorParameters;\n/** @type {?} */\nRowDirective.prototype.directivePropList;\n/**\n * Options to customize the border of the rows.\n * @type {?}\n */\nRowDirective.prototype.border;\n/**\n * The height of the row as a string accepts input both as '100px' and '100%'. \n * If specified as '100%', the row renders to the full height of its chart.\n * \\@default '100%'\n * @type {?}\n */\nRowDirective.prototype.height;\n/** @type {?} */\nRowDirective.prototype.viewContainerRef;\n}\n\n/**\n * Row Array Directive\n */\nexport class RowsDirective extends ArrayBase<RowsDirective> {\nconstructor() {\n super('rows');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart>e-rows',\n queries: {\n children: new ContentChildren(RowDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RowsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRowsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRowsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { StripLinesDirective } from './striplines.directive';\nimport { MultiLevelLabelsDirective } from './multilevellabels.directive';\n\nlet /** @type {?} */ input: string[] = ['border', 'coefficient', 'columnIndex', 'crossesAt', 'crossesInAxis', 'crosshairTooltip', 'description', 'desiredIntervals', 'edgeLabelPlacement', 'enableAutoIntervalOnZooming', 'enableScrollbarOnZooming', 'enableTrim', 'enableWrap', 'interval', 'intervalType', 'isIndexed', 'isInversed', 'labelFormat', 'labelIntersectAction', 'labelPadding', 'labelPlacement', 'labelPosition', 'labelRotation', 'labelStyle', 'labelTemplate', 'lineBreakAlignment', 'lineStyle', 'logBase', 'majorGridLines', 'majorTickLines', 'maximum', 'maximumLabelWidth', 'maximumLabels', 'minimum', 'minorGridLines', 'minorTickLines', 'minorTicksPerInterval', 'multiLevelLabels', 'name', 'opposedPosition', 'placeNextToAxisLine', 'plotOffset', 'plotOffsetBottom', 'plotOffsetLeft', 'plotOffsetRight', 'plotOffsetTop', 'rangePadding', 'rowIndex', 'scrollbarSettings', 'skeleton', 'skeletonType', 'span', 'startAngle', 'startFromZero', 'stripLines', 'tabIndex', 'tickPosition', 'title', 'titlePadding', 'titleRotation', 'titleStyle', 'valueType', 'visible', 'zoomFactor', 'zoomPosition'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Axis Directive\n * ```html\n * <e-axes><e-axis></e-axis></e-axes>\n * ```\n */\nexport class AxisDirective extends ComplexBase<AxisDirective> {\npublic directivePropList: any;\npublic childStripLines: any;\npublic childMultiLevelLabels: any;\npublic tags: string[] = ['stripLines', 'multiLevelLabels'];\n/**\n * Configures the appearance of the border around multi-level labels, including the color, width, and type of the border.\n */\npublic border: any;\n/**\n * The `coefficient` value adjusts the size of the polar radar chart's radius. A higher value increases the radius size, while a smaller value decreases it.\n * \\@default 100\n */\npublic coefficient: any;\n/**\n * Specifies the index of the column where the axis is associated when the chart area is divided into multiple plot areas using `columns`. \n * \n * \\@default 0\n */\npublic columnIndex: any;\n/**\n * Specifies the value at which the axis line intersects with the vertical axis or vice versa.\n * \\@default null\n */\npublic crossesAt: any;\n/**\n * Specifies the name of the axis with which the axis line should intersect.\n * \\@default null\n */\npublic crossesInAxis: any;\n/**\n * Options to customize the appearance and behavior of the crosshair tooltip that appears when hovering over the chart.\n */\npublic crosshairTooltip: any;\n/**\n * A description for the axis that provides additional information about its content for screen readers.\n * \\@default null\n */\npublic description: any;\n/**\n * The `desiredIntervals` property allows the axis to calculate intervals that are roughly equal to the specified number, promoting a more readable and evenly spaced axis.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic desiredIntervals: any;\n/**\n * The `edgeLabelPlacement` property ensures that labels positioned at the edges of the axis do not overlap with the axis boundaries or other chart elements, offering several options to improve chart readability by managing edge labels effectively. \n * Available options are: \n * * None: No action will be performed on edge labels. \n * * Hide: Edge labels will be hidden to prevent overlap. \n * * Shift: Edge labels will be shifted to fit within the axis bounds without overlapping.\n * \\@default 'Shift'\n */\npublic edgeLabelPlacement: any;\n/**\n * If set to true, the axis interval will be calculated automatically based on the zoomed range.\n * \\@default true\n */\npublic enableAutoIntervalOnZooming: any;\n/**\n * If set to true, a scrollbar will appear while zooming to help navigate through the zoomed content.\n * \\@default true\n */\npublic enableScrollbarOnZooming: any;\n/**\n * If set to true, axis labels will be trimmed based on the `maximumLabelWidth`.\n * \\@default false\n */\npublic enableTrim: any;\n/**\n * Specifies whether the axis labels should be wrapped based on the specified `maximumLabelWidth`. \n * When set to `true`, the axis labels will automatically wrap to fit within the available width defined by `maximumLabelWidth`.\n * \\@default false\n */\npublic enableWrap: any;\n/**\n * Specifies the interval for the axis.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic interval: any;\n/**\n * The `intervalType` property defines how the intervals on a date-time axis are calculated and displayed. \n * Available options are: \n * * Auto: Automatically determines the interval type based on the data and chart settings. \n * * Years: Sets the interval of the axis in years. \n * * Months: Sets the interval of the axis in months. \n * * Days: Sets the interval of the axis in days. \n * * Hours: Sets the interval of the axis in hours. \n * * Minutes: Sets the interval of the axis in minutes.\n * \\@default 'Auto'\n */\npublic intervalType: any;\n/**\n * If set to true, data points are rendered based on their index.\n * \\@default false\n */\npublic isIndexed: any;\n/**\n * If set to true, the axis will be rendered in an inversed manner.\n * \\@default false\n */\npublic isInversed: any;\n/**\n * Used to format the axis label. This property accepts global string formats such as `C`, `n1`, `P`, etc. \n * It also accepts placeholders like `{value}°C`, where `{value}` represents the axis label (e.g., 20°C).\n * \\@default ''\n */\npublic labelFormat: any;\n/**\n * Specifies the action to take when axis labels intersect with each other. \n * The available options are: \n * * None: Shows all labels without any modification. \n * * Hide: Hides the label if it intersects with another label. \n * * Trim: Trims the label text to fit within the available space. \n * * Wrap: Wraps the label text to fit within the available space. \n * * MultipleRows: Displays the label text in multiple rows to avoid intersection. \n * * Rotate45: Rotates the label text by 45 degrees to avoid intersection. \n * * Rotate90: Rotates the label text by 90 degrees to avoid intersection.\n * \\@default Trim\n */\npublic labelIntersectAction: any;\n/**\n * The `labelPadding` property adjusts the distance to ensure a clear space between the axis labels and the axis line.\n * \\@default 5\n */\npublic labelPadding: any;\n/**\n * The `labelPlacement` property controls where the category axis labels are rendered in relation to the axis ticks. \n * Available options are: \n * * BetweenTicks: Renders the label between the axis ticks. \n * * OnTicks: Renders the label directly on the axis ticks.\n * \\@default 'BetweenTicks'\n */\npublic labelPlacement: any;\n/**\n * The `labelPosition` property determines where the axis labels are rendered in relation to the axis line. \n * Available options are: \n * * Inside: Renders the labels inside the axis line. \n * * Outside: Renders the labels outside the axis line.\n * \\@default 'Outside'\n */\npublic labelPosition: any;\n/**\n * The angle to which the axis label gets rotated.\n * \\@default 0\n */\npublic labelRotation: any;\n/**\n * This property allows defining various font settings to control how the labels are displayed on the axis.\n */\npublic labelStyle: any;\n/**\n * Specifies the template used to render axis labels, allowing for customized labels with text, images, or other UI elements. \n * The template is provided as a string with placeholders for interpolation. Use `${label}` to insert the axis label and `${value}` for the axis label value. \n * For security, string templates use dangerouslySetInnerHTML in React—ensure input is trusted to avoid XSS vulnerabilities. \n * If null or undefined, the axis will render default labels. \n * Compatible with both categorical and numerical axes.\n * \\@example ```html\n * <div id='Chart'></div>\n * ```\n * ```typescript\n * let chart: Chart = new Chart({\n * ...\n * primaryXAxis: {\n * labelTemplate: '<div>Country: ${label}</div>'\n * }\n * ...\n * });\n * chart.appendTo('#Chart');\n * ```\n * \\@default null\n */\npublic labelTemplate: any;\n/**\n * Determines the alignment of labels when a line break occurs in the axis labels.\n * \\@default 'Center'\n */\npublic lineBreakAlignment: any;\n/**\n * Options for customizing the axis lines.\n */\npublic lineStyle: any;\n/**\n * Specifies the base value for a logarithmic axis. \n * > Note that `valueType` must be set to `Logarithmic` for this feature to work.\n * \\@default 10\n */\npublic logBase: any;\n/**\n * Options for customizing major grid lines on the axis.\n */\npublic majorGridLines: any;\n/**\n * Options for customizing major tick lines on the axis.\n */\npublic majorTickLines: any;\n/**\n * Specifies the maximum value of the axis range, which sets the upper bound of the axis and defines the largest value displayed on the chart, helping to control the visible range of data.\n * \\@default null\n */\npublic maximum: any;\n/**\n * Specifies the maximum width of an axis label.\n * \\@default 34.\n */\npublic maximumLabelWidth: any;\n/**\n * Specifies the maximum number of labels per 100 pixels relative to the axis length.\n * \\@default 3\n */\npublic maximumLabels: any;\n/**\n * Specifies the minimum value of the axis range, which sets the lower bound of the axis and defines the smallest value that will be displayed on the chart to control the visible range of data.\n * \\@default null\n */\npublic minimum: any;\n/**\n * Options for customizing minor grid lines on the axis.\n */\npublic minorGridLines: any;\n/**\n * Options for customizing minor tick lines on the axis.\n */\npublic minorTickLines: any;\n/**\n * Specifies the number of minor ticks per interval.\n * \\@default 0\n */\npublic minorTicksPerInterval: any;\n/**\n * Multi-level labels are used to display hierarchical or grouped labels on the axis, allowing for a more detailed and structured data representation.\n */\npublic multiLevelLabels: any;\n/**\n * A unique identifier for an axis. To associate an axis with a series, set this name to the `xAxisName` or `yAxisName` properties of the series.\n * \\@default ''\n */\npublic name: any;\n/**\n * If set to true, the axis will render on the opposite side of its default position.\n * \\@default false\n */\npublic opposedPosition: any;\n/**\n * Specifies whether axis elements, such as axis labels and the axis title, should be crossed by the axis line.\n * \\@default true\n */\npublic placeNextToAxisLine: any;\n/**\n * Specifies the padding on the top, bottom, left and right sides of the chart area, in pixels.\n * \\@default 0\n */\npublic plotOffset: any;\n/**\n * Specifies the bottom padding for the chart area, in pixels.\n * \\@default null\n */\npublic plotOffsetBottom: any;\n/**\n * Specifies the left padding for the chart area, in pixels.\n * \\@default null\n */\npublic plotOffsetLeft: any;\n/**\n * Specifies the right padding for the chart area, in pixels.\n * \\@default null\n */\npublic plotOffsetRight: any;\n/**\n * Specifies the top padding for the chart area, in pixels.\n * \\@default null\n */\npublic plotOffsetTop: any;\n/**\n * The `rangePadding` property determines how padding is applied to the axis range, affecting the appearance of the chart by adjusting the minimum and maximum values of the axis. \n * Available options are: \n * * None: No padding is applied to the axis. \n * * Normal: Padding is applied based on the range calculation. \n * * Additional: The interval of the axis is added as padding to both the minimum and maximum values of the range. \n * * Round: The axis range is rounded to the nearest possible value that is divisible by the interval.\n * \\@default 'Auto'\n */\npublic rangePadding: any;\n/**\n * Specifies the index of the row where the axis is associated when the chart area is divided into multiple plot areas using `rows`. \n * \n * \\@default 0\n */\npublic rowIndex: any;\n/**\n * Configures the scrollbar with options for customization, including appearance, behavior, and lazy loading settings.\n */\npublic scrollbarSettings: any;\n/**\n * Specifies the skeleton format used for processing date-time values.\n * \\@default ''\n */\npublic skeleton: any;\n/**\n * Specifies the format type to be used in date-time formatting.\n * \\@default 'DateTime'\n * @deprecated\n */\npublic skeletonType: any;\n/**\n * Specifies the number of `columns` or `rows` that an axis spans horizontally or vertically.\n * \\@default 1\n */\npublic span: any;\n/**\n * Specifies the start angle for the series in a polar or radar chart, measured in degrees from the horizontal axis, determining the initial angle from which the series begins.\n * \\@default 0\n */\npublic startAngle: any;\n/**\n * If set to true, the axis starts from zero. \n * If set to false, the axis starts from the minimum value of the data.\n * \\@default true\n */\npublic startFromZero: any;\n/**\n * Specifies the collection of strip lines for the axis, which are visual elements used to mark or highlight specific ranges.\n */\npublic stripLines: any;\n/**\n * The `tabIndex` value for the axis, determining its position in the tab order.\n * \\@default 2\n */\npublic tabIndex: any;\n/**\n * The `tickPosition` property determines where the axis ticks are rendered in relation to the axis line. \n * Available options are: \n * * Inside: Renders the ticks inside the axis line. \n * * Outside: Renders the ticks outside the axis line.\n * \\@default 'Outside'\n */\npublic tickPosition: any;\n/**\n * Specifies the title of an axis, displayed along the axis to provide context about the represented data.\n * \\@default ''\n */\npublic title: any;\n/**\n * Specifies the padding between the axis title and the axis labels.\n * \\@default 5\n */\npublic titlePadding: any;\n/**\n * Defines an angle for rotating the axis title. By default, the angle is calculated based on the position and orientation of the axis.\n * \\@default null\n */\npublic titleRotation: any;\n/**\n * Options for customizing the appearance of the axis title, including font family, size, style, weight, and color.\n */\npublic titleStyle: any;\n/**\n * The `valueType` property defines the type of data that the axis can manage, ensuring correct rendering based on the data type. This property supports multiple data types, each suited for different kinds of data visualization. \n * Available options include: \n * * Double: Used for rendering a numeric axis to accommodate numeric data. \n * * DateTime: Utilized for rendering a date-time axis to manage date-time data. \n * * Category: Employed for rendering a category axis to manage categorical data. \n * * Logarithmic: Applied for rendering a logarithmic axis to handle a wide range of values. \n * * DateTimeCategory: Used to render a date-time category axis for managing business days.\n * \\@default 'Double'\n * \\@blazortype Syncfusion.EJ2.Blazor.Charts.ValueType\n * \\@isenumeration true\n */\npublic valueType: any;\n/**\n * If set to true, axis labels will be visible in the chart. By default, axis labels are enabled.\n * \\@default true\n */\npublic visible: any;\n/**\n * The axis is scaled by this factor. When `zoomFactor` is 0.5, the chart is scaled by 200% along this axis. \n * > Note the value ranges from 0 to 1.\n * \\@default 1\n */\npublic zoomFactor: any;\n/**\n * Sets the position of the zoomed axis on the chart, with the `zoomPosition` property specifying the position within the zoomed range, from 0 (start) to 1 (end).\n * \\@default 0\n */\npublic zoomPosition: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-axes>e-axis',\n inputs: input,\n outputs: outputs, \n queries: {\n childStripLines: new ContentChild(StripLinesDirective), \n childMultiLevelLabels: new ContentChild(MultiLevelLabelsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction AxisDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAxisDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAxisDirective.ctorParameters;\n/** @type {?} */\nAxisDirective.prototype.directivePropList;\n/** @type {?} */\nAxisDirective.prototype.childStripLines;\n/** @type {?} */\nAxisDirective.prototype.childMultiLevelLabels;\n/** @type {?} */\nAxisDirective.prototype.tags;\n/**\n * Configures the appearance of the border around multi-level labels, including the color, width, and type of the border.\n * @type {?}\n */\nAxisDirective.prototype.border;\n/**\n * The `coefficient` value adjusts the size of the polar radar chart's radius. A higher value increases the radius size, while a smaller value decreases it.\n * \\@default 100\n * @type {?}\n */\nAxisDirective.prototype.coefficient;\n/**\n * Specifies the index of the column where the axis is associated when the chart area is divided into multiple plot areas using `columns`. \n * \n * \\@default 0\n * @type {?}\n */\nAxisDirective.prototype.columnIndex;\n/**\n * Specifies the value at which the axis line intersects with the vertical axis or vice versa.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.crossesAt;\n/**\n * Specifies the name of the axis with which the axis line should intersect.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.crossesInAxis;\n/**\n * Options to customize the appearance and behavior of the crosshair tooltip that appears when hovering over the chart.\n * @type {?}\n */\nAxisDirective.prototype.crosshairTooltip;\n/**\n * A description for the axis that provides additional information about its content for screen readers.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.description;\n/**\n * The `desiredIntervals` property allows the axis to calculate intervals that are roughly equal to the specified number, promoting a more readable and evenly spaced axis.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nAxisDirective.prototype.desiredIntervals;\n/**\n * The `edgeLabelPlacement` property ensures that labels positioned at the edges of the axis do not overlap with the axis boundaries or other chart elements, offering several options to improve chart readability by managing edge labels effectively. \n * Available options are: \n * * None: No action will be performed on edge labels. \n * * Hide: Edge labels will be hidden to prevent overlap. \n * * Shift: Edge labels will be shifted to fit within the axis bounds without overlapping.\n * \\@default 'Shift'\n * @type {?}\n */\nAxisDirective.prototype.edgeLabelPlacement;\n/**\n * If set to true, the axis interval will be calculated automatically based on the zoomed range.\n * \\@default true\n * @type {?}\n */\nAxisDirective.prototype.enableAutoIntervalOnZooming;\n/**\n * If set to true, a scrollbar will appear while zooming to help navigate through the zoomed content.\n * \\@default true\n * @type {?}\n */\nAxisDirective.prototype.enableScrollbarOnZooming;\n/**\n * If set to true, axis labels will be trimmed based on the `maximumLabelWidth`.\n * \\@default false\n * @type {?}\n */\nAxisDirective.prototype.enableTrim;\n/**\n * Specifies whether the axis labels should be wrapped based on the specified `maximumLabelWidth`. \n * When set to `true`, the axis labels will automatically wrap to fit within the available width defined by `maximumLabelWidth`.\n * \\@default false\n * @type {?}\n */\nAxisDirective.prototype.enableWrap;\n/**\n * Specifies the interval for the axis.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nAxisDirective.prototype.interval;\n/**\n * The `intervalType` property defines how the intervals on a date-time axis are calculated and displayed. \n * Available options are: \n * * Auto: Automatically determines the interval type based on the data and chart settings. \n * * Years: Sets the interval of the axis in years. \n * * Months: Sets the interval of the axis in months. \n * * Days: Sets the interval of the axis in days. \n * * Hours: Sets the interval of the axis in hours. \n * * Minutes: Sets the interval of the axis in minutes.\n * \\@default 'Auto'\n * @type {?}\n */\nAxisDirective.prototype.intervalType;\n/**\n * If set to true, data points are rendered based on their index.\n * \\@default false\n * @type {?}\n */\nAxisDirective.prototype.isIndexed;\n/**\n * If set to true, the axis will be rendered in an inversed manner.\n * \\@default false\n * @type {?}\n */\nAxisDirective.prototype.isInversed;\n/**\n * Used to format the axis label. This property accepts global string formats such as `C`, `n1`, `P`, etc. \n * It also accepts placeholders like `{value}°C`, where `{value}` represents the axis label (e.g., 20°C).\n * \\@default ''\n * @type {?}\n */\nAxisDirective.prototype.labelFormat;\n/**\n * Specifies the action to take when axis labels intersect with each other. \n * The available options are: \n * * None: Shows all labels without any modification. \n * * Hide: Hides the label if it intersects with another label. \n * * Trim: Trims the label text to fit within the available space. \n * * Wrap: Wraps the label text to fit within the available space. \n * * MultipleRows: Displays the label text in multiple rows to avoid intersection. \n * * Rotate45: Rotates the label text by 45 degrees to avoid intersection. \n * * Rotate90: Rotates the label text by 90 degrees to avoid intersection.\n * \\@default Trim\n * @type {?}\n */\nAxisDirective.prototype.labelIntersectAction;\n/**\n * The `labelPadding` property adjusts the distance to ensure a clear space between the axis labels and the axis line.\n * \\@default 5\n * @type {?}\n */\nAxisDirective.prototype.labelPadding;\n/**\n * The `labelPlacement` property controls where the category axis labels are rendered in relation to the axis ticks. \n * Available options are: \n * * BetweenTicks: Renders the label between the axis ticks. \n * * OnTicks: Renders the label directly on the axis ticks.\n * \\@default 'BetweenTicks'\n * @type {?}\n */\nAxisDirective.prototype.labelPlacement;\n/**\n * The `labelPosition` property determines where the axis labels are rendered in relation to the axis line. \n * Available options are: \n * * Inside: Renders the labels inside the axis line. \n * * Outside: Renders the labels outside the axis line.\n * \\@default 'Outside'\n * @type {?}\n */\nAxisDirective.prototype.labelPosition;\n/**\n * The angle to which the axis label gets rotated.\n * \\@default 0\n * @type {?}\n */\nAxisDirective.prototype.labelRotation;\n/**\n * This property allows defining various font settings to control how the labels are displayed on the axis.\n * @type {?}\n */\nAxisDirective.prototype.labelStyle;\n/**\n * Specifies the template used to render axis labels, allowing for customized labels with text, images, or other UI elements. \n * The template is provided as a string with placeholders for interpolation. Use `${label}` to insert the axis label and `${value}` for the axis label value. \n * For security, string templates use dangerouslySetInnerHTML in React—ensure input is trusted to avoid XSS vulnerabilities. \n * If null or undefined, the axis will render default labels. \n * Compatible with both categorical and numerical axes.\n * \\@example ```html\n * <div id='Chart'></div>\n * ```\n * ```typescript\n * let chart: Chart = new Chart({\n * ...\n * primaryXAxis: {\n * labelTemplate: '<div>Country: ${label}</div>'\n * }\n * ...\n * });\n * chart.appendTo('#Chart');\n * ```\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.labelTemplate;\n/**\n * Determines the alignment of labels when a line break occurs in the axis labels.\n * \\@default 'Center'\n * @type {?}\n */\nAxisDirective.prototype.lineBreakAlignment;\n/**\n * Options for customizing the axis lines.\n * @type {?}\n */\nAxisDirective.prototype.lineStyle;\n/**\n * Specifies the base value for a logarithmic axis. \n * > Note that `valueType` must be set to `Logarithmic` for this feature to work.\n * \\@default 10\n * @type {?}\n */\nAxisDirective.prototype.logBase;\n/**\n * Options for customizing major grid lines on the axis.\n * @type {?}\n */\nAxisDirective.prototype.majorGridLines;\n/**\n * Options for customizing major tick lines on the axis.\n * @type {?}\n */\nAxisDirective.prototype.majorTickLines;\n/**\n * Specifies the maximum value of the axis range, which sets the upper bound of the axis and defines the largest value displayed on the chart, helping to control the visible range of data.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.maximum;\n/**\n * Specifies the maximum width of an axis label.\n * \\@default 34.\n * @type {?}\n */\nAxisDirective.prototype.maximumLabelWidth;\n/**\n * Specifies the maximum number of labels per 100 pixels relative to the axis length.\n * \\@default 3\n * @type {?}\n */\nAxisDirective.prototype.maximumLabels;\n/**\n * Specifies the minimum value of the axis range, which sets the lower bound of the axis and defines the smallest value that will be displayed on the chart to control the visible range of data.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.minimum;\n/**\n * Options for customizing minor grid lines on the axis.\n * @type {?}\n */\nAxisDirective.prototype.minorGridLines;\n/**\n * Options for customizing minor tick lines on the axis.\n * @type {?}\n */\nAxisDirective.prototype.minorTickLines;\n/**\n * Specifies the number of minor ticks per interval.\n * \\@default 0\n * @type {?}\n */\nAxisDirective.prototype.minorTicksPerInterval;\n/**\n * Multi-level labels are used to display hierarchical or grouped labels on the axis, allowing for a more detailed and structured data representation.\n * @type {?}\n */\nAxisDirective.prototype.multiLevelLabels;\n/**\n * A unique identifier for an axis. To associate an axis with a series, set this name to the `xAxisName` or `yAxisName` properties of the series.\n * \\@default ''\n * @type {?}\n */\nAxisDirective.prototype.name;\n/**\n * If set to true, the axis will render on the opposite side of its default position.\n * \\@default false\n * @type {?}\n */\nAxisDirective.prototype.opposedPosition;\n/**\n * Specifies whether axis elements, such as axis labels and the axis title, should be crossed by the axis line.\n * \\@default true\n * @type {?}\n */\nAxisDirective.prototype.placeNextToAxisLine;\n/**\n * Specifies the padding on the top, bottom, left and right sides of the chart area, in pixels.\n * \\@default 0\n * @type {?}\n */\nAxisDirective.prototype.plotOffset;\n/**\n * Specifies the bottom padding for the chart area, in pixels.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.plotOffsetBottom;\n/**\n * Specifies the left padding for the chart area, in pixels.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.plotOffsetLeft;\n/**\n * Specifies the right padding for the chart area, in pixels.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.plotOffsetRight;\n/**\n * Specifies the top padding for the chart area, in pixels.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.plotOffsetTop;\n/**\n * The `rangePadding` property determines how padding is applied to the axis range, affecting the appearance of the chart by adjusting the minimum and maximum values of the axis. \n * Available options are: \n * * None: No padding is applied to the axis. \n * * Normal: Padding is applied based on the range calculation. \n * * Additional: The interval of the axis is added as padding to both the minimum and maximum values of the range. \n * * Round: The axis range is rounded to the nearest possible value that is divisible by the interval.\n * \\@default 'Auto'\n * @type {?}\n */\nAxisDirective.prototype.rangePadding;\n/**\n * Specifies the index of the row where the axis is associated when the chart area is divided into multiple plot areas using `rows`. \n * \n * \\@default 0\n * @type {?}\n */\nAxisDirective.prototype.rowIndex;\n/**\n * Configures the scrollbar with options for customization, including appearance, behavior, and lazy loading settings.\n * @type {?}\n */\nAxisDirective.prototype.scrollbarSettings;\n/**\n * Specifies the skeleton format used for processing date-time values.\n * \\@default ''\n * @type {?}\n */\nAxisDirective.prototype.skeleton;\n/**\n * Specifies the format type to be used in date-time formatting.\n * \\@default 'DateTime'\n * @deprecated\n * @type {?}\n */\nAxisDirective.prototype.skeletonType;\n/**\n * Specifies the number of `columns` or `rows` that an axis spans horizontally or vertically.\n * \\@default 1\n * @type {?}\n */\nAxisDirective.prototype.span;\n/**\n * Specifies the start angle for the series in a polar or radar chart, measured in degrees from the horizontal axis, determining the initial angle from which the series begins.\n * \\@default 0\n * @type {?}\n */\nAxisDirective.prototype.startAngle;\n/**\n * If set to true, the axis starts from zero. \n * If set to false, the axis starts from the minimum value of the data.\n * \\@default true\n * @type {?}\n */\nAxisDirective.prototype.startFromZero;\n/**\n * Specifies the collection of strip lines for the axis, which are visual elements used to mark or highlight specific ranges.\n * @type {?}\n */\nAxisDirective.prototype.stripLines;\n/**\n * The `tabIndex` value for the axis, determining its position in the tab order.\n * \\@default 2\n * @type {?}\n */\nAxisDirective.prototype.tabIndex;\n/**\n * The `tickPosition` property determines where the axis ticks are rendered in relation to the axis line. \n * Available options are: \n * * Inside: Renders the ticks inside the axis line. \n * * Outside: Renders the ticks outside the axis line.\n * \\@default 'Outside'\n * @type {?}\n */\nAxisDirective.prototype.tickPosition;\n/**\n * Specifies the title of an axis, displayed along the axis to provide context about the represented data.\n * \\@default ''\n * @type {?}\n */\nAxisDirective.prototype.title;\n/**\n * Specifies the padding between the axis title and the axis labels.\n * \\@default 5\n * @type {?}\n */\nAxisDirective.prototype.titlePadding;\n/**\n * Defines an angle for rotating the axis title. By default, the angle is calculated based on the position and orientation of the axis.\n * \\@default null\n * @type {?}\n */\nAxisDirective.prototype.titleRotation;\n/**\n * Options for customizing the appearance of the axis title, including font family, size, style, weight, and color.\n * @type {?}\n */\nAxisDirective.prototype.titleStyle;\n/**\n * The `valueType` property defines the type of data that the axis can manage, ensuring correct rendering based on the data type. This property supports multiple data types, each suited for different kinds of data visualization. \n * Available options include: \n * * Double: Used for rendering a numeric axis to accommodate numeric data. \n * * DateTime: Utilized for rendering a date-time axis to manage date-time data. \n * * Category: Employed for rendering a category axis to manage categorical data. \n * * Logarithmic: Applied for rendering a logarithmic axis to handle a wide range of values. \n * * DateTimeCategory: Used to render a date-time category axis for managing business days.\n * \\@default 'Double'\n * \\@blazortype Syncfusion.EJ2.Blazor.Charts.ValueType\n * \\@isenumeration true\n * @type {?}\n */\nAxisDirective.prototype.valueType;\n/**\n * If set to true, axis labels will be visible in the chart. By default, axis labels are enabled.\n * \\@default true\n * @type {?}\n */\nAxisDirective.prototype.visible;\n/**\n * The axis is scaled by this factor. When `zoomFactor` is 0.5, the chart is scaled by 200% along this axis. \n * > Note the value ranges from 0 to 1.\n * \\@default 1\n * @type {?}\n */\nAxisDirective.prototype.zoomFactor;\n/**\n * Sets the position of the zoomed axis on the chart, with the `zoomPosition` property specifying the position within the zoomed range, from 0 (start) to 1 (end).\n * \\@default 0\n * @type {?}\n */\nAxisDirective.prototype.zoomPosition;\n/** @type {?} */\nAxisDirective.prototype.viewContainerRef;\n}\n\n/**\n * Axis Array Directive\n */\nexport class AxesDirective extends ArrayBase<AxesDirective> {\nconstructor() {\n super('axes');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-chart>e-axes',\n queries: {\n children: new ContentChildren(AxisDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction AxesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nAxesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nAxesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { CategoriesDirective } from './categories.directive';\n\nlet /** @type {?} */ input: string[] = ['alignment', 'border', 'categories', 'overflow', 'textStyle'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * MultiLevelLabel Directive\n * ```html\n * <e-axis>\n * <e-multilevellabels>\n * <e-multilevellabel></e-multilevellabel>\n * </e-multilevellabels>\n * </e-axis>\n * ```\n */\nexport class MultiLevelLabelDirective extends ComplexBase<MultiLevelLabelDirective> {\npublic directivePropList: any;\npublic childCategories: any;\npublic tags: string[] = ['categories'];\n/**\n * Defines the position of the multi-level labels. \n * The available options are: \n * * Near: Places the multi-level labels close to the chart elements. \n * * Center: Positions the multi-level labels in the center of the chart elements. \n * * Far: Places the multi-level labels further from the chart elements.\n * \\@default 'Center'\n */\npublic alignment: any;\n/**\n * The `border` property allows customization of the border for multi-level labels. \n * It includes options to set the color, width, and type of the border.\n */\npublic border: any;\n/**\n * Configures multi-level categories for multi-level labels.\n */\npublic categories: any;\n/**\n * Defines the text overflow behavior for multi-level labels. \n * The available options are: \n * * Trim: Trims the text that overflows for multi-level labels. \n * * Wrap: Wraps the text that overflows for multi-level labels. \n * * None: No text overflow handling for multi-level labels.\n * \\@default 'Wrap'\n */\npublic overflow: any;\n/**\n * Options to customize the multi-level labels.\n */\npublic textStyle: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-axis>e-multilevellabels>e-multilevellabel',\n inputs: input,\n outputs: outputs, \n queries: {\n childCategories: new ContentChild(CategoriesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction MultiLevelLabelDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nMultiLevelLabelDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMultiLevelLabelDirective.ctorParameters;\n/** @type {?} */\nMultiLevelLabelDirective.prototype.directivePropList;\n/** @type {?} */\nMultiLevelLabelDirective.prototype.childCategories;\n/** @type {?} */\nMultiLevelLabelDirective.prototype.tags;\n/**\n * Defines the position of the multi-level labels. \n * The available options are: \n * * Near: Places the multi-level labels close to the chart elements. \n * * Center: Positions the multi-level labels in the center of the chart elements. \n * * Far: Places the multi-level labels further from the chart elements.\n * \\@default 'Center'\n * @type {?}\n */\nMultiLevelLabelDirective.prototype.alignment;\n/**\n * The `border` property allows customization of the border for multi-level labels. \n * It includes options to set the color, width, and type of the border.\n * @type {?}\n */\nMultiLevelLabelDirective.prototype.border;\n/**\n * Configures multi-level categories for multi-level labels.\n * @type {?}\n */\nMultiLevelLabelDirective.prototype.categories;\n/**\n * Defines the text overflow behavior for multi-level labels. \n * The available options are: \n * * Trim: Trims the text that overflows for multi-level labels. \n * * Wrap: Wraps the text that overflows for multi-level labels. \n * * None: No text overflow handling for multi-level labels.\n * \\@default 'Wrap'\n * @type {?}\n */\nMultiLevelLabelDirective.prototype.overflow;\n/**\n * Options to customize the multi-level labels.\n * @type {?}\n */\nMultiLevelLabelDirective.prototype.textStyle;\n/** @type {?} */\nMultiLevelLabelDirective.prototype.viewContainerRef;\n}\n\n/**\n * MultiLevelLabel Array Directive\n */\nexport class MultiLevelLabelsDirective extends ArrayBase<MultiLevelLabelsDirective> {\nconstructor() {\n super('multilevellabels');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-axis>e-multilevellabels',\n queries: {\n children: new ContentChildren(MultiLevelLabelDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction MultiLevelLabelsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nMultiLevelLabelsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nMultiLevelLabelsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['customAttributes', 'end', 'maximumTextWidth', 'start', 'text', 'type'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * MultiLevelLabels Directive\n * ```html\n * <e-multilevellabels>\n * <e-multilevellabel>\n * <e-Categories>\n * <e-Category>\n * </e-Category>\n * </e-Categories>\n * </e-multilevellabel>\n * </e-multilevellabels>\n * ```\n */\nexport class CategoryDirective extends ComplexBase<CategoryDirective> {\npublic directivePropList: any;\n/**\n * Specifies the type of border for labels. \n * Available border types: \n * * Rectangle \n * * Without Top Border \n * * Without Top and Bottom Border \n * * Without Border \n * * Brace \n * * Curly Brace\n * \\@default 'Rectangle'\n * \\@aspdefaultvalueignore\n * \\@blazordefaultvalueignore\n */\npublic type: any;\n/**\n * Allows adding custom data for multi-level labels.\n * \\@default null\n */\npublic customAttributes: any;\n/**\n * Specifies the end value for the multi-level labels.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic end: any;\n/**\n * Specifies the maximum width of the text for multi-level labels.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic maximumTextWidth: any;\n/**\n * Specifies the starting value for the multi-level labels.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic start: any;\n/**\n * Specifies the text to be displayed for the multi-level labels.\n * \\@default ''\n */\npublic text: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-multilevellabel>e-categories>e-category',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction CategoryDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCategoryDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCategoryDirective.ctorParameters;\n/** @type {?} */\nCategoryDirective.prototype.directivePropList;\n/**\n * Specifies the type of border for labels. \n * Available border types: \n * * Rectangle \n * * Without Top Border \n * * Without Top and Bottom Border \n * * Without Border \n * * Brace \n * * Curly Brace\n * \\@default 'Rectangle'\n * \\@aspdefaultvalueignore\n * \\@blazordefaultvalueignore\n * @type {?}\n */\nCategoryDirective.prototype.type;\n/**\n * Allows adding custom data for multi-level labels.\n * \\@default null\n * @type {?}\n */\nCategoryDirective.prototype.customAttributes;\n/**\n * Specifies the end value for the multi-level labels.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nCategoryDirective.prototype.end;\n/**\n * Specifies the maximum width of the text for multi-level labels.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nCategoryDirective.prototype.maximumTextWidth;\n/**\n * Specifies the starting value for the multi-level labels.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nCategoryDirective.prototype.start;\n/**\n * Specifies the text to be displayed for the multi-level labels.\n * \\@default ''\n * @type {?}\n */\nCategoryDirective.prototype.text;\n/** @type {?} */\nCategoryDirective.prototype.viewContainerRef;\n}\n\n/**\n * Category Array Directive\n */\nexport class CategoriesDirective extends ArrayBase<CategoriesDirective> {\nconstructor() {\n super('categories');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-multilevellabel>e-categories',\n queries: {\n children: new ContentChildren(CategoryDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction CategoriesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nCategoriesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nCategoriesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['border', 'color', 'dashArray', 'end', 'horizontalAlignment', 'imageUrl', 'isRepeat', 'isSegmented', 'opacity', 'repeatEvery', 'repeatUntil', 'rotation', 'segmentAxisName', 'segmentEnd', 'segmentStart', 'size', 'sizeType', 'start', 'startFromAxis', 'text', 'textStyle', 'verticalAlignment', 'visible', 'zIndex'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * StripLine Directive\n * ```html\n * <e-axis>\n * <e-striplines>\n * <e-stripline></e-stripline>\n * </e-striplines>\n * </e-axis>\n * ```\n */\nexport class StripLineDirective extends ComplexBase<StripLineDirective> {\npublic directivePropList: any;\n/**\n * The `border` property allows customization of the border for the strip line. \n * It includes options to set the color and width of the border.\n */\npublic border: any;\n/**\n * The `color` property specifies the color of the strip line.\n * \\@default '#808080'\n */\npublic color: any;\n/**\n * Specifies the pattern of dashes and gaps used to render the strip line.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic dashArray: any;\n/**\n * Specifies the ending value of the strip line.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic end: any;\n/**\n * Defines the position of the strip line text horizontally. \n * Available options are: \n * * Start: Places the strip line text at the start. \n * * Middle: Places the strip line text in the middle. \n * * End: Places the strip line text at the end.\n * \\@default 'Middle'\n */\npublic horizontalAlignment: any;\n/**\n * Specifies the URL of the background image for the strip line. The image will be displayed as the background.\n * \\@default ''\n */\npublic imageUrl: any;\n/**\n * Specifies whether the strip line is repeated at regular intervals along the axis.\n * \\@default false\n * \\@aspdefaultvalueignore\n */\npublic isRepeat: any;\n/**\n * Specifies whether the strip line is segmented.\n * \\@default false\n * \\@aspdefaultvalueignore\n */\npublic isSegmented: any;\n/**\n * Specifies the opacity for the strip line.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * Specifies the interval at which the strip line is repeated.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic repeatEvery: any;\n/**\n * Specifies the maximum value of the interval at which the strip line is repeated.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic repeatUntil: any;\n/**\n * Defines the degree of rotation applied to the text on the strip line.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic rotation: any;\n/**\n * The name of the axis where the strip line segment is applied.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic segmentAxisName: any;\n/**\n * Specifies where a new segment of the strip line on the axis ends.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic segmentEnd: any;\n/**\n * Specifies where a new segment of the strip line on the axis begins.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic segmentStart: any;\n/**\n * Specifies the size of the strip line when starting from the origin.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic size: any;\n/**\n * The `sizeType` property specifies how the size of the strip line is determined.\n * \\@default Auto\n */\npublic sizeType: any;\n/**\n * Specifies the starting value of the strip line.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic start: any;\n/**\n * If set to true, the strip line is rendered from the axis origin.\n * \\@default false\n */\npublic startFromAxis: any;\n/**\n * Defines the text to be displayed on the strip line.\n * \\@default ''\n */\npublic text: any;\n/**\n * The `textStyle` property enables customization of the text appearance on the strip line.\n */\npublic textStyle: any;\n/**\n * Defines the position of the strip line text vertically. \n * Available options are: \n * * Start: Places the strip line text at the start. \n * * Middle: Places the strip line text in the middle. \n * * End: Places the strip line text at the end.\n * \\@default 'Middle'\n */\npublic verticalAlignment: any;\n/**\n * If set to true, the strip line on the axis will render.\n * \\@default true\n */\npublic visible: any;\n/**\n * Specifies the order of the strip line. \n * The options are: \n * * Behind: Places the strip line behind the series elements. \n * * Over: Places the strip line over the series elements.\n * \\@default 'Behind'\n */\npublic zIndex: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-axis>e-striplines>e-stripline',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction StripLineDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStripLineDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStripLineDirective.ctorParameters;\n/** @type {?} */\nStripLineDirective.prototype.directivePropList;\n/**\n * The `border` property allows customization of the border for the strip line. \n * It includes options to set the color and width of the border.\n * @type {?}\n */\nStripLineDirective.prototype.border;\n/**\n * The `color` property specifies the color of the strip line.\n * \\@default '#808080'\n * @type {?}\n */\nStripLineDirective.prototype.color;\n/**\n * Specifies the pattern of dashes and gaps used to render the strip line.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.dashArray;\n/**\n * Specifies the ending value of the strip line.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.end;\n/**\n * Defines the position of the strip line text horizontally. \n * Available options are: \n * * Start: Places the strip line text at the start. \n * * Middle: Places the strip line text in the middle. \n * * End: Places the strip line text at the end.\n * \\@default 'Middle'\n * @type {?}\n */\nStripLineDirective.prototype.horizontalAlignment;\n/**\n * Specifies the URL of the background image for the strip line. The image will be displayed as the background.\n * \\@default ''\n * @type {?}\n */\nStripLineDirective.prototype.imageUrl;\n/**\n * Specifies whether the strip line is repeated at regular intervals along the axis.\n * \\@default false\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.isRepeat;\n/**\n * Specifies whether the strip line is segmented.\n * \\@default false\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.isSegmented;\n/**\n * Specifies the opacity for the strip line.\n * \\@default 1\n * @type {?}\n */\nStripLineDirective.prototype.opacity;\n/**\n * Specifies the interval at which the strip line is repeated.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.repeatEvery;\n/**\n * Specifies the maximum value of the interval at which the strip line is repeated.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.repeatUntil;\n/**\n * Defines the degree of rotation applied to the text on the strip line.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.rotation;\n/**\n * The name of the axis where the strip line segment is applied.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.segmentAxisName;\n/**\n * Specifies where a new segment of the strip line on the axis ends.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.segmentEnd;\n/**\n * Specifies where a new segment of the strip line on the axis begins.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.segmentStart;\n/**\n * Specifies the size of the strip line when starting from the origin.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.size;\n/**\n * The `sizeType` property specifies how the size of the strip line is determined.\n * \\@default Auto\n * @type {?}\n */\nStripLineDirective.prototype.sizeType;\n/**\n * Specifies the starting value of the strip line.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nStripLineDirective.prototype.start;\n/**\n * If set to true, the strip line is rendered from the axis origin.\n * \\@default false\n * @type {?}\n */\nStripLineDirective.prototype.startFromAxis;\n/**\n * Defines the text to be displayed on the strip line.\n * \\@default ''\n * @type {?}\n */\nStripLineDirective.prototype.text;\n/**\n * The `textStyle` property enables customization of the text appearance on the strip line.\n * @type {?}\n */\nStripLineDirective.prototype.textStyle;\n/**\n * Defines the position of the strip line text vertically. \n * Available options are: \n * * Start: Places the strip line text at the start. \n * * Middle: Places the strip line text in the middle. \n * * End: Places the strip line text at the end.\n * \\@default 'Middle'\n * @type {?}\n */\nStripLineDirective.prototype.verticalAlignment;\n/**\n * If set to true, the strip line on the axis will render.\n * \\@default true\n * @type {?}\n */\nStripLineDirective.prototype.visible;\n/**\n * Specifies the order of the strip line. \n * The options are: \n * * Behind: Places the strip line behind the series elements. \n * * Over: Places the strip line over the series elements.\n * \\@default 'Behind'\n * @type {?}\n */\nStripLineDirective.prototype.zIndex;\n/** @type {?} */\nStripLineDirective.prototype.viewContainerRef;\n}\n\n/**\n * StripLine Array Directive\n */\nexport class StripLinesDirective extends ArrayBase<StripLinesDirective> {\nconstructor() {\n super('striplines');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-axis>e-striplines',\n queries: {\n children: new ContentChildren(StripLineDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction StripLinesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nStripLinesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nStripLinesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { TrendlinesDirective } from './trendlines.directive';\nimport { SegmentsDirective } from './segments.directive';\n\nlet /** @type {?} */ input: string[] = ['accessibility', 'animation', 'bearFillColor', 'binInterval', 'border', 'boxPlotMode', 'bullFillColor', 'cardinalSplineTension', 'close', 'colorName', 'columnFacet', 'columnSpacing', 'columnWidth', 'columnWidthInPixel', 'connector', 'cornerRadius', 'dashArray', 'dataSource', 'dragSettings', 'drawType', 'emptyPointSettings', 'enableComplexProperty', 'enableSolidCandles', 'enableTooltip', 'errorBar', 'fill', 'groupName', 'high', 'intermediateSumIndexes', 'isClosed', 'labelSettings', 'lastValueLabel', 'legendImageUrl', 'legendShape', 'linearGradient', 'low', 'marker', 'maxRadius', 'minRadius', 'name', 'negativeFillColor', 'noRisers', 'nonHighlightStyle', 'opacity', 'open', 'paretoOptions', 'pointColorMapping', 'query', 'radialGradient', 'segmentAxis', 'segments', 'selectionStyle', 'showMean', 'showNearestTooltip', 'showNormalDistribution', 'showOutliers', 'size', 'splineType', 'stackingGroup', 'step', 'sumIndexes', 'summaryFillColor', 'tooltipFormat', 'tooltipMappingName', 'trendlines', 'type', 'unSelectedStyle', 'visible', 'volume', 'width', 'xAxisName', 'xName', 'yAxisName', 'yName', 'zOrder'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Series Directive\n * ```html\n * <e-series-collection>\n * <e-series></e-series>\n * </e-series-collection>\n * ```\n */\nexport class SeriesDirective extends ComplexBase<SeriesDirective> {\npublic directivePropList: any;\npublic childTrendlines: any;\npublic childSegments: any;\npublic tags: string[] = ['trendlines', 'segments'];\n/**\n * The type of the series determines the visual representation of the data. \n * Available series types include: \n * * Line - Draws a line series. \n * * Column - Draws a column series. \n * * Area - Draws an area series. \n * * Bar - Draws a bar series. \n * * Histogram - Draws a histogram series. \n * * StackingColumn - Draws a stacking column series. \n * * StackingArea - Draws a stacking area series. \n * * StackingBar - Draws a stacking bar series. \n * * StepLine - Draws a step line series. \n * * StepArea - Draws a step area series. \n * * Scatter - Draws a scatter series. \n * * Spline - Draws a spline series. \n * * StackingColumn100 - Draws a 100% stacked column series. \n * * StackingBar100 - Draws a 100% stacked bar series. \n * * StackingArea100 - Draws a 100% stacked area series. \n * * RangeColumn - Draws a range column series. \n * * Hilo - Draws a Hilo series. \n * * HiloOpenClose - Draws a Hilo Open Close series. \n * * Waterfall - Draws a waterfall series. \n * * RangeArea - Draws a range area series. \n * * SplineRangeArea - Draws a spline range area series. \n * * Bubble - Draws a bubble series. \n * * Candle - Draws a candle series. \n * * Polar - Draws a polar series. \n * * Radar - Draws a radar series. \n * * BoxAndWhisker - Draws a box and whisker series. \n * * Pareto - Draws a Pareto series.\n * \\@default 'Line'\n */\npublic type: any;\n/**\n * Options to improve accessibility for series elements.\n */\npublic accessibility: any;\n/**\n * Options for customizing the animation of the series. \n * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`. \n * The following properties are supported in animation: \n * * enable: If set to true, the series is animated on initial loading. \n * * duration: The duration of the animation in milliseconds. \n * * delay: The delay before the animation starts, in milliseconds.\n */\npublic animation: any;\n/**\n * This property is used in financial charts to visualize price movements in stocks. \n * It defines the color of the candle/point when the opening price is less than the closing price.\n * \\@default null\n */\npublic bearFillColor: any;\n/**\n * The `binInterval` property controls the width of each bin and the interval between bins for histogram points.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic binInterval: any;\n/**\n * Options for customizing the border of the series. \n * > Note that this property is applicable only for `Column` and `Bar` type series.\n */\npublic border: any;\n/**\n * Specifies the box plot mode for the box and whisker chart series. \n * The available modes are: \n * Exclusive - Renders the series based on the exclusive mode. \n * Inclusive - Renders the series based on the inclusive mode. \n * Normal - Renders the series based on the normal mode.\n * \\@default 'Normal'\n */\npublic boxPlotMode: any;\n/**\n * This property is used in financial charts to visualize price movements in stocks. \n * It defines the color of the candle/point when the opening price is higher than the closing price.\n * \\@default null\n */\npublic bullFillColor: any;\n/**\n * Specifies the tension parameter for cardinal splines. This affects the curvature of the spline.\n * \\@default 0.5\n */\npublic cardinalSplineTension: any;\n/**\n * The data source field that contains the close value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic close: any;\n/**\n * The data source field that contains the color mapping value. \n * It is applicable for range color mapping.\n */\npublic colorName: any;\n/**\n * Defines the shape of the data in a column and bar chart. \n * Available shapes are: \n * * Rectangle: Displays the data in a column and bar chart with a rectangular shape. \n * * Cylinder: Displays the data in a column and bar chart with a cylindrical shape.\n * \\@default 'Rectangle'\n */\npublic columnFacet: any;\n/**\n * This property determines the space between columns in a column or bar chart. \n * > Note that it takes a value from 0 to 1.\n * \\@default 0\n */\npublic columnSpacing: any;\n/**\n * The `columnWidth` property can be used to customize the width of the columns in a column series. \n * > Note that if the series type is histogram, the default value is 1; otherwise, it is 0.7.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@blazordefaultvalue Double.NaN\n */\npublic columnWidth: any;\n/**\n * To render the column series points with a specific column width in pixels.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@blazordefaultvalue Double.NaN\n */\npublic columnWidthInPixel: any;\n/**\n * Specifies the appearance of the line connecting adjacent points in waterfall charts.\n */\npublic connector: any;\n/**\n * The `cornerRadius` property specifies the radius for the corners of the column series points to create a rounded appearance in the chart.\n */\npublic cornerRadius: any;\n/**\n * Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.\n * \\@default ''\n */\npublic dashArray: any;\n/**\n * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager. \n * \n * \\@default ''\n */\npublic dataSource: any;\n/**\n * Customize the drag settings for the series with this property to configure drag behavior in the chart.\n */\npublic dragSettings: any;\n/**\n * Specifies the type of series to be drawn in radar or polar charts. \n * The available options are: \n * * 'Line' - Renders a line series. \n * * 'Column' - Renders a column series. \n * * 'Area' - Renders an area series. \n * * 'Scatter' - Renders a scatter series. \n * * 'Spline' - Renders a spline series. \n * * 'StackingColumn' - Renders a stacking column series. \n * * 'StackingArea' - Renders a stacking area series. \n * * 'RangeColumn' - Renders a range column series. \n * * 'SplineArea' - Renders a spline area series.\n * \\@default 'Line'\n */\npublic drawType: any;\n/**\n * Customization options for the appearance of empty points in the series. \n * `null` or `undefined` values are considered empty points.\n */\npublic emptyPointSettings: any;\n/**\n * This property is used to improve chart performance through data mapping for the series data source.\n * \\@default false\n */\npublic enableComplexProperty: any;\n/**\n * This property is applicable for the candle series. \n * It enables or disables the visual comparison of the current values with previous values in stock charts.\n * \\@default false\n */\npublic enableSolidCandles: any;\n/**\n * 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.\n * \\@default true\n */\npublic enableTooltip: any;\n/**\n * Options for displaying and customizing error bars for individual points in a series.\n */\npublic errorBar: any;\n/**\n * The fill color for the series, which accepts values in hex or rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue', and for series, it is null.\n * \\@default null\n */\npublic fill: any;\n/**\n * Defines the name that specifies the chart series are mutually exclusive and can be overlaid. \n * Series in the same group share the same baseline and location on the corresponding axis.\n * \\@default ''\n */\npublic groupName: any;\n/**\n * The data source field that contains the high value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic high: any;\n/**\n * Defines the collection of indexes for the intermediate summary columns in waterfall charts.\n * \\@default []\n * \\@asptype int[]\n */\npublic intermediateSumIndexes: any;\n/**\n * 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.\n * \\@default true\n */\npublic isClosed: any;\n/**\n * Configures the options for displaying series names as inline labels in the chart.\n */\npublic labelSettings: any;\n/**\n * Options for customizing and displaying the last value in the series.\n */\npublic lastValueLabel: any;\n/**\n * The URL for the image to be displayed as a legend icon. \n * > Note that `legendShape` must be set to `Image`.\n * \\@default ''\n */\npublic legendImageUrl: any;\n/**\n * Specifies the shape of the legend icon for each series. \n * Available shapes for legend: \n * * Circle - Renders a circular icon. \n * * Rectangle - Renders a rectangular icon. \n * * Triangle - Renders a triangular icon. \n * * Diamond - Renders a diamond-shaped icon. \n * * Cross - Renders a cross-shaped icon. \n * * HorizontalLine - Renders a horizontal line icon. \n * * VerticalLine - Renders a vertical line icon. \n * * Pentagon - Renders a pentagon-shaped icon. \n * * InvertedTriangle - Renders an inverted triangle-shaped icon. \n * * SeriesType - Uses the default icon shape based on the series type. \n * * Image - Renders a custom image for the legend icon.\n * \\@default 'SeriesType'\n */\npublic legendShape: any;\n/**\n * Applies a linear gradient fill to the series. \n * The gradient transitions colors along a straight line. \n * When both linearGradient and radialGradient are specified, linearGradient takes precedence.\n * \\@default null\n */\npublic linearGradient: any;\n/**\n * The data source field that contains the low value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic low: any;\n/**\n * Options for displaying and customizing markers for individual points in a series.\n */\npublic marker: any;\n/**\n * Specifies the maximum radius for the data points in the series.\n * \\@default 3\n */\npublic maxRadius: any;\n/**\n * Specifies the minimum radius for the data points in the series.\n * \\@default 1\n */\npublic minRadius: any;\n/**\n * 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.\n * \\@default ''\n */\npublic name: any;\n/**\n * Defines the visual representation of negative changes in waterfall charts.\n * \\@default '#C64E4A'\n */\npublic negativeFillColor: any;\n/**\n * When set to true, the step series will be rendered without the vertical lines (risers) connecting the horizontal steps. \n * > Note this property is only applicable to step series.\n * \\@default false\n */\npublic noRisers: any;\n/**\n * The `nonHighlightStyle` property is used to specify custom CSS styles for the non-highlighted series or points.\n * \\@default null\n */\npublic nonHighlightStyle: any;\n/**\n * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.\n * \\@default 1\n */\npublic opacity: any;\n/**\n * The data source field that contains the open value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic open: any;\n/**\n * Options for customizing the Pareto line series, including its appearance and behavior in the chart.\n */\npublic paretoOptions: any;\n/**\n * The data source field that contains the color value of a point. \n * It is applicable for series.\n * \\@default ''\n */\npublic pointColorMapping: any;\n/**\n * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.\n * \\@default ''\n */\npublic query: any;\n/**\n * Applies a radial gradient fill to the series. \n * The gradient transitions colors outward from a central point.\n * \\@default null\n */\npublic radialGradient: any;\n/**\n * Defines the axis along which the line series will be split.\n */\npublic segmentAxis: any;\n/**\n * Specifies a collection of regions used to differentiate a line series.\n */\npublic segments: any;\n/**\n * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.\n * \\@default null\n */\npublic selectionStyle: any;\n/**\n * If set to true, the mean value for the box and whisker plot will be visible.\n * \\@default true\n */\npublic showMean: any;\n/**\n * Enables or disables the display of tooltips for the nearest data point to the cursor for series.\n * \\@default true\n */\npublic showNearestTooltip: any;\n/**\n * Specifies whether to display the normal distribution curve for the histogram series.\n * \\@default false\n */\npublic showNormalDistribution: any;\n/**\n * Specifies whether to display outliers in the Box and Whisker chart.\n * \n * 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.\n * If set to `false`, outliers will be hidden, and only the box, median, and whiskers will be rendered.\n * \n * Outliers are typically used to identify extreme values in statistical data representation.\n * \n * \\@default true\n */\npublic showOutliers: any;\n/**\n * The data source field that contains the size value for the y-axis.\n * \\@default ''\n */\npublic size: any;\n/**\n * Specifies the type of spline used for rendering. \n * Available options include: \n * * Natural - Renders a natural spline. \n * * Cardinal - Renders a cardinal spline. \n * * Clamped - Renders a clamped spline. \n * * Monotonic - Renders a monotonic spline.\n * \\@default 'Natural'\n */\npublic splineType: any;\n/**\n * This property allows the grouping of series in stacked column and stacked bar charts. \n * Any string value can be assigned to the `stackingGroup` property. \n * Series with the same `stackingGroup` value will be grouped together in the chart.\n * \\@default ''\n */\npublic stackingGroup: any;\n/**\n * The `step` property can be used to change the position of the steps in step line, step area, and step range area chart types. \n * * Left: Steps start from the left side of the 2nd point. \n * * Center: Steps start between the data points. \n * * Right: Steps start from the right side of the 1st point.\n * \\@default 'Left'\n */\npublic step: any;\n/**\n * Defines the collection of indexes for the overall summary columns in waterfall charts.\n * \\@default []\n * \\@asptype int[]\n */\npublic sumIndexes: any;\n/**\n * Defines the visual representation of summaries in waterfall charts.\n * \\@default '#4E81BC'\n */\npublic summaryFillColor: any;\n/**\n * Use this property to define a custom format for how tooltips are displayed. \n * \n * \\@default ''\n */\npublic tooltipFormat: any;\n/**\n * The data source field that contains the value to be displayed in the tooltip.\n * \\@default ''\n */\npublic tooltipMappingName: any;\n/**\n * Defines the collection of trendlines used to predict the trend.\n */\npublic trendlines: any;\n/**\n * The `unSelectedStyle` property is used to specify custom CSS styles for the deselected series or points.\n * \\@default null\n */\npublic unSelectedStyle: any;\n/**\n * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.\n * \\@default true\n */\npublic visible: any;\n/**\n * Defines the data source field that contains the volume value in candle charts. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n */\npublic volume: any;\n/**\n * The stroke width for the series, applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n */\npublic width: any;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators. \n * \n * \\@default null\n */\npublic xAxisName: any;\n/**\n * The data source field that contains the x value. \n * It is applicable to both series and technical indicators.\n * \\@default ''\n */\npublic xName: any;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators. \n * \n * \\@default null\n */\npublic yAxisName: any;\n/**\n * The data source field that contains the y value.\n * \\@default ''\n */\npublic yName: any;\n/**\n * The z-order of the series, which controls the stack order of the series. Higher values are drawn on top of lower values.\n * \\@default 0\n */\npublic zOrder: any;\n \n @Template()\npublic dataLabel_template: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-series-collection>e-series',\n inputs: input,\n outputs: outputs, \n queries: {\n childTrendlines: new ContentChild(TrendlinesDirective), \n childSegments: new ContentChild(SegmentsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'dataLabel_template': [{ type: ContentChild, args: ['dataLabelTemplate', ] },],\n};\n}\n\nfunction SeriesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSeriesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSeriesDirective.ctorParameters;\n/** @type {?} */\nSeriesDirective.propDecorators;\n/** @type {?} */\nSeriesDirective.prototype.directivePropList;\n/** @type {?} */\nSeriesDirective.prototype.childTrendlines;\n/** @type {?} */\nSeriesDirective.prototype.childSegments;\n/** @type {?} */\nSeriesDirective.prototype.tags;\n/**\n * The type of the series determines the visual representation of the data. \n * Available series types include: \n * * Line - Draws a line series. \n * * Column - Draws a column series. \n * * Area - Draws an area series. \n * * Bar - Draws a bar series. \n * * Histogram - Draws a histogram series. \n * * StackingColumn - Draws a stacking column series. \n * * StackingArea - Draws a stacking area series. \n * * StackingBar - Draws a stacking bar series. \n * * StepLine - Draws a step line series. \n * * StepArea - Draws a step area series. \n * * Scatter - Draws a scatter series. \n * * Spline - Draws a spline series. \n * * StackingColumn100 - Draws a 100% stacked column series. \n * * StackingBar100 - Draws a 100% stacked bar series. \n * * StackingArea100 - Draws a 100% stacked area series. \n * * RangeColumn - Draws a range column series. \n * * Hilo - Draws a Hilo series. \n * * HiloOpenClose - Draws a Hilo Open Close series. \n * * Waterfall - Draws a waterfall series. \n * * RangeArea - Draws a range area series. \n * * SplineRangeArea - Draws a spline range area series. \n * * Bubble - Draws a bubble series. \n * * Candle - Draws a candle series. \n * * Polar - Draws a polar series. \n * * Radar - Draws a radar series. \n * * BoxAndWhisker - Draws a box and whisker series. \n * * Pareto - Draws a Pareto series.\n * \\@default 'Line'\n * @type {?}\n */\nSeriesDirective.prototype.type;\n/**\n * Options to improve accessibility for series elements.\n * @type {?}\n */\nSeriesDirective.prototype.accessibility;\n/**\n * Options for customizing the animation of the series. \n * By default, animation is enabled with a duration of 1000 milliseconds (about 1 second). It can be disabled by setting enable to `false`. \n * The following properties are supported in animation: \n * * enable: If set to true, the series is animated on initial loading. \n * * duration: The duration of the animation in milliseconds. \n * * delay: The delay before the animation starts, in milliseconds.\n * @type {?}\n */\nSeriesDirective.prototype.animation;\n/**\n * This property is used in financial charts to visualize price movements in stocks. \n * It defines the color of the candle/point when the opening price is less than the closing price.\n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.bearFillColor;\n/**\n * The `binInterval` property controls the width of each bin and the interval between bins for histogram points.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nSeriesDirective.prototype.binInterval;\n/**\n * Options for customizing the border of the series. \n * > Note that this property is applicable only for `Column` and `Bar` type series.\n * @type {?}\n */\nSeriesDirective.prototype.border;\n/**\n * Specifies the box plot mode for the box and whisker chart series. \n * The available modes are: \n * Exclusive - Renders the series based on the exclusive mode. \n * Inclusive - Renders the series based on the inclusive mode. \n * Normal - Renders the series based on the normal mode.\n * \\@default 'Normal'\n * @type {?}\n */\nSeriesDirective.prototype.boxPlotMode;\n/**\n * This property is used in financial charts to visualize price movements in stocks. \n * It defines the color of the candle/point when the opening price is higher than the closing price.\n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.bullFillColor;\n/**\n * Specifies the tension parameter for cardinal splines. This affects the curvature of the spline.\n * \\@default 0.5\n * @type {?}\n */\nSeriesDirective.prototype.cardinalSplineTension;\n/**\n * The data source field that contains the close value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.close;\n/**\n * The data source field that contains the color mapping value. \n * It is applicable for range color mapping.\n * @type {?}\n */\nSeriesDirective.prototype.colorName;\n/**\n * Defines the shape of the data in a column and bar chart. \n * Available shapes are: \n * * Rectangle: Displays the data in a column and bar chart with a rectangular shape. \n * * Cylinder: Displays the data in a column and bar chart with a cylindrical shape.\n * \\@default 'Rectangle'\n * @type {?}\n */\nSeriesDirective.prototype.columnFacet;\n/**\n * This property determines the space between columns in a column or bar chart. \n * > Note that it takes a value from 0 to 1.\n * \\@default 0\n * @type {?}\n */\nSeriesDirective.prototype.columnSpacing;\n/**\n * The `columnWidth` property can be used to customize the width of the columns in a column series. \n * > Note that if the series type is histogram, the default value is 1; otherwise, it is 0.7.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@blazordefaultvalue Double.NaN\n * @type {?}\n */\nSeriesDirective.prototype.columnWidth;\n/**\n * To render the column series points with a specific column width in pixels.\n * \\@default null\n * \\@aspdefaultvalueignore\n * \\@blazordefaultvalue Double.NaN\n * @type {?}\n */\nSeriesDirective.prototype.columnWidthInPixel;\n/**\n * Specifies the appearance of the line connecting adjacent points in waterfall charts.\n * @type {?}\n */\nSeriesDirective.prototype.connector;\n/**\n * The `cornerRadius` property specifies the radius for the corners of the column series points to create a rounded appearance in the chart.\n * @type {?}\n */\nSeriesDirective.prototype.cornerRadius;\n/**\n * Defines the pattern of dashes and gaps used to stroke the lines in `Line` type series.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.dashArray;\n/**\n * Specifies the data source for the series. It can be an array of JSON objects, or an instance of DataManager. \n * \n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.dataSource;\n/**\n * Customize the drag settings for the series with this property to configure drag behavior in the chart.\n * @type {?}\n */\nSeriesDirective.prototype.dragSettings;\n/**\n * Specifies the type of series to be drawn in radar or polar charts. \n * The available options are: \n * * 'Line' - Renders a line series. \n * * 'Column' - Renders a column series. \n * * 'Area' - Renders an area series. \n * * 'Scatter' - Renders a scatter series. \n * * 'Spline' - Renders a spline series. \n * * 'StackingColumn' - Renders a stacking column series. \n * * 'StackingArea' - Renders a stacking area series. \n * * 'RangeColumn' - Renders a range column series. \n * * 'SplineArea' - Renders a spline area series.\n * \\@default 'Line'\n * @type {?}\n */\nSeriesDirective.prototype.drawType;\n/**\n * Customization options for the appearance of empty points in the series. \n * `null` or `undefined` values are considered empty points.\n * @type {?}\n */\nSeriesDirective.prototype.emptyPointSettings;\n/**\n * This property is used to improve chart performance through data mapping for the series data source.\n * \\@default false\n * @type {?}\n */\nSeriesDirective.prototype.enableComplexProperty;\n/**\n * This property is applicable for the candle series. \n * It enables or disables the visual comparison of the current values with previous values in stock charts.\n * \\@default false\n * @type {?}\n */\nSeriesDirective.prototype.enableSolidCandles;\n/**\n * 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.\n * \\@default true\n * @type {?}\n */\nSeriesDirective.prototype.enableTooltip;\n/**\n * Options for displaying and customizing error bars for individual points in a series.\n * @type {?}\n */\nSeriesDirective.prototype.errorBar;\n/**\n * The fill color for the series, which accepts values in hex or rgba as a valid CSS color string. \n * It also represents the color of the signal lines in technical indicators. \n * For technical indicators, the default value is 'blue', and for series, it is null.\n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.fill;\n/**\n * Defines the name that specifies the chart series are mutually exclusive and can be overlaid. \n * Series in the same group share the same baseline and location on the corresponding axis.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.groupName;\n/**\n * The data source field that contains the high value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.high;\n/**\n * Defines the collection of indexes for the intermediate summary columns in waterfall charts.\n * \\@default []\n * \\@asptype int[]\n * @type {?}\n */\nSeriesDirective.prototype.intermediateSumIndexes;\n/**\n * 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.\n * \\@default true\n * @type {?}\n */\nSeriesDirective.prototype.isClosed;\n/**\n * Configures the options for displaying series names as inline labels in the chart.\n * @type {?}\n */\nSeriesDirective.prototype.labelSettings;\n/**\n * Options for customizing and displaying the last value in the series.\n * @type {?}\n */\nSeriesDirective.prototype.lastValueLabel;\n/**\n * The URL for the image to be displayed as a legend icon. \n * > Note that `legendShape` must be set to `Image`.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.legendImageUrl;\n/**\n * Specifies the shape of the legend icon for each series. \n * Available shapes for legend: \n * * Circle - Renders a circular icon. \n * * Rectangle - Renders a rectangular icon. \n * * Triangle - Renders a triangular icon. \n * * Diamond - Renders a diamond-shaped icon. \n * * Cross - Renders a cross-shaped icon. \n * * HorizontalLine - Renders a horizontal line icon. \n * * VerticalLine - Renders a vertical line icon. \n * * Pentagon - Renders a pentagon-shaped icon. \n * * InvertedTriangle - Renders an inverted triangle-shaped icon. \n * * SeriesType - Uses the default icon shape based on the series type. \n * * Image - Renders a custom image for the legend icon.\n * \\@default 'SeriesType'\n * @type {?}\n */\nSeriesDirective.prototype.legendShape;\n/**\n * Applies a linear gradient fill to the series. \n * The gradient transitions colors along a straight line. \n * When both linearGradient and radialGradient are specified, linearGradient takes precedence.\n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.linearGradient;\n/**\n * The data source field that contains the low value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.low;\n/**\n * Options for displaying and customizing markers for individual points in a series.\n * @type {?}\n */\nSeriesDirective.prototype.marker;\n/**\n * Specifies the maximum radius for the data points in the series.\n * \\@default 3\n * @type {?}\n */\nSeriesDirective.prototype.maxRadius;\n/**\n * Specifies the minimum radius for the data points in the series.\n * \\@default 1\n * @type {?}\n */\nSeriesDirective.prototype.minRadius;\n/**\n * 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.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.name;\n/**\n * Defines the visual representation of negative changes in waterfall charts.\n * \\@default '#C64E4A'\n * @type {?}\n */\nSeriesDirective.prototype.negativeFillColor;\n/**\n * When set to true, the step series will be rendered without the vertical lines (risers) connecting the horizontal steps. \n * > Note this property is only applicable to step series.\n * \\@default false\n * @type {?}\n */\nSeriesDirective.prototype.noRisers;\n/**\n * The `nonHighlightStyle` property is used to specify custom CSS styles for the non-highlighted series or points.\n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.nonHighlightStyle;\n/**\n * Sets the opacity of the series, with a value between 0 and 1 where 0 is fully transparent and 1 is fully opaque.\n * \\@default 1\n * @type {?}\n */\nSeriesDirective.prototype.opacity;\n/**\n * The data source field that contains the open value. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.open;\n/**\n * Options for customizing the Pareto line series, including its appearance and behavior in the chart.\n * @type {?}\n */\nSeriesDirective.prototype.paretoOptions;\n/**\n * The data source field that contains the color value of a point. \n * It is applicable for series.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.pointColorMapping;\n/**\n * Specifies a query to select data from the data source. This property is applicable only when the data source is an `ej.DataManager`.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.query;\n/**\n * Applies a radial gradient fill to the series. \n * The gradient transitions colors outward from a central point.\n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.radialGradient;\n/**\n * Defines the axis along which the line series will be split.\n * @type {?}\n */\nSeriesDirective.prototype.segmentAxis;\n/**\n * Specifies a collection of regions used to differentiate a line series.\n * @type {?}\n */\nSeriesDirective.prototype.segments;\n/**\n * The `selectionStyle` property is used to specify custom CSS styles for the selected series or points.\n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.selectionStyle;\n/**\n * If set to true, the mean value for the box and whisker plot will be visible.\n * \\@default true\n * @type {?}\n */\nSeriesDirective.prototype.showMean;\n/**\n * Enables or disables the display of tooltips for the nearest data point to the cursor for series.\n * \\@default true\n * @type {?}\n */\nSeriesDirective.prototype.showNearestTooltip;\n/**\n * Specifies whether to display the normal distribution curve for the histogram series.\n * \\@default false\n * @type {?}\n */\nSeriesDirective.prototype.showNormalDistribution;\n/**\n * Specifies whether to display outliers in the Box and Whisker chart.\n * \n * 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.\n * If set to `false`, outliers will be hidden, and only the box, median, and whiskers will be rendered.\n * \n * Outliers are typically used to identify extreme values in statistical data representation.\n * \n * \\@default true\n * @type {?}\n */\nSeriesDirective.prototype.showOutliers;\n/**\n * The data source field that contains the size value for the y-axis.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.size;\n/**\n * Specifies the type of spline used for rendering. \n * Available options include: \n * * Natural - Renders a natural spline. \n * * Cardinal - Renders a cardinal spline. \n * * Clamped - Renders a clamped spline. \n * * Monotonic - Renders a monotonic spline.\n * \\@default 'Natural'\n * @type {?}\n */\nSeriesDirective.prototype.splineType;\n/**\n * This property allows the grouping of series in stacked column and stacked bar charts. \n * Any string value can be assigned to the `stackingGroup` property. \n * Series with the same `stackingGroup` value will be grouped together in the chart.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.stackingGroup;\n/**\n * The `step` property can be used to change the position of the steps in step line, step area, and step range area chart types. \n * * Left: Steps start from the left side of the 2nd point. \n * * Center: Steps start between the data points. \n * * Right: Steps start from the right side of the 1st point.\n * \\@default 'Left'\n * @type {?}\n */\nSeriesDirective.prototype.step;\n/**\n * Defines the collection of indexes for the overall summary columns in waterfall charts.\n * \\@default []\n * \\@asptype int[]\n * @type {?}\n */\nSeriesDirective.prototype.sumIndexes;\n/**\n * Defines the visual representation of summaries in waterfall charts.\n * \\@default '#4E81BC'\n * @type {?}\n */\nSeriesDirective.prototype.summaryFillColor;\n/**\n * Use this property to define a custom format for how tooltips are displayed. \n * \n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.tooltipFormat;\n/**\n * The data source field that contains the value to be displayed in the tooltip.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.tooltipMappingName;\n/**\n * Defines the collection of trendlines used to predict the trend.\n * @type {?}\n */\nSeriesDirective.prototype.trendlines;\n/**\n * The `unSelectedStyle` property is used to specify custom CSS styles for the deselected series or points.\n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.unSelectedStyle;\n/**\n * If set to `true`, the series will be visible. If set to `false`, the series will be hidden.\n * \\@default true\n * @type {?}\n */\nSeriesDirective.prototype.visible;\n/**\n * Defines the data source field that contains the volume value in candle charts. \n * It is applicable for both financial series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.volume;\n/**\n * The stroke width for the series, applicable only for `Line` type series. \n * It also represents the stroke width of the signal lines in technical indicators.\n * \\@default 1\n * @type {?}\n */\nSeriesDirective.prototype.width;\n/**\n * The name of the horizontal axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators. \n * \n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.xAxisName;\n/**\n * The data source field that contains the x value. \n * It is applicable to both series and technical indicators.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.xName;\n/**\n * The name of the vertical axis associated with the series. It requires `axes` of the chart. \n * It is applicable for series and technical indicators. \n * \n * \\@default null\n * @type {?}\n */\nSeriesDirective.prototype.yAxisName;\n/**\n * The data source field that contains the y value.\n * \\@default ''\n * @type {?}\n */\nSeriesDirective.prototype.yName;\n/**\n * The z-order of the series, which controls the stack order of the series. Higher values are drawn on top of lower values.\n * \\@default 0\n * @type {?}\n */\nSeriesDirective.prototype.zOrder;\n/** @type {?} */\nSeriesDirective.prototype.dataLabel_template;\n/** @type {?} */\nSeriesDirective.prototype.viewContainerRef;\n}\n\n/**\n * Series Array Directive\n */\nexport class SeriesCollectionDirective extends ArrayBase<SeriesCollectionDirective> {\nconstructor() {\n super('series');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ej-chart>e-series-collection',\n queries: {\n children: new ContentChildren(SeriesDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SeriesCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSeriesCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSeriesCollectionDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['color', 'dashArray', 'value'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Series Directive\n * ```html\n * <e-series-collection>\n * <e-series>\n * <e-segments>\n * <e-segment>\n * </e-segment>\n * </e-segments>\n * </e-series-collection>\n * ```\n */\nexport class SegmentDirective extends ComplexBase<SegmentDirective> {\npublic directivePropList: any;\n/**\n * Defines the fill color for the region using a color name, hex code, or rgba value.\n * \\@default null\n */\npublic color: any;\n/**\n * Specifies the dash pattern for the stroke of the series. The string format allows defining various dash and gap lengths.\n * \\@default '0'\n */\npublic dashArray: any;\n/**\n * Defines the starting point of region.\n * \\@default null\n */\npublic value: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-series>e-segments>e-segment',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SegmentDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSegmentDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSegmentDirective.ctorParameters;\n/** @type {?} */\nSegmentDirective.prototype.directivePropList;\n/**\n * Defines the fill color for the region using a color name, hex code, or rgba value.\n * \\@default null\n * @type {?}\n */\nSegmentDirective.prototype.color;\n/**\n * Specifies the dash pattern for the stroke of the series. The string format allows defining various dash and gap lengths.\n * \\@default '0'\n * @type {?}\n */\nSegmentDirective.prototype.dashArray;\n/**\n * Defines the starting point of region.\n * \\@default null\n * @type {?}\n */\nSegmentDirective.prototype.value;\n/** @type {?} */\nSegmentDirective.prototype.viewContainerRef;\n}\n\n/**\n * Segment Array Directive\n */\nexport class SegmentsDirective extends ArrayBase<SegmentsDirective> {\nconstructor() {\n super('segments');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-series>e-segments',\n queries: {\n children: new ContentChildren(SegmentDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SegmentsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSegmentsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSegmentsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['accessibility', 'animation', 'backwardForecast', 'dashArray', 'enableTooltip', 'fill', 'forwardForecast', 'intercept', 'legendShape', 'linearGradient', 'marker', 'name', 'period', 'polynomialOrder', 'radialGradient', 'type', 'visible', 'width'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * Series Directive\n * ```html\n * <e-series-collection>\n * <e-series>\n * <e-trendlines>\n * <e-trendline>\n * </e-trendline>\n * </e-trendlines>\n * </e-series-collection>\n * ```\n */\nexport class TrendlineDirective extends ComplexBase<TrendlineDirective> {\npublic directivePropList: any;\n/**\n * Defines the type of trendline used in the series. \n * Available types are: \n * * Linear - A straight line that shows the general direction of data. \n * * Exponential - A curve that fits data with exponential growth or decay. \n * * Polynomial - A curve that fits data with a polynomial function. \n * * Power - A curve that represents data with a power function. \n * * Logarithmic - A curve that fits data with a logarithmic scale. \n * * MovingAverage - A trendline that smoothens data using a moving average calculation.\n * \\@default 'Linear'\n */\npublic type: any;\n/**\n * Options to improve accessibility for chart trendline elements.\n */\npublic accessibility: any;\n/**\n * Options to customize the animation for trendlines.\n */\npublic animation: any;\n/**\n * Defines the period by which the trend is to be backward forecasted.\n * \\@default 0\n */\npublic backwardForecast: any;\n/**\n * Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.\n * \\@default ''\n */\npublic dashArray: any;\n/**\n * Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.\n * \\@default true\n */\npublic enableTooltip: any;\n/**\n * The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.\n * \\@default ''\n */\npublic fill: any;\n/**\n * Defines the period by which the trend must be forward forecasted.\n * \\@default 0\n */\npublic forwardForecast: any;\n/**\n * Specifies the intercept value of the trendline.\n * \\@default null\n * \\@aspdefaultvalueignore\n */\npublic intercept: any;\n/**\n * The `legendShape` property defines the shape used to represent the trendline in the chart legend.\n * \\@default 'SeriesType'\n */\npublic legendShape: any;\n/**\n * Applies a linear gradient fill to the trendline.\n * \\@default null\n */\npublic linearGradient: any;\n/**\n * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.\n * @deprecated\n */\npublic marker: any;\n/**\n * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.\n * \\@default ''\n */\npublic name: any;\n/**\n * Defines the period, the price changes over which will be considered to predict the moving average trendline.\n * \\@default 2\n */\npublic period: any;\n/**\n * Defines the polynomial order of the polynomial trendline.\n * \\@default 2\n */\npublic polynomialOrder: any;\n/**\n * Applies a radial gradient fill to the trendline.\n * \\@default null\n */\npublic radialGradient: any;\n/**\n * The `visible` property controls the display of the trendline. If set to true, the trendline will be rendered on the chart. If set to false, the trendline will be hidden.\n * \\@default true\n */\npublic visible: any;\n/**\n * Defines the width of the trendline.\n * \\@default 1\n */\npublic width: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-series>e-trendlines>e-trendline',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction TrendlineDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nTrendlineDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTrendlineDirective.ctorParameters;\n/** @type {?} */\nTrendlineDirective.prototype.directivePropList;\n/**\n * Defines the type of trendline used in the series. \n * Available types are: \n * * Linear - A straight line that shows the general direction of data. \n * * Exponential - A curve that fits data with exponential growth or decay. \n * * Polynomial - A curve that fits data with a polynomial function. \n * * Power - A curve that represents data with a power function. \n * * Logarithmic - A curve that fits data with a logarithmic scale. \n * * MovingAverage - A trendline that smoothens data using a moving average calculation.\n * \\@default 'Linear'\n * @type {?}\n */\nTrendlineDirective.prototype.type;\n/**\n * Options to improve accessibility for chart trendline elements.\n * @type {?}\n */\nTrendlineDirective.prototype.accessibility;\n/**\n * Options to customize the animation for trendlines.\n * @type {?}\n */\nTrendlineDirective.prototype.animation;\n/**\n * Defines the period by which the trend is to be backward forecasted.\n * \\@default 0\n * @type {?}\n */\nTrendlineDirective.prototype.backwardForecast;\n/**\n * Configures the pattern of dashes and gaps in the trendline stroke using the `dashArray` property.\n * \\@default ''\n * @type {?}\n */\nTrendlineDirective.prototype.dashArray;\n/**\n * Enables or disables the tooltip for the trendline using the `enableTooltip` property. By default, it is set to true.\n * \\@default true\n * @type {?}\n */\nTrendlineDirective.prototype.enableTooltip;\n/**\n * The fill color for the trendline, which accepts values in hex or rgba as valid CSS color strings.\n * \\@default ''\n * @type {?}\n */\nTrendlineDirective.prototype.fill;\n/**\n * Defines the period by which the trend must be forward forecasted.\n * \\@default 0\n * @type {?}\n */\nTrendlineDirective.prototype.forwardForecast;\n/**\n * Specifies the intercept value of the trendline.\n * \\@default null\n * \\@aspdefaultvalueignore\n * @type {?}\n */\nTrendlineDirective.prototype.intercept;\n/**\n * The `legendShape` property defines the shape used to represent the trendline in the chart legend.\n * \\@default 'SeriesType'\n * @type {?}\n */\nTrendlineDirective.prototype.legendShape;\n/**\n * Applies a linear gradient fill to the trendline.\n * \\@default null\n * @type {?}\n */\nTrendlineDirective.prototype.linearGradient;\n/**\n * Options for customizing the markers for trendlines, including shape, size, color, and other visual aspects.\n * @deprecated\n * @type {?}\n */\nTrendlineDirective.prototype.marker;\n/**\n * The `name` property is used to assign a descriptive name to the trendline, which will be displayed in the chart as a legend.\n * \\@default ''\n * @type {?}\n */\nTrendlineDirective.prototype.name;\n/**\n * Defines the period, the price changes over which will be considered to predict the moving average trendline.\n * \\@default 2\n * @type {?}\n */\nTrendlineDirective.prototype.period;\n/**\n * Defines the polynomial order of the polynomial trendline.\n * \\@default 2\n * @type {?}\n */\nTrendlineDirective.prototype.polynomialOrder;\n/**\n * Applies a radial gradient fill to the trendline.\n * \\@default null\n * @type {?}\n */\nTrendlineDirective.prototype.radialGradient;\n/**\n * The `visible` property controls the display of the trendline. If set to true, the trendline will be rendered on the chart. If set to false, the trendline will be hidden.\n * \\@default true\n * @type {?}\n */\nTrendlineDirective.prototype.visible;\n/**\n * Defines the width of the trendline.\n * \\@default 1\n * @type {?}\n */\nTrendlineDirective.prototype.width;\n/** @type {?} */\nTrendlineDirective.prototype.viewContainerRef;\n}\n\n/**\n * Trendline Array Directive\n */\nexport class TrendlinesDirective extends ArrayBase<TrendlinesDirective> {\nconstructor() {\n super('trendlines');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-series>e-trendlines',\n queries: {\n children: new ContentChildren(TrendlineDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TrendlinesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nTrendlinesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTrendlinesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","inputs","twoWays","input"],"mappings":"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"}