igniteui-webcomponents-charts 3.2.2 → 3.2.4

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 (755) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +25136 -21648
  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 +110 -103
  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 +545 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +5 -5
  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/DataAbbreviator.js +2 -2
  53. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  54. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  55. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  56. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  59. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  60. package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
  61. package/esm2015/lib/DataToolTipLayer_combined.js +511 -490
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +2162 -1903
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  66. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  67. package/esm2015/lib/FinancialChart_combined.js +1443 -1359
  68. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  69. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  70. package/esm2015/lib/FinancialOverlay.js +36 -36
  71. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  72. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  73. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  74. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  75. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  76. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  77. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  78. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  81. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  82. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  83. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  84. package/esm2015/lib/IndicatorProxy.js +11 -11
  85. package/esm2015/lib/ItemLegend_combined.js +17 -5
  86. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  87. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  88. package/esm2015/lib/LineSeries_combined.js +38 -38
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumberAbbreviator.js +1 -1
  96. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  97. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  98. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  99. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  100. package/esm2015/lib/OverlayProxy.js +8 -8
  101. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  102. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  104. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  105. package/esm2015/lib/PointSeries_combined.js +19 -19
  106. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  107. package/esm2015/lib/PolarBase_combined.js +388 -388
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  109. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  110. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  112. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  117. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  118. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  119. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  120. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  121. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  122. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  123. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  124. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  125. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  126. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  127. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  128. package/esm2015/lib/ScatterBase_combined.js +445 -445
  129. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  130. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  131. package/esm2015/lib/ScatterLineSeries.js +51 -51
  132. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  133. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  134. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  135. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  136. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  137. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  138. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  139. package/esm2015/lib/SeriesInteractionManager.js +86 -78
  140. package/esm2015/lib/SeriesRenderManager.js +17 -17
  141. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  142. package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
  143. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  144. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  145. package/esm2015/lib/SeriesViewer_combined.js +3539 -3179
  146. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  147. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  148. package/esm2015/lib/SizeScale.js +3 -3
  149. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  150. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  151. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  152. package/esm2015/lib/SplineSeries_combined.js +25 -25
  153. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  154. package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
  155. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  156. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
  157. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  158. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  159. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  160. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  161. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  162. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  163. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
  164. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  165. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  166. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  167. package/esm2015/lib/StochRSIIndicator.js +15 -15
  168. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  169. package/esm2015/lib/TRIXIndicator.js +16 -16
  170. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  171. package/esm2015/lib/TimeAxisBase.js +8 -8
  172. package/esm2015/lib/TimeXAxis.js +10 -10
  173. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  174. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  175. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  176. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  177. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  178. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  179. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  180. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  181. package/esm2015/lib/XYChart.js +802 -802
  182. package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
  183. package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
  184. package/esm2015/lib/igc-annotation-layer-component.js +17 -17
  185. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  186. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  187. package/esm2015/lib/igc-bar-fragment-component.js +6 -6
  188. package/esm2015/lib/igc-bar-series-component.js +11 -11
  189. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  190. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  191. package/esm2015/lib/igc-bubble-series-component.js +44 -44
  192. package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
  193. package/esm2015/lib/igc-callout-layer-component.js +95 -95
  194. package/esm2015/lib/igc-category-chart-component.js +169 -112
  195. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  196. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  197. package/esm2015/lib/igc-category-series-component.js +20 -20
  198. package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
  199. package/esm2015/lib/igc-category-x-axis-component.js +75 -2
  200. package/esm2015/lib/igc-category-y-axis-component.js +75 -2
  201. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  202. package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
  203. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  204. package/esm2015/lib/igc-chart-group-description.js +20 -0
  205. package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
  206. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  207. package/esm2015/lib/igc-chart-sort-description.js +61 -0
  208. package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
  209. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  210. package/esm2015/lib/igc-chart-summary-description.js +95 -0
  211. package/esm2015/lib/igc-column-fragment-component.js +11 -11
  212. package/esm2015/lib/igc-column-series-component.js +13 -13
  213. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  214. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  215. package/esm2015/lib/igc-data-chart-component.js +95 -95
  216. package/esm2015/lib/igc-data-legend-component.js +1 -1
  217. package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
  218. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  219. package/esm2015/lib/igc-domain-chart-component.js +901 -650
  220. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  221. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  222. package/esm2015/lib/igc-financial-chart-component.js +214 -157
  223. package/esm2015/lib/igc-financial-indicator-component.js +16 -16
  224. package/esm2015/lib/igc-financial-overlay-component.js +5 -5
  225. package/esm2015/lib/igc-financial-price-series-component.js +30 -30
  226. package/esm2015/lib/igc-financial-series-component.js +60 -60
  227. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  228. package/esm2015/lib/igc-fragment-base-component.js +2 -2
  229. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  230. package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
  231. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  232. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  233. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  234. package/esm2015/lib/igc-item-legend-component.js +18 -0
  235. package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
  236. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  237. package/esm2015/lib/igc-line-series-component.js +1 -1
  238. package/esm2015/lib/igc-marker-series-component.js +28 -28
  239. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  240. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  241. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  242. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
  243. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  244. package/esm2015/lib/igc-polar-base-component.js +77 -77
  245. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  246. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  247. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  248. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  249. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  250. package/esm2015/lib/igc-radial-base-component.js +31 -31
  251. package/esm2015/lib/igc-radial-column-series-component.js +9 -9
  252. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  253. package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
  254. package/esm2015/lib/igc-range-category-series-component.js +6 -6
  255. package/esm2015/lib/igc-range-column-series-component.js +10 -10
  256. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  257. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  258. package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
  259. package/esm2015/lib/igc-scatter-base-component.js +49 -49
  260. package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
  261. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  262. package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
  263. package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
  264. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  265. package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
  266. package/esm2015/lib/igc-series-component.js +195 -185
  267. package/esm2015/lib/igc-series-viewer-component.js +379 -282
  268. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  269. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  271. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  272. package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
  273. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  274. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  275. package/esm2015/lib/igc-spline-series-component.js +1 -1
  276. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  277. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  278. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  279. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  280. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  281. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  282. package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
  283. package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
  284. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  285. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  286. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  287. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  288. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  289. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  290. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  291. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  292. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  293. package/esm2015/lib/igc-value-overlay-component.js +52 -52
  294. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  295. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  296. package/esm2015/lib/igc-waterfall-series-component.js +19 -19
  297. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  298. package/esm2015/lib/igc-xy-chart-component.js +218 -218
  299. package/esm2015/lib/igc-zoom-slider-component.js +0 -7
  300. package/esm2015/public_api.js +23 -0
  301. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  302. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  303. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  304. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  305. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  306. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  307. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  308. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  309. package/esm5/lib/AreaSeries_combined.js +44 -44
  310. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  311. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  312. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  313. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  314. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  315. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  316. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  317. package/esm5/lib/AxisAnnotationManager.js +1 -1
  318. package/esm5/lib/AxisVisualDataManager.js +2 -2
  319. package/esm5/lib/BarSeries_combined.js +110 -103
  320. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  321. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  322. package/esm5/lib/BrushScale.js +7 -7
  323. package/esm5/lib/BubbleSeries_combined.js +252 -252
  324. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  325. package/esm5/lib/CalloutLayer_combined.js +442 -440
  326. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  327. package/esm5/lib/CategoryChart.js +522 -413
  328. package/esm5/lib/CategoryDateTimeXAxis_combined.js +5 -5
  329. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  330. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  331. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  332. package/esm5/lib/CategoryMarkerManager.js +1 -1
  333. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  334. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  335. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  336. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  337. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  338. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  339. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  340. package/esm5/lib/ChartGroupDescription.js +59 -0
  341. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  342. package/esm5/lib/ChartSortDescription.js +75 -0
  343. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  344. package/esm5/lib/ChartSummaryDescription.js +149 -0
  345. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  346. package/esm5/lib/ColumnSeries_combined.js +64 -64
  347. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  348. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  349. package/esm5/lib/CustomIndicator.js +23 -23
  350. package/esm5/lib/DataAbbreviator.js +1 -7
  351. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  352. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  353. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  354. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  355. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  356. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  357. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  358. package/esm5/lib/DataLegendVisualData_combined.js +1 -1
  359. package/esm5/lib/DataToolTipLayer_combined.js +510 -485
  360. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  361. package/esm5/lib/DomainChart.js +2098 -1753
  362. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  363. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  364. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  365. package/esm5/lib/FinancialChart_combined.js +1405 -1300
  366. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  367. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  368. package/esm5/lib/FinancialOverlay.js +36 -36
  369. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  370. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  371. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  372. package/esm5/lib/ForceIndexIndicator.js +15 -15
  373. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  374. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  375. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  376. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  377. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  378. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  379. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  380. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  381. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  382. package/esm5/lib/IndicatorProxy.js +11 -11
  383. package/esm5/lib/ItemLegend_combined.js +25 -5
  384. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  385. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  386. package/esm5/lib/LineSeries_combined.js +38 -38
  387. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  388. package/esm5/lib/MassIndexIndicator.js +6 -6
  389. package/esm5/lib/MedianPriceIndicator.js +6 -6
  390. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  391. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  392. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  393. package/esm5/lib/NumberAbbreviator.js +1 -1
  394. package/esm5/lib/NumericXAxis_combined.js +3 -3
  395. package/esm5/lib/NumericYAxis_combined.js +3 -3
  396. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  397. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  398. package/esm5/lib/OverlayProxy.js +8 -8
  399. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  400. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  401. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  402. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  403. package/esm5/lib/PointSeries_combined.js +19 -19
  404. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  405. package/esm5/lib/PolarBase_combined.js +384 -384
  406. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  407. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  408. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  409. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  410. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  411. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  412. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  413. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  414. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  415. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  416. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  417. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  418. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  419. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  420. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  421. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  422. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  423. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  424. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  425. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  426. package/esm5/lib/ScatterBase_combined.js +441 -441
  427. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  428. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  429. package/esm5/lib/ScatterLineSeries.js +51 -51
  430. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  431. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  432. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  433. package/esm5/lib/ScatterSeries_combined.js +15 -15
  434. package/esm5/lib/ScatterSplineSeries.js +38 -38
  435. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  436. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  437. package/esm5/lib/SeriesInteractionManager.js +86 -78
  438. package/esm5/lib/SeriesRenderManager.js +17 -17
  439. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  440. package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
  441. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  442. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  443. package/esm5/lib/SeriesViewer_combined.js +3484 -3101
  444. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  445. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  446. package/esm5/lib/SizeScale.js +3 -3
  447. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  448. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  449. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  450. package/esm5/lib/SplineSeries_combined.js +25 -25
  451. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  452. package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
  453. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  454. package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
  455. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  456. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  457. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  458. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  459. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  460. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  461. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
  462. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  463. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  464. package/esm5/lib/StepLineSeries_combined.js +43 -43
  465. package/esm5/lib/StochRSIIndicator.js +14 -14
  466. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  467. package/esm5/lib/TRIXIndicator.js +15 -15
  468. package/esm5/lib/TileZoomManager_combined.js +9 -9
  469. package/esm5/lib/TimeAxisBase.js +8 -8
  470. package/esm5/lib/TimeXAxis.js +10 -10
  471. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  472. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  473. package/esm5/lib/ValueOverlay_combined.js +115 -115
  474. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  475. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  476. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  477. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  478. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  479. package/esm5/lib/XYChart.js +717 -717
  480. package/esm5/lib/igc-anchored-category-series-component.js +18 -18
  481. package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
  482. package/esm5/lib/igc-annotation-layer-component.js +17 -17
  483. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  484. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  485. package/esm5/lib/igc-bar-fragment-component.js +6 -6
  486. package/esm5/lib/igc-bar-series-component.js +11 -11
  487. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  488. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  489. package/esm5/lib/igc-bubble-series-component.js +44 -44
  490. package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
  491. package/esm5/lib/igc-callout-layer-component.js +95 -95
  492. package/esm5/lib/igc-category-chart-component.js +189 -112
  493. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  494. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  495. package/esm5/lib/igc-category-series-component.js +20 -20
  496. package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
  497. package/esm5/lib/igc-category-x-axis-component.js +95 -2
  498. package/esm5/lib/igc-category-y-axis-component.js +95 -2
  499. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  500. package/esm5/lib/igc-chart-group-description-collection.js +115 -0
  501. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  502. package/esm5/lib/igc-chart-group-description.js +34 -0
  503. package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
  504. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  505. package/esm5/lib/igc-chart-sort-description.js +81 -0
  506. package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
  507. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  508. package/esm5/lib/igc-chart-summary-description.js +122 -0
  509. package/esm5/lib/igc-column-fragment-component.js +11 -11
  510. package/esm5/lib/igc-column-series-component.js +13 -13
  511. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  512. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  513. package/esm5/lib/igc-data-chart-component.js +95 -95
  514. package/esm5/lib/igc-data-legend-component.js +1 -1
  515. package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
  516. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  517. package/esm5/lib/igc-domain-chart-component.js +973 -650
  518. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  519. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  520. package/esm5/lib/igc-financial-chart-component.js +234 -157
  521. package/esm5/lib/igc-financial-indicator-component.js +16 -16
  522. package/esm5/lib/igc-financial-overlay-component.js +5 -5
  523. package/esm5/lib/igc-financial-price-series-component.js +30 -30
  524. package/esm5/lib/igc-financial-series-component.js +60 -60
  525. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  526. package/esm5/lib/igc-fragment-base-component.js +2 -2
  527. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  528. package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
  529. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  530. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  531. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  532. package/esm5/lib/igc-item-legend-component.js +26 -0
  533. package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
  534. package/esm5/lib/igc-line-fragment-component.js +1 -1
  535. package/esm5/lib/igc-line-series-component.js +1 -1
  536. package/esm5/lib/igc-marker-series-component.js +28 -28
  537. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  538. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  539. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  540. package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
  541. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  542. package/esm5/lib/igc-polar-base-component.js +77 -77
  543. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  544. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  545. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  546. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  547. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  548. package/esm5/lib/igc-radial-base-component.js +31 -31
  549. package/esm5/lib/igc-radial-column-series-component.js +9 -9
  550. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  551. package/esm5/lib/igc-radial-pie-series-component.js +9 -9
  552. package/esm5/lib/igc-range-category-series-component.js +6 -6
  553. package/esm5/lib/igc-range-column-series-component.js +10 -10
  554. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  555. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  556. package/esm5/lib/igc-scatter-area-series-component.js +24 -24
  557. package/esm5/lib/igc-scatter-base-component.js +49 -49
  558. package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
  559. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  560. package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
  561. package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
  562. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  563. package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
  564. package/esm5/lib/igc-series-component.js +199 -185
  565. package/esm5/lib/igc-series-viewer-component.js +403 -282
  566. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  567. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  568. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  569. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  570. package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
  571. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  572. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  573. package/esm5/lib/igc-spline-series-component.js +1 -1
  574. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  575. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  576. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  577. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  578. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  579. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  580. package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
  581. package/esm5/lib/igc-stacked-column-series-component.js +9 -9
  582. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  583. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  584. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  585. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  586. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  587. package/esm5/lib/igc-step-area-series-component.js +2 -2
  588. package/esm5/lib/igc-step-line-series-component.js +3 -3
  589. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  590. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  591. package/esm5/lib/igc-value-overlay-component.js +52 -52
  592. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  593. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  594. package/esm5/lib/igc-waterfall-series-component.js +19 -19
  595. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  596. package/esm5/lib/igc-xy-chart-component.js +218 -218
  597. package/esm5/lib/igc-zoom-slider-component.js +0 -7
  598. package/esm5/public_api.js +23 -0
  599. package/fesm2015/igniteui-webcomponents-charts.js +24956 -22072
  600. package/fesm5/igniteui-webcomponents-charts.js +25115 -21650
  601. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  602. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  603. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  604. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  605. package/lib/AnnotationLayerProxy.d.ts +4 -0
  606. package/lib/AnnotationLayer_combined.d.ts +40 -40
  607. package/lib/AreaSeries_combined.d.ts +8 -8
  608. package/lib/AutomaticSeriesManager.d.ts +1 -0
  609. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  610. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  611. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  612. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  613. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  614. package/lib/BarSeries_combined.d.ts +19 -19
  615. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  616. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  617. package/lib/BubbleSeries_combined.d.ts +48 -48
  618. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  619. package/lib/CalloutLayer_combined.d.ts +101 -101
  620. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  621. package/lib/CategoryChart.d.ts +129 -116
  622. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  623. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  624. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  625. package/lib/CategoryXAxis_combined.d.ts +17 -5
  626. package/lib/CategoryYAxis_combined.d.ts +17 -5
  627. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  628. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  629. package/lib/ChartGroupDescription.d.ts +16 -0
  630. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  631. package/lib/ChartSortDescription.d.ts +18 -0
  632. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  633. package/lib/ChartSummaryDescription.d.ts +33 -0
  634. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  635. package/lib/ColumnSeries_combined.d.ts +17 -17
  636. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  637. package/lib/CrosshairLayer_combined.d.ts +41 -41
  638. package/lib/CustomIndicator.d.ts +8 -8
  639. package/lib/DataAbbreviator.d.ts +1 -1
  640. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  641. package/lib/DataChartToolbarProvider.d.ts +21 -0
  642. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  643. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  644. package/lib/DomainChart.d.ts +538 -487
  645. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  646. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  647. package/lib/FinalValueLayer_combined.d.ts +28 -28
  648. package/lib/FinancialChart_combined.d.ts +299 -287
  649. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  650. package/lib/FinancialIndicator_combined.d.ts +36 -36
  651. package/lib/FinancialOverlay.d.ts +9 -9
  652. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  653. package/lib/ForceIndexIndicator.d.ts +9 -9
  654. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  655. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  656. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  657. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  658. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  659. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  660. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  661. package/lib/ItemLegend_combined.d.ts +4 -2
  662. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  663. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  664. package/lib/LineSeries_combined.d.ts +7 -7
  665. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  666. package/lib/MassIndexIndicator.d.ts +4 -4
  667. package/lib/MedianPriceIndicator.d.ts +4 -4
  668. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  669. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  670. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  671. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  672. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  673. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  674. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  675. package/lib/PointSeries_combined.d.ts +6 -6
  676. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  677. package/lib/PolarBase_combined.d.ts +107 -107
  678. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  679. package/lib/PolarLineSeries_combined.d.ts +8 -8
  680. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  681. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  682. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  683. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  684. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  685. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  686. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  687. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  688. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  689. package/lib/RadialLineSeries_combined.d.ts +8 -8
  690. package/lib/RadialPieSeries_combined.d.ts +13 -13
  691. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  692. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  693. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  694. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  695. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  696. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  697. package/lib/ScatterBase_combined.d.ts +108 -108
  698. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  699. package/lib/ScatterLineSeries.d.ts +12 -12
  700. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  701. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  702. package/lib/ScatterSeries_combined.d.ts +4 -4
  703. package/lib/ScatterSplineSeries.d.ts +9 -9
  704. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  705. package/lib/SeriesViewer_combined.d.ts +1037 -957
  706. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  707. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  708. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  709. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  710. package/lib/SplineSeries_combined.d.ts +6 -6
  711. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  712. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  713. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  714. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  715. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  716. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  717. package/lib/StackedLineSeries_combined.d.ts +3 -3
  718. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
  719. package/lib/StandardDeviationIndicator.d.ts +8 -8
  720. package/lib/StepAreaSeries_combined.d.ts +10 -10
  721. package/lib/StepLineSeries_combined.d.ts +9 -9
  722. package/lib/StochRSIIndicator.d.ts +8 -8
  723. package/lib/StrategyBasedIndicator.d.ts +21 -21
  724. package/lib/TRIXIndicator.d.ts +8 -8
  725. package/lib/TypicalPriceIndicator.d.ts +4 -4
  726. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  727. package/lib/ValueOverlay_combined.d.ts +41 -41
  728. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  729. package/lib/WaterfallSeries_combined.d.ts +23 -23
  730. package/lib/WeightedCloseIndicator.d.ts +4 -4
  731. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  732. package/lib/XYChart.d.ts +189 -189
  733. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  734. package/lib/igc-category-chart-component.d.ts +27 -0
  735. package/lib/igc-category-x-axis-component.d.ts +37 -0
  736. package/lib/igc-category-y-axis-component.d.ts +37 -0
  737. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  738. package/lib/igc-chart-group-description-module.d.ts +3 -0
  739. package/lib/igc-chart-group-description.d.ts +14 -0
  740. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  741. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  742. package/lib/igc-chart-sort-description.d.ts +31 -0
  743. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  744. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  745. package/lib/igc-chart-summary-description.d.ts +35 -0
  746. package/lib/igc-data-legend-component.d.ts +1 -1
  747. package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
  748. package/lib/igc-domain-chart-component.d.ts +85 -1
  749. package/lib/igc-financial-chart-component.d.ts +27 -0
  750. package/lib/igc-item-legend-component.d.ts +8 -0
  751. package/lib/igc-series-component.d.ts +4 -0
  752. package/lib/igc-series-viewer-component.d.ts +51 -0
  753. package/lib/igc-zoom-slider-component.d.ts +0 -5
  754. package/package.json +2 -2
  755. package/public_api.d.ts +23 -0
