igniteui-webcomponents-charts 3.2.2 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (755) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +25136 -21648
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +110 -103
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +545 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +5 -5
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataAbbreviator.js +2 -2
  53. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  54. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  55. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  56. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  59. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  60. package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
  61. package/esm2015/lib/DataToolTipLayer_combined.js +511 -490
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +2162 -1903
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  66. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  67. package/esm2015/lib/FinancialChart_combined.js +1443 -1359
  68. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  69. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  70. package/esm2015/lib/FinancialOverlay.js +36 -36
  71. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  72. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  73. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  74. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  75. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  76. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  77. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  78. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  81. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  82. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  83. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  84. package/esm2015/lib/IndicatorProxy.js +11 -11
  85. package/esm2015/lib/ItemLegend_combined.js +17 -5
  86. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  87. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  88. package/esm2015/lib/LineSeries_combined.js +38 -38
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumberAbbreviator.js +1 -1
  96. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  97. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  98. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  99. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  100. package/esm2015/lib/OverlayProxy.js +8 -8
  101. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  102. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  104. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  105. package/esm2015/lib/PointSeries_combined.js +19 -19
  106. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  107. package/esm2015/lib/PolarBase_combined.js +388 -388
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  109. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  110. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  112. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  117. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  118. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  119. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  120. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  121. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  122. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  123. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  124. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  125. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  126. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  127. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  128. package/esm2015/lib/ScatterBase_combined.js +445 -445
  129. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  130. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  131. package/esm2015/lib/ScatterLineSeries.js +51 -51
  132. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  133. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  134. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  135. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  136. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  137. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  138. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  139. package/esm2015/lib/SeriesInteractionManager.js +86 -78
  140. package/esm2015/lib/SeriesRenderManager.js +17 -17
  141. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  142. package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
  143. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  144. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  145. package/esm2015/lib/SeriesViewer_combined.js +3539 -3179
  146. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  147. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  148. package/esm2015/lib/SizeScale.js +3 -3
  149. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  150. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  151. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  152. package/esm2015/lib/SplineSeries_combined.js +25 -25
  153. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  154. package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
  155. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  156. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
  157. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  158. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  159. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  160. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  161. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  162. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  163. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
  164. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  165. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  166. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  167. package/esm2015/lib/StochRSIIndicator.js +15 -15
  168. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  169. package/esm2015/lib/TRIXIndicator.js +16 -16
  170. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  171. package/esm2015/lib/TimeAxisBase.js +8 -8
  172. package/esm2015/lib/TimeXAxis.js +10 -10
  173. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  174. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  175. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  176. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  177. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  178. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  179. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  180. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  181. package/esm2015/lib/XYChart.js +802 -802
  182. package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
  183. package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
  184. package/esm2015/lib/igc-annotation-layer-component.js +17 -17
  185. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  186. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  187. package/esm2015/lib/igc-bar-fragment-component.js +6 -6
  188. package/esm2015/lib/igc-bar-series-component.js +11 -11
  189. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  190. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  191. package/esm2015/lib/igc-bubble-series-component.js +44 -44
  192. package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
  193. package/esm2015/lib/igc-callout-layer-component.js +95 -95
  194. package/esm2015/lib/igc-category-chart-component.js +169 -112
  195. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  196. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  197. package/esm2015/lib/igc-category-series-component.js +20 -20
  198. package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
  199. package/esm2015/lib/igc-category-x-axis-component.js +75 -2
  200. package/esm2015/lib/igc-category-y-axis-component.js +75 -2
  201. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  202. package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
  203. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  204. package/esm2015/lib/igc-chart-group-description.js +20 -0
  205. package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
  206. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  207. package/esm2015/lib/igc-chart-sort-description.js +61 -0
  208. package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
  209. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  210. package/esm2015/lib/igc-chart-summary-description.js +95 -0
  211. package/esm2015/lib/igc-column-fragment-component.js +11 -11
  212. package/esm2015/lib/igc-column-series-component.js +13 -13
  213. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  214. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  215. package/esm2015/lib/igc-data-chart-component.js +95 -95
  216. package/esm2015/lib/igc-data-legend-component.js +1 -1
  217. package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
  218. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  219. package/esm2015/lib/igc-domain-chart-component.js +901 -650
  220. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  221. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  222. package/esm2015/lib/igc-financial-chart-component.js +214 -157
  223. package/esm2015/lib/igc-financial-indicator-component.js +16 -16
  224. package/esm2015/lib/igc-financial-overlay-component.js +5 -5
  225. package/esm2015/lib/igc-financial-price-series-component.js +30 -30
  226. package/esm2015/lib/igc-financial-series-component.js +60 -60
  227. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  228. package/esm2015/lib/igc-fragment-base-component.js +2 -2
  229. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  230. package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
  231. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  232. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  233. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  234. package/esm2015/lib/igc-item-legend-component.js +18 -0
  235. package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
  236. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  237. package/esm2015/lib/igc-line-series-component.js +1 -1
  238. package/esm2015/lib/igc-marker-series-component.js +28 -28
  239. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  240. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  241. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  242. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
  243. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  244. package/esm2015/lib/igc-polar-base-component.js +77 -77
  245. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  246. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  247. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  248. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  249. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  250. package/esm2015/lib/igc-radial-base-component.js +31 -31
  251. package/esm2015/lib/igc-radial-column-series-component.js +9 -9
  252. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  253. package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
  254. package/esm2015/lib/igc-range-category-series-component.js +6 -6
  255. package/esm2015/lib/igc-range-column-series-component.js +10 -10
  256. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  257. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  258. package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
  259. package/esm2015/lib/igc-scatter-base-component.js +49 -49
  260. package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
  261. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  262. package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
  263. package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
  264. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  265. package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
  266. package/esm2015/lib/igc-series-component.js +195 -185
  267. package/esm2015/lib/igc-series-viewer-component.js +379 -282
  268. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  269. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  271. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  272. package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
  273. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  274. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  275. package/esm2015/lib/igc-spline-series-component.js +1 -1
  276. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  277. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  278. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  279. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  280. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  281. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  282. package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
  283. package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
  284. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  285. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  286. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  287. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  288. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  289. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  290. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  291. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  292. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  293. package/esm2015/lib/igc-value-overlay-component.js +52 -52
  294. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  295. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  296. package/esm2015/lib/igc-waterfall-series-component.js +19 -19
  297. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  298. package/esm2015/lib/igc-xy-chart-component.js +218 -218
  299. package/esm2015/lib/igc-zoom-slider-component.js +0 -7
  300. package/esm2015/public_api.js +23 -0
  301. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  302. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  303. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  304. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  305. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  306. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  307. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  308. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  309. package/esm5/lib/AreaSeries_combined.js +44 -44
  310. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  311. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  312. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  313. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  314. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  315. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  316. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  317. package/esm5/lib/AxisAnnotationManager.js +1 -1
  318. package/esm5/lib/AxisVisualDataManager.js +2 -2
  319. package/esm5/lib/BarSeries_combined.js +110 -103
  320. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  321. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  322. package/esm5/lib/BrushScale.js +7 -7
  323. package/esm5/lib/BubbleSeries_combined.js +252 -252
  324. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  325. package/esm5/lib/CalloutLayer_combined.js +442 -440
  326. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  327. package/esm5/lib/CategoryChart.js +522 -413
  328. package/esm5/lib/CategoryDateTimeXAxis_combined.js +5 -5
  329. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  330. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  331. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  332. package/esm5/lib/CategoryMarkerManager.js +1 -1
  333. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  334. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  335. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  336. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  337. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  338. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  339. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  340. package/esm5/lib/ChartGroupDescription.js +59 -0
  341. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  342. package/esm5/lib/ChartSortDescription.js +75 -0
  343. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  344. package/esm5/lib/ChartSummaryDescription.js +149 -0
  345. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  346. package/esm5/lib/ColumnSeries_combined.js +64 -64
  347. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  348. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  349. package/esm5/lib/CustomIndicator.js +23 -23
  350. package/esm5/lib/DataAbbreviator.js +1 -7
  351. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  352. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  353. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  354. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  355. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  356. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  357. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  358. package/esm5/lib/DataLegendVisualData_combined.js +1 -1
  359. package/esm5/lib/DataToolTipLayer_combined.js +510 -485
  360. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  361. package/esm5/lib/DomainChart.js +2098 -1753
  362. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  363. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  364. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  365. package/esm5/lib/FinancialChart_combined.js +1405 -1300
  366. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  367. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  368. package/esm5/lib/FinancialOverlay.js +36 -36
  369. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  370. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  371. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  372. package/esm5/lib/ForceIndexIndicator.js +15 -15
  373. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  374. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  375. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  376. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  377. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  378. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  379. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  380. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  381. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  382. package/esm5/lib/IndicatorProxy.js +11 -11
  383. package/esm5/lib/ItemLegend_combined.js +25 -5
  384. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  385. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  386. package/esm5/lib/LineSeries_combined.js +38 -38
  387. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  388. package/esm5/lib/MassIndexIndicator.js +6 -6
  389. package/esm5/lib/MedianPriceIndicator.js +6 -6
  390. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  391. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  392. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  393. package/esm5/lib/NumberAbbreviator.js +1 -1
  394. package/esm5/lib/NumericXAxis_combined.js +3 -3
  395. package/esm5/lib/NumericYAxis_combined.js +3 -3
  396. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  397. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  398. package/esm5/lib/OverlayProxy.js +8 -8
  399. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  400. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  401. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  402. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  403. package/esm5/lib/PointSeries_combined.js +19 -19
  404. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  405. package/esm5/lib/PolarBase_combined.js +384 -384
  406. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  407. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  408. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  409. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  410. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  411. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  412. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  413. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  414. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  415. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  416. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  417. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  418. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  419. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  420. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  421. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  422. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  423. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  424. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  425. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  426. package/esm5/lib/ScatterBase_combined.js +441 -441
  427. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  428. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  429. package/esm5/lib/ScatterLineSeries.js +51 -51
  430. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  431. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  432. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  433. package/esm5/lib/ScatterSeries_combined.js +15 -15
  434. package/esm5/lib/ScatterSplineSeries.js +38 -38
  435. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  436. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  437. package/esm5/lib/SeriesInteractionManager.js +86 -78
  438. package/esm5/lib/SeriesRenderManager.js +17 -17
  439. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  440. package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
  441. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  442. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  443. package/esm5/lib/SeriesViewer_combined.js +3484 -3101
  444. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  445. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  446. package/esm5/lib/SizeScale.js +3 -3
  447. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  448. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  449. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  450. package/esm5/lib/SplineSeries_combined.js +25 -25
  451. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  452. package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
  453. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  454. package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
  455. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  456. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  457. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  458. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  459. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  460. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  461. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
  462. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  463. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  464. package/esm5/lib/StepLineSeries_combined.js +43 -43
  465. package/esm5/lib/StochRSIIndicator.js +14 -14
  466. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  467. package/esm5/lib/TRIXIndicator.js +15 -15
  468. package/esm5/lib/TileZoomManager_combined.js +9 -9
  469. package/esm5/lib/TimeAxisBase.js +8 -8
  470. package/esm5/lib/TimeXAxis.js +10 -10
  471. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  472. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  473. package/esm5/lib/ValueOverlay_combined.js +115 -115
  474. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  475. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  476. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  477. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  478. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  479. package/esm5/lib/XYChart.js +717 -717
  480. package/esm5/lib/igc-anchored-category-series-component.js +18 -18
  481. package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
  482. package/esm5/lib/igc-annotation-layer-component.js +17 -17
  483. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  484. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  485. package/esm5/lib/igc-bar-fragment-component.js +6 -6
  486. package/esm5/lib/igc-bar-series-component.js +11 -11
  487. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  488. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  489. package/esm5/lib/igc-bubble-series-component.js +44 -44
  490. package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
  491. package/esm5/lib/igc-callout-layer-component.js +95 -95
  492. package/esm5/lib/igc-category-chart-component.js +189 -112
  493. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  494. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  495. package/esm5/lib/igc-category-series-component.js +20 -20
  496. package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
  497. package/esm5/lib/igc-category-x-axis-component.js +95 -2
  498. package/esm5/lib/igc-category-y-axis-component.js +95 -2
  499. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  500. package/esm5/lib/igc-chart-group-description-collection.js +115 -0
  501. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  502. package/esm5/lib/igc-chart-group-description.js +34 -0
  503. package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
  504. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  505. package/esm5/lib/igc-chart-sort-description.js +81 -0
  506. package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
  507. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  508. package/esm5/lib/igc-chart-summary-description.js +122 -0
  509. package/esm5/lib/igc-column-fragment-component.js +11 -11
  510. package/esm5/lib/igc-column-series-component.js +13 -13
  511. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  512. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  513. package/esm5/lib/igc-data-chart-component.js +95 -95
  514. package/esm5/lib/igc-data-legend-component.js +1 -1
  515. package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
  516. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  517. package/esm5/lib/igc-domain-chart-component.js +973 -650
  518. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  519. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  520. package/esm5/lib/igc-financial-chart-component.js +234 -157
  521. package/esm5/lib/igc-financial-indicator-component.js +16 -16
  522. package/esm5/lib/igc-financial-overlay-component.js +5 -5
  523. package/esm5/lib/igc-financial-price-series-component.js +30 -30
  524. package/esm5/lib/igc-financial-series-component.js +60 -60
  525. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  526. package/esm5/lib/igc-fragment-base-component.js +2 -2
  527. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  528. package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
  529. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  530. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  531. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  532. package/esm5/lib/igc-item-legend-component.js +26 -0
  533. package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
  534. package/esm5/lib/igc-line-fragment-component.js +1 -1
  535. package/esm5/lib/igc-line-series-component.js +1 -1
  536. package/esm5/lib/igc-marker-series-component.js +28 -28
  537. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  538. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  539. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  540. package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
  541. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  542. package/esm5/lib/igc-polar-base-component.js +77 -77
  543. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  544. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  545. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  546. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  547. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  548. package/esm5/lib/igc-radial-base-component.js +31 -31
  549. package/esm5/lib/igc-radial-column-series-component.js +9 -9
  550. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  551. package/esm5/lib/igc-radial-pie-series-component.js +9 -9
  552. package/esm5/lib/igc-range-category-series-component.js +6 -6
  553. package/esm5/lib/igc-range-column-series-component.js +10 -10
  554. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  555. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  556. package/esm5/lib/igc-scatter-area-series-component.js +24 -24
  557. package/esm5/lib/igc-scatter-base-component.js +49 -49
  558. package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
  559. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  560. package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
  561. package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
  562. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  563. package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
  564. package/esm5/lib/igc-series-component.js +199 -185
  565. package/esm5/lib/igc-series-viewer-component.js +403 -282
  566. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  567. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  568. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  569. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  570. package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
  571. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  572. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  573. package/esm5/lib/igc-spline-series-component.js +1 -1
  574. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  575. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  576. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  577. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  578. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  579. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  580. package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
  581. package/esm5/lib/igc-stacked-column-series-component.js +9 -9
  582. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  583. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  584. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  585. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  586. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  587. package/esm5/lib/igc-step-area-series-component.js +2 -2
  588. package/esm5/lib/igc-step-line-series-component.js +3 -3
  589. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  590. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  591. package/esm5/lib/igc-value-overlay-component.js +52 -52
  592. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  593. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  594. package/esm5/lib/igc-waterfall-series-component.js +19 -19
  595. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  596. package/esm5/lib/igc-xy-chart-component.js +218 -218
  597. package/esm5/lib/igc-zoom-slider-component.js +0 -7
  598. package/esm5/public_api.js +23 -0
  599. package/fesm2015/igniteui-webcomponents-charts.js +24956 -22072
  600. package/fesm5/igniteui-webcomponents-charts.js +25115 -21650
  601. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  602. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  603. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  604. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  605. package/lib/AnnotationLayerProxy.d.ts +4 -0
  606. package/lib/AnnotationLayer_combined.d.ts +40 -40
  607. package/lib/AreaSeries_combined.d.ts +8 -8
  608. package/lib/AutomaticSeriesManager.d.ts +1 -0
  609. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  610. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  611. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  612. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  613. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  614. package/lib/BarSeries_combined.d.ts +19 -19
  615. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  616. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  617. package/lib/BubbleSeries_combined.d.ts +48 -48
  618. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  619. package/lib/CalloutLayer_combined.d.ts +101 -101
  620. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  621. package/lib/CategoryChart.d.ts +129 -116
  622. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  623. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  624. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  625. package/lib/CategoryXAxis_combined.d.ts +17 -5
  626. package/lib/CategoryYAxis_combined.d.ts +17 -5
  627. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  628. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  629. package/lib/ChartGroupDescription.d.ts +16 -0
  630. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  631. package/lib/ChartSortDescription.d.ts +18 -0
  632. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  633. package/lib/ChartSummaryDescription.d.ts +33 -0
  634. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  635. package/lib/ColumnSeries_combined.d.ts +17 -17
  636. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  637. package/lib/CrosshairLayer_combined.d.ts +41 -41
  638. package/lib/CustomIndicator.d.ts +8 -8
  639. package/lib/DataAbbreviator.d.ts +1 -1
  640. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  641. package/lib/DataChartToolbarProvider.d.ts +21 -0
  642. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  643. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  644. package/lib/DomainChart.d.ts +538 -487
  645. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  646. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  647. package/lib/FinalValueLayer_combined.d.ts +28 -28
  648. package/lib/FinancialChart_combined.d.ts +299 -287
  649. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  650. package/lib/FinancialIndicator_combined.d.ts +36 -36
  651. package/lib/FinancialOverlay.d.ts +9 -9
  652. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  653. package/lib/ForceIndexIndicator.d.ts +9 -9
  654. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  655. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  656. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  657. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  658. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  659. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  660. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  661. package/lib/ItemLegend_combined.d.ts +4 -2
  662. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  663. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  664. package/lib/LineSeries_combined.d.ts +7 -7
  665. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  666. package/lib/MassIndexIndicator.d.ts +4 -4
  667. package/lib/MedianPriceIndicator.d.ts +4 -4
  668. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  669. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  670. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  671. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  672. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  673. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  674. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  675. package/lib/PointSeries_combined.d.ts +6 -6
  676. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  677. package/lib/PolarBase_combined.d.ts +107 -107
  678. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  679. package/lib/PolarLineSeries_combined.d.ts +8 -8
  680. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  681. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  682. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  683. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  684. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  685. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  686. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  687. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  688. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  689. package/lib/RadialLineSeries_combined.d.ts +8 -8
  690. package/lib/RadialPieSeries_combined.d.ts +13 -13
  691. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  692. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  693. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  694. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  695. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  696. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  697. package/lib/ScatterBase_combined.d.ts +108 -108
  698. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  699. package/lib/ScatterLineSeries.d.ts +12 -12
  700. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  701. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  702. package/lib/ScatterSeries_combined.d.ts +4 -4
  703. package/lib/ScatterSplineSeries.d.ts +9 -9
  704. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  705. package/lib/SeriesViewer_combined.d.ts +1037 -957
  706. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  707. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  708. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  709. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  710. package/lib/SplineSeries_combined.d.ts +6 -6
  711. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  712. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  713. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  714. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  715. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  716. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  717. package/lib/StackedLineSeries_combined.d.ts +3 -3
  718. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
  719. package/lib/StandardDeviationIndicator.d.ts +8 -8
  720. package/lib/StepAreaSeries_combined.d.ts +10 -10
  721. package/lib/StepLineSeries_combined.d.ts +9 -9
  722. package/lib/StochRSIIndicator.d.ts +8 -8
  723. package/lib/StrategyBasedIndicator.d.ts +21 -21
  724. package/lib/TRIXIndicator.d.ts +8 -8
  725. package/lib/TypicalPriceIndicator.d.ts +4 -4
  726. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  727. package/lib/ValueOverlay_combined.d.ts +41 -41
  728. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  729. package/lib/WaterfallSeries_combined.d.ts +23 -23
  730. package/lib/WeightedCloseIndicator.d.ts +4 -4
  731. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  732. package/lib/XYChart.d.ts +189 -189
  733. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  734. package/lib/igc-category-chart-component.d.ts +27 -0
  735. package/lib/igc-category-x-axis-component.d.ts +37 -0
  736. package/lib/igc-category-y-axis-component.d.ts +37 -0
  737. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  738. package/lib/igc-chart-group-description-module.d.ts +3 -0
  739. package/lib/igc-chart-group-description.d.ts +14 -0
  740. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  741. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  742. package/lib/igc-chart-sort-description.d.ts +31 -0
  743. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  744. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  745. package/lib/igc-chart-summary-description.d.ts +35 -0
  746. package/lib/igc-data-legend-component.d.ts +1 -1
  747. package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
  748. package/lib/igc-domain-chart-component.d.ts +85 -1
  749. package/lib/igc-financial-chart-component.d.ts +27 -0
  750. package/lib/igc-item-legend-component.d.ts +8 -0
  751. package/lib/igc-series-component.d.ts +4 -0
  752. package/lib/igc-series-viewer-component.d.ts +51 -0
  753. package/lib/igc-zoom-slider-component.d.ts +0 -5
  754. package/package.json +2 -2
  755. package/public_api.d.ts +23 -0
