igniteui-webcomponents-charts 3.2.3 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1081) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +29124 -22745
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +127 -104
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +554 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  53. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  54. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  55. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  56. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  59. package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
  60. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  61. package/esm2015/lib/DomainChart.js +2165 -1902
  62. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  63. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  64. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  65. package/esm2015/lib/FinancialChart_combined.js +1440 -1356
  66. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  67. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  68. package/esm2015/lib/FinancialOverlay.js +36 -36
  69. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  70. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  71. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  72. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  73. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  74. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  75. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  76. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  77. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  78. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  79. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  81. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  82. package/esm2015/lib/IndicatorProxy.js +11 -11
  83. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  84. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  85. package/esm2015/lib/LineSeries_combined.js +38 -38
  86. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  87. package/esm2015/lib/MassIndexIndicator.js +6 -6
  88. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  89. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  90. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  91. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  92. package/esm2015/lib/NumberAbbreviator.js +1 -1
  93. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  94. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  95. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  96. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  97. package/esm2015/lib/OverlayProxy.js +8 -8
  98. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  99. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  100. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  101. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  102. package/esm2015/lib/PointSeries_combined.js +19 -19
  103. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  104. package/esm2015/lib/PolarBase_combined.js +388 -388
  105. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  106. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  107. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  108. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  109. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  110. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  111. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  112. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  113. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  114. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  115. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  116. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  117. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  118. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  119. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  120. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  121. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  122. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  123. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  124. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  125. package/esm2015/lib/ScatterBase_combined.js +445 -445
  126. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  127. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  128. package/esm2015/lib/ScatterLineSeries.js +51 -51
  129. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  130. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  131. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  132. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  133. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  134. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  135. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  136. package/esm2015/lib/SeriesInteractionManager.js +80 -80
  137. package/esm2015/lib/SeriesRenderManager.js +17 -17
  138. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  139. package/esm2015/lib/SeriesViewerInteractionManager.js +198 -198
  140. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  141. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  142. package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
  143. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  144. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  145. package/esm2015/lib/SizeScale.js +3 -3
  146. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  147. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  148. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  149. package/esm2015/lib/SplineSeries_combined.js +25 -25
  150. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  151. package/esm2015/lib/Stacked100BarBucketCalculator.js +6 -6
  152. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  153. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
  154. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  155. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  156. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  157. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  158. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  159. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  160. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1556 -1455
  161. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  162. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  163. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  164. package/esm2015/lib/StochRSIIndicator.js +15 -15
  165. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  166. package/esm2015/lib/TRIXIndicator.js +16 -16
  167. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  168. package/esm2015/lib/TimeAxisBase.js +8 -8
  169. package/esm2015/lib/TimeXAxis.js +10 -10
  170. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  171. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  172. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  173. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  174. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  175. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  176. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  177. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  178. package/esm2015/lib/XYChart.js +802 -802
  179. package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  180. package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  181. package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
  182. package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
  183. package/esm2015/lib/igc-annotation-layer-component.js +31 -17
  184. package/esm2015/lib/igc-area-fragment-component.js +14 -0
  185. package/esm2015/lib/igc-area-series-component.js +14 -0
  186. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
  187. package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
  188. package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
  189. package/esm2015/lib/igc-axis-annotation.js +5 -0
  190. package/esm2015/lib/igc-axis-component.js +28 -6
  191. package/esm2015/lib/igc-bar-fragment-component.js +34 -18
  192. package/esm2015/lib/igc-bar-series-component.js +25 -11
  193. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  194. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
  195. package/esm2015/lib/igc-brush-scale-component.js +20 -0
  196. package/esm2015/lib/igc-bubble-series-component.js +60 -44
  197. package/esm2015/lib/igc-calculated-column.js +5 -0
  198. package/esm2015/lib/igc-callout-annotation.js +12 -6
  199. package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
  200. package/esm2015/lib/igc-callout-layer-component.js +115 -95
  201. package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
  202. package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
  203. package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
  204. package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
  205. package/esm2015/lib/igc-category-axis-base-component.js +14 -0
  206. package/esm2015/lib/igc-category-chart-component.js +169 -112
  207. package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
  208. package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
  209. package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
  210. package/esm2015/lib/igc-category-series-component.js +36 -20
  211. package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
  212. package/esm2015/lib/igc-category-x-axis-component.js +89 -2
  213. package/esm2015/lib/igc-category-y-axis-component.js +89 -2
  214. package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  215. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  216. package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
  217. package/esm2015/lib/igc-chart-group-description-collection.js +105 -0
  218. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  219. package/esm2015/lib/igc-chart-group-description.js +20 -0
  220. package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
  221. package/esm2015/lib/igc-chart-series-event-args.js +7 -6
  222. package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
  223. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  224. package/esm2015/lib/igc-chart-sort-description.js +66 -0
  225. package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
  226. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  227. package/esm2015/lib/igc-chart-summary-description.js +101 -0
  228. package/esm2015/lib/igc-color-scale-component.js +20 -0
  229. package/esm2015/lib/igc-column-fragment-component.js +39 -23
  230. package/esm2015/lib/igc-column-series-component.js +27 -13
  231. package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
  232. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  233. package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
  234. package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
  235. package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
  236. package/esm2015/lib/igc-custom-indicator-component.js +14 -0
  237. package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
  238. package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
  239. package/esm2015/lib/igc-data-chart-component.js +95 -95
  240. package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  241. package/esm2015/lib/igc-data-legend-component.js +12 -1
  242. package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
  243. package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
  244. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  245. package/esm2015/lib/igc-domain-chart-component.js +969 -650
  246. package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  247. package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
  248. package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
  249. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  250. package/esm2015/lib/igc-final-value-layer-component.js +57 -42
  251. package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
  252. package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  253. package/esm2015/lib/igc-financial-chart-component.js +215 -157
  254. package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  255. package/esm2015/lib/igc-financial-event-args.js +22 -10
  256. package/esm2015/lib/igc-financial-indicator-component.js +30 -16
  257. package/esm2015/lib/igc-financial-overlay-component.js +19 -5
  258. package/esm2015/lib/igc-financial-price-series-component.js +44 -30
  259. package/esm2015/lib/igc-financial-series-component.js +79 -60
  260. package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
  261. package/esm2015/lib/igc-fragment-base-component.js +16 -2
  262. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  263. package/esm2015/lib/igc-funnel-chart-component.js +9 -0
  264. package/esm2015/lib/igc-funnel-data-context.js +5 -0
  265. package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
  266. package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
  267. package/esm2015/lib/igc-highlighting-info.js +12 -6
  268. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  269. package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
  270. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  271. package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
  272. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  273. package/esm2015/lib/igc-legend-base-component.js +10 -0
  274. package/esm2015/lib/igc-line-fragment-component.js +15 -1
  275. package/esm2015/lib/igc-line-series-component.js +15 -1
  276. package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
  277. package/esm2015/lib/igc-marker-series-component.js +42 -28
  278. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  279. package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
  280. package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
  281. package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
  282. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  283. package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
  284. package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
  285. package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
  286. package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
  287. package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
  288. package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
  289. package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
  290. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
  291. package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
  292. package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  293. package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  294. package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
  295. package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
  296. package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  297. package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
  298. package/esm2015/lib/igc-point-series-component.js +14 -0
  299. package/esm2015/lib/igc-polar-area-series-component.js +17 -3
  300. package/esm2015/lib/igc-polar-base-component.js +95 -77
  301. package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
  302. package/esm2015/lib/igc-polar-line-series-component.js +18 -4
  303. package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
  304. package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
  305. package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
  306. package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
  307. package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
  308. package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
  309. package/esm2015/lib/igc-radial-area-series-component.js +17 -3
  310. package/esm2015/lib/igc-radial-base-component.js +49 -31
  311. package/esm2015/lib/igc-radial-column-series-component.js +23 -9
  312. package/esm2015/lib/igc-radial-line-series-component.js +18 -4
  313. package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
  314. package/esm2015/lib/igc-range-area-series-component.js +14 -0
  315. package/esm2015/lib/igc-range-category-series-component.js +20 -6
  316. package/esm2015/lib/igc-range-column-series-component.js +24 -10
  317. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  318. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
  319. package/esm2015/lib/igc-ring-series-base-component.js +20 -0
  320. package/esm2015/lib/igc-ring-series-component.js +25 -5
  321. package/esm2015/lib/igc-ring.js +12 -6
  322. package/esm2015/lib/igc-scale-legend-component.js +14 -0
  323. package/esm2015/lib/igc-scaler-params.js +5 -0
  324. package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
  325. package/esm2015/lib/igc-scatter-base-component.js +79 -61
  326. package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
  327. package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
  328. package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
  329. package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
  330. package/esm2015/lib/igc-scatter-series-component.js +14 -0
  331. package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
  332. package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
  333. package/esm2015/lib/igc-series-component.js +215 -185
  334. package/esm2015/lib/igc-series-viewer-component.js +417 -282
  335. package/esm2015/lib/igc-shape-series-base-component.js +64 -45
  336. package/esm2015/lib/igc-size-scale-component.js +20 -0
  337. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  338. package/esm2015/lib/igc-sparkline-component.js +5 -0
  339. package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
  340. package/esm2015/lib/igc-spline-area-series-component.js +15 -1
  341. package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
  342. package/esm2015/lib/igc-spline-fragment-component.js +15 -1
  343. package/esm2015/lib/igc-spline-series-base-component.js +20 -6
  344. package/esm2015/lib/igc-spline-series-component.js +15 -1
  345. package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
  346. package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
  347. package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
  348. package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
  349. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  350. package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
  351. package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
  352. package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
  353. package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
  354. package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
  355. package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
  356. package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
  357. package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
  358. package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
  359. package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
  360. package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
  361. package/esm2015/lib/igc-step-area-series-component.js +16 -2
  362. package/esm2015/lib/igc-step-line-series-component.js +17 -3
  363. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
  364. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
  365. package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
  366. package/esm2015/lib/igc-time-axis-base-component.js +14 -0
  367. package/esm2015/lib/igc-time-axis-break-component.js +19 -0
  368. package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
  369. package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
  370. package/esm2015/lib/igc-time-x-axis-component.js +14 -0
  371. package/esm2015/lib/igc-treemap-component.js +11 -0
  372. package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
  373. package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
  374. package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
  375. package/esm2015/lib/igc-trix-indicator-component.js +17 -3
  376. package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
  377. package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  378. package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
  379. package/esm2015/lib/igc-value-overlay-component.js +67 -52
  380. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
  381. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
  382. package/esm2015/lib/igc-waterfall-series-component.js +33 -19
  383. package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
  384. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
  385. package/esm2015/lib/igc-xy-chart-component.js +232 -218
  386. package/esm2015/lib/igc-zoom-slider-component.js +7 -7
  387. package/esm2015/public_api.js +23 -0
  388. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  389. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  390. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  391. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  392. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  393. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  394. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  395. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  396. package/esm5/lib/AreaSeries_combined.js +44 -44
  397. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  398. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  399. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  400. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  401. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  402. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  403. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  404. package/esm5/lib/AxisAnnotationManager.js +1 -1
  405. package/esm5/lib/AxisVisualDataManager.js +2 -2
  406. package/esm5/lib/BarSeries_combined.js +127 -104
  407. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  408. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  409. package/esm5/lib/BrushScale.js +7 -7
  410. package/esm5/lib/BubbleSeries_combined.js +252 -252
  411. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  412. package/esm5/lib/CalloutLayer_combined.js +442 -440
  413. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  414. package/esm5/lib/CategoryChart.js +531 -413
  415. package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
  416. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  417. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  418. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  419. package/esm5/lib/CategoryMarkerManager.js +1 -1
  420. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  421. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  422. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  423. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  424. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  425. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  426. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  427. package/esm5/lib/ChartGroupDescription.js +59 -0
  428. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  429. package/esm5/lib/ChartSortDescription.js +75 -0
  430. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  431. package/esm5/lib/ChartSummaryDescription.js +149 -0
  432. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  433. package/esm5/lib/ColumnSeries_combined.js +64 -64
  434. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  435. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  436. package/esm5/lib/CustomIndicator.js +23 -23
  437. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  438. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  439. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  440. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  441. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  442. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  443. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  444. package/esm5/lib/DataToolTipLayer_combined.js +436 -434
  445. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  446. package/esm5/lib/DomainChart.js +2101 -1752
  447. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  448. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  449. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  450. package/esm5/lib/FinancialChart_combined.js +1404 -1299
  451. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  452. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  453. package/esm5/lib/FinancialOverlay.js +36 -36
  454. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  455. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  456. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  457. package/esm5/lib/ForceIndexIndicator.js +15 -15
  458. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  459. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  460. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  461. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  462. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  463. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  464. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  465. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  466. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  467. package/esm5/lib/IndicatorProxy.js +11 -11
  468. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  469. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  470. package/esm5/lib/LineSeries_combined.js +38 -38
  471. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  472. package/esm5/lib/MassIndexIndicator.js +6 -6
  473. package/esm5/lib/MedianPriceIndicator.js +6 -6
  474. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  475. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  476. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  477. package/esm5/lib/NumberAbbreviator.js +1 -1
  478. package/esm5/lib/NumericXAxis_combined.js +3 -3
  479. package/esm5/lib/NumericYAxis_combined.js +3 -3
  480. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  481. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  482. package/esm5/lib/OverlayProxy.js +8 -8
  483. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  484. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  485. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  486. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  487. package/esm5/lib/PointSeries_combined.js +19 -19
  488. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  489. package/esm5/lib/PolarBase_combined.js +384 -384
  490. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  491. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  492. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  493. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  494. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  495. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  496. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  497. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  498. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  499. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  500. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  501. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  502. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  503. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  504. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  505. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  506. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  507. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  508. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  509. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  510. package/esm5/lib/ScatterBase_combined.js +441 -441
  511. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  512. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  513. package/esm5/lib/ScatterLineSeries.js +51 -51
  514. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  515. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  516. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  517. package/esm5/lib/ScatterSeries_combined.js +15 -15
  518. package/esm5/lib/ScatterSplineSeries.js +38 -38
  519. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  520. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  521. package/esm5/lib/SeriesInteractionManager.js +80 -80
  522. package/esm5/lib/SeriesRenderManager.js +17 -17
  523. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  524. package/esm5/lib/SeriesViewerInteractionManager.js +198 -198
  525. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  526. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  527. package/esm5/lib/SeriesViewer_combined.js +3458 -3101
  528. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  529. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  530. package/esm5/lib/SizeScale.js +3 -3
  531. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  532. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  533. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  534. package/esm5/lib/SplineSeries_combined.js +25 -25
  535. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  536. package/esm5/lib/Stacked100BarBucketCalculator.js +6 -6
  537. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  538. package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
  539. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  540. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  541. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  542. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  543. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  544. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  545. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1835 -1686
  546. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  547. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  548. package/esm5/lib/StepLineSeries_combined.js +43 -43
  549. package/esm5/lib/StochRSIIndicator.js +14 -14
  550. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  551. package/esm5/lib/TRIXIndicator.js +15 -15
  552. package/esm5/lib/TileZoomManager_combined.js +9 -9
  553. package/esm5/lib/TimeAxisBase.js +8 -8
  554. package/esm5/lib/TimeXAxis.js +10 -10
  555. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  556. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  557. package/esm5/lib/ValueOverlay_combined.js +115 -115
  558. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  559. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  560. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  561. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  562. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  563. package/esm5/lib/XYChart.js +717 -717
  564. package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  565. package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  566. package/esm5/lib/igc-anchored-category-series-component.js +32 -18
  567. package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
  568. package/esm5/lib/igc-annotation-layer-component.js +31 -17
  569. package/esm5/lib/igc-area-fragment-component.js +14 -0
  570. package/esm5/lib/igc-area-series-component.js +14 -0
  571. package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
  572. package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
  573. package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
  574. package/esm5/lib/igc-axis-annotation.js +5 -0
  575. package/esm5/lib/igc-axis-component.js +28 -6
  576. package/esm5/lib/igc-bar-fragment-component.js +34 -18
  577. package/esm5/lib/igc-bar-series-component.js +25 -11
  578. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  579. package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
  580. package/esm5/lib/igc-brush-scale-component.js +20 -0
  581. package/esm5/lib/igc-bubble-series-component.js +60 -44
  582. package/esm5/lib/igc-calculated-column.js +5 -0
  583. package/esm5/lib/igc-callout-annotation.js +12 -6
  584. package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
  585. package/esm5/lib/igc-callout-layer-component.js +115 -95
  586. package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
  587. package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
  588. package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
  589. package/esm5/lib/igc-category-angle-axis-component.js +14 -0
  590. package/esm5/lib/igc-category-axis-base-component.js +14 -0
  591. package/esm5/lib/igc-category-chart-component.js +189 -112
  592. package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
  593. package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
  594. package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
  595. package/esm5/lib/igc-category-series-component.js +36 -20
  596. package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
  597. package/esm5/lib/igc-category-x-axis-component.js +109 -2
  598. package/esm5/lib/igc-category-y-axis-component.js +109 -2
  599. package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  600. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  601. package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
  602. package/esm5/lib/igc-chart-group-description-collection.js +132 -0
  603. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  604. package/esm5/lib/igc-chart-group-description.js +34 -0
  605. package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
  606. package/esm5/lib/igc-chart-series-event-args.js +7 -6
  607. package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
  608. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  609. package/esm5/lib/igc-chart-sort-description.js +86 -0
  610. package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
  611. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  612. package/esm5/lib/igc-chart-summary-description.js +128 -0
  613. package/esm5/lib/igc-color-scale-component.js +20 -0
  614. package/esm5/lib/igc-column-fragment-component.js +39 -23
  615. package/esm5/lib/igc-column-series-component.js +27 -13
  616. package/esm5/lib/igc-column-supporting-calculation.js +5 -0
  617. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  618. package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
  619. package/esm5/lib/igc-crosshair-layer-component.js +105 -90
  620. package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
  621. package/esm5/lib/igc-custom-indicator-component.js +14 -0
  622. package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
  623. package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
  624. package/esm5/lib/igc-data-chart-component.js +95 -95
  625. package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  626. package/esm5/lib/igc-data-legend-component.js +12 -1
  627. package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
  628. package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
  629. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  630. package/esm5/lib/igc-domain-chart-component.js +1041 -650
  631. package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  632. package/esm5/lib/igc-doughnut-chart-component.js +7 -0
  633. package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
  634. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  635. package/esm5/lib/igc-final-value-layer-component.js +57 -42
  636. package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
  637. package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  638. package/esm5/lib/igc-financial-chart-component.js +235 -157
  639. package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  640. package/esm5/lib/igc-financial-event-args.js +22 -10
  641. package/esm5/lib/igc-financial-indicator-component.js +30 -16
  642. package/esm5/lib/igc-financial-overlay-component.js +19 -5
  643. package/esm5/lib/igc-financial-price-series-component.js +44 -30
  644. package/esm5/lib/igc-financial-series-component.js +79 -60
  645. package/esm5/lib/igc-force-index-indicator-component.js +18 -4
  646. package/esm5/lib/igc-fragment-base-component.js +16 -2
  647. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  648. package/esm5/lib/igc-funnel-chart-component.js +9 -0
  649. package/esm5/lib/igc-funnel-data-context.js +5 -0
  650. package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
  651. package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
  652. package/esm5/lib/igc-highlighting-info.js +12 -6
  653. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  654. package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
  655. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  656. package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
  657. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  658. package/esm5/lib/igc-legend-base-component.js +10 -0
  659. package/esm5/lib/igc-line-fragment-component.js +15 -1
  660. package/esm5/lib/igc-line-series-component.js +15 -1
  661. package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
  662. package/esm5/lib/igc-marker-series-component.js +42 -28
  663. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  664. package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
  665. package/esm5/lib/igc-median-price-indicator-component.js +14 -0
  666. package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
  667. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  668. package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
  669. package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
  670. package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
  671. package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
  672. package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
  673. package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
  674. package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
  675. package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
  676. package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
  677. package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  678. package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  679. package/esm5/lib/igc-pie-chart-base-component.js +28 -0
  680. package/esm5/lib/igc-pie-slice-others-context.js +5 -0
  681. package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  682. package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
  683. package/esm5/lib/igc-point-series-component.js +14 -0
  684. package/esm5/lib/igc-polar-area-series-component.js +17 -3
  685. package/esm5/lib/igc-polar-base-component.js +95 -77
  686. package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
  687. package/esm5/lib/igc-polar-line-series-component.js +18 -4
  688. package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
  689. package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
  690. package/esm5/lib/igc-polar-spline-series-component.js +18 -4
  691. package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
  692. package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
  693. package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
  694. package/esm5/lib/igc-radial-area-series-component.js +17 -3
  695. package/esm5/lib/igc-radial-base-component.js +49 -31
  696. package/esm5/lib/igc-radial-column-series-component.js +23 -9
  697. package/esm5/lib/igc-radial-line-series-component.js +18 -4
  698. package/esm5/lib/igc-radial-pie-series-component.js +23 -9
  699. package/esm5/lib/igc-range-area-series-component.js +14 -0
  700. package/esm5/lib/igc-range-category-series-component.js +20 -6
  701. package/esm5/lib/igc-range-column-series-component.js +24 -10
  702. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  703. package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
  704. package/esm5/lib/igc-ring-series-base-component.js +20 -0
  705. package/esm5/lib/igc-ring-series-component.js +25 -5
  706. package/esm5/lib/igc-ring.js +12 -6
  707. package/esm5/lib/igc-scale-legend-component.js +14 -0
  708. package/esm5/lib/igc-scaler-params.js +5 -0
  709. package/esm5/lib/igc-scatter-area-series-component.js +40 -24
  710. package/esm5/lib/igc-scatter-base-component.js +79 -61
  711. package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
  712. package/esm5/lib/igc-scatter-line-series-component.js +18 -4
  713. package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
  714. package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
  715. package/esm5/lib/igc-scatter-series-component.js +14 -0
  716. package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
  717. package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
  718. package/esm5/lib/igc-series-component.js +219 -185
  719. package/esm5/lib/igc-series-viewer-component.js +441 -282
  720. package/esm5/lib/igc-shape-series-base-component.js +64 -45
  721. package/esm5/lib/igc-size-scale-component.js +20 -0
  722. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  723. package/esm5/lib/igc-sparkline-component.js +5 -0
  724. package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
  725. package/esm5/lib/igc-spline-area-series-component.js +15 -1
  726. package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
  727. package/esm5/lib/igc-spline-fragment-component.js +15 -1
  728. package/esm5/lib/igc-spline-series-base-component.js +20 -6
  729. package/esm5/lib/igc-spline-series-component.js +15 -1
  730. package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
  731. package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
  732. package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
  733. package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
  734. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  735. package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
  736. package/esm5/lib/igc-stacked-area-series-component.js +14 -0
  737. package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
  738. package/esm5/lib/igc-stacked-column-series-component.js +23 -9
  739. package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
  740. package/esm5/lib/igc-stacked-line-series-component.js +15 -1
  741. package/esm5/lib/igc-stacked-series-base-component.js +12 -11
  742. package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
  743. package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
  744. package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
  745. package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
  746. package/esm5/lib/igc-step-area-series-component.js +16 -2
  747. package/esm5/lib/igc-step-line-series-component.js +17 -3
  748. package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
  749. package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
  750. package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
  751. package/esm5/lib/igc-time-axis-base-component.js +14 -0
  752. package/esm5/lib/igc-time-axis-break-component.js +19 -0
  753. package/esm5/lib/igc-time-axis-interval-component.js +19 -0
  754. package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
  755. package/esm5/lib/igc-time-x-axis-component.js +14 -0
  756. package/esm5/lib/igc-treemap-component.js +11 -0
  757. package/esm5/lib/igc-treemap-node-style-component.js +19 -0
  758. package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
  759. package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
  760. package/esm5/lib/igc-trix-indicator-component.js +17 -3
  761. package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
  762. package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  763. package/esm5/lib/igc-value-brush-scale-component.js +14 -0
  764. package/esm5/lib/igc-value-overlay-component.js +67 -52
  765. package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
  766. package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
  767. package/esm5/lib/igc-waterfall-series-component.js +33 -19
  768. package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
  769. package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
  770. package/esm5/lib/igc-xy-chart-component.js +232 -218
  771. package/esm5/lib/igc-zoom-slider-component.js +7 -7
  772. package/esm5/public_api.js +23 -0
  773. package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
  774. package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
  775. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  776. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  777. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  778. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  779. package/lib/AnnotationLayerProxy.d.ts +4 -0
  780. package/lib/AnnotationLayer_combined.d.ts +40 -40
  781. package/lib/AreaSeries_combined.d.ts +8 -8
  782. package/lib/AutomaticSeriesManager.d.ts +1 -0
  783. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  784. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  785. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  786. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  787. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  788. package/lib/BarSeries_combined.d.ts +19 -19
  789. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  790. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  791. package/lib/BubbleSeries_combined.d.ts +48 -48
  792. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  793. package/lib/CalloutLayer_combined.d.ts +101 -101
  794. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  795. package/lib/CategoryChart.d.ts +131 -116
  796. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  797. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  798. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  799. package/lib/CategoryXAxis_combined.d.ts +17 -5
  800. package/lib/CategoryYAxis_combined.d.ts +17 -5
  801. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  802. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  803. package/lib/ChartGroupDescription.d.ts +16 -0
  804. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  805. package/lib/ChartSortDescription.d.ts +18 -0
  806. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  807. package/lib/ChartSummaryDescription.d.ts +33 -0
  808. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  809. package/lib/ColumnSeries_combined.d.ts +17 -17
  810. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  811. package/lib/CrosshairLayer_combined.d.ts +41 -41
  812. package/lib/CustomIndicator.d.ts +8 -8
  813. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  814. package/lib/DataChartToolbarProvider.d.ts +21 -0
  815. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  816. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  817. package/lib/DomainChart.d.ts +541 -489
  818. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  819. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  820. package/lib/FinalValueLayer_combined.d.ts +28 -28
  821. package/lib/FinancialChart_combined.d.ts +299 -287
  822. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  823. package/lib/FinancialIndicator_combined.d.ts +36 -36
  824. package/lib/FinancialOverlay.d.ts +9 -9
  825. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  826. package/lib/ForceIndexIndicator.d.ts +9 -9
  827. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  828. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  829. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  830. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  831. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  832. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  833. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  834. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  835. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  836. package/lib/LineSeries_combined.d.ts +7 -7
  837. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  838. package/lib/MassIndexIndicator.d.ts +4 -4
  839. package/lib/MedianPriceIndicator.d.ts +4 -4
  840. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  841. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  842. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  843. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  844. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  845. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  846. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  847. package/lib/PointSeries_combined.d.ts +6 -6
  848. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  849. package/lib/PolarBase_combined.d.ts +107 -107
  850. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  851. package/lib/PolarLineSeries_combined.d.ts +8 -8
  852. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  853. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  854. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  855. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  856. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  857. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  858. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  859. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  860. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  861. package/lib/RadialLineSeries_combined.d.ts +8 -8
  862. package/lib/RadialPieSeries_combined.d.ts +13 -13
  863. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  864. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  865. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  866. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  867. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  868. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  869. package/lib/ScatterBase_combined.d.ts +108 -108
  870. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  871. package/lib/ScatterLineSeries.d.ts +12 -12
  872. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  873. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  874. package/lib/ScatterSeries_combined.d.ts +4 -4
  875. package/lib/ScatterSplineSeries.d.ts +9 -9
  876. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  877. package/lib/SeriesViewer_combined.d.ts +1036 -956
  878. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  879. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  880. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  881. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  882. package/lib/SplineSeries_combined.d.ts +6 -6
  883. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  884. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  885. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  886. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  887. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  888. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  889. package/lib/StackedLineSeries_combined.d.ts +3 -3
  890. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +415 -397
  891. package/lib/StandardDeviationIndicator.d.ts +8 -8
  892. package/lib/StepAreaSeries_combined.d.ts +10 -10
  893. package/lib/StepLineSeries_combined.d.ts +9 -9
  894. package/lib/StochRSIIndicator.d.ts +8 -8
  895. package/lib/StrategyBasedIndicator.d.ts +21 -21
  896. package/lib/TRIXIndicator.d.ts +8 -8
  897. package/lib/TypicalPriceIndicator.d.ts +4 -4
  898. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  899. package/lib/ValueOverlay_combined.d.ts +41 -41
  900. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  901. package/lib/WaterfallSeries_combined.d.ts +23 -23
  902. package/lib/WeightedCloseIndicator.d.ts +4 -4
  903. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  904. package/lib/XYChart.d.ts +187 -187
  905. package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
  906. package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
  907. package/lib/igc-anchored-category-series-component.d.ts +1 -0
  908. package/lib/igc-anchored-radial-series-component.d.ts +1 -0
  909. package/lib/igc-annotation-layer-component.d.ts +1 -0
  910. package/lib/igc-area-fragment-component.d.ts +1 -0
  911. package/lib/igc-area-series-component.d.ts +1 -0
  912. package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
  913. package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
  914. package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
  915. package/lib/igc-axis-component.d.ts +1 -0
  916. package/lib/igc-bar-fragment-component.d.ts +1 -0
  917. package/lib/igc-bar-series-component.d.ts +1 -0
  918. package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
  919. package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
  920. package/lib/igc-brush-scale-component.d.ts +1 -0
  921. package/lib/igc-bubble-series-component.d.ts +1 -0
  922. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  923. package/lib/igc-callout-layer-component.d.ts +1 -0
  924. package/lib/igc-category-angle-axis-component.d.ts +1 -0
  925. package/lib/igc-category-axis-base-component.d.ts +1 -0
  926. package/lib/igc-category-chart-component.d.ts +27 -0
  927. package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
  928. package/lib/igc-category-highlight-layer-component.d.ts +1 -0
  929. package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
  930. package/lib/igc-category-series-component.d.ts +1 -0
  931. package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
  932. package/lib/igc-category-x-axis-component.d.ts +38 -0
  933. package/lib/igc-category-y-axis-component.d.ts +38 -0
  934. package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
  935. package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
  936. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  937. package/lib/igc-chart-group-description-module.d.ts +3 -0
  938. package/lib/igc-chart-group-description.d.ts +14 -0
  939. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  940. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  941. package/lib/igc-chart-sort-description.d.ts +31 -0
  942. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  943. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  944. package/lib/igc-chart-summary-description.d.ts +35 -0
  945. package/lib/igc-color-scale-component.d.ts +1 -0
  946. package/lib/igc-column-fragment-component.d.ts +1 -0
  947. package/lib/igc-column-series-component.d.ts +1 -0
  948. package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
  949. package/lib/igc-contour-value-resolver-component.d.ts +1 -0
  950. package/lib/igc-crosshair-layer-component.d.ts +1 -0
  951. package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
  952. package/lib/igc-custom-indicator-component.d.ts +1 -0
  953. package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
  954. package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
  955. package/lib/igc-data-legend-component.d.ts +1 -1
  956. package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
  957. package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
  958. package/lib/igc-domain-chart-component.d.ts +85 -1
  959. package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
  960. package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
  961. package/lib/igc-final-value-layer-component.d.ts +1 -0
  962. package/lib/igc-financial-chart-component.d.ts +27 -0
  963. package/lib/igc-financial-indicator-component.d.ts +1 -0
  964. package/lib/igc-financial-overlay-component.d.ts +1 -0
  965. package/lib/igc-financial-price-series-component.d.ts +1 -0
  966. package/lib/igc-financial-series-component.d.ts +1 -0
  967. package/lib/igc-force-index-indicator-component.d.ts +1 -0
  968. package/lib/igc-fragment-base-component.d.ts +1 -0
  969. package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
  970. package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
  971. package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
  972. package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
  973. package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
  974. package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
  975. package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
  976. package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
  977. package/lib/igc-line-fragment-component.d.ts +1 -0
  978. package/lib/igc-line-series-component.d.ts +1 -0
  979. package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
  980. package/lib/igc-marker-series-component.d.ts +1 -0
  981. package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
  982. package/lib/igc-mass-index-indicator-component.d.ts +1 -0
  983. package/lib/igc-median-price-indicator-component.d.ts +1 -0
  984. package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
  985. package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
  986. package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
  987. package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
  988. package/lib/igc-numeric-axis-base-component.d.ts +1 -0
  989. package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
  990. package/lib/igc-numeric-x-axis-component.d.ts +1 -0
  991. package/lib/igc-numeric-y-axis-component.d.ts +1 -0
  992. package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
  993. package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
  994. package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
  995. package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
  996. package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
  997. package/lib/igc-pie-chart-base-component.d.ts +1 -0
  998. package/lib/igc-point-series-component.d.ts +1 -0
  999. package/lib/igc-polar-area-series-component.d.ts +1 -0
  1000. package/lib/igc-polar-base-component.d.ts +1 -0
  1001. package/lib/igc-polar-line-series-base-component.d.ts +1 -0
  1002. package/lib/igc-polar-line-series-component.d.ts +1 -0
  1003. package/lib/igc-polar-scatter-series-component.d.ts +1 -0
  1004. package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
  1005. package/lib/igc-polar-spline-series-component.d.ts +1 -0
  1006. package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
  1007. package/lib/igc-price-channel-overlay-component.d.ts +1 -0
  1008. package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
  1009. package/lib/igc-radial-area-series-component.d.ts +1 -0
  1010. package/lib/igc-radial-base-component.d.ts +1 -0
  1011. package/lib/igc-radial-column-series-component.d.ts +1 -0
  1012. package/lib/igc-radial-line-series-component.d.ts +1 -0
  1013. package/lib/igc-radial-pie-series-component.d.ts +1 -0
  1014. package/lib/igc-range-area-series-component.d.ts +1 -0
  1015. package/lib/igc-range-category-series-component.d.ts +1 -0
  1016. package/lib/igc-range-column-series-component.d.ts +1 -0
  1017. package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
  1018. package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
  1019. package/lib/igc-ring-series-base-component.d.ts +1 -0
  1020. package/lib/igc-ring-series-component.d.ts +1 -0
  1021. package/lib/igc-scale-legend-component.d.ts +1 -0
  1022. package/lib/igc-scatter-area-series-component.d.ts +1 -0
  1023. package/lib/igc-scatter-base-component.d.ts +1 -0
  1024. package/lib/igc-scatter-contour-series-component.d.ts +1 -0
  1025. package/lib/igc-scatter-line-series-component.d.ts +1 -0
  1026. package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
  1027. package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
  1028. package/lib/igc-scatter-series-component.d.ts +1 -0
  1029. package/lib/igc-scatter-spline-series-component.d.ts +1 -0
  1030. package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
  1031. package/lib/igc-series-component.d.ts +5 -0
  1032. package/lib/igc-series-viewer-component.d.ts +52 -0
  1033. package/lib/igc-shape-series-base-component.d.ts +1 -0
  1034. package/lib/igc-size-scale-component.d.ts +1 -0
  1035. package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
  1036. package/lib/igc-spline-area-fragment-component.d.ts +1 -0
  1037. package/lib/igc-spline-area-series-component.d.ts +1 -0
  1038. package/lib/igc-spline-fragment-base-component.d.ts +1 -0
  1039. package/lib/igc-spline-fragment-component.d.ts +1 -0
  1040. package/lib/igc-spline-series-base-component.d.ts +1 -0
  1041. package/lib/igc-spline-series-component.d.ts +1 -0
  1042. package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
  1043. package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
  1044. package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
  1045. package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
  1046. package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
  1047. package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
  1048. package/lib/igc-stacked-area-series-component.d.ts +1 -0
  1049. package/lib/igc-stacked-bar-series-component.d.ts +1 -0
  1050. package/lib/igc-stacked-column-series-component.d.ts +1 -0
  1051. package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
  1052. package/lib/igc-stacked-line-series-component.d.ts +1 -0
  1053. package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
  1054. package/lib/igc-stacked-spline-series-component.d.ts +1 -0
  1055. package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
  1056. package/lib/igc-step-area-series-component.d.ts +1 -0
  1057. package/lib/igc-step-line-series-component.d.ts +1 -0
  1058. package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
  1059. package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
  1060. package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
  1061. package/lib/igc-time-axis-base-component.d.ts +1 -0
  1062. package/lib/igc-time-axis-break-component.d.ts +1 -0
  1063. package/lib/igc-time-axis-interval-component.d.ts +1 -0
  1064. package/lib/igc-time-axis-label-format-component.d.ts +1 -0
  1065. package/lib/igc-time-x-axis-component.d.ts +1 -0
  1066. package/lib/igc-treemap-node-style-component.d.ts +1 -0
  1067. package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
  1068. package/lib/igc-trix-indicator-component.d.ts +1 -0
  1069. package/lib/igc-typical-price-indicator-component.d.ts +1 -0
  1070. package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
  1071. package/lib/igc-value-brush-scale-component.d.ts +1 -0
  1072. package/lib/igc-value-overlay-component.d.ts +1 -0
  1073. package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
  1074. package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
  1075. package/lib/igc-waterfall-series-component.d.ts +1 -0
  1076. package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
  1077. package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
  1078. package/lib/igc-xy-chart-component.d.ts +1 -0
  1079. package/lib/igc-zoom-slider-component.d.ts +0 -5
  1080. package/package.json +2 -2
  1081. package/public_api.d.ts +23 -0