@@ -245,11 +245,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
245
245
  * Gets or sets the marker mode used for assigning a marker type to series when the marker type is automatic.
246
246
  */
247
247
  get: function () {
248
- return this.i.ba;
248
+ return this.i.be;
249
249
  },
250
250
  set: function (v) {
251
- this.i.ba = ensureEnum(MarkerAutomaticBehavior_$type, v);
252
- this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.ba));
251
+ this.i.be = ensureEnum(MarkerAutomaticBehavior_$type, v);
252
+ this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.be));
253
253
  },
254
254
  enumerable: true,
255
255
  configurable: true
@@ -267,11 +267,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
267
267
  * ```
268
268
  */
269
269
  get: function () {
270
- return fromPoint(this.i.r6);
270
+ return fromPoint(this.i.s0);
271
271
  },
272
272
  set: function (v) {
273
- this.i.r6 = toPoint(v);
274
- this._a("crosshairPoint", pointToString(this.i.r6));
273
+ this.i.s0 = toPoint(v);
274
+ this._a("crosshairPoint", pointToString(this.i.s0));
275
275
  },
276
276
  enumerable: true,
277
277
  configurable: true
@@ -287,11 +287,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
287
287
  * ```
288
288
  */
289
289
  get: function () {
290
- return this.i.dn;
290
+ return this.i.ds;
291
291
  },
