igniteui-webcomponents-charts 3.2.3 → 3.5.0

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 (1081) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +29124 -22745
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +127 -104
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +554 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  53. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  54. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  55. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  56. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  59. package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
  60. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  61. package/esm2015/lib/DomainChart.js +2165 -1902
  62. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  63. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  64. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  65. package/esm2015/lib/FinancialChart_combined.js +1440 -1356
  66. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  67. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  68. package/esm2015/lib/FinancialOverlay.js +36 -36
  69. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  70. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  71. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  72. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  73. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  74. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  75. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  76. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  77. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  78. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  79. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  81. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  82. package/esm2015/lib/IndicatorProxy.js +11 -11
  83. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  84. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  85. package/esm2015/lib/LineSeries_combined.js +38 -38
  86. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  87. package/esm2015/lib/MassIndexIndicator.js +6 -6
  88. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  89. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  90. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  91. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  92. package/esm2015/lib/NumberAbbreviator.js +1 -1
  93. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  94. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  95. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  96. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  97. package/esm2015/lib/OverlayProxy.js +8 -8
  98. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  99. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  100. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  101. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  102. package/esm2015/lib/PointSeries_combined.js +19 -19
  103. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  104. package/esm2015/lib/PolarBase_combined.js +388 -388
  105. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  106. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  107. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  108. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  109. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  110. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  111. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  112. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  113. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  114. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  115. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  116. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  117. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  118. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  119. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  120. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  121. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  122. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  123. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  124. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  125. package/esm2015/lib/ScatterBase_combined.js +445 -445
  126. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  127. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  128. package/esm2015/lib/ScatterLineSeries.js +51 -51
  129. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  130. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  131. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  132. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  133. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  134. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  135. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  136. package/esm2015/lib/SeriesInteractionManager.js +80 -80
  137. package/esm2015/lib/SeriesRenderManager.js +17 -17
  138. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  139. package/esm2015/lib/SeriesViewerInteractionManager.js +198 -198
  140. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  141. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  142. package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
  143. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  144. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  145. package/esm2015/lib/SizeScale.js +3 -3
  146. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  147. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  148. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  149. package/esm2015/lib/SplineSeries_combined.js +25 -25
  150. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  151. package/esm2015/lib/Stacked100BarBucketCalculator.js +6 -6
  152. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  153. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
  154. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  155. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  156. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  157. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  158. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  159. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  160. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1556 -1455
  161. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  162. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  163. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  164. package/esm2015/lib/StochRSIIndicator.js +15 -15
  165. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  166. package/esm2015/lib/TRIXIndicator.js +16 -16
  167. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  168. package/esm2015/lib/TimeAxisBase.js +8 -8
  169. package/esm2015/lib/TimeXAxis.js +10 -10
  170. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  171. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  172. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  173. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  174. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  175. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  176. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  177. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  178. package/esm2015/lib/XYChart.js +802 -802
  179. package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  180. package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  181. package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
  182. package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
  183. package/esm2015/lib/igc-annotation-layer-component.js +31 -17
  184. package/esm2015/lib/igc-area-fragment-component.js +14 -0
  185. package/esm2015/lib/igc-area-series-component.js +14 -0
  186. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
  187. package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
  188. package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
  189. package/esm2015/lib/igc-axis-annotation.js +5 -0
  190. package/esm2015/lib/igc-axis-component.js +28 -6
  191. package/esm2015/lib/igc-bar-fragment-component.js +34 -18
  192. package/esm2015/lib/igc-bar-series-component.js +25 -11
  193. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  194. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
  195. package/esm2015/lib/igc-brush-scale-component.js +20 -0
  196. package/esm2015/lib/igc-bubble-series-component.js +60 -44
  197. package/esm2015/lib/igc-calculated-column.js +5 -0
  198. package/esm2015/lib/igc-callout-annotation.js +12 -6
  199. package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
  200. package/esm2015/lib/igc-callout-layer-component.js +115 -95
  201. package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
  202. package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
  203. package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
  204. package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
  205. package/esm2015/lib/igc-category-axis-base-component.js +14 -0
  206. package/esm2015/lib/igc-category-chart-component.js +169 -112
  207. package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
  208. package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
  209. package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
  210. package/esm2015/lib/igc-category-series-component.js +36 -20
  211. package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
  212. package/esm2015/lib/igc-category-x-axis-component.js +89 -2
  213. package/esm2015/lib/igc-category-y-axis-component.js +89 -2
  214. package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  215. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  216. package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
  217. package/esm2015/lib/igc-chart-group-description-collection.js +105 -0
  218. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  219. package/esm2015/lib/igc-chart-group-description.js +20 -0
  220. package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
  221. package/esm2015/lib/igc-chart-series-event-args.js +7 -6
  222. package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
  223. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  224. package/esm2015/lib/igc-chart-sort-description.js +66 -0
  225. package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
  226. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  227. package/esm2015/lib/igc-chart-summary-description.js +101 -0
  228. package/esm2015/lib/igc-color-scale-component.js +20 -0
  229. package/esm2015/lib/igc-column-fragment-component.js +39 -23
  230. package/esm2015/lib/igc-column-series-component.js +27 -13
  231. package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
  232. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  233. package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
  234. package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
  235. package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
  236. package/esm2015/lib/igc-custom-indicator-component.js +14 -0
  237. package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
  238. package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
  239. package/esm2015/lib/igc-data-chart-component.js +95 -95
  240. package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  241. package/esm2015/lib/igc-data-legend-component.js +12 -1
  242. package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
  243. package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
  244. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  245. package/esm2015/lib/igc-domain-chart-component.js +969 -650
  246. package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  247. package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
  248. package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
  249. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  250. package/esm2015/lib/igc-final-value-layer-component.js +57 -42
  251. package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
  252. package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  253. package/esm2015/lib/igc-financial-chart-component.js +215 -157
  254. package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  255. package/esm2015/lib/igc-financial-event-args.js +22 -10
  256. package/esm2015/lib/igc-financial-indicator-component.js +30 -16
  257. package/esm2015/lib/igc-financial-overlay-component.js +19 -5
  258. package/esm2015/lib/igc-financial-price-series-component.js +44 -30
  259. package/esm2015/lib/igc-financial-series-component.js +79 -60
  260. package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
  261. package/esm2015/lib/igc-fragment-base-component.js +16 -2
  262. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  263. package/esm2015/lib/igc-funnel-chart-component.js +9 -0
  264. package/esm2015/lib/igc-funnel-data-context.js +5 -0
  265. package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
  266. package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
  267. package/esm2015/lib/igc-highlighting-info.js +12 -6
  268. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  269. package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
  270. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  271. package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
  272. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  273. package/esm2015/lib/igc-legend-base-component.js +10 -0
  274. package/esm2015/lib/igc-line-fragment-component.js +15 -1
  275. package/esm2015/lib/igc-line-series-component.js +15 -1
  276. package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
  277. package/esm2015/lib/igc-marker-series-component.js +42 -28
  278. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  279. package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
  280. package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
  281. package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
  282. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  283. package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
  284. package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
  285. package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
  286. package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
  287. package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
  288. package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
  289. package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
  290. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
  291. package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
  292. package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  293. package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  294. package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
  295. package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
  296. package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  297. package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
  298. package/esm2015/lib/igc-point-series-component.js +14 -0
  299. package/esm2015/lib/igc-polar-area-series-component.js +17 -3
  300. package/esm2015/lib/igc-polar-base-component.js +95 -77
  301. package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
  302. package/esm2015/lib/igc-polar-line-series-component.js +18 -4
  303. package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
  304. package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
  305. package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
  306. package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
  307. package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
  308. package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
  309. package/esm2015/lib/igc-radial-area-series-component.js +17 -3
  310. package/esm2015/lib/igc-radial-base-component.js +49 -31
  311. package/esm2015/lib/igc-radial-column-series-component.js +23 -9
  312. package/esm2015/lib/igc-radial-line-series-component.js +18 -4
  313. package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
  314. package/esm2015/lib/igc-range-area-series-component.js +14 -0
  315. package/esm2015/lib/igc-range-category-series-component.js +20 -6
  316. package/esm2015/lib/igc-range-column-series-component.js +24 -10
  317. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  318. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
  319. package/esm2015/lib/igc-ring-series-base-component.js +20 -0
  320. package/esm2015/lib/igc-ring-series-component.js +25 -5
  321. package/esm2015/lib/igc-ring.js +12 -6
  322. package/esm2015/lib/igc-scale-legend-component.js +14 -0
  323. package/esm2015/lib/igc-scaler-params.js +5 -0
  324. package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
  325. package/esm2015/lib/igc-scatter-base-component.js +79 -61
  326. package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
  327. package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
  328. package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
  329. package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
  330. package/esm2015/lib/igc-scatter-series-component.js +14 -0
  331. package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
  332. package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
  333. package/esm2015/lib/igc-series-component.js +215 -185
  334. package/esm2015/lib/igc-series-viewer-component.js +417 -282
  335. package/esm2015/lib/igc-shape-series-base-component.js +64 -45
  336. package/esm2015/lib/igc-size-scale-component.js +20 -0
  337. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  338. package/esm2015/lib/igc-sparkline-component.js +5 -0
  339. package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
  340. package/esm2015/lib/igc-spline-area-series-component.js +15 -1
  341. package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
  342. package/esm2015/lib/igc-spline-fragment-component.js +15 -1
  343. package/esm2015/lib/igc-spline-series-base-component.js +20 -6
  344. package/esm2015/lib/igc-spline-series-component.js +15 -1
  345. package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
  346. package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
  347. package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
  348. package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
  349. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  350. package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
  351. package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
  352. package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
  353. package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
  354. package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
  355. package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
  356. package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
  357. package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
  358. package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
  359. package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
  360. package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
  361. package/esm2015/lib/igc-step-area-series-component.js +16 -2
  362. package/esm2015/lib/igc-step-line-series-component.js +17 -3
  363. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
  364. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
  365. package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
  366. package/esm2015/lib/igc-time-axis-base-component.js +14 -0
  367. package/esm2015/lib/igc-time-axis-break-component.js +19 -0
  368. package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
  369. package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
  370. package/esm2015/lib/igc-time-x-axis-component.js +14 -0
  371. package/esm2015/lib/igc-treemap-component.js +11 -0
  372. package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
  373. package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
  374. package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
  375. package/esm2015/lib/igc-trix-indicator-component.js +17 -3
  376. package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
  377. package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  378. package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
  379. package/esm2015/lib/igc-value-overlay-component.js +67 -52
  380. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
  381. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
  382. package/esm2015/lib/igc-waterfall-series-component.js +33 -19
  383. package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
  384. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
  385. package/esm2015/lib/igc-xy-chart-component.js +232 -218
  386. package/esm2015/lib/igc-zoom-slider-component.js +7 -7
  387. package/esm2015/public_api.js +23 -0
  388. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  389. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  390. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  391. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  392. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  393. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  394. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  395. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  396. package/esm5/lib/AreaSeries_combined.js +44 -44
  397. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  398. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  399. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  400. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  401. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  402. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  403. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  404. package/esm5/lib/AxisAnnotationManager.js +1 -1
  405. package/esm5/lib/AxisVisualDataManager.js +2 -2
  406. package/esm5/lib/BarSeries_combined.js +127 -104
  407. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  408. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  409. package/esm5/lib/BrushScale.js +7 -7
  410. package/esm5/lib/BubbleSeries_combined.js +252 -252
  411. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  412. package/esm5/lib/CalloutLayer_combined.js +442 -440
  413. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  414. package/esm5/lib/CategoryChart.js +531 -413
  415. package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
  416. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  417. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  418. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  419. package/esm5/lib/CategoryMarkerManager.js +1 -1
  420. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  421. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  422. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  423. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  424. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  425. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  426. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  427. package/esm5/lib/ChartGroupDescription.js +59 -0
  428. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  429. package/esm5/lib/ChartSortDescription.js +75 -0
  430. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  431. package/esm5/lib/ChartSummaryDescription.js +149 -0
  432. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  433. package/esm5/lib/ColumnSeries_combined.js +64 -64
  434. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  435. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  436. package/esm5/lib/CustomIndicator.js +23 -23
  437. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  438. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  439. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  440. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  441. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  442. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  443. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  444. package/esm5/lib/DataToolTipLayer_combined.js +436 -434
  445. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  446. package/esm5/lib/DomainChart.js +2101 -1752
  447. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  448. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  449. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  450. package/esm5/lib/FinancialChart_combined.js +1404 -1299
  451. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  452. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  453. package/esm5/lib/FinancialOverlay.js +36 -36
  454. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  455. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  456. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  457. package/esm5/lib/ForceIndexIndicator.js +15 -15
  458. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  459. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  460. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  461. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  462. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  463. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  464. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  465. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  466. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  467. package/esm5/lib/IndicatorProxy.js +11 -11
  468. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  469. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  470. package/esm5/lib/LineSeries_combined.js +38 -38
  471. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  472. package/esm5/lib/MassIndexIndicator.js +6 -6
  473. package/esm5/lib/MedianPriceIndicator.js +6 -6
  474. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  475. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  476. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  477. package/esm5/lib/NumberAbbreviator.js +1 -1
  478. package/esm5/lib/NumericXAxis_combined.js +3 -3
  479. package/esm5/lib/NumericYAxis_combined.js +3 -3
  480. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  481. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  482. package/esm5/lib/OverlayProxy.js +8 -8
  483. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  484. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  485. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  486. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  487. package/esm5/lib/PointSeries_combined.js +19 -19
  488. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  489. package/esm5/lib/PolarBase_combined.js +384 -384
  490. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  491. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  492. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  493. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  494. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  495. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  496. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  497. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  498. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  499. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  500. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  501. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  502. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  503. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  504. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  505. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  506. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  507. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  508. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  509. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  510. package/esm5/lib/ScatterBase_combined.js +441 -441
  511. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  512. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  513. package/esm5/lib/ScatterLineSeries.js +51 -51
  514. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  515. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  516. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  517. package/esm5/lib/ScatterSeries_combined.js +15 -15
  518. package/esm5/lib/ScatterSplineSeries.js +38 -38
  519. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  520. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  521. package/esm5/lib/SeriesInteractionManager.js +80 -80
  522. package/esm5/lib/SeriesRenderManager.js +17 -17
  523. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  524. package/esm5/lib/SeriesViewerInteractionManager.js +198 -198
  525. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  526. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  527. package/esm5/lib/SeriesViewer_combined.js +3458 -3101
  528. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  529. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  530. package/esm5/lib/SizeScale.js +3 -3
  531. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  532. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  533. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  534. package/esm5/lib/SplineSeries_combined.js +25 -25
  535. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  536. package/esm5/lib/Stacked100BarBucketCalculator.js +6 -6
  537. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  538. package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
  539. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  540. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  541. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  542. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  543. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  544. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  545. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1835 -1686
  546. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  547. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  548. package/esm5/lib/StepLineSeries_combined.js +43 -43
  549. package/esm5/lib/StochRSIIndicator.js +14 -14
  550. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  551. package/esm5/lib/TRIXIndicator.js +15 -15
  552. package/esm5/lib/TileZoomManager_combined.js +9 -9
  553. package/esm5/lib/TimeAxisBase.js +8 -8
  554. package/esm5/lib/TimeXAxis.js +10 -10
  555. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  556. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  557. package/esm5/lib/ValueOverlay_combined.js +115 -115
  558. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  559. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  560. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  561. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  562. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  563. package/esm5/lib/XYChart.js +717 -717
  564. package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  565. package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  566. package/esm5/lib/igc-anchored-category-series-component.js +32 -18
  567. package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
  568. package/esm5/lib/igc-annotation-layer-component.js +31 -17
  569. package/esm5/lib/igc-area-fragment-component.js +14 -0
  570. package/esm5/lib/igc-area-series-component.js +14 -0
  571. package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
  572. package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
  573. package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
  574. package/esm5/lib/igc-axis-annotation.js +5 -0
  575. package/esm5/lib/igc-axis-component.js +28 -6
  576. package/esm5/lib/igc-bar-fragment-component.js +34 -18
  577. package/esm5/lib/igc-bar-series-component.js +25 -11
  578. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  579. package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
  580. package/esm5/lib/igc-brush-scale-component.js +20 -0
  581. package/esm5/lib/igc-bubble-series-component.js +60 -44
  582. package/esm5/lib/igc-calculated-column.js +5 -0
  583. package/esm5/lib/igc-callout-annotation.js +12 -6
  584. package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
  585. package/esm5/lib/igc-callout-layer-component.js +115 -95
  586. package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
  587. package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
  588. package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
  589. package/esm5/lib/igc-category-angle-axis-component.js +14 -0
  590. package/esm5/lib/igc-category-axis-base-component.js +14 -0
  591. package/esm5/lib/igc-category-chart-component.js +189 -112
  592. package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
  593. package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
  594. package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
  595. package/esm5/lib/igc-category-series-component.js +36 -20
  596. package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
  597. package/esm5/lib/igc-category-x-axis-component.js +109 -2
  598. package/esm5/lib/igc-category-y-axis-component.js +109 -2
  599. package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  600. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  601. package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
  602. package/esm5/lib/igc-chart-group-description-collection.js +132 -0
  603. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  604. package/esm5/lib/igc-chart-group-description.js +34 -0
  605. package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
  606. package/esm5/lib/igc-chart-series-event-args.js +7 -6
  607. package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
  608. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  609. package/esm5/lib/igc-chart-sort-description.js +86 -0
  610. package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
  611. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  612. package/esm5/lib/igc-chart-summary-description.js +128 -0
  613. package/esm5/lib/igc-color-scale-component.js +20 -0
  614. package/esm5/lib/igc-column-fragment-component.js +39 -23
  615. package/esm5/lib/igc-column-series-component.js +27 -13
  616. package/esm5/lib/igc-column-supporting-calculation.js +5 -0
  617. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  618. package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
  619. package/esm5/lib/igc-crosshair-layer-component.js +105 -90
  620. package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
  621. package/esm5/lib/igc-custom-indicator-component.js +14 -0
  622. package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
  623. package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
  624. package/esm5/lib/igc-data-chart-component.js +95 -95
  625. package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  626. package/esm5/lib/igc-data-legend-component.js +12 -1
  627. package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
  628. package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
  629. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  630. package/esm5/lib/igc-domain-chart-component.js +1041 -650
  631. package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  632. package/esm5/lib/igc-doughnut-chart-component.js +7 -0
  633. package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
  634. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  635. package/esm5/lib/igc-final-value-layer-component.js +57 -42
  636. package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
  637. package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  638. package/esm5/lib/igc-financial-chart-component.js +235 -157
  639. package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  640. package/esm5/lib/igc-financial-event-args.js +22 -10
  641. package/esm5/lib/igc-financial-indicator-component.js +30 -16
  642. package/esm5/lib/igc-financial-overlay-component.js +19 -5
  643. package/esm5/lib/igc-financial-price-series-component.js +44 -30
  644. package/esm5/lib/igc-financial-series-component.js +79 -60
  645. package/esm5/lib/igc-force-index-indicator-component.js +18 -4
  646. package/esm5/lib/igc-fragment-base-component.js +16 -2
  647. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  648. package/esm5/lib/igc-funnel-chart-component.js +9 -0
  649. package/esm5/lib/igc-funnel-data-context.js +5 -0
  650. package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
  651. package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
  652. package/esm5/lib/igc-highlighting-info.js +12 -6
  653. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  654. package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
  655. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  656. package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
  657. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  658. package/esm5/lib/igc-legend-base-component.js +10 -0
  659. package/esm5/lib/igc-line-fragment-component.js +15 -1
  660. package/esm5/lib/igc-line-series-component.js +15 -1
  661. package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
  662. package/esm5/lib/igc-marker-series-component.js +42 -28
  663. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  664. package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
  665. package/esm5/lib/igc-median-price-indicator-component.js +14 -0
  666. package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
  667. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  668. package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
  669. package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
  670. package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
  671. package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
  672. package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
  673. package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
  674. package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
  675. package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
  676. package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
  677. package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  678. package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  679. package/esm5/lib/igc-pie-chart-base-component.js +28 -0
  680. package/esm5/lib/igc-pie-slice-others-context.js +5 -0
  681. package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  682. package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
  683. package/esm5/lib/igc-point-series-component.js +14 -0
  684. package/esm5/lib/igc-polar-area-series-component.js +17 -3
  685. package/esm5/lib/igc-polar-base-component.js +95 -77
  686. package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
  687. package/esm5/lib/igc-polar-line-series-component.js +18 -4
  688. package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
  689. package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
  690. package/esm5/lib/igc-polar-spline-series-component.js +18 -4
  691. package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
  692. package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
  693. package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
  694. package/esm5/lib/igc-radial-area-series-component.js +17 -3
  695. package/esm5/lib/igc-radial-base-component.js +49 -31
  696. package/esm5/lib/igc-radial-column-series-component.js +23 -9
  697. package/esm5/lib/igc-radial-line-series-component.js +18 -4
  698. package/esm5/lib/igc-radial-pie-series-component.js +23 -9
  699. package/esm5/lib/igc-range-area-series-component.js +14 -0
  700. package/esm5/lib/igc-range-category-series-component.js +20 -6
  701. package/esm5/lib/igc-range-column-series-component.js +24 -10
  702. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  703. package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
  704. package/esm5/lib/igc-ring-series-base-component.js +20 -0
  705. package/esm5/lib/igc-ring-series-component.js +25 -5
  706. package/esm5/lib/igc-ring.js +12 -6
  707. package/esm5/lib/igc-scale-legend-component.js +14 -0
  708. package/esm5/lib/igc-scaler-params.js +5 -0
  709. package/esm5/lib/igc-scatter-area-series-component.js +40 -24
  710. package/esm5/lib/igc-scatter-base-component.js +79 -61
  711. package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
  712. package/esm5/lib/igc-scatter-line-series-component.js +18 -4
  713. package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
  714. package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
  715. package/esm5/lib/igc-scatter-series-component.js +14 -0
  716. package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
  717. package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
  718. package/esm5/lib/igc-series-component.js +219 -185
  719. package/esm5/lib/igc-series-viewer-component.js +441 -282
  720. package/esm5/lib/igc-shape-series-base-component.js +64 -45
  721. package/esm5/lib/igc-size-scale-component.js +20 -0
  722. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  723. package/esm5/lib/igc-sparkline-component.js +5 -0
  724. package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
  725. package/esm5/lib/igc-spline-area-series-component.js +15 -1
  726. package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
  727. package/esm5/lib/igc-spline-fragment-component.js +15 -1
  728. package/esm5/lib/igc-spline-series-base-component.js +20 -6
  729. package/esm5/lib/igc-spline-series-component.js +15 -1
  730. package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
  731. package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
  732. package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
  733. package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
  734. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  735. package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
  736. package/esm5/lib/igc-stacked-area-series-component.js +14 -0
  737. package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
  738. package/esm5/lib/igc-stacked-column-series-component.js +23 -9
  739. package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
  740. package/esm5/lib/igc-stacked-line-series-component.js +15 -1
  741. package/esm5/lib/igc-stacked-series-base-component.js +12 -11
  742. package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
  743. package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
  744. package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
  745. package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
  746. package/esm5/lib/igc-step-area-series-component.js +16 -2
  747. package/esm5/lib/igc-step-line-series-component.js +17 -3
  748. package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
  749. package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
  750. package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
  751. package/esm5/lib/igc-time-axis-base-component.js +14 -0
  752. package/esm5/lib/igc-time-axis-break-component.js +19 -0
  753. package/esm5/lib/igc-time-axis-interval-component.js +19 -0
  754. package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
  755. package/esm5/lib/igc-time-x-axis-component.js +14 -0
  756. package/esm5/lib/igc-treemap-component.js +11 -0
  757. package/esm5/lib/igc-treemap-node-style-component.js +19 -0
  758. package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
  759. package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
  760. package/esm5/lib/igc-trix-indicator-component.js +17 -3
  761. package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
  762. package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  763. package/esm5/lib/igc-value-brush-scale-component.js +14 -0
  764. package/esm5/lib/igc-value-overlay-component.js +67 -52
  765. package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
  766. package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
  767. package/esm5/lib/igc-waterfall-series-component.js +33 -19
  768. package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
  769. package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
  770. package/esm5/lib/igc-xy-chart-component.js +232 -218
  771. package/esm5/lib/igc-zoom-slider-component.js +7 -7
  772. package/esm5/public_api.js +23 -0
  773. package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
  774. package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
  775. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  776. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  777. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  778. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  779. package/lib/AnnotationLayerProxy.d.ts +4 -0
  780. package/lib/AnnotationLayer_combined.d.ts +40 -40
  781. package/lib/AreaSeries_combined.d.ts +8 -8
  782. package/lib/AutomaticSeriesManager.d.ts +1 -0
  783. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  784. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  785. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  786. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  787. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  788. package/lib/BarSeries_combined.d.ts +19 -19
  789. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  790. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  791. package/lib/BubbleSeries_combined.d.ts +48 -48
  792. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  793. package/lib/CalloutLayer_combined.d.ts +101 -101
  794. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  795. package/lib/CategoryChart.d.ts +131 -116
  796. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  797. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  798. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  799. package/lib/CategoryXAxis_combined.d.ts +17 -5
  800. package/lib/CategoryYAxis_combined.d.ts +17 -5
  801. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  802. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  803. package/lib/ChartGroupDescription.d.ts +16 -0
  804. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  805. package/lib/ChartSortDescription.d.ts +18 -0
  806. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  807. package/lib/ChartSummaryDescription.d.ts +33 -0
  808. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  809. package/lib/ColumnSeries_combined.d.ts +17 -17
  810. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  811. package/lib/CrosshairLayer_combined.d.ts +41 -41
  812. package/lib/CustomIndicator.d.ts +8 -8
  813. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  814. package/lib/DataChartToolbarProvider.d.ts +21 -0
  815. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  816. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  817. package/lib/DomainChart.d.ts +541 -489
  818. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  819. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  820. package/lib/FinalValueLayer_combined.d.ts +28 -28
  821. package/lib/FinancialChart_combined.d.ts +299 -287
  822. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  823. package/lib/FinancialIndicator_combined.d.ts +36 -36
  824. package/lib/FinancialOverlay.d.ts +9 -9
  825. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  826. package/lib/ForceIndexIndicator.d.ts +9 -9
  827. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  828. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  829. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  830. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  831. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  832. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  833. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  834. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  835. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  836. package/lib/LineSeries_combined.d.ts +7 -7
  837. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  838. package/lib/MassIndexIndicator.d.ts +4 -4
  839. package/lib/MedianPriceIndicator.d.ts +4 -4
  840. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  841. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  842. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  843. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  844. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  845. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  846. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  847. package/lib/PointSeries_combined.d.ts +6 -6
  848. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  849. package/lib/PolarBase_combined.d.ts +107 -107
  850. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  851. package/lib/PolarLineSeries_combined.d.ts +8 -8
  852. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  853. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  854. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  855. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  856. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  857. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  858. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  859. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  860. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  861. package/lib/RadialLineSeries_combined.d.ts +8 -8
  862. package/lib/RadialPieSeries_combined.d.ts +13 -13
  863. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  864. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  865. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  866. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  867. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  868. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  869. package/lib/ScatterBase_combined.d.ts +108 -108
  870. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  871. package/lib/ScatterLineSeries.d.ts +12 -12
  872. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  873. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  874. package/lib/ScatterSeries_combined.d.ts +4 -4
  875. package/lib/ScatterSplineSeries.d.ts +9 -9
  876. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  877. package/lib/SeriesViewer_combined.d.ts +1036 -956
  878. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  879. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  880. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  881. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  882. package/lib/SplineSeries_combined.d.ts +6 -6
  883. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  884. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  885. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  886. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  887. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  888. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  889. package/lib/StackedLineSeries_combined.d.ts +3 -3
  890. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +415 -397
  891. package/lib/StandardDeviationIndicator.d.ts +8 -8
  892. package/lib/StepAreaSeries_combined.d.ts +10 -10
  893. package/lib/StepLineSeries_combined.d.ts +9 -9
  894. package/lib/StochRSIIndicator.d.ts +8 -8
  895. package/lib/StrategyBasedIndicator.d.ts +21 -21
  896. package/lib/TRIXIndicator.d.ts +8 -8
  897. package/lib/TypicalPriceIndicator.d.ts +4 -4
  898. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  899. package/lib/ValueOverlay_combined.d.ts +41 -41
  900. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  901. package/lib/WaterfallSeries_combined.d.ts +23 -23
  902. package/lib/WeightedCloseIndicator.d.ts +4 -4
  903. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  904. package/lib/XYChart.d.ts +187 -187
  905. package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
  906. package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
  907. package/lib/igc-anchored-category-series-component.d.ts +1 -0
  908. package/lib/igc-anchored-radial-series-component.d.ts +1 -0
  909. package/lib/igc-annotation-layer-component.d.ts +1 -0
  910. package/lib/igc-area-fragment-component.d.ts +1 -0
  911. package/lib/igc-area-series-component.d.ts +1 -0
  912. package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
  913. package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
  914. package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
  915. package/lib/igc-axis-component.d.ts +1 -0
  916. package/lib/igc-bar-fragment-component.d.ts +1 -0
  917. package/lib/igc-bar-series-component.d.ts +1 -0
  918. package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
  919. package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
  920. package/lib/igc-brush-scale-component.d.ts +1 -0
  921. package/lib/igc-bubble-series-component.d.ts +1 -0
  922. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  923. package/lib/igc-callout-layer-component.d.ts +1 -0
  924. package/lib/igc-category-angle-axis-component.d.ts +1 -0
  925. package/lib/igc-category-axis-base-component.d.ts +1 -0
  926. package/lib/igc-category-chart-component.d.ts +27 -0
  927. package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
  928. package/lib/igc-category-highlight-layer-component.d.ts +1 -0
  929. package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
  930. package/lib/igc-category-series-component.d.ts +1 -0
  931. package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
  932. package/lib/igc-category-x-axis-component.d.ts +38 -0
  933. package/lib/igc-category-y-axis-component.d.ts +38 -0
  934. package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
  935. package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
  936. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  937. package/lib/igc-chart-group-description-module.d.ts +3 -0
  938. package/lib/igc-chart-group-description.d.ts +14 -0
  939. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  940. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  941. package/lib/igc-chart-sort-description.d.ts +31 -0
  942. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  943. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  944. package/lib/igc-chart-summary-description.d.ts +35 -0
  945. package/lib/igc-color-scale-component.d.ts +1 -0
  946. package/lib/igc-column-fragment-component.d.ts +1 -0
  947. package/lib/igc-column-series-component.d.ts +1 -0
  948. package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
  949. package/lib/igc-contour-value-resolver-component.d.ts +1 -0
  950. package/lib/igc-crosshair-layer-component.d.ts +1 -0
  951. package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
  952. package/lib/igc-custom-indicator-component.d.ts +1 -0
  953. package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
  954. package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
  955. package/lib/igc-data-legend-component.d.ts +1 -1
  956. package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
  957. package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
  958. package/lib/igc-domain-chart-component.d.ts +85 -1
  959. package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
  960. package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
  961. package/lib/igc-final-value-layer-component.d.ts +1 -0
  962. package/lib/igc-financial-chart-component.d.ts +27 -0
  963. package/lib/igc-financial-indicator-component.d.ts +1 -0
  964. package/lib/igc-financial-overlay-component.d.ts +1 -0
  965. package/lib/igc-financial-price-series-component.d.ts +1 -0
  966. package/lib/igc-financial-series-component.d.ts +1 -0
  967. package/lib/igc-force-index-indicator-component.d.ts +1 -0
  968. package/lib/igc-fragment-base-component.d.ts +1 -0
  969. package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
  970. package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
  971. package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
  972. package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
  973. package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
  974. package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
  975. package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
  976. package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
  977. package/lib/igc-line-fragment-component.d.ts +1 -0
  978. package/lib/igc-line-series-component.d.ts +1 -0
  979. package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
  980. package/lib/igc-marker-series-component.d.ts +1 -0
  981. package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
  982. package/lib/igc-mass-index-indicator-component.d.ts +1 -0
  983. package/lib/igc-median-price-indicator-component.d.ts +1 -0
  984. package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
  985. package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
  986. package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
  987. package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
  988. package/lib/igc-numeric-axis-base-component.d.ts +1 -0
  989. package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
  990. package/lib/igc-numeric-x-axis-component.d.ts +1 -0
  991. package/lib/igc-numeric-y-axis-component.d.ts +1 -0
  992. package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
  993. package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
  994. package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
  995. package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
  996. package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
  997. package/lib/igc-pie-chart-base-component.d.ts +1 -0
  998. package/lib/igc-point-series-component.d.ts +1 -0
  999. package/lib/igc-polar-area-series-component.d.ts +1 -0
  1000. package/lib/igc-polar-base-component.d.ts +1 -0
  1001. package/lib/igc-polar-line-series-base-component.d.ts +1 -0
  1002. package/lib/igc-polar-line-series-component.d.ts +1 -0
  1003. package/lib/igc-polar-scatter-series-component.d.ts +1 -0
  1004. package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
  1005. package/lib/igc-polar-spline-series-component.d.ts +1 -0
  1006. package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
  1007. package/lib/igc-price-channel-overlay-component.d.ts +1 -0
  1008. package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
  1009. package/lib/igc-radial-area-series-component.d.ts +1 -0
  1010. package/lib/igc-radial-base-component.d.ts +1 -0
  1011. package/lib/igc-radial-column-series-component.d.ts +1 -0
  1012. package/lib/igc-radial-line-series-component.d.ts +1 -0
  1013. package/lib/igc-radial-pie-series-component.d.ts +1 -0
  1014. package/lib/igc-range-area-series-component.d.ts +1 -0
  1015. package/lib/igc-range-category-series-component.d.ts +1 -0
  1016. package/lib/igc-range-column-series-component.d.ts +1 -0
  1017. package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
  1018. package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
  1019. package/lib/igc-ring-series-base-component.d.ts +1 -0
  1020. package/lib/igc-ring-series-component.d.ts +1 -0
  1021. package/lib/igc-scale-legend-component.d.ts +1 -0
  1022. package/lib/igc-scatter-area-series-component.d.ts +1 -0
  1023. package/lib/igc-scatter-base-component.d.ts +1 -0
  1024. package/lib/igc-scatter-contour-series-component.d.ts +1 -0
  1025. package/lib/igc-scatter-line-series-component.d.ts +1 -0
  1026. package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
  1027. package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
  1028. package/lib/igc-scatter-series-component.d.ts +1 -0
  1029. package/lib/igc-scatter-spline-series-component.d.ts +1 -0
  1030. package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
  1031. package/lib/igc-series-component.d.ts +5 -0
  1032. package/lib/igc-series-viewer-component.d.ts +52 -0
  1033. package/lib/igc-shape-series-base-component.d.ts +1 -0
  1034. package/lib/igc-size-scale-component.d.ts +1 -0
  1035. package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
  1036. package/lib/igc-spline-area-fragment-component.d.ts +1 -0
  1037. package/lib/igc-spline-area-series-component.d.ts +1 -0
  1038. package/lib/igc-spline-fragment-base-component.d.ts +1 -0
  1039. package/lib/igc-spline-fragment-component.d.ts +1 -0
  1040. package/lib/igc-spline-series-base-component.d.ts +1 -0
  1041. package/lib/igc-spline-series-component.d.ts +1 -0
  1042. package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
  1043. package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
  1044. package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
  1045. package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
  1046. package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
  1047. package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
  1048. package/lib/igc-stacked-area-series-component.d.ts +1 -0
  1049. package/lib/igc-stacked-bar-series-component.d.ts +1 -0
  1050. package/lib/igc-stacked-column-series-component.d.ts +1 -0
  1051. package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
  1052. package/lib/igc-stacked-line-series-component.d.ts +1 -0
  1053. package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
  1054. package/lib/igc-stacked-spline-series-component.d.ts +1 -0
  1055. package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
  1056. package/lib/igc-step-area-series-component.d.ts +1 -0
  1057. package/lib/igc-step-line-series-component.d.ts +1 -0
  1058. package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
  1059. package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
  1060. package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
  1061. package/lib/igc-time-axis-base-component.d.ts +1 -0
  1062. package/lib/igc-time-axis-break-component.d.ts +1 -0
  1063. package/lib/igc-time-axis-interval-component.d.ts +1 -0
  1064. package/lib/igc-time-axis-label-format-component.d.ts +1 -0
  1065. package/lib/igc-time-x-axis-component.d.ts +1 -0
  1066. package/lib/igc-treemap-node-style-component.d.ts +1 -0
  1067. package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
  1068. package/lib/igc-trix-indicator-component.d.ts +1 -0
  1069. package/lib/igc-typical-price-indicator-component.d.ts +1 -0
  1070. package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
  1071. package/lib/igc-value-brush-scale-component.d.ts +1 -0
  1072. package/lib/igc-value-overlay-component.d.ts +1 -0
  1073. package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
  1074. package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
  1075. package/lib/igc-waterfall-series-component.d.ts +1 -0
  1076. package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
  1077. package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
  1078. package/lib/igc-xy-chart-component.d.ts +1 -0
  1079. package/lib/igc-zoom-slider-component.d.ts +0 -5
  1080. package/package.json +2 -2
  1081. package/public_api.d.ts +23 -0