@@ -45,6 +45,9 @@ import { CalloutPlacementPositionsCollection as CalloutPlacementPositionsCollect
45
45
  import { DataToolTipLayerGroupingMode_$type } from "igniteui-webcomponents-core";
46
46
  import { DataTooltipGroupedPositionX_$type } from "igniteui-webcomponents-core";
47
47
  import { DataTooltipGroupedPositionY_$type } from "igniteui-webcomponents-core";
48
+ import { IgcChartSummaryDescriptionCollection } from './igc-chart-summary-description-collection';
49
+ import { IgcChartSortDescriptionCollection } from './igc-chart-sort-description-collection';
50
+ import { IgcFilterExpressionCollection } from "igniteui-webcomponents-core";
48
51
  var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
49
52
  tslib_1.__extends(IgcDomainChartComponent, _super);
50
53
  function IgcDomainChartComponent() {
@@ -226,11 +229,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
226
229
  * to appear blurry.
227
230
  */
228
231
  get: function () {
229
- return this.i.hi;
232
+ return this.i.ib;
230
233
  },
231
234
  set: function (v) {
232
- this.i.hi = +v;
233
- this._a("pixelScalingRatio", this.i.hi);
235
+ this.i.ib = +v;
236
+ this._a("pixelScalingRatio", this.i.ib);
234
237
  },
235
238
  enumerable: true,
236
239
  configurable: true
@@ -246,11 +249,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
246
249
  * ```
247
250
  */
248
251
  get: function () {
249
- return this.i.hv;
252
+ return this.i.iq;
250
253
  },
251
254
  set: function (v) {
252
- this.i.hv = +v;
253
- this._a("titleLeftMargin", this.i.hv);
255
+ this.i.iq = +v;
256
+ this._a("titleLeftMargin", this.i.iq);
254
257
  },
255
258
  enumerable: true,
256
259
  configurable: true
@@ -266,11 +269,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
266
269
  * ```
267
270
  */
268
271
  get: function () {
269
- return this.i.hw;
272
+ return this.i.ir;
270
273
  },
271
274
  set: function (v) {
272
- this.i.hw = +v;
273
- this._a("titleRightMargin", this.i.hw);
275
+ this.i.ir = +v;
276
+ this._a("titleRightMargin", this.i.ir);
274
277
  },
275
278
  enumerable: true,
276
279
  configurable: true
@@ -286,11 +289,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
286
289
  * ```
287
290
  */
288
291
  get: function () {
289
- return this.i.hx;
292
+ return this.i.is;
290
293
  },
291
294
  set: function (v) {
292
- this.i.hx = +v;
293
- this._a("titleTopMargin", this.i.hx);
295
+ this.i.is = +v;
296
+ this._a("titleTopMargin", this.i.is);
294
297
  },
295
298
  enumerable: true,
296
299
  configurable: true
@@ -306,11 +309,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
306
309
  * ```
307
310
  */
308
311
  get: function () {
309
- return this.i.hu;
312
+ return this.i.ip;
310
313
  },
311
314
  set: function (v) {
312
- this.i.hu = +v;
313
- this._a("titleBottomMargin", this.i.hu);
315
+ this.i.ip = +v;
316
+ this._a("titleBottomMargin", this.i.ip);
314
317
  },
315
318
  enumerable: true,
316
319
  configurable: true
@@ -326,11 +329,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
326
329
  * ```
327
330
  */
328
331
  get: function () {
329
- return this.i.hq;
332
+ return this.i.ik;
330
333
  },
331
334
  set: function (v) {
332
- this.i.hq = +v;
333
- this._a("subtitleLeftMargin", this.i.hq);
335
+ this.i.ik = +v;
336
+ this._a("subtitleLeftMargin", this.i.ik);
334
337
  },
335
338
  enumerable: true,
336
339
  configurable: true
@@ -346,11 +349,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
346
349
  * ```
347
350
  */
348
351
  get: function () {
349
- return this.i.hs;
352
+ return this.i.im;
350
353
  },
351
354
  set: function (v) {
352
- this.i.hs = +v;
353
- this._a("subtitleTopMargin", this.i.hs);
355
+ this.i.im = +v;
356
+ this._a("subtitleTopMargin", this.i.im);
354
357
  },
355
358
  enumerable: true,
356
359
  configurable: true
@@ -366,11 +369,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
366
369
  * ```
367
370
  */
368
371
  get: function () {
369
- return this.i.hr;
372
+ return this.i.il;
370
373
  },
371
374
  set: function (v) {
372
- this.i.hr = +v;
373
- this._a("subtitleRightMargin", this.i.hr);
375
+ this.i.il = +v;
376
+ this._a("subtitleRightMargin", this.i.il);
374
377
  },
375
378
  enumerable: true,
376
379
  configurable: true
@@ -386,11 +389,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
386
389
  * ```
387
390
  */
388
391
  get: function () {
389
- return this.i.hp;
392
+ return this.i.ij;
390
393
  },
391
394
  set: function (v) {
392
- this.i.hp = +v;
393
- this._a("subtitleBottomMargin", this.i.hp);
395
+ this.i.ij = +v;
396
+ this._a("subtitleBottomMargin", this.i.ij);
394
397
  },
395
398
  enumerable: true,
396
399
  configurable: true
@@ -406,11 +409,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
406
409
  * ```
407
410
  */
408
411
  get: function () {
409
- return brushToString(this.i.s0);
412
+ return brushToString(this.i.uk);
410
413
  },
411
414
  set: function (v) {
412
- this.i.s0 = stringToBrush(v);
413
- this._a("subtitleTextColor", brushToString(this.i.s0));
415
+ this.i.uk = stringToBrush(v);
416
+ this._a("subtitleTextColor", brushToString(this.i.uk));
414
417
  },
415
418
  enumerable: true,
416
419
  configurable: true
@@ -426,11 +429,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
426
429
  * ```
427
430
  */
428
431
  get: function () {
429
- return brushToString(this.i.s1);
432
+ return brushToString(this.i.ul);
430
433
  },
431
434
  set: function (v) {
432
- this.i.s1 = stringToBrush(v);
433
- this._a("titleTextColor", brushToString(this.i.s1));
435
+ this.i.ul = stringToBrush(v);
436
+ this._a("titleTextColor", brushToString(this.i.ul));
434
437
  },
435
438
  enumerable: true,
436
439
  configurable: true
@@ -446,11 +449,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
446
449
  * ```
447
450
  */
448
451
  get: function () {
449
- return this.i.hf;
452
+ return this.i.h8;
450
453
  },
451
454
  set: function (v) {
452
- this.i.hf = +v;
453
- this._a("leftMargin", this.i.hf);
455
+ this.i.h8 = +v;
456
+ this._a("leftMargin", this.i.h8);
454
457
  },
455
458
  enumerable: true,
456
459
  configurable: true
@@ -466,11 +469,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
466
469
  * ```
467
470
  */
468
471
  get: function () {
469
- return this.i.hy;
472
+ return this.i.it;
470
473
  },
471
474
  set: function (v) {
472
- this.i.hy = +v;
473
- this._a("topMargin", this.i.hy);
475
+ this.i.it = +v;
476
+ this._a("topMargin", this.i.it);
474
477
  },
475
478
  enumerable: true,
476
479
  configurable: true
@@ -486,11 +489,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
486
489
  * ```
487
490
  */
488
491
  get: function () {
489
- return this.i.ho;
492
+ return this.i.ii;
490
493
  },
491
494
  set: function (v) {
492
- this.i.ho = +v;
493
- this._a("rightMargin", this.i.ho);
495
+ this.i.ii = +v;
496
+ this._a("rightMargin", this.i.ii);
494
497
  },
495
498
  enumerable: true,
496
499
  configurable: true
@@ -506,11 +509,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
506
509
  * ```
507
510
  */
508
511
  get: function () {
509
- return this.i.g2;
512
+ return this.i.hv;
510
513
  },
511
514
  set: function (v) {
512
- this.i.g2 = +v;
513
- this._a("bottomMargin", this.i.g2);
515
+ this.i.hv = +v;
516
+ this._a("bottomMargin", this.i.hv);
514
517
  },
515
518
  enumerable: true,
516
519
  configurable: true
@@ -526,11 +529,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
526
529
  * ```
527
530
  */
528
531
  get: function () {
529
- return this.i.iq;
532
+ return this.i.jn;
530
533
  },
531
534
  set: function (v) {
532
- this.i.iq = +v;
533
- this._a("transitionDuration", this.i.iq);
535
+ this.i.jn = +v;
536
+ this._a("transitionDuration", this.i.jn);
534
537
  },
535
538
  enumerable: true,
536
539
  configurable: true
@@ -552,10 +555,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
552
555
  * ```
553
556
  */
554
557
  get: function () {
555
- return this.i.c8;
558
+ return this.i.dv;
556
559
  },
557
560
  set: function (v) {
558
- this.i.c8 = v;
561
+ this.i.dv = v;
559
562
  },
560
563
  enumerable: true,
561
564
  configurable: true
@@ -571,10 +574,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
571
574
  * ```
572
575
  */
573
576
  get: function () {
574
- return this.i.od;
577
+ return this.i.ps;
575
578
  },
576
579
  set: function (v) {
577
- this.i.od = v;
580
+ this.i.ps = v;
578
581
  },
579
582
  enumerable: true,
580
583
  configurable: true
@@ -590,21 +593,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
590
593
  * ```
591
594
  */
592
595
  get: function () {
593
- return this.i.oo;
596
+ return this.i.p3;
594
597
  },
595
598
  set: function (v) {
596
- this.i.oo = v;
599
+ this.i.p3 = v;
597
600
  },
598
601
  enumerable: true,
599
602
  configurable: true
600
603
  });