292
292
  set: function (v) {
293
- this.i.dn = ensureBool(v);
294
- this._a("animateSeriesWhenAxisRangeChanges", this.i.dn);
293
+ this.i.ds = ensureBool(v);
294
+ this._a("animateSeriesWhenAxisRangeChanges", this.i.ds);
295
295
  },
296
296
  enumerable: true,
297
297
  configurable: true
@@ -301,11 +301,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
301
301
  * 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.
302
302
  */
303
303
  get: function () {
304
- return this.i.ek;
304
+ return this.i.ep;
305
305
  },
306
306
  set: function (v) {
307
- this.i.ek = ensureBool(v);
308
- this._a("isWindowSyncedToVisibleRange", this.i.ek);
307
+ this.i.ep = ensureBool(v);
308
+ this._a("isWindowSyncedToVisibleRange", this.i.ep);
309
309
  },
310
310
  enumerable: true,
311
311
  configurable: true
@@ -315,11 +315,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
315
315
  * Gets or sets whether calling SimulateHover should shift the crosshair point.
316
316
  */
317
317
  get: function () {
318
- return this.i.e4;
318
+ return this.i.fa;
319
319
  },
320
320
  set: function (v) {
321
- this.i.e4 = ensureBool(v);
322
- this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.e4);
321
+ this.i.fa = ensureBool(v);
322
+ this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.fa);
323
323
  },
324
324
  enumerable: true,
325
325
  configurable: true
@@ -329,11 +329,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
329
329
  * Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
330
330
  */
331
331
  get: function () {
332
- return this.i.br;
332
+ return this.i.bv;
333
333
  },
334
334
  set: function (v) {
335
- this.i.br = ensureEnum(SeriesHighlightingMode_$type, v);
336
- this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.br));
335
+ this.i.bv = ensureEnum(SeriesHighlightingMode_$type, v);
336
+ this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.bv));
337
337
  },
338
338
  enumerable: true,
339
339
  configurable: true
@@ -343,11 +343,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
343
343
  * Gets or sets the horizontal scrollbar mode to use for the series viewer.
344
344
  */
345
345
  get: function () {
346
- return this.i.b1;
346
+ return this.i.b5;
347
347
  },
348
348
  set: function (v) {
349
- this.i.b1 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
350
- this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b1));
349
+ this.i.b5 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
350
+ this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b5));
351
351
  },
352
352
  enumerable: true,
353
353
  configurable: true
@@ -357,11 +357,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
357
357
  * Gets or sets the vertical scrollbar mode to use for the series viewer.
358
358
  */
359
359
  get: function () {
360
- return this.i.b2;
360
+ return this.i.b6;
361
361
  },
362
362
  set: function (v) {
363
- this.i.b2 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
364
- this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b2));
363
+ this.i.b6 = ensureEnum(SeriesViewerScrollbarMode_$type, v);
364
+ this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.b6));
365
365
  },
366
366
  enumerable: true,
367
367
  configurable: true
@@ -371,11 +371,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
371
371
  * Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
372
372
  */
373
373
  get: function () {
374
- return this.i.by;
374
+ return this.i.b2;
375
375
  },
376
376
  set: function (v) {
377
- this.i.by = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
378
- this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.by));
377
+ this.i.b2 = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
378
+ this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.b2));
379
379
  },
380
380
  enumerable: true,
381
381
  configurable: true
@@ -385,11 +385,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
385
385
  * Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
386
386
  */
387
387
  get: function () {
388
- return this.i.b3;
388
+ return this.i.b7;
389
389
  },
390
390
  set: function (v) {
391
- this.i.b3 = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
392
- this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.b3));
391
+ this.i.b7 = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
392
+ this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.b7));
393
393
  },
394
394
  enumerable: true,
395
395
  configurable: true
@@ -399,11 +399,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
399
399
  * Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
400
400
  */
401
401
  get: function () {
402
- return brushToString(this.i.ru);
402
+ return brushToString(this.i.so);
403
403
  },
404
404
  set: function (v) {
405
- this.i.ru = stringToBrush(v);
406
- this._a("horizontalViewScrollbarFill", brushToString(this.i.ru));
405
+ this.i.so = stringToBrush(v);
406
+ this._a("horizontalViewScrollbarFill", brushToString(this.i.so));
407
407
  },
408
408
  enumerable: true,
409
409
  configurable: true
@@ -413,11 +413,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
413
413
  * Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
414
414
  */
415
415
  get: function () {
416
- return brushToString(this.i.rv);
416
+ return brushToString(this.i.sp);
417
417
  },
418
418
  set: function (v) {
419
- this.i.rv = stringToBrush(v);
420
- this._a("horizontalViewScrollbarOutline", brushToString(this.i.rv));
419
+ this.i.sp = stringToBrush(v);
420
+ this._a("horizontalViewScrollbarOutline", brushToString(this.i.sp));
421
421
  },
422
422
  enumerable: true,
423
423
  configurable: true
@@ -427,11 +427,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
427
427
  * Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
428
428
  */
429
429
  get: function () {
430
- return this.i.gg;
430
+ return this.i.gs;
431
431
  },
432
432
  set: function (v) {
433
- this.i.gg = +v;
434
- this._a("horizontalViewScrollbarStrokeThickness", this.i.gg);
433
+ this.i.gs = +v;
434
+ this._a("horizontalViewScrollbarStrokeThickness", this.i.gs);
435
435
  },
436
436
  enumerable: true,
437
437
  configurable: true
@@ -441,11 +441,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
441
441
  * Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
442
442
  */
443
443
  get: function () {
444
- return this.i.gf;
444
+ return this.i.gr;
445
445
  },
446
446
  set: function (v) {
447
- this.i.gf = +v;
448
- this._a("horizontalViewScrollbarMaxOpacity", this.i.gf);
447
+ this.i.gr = +v;
448
+ this._a("horizontalViewScrollbarMaxOpacity", this.i.gr);
449
449
  },
450
450
  enumerable: true,
451
451
  configurable: true
@@ -455,11 +455,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
455
455
  * Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
456
456
  */
457
457
  get: function () {
458
- return this.i.gc;
458
+ return this.i.go;
459
459
  },
460
460
  set: function (v) {
461
- this.i.gc = +v;
462
- this._a("horizontalViewScrollbarCornerRadius", this.i.gc);
461
+ this.i.go = +v;
462
+ this._a("horizontalViewScrollbarCornerRadius", this.i.go);
463
463
  },
464
464
  enumerable: true,
465
465
  configurable: true
@@ -469,11 +469,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
469
469
  * Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
470
470
  */
471
471
  get: function () {
472
- return this.i.gd;
472
+ return this.i.gp;
473
473
  },
474
474
  set: function (v) {
475
- this.i.gd = +v;
476
- this._a("horizontalViewScrollbarHeight", this.i.gd);
475
+ this.i.gp = +v;
476
+ this._a("horizontalViewScrollbarHeight", this.i.gp);
477
477
  },
478
478
  enumerable: true,
479
479
  configurable: true
@@ -483,11 +483,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
483
483
  * Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
484
484
  */
485
485
  get: function () {
486
- return this.i.ge;
486
+ return this.i.gq;
487
487
  },
488
488
  set: function (v) {
489
- this.i.ge = +v;
490
- this._a("horizontalViewScrollbarInset", this.i.ge);
489
+ this.i.gq = +v;
490
+ this._a("horizontalViewScrollbarInset", this.i.gq);
491
491
  },
492
492
  enumerable: true,
493
493
  configurable: true
@@ -497,11 +497,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
497
497
  * Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
498
498
  */
499
499
  get: function () {
500
- return this.i.gi;
500
+ return this.i.gu;
501
501
  },