@@ -146,11 +146,25 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
146
146
  if (super["connectedCallback"]) {
147
147
  super["connectedCallback"]();
148
148
  }
149
+ if (this.i.connectedCallback) {
150
+ this.i.connectedCallback();
151
+ }
149
152
  if (!this._attached) {
150
153
  this._attached = true;
151
154
  this._flushQueuedAttributes();
152
155
  }
153
156
  }
157
+ disconnectedCallback() {
158
+ if (super["disconnectedCallback"]) {
159
+ super["disconnectedCallback"]();
160
+ }
161
+ if (this.i.disconnectedCallback) {
162
+ this.i.disconnectedCallback();
163
+ }
164
+ if (this._attached) {
165
+ this._attached = false;
166
+ }
167
+ }
154
168
  static get observedAttributes() {
155
169
  if (IgcSeriesViewerComponent._observedAttributesIgcSeriesViewerComponent == null) {
156
170
  let names = getAllPropertyNames(IgcSeriesViewerComponent);
@@ -218,11 +232,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
218
232
  * Gets or sets the marker mode used for assigning a marker type to series when the marker type is automatic.
219
233
  */
220
234
  get markerAutomaticBehavior() {
221
- return this.i.ba;
235
+ return this.i.be;
222
236
  }
223
237
  set markerAutomaticBehavior(v) {
224
- this.i.ba = ensureEnum(MarkerAutomaticBehavior_$type, v);
225
- this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.ba));
238
+ this.i.be = ensureEnum(MarkerAutomaticBehavior_$type, v);
239
+ this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.be));
226
240
  }