601
604
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipGroupingMode", {
602
605
  get: function () {
603
- return this.i.bc;
606
+ return this.i.bt;
604
607
  },
605
608
  set: function (v) {
606
- this.i.bc = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
607
- this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.bc));
609
+ this.i.bt = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
610
+ this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.bt));
608
611
  },
609
612
  enumerable: true,
610
613
  configurable: true
@@ -614,11 +617,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
614
617
  * Gets or sets the offset of the tooltip layer on the X axis.
615
618
  */
616
619
  get: function () {
617
- return this.i.g6;
620
+ return this.i.hz;
618
621
  },
619
622
  set: function (v) {
620
- this.i.g6 = +v;
621
- this._a("dataToolTipPositionOffsetX", this.i.g6);
623
+ this.i.hz = +v;
624
+ this._a("dataToolTipPositionOffsetX", this.i.hz);
622
625
  },
623
626
  enumerable: true,
624
627
  configurable: true
@@ -628,11 +631,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
628
631
  * Gets or sets the offset of the tooltip layer on the Y axis.
629
632
  */
630
633
  get: function () {
631
- return this.i.g7;
634
+ return this.i.h0;
632
635
  },
633
636
  set: function (v) {
634
- this.i.g7 = +v;
635
- this._a("dataToolTipPositionOffsetY", this.i.g7);
637
+ this.i.h0 = +v;
638
+ this._a("dataToolTipPositionOffsetY", this.i.h0);
636
639
  },
637
640
  enumerable: true,
638
641
  configurable: true
@@ -642,11 +645,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
642
645
  * Gets or sets the offset of the tooltip layer on the X axis.
643
646
  */
644
647
  get: function () {
645
- return this.i.g4;
648
+ return this.i.hx;
646
649
  },
647
650
  set: function (v) {
648
- this.i.g4 = +v;
649
- this._a("dataToolTipDefaultPositionOffsetX", this.i.g4);
651
+ this.i.hx = +v;
652
+ this._a("dataToolTipDefaultPositionOffsetX", this.i.hx);
650
653
  },
651
654
  enumerable: true,
652
655
  configurable: true
@@ -656,11 +659,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
656
659
  * Gets or sets the offset of the tooltip layer on the Y axis.
657
660
  */
658
661
  get: function () {
659
- return this.i.g5;
662
+ return this.i.hy;
660
663
  },
661
664
  set: function (v) {
662
- this.i.g5 = +v;
663
- this._a("dataToolTipDefaultPositionOffsetY", this.i.g5);
665
+ this.i.hy = +v;
666
+ this._a("dataToolTipDefaultPositionOffsetY", this.i.hy);
664
667
  },
665
668
  enumerable: true,
666
669
  configurable: true
@@ -670,11 +673,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
670
673
  * Gets or sets the tooltip position mode on the X axis for grouped series.
671
674
  */
672
675
  get: function () {
673
- return this.i.a8;
676
+ return this.i.bp;
674
677
  },
675
678
  set: function (v) {
676
- this.i.a8 = ensureEnum(DataTooltipGroupedPositionX_$type, v);
677
- this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.a8));
679
+ this.i.bp = ensureEnum(DataTooltipGroupedPositionX_$type, v);
680
+ this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.bp));
678
681
  },
679
682
  enumerable: true,
680
683
  configurable: true
@@ -684,11 +687,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
684
687
  * Gets or sets the tooltip position mode on the Y axis for grouped series.
685
688
  */
686
689
  get: function () {
687
- return this.i.ba;
690
+ return this.i.br;
688
691
  },
689
692
  set: function (v) {
690
- this.i.ba = ensureEnum(DataTooltipGroupedPositionY_$type, v);
691
- this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ba));
693
+ this.i.br = ensureEnum(DataTooltipGroupedPositionY_$type, v);
694
+ this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.br));
692
695
  },
693
696
  enumerable: true,
694
697
  configurable: true
@@ -698,11 +701,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
698
701
  * Gets or sets whether the data legend should update when the series data is mutated.
699
702
  */
700
703
  get: function () {
701
- return this.i.eo;
704
+ return this.i.ff;
702
705
  },
703
706
  set: function (v) {
704
- this.i.eo = ensureBool(v);
705
- this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.eo);
707
+ this.i.ff = ensureBool(v);
708
+ this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.ff);
706
709
  },
707
710
  enumerable: true,
708
711
  configurable: true
@@ -784,11 +787,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
784
787
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
785
788
  */
786
789
  get: function () {
787
- return this.i.as;
790
+ return this.i.a9;
788
791
  },
789
792
  set: function (v) {
790
- this.i.as = ensureEnum(DataAbbreviationMode_$type, v);
791
- this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.as));
793
+ this.i.a9 = ensureEnum(DataAbbreviationMode_$type, v);
794
+ this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.a9));
792
795
  },
793
796
  enumerable: true,
794
797
  configurable: true
@@ -799,11 +802,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
799
802
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
800
803
  */
801
804
  get: function () {
802
- return this.i.il;
805
+ return this.i.jj;
803
806
  },
804
807
  set: function (v) {
805
- this.i.il = +v;
806
- this._a("dataToolTipValueFormatMaxFractions", this.i.il);
808
+ this.i.jj = +v;
809
+ this._a("dataToolTipValueFormatMaxFractions", this.i.jj);
807
810
  },
808
811
  enumerable: true,
809
812
  configurable: true
@@ -814,11 +817,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
814
817
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
815
818
  */
816
819
  get: function () {
817
- return this.i.im;
820
+ return this.i.jk;
818
821
  },
819
822
  set: function (v) {
820
- this.i.im = +v;
821
- this._a("dataToolTipValueFormatMinFractions", this.i.im);
823
+ this.i.jk = +v;
824
+ this._a("dataToolTipValueFormatMinFractions", this.i.jk);
822
825
  },
823
826
  enumerable: true,
824
827
  configurable: true
@@ -828,11 +831,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
828
831
  * Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
829
832
  */
830
833
  get: function () {
831
- return this.i.a6;
834
+ return this.i.bn;
832
835
  },
833
836
  set: function (v) {
834
- this.i.a6 = ensureEnum(DataLegendValueMode_$type, v);
835
- this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.a6));
837
+ this.i.bn = ensureEnum(DataLegendValueMode_$type, v);
838
+ this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.bn));
836
839
  },
837
840
  enumerable: true,
838
841
  configurable: true
@@ -843,25 +846,25 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
843
846
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
844
847
  */
845
848
  get: function () {
846
- return this.i.l6;
849
+ return this.i.nc;
847
850
  },
848
851
  set: function (v) {
849
- this.i.l6 = v;
852
+ this.i.nc = v;
850
853
  },
851
854
  enumerable: true,
852
855
  configurable: true
853
856
  });
854
857
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueFormatUseGrouping", {
855
858
  /**
856
- * Gets or sets whether or not use groupping sperator, e.g, 15,000 for 15000
859
+ * Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
857
860
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
858
861
  */
859
862
  get: function () {
860
- return this.i.ep;
863
+ return this.i.fg;
861
864
  },
862
865
  set: function (v) {
863
- this.i.ep = ensureBool(v);
864
- this._a("dataToolTipValueFormatUseGrouping", this.i.ep);
866
+ this.i.fg = ensureBool(v);
867
+ this._a("dataToolTipValueFormatUseGrouping", this.i.fg);
865
868
  },
866
869
  enumerable: true,
867
870
  configurable: true
@@ -871,10 +874,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
871
874
  * Gets or sets the format string for values displayed in the data legend.
872
875
  */
873
876
  get: function () {
874
- return this.i.mc;
877
+ return this.i.ni;
875
878
  },
876
879
  set: function (v) {
877
- this.i.mc = v;
880
+ this.i.ni = v;
878
881
  },
879
882
  enumerable: true,
880
883
  configurable: true
@@ -898,72 +901,72 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
898
901
  });
899
902
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginBottom", {
900
903
  get: function () {
901
- return this.i.tq ? this.i.tq.bottom : NaN;
904
+ return this.i.va ? this.i.va.bottom : NaN;
902
905
  },
903
906
  set: function (v) {
904
907
  this.ensureDataToolTipValueRowMargin();
905
- this.i.tq.bottom = +v;
906
- this._a("dataToolTipValueRowMarginBottom", this.i.tq.bottom);
907
- this.i.tq = this.i.tq;
908
+ this.i.va.bottom = +v;
909
+ this._a("dataToolTipValueRowMarginBottom", this.i.va.bottom);
910
+ this.i.va = this.i.va;
908
911
  },
909
912
  enumerable: true,
910
913
  configurable: true
911
914
  });
912
915
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginLeft", {
913
916
  get: function () {
914
- return this.i.tq ? this.i.tq.left : NaN;
917
+ return this.i.va ? this.i.va.left : NaN;
915
918
  },
916
919
  set: function (v) {
917
920
  this.ensureDataToolTipValueRowMargin();
918
- this.i.tq.left = +v;
919
- this._a("dataToolTipValueRowMarginLeft", this.i.tq.left);
920
- this.i.tq = this.i.tq;
921
+ this.i.va.left = +v;
922
+ this._a("dataToolTipValueRowMarginLeft", this.i.va.left);
923
+ this.i.va = this.i.va;
921
924
  },
922
925
  enumerable: true,
923
926
  configurable: true
924
927
  });
925
928
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginRight", {
926
929
  get: function () {
927
- return this.i.tq ? this.i.tq.right : NaN;
930
+ return this.i.va ? this.i.va.right : NaN;
928
931
  },
929
932
  set: function (v) {
930
933
  this.ensureDataToolTipValueRowMargin();
931
- this.i.tq.right = +v;
932
- this._a("dataToolTipValueRowMarginRight", this.i.tq.right);
933
- this.i.tq = this.i.tq;
934
+ this.i.va.right = +v;
935
+ this._a("dataToolTipValueRowMarginRight", this.i.va.right);
936
+ this.i.va = this.i.va;
934
937
  },
935
938
  enumerable: true,
936
939
  configurable: true
937
940
  });
938
941
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginTop", {
939
942
  get: function () {
940
- return this.i.tq ? this.i.tq.top : NaN;
943
+ return this.i.va ? this.i.va.top : NaN;
941
944
  },
942
945
  set: function (v) {
943
946
  this.ensureDataToolTipValueRowMargin();
944
- this.i.tq.top = +v;
945
- this._a("dataToolTipValueRowMarginTop", this.i.tq.top);
946
- this.i.tq = this.i.tq;
947
+ this.i.va.top = +v;
948
+ this._a("dataToolTipValueRowMarginTop", this.i.va.top);
949
+ this.i.va = this.i.va;
947
950
  },
948
951
  enumerable: true,
949
952
  configurable: true
950
953
  });
951
954
  IgcDomainChartComponent.prototype.ensureDataToolTipValueRowMargin = function () {
952
- if (this.i.tq) {
955
+ if (this.i.va) {
953
956
  return;
954
957
  }
955
- this.i.tq = new Thickness(2);
958
+ this.i.va = new Thickness(2);
956
959
  };
957
960
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowVisible", {
958
961
  /**
959
962
  * Gets or sets whether to show series rows.
960
963
  */
961
964
  get: function () {
962
- return this.i.eq;
965
+ return this.i.fh;
963
966
  },
964
967
  set: function (v) {
965
- this.i.eq = ensureBool(v);
966
- this._a("dataToolTipValueRowVisible", this.i.eq);
968
+ this.i.fh = ensureBool(v);
969
+ this._a("dataToolTipValueRowVisible", this.i.fh);
967
970
  },
968
971
  enumerable: true,
969
972
  configurable: true
@@ -973,10 +976,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
973
976
  * Gets or sets text displayed when data column is missing a value, e.g. "no data"
974
977
  */
975
978
  get: function () {
976
- return this.i.ml;
979
+ return this.i.nr;
977
980
  },
978
981
  set: function (v) {
979
- this.i.ml = v;
982
+ this.i.nr = v;
980
983
  },
981
984
  enumerable: true,
982
985
  configurable: true
@@ -986,83 +989,83 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
986
989
  * Gets or sets whether to use series colors when displaying values in the legend
987
990
  */
988
991
  get: function () {
989
- return this.i.er;
992
+ return this.i.fi;
990
993
  },
991
994
  set: function (v) {
992
- this.i.er = ensureBool(v);
993
- this._a("dataToolTipValueTextUseSeriesColors", this.i.er);
995
+ this.i.fi = ensureBool(v);
996
+ this._a("dataToolTipValueTextUseSeriesColors", this.i.fi);
994
997
  },
995
998
  enumerable: true,
996
999
  configurable: true
997
1000
  });
998
1001
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginBottom", {
999
1002
  get: function () {
1000
- return this.i.tr ? this.i.tr.bottom : NaN;
1003
+ return this.i.vb ? this.i.vb.bottom : NaN;
1001
1004
  },
1002
1005
  set: function (v) {
1003
1006
  this.ensureDataToolTipValueTextMargin();
1004
- this.i.tr.bottom = +v;
1005
- this._a("dataToolTipValueTextMarginBottom", this.i.tr.bottom);
1006
- this.i.tr = this.i.tr;
1007
+ this.i.vb.bottom = +v;
1008
+ this._a("dataToolTipValueTextMarginBottom", this.i.vb.bottom);
1009
+ this.i.vb = this.i.vb;
1007
1010
  },
1008
1011
  enumerable: true,
1009
1012
  configurable: true
1010
1013
  });
1011
1014
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginLeft", {
1012
1015
  get: function () {
1013
- return this.i.tr ? this.i.tr.left : NaN;
1016
+ return this.i.vb ? this.i.vb.left : NaN;
1014
1017
  },
1015
1018
  set: function (v) {
1016
1019
  this.ensureDataToolTipValueTextMargin();
1017
- this.i.tr.left = +v;
1018
- this._a("dataToolTipValueTextMarginLeft", this.i.tr.left);
1019
- this.i.tr = this.i.tr;
1020
+ this.i.vb.left = +v;
1021
+ this._a("dataToolTipValueTextMarginLeft", this.i.vb.left);
1022
+ this.i.vb = this.i.vb;
1020
1023
  },
1021
1024
  enumerable: true,
1022
1025
  configurable: true
1023
1026
  });
1024
1027
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginRight", {
1025
1028
  get: function () {
1026
- return this.i.tr ? this.i.tr.right : NaN;
1029
+ return this.i.vb ? this.i.vb.right : NaN;
1027
1030
  },
1028
1031
  set: function (v) {
1029
1032
  this.ensureDataToolTipValueTextMargin();
1030
- this.i.tr.right = +v;
1031
- this._a("dataToolTipValueTextMarginRight", this.i.tr.right);
1032
- this.i.tr = this.i.tr;
1033
+ this.i.vb.right = +v;
1034
+ this._a("dataToolTipValueTextMarginRight", this.i.vb.right);
1035
+ this.i.vb = this.i.vb;
1033
1036
  },
1034
1037
  enumerable: true,
1035
1038
  configurable: true
1036
1039
  });
1037
1040
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginTop", {
1038
1041
  get: function () {
1039
- return this.i.tr ? this.i.tr.top : NaN;
1042
+ return this.i.vb ? this.i.vb.top : NaN;
1040
1043
  },
1041
1044
  set: function (v) {
1042
1045
  this.ensureDataToolTipValueTextMargin();
1043
- this.i.tr.top = +v;
1044
- this._a("dataToolTipValueTextMarginTop", this.i.tr.top);
1045
- this.i.tr = this.i.tr;
1046
+ this.i.vb.top = +v;
1047
+ this._a("dataToolTipValueTextMarginTop", this.i.vb.top);
1048
+ this.i.vb = this.i.vb;
1046
1049
  },
1047
1050
  enumerable: true,
1048
1051
  configurable: true
1049
1052
  });
1050
1053
  IgcDomainChartComponent.prototype.ensureDataToolTipValueTextMargin = function () {
1051
- if (this.i.tr) {
1054
+ if (this.i.vb) {
1052
1055
  return;
1053
1056
  }
1054
- this.i.tr = new Thickness(2);
1057
+ this.i.vb = new Thickness(2);
1055
1058
  };
1056
1059
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextColor", {
1057
1060
  /**
1058
1061
  * Gets or sets the units text color.
1059
1062
  */
1060
1063
  get: function () {
1061
- return brushToString(this.i.sq);
1064
+ return brushToString(this.i.ua);
1062
1065
  },
1063
1066
  set: function (v) {
1064
- this.i.sq = stringToBrush(v);
1065
- this._a("dataToolTipValueTextColor", brushToString(this.i.sq));
1067
+ this.i.ua = stringToBrush(v);
1068
+ this._a("dataToolTipValueTextColor", brushToString(this.i.ua));
1066
1069
  },
1067
1070
  enumerable: true,
1068
1071
  configurable: true
@@ -1072,16 +1075,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1072
1075
  * Gets or Sets the style to use for the units text.
1073
1076
  */
1074
1077
  get: function () {
1075
- if (this.i.dr == null) {
1078
+ if (this.i.ed == null) {
1076
1079
  return null;
1077
1080
  }
1078
- return this.i.dr.fontString;
1081
+ return this.i.ed.fontString;
1079
1082
  },
1080
1083
  set: function (v) {
1081
1084
  var fi = new FontInfo();
1082
1085
  fi.fontString = v;
1083
- this.i.dr = fi;
1084
- this._a("dataToolTipValueTextStyle", this.i.dr != null ? this.i.dr.fontString : "");
1086
+ this.i.ed = fi;
1087
+ this._a("dataToolTipValueTextStyle", this.i.ed != null ? this.i.ed.fontString : "");
1085
1088
  },
1086
1089
  enumerable: true,
1087
1090
  configurable: true
@@ -1091,10 +1094,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1091
1094
  * Gets or sets the format string for header text displayed in the data legend.
1092
1095
  */
1093
1096
  get: function () {
1094
- return this.i.kw;
1097
+ return this.i.l2;
1095
1098
  },
1096
1099
  set: function (v) {
1097
- this.i.kw = v;
1100
+ this.i.l2 = v;
1098
1101
  },
1099
1102
  enumerable: true,
1100
1103
  configurable: true
@@ -1122,10 +1125,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1122
1125
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
1123
1126
  */
1124
1127
  get: function () {
1125
- return this.i.ks;
1128
+ return this.i.ly;
1126
1129
  },
1127
1130
  set: function (v) {
1128
- this.i.ks = v;
1131
+ this.i.ly = v;
1129
1132
  },
1130
1133
  enumerable: true,
1131
1134
  configurable: true
@@ -1136,11 +1139,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1136
1139
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
1137
1140
  */
1138
1141
  get: function () {
1139
- return this.i.aw;
1142
+ return this.i.bd;
1140
1143
  },
1141
1144
  set: function (v) {
1142
- this.i.aw = ensureEnum(DataLegendHeaderDateMode_$type, v);
1143
- this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.aw));
1145
+ this.i.bd = ensureEnum(DataLegendHeaderDateMode_$type, v);
1146
+ this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.bd));
1144
1147
  },
1145
1148
  enumerable: true,
1146
1149
  configurable: true
@@ -1151,11 +1154,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1151
1154
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
1152
1155
  */
1153
1156
  get: function () {
1154
- return this.i.ay;
1157
+ return this.i.bf;
1155
1158
  },
1156
1159
  set: function (v) {
1157
- this.i.ay = ensureEnum(DataLegendHeaderTimeMode_$type, v);
1158
- this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.ay));
1160
+ this.i.bf = ensureEnum(DataLegendHeaderTimeMode_$type, v);
1161
+ this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.bf));
1159
1162
  },
1160
1163
  enumerable: true,
1161
1164
  configurable: true
@@ -1165,10 +1168,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1165
1168
  * Gets or sets the HeaderText for the data legend.
1166
1169
  */
1167
1170
  get: function () {
1168
- return this.i.k1;
1171
+ return this.i.l7;
1169
1172
  },
1170
1173
  set: function (v) {
1171
- this.i.k1 = v;
1174
+ this.i.l7 = v;
1172
1175
  },
1173
1176
  enumerable: true,
1174
1177
  configurable: true
@@ -1178,141 +1181,141 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1178
1181
  * Gets or sets the header text color.
1179
1182
  */
1180
1183
  get: function () {
1181
- return brushToString(this.i.si);
1184
+ return brushToString(this.i.t2);
1182
1185
  },
1183
1186
  set: function (v) {
1184
- this.i.si = stringToBrush(v);
1185
- this._a("dataToolTipHeaderTextColor", brushToString(this.i.si));
1187
+ this.i.t2 = stringToBrush(v);
1188
+ this._a("dataToolTipHeaderTextColor", brushToString(this.i.t2));
1186
1189
  },
1187
1190
  enumerable: true,
1188
1191
  configurable: true
1189
1192
  });
1190
1193
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginBottom", {
1191
1194
  get: function () {
1192
- return this.i.tk ? this.i.tk.bottom : NaN;
1195
+ return this.i.u4 ? this.i.u4.bottom : NaN;
1193
1196
  },
1194
1197
  set: function (v) {
1195
1198
  this.ensureDataToolTipHeaderTextMargin();
1196
- this.i.tk.bottom = +v;
1197
- this._a("dataToolTipHeaderTextMarginBottom", this.i.tk.bottom);
1198
- this.i.tk = this.i.tk;
1199
+ this.i.u4.bottom = +v;
1200
+ this._a("dataToolTipHeaderTextMarginBottom", this.i.u4.bottom);
1201
+ this.i.u4 = this.i.u4;
1199
1202
  },
1200
1203
  enumerable: true,
1201
1204
  configurable: true
1202
1205
  });
1203
1206
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginLeft", {
1204
1207
  get: function () {
1205
- return this.i.tk ? this.i.tk.left : NaN;
1208
+ return this.i.u4 ? this.i.u4.left : NaN;
1206
1209
  },
1207
1210
  set: function (v) {
1208
1211
  this.ensureDataToolTipHeaderTextMargin();
1209
- this.i.tk.left = +v;
1210
- this._a("dataToolTipHeaderTextMarginLeft", this.i.tk.left);
1211
- this.i.tk = this.i.tk;
1212
+ this.i.u4.left = +v;
1213
+ this._a("dataToolTipHeaderTextMarginLeft", this.i.u4.left);
1214
+ this.i.u4 = this.i.u4;
1212
1215
  },