502
502
  set: function (v) {
503
- this.i.gi = +v;
504
- this._a("horizontalViewScrollbarTrackStartInset", this.i.gi);
503
+ this.i.gu = +v;
504
+ this._a("horizontalViewScrollbarTrackStartInset", this.i.gu);
505
505
  },
506
506
  enumerable: true,
507
507
  configurable: true
@@ -511,11 +511,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
511
511
  * Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
512
512
  */
513
513
  get: function () {
514
- return this.i.gh;
514
+ return this.i.gt;
515
515
  },
516
516
  set: function (v) {
517
- this.i.gh = +v;
518
- this._a("horizontalViewScrollbarTrackEndInset", this.i.gh);
517
+ this.i.gt = +v;
518
+ this._a("horizontalViewScrollbarTrackEndInset", this.i.gt);
519
519
  },
520
520
  enumerable: true,
521
521
  configurable: true
@@ -525,11 +525,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
525
525
  * Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
526
526
  */
527
527
  get: function () {
528
- return this.i.d1;
528
+ return this.i.d5;
529
529
  },
530
530
  set: function (v) {
531
- this.i.d1 = ensureBool(v);
532
- this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.d1);
531
+ this.i.d5 = ensureBool(v);
532
+ this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.d5);
533
533
  },
534
534
  enumerable: true,
535
535
  configurable: true
@@ -539,11 +539,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
539
539
  * Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
540
540
  */
541
541
  get: function () {
542
- return brushToString(this.i.r3);
542
+ return brushToString(this.i.sx);
543
543
  },
544
544
  set: function (v) {
545
- this.i.r3 = stringToBrush(v);
546
- this._a("verticalViewScrollbarFill", brushToString(this.i.r3));
545
+ this.i.sx = stringToBrush(v);
546
+ this._a("verticalViewScrollbarFill", brushToString(this.i.sx));
547
547
  },
548
548
  enumerable: true,
549
549
  configurable: true
@@ -553,11 +553,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
553
553
  * Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
554
554
  */
555
555
  get: function () {
556
- return brushToString(this.i.r4);
556
+ return brushToString(this.i.sy);
557
557
  },
558
558
  set: function (v) {
559
- this.i.r4 = stringToBrush(v);
560
- this._a("verticalViewScrollbarOutline", brushToString(this.i.r4));
559
+ this.i.sy = stringToBrush(v);
560
+ this._a("verticalViewScrollbarOutline", brushToString(this.i.sy));
561
561
  },
562
562
  enumerable: true,
563
563
  configurable: true
@@ -567,11 +567,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
567
567
  * Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
568
568
  */
569
569
  get: function () {
570
- return this.i.g0;
570
+ return this.i.he;
571
571
  },
572
572
  set: function (v) {
573
- this.i.g0 = +v;
574
- this._a("verticalViewScrollbarStrokeThickness", this.i.g0);
573
+ this.i.he = +v;
574
+ this._a("verticalViewScrollbarStrokeThickness", this.i.he);
575
575
  },
576
576
  enumerable: true,
577
577
  configurable: true
@@ -581,11 +581,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
581
581
  * Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
582
582
  */
583
583
  get: function () {
584
- return this.i.gz;
584
+ return this.i.hd;
585
585
  },
586
586
  set: function (v) {
587
- this.i.gz = +v;
588
- this._a("verticalViewScrollbarMaxOpacity", this.i.gz);
587
+ this.i.hd = +v;
588
+ this._a("verticalViewScrollbarMaxOpacity", this.i.hd);
589
589
  },
590
590
  enumerable: true,
591
591
  configurable: true
@@ -595,11 +595,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
595
595
  * Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
596
596
  */
597
597
  get: function () {
598
- return this.i.gx;
598
+ return this.i.hb;
599
599
  },
600
600
  set: function (v) {
601
- this.i.gx = +v;
602
- this._a("verticalViewScrollbarCornerRadius", this.i.gx);
601
+ this.i.hb = +v;
602
+ this._a("verticalViewScrollbarCornerRadius", this.i.hb);
603
603
  },
604
604
  enumerable: true,
605
605
  configurable: true
@@ -609,11 +609,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
609
609
  * Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
610
610
  */
611
611
  get: function () {
612
- return this.i.g3;
612
+ return this.i.hh;
613
613
  },
614
614
  set: function (v) {
615
- this.i.g3 = +v;
616
- this._a("verticalViewScrollbarWidth", this.i.g3);
615
+ this.i.hh = +v;
616
+ this._a("verticalViewScrollbarWidth", this.i.hh);
617
617
  },
618
618
  enumerable: true,
619
619
  configurable: true
@@ -623,11 +623,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
623
623
  * Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
624
624
  */
625
625
  get: function () {
626
- return this.i.gy;
626
+ return this.i.hc;
627
627
  },
628
628
  set: function (v) {
629
- this.i.gy = +v;
630
- this._a("verticalViewScrollbarInset", this.i.gy);
629
+ this.i.hc = +v;
630
+ this._a("verticalViewScrollbarInset", this.i.hc);
631
631
  },
632
632
  enumerable: true,
633
633
  configurable: true
@@ -637,11 +637,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
637
637
  * Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
638
638
  */
639
639
  get: function () {
640
- return this.i.g2;
640
+ return this.i.hg;
641
641
  },
642
642
  set: function (v) {
643
- this.i.g2 = +v;
644
- this._a("verticalViewScrollbarTrackStartInset", this.i.g2);
643
+ this.i.hg = +v;
644
+ this._a("verticalViewScrollbarTrackStartInset", this.i.hg);
645
645
  },
646
646
  enumerable: true,
647
647
  configurable: true
@@ -651,11 +651,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
651
651
  * Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
652
652
  */
653
653
  get: function () {
654
- return this.i.g1;
654
+ return this.i.hf;
655
655
  },
656
656
  set: function (v) {
657
- this.i.g1 = +v;
658
- this._a("verticalViewScrollbarTrackEndInset", this.i.g1);
657
+ this.i.hf = +v;
658
+ this._a("verticalViewScrollbarTrackEndInset", this.i.hf);
659
659
  },
660
660
  enumerable: true,
661
661
  configurable: true
@@ -665,11 +665,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
665
665
  * Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
666
666
  */
667
667
  get: function () {
668
- return this.i.fd;
668
+ return this.i.fj;
669
669
  },
670
670
  set: function (v) {
671
- this.i.fd = ensureBool(v);
672
- this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fd);
671
+ this.i.fj = ensureBool(v);
672
+ this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fj);
673
673
  },
674
674
  enumerable: true,
675
675
  configurable: true
@@ -679,11 +679,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
679
679
  * Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
680
680
  */
681
681
  get: function () {
682
- return this.i.bp;
682
+ return this.i.bt;
683
683
  },
684
684
  set: function (v) {
685
- this.i.bp = ensureEnum(SeriesHighlightingBehavior_$type, v);
686
- this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.bp));
685
+ this.i.bt = ensureEnum(SeriesHighlightingBehavior_$type, v);
686
+ this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.bt));
687
687
  },
688
688
  enumerable: true,
689
689
  configurable: true
@@ -693,11 +693,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
693
693
  * Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
694
694
  */
695
695
  get: function () {
696
- return this.i.a7;
696
+ return this.i.bb;
697
697
  },
698
698
  set: function (v) {
699
- this.i.a7 = ensureEnum(LegendHighlightingMode_$type, v);
700
- this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.a7));
699
+ this.i.bb = ensureEnum(LegendHighlightingMode_$type, v);
700
+ this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.bb));
701
701
  },
702
702
  enumerable: true,
703
703
  configurable: true
@@ -708,11 +708,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
708
708
  * This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
709
709
  */
710
710
  get: function () {
711
- return this.i.a9;
711
+ return this.i.bd;
712
712
  },
713
713
  set: function (v) {
714
- this.i.a9 = ensureEnum(LegendItemBadgeShape_$type, v);
715
- this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.a9));
714
+ this.i.bd = ensureEnum(LegendItemBadgeShape_$type, v);
715
+ this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.bd));
716
716
  },
717
717
  enumerable: true,
718
718
  configurable: true
@@ -723,11 +723,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
723
723
  * This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
724
724
  */
725
725
  get: function () {
726
- return this.i.a8;
726
+ return this.i.bc;
727
727
  },
728
728
  set: function (v) {
729
- this.i.a8 = ensureEnum(LegendItemBadgeMode_$type, v);
730
- this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.a8));
729
+ this.i.bc = ensureEnum(LegendItemBadgeMode_$type, v);
730
+ this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.bc));
731
731
  },
732
732
  enumerable: true,
733
733
  configurable: true
@@ -737,7 +737,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
737
737
  * Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
738
738
  */
739
739
  get: function () {
740
- return fromRect(this.i.su);
740
+ return fromRect(this.i.to);
741
741
  },
742
742
  enumerable: true,
743
743
  configurable: true
@@ -754,11 +754,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
754
754
  * ```
755
755
  */
756
756
  get: function () {
757
- return fromRect(this.i.sj);
757
+ return fromRect(this.i.td);
758
758
  },
759
759
  set: function (v) {
760
- this.i.sj = toRect(v);
761
- this._a("effectiveViewport", rectToString(this.i.sj));
760
+ this.i.td = toRect(v);
761
+ this._a("effectiveViewport", rectToString(this.i.td));
762
762
  },
763
763
  enumerable: true,
764
764
  configurable: true
@@ -769,7 +769,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
769
769
  * This is the projection of the current EffectiveViewport into the viewport at current zoom level.
770
770
  */
771
771
  get: function () {
772
- return fromRect(this.i.si);
772
+ return fromRect(this.i.tc);
773
773
  },
774
774
  enumerable: true,
775
775
  configurable: true
@@ -786,11 +786,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
786
786
  * ```
787
787
  */
788
788
  get: function () {
789
- return fromRect(this.i.sv);
789
+ return fromRect(this.i.tp);
790
790
  },
791
791
  set: function (v) {
792
- this.i.sv = toRect(v);
793
- this._a("windowRect", rectToString(this.i.sv));
792
+ this.i.tp = toRect(v);
793
+ this._a("windowRect", rectToString(this.i.tp));
794
794
  },
795
795
  enumerable: true,