227
241
  /**
228
242
  * Gets or sets the cross hair point (in world coordinates)
@@ -236,11 +250,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
236
250
  * ```
237
251
  */
238
252
  get crosshairPoint() {
239
- return fromPoint(this.i.r6);
253
+ return fromPoint(this.i.s0);
240
254
  }
241
255
  set crosshairPoint(v) {
242
- this.i.r6 = toPoint(v);
243
- this._a("crosshairPoint", pointToString(this.i.r6));
256
+ this.i.s0 = toPoint(v);
257
+ this._a("crosshairPoint", pointToString(this.i.s0));
244
258
  }
245
259
  /**
246
260
  * Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
@@ -252,329 +266,329 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
252
266
  * ```
253
267
  */
254
268
  get animateSeriesWhenAxisRangeChanges() {
255
- return this.i.dn;
269
+ return this.i.ds;
256
270
  }
257
271
  set animateSeriesWhenAxisRangeChanges(v) {
258
- this.i.dn = ensureBool(v);
259
- this._a("animateSeriesWhenAxisRangeChanges", this.i.dn);
272
+ this.i.ds = ensureBool(v);
273
+ this._a("animateSeriesWhenAxisRangeChanges", this.i.ds);
260
274
  }
261
275
  /**
262
276
  * Gets or sets whether to sync the vertical aspect of the window with the contained series content. This is only supported for a subset of the available series.
263
277
  */
