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
@@ -47,26 +47,26 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
47
47
  class DataToolTipLayer extends AnnotationLayer {
48
48
  constructor() {
49
49
  super();
50
- this.rx = 1;
51
- this.sz = new Dictionary$2(String_$type, Base.$, 0);
52
- this.s0 = new List$1(String_$type, 0);
53
- this.rp = 8;
54
- this.rt = 11;
55
- this.sc = null;
56
- this.r4 = null;
57
- this.r7 = null;
58
- this.r9 = null;
59
- this.r6 = null;
50
+ this.r1 = 1;
51
+ this.s3 = new Dictionary$2(String_$type, Base.$, 0);
52
+ this.s4 = new List$1(String_$type, 0);
53
+ this.rt = 8;
54
+ this.rx = 11;
55
+ this.sg = null;
60
56
  this.r8 = null;
61
57
  this.sb = null;
58
+ this.sd = null;
62
59
  this.sa = null;
63
- this.r5 = null;
60
+ this.sc = null;
61
+ this.sf = null;
62
+ this.se = null;
63
+ this.r9 = null;
64
64
  let a = new DataToolTipLayerFrame();
65
65
  let b = new DataToolTipLayerFrame();
66
66
  let c = new DataToolTipLayerFrame();
67
- this.p6 = a;
68
- this.p5 = b;
69
- this.p7 = c;
67
+ this.qa = a;
68
+ this.p9 = b;
69
+ this.qb = c;
70
70
  this.ab = DataToolTipLayer.$;
71
71
  }
72
72
  get_db() {
@@ -75,44 +75,44 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
75
75
  bx() {
76
76
  return new DataToolTipLayerView(this);
77
77
  }
78
- lz(a) {
79
- super.lz(a);
80
- this.r1 = a;
78
+ l2(a) {
79
+ super.l2(a);
80
+ this.r5 = a;
81
81
  }
82
- get_dk() {
82
+ get_dl() {
83
83
  return true;
84
84
  }
85
- get ry() {
86
- return this.rx;
85
+ get r2() {
86
+ return this.r1;
87
87
  }
88
- set ry(a) {
89
- let b = this.rx;
90
- this.rx = a;
91
- if (b != this.rx) {
92
- this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.rx));
88
+ set r2(a) {
89
+ let b = this.r1;
90
+ this.r1 = a;
91
+ if (b != this.r1) {
92
+ this.raisePropertyChanged("ActualGroupingMode", enumGetBox(DataToolTipLayerGroupingMode_$type, b), enumGetBox(DataToolTipLayerGroupingMode_$type, this.r1));
93
93
  }
94
94
  }
95
- r0() {
95
+ r4() {
96
96
  let a = true;
97
97
  let b = true;
98
98
  let c = true;
99
99
  let d = true;
100
- if (this.rz != 0) {
101
- return this.rz;
100
+ if (this.r3 != 0) {
101
+ return this.r3;
102
102
  }
103
- let e = this.rg();
103
+ let e = this.rk();
104
104
  if (e != null) {
105
105
  for (let f of fromEnum(e.da())) {
106
- if (!f.dc && !f.ec) {
106
+ if (!f.dc && !f.ed) {
107
107
  a = false;
108
108
  }
109
- if (!f.dc && !f.d6) {
109
+ if (!f.dc && !f.d7) {
110
110
  b = false;
111
111
  }
112
- if (!f.dc && !f.ed) {
112
+ if (!f.dc && !f.ee) {
113
113
  c = false;
114
114
  }
115
- if (!f.dc && !f.ea) {
115
+ if (!f.dc && !f.eb) {
116
116
  d = false;
117
117
  }
118
118
  }
@@ -122,29 +122,29 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
122
122
  }
123
123
  return 1;
124
124
  }
125
- l4(a, b, c, d) {
126
- super.l4(a, b, c, d);
125
+ l7(a, b, c, d) {
126
+ super.l7(a, b, c, d);
127
127
  switch (b) {
128
128
  case DataToolTipLayer.$$p[37]:
129
- this.mi(true);
129
+ this.ml(true);
130
130
  break;
131
131
  case DataToolTipLayer.$$p[44]:
132
- this.mi(true);
132
+ this.ml(true);
133
133
  break;
134
134
  case DataToolTipLayer.$$p[8]:
135
- this.ry = this.r0();
135
+ this.r2 = this.r4();
136
136
  break;
137
137
  case "ActualGroupingMode":
138
- this.mi(true);
138
+ this.ml(true);
139
139
  break;
140
140
  case DataToolTipLayer.$$p[6]:
141
- this.rq = this.rs();
141
+ this.ru = this.rw();
142
142
  break;
143
143
  case DataToolTipLayer.$$p[7]:
144
- this.ru = this.rw();
144
+ this.ry = this.r0();
145
145
  break;
146
146
  case "SeriesViewer":
147
- this.r1.ci();
147
+ this.r5.ci();
148
148
  break;
149
149
  case DataToolTipLayer.$$p[26]:
150
150
  case DataToolTipLayer.$$p[20]:
@@ -205,246 +205,246 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
205
205
  case DataToolTipLayer.$$p[22]:
206
206
  case DataToolTipLayer.$$p[23]:
207
207
  case "LabelTextStyle":
208
- this.wh(b, c, d);
208
+ this.wl(b, c, d);
209
209
  break;
210
210
  }
211
211
  }
212
- wh(a, b, c) {
213
- if (!this.sz.containsKey(a)) {
214
- this.s0.add(a);
215
- this.sz.addItem(a, c);
212
+ wl(a, b, c) {
213
+ if (!this.s3.containsKey(a)) {
214
+ this.s4.add(a);
215
+ this.s3.addItem(a, c);
216
216
  }
217
217
  else {
218
- this.sz.item(a, c);
218
+ this.s3.item(a, c);
219
219
  }
220
- this.mi(true);
220
+ this.ml(true);
221
221
  }
222
- wl(a, b) {
222
+ wp(a, b) {
223
223
  switch (a) {
224
224
  case DataToolTipLayer.$$p[8]:
225
- this.rz = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
225
+ this.r3 = EnumUtil.getEnumValue(DataToolTipLayerGroupingMode_$type, b);
226
226
  break;
227
227
  case DataToolTipLayer.$$p[24]:
228
- this.s4 = b;
228
+ this.s8 = b;
229
229
  break;
230
230
  case DataToolTipLayer.$$p[25]:
231
- this.s5 = b;
231
+ this.s9 = b;
232
232
  break;
233
233
  case DataToolTipLayer.$$p[2]:
234
- this.s2 = b;
234
+ this.s6 = b;
235
235
  break;
236
236
  case DataToolTipLayer.$$p[3]:
237
- this.s3 = b;
237
+ this.s7 = b;
238
238
  break;
239
239
  case DataToolTipLayer.$$p[6]:
240
- this.rr = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
240
+ this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionX_$type, b);
241
241
  break;
242
242
  case DataToolTipLayer.$$p[7]:
243
- this.rv = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
243
+ this.rz = EnumUtil.getEnumValue(DataTooltipGroupedPositionY_$type, b);
244
244
  break;
245
245
  case DataToolTipLayer.$$p[26]:
246
- this.su = b;
246
+ this.sy = b;
247
247
  break;
248
248
  case DataToolTipLayer.$$p[20]:
249
- this.re = b;
249
+ this.ri = b;
250
250
  break;
251
251
  case DataToolTipLayer.$$p[5]:
252
- this.q9 = b;
252
+ this.rd = b;
253
253
  break;
254
254
  case DataToolTipLayer.$$p[19]:
255
- this.rd = b;
255
+ this.rh = b;
256
256
  break;
257
257
  case DataToolTipLayer.$$p[4]:
258
- this.q8 = b;
258
+ this.rc = b;
259
259
  break;
260
260
  case DataToolTipLayer.$$p[45]:
261
- this.ri = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
261
+ this.rm = EnumUtil.getEnumValue(DataAbbreviationMode_$type, b);
262
262
  break;
263
263
  case DataToolTipLayer.$$p[47]:
264
- this.t4 = typeGetValue(b);
264
+ this.t8 = typeGetValue(b);
265
265
  break;
266
266
  case DataToolTipLayer.$$p[48]:
267
- this.t5 = typeGetValue(b);
267
+ this.t9 = typeGetValue(b);
268
268
  break;
269
269
  case DataToolTipLayer.$$p[49]:
270
- this.ro = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
270
+ this.rs = EnumUtil.getEnumValue(DataLegendValueMode_$type, b);
271
271
  break;
272
272
  case DataToolTipLayer.$$p[46]:
273
- this.vz = b;
273
+ this.v3 = b;
274
274
  break;
275
275
  case DataToolTipLayer.$$p[52]:
276
- this.sw = b;
276
+ this.s0 = b;
277
277
  break;
278
278
  case DataToolTipLayer.$$p[51]:
279
- this.v5 = b;
279
+ this.v9 = b;
280
280
  break;
281
281
  case DataToolTipLayer.$$p[50]:
282
- this.rf = b;
282
+ this.rj = b;
283
283
  break;
284
284
  case DataToolTipLayer.$$p[53]:
285
- this.yw = b;
285
+ this.y0 = b;
286
286
  break;
287
287
  case DataToolTipLayer.$$p[54]:
288
- this.sx = b;
288
+ this.s1 = b;
289
289
  break;
290
290
  case DataToolTipLayer.$$p[58]:
291
- this.we = b;
291
+ this.wi = b;
292
292
  break;
293
293
  case DataToolTipLayer.$$p[57]:
294
- this.sy = b;
294
+ this.s2 = b;
295
295
  break;
296
296
  case DataToolTipLayer.$$p[56]:
297
- this.yx = b;
297
+ this.y1 = b;
298
298
  break;
299
299
  case DataToolTipLayer.$$p[55]:
300
- this.yh = b;
300
+ this.yl = b;
301
301
  break;
302
302
  case "ValueTextStyle":
303
- this.sl = b;
303
+ this.sp = b;
304
304
  break;
305
305
  case DataToolTipLayer.$$p[12]:
306
- this.un = b;
306
+ this.ur = b;
307
307
  break;
308
308
  case DataToolTipLayer.$$p[11]:
309
- this.rc = b;
309
+ this.rg = b;
310
310
  break;
311
311
  case DataToolTipLayer.$$p[9]:
312
- this.uj = b;
312
+ this.un = b;
313
313
  break;
314
314
  case DataToolTipLayer.$$p[10]:
315
- this.rj = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
315
+ this.rn = EnumUtil.getEnumValue(DataLegendHeaderDateMode_$type, b);
316
316
  break;
317
317
  case DataToolTipLayer.$$p[13]:
318
- this.rk = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
318
+ this.ro = EnumUtil.getEnumValue(DataLegendHeaderTimeMode_$type, b);
319
319
  break;
320
320
  case DataToolTipLayer.$$p[18]:
321
- this.us = b;
321
+ this.uw = b;
322
322
  break;
323
323
  case DataToolTipLayer.$$p[16]:
324
- this.x9 = b;
324
+ this.yd = b;
325
325
  break;
326
326
  case DataToolTipLayer.$$p[17]:
327
- this.yq = b;
327
+ this.yu = b;
328
328
  break;
329
329
  case DataToolTipLayer.$$p[14]:
330
- this.yp = b;
330
+ this.yt = b;
331
331
  break;
332
332
  case DataToolTipLayer.$$p[15]:
333
- this.sn = b;
333
+ this.sr = b;
334
334
  break;
335
335
  case "HeaderTextStyle":
336
- this.sd = b;
336
+ this.sh = b;
337
337
  break;
338
338
  case DataToolTipLayer.$$p[30]:
339
- this.yc = b;
339
+ this.yg = b;
340
340
  break;
341
341
  case "SummaryTitleTextStyle":
342
- this.sg = b;
342
+ this.sk = b;
343
343
  break;
344
344
  case DataToolTipLayer.$$p[33]:
345
- this.rm = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
345
+ this.rq = EnumUtil.getEnumValue(DataLegendSummaryType_$type, b);
346
346
  break;
347
347
  case DataToolTipLayer.$$p[32]:
348
- this.vb = b;
348
+ this.vf = b;
349
349
  break;
350
350
  case DataToolTipLayer.$$p[31]:
351
- this.yt = b;
351
+ this.yx = b;
352
352
  break;
353
353
  case DataToolTipLayer.$$p[29]:
354
- this.ys = b;
354
+ this.yw = b;
355
355
  break;
356
356
  case DataToolTipLayer.$$p[36]:
357
- this.ye = b;
357
+ this.yi = b;
358
358
  break;
359
359
  case "SummaryValueTextStyle":
360
- this.si = b;
360
+ this.sm = b;
361
361
  break;
362
362
  case DataToolTipLayer.$$p[28]:
363
- this.u6 = b;
363
+ this.va = b;
364
364
  break;
365
365
  case DataToolTipLayer.$$p[27]:
366
- this.yb = b;
366
+ this.yf = b;
367
367
  break;
368
368
  case "SummaryLabelTextStyle":
369
- this.sf = b;
369
+ this.sj = b;
370
370
  break;
371
371
  case DataToolTipLayer.$$p[35]:
372
- this.vh = b;
372
+ this.vl = b;
373
373
  break;
374
374
  case DataToolTipLayer.$$p[34]:
375
- this.yd = b;
375
+ this.yh = b;
376
376
  break;
377
377
  case "SummaryUnitsTextStyle":
378
- this.sh = b;
378
+ this.sl = b;
379
379
  break;
380
380
  case DataToolTipLayer.$$p[0]:
381
- this.yo = b;
381
+ this.ys = b;
382
382
  break;
383
383
  case DataToolTipLayer.$$p[1]:
384
- this.r3 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
384
+ this.r7 = EnumUtil.getEnumValue(LegendItemBadgeShape_$type, b);
385
385
  break;
386
386
  case DataToolTipLayer.$$p[40]:
387
- this.rn = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
387
+ this.rr = EnumUtil.getEnumValue(DataLegendUnitsMode_$type, b);
388
388
  break;
389
389
  case DataToolTipLayer.$$p[43]:
390
- this.vs = b;
390
+ this.vw = b;
391
391
  break;
392
392
  case DataToolTipLayer.$$p[41]:
393
- this.yg = b;
393
+ this.yk = b;
394
394
  break;
395
395
  case DataToolTipLayer.$$p[42]:
396
- this.yv = b;
396
+ this.yz = b;
397
397
  break;
398
398
  case "UnitsTextStyle":
399
- this.sk = b;
399
+ this.so = b;
400
400
  break;
401
401
  case DataToolTipLayer.$$p[39]:
402
- this.yu = b;
402
+ this.yy = b;
403
403
  break;
404
404
  case DataToolTipLayer.$$p[38]:
405
- this.yf = b;
405
+ this.yj = b;
406
406
  break;
407
407
  case "TitleTextStyle":
408
- this.sj = b;
408
+ this.sn = b;
409
409
  break;
410
410
  case DataToolTipLayer.$$p[21]:
411
- this.rl = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
411
+ this.rp = EnumUtil.getEnumValue(DataLegendLabelMode_$type, b);
412
412
  break;
413
413
  case DataToolTipLayer.$$p[22]:
414
- this.ya = b;
414
+ this.ye = b;
415
415
  break;
416
416
  case DataToolTipLayer.$$p[23]:
417
- this.yr = b;
417
+ this.yv = b;
418
418
  break;
419
419
  case "LabelTextStyle":
420
- this.se = b;
420
+ this.si = b;
421
421
  break;
422
422
  }
423
423
  }
424
- wi(a) {
425
- for (let b = 0; b < this.s0.count; b++) {
426
- let c = this.s0._inner[b];
427
- a.updatePropertyByName(c, this.sz.item(c));
424
+ wm(a) {
425
+ for (let b = 0; b < this.s4.count; b++) {
426
+ let c = this.s4._inner[b];
427
+ a.updatePropertyByName(c, this.s3.item(c));
428
428
  }
429
429
  }
430
- qo(a, b) {
430
+ qs(a, b) {
431
431
  {
432
432
  if (!this.as.c) {
433
- this.mi(b);
433
+ this.ml(b);
434
434
  }
435
435
  }
436
436
  }
437
- qp(a, b) {
437
+ qt(a, b) {
438
438
  if (!this.as.c) {
439
- this.mi(b);
439
+ this.ml(b);
440
440
  }
441
441
  }
442
- qr(a, b) {
443
- super.qr(a, b);
444
- this.rx = this.r0();
442
+ qv(a, b) {
443
+ super.qv(a, b);
444
+ this.r1 = this.r4();
445
445
  let c = a;
446
- let d = this.r1.b6;
447
- let e = this.sv;
446
+ let d = this.r5.b6;
447
+ let e = this.sz;
448
448
  let f = false;
449
449
  c.m.clear();
450
450
  c.i.clear();
@@ -454,42 +454,42 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
454
454
  c.k.clear();
455
455
  c.j.clear();
456
456
  c.h.clear();
457
- if (isNaN_(this.q5.x) && isNaN_(this.q5.y)) {
457
+ if (isNaN_(this.q9.x) && isNaN_(this.q9.y)) {
458
458
  d.count = 0;
459
459
  return;
460
460
  }
461
461
  {
462
- if (this.ry == 2) {
462
+ if (this.r2 == 2) {
463
463
  let g = 0;
464
464
  {
465
465
  for (let h of fromEnum(this.cd.series)) {
466
- if (this.qc(h)) {
467
- this.wk(h, c, e, f, g);
466
+ if (this.qg(h)) {
467
+ this.wo(h, c, e, f, g);
468
468
  g++;
469
469
  }
470
470
  if (h.isStacked) {
471
- h.la((i) => {
472
- if (this.qc(i)) {
473
- this.wk(i, c, e, f, g);
471
+ h.ld((i) => {
472
+ if (this.qg(i)) {
473
+ this.wo(i, c, e, f, g);
474
474
  g++;
475
475
  }
476
476
  return true;
477
477
  });
478
478
  }
479
479
  }
480
- this.wg(c);
480
+ this.wk(c);
481
481
  }
482
482
  d.count = g;
483
483
  }
484
484
  else {
485
- let i = this.rg();
486
- let j = this.s1(i);
487
- let k = this.r2(i, j, e);
488
- this.wj(k, c, e);
485
+ let i = this.rk();
486
+ let j = this.s5(i);
487
+ let k = this.r6(i, j, e);
488
+ this.wn(k, c, e);
489
489
  }
490
490
  }
491
491
  }
492
- s1(a) {
492
+ s5(a) {
493
493
  let b = new List$1(Series.$, 0);
494
494
  if (a == null) {
495
495
  return b;
@@ -499,15 +499,15 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
499
499
  }
500
500
  return b;
501
501
  }
502
- rg() {
503
- if (this.rh != null) {
504
- return this.rh;
502
+ rk() {
503
+ if (this.rl != null) {
504
+ return this.rl;
505
505
  }
506
506
  if (this.cd == null) {
507
507
  return null;
508
508
  }
509
509
  for (let a of fromEnum(this.cd.series)) {
510
- if (a.dg) {
510
+ if (a.dh) {
511
511
  let b = a.ar();
512
512
  if (b != null && b.cn()) {
513
513
  return b;
@@ -515,7 +515,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
515
515
  }
516
516
  }
517
517
  for (let c of fromEnum(this.cd.series)) {
518
- if (!c.dg) {
518
+ if (!c.dh) {
519
519
  let d = c.ag();
520
520
  let e = d != null && d.length > 0 ? d[0] : null;
521
521
  if (e != null && e.cn()) {
@@ -525,7 +525,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
525
525
  }
526
526
  return null;
527
527
  }
528
- r2(a, b, c) {
528
+ r6(a, b, c) {
529
529
  let d = 1.7976931348623157E+308;
530
530
  let e = -1.7976931348623157E+308;
531
531
  let f = new List$1(DataContext.$, 0);
@@ -539,462 +539,473 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
539
539
  let n = b.item(m);
540
540
  k = n.cd.l;
541
541
  l = n.cd.m;
542
- if (n.dg) {
543
- if (n.isStacked) {
544
- continue;
545
- }
542
+ if (n.dh) {
546
543
  let o = n;
547
- if (!o.categoryAxis.cn()) {
548
- continue;
549
- }
550
- if (i) {
551
- h = n.isVertical;
544
+ let p = new List$1(Series.$, 0);
545
+ if (o.isStacked) {
546
+ o.ld((q) => {
547
+ p.add(q);
548
+ return true;
549
+ });
552
550
  }
553
551
  else {
554
- if (h != n.isVertical) {
552
+ p.add(o);
553
+ }
554
+ for (let q = 0; q < p.count; q++) {
555
+ let r = p._inner[q];
556
+ let s = p._inner[q];
557
+ if (!r.categoryAxis.cn()) {
555
558
  continue;
556
559
  }
557
- }
558
- let p = this.qk(n);
559
- if (!p.c) {
560
- continue;
561
- }
562
- j = n.ph(p.d);
563
- let q = n.pm(p.d, c, false);
564
- if (h) {
565
- if (!isNaN_(q.y)) {
566
- d = Math.min(d, q.y);
567
- e = Math.max(e, q.y);
560
+ if (i) {
561
+ h = s.isVertical;
568
562
  }
569
- }
570
- else {
571
- if (!isNaN_(q.x)) {
572
- d = Math.min(d, q.x);
573
- e = Math.max(e, q.x);
563
+ else {
564
+ if (h != s.isVertical) {
565
+ continue;
566
+ }
567
+ }
568
+ let t = this.qo(s);
569
+ if (!t.c) {
570
+ continue;
571
+ }
572
+ j = s.pl(t.d);
573
+ let u = s.pq(t.d, c, false);
574
+ if (h) {
575
+ if (!isNaN_(u.y)) {
576
+ d = Math.min(d, u.y);
577
+ e = Math.max(e, u.y);
578
+ }
579
+ }
580
+ else {
581
+ if (!isNaN_(u.x)) {
582
+ d = Math.min(d, u.x);
583
+ e = Math.max(e, u.x);
584
+ }
574
585
  }
575
586
  }
576
587
  }
577
588
  else {
578
- let r = n.ag();
579
- for (let s = 0; s < r.length; s++) {
580
- if (!r[s].cn()) {
589
+ let v = n.ag();
590
+ for (let w = 0; w < v.length; w++) {
591
+ if (!v[w].cn()) {
581
592
  continue;
582
593
  }
583
594
  }
584
- let t = n.pm(this.q5, c, false);
585
- j = n.ph(this.q5);
595
+ let x = n.pq(this.q9, c, false);
596
+ j = n.pl(this.q9);
586
597
  if (h) {
587
- if (!isNaN_(t.y)) {
588
- d = Math.min(d, t.y);
589
- e = Math.max(e, t.y);
598
+ if (!isNaN_(x.y)) {
599
+ d = Math.min(d, x.y);
600
+ e = Math.max(e, x.y);
590
601
  }
591
602
  }
592
603
  else {
593
- if (!isNaN_(t.x)) {
594
- d = Math.min(d, t.x);
595
- e = Math.max(e, t.x);
604
+ if (!isNaN_(x.x)) {
605
+ d = Math.min(d, x.x);
606
+ e = Math.max(e, x.x);
596
607
  }
597
608
  }
598
609
  }
599
- let u = null;
600
- let v = n.ht(this.q5);
601
- if (n.dl && v != null) {
602
- u = n.au(v);
610
+ let y = null;
611
+ let z = n.hv(this.q9);
612
+ if (n.dm && z != null) {
613
+ y = n.au(z);
603
614
  }
604
615
  else {
605
- u = new DataContext();
606
- u.item = v;
607
- u.series = n;
616
+ y = new DataContext();
617
+ y.item = z;
618
+ y.series = n;
608
619
  }
609
- f.add(u);
620
+ f.add(y);
610
621
  }
611
- let w = 0;
612
- let x = 0;
622
+ let aa = 0;
623
+ let ab = 0;
613
624
  if (h) {
614
- x = (d + e) / 2;
615
- w = this.pz.right;
625
+ ab = (d + e) / 2;
626
+ aa = this.p3.right;
616
627
  if (!isNaN_(j.x)) {
617
- w = j.x;
628
+ aa = j.x;
618
629
  }
619
- if (x < 0 || x > this.pz.bottom) {
620
- x = NaN;
630
+ if (ab < 0 || ab > this.p3.bottom) {
631
+ ab = NaN;
621
632
  }
622
633
  }
623
634
  else {
624
- w = (d + e) / 2;
635
+ aa = (d + e) / 2;
625
636
  if (!isNaN_(j.y)) {
626
- x = j.y;
637
+ ab = j.y;
627
638
  }
628
- if (w < 0 || w > this.pz.right) {
629
- w = NaN;
639
+ if (aa < 0 || aa > this.p3.right) {
640
+ aa = NaN;
630
641
  }
631
642
  }
632
- let y = new DataToolTipSeriesInfo();
633
- y.f = { $type: Point_$type, x: w, y: x };
634
- y.e = { $type: Point_$type, x: j.x, y: j.y };
635
- y.b = f;
636
- y.a = h;
637
- return y;
643
+ let ac = new DataToolTipSeriesInfo();
644
+ ac.f = { $type: Point_$type, x: aa, y: ab };
645
+ ac.e = { $type: Point_$type, x: j.x, y: j.y };
646
+ ac.b = f;
647
+ ac.a = h;
648
+ return ac;
638
649
  }
639
- ld() {
640
- this.q5 = { $type: Point_$type, x: NaN, y: NaN };
641
- this.mi(false);
642
- this.r1.cg(false);
650
+ lg() {
651
+ this.q9 = { $type: Point_$type, x: NaN, y: NaN };
652
+ this.ml(false);
653
+ this.r5.cg(false);
643
654
  }
644
- le() {
645
- this.q5 = { $type: Point_$type, x: NaN, y: NaN };
646
- this.mi(false);
647
- this.r1.cg(true);
655
+ lh() {
656
+ this.q9 = { $type: Point_$type, x: NaN, y: NaN };
657
+ this.ml(false);
658
+ this.r5.cg(true);
648
659
  }
649
- get yl() {
660
+ get yp() {
650
661
  let a = RectUtil.n(this.b0.bu);
651
662
  let b = new Size(1, this.b0.bu.width, this.b0.bu.height);
652
663
  return new Rect(3, a, b);
653
664
  }
654
- get yk() {
665
+ get yo() {
655
666
  let a = RectUtil.n(this.b0.bu);
656
667
  let b = new Size(1, this.b0.bu.width, this.b0.bu.height);
657
- return new Rect(3, this.r1.cj(a), b);
668
+ return new Rect(3, this.r5.cj(a), b);
658
669
  }
659
- get yj() {
670
+ get yn() {
660
671
  let a = new Rect(0, 0, 0, this.cd.m, this.cd.l);
661
672
  let b = RectUtil.n(a);
662
673
  let c = new Size(1, a.width, a.height);
663
- return new Rect(3, this.r1.cj(b), c);
674
+ return new Rect(3, this.r5.cj(b), c);
664
675
  }
665
- get yn() {
676
+ get yr() {
666
677
  let a = { $type: Point_$type, x: 0, y: 0 };
667
- return new Rect(3, a, this.r1.co());
678
+ return new Rect(3, a, this.r5.co());
668
679
  }
669
- ym() {
670
- return this.yl;
680
+ yq() {
681
+ return this.yp;
671
682
  }
672
- sr(a, b, c) {
683
+ sv(a, b, c) {
673
684
  if (Rect.l_op_Equality(a, Rect.empty)) {
674
685
  return false;
675
686
  }
676
687
  let d = a.top;
677
688
  return c < d;
678
689
  }
679
- so(a, b, c, d) {
690
+ ss(a, b, c, d) {
680
691
  if (Rect.l_op_Equality(a, Rect.empty)) {
681
692
  return false;
682
693
  }
683
694
  let e = a.bottom;
684
695
  return c + d.height >= e;
685
696
  }
686
- sp(a, b, c) {
697
+ st(a, b, c) {
687
698
  if (Rect.l_op_Equality(a, Rect.empty)) {
688
699
  return false;
689
700
  }
690
701
  let d = a.left;
691
702
  return c < d;
692
703
  }
693
- sq(a, b, c, d) {
704
+ su(a, b, c, d) {
694
705
  if (Rect.l_op_Equality(a, Rect.empty)) {
695
706
  return false;
696
707
  }
697
708
  let e = a.right;
698
709
  return c + d.width > e;
699
710
  }
700
- tu(a, b) {
711
+ ty(a, b) {
701
712
  return a.top + b;
702
713
  }
703
- ts(a, b, c) {
714
+ tw(a, b, c) {
704
715
  return a.bottom - c.height - b;
705
716
  }
706
- tt(a, b) {
717
+ tx(a, b) {
707
718
  return ((a.bottom + a.top) / 2) - (b.height / 2);
708
719
  }
709
- t3(a, b, c, d, e) {
720
+ t7(a, b, c, d, e) {
710
721
  let f = c.y - d.height - b;
711
722
  return f;
712
723
  }
713
- t1(a, b, c, d, e) {
724
+ t5(a, b, c, d, e) {
714
725
  let f = c.y + b;
715
726
  return f;
716
727
  }
717
- t2(a, b, c, d, e) {
728
+ t6(a, b, c, d, e) {
718
729
  let f = c.y - (d.height / 2);
719
730
  return f;
720
731
  }
721
- tx(a, b, c, d, e) {
732
+ t1(a, b, c, d, e) {
722
733
  let f = c.y - d.height;
723
734
  f = f - b;
724
735
  return f;
725
736
  }
726
- tv(a, b, c, d, e) {
737
+ tz(a, b, c, d, e) {
727
738
  let f = c.y;
728
739
  f = f + b;
729
740
  return f;
730
741
  }
731
- tw(a, b, c, d, e) {
742
+ t0(a, b, c, d, e) {
732
743
  let f = c.y - (d.height / 2);
733
744
  return f;
734
745
  }
735
- td(a, b) {
746
+ th(a, b) {
736
747
  return a.left + b;
737
748
  }
738
- tf(a, b, c) {
749
+ tj(a, b, c) {
739
750
  return (a.right - (c.width)) - b;
740
751
  }
741
- te(a, b, c) {
752
+ ti(a, b, c) {
742
753
  return ((a.right + a.left) / 2) - (c.width / 2) + b;
743
754
  }
744
- tm(a, b, c, d, e) {
755
+ tq(a, b, c, d, e) {
745
756
  let f = (c.x - d.width) - b;
746
757
  return f;
747
758
  }
748
- to(a, b, c, d, e) {
759
+ ts(a, b, c, d, e) {
749
760
  let f = c.x + b;
750
761
  return f;
751
762
  }
752
- tn(a, b, c, d, e) {
763
+ tr(a, b, c, d, e) {
753
764
  let f = (c.x - (d.width / 2));
754
765
  f = f + b;
755
766
  return f;
756
767
  }
757
- tj(a, b, c, d, e) {
768
+ tn(a, b, c, d, e) {
758
769
  let f = c.x - d.width;
759
770
  f = f - b;
760
771
  return f;
761
772
  }
762
- tl(a, b, c, d, e) {
773
+ tp(a, b, c, d, e) {
763
774
  let f = c.x;
764
775
  f = f + b;
765
776
  return f;
766
777
  }
767
- tk(a, b, c, d, e) {
778
+ to(a, b, c, d, e) {
768
779
  let f = c.x - (d.width / 2);
769
780
  f = f + b;
770
781
  return f;
771
782
  }
772
- s9(a, b, c, d, e, f, g, h) {
783
+ td(a, b, c, d, e, f, g, h) {
773
784
  switch (a) {
774
785
  case 1:
775
786
  {
776
- return this.tx(e, b, h, f, true);
787
+ return this.t1(e, b, h, f, true);
777
788
  }
778
789
  case 2:
779
790
  {
780
- return this.tv(e, b, h, f, true);
791
+ return this.tz(e, b, h, f, true);
781
792
  }
782
793
  case 3:
783
794
  {
784
- return this.tw(e, b, h, f, true);
795
+ return this.t0(e, b, h, f, true);
785
796
  }
786
- case 5: return this.ty(e, c, b, h, f);
787
- case 6: return this.tz(e, c, b, h, f);
788
- case 4: return this.t0(e, c, b, h, f);
789
- case 8: return this.tp(e, c, b, h, f);
790
- case 9: return this.tq(e, c, b, h, f);
791
- case 7: return this.tr(e, c, b, h, f);
792
- case 13: return this.tu(d, b);
793
- case 14: return this.ts(d, b, f);
794
- case 15: return this.tt(d, f);
795
- case 10: return this.t3(e, b, g, f, true);
796
- case 12: return this.t2(e, b, g, f, true);
797
+ case 5: return this.t2(e, c, b, h, f);
798
+ case 6: return this.t3(e, c, b, h, f);
799
+ case 4: return this.t4(e, c, b, h, f);
800
+ case 8: return this.tt(e, c, b, h, f);
801
+ case 9: return this.tu(e, c, b, h, f);
802
+ case 7: return this.tv(e, c, b, h, f);
803
+ case 13: return this.ty(d, b);
804
+ case 14: return this.tw(d, b, f);
805
+ case 15: return this.tx(d, f);
806
+ case 10: return this.t7(e, b, g, f, true);
807
+ case 12: return this.t6(e, b, g, f, true);
797
808
  case 11:
798
- default: return this.t1(e, b, g, f, true);
809
+ default: return this.t5(e, b, g, f, true);
799
810
  }
800
811
  }
801
- tg(a, b, c, d, e) {
812
+ tk(a, b, c, d, e) {
802
813
  let f = d.x;
803
814
  f = f + b / 2;
804
815
  f = f - e.width;
805
816
  f = f - c;
806
817
  return f;
807
818
  }
808
- th(a, b, c, d, e) {
819
+ tl(a, b, c, d, e) {
809
820
  let f = d.x;
810
821
  f = f + b / 2;
811
822
  f = f - e.width / 2;
812
823
  f = f + c;
813
824
  return f;
814
825
  }
815
- ti(a, b, c, d, e) {
826
+ tm(a, b, c, d, e) {
816
827
  let f = d.x;
817
828
  f = f + b / 2;
818
829
  f = f + c;
819
830
  return f;
820
831
  }
821
- ta(a, b, c, d, e) {
832
+ te(a, b, c, d, e) {
822
833
  let f = d.x;
823
834
  f = f - b / 2;
824
835
  f = f - e.width;
825
836
  f = f - c;
826
837
  return f;
827
838
  }
828
- tb(a, b, c, d, e) {
839
+ tf(a, b, c, d, e) {
829
840
  let f = d.x;
830
841
  f = f - b / 2;
831
842
  f = f - e.width / 2;
832
843
  f = f + c;
833
844
  return f;
834
845
  }
835
- tc(a, b, c, d, e) {
846
+ tg(a, b, c, d, e) {
836
847
  let f = d.x;
837
848
  f = f - b / 2;
838
849
  f = f + c;
839
850
  return f;
840
851
  }
841
- tr(a, b, c, d, e) {
852
+ tv(a, b, c, d, e) {
842
853
  let f = d.y;
843
854
  f = f + b / 2;
844
855
  f = f - e.height;
845
856
  f = f - c;
846
857
  return f;
847
858
  }
848
- tq(a, b, c, d, e) {
859
+ tu(a, b, c, d, e) {
849
860
  let f = d.y;
850
861
  f = f + b / 2;
851
862
  f = f - e.height / 2;
852
863
  f = f + c;
853
864
  return f;
854
865
  }
855
- tp(a, b, c, d, e) {
866
+ tt(a, b, c, d, e) {
856
867
  let f = d.y;
857
868
  f = f + b / 2;
858
869
  f = f + c;
859
870
  return f;
860
871
  }
861
- t0(a, b, c, d, e) {
872
+ t4(a, b, c, d, e) {
862
873
  let f = d.y;
863
874
  f = f - b / 2;
864
875
  f = f - e.height;
865
876
  f = f - c;
866
877
  return f;
867
878
  }
868
- tz(a, b, c, d, e) {
879
+ t3(a, b, c, d, e) {
869
880
  let f = d.y;
870
881
  f = f - b / 2;
871
882
  f = f - e.height / 2;
872
883
  f = f + c;
873
884
  return f;
874
885
  }
875
- ty(a, b, c, d, e) {
886
+ t2(a, b, c, d, e) {
876
887
  let f = d.y;
877
888
  f = f - b / 2;
878
889
  f = f + c;
879
890
  return f;
880
891
  }
881
- s8(a, b, c, d, e, f, g, h) {
892
+ tc(a, b, c, d, e, f, g, h) {
882
893
  switch (a) {
883
- case 10: return this.tm(e, b, g, f, true);
884
- case 11: return this.to(e, b, g, f, true);
885
- case 12: return this.tn(e, b, g, f, true);
886
- case 13: return this.td(d, b);
887
- case 14: return this.tf(e, b, f);
888
- case 15: return this.te(e, b, f);
889
- case 5: return this.tc(e, c, b, h, f);
890
- case 6: return this.tb(e, c, b, h, f);
891
- case 4: return this.ta(e, c, b, h, f);
892
- case 8: return this.ti(e, c, b, h, f);
893
- case 9: return this.th(e, c, b, h, f);
894
- case 7: return this.tg(e, c, b, h, f);
894
+ case 10: return this.tq(e, b, g, f, true);
895
+ case 11: return this.ts(e, b, g, f, true);
896
+ case 12: return this.tr(e, b, g, f, true);
897
+ case 13: return this.th(d, b);
898
+ case 14: return this.tj(e, b, f);
899
+ case 15: return this.ti(e, b, f);
900
+ case 5: return this.tg(e, c, b, h, f);
901
+ case 6: return this.tf(e, c, b, h, f);
902
+ case 4: return this.te(e, c, b, h, f);
903
+ case 8: return this.tm(e, c, b, h, f);
904
+ case 9: return this.tl(e, c, b, h, f);
905
+ case 7: return this.tk(e, c, b, h, f);
895
906
  case 1:
896
907
  {
897
- return this.tj(e, b, h, f, true);
908
+ return this.tn(e, b, h, f, true);
898
909
  }
899
910
  case 3:
900
911
  {
901
- return this.tk(e, b, h, f, true);
912
+ return this.to(e, b, h, f, true);
902
913
  }
903
914
  case 2:
904
915
  default:
905
916
  {
906
- return this.tl(e, b, h, f, true);
917
+ return this.tp(e, b, h, f, true);
907
918
  }
908
919
  }
909
920
  }
910
- yi(a, b, c, d) {
911
- let e = this.rq;
912
- let f = this.ru;
913
- let g = this.rg();
921
+ ym(a, b, c, d) {
922
+ let e = this.ru;
923
+ let f = this.ry;
924
+ let g = this.rk();
914
925
  let h = 0;
915
926
  if (g != null && g.ca && this.cd != null) {
916
- h = g.getCategorySize(this.cd.sf, this.pz, this.getEffectiveViewport());
927
+ h = g.getCategorySize(this.cd.s9, this.p3, this.getEffectiveViewport());
917
928
  if (g.categoryMode == 0) {
918
929
  h = 0;
919
930
  }
920
931
  }
921
- let i = this.s6(e);
922
- let j = this.s7(f);
923
- let k = this.s8(e, i, h, this.yl, a, b, c, d);
924
- let l = this.s9(f, j, h, this.yl, a, b, c, d);
925
- let m = this.ss(a, i, k, b);
926
- let n = this.st(a, j, l, b);
932
+ let i = this.ta(e);
933
+ let j = this.tb(f);
934
+ let k = this.tc(e, i, h, this.yp, a, b, c, d);
935
+ let l = this.td(f, j, h, this.yp, a, b, c, d);
936
+ let m = this.sw(a, i, k, b);
937
+ let n = this.sx(a, j, l, b);
927
938
  if (!m) {
928
- let o = this.ra(e);
939
+ let o = this.re(e);
929
940
  let p = 0;
930
941
  while (!m && p < o.length) {
931
942
  e = o[p];
932
- i = this.s6(e);
933
- k = this.s8(e, i, h, this.yl, a, b, c, d);
934
- m = this.ss(a, i, k, b);
943
+ i = this.ta(e);
944
+ k = this.tc(e, i, h, this.yp, a, b, c, d);
945
+ m = this.sw(a, i, k, b);
935
946
  p++;
936
947
  }
937
948
  }
938
949
  if (!n) {
939
- let q = this.rb(f);
950
+ let q = this.rf(f);
940
951
  let r = 0;
941
952
  while (!n && r < q.length) {
942
953
  f = q[r];
943
- j = this.s7(f);
944
- l = this.s9(f, j, h, this.yl, a, b, c, d);
945
- n = this.st(a, j, l, b);
954
+ j = this.tb(f);
955
+ l = this.td(f, j, h, this.yp, a, b, c, d);
956
+ n = this.sx(a, j, l, b);
946
957
  r++;
947
958
  }
948
959
  }
949
960
  return { $type: Point_$type, x: k, y: l };
950
961
  }
951
- s7(a) {
952
- if (!isNaN_(this.s5)) {
953
- return this.s5;
962
+ tb(a) {
963
+ if (!isNaN_(this.s9)) {
964
+ return this.s9;
954
965
  }
955
966
  switch (a) {
956
- case 1: return this.s3;
957
- case 2: return this.s3;
967
+ case 1: return this.s7;
968
+ case 2: return this.s7;
958
969
  case 3: return 0;
959
- case 4: return this.s3;
960
- case 5: return this.s3;
961
- case 6: return this.s3;
962
- case 7: return this.s3;
963
- case 8: return this.s3;
970
+ case 4: return this.s7;
971
+ case 5: return this.s7;
972
+ case 6: return this.s7;
973
+ case 7: return this.s7;
974
+ case 8: return this.s7;
964
975
  case 9: return 0;
965
- case 10: return this.s3;
966
- case 11: return this.s3;
976
+ case 10: return this.s7;
977
+ case 11: return this.s7;
967
978
  case 12: return 0;
968
- case 13: return this.s3;
969
- case 14: return this.s3;
979
+ case 13: return this.s7;
980
+ case 14: return this.s7;
970
981
  case 15: return 0;
971
982
  }
972
- return this.s3;
983
+ return this.s7;
973
984
  }
974
- s6(a) {
975
- if (!isNaN_(this.s4)) {
976
- return this.s4;
985
+ ta(a) {
986
+ if (!isNaN_(this.s8)) {
987
+ return this.s8;
977
988
  }
978
989
  switch (a) {
979
- case 4: return this.s2;
990
+ case 4: return this.s6;
980
991
  case 6: return 0;
981
- case 5: return this.s2;
982
- case 13: return this.s2;
992
+ case 5: return this.s6;
993
+ case 13: return this.s6;
983
994
  case 15: return 0;
984
- case 14: return this.s2;
985
- case 7: return this.s2;
995
+ case 14: return this.s6;
996
+ case 7: return this.s6;
986
997
  case 9: return 0;
987
- case 8: return this.s2;
988
- case 1: return this.s2;
998
+ case 8: return this.s6;
999
+ case 1: return this.s6;
989
1000
  case 3: return 0;
990
- case 2: return this.s2;
991
- case 10: return this.s2;
1001
+ case 2: return this.s6;
1002
+ case 10: return this.s6;
992
1003
  case 12: return 0;
993
- case 11: return this.s2;
1004
+ case 11: return this.s6;
994
1005
  }
995
- return this.s2;
1006
+ return this.s6;
996
1007
  }
997
- rb(a) {
1008
+ rf(a) {
998
1009
  let b = [a];
999
1010
  switch (a) {
1000
1011
  case 1:
@@ -1039,7 +1050,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1039
1050
  }
1040
1051
  return b;
1041
1052
  }
1042
- ra(a) {
1053
+ re(a) {
1043
1054
  let b = [a];
1044
1055
  switch (a) {
1045
1056
  case 1:
@@ -1084,13 +1095,13 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1084
1095
  }
1085
1096
  return b;
1086
1097
  }
1087
- ss(a, b, c, d) {
1088
- return !(this.sp(a, b, c) || this.sq(a, b, c, d));
1098
+ sw(a, b, c, d) {
1099
+ return !(this.st(a, b, c) || this.su(a, b, c, d));
1089
1100
  }
1090
- st(a, b, c, d) {
1091
- return !(this.sr(a, b, c) || this.so(a, b, c, d));
1101
+ sx(a, b, c, d) {
1102
+ return !(this.sv(a, b, c) || this.ss(a, b, c, d));
1092
1103
  }
1093
- wg(a) {
1104
+ wk(a) {
1094
1105
  let b = new List$1(DataTooltipCollisionInfo.$, 0);
1095
1106
  for (let c = 0; c < a.f.count; c++) {
1096
1107
  let d = new DataTooltipCollisionInfo();
@@ -1119,7 +1130,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1119
1130
  }
1120
1131
  return 0;
1121
1132
  });
1122
- let e = this.sm(b);
1133
+ let e = this.sq(b);
1123
1134
  if (!e) {
1124
1135
  return;
1125
1136
  }
@@ -1151,7 +1162,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1151
1162
  a.g._inner[q] = r.e.y;
1152
1163
  }
1153
1164
  }
1154
- sm(a) {
1165
+ sq(a) {
1155
1166
  if (a.count <= 1) {
1156
1167
  return false;
1157
1168
  }
@@ -1167,30 +1178,32 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1167
1178
  }
1168
1179
  return false;
1169
1180
  }
1170
- wk(a, b, c, d, e) {
1171
- let f = this.qk(a);
1181
+ wo(a, b, c, d, e) {
1182
+ let f = this.qo(a);
1172
1183
  if (!f.c) {
1173
1184
  return;
1174
1185
  }
1175
- let g = a.pm(f.d, c, d);
1176
- let h = this.r1.b6;
1177
- let i = this.q5;
1186
+ let g = a.pq(f.d, c, d);
1187
+ let h = this.r5.b6;
1188
+ let i = this.q9;
1178
1189
  if (!c) {
1179
- i = this.pp(g);
1190
+ i = this.pt(g);
1180
1191
  }
1181
- let j = a.ht(i);
1192
+ let j = a.hv(i);
1182
1193
  let k = h.item(e);
1183
1194
  let l = this.b0.bu;
1184
- let m = this.r1.b5(k);
1195
+ let m = this.r5.b5(k);
1185
1196
  if (!Base.equalsStatic(m.target, this.cd)) {
1186
1197
  m.target = this.cd;
1187
1198
  }
1188
1199
  m.includedSeries = [a.dataLegendKey];
1189
- this.wi(m);
1190
- if (!this.r1.b8(k, a)) {
1200
+ this.wm(m);
1201
+ m.targetCursorPositionX = this.q9.x;
1202
+ m.targetCursorPositionY = this.q9.y;
1203
+ if (!this.r5.b8(k, a)) {
1191
1204
  return;
1192
1205
  }
1193
- let n = this.r1.cn(k);
1206
+ let n = this.r5.cn(k);
1194
1207
  b.i.add1(k);
1195
1208
  let o = g.x;
1196
1209
  let p = g.x;
@@ -1220,42 +1233,50 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1220
1233
  b.g.add(t);
1221
1234
  b.k.add(n.width);
1222
1235
  b.j.add(n.height);
1223
- let u = this.oz;
1236
+ let u = this.o3;
1224
1237
  if (u == null) {
1225
- u = this.o3;
1238
+ u = this.o7;
1226
1239
  }
1227
1240
  if (u == null) {
1228
- u = a.oz;
1241
+ u = a.o3;
1229
1242
  }
1230
1243
  b.h.add(u);
1231
1244
  }
1232
- wj(a, b, c) {
1233
- this.rp = this.rs();
1245
+ wn(a, b, c) {
1234
1246
  this.rt = this.rw();
1247
+ this.rx = this.r0();
1235
1248
  let d = a.f;
1236
1249
  let e = a.e;
1237
1250
  let f = 0;
1238
- let g = this.r1.b6.item(0);
1239
- this.r1.b8(g, null);
1240
- let h = this.r1.b5(g);
1251
+ let g = this.r5.b6.item(0);
1252
+ this.r5.b8(g, null);
1253
+ let h = this.r5.b5(g);
1241
1254
  if (!Base.equalsStatic(h.target, this.cd)) {
1242
1255
  h.target = this.cd;
1243
1256
  }
1244
1257
  let i = new List$1(String_$type, 0);
1245
- let j = this.rg();
1258
+ let j = this.rk();
1246
1259
  if (j != null) {
1247
1260
  for (let k of fromEnum(j.da())) {
1248
- i.add(k.dataLegendKey);
1261
+ if (k.isStacked) {
1262
+ k.ld((l) => {
1263
+ i.add(l.dataLegendKey);
1264
+ return true;
1265
+ });
1266
+ }
1267
+ else {
1268
+ i.add(k.dataLegendKey);
1269
+ }
1249
1270
  }
1250
1271
  h.includedSeries = i.toArray();
1251
1272
  }
1252
1273
  else {
1253
1274
  h.includedSeries = null;
1254
1275
  }
1255
- this.wi(h);
1256
- h.targetCursorPositionX = this.q5.x;
1257
- h.targetCursorPositionY = this.q5.y;
1258
- let l = this.r1.cn(g);
1276
+ this.wm(h);
1277
+ h.targetCursorPositionX = this.q9.x;
1278
+ h.targetCursorPositionY = this.q9.y;
1279
+ let l = this.r5.cn(g);
1259
1280
  let m = 0;
1260
1281
  let n = 0;
1261
1282
  let o = 0;
@@ -1265,9 +1286,9 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1265
1286
  o = d.x;
1266
1287
  p = d.y;
1267
1288
  let s = this.b0.bu;
1268
- let t = this.r1.co();
1269
- let u = this.ym();
1270
- let v = this.yi(u, l, e, d);
1289
+ let t = this.r5.co();
1290
+ let u = this.yq();
1291
+ let v = this.ym(u, l, e, d);
1271
1292
  let w = v.x;
1272
1293
  let x = v.y;
1273
1294
  {
@@ -1281,13 +1302,13 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1281
1302
  b.i.add1(g);
1282
1303
  let y = null;
1283
1304
  b.h.add(y);
1284
- this.r1.b6.count = 1;
1305
+ this.r5.b6.count = 1;
1285
1306
  }
1286
- t6(a) {
1307
+ ua(a) {
1287
1308
  return a.toolTip;
1288
1309
  }
1289
- qu(a, b) {
1290
- super.qu(a, b);
1310
+ qy(a, b) {
1311
+ super.qy(a, b);
1291
1312
  let c = a;
1292
1313
  let d = c.m.count;
1293
1314
  let e = b.bu.left;
@@ -1296,7 +1317,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1296
1317
  let h = b.bu.bottom;
1297
1318
  for (let i = 0; i < d; i++) {
1298
1319
  if (isNaN_(c.l._inner[i]) || isNaN_(c.m._inner[i]) || isNaN_(c.f._inner[i]) || isNaN_(c.g._inner[i])) {
1299
- this.r1.cf(c.i._inner[i]);
1320
+ this.r5.cf(c.i._inner[i]);
1300
1321
  continue;
1301
1322
  }
1302
1323
  let j = c.f._inner[i];
@@ -1305,7 +1326,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1305
1326
  let m = c.j._inner[i];
1306
1327
  let n = false;
1307
1328
  if (n) {
1308
- this.r1.cf(c.i._inner[i]);
1329
+ this.r5.cf(c.i._inner[i]);
1309
1330
  continue;
1310
1331
  }
1311
1332
  let o = c.i._inner[i];
@@ -1313,23 +1334,23 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1313
1334
  let q = Math.min(c.g._inner[i], c.m._inner[i]);
1314
1335
  let r = c.l._inner[i] - c.f._inner[i];
1315
1336
  let s = c.m._inner[i] - c.g._inner[i];
1316
- this.r1.ch(o, p, q, r, s);
1337
+ this.r5.ch(o, p, q, r, s);
1317
1338
  }
1318
1339
  }
1319
- em() {
1340
+ en() {
1320
1341
  return true;
1321
1342
  }
1322
- get rq() {
1323
- return this.rp;
1343
+ get ru() {
1344
+ return this.rt;
1324
1345
  }
1325
- set rq(a) {
1326
- let b = this.rp;
1327
- this.rp = a;
1328
- if (b != this.rp) {
1329
- this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.rp));
1346
+ set ru(a) {
1347
+ let b = this.rt;
1348
+ this.rt = a;
1349
+ if (b != this.rt) {
1350
+ this.raisePropertyChanged("ActualGroupedPositionModeX", enumGetBox(DataTooltipGroupedPositionX_$type, b), enumGetBox(DataTooltipGroupedPositionX_$type, this.rt));
1330
1351
  }
1331
1352
  }
1332
- rs() {
1353
+ rw() {
1333
1354
  if (this.cd == null) {
1334
1355
  return 2;
1335
1356
  }
@@ -1337,21 +1358,21 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1337
1358
  let b = false;
1338
1359
  let c = false;
1339
1360
  let d = false;
1340
- let e = this.rg();
1361
+ let e = this.rk();
1341
1362
  if (e == null) {
1342
1363
  return 2;
1343
1364
  }
1344
1365
  for (let f of fromEnum(e.dd)) {
1345
- if (f.dh) {
1366
+ if (f.di) {
1346
1367
  a = true;
1347
1368
  }
1348
1369
  if (f.isVertical) {
1349
1370
  b = true;
1350
1371
  }
1351
- if (f.d6) {
1372
+ if (f.d7) {
1352
1373
  c = true;
1353
1374
  }
1354
- if (f.ec) {
1375
+ if (f.ed) {
1355
1376
  d = true;
1356
1377
  }
1357
1378
  }
@@ -1368,12 +1389,12 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1368
1389
  $ret.add_1(9);
1369
1390
  return $ret;
1370
1391
  })());
1371
- let h = g.contains(this.rr);
1372
- if (this.rr != 0) {
1392
+ let h = g.contains(this.rv);
1393
+ if (this.rv != 0) {
1373
1394
  if (h && b) {
1374
1395
  return 11;
1375
1396
  }
1376
- return this.rr;
1397
+ return this.rv;
1377
1398
  }
1378
1399
  if (c || d) {
1379
1400
  return 11;
@@ -1386,24 +1407,24 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1386
1407
  }
1387
1408
  return 8;
1388
1409
  }
1389
- get ru() {
1390
- return this.rt;
1410
+ get ry() {
1411
+ return this.rx;
1391
1412
  }
1392
- set ru(a) {
1393
- let b = this.rt;
1394
- this.rt = a;
1395
- if (b != this.rt) {
1396
- this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rt));
1413
+ set ry(a) {
1414
+ let b = this.rx;
1415
+ this.rx = a;
1416
+ if (b != this.rx) {
1417
+ this.raisePropertyChanged("ActualPositionModeY", enumGetBox(DataTooltipGroupedPositionY_$type, b), enumGetBox(DataTooltipGroupedPositionY_$type, this.rx));
1397
1418
  }
1398
1419
  }
1399
- rw() {
1420
+ r0() {
1400
1421
  if (this.cd == null) {
1401
1422
  return 11;
1402
1423
  }
1403
1424
  let a = false;
1404
1425
  let b = false;
1405
1426
  let c = false;
1406
- let d = this.rg();
1427
+ let d = this.rk();
1407
1428
  if (d == null) {
1408
1429
  return 11;
1409
1430
  }
@@ -1411,10 +1432,10 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1411
1432
  if (e.isVertical) {
1412
1433
  a = true;
1413
1434
  }
1414
- if (e.d6) {
1435
+ if (e.d7) {
1415
1436
  b = true;
1416
1437
  }
1417
- if (e.ec) {
1438
+ if (e.ed) {
1418
1439
  c = true;
1419
1440
  }
1420
1441
  }
@@ -1431,12 +1452,12 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1431
1452
  $ret.add_1(9);
1432
1453
  return $ret;
1433
1454
  })());
1434
- let g = f.contains(this.rv);
1435
- if (this.rv != 0) {
1455
+ let g = f.contains(this.rz);
1456
+ if (this.rz != 0) {
1436
1457
  if (g && !a) {
1437
1458
  return 11;
1438
1459
  }
1439
- return this.rv;
1460
+ return this.rz;
1440
1461
  }
1441
1462
  if (b || c) {
1442
1463
  return 11;
@@ -1449,54 +1470,14 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1449
1470
  }
1450
1471
  return 11;
1451
1472
  }
1452
- get sl() {
1453
- return this.sc;
1473
+ get sp() {
1474
+ return this.sg;
1454
1475
  }
1455
- set sl(a) {
1456
- let b = this.sc;
1457
- this.sc = a;
1458
- if (b != this.sc) {
1459
- this.raisePropertyChanged("ValueTextStyle", b, this.sc);
1460
- }
1461
- }
1462
- get sd() {
1463
- return this.r4;
1464
- }
1465
- set sd(a) {
1466
- let b = this.r4;
1467
- this.r4 = a;
1468
- if (b != this.r4) {
1469
- this.raisePropertyChanged("HeaderTextStyle", b, this.r4);
1470
- }
1471
- }
1472
- get sg() {
1473
- return this.r7;
1474
- }
1475
- set sg(a) {
1476
- let b = this.r7;
1477
- this.r7 = a;
1478
- if (b != this.r7) {
1479
- this.raisePropertyChanged("SummaryTitleTextStyle", b, this.r7);
1480
- }
1481
- }
1482
- get si() {
1483
- return this.r9;
1484
- }
1485
- set si(a) {
1486
- let b = this.r9;
1487
- this.r9 = a;
1488
- if (b != this.r9) {
1489
- this.raisePropertyChanged("SummaryValueTextStyle", b, this.r9);
1490
- }
1491
- }
1492
- get sf() {
1493
- return this.r6;
1494
- }
1495
- set sf(a) {
1496
- let b = this.r6;
1497
- this.r6 = a;
1498
- if (b != this.r6) {
1499
- this.raisePropertyChanged("SummaryLabelTextStyle", b, this.r6);
1476
+ set sp(a) {
1477
+ let b = this.sg;
1478
+ this.sg = a;
1479
+ if (b != this.sg) {
1480
+ this.raisePropertyChanged("ValueTextStyle", b, this.sg);
1500
1481
  }
1501
1482
  }
1502
1483
  get sh() {
@@ -1506,7 +1487,7 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1506
1487
  let b = this.r8;
1507
1488
  this.r8 = a;
1508
1489
  if (b != this.r8) {
1509
- this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.r8);
1490
+ this.raisePropertyChanged("HeaderTextStyle", b, this.r8);
1510
1491
  }
1511
1492
  }
1512
1493
  get sk() {
@@ -1516,7 +1497,17 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1516
1497
  let b = this.sb;
1517
1498
  this.sb = a;
1518
1499
  if (b != this.sb) {
1519
- this.raisePropertyChanged("UnitsTextStyle", b, this.sb);
1500
+ this.raisePropertyChanged("SummaryTitleTextStyle", b, this.sb);
1501
+ }
1502
+ }
1503
+ get sm() {
1504
+ return this.sd;
1505
+ }
1506
+ set sm(a) {
1507
+ let b = this.sd;
1508
+ this.sd = a;
1509
+ if (b != this.sd) {
1510
+ this.raisePropertyChanged("SummaryValueTextStyle", b, this.sd);
1520
1511
  }
1521
1512
  }
1522
1513
  get sj() {
@@ -1526,22 +1517,52 @@ export let DataToolTipLayer = /*@__PURE__*/ (() => {
1526
1517
  let b = this.sa;
1527
1518
  this.sa = a;
1528
1519
  if (b != this.sa) {
1529
- this.raisePropertyChanged("TitleTextStyle", b, this.sa);
1520
+ this.raisePropertyChanged("SummaryLabelTextStyle", b, this.sa);
1530
1521
  }
1531
1522
  }
1532
- get se() {
1533
- return this.r5;
1523
+ get sl() {
1524
+ return this.sc;
1534
1525
  }
1535
- set se(a) {
1536
- let b = this.r5;
1537
- this.r5 = a;
1538
- if (b != this.r5) {
1539
- this.raisePropertyChanged("LabelTextStyle", b, this.r5);
1526
+ set sl(a) {
1527
+ let b = this.sc;
1528
+ this.sc = a;
1529
+ if (b != this.sc) {
1530
+ this.raisePropertyChanged("SummaryUnitsTextStyle", b, this.sc);
1531
+ }
1532
+ }
1533
+ get so() {
1534
+ return this.sf;
1535
+ }
1536
+ set so(a) {
1537
+ let b = this.sf;
1538
+ this.sf = a;
1539
+ if (b != this.sf) {
1540
+ this.raisePropertyChanged("UnitsTextStyle", b, this.sf);
1541
+ }
1542
+ }
1543
+ get sn() {
1544
+ return this.se;
1545
+ }
1546
+ set sn(a) {
1547
+ let b = this.se;
1548
+ this.se = a;
1549
+ if (b != this.se) {
1550
+ this.raisePropertyChanged("TitleTextStyle", b, this.se);
1551
+ }
1552
+ }
1553
+ get si() {
1554
+ return this.r9;
1555
+ }
1556
+ set si(a) {
1557
+ let b = this.r9;
1558
+ this.r9 = a;
1559
+ if (b != this.r9) {
1560
+ this.raisePropertyChanged("LabelTextStyle", b, this.r9);
1540
1561
  }
1541
1562
  }
1542
1563
  }
1543
1564
  DataToolTipLayer.$t = /*@__PURE__*/ markType(DataToolTipLayer, 'DataToolTipLayer', AnnotationLayer.$);
1544
- DataToolTipLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:yo:wm', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r3:wn', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s2:wo', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'DefaultPositionOffsetY:s3:wp', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'ExcludedColumns:q8:wq', [Array_$type, null], 'ExcludedSeries:q9:wr', [Array_$type, null], 'GroupedPositionModeX:rr:ws', [DataTooltipGroupedPositionX_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:rv:wt', [DataTooltipGroupedPositionY_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:rz:wu', [DataToolTipLayerGroupingMode_$type, /*@__PURE__*/ enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:uj:wv', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:rj:ww', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rc:wx', [Array_$type, null], 'HeaderFormatString:un:wy', [2, null], 'HeaderFormatTime:rk:wz', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yp:w0', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:sn:w1', [0, true], 'HeaderTextColor:x9:w2', [Brush.$, null], 'HeaderTextMargin:yq:w3', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'HeaderText:us:w4', [2, null], 'IncludedColumns:rd:w5', [Array_$type, null], 'IncludedSeries:re:w6', [Array_$type, null], 'LabelDisplayMode:rl:w7', [DataLegendLabelMode_$type, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:ya:w8', [Brush.$, null], 'LabelTextMargin:yr:w9', [Thickness.$, /*@__PURE__*/ new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s4:xa', [1, NaN], 'PositionOffsetY:s5:xb', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:su:xc', [0, true], 'SummaryLabelTextColor:yb:xd', [Brush.$, null], 'SummaryLabelText:u6:xe', [2, null], 'SummaryRowMargin:ys:xf', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:yc:xg', [Brush.$, null], 'SummaryTitleTextMargin:yt:xh', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:vb:xi', [2, null], 'SummaryType:rm:xj', [DataLegendSummaryType_$type, /*@__PURE__*/ enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yd:xk', [Brush.$, null], 'SummaryUnitsText:vh:xl', [2, null], 'SummaryValueTextColor:ye:xm', [Brush.$, null], 'TargetAxis:rh:xn', [Axis.$, null], 'TitleTextColor:yf:xo', [Brush.$, null], 'TitleTextMargin:yu:xp', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rn:xq', [DataLegendUnitsMode_$type, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yg:xr', [Brush.$, null], 'UnitsTextMargin:yv:xs', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vs:xt', [2, null], 'UseInterpolation:sv:xu', [0, false], 'ValueFormatAbbreviation:ri:xv', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:vz:xw', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatMaxFractions:t4:xx', [1, -1], 'ValueFormatMinFractions:t5:xy', [1, -1], 'ValueFormatMode:ro:xz', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:rf:x0', [Array_$type, null], 'ValueFormatString:v5:x1', [2, null], 'ValueFormatUseGrouping:sw:x2', [0, true], 'ValueRowMargin:yw:x3', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:sx:x4', [0, true], 'ValueTextColor:yh:x5', [Brush.$, null], 'ValueTextMargin:yx:x6', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:sy:x7', [0, false], 'ValueTextWhenMissingData:we:x8', [2, "N/A"]]);
1565
+ DataToolTipLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, DataToolTipLayer, 'raisePropertyChanged', ['BadgeMargin:ys:wq', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'BadgeShape:r7:wr', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'DefaultPositionOffsetX:s6:ws', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'DefaultPositionOffsetY:s7:wt', [1, /*@__PURE__*/ DeviceUtils.g(10)], 'ExcludedColumns:rc:wu', [Array_$type, null], 'ExcludedSeries:rd:wv', [Array_$type, null], 'GroupedPositionModeX:rv:ww', [DataTooltipGroupedPositionX_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionX_$type, 0)], 'GroupedPositionModeY:rz:wx', [DataTooltipGroupedPositionY_$type, /*@__PURE__*/ enumGetBox(DataTooltipGroupedPositionY_$type, 0)], 'GroupingMode:r3:wy', [DataToolTipLayerGroupingMode_$type, /*@__PURE__*/ enumGetBox(DataToolTipLayerGroupingMode_$type, 0)], 'HeaderFormatCulture:un:wz', [2, /*@__PURE__*/ stringEmpty()], 'HeaderFormatDate:rn:w0', [DataLegendHeaderDateMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderDateMode_$type, 0)], 'HeaderFormatSpecifiers:rg:w1', [Array_$type, null], 'HeaderFormatString:ur:w2', [2, null], 'HeaderFormatTime:ro:w3', [DataLegendHeaderTimeMode_$type, /*@__PURE__*/ enumGetBox(DataLegendHeaderTimeMode_$type, 0)], 'HeaderRowMargin:yt:w4', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'HeaderRowVisible:sr:w5', [0, true], 'HeaderTextColor:yd:w6', [Brush.$, null], 'HeaderTextMargin:yu:w7', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'HeaderText:uw:w8', [2, null], 'IncludedColumns:rh:w9', [Array_$type, null], 'IncludedSeries:ri:xa', [Array_$type, null], 'LabelDisplayMode:rp:xb', [DataLegendLabelMode_$type, /*@__PURE__*/ enumGetBox(DataLegendLabelMode_$type, 0)], 'LabelTextColor:ye:xc', [Brush.$, null], 'LabelTextMargin:yv:xd', [Thickness.$, /*@__PURE__*/ new Thickness(1, 8, 0, 0, 0)], 'PositionOffsetX:s8:xe', [1, NaN], 'PositionOffsetY:s9:xf', [1, NaN], 'ShouldUpdateWhenSeriesDataChanges:sy:xg', [0, true], 'SummaryLabelTextColor:yf:xh', [Brush.$, null], 'SummaryLabelText:va:xi', [2, null], 'SummaryRowMargin:yw:xj', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'SummaryTitleTextColor:yg:xk', [Brush.$, null], 'SummaryTitleTextMargin:yx:xl', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 0, 0)], 'SummaryTitleText:vf:xm', [2, null], 'SummaryType:rq:xn', [DataLegendSummaryType_$type, /*@__PURE__*/ enumGetBox(DataLegendSummaryType_$type, 0)], 'SummaryUnitsTextColor:yh:xo', [Brush.$, null], 'SummaryUnitsText:vl:xp', [2, null], 'SummaryValueTextColor:yi:xq', [Brush.$, null], 'TargetAxis:rl:xr', [Axis.$, null], 'TitleTextColor:yj:xs', [Brush.$, null], 'TitleTextMargin:yy:xt', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsDisplayMode:rr:xu', [DataLegendUnitsMode_$type, /*@__PURE__*/ enumGetBox(DataLegendUnitsMode_$type, 0)], 'UnitsTextColor:yk:xv', [Brush.$, null], 'UnitsTextMargin:yz:xw', [Thickness.$, /*@__PURE__*/ new Thickness(1, 0, 0, 0, 0)], 'UnitsText:vw:xx', [2, null], 'UseInterpolation:sz:xy', [0, false], 'ValueFormatAbbreviation:rm:xz', [DataAbbreviationMode_$type, /*@__PURE__*/ enumGetBox(DataAbbreviationMode_$type, 0)], 'ValueFormatCulture:v3:x0', [2, /*@__PURE__*/ stringEmpty()], 'ValueFormatMaxFractions:t8:x1', [1, -1], 'ValueFormatMinFractions:t9:x2', [1, -1], 'ValueFormatMode:rs:x3', [DataLegendValueMode_$type, /*@__PURE__*/ enumGetBox(DataLegendValueMode_$type, 0)], 'ValueFormatSpecifiers:rj:x4', [Array_$type, null], 'ValueFormatString:v9:x5', [2, null], 'ValueFormatUseGrouping:s0:x6', [0, true], 'ValueRowMargin:y0:x7', [Thickness.$, /*@__PURE__*/ new Thickness(0, 5)], 'ValueRowVisible:s1:x8', [0, true], 'ValueTextColor:yl:x9', [Brush.$, null], 'ValueTextMargin:y1:ya', [Thickness.$, /*@__PURE__*/ new Thickness(1, 2, 0, 2, 0)], 'ValueTextUseSeriesColors:s2:yb', [0, false], 'ValueTextWhenMissingData:wi:yc', [2, "N/A"]]);
1545
1566
  return DataToolTipLayer;
1546
1567
  })();
1547
1568
  /**
@@ -1572,17 +1593,17 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1572
1593
  }
1573
1594
  ca() {
1574
1595
  let a = new PointerTooltip();
1575
- a.bw(this.e.g9);
1596
+ a.bw(this.e.hb);
1576
1597
  a._visibility = 1;
1577
- a.ap = this.e.cd.cq.k;
1598
+ a.ap = this.e.cd.cu.k;
1578
1599
  let b = null;
1579
1600
  if (TypeRegistrar.isRegistered("XamDataLegend")) {
1580
1601
  b = TypeRegistrar.create("XamDataLegend");
1581
1602
  }
1582
1603
  b.pixelScalingRatio = 1;
1583
1604
  if (this.e.cd != null) {
1584
- let c = this.e.cd.cq.j.ae.createElement("div");
1585
- let ren_ = this.e.cd.cq.j.ae.getSubRenderer(c);
1605
+ let c = this.e.cd.cu.j.ae.createElement("div");
1606
+ let ren_ = this.e.cd.cu.j.ae.getSubRenderer(c);
1586
1607
  let len_ = b;
1587
1608
  len_.provideContainer(ren_);
1588
1609
  }
@@ -1636,18 +1657,18 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1636
1657
  }
1637
1658
  cm() {
1638
1659
  if (this.e.cd != null) {
1639
- let a = this.e.cd.r8();
1640
- let b = this.e.cd.cq.a8;
1641
- let c = this.e.cd.cq.a7;
1660
+ let a = this.e.cd.s2();
1661
+ let b = this.e.cd.cu.a8;
1662
+ let c = this.e.cd.cu.a7;
1642
1663
  return new Rect(0, 0, 0, b, c);
1643
1664
  }
1644
1665
  return Rect.empty;
1645
1666
  }
1646
1667
  cl() {
1647
1668
  if (this.e.cd != null) {
1648
- let a = this.e.cd.r8();
1649
- let b = this.e.cd.cq.a8;
1650
- let c = this.e.cd.cq.a7;
1669
+ let a = this.e.cd.s2();
1670
+ let b = this.e.cd.cu.a8;
1671
+ let c = this.e.cd.cu.a7;
1651
1672
  return new Rect(0, 0, 0, b, c);
1652
1673
  }
1653
1674
  return Rect.empty;
@@ -1656,11 +1677,11 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1656
1677
  let a = 0;
1657
1678
  let b = 0;
1658
1679
  if (this.e.cd != null) {
1659
- let c = this.e.cd.r8();
1680
+ let c = this.e.cd.s2();
1660
1681
  a += c.x;
1661
1682
  b += c.y;
1662
- let d = this.e.cd.cq.a8;
1663
- let e = this.e.cd.cq.a7;
1683
+ let d = this.e.cd.cu.a8;
1684
+ let e = this.e.cd.cu.a7;
1664
1685
  return new Rect(0, a, b, d, e);
1665
1686
  }
1666
1687
  return Rect.empty;
@@ -1669,7 +1690,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1669
1690
  let b = 0;
1670
1691
  let c = 0;
1671
1692
  if (this.e.cd != null) {
1672
- let d = this.e.cd.r8();
1693
+ let d = this.e.cd.s2();
1673
1694
  b += d.x;
1674
1695
  c += d.y;
1675
1696
  }
@@ -1678,7 +1699,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1678
1699
  ch(a, b, c, d, e) {
1679
1700
  let f = null;
1680
1701
  if (this.e.cd != null) {
1681
- f = this.e.cd.cq.j.i();
1702
+ f = this.e.cd.cu.j.i();
1682
1703
  }
1683
1704
  let g = a;
1684
1705
  if (g == null) {
@@ -1721,7 +1742,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1721
1742
  let d = 0;
1722
1743
  let e = this.e.cd;
1723
1744
  if (e != null) {
1724
- let f = e.cq.j.b7();
1745
+ let f = e.cu.j.b7();
1725
1746
  c += f.x;
1726
1747
  d += f.y;
1727
1748
  }
@@ -1736,7 +1757,7 @@ export let DataToolTipLayerView = /*@__PURE__*/ (() => {
1736
1757
  let d = 0;
1737
1758
  let e = 0;
1738
1759
  if (this.e.cd != null) {
1739
- let f = this.e.cd.r8();
1760
+ let f = this.e.cd.s2();
1740
1761
  d += f.x;
1741
1762
  e += f.y;
1742
1763
  }