796
796
  configurable: true
@@ -800,11 +800,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
800
800
  * Gets or sets whether the series viewer should use cached tiles during zooms rather than the default live content.
801
801
  */
802
802
  get: function () {
803
- return this.i.fc;
803
+ return this.i.fi;
804
804
  },
805
805
  set: function (v) {
806
- this.i.fc = ensureBool(v);
807
- this._a("useTiledZooming", this.i.fc);
806
+ this.i.fi = ensureBool(v);
807
+ this._a("useTiledZooming", this.i.fi);
808
808
  },
809
809
  enumerable: true,
810
810
  configurable: true
@@ -814,11 +814,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
814
814
  * 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.
815
815
  */
816
816
  get: function () {
817
- return this.i.e0;
817
+ return this.i.e5;
818
818
  },
819
819
  set: function (v) {
820
- this.i.e0 = ensureBool(v);
821
- this._a("preferHigherResolutionTiles", this.i.e0);
820
+ this.i.e5 = ensureBool(v);
821
+ this._a("preferHigherResolutionTiles", this.i.e5);
822
822
  },
823
823
  enumerable: true,
824
824
  configurable: true
@@ -828,11 +828,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
828
828
  * Gets or sets the maximum number of zoom tiles that the series viewer should cache while in tiled zooming mode.
829
829
  */
830
830
  get: function () {
831
- return this.i.hg;
831
+ return this.i.hx;
832
832
  },
833
833
  set: function (v) {
834
- this.i.hg = +v;
835
- this._a("zoomTileCacheSize", this.i.hg);
834
+ this.i.hx = +v;
835
+ this._a("zoomTileCacheSize", this.i.hx);
836
836
  },
837
837
  enumerable: true,
838
838
  configurable: true
@@ -848,11 +848,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
848
848
  * ```
849
849
  */
850
850
  get: function () {
851
- return this.i.he;
851
+ return this.i.hv;
852
852
  },
853
853
  set: function (v) {
854
- this.i.he = +v;
855
- this._a("highlightingTransitionDuration", this.i.he);
854
+ this.i.hv = +v;
855
+ this._a("highlightingTransitionDuration", this.i.hv);
856
856
  },
857
857
  enumerable: true,
858
858
  configurable: true
@@ -862,11 +862,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
862
862
  * Gets or sets the duration of the scrollbar effects.
863
863
  */
864
864
  get: function () {
865
- return this.i.hf;
865
+ return this.i.hw;
866
866
  },
867
867
  set: function (v) {
868
- this.i.hf = +v;
869
- this._a("scrollbarsAnimationDuration", this.i.hf);
868
+ this.i.hw = +v;
869
+ this._a("scrollbarsAnimationDuration", this.i.hw);
870
870
  },
871
871
  enumerable: true,
872
872
  configurable: true
@@ -876,11 +876,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
876
876
  * 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.
877
877
  */
878
878
  get: function () {
879
- return this.i.eg;
879
+ return this.i.ek;
880
880
  },
881
881
  set: function (v) {
882
- this.i.eg = ensureBool(v);
883
- this._a("isPagePanningAllowed", this.i.eg);
882
+ this.i.ek = ensureBool(v);
883
+ this._a("isPagePanningAllowed", this.i.ek);
884
884
  },
885
885
  enumerable: true,
886
886
  configurable: true
@@ -894,11 +894,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
894
894
  * ```
895
895
  */
896
896
  get: function () {
897
- return this.i.at;
897
+ return this.i.av;
898
898
  },
899
899
  set: function (v) {
900
- this.i.at = ensureEnum(ChartHitTestMode_$type, v);
901
- this._a("contentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.at));
900
+ this.i.av = ensureEnum(ChartHitTestMode_$type, v);
901
+ this._a("contentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.av));
902
902
  },
903
903
  enumerable: true,
904
904
  configurable: true
@@ -912,11 +912,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
912
912
  * ```
913
913
  */
914
914
  get: function () {
915
- return this.i.as;
915
+ return this.i.au;
916
916
  },
917
917
  set: function (v) {
918
- this.i.as = ensureEnum(ChartHitTestMode_$type, v);
919
- this._a("actualContentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.as));
918
+ this.i.au = ensureEnum(ChartHitTestMode_$type, v);
919
+ this._a("actualContentHitTestMode", enumToString(ChartHitTestMode_$type, this.i.au));
920
920
  },
921
921
  enumerable: true,
922
922
  configurable: true
@@ -932,11 +932,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
932
932
  * ```
933
933
  */
934
934
  get: function () {
935
- return this.i.eh;
935
+ return this.i.el;
936
936
  },
937
937
  set: function (v) {
938
- this.i.eh = ensureBool(v);
939
- this._a("isSurfaceInteractionDisabled", this.i.eh);
938
+ this.i.el = ensureBool(v);
939
+ this._a("isSurfaceInteractionDisabled", this.i.el);
940
940
  },
941
941
  enumerable: true,
942
942
  configurable: true
@@ -946,7 +946,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
946
946
  * Indicates if this SeriesViewer is a map.
947
947
  */
948
948
  get: function () {
949
- return this.i.ef;
949
+ return this.i.ej;
950
950
  },
951
951
  enumerable: true,
952
952
  configurable: true
@@ -963,11 +963,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
963
963
  * ```
964
964
  */
965
965
  get: function () {
966
- return this.i.b7;
966
+ return this.i.cb;
967
967
  },
968
968
  set: function (v) {
969
- this.i.b7 = ensureEnum(WindowResponse_$type, v);
970
- this._a("windowResponse", enumToString(WindowResponse_$type, this.i.b7));
969
+ this.i.cb = ensureEnum(WindowResponse_$type, v);
970
+ this._a("windowResponse", enumToString(WindowResponse_$type, this.i.cb));
971
971
  },
972
972
  enumerable: true,
973
973
  configurable: true
@@ -977,6 +977,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
977
977
  * Sets or gets the minimum width that the window rect is allowed to reach before being clamped.
978
978
  * Decrease this value if you want to allow for further zooming into the viewer.
979
979
  * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
980
+ * This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
980
981
  *
981
982
  * The `windowRectMinWidth` property is used to set or get the minimum width that the window rect is allowed to reach before being clamped.
982
983
  *
@@ -985,11 +986,90 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
985
986
  * ```
986
987
  */
987
988
  get: function () {
988
- return this.i.g6;
989
+ return this.i.hl;
989
990
  },
990
991
  set: function (v) {
991
- this.i.g6 = +v;
992
- this._a("windowRectMinWidth", this.i.g6);
992
+ this.i.hl = +v;
993
+ this._a("windowRectMinWidth", this.i.hl);
994
+ },
995
+ enumerable: true,
996
+ configurable: true
997
+ });
998
+ Object.defineProperty(IgcSeriesViewerComponent.prototype, "windowRectMinHeight", {
999
+ /**
1000
+ * Sets or gets the minimum height that the window rect is allowed to reach before being clamped.
1001
+ * Decrease this value if you want to allow for further zooming into the viewer.
1002
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
1003
+ * This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
1004
+ */
1005
+ get: function () {
1006
+ return this.i.hk;
1007
+ },
1008
+ set: function (v) {
1009
+ this.i.hk = +v;
1010
+ this._a("windowRectMinHeight", this.i.hk);
1011
+ },
1012
+ enumerable: true,
1013
+ configurable: true
1014
+ });
1015
+ Object.defineProperty(IgcSeriesViewerComponent.prototype, "actualWindowRectMinWidth", {
1016
+ /**
1017
+ * Gets the actual minimum width that the window rect is allowed to reach before being clamped.
1018
+ */
1019
+ get: function () {
1020
+ return this.i.gg;
1021
+ },
1022
+ set: function (v) {
1023
+ this.i.gg = +v;
1024
+ this._a("actualWindowRectMinWidth", this.i.gg);
1025
+ },
1026
+ enumerable: true,
1027
+ configurable: true
1028
+ });
1029
+ Object.defineProperty(IgcSeriesViewerComponent.prototype, "actualWindowRectMinHeight", {
1030
+ /**
1031
+ * Gets the actual minimum height that the window rect is allowed to reach before being clamped.
1032
+ */
1033
+ get: function () {
1034
+ return this.i.gf;
1035
+ },
1036
+ set: function (v) {
1037
+ this.i.gf = +v;
1038
+ this._a("actualWindowRectMinHeight", this.i.gf);
1039
+ },
1040
+ enumerable: true,
1041
+ configurable: true
1042
+ });
1043
+ Object.defineProperty(IgcSeriesViewerComponent.prototype, "windowSizeMinWidth", {
1044
+ /**
1045
+ * Sets or gets minimum pixel width that the window is allowed to reach before being clamped.
1046
+ * Decrease this value if you want to allow for further zooming into the viewer.
1047
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
1048
+ * This property is overridden by the WindowRectMinWidth property
1049
+ */
1050
+ get: function () {
1051
+ return this.i.hn;
1052
+ },
1053
+ set: function (v) {
1054
+ this.i.hn = +v;
1055
+ this._a("windowSizeMinWidth", this.i.hn);
1056
+ },
1057
+ enumerable: true,
1058
+ configurable: true
1059
+ });
1060
+ Object.defineProperty(IgcSeriesViewerComponent.prototype, "windowSizeMinHeight", {
1061
+ /**
1062
+ * Sets or gets minimum pixel height that the window is allowed to reach before being clamped.
1063
+ * Decrease this value if you want to allow for further zooming into the viewer.
1064
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
1065
+ * This property is overridden by the WindowRectMinHeight property
1066
+ */
1067
+ get: function () {
1068
+ return this.i.hm;
1069
+ },
1070
+ set: function (v) {
1071
+ this.i.hm = +v;
1072
+ this._a("windowSizeMinHeight", this.i.hm);
993
1073
  },
994
1074
  enumerable: true,
995
1075
  configurable: true
@@ -1005,11 +1085,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1005
1085
  * ```
1006
1086
  */
1007
1087
  get: function () {
1008
- return this.i.sz;
1088
+ return this.i.tt;
1009
1089
  },
1010
1090
  set: function (v) {
1011
- this.i.sz = ensureEnum(Visibility_$type, v);
1012
- this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.sz));
1091
+ this.i.tt = ensureEnum(Visibility_$type, v);
1092
+ this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.tt));
1013
1093
  },
1014
1094
  enumerable: true,
1015
1095
  configurable: true
@@ -1019,11 +1099,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1019
1099
  * Gets or sets the current SeriesViewer's crosshair horizontal brush override.
1020
1100
  */
1021
1101
  get: function () {
1022
- return brushToString(this.i.rt);
1102
+ return brushToString(this.i.sn);
1023
1103
  },
1024
1104
  set: function (v) {
1025
- this.i.rt = stringToBrush(v);
1026
- this._a("horizontalCrosshairBrush", brushToString(this.i.rt));
1105
+ this.i.sn = stringToBrush(v);
1106
+ this._a("horizontalCrosshairBrush", brushToString(this.i.sn));
1027
1107
  },
1028
1108
  enumerable: true,
1029
1109
  configurable: true
@@ -1033,11 +1113,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1033
1113
  * Gets or sets the current SeriesViewer's crosshair vertical brush override.
1034
1114
  */
1035
1115
  get: function () {
1036
- return brushToString(this.i.r2);
1116
+ return brushToString(this.i.sw);
1037
1117
  },
1038
1118
  set: function (v) {
1039
- this.i.r2 = stringToBrush(v);
1040
- this._a("verticalCrosshairBrush", brushToString(this.i.r2));
1119
+ this.i.sw = stringToBrush(v);
1120
+ this._a("verticalCrosshairBrush", brushToString(this.i.sw));
1041
1121
  },
1042
1122
  enumerable: true,
1043
1123
  configurable: true
@@ -1047,11 +1127,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1047
1127
  * Gets or sets zoom is contrained to within the axes. Setting this to false is a preview feature at the present time.
1048
1128
  */
1049
1129
  get: function () {
1050
- return this.i.cb;
1130
+ return this.i.cf;
1051
1131
  },
1052
1132
  set: function (v) {
1053
- this.i.cb = ensureEnum(ZoomCoercionMode_$type, v);
1054
- this._a("zoomCoercionMode", enumToString(ZoomCoercionMode_$type, this.i.cb));
1133
+ this.i.cf = ensureEnum(ZoomCoercionMode_$type, v);
1134
+ this._a("zoomCoercionMode", enumToString(ZoomCoercionMode_$type, this.i.cf));
1055
1135
  },
1056
1136
  enumerable: true,
1057
1137
  configurable: true
@@ -1067,11 +1147,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1067
1147
  * ```
1068
1148
  */
1069
1149
  get: function () {
1070
- return brushToString(this.i.rw);
1150
+ return brushToString(this.i.sq);
1071
1151
  },
1072
1152
  set: function (v) {
1073
- this.i.rw = stringToBrush(v);
1074
- this._a("plotAreaBackground", brushToString(this.i.rw));
1153
+ this.i.sq = stringToBrush(v);
1154
+ this._a("plotAreaBackground", brushToString(this.i.sq));
1075
1155
  },
1076
1156
  enumerable: true,
1077
1157
  configurable: true
@@ -1088,11 +1168,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1088
1168
  * ```
1089
1169
  */
1090
1170
  get: function () {
1091
- return this.i.ce;
1171
+ return this.i.ci;
1092
1172
  },
1093
1173
  set: function (v) {
1094
- this.i.ce = ensureEnum(InteractionState_$type, v);
1095
- this._a("defaultInteraction", enumToString(InteractionState_$type, this.i.ce));
1174
+ this.i.ci = ensureEnum(InteractionState_$type, v);
1175
+ this._a("defaultInteraction", enumToString(InteractionState_$type, this.i.ci));
1096
1176
  },
1097
1177
  enumerable: true,
1098
1178
  configurable: true
@@ -1103,11 +1183,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1103
1183
  * The default interaction state defines the SeriesViewer's response to right button mouse events.
1104
1184
  */
1105
1185
  get: function () {
1106
- return this.i.cg;
1186
+ return this.i.ck;
1107
1187
  },
1108
1188
  set: function (v) {
1109
- this.i.cg = ensureEnum(InteractionState_$type, v);
1110
- this._a("rightButtonDefaultInteraction", enumToString(InteractionState_$type, this.i.cg));
1189
+ this.i.ck = ensureEnum(InteractionState_$type, v);
1190
+ this._a("rightButtonDefaultInteraction", enumToString(InteractionState_$type, this.i.ck));
1111
1191
  },
1112
1192
  enumerable: true,
1113
1193
  configurable: true
@@ -1123,11 +1203,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1123
1203
  * ```
1124
1204
  */
1125
1205
  get: function () {
1126
- return this.i.rf;
1206
+ return this.i.r9;
1127
1207
  },
1128
1208
  set: function (v) {
1129
- this.i.rf = ensureEnum(ModifierKeys_$type, v);
1130
- this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.rf));
1209
+ this.i.r9 = ensureEnum(ModifierKeys_$type, v);
1210
+ this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.r9));
1131
1211
  },