264
278
  get isWindowSyncedToVisibleRange() {
265
- return this.i.ek;
279
+ return this.i.ep;
266
280
  }
267
281
  set isWindowSyncedToVisibleRange(v) {
268
- this.i.ek = ensureBool(v);
269
- this._a("isWindowSyncedToVisibleRange", this.i.ek);
282
+ this.i.ep = ensureBool(v);
283
+ this._a("isWindowSyncedToVisibleRange", this.i.ep);
270
284
  }
271
285
  /**
272
286
  * Gets or sets whether calling SimulateHover should shift the crosshair point.
273
287
  */
274
288
  get shouldSimulateHoverMoveCrosshairPoint() {
275
- return this.i.e4;
289
+ return this.i.fa;
276
290
  }
277
291
  set shouldSimulateHoverMoveCrosshairPoint(v) {
278
- this.i.e4 = ensureBool(v);
279
- this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.e4);
292
+ this.i.fa = ensureBool(v);
293
+ this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.fa);
280
294
  }
281
295
  /**
282
296
  * Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
283
297
  */
284
298
  get highlightingMode() {
285
- return this.i.br;
299
+ return this.i.bv;
286
300
  }
287
301
  set highlightingMode(v) {
288
- this.i.br = ensureEnum(SeriesHighlightingMode_$type, v);
289
- this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.br));
302
+ this.i.bv = ensureEnum(SeriesHighlightingMode_$type, v);
303
+ this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.bv));
290
304
  }
291
305
  /**
292
306
  * Gets or sets the horizontal scrollbar mode to use for the series viewer.
293
307
  */
294
308
  get horizontalViewScrollbarMode() {
295
- return this.i.b1;
309
+ return this.i.b5;
296
310
  }
297
311
  set horizontalViewScrollbarMode(v) {
298
- this.i.b1 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
299
- this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b1));
312
+ this.i.b5 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
313
+ this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b5));
300
314
  }
301
315
  /**
302
316
  * Gets or sets the vertical scrollbar mode to use for the series viewer.
303
317
  */
304
318
  get verticalViewScrollbarMode() {
305
- return this.i.b2;
319
+ return this.i.b6;
306
320
  }
307
321
  set verticalViewScrollbarMode(v) {
308
- this.i.b2 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
309
- this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b2));
322
+ this.i.b6 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
323
+ this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b6));
310
324
  }
311
325
  /**
312
326
  * Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
313
327
  */
314
328
  get horizontalViewScrollbarPosition() {
315
- return this.i.by;
329
+ return this.i.b2;
316
330
  }
317
331
  set horizontalViewScrollbarPosition(v) {
318
- this.i.by = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
319
- this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.by));
332
+ this.i.b2 = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
333
+ this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.b2));
320
334
  }
321
335
  /**
322
336
  * Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
323
337
  */
324
338
  get verticalViewScrollbarPosition() {
325
- return this.i.b3;
339
+ return this.i.b7;
326
340
  }
327
341
  set verticalViewScrollbarPosition(v) {
328
- this.i.b3 = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
329
- this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.b3));
342
+ this.i.b7 = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
343
+ this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.b7));
330
344
  }
331
345
  /**
332
346
  * Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
333
347
  */
334
348
  get horizontalViewScrollbarFill() {
335
- return brushToString(this.i.ru);
349
+ return brushToString(this.i.so);
336
350
  }
337
351
  set horizontalViewScrollbarFill(v) {
338
- this.i.ru = stringToBrush(v);
339
- this._a("horizontalViewScrollbarFill", brushToString(this.i.ru));
352
+ this.i.so = stringToBrush(v);
353
+ this._a("horizontalViewScrollbarFill", brushToString(this.i.so));
340
354
  }
341
355
  /**
342
356
  * Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
343
357
  */
344
358
  get horizontalViewScrollbarOutline() {
345
- return brushToString(this.i.rv);
359
+ return brushToString(this.i.sp);
346
360
  }
347
361
  set horizontalViewScrollbarOutline(v) {
348
- this.i.rv = stringToBrush(v);
349
- this._a("horizontalViewScrollbarOutline", brushToString(this.i.rv));
362
+ this.i.sp = stringToBrush(v);
363
+ this._a("horizontalViewScrollbarOutline", brushToString(this.i.sp));
350
364
  }
351
365
  /**
352
366
  * Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
353
367
  */
354
368
  get horizontalViewScrollbarStrokeThickness() {
355
- return this.i.gg;
369
+ return this.i.gs;
356
370
  }
357
371
  set horizontalViewScrollbarStrokeThickness(v) {
358
- this.i.gg = +v;
359
- this._a("horizontalViewScrollbarStrokeThickness", this.i.gg);
372
+ this.i.gs = +v;
373
+ this._a("horizontalViewScrollbarStrokeThickness", this.i.gs);
360
374
  }
361
375
  /**
362
376
  * Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
363
377
  */
364
378
  get horizontalViewScrollbarMaxOpacity() {
365
- return this.i.gf;
379
+ return this.i.gr;
366
380
  }
367
381
  set horizontalViewScrollbarMaxOpacity(v) {
368
- this.i.gf = +v;
369
- this._a("horizontalViewScrollbarMaxOpacity", this.i.gf);
382
+ this.i.gr = +v;
383
+ this._a("horizontalViewScrollbarMaxOpacity", this.i.gr);
370
384
  }
371
385
  /**
372
386
  * Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
373
387
  */
374
388
  get horizontalViewScrollbarCornerRadius() {
375
- return this.i.gc;
389
+ return this.i.go;
376
390
  }
377
391
  set horizontalViewScrollbarCornerRadius(v) {
378
- this.i.gc = +v;
379
- this._a("horizontalViewScrollbarCornerRadius", this.i.gc);
392
+ this.i.go = +v;
393
+ this._a("horizontalViewScrollbarCornerRadius", this.i.go);
380
394
  }
381
395
  /**
382
396
  * Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
383
397
  */
384
398
  get horizontalViewScrollbarHeight() {
385
- return this.i.gd;
399
+ return this.i.gp;
386
400
  }
387
401
  set horizontalViewScrollbarHeight(v) {
388
- this.i.gd = +v;
389
- this._a("horizontalViewScrollbarHeight", this.i.gd);
402
+ this.i.gp = +v;
403
+ this._a("horizontalViewScrollbarHeight", this.i.gp);
390
404
  }
391
405
  /**
392
406
  * Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
393
407
  */
394
408
  get horizontalViewScrollbarInset() {
395
- return this.i.ge;
409
+ return this.i.gq;
396
410
  }
397
411
  set horizontalViewScrollbarInset(v) {
398
- this.i.ge = +v;
399
- this._a("horizontalViewScrollbarInset", this.i.ge);
412
+ this.i.gq = +v;
413
+ this._a("horizontalViewScrollbarInset", this.i.gq);
400
414
  }
401
415
  /**
402
416
  * Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
403
417
  */
404
418
  get horizontalViewScrollbarTrackStartInset() {
405
- return this.i.gi;
419
+ return this.i.gu;
406
420
  }
407
421
  set horizontalViewScrollbarTrackStartInset(v) {
408
- this.i.gi = +v;
409
- this._a("horizontalViewScrollbarTrackStartInset", this.i.gi);
422
+ this.i.gu = +v;
423
+ this._a("horizontalViewScrollbarTrackStartInset", this.i.gu);
410
424
  }
411
425
  /**
412
426
  * Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
413
427
  */
414
428
  get horizontalViewScrollbarTrackEndInset() {
415
- return this.i.gh;
429
+ return this.i.gt;
416
430
  }
417
431
  set horizontalViewScrollbarTrackEndInset(v) {
418
- this.i.gh = +v;
419
- this._a("horizontalViewScrollbarTrackEndInset", this.i.gh);
432
+ this.i.gt = +v;
433
+ this._a("horizontalViewScrollbarTrackEndInset", this.i.gt);
420
434
  }
421
435
  /**
422
436
  * Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
423
437
  */
424
438
  get horizontalViewScrollbarShouldAddAutoTrackInsets() {
425
- return this.i.d1;
439
+ return this.i.d5;
426
440
  }
427
441
  set horizontalViewScrollbarShouldAddAutoTrackInsets(v) {
428
- this.i.d1 = ensureBool(v);
429
- this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.d1);
442
+ this.i.d5 = ensureBool(v);
443
+ this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.d5);
430
444
  }
431
445
  /**
432
446
  * Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
433
447
  */
434
448
  get verticalViewScrollbarFill() {
435
- return brushToString(this.i.r3);
449
+ return brushToString(this.i.sx);
436
450
  }
437
451
  set verticalViewScrollbarFill(v) {
438
- this.i.r3 = stringToBrush(v);
439
- this._a("verticalViewScrollbarFill", brushToString(this.i.r3));
452
+ this.i.sx = stringToBrush(v);
453
+ this._a("verticalViewScrollbarFill", brushToString(this.i.sx));
440
454
  }
441
455
  /**
442
456
  * Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
443
457
  */
444
458
  get verticalViewScrollbarOutline() {
445
- return brushToString(this.i.r4);
459
+ return brushToString(this.i.sy);
446
460
  }
447
461
  set verticalViewScrollbarOutline(v) {
448
- this.i.r4 = stringToBrush(v);
449
- this._a("verticalViewScrollbarOutline", brushToString(this.i.r4));
462
+ this.i.sy = stringToBrush(v);
463
+ this._a("verticalViewScrollbarOutline", brushToString(this.i.sy));
450
464
  }
451
465
  /**
452
466
  * Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
453
467
  */
454
468
  get verticalViewScrollbarStrokeThickness() {
455
- return this.i.g0;
469
+ return this.i.he;
456
470
  }
457
471
  set verticalViewScrollbarStrokeThickness(v) {
458
- this.i.g0 = +v;
459
- this._a("verticalViewScrollbarStrokeThickness", this.i.g0);
472
+ this.i.he = +v;
473
+ this._a("verticalViewScrollbarStrokeThickness", this.i.he);
460
474
  }
461
475
  /**
462
476
  * Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
463
477
  */
464
478
  get verticalViewScrollbarMaxOpacity() {
465
- return this.i.gz;
479
+ return this.i.hd;
466
480
  }
467
481
  set verticalViewScrollbarMaxOpacity(v) {
468
- this.i.gz = +v;
469
- this._a("verticalViewScrollbarMaxOpacity", this.i.gz);
482
+ this.i.hd = +v;
483
+ this._a("verticalViewScrollbarMaxOpacity", this.i.hd);
470
484
  }
471
485
  /**
472
486
  * Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
473
487
  */
474
488
  get verticalViewScrollbarCornerRadius() {
475
- return this.i.gx;
489
+ return this.i.hb;
476
490
  }
477
491
  set verticalViewScrollbarCornerRadius(v) {
478
- this.i.gx = +v;
479
- this._a("verticalViewScrollbarCornerRadius", this.i.gx);
492
+ this.i.hb = +v;
493
+ this._a("verticalViewScrollbarCornerRadius", this.i.hb);
480
494
  }
481
495
  /**
482
496
  * Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
483
497
  */
484
498
  get verticalViewScrollbarWidth() {
485
- return this.i.g3;
499
+ return this.i.hh;
486
500
  }
487
501
  set verticalViewScrollbarWidth(v) {
488
- this.i.g3 = +v;
489
- this._a("verticalViewScrollbarWidth", this.i.g3);
502
+ this.i.hh = +v;
503
+ this._a("verticalViewScrollbarWidth", this.i.hh);
490
504
  }
491
505
  /**
492
506
  * Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
493
507
  */
494
508
  get verticalViewScrollbarInset() {
495
- return this.i.gy;
509
+ return this.i.hc;
496
510
  }
497
511
  set verticalViewScrollbarInset(v) {
498
- this.i.gy = +v;
499
- this._a("verticalViewScrollbarInset", this.i.gy);
512
+ this.i.hc = +v;
513
+ this._a("verticalViewScrollbarInset", this.i.hc);
500
514
  }
501
515
  /**
502
516
  * Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
503
517
  */