1213
1216
  enumerable: true,
1214
1217
  configurable: true
1215
1218
  });
1216
1219
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginRight", {
1217
1220
  get: function () {
1218
- return this.i.tk ? this.i.tk.right : NaN;
1221
+ return this.i.u4 ? this.i.u4.right : NaN;
1219
1222
  },
1220
1223
  set: function (v) {
1221
1224
  this.ensureDataToolTipHeaderTextMargin();
1222
- this.i.tk.right = +v;
1223
- this._a("dataToolTipHeaderTextMarginRight", this.i.tk.right);
1224
- this.i.tk = this.i.tk;
1225
+ this.i.u4.right = +v;
1226
+ this._a("dataToolTipHeaderTextMarginRight", this.i.u4.right);
1227
+ this.i.u4 = this.i.u4;
1225
1228
  },
1226
1229
  enumerable: true,
1227
1230
  configurable: true
1228
1231
  });
1229
1232
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginTop", {
1230
1233
  get: function () {
1231
- return this.i.tk ? this.i.tk.top : NaN;
1234
+ return this.i.u4 ? this.i.u4.top : NaN;
1232
1235
  },
1233
1236
  set: function (v) {
1234
1237
  this.ensureDataToolTipHeaderTextMargin();
1235
- this.i.tk.top = +v;
1236
- this._a("dataToolTipHeaderTextMarginTop", this.i.tk.top);
1237
- this.i.tk = this.i.tk;
1238
+ this.i.u4.top = +v;
1239
+ this._a("dataToolTipHeaderTextMarginTop", this.i.u4.top);
1240
+ this.i.u4 = this.i.u4;
1238
1241
  },
1239
1242
  enumerable: true,
1240
1243
  configurable: true
1241
1244
  });
1242
1245
  IgcDomainChartComponent.prototype.ensureDataToolTipHeaderTextMargin = function () {
1243
- if (this.i.tk) {
1246
+ if (this.i.u4) {
1244
1247
  return;
1245
1248
  }
1246
- this.i.tk = new Thickness(2);
1249
+ this.i.u4 = new Thickness(2);
1247
1250
  };
1248
1251
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginBottom", {
1249
1252
  get: function () {
1250
- return this.i.tj ? this.i.tj.bottom : NaN;
1253
+ return this.i.u3 ? this.i.u3.bottom : NaN;
1251
1254
  },
1252
1255
  set: function (v) {
1253
1256
  this.ensureDataToolTipHeaderRowMargin();
1254
- this.i.tj.bottom = +v;
1255
- this._a("dataToolTipHeaderRowMarginBottom", this.i.tj.bottom);
1256
- this.i.tj = this.i.tj;
1257
+ this.i.u3.bottom = +v;
1258
+ this._a("dataToolTipHeaderRowMarginBottom", this.i.u3.bottom);
1259
+ this.i.u3 = this.i.u3;
1257
1260
  },
1258
1261
  enumerable: true,
1259
1262
  configurable: true
1260
1263
  });
1261
1264
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginLeft", {
1262
1265
  get: function () {
1263
- return this.i.tj ? this.i.tj.left : NaN;
1266
+ return this.i.u3 ? this.i.u3.left : NaN;
1264
1267
  },
1265
1268
  set: function (v) {
1266
1269
  this.ensureDataToolTipHeaderRowMargin();
1267
- this.i.tj.left = +v;
1268
- this._a("dataToolTipHeaderRowMarginLeft", this.i.tj.left);
1269
- this.i.tj = this.i.tj;
1270
+ this.i.u3.left = +v;
1271
+ this._a("dataToolTipHeaderRowMarginLeft", this.i.u3.left);
1272
+ this.i.u3 = this.i.u3;
1270
1273
  },
1271
1274
  enumerable: true,
1272
1275
  configurable: true
1273
1276
  });
1274
1277
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginRight", {
1275
1278
  get: function () {
1276
- return this.i.tj ? this.i.tj.right : NaN;
1279
+ return this.i.u3 ? this.i.u3.right : NaN;
1277
1280
  },
1278
1281
  set: function (v) {
1279
1282
  this.ensureDataToolTipHeaderRowMargin();
1280
- this.i.tj.right = +v;
1281
- this._a("dataToolTipHeaderRowMarginRight", this.i.tj.right);
1282
- this.i.tj = this.i.tj;
1283
+ this.i.u3.right = +v;
1284
+ this._a("dataToolTipHeaderRowMarginRight", this.i.u3.right);
1285
+ this.i.u3 = this.i.u3;
1283
1286
  },
1284
1287
  enumerable: true,
1285
1288
  configurable: true
1286
1289
  });
1287
1290
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginTop", {
1288
1291
  get: function () {
1289
- return this.i.tj ? this.i.tj.top : NaN;
1292
+ return this.i.u3 ? this.i.u3.top : NaN;
1290
1293
  },
1291
1294
  set: function (v) {
1292
1295
  this.ensureDataToolTipHeaderRowMargin();
1293
- this.i.tj.top = +v;
1294
- this._a("dataToolTipHeaderRowMarginTop", this.i.tj.top);
1295
- this.i.tj = this.i.tj;
1296
+ this.i.u3.top = +v;
1297
+ this._a("dataToolTipHeaderRowMarginTop", this.i.u3.top);
1298
+ this.i.u3 = this.i.u3;
1296
1299
  },
1297
1300
  enumerable: true,
1298
1301
  configurable: true
1299
1302
  });
1300
1303
  IgcDomainChartComponent.prototype.ensureDataToolTipHeaderRowMargin = function () {
1301
- if (this.i.tj) {
1304
+ if (this.i.u3) {
1302
1305
  return;
1303
1306
  }
1304
- this.i.tj = new Thickness(2);
1307
+ this.i.u3 = new Thickness(2);
1305
1308
  };
1306
1309
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowVisible", {
1307
1310
  /**
1308
1311
  * Gets or sets whether to show Header row.
1309
1312
  */
1310
1313
  get: function () {
1311
- return this.i.en;
1314
+ return this.i.fe;
1312
1315
  },
1313
1316
  set: function (v) {
1314
- this.i.en = ensureBool(v);
1315
- this._a("dataToolTipHeaderRowVisible", this.i.en);
1317
+ this.i.fe = ensureBool(v);
1318
+ this._a("dataToolTipHeaderRowVisible", this.i.fe);
1316
1319
  },
1317
1320
  enumerable: true,
1318
1321
  configurable: true
@@ -1322,16 +1325,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1322
1325
  * Gets or Sets the style to use for the header text.
1323
1326
  */
1324
1327
  get: function () {
1325
- if (this.i.di == null) {
1328
+ if (this.i.d5 == null) {
1326
1329
  return null;
1327
1330
  }
1328
- return this.i.di.fontString;
1331
+ return this.i.d5.fontString;
1329
1332
  },
1330
1333
  set: function (v) {
1331
1334
  var fi = new FontInfo();
1332
1335
  fi.fontString = v;
1333
- this.i.di = fi;
1334
- this._a("dataToolTipHeaderTextStyle", this.i.di != null ? this.i.di.fontString : "");
1336
+ this.i.d5 = fi;
1337
+ this._a("dataToolTipHeaderTextStyle", this.i.d5 != null ? this.i.d5.fontString : "");
1335
1338
  },
1336
1339
  enumerable: true,
1337
1340
  configurable: true
@@ -1341,11 +1344,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1341
1344
  * Gets or sets the summary text color.
1342
1345
  */
1343
1346
  get: function () {
1344
- return brushToString(this.i.sl);
1347
+ return brushToString(this.i.t5);
1345
1348
  },
1346
1349
  set: function (v) {
1347
- this.i.sl = stringToBrush(v);
1348
- this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.sl));
1350
+ this.i.t5 = stringToBrush(v);
1351
+ this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.t5));
1349
1352
  },
1350
1353
  enumerable: true,
1351
1354
  configurable: true
@@ -1355,16 +1358,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1355
1358
  * Gets or Sets the style to use for the summary text.
1356
1359
  */
1357
1360
  get: function () {
1358
- if (this.i.dl == null) {
1361
+ if (this.i.d8 == null) {
1359
1362
  return null;
1360
1363
  }
1361
- return this.i.dl.fontString;
1364
+ return this.i.d8.fontString;
1362
1365
  },
1363
1366
  set: function (v) {
1364
1367
  var fi = new FontInfo();
1365
1368
  fi.fontString = v;
1366
- this.i.dl = fi;
1367
- this._a("dataToolTipSummaryTitleTextStyle", this.i.dl != null ? this.i.dl.fontString : "");
1369
+ this.i.d8 = fi;
1370
+ this._a("dataToolTipSummaryTitleTextStyle", this.i.d8 != null ? this.i.d8.fontString : "");
1368
1371
  },
1369
1372
  enumerable: true,
1370
1373
  configurable: true
@@ -1374,11 +1377,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1374
1377
  * Gets or sets the SummaryType for the data legend.
1375
1378
  */
1376
1379
  get: function () {
1377
- return this.i.a2;
1380
+ return this.i.bj;
1378
1381
  },
1379
1382
  set: function (v) {
1380
- this.i.a2 = ensureEnum(DataLegendSummaryType_$type, v);
1381
- this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.a2));
1383
+ this.i.bj = ensureEnum(DataLegendSummaryType_$type, v);
1384
+ this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.bj));
1382
1385
  },
1383
1386
  enumerable: true,
1384
1387
  configurable: true
@@ -1388,140 +1391,140 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1388
1391
  * Gets or sets the SummaryTitleText for the data legend.
1389
1392
  */
1390
1393
  get: function () {
1391
- return this.i.lk;
1394
+ return this.i.mq;
1392
1395
  },
1393
1396
  set: function (v) {
1394
- this.i.lk = v;
1397
+ this.i.mq = v;
1395
1398
  },
1396
1399
  enumerable: true,
1397
1400
  configurable: true
1398
1401
  });
1399
1402
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginBottom", {
1400
1403
  get: function () {
1401
- return this.i.tn ? this.i.tn.bottom : NaN;
1404
+ return this.i.u7 ? this.i.u7.bottom : NaN;
1402
1405
  },
1403
1406
  set: function (v) {
1404
1407
  this.ensureDataToolTipSummaryTitleTextMargin();
1405
- this.i.tn.bottom = +v;
1406
- this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.tn.bottom);
1407
- this.i.tn = this.i.tn;
1408
+ this.i.u7.bottom = +v;
1409
+ this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.u7.bottom);
1410
+ this.i.u7 = this.i.u7;
1408
1411
  },
1409
1412
  enumerable: true,
1410
1413
  configurable: true
1411
1414
  });
1412
1415
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginLeft", {
1413
1416
  get: function () {
1414
- return this.i.tn ? this.i.tn.left : NaN;
1417
+ return this.i.u7 ? this.i.u7.left : NaN;
1415
1418
  },
1416
1419
  set: function (v) {
1417
1420
  this.ensureDataToolTipSummaryTitleTextMargin();
1418
- this.i.tn.left = +v;
1419
- this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.tn.left);
1420
- this.i.tn = this.i.tn;
1421
+ this.i.u7.left = +v;
1422
+ this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.u7.left);
1423
+ this.i.u7 = this.i.u7;
1421
1424
  },
1422
1425
  enumerable: true,
1423
1426
  configurable: true
1424
1427
  });
1425
1428
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginRight", {
1426
1429
  get: function () {
1427
- return this.i.tn ? this.i.tn.right : NaN;
1430
+ return this.i.u7 ? this.i.u7.right : NaN;
1428
1431
  },
1429
1432
  set: function (v) {
1430
1433
  this.ensureDataToolTipSummaryTitleTextMargin();
1431
- this.i.tn.right = +v;
1432
- this._a("dataToolTipSummaryTitleTextMarginRight", this.i.tn.right);
1433
- this.i.tn = this.i.tn;
1434
+ this.i.u7.right = +v;
1435
+ this._a("dataToolTipSummaryTitleTextMarginRight", this.i.u7.right);
1436
+ this.i.u7 = this.i.u7;
1434
1437
  },
1435
1438
  enumerable: true,
1436
1439
  configurable: true
1437
1440
  });
1438
1441
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginTop", {
1439
1442
  get: function () {
1440
- return this.i.tn ? this.i.tn.top : NaN;
1443
+ return this.i.u7 ? this.i.u7.top : NaN;
1441
1444
  },
1442
1445
  set: function (v) {
1443
1446
  this.ensureDataToolTipSummaryTitleTextMargin();
1444
- this.i.tn.top = +v;
1445
- this._a("dataToolTipSummaryTitleTextMarginTop", this.i.tn.top);
1446
- this.i.tn = this.i.tn;
1447
+ this.i.u7.top = +v;
1448
+ this._a("dataToolTipSummaryTitleTextMarginTop", this.i.u7.top);
1449
+ this.i.u7 = this.i.u7;
1447
1450
  },
1448
1451
  enumerable: true,
1449
1452
  configurable: true
1450
1453
  });
1451
1454
  IgcDomainChartComponent.prototype.ensureDataToolTipSummaryTitleTextMargin = function () {
1452
- if (this.i.tn) {
1455
+ if (this.i.u7) {
1453
1456
  return;
1454
1457
  }
1455
- this.i.tn = new Thickness(2);
1458
+ this.i.u7 = new Thickness(2);
1456
1459
  };
1457
1460
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginBottom", {
1458
1461
  get: function () {
1459
- return this.i.tm ? this.i.tm.bottom : NaN;
1462
+ return this.i.u6 ? this.i.u6.bottom : NaN;
1460
1463
  },
1461
1464
  set: function (v) {
1462
1465
  this.ensureDataToolTipSummaryRowMargin();
1463
- this.i.tm.bottom = +v;
1464
- this._a("dataToolTipSummaryRowMarginBottom", this.i.tm.bottom);
1465
- this.i.tm = this.i.tm;
1466
+ this.i.u6.bottom = +v;
1467
+ this._a("dataToolTipSummaryRowMarginBottom", this.i.u6.bottom);
1468
+ this.i.u6 = this.i.u6;
1466
1469
  },
1467
1470
  enumerable: true,
1468
1471
  configurable: true
1469
1472
  });
1470
1473
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginLeft", {
1471
1474
  get: function () {
1472
- return this.i.tm ? this.i.tm.left : NaN;
1475
+ return this.i.u6 ? this.i.u6.left : NaN;
1473
1476
  },
1474
1477
  set: function (v) {
1475
1478
  this.ensureDataToolTipSummaryRowMargin();
1476
- this.i.tm.left = +v;
1477
- this._a("dataToolTipSummaryRowMarginLeft", this.i.tm.left);
1478
- this.i.tm = this.i.tm;
1479
+ this.i.u6.left = +v;
1480
+ this._a("dataToolTipSummaryRowMarginLeft", this.i.u6.left);
1481
+ this.i.u6 = this.i.u6;
1479
1482
  },
1480
1483
  enumerable: true,
1481
1484
  configurable: true
1482
1485
  });
1483
1486
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginRight", {
1484
1487
  get: function () {
1485
- return this.i.tm ? this.i.tm.right : NaN;
1488
+ return this.i.u6 ? this.i.u6.right : NaN;
1486
1489
  },
1487
1490
  set: function (v) {
1488
1491
  this.ensureDataToolTipSummaryRowMargin();
1489
- this.i.tm.right = +v;
1490
- this._a("dataToolTipSummaryRowMarginRight", this.i.tm.right);
1491
- this.i.tm = this.i.tm;
1492
+ this.i.u6.right = +v;
1493
+ this._a("dataToolTipSummaryRowMarginRight", this.i.u6.right);
1494
+ this.i.u6 = this.i.u6;
1492
1495
  },
1493
1496
  enumerable: true,
1494
1497
  configurable: true
1495
1498
  });
1496
1499
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginTop", {
1497
1500
  get: function () {
1498
- return this.i.tm ? this.i.tm.top : NaN;
1501
+ return this.i.u6 ? this.i.u6.top : NaN;
1499
1502
  },
1500
1503
  set: function (v) {
1501
1504
  this.ensureDataToolTipSummaryRowMargin();
1502
- this.i.tm.top = +v;
1503
- this._a("dataToolTipSummaryRowMarginTop", this.i.tm.top);
1504
- this.i.tm = this.i.tm;
1505
+ this.i.u6.top = +v;
1506
+ this._a("dataToolTipSummaryRowMarginTop", this.i.u6.top);
1507
+ this.i.u6 = this.i.u6;
1505
1508
  },
1506
1509
  enumerable: true,
1507
1510
  configurable: true
1508
1511
  });
1509
1512
  IgcDomainChartComponent.prototype.ensureDataToolTipSummaryRowMargin = function () {
1510
- if (this.i.tm) {
1513
+ if (this.i.u6) {
1511
1514
  return;
1512
1515
  }
1513
- this.i.tm = new Thickness(2);
1516
+ this.i.u6 = new Thickness(2);
1514
1517
  };
1515
1518
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryValueTextColor", {
1516
1519
  /**
1517
1520
  * Gets or sets the units text color.
1518
1521
  */
1519
1522
  get: function () {
1520
- return brushToString(this.i.sn);
1523
+ return brushToString(this.i.t7);
1521
1524
  },
1522
1525
  set: function (v) {
1523
- this.i.sn = stringToBrush(v);
1524
- this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.sn));
1526
+ this.i.t7 = stringToBrush(v);
1527
+ this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.t7));
1525
1528
  },
1526
1529
  enumerable: true,
1527
1530
  configurable: true
@@ -1531,16 +1534,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1531
1534
  * Gets or Sets the style to use for the units text.
1532
1535
  */
1533
1536
  get: function () {
1534
- if (this.i.dn == null) {
1537
+ if (this.i.ea == null) {
1535
1538
  return null;
1536
1539
  }
1537
- return this.i.dn.fontString;
1540
+ return this.i.ea.fontString;
1538
1541
  },
1539
1542
  set: function (v) {
1540
1543
  var fi = new FontInfo();
1541
1544
  fi.fontString = v;
1542
- this.i.dn = fi;
1543
- this._a("dataToolTipSummaryValueTextStyle", this.i.dn != null ? this.i.dn.fontString : "");
1545
+ this.i.ea = fi;
1546
+ this._a("dataToolTipSummaryValueTextStyle", this.i.ea != null ? this.i.ea.fontString : "");
1544
1547
  },
1545
1548
  enumerable: true,
1546
1549
  configurable: true
@@ -1550,10 +1553,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1550
1553
  * Gets or sets the units text for the data legend.
1551
1554
  */
1552
1555
  get: function () {
1553
- return this.i.lf;
1556
+ return this.i.ml;
1554
1557
  },
1555
1558
  set: function (v) {
1556
- this.i.lf = v;
1559
+ this.i.ml = v;
1557
1560
  },
1558
1561
  enumerable: true,
1559
1562
  configurable: true
@@ -1563,11 +1566,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1563
1566
  * Gets or sets the units text color.
1564
1567
  */
1565
1568
  get: function () {
1566
- return brushToString(this.i.sk);
1569
+ return brushToString(this.i.t4);
1567
1570
  },
1568
1571
  set: function (v) {
1569
- this.i.sk = stringToBrush(v);
1570
- this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.sk));
1572
+ this.i.t4 = stringToBrush(v);
1573
+ this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.t4));
1571
1574
  },
1572
1575
  enumerable: true,
1573
1576
  configurable: true
@@ -1577,16 +1580,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1577
1580
  * Gets or Sets the style to use for the units text.
1578
1581
  */
1579
1582
  get: function () {
1580
- if (this.i.dk == null) {
1583
+ if (this.i.d7 == null) {
1581
1584
  return null;
1582
1585
  }
1583
- return this.i.dk.fontString;
1586
+ return this.i.d7.fontString;
1584
1587
  },
1585
1588
  set: function (v) {
1586
1589
  var fi = new FontInfo();
1587
1590
  fi.fontString = v;
1588
- this.i.dk = fi;
1589
- this._a("dataToolTipSummaryLabelTextStyle", this.i.dk != null ? this.i.dk.fontString : "");
1591
+ this.i.d7 = fi;
1592
+ this._a("dataToolTipSummaryLabelTextStyle", this.i.d7 != null ? this.i.d7.fontString : "");
1590
1593
  },
1591
1594
  enumerable: true,
1592
1595
  configurable: true
@@ -1596,10 +1599,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1596
1599
  * Gets or sets the units text for the data legend.
1597
1600
  */
1598
1601
  get: function () {
1599
- return this.i.lq;
1602
+ return this.i.mw;
1600
1603
  },
1601
1604
  set: function (v) {
1602
- this.i.lq = v;
1605
+ this.i.mw = v;
1603
1606
  },
1604
1607
  enumerable: true,
1605
1608
  configurable: true
@@ -1609,11 +1612,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1609
1612
  * Gets or sets the units text color.
1610
1613
  */
1611
1614
  get: function () {
1612
- return brushToString(this.i.sm);
1615
+ return brushToString(this.i.t6);
1613
1616
  },
1614
1617
  set: function (v) {
1615
- this.i.sm = stringToBrush(v);
1616
- this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.sm));
1618
+ this.i.t6 = stringToBrush(v);
1619
+ this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.t6));
1617
1620
  },
1618
1621
  enumerable: true,
1619
1622
  configurable: true
@@ -1623,88 +1626,88 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1623
1626
  * Gets or Sets the style to use for the units text.
1624
1627
  */
1625
1628
  get: function () {
1626
- if (this.i.dm == null) {
1629
+ if (this.i.d9 == null) {
1627
1630
  return null;
1628
1631
  }
1629
- return this.i.dm.fontString;
1632
+ return this.i.d9.fontString;
1630
1633
  },
1631
1634
  set: function (v) {
1632
1635
  var fi = new FontInfo();
1633
1636
  fi.fontString = v;
1634
- this.i.dm = fi;
1635
- this._a("dataToolTipSummaryUnitsTextStyle", this.i.dm != null ? this.i.dm.fontString : "");
1637
+ this.i.d9 = fi;
1638
+ this._a("dataToolTipSummaryUnitsTextStyle", this.i.d9 != null ? this.i.d9.fontString : "");
1636
1639
  },
1637
1640
  enumerable: true,
1638
1641
  configurable: true
1639
1642
  });
1640
1643
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginBottom", {
1641
1644
  get: function () {
1642
- return this.i.ti ? this.i.ti.bottom : NaN;
1645
+ return this.i.u2 ? this.i.u2.bottom : NaN;
1643
1646
  },
1644
1647
  set: function (v) {
1645
1648
  this.ensureDataToolTipBadgeMargin();
1646
- this.i.ti.bottom = +v;
1647
- this._a("dataToolTipBadgeMarginBottom", this.i.ti.bottom);
1648
- this.i.ti = this.i.ti;
1649
+ this.i.u2.bottom = +v;
1650
+ this._a("dataToolTipBadgeMarginBottom", this.i.u2.bottom);
1651
+ this.i.u2 = this.i.u2;
1649
1652
  },