1132
1212
  enumerable: true,
1133
1213
  configurable: true
@@ -1143,11 +1223,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1143
1223
  * ```
1144
1224
  */
1145
1225
  get: function () {
1146
- return this.i.rg;
1226
+ return this.i.sa;
1147
1227
  },
1148
1228
  set: function (v) {
1149
- this.i.rg = ensureEnum(ModifierKeys_$type, v);
1150
- this._a("panModifier", enumToString(ModifierKeys_$type, this.i.rg));
1229
+ this.i.sa = ensureEnum(ModifierKeys_$type, v);
1230
+ this._a("panModifier", enumToString(ModifierKeys_$type, this.i.sa));
1151
1231
  },
1152
1232
  enumerable: true,
1153
1233
  configurable: true
@@ -1165,11 +1245,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1165
1245
  * ```
1166
1246
  */
1167
1247
  get: function () {
1168
- return fromRect(this.i.sp);
1248
+ return fromRect(this.i.tj);
1169
1249
  },
1170
1250
  set: function (v) {
1171
- this.i.sp = toRect(v);
1172
- this._a("previewRect", rectToString(this.i.sp));
1251
+ this.i.tj = toRect(v);
1252
+ this._a("previewRect", rectToString(this.i.tj));
1173
1253
  },
1174
1254
  enumerable: true,
1175
1255
  configurable: true
@@ -1184,11 +1264,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1184
1264
  * ```
1185
1265
  */
1186
1266
  get: function () {
1187
- return this.i.g4;
1267
+ return this.i.hi;
1188
1268
  },
1189
1269
  set: function (v) {
1190
- this.i.g4 = +v;
1191
- this._a("windowPositionHorizontal", this.i.g4);
1270
+ this.i.hi = +v;
1271
+ this._a("windowPositionHorizontal", this.i.hi);
1192
1272
  },
1193
1273
  enumerable: true,
1194
1274
  configurable: true
@@ -1203,11 +1283,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1203
1283
  * ```
1204
1284
  */
1205
1285
  get: function () {
1206
- return this.i.g5;
1286
+ return this.i.hj;
1207
1287
  },
1208
1288
  set: function (v) {
1209
- this.i.g5 = +v;
1210
- this._a("windowPositionVertical", this.i.g5);
1289
+ this.i.hj = +v;
1290
+ this._a("windowPositionVertical", this.i.hj);
1211
1291
  },
1212
1292
  enumerable: true,
1213
1293
  configurable: true
@@ -1223,10 +1303,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1223
1303
  * ```
1224
1304
  */
1225
1305
  get: function () {
1226
- return this.i.jw;
1306
+ return this.i.kg;
1227
1307
  },
1228
1308
  set: function (v) {
1229
- this.i.jw = v;
1309
+ this.i.kg = v;
1230
1310
  },
1231
1311
  enumerable: true,
1232
1312
  configurable: true
@@ -1242,11 +1322,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1242
1322
  * ```
1243
1323
  */
1244
1324
  get: function () {
1245
- return this.i.re;
1325
+ return this.i.r8;
1246
1326
  },
1247
1327
  set: function (v) {
1248
- this.i.re = ensureEnum(HorizontalAlignment_$type, v);
1249
- this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.re));
1328
+ this.i.r8 = ensureEnum(HorizontalAlignment_$type, v);
1329
+ this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.r8));
1250
1330
  },
1251
1331
  enumerable: true,
1252
1332
  configurable: true
@@ -1262,11 +1342,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1262
1342
  * ```
1263
1343
  */
1264
1344
  get: function () {
1265
- return this.i.rd;
1345
+ return this.i.r7;
1266
1346
  },
1267
1347
  set: function (v) {
1268
- this.i.rd = ensureEnum(HorizontalAlignment_$type, v);
1269
- this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.rd));
1348
+ this.i.r7 = ensureEnum(HorizontalAlignment_$type, v);
1349
+ this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.r7));
1270
1350
  },
1271
1351
  enumerable: true,
1272
1352
  configurable: true
@@ -1276,10 +1356,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1276
1356
  * Font settings for the title.
1277
1357
  */
1278
1358
  get: function () {
1279
- return this.i.j3;
1359
+ return this.i.kn;
1280
1360
  },
1281
1361
  set: function (v) {
1282
- this.i.j3 = v;
1362
+ this.i.kn = v;
1283
1363
  },
1284
1364
  enumerable: true,
1285
1365
  configurable: true
@@ -1289,10 +1369,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1289
1369
  * Font settings for the subtitle.
1290
1370
  */
1291
1371
  get: function () {
1292
- return this.i.jr;
1372
+ return this.i.kb;
1293
1373
  },
1294
1374
  set: function (v) {
1295
- this.i.jr = v;
1375
+ this.i.kb = v;
1296
1376
  },
1297
1377
  enumerable: true,
1298
1378
  configurable: true
@@ -1308,11 +1388,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1308
1388
  * ```
1309
1389
  */
1310
1390
  get: function () {
1311
- return brushToString(this.i.r1);
1391
+ return brushToString(this.i.sv);
1312
1392
  },