504
518
  get verticalViewScrollbarTrackStartInset() {
505
- return this.i.g2;
519
+ return this.i.hg;
506
520
  }
507
521
  set verticalViewScrollbarTrackStartInset(v) {
508
- this.i.g2 = +v;
509
- this._a("verticalViewScrollbarTrackStartInset", this.i.g2);
522
+ this.i.hg = +v;
523
+ this._a("verticalViewScrollbarTrackStartInset", this.i.hg);
510
524
  }
511
525
  /**
512
526
  * Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
513
527
  */
514
528
  get verticalViewScrollbarTrackEndInset() {
515
- return this.i.g1;
529
+ return this.i.hf;
516
530
  }
517
531
  set verticalViewScrollbarTrackEndInset(v) {
518
- this.i.g1 = +v;
519
- this._a("verticalViewScrollbarTrackEndInset", this.i.g1);
532
+ this.i.hf = +v;
533
+ this._a("verticalViewScrollbarTrackEndInset", this.i.hf);
520
534
  }
521
535
  /**
522
536
  * Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
523
537
  */
524
538
  get verticalViewScrollbarShouldAddAutoTrackInsets() {
525
- return this.i.fd;
539
+ return this.i.fj;
526
540
  }
527
541
  set verticalViewScrollbarShouldAddAutoTrackInsets(v) {
528
- this.i.fd = ensureBool(v);
529
- this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fd);
542
+ this.i.fj = ensureBool(v);
543
+ this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fj);
530
544
  }
531
545
  /**
532
546
  * Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
533
547
  */
534
548
  get highlightingBehavior() {
535
- return this.i.bp;
549
+ return this.i.bt;
536
550
  }
537
551
  set highlightingBehavior(v) {
538
- this.i.bp = ensureEnum(SeriesHighlightingBehavior_$type, v);
539
- this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.bp));
552
+ this.i.bt = ensureEnum(SeriesHighlightingBehavior_$type, v);
553
+ this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.bt));
540
554
  }
541
555
  /**
542
556
  * Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
543
557
  */
544
558
  get legendHighlightingMode() {
545
- return this.i.a7;
559
+ return this.i.bb;
546
560
  }
547
561
  set legendHighlightingMode(v) {
548
- this.i.a7 = ensureEnum(LegendHighlightingMode_$type, v);
549
- this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.a7));
562
+ this.i.bb = ensureEnum(LegendHighlightingMode_$type, v);
563
+ this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.bb));
550
564
  }
551
565
  /**
552
566
  * Gets or sets type of legend badges representing all series displayed in a legend linked to this component
553
567
  * This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
554
568
  */
555
569
  get legendItemBadgeShape() {
556
- return this.i.a9;
570
+ return this.i.bd;
557
571
  }
558
572
  set legendItemBadgeShape(v) {
559
- this.i.a9 = ensureEnum(LegendItemBadgeShape_$type, v);
560
- this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.a9));
573
+ this.i.bd = ensureEnum(LegendItemBadgeShape_$type, v);
574
+ this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.bd));
561
575
  }
562
576
  /**
563
577
  * Gets or sets the mode of legend badges representing all series in this chart.
564
578
  * This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
565
579
  */
566
580
  get legendItemBadgeMode() {
567
- return this.i.a8;
581
+ return this.i.bc;
568
582
  }
569
583
  set legendItemBadgeMode(v) {
570
- this.i.a8 = ensureEnum(LegendItemBadgeMode_$type, v);
571
- this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.a8));
584
+ this.i.bc = ensureEnum(LegendItemBadgeMode_$type, v);
585
+ this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.bc));
572
586
  }
573
587
  /**
574
588
  * Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
575
589
  */
576
590
  get viewportRect() {
577
- return fromRect(this.i.su);
591
+ return fromRect(this.i.to);
578
592
  }
579
593
  /**
580
594
  * Gets the EffectiveViewport rectangle, representing the effective viewport area after margins have been subtracted.
@@ -587,18 +601,18 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
587
601
  * ```
588
602
  */
589
603
  get effectiveViewport() {
590
- return fromRect(this.i.sj);
604
+ return fromRect(this.i.td);
591
605
  }
592
606
  set effectiveViewport(v) {
593
- this.i.sj = toRect(v);
594
- this._a("effectiveViewport", rectToString(this.i.sj));
607
+ this.i.td = toRect(v);
608
+ this._a("effectiveViewport", rectToString(this.i.td));
595
609
  }
596
610
  /**
597
611
  * Represents the subset area within the viewport into which content should be mapped.
598
612
  * This is the projection of the current EffectiveViewport into the viewport at current zoom level.
599
613
  */
600
614
  get contentViewport() {
601
- return fromRect(this.i.si);
615
+ return fromRect(this.i.tc);
602
616
  }
603
617
  /**
604
618
  * A rectangle representing the portion of the SeriesViewer currently in view.
@@ -611,41 +625,41 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
611
625
  * ```
612
626
  */
613
627
  get windowRect() {
614
- return fromRect(this.i.sv);
628
+ return fromRect(this.i.tp);
615
629
  }
616
630
  set windowRect(v) {
617
- this.i.sv = toRect(v);
618
- this._a("windowRect", rectToString(this.i.sv));
631
+ this.i.tp = toRect(v);
632
+ this._a("windowRect", rectToString(this.i.tp));
619
633
  }
620
634
  /**
621
635
  * Gets or sets whether the series viewer should use cached tiles during zooms rather than the default live content.
622
636
  */
623
637
  get useTiledZooming() {
624
- return this.i.fc;
638
+ return this.i.fi;
625
639
  }
626
640
  set useTiledZooming(v) {
627
- this.i.fc = ensureBool(v);
628
- this._a("useTiledZooming", this.i.fc);
641
+ this.i.fi = ensureBool(v);
642
+ this._a("useTiledZooming", this.i.fi);
629
643
  }
630
644
  /**
631
645
  * Gets or sets whether the series viewer should prefer selecting higher resolution tiles over lower resolution tiles when performing tile zooming. Setting this to true will lower performance but increase quality.
632
646
  */
633
647
  get preferHigherResolutionTiles() {
634
- return this.i.e0;
648
+ return this.i.e5;
635
649
  }
636
650
  set preferHigherResolutionTiles(v) {
637
- this.i.e0 = ensureBool(v);
638
- this._a("preferHigherResolutionTiles", this.i.e0);
651
+ this.i.e5 = ensureBool(v);
652
+ this._a("preferHigherResolutionTiles", this.i.e5);
639
653
  }
640
654
  /**
641
655
  * Gets or sets the maximum number of zoom tiles that the series viewer should cache while in tiled zooming mode.
642
656
  */
643
657
  get zoomTileCacheSize() {
644
- return this.i.hg;
658
+ return this.i.hx;
645
659
  }
646
660
  set zoomTileCacheSize(v) {
647
- this.i.hg = +v;
648
- this._a("zoomTileCacheSize", this.i.hg);
661
+ this.i.hx = +v;
662
+ this._a("zoomTileCacheSize", this.i.hx);
649
663
  }
650
664
  /**
651
665
  * Gets or sets the duration the highlighting/de-highlighting effects.
@@ -657,31 +671,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
657
671
  * ```
658
672
  */
659
673
  get highlightingTransitionDuration() {
660
- return this.i.he;
674
+ return this.i.hv;
661
675
  }
662
676
  set highlightingTransitionDuration(v) {
663
- this.i.he = +v;
664
- this._a("highlightingTransitionDuration", this.i.he);
677
+ this.i.hv = +v;
678
+ this._a("highlightingTransitionDuration", this.i.hv);
665
679
  }
666
680
  /**
667
681
  * Gets or sets the duration of the scrollbar effects.
668
682
  */
669
683
  get scrollbarsAnimationDuration() {
670
- return this.i.hf;
684
+ return this.i.hw;
671
685
  }
672
686
  set scrollbarsAnimationDuration(v) {
673
- this.i.hf = +v;
674
- this._a("scrollbarsAnimationDuration", this.i.hf);
687
+ this.i.hw = +v;
688
+ this._a("scrollbarsAnimationDuration", this.i.hw);
675
689
  }
676
690
  /**
677
691
  * Gets or sets the whether the series viewer can allow the page to pan if a control pan is not possible in the requested direction.
678
692
  */
679
693
  get isPagePanningAllowed() {
680
- return this.i.eg;
694
+ return this.i.ek;
681
695
  }
682
696
  set isPagePanningAllowed(v) {
683
- this.i.eg = ensureBool(v);
684
- this._a("isPagePanningAllowed", this.i.eg);
697
+ this.i.ek = ensureBool(v);
698
+ this._a("isPagePanningAllowed", this.i.ek);
685
699
  }
686
700
  /**
687
701
  * Determines the method of hit testing used when mousing over elements in the chart.
@@ -691,11 +705,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
691
705
  * ```
692
706
  */
693
707
  get contentHitTestMode() {
694
- return this.i.at;
708
+ return this.i.av;
695
709
  }
696
710
  set contentHitTestMode(v) {
697
- this.i.at = ensureEnum(ChartHitTestMode_$type, v);
698
- this._a("contentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.at));
711
+ this.i.av = ensureEnum(ChartHitTestMode_$type, v);
712
+ this._a("contentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.av));
699
713
  }
700
714
  /**
701
715
  * Resolved method of hit testing used when the pointer is over elements in the chart.
@@ -705,11 +719,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
705
719
  * ```
706
720
  */
707
721
  get actualContentHitTestMode() {
708
- return this.i.as;
722
+ return this.i.au;
709
723
  }
710
724
  set actualContentHitTestMode(v) {
711
- this.i.as = ensureEnum(ChartHitTestMode_$type, v);
712
- this._a("actualContentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.as));
725
+ this.i.au = ensureEnum(ChartHitTestMode_$type, v);
726
+ this._a("actualContentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.au));
713
727
  }
714
728
  /**
715
729
  * Gets or sets whether all surface interactions with the plot area should be disabled.
@@ -721,17 +735,17 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
721
735
  * ```
722
736
  */
723
737
  get isSurfaceInteractionDisabled() {
724
- return this.i.eh;
738
+ return this.i.el;
725
739
  }
726
740
  set isSurfaceInteractionDisabled(v) {
727
- this.i.eh = ensureBool(v);
728
- this._a("isSurfaceInteractionDisabled", this.i.eh);
741
+ this.i.el = ensureBool(v);
742
+ this._a("isSurfaceInteractionDisabled", this.i.el);
729
743
  }
730
744
  /**
731
745
  * Indicates if this SeriesViewer is a map.
732
746
  */
733
747
  get isMap() {
734
- return this.i.ef;
748
+ return this.i.ej;
735
749
  }
736
750
  /**
737
751
  * The response to user panning and zooming: whether to update the view immediately while the user action is happening, or to defer the update to after the user action is complete. The user action will be an action such as a mouse drag which causes panning and/or zooming to occur.
@@ -744,16 +758,17 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
744
758
  * ```
745
759
  */
746
760
  get windowResponse() {
747
- return this.i.b7;
761
+ return this.i.cb;
748
762
  }
749
763
  set windowResponse(v) {
750
- this.i.b7 = ensureEnum(WindowResponse_$type, v);
751
- this._a("windowResponse", enumToString(WindowResponse_$type, this.i.b7));
764
+ this.i.cb = ensureEnum(WindowResponse_$type, v);
765
+ this._a("windowResponse", enumToString(WindowResponse_$type, this.i.cb));
752
766
  }
753
767
  /**
754
768
  * Sets or gets the minimum width that the window rect is allowed to reach before being clamped.
755
769
  * Decrease this value if you want to allow for further zooming into the viewer.
756
770
  * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
771
+ * This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
757
772
  *
758
773
  * The `windowRectMinWidth` property is used to set or get the minimum width that the window rect is allowed to reach before being clamped.
759
774
  *
@@ -762,11 +777,70 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
762
777
  * ```
763
778
  */
764
779
  get windowRectMinWidth() {
765
- return this.i.g6;
780
+ return this.i.hl;
766
781
  }
767
782
  set windowRectMinWidth(v) {
768
- this.i.g6 = +v;
769
- this._a("windowRectMinWidth", this.i.g6);
783
+ this.i.hl = +v;
784
+ this._a("windowRectMinWidth", this.i.hl);
785
+ }
786
+ /**
787
+ * Sets or gets the minimum height that the window rect is allowed to reach before being clamped.
788
+ * Decrease this value if you want to allow for further zooming into the viewer.
789
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
790
+ * This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
791
+ */
792
+ get windowRectMinHeight() {
793
+ return this.i.hk;
794
+ }
795
+ set windowRectMinHeight(v) {
796
+ this.i.hk = +v;
797
+ this._a("windowRectMinHeight", this.i.hk);
798
+ }
799
+ /**
800
+ * Gets the actual minimum width that the window rect is allowed to reach before being clamped.
801
+ */
802
+ get actualWindowRectMinWidth() {
803
+ return this.i.gg;
804
+ }
805
+ set actualWindowRectMinWidth(v) {
806
+ this.i.gg = +v;
807
+ this._a("actualWindowRectMinWidth", this.i.gg);
808
+ }
809
+ /**
810
+ * Gets the actual minimum height that the window rect is allowed to reach before being clamped.
811
+ */
812
+ get actualWindowRectMinHeight() {
813
+ return this.i.gf;
814
+ }
815
+ set actualWindowRectMinHeight(v) {
816
+ this.i.gf = +v;
817
+ this._a("actualWindowRectMinHeight", this.i.gf);
818
+ }
819
+ /**
820
+ * Sets or gets minimum pixel width that the window is allowed to reach before being clamped.
821
+ * Decrease this value if you want to allow for further zooming into the viewer.
822
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
823
+ * This property is overridden by the WindowRectMinWidth property
824
+ */
825
+ get windowSizeMinWidth() {
826
+ return this.i.hn;
827
+ }
828
+ set windowSizeMinWidth(v) {
829
+ this.i.hn = +v;
830
+ this._a("windowSizeMinWidth", this.i.hn);
831
+ }
832
+ /**
833
+ * Sets or gets minimum pixel height that the window is allowed to reach before being clamped.
834
+ * Decrease this value if you want to allow for further zooming into the viewer.
835
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
836
+ * This property is overridden by the WindowRectMinHeight property
837
+ */
838
+ get windowSizeMinHeight() {
839
+ return this.i.hm;
840
+ }
841
+ set windowSizeMinHeight(v) {
842
+ this.i.hm = +v;
843
+ this._a("windowSizeMinHeight", this.i.hm);
770
844
  }
771
845
  /**
772
846
  * Gets or sets the current SeriesViewer's crosshair visibility override.
@@ -778,41 +852,41 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
778
852
  * ```
779
853
  */
780
854
  get crosshairVisibility() {
781
- return this.i.sz;
855
+ return this.i.tt;
782
856
  }
783
857
  set crosshairVisibility(v) {
784
- this.i.sz = ensureEnum(Visibility_$type, v);
785
- this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.sz));
858
+ this.i.tt = ensureEnum(Visibility_$type, v);
859
+ this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.tt));
786
860
  }