@@ -61,57 +61,57 @@ export let ScatterBase = /*@__PURE__*/ (() => {
61
61
  class ScatterBase extends MarkerSeries {
62
62
  constructor() {
63
63
  super();
64
- this.rx = null;
65
- this.sb = null;
66
- this.sc = null;
67
- this.u0 = null;
68
- this.u1 = null;
69
- this.r6 = 1;
70
- this.ri = null;
71
- this.rj = null;
72
- this.r3 = null;
73
- this.r5 = null;
74
64
  this.r1 = null;
75
- this.sg = false;
76
- this.sf = false;
77
- this.rt = null;
78
- this.ru = null;
65
+ this.sf = null;
66
+ this.sg = null;
67
+ this.u4 = null;
68
+ this.u5 = null;
69
+ this.sa = 1;
70
+ this.rm = null;
71
+ this.rn = null;
72
+ this.r7 = null;
73
+ this.r9 = null;
74
+ this.r5 = null;
75
+ this.sk = false;
76
+ this.sj = false;
77
+ this.rx = null;
78
+ this.ry = null;
79
79
  this.assigningScatterStyle = null;
80
80
  this.assigningScatterMarkerStyle = null;
81
- this.sa = null;
81
+ this.se = null;
82
+ this.r8 = null;
82
83
  this.r4 = null;
83
- this.r0 = null;
84
- this.r7 = this.r8();
85
- this.sa = new ScatterSeriesRenderManager();
86
- this.r4 = new ScatterFrame();
87
- this.u1 = Rect.empty;
88
- this.u0 = Rect.empty;
84
+ this.sb = this.sc();
85
+ this.se = new ScatterSeriesRenderManager();
86
+ this.r8 = new ScatterFrame();
87
+ this.u5 = Rect.empty;
88
+ this.u4 = Rect.empty;
89
89
  }
90
90
  bx() {
91
91
  return new ScatterBaseView(this);
92
92
  }
93
- ku() {
94
- super.ku();
93
+ kx() {
94
+ super.kx();
95
95
  this.xAxis = null;
96
96
  this.yAxis = null;
97
97
  }
98
- lz(a) {
99
- super.lz(a);
100
- this.ry = a;
98
+ l2(a) {
99
+ super.l2(a);
100
+ this.r2 = a;
101
101
  }
102
- get_ec() {
102
+ get_ed() {
103
103
  return true;
104
104
  }
105
105
  ag() {
106
106
  return [this.xAxis, this.yAxis];
107
107
  }
108
- hw(a, b) {
109
- let c = this.jq(b);
108
+ hy(a, b) {
109
+ let c = this.js(b);
110
110
  if (c == ScatterBase.$$p[10]) {
111
- return this.hx(a, b, this.te);
111
+ return this.hz(a, b, this.ti);
112
112
  }
113
113
  if (c == ScatterBase.$$p[14]) {
114
- return this.hx(a, b, this.tm);
114
+ return this.hz(a, b, this.tq);
115
115
  }
116
116
  return null;
117
117
  }
@@ -120,18 +120,18 @@ export let ScatterBase = /*@__PURE__*/ (() => {
120
120
  return false;
121
121
  }
122
122
  let e = this.xAxis;
123
- let f = new ScalerParams(1, this.cd.sf, this.pz, e.cg);
123
+ let f = new ScalerParams(1, this.cd.s9, this.p3, e.cg);
124
124
  f.c = this.getEffectiveViewport1(this.b0);
125
125
  let g = this.yAxis;
126
- let h = new ScalerParams(1, this.cd.sf, this.pz, g.cg);
126
+ let h = new ScalerParams(1, this.cd.s9, this.p3, g.cg);
127
127
  h.c = this.getEffectiveViewport1(this.b0);
128
128
  a.clear();
129
- this.qc.cf((i) => {
129
+ this.qg.cf((i) => {
130
130
  if (i._visibility == 0) {
131
131
  let j = new SeriesPointOfInterest();
132
132
  let k = i.n;
133
133
  let l = i.o;
134
- if (k < this.pz.left || k > this.pz.right || l < this.pz.top || l > this.pz.bottom) {
134
+ if (k < this.p3.left || k > this.p3.right || l < this.p3.top || l > this.p3.bottom) {
135
135
  return;
136
136
  }
137
137
  j.b = e.el(k, f);
@@ -144,7 +144,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
144
144
  }
145
145
  bp() {
146
146
  if (this.bq == 0) {
147
- if (this.sy <= 2000) {
147
+ if (this.s2 <= 2000) {
148
148
  return 1;
149
149
  }
150
150
  else {
@@ -155,47 +155,47 @@ export let ScatterBase = /*@__PURE__*/ (() => {
155
155
  return super.bp();
156
156
  }
157
157
  }
158
- px(a) {
159
- if (!this.hasMarkers || !this.qf()) {
158
+ p1(a) {
159
+ if (!this.hasMarkers || !this.qj()) {
160
160
  return Rect.empty;
161
161
  }
162
- let b = this.qc.by(this.ph(a));
162
+ let b = this.qg.by(this.pl(a));
163
163
  if (b != null) {
164
- return this.qc.cp(b);
164
+ return this.qg.cp(b);
165
165
  }
166
166
  return Rect.empty;
167
167
  }
168
- ev(a, b) {
169
- if (this.qg(a, b)) {
168
+ ex(a, b) {
169
+ if (this.qk(a, b)) {
170
170
  return true;
171
171
  }
172
172
  return false;
173
173
  }
174
- get sd() {
175
- return this.sb;
174
+ get sh() {
175
+ return this.sf;
176
176
  }
177
- set sd(a) {
178
- if (this.sb != a) {
179
- let b = this.sd;
180
- this.sb = a;
181
- this.raisePropertyChanged("XColumn", b, this.sd);
177
+ set sh(a) {
178
+ if (this.sf != a) {
179
+ let b = this.sh;
180
+ this.sf = a;
181
+ this.raisePropertyChanged("XColumn", b, this.sh);
182
182
  }
183
183
  }
184
- get se() {
185
- return this.sc;
184
+ get si() {
185
+ return this.sg;
186
186
  }
187
- set se(a) {
188
- if (this.sc != a) {
189
- let b = this.se;
190
- this.sc = a;
191
- this.raisePropertyChanged("YColumn", b, this.se);
187
+ set si(a) {
188
+ if (this.sg != a) {
189
+ let b = this.si;
190
+ this.sg = a;
191
+ this.raisePropertyChanged("YColumn", b, this.si);
192
192
  }
193
193
  }
194
- get ux() {
195
- return this.c(ScatterBase.ua);
194
+ get u1() {
195
+ return this.c(ScatterBase.ue);
196
196
  }
197
- set ux(a) {
198
- this.h(ScatterBase.ua, a);
197
+ set u1(a) {
198
+ this.h(ScatterBase.ue, a);
199
199
  }
200
200
  get GetErrorBarsXAxis() {
201
201
  return this.xAxis;
@@ -203,8 +203,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
203
203
  get GetErrorBarsYAxis() {
204
204
  return this.yAxis;
205
205
  }
206
- lf() {
207
- super.lf();
206
+ li() {
207
+ super.li();
208
208
  if (this.xAxis != null) {
209
209
  this.xAxis.h7(false);
210
210
  }
@@ -212,26 +212,26 @@ export let ScatterBase = /*@__PURE__*/ (() => {
212
212
  this.yAxis.h7(false);
213
213
  }
214
214
  }
215
- l4(a, b, c, d) {
216
- super.l4(a, b, c, d);
217
- if (this.ry.cx.g$b(a, b, c, d)) {
218
- this.mi(false);
219
- this.lp();
215
+ l7(a, b, c, d) {
216
+ super.l7(a, b, c, d);
217
+ if (this.r2.cx.g$b(a, b, c, d)) {
218
+ this.ml(false);
219
+ this.ls();
220
220
  }
221
221
  switch (b) {
222
222
  case "FastItemsSource":
223
223
  if (typeCast(IFastItemsSource_$type, c) != null) {
224
- c.deregisterColumn(this.sd);
225
- c.deregisterColumn(this.se);
226
- this.sd = null;
227
- this.se = null;
224
+ c.deregisterColumn(this.sh);
225
+ c.deregisterColumn(this.si);
226
+ this.sh = null;
227
+ this.si = null;
228
228
  }
229
229
  if (typeCast(IFastItemsSource_$type, d) != null) {
230
- this.sd = this.ch(this.te);
231
- this.se = this.ch(this.tm);
230
+ this.sh = this.ch(this.ti);
231
+ this.si = this.ch(this.tq);
232
232
  }
233
233
  if ((this.yAxis != null && !this.yAxis.c0()) || (this.xAxis != null && !this.xAxis.c0())) {
234
- this.mi(false);
234
+ this.ml(false);
235
235
  }
236
236
  break;
237
237
  case ScatterBase.$$p[7]:
@@ -242,9 +242,9 @@ export let ScatterBase = /*@__PURE__*/ (() => {
242
242
  d.cs(this);
243
243
  }
244
244
  if ((this.xAxis != null && !this.xAxis.c0()) || (d == null && c != null)) {
245
- this.mi(false);
245
+ this.ml(false);
246
246
  }
247
- this.lp();
247
+ this.ls();
248
248
  break;
249
249
  case ScatterBase.$$p[11]:
250
250
  if (c != null) {
@@ -254,134 +254,134 @@ export let ScatterBase = /*@__PURE__*/ (() => {
254
254
  d.cs(this);
255
255
  }
256
256
  if ((this.yAxis != null && !this.yAxis.c0()) || (d == null && c != null)) {
257
- this.mi(false);
257
+ this.ml(false);
258
258
  }
259
- this.lp();
259
+ this.ls();
260
260
  break;
261
261
  case ScatterBase.$$p[10]:
262
262
  if (this.ck != null) {
263
- this.ck.deregisterColumn(this.sd);
264
- this.sd = this.ch(this.te);
263
+ this.ck.deregisterColumn(this.sh);
264
+ this.sh = this.ch(this.ti);
265
265
  }
266
266
  break;
267
267
  case "XColumn":
268
- this.ry.cx.g$i();
268
+ this.r2.cx.g$i();
269
269
  if (this.xAxis != null && !this.xAxis.c0()) {
270
- this.mi(false);
270
+ this.ml(false);
271
271
  }
272
272
  break;
273
273
  case ScatterBase.$$p[14]:
274
274
  if (this.ck != null) {
275
- this.ck.deregisterColumn(this.se);
276
- this.se = this.ch(this.tm);
275
+ this.ck.deregisterColumn(this.si);
276
+ this.si = this.ch(this.tq);
277
277
  }
278
278
  break;
279
279
  case "YColumn":
280
- this.ry.cx.g$i();
280
+ this.r2.cx.g$i();
281
281
  if (this.yAxis != null && !this.yAxis.c0()) {
282
- this.mi(false);
282
+ this.ml(false);
283
283
  }
284
284
  break;
285
285
  case ScatterBase.$$p[5]:
286
- this.mi(false);
287
- this.lp();
286
+ this.ml(false);
287
+ this.ls();
288
288
  break;
289
289
  case ScatterBase.$$p[6]:
290
- this.mi(false);
291
- this.lp();
290
+ this.ml(false);
291
+ this.ls();
292
292
  break;
293
293
  case "TransitionProgress":
294
- this.r5.c(this.g0, this.r3, this.r1);
295
- this.to();
294
+ this.r9.c(this.g2, this.r7, this.r5);
295
+ this.ts();
296
296
  try {
297
297
  if (this.cx(this.b0)) {
298
298
  return;
299
299
  }
300
- if ((Math.round(this.g0 * 100000) / 100000) == 1) {
301
- this.t8(this.r1, this.ry);
300
+ if ((Math.round(this.g2 * 100000) / 100000) == 1) {
301
+ this.uc(this.r5, this.r2);
302
302
  }
303
303
  else {
304
- this.t8(this.r5, this.ry);
304
+ this.uc(this.r9, this.r2);
305
305
  }
306
306
  if (this.cd != null) {
307
- this.cd.nn(this);
307
+ this.cd.oa(this);
308
308
  }
309
309
  }
310
310
  finally {
311
- this.t9();
311
+ this.ud();
312
312
  }
313
313
  break;
314
314
  case "TrendLineBrush":
315
- this.mw();
315
+ this.mz();
316
316
  break;
317
317
  case ScatterBase.$$p[0]:
318
- if (this.rz != null) {
319
- this.rz.r = this;
318
+ if (this.r3 != null) {
319
+ this.r3.r = this;
320
320
  }
321
- this.mi(false);
322
- this.lp();
321
+ this.ml(false);
322
+ this.ls();
323
323
  break;
324
324
  case "TrendLineType":
325
- this.lp();
325
+ this.ls();
326
326
  break;
327
327
  case ScatterBase.$$p[2]:
328
- this.sg = this.so();
329
- this.mi(false);
328
+ this.sk = this.ss();
329
+ this.ml(false);
330
330
  break;
331
331
  case ScatterBase.$$p[1]:
332
- this.sf = this.sn();
333
- this.mi(false);
332
+ this.sj = this.sr();
333
+ this.ml(false);
334
334
  break;
335
335
  case ScatterBase.$$p[3]:
336
- this.r7 = this.r8();
336
+ this.sb = this.sc();
337
337
  break;
338
338
  }
339
339
  }
340
- so() {
341
- return this.sk;
340
+ ss() {
341
+ return this.so;
342
342
  }
343
- sn() {
344
- return this.sj;
343
+ sr() {
344
+ return this.sn;
345
345
  }
346
- si(a) {
346
+ sm(a) {
347
347
  if (typeCast(NumericYAxis.$, a) !== null) {
348
348
  return true;
349
349
  }
350
350
  return false;
351
351
  }
352
- sh(a) {
352
+ sl(a) {
353
353
  if (typeCast(NumericXAxis.$, a) !== null) {
354
354
  return true;
355
355
  }
356
356
  return false;
357
357
  }
358
- t9() {
359
- this.u0 = Rect.empty;
360
- this.u1 = Rect.empty;
358
+ ud() {
359
+ this.u4 = Rect.empty;
360
+ this.u5 = Rect.empty;
361
361
  }
362
- to() {
363
- let a = this.getViewInfo(this.u0, this.u1);
364
- this.u0 = a.p0;
365
- this.u1 = a.p1;
362
+ ts() {
363
+ let a = this.getViewInfo(this.u4, this.u5);
364
+ this.u4 = a.p0;
365
+ this.u5 = a.p1;
366
366
  }
367
- sm(a, b) {
367
+ sq(a, b) {
368
368
  if (b != 3) {
369
369
  return true;
370
370
  }
371
371
  if (a == null) {
372
372
  return true;
373
373
  }
374
- if (this.te == a || this.tm == a) {
374
+ if (this.ti == a || this.tq == a) {
375
375
  return true;
376
376
  }
377
377
  return false;
378
378
  }
379
- k0(a, b, c, d) {
379
+ k3(a, b, c, d) {
380
380
  let e = false;
381
- if (!this.sm(d, a)) {
381
+ if (!this.sq(d, a)) {
382
382
  return;
383
383
  }
384
- this.ry.cx.g$e(a, b, c, d);
384
+ this.r2.cx.g$e(a, b, c, d);
385
385
  if (this.xAxis != null && !this.xAxis.c0()) {
386
386
  e = true;
387
387
  }
@@ -389,17 +389,17 @@ export let ScatterBase = /*@__PURE__*/ (() => {
389
389
  e = true;
390
390
  }
391
391
  if (e) {
392
- this.mi(true);
392
+ this.ml(true);
393
393
  }
394
394
  }
395
- t0(a) {
396
- this.t1(a, null);
395
+ t4(a) {
396
+ this.t5(a, null);
397
397
  }
398
- t1(a, b) {
399
- let c = this.sd != null ? this.sd.count : 0;
400
- let d = this.se != null ? this.se.count : 0;
398
+ t5(a, b) {
399
+ let c = this.sh != null ? this.sh.count : 0;
400
+ let d = this.si != null ? this.si.count : 0;
401
401
  let e = Math.min(c, d);
402
- if (e <= this.sy) {
402
+ if (e <= this.s2) {
403
403
  a.m.clear();
404
404
  let f = new List$1(OwnedPoint.$, 0);
405
405
  for (let g of fromEnum(a.u.values)) {
@@ -433,72 +433,72 @@ export let ScatterBase = /*@__PURE__*/ (() => {
433
433
  }
434
434
  }
435
435
  ap(a) {
436
- if (a != null && a == this.xAxis && this.sd != null) {
437
- return new AxisRange(this.sd.minimum, this.sd.maximum);
436
+ if (a != null && a == this.xAxis && this.sh != null) {
437
+ return new AxisRange(this.sh.minimum, this.sh.maximum);
438
438
  }
439
- if (a != null && a == this.yAxis && this.se != null) {
440
- return new AxisRange(this.se.minimum, this.se.maximum);
439
+ if (a != null && a == this.yAxis && this.si != null) {
440
+ return new AxisRange(this.si.minimum, this.si.maximum);
441
441
  }
442
442
  return null;
443
443
  }
444
- ht(a) {
445
- let b = this.hd(a);
444
+ hv(a) {
445
+ let b = this.hf(a);
446
446
  if (this.ck != null && b >= 0 && b < this.ck.count) {
447
447
  return this.ck.item(b);
448
448
  }
449
449
  return null;
450
450
  }
451
- get r7() {
452
- return this.r6;
451
+ get sb() {
452
+ return this.sa;
453
453
  }
454
- set r7(a) {
455
- let b = this.r6;
456
- this.r6 = a;
457
- if (b != this.r6) {
458
- this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.r6));
454
+ set sb(a) {
455
+ let b = this.sa;
456
+ this.sa = a;
457
+ if (b != this.sa) {
458
+ this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ScatterItemSearchMode_$type, b), enumGetBox(ScatterItemSearchMode_$type, this.sa));
459
459
  }
460
460
  }
461
- r8() {
462
- if (this.r9 != 0) {
463
- return this.r9;
461
+ sc() {
462
+ if (this.sd != 0) {
463
+ return this.sd;
464
464
  }
465
- return this.sl ? 4 : 1;
465
+ return this.sp ? 4 : 1;
466
466
  }
467
- hd(a) {
468
- let b = truncate(Math.round(this.f5(a)));
467
+ hf(a) {
468
+ let b = truncate(Math.round(this.f7(a)));
469
469
  return b;
470
470
  }
471
- f5(a) {
472
- switch (this.r7) {
473
- case 1: return this.su(a);
474
- case 3: return this.sv(a);
475
- case 2: return this.ss(a);
476
- case 4: return this.st(a);
471
+ f7(a) {
472
+ switch (this.sb) {
473
+ case 1: return this.sy(a);
474
+ case 3: return this.sz(a);
475
+ case 2: return this.sw(a);
476
+ case 4: return this.sx(a);
477
477
  }
478
478
  return -1;
479
479
  }
480
- st(a) {
481
- return this.sw(a, false);
480
+ sx(a) {
481
+ return this.s0(a, false);
482
482
  }
483
- ss(a) {
484
- let b = this.ph(a);
483
+ sw(a) {
484
+ let b = this.pl(a);
485
485
  let c = b.x;
486
486
  let d = b.y;
487
- if (this.ck == null || this.xAxis == null || this.yAxis == null || this.sd == null || this.se == null) {
487
+ if (this.ck == null || this.xAxis == null || this.yAxis == null || this.sh == null || this.si == null) {
488
488
  return -1;
489
489
  }
490
- if (this.ck.count > this.sx) {
490
+ if (this.ck.count > this.s1) {
491
491
  return -1;
492
492
  }
493
- this.tr();
494
- let e = this.ri;
495
- let f = this.rj;
493
+ this.tv();
494
+ let e = this.rm;
495
+ let f = this.rn;
496
496
  if (e == null || f == null) {
497
497
  return -1;
498
498
  }
499
499
  let g = 1.7976931348623157E+308;
500
500
  let h = -1;
501
- for (let i = 0; i < this.sd.count; i++) {
501
+ for (let i = 0; i < this.sh.count; i++) {
502
502
  let j = e[i];
503
503
  let k = f[i];
504
504
  let l = (c - j) * (c - j) + (d - k) * (d - k);
@@ -509,61 +509,61 @@ export let ScatterBase = /*@__PURE__*/ (() => {
509
509
  }
510
510
  return h;
511
511
  }
512
- tr() {
512
+ tv() {
513
513
  let a = this.b0.bv;
514
514
  let b = this.b0.bu;
515
515
  let c = this.getEffectiveViewport();
516
- if (this.rx == null) {
516
+ if (this.r1 == null) {
517
517
  return;
518
518
  }
519
- let d = new ScalerParams(0, a, b, this.rx.d, c);
519
+ let d = new ScalerParams(0, a, b, this.r1.d, c);
520
520
  let e = ((() => {
521
- let $ret = new ScalerParams(0, a, b, this.rx.e, c);
522
- $ret.b = this.gc();
521
+ let $ret = new ScalerParams(0, a, b, this.r1.e, c);
522
+ $ret.b = this.ge();
523
523
  return $ret;
524
524
  })());
525
- if (this.ri == null || this.rj == null) {
526
- let f = arrayShallowClone(this.sd.asArray());
527
- let g = arrayShallowClone(this.se.asArray());
525
+ if (this.rm == null || this.rn == null) {
526
+ let f = arrayShallowClone(this.sh.asArray());
527
+ let g = arrayShallowClone(this.si.asArray());
528
528
  this.xAxis.hm(boxArray$1(f), 0, f.length, d);
529
529
  this.yAxis.hm(boxArray$1(g), 0, g.length, e);
530
- this.ri = f;
531
- this.rj = g;
530
+ this.rm = f;
531
+ this.rn = g;
532
532
  }
533
533
  }
534
- get_sl() {
534
+ get_sp() {
535
535
  return false;
536
536
  }
537
- get sl() {
538
- return this.get_sl();
537
+ get sp() {
538
+ return this.get_sp();
539
539
  }
540
- sw(a, b) {
541
- if (!this.sl) {
540
+ s0(a, b) {
541
+ if (!this.sp) {
542
542
  return -1;
543
543
  }
544
544
  let c = { $type: Point_$type, x: 0, y: 0 };
545
545
  let d = true;
546
- let e = this.r2();
546
+ let e = this.r6();
547
547
  if (e == null) {
548
548
  return -1;
549
549
  }
550
550
  if (e.m == null) {
551
551
  return -1;
552
552
  }
553
- if (this.ck == null || this.ck.count > this.sx) {
553
+ if (this.ck == null || this.ck.count > this.s1) {
554
554
  return -1;
555
555
  }
556
- this.tr();
557
- let f = this.ri;
558
- let g = this.rj;
556
+ this.tv();
557
+ let f = this.rm;
558
+ let g = this.rn;
559
559
  if (f == null || g == null) {
560
560
  return -1;
561
561
  }
562
- let h = this.ph(a);
562
+ let h = this.pl(a);
563
563
  let i = 1.7976931348623157E+308;
564
564
  let j = -1;
565
- for (let k = 0; k < this.ri.length; k++) {
566
- let l = { $type: Point_$type, x: this.ri[k], y: this.rj[k] };
565
+ for (let k = 0; k < this.rm.length; k++) {
566
+ let l = { $type: Point_$type, x: this.rm[k], y: this.rn[k] };
567
567
  if (k > 0) {
568
568
  if (!b || e.j.containsKey(this.ck.item(k)) || e.j.containsKey(this.ck.item(k - 1))) {
569
569
  let m = GeometryUtil.d(h, c, l);
@@ -576,8 +576,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
576
576
  c = l;
577
577
  }
578
578
  if (j >= 0) {
579
- let n = { $type: Point_$type, x: this.ri[j], y: this.rj[j] };
580
- let o = { $type: Point_$type, x: this.ri[j - 1], y: this.rj[j - 1] };
579
+ let n = { $type: Point_$type, x: this.rm[j], y: this.rn[j] };
580
+ let o = { $type: Point_$type, x: this.rm[j - 1], y: this.rn[j - 1] };
581
581
  if (!b || (e.j.containsKey(this.ck.item(j)) && e.j.containsKey(this.ck.item(j - 1)))) {
582
582
  let p = GeometryUtil.h(h, o, n);
583
583
  return (j - 1) + p;
@@ -591,21 +591,21 @@ export let ScatterBase = /*@__PURE__*/ (() => {
591
591
  }
592
592
  return -1;
593
593
  }
594
- sv(a) {
595
- return this.sw(a, true);
594
+ sz(a) {
595
+ return this.s0(a, true);
596
596
  }
597
- su(a) {
597
+ sy(a) {
598
598
  let b = null;
599
599
  let c = 1.7976931348623157E+308;
600
- let d = this.ph(a);
600
+ let d = this.pl(a);
601
601
  let e = d.x;
602
602
  let f = d.y;
603
- if (this.ry.cy.e > this.sx) {
603
+ if (this.r2.cy.e > this.s1) {
604
604
  return -1;
605
605
  }
606
- this.ry.c5((g) => {
606
+ this.r2.c5((g) => {
607
607
  if (g._visibility == 0) {
608
- let h = this.ry.cp(g);
608
+ let h = this.r2.cp(g);
609
609
  let i = h.left + h.width / 2;
610
610
  let j = h.top + h.height / 2;
611
611
  let k = (e - i) * (e - i) + (f - j) * (f - j);
@@ -620,8 +620,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
620
620
  }
621
621
  return -1;
622
622
  }
623
- pm(a, b, c) {
624
- if (this.xAxis == null || this.yAxis == null || this.sd == null || this.se == null) {
623
+ pq(a, b, c) {
624
+ if (this.xAxis == null || this.yAxis == null || this.sh == null || this.si == null) {
625
625
  return { $type: Point_$type, x: NaN, y: NaN };
626
626
  }
627
627
  let d = this.b0.bv;
@@ -630,11 +630,11 @@ export let ScatterBase = /*@__PURE__*/ (() => {
630
630
  let g = new ScalerParams(0, d, e, this.xAxis.cg, f);
631
631
  let h = ((() => {
632
632
  let $ret = new ScalerParams(0, d, e, this.yAxis.cg, f);
633
- $ret.b = this.gc();
633
+ $ret.b = this.ge();
634
634
  return $ret;
635
635
  })());
636
636
  if (b) {
637
- let i = this.f5(a);
637
+ let i = this.f7(a);
638
638
  if (i == -1) {
639
639
  return { $type: Point_$type, x: NaN, y: NaN };
640
640
  }
@@ -653,44 +653,44 @@ export let ScatterBase = /*@__PURE__*/ (() => {
653
653
  j = this.ck.count - 1;
654
654
  }
655
655
  if (k == j) {
656
- let l = this.xAxis.ei(this.sd.item(j), g);
657
- let m = this.yAxis.ei(this.se.item(j), h);
656
+ let l = this.xAxis.ei(this.sh.item(j), g);
657
+ let m = this.yAxis.ei(this.si.item(j), h);
658
658
  return { $type: Point_$type, x: l, y: m };
659
659
  }
660
660
  let n = i - Math.floor(i);
661
- let o = this.xAxis.ei(this.sd.item(j), g);
662
- let p = this.yAxis.ei(this.se.item(j), h);
663
- let q = this.xAxis.ei(this.sd.item(k), g);
664
- let r = this.yAxis.ei(this.se.item(k), h);
661
+ let o = this.xAxis.ei(this.sh.item(j), g);
662
+ let p = this.yAxis.ei(this.si.item(j), h);
663
+ let q = this.xAxis.ei(this.sh.item(k), g);
664
+ let r = this.yAxis.ei(this.si.item(k), h);
665
665
  let s = q - o;
666
666
  let t = r - p;
667
667
  return { $type: Point_$type, x: o + s * n, y: p + t * n };
668
668
  }
669
669
  else {
670
- let u = this.hd(a);
670
+ let u = this.hf(a);
671
671
  if (u == -1) {
672
672
  return { $type: Point_$type, x: NaN, y: NaN };
673
673
  }
674
- let v = this.xAxis.ei(this.sd.item(u), g);
675
- let w = this.yAxis.ei(this.se.item(u), h);
674
+ let v = this.xAxis.ei(this.sh.item(u), g);
675
+ let w = this.yAxis.ei(this.si.item(u), h);
676
676
  return { $type: Point_$type, x: v, y: w };
677
677
  }
678
678
  }
679
- en(a) {
680
- let b = this.cd != null ? this.cd.sf : Rect.empty;
679
+ eo(a) {
680
+ let b = this.cd != null ? this.cd.s9 : Rect.empty;
681
681
  b = b.copy();
682
- let c = this.cd != null ? this.cd.su : Rect.empty;
682
+ let c = this.cd != null ? this.cd.to : Rect.empty;
683
683
  let d = new Rect(0, 0, 0, 1, 1);
684
- let e = this.pt(this.b0);
684
+ let e = this.px(this.b0);
685
685
  let f = new ScalerParams(0, d, d, this.xAxis.cg, e);
686
686
  let g = ((() => {
687
687
  let $ret = new ScalerParams(0, d, d, this.yAxis.cg, e);
688
- $ret.b = this.gc();
688
+ $ret.b = this.ge();
689
689
  return $ret;
690
690
  })());
691
691
  let h = !b.isEmpty && !c.isEmpty && this.ck != null ? this.ck.indexOf(a) : -1;
692
- let i = this.xAxis != null && this.sd != null && h < this.sd.count ? this.xAxis.ei(this.sd.item(h), f) : NaN;
693
- let j = this.yAxis != null && this.se != null && h < this.se.count ? this.yAxis.ei(this.se.item(h), g) : NaN;
692
+ let i = this.xAxis != null && this.sh != null && h < this.sh.count ? this.xAxis.ei(this.sh.item(h), f) : NaN;
693
+ let j = this.yAxis != null && this.si != null && h < this.si.count ? this.yAxis.ei(this.si.item(h), g) : NaN;
694
694
  if (!isNaN_(i)) {
695
695
  if (i < b.left + 0.1 * b.width) {
696
696
  i = i + 0.4 * b.width;
@@ -716,52 +716,52 @@ export let ScatterBase = /*@__PURE__*/ (() => {
716
716
  }
717
717
  return h >= 0;
718
718
  }
719
- m5(a, b) {
720
- this.mi(false);
719
+ m8(a, b) {
720
+ this.ml(false);
721
721
  }
722
- m6(a, b) {
723
- this.mi(false);
722
+ m9(a, b) {
723
+ this.ml(false);
724
724
  }
725
- r2() {
726
- let a = this.r1;
725
+ r6() {
726
+ let a = this.r5;
727
727
  if (this.cv()) {
728
728
  if (this.ce.g) {
729
729
  this.ce.t();
730
730
  }
731
- a = this.r5;
731
+ a = this.r9;
732
732
  }
733
733
  return a;
734
734
  }
735
- tp(a, b, c, d, e) {
735
+ tt(a, b, c, d, e) {
736
736
  b.g = new Dictionary$2(Base.$, OwnedPoint.$, 1, c);
737
737
  let f = this.getEffectiveViewport1(a);
738
738
  let g = this.ck;
739
739
  let h;
740
740
  let i;
741
741
  let j = ((() => {
742
- let $ret = new ScalerParams(0, d, e, this.rx.d, f);
742
+ let $ret = new ScalerParams(0, d, e, this.r1.d, f);
743
743
  $ret.c = this.getEffectiveViewport1(a);
744
744
  return $ret;
745
745
  })());
746
746
  let k = ((() => {
747
- let $ret = new ScalerParams(0, d, e, this.rx.e, f);
747
+ let $ret = new ScalerParams(0, d, e, this.r1.e, f);
748
748
  $ret.c = this.getEffectiveViewport1(a);
749
- $ret.b = this.gc();
749
+ $ret.b = this.ge();
750
750
  return $ret;
751
751
  })());
752
752
  let l = false;
753
753
  let m = 0;
754
754
  if (this.cd != null) {
755
- if (this.cd.e3()) {
756
- let n = this.cd.ku(d, j);
755
+ if (this.cd.e8()) {
756
+ let n = this.cd.lh(d, j);
757
757
  l = n.c;
758
758
  m = n.d;
759
759
  }
760
760
  }
761
761
  for (let o = 0; o < c; o++) {
762
- h = this.sd.item(o);
763
- i = this.se.item(o);
764
- let p = { $type: Point_$type, x: this.rx.a.ei(h, j), y: this.rx.b.ei(i, k) };
762
+ h = this.sh.item(o);
763
+ i = this.si.item(o);
764
+ let p = { $type: Point_$type, x: this.r1.a.ei(h, j), y: this.r1.b.ei(i, k) };
765
765
  if (l) {
766
766
  if (p.x < e.left || p.x > e.right) {
767
767
  if (p.x + m >= e.left && p.x + m <= e.right) {
@@ -785,16 +785,16 @@ export let ScatterBase = /*@__PURE__*/ (() => {
785
785
  }
786
786
  }
787
787
  }
788
- tx(a, b) {
789
- this.ri = null;
790
- this.rj = null;
788
+ t1(a, b) {
789
+ this.rm = null;
790
+ this.rn = null;
791
791
  a.j.clear();
792
792
  a.n.clear();
793
793
  a.h.clear();
794
794
  a.l.clear();
795
795
  a.i.clear();
796
796
  a.k.clear();
797
- let c = Math.min(this.sd != null ? this.sd.count : 0, this.se != null ? this.se.count : 0);
797
+ let c = Math.min(this.sh != null ? this.sh.count : 0, this.si != null ? this.si.count : 0);
798
798
  let d = b.bv;
799
799
  let e = b.bu;
800
800
  let f = this.getEffectiveViewport1(b);
@@ -802,14 +802,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
802
802
  g.c = this.getEffectiveViewport1(b);
803
803
  let h = ((() => {
804
804
  let $ret = new ScalerParams(0, d, e, this.yAxis.cg, f);
805
- $ret.b = this.gc();
805
+ $ret.b = this.ge();
806
806
  return $ret;
807
807
  })());
808
808
  h.c = this.getEffectiveViewport1(b);
809
809
  if (c < 1) {
810
810
  return;
811
811
  }
812
- this.rx = ((() => {
812
+ this.r1 = ((() => {
813
813
  let $ret = new ScatterAxisInfoCache();
814
814
  $ret.a = this.xAxis;
815
815
  $ret.b = this.yAxis;
@@ -819,43 +819,43 @@ export let ScatterBase = /*@__PURE__*/ (() => {
819
819
  return $ret;
820
820
  })());
821
821
  let i = b;
822
- if (c <= this.sy) {
823
- this.tp(i, a, c, d, e);
822
+ if (c <= this.s2) {
823
+ this.tt(i, a, c, d, e);
824
824
  }
825
- if (this.qf()) {
826
- b.cv.l(a.j, this.sy, d, e, this.ft);
825
+ if (this.qj()) {
826
+ b.cv.l(a.j, this.s2, d, e, this.fv);
827
827
  }
828
828
  let j = ((() => {
829
829
  let $ret = new Clipper(0, e, false);
830
830
  $ret.i = a.n;
831
831
  return $ret;
832
832
  })());
833
- let k = this.pr(b);
833
+ let k = this.pv(b);
834
834
  let l = this.xAxis.el(k.left, g);
835
835
  let m = this.xAxis.el(k.right, g);
836
- b.cx.h(a.n, this.trendLineType, this.sd, this.se, this.trendLinePeriod, (n) => this.xAxis.ei(n, g), (n) => this.yAxis.ei(n, h), ((() => {
836
+ b.cx.h(a.n, this.trendLineType, this.sh, this.si, this.trendLinePeriod, (n) => this.xAxis.ei(n, g), (n) => this.yAxis.ei(n, h), ((() => {
837
837
  let $ret = new TrendResolutionParams();
838
- $ret.b = this.ft;
838
+ $ret.b = this.fv;
839
839
  $ret.f = e;
840
840
  $ret.g = d;
841
841
  return $ret;
842
842
  })()), j, l, m);
843
- this.tv(a, b);
843
+ this.tz(a, b);
844
844
  }
845
- kx(a, b) {
846
- super.kx(a, b);
845
+ k0(a, b) {
846
+ super.k0(a, b);
847
847
  let c = b;
848
848
  c.c4(a);
849
849
  }
850
- get_dx() {
850
+ get_dy() {
851
851
  return true;
852
852
  }
853
- rr(a, b, c) {
853
+ rv(a, b, c) {
854
854
  return null;
855
855
  }
856
- rs(a, b, c) {
857
- let d = this.r2();
858
- let e = this.ry.by(this.ph(b));
856
+ rw(a, b, c) {
857
+ let d = this.r6();
858
+ let e = this.r2.by(this.pl(b));
859
859
  let f = -1;
860
860
  if (e == null) {
861
861
  if (a != null) {
@@ -882,11 +882,11 @@ export let ScatterBase = /*@__PURE__*/ (() => {
882
882
  }
883
883
  return g;
884
884
  }
885
- p1(a, b) {
886
- if (this.qd != 1 && this.qd != 13) {
887
- let c = this.qc.cq();
888
- let d = (c.width / 2) + (this.qi / 2);
889
- let e = (c.height / 2) + (this.qi / 2);
885
+ p5(a, b) {
886
+ if (this.qh != 1 && this.qh != 13) {
887
+ let c = this.qg.cq();
888
+ let d = (c.width / 2) + (this.qm / 2);
889
+ let e = (c.height / 2) + (this.qm / 2);
890
890
  let f = d;
891
891
  let g = d;
892
892
  let h = e;
@@ -907,7 +907,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
907
907
  }
908
908
  return new Thickness(1, 0, 0, 0, 0);
909
909
  }
910
- rq(a, b, c) {
910
+ ru(a, b, c) {
911
911
  let d = new HighlightingInfo();
912
912
  d.b = this;
913
913
  d.h = 0;
@@ -919,39 +919,39 @@ export let ScatterBase = /*@__PURE__*/ (() => {
919
919
  return d;
920
920
  }
921
921
  aw(a, b, c) {
922
- if (this.c2 && this.ef(this.bk) && !c) {
923
- let d = this.rr(a, b, this.rt);
924
- this.rt = d;
922
+ if (this.c2 && this.eg(this.bk) && !c) {
923
+ let d = this.rv(a, b, this.rx);
924
+ this.rx = d;
925
925
  return d;
926
926
  }
927
927
  else {
928
- let e = this.rq(a, b, this.rt);
929
- this.rt = e;
928
+ let e = this.ru(a, b, this.rx);
929
+ this.rx = e;
930
930
  return e;
931
931
  }
932
932
  }
933
933
  ax(a, b, c) {
934
- if (this.ef(this.bk) && !c) {
935
- let d = this.rs(a, b, this.ru);
936
- this.ru = d;
934
+ if (this.eg(this.bk) && !c) {
935
+ let d = this.rw(a, b, this.ry);
936
+ this.ry = d;
937
937
  return d;
938
938
  }
939
939
  else {
940
- let e = this.rq(a, b, this.ru);
940
+ let e = this.ru(a, b, this.ry);
941
941
  e.e = true;
942
- this.ru = e;
942
+ this.ry = e;
943
943
  return e;
944
944
  }
945
945
  }
946
- sq() {
947
- return (this.assigningScatterStyle != null && this.sg) || (this.bk != 1);
946
+ su() {
947
+ return (this.assigningScatterStyle != null && this.sk) || (this.bk != 1);
948
948
  }
949
- sp() {
950
- return (this.assigningScatterMarkerStyle != null && this.sf) || (this.bk != 1);
949
+ st() {
950
+ return (this.assigningScatterMarkerStyle != null && this.sj) || (this.bk != 1);
951
951
  }
952
- t8(a, b) {
952
+ uc(a, b) {
953
953
  let c = b.bu;
954
- this.rx = ((() => {
954
+ this.r1 = ((() => {
955
955
  let $ret = new ScatterAxisInfoCache();
956
956
  $ret.a = this.xAxis;
957
957
  $ret.b = this.yAxis;
@@ -959,10 +959,10 @@ export let ScatterBase = /*@__PURE__*/ (() => {
959
959
  $ret.e = this.yAxis.cg;
960
960
  return $ret;
961
961
  })());
962
- if (this.qf()) {
963
- b.cv.j(a.j, this.qh);
964
- if (this.sp()) {
965
- this.tq(b, a);
962
+ if (this.qj()) {
963
+ b.cv.j(a.j, this.ql);
964
+ if (this.st()) {
965
+ this.tu(b, a);
966
966
  }
967
967
  }
968
968
  b.cm();
@@ -972,13 +972,13 @@ export let ScatterBase = /*@__PURE__*/ (() => {
972
972
  return $ret;
973
973
  })());
974
974
  b.cx.g$h(a.n, d);
975
- this.t5(a, b);
975
+ this.t9(a, b);
976
976
  }
977
- rl(a, b) {
978
- return this.rm(a, b);
977
+ rp(a, b) {
978
+ return this.rq(a, b);
979
979
  }
980
- rm(a, b) {
981
- if (b < a || a < 0 || a > this.sd.count || b < 0 || b > this.sd.count) {
980
+ rq(a, b) {
981
+ if (b < a || a < 0 || a > this.sh.count || b < 0 || b > this.sh.count) {
982
982
  return null;
983
983
  }
984
984
  let c = new Array((b - a) + 1);
@@ -988,14 +988,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
988
988
  }
989
989
  return c;
990
990
  }
991
- tq(a, b) {
991
+ tu(a, b) {
992
992
  a.b3 = true;
993
- this.sa.aw(this, this.sp(), runOn(this, this.rl));
994
- let c = this.sa.d;
993
+ this.se.aw(this, this.st(), runOn(this, this.rp));
994
+ let c = this.se.d;
995
995
  let d = c != null;
996
996
  let e = this.getEffectiveViewport1(a);
997
997
  let f = this.ck == null ? 0 : this.ck.count;
998
- this.ry.cf((g) => {
998
+ this.r2.cf((g) => {
999
999
  if (g._visibility == 0) {
1000
1000
  let h = g.ak;
1001
1001
  let i = g.content;
@@ -1004,63 +1004,63 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1004
1004
  g.content = i;
1005
1005
  }
1006
1006
  if (d) {
1007
- this.ts(h, f, a.q);
1007
+ this.tw(h, f, a.q);
1008
1008
  }
1009
- this.sa.ac(g, i);
1009
+ this.se.ac(g, i);
1010
1010
  }
1011
1011
  });
1012
1012
  }
1013
- tt(a, b, c) {
1013
+ tx(a, b, c) {
1014
1014
  let d = this.bk != 1;
1015
- this.sa.ay(this.sa.b, a, b, false);
1016
- this.sa.ab(this.fr);
1017
- let e = this.sa.av;
1015
+ this.se.ay(this.se.b, a, b, false);
1016
+ this.se.ab(this.ft);
1017
+ let e = this.se.av;
1018
1018
  let f = null;
1019
1019
  let g = this.ck;
1020
1020
  if (d && this.cd != null) {
1021
- f = this.cd.a3.getHighlightingInfo(this, g, e.o, e.n, false);
1021
+ f = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, false);
1022
1022
  e.b = f;
1023
1023
  }
1024
1024
  e.f = c;
1025
- this.t3(e);
1026
- this.sa.z(this, f, c, d, a < 0);
1025
+ this.t7(e);
1026
+ this.se.z(this, f, c, d, a < 0);
1027
1027
  }
1028
- ts(a, b, c) {
1028
+ tw(a, b, c) {
1029
1029
  let d = this.bk != 1;
1030
- this.sa.ay(this.sa.d, a, b, true);
1031
- this.sa.aa(this.fr);
1032
- let e = this.sa.au;
1030
+ this.se.ay(this.se.d, a, b, true);
1031
+ this.se.aa(this.ft);
1032
+ let e = this.se.au;
1033
1033
  let f = null;
1034
1034
  let g = this.ck;
1035
1035
  let h = null;
1036
1036
  if (d && this.cd != null) {
1037
- f = this.cd.a3.getHighlightingInfo(this, g, e.o, e.n, true);
1038
- if (this.cd.a3.isCrossSeriesHighlight(this)) {
1039
- h = this.cd.a3.getHighlightingInfo(this, g, e.o, e.n, true);
1037
+ f = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, true);
1038
+ if (this.cd.a7.isCrossSeriesHighlight(this)) {
1039
+ h = this.cd.a7.getHighlightingInfo(this, g, e.o, e.n, true);
1040
1040
  }
1041
1041
  e.b = f;
1042
1042
  }
1043
1043
  e.f = c;
1044
- this.t2(e);
1045
- this.sa.y(this, f, c, d, e.m, this.cd.a3.totalHighlightingProgress);
1044
+ this.t6(e);
1045
+ this.se.y(this, f, c, d, e.m, this.cd.a7.totalHighlightingProgress);
1046
1046
  }
1047
- t3(a) {
1048
- if (this.assigningScatterStyle != null && this.sg) {
1047
+ t7(a) {
1048
+ if (this.assigningScatterStyle != null && this.sk) {
1049
1049
  this.assigningScatterStyle(this, a);
1050
1050
  }
1051
1051
  }
1052
- t2(a) {
1053
- if (this.assigningScatterMarkerStyle != null && this.sf) {
1052
+ t6(a) {
1053
+ if (this.assigningScatterMarkerStyle != null && this.sj) {
1054
1054
  this.assigningScatterMarkerStyle(this, a);
1055
1055
  }
1056
1056
  }
1057
- tv(a, b) {
1057
+ tz(a, b) {
1058
1058
  let c = new ErrorBarsHelper(this, b);
1059
- if (this.rz == null) {
1059
+ if (this.r3 == null) {
1060
1060
  return;
1061
1061
  }
1062
- let d = this.rz.u;
1063
- let e = this.rz.v;
1062
+ let d = this.r3.u;
1063
+ let e = this.r3.v;
1064
1064
  let f = 0;
1065
1065
  let g = 0;
1066
1066
  let h = 0;
@@ -1070,35 +1070,35 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1070
1070
  if (d != null) {
1071
1071
  switch (d.getCalculatorType()) {
1072
1072
  case 1:
1073
- let l = this.ty(k, c, d, h, i, true);
1073
+ let l = this.t2(k, c, d, h, i, true);
1074
1074
  h = l.p3;
1075
1075
  i = l.p4;
1076
1076
  break;
1077
1077
  case 0:
1078
- let m = this.tw(k, c, d, h, i, true);
1078
+ let m = this.t0(k, c, d, h, i, true);
1079
1079
  h = m.p3;
1080
1080
  i = m.p4;
1081
1081
  break;
1082
1082
  case 2:
1083
- let n = this.tu(k, c, d, j, h, i, true);
1083
+ let n = this.ty(k, c, d, j, h, i, true);
1084
1084
  h = n.p4;
1085
1085
  i = n.p5;
1086
1086
  break;
1087
1087
  case 3:
1088
- let o = this.tz(c, d, f, h, i, true);
1088
+ let o = this.t3(c, d, f, h, i, true);
1089
1089
  f = o.p2;
1090
1090
  h = o.p3;
1091
1091
  i = o.p4;
1092
1092
  break;
1093
1093
  case 4:
1094
- let p = this.tw(k, c, d, h, i, true);
1094
+ let p = this.t0(k, c, d, h, i, true);
1095
1095
  h = p.p3;
1096
1096
  i = p.p4;
1097
1097
  break;
1098
1098
  }
1099
1099
  ;
1100
1100
  let q = new OwnedPoint();
1101
- q.c = c.l(d, this.rx.a, k.c, f);
1101
+ q.c = c.l(d, this.r1.a, k.c, f);
1102
1102
  q.a = k.a;
1103
1103
  a.h.addItem(j, q);
1104
1104
  a.i.addItem(j, [h, i]);
@@ -1106,53 +1106,53 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1106
1106
  if (e != null) {
1107
1107
  switch (e.getCalculatorType()) {
1108
1108
  case 1:
1109
- let r = this.ty(k, c, e, h, i, false);
1109
+ let r = this.t2(k, c, e, h, i, false);
1110
1110
  h = r.p3;
1111
1111
  i = r.p4;
1112
1112
  break;
1113
1113
  case 0:
1114
- let s = this.tw(k, c, e, h, i, false);
1114
+ let s = this.t0(k, c, e, h, i, false);
1115
1115
  h = s.p3;
1116
1116
  i = s.p4;
1117
1117
  break;
1118
1118
  case 2:
1119
- let t = this.tu(k, c, e, j, h, i, false);
1119
+ let t = this.ty(k, c, e, j, h, i, false);
1120
1120
  h = t.p4;
1121
1121
  i = t.p5;
1122
1122
  break;
1123
1123
  case 3:
1124
- let u = this.tz(c, e, g, h, i, false);
1124
+ let u = this.t3(c, e, g, h, i, false);
1125
1125
  g = u.p2;
1126
1126
  h = u.p3;
1127
1127
  i = u.p4;
1128
1128
  break;
1129
1129
  case 4:
1130
- let v = this.tw(k, c, e, h, i, false);
1130
+ let v = this.t0(k, c, e, h, i, false);
1131
1131
  h = v.p3;
1132
1132
  i = v.p4;
1133
1133
  break;
1134
1134
  }
1135
1135
  ;
1136
1136
  let w = new OwnedPoint();
1137
- w.c = c.m(e, this.rx.b, k.c, g);
1137
+ w.c = c.m(e, this.r1.b, k.c, g);
1138
1138
  w.a = k.a;
1139
1139
  a.l.addItem(j, w);
1140
1140
  a.k.addItem(j, [h, i]);
1141
1141
  }
1142
1142
  }
1143
1143
  }
1144
- ty(a, b, c, d, e, f) {
1144
+ t2(a, b, c, d, e, f) {
1145
1145
  if (f) {
1146
1146
  let g;
1147
1147
  let h, i;
1148
- i = this.rx.a;
1149
- if (this.rz.s == 0) {
1148
+ i = this.r1.a;
1149
+ if (this.r3.s == 0) {
1150
1150
  g = a.c.x;
1151
- h = this.rx.a;
1151
+ h = this.r1.a;
1152
1152
  }
1153
1153
  else {
1154
1154
  g = a.c.y;
1155
- h = this.rx.b;
1155
+ h = this.r1.b;
1156
1156
  }
1157
1157
  let j = b.f(g, c, h, i, d, e);
1158
1158
  d = j.p4;
@@ -1161,14 +1161,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1161
1161
  else {
1162
1162
  let k;
1163
1163
  let l, m;
1164
- m = this.rx.b;
1165
- if (this.rz.t == 0) {
1164
+ m = this.r1.b;
1165
+ if (this.r3.t == 0) {
1166
1166
  k = a.c.x;
1167
- l = this.rx.a;
1167
+ l = this.r1.a;
1168
1168
  }
1169
1169
  else {
1170
1170
  k = a.c.y;
1171
- l = this.rx.b;
1171
+ l = this.r1.b;
1172
1172
  }
1173
1173
  let n = b.f(k, c, l, m, d, e);
1174
1174
  d = n.p4;
@@ -1179,14 +1179,14 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1179
1179
  p4: e
1180
1180
  };
1181
1181
  }
1182
- tw(a, b, c, d, e, f) {
1182
+ t0(a, b, c, d, e, f) {
1183
1183
  if (f) {
1184
- let g = b.j(a.c.x, c, this.rx.a, d, e);
1184
+ let g = b.j(a.c.x, c, this.r1.a, d, e);
1185
1185
  d = g.p3;
1186
1186
  e = g.p4;
1187
1187
  }
1188
1188
  else {
1189
- let h = b.j(a.c.y, c, this.rx.b, d, e);
1189
+ let h = b.j(a.c.y, c, this.r1.b, d, e);
1190
1190
  d = h.p3;
1191
1191
  e = h.p4;
1192
1192
  }
@@ -1195,18 +1195,18 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1195
1195
  p4: e
1196
1196
  };
1197
1197
  }
1198
- tu(a, b, c, d, e, f, g) {
1198
+ ty(a, b, c, d, e, f, g) {
1199
1199
  let h = c.getItemColumn();
1200
1200
  let i = this.ck.indexOf(d);
1201
1201
  if (h != null && i < h.count) {
1202
1202
  let j = h.item(i);
1203
1203
  if (g) {
1204
- let k = b.h(a.c.x, j, this.rx.a, e, f);
1204
+ let k = b.h(a.c.x, j, this.r1.a, e, f);
1205
1205
  e = k.p3;
1206
1206
  f = k.p4;
1207
1207
  }
1208
1208
  else {
1209
- let l = b.h(a.c.y, j, this.rx.b, e, f);
1209
+ let l = b.h(a.c.y, j, this.r1.b, e, f);
1210
1210
  e = l.p3;
1211
1211
  f = l.p4;
1212
1212
  }
@@ -1220,16 +1220,16 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1220
1220
  p5: f
1221
1221
  };
1222
1222
  }
1223
- tz(a, b, c, d, e, f) {
1223
+ t3(a, b, c, d, e, f) {
1224
1224
  let g = a.i(b, c);
1225
1225
  c = g.p1;
1226
1226
  if (f) {
1227
- let h = a.k(c, b, this.rx.a, d, e);
1227
+ let h = a.k(c, b, this.r1.a, d, e);
1228
1228
  d = h.p3;
1229
1229
  e = h.p4;
1230
1230
  }
1231
1231
  else {
1232
- let i = a.k(c, b, this.rx.b, d, e);
1232
+ let i = a.k(c, b, this.r1.b, d, e);
1233
1233
  d = i.p3;
1234
1234
  e = i.p4;
1235
1235
  }
@@ -1239,29 +1239,29 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1239
1239
  p4: e
1240
1240
  };
1241
1241
  }
1242
- t5(a, b) {
1243
- if (!b.o() || this.rz == null) {
1242
+ t9(a, b) {
1243
+ if (!b.o() || this.r3 == null) {
1244
1244
  b.c6();
1245
1245
  return;
1246
1246
  }
1247
- this.t6(a, b);
1248
- this.t7(a, b);
1247
+ this.ua(a, b);
1248
+ this.ub(a, b);
1249
1249
  }
1250
- t6(a, b) {
1250
+ ua(a, b) {
1251
1251
  b.c2();
1252
1252
  let c = new ErrorBarsHelper(this, b);
1253
1253
  let d = new PathGeometry();
1254
- let e = this.rz.u;
1254
+ let e = this.r3.u;
1255
1255
  for (let f of fromEnum(a.j.keys)) {
1256
1256
  if (e != null && a.i.containsKey(f)) {
1257
1257
  let g = a.i.item(f)[0];
1258
1258
  let h = a.i.item(f)[1];
1259
1259
  if (!isNaN_(g) && !isNaN_(h)) {
1260
1260
  let i = a.h.item(f).c;
1261
- if (this.rz.o == 1 || this.rz.o == 2) {
1261
+ if (this.r3.o == 1 || this.r3.o == 2) {
1262
1262
  c.d(d, i, g, true);
1263
1263
  }
1264
- if (this.rz.o == 1 || this.rz.o == 3) {
1264
+ if (this.r3.o == 1 || this.r3.o == 3) {
1265
1265
  c.d(d, i, h, false);
1266
1266
  }
1267
1267
  }
@@ -1269,38 +1269,38 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1269
1269
  }
1270
1270
  b.c7(d);
1271
1271
  }
1272
- t7(a, b) {
1272
+ ub(a, b) {
1273
1273
  b.c3();
1274
1274
  let c = new ErrorBarsHelper(this, b);
1275
1275
  let d = new PathGeometry();
1276
- let e = this.rz.v;
1276
+ let e = this.r3.v;
1277
1277
  for (let f of fromEnum(a.j.keys)) {
1278
1278
  if (e != null && a.k.containsKey(f)) {
1279
1279
  let g = a.k.item(f)[0];
1280
1280
  let h = a.k.item(f)[1];
1281
1281
  if (!isNaN_(g) && !isNaN_(h)) {
1282
1282
  let i = a.l.item(f).c;
1283
- if (this.rz.p == 1 || this.rz.p == 2) {
1283
+ if (this.r3.p == 1 || this.r3.p == 2) {
1284
1284
  c.e(d, i, g, true);
1285
1285
  }
1286
- if (this.rz.p == 1 || this.rz.p == 3) {
1286
+ if (this.r3.p == 1 || this.r3.p == 3) {
1287
1287
  c.e(d, i, h, false);
1288
1288
  }
1289
1289
  }
1290
1290
  }
1291
1291
  }
1292
1292
  }
1293
- e9(a, b, c) {
1293
+ fb(a, b, c) {
1294
1294
  let d = true;
1295
- if (!super.e9(a, b, c) || b.isEmpty || a.isEmpty || this.xAxis == null || this.yAxis == null || this.xAxis.bh == null || this.yAxis.bh == null || this.sd == null || this.se == null || this.sd.count == 0 || this.se.count == 0 || this.ck == null || this.ck.count != this.sd.count || this.ck.count != this.se.count || this.xAxis.bh == null || this.yAxis.bh == null || this.xAxis.lv == this.xAxis.lu || this.yAxis.lv == this.yAxis.lu) {
1295
+ if (!super.fb(a, b, c) || b.isEmpty || a.isEmpty || this.xAxis == null || this.yAxis == null || this.xAxis.bh == null || this.yAxis.bh == null || this.sh == null || this.si == null || this.sh.count == 0 || this.si.count == 0 || this.ck == null || this.ck.count != this.sh.count || this.ck.count != this.si.count || this.xAxis.bh == null || this.yAxis.bh == null || this.xAxis.lv == this.xAxis.lu || this.yAxis.lv == this.yAxis.lu) {
1296
1296
  d = false;
1297
1297
  }
1298
1298
  return d;
1299
1299
  }
1300
1300
  getViewInfo(a, b) {
1301
- if (!this.u0.isEmpty && !this.u1.isEmpty) {
1302
- a = this.u0;
1303
- b = this.u1;
1301
+ if (!this.u4.isEmpty && !this.u5.isEmpty) {
1302
+ a = this.u4;
1303
+ b = this.u5;
1304
1304
  return {
1305
1305
  p0: a,
1306
1306
  p1: b
@@ -1313,52 +1313,52 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1313
1313
  p1: b
1314
1314
  };
1315
1315
  }
1316
- mj(a) {
1317
- this.to();
1316
+ mm(a) {
1317
+ this.ts();
1318
1318
  try {
1319
1319
  if (this.cx(this.b0)) {
1320
1320
  return;
1321
1321
  }
1322
- if (this.ck != null && this.ck.count > this.sy) {
1322
+ if (this.ck != null && this.ck.count > this.s2) {
1323
1323
  a = false;
1324
1324
  }
1325
- if (this.eo(a) && !this.es) {
1326
- let b = this.r3;
1325
+ if (this.ep(a) && !this.eu) {
1326
+ let b = this.r7;
1327
1327
  if (this.cv()) {
1328
1328
  if (this.ce.g) {
1329
1329
  this.ce.t();
1330
1330
  }
1331
- this.r3 = this.r5;
1332
- this.r5 = b;
1331
+ this.r7 = this.r9;
1332
+ this.r9 = b;
1333
1333
  }
1334
1334
  else {
1335
- this.r3 = this.r1;
1336
- this.r1 = b;
1335
+ this.r7 = this.r5;
1336
+ this.r5 = b;
1337
1337
  }
1338
- this.tx(this.r1, this.ry);
1339
- this.mr();
1338
+ this.t1(this.r5, this.r2);
1339
+ this.mu();
1340
1340
  }
1341
1341
  else {
1342
- if (!this.es) {
1343
- this.tx(this.r1, this.ry);
1342
+ if (!this.eu) {
1343
+ this.t1(this.r5, this.r2);
1344
1344
  }
1345
- this.t8(this.r1, this.ry);
1345
+ this.uc(this.r5, this.r2);
1346
1346
  }
1347
1347
  }
1348
1348
  finally {
1349
- this.t9();
1349
+ this.ud();
1350
1350
  }
1351
1351
  }
1352
- mw() {
1353
- super.mw();
1352
+ mz() {
1353
+ super.mz();
1354
1354
  if (this.index < 0) {
1355
1355
  return;
1356
1356
  }
1357
- this.ry.da();
1357
+ this.r2.da();
1358
1358
  }
1359
- mk(a, b) {
1360
- super.mk(a, b);
1361
- if (!this.ez) {
1359
+ mn(a, b) {
1360
+ super.mn(a, b);
1361
+ if (!this.e1) {
1362
1362
  this.b0.a2(b);
1363
1363
  return;
1364
1364
  }
@@ -1367,29 +1367,29 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1367
1367
  return;
1368
1368
  }
1369
1369
  let c = typeCast(ScatterBaseView.$, this.bz);
1370
- if (!this.et) {
1371
- this.r4 = new ScatterFrame();
1372
- this.tx(this.r4, c);
1370
+ if (!this.ev) {
1371
+ this.r8 = new ScatterFrame();
1372
+ this.t1(this.r8, c);
1373
1373
  }
1374
- this.et = false;
1375
- this.t8(this.r4, c);
1376
- this.ez = false;
1374
+ this.ev = false;
1375
+ this.uc(this.r8, c);
1376
+ this.e1 = false;
1377
1377
  }
1378
- mh(a, b, c, d, e) {
1379
- super.mh(a, b, c, d, e);
1378
+ mk(a, b, c, d, e) {
1379
+ super.mk(a, b, c, d, e);
1380
1380
  let f = this.a6.a$h.item(d);
1381
1381
  let g = f;
1382
1382
  f.a1(c);
1383
1383
  if (this.cx(g)) {
1384
1384
  return;
1385
1385
  }
1386
- if (this.r0 == null) {
1387
- this.r0 = new ScatterFrame();
1386
+ if (this.r4 == null) {
1387
+ this.r4 = new ScatterFrame();
1388
1388
  }
1389
- this.tx(this.r0, g);
1390
- this.t8(this.r0, g);
1389
+ this.t1(this.r4, g);
1390
+ this.uc(this.r4, g);
1391
1391
  }
1392
- t4(a, b) {
1392
+ t8(a, b) {
1393
1393
  let c = new List$1(Base.$, 0);
1394
1394
  for (let d of fromEnum(b.c)) {
1395
1395
  if (!a.containsKey(d)) {
@@ -1400,10 +1400,10 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1400
1400
  b.h(e);
1401
1401
  }
1402
1402
  }
1403
- rk(a, b, c, d, e) {
1404
- if (c == null || c.length != this.rx.c.count) {
1405
- c = new Array(this.rx.c.count);
1406
- for (let f = 0; f < this.rx.c.count; f++) {
1403
+ ro(a, b, c, d, e) {
1404
+ if (c == null || c.length != this.r1.c.count) {
1405
+ c = new Array(this.r1.c.count);
1406
+ for (let f = 0; f < this.r1.c.count; f++) {
1407
1407
  c[f] = PointUtil.create();
1408
1408
  }
1409
1409
  }
@@ -1416,37 +1416,37 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1416
1416
  let i = ((() => {
1417
1417
  let $ret = new ScalerParams(0, d, e, this.yAxis.cg, g);
1418
1418
  $ret.c = this.getEffectiveViewport1(a);
1419
- $ret.b = this.gc();
1419
+ $ret.b = this.ge();
1420
1420
  return $ret;
1421
1421
  })());
1422
- let j = this.pr(a);
1423
- let k = this.rx.a.el(j.left, h);
1424
- let l = this.rx.a.el(j.right, h);
1425
- let m = this.rx.b.el(j.bottom, i);
1426
- let n = this.rx.b.el(j.top, i);
1427
- if (this.rx.d) {
1422
+ let j = this.pv(a);
1423
+ let k = this.r1.a.el(j.left, h);
1424
+ let l = this.r1.a.el(j.right, h);
1425
+ let m = this.r1.b.el(j.bottom, i);
1426
+ let n = this.r1.b.el(j.top, i);
1427
+ if (this.r1.d) {
1428
1428
  let o = k;
1429
1429
  k = l;
1430
1430
  l = o;
1431
1431
  }
1432
- if (this.rx.e) {
1432
+ if (this.r1.e) {
1433
1433
  let p = m;
1434
1434
  m = n;
1435
1435
  n = p;
1436
1436
  }
1437
- let q = this.rx;
1437
+ let q = this.r1;
1438
1438
  let r = q.a;
1439
1439
  let s = q.b;
1440
1440
  let t;
1441
1441
  let u;
1442
- let v = this.sd;
1443
- let w = this.se;
1442
+ let v = this.sh;
1443
+ let w = this.si;
1444
1444
  let x = false;
1445
1445
  let y = 0;
1446
1446
  let z = 0;
1447
1447
  if (this.cd != null) {
1448
- if (this.cd.e3()) {
1449
- let aa = this.cd.ku(d, h);
1448
+ if (this.cd.e8()) {
1449
+ let aa = this.cd.lh(d, h);
1450
1450
  x = aa.c;
1451
1451
  y = aa.d;
1452
1452
  z = r.el(0 + y, h);
@@ -1454,7 +1454,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1454
1454
  z -= ab;
1455
1455
  }
1456
1456
  }
1457
- for (let ac = 0; ac < this.rx.c.count; ac++) {
1457
+ for (let ac = 0; ac < this.r1.c.count; ac++) {
1458
1458
  t = v.item(ac);
1459
1459
  u = w.item(ac);
1460
1460
  if (x) {
@@ -1486,7 +1486,7 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1486
1486
  }
1487
1487
  return c;
1488
1488
  }
1489
- sr(a, b) {
1489
+ sv(a, b) {
1490
1490
  if (b == null) {
1491
1491
  b = new List$1(Number_$type, 2, a.e);
1492
1492
  }
@@ -1500,30 +1500,30 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1500
1500
  }
1501
1501
  return b;
1502
1502
  }
1503
- k7(a) {
1504
- super.k7(a);
1505
- this.a8.exportTrendlineData(this, a, this.ry.cx.g$j);
1503
+ la(a) {
1504
+ super.la(a);
1505
+ this.a8.exportTrendlineData(this, a, this.r2.cx.g$j);
1506
1506
  }
1507
- gc() {
1508
- return Series.gd(this.se, null);
1507
+ ge() {
1508
+ return Series.gf(this.si, null);
1509
1509
  }
1510
1510
  getDataLegendSeriesContextAt(a, b) {
1511
1511
  let c = { $type: Point_$type, x: a, y: b };
1512
- let d = this.ht(c);
1513
- let e = d == null ? NaN : this.gb(d, "XMemberPath");
1514
- let f = d == null ? NaN : this.gb(d, "YMemberPath");
1512
+ let d = this.hv(c);
1513
+ let e = d == null ? NaN : this.gd(d, "XMemberPath");
1514
+ let f = d == null ? NaN : this.gd(d, "YMemberPath");
1515
1515
  let g = new DataLegendSeriesValueInfo();
1516
1516
  g.l = e;
1517
1517
  g.a = 13;
1518
- g.p = this.te != null ? this.te : "X:";
1519
- g.q = this.ta != null ? this.ta : "X:";
1520
- g.r = this.tc != null ? this.tc : "";
1518
+ g.p = this.ti != null ? this.ti : "X:";
1519
+ g.q = this.te != null ? this.te : "X:";
1520
+ g.r = this.tg != null ? this.tg : "";
1521
1521
  let h = new DataLegendSeriesValueInfo();
1522
1522
  h.l = f;
1523
1523
  h.a = 14;
1524
- h.p = this.tm != null ? this.tm : "Y:";
1525
- h.q = this.ti != null ? this.ti : "Y:";
1526
- h.r = this.tk != null ? this.tk : "";
1524
+ h.p = this.tq != null ? this.tq : "Y:";
1525
+ h.q = this.tm != null ? this.tm : "Y:";
1526
+ h.r = this.to != null ? this.to : "";
1527
1527
  let i = new DataLegendSeriesContext();
1528
1528
  i.f = ((() => {
1529
1529
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -1536,8 +1536,8 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1536
1536
  }
1537
1537
  }
1538
1538
  ScatterBase.$t = /*@__PURE__*/ markType(ScatterBase, 'ScatterBase', MarkerSeries.$, [ISupportsErrorBars_$type, ITrendLineSeries_$type]);
1539
- ScatterBase.ua = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, ScatterBase.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
1540
- ScatterBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ScatterBase, 'raisePropertyChanged', ['ErrorBarSettings:rz:ub', [ScatterErrorBarSettings.$, null], 'IsCustomScatterMarkerStyleAllowed:sj:uc', [0, false], 'IsCustomScatterStyleAllowed:sk:ud', [0, false], 'ItemSearchMode:r9:ue', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:sx:uf', [1, 10000], 'MarkerCollisionAvoidance:rp:ug', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MaximumMarkers:sy:uh', [1, 400], 'XAxis::up', [NumericXAxis.$, null], 'XMemberAsLegendLabel:ta:uq', [2, null], 'XMemberAsLegendUnit:tc:ur', [2, null], 'XMemberPath:te:us', [2, null], 'YAxis::ut', [NumericYAxis.$, null], 'YMemberAsLegendLabel:ti:uu', [2, null], 'YMemberAsLegendUnit:tk:uv', [2, null], 'YMemberPath:tm:uw', [2, null], 'TrendLineType::un', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::um', [1, 1.5], 'TrendLinePeriod::ul', [1, 7], 'TrendLineBrush::ui', [Brush.$, null], 'TrendLineZIndex:sz:uo', [1, 1001], 'TrendLineDashArray:uy:uj', [DoubleCollection.$], 'TrendLineDashCap:uz:uk', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
1539
+ ScatterBase.ue = /*@__PURE__*/ DependencyProperty.i("ActualTrendLineBrush", Brush.$, ScatterBase.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("ActualTrendLineBrush", b.oldValue, b.newValue)));
1540
+ ScatterBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ScatterBase, 'raisePropertyChanged', ['ErrorBarSettings:r3:uf', [ScatterErrorBarSettings.$, null], 'IsCustomScatterMarkerStyleAllowed:sn:ug', [0, false], 'IsCustomScatterStyleAllowed:so:uh', [0, false], 'ItemSearchMode:sd:ui', [ScatterItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:s1:uj', [1, 10000], 'MarkerCollisionAvoidance:rt:uk', [CollisionAvoidanceType_$type, /*@__PURE__*/ enumGetBox(CollisionAvoidanceType_$type, 0)], 'MaximumMarkers:s2:ul', [1, 400], 'XAxis::ut', [NumericXAxis.$, null], 'XMemberAsLegendLabel:te:uu', [2, null], 'XMemberAsLegendUnit:tg:uv', [2, null], 'XMemberPath:ti:uw', [2, null], 'YAxis::ux', [NumericYAxis.$, null], 'YMemberAsLegendLabel:tm:uy', [2, null], 'YMemberAsLegendUnit:to:uz', [2, null], 'YMemberPath:tq:u0', [2, null], 'TrendLineType::ur', [TrendLineType_$type, /*@__PURE__*/ enumGetBox(TrendLineType_$type, 0)], 'TrendLineThickness::uq', [1, 1.5], 'TrendLinePeriod::up', [1, 7], 'TrendLineBrush::um', [Brush.$, null], 'TrendLineZIndex:s3:us', [1, 1001], 'TrendLineDashArray:u2:un', [DoubleCollection.$], 'TrendLineDashCap:u3:uo', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)]]);
1541
1541
  return ScatterBase;
1542
1542
  })();
1543
1543
  /**
@@ -1613,7 +1613,7 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
1613
1613
  this.dc = new Path();
1614
1614
  this.dd = new Path();
1615
1615
  if (!this.q) {
1616
- this.cw.sy = 2000;
1616
+ this.cw.s2 = 2000;
1617
1617
  }
1618
1618
  }
1619
1619
  de(a) {
@@ -1631,12 +1631,12 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
1631
1631
  return new Size(1, this.db.width, this.db.height);
1632
1632
  }
1633
1633
  cu() {
1634
- let a = new NumericMarkerManager(1, (b) => this.cy.item(b), (b) => this.cw.rx.c.item(b), runOn(this, this.c9), runOn(this, this.cr), runOn(this, this.cz), () => this.cw.rp);
1634
+ let a = new NumericMarkerManager(1, (b) => this.cy.item(b), (b) => this.cw.r1.c.item(b), runOn(this, this.c9), runOn(this, this.cr), runOn(this, this.cz), () => this.cw.rt);
1635
1635
  a.q = runOn(this, this.de);
1636
1636
  return a;
1637
1637
  }
1638
1638
  c9(a) {
1639
- this.cw.t4(a, this.cy);
1639
+ this.cw.t8(a, this.cy);
1640
1640
  }
1641
1641
  c0() {
1642
1642
  return this.b4;
@@ -1645,11 +1645,11 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
1645
1645
  return this.ct;
1646
1646
  }
1647
1647
  cr() {
1648
- this.ct = this.cw.rk(this, this.cy, this.ct, this.bv, this.bu);
1648
+ this.ct = this.cw.ro(this, this.cy, this.ct, this.bv, this.bu);
1649
1649
  return this.ct;
1650
1650
  }
1651
1651
  cz() {
1652
- this.c1 = this.cw.sr(this.cy, this.c1);
1652
+ this.c1 = this.cw.sv(this.cy, this.c1);
1653
1653
  return this.c1;
1654
1654
  }
1655
1655
  c2() {
@@ -1662,10 +1662,10 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
1662
1662
  }
1663
1663
  da() {
1664
1664
  if (this.cw.trendLineBrush != null) {
1665
- this.cw.ux = this.cw.trendLineBrush;
1665
+ this.cw.u1 = this.cw.trendLineBrush;
1666
1666
  }
1667
1667
  else {
1668
- this.cw.ux = this.cw.oz;
1668
+ this.cw.u1 = this.cw.o3;
1669
1669
  }
1670
1670
  }
1671
1671
  cf(a) {
@@ -1682,9 +1682,9 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
1682
1682
  if (this.cw.trendLineType != 0 && !b) {
1683
1683
  let c = this.cx.g$j;
1684
1684
  c.ac = this.cw.trendLineThickness;
1685
- c._stroke = this.cw.ux;
1686
- c.ai = this.cw.uy;
1687
- c.ad = this.cw.uz;
1685
+ c._stroke = this.cw.u1;
1686
+ c.ai = this.cw.u2;
1687
+ c.ad = this.cw.u3;
1688
1688
  a.u(c);
1689
1689
  }
1690
1690
  }
@@ -1703,7 +1703,7 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
1703
1703
  if (!stringIsNullOrEmpty(b)) {
1704
1704
  a += " style='color:" + b + "'";
1705
1705
  }
1706
- a += ">" + this.cw.title + "</span><br/><span>" + "x: </span><span class='ui-priority-primary'>${item." + this.cw.te + "}</span><br/><span>" + "y: </span><span class='ui-priority-primary'>${item." + this.cw.tm + "}</span></div>";
1706
+ a += ">" + this.cw.title + "</span><br/><span>" + "x: </span><span class='ui-priority-primary'>${item." + this.cw.ti + "}</span><br/><span>" + "y: </span><span class='ui-priority-primary'>${item." + this.cw.tq + "}</span></div>";
1707
1707
  return a;
1708
1708
  }
1709
1709
  }