1313
1393
  set: function (v) {
1314
- this.i.r1 = stringToBrush(v);
1315
- this._a("titleTextColor", brushToString(this.i.r1));
1394
+ this.i.sv = stringToBrush(v);
1395
+ this._a("titleTextColor", brushToString(this.i.sv));
1316
1396
  },
1317
1397
  enumerable: true,
1318
1398
  configurable: true
@@ -1328,11 +1408,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1328
1408
  * ```
1329
1409
  */
1330
1410
  get: function () {
1331
- return brushToString(this.i.r0);
1411
+ return brushToString(this.i.su);
1332
1412
  },
1333
1413
  set: function (v) {
1334
- this.i.r0 = stringToBrush(v);
1335
- this._a("subtitleTextColor", brushToString(this.i.r0));
1414
+ this.i.su = stringToBrush(v);
1415
+ this._a("subtitleTextColor", brushToString(this.i.su));
1336
1416
  },
1337
1417
  enumerable: true,
1338
1418
  configurable: true
@@ -1348,11 +1428,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1348
1428
  * ```
1349
1429
  */
1350
1430
  get: function () {
1351
- return this.i.gv;
1431
+ return this.i.g9;
1352
1432
  },
1353
1433
  set: function (v) {
1354
- this.i.gv = +v;
1355
- this._a("titleTopMargin", this.i.gv);
1434
+ this.i.g9 = +v;
1435
+ this._a("titleTopMargin", this.i.g9);
1356
1436
  },
1357
1437
  enumerable: true,
1358
1438
  configurable: true
@@ -1368,11 +1448,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1368
1448
  * ```
1369
1449
  */
1370
1450
  get: function () {
1371
- return this.i.gt;
1451
+ return this.i.g7;
1372
1452
  },
1373
1453
  set: function (v) {
1374
- this.i.gt = +v;
1375
- this._a("titleLeftMargin", this.i.gt);
1454
+ this.i.g7 = +v;
1455
+ this._a("titleLeftMargin", this.i.g7);
1376
1456
  },
1377
1457
  enumerable: true,
1378
1458
  configurable: true
@@ -1388,11 +1468,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1388
1468
  * ```
1389
1469
  */
1390
1470
  get: function () {
1391
- return this.i.gu;
1471
+ return this.i.g8;
1392
1472
  },
1393
1473
  set: function (v) {
1394
- this.i.gu = +v;
1395
- this._a("titleRightMargin", this.i.gu);
1474
+ this.i.g8 = +v;
1475
+ this._a("titleRightMargin", this.i.g8);
1396
1476
  },
1397
1477
  enumerable: true,
1398
1478
  configurable: true
@@ -1408,11 +1488,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1408
1488
  * ```
1409
1489
  */
1410
1490
  get: function () {
1411
- return this.i.gs;
1491
+ return this.i.g6;
1412
1492
  },
1413
1493
  set: function (v) {
1414
- this.i.gs = +v;
1415
- this._a("titleBottomMargin", this.i.gs);
1494
+ this.i.g6 = +v;
1495
+ this._a("titleBottomMargin", this.i.g6);
1416
1496
  },
1417
1497
  enumerable: true,
1418
1498
  configurable: true
@@ -1428,11 +1508,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1428
1508
  * ```
1429
1509
  */
1430
1510
  get: function () {
1431
- return this.i.gr;
1511
+ return this.i.g5;
1432
1512
  },
1433
1513
  set: function (v) {
1434
- this.i.gr = +v;
1435
- this._a("subtitleTopMargin", this.i.gr);
1514
+ this.i.g5 = +v;
1515
+ this._a("subtitleTopMargin", this.i.g5);
1436
1516
  },
1437
1517
  enumerable: true,
1438
1518
  configurable: true
@@ -1448,11 +1528,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1448
1528
  * ```
1449
1529
  */
1450
1530
  get: function () {
1451
- return this.i.gp;
1531
+ return this.i.g3;
1452
1532
  },
1453
1533
  set: function (v) {
1454
- this.i.gp = +v;
1455
- this._a("subtitleLeftMargin", this.i.gp);
1534
+ this.i.g3 = +v;
1535
+ this._a("subtitleLeftMargin", this.i.g3);
1456
1536
  },
1457
1537
  enumerable: true,
1458
1538
  configurable: true
@@ -1468,11 +1548,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1468
1548
  * ```
1469
1549
  */
1470
1550
  get: function () {
1471
- return this.i.gq;
1551
+ return this.i.g4;
1472
1552
  },
1473
1553
  set: function (v) {
1474
- this.i.gq = +v;
1475
- this._a("subtitleRightMargin", this.i.gq);
1554
+ this.i.g4 = +v;
1555
+ this._a("subtitleRightMargin", this.i.g4);
1476
1556
  },
1477
1557
  enumerable: true,
1478
1558
  configurable: true
@@ -1488,11 +1568,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1488
1568
  * ```
1489
1569
  */
1490
1570
  get: function () {
1491
- return this.i.go;
1571
+ return this.i.g2;
1492
1572
  },
1493
1573
  set: function (v) {
1494
- this.i.go = +v;
1495
- this._a("subtitleBottomMargin", this.i.go);
1574
+ this.i.g2 = +v;
1575
+ this._a("subtitleBottomMargin", this.i.g2);
1496
1576
  },
1497
1577
  enumerable: true,
1498
1578
  configurable: true
@@ -1509,10 +1589,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1509
1589
  * ```
1510
1590
  */
1511
1591
  get: function () {
1512
- return this.i.jk;
1592
+ return this.i.j4;
1513
1593
  },
1514
1594
  set: function (v) {
1515
- this.i.jk = v;
1595
+ this.i.j4 = v;
1516
1596
  },
1517
1597
  enumerable: true,
1518
1598
  configurable: true
@@ -1528,11 +1608,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1528
1608
  * ```
1529
1609
  */
1530
1610
  get: function () {
1531
- return this.i.gw;
1611
+ return this.i.ha;
1532
1612
  },
1533
1613
  set: function (v) {
1534
- this.i.gw = +v;
1535
- this._a("topMargin", this.i.gw);
1614
+ this.i.ha = +v;
1615
+ this._a("topMargin", this.i.ha);
1536
1616
  },
1537
1617
  enumerable: true,
1538
1618
  configurable: true
@@ -1548,11 +1628,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1548
1628
  * ```
1549
1629
  */
1550
1630
  get: function () {
1551
- return this.i.gk;
1631
+ return this.i.gw;
1552
1632
  },
1553
1633
  set: function (v) {
1554
- this.i.gk = +v;
1555
- this._a("leftMargin", this.i.gk);
1634
+ this.i.gw = +v;
1635
+ this._a("leftMargin", this.i.gw);
1556
1636
  },
1557
1637
  enumerable: true,
1558
1638
  configurable: true
@@ -1568,11 +1648,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1568
1648
  * ```
1569
1649
  */
1570
1650
  get: function () {
1571
- return this.i.gn;
1651
+ return this.i.g1;
1572
1652
  },
1573
1653
  set: function (v) {
1574
- this.i.gn = +v;
1575
- this._a("rightMargin", this.i.gn);
1654
+ this.i.g1 = +v;
1655
+ this._a("rightMargin", this.i.g1);
1576
1656
  },
1577
1657
  enumerable: true,
1578
1658
  configurable: true
@@ -1588,11 +1668,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1588
1668
  * ```
1589
1669
  */
1590
1670
  get: function () {
1591
- return this.i.f9;
1671
+ return this.i.gj;
1592
1672
  },
1593
1673
  set: function (v) {
1594
- this.i.f9 = +v;
1595
- this._a("bottomMargin", this.i.f9);
1674
+ this.i.gj = +v;
1675
+ this._a("bottomMargin", this.i.gj);
1596
1676
  },
1597
1677
  enumerable: true,
1598
1678
  configurable: true
@@ -1608,11 +1688,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1608
1688
  * ```
1609
1689
  */
1610
1690
  get: function () {
1611
- return this.i.f8;
1691
+ return this.i.gi;
1612
1692
  },
1613
1693
  set: function (v) {
1614
- this.i.f8 = +v;
1615
- this._a("autoMarginWidth", this.i.f8);
1694
+ this.i.gi = +v;
1695
+ this._a("autoMarginWidth", this.i.gi);
1616
1696
  },
1617
1697
  enumerable: true,
1618
1698
  configurable: true
@@ -1626,11 +1706,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1626
1706
  * ```
1627
1707
  */
1628
1708
  get: function () {
1629
- return this.i.f7;
1709
+ return this.i.gh;
1630
1710
  },
1631
1711
  set: function (v) {
1632
- this.i.f7 = +v;
1633
- this._a("autoMarginHeight", this.i.f7);
1712
+ this.i.gh = +v;
1713
+ this._a("autoMarginHeight", this.i.gh);
1634
1714
  },
1635
1715
  enumerable: true,
1636
1716
  configurable: true
@@ -1640,11 +1720,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1640
1720
  * Gets or sets the IsAntiAliasingEnabledDuringInteraction property.
1641
1721
  */
1642
1722
  get: function () {
1643
- return this.i.d6;
1723
+ return this.i.ea;
1644
1724
  },
1645
1725
  set: function (v) {
1646
- this.i.d6 = ensureBool(v);
1647
- this._a("isAntiAliasingEnabledDuringInteraction", this.i.d6);
1726
+ this.i.ea = ensureBool(v);
1727
+ this._a("isAntiAliasingEnabledDuringInteraction", this.i.ea);
1648
1728
  },
1649
1729
  enumerable: true,
1650
1730
  configurable: true
@@ -1656,11 +1736,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1656
1736
  * to appear blurry.
1657
1737
  */
1658
1738
  get: function () {
1659
- return this.i.gl;
1739
+ return this.i.gx;
1660
1740
  },
1661
1741
  set: function (v) {
1662
- this.i.gl = +v;
1663
- this._a("pixelScalingRatio", this.i.gl);
1742
+ this.i.gx = +v;
1743
+ this._a("pixelScalingRatio", this.i.gx);
1664
1744
  },
1665
1745
  enumerable: true,
1666
1746
  configurable: true
@@ -1670,11 +1750,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1670
1750
  * Method of pixel scaling to use during end user interaction with the chart.
1671
1751
  */