787
861
  /**
788
862
  * Gets or sets the current SeriesViewer's crosshair horizontal brush override.
789
863
  */
790
864
  get horizontalCrosshairBrush() {
791
- return brushToString(this.i.rt);
865
+ return brushToString(this.i.sn);
792
866
  }
793
867
  set horizontalCrosshairBrush(v) {
794
- this.i.rt = stringToBrush(v);
795
- this._a("horizontalCrosshairBrush", brushToString(this.i.rt));
868
+ this.i.sn = stringToBrush(v);
869
+ this._a("horizontalCrosshairBrush", brushToString(this.i.sn));
796
870
  }
797
871
  /**
798
872
  * Gets or sets the current SeriesViewer's crosshair vertical brush override.
799
873
  */
800
874
  get verticalCrosshairBrush() {
801
- return brushToString(this.i.r2);
875
+ return brushToString(this.i.sw);
802
876
  }
803
877
  set verticalCrosshairBrush(v) {
804
- this.i.r2 = stringToBrush(v);
805
- this._a("verticalCrosshairBrush", brushToString(this.i.r2));
878
+ this.i.sw = stringToBrush(v);
879
+ this._a("verticalCrosshairBrush", brushToString(this.i.sw));
806
880
  }
807
881
  /**
808
882
  * Gets or sets zoom is contrained to within the axes. Setting this to false is a preview feature at the present time.
809
883
  */
810
884
  get zoomCoercionMode() {
811
- return this.i.cb;
885
+ return this.i.cf;
812
886
  }
813
887
  set zoomCoercionMode(v) {
814
- this.i.cb = ensureEnum(ZoomCoercionMode_$type, v);
815
- this._a("zoomCoercionMode", enumToString(ZoomCoercionMode_$type, this.i.cb));
888
+ this.i.cf = ensureEnum(ZoomCoercionMode_$type, v);
889
+ this._a("zoomCoercionMode", enumToString(ZoomCoercionMode_$type, this.i.cf));
816
890
  }
817
891
  /**
818
892
  * Gets or sets the brush used as the background for the current SeriesViewer object's plot area.
@@ -824,11 +898,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
824
898
  * ```
825
899
  */
826
900
  get plotAreaBackground() {
827
- return brushToString(this.i.rw);
901
+ return brushToString(this.i.sq);
828
902
  }
829
903
  set plotAreaBackground(v) {
830
- this.i.rw = stringToBrush(v);
831
- this._a("plotAreaBackground", brushToString(this.i.rw));
904
+ this.i.sq = stringToBrush(v);
905
+ this._a("plotAreaBackground", brushToString(this.i.sq));
832
906
  }
833
907
  /**
834
908
  * Gets or sets the DefaultInteraction property.
@@ -841,22 +915,22 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
841
915
  * ```
842
916
  */
843
917
  get defaultInteraction() {
844
- return this.i.ce;
918
+ return this.i.ci;
845
919
  }
846
920
  set defaultInteraction(v) {
847
- this.i.ce = ensureEnum(InteractionState_$type, v);
848
- this._a("defaultInteraction", enumToString(InteractionState_$type, this.i.ce));
921
+ this.i.ci = ensureEnum(InteractionState_$type, v);
922
+ this._a("defaultInteraction", enumToString(InteractionState_$type, this.i.ci));
849
923
  }
850
924
  /**
851
925
  * Gets or sets the RightButtonDefaultInteraction property.
852
926
  * The default interaction state defines the SeriesViewer's response to right button mouse events.
853
927
  */
854
928
  get rightButtonDefaultInteraction() {
855
- return this.i.cg;
929
+ return this.i.ck;
856
930
  }
857
931
  set rightButtonDefaultInteraction(v) {
858
- this.i.cg = ensureEnum(InteractionState_$type, v);
859
- this._a("rightButtonDefaultInteraction", enumToString(InteractionState_$type, this.i.cg));
932
+ this.i.ck = ensureEnum(InteractionState_$type, v);
933
+ this._a("rightButtonDefaultInteraction", enumToString(InteractionState_$type, this.i.ck));
860
934
  }
861
935
  /**
862
936
  * Gets or sets the current SeriesViewer's DragModifier property.
@@ -868,11 +942,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
868
942
  * ```
869
943
  */
870
944
  get dragModifier() {
871
- return this.i.rf;
945
+ return this.i.r9;
872
946
  }
873
947
  set dragModifier(v) {
874
- this.i.rf = ensureEnum(ModifierKeys_$type, v);
875
- this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.rf));
948
+ this.i.r9 = ensureEnum(ModifierKeys_$type, v);
949
+ this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.r9));
876
950
  }
877
951
  /**
878
952
  * Gets or sets the current SeriesViewer's PanModifier property.
@@ -884,11 +958,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
884
958
  * ```
885
959
  */
886
960
  get panModifier() {
887
- return this.i.rg;
961
+ return this.i.sa;
888
962
  }
889
963
  set panModifier(v) {
890
- this.i.rg = ensureEnum(ModifierKeys_$type, v);
891
- this._a("panModifier", enumToString(ModifierKeys_$type, this.i.rg));
964
+ this.i.sa = ensureEnum(ModifierKeys_$type, v);
965
+ this._a("panModifier", enumToString(ModifierKeys_$type, this.i.sa));
892
966
  }
893
967
  /**
894
968
  * Gets or sets the preview rectangle.
@@ -902,11 +976,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
902
976
  * ```
903
977
  */
904
978
  get previewRect() {
905
- return fromRect(this.i.sp);
979
+ return fromRect(this.i.tj);
906
980
  }
907
981
  set previewRect(v) {
908
- this.i.sp = toRect(v);
909
- this._a("previewRect", rectToString(this.i.sp));
982
+ this.i.tj = toRect(v);
983
+ this._a("previewRect", rectToString(this.i.tj));
910
984
  }
911
985
  /**
912
986
  * A number between 0 and 1 determining the position of the horizontal scroll.
@@ -917,11 +991,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
917
991
  * ```
918
992
  */
919
993
  get windowPositionHorizontal() {
920
- return this.i.g4;
994
+ return this.i.hi;
921
995
  }
922
996
  set windowPositionHorizontal(v) {
923
- this.i.g4 = +v;
924
- this._a("windowPositionHorizontal", this.i.g4);
997
+ this.i.hi = +v;
998
+ this._a("windowPositionHorizontal", this.i.hi);
925
999
  }
926
1000
  /**
927
1001
  * A number between 0 and 1 determining the position of the vertical scroll.
@@ -932,11 +1006,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
932
1006
  * ```
933
1007
  */
934
1008
  get windowPositionVertical() {
935
- return this.i.g5;
1009
+ return this.i.hj;
936
1010
  }
937
1011
  set windowPositionVertical(v) {
938
- this.i.g5 = +v;
939
- this._a("windowPositionVertical", this.i.g5);
1012
+ this.i.hj = +v;
1013
+ this._a("windowPositionVertical", this.i.hj);
940
1014
  }
941
1015
  /**
942
1016
  * Text to display above the plot area.
@@ -948,10 +1022,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
948
1022
  * ```
949
1023
  */
950
1024
  get chartTitle() {
951
- return this.i.jw;
1025
+ return this.i.kg;
952
1026
  }
953
1027
  set chartTitle(v) {
954
- this.i.jw = v;
1028
+ this.i.kg = v;
955
1029
  }
956
1030
  /**
957
1031
  * Gets or sets the TitleHorizontalAlignment property.
@@ -963,11 +1037,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
963
1037
  * ```
964
1038
  */
965
1039
  get titleHorizontalAlignment() {
966
- return this.i.re;
1040
+ return this.i.r8;
967
1041
  }
968
1042
  set titleHorizontalAlignment(v) {
969
- this.i.re = ensureEnum(HorizontalAlignment_$type, v);
970
- this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.re));
1043
+ this.i.r8 = ensureEnum(HorizontalAlignment_$type, v);
1044
+ this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.r8));
971
1045
  }
972
1046
  /**
973
1047
  * Gets or sets the SubtitleHorizontalAlignment property.
@@ -979,29 +1053,29 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
979
1053
  * ```
980
1054
  */
981
1055
  get subtitleHorizontalAlignment() {
982
- return this.i.rd;
1056
+ return this.i.r7;
983
1057
  }
984
1058
  set subtitleHorizontalAlignment(v) {
985
- this.i.rd = ensureEnum(HorizontalAlignment_$type, v);
986
- this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.rd));
1059
+ this.i.r7 = ensureEnum(HorizontalAlignment_$type, v);
1060
+ this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.r7));
987
1061
  }
988
1062
  /**
989
1063
  * Font settings for the title.
990
1064
  */
991
1065
  get titleTextStyle() {
992
- return this.i.j3;
1066
+ return this.i.kn;
993
1067
  }
994
1068
  set titleTextStyle(v) {
995
- this.i.j3 = v;
1069
+ this.i.kn = v;
996
1070
  }
997
1071
  /**
998
1072
  * Font settings for the subtitle.
999
1073
  */
1000
1074
  get subtitleTextStyle() {
1001
- return this.i.jr;
1075
+ return this.i.kb;
1002
1076
  }
1003
1077
  set subtitleTextStyle(v) {
1004
- this.i.jr = v;
1078
+ this.i.kb = v;
1005
1079
  }
1006
1080
  /**
1007
1081
  * Gets or sets the Color used for the Title Text.
@@ -1013,11 +1087,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1013
1087
  * ```
1014
1088
  */
1015
1089
  get titleTextColor() {
1016
- return brushToString(this.i.r1);
1090
+ return brushToString(this.i.sv);
1017
1091
  }
1018
1092
  set titleTextColor(v) {
1019
- this.i.r1 = stringToBrush(v);
1020
- this._a("titleTextColor", brushToString(this.i.r1));
1093
+ this.i.sv = stringToBrush(v);
1094
+ this._a("titleTextColor", brushToString(this.i.sv));
1021
1095
  }
1022
1096
  /**
1023
1097
  * Gets or sets the Color used for the Subtitle Text.
@@ -1029,11 +1103,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1029
1103
  * ```
1030
1104
  */
1031
1105
  get subtitleTextColor() {
1032
- return brushToString(this.i.r0);
1106
+ return brushToString(this.i.su);
1033
1107
  }
1034
1108
  set subtitleTextColor(v) {
1035
- this.i.r0 = stringToBrush(v);
1036
- this._a("subtitleTextColor", brushToString(this.i.r0));
1109
+ this.i.su = stringToBrush(v);
1110
+ this._a("subtitleTextColor", brushToString(this.i.su));
1037
1111
  }
1038
1112
  /**
1039
1113
  * Margin applied above the title.
@@ -1045,11 +1119,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1045
1119
  * ```
1046
1120
  */
1047
1121
  get titleTopMargin() {
1048
- return this.i.gv;
1122
+ return this.i.g9;
1049
1123
  }
1050
1124
  set titleTopMargin(v) {
1051
- this.i.gv = +v;
1052
- this._a("titleTopMargin", this.i.gv);
1125
+ this.i.g9 = +v;
1126
+ this._a("titleTopMargin", this.i.g9);
1053
1127
  }
1054
1128
  /**
1055
1129
  * Margin applied to the left of the title.
@@ -1061,11 +1135,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1061
1135
  * ```
1062
1136
  */