1650
1653
  enumerable: true,
1651
1654
  configurable: true
1652
1655
  });
1653
1656
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginLeft", {
1654
1657
  get: function () {
1655
- return this.i.ti ? this.i.ti.left : NaN;
1658
+ return this.i.u2 ? this.i.u2.left : NaN;
1656
1659
  },
1657
1660
  set: function (v) {
1658
1661
  this.ensureDataToolTipBadgeMargin();
1659
- this.i.ti.left = +v;
1660
- this._a("dataToolTipBadgeMarginLeft", this.i.ti.left);
1661
- this.i.ti = this.i.ti;
1662
+ this.i.u2.left = +v;
1663
+ this._a("dataToolTipBadgeMarginLeft", this.i.u2.left);
1664
+ this.i.u2 = this.i.u2;
1662
1665
  },
1663
1666
  enumerable: true,
1664
1667
  configurable: true
1665
1668
  });
1666
1669
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginRight", {
1667
1670
  get: function () {
1668
- return this.i.ti ? this.i.ti.right : NaN;
1671
+ return this.i.u2 ? this.i.u2.right : NaN;
1669
1672
  },
1670
1673
  set: function (v) {
1671
1674
  this.ensureDataToolTipBadgeMargin();
1672
- this.i.ti.right = +v;
1673
- this._a("dataToolTipBadgeMarginRight", this.i.ti.right);
1674
- this.i.ti = this.i.ti;
1675
+ this.i.u2.right = +v;
1676
+ this._a("dataToolTipBadgeMarginRight", this.i.u2.right);
1677
+ this.i.u2 = this.i.u2;
1675
1678
  },
1676
1679
  enumerable: true,
1677
1680
  configurable: true
1678
1681
  });
1679
1682
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginTop", {
1680
1683
  get: function () {
1681
- return this.i.ti ? this.i.ti.top : NaN;
1684
+ return this.i.u2 ? this.i.u2.top : NaN;
1682
1685
  },
1683
1686
  set: function (v) {
1684
1687
  this.ensureDataToolTipBadgeMargin();
1685
- this.i.ti.top = +v;
1686
- this._a("dataToolTipBadgeMarginTop", this.i.ti.top);
1687
- this.i.ti = this.i.ti;
1688
+ this.i.u2.top = +v;
1689
+ this._a("dataToolTipBadgeMarginTop", this.i.u2.top);
1690
+ this.i.u2 = this.i.u2;
1688
1691
  },
1689
1692
  enumerable: true,
1690
1693
  configurable: true
1691
1694
  });
1692
1695
  IgcDomainChartComponent.prototype.ensureDataToolTipBadgeMargin = function () {
1693
- if (this.i.ti) {
1696
+ if (this.i.u2) {
1694
1697
  return;
1695
1698
  }
1696
- this.i.ti = new Thickness(2);
1699
+ this.i.u2 = new Thickness(2);
1697
1700
  };
1698
1701
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeShape", {
1699
1702
  /**
1700
1703
  * Gets or sets the BadgeShape for the data legend.
1701
1704
  */
1702
1705
  get: function () {
1703
- return this.i.bw;
1706
+ return this.i.cd;
1704
1707
  },
1705
1708
  set: function (v) {
1706
- this.i.bw = ensureEnum(LegendItemBadgeShape_$type, v);
1707
- this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.bw));
1709
+ this.i.cd = ensureEnum(LegendItemBadgeShape_$type, v);
1710
+ this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.cd));
1708
1711
  },
1709
1712
  enumerable: true,
1710
1713
  configurable: true
@@ -1714,11 +1717,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1714
1717
  * Gets or sets the UnitsMode for the data legend.
1715
1718
  */
1716
1719
  get: function () {
1717
- return this.i.a4;
1720
+ return this.i.bl;
1718
1721
  },
1719
1722
  set: function (v) {
1720
- this.i.a4 = ensureEnum(DataLegendUnitsMode_$type, v);
1721
- this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.a4));
1723
+ this.i.bl = ensureEnum(DataLegendUnitsMode_$type, v);
1724
+ this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.bl));
1722
1725
  },
1723
1726
  enumerable: true,
1724
1727
  configurable: true
@@ -1728,10 +1731,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1728
1731
  * Gets or sets the units text for the data legend.
1729
1732
  */
1730
1733
  get: function () {
1731
- return this.i.l0;
1734
+ return this.i.m6;
1732
1735
  },
1733
1736
  set: function (v) {
1734
- this.i.l0 = v;
1737
+ this.i.m6 = v;
1735
1738
  },
1736
1739
  enumerable: true,
1737
1740
  configurable: true
@@ -1741,160 +1744,160 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1741
1744
  * Gets or sets the units text color.
1742
1745
  */
1743
1746
  get: function () {
1744
- return brushToString(this.i.sp);
1747
+ return brushToString(this.i.t9);
1745
1748
  },
1746
1749
  set: function (v) {
1747
- this.i.sp = stringToBrush(v);
1748
- this._a("dataToolTipUnitsTextColor", brushToString(this.i.sp));
1750
+ this.i.t9 = stringToBrush(v);
1751
+ this._a("dataToolTipUnitsTextColor", brushToString(this.i.t9));
1749
1752
  },
1750
1753
  enumerable: true,
1751
1754
  configurable: true
1752
1755
  });
1753
1756
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginBottom", {
1754
1757
  get: function () {
1755
- return this.i.tp ? this.i.tp.bottom : NaN;
1758
+ return this.i.u9 ? this.i.u9.bottom : NaN;
1756
1759
  },
1757
1760
  set: function (v) {
1758
1761
  this.ensureDataToolTipUnitsTextMargin();
1759
- this.i.tp.bottom = +v;
1760
- this._a("dataToolTipUnitsTextMarginBottom", this.i.tp.bottom);
1761
- this.i.tp = this.i.tp;
1762
+ this.i.u9.bottom = +v;
1763
+ this._a("dataToolTipUnitsTextMarginBottom", this.i.u9.bottom);
1764
+ this.i.u9 = this.i.u9;
1762
1765
  },
1763
1766
  enumerable: true,
1764
1767
  configurable: true
1765
1768
  });
1766
1769
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginLeft", {
1767
1770
  get: function () {
1768
- return this.i.tp ? this.i.tp.left : NaN;
1771
+ return this.i.u9 ? this.i.u9.left : NaN;
1769
1772
  },
1770
1773
  set: function (v) {
1771
1774
  this.ensureDataToolTipUnitsTextMargin();
1772
- this.i.tp.left = +v;
1773
- this._a("dataToolTipUnitsTextMarginLeft", this.i.tp.left);
1774
- this.i.tp = this.i.tp;
1775
+ this.i.u9.left = +v;
1776
+ this._a("dataToolTipUnitsTextMarginLeft", this.i.u9.left);
1777
+ this.i.u9 = this.i.u9;
1775
1778
  },
1776
1779
  enumerable: true,
1777
1780
  configurable: true
1778
1781
  });
1779
1782
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginRight", {
1780
1783
  get: function () {
1781
- return this.i.tp ? this.i.tp.right : NaN;
1784
+ return this.i.u9 ? this.i.u9.right : NaN;
1782
1785
  },
1783
1786
  set: function (v) {
1784
1787
  this.ensureDataToolTipUnitsTextMargin();
1785
- this.i.tp.right = +v;
1786
- this._a("dataToolTipUnitsTextMarginRight", this.i.tp.right);
1787
- this.i.tp = this.i.tp;
1788
+ this.i.u9.right = +v;
1789
+ this._a("dataToolTipUnitsTextMarginRight", this.i.u9.right);
1790
+ this.i.u9 = this.i.u9;
1788
1791
  },
1789
1792
  enumerable: true,
1790
1793
  configurable: true
1791
1794
  });
1792
1795
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginTop", {
1793
1796
  get: function () {
1794
- return this.i.tp ? this.i.tp.top : NaN;
1797
+ return this.i.u9 ? this.i.u9.top : NaN;
1795
1798
  },
1796
1799
  set: function (v) {
1797
1800
  this.ensureDataToolTipUnitsTextMargin();
1798
- this.i.tp.top = +v;
1799
- this._a("dataToolTipUnitsTextMarginTop", this.i.tp.top);
1800
- this.i.tp = this.i.tp;
1801
+ this.i.u9.top = +v;
1802
+ this._a("dataToolTipUnitsTextMarginTop", this.i.u9.top);
1803
+ this.i.u9 = this.i.u9;
1801
1804
  },
1802
1805
  enumerable: true,
1803
1806
  configurable: true
1804
1807
  });
1805
1808
  IgcDomainChartComponent.prototype.ensureDataToolTipUnitsTextMargin = function () {
1806
- if (this.i.tp) {
1809
+ if (this.i.u9) {
1807
1810
  return;
1808
1811
  }
1809
- this.i.tp = new Thickness(2);
1812
+ this.i.u9 = new Thickness(2);
1810
1813
  };
1811
1814
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextStyle", {
1812
1815
  /**
1813
1816
  * Gets or Sets the style to use for the units text.
1814
1817
  */
1815
1818
  get: function () {
1816
- if (this.i.dq == null) {
1819
+ if (this.i.ec == null) {
1817
1820
  return null;
1818
1821
  }
1819
- return this.i.dq.fontString;
1822
+ return this.i.ec.fontString;
1820
1823
  },
1821
1824
  set: function (v) {
1822
1825
  var fi = new FontInfo();
1823
1826
  fi.fontString = v;
1824
- this.i.dq = fi;
1825
- this._a("dataToolTipUnitsTextStyle", this.i.dq != null ? this.i.dq.fontString : "");
1827
+ this.i.ec = fi;
1828
+ this._a("dataToolTipUnitsTextStyle", this.i.ec != null ? this.i.ec.fontString : "");
1826
1829
  },
1827
1830
  enumerable: true,
1828
1831
  configurable: true
1829
1832
  });
1830
1833
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginBottom", {
1831
1834
  get: function () {
1832
- return this.i.to ? this.i.to.bottom : NaN;
1835
+ return this.i.u8 ? this.i.u8.bottom : NaN;
1833
1836
  },
1834
1837
  set: function (v) {
1835
1838
  this.ensureDataToolTipTitleTextMargin();
1836
- this.i.to.bottom = +v;
1837
- this._a("dataToolTipTitleTextMarginBottom", this.i.to.bottom);
1838
- this.i.to = this.i.to;
1839
+ this.i.u8.bottom = +v;
1840
+ this._a("dataToolTipTitleTextMarginBottom", this.i.u8.bottom);
1841
+ this.i.u8 = this.i.u8;
1839
1842
  },
1840
1843
  enumerable: true,
1841
1844
  configurable: true
1842
1845
  });
1843
1846
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginLeft", {
1844
1847
  get: function () {
1845
- return this.i.to ? this.i.to.left : NaN;
1848
+ return this.i.u8 ? this.i.u8.left : NaN;
1846
1849
  },
1847
1850
  set: function (v) {
1848
1851
  this.ensureDataToolTipTitleTextMargin();
1849
- this.i.to.left = +v;
1850
- this._a("dataToolTipTitleTextMarginLeft", this.i.to.left);
1851
- this.i.to = this.i.to;
1852
+ this.i.u8.left = +v;
1853
+ this._a("dataToolTipTitleTextMarginLeft", this.i.u8.left);
1854
+ this.i.u8 = this.i.u8;
1852
1855
  },
1853
1856
  enumerable: true,
1854
1857
  configurable: true
1855
1858
  });
1856
1859
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginRight", {
1857
1860
  get: function () {
1858
- return this.i.to ? this.i.to.right : NaN;
1861
+ return this.i.u8 ? this.i.u8.right : NaN;
1859
1862
  },
1860
1863
  set: function (v) {
1861
1864
  this.ensureDataToolTipTitleTextMargin();
1862
- this.i.to.right = +v;
1863
- this._a("dataToolTipTitleTextMarginRight", this.i.to.right);
1864
- this.i.to = this.i.to;
1865
+ this.i.u8.right = +v;
1866
+ this._a("dataToolTipTitleTextMarginRight", this.i.u8.right);
1867
+ this.i.u8 = this.i.u8;
1865
1868
  },
1866
1869
  enumerable: true,
1867
1870
  configurable: true
1868
1871
  });
1869
1872
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginTop", {
1870
1873
  get: function () {
1871
- return this.i.to ? this.i.to.top : NaN;
1874
+ return this.i.u8 ? this.i.u8.top : NaN;
1872
1875
  },
1873
1876
  set: function (v) {
1874
1877
  this.ensureDataToolTipTitleTextMargin();
1875
- this.i.to.top = +v;
1876
- this._a("dataToolTipTitleTextMarginTop", this.i.to.top);
1877
- this.i.to = this.i.to;
1878
+ this.i.u8.top = +v;
1879
+ this._a("dataToolTipTitleTextMarginTop", this.i.u8.top);
1880
+ this.i.u8 = this.i.u8;
1878
1881
  },
1879
1882
  enumerable: true,
1880
1883
  configurable: true
1881
1884
  });
1882
1885
  IgcDomainChartComponent.prototype.ensureDataToolTipTitleTextMargin = function () {
1883
- if (this.i.to) {
1886
+ if (this.i.u8) {
1884
1887
  return;
1885
1888
  }
1886
- this.i.to = new Thickness(2);
1889
+ this.i.u8 = new Thickness(2);
1887
1890
  };
1888
1891
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextColor", {
1889
1892
  /**
1890
1893
  * Gets or sets the display text color.
1891
1894
  */
1892
1895
  get: function () {
1893
- return brushToString(this.i.so);
1896
+ return brushToString(this.i.t8);
1894
1897
  },
1895
1898
  set: function (v) {
1896
- this.i.so = stringToBrush(v);
1897
- this._a("dataToolTipTitleTextColor", brushToString(this.i.so));
1899
+ this.i.t8 = stringToBrush(v);
1900
+ this._a("dataToolTipTitleTextColor", brushToString(this.i.t8));
1898
1901
  },
1899
1902
  enumerable: true,
1900
1903
  configurable: true
@@ -1904,16 +1907,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1904
1907
  * Gets or Sets the style to use for the display text.
1905
1908
  */
1906
1909
  get: function () {
1907
- if (this.i.dp == null) {
1910
+ if (this.i.eb == null) {
1908
1911
  return null;
1909
1912
  }
1910
- return this.i.dp.fontString;
1913
+ return this.i.eb.fontString;
1911
1914
  },
1912
1915
  set: function (v) {
1913
1916
  var fi = new FontInfo();
1914
1917
  fi.fontString = v;
1915
- this.i.dp = fi;
1916
- this._a("dataToolTipTitleTextStyle", this.i.dp != null ? this.i.dp.fontString : "");
1918
+ this.i.eb = fi;
1919
+ this._a("dataToolTipTitleTextStyle", this.i.eb != null ? this.i.eb.fontString : "");
1917
1920
  },
1918
1921
  enumerable: true,
1919
1922
  configurable: true
@@ -1923,11 +1926,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1923
1926
  * Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
1924
1927
  */
1925
1928
  get: function () {
1926
- return this.i.a0;
1929
+ return this.i.bh;
1927
1930
  },
1928
1931
  set: function (v) {
1929
- this.i.a0 = ensureEnum(DataLegendLabelMode_$type, v);
1930
- this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.a0));
1932
+ this.i.bh = ensureEnum(DataLegendLabelMode_$type, v);
1933
+ this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.bh));
1931
1934
  },
1932
1935
  enumerable: true,
1933
1936
  configurable: true
@@ -1937,88 +1940,88 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1937
1940
  * Gets or sets the units text color.
1938
1941
  */
1939
1942
  get: function () {
1940
- return brushToString(this.i.sj);
1943
+ return brushToString(this.i.t3);
1941
1944
  },
1942
1945
  set: function (v) {
1943
- this.i.sj = stringToBrush(v);
1944
- this._a("dataToolTipLabelTextColor", brushToString(this.i.sj));
1946
+ this.i.t3 = stringToBrush(v);
1947
+ this._a("dataToolTipLabelTextColor", brushToString(this.i.t3));
1945
1948
  },
1946
1949
  enumerable: true,
1947
1950
  configurable: true
1948
1951
  });
1949
1952
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginBottom", {
1950
1953
  get: function () {
1951
- return this.i.tl ? this.i.tl.bottom : NaN;
1954
+ return this.i.u5 ? this.i.u5.bottom : NaN;
1952
1955
  },
1953
1956
  set: function (v) {
1954
1957
  this.ensureDataToolTipLabelTextMargin();
1955
- this.i.tl.bottom = +v;
1956
- this._a("dataToolTipLabelTextMarginBottom", this.i.tl.bottom);
1957
- this.i.tl = this.i.tl;
1958
+ this.i.u5.bottom = +v;
1959
+ this._a("dataToolTipLabelTextMarginBottom", this.i.u5.bottom);
1960
+ this.i.u5 = this.i.u5;
1958
1961
  },
1959
1962
  enumerable: true,
1960
1963
  configurable: true
1961
1964
  });
1962
1965
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginLeft", {
1963
1966
  get: function () {
1964
- return this.i.tl ? this.i.tl.left : NaN;
1967
+ return this.i.u5 ? this.i.u5.left : NaN;
1965
1968
  },
1966
1969
  set: function (v) {
1967
1970
  this.ensureDataToolTipLabelTextMargin();
1968
- this.i.tl.left = +v;
1969
- this._a("dataToolTipLabelTextMarginLeft", this.i.tl.left);
1970
- this.i.tl = this.i.tl;
1971
+ this.i.u5.left = +v;
1972
+ this._a("dataToolTipLabelTextMarginLeft", this.i.u5.left);
1973
+ this.i.u5 = this.i.u5;
1971
1974
  },
1972
1975
  enumerable: true,
1973
1976
  configurable: true
1974
1977
  });
1975
1978
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginRight", {
1976
1979
  get: function () {
1977
- return this.i.tl ? this.i.tl.right : NaN;
1980
+ return this.i.u5 ? this.i.u5.right : NaN;
1978
1981
  },
1979
1982
  set: function (v) {
1980
1983
  this.ensureDataToolTipLabelTextMargin();
1981
- this.i.tl.right = +v;
1982
- this._a("dataToolTipLabelTextMarginRight", this.i.tl.right);
1983
- this.i.tl = this.i.tl;
1984
+ this.i.u5.right = +v;
1985
+ this._a("dataToolTipLabelTextMarginRight", this.i.u5.right);
1986
+ this.i.u5 = this.i.u5;
1984
1987
  },
1985
1988
  enumerable: true,
1986
1989
  configurable: true
1987
1990
  });
1988
1991
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginTop", {
1989
1992
  get: function () {
1990
- return this.i.tl ? this.i.tl.top : NaN;
1993
+ return this.i.u5 ? this.i.u5.top : NaN;
1991
1994
  },
1992
1995
  set: function (v) {
1993
1996
  this.ensureDataToolTipLabelTextMargin();
1994
- this.i.tl.top = +v;
1995
- this._a("dataToolTipLabelTextMarginTop", this.i.tl.top);
1996
- this.i.tl = this.i.tl;
1997
+ this.i.u5.top = +v;
1998
+ this._a("dataToolTipLabelTextMarginTop", this.i.u5.top);
1999
+ this.i.u5 = this.i.u5;
1997
2000
  },
1998
2001
  enumerable: true,
1999
2002
  configurable: true
2000
2003
  });