1672
1752
  get: function () {
1673
- return this.i.gj;
1753
+ return this.i.gv;
1674
1754
  },
1675
1755
  set: function (v) {
1676
- this.i.gj = +v;
1677
- this._a("interactionPixelScalingRatio", this.i.gj);
1756
+ this.i.gv = +v;
1757
+ this._a("interactionPixelScalingRatio", this.i.gv);
1678
1758
  },
1679
1759
  enumerable: true,
1680
1760
  configurable: true
@@ -1690,11 +1770,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1690
1770
  * ```
1691
1771
  */
1692
1772
  get: function () {
1693
- return this.i.f4;
1773
+ return this.i.gc;
1694
1774
  },
1695
1775
  set: function (v) {
1696
- this.i.f4 = +v;
1697
- this._a("actualPixelScalingRatio", this.i.f4);
1776
+ this.i.gc = +v;
1777
+ this._a("actualPixelScalingRatio", this.i.gc);
1698
1778
  },
1699
1779
  enumerable: true,
1700
1780
  configurable: true
@@ -1708,11 +1788,25 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1708
1788
  * ```
1709
1789
  */
1710
1790
  get: function () {
1711
- return this.i.f3;
1791
+ return this.i.gb;
1712
1792
  },
1713
1793
  set: function (v) {
1714
- this.i.f3 = +v;
1715
- this._a("actualInteractionPixelScalingRatio", this.i.f3);
1794
+ this.i.gb = +v;
1795
+ this._a("actualInteractionPixelScalingRatio", this.i.gb);
1796
+ },
1797
+ enumerable: true,
1798
+ configurable: true
1799
+ });
1800
+ Object.defineProperty(IgcSeriesViewerComponent.prototype, "shouldPanOnMaximumZoom", {
1801
+ /**
1802
+ * Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
1803
+ */
1804
+ get: function () {
1805
+ return this.i.e9;
1806
+ },
1807
+ set: function (v) {
1808
+ this.i.e9 = ensureBool(v);
1809
+ this._a("shouldPanOnMaximumZoom", this.i.e9);
1716
1810
  },
1717
1811
  enumerable: true,
1718
1812
  configurable: true
@@ -1722,11 +1816,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1722
1816
  * Gets the actual value of the window rectangle, which represents the current zoom level.
1723
1817
  */
1724
1818
  get: function () {
1725
- return fromRect(this.i.sf);
1819
+ return fromRect(this.i.s9);
1726
1820
  },
1727
1821
  set: function (v) {
1728
- this.i.sf = toRect(v);
1729
- this._a("actualWindowRect", rectToString(this.i.sf));
1822
+ this.i.s9 = toRect(v);
1823
+ this._a("actualWindowRect", rectToString(this.i.s9));
1730
1824
  },
1731
1825
  enumerable: true,
1732
1826
  configurable: true
@@ -1741,11 +1835,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1741
1835
  * ```
1742
1836
  */
1743
1837
  get: function () {
1744
- return this.i.f5;
1838
+ return this.i.gd;
1745
1839
  },
1746
1840
  set: function (v) {
1747
- this.i.f5 = +v;
1748
- this._a("actualWindowPositionHorizontal", this.i.f5);
1841
+ this.i.gd = +v;
1842
+ this._a("actualWindowPositionHorizontal", this.i.gd);
1749
1843
  },
1750
1844
  enumerable: true,
1751
1845
  configurable: true
@@ -1761,11 +1855,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1761
1855
  * ```
1762
1856
  */
1763
1857
  get: function () {
1764
- return this.i.f6;
1858
+ return this.i.ge;
1765
1859
  },
1766
1860
  set: function (v) {
1767
- this.i.f6 = +v;
1768
- this._a("actualWindowPositionVertical", this.i.f6);
1861
+ this.i.ge = +v;
1862
+ this._a("actualWindowPositionVertical", this.i.ge);
1769
1863
  },
1770
1864
  enumerable: true,
1771
1865
  configurable: true
@@ -1836,6 +1930,19 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1836
1930
  }
1837
1931
  this._inStyling = false;
1838
1932
  };
1933
+ IgcSeriesViewerComponent.prototype.getDesiredToolbarActions = function () {
1934
+ var iv = this.i.getDesiredToolbarActions();
1935
+ return (iv);
1936
+ };
1937
+ IgcSeriesViewerComponent.prototype.onToolCommandExecuting = function (command) {
1938
+ this.i.onToolCommandExecuting(command);
1939
+ };
1940
+ IgcSeriesViewerComponent.prototype.addCommandAvailabilityListener = function (listener) {
1941
+ this.i.addCommandAvailabilityListener(listener);
1942
+ };
1943
+ IgcSeriesViewerComponent.prototype.removeCommandAvailabilityListener = function (listener) {
1944
+ this.i.removeCommandAvailabilityListener(listener);
1945
+ };
1839
1946
  /**
1840
1947
  * Hides the active main tooltip, if displayed.
1841
1948
 
@@ -1845,41 +1952,55 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1845
1952
  * ```
1846
1953
  */
1847
1954
  IgcSeriesViewerComponent.prototype.hideToolTip = function () {
1848
- this.i.ld();
1955
+ this.i.l0();
1849
1956
  };
1850
1957
  IgcSeriesViewerComponent.prototype.simulateHover = function (point) {
1851
- this.i.oc(toPoint(point));
1958
+ this.i.oz(toPoint(point));
1852
1959
  };
1853
1960
  /**
1854
1961
  * Manually starts a tiled zoom if one isn't already running.
1855
1962
 
1856
1963
  */
1857
1964
  IgcSeriesViewerComponent.prototype.startTiledZoomingIfNecessary = function () {
1858
- this.i.oe();
1965
+ this.i.o1();
1859
1966
  };
1860
1967
  /**
1861
1968
  * Manually ends a tiled zoom if one is running.
1862
1969
 
1863
1970
  */
1864
1971
  IgcSeriesViewerComponent.prototype.endTiledZoomingIfRunning = function () {
1865
- this.i.k7();
1972
+ this.i.lu();
1866
1973
  };
1867
1974
  /**
1868
1975
  * Clears the tile zoom tile cache so that new tiles will be generated. Only applies if the viewer is using a tile based zoom.
1869
1976
 
1870
1977
  */
1871
1978
  IgcSeriesViewerComponent.prototype.clearTileZoomCache = function () {
1872
- this.i.k1();
1979
+ this.i.lo();
1980
+ };
1981
+ /**
1982
+ * Performs zoom in action on the chart by specified percentage of current window rect
1983
+
1984
+ */
1985
+ IgcSeriesViewerComponent.prototype.zoomIn = function (percentage) {
1986
+ this.i.pj(percentage);
1987
+ };
1988
+ /**
1989
+ * Performs zoom out action on the chart by specified percentage of current window rect
1990
+
1991
+ */
1992
+ IgcSeriesViewerComponent.prototype.zoomOut = function (percentage) {
1993
+ this.i.pk(percentage);
1873
1994
  };
1874
1995
  /**
1875
1996
  * Resets the zoom level to default.
1876
1997
 
1877
1998
  */
1878
1999
  IgcSeriesViewerComponent.prototype.resetZoom = function () {
1879
- this.i.n6();
2000
+ this.i.ot();
1880
2001
  };
1881
2002
  IgcSeriesViewerComponent.prototype.cancelManipulation = function () {
1882
- this.i.kz();
2003
+ this.i.lm();
1883
2004
  };
1884
2005
  /**
1885
2006
  * Gets actual window scale for horizontal dimension of the control
@@ -1890,7 +2011,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1890
2011
  * ```
1891
2012
  */
1892
2013
  IgcSeriesViewerComponent.prototype.getActualWindowScaleHorizontal = function () {
1893
- var iv = this.i.ga();
2014
+ var iv = this.i.gm();
1894
2015
  return (iv);
1895
2016
  };
1896
2017
  /**
@@ -1902,7 +2023,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1902
2023
  * ```
1903
2024
  */
1904
2025
  IgcSeriesViewerComponent.prototype.getActualWindowScaleVertical = function () {
1905
- var iv = this.i.gb();
2026
+ var iv = this.i.gn();
1906
2027
  return (iv);
1907
2028
  };
1908
2029
  /**
@@ -1918,10 +2039,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1918
2039
  * @param s * The series to attach to the chart.
1919
2040
  */
1920
2041
  IgcSeriesViewerComponent.prototype.attachSeries = function (s) {
1921
- this.i.kx((s == null ? null : s.i));
2042
+ this.i.lk((s == null ? null : s.i));
1922
2043
  };
1923
2044
  IgcSeriesViewerComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
1924
- this.i.lv(source_, index, oldItem, newItem);
2045
+ this.i.mi(source_, index, oldItem, newItem);
1925
2046
  };
1926
2047
  /**
1927
2048
  * 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.
@@ -1933,13 +2054,13 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1933
2054
  * ```
1934
2055
  */
1935
2056
  IgcSeriesViewerComponent.prototype.notifyClearItems = function (source_) {
1936
- this.i.lm(source_);
2057
+ this.i.l9(source_);
1937
2058
  };
1938
2059
  IgcSeriesViewerComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
1939
- this.i.lt(source_, index, newItem);
2060
+ this.i.mg(source_, index, newItem);
1940
2061
  };
1941
2062
  IgcSeriesViewerComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
1942
- this.i.lu(source_, index, oldItem);
2063
+ this.i.mh(source_, index, oldItem);
1943
2064
  };
1944
2065
  /**
1945
2066
  * Release any resources held by the control.
@@ -1949,11 +2070,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1949
2070
  this.i.destroy();
1950
2071
  };
1951
2072
  IgcSeriesViewerComponent.prototype.getCurrentActualWindowRect = function () {
1952
- var iv = this.i.sl();
2073
+ var iv = this.i.tf();
1953
2074
  return fromRect(iv);
1954
2075
  };
1955
2076
  IgcSeriesViewerComponent.prototype.renderToImage = function (width, height) {
1956
- var iv = this.i.hi(width, height);
2077
+ var iv = this.i.hz(width, height);
1957
2078
  return (iv);
1958
2079
  };
1959
2080
  /**