1063
1137
  get titleLeftMargin() {
1064
- return this.i.gt;
1138
+ return this.i.g7;
1065
1139
  }
1066
1140
  set titleLeftMargin(v) {
1067
- this.i.gt = +v;
1068
- this._a("titleLeftMargin", this.i.gt);
1141
+ this.i.g7 = +v;
1142
+ this._a("titleLeftMargin", this.i.g7);
1069
1143
  }
1070
1144
  /**
1071
1145
  * Margin applied to the right of the title.
@@ -1077,11 +1151,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1077
1151
  * ```
1078
1152
  */
1079
1153
  get titleRightMargin() {
1080
- return this.i.gu;
1154
+ return this.i.g8;
1081
1155
  }
1082
1156
  set titleRightMargin(v) {
1083
- this.i.gu = +v;
1084
- this._a("titleRightMargin", this.i.gu);
1157
+ this.i.g8 = +v;
1158
+ this._a("titleRightMargin", this.i.g8);
1085
1159
  }
1086
1160
  /**
1087
1161
  * Margin applied below the title.
@@ -1093,11 +1167,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1093
1167
  * ```
1094
1168
  */
1095
1169
  get titleBottomMargin() {
1096
- return this.i.gs;
1170
+ return this.i.g6;
1097
1171
  }
1098
1172
  set titleBottomMargin(v) {
1099
- this.i.gs = +v;
1100
- this._a("titleBottomMargin", this.i.gs);
1173
+ this.i.g6 = +v;
1174
+ this._a("titleBottomMargin", this.i.g6);
1101
1175
  }
1102
1176
  /**
1103
1177
  * Margin applied above the subtitle.
@@ -1109,11 +1183,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1109
1183
  * ```
1110
1184
  */
1111
1185
  get subtitleTopMargin() {
1112
- return this.i.gr;
1186
+ return this.i.g5;
1113
1187
  }
1114
1188
  set subtitleTopMargin(v) {
1115
- this.i.gr = +v;
1116
- this._a("subtitleTopMargin", this.i.gr);
1189
+ this.i.g5 = +v;
1190
+ this._a("subtitleTopMargin", this.i.g5);
1117
1191
  }
1118
1192
  /**
1119
1193
  * Margin applied to the left of the subtitle.
@@ -1125,11 +1199,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1125
1199
  * ```
1126
1200
  */
1127
1201
  get subtitleLeftMargin() {
1128
- return this.i.gp;
1202
+ return this.i.g3;
1129
1203
  }
1130
1204
  set subtitleLeftMargin(v) {
1131
- this.i.gp = +v;
1132
- this._a("subtitleLeftMargin", this.i.gp);
1205
+ this.i.g3 = +v;
1206
+ this._a("subtitleLeftMargin", this.i.g3);
1133
1207
  }
1134
1208
  /**
1135
1209
  * Margin applied to the right of the subtitle.
@@ -1141,11 +1215,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1141
1215
  * ```
1142
1216
  */
1143
1217
  get subtitleRightMargin() {
1144
- return this.i.gq;
1218
+ return this.i.g4;
1145
1219
  }
1146
1220
  set subtitleRightMargin(v) {
1147
- this.i.gq = +v;
1148
- this._a("subtitleRightMargin", this.i.gq);
1221
+ this.i.g4 = +v;
1222
+ this._a("subtitleRightMargin", this.i.g4);
1149
1223
  }
1150
1224
  /**
1151
1225
  * Margin applied below the subtitle.
@@ -1157,11 +1231,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1157
1231
  * ```
1158
1232
  */
1159
1233
  get subtitleBottomMargin() {
1160
- return this.i.go;
1234
+ return this.i.g2;
1161
1235
  }
1162
1236
  set subtitleBottomMargin(v) {
1163
- this.i.go = +v;
1164
- this._a("subtitleBottomMargin", this.i.go);
1237
+ this.i.g2 = +v;
1238
+ this._a("subtitleBottomMargin", this.i.g2);
1165
1239
  }
1166
1240
  /**
1167
1241
  * Gets or sets the Subtitle property.
@@ -1174,10 +1248,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1174
1248
  * ```
1175
1249
  */
1176
1250
  get subtitle() {
1177
- return this.i.jk;
1251
+ return this.i.j4;
1178
1252
  }
1179
1253
  set subtitle(v) {
1180
- this.i.jk = v;
1254
+ this.i.j4 = v;
1181
1255
  }
1182
1256
  /**
1183
1257
  * Sets or gets the top margin to use around the chart content.
@@ -1189,11 +1263,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1189
1263
  * ```
1190
1264
  */
1191
1265
  get topMargin() {
1192
- return this.i.gw;
1266
+ return this.i.ha;
1193
1267
  }
1194
1268
  set topMargin(v) {
1195
- this.i.gw = +v;
1196
- this._a("topMargin", this.i.gw);
1269
+ this.i.ha = +v;
1270
+ this._a("topMargin", this.i.ha);
1197
1271
  }
1198
1272
  /**
1199
1273
  * Sets or gets the left margin to use around the chart content.
@@ -1205,11 +1279,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1205
1279
  * ```
1206
1280
  */
1207
1281
  get leftMargin() {
1208
- return this.i.gk;
1282
+ return this.i.gw;
1209
1283
  }
1210
1284
  set leftMargin(v) {
1211
- this.i.gk = +v;
1212
- this._a("leftMargin", this.i.gk);
1285
+ this.i.gw = +v;
1286
+ this._a("leftMargin", this.i.gw);
1213
1287
  }
1214
1288
  /**
1215
1289
  * Sets or gets the right margin to use around the chart content.
@@ -1221,11 +1295,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1221
1295
  * ```
1222
1296
  */
1223
1297
  get rightMargin() {
1224
- return this.i.gn;
1298
+ return this.i.g1;
1225
1299
  }
1226
1300
  set rightMargin(v) {
1227
- this.i.gn = +v;
1228
- this._a("rightMargin", this.i.gn);
1301
+ this.i.g1 = +v;
1302
+ this._a("rightMargin", this.i.g1);
1229
1303
  }
1230
1304
  /**
1231
1305
  * Sets or gets the bottom margin to use around the chart content.
@@ -1237,11 +1311,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1237
1311
  * ```
1238
1312
  */
1239
1313
  get bottomMargin() {
1240
- return this.i.f9;
1314
+ return this.i.gj;
1241
1315
  }
1242
1316
  set bottomMargin(v) {
1243
- this.i.f9 = +v;
1244
- this._a("bottomMargin", this.i.f9);
1317
+ this.i.gj = +v;
1318
+ this._a("bottomMargin", this.i.gj);
1245
1319
  }
1246
1320
  /**
1247
1321
  * Sets or gets the automatic width to add when automatically adding margins to the chart.
@@ -1253,11 +1327,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1253
1327
  * ```
1254
1328
  */
1255
1329
  get autoMarginWidth() {
1256
- return this.i.f8;
1330
+ return this.i.gi;
1257
1331
  }
1258
1332
  set autoMarginWidth(v) {
1259
- this.i.f8 = +v;
1260
- this._a("autoMarginWidth", this.i.f8);
1333
+ this.i.gi = +v;
1334
+ this._a("autoMarginWidth", this.i.gi);
1261
1335
  }
1262
1336
  /**
1263
1337
  * Sets or gets the automatic height to add when automatically adding margins to the chart.
@@ -1267,21 +1341,21 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1267
1341
  * ```
1268
1342
  */
1269
1343
  get autoMarginHeight() {
1270
- return this.i.f7;
1344
+ return this.i.gh;
1271
1345
  }
1272
1346
  set autoMarginHeight(v) {
1273
- this.i.f7 = +v;
1274
- this._a("autoMarginHeight", this.i.f7);
1347
+ this.i.gh = +v;
1348
+ this._a("autoMarginHeight", this.i.gh);
1275
1349
  }
1276
1350
  /**
1277
1351
  * Gets or sets the IsAntiAliasingEnabledDuringInteraction property.
1278
1352
  */
1279
1353
  get isAntiAliasingEnabledDuringInteraction() {
1280
- return this.i.d6;
1354
+ return this.i.ea;
1281
1355
  }
1282
1356
  set isAntiAliasingEnabledDuringInteraction(v) {
1283
- this.i.d6 = ensureBool(v);
1284
- this._a("isAntiAliasingEnabledDuringInteraction", this.i.d6);
1357
+ this.i.ea = ensureBool(v);
1358
+ this._a("isAntiAliasingEnabledDuringInteraction", this.i.ea);
1285
1359
  }
1286
1360
  /**
1287
1361
  * Gets or sets the scaling value used to affect the pixel density of the control.
@@ -1289,21 +1363,21 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1289
1363
  * to appear blurry.
1290
1364
  */
1291
1365
  get pixelScalingRatio() {
1292
- return this.i.gl;
1366
+ return this.i.gx;
1293
1367
  }
1294
1368
  set pixelScalingRatio(v) {
1295
- this.i.gl = +v;
1296
- this._a("pixelScalingRatio", this.i.gl);
1369
+ this.i.gx = +v;
1370
+ this._a("pixelScalingRatio", this.i.gx);
1297
1371
  }
1298
1372
  /**
1299
1373
  * Method of pixel scaling to use during end user interaction with the chart.
1300
1374
  */
1301
1375
  get interactionPixelScalingRatio() {
1302
- return this.i.gj;
1376
+ return this.i.gv;
1303
1377
  }
1304
1378
  set interactionPixelScalingRatio(v) {
1305
- this.i.gj = +v;
1306
- this._a("interactionPixelScalingRatio", this.i.gj);
1379
+ this.i.gv = +v;
1380
+ this._a("interactionPixelScalingRatio", this.i.gv);
1307
1381
  }
1308
1382
  /**
1309
1383
  * Gets the resolved pixel scaling ratio.
@@ -1315,11 +1389,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1315
1389
  * ```
1316
1390
  */
1317
1391
  get actualPixelScalingRatio() {
1318
- return this.i.f4;
1392
+ return this.i.gc;
1319
1393
  }
1320
1394
  set actualPixelScalingRatio(v) {
1321
- this.i.f4 = +v;
1322
- this._a("actualPixelScalingRatio", this.i.f4);
1395
+ this.i.gc = +v;
1396
+ this._a("actualPixelScalingRatio", this.i.gc);
1323
1397
  }
1324
1398
  /**
1325
1399
  * Resolved method of pixel scaling to use during end user interaction with the chart.
@@ -1329,21 +1403,31 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1329
1403
  * ```
1330
1404
  */
1331
1405
  get actualInteractionPixelScalingRatio() {
1332
- return this.i.f3;
1406
+ return this.i.gb;
1333
1407
  }
1334
1408
  set actualInteractionPixelScalingRatio(v) {
1335
- this.i.f3 = +v;
1336
- this._a("actualInteractionPixelScalingRatio", this.i.f3);
1409
+ this.i.gb = +v;
1410
+ this._a("actualInteractionPixelScalingRatio", this.i.gb);
1411
+ }
1412
+ /**
1413
+ * Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
1414
+ */
1415
+ get shouldPanOnMaximumZoom() {
1416
+ return this.i.e9;
1417
+ }
1418
+ set shouldPanOnMaximumZoom(v) {
1419
+ this.i.e9 = ensureBool(v);
1420
+ this._a("shouldPanOnMaximumZoom", this.i.e9);
1337
1421
  }
1338
1422
  /**
1339
1423
  * Gets the actual value of the window rectangle, which represents the current zoom level.
1340
1424
  */
1341
1425
  get actualWindowRect() {
1342
- return fromRect(this.i.sf);
1426
+ return fromRect(this.i.s9);
1343
1427
  }
1344
1428
  set actualWindowRect(v) {
1345
- this.i.sf = toRect(v);
1346
- this._a("actualWindowRect", rectToString(this.i.sf));
1429
+ this.i.s9 = toRect(v);
1430
+ this._a("actualWindowRect", rectToString(this.i.s9));
1347
1431
  }
1348
1432
  /**
1349
1433
  * A number between 0 and 1 determining the position of the horizontal scroll.
@@ -1354,11 +1438,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1354
1438
  * ```
1355
1439
  */
1356
1440
  get actualWindowPositionHorizontal() {
1357
- return this.i.f5;
1441
+ return this.i.gd;
1358
1442
  }
1359
1443
  set actualWindowPositionHorizontal(v) {
1360
- this.i.f5 = +v;
1361
- this._a("actualWindowPositionHorizontal", this.i.f5);
1444
+ this.i.gd = +v;
1445
+ this._a("actualWindowPositionHorizontal", this.i.gd);
1362
1446
  }
1363
1447
  /**
1364
1448
  * A number between 0 and 1 determining the position of the vertical scroll.
@@ -1370,13 +1454,18 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1370
1454
  * ```
1371
1455
  */
1372
1456
  get actualWindowPositionVertical() {
1373
- return this.i.f6;
1457
+ return this.i.ge;
1374
1458
  }
1375
1459
  set actualWindowPositionVertical(v) {
1376
- this.i.f6 = +v;
1377
- this._a("actualWindowPositionVertical", this.i.f6);
1460
+ this.i.ge = +v;
1461
+ this._a("actualWindowPositionVertical", this.i.ge);
1378
1462
  }