2001
2004
  IgcDomainChartComponent.prototype.ensureDataToolTipLabelTextMargin = function () {
2002
- if (this.i.tl) {
2005
+ if (this.i.u5) {
2003
2006
  return;
2004
2007
  }
2005
- this.i.tl = new Thickness(2);
2008
+ this.i.u5 = new Thickness(2);
2006
2009
  };
2007
2010
  Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextStyle", {
2008
2011
  /**
2009
2012
  * Gets or Sets the style to use for the units text.
2010
2013
  */
2011
2014
  get: function () {
2012
- if (this.i.dj == null) {
2015
+ if (this.i.d6 == null) {
2013
2016
  return null;
2014
2017
  }
2015
- return this.i.dj.fontString;
2018
+ return this.i.d6.fontString;
2016
2019
  },
2017
2020
  set: function (v) {
2018
2021
  var fi = new FontInfo();
2019
2022
  fi.fontString = v;
2020
- this.i.dj = fi;
2021
- this._a("dataToolTipLabelTextStyle", this.i.dj != null ? this.i.dj.fontString : "");
2023
+ this.i.d6 = fi;
2024
+ this._a("dataToolTipLabelTextStyle", this.i.d6 != null ? this.i.d6.fontString : "");
2022
2025
  },
2023
2026
  enumerable: true,
2024
2027
  configurable: true
@@ -2028,7 +2031,272 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2028
2031
  * Gets the domain type of this chart
2029
2032
  */
2030
2033
  get: function () {
2031
- return this.i.bi;
2034
+ return this.i.bz;
2035
+ },
2036
+ enumerable: true,
2037
+ configurable: true
2038
+ });
2039
+ Object.defineProperty(IgcDomainChartComponent.prototype, "sortDescriptions", {
2040
+ /**
2041
+ * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
2042
+ */
2043
+ get: function () {
2044
+ var r = this.i.ay;
2045
+ if (r == null) {
2046
+ return null;
2047
+ }
2048
+ if (!r.externalObject) {
2049
+ var e = new IgcChartSortDescriptionCollection();
2050
+ if (e.i.setNativeElement) {
2051
+ e.i.setNativeElement(r);
2052
+ }
2053
+ else {
2054
+ e._implementation = r;
2055
+ }
2056
+ r.externalObject = e;
2057
+ }
2058
+ return r.externalObject;
2059
+ },
2060
+ enumerable: true,
2061
+ configurable: true
2062
+ });
2063
+ Object.defineProperty(IgcDomainChartComponent.prototype, "groupSortDescriptions", {
2064
+ get: function () {
2065
+ var r = this.i.au;
2066
+ if (r == null) {
2067
+ return null;
2068
+ }
2069
+ if (!r.externalObject) {
2070
+ var e = new IgcChartSortDescriptionCollection();
2071
+ if (e.i.setNativeElement) {
2072
+ e.i.setNativeElement(r);
2073
+ }
2074
+ else {
2075
+ e._implementation = r;
2076
+ }
2077
+ r.externalObject = e;
2078
+ }
2079
+ return r.externalObject;
2080
+ },
2081
+ enumerable: true,
2082
+ configurable: true
2083
+ });
2084
+ Object.defineProperty(IgcDomainChartComponent.prototype, "groupDescriptions", {
2085
+ /**
2086
+ * Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
2087
+ */
2088
+ get: function () {
2089
+ var r = this.i.at;
2090
+ if (r == null) {
2091
+ return null;
2092
+ }
2093
+ if (!r.externalObject) {
2094
+ var e = new IgcChartSortDescriptionCollection();
2095
+ if (e.i.setNativeElement) {
2096
+ e.i.setNativeElement(r);
2097
+ }
2098
+ else {
2099
+ e._implementation = r;
2100
+ }
2101
+ r.externalObject = e;
2102
+ }
2103
+ return r.externalObject;
2104
+ },
2105
+ enumerable: true,
2106
+ configurable: true
2107
+ });
2108
+ Object.defineProperty(IgcDomainChartComponent.prototype, "filterExpressions", {
2109
+ /**
2110
+ * Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties.
2111
+ */
2112
+ get: function () {
2113
+ var r = this.i.dr;
2114
+ if (r == null) {
2115
+ return null;
2116
+ }
2117
+ if (!r.externalObject) {
2118
+ var e = new IgcFilterExpressionCollection();
2119
+ if (e.i.setNativeElement) {
2120
+ e.i.setNativeElement(r);
2121
+ }
2122
+ else {
2123
+ e._implementation = r;
2124
+ }
2125
+ r.externalObject = e;
2126
+ }
2127
+ return r.externalObject;
2128
+ },
2129
+ enumerable: true,
2130
+ configurable: true
2131
+ });
2132
+ Object.defineProperty(IgcDomainChartComponent.prototype, "summaryDescriptions", {
2133
+ /**
2134
+ * Gets the current summaries that are applied to the grid.
2135
+ */
2136
+ get: function () {
2137
+ var r = this.i.a2;
2138
+ if (r == null) {
2139
+ return null;
2140
+ }
2141
+ if (!r.externalObject) {
2142
+ var e = new IgcChartSummaryDescriptionCollection();
2143
+ if (e.i.setNativeElement) {
2144
+ e.i.setNativeElement(r);
2145
+ }
2146
+ else {
2147
+ e._implementation = r;
2148
+ }
2149
+ r.externalObject = e;
2150
+ }
2151
+ return r.externalObject;
2152
+ },
2153
+ enumerable: true,
2154
+ configurable: true
2155
+ });
2156
+ Object.defineProperty(IgcDomainChartComponent.prototype, "initialSortDescriptions", {
2157
+ /**
2158
+ * Gets the initial sorts that are applied to the chart.
2159
+ */
2160
+ get: function () {
2161
+ var r = this.i.ax;
2162
+ if (r == null) {
2163
+ return null;
2164
+ }
2165
+ if (!r.externalObject) {
2166
+ var e = new IgcChartSortDescriptionCollection();
2167
+ if (e.i.setNativeElement) {
2168
+ e.i.setNativeElement(r);
2169
+ }
2170
+ else {
2171
+ e._implementation = r;
2172
+ }
2173
+ r.externalObject = e;
2174
+ }
2175
+ return r.externalObject;
2176
+ },
2177
+ enumerable: true,
2178
+ configurable: true
2179
+ });
2180
+ Object.defineProperty(IgcDomainChartComponent.prototype, "initialGroupSortDescriptions", {
2181
+ /**
2182
+ * Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
2183
+ */
2184
+ get: function () {
2185
+ var r = this.i.aw;
2186
+ if (r == null) {
2187
+ return null;
2188
+ }
2189
+ if (!r.externalObject) {
2190
+ var e = new IgcChartSortDescriptionCollection();
2191
+ if (e.i.setNativeElement) {
2192
+ e.i.setNativeElement(r);
2193
+ }
2194
+ else {
2195
+ e._implementation = r;
2196
+ }
2197
+ r.externalObject = e;
2198
+ }
2199
+ return r.externalObject;
2200
+ },
2201
+ enumerable: true,
2202
+ configurable: true
2203
+ });
2204
+ Object.defineProperty(IgcDomainChartComponent.prototype, "initialGroupDescriptions", {
2205
+ /**
2206
+ * Gets the initial groupings that are applied to the chart.
2207
+ */
2208
+ get: function () {
2209
+ var r = this.i.av;
2210
+ if (r == null) {
2211
+ return null;
2212
+ }
2213
+ if (!r.externalObject) {
2214
+ var e = new IgcChartSortDescriptionCollection();
2215
+ if (e.i.setNativeElement) {
2216
+ e.i.setNativeElement(r);
2217
+ }
2218
+ else {
2219
+ e._implementation = r;
2220
+ }
2221
+ r.externalObject = e;
2222
+ }
2223
+ return r.externalObject;
2224
+ },
2225
+ enumerable: true,
2226
+ configurable: true
2227
+ });
2228
+ Object.defineProperty(IgcDomainChartComponent.prototype, "initialSummaryDescriptions", {
2229
+ /**
2230
+ * Gets the initial summaries that are applied to the chart.
2231
+ */
2232
+ get: function () {
2233
+ var r = this.i.a1;
2234
+ if (r == null) {
2235
+ return null;
2236
+ }
2237
+ if (!r.externalObject) {
2238
+ var e = new IgcChartSummaryDescriptionCollection();
2239
+ if (e.i.setNativeElement) {
2240
+ e.i.setNativeElement(r);
2241
+ }
2242
+ else {
2243
+ e._implementation = r;
2244
+ }
2245
+ r.externalObject = e;
2246
+ }
2247
+ return r.externalObject;
2248
+ },
2249
+ enumerable: true,
2250
+ configurable: true
2251
+ });
2252
+ Object.defineProperty(IgcDomainChartComponent.prototype, "initialSorts", {
2253
+ /**
2254
+ * Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
2255
+ */
2256
+ get: function () {
2257
+ return this.i.ok;
2258
+ },
2259
+ set: function (v) {
2260
+ this.i.ok = v;
2261
+ },
2262
+ enumerable: true,
2263
+ configurable: true
2264
+ });
2265
+ Object.defineProperty(IgcDomainChartComponent.prototype, "groupSorts", {
2266
+ /**
2267
+ * Gets or sets the sorts to apply after grouping has been applied.
2268
+ */
2269
+ get: function () {
2270
+ return this.i.n1;
2271
+ },
2272
+ set: function (v) {
2273
+ this.i.n1 = v;
2274
+ },
2275
+ enumerable: true,
2276
+ configurable: true
2277
+ });
2278
+ Object.defineProperty(IgcDomainChartComponent.prototype, "initialGroups", {
2279
+ /**
2280
+ * Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
2281
+ */
2282
+ get: function () {
2283
+ return this.i.oi;
2284
+ },
2285
+ set: function (v) {
2286
+ this.i.oi = v;
2287
+ },
2288
+ enumerable: true,
2289
+ configurable: true
2290
+ });
2291
+ Object.defineProperty(IgcDomainChartComponent.prototype, "initialSummaries", {
2292
+ /**
2293
+ * Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
2294
+ */
2295
+ get: function () {
2296
+ return this.i.om;
2297
+ },
2298
+ set: function (v) {
2299
+ this.i.om = v;
2032
2300
  },
2033
2301
  enumerable: true,
2034
2302
  configurable: true
@@ -2156,11 +2424,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2156
2424
  * ```
2157
2425
  */
2158
2426
  get: function () {
2159
- return this.i.e0;
2427
+ return this.i.fs;
2160
2428
  },
2161
2429
  set: function (v) {
2162
- this.i.e0 = ensureBool(v);
2163
- this._a("isHorizontalZoomEnabled", this.i.e0);
2430
+ this.i.fs = ensureBool(v);
2431
+ this._a("isHorizontalZoomEnabled", this.i.fs);
2164
2432
  },
2165
2433
  enumerable: true,
2166
2434
  configurable: true
@@ -2176,11 +2444,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2176
2444
  * ```
2177
2445
  */
2178
2446
  get: function () {
2179
- return this.i.e6;
2447
+ return this.i.fy;
2180
2448
  },
2181
2449
  set: function (v) {
2182
- this.i.e6 = ensureBool(v);
2183
- this._a("isVerticalZoomEnabled", this.i.e6);
2450
+ this.i.fy = ensureBool(v);
2451
+ this._a("isVerticalZoomEnabled", this.i.fy);
2184
2452
  },
2185
2453
  enumerable: true,
2186
2454
  configurable: true
@@ -2190,11 +2458,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2190
2458
  * Gets or sets whether the chart should display mock data when the data source has not been provided, if supported for this type of chart.
2191
2459
  */
2192
2460
  get: function () {
2193
- return this.i.e9;
2461
+ return this.i.f1;
2194
2462
  },
2195
2463
  set: function (v) {
2196
- this.i.e9 = ensureBool(v);
2197
- this._a("shouldDisplayMockData", this.i.e9);
2464
+ this.i.f1 = ensureBool(v);
2465
+ this._a("shouldDisplayMockData", this.i.f1);
2198
2466
  },
2199
2467
  enumerable: true,
2200
2468
  configurable: true
@@ -2204,11 +2472,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2204
2472
  * Gets or sets whether the chart should use a faded skeleton style for mock data.
2205
2473
  */
2206
2474
  get: function () {
2207
- return this.i.fa;
2475
+ return this.i.f4;
2208
2476
  },
2209
2477
  set: function (v) {
2210
- this.i.fa = ensureBool(v);
2211
- this._a("shouldUseSkeletonStyleForMockData", this.i.fa);
2478
+ this.i.f4 = ensureBool(v);
2479
+ this._a("shouldUseSkeletonStyleForMockData", this.i.f4);
2212
2480
  },
2213
2481
  enumerable: true,
2214
2482
  configurable: true
@@ -2219,11 +2487,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2219
2487
  * This property applies to Category Chart and Financial Chart controls.
2220
2488
  */
2221
2489
  get: function () {
2222
- return this.i.e2;
2490
+ return this.i.fu;
2223
2491
  },
2224
2492
  set: function (v) {
2225
- this.i.e2 = ensureBool(v);
2226
- this._a("isSeriesHighlightingEnabled", this.i.e2);
2493
+ this.i.fu = ensureBool(v);
2494
+ this._a("isSeriesHighlightingEnabled", this.i.fu);
2227
2495
  },
2228
2496
  enumerable: true,
2229
2497
  configurable: true
@@ -2240,11 +2508,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2240
2508
  * ```
2241
2509
  */
2242
2510
  get: function () {
2243
- return fromRect(this.i.s7);
2511
+ return fromRect(this.i.ur);
2244
2512
  },
2245
2513
  set: function (v) {
2246
- this.i.s7 = toRect(v);
2247
- this._a("windowRect", rectToString(this.i.s7));
2514
+ this.i.ur = toRect(v);
2515
+ this._a("windowRect", rectToString(this.i.ur));
2248
2516
  },
2249
2517
  enumerable: true,
2250
2518
  configurable: true
@@ -2260,7 +2528,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2260
2528
  * ```
2261
2529
  */
2262
2530
  get: function () {
2263
- return fromRect(this.i.s6);
2531
+ return fromRect(this.i.uq);
2264
2532
  },
2265
2533
  enumerable: true,
2266
2534
  configurable: true
@@ -2276,10 +2544,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2276
2544
  * ```
2277
2545
  */
2278
2546
  get: function () {
2279
- return this.i.oh;
2547
+ return this.i.pw;
2280
2548
  },
2281
2549
  set: function (v) {
2282
- this.i.oh = v;
2550
+ this.i.pw = v;
2283
2551
  },
2284
2552
  enumerable: true,
2285
2553
  configurable: true
@@ -2295,10 +2563,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2295
2563
  * ```
2296
2564
  */
2297
2565
  get: function () {
2298
- return this.i.n6;
2566
+ return this.i.pl;
2299
2567
  },
2300
2568
  set: function (v) {
2301
- this.i.n6 = v;
2569
+ this.i.pl = v;
2302
2570
  },
2303
2571
  enumerable: true,
2304
2572
  configurable: true
@@ -2314,11 +2582,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2314
2582
  * ```
2315
2583
  */
2316
2584
  get: function () {
2317
- return this.i.ro;
2585
+ return this.i.s8;
2318
2586
  },
2319
2587
  set: function (v) {
2320
- this.i.ro = ensureEnum(HorizontalAlignment_$type, v);
2321
- this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.ro));
2588
+ this.i.s8 = ensureEnum(HorizontalAlignment_$type, v);
2589
+ this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.s8));
2322
2590
  },
2323
2591
  enumerable: true,
2324
2592
  configurable: true
@@ -2334,11 +2602,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2334
2602
  * ```
2335
2603
  */
2336
2604
  get: function () {
2337
- return this.i.rn;
2605
+ return this.i.s7;
2338
2606
  },
2339
2607
  set: function (v) {
2340
- this.i.rn = ensureEnum(HorizontalAlignment_$type, v);
2341
- this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.rn));
2608
+ this.i.s7 = ensureEnum(HorizontalAlignment_$type, v);
2609
+ this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.s7));
2342
2610
  },
2343
2611
  enumerable: true,
2344
2612
  configurable: true
@@ -2355,11 +2623,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2355
2623
  * ```
2356
2624
  */
2357
2625
  get: function () {
2358
- return this.i.c4;
2626
+ return this.i.dl;
2359
2627
  },
2360
2628
  set: function (v) {
2361
- this.i.c4 = ensureEnum(UnknownValuePlotting_$type, v);
2362
- this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.c4));
2629
+ this.i.dl = ensureEnum(UnknownValuePlotting_$type, v);
2630
+ this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.dl));
2363
2631
  },
2364
2632
  enumerable: true,
2365
2633
  configurable: true
@@ -2376,11 +2644,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2376
2644
  * ```
2377
2645
  */
2378
2646
  get: function () {
2379
- return this.i.hn;
2647
+ return this.i.ih;
2380
2648
  },
2381
2649
  set: function (v) {
2382
- this.i.hn = +v;
2383
- this._a("resolution", this.i.hn);
2650
+ this.i.ih = +v;
2651
+ this._a("resolution", this.i.ih);
2384
2652
  },
2385
2653
  enumerable: true,
2386
2654
  configurable: true
@@ -2392,11 +2660,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2392
2660
  * Use the `thickness` property for the thickness of all the series in this chart.
2393
2661
  */
2394
2662
  get: function () {
2395
- return this.i.ht;
2663
+ return this.i.io;
2396
2664
  },
2397
2665
  set: function (v) {
2398
- this.i.ht = +v;
2399
- this._a("thickness", this.i.ht);
2666
+ this.i.io = +v;
2667
+ this._a("thickness", this.i.io);
2400
2668
  },
2401
2669
  enumerable: true,
2402
2670
  configurable: true
@@ -2406,11 +2674,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2406
2674
  * Gets or sets the OutlineMode for all series in this chart.
2407
2675
  */
2408
2676
  get: function () {
2409
- return this.i.cm;
2677
+ return this.i.c3;
2410
2678
  },
2411
2679
  set: function (v) {
2412
- this.i.cm = ensureEnum(SeriesOutlineMode_$type, v);
2413
- this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.cm));
2680
+ this.i.c3 = ensureEnum(SeriesOutlineMode_$type, v);
2681
+ this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.c3));
2414
2682
  },
2415
2683
  enumerable: true,
2416
2684
  configurable: true
@@ -2420,11 +2688,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2420
2688
  * Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
2421
2689
  */
2422
2690
  get: function () {
2423
- return this.i.b3;
2691
+ return this.i.ck;
2424
2692
  },
2425
2693
  set: function (v) {
2426
- this.i.b3 = ensureEnum(MarkerOutlineMode_$type, v);
2427
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.b3));
2694
+ this.i.ck = ensureEnum(MarkerOutlineMode_$type, v);
2695
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ck));
2428
2696
  },
2429
2697
  enumerable: true,
2430
2698
  configurable: true
@@ -2434,11 +2702,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2434
2702
  * Gets or sets the MarkerFillMode for all series that support markers in this chart.
2435
2703
  */
2436
2704
  get: function () {
2437
- return this.i.b1;
2705
+ return this.i.ci;
2438
2706
  },
2439
2707
  set: function (v) {
2440
- this.i.b1 = ensureEnum(MarkerFillMode_$type, v);
2441
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.b1));
2708
+ this.i.ci = ensureEnum(MarkerFillMode_$type, v);
2709
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.ci));
2442
2710
  },
2443
2711
  enumerable: true,
2444
2712
  configurable: true
@@ -2448,11 +2716,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2448
2716
  * Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
2449
2717
  */
2450
2718
  get: function () {
2451
- return this.i.hg;
2719
+ return this.i.h9;
2452
2720
  },
2453
2721
  set: function (v) {
2454
- this.i.hg = +v;
2455
- this._a("markerFillOpacity", this.i.hg);
2722
+ this.i.h9 = +v;
2723
+ this._a("markerFillOpacity", this.i.h9);
2456
2724
  },
2457
2725
  enumerable: true,
2458
2726
  configurable: true
@@ -2462,11 +2730,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2462
2730
  * Gets or sets the Marker Thickness for all series that support markers in this chart.
2463
2731
  */
2464
2732
  get: function () {
2465
- return this.i.hh;
2733
+ return this.i.ia;
2466
2734
  },
2467
2735
  set: function (v) {
2468
- this.i.hh = +v;
2469
- this._a("markerThickness", this.i.hh);
2736
+ this.i.ia = +v;
2737
+ this._a("markerThickness", this.i.ia);
2470
2738
  },
2471
2739
  enumerable: true,
2472
2740
  configurable: true
@@ -2479,12 +2747,12 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2479
2747
  get: function () {
2480
2748
  if (this._markerTypes === null) {
2481
2749
  var coll = new IgcMarkerTypeCollection();
2482
- var innerColl = this.i.b8;
2750
+ var innerColl = this.i.cp;
2483
2751
  if (!innerColl) {
2484
2752
  innerColl = new MarkerTypeCollection_internal();
2485
2753
  }
2486
2754
  this._markerTypes = coll._fromInner(innerColl);
2487
- this.i.b8 = innerColl;
2755
+ this.i.cp = innerColl;
2488
2756
  }
2489
2757
  return this._markerTypes;
2490
2758
  },
@@ -2496,14 +2764,14 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2496
2764
  var coll = new IgcMarkerTypeCollection();
2497
2765
  this._markerTypes = coll._fromOuter(v);
2498
2766
  var syncColl = new SyncableObservableCollection$1(MarkerType_$type);
2499
- var innerColl = this.i.b8;
2767
+ var innerColl = this.i.cp;
2500
2768
  if (!innerColl) {
2501
2769
  innerColl = new MarkerTypeCollection_internal();
2502
2770
  }
2503
2771
  syncColl._inner = innerColl;
2504
2772
  syncColl.clear();
2505
2773
  this._markerTypes._setSyncTarget(syncColl);
2506
- this.i.b8 = innerColl;
2774
+ this.i.cp = innerColl;
2507
2775
  },
2508
2776
  enumerable: true,
2509
2777
  configurable: true
@@ -2514,11 +2782,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2514
2782
  * This property is ignored when the MarkerTypes property is set
2515
2783
  */
2516
2784
  get: function () {
2517
- return this.i.bz;
2785
+ return this.i.cg;
2518
2786
  },
2519
2787
  set: function (v) {
2520
- this.i.bz = ensureEnum(MarkerAutomaticBehavior_$type, v);
2521
- this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.bz));
2788
+ this.i.cg = ensureEnum(MarkerAutomaticBehavior_$type, v);
2789
+ this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.cg));
2522
2790
  },
2523
2791
  enumerable: true,
2524
2792
  configurable: true
@@ -2576,11 +2844,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2576
2844
  * ```
2577
2845
  */
2578
2846
  get: function () {
2579
- return this.i.ip;
2847
+ return this.i.jm;
2580
2848
  },
2581
2849
  set: function (v) {
2582
- this.i.ip = +v;
2583
- this._a("markerMaxCount", this.i.ip);
2850
+ this.i.jm = +v;
2851
+ this._a("markerMaxCount", this.i.jm);
2584
2852
  },
2585
2853
  enumerable: true,
2586
2854
  configurable: true
@@ -2591,11 +2859,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2591
2859
  * For example, Area, SplineArea, Column chart types
2592
2860
  */
2593
2861
  get: function () {
2594
- return this.i.g1;
2862
+ return this.i.hu;
2595
2863
  },
2596
2864
  set: function (v) {
2597
- this.i.g1 = +v;
2598
- this._a("areaFillOpacity", this.i.g1);
2865
+ this.i.hu = +v;
2866
+ this._a("areaFillOpacity", this.i.hu);
2599
2867
  },
2600
2868
  enumerable: true,
2601
2869
  configurable: true
@@ -2605,11 +2873,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2605
2873
  * Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
2606
2874
  */
2607
2875
  get: function () {
2608
- return this.i.eh;
2876
+ return this.i.e8;
2609
2877
  },
2610
2878
  set: function (v) {
2611
- this.i.eh = ensureBool(v);
2612
- this._a("animateSeriesWhenAxisRangeChanges", this.i.eh);
2879
+ this.i.e8 = ensureBool(v);
2880
+ this._a("animateSeriesWhenAxisRangeChanges", this.i.e8);
2613
2881
  },
2614
2882
  enumerable: true,
2615
2883
  configurable: true
@@ -2647,11 +2915,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2647
2915
  * ```
2648
2916
  */
2649
2917
  get: function () {
2650
- return this.i.c2;
2918
+ return this.i.dj;
2651
2919
  },
2652
2920
  set: function (v) {
2653
- this.i.c2 = ensureEnum(TrendLineType_$type, v);
2654
- this._a("trendLineType", enumToString(TrendLineType_$type, this.i.c2));
2921
+ this.i.dj = ensureEnum(TrendLineType_$type, v);
2922
+ this._a("trendLineType", enumToString(TrendLineType_$type, this.i.dj));
2655
2923
  },
2656
2924
  enumerable: true,
2657
2925
  configurable: true
@@ -2668,11 +2936,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2668
2936
  * ```
2669
2937
  */
2670
2938
  get: function () {
2671
- return this.i.hz;
2939
+ return this.i.iu;
2672
2940
  },
2673
2941
  set: function (v) {
2674
- this.i.hz = +v;
2675
- this._a("trendLineThickness", this.i.hz);
2942
+ this.i.iu = +v;
2943
+ this._a("trendLineThickness", this.i.iu);
2676
2944
  },
2677
2945
  enumerable: true,
2678
2946
  configurable: true
@@ -2688,11 +2956,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2688
2956
  * ```
2689
2957
  */
2690
2958
  get: function () {
2691
- return this.i.eg;
2959
+ return this.i.e7;
2692
2960
  },
2693
2961
  set: function (v) {
2694
- this.i.eg = ensureBool(v);
2695
- this._a("alignsGridLinesToPixels", this.i.eg);
2962
+ this.i.e7 = ensureBool(v);
2963
+ this._a("alignsGridLinesToPixels", this.i.e7);
2696
2964
  },
2697
2965
  enumerable: true,
2698
2966
  configurable: true
@@ -2702,11 +2970,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2702
2970
  * Margin applied to the Left of the plot area.
2703
2971
  */
2704
2972
  get: function () {
2705
- return this.i.hk;
2973
+ return this.i.id;
2706
2974
  },
2707
2975
  set: function (v) {
2708
- this.i.hk = +v;
2709
- this._a("plotAreaMarginLeft", this.i.hk);
2976
+ this.i.id = +v;
2977
+ this._a("plotAreaMarginLeft", this.i.id);
2710
2978
  },
2711
2979
  enumerable: true,
2712
2980
  configurable: true
@@ -2716,11 +2984,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2716
2984
  * Margin applied to the Top of the plot area.
2717
2985
  */
2718
2986
  get: function () {
2719
- return this.i.hm;
2987
+ return this.i.ig;
2720
2988
  },
2721
2989
  set: function (v) {
2722
- this.i.hm = +v;
2723
- this._a("plotAreaMarginTop", this.i.hm);
2990
+ this.i.ig = +v;
2991
+ this._a("plotAreaMarginTop", this.i.ig);
2724
2992
  },
2725
2993
  enumerable: true,
2726
2994
  configurable: true
@@ -2730,11 +2998,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2730
2998
  * Margin applied to the right of the plot area.
2731
2999
  */
2732
3000
  get: function () {
2733
- return this.i.hl;
3001
+ return this.i.ie;
2734
3002
  },
2735
3003
  set: function (v) {
2736
- this.i.hl = +v;
2737
- this._a("plotAreaMarginRight", this.i.hl);
3004
+ this.i.ie = +v;
3005
+ this._a("plotAreaMarginRight", this.i.ie);
2738
3006
  },
2739
3007
  enumerable: true,
2740
3008
  configurable: true
@@ -2744,11 +3012,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2744
3012
  * Margin applied below the plot area.
2745
3013
  */
2746
3014
  get: function () {
2747
- return this.i.hj;
3015
+ return this.i.ic;
2748
3016
  },
2749
3017
  set: function (v) {
2750
- this.i.hj = +v;
2751
- this._a("plotAreaMarginBottom", this.i.hj);
3018
+ this.i.ic = +v;
3019
+ this._a("plotAreaMarginBottom", this.i.ic);
2752
3020
  },
2753
3021
  enumerable: true,
2754
3022
  configurable: true
@@ -2758,11 +3026,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2758
3026
  * Gets or sets mode to use for automatically calculating the plot area margin.
2759
3027
  */
2760
3028
  get: function () {
2761
- return this.i.ao;
3029
+ return this.i.a4;
2762
3030
  },
2763
3031
  set: function (v) {
2764
- this.i.ao = ensureEnum(ComputedPlotAreaMarginMode_$type, v);
2765
- this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.ao));
3032
+ this.i.a4 = ensureEnum(ComputedPlotAreaMarginMode_$type, v);
3033
+ this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.a4));
2766
3034
  },
2767
3035
  enumerable: true,
2768
3036
  configurable: true
@@ -2772,11 +3040,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2772
3040
  * Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
2773
3041
  */
2774
3042
  get: function () {
2775
- return this.i.co;
3043
+ return this.i.c5;
2776
3044
  },
2777
3045
  set: function (v) {
2778
- this.i.co = ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
2779
- this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.co));
3046
+ this.i.c5 = ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
3047
+ this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.c5));
2780
3048
  },
2781
3049
  enumerable: true,
2782
3050
  configurable: true
@@ -2786,11 +3054,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2786
3054
  * Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
2787
3055
  */
2788
3056
  get: function () {
2789
- return this.i.cq;
3057
+ return this.i.c7;
2790
3058
  },
2791
3059
  set: function (v) {
2792
- this.i.cq = ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
2793
- this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.cq));
3060
+ this.i.c7 = ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
3061
+ this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.c7));
2794
3062
  },
2795
3063
  enumerable: true,
2796
3064
  configurable: true
@@ -2800,11 +3068,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2800
3068
  * Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
2801
3069
  */
2802
3070
  get: function () {
2803
- return this.i.ck;
3071
+ return this.i.c1;
2804
3072
  },
2805
3073
  set: function (v) {
2806
- this.i.ck = ensureEnum(SeriesHighlightingMode_$type, v);
2807
- this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.ck));
3074
+ this.i.c1 = ensureEnum(SeriesHighlightingMode_$type, v);
3075
+ this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.c1));
2808
3076
  },
2809
3077
  enumerable: true,
2810
3078
  configurable: true
@@ -2814,11 +3082,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2814
3082
  * Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
2815
3083
  */
2816
3084
  get: function () {
2817
- return this.i.ci;
3085
+ return this.i.cz;
2818
3086
  },
2819
3087
  set: function (v) {
2820
- this.i.ci = ensureEnum(SeriesHighlightingBehavior_$type, v);
2821
- this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.ci));
3088
+ this.i.cz = ensureEnum(SeriesHighlightingBehavior_$type, v);
3089
+ this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.cz));
2822
3090
  },
2823
3091
  enumerable: true,
2824
3092
  configurable: true
@@ -2828,11 +3096,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2828
3096
  * Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
2829
3097
  */
2830
3098
  get: function () {
2831
- return this.i.br;
3099
+ return this.i.b8;
2832
3100
  },
2833
3101
  set: function (v) {
2834
- this.i.br = ensureEnum(LegendHighlightingMode_$type, v);
2835
- this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.br));
3102
+ this.i.b8 = ensureEnum(LegendHighlightingMode_$type, v);
3103
+ this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.b8));
2836
3104
  },
2837
3105
  enumerable: true,
2838
3106
  configurable: true
@@ -2843,11 +3111,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2843
3111
  * This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
2844
3112
  */
2845
3113
  get: function () {
2846
- return this.i.bx;
3114
+ return this.i.ce;
2847
3115
  },
2848
3116
  set: function (v) {
2849
- this.i.bx = ensureEnum(LegendItemBadgeShape_$type, v);
2850
- this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.bx));
3117
+ this.i.ce = ensureEnum(LegendItemBadgeShape_$type, v);
3118
+ this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.ce));
2851
3119
  },
2852
3120
  enumerable: true,
2853
3121
  configurable: true
@@ -2858,22 +3126,22 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2858
3126
  * This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
2859
3127
  */
2860
3128
  get: function () {
2861
- return this.i.bt;
3129
+ return this.i.ca;
2862
3130
  },
2863
3131
  set: function (v) {
2864
- this.i.bt = ensureEnum(LegendItemBadgeMode_$type, v);
2865
- this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.bt));
3132
+ this.i.ca = ensureEnum(LegendItemBadgeMode_$type, v);
3133
+ this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.ca));
2866
3134
  },
2867
3135
  enumerable: true,
2868
3136
  configurable: true
2869
3137
  });
2870
3138
  Object.defineProperty(IgcDomainChartComponent.prototype, "trendLinePeriod", {
2871
3139
  get: function () {
2872
- return this.i.ir;
3140
+ return this.i.jo;
2873
3141
  },
2874
3142
  set: function (v) {
2875
- this.i.ir = +v;
2876
- this._a("trendLinePeriod", this.i.ir);
3143
+ this.i.jo = +v;
3144
+ this._a("trendLinePeriod", this.i.jo);
2877
3145
  },
2878
3146
  enumerable: true,
2879
3147
  configurable: true
@@ -2883,11 +3151,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2883
3151
  * Gets or sets the style of tooltip to be displayed.
2884
3152
  */
2885
3153
  get: function () {
2886
- return this.i.c0;
3154
+ return this.i.dh;
2887
3155
  },
2888
3156
  set: function (v) {
2889
- this.i.c0 = ensureEnum(ToolTipType_$type, v);
2890
- this._a("toolTipType", enumToString(ToolTipType_$type, this.i.c0));
3157
+ this.i.dh = ensureEnum(ToolTipType_$type, v);
3158
+ this._a("toolTipType", enumToString(ToolTipType_$type, this.i.dh));
2891
3159
  },
2892
3160
  enumerable: true,
2893
3161
  configurable: true
@@ -2897,11 +3165,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2897
3165
  * Gets or sets the crosshairs to be displayed.
2898
3166
  */
2899
3167
  get: function () {
2900
- return this.i.aq;
3168
+ return this.i.a7;
2901
3169
  },
2902
3170
  set: function (v) {
2903
- this.i.aq = ensureEnum(CrosshairsDisplayMode_$type, v);
2904
- this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.aq));
3171
+ this.i.a7 = ensureEnum(CrosshairsDisplayMode_$type, v);
3172
+ this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.a7));
2905
3173
  },
2906
3174
  enumerable: true,
2907
3175
  configurable: true
@@ -2911,11 +3179,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2911
3179
  * Gets or sets whether crosshairs will snap to the nearest data point.
2912
3180
  */
2913
3181
  get: function () {
2914
- return this.i.em;
3182
+ return this.i.fd;
2915
3183
  },
2916
3184
  set: function (v) {
2917
- this.i.em = ensureBool(v);
2918
- this._a("crosshairsSnapToData", this.i.em);
3185
+ this.i.fd = ensureBool(v);
3186
+ this._a("crosshairsSnapToData", this.i.fd);
2919
3187
  },
2920
3188
  enumerable: true,
2921
3189
  configurable: true
@@ -2925,11 +3193,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2925
3193
  * Gets or sets the color to apply to vertical crosshairs line.
2926
3194
  */
2927
3195
  get: function () {
2928
- return brushToString(this.i.sh);
3196
+ return brushToString(this.i.t1);
2929
3197
  },
2930
3198
  set: function (v) {
2931
- this.i.sh = stringToBrush(v);
2932
- this._a("crosshairsLineVerticalStroke", brushToString(this.i.sh));
3199
+ this.i.t1 = stringToBrush(v);
3200
+ this._a("crosshairsLineVerticalStroke", brushToString(this.i.t1));
2933
3201
  },
2934
3202
  enumerable: true,
2935
3203
  configurable: true
@@ -2939,11 +3207,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2939
3207
  * Gets or sets thickness of crosshairs lines.
2940
3208
  */
2941
3209
  get: function () {
2942
- return this.i.g3;
3210
+ return this.i.hw;
2943
3211
  },
2944
3212
  set: function (v) {
2945
- this.i.g3 = +v;
2946
- this._a("crosshairsLineThickness", this.i.g3);
3213
+ this.i.hw = +v;
3214
+ this._a("crosshairsLineThickness", this.i.hw);
2947
3215
  },
2948
3216
  enumerable: true,
2949
3217
  configurable: true
@@ -2953,11 +3221,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2953
3221
  * Gets or sets the color to apply to horizontal crosshairs line.
2954
3222
  */
2955
3223
  get: function () {
2956
- return brushToString(this.i.sg);
3224
+ return brushToString(this.i.t0);
2957
3225
  },
2958
3226
  set: function (v) {
2959
- this.i.sg = stringToBrush(v);
2960
- this._a("crosshairsLineHorizontalStroke", brushToString(this.i.sg));
3227
+ this.i.t0 = stringToBrush(v);
3228
+ this._a("crosshairsLineHorizontalStroke", brushToString(this.i.t0));
2961
3229
  },
2962
3230
  enumerable: true,
2963
3231
  configurable: true
@@ -2967,11 +3235,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2967
3235
  * Gets or sets whether annotations are shown along the axis for crosshair values
2968
3236
  */
2969
3237
  get: function () {
2970
- return this.i.el;
3238
+ return this.i.fc;
2971
3239
  },
2972
3240
  set: function (v) {
2973
- this.i.el = ensureBool(v);
2974
- this._a("crosshairsAnnotationEnabled", this.i.el);
3241
+ this.i.fc = ensureBool(v);
3242
+ this._a("crosshairsAnnotationEnabled", this.i.fc);
2975
3243
  },
2976
3244
  enumerable: true,
2977
3245
  configurable: true
@@ -2981,11 +3249,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2981
3249
  * Gets or sets the background of crosshair annotation on x-axis.
2982
3250
  */
2983
3251
  get: function () {
2984
- return brushToString(this.i.sc);
3252
+ return brushToString(this.i.tw);
2985
3253
  },
2986
3254
  set: function (v) {
2987
- this.i.sc = stringToBrush(v);
2988
- this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.sc));
3255
+ this.i.tw = stringToBrush(v);
3256
+ this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.tw));
2989
3257
  },
2990
3258
  enumerable: true,
2991
3259
  configurable: true
@@ -2995,11 +3263,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2995
3263
  * Gets or sets the background of crosshair annotation on y-axis.
2996
3264
  */
2997
3265
  get: function () {
2998
- return brushToString(this.i.se);
3266
+ return brushToString(this.i.ty);
2999
3267
  },
3000
3268
  set: function (v) {
3001
- this.i.se = stringToBrush(v);
3002
- this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.se));
3269
+ this.i.ty = stringToBrush(v);
3270
+ this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.ty));
3003
3271
  },
3004
3272
  enumerable: true,
3005
3273
  configurable: true
@@ -3009,11 +3277,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3009
3277
  * Gets or sets the text color of crosshair annotation on x-axis.
3010
3278
  */
3011
3279
  get: function () {
3012
- return brushToString(this.i.sd);
3280
+ return brushToString(this.i.tx);
3013
3281
  },
3014
3282
  set: function (v) {
3015
- this.i.sd = stringToBrush(v);
3016
- this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.sd));
3283
+ this.i.tx = stringToBrush(v);
3284
+ this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.tx));
3017
3285
  },
3018
3286
  enumerable: true,
3019
3287
  configurable: true
@@ -3023,11 +3291,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3023
3291
  * Gets or sets the text color of crosshair annotation on y-axis.
3024
3292
  */
3025
3293
  get: function () {
3026
- return brushToString(this.i.sf);
3294
+ return brushToString(this.i.tz);
3027
3295
  },
3028
3296
  set: function (v) {
3029
- this.i.sf = stringToBrush(v);
3030
- this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.sf));
3297
+ this.i.tz = stringToBrush(v);
3298
+ this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.tz));
3031
3299
  },
3032
3300
  enumerable: true,
3033
3301
  configurable: true
@@ -3037,11 +3305,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3037
3305
  * Gets or sets precision on interpolated values of crosshairs on x-axis.
3038
3306
  */
3039
3307
  get: function () {
3040
- return this.i.ij;
3308
+ return this.i.jh;
3041
3309
  },
3042
3310
  set: function (v) {
3043
- this.i.ij = +v;
3044
- this._a("crosshairsAnnotationXAxisPrecision", this.i.ij);
3311
+ this.i.jh = +v;
3312
+ this._a("crosshairsAnnotationXAxisPrecision", this.i.jh);
3045
3313
  },
3046
3314
  enumerable: true,
3047
3315
  configurable: true
@@ -3051,11 +3319,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3051
3319
  * Gets or sets precision on interpolated values of crosshairs on y-axis.
3052
3320
  */
3053
3321
  get: function () {
3054
- return this.i.ik;
3322
+ return this.i.ji;
3055
3323
  },
3056
3324
  set: function (v) {
3057
- this.i.ik = +v;
3058
- this._a("crosshairsAnnotationYAxisPrecision", this.i.ik);
3325
+ this.i.ji = +v;
3326
+ this._a("crosshairsAnnotationYAxisPrecision", this.i.ji);
3059
3327
  },
3060
3328
  enumerable: true,
3061
3329
  configurable: true
@@ -3065,11 +3333,25 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3065
3333
  * Gets or sets whether annotations for the final value of each series is displayed on the axis.
3066
3334
  */
3067
3335
  get: function () {
3068
- return this.i.e8;
3336
+ return this.i.f0;
3069
3337
  },
3070
3338
  set: function (v) {
3071
- this.i.e8 = ensureBool(v);
3072
- this._a("shouldAvoidAxisAnnotationCollisions", this.i.e8);
3339
+ this.i.f0 = ensureBool(v);
3340
+ this._a("shouldAvoidAxisAnnotationCollisions", this.i.f0);
3341
+ },
3342
+ enumerable: true,
3343
+ configurable: true
3344
+ });
3345
+ Object.defineProperty(IgcDomainChartComponent.prototype, "shouldPanOnMaximumZoom", {
3346
+ /**
3347
+ * Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
3348
+ */
3349
+ get: function () {
3350
+ return this.i.f2;
3351
+ },
3352
+ set: function (v) {
3353
+ this.i.f2 = ensureBool(v);
3354
+ this._a("shouldPanOnMaximumZoom", this.i.f2);
3073
3355
  },
3074
3356
  enumerable: true,
3075
3357
  configurable: true
@@ -3079,11 +3361,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3079
3361
  * Gets or sets whether annotations for the final value of each series is displayed on the axis.
3080
3362
  */
3081
3363
  get: function () {
3082
- return this.i.es;
3364
+ return this.i.fj;
3083
3365
  },
3084
3366
  set: function (v) {
3085
- this.i.es = ensureBool(v);
3086
- this._a("finalValueAnnotationsVisible", this.i.es);
3367
+ this.i.fj = ensureBool(v);
3368
+ this._a("finalValueAnnotationsVisible", this.i.fj);
3087
3369
  },
3088
3370
  enumerable: true,
3089
3371
  configurable: true
@@ -3093,11 +3375,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3093
3375
  * Gets or sets the background of final value annotation.
3094
3376
  */
3095
3377
  get: function () {
3096
- return brushToString(this.i.sr);
3378
+ return brushToString(this.i.ub);
3097
3379
  },
3098
3380
  set: function (v) {
3099
- this.i.sr = stringToBrush(v);
3100
- this._a("finalValueAnnotationsBackground", brushToString(this.i.sr));
3381
+ this.i.ub = stringToBrush(v);
3382
+ this._a("finalValueAnnotationsBackground", brushToString(this.i.ub));
3101
3383
  },
3102
3384
  enumerable: true,
3103
3385
  configurable: true
@@ -3107,11 +3389,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3107
3389
  * Gets or sets the text color of final value annotation.
3108
3390
  */
3109
3391
  get: function () {
3110
- return brushToString(this.i.ss);
3392
+ return brushToString(this.i.uc);
3111
3393
  },
3112
3394
  set: function (v) {
3113
- this.i.ss = stringToBrush(v);
3114
- this._a("finalValueAnnotationsTextColor", brushToString(this.i.ss));
3395
+ this.i.uc = stringToBrush(v);
3396
+ this._a("finalValueAnnotationsTextColor", brushToString(this.i.uc));
3115
3397
  },
3116
3398
  enumerable: true,
3117
3399
  configurable: true
@@ -3121,11 +3403,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3121
3403
  * Gets or sets precision on final value annotation.
3122
3404
  */
3123
3405
  get: function () {
3124
- return this.i.io;
3406
+ return this.i.jl;
3125
3407
  },
3126
3408
  set: function (v) {
3127
- this.i.io = +v;
3128
- this._a("finalValueAnnotationsPrecision", this.i.io);
3409
+ this.i.jl = +v;
3410
+ this._a("finalValueAnnotationsPrecision", this.i.jl);
3129
3411
  },
3130
3412
  enumerable: true,
3131
3413
  configurable: true
@@ -3135,11 +3417,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3135
3417
  * Gets or sets if callouts should be displayed.
3136
3418
  */
3137
3419
  get: function () {
3138
- return this.i.ek;
3420
+ return this.i.fb;
3139
3421
  },
3140
3422
  set: function (v) {
3141
- this.i.ek = ensureBool(v);
3142
- this._a("calloutsVisible", this.i.ek);
3423
+ this.i.fb = ensureBool(v);
3424
+ this._a("calloutsVisible", this.i.fb);
3143
3425
  },
3144
3426
  enumerable: true,
3145
3427
  configurable: true
@@ -3149,11 +3431,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3149
3431
  * Gets or sets if event annotations should be displayed.
3150
3432
  */
3151
3433
  get: function () {
3152
- return this.i.ej;
3434
+ return this.i.fa;
3153
3435
  },
3154
3436
  set: function (v) {
3155
- this.i.ej = ensureBool(v);
3156
- this._a("calloutStyleUpdatingEventEnabled", this.i.ej);
3437
+ this.i.fa = ensureBool(v);
3438
+ this._a("calloutStyleUpdatingEventEnabled", this.i.fa);
3157
3439
  },
3158
3440
  enumerable: true,
3159
3441
  configurable: true
@@ -3199,10 +3481,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3199
3481
  * Gets or sets the member path of the X data for the callouts.
3200
3482
  */
3201
3483
  get: function () {
3202
- return this.i.j1;
3484
+ return this.i.k7;
3203
3485
  },
3204
3486
  set: function (v) {
3205
- this.i.j1 = v;
3487
+ this.i.k7 = v;
3206
3488
  },
3207
3489
  enumerable: true,
3208
3490
  configurable: true
@@ -3212,10 +3494,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3212
3494
  * Gets or sets the member path of the Y data for the callouts.
3213
3495
  */
3214
3496
  get: function () {
3215
- return this.i.j3;
3497
+ return this.i.k9;
3216
3498
  },
3217
3499
  set: function (v) {
3218
- this.i.j3 = v;
3500
+ this.i.k9 = v;
3219
3501
  },
3220
3502
  enumerable: true,
3221
3503
  configurable: true
@@ -3225,10 +3507,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3225
3507
  * Gets or sets the member path of the label data for the callouts.
3226
3508
  */
3227
3509
  get: function () {
3228
- return this.i.jx;
3510
+ return this.i.k3;
3229
3511
  },
3230
3512
  set: function (v) {
3231
- this.i.jx = v;
3513
+ this.i.k3 = v;
3232
3514
  },
3233
3515
  enumerable: true,
3234
3516
  configurable: true
@@ -3238,10 +3520,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3238
3520
  * Gets or sets the member path of the content data for the callouts.
3239
3521
  */
3240
3522
  get: function () {
3241
- return this.i.ju;
3523
+ return this.i.k0;
3242
3524
  },
3243
3525
  set: function (v) {
3244
- this.i.ju = v;
3526
+ this.i.k0 = v;
3245
3527
  },
3246
3528
  enumerable: true,
3247
3529
  configurable: true
@@ -3251,11 +3533,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3251
3533
  * Gets or sets the horizontal scrollbar mode to use for the series viewer.
3252
3534
  */
3253
3535
  get: function () {
3254
- return this.i.cv;
3536
+ return this.i.dc;
3255
3537
  },
3256
3538
  set: function (v) {
3257
- this.i.cv = ensureEnum(SeriesViewerScrollbarMode_$type, v);
3258
- this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.cv));
3539
+ this.i.dc = ensureEnum(SeriesViewerScrollbarMode_$type, v);
3540
+ this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dc));
3259
3541
  },
3260
3542
  enumerable: true,
3261
3543
  configurable: true
@@ -3265,11 +3547,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3265
3547
  * Gets or sets the vertical scrollbar mode to use for the series viewer.
3266
3548
  */
3267
3549
  get: function () {
3268
- return this.i.cw;
3550
+ return this.i.dd;
3269
3551
  },
3270
3552
  set: function (v) {
3271
- this.i.cw = ensureEnum(SeriesViewerScrollbarMode_$type, v);
3272
- this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.cw));
3553
+ this.i.dd = ensureEnum(SeriesViewerScrollbarMode_$type, v);
3554
+ this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dd));
3273
3555
  },
3274
3556
  enumerable: true,
3275
3557
  configurable: true
@@ -3279,11 +3561,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3279
3561
  * Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
3280
3562
  */
3281
3563
  get: function () {
3282
- return this.i.cs;
3564
+ return this.i.c9;
3283
3565
  },