1379
1463
  findByName(name) {
1464
+ if (this.findEphemera) {
1465
+ if (name && name.indexOf("@@e:") == 0) {
1466
+ return this.findEphemera(name);
1467
+ }
1468
+ }
1380
1469
  if (this.series != null && this.series.findByName && this.series.findByName(name)) {
1381
1470
  return this.series.findByName(name);
1382
1471
  }
@@ -1438,6 +1527,19 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1438
1527
  }
1439
1528
  this._inStyling = false;
1440
1529
  }
1530
+ getDesiredToolbarActions() {
1531
+ let iv = this.i.getDesiredToolbarActions();
1532
+ return (iv);
1533
+ }
1534
+ onToolCommandExecuting(command) {
1535
+ this.i.onToolCommandExecuting(command);
1536
+ }
1537
+ addCommandAvailabilityListener(listener) {
1538
+ this.i.addCommandAvailabilityListener(listener);
1539
+ }
1540
+ removeCommandAvailabilityListener(listener) {
1541
+ this.i.removeCommandAvailabilityListener(listener);
1542
+ }
1441
1543
  /**
1442
1544
  * Hides the active main tooltip, if displayed.
1443
1545
 
@@ -1447,41 +1549,55 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1447
1549
  * ```
1448
1550
  */
1449
1551
  hideToolTip() {
1450
- this.i.ld();
1552
+ this.i.l0();
1451
1553
  }
1452
1554
  simulateHover(point) {
1453
- this.i.oc(toPoint(point));
1555
+ this.i.oz(toPoint(point));
1454
1556
  }
1455
1557
  /**
1456
1558
  * Manually starts a tiled zoom if one isn't already running.
1457
1559
 
1458
1560
  */
1459
1561
  startTiledZoomingIfNecessary() {
1460
- this.i.oe();
1562
+ this.i.o1();
1461
1563
  }
1462
1564
  /**
1463
1565
  * Manually ends a tiled zoom if one is running.
1464
1566
 
1465
1567
  */
1466
1568
  endTiledZoomingIfRunning() {
1467
- this.i.k7();
1569
+ this.i.lu();
1468
1570
  }
1469
1571
  /**
1470
1572
  * Clears the tile zoom tile cache so that new tiles will be generated. Only applies if the viewer is using a tile based zoom.
1471
1573
 
1472
1574
  */
1473
1575
  clearTileZoomCache() {
1474
- this.i.k1();
1576
+ this.i.lo();
1577
+ }
1578
+ /**
1579
+ * Performs zoom in action on the chart by specified percentage of current window rect
1580
+
1581
+ */
1582
+ zoomIn(percentage) {
1583
+ this.i.pj(percentage);
1584
+ }
1585
+ /**
1586
+ * Performs zoom out action on the chart by specified percentage of current window rect
1587
+
1588
+ */
1589
+ zoomOut(percentage) {
1590
+ this.i.pk(percentage);
1475
1591
  }
1476
1592
  /**
1477
1593
  * Resets the zoom level to default.
1478
1594
 
1479
1595
  */
1480
1596
  resetZoom() {
1481
- this.i.n6();
1597
+ this.i.ot();
1482
1598
  }
1483
1599
  cancelManipulation() {
1484
- this.i.kz();
1600
+ this.i.lm();
1485
1601
  }
1486
1602
  /**
1487
1603
  * Gets actual window scale for horizontal dimension of the control
@@ -1492,7 +1608,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1492
1608
  * ```
1493
1609
  */
1494
1610
  getActualWindowScaleHorizontal() {
1495
- let iv = this.i.ga();
1611
+ let iv = this.i.gm();
1496
1612
  return (iv);
1497
1613
  }
1498
1614
  /**
@@ -1504,7 +1620,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1504
1620
  * ```
1505
1621
  */
1506
1622
  getActualWindowScaleVertical() {
1507
- let iv = this.i.gb();
1623
+ let iv = this.i.gn();
1508
1624
  return (iv);
1509
1625
  }
1510
1626
  /**
@@ -1520,10 +1636,10 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1520
1636
  * @param s * The series to attach to the chart.
1521
1637
  */
1522
1638
  attachSeries(s) {
1523
- this.i.kx((s == null ? null : s.i));
1639
+ this.i.lk((s == null ? null : s.i));
1524
1640
  }
1525
1641
  notifySetItem(source_, index, oldItem, newItem) {
1526
- this.i.lv(source_, index, oldItem, newItem);
1642
+ this.i.mi(source_, index, oldItem, newItem);
1527
1643
  }
1528
1644
  /**
1529
1645
  * Used to manually notify the SeriesViewer that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
@@ -1535,13 +1651,13 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1535
1651
  * ```
1536
1652
  */
1537
1653
  notifyClearItems(source_) {
1538
- this.i.lm(source_);
1654
+ this.i.l9(source_);
1539
1655
  }
1540
1656
  notifyInsertItem(source_, index, newItem) {
1541
- this.i.lt(source_, index, newItem);
1657
+ this.i.mg(source_, index, newItem);
1542
1658
  }
1543
1659
  notifyRemoveItem(source_, index, oldItem) {
1544
- this.i.lu(source_, index, oldItem);
1660
+ this.i.mh(source_, index, oldItem);
1545
1661
  }
1546
1662
  /**
1547
1663
  * Release any resources held by the control.
@@ -1551,11 +1667,11 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1551
1667
  this.i.destroy();
1552
1668
  }
1553
1669
  getCurrentActualWindowRect() {
1554
- let iv = this.i.sl();
1670
+ let iv = this.i.tf();
1555
1671
  return fromRect(iv);
1556
1672
  }
1557
1673
  renderToImage(width, height) {
1558
- let iv = this.i.hi(width, height);
1674
+ let iv = this.i.hz(width, height);
1559
1675
  return (iv);
1560
1676
  }
1561
1677
  /**
@@ -1595,6 +1711,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1595
1711
  }
1596
1712
  };
1597
1713
  this.i.plotAreaMouseLeftButtonDown = delegateCombine(this.i.plotAreaMouseLeftButtonDown, this._plotAreaMouseLeftButtonDown_wrapped);
1714
+ ;
1598
1715
  }
1599
1716
  /**
1600
1717
  * Occurs when the left mouse button is pressed while the mouse pointer is over the plot area.
@@ -1620,6 +1737,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1620
1737
  }
1621
1738
  };
1622
1739
  this.i.plotAreaMouseLeftButtonUp = delegateCombine(this.i.plotAreaMouseLeftButtonUp, this._plotAreaMouseLeftButtonUp_wrapped);
1740
+ ;
1623
1741
  }
1624
1742
  /**
1625
1743
  * Occurs when the left mouse button is clicked while the mouse pointer is over the plot area.
@@ -1645,6 +1763,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1645
1763
  }
1646
1764
  };
1647
1765
  this.i.plotAreaClicked = delegateCombine(this.i.plotAreaClicked, this._plotAreaClicked_wrapped);
1766
+ ;
1648
1767
  }
1649
1768
  /**
1650
1769
  * Occurs when the pointer enters the plot area.
@@ -1670,6 +1789,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1670
1789
  }
1671
1790
  };
1672
1791
  this.i.plotAreaMouseEnter = delegateCombine(this.i.plotAreaMouseEnter, this._plotAreaMouseEnter_wrapped);
1792
+ ;
1673
1793
  }
1674
1794
  /**
1675
1795
  * Occurs when the pointer exits the plot area.
@@ -1695,6 +1815,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1695
1815
  }
1696
1816
  };
1697
1817
  this.i.plotAreaMouseLeave = delegateCombine(this.i.plotAreaMouseLeave, this._plotAreaMouseLeave_wrapped);
1818
+ ;
1698
1819
  }
1699
1820
  /**
1700
1821
  * Occurs when the pointer if over the plot area.
@@ -1720,6 +1841,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1720
1841
  }
1721
1842
  };
1722
1843
  this.i.plotAreaMouseOver = delegateCombine(this.i.plotAreaMouseOver, this._plotAreaMouseOver_wrapped);
1844
+ ;
1723
1845
  }
1724
1846
  /**
1725
1847
  * Occurs when the cursors are moved over a series in this SeriesViewer.
@@ -1745,6 +1867,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1745
1867
  }
1746
1868
  };
1747
1869
  this.i.seriesCursorMouseMove = delegateCombine(this.i.seriesCursorMouseMove, this._seriesCursorMouseMove_wrapped);
1870
+ ;
1748
1871
  }
1749
1872
  /**
1750
1873
  * Occurs when the left mouse button is pressed while the mouse pointer is over a Series.
@@ -1781,6 +1904,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1781
1904
  }
1782
1905
  };
1783
1906
  this.i.seriesMouseLeftButtonDown = delegateCombine(this.i.seriesMouseLeftButtonDown, this._seriesMouseLeftButtonDown_wrapped);
1907
+ ;
1784
1908
  }
1785
1909
  /**
1786
1910
  * Occurs when the left mouse button is released while the mouse pointer is over a Series.
@@ -1826,6 +1950,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1826
1950
  }
1827
1951
  };
1828
1952
  this.i.seriesMouseLeftButtonUp = delegateCombine(this.i.seriesMouseLeftButtonUp, this._seriesMouseLeftButtonUp_wrapped);
1953
+ ;
1829
1954
  }
1830
1955
  /**
1831
1956
  * Occurs when the mouse pointer moves while over a Series.
@@ -1869,6 +1994,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1869
1994
  }
1870
1995
  };
1871
1996
  this.i.seriesMouseMove = delegateCombine(this.i.seriesMouseMove, this._seriesMouseMove_wrapped);
1997
+ ;
1872
1998
  }
1873
1999
  /**
1874
2000
  * Occurs when the mouse pointer enters a Series.
@@ -1905,6 +2031,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1905
2031
  }
1906
2032
  };
1907
2033
  this.i.seriesMouseEnter = delegateCombine(this.i.seriesMouseEnter, this._seriesMouseEnter_wrapped);
2034
+ ;
1908
2035
  }
1909
2036
  /**
1910
2037
  * Occurs when the mouse pointer leaves a Series.
@@ -1939,6 +2066,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1939
2066
  }
1940
2067
  };
1941
2068
  this.i.seriesMouseLeave = delegateCombine(this.i.seriesMouseLeave, this._seriesMouseLeave_wrapped);
2069
+ ;
1942
2070
  }
1943
2071
  /**
1944
2072
  * Raised when an ongoing manipulation of the series viewer is started.
@@ -1964,6 +2092,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1964
2092
  }
1965
2093
  };
1966
2094
  this.i.viewerManipulationStarting = delegateCombine(this.i.viewerManipulationStarting, this._viewerManipulationStarting_wrapped);
2095
+ ;
1967
2096
  }
1968
2097
  /**
1969
2098
  * Raised when an ongoing manipulation of the series viewer is ended.
@@ -1989,6 +2118,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
1989
2118
  }
1990
2119
  };
1991
2120
  this.i.viewerManipulationEnding = delegateCombine(this.i.viewerManipulationEnding, this._viewerManipulationEnding_wrapped);
2121
+ ;
1992
2122
  }
1993
2123
  /**
1994
2124
  * Occurs just after the current SeriesViewer's window rectangle is changed.
@@ -2024,6 +2154,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
2024
2154
  }
2025
2155
  };
2026
2156
  this.i.windowRectChanged = delegateCombine(this.i.windowRectChanged, this._windowRectChanged_wrapped);
2157
+ ;
2027
2158
  }
2028
2159
  /**
2029
2160
  * Occurs after the size of the series viewer changes.
@@ -2059,6 +2190,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
2059
2190
  }
2060
2191
  };
2061
2192
  this.i.sizeChanged = delegateCombine(this.i.sizeChanged, this._sizeChanged_wrapped);
2193
+ ;
2062
2194
  }
2063
2195
  /**
2064
2196
  * Raised when the actual window rectangle of the SeriesViewer changes.
@@ -2084,6 +2216,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
2084
2216
  }
2085
2217
  };
2086
2218
  this.i.actualWindowRectChanged = delegateCombine(this.i.actualWindowRectChanged, this._actualWindowRectChanged_wrapped);
2219
+ ;
2087
2220
  }
2088
2221
  /**
2089
2222
  * Occurs just after the current SeriesViewer's grid area rectangle is changed.
@@ -2111,6 +2244,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
2111
2244
  }
2112
2245
  };
2113
2246
  this.i.gridAreaRectChanged = delegateCombine(this.i.gridAreaRectChanged, this._gridAreaRectChanged_wrapped);
2247
+ ;
2114
2248
  }
2115
2249
  /**
2116
2250
  * Raised when the SeriesViewer's processing for an update has completed.
@@ -2136,6 +2270,7 @@ export let IgcSeriesViewerComponent = /*@__PURE__*/ (() => {
2136
2270
  }
2137
2271
  };
2138
2272
  this.i.refreshCompleted = delegateCombine(this.i.refreshCompleted, this._refreshCompleted_wrapped);
2273
+ ;
2139
2274
  }
2140
2275
  }
2141
2276
  IgcSeriesViewerComponent._observedAttributesIgcSeriesViewerComponent = null;