3284
3566
  set: function (v) {
3285
- this.i.cs = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
3286
- this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.cs));
3567
+ this.i.c9 = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
3568
+ this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.c9));
3287
3569
  },
3288
3570
  enumerable: true,
3289
3571
  configurable: true
@@ -3293,11 +3575,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3293
3575
  * Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
3294
3576
  */
3295
3577
  get: function () {
3296
- return this.i.cy;
3578
+ return this.i.df;
3297
3579
  },
3298
3580
  set: function (v) {
3299
- this.i.cy = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
3300
- this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.cy));
3581
+ this.i.df = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
3582
+ this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.df));
3301
3583
  },
3302
3584
  enumerable: true,
3303
3585
  configurable: true
@@ -3307,11 +3589,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3307
3589
  * Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
3308
3590
  */
3309
3591
  get: function () {
3310
- return brushToString(this.i.sx);
3592
+ return brushToString(this.i.uh);
3311
3593
  },
3312
3594
  set: function (v) {
3313
- this.i.sx = stringToBrush(v);
3314
- this._a("horizontalViewScrollbarFill", brushToString(this.i.sx));
3595
+ this.i.uh = stringToBrush(v);
3596
+ this._a("horizontalViewScrollbarFill", brushToString(this.i.uh));
3315
3597
  },
3316
3598
  enumerable: true,
3317
3599
  configurable: true
@@ -3321,11 +3603,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3321
3603
  * Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
3322
3604
  */
3323
3605
  get: function () {
3324
- return brushToString(this.i.sy);
3606
+ return brushToString(this.i.ui);
3325
3607
  },
3326
3608
  set: function (v) {
3327
- this.i.sy = stringToBrush(v);
3328
- this._a("horizontalViewScrollbarOutline", brushToString(this.i.sy));
3609
+ this.i.ui = stringToBrush(v);
3610
+ this._a("horizontalViewScrollbarOutline", brushToString(this.i.ui));
3329
3611
  },
3330
3612
  enumerable: true,
3331
3613
  configurable: true
@@ -3335,11 +3617,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3335
3617
  * Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
3336
3618
  */
3337
3619
  get: function () {
3338
- return this.i.hc;
3620
+ return this.i.h5;
3339
3621
  },
3340
3622
  set: function (v) {
3341
- this.i.hc = +v;
3342
- this._a("horizontalViewScrollbarStrokeThickness", this.i.hc);
3623
+ this.i.h5 = +v;
3624
+ this._a("horizontalViewScrollbarStrokeThickness", this.i.h5);
3343
3625
  },
3344
3626
  enumerable: true,
3345
3627
  configurable: true
@@ -3349,11 +3631,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3349
3631
  * Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
3350
3632
  */
3351
3633
  get: function () {
3352
- return this.i.hb;
3634
+ return this.i.h4;
3353
3635
  },
3354
3636
  set: function (v) {
3355
- this.i.hb = +v;
3356
- this._a("horizontalViewScrollbarMaxOpacity", this.i.hb);
3637
+ this.i.h4 = +v;
3638
+ this._a("horizontalViewScrollbarMaxOpacity", this.i.h4);
3357
3639
  },
3358
3640
  enumerable: true,
3359
3641
  configurable: true
@@ -3363,11 +3645,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3363
3645
  * Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
3364
3646
  */
3365
3647
  get: function () {
3366
- return this.i.g8;
3648
+ return this.i.h1;
3367
3649
  },
3368
3650
  set: function (v) {
3369
- this.i.g8 = +v;
3370
- this._a("horizontalViewScrollbarCornerRadius", this.i.g8);
3651
+ this.i.h1 = +v;
3652
+ this._a("horizontalViewScrollbarCornerRadius", this.i.h1);
3371
3653
  },
3372
3654
  enumerable: true,
3373
3655
  configurable: true
@@ -3377,11 +3659,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3377
3659
  * Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
3378
3660
  */
3379
3661
  get: function () {
3380
- return this.i.g9;
3662
+ return this.i.h2;
3381
3663
  },
3382
3664
  set: function (v) {
3383
- this.i.g9 = +v;
3384
- this._a("horizontalViewScrollbarHeight", this.i.g9);
3665
+ this.i.h2 = +v;
3666
+ this._a("horizontalViewScrollbarHeight", this.i.h2);
3385
3667
  },
3386
3668
  enumerable: true,
3387
3669
  configurable: true
@@ -3391,11 +3673,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3391
3673
  * Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
3392
3674
  */
3393
3675
  get: function () {
3394
- return this.i.ha;
3676
+ return this.i.h3;
3395
3677
  },
3396
3678
  set: function (v) {
3397
- this.i.ha = +v;
3398
- this._a("horizontalViewScrollbarInset", this.i.ha);
3679
+ this.i.h3 = +v;
3680
+ this._a("horizontalViewScrollbarInset", this.i.h3);
3399
3681
  },
3400
3682
  enumerable: true,
3401
3683
  configurable: true
@@ -3405,11 +3687,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3405
3687
  * Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
3406
3688
  */
3407
3689
  get: function () {
3408
- return this.i.he;
3690
+ return this.i.h7;
3409
3691
  },
3410
3692
  set: function (v) {
3411
- this.i.he = +v;
3412
- this._a("horizontalViewScrollbarTrackStartInset", this.i.he);
3693
+ this.i.h7 = +v;
3694
+ this._a("horizontalViewScrollbarTrackStartInset", this.i.h7);
3413
3695
  },
3414
3696
  enumerable: true,
3415
3697
  configurable: true
@@ -3419,11 +3701,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3419
3701
  * Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
3420
3702
  */
3421
3703
  get: function () {
3422
- return this.i.hd;
3704
+ return this.i.h6;
3423
3705
  },
3424
3706
  set: function (v) {
3425
- this.i.hd = +v;
3426
- this._a("horizontalViewScrollbarTrackEndInset", this.i.hd);
3707
+ this.i.h6 = +v;
3708
+ this._a("horizontalViewScrollbarTrackEndInset", this.i.h6);
3427
3709
  },
3428
3710
  enumerable: true,
3429
3711
  configurable: true
@@ -3433,11 +3715,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3433
3715
  * Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
3434
3716
  */
3435
3717
  get: function () {
3436
- return this.i.eu;
3718
+ return this.i.fl;
3437
3719
  },
3438
3720
  set: function (v) {
3439
- this.i.eu = ensureBool(v);
3440
- this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.eu);
3721
+ this.i.fl = ensureBool(v);
3722
+ this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.fl);
3441
3723
  },
3442
3724
  enumerable: true,
3443
3725
  configurable: true
@@ -3447,11 +3729,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3447
3729
  * Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
3448
3730
  */
3449
3731
  get: function () {
3450
- return brushToString(this.i.s2);
3732
+ return brushToString(this.i.um);
3451
3733
  },
3452
3734
  set: function (v) {
3453
- this.i.s2 = stringToBrush(v);
3454
- this._a("verticalViewScrollbarFill", brushToString(this.i.s2));
3735
+ this.i.um = stringToBrush(v);
3736
+ this._a("verticalViewScrollbarFill", brushToString(this.i.um));
3455
3737
  },
3456
3738
  enumerable: true,
3457
3739
  configurable: true
@@ -3461,11 +3743,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3461
3743
  * Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
3462
3744
  */
3463
3745
  get: function () {
3464
- return brushToString(this.i.s3);
3746
+ return brushToString(this.i.un);
3465
3747
  },
3466
3748
  set: function (v) {
3467
- this.i.s3 = stringToBrush(v);
3468
- this._a("verticalViewScrollbarOutline", brushToString(this.i.s3));
3749
+ this.i.un = stringToBrush(v);
3750
+ this._a("verticalViewScrollbarOutline", brushToString(this.i.un));
3469
3751
  },
3470
3752
  enumerable: true,
3471
3753
  configurable: true
@@ -3475,11 +3757,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3475
3757
  * Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
3476
3758
  */
3477
3759
  get: function () {
3478
- return this.i.h3;
3760
+ return this.i.iy;
3479
3761
  },
3480
3762
  set: function (v) {
3481
- this.i.h3 = +v;
3482
- this._a("verticalViewScrollbarStrokeThickness", this.i.h3);
3763
+ this.i.iy = +v;
3764
+ this._a("verticalViewScrollbarStrokeThickness", this.i.iy);
3483
3765
  },
3484
3766
  enumerable: true,
3485
3767
  configurable: true
@@ -3489,11 +3771,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3489
3771
  * Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
3490
3772
  */
3491
3773
  get: function () {
3492
- return this.i.h2;
3774
+ return this.i.ix;
3493
3775
  },
3494
3776
  set: function (v) {
3495
- this.i.h2 = +v;
3496
- this._a("verticalViewScrollbarMaxOpacity", this.i.h2);
3777
+ this.i.ix = +v;
3778
+ this._a("verticalViewScrollbarMaxOpacity", this.i.ix);
3497
3779
  },
3498
3780
  enumerable: true,
3499
3781
  configurable: true
@@ -3503,11 +3785,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3503
3785
  * Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
3504
3786
  */
3505
3787
  get: function () {
3506
- return this.i.h0;
3788
+ return this.i.iv;
3507
3789
  },
3508
3790
  set: function (v) {
3509
- this.i.h0 = +v;
3510
- this._a("verticalViewScrollbarCornerRadius", this.i.h0);
3791
+ this.i.iv = +v;
3792
+ this._a("verticalViewScrollbarCornerRadius", this.i.iv);
3511
3793
  },
3512
3794
  enumerable: true,
3513
3795
  configurable: true
@@ -3517,11 +3799,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3517
3799
  * Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
3518
3800
  */
3519
3801
  get: function () {
3520
- return this.i.h6;
3802
+ return this.i.i1;
3521
3803
  },
3522
3804
  set: function (v) {
3523
- this.i.h6 = +v;
3524
- this._a("verticalViewScrollbarWidth", this.i.h6);
3805
+ this.i.i1 = +v;
3806
+ this._a("verticalViewScrollbarWidth", this.i.i1);
3525
3807
  },
3526
3808
  enumerable: true,
3527
3809
  configurable: true
@@ -3531,11 +3813,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3531
3813
  * Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
3532
3814
  */
3533
3815
  get: function () {
3534
- return this.i.h1;
3816
+ return this.i.iw;
3535
3817
  },
3536
3818
  set: function (v) {
3537
- this.i.h1 = +v;
3538
- this._a("verticalViewScrollbarInset", this.i.h1);
3819
+ this.i.iw = +v;
3820
+ this._a("verticalViewScrollbarInset", this.i.iw);
3539
3821
  },
3540
3822
  enumerable: true,
3541
3823
  configurable: true
@@ -3545,11 +3827,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3545
3827
  * Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
3546
3828
  */
3547
3829
  get: function () {
3548
- return this.i.h5;
3830
+ return this.i.i0;
3549
3831
  },
3550
3832
  set: function (v) {
3551
- this.i.h5 = +v;
3552
- this._a("verticalViewScrollbarTrackStartInset", this.i.h5);
3833
+ this.i.i0 = +v;
3834
+ this._a("verticalViewScrollbarTrackStartInset", this.i.i0);
3553
3835
  },
3554
3836
  enumerable: true,
3555
3837
  configurable: true
@@ -3559,11 +3841,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3559
3841
  * Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
3560
3842
  */
3561
3843
  get: function () {
3562
- return this.i.h4;
3844
+ return this.i.iz;
3563
3845
  },
3564
3846
  set: function (v) {
3565
- this.i.h4 = +v;
3566
- this._a("verticalViewScrollbarTrackEndInset", this.i.h4);
3847
+ this.i.iz = +v;
3848
+ this._a("verticalViewScrollbarTrackEndInset", this.i.iz);
3567
3849
  },
3568
3850
  enumerable: true,
3569
3851
  configurable: true
@@ -3573,22 +3855,122 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3573
3855
  * Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
3574
3856
  */
3575
3857
  get: function () {
3576
- return this.i.fb;
3858
+ return this.i.f5;
3577
3859
  },
3578
3860
  set: function (v) {
3579
- this.i.fb = ensureBool(v);
3580
- this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fb);
3861
+ this.i.f5 = ensureBool(v);
3862
+ this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.f5);
3863
+ },
3864
+ enumerable: true,
3865
+ configurable: true
3866
+ });
3867
+ Object.defineProperty(IgcDomainChartComponent.prototype, "windowRectMinWidth", {
3868
+ /**
3869
+ * Sets or gets the minimum width that the window rect is allowed to reach before being clamped.
3870
+ * Decrease this value if you want to allow for further zooming into the viewer.
3871
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
3872
+ * This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
3873
+ */
3874
+ get: function () {
3875
+ return this.i.i3;
3876
+ },
3877
+ set: function (v) {
3878
+ this.i.i3 = +v;
3879
+ this._a("windowRectMinWidth", this.i.i3);
3880
+ },
3881
+ enumerable: true,
3882
+ configurable: true
3883
+ });
3884
+ Object.defineProperty(IgcDomainChartComponent.prototype, "windowRectMinHeight", {
3885
+ /**
3886
+ * Sets or gets the minimum height that the window rect is allowed to reach before being clamped.
3887
+ * Decrease this value if you want to allow for further zooming into the viewer.
3888
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
3889
+ * This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
3890
+ */
3891
+ get: function () {
3892
+ return this.i.i2;
3893
+ },
3894
+ set: function (v) {
3895
+ this.i.i2 = +v;
3896
+ this._a("windowRectMinHeight", this.i.i2);
3897
+ },
3898
+ enumerable: true,
3899
+ configurable: true
3900
+ });
3901
+ Object.defineProperty(IgcDomainChartComponent.prototype, "windowSizeMinWidth", {
3902
+ /**
3903
+ * Sets or gets minimum pixel width that the window is allowed to reach before being clamped.
3904
+ * Decrease this value if you want to allow for further zooming into the viewer.
3905
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
3906
+ * This property is overridden by the WindowRectMinWidth property
3907
+ */
3908
+ get: function () {
3909
+ return this.i.i5;
3910
+ },
3911
+ set: function (v) {
3912
+ this.i.i5 = +v;
3913
+ this._a("windowSizeMinWidth", this.i.i5);
3914
+ },
3915
+ enumerable: true,
3916
+ configurable: true
3917
+ });
3918
+ Object.defineProperty(IgcDomainChartComponent.prototype, "windowSizeMinHeight", {
3919
+ /**
3920
+ * Sets or gets minimum pixel height that the window is allowed to reach before being clamped.
3921
+ * Decrease this value if you want to allow for further zooming into the viewer.
3922
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
3923
+ * This property is overridden by the WindowRectMinHeight property
3924
+ */
3925
+ get: function () {
3926
+ return this.i.i4;
3927
+ },
3928
+ set: function (v) {
3929
+ this.i.i4 = +v;
3930
+ this._a("windowSizeMinHeight", this.i.i4);
3581
3931
  },
3582
3932
  enumerable: true,
3583
3933
  configurable: true
3584
3934
  });
3585
3935
  IgcDomainChartComponent.prototype.findByName = function (name) {
3936
+ if (this.findEphemera) {
3937
+ if (name && name.indexOf("@@e:") == 0) {
3938
+ return this.findEphemera(name);
3939
+ }
3940
+ }
3586
3941
  if (this.dataToolTipValueFormatSpecifiers != null && arrayFindByName(this.dataToolTipValueFormatSpecifiers, name)) {
3587
3942
  return arrayFindByName(this.dataToolTipValueFormatSpecifiers, name);
3588
3943
  }
3589
3944
  if (this.dataToolTipHeaderFormatSpecifiers != null && arrayFindByName(this.dataToolTipHeaderFormatSpecifiers, name)) {
3590
3945
  return arrayFindByName(this.dataToolTipHeaderFormatSpecifiers, name);
3591
3946
  }
3947
+ if (this.sortDescriptions != null && this.sortDescriptions.findByName && this.sortDescriptions.findByName(name)) {
3948
+ return this.sortDescriptions.findByName(name);
3949
+ }
3950
+ if (this.groupSortDescriptions != null && this.groupSortDescriptions.findByName && this.groupSortDescriptions.findByName(name)) {
3951
+ return this.groupSortDescriptions.findByName(name);
3952
+ }
3953
+ if (this.groupDescriptions != null && this.groupDescriptions.findByName && this.groupDescriptions.findByName(name)) {
3954
+ return this.groupDescriptions.findByName(name);
3955
+ }
3956
+ if (this.filterExpressions != null && this.filterExpressions.findByName && this.filterExpressions.findByName(name)) {
3957
+ return this.filterExpressions.findByName(name);
3958
+ }
3959
+ if (this.summaryDescriptions != null && this.summaryDescriptions.findByName && this.summaryDescriptions.findByName(name)) {
3960
+ return this.summaryDescriptions.findByName(name);
3961
+ }
3962
+ if (this.initialSortDescriptions != null && this.initialSortDescriptions.findByName && this.initialSortDescriptions.findByName(name)) {
3963
+ return this.initialSortDescriptions.findByName(name);
3964
+ }
3965
+ if (this.initialGroupSortDescriptions != null && this.initialGroupSortDescriptions.findByName && this.initialGroupSortDescriptions.findByName(name)) {
3966
+ return this.initialGroupSortDescriptions.findByName(name);
3967
+ }
3968
+ if (this.initialGroupDescriptions != null && this.initialGroupDescriptions.findByName && this.initialGroupDescriptions.findByName(name)) {
3969
+ return this.initialGroupDescriptions.findByName(name);
3970
+ }
3971
+ if (this.initialSummaryDescriptions != null && this.initialSummaryDescriptions.findByName && this.initialSummaryDescriptions.findByName(name)) {
3972
+ return this.initialSummaryDescriptions.findByName(name);
3973
+ }
3592
3974
  if (this.legend && this.legend.name && this.legend.name == name) {
3593
3975
  return this.legend;
3594
3976
  }
@@ -3697,7 +4079,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3697
4079
  this.i.notifyResized();
3698
4080
  };
3699
4081
  IgcDomainChartComponent.prototype.notifyVisualPropertiesChanged = function () {
3700
- this.i.qj();
4082
+ this.i.r3();
3701
4083
  };
3702
4084
  /**
3703
4085
  * Forces any pending refresh to the chart to be finished.
@@ -3710,7 +4092,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3710
4092
  * ```
3711
4093
  */
3712
4094
  IgcDomainChartComponent.prototype.flush = function () {
3713
- this.i.pq();
4095
+ this.i.ra();
3714
4096
  };
3715
4097
  /**
3716
4098
  * Hides the active main tooltip, if displayed.
@@ -3723,17 +4105,17 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3723
4105
  * ```
3724
4106
  */
3725
4107
  IgcDomainChartComponent.prototype.hideToolTip = function () {
3726
- this.i.py();
4108
+ this.i.ri();
3727
4109
  };
3728
4110
  /**
3729
4111
  * Replays transition-in animation on all series in the chart.
3730
4112
 
3731
4113
  */
3732
4114
  IgcDomainChartComponent.prototype.replayTransitionIn = function () {
3733
- this.i.ra();
4115
+ this.i.su();
3734
4116
  };
3735
4117
  IgcDomainChartComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
3736
- this.i.qi(source_, index, oldItem, newItem);
4118
+ this.i.r2(source_, index, oldItem, newItem);
3737
4119
  };
3738
4120
  /**
3739
4121
  * Used to manually notify the chart that the data source has reset or cleared its items.
@@ -3746,13 +4128,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3746
4128
  * ```
3747
4129
  */
3748
4130
  IgcDomainChartComponent.prototype.notifyClearItems = function (source_) {
3749
- this.i.qe(source_);
4131
+ this.i.ry(source_);
3750
4132
  };
3751
4133
  IgcDomainChartComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
3752
- this.i.qf(source_, index, newItem);
4134
+ this.i.rz(source_, index, newItem);
3753
4135
  };
3754
4136
  IgcDomainChartComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
3755
- this.i.qg(source_, index, oldItem);
4137
+ this.i.r0(source_, index, oldItem);
3756
4138
  };
3757
4139
  Object.defineProperty(IgcDomainChartComponent.prototype, "seriesAdded", {
3758
4140
  /**
@@ -3782,6 +4164,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3782
4164
  }
3783
4165
  };
3784
4166
  this.i.seriesAdded = delegateCombine(this.i.seriesAdded, this._seriesAdded_wrapped);
4167
+ ;
3785
4168
  },
3786
4169
  enumerable: true,
3787
4170
  configurable: true
@@ -3821,6 +4204,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3821
4204
  }
3822
4205
  };
3823
4206
  this.i.seriesRemoved = delegateCombine(this.i.seriesRemoved, this._seriesRemoved_wrapped);
4207
+ ;
3824
4208
  },
3825
4209
  enumerable: true,
3826
4210
  configurable: true
@@ -3860,6 +4244,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3860
4244
  }
3861
4245
  };
3862
4246
  this.i.seriesPointerEnter = delegateCombine(this.i.seriesPointerEnter, this._seriesPointerEnter_wrapped);
4247
+ ;
3863
4248
  },
3864
4249
  enumerable: true,
3865
4250
  configurable: true
@@ -3899,6 +4284,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3899
4284
  }
3900
4285
  };
3901
4286
  this.i.seriesPointerLeave = delegateCombine(this.i.seriesPointerLeave, this._seriesPointerLeave_wrapped);
4287
+ ;
3902
4288
  },
3903
4289
  enumerable: true,
3904
4290
  configurable: true
@@ -3938,6 +4324,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3938
4324
  }
3939
4325
  };
3940
4326
  this.i.seriesPointerMove = delegateCombine(this.i.seriesPointerMove, this._seriesPointerMove_wrapped);
4327
+ ;
3941
4328
  },
3942
4329
  enumerable: true,
3943
4330
  configurable: true
@@ -3970,6 +4357,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3970
4357
  }
3971
4358
  };
3972
4359
  this.i.seriesPointerDown = delegateCombine(this.i.seriesPointerDown, this._seriesPointerDown_wrapped);
4360
+ ;
3973
4361
  },
3974
4362
  enumerable: true,
3975
4363
  configurable: true
@@ -4009,6 +4397,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4009
4397
  }
4010
4398
  };
4011
4399
  this.i.seriesPointerUp = delegateCombine(this.i.seriesPointerUp, this._seriesPointerUp_wrapped);
4400
+ ;
4012
4401
  },
4013
4402
  enumerable: true,
4014
4403
  configurable: true
@@ -4039,6 +4428,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4039
4428
  }
4040
4429
  };
4041
4430
  this.i.calloutStyleUpdating = delegateCombine(this.i.calloutStyleUpdating, this._calloutStyleUpdating_wrapped);
4431
+ ;
4042
4432
  },
4043
4433
  enumerable: true,
4044
4434
  configurable: true
@@ -4069,6 +4459,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
4069
4459
  }
4070
4460
  };
4071
4461
  this.i.calloutRenderStyleUpdating = delegateCombine(this.i.calloutRenderStyleUpdating, this._calloutRenderStyleUpdating_wrapped);
4462
+ ;
4072
4463
  },
4073
4464
  enumerable: true,
4074
4465
  configurable: true