igniteui-webcomponents-charts 3.2.2 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (755) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +25136 -21648
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +110 -103
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +545 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +5 -5
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataAbbreviator.js +2 -2
  53. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  54. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  55. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  56. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  59. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  60. package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
  61. package/esm2015/lib/DataToolTipLayer_combined.js +511 -490
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +2162 -1903
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  66. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  67. package/esm2015/lib/FinancialChart_combined.js +1443 -1359
  68. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  69. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  70. package/esm2015/lib/FinancialOverlay.js +36 -36
  71. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  72. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  73. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  74. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  75. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  76. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  77. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  78. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  81. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  82. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  83. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  84. package/esm2015/lib/IndicatorProxy.js +11 -11
  85. package/esm2015/lib/ItemLegend_combined.js +17 -5
  86. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  87. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  88. package/esm2015/lib/LineSeries_combined.js +38 -38
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumberAbbreviator.js +1 -1
  96. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  97. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  98. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  99. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  100. package/esm2015/lib/OverlayProxy.js +8 -8
  101. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  102. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  104. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  105. package/esm2015/lib/PointSeries_combined.js +19 -19
  106. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  107. package/esm2015/lib/PolarBase_combined.js +388 -388
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  109. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  110. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  112. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  117. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  118. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  119. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  120. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  121. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  122. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  123. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  124. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  125. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  126. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  127. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  128. package/esm2015/lib/ScatterBase_combined.js +445 -445
  129. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  130. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  131. package/esm2015/lib/ScatterLineSeries.js +51 -51
  132. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  133. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  134. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  135. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  136. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  137. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  138. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  139. package/esm2015/lib/SeriesInteractionManager.js +86 -78
  140. package/esm2015/lib/SeriesRenderManager.js +17 -17
  141. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  142. package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
  143. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  144. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  145. package/esm2015/lib/SeriesViewer_combined.js +3539 -3179
  146. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  147. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  148. package/esm2015/lib/SizeScale.js +3 -3
  149. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  150. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  151. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  152. package/esm2015/lib/SplineSeries_combined.js +25 -25
  153. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  154. package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
  155. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  156. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
  157. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  158. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  159. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  160. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  161. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  162. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  163. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
  164. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  165. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  166. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  167. package/esm2015/lib/StochRSIIndicator.js +15 -15
  168. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  169. package/esm2015/lib/TRIXIndicator.js +16 -16
  170. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  171. package/esm2015/lib/TimeAxisBase.js +8 -8
  172. package/esm2015/lib/TimeXAxis.js +10 -10
  173. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  174. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  175. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  176. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  177. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  178. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  179. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  180. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  181. package/esm2015/lib/XYChart.js +802 -802
  182. package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
  183. package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
  184. package/esm2015/lib/igc-annotation-layer-component.js +17 -17
  185. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  186. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  187. package/esm2015/lib/igc-bar-fragment-component.js +6 -6
  188. package/esm2015/lib/igc-bar-series-component.js +11 -11
  189. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  190. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  191. package/esm2015/lib/igc-bubble-series-component.js +44 -44
  192. package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
  193. package/esm2015/lib/igc-callout-layer-component.js +95 -95
  194. package/esm2015/lib/igc-category-chart-component.js +169 -112
  195. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  196. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  197. package/esm2015/lib/igc-category-series-component.js +20 -20
  198. package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
  199. package/esm2015/lib/igc-category-x-axis-component.js +75 -2
  200. package/esm2015/lib/igc-category-y-axis-component.js +75 -2
  201. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  202. package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
  203. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  204. package/esm2015/lib/igc-chart-group-description.js +20 -0
  205. package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
  206. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  207. package/esm2015/lib/igc-chart-sort-description.js +61 -0
  208. package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
  209. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  210. package/esm2015/lib/igc-chart-summary-description.js +95 -0
  211. package/esm2015/lib/igc-column-fragment-component.js +11 -11
  212. package/esm2015/lib/igc-column-series-component.js +13 -13
  213. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  214. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  215. package/esm2015/lib/igc-data-chart-component.js +95 -95
  216. package/esm2015/lib/igc-data-legend-component.js +1 -1
  217. package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
  218. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  219. package/esm2015/lib/igc-domain-chart-component.js +901 -650
  220. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  221. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  222. package/esm2015/lib/igc-financial-chart-component.js +214 -157
  223. package/esm2015/lib/igc-financial-indicator-component.js +16 -16
  224. package/esm2015/lib/igc-financial-overlay-component.js +5 -5
  225. package/esm2015/lib/igc-financial-price-series-component.js +30 -30
  226. package/esm2015/lib/igc-financial-series-component.js +60 -60
  227. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  228. package/esm2015/lib/igc-fragment-base-component.js +2 -2
  229. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  230. package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
  231. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  232. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  233. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  234. package/esm2015/lib/igc-item-legend-component.js +18 -0
  235. package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
  236. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  237. package/esm2015/lib/igc-line-series-component.js +1 -1
  238. package/esm2015/lib/igc-marker-series-component.js +28 -28
  239. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  240. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  241. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  242. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
  243. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  244. package/esm2015/lib/igc-polar-base-component.js +77 -77
  245. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  246. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  247. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  248. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  249. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  250. package/esm2015/lib/igc-radial-base-component.js +31 -31
  251. package/esm2015/lib/igc-radial-column-series-component.js +9 -9
  252. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  253. package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
  254. package/esm2015/lib/igc-range-category-series-component.js +6 -6
  255. package/esm2015/lib/igc-range-column-series-component.js +10 -10
  256. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  257. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  258. package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
  259. package/esm2015/lib/igc-scatter-base-component.js +49 -49
  260. package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
  261. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  262. package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
  263. package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
  264. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  265. package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
  266. package/esm2015/lib/igc-series-component.js +195 -185
  267. package/esm2015/lib/igc-series-viewer-component.js +379 -282
  268. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  269. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  271. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  272. package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
  273. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  274. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  275. package/esm2015/lib/igc-spline-series-component.js +1 -1
  276. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  277. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  278. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  279. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  280. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  281. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  282. package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
  283. package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
  284. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  285. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  286. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  287. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  288. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  289. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  290. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  291. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  292. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  293. package/esm2015/lib/igc-value-overlay-component.js +52 -52
  294. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  295. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  296. package/esm2015/lib/igc-waterfall-series-component.js +19 -19
  297. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  298. package/esm2015/lib/igc-xy-chart-component.js +218 -218
  299. package/esm2015/lib/igc-zoom-slider-component.js +0 -7
  300. package/esm2015/public_api.js +23 -0
  301. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  302. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  303. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  304. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  305. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  306. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  307. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  308. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  309. package/esm5/lib/AreaSeries_combined.js +44 -44
  310. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  311. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  312. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  313. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  314. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  315. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  316. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  317. package/esm5/lib/AxisAnnotationManager.js +1 -1
  318. package/esm5/lib/AxisVisualDataManager.js +2 -2
  319. package/esm5/lib/BarSeries_combined.js +110 -103
  320. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  321. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  322. package/esm5/lib/BrushScale.js +7 -7
  323. package/esm5/lib/BubbleSeries_combined.js +252 -252
  324. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  325. package/esm5/lib/CalloutLayer_combined.js +442 -440
  326. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  327. package/esm5/lib/CategoryChart.js +522 -413
  328. package/esm5/lib/CategoryDateTimeXAxis_combined.js +5 -5
  329. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  330. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  331. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  332. package/esm5/lib/CategoryMarkerManager.js +1 -1
  333. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  334. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  335. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  336. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  337. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  338. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  339. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  340. package/esm5/lib/ChartGroupDescription.js +59 -0
  341. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  342. package/esm5/lib/ChartSortDescription.js +75 -0
  343. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  344. package/esm5/lib/ChartSummaryDescription.js +149 -0
  345. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  346. package/esm5/lib/ColumnSeries_combined.js +64 -64
  347. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  348. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  349. package/esm5/lib/CustomIndicator.js +23 -23
  350. package/esm5/lib/DataAbbreviator.js +1 -7
  351. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  352. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  353. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  354. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  355. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  356. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  357. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  358. package/esm5/lib/DataLegendVisualData_combined.js +1 -1
  359. package/esm5/lib/DataToolTipLayer_combined.js +510 -485
  360. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  361. package/esm5/lib/DomainChart.js +2098 -1753
  362. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  363. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  364. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  365. package/esm5/lib/FinancialChart_combined.js +1405 -1300
  366. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  367. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  368. package/esm5/lib/FinancialOverlay.js +36 -36
  369. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  370. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  371. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  372. package/esm5/lib/ForceIndexIndicator.js +15 -15
  373. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  374. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  375. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  376. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  377. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  378. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  379. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  380. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  381. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  382. package/esm5/lib/IndicatorProxy.js +11 -11
  383. package/esm5/lib/ItemLegend_combined.js +25 -5
  384. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  385. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  386. package/esm5/lib/LineSeries_combined.js +38 -38
  387. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  388. package/esm5/lib/MassIndexIndicator.js +6 -6
  389. package/esm5/lib/MedianPriceIndicator.js +6 -6
  390. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  391. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  392. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  393. package/esm5/lib/NumberAbbreviator.js +1 -1
  394. package/esm5/lib/NumericXAxis_combined.js +3 -3
  395. package/esm5/lib/NumericYAxis_combined.js +3 -3
  396. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  397. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  398. package/esm5/lib/OverlayProxy.js +8 -8
  399. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  400. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  401. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  402. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  403. package/esm5/lib/PointSeries_combined.js +19 -19
  404. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  405. package/esm5/lib/PolarBase_combined.js +384 -384
  406. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  407. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  408. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  409. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  410. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  411. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  412. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  413. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  414. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  415. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  416. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  417. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  418. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  419. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  420. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  421. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  422. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  423. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  424. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  425. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  426. package/esm5/lib/ScatterBase_combined.js +441 -441
  427. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  428. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  429. package/esm5/lib/ScatterLineSeries.js +51 -51
  430. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  431. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  432. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  433. package/esm5/lib/ScatterSeries_combined.js +15 -15
  434. package/esm5/lib/ScatterSplineSeries.js +38 -38
  435. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  436. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  437. package/esm5/lib/SeriesInteractionManager.js +86 -78
  438. package/esm5/lib/SeriesRenderManager.js +17 -17
  439. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  440. package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
  441. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  442. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  443. package/esm5/lib/SeriesViewer_combined.js +3484 -3101
  444. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  445. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  446. package/esm5/lib/SizeScale.js +3 -3
  447. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  448. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  449. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  450. package/esm5/lib/SplineSeries_combined.js +25 -25
  451. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  452. package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
  453. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  454. package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
  455. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  456. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  457. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  458. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  459. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  460. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  461. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
  462. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  463. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  464. package/esm5/lib/StepLineSeries_combined.js +43 -43
  465. package/esm5/lib/StochRSIIndicator.js +14 -14
  466. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  467. package/esm5/lib/TRIXIndicator.js +15 -15
  468. package/esm5/lib/TileZoomManager_combined.js +9 -9
  469. package/esm5/lib/TimeAxisBase.js +8 -8
  470. package/esm5/lib/TimeXAxis.js +10 -10
  471. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  472. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  473. package/esm5/lib/ValueOverlay_combined.js +115 -115
  474. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  475. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  476. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  477. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  478. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  479. package/esm5/lib/XYChart.js +717 -717
  480. package/esm5/lib/igc-anchored-category-series-component.js +18 -18
  481. package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
  482. package/esm5/lib/igc-annotation-layer-component.js +17 -17
  483. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  484. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  485. package/esm5/lib/igc-bar-fragment-component.js +6 -6
  486. package/esm5/lib/igc-bar-series-component.js +11 -11
  487. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  488. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  489. package/esm5/lib/igc-bubble-series-component.js +44 -44
  490. package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
  491. package/esm5/lib/igc-callout-layer-component.js +95 -95
  492. package/esm5/lib/igc-category-chart-component.js +189 -112
  493. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  494. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  495. package/esm5/lib/igc-category-series-component.js +20 -20
  496. package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
  497. package/esm5/lib/igc-category-x-axis-component.js +95 -2
  498. package/esm5/lib/igc-category-y-axis-component.js +95 -2
  499. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  500. package/esm5/lib/igc-chart-group-description-collection.js +115 -0
  501. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  502. package/esm5/lib/igc-chart-group-description.js +34 -0
  503. package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
  504. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  505. package/esm5/lib/igc-chart-sort-description.js +81 -0
  506. package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
  507. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  508. package/esm5/lib/igc-chart-summary-description.js +122 -0
  509. package/esm5/lib/igc-column-fragment-component.js +11 -11
  510. package/esm5/lib/igc-column-series-component.js +13 -13
  511. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  512. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  513. package/esm5/lib/igc-data-chart-component.js +95 -95
  514. package/esm5/lib/igc-data-legend-component.js +1 -1
  515. package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
  516. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  517. package/esm5/lib/igc-domain-chart-component.js +973 -650
  518. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  519. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  520. package/esm5/lib/igc-financial-chart-component.js +234 -157
  521. package/esm5/lib/igc-financial-indicator-component.js +16 -16
  522. package/esm5/lib/igc-financial-overlay-component.js +5 -5
  523. package/esm5/lib/igc-financial-price-series-component.js +30 -30
  524. package/esm5/lib/igc-financial-series-component.js +60 -60
  525. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  526. package/esm5/lib/igc-fragment-base-component.js +2 -2
  527. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  528. package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
  529. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  530. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  531. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  532. package/esm5/lib/igc-item-legend-component.js +26 -0
  533. package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
  534. package/esm5/lib/igc-line-fragment-component.js +1 -1
  535. package/esm5/lib/igc-line-series-component.js +1 -1
  536. package/esm5/lib/igc-marker-series-component.js +28 -28
  537. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  538. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  539. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  540. package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
  541. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  542. package/esm5/lib/igc-polar-base-component.js +77 -77
  543. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  544. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  545. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  546. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  547. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  548. package/esm5/lib/igc-radial-base-component.js +31 -31
  549. package/esm5/lib/igc-radial-column-series-component.js +9 -9
  550. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  551. package/esm5/lib/igc-radial-pie-series-component.js +9 -9
  552. package/esm5/lib/igc-range-category-series-component.js +6 -6
  553. package/esm5/lib/igc-range-column-series-component.js +10 -10
  554. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  555. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  556. package/esm5/lib/igc-scatter-area-series-component.js +24 -24
  557. package/esm5/lib/igc-scatter-base-component.js +49 -49
  558. package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
  559. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  560. package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
  561. package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
  562. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  563. package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
  564. package/esm5/lib/igc-series-component.js +199 -185
  565. package/esm5/lib/igc-series-viewer-component.js +403 -282
  566. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  567. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  568. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  569. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  570. package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
  571. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  572. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  573. package/esm5/lib/igc-spline-series-component.js +1 -1
  574. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  575. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  576. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  577. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  578. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  579. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  580. package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
  581. package/esm5/lib/igc-stacked-column-series-component.js +9 -9
  582. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  583. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  584. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  585. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  586. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  587. package/esm5/lib/igc-step-area-series-component.js +2 -2
  588. package/esm5/lib/igc-step-line-series-component.js +3 -3
  589. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  590. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  591. package/esm5/lib/igc-value-overlay-component.js +52 -52
  592. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  593. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  594. package/esm5/lib/igc-waterfall-series-component.js +19 -19
  595. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  596. package/esm5/lib/igc-xy-chart-component.js +218 -218
  597. package/esm5/lib/igc-zoom-slider-component.js +0 -7
  598. package/esm5/public_api.js +23 -0
  599. package/fesm2015/igniteui-webcomponents-charts.js +24956 -22072
  600. package/fesm5/igniteui-webcomponents-charts.js +25115 -21650
  601. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  602. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  603. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  604. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  605. package/lib/AnnotationLayerProxy.d.ts +4 -0
  606. package/lib/AnnotationLayer_combined.d.ts +40 -40
  607. package/lib/AreaSeries_combined.d.ts +8 -8
  608. package/lib/AutomaticSeriesManager.d.ts +1 -0
  609. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  610. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  611. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  612. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  613. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  614. package/lib/BarSeries_combined.d.ts +19 -19
  615. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  616. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  617. package/lib/BubbleSeries_combined.d.ts +48 -48
  618. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  619. package/lib/CalloutLayer_combined.d.ts +101 -101
  620. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  621. package/lib/CategoryChart.d.ts +129 -116
  622. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  623. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  624. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  625. package/lib/CategoryXAxis_combined.d.ts +17 -5
  626. package/lib/CategoryYAxis_combined.d.ts +17 -5
  627. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  628. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  629. package/lib/ChartGroupDescription.d.ts +16 -0
  630. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  631. package/lib/ChartSortDescription.d.ts +18 -0
  632. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  633. package/lib/ChartSummaryDescription.d.ts +33 -0
  634. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  635. package/lib/ColumnSeries_combined.d.ts +17 -17
  636. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  637. package/lib/CrosshairLayer_combined.d.ts +41 -41
  638. package/lib/CustomIndicator.d.ts +8 -8
  639. package/lib/DataAbbreviator.d.ts +1 -1
  640. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  641. package/lib/DataChartToolbarProvider.d.ts +21 -0
  642. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  643. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  644. package/lib/DomainChart.d.ts +538 -487
  645. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  646. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  647. package/lib/FinalValueLayer_combined.d.ts +28 -28
  648. package/lib/FinancialChart_combined.d.ts +299 -287
  649. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  650. package/lib/FinancialIndicator_combined.d.ts +36 -36
  651. package/lib/FinancialOverlay.d.ts +9 -9
  652. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  653. package/lib/ForceIndexIndicator.d.ts +9 -9
  654. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  655. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  656. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  657. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  658. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  659. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  660. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  661. package/lib/ItemLegend_combined.d.ts +4 -2
  662. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  663. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  664. package/lib/LineSeries_combined.d.ts +7 -7
  665. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  666. package/lib/MassIndexIndicator.d.ts +4 -4
  667. package/lib/MedianPriceIndicator.d.ts +4 -4
  668. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  669. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  670. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  671. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  672. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  673. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  674. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  675. package/lib/PointSeries_combined.d.ts +6 -6
  676. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  677. package/lib/PolarBase_combined.d.ts +107 -107
  678. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  679. package/lib/PolarLineSeries_combined.d.ts +8 -8
  680. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  681. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  682. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  683. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  684. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  685. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  686. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  687. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  688. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  689. package/lib/RadialLineSeries_combined.d.ts +8 -8
  690. package/lib/RadialPieSeries_combined.d.ts +13 -13
  691. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  692. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  693. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  694. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  695. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  696. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  697. package/lib/ScatterBase_combined.d.ts +108 -108
  698. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  699. package/lib/ScatterLineSeries.d.ts +12 -12
  700. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  701. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  702. package/lib/ScatterSeries_combined.d.ts +4 -4
  703. package/lib/ScatterSplineSeries.d.ts +9 -9
  704. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  705. package/lib/SeriesViewer_combined.d.ts +1037 -957
  706. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  707. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  708. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  709. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  710. package/lib/SplineSeries_combined.d.ts +6 -6
  711. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  712. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  713. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  714. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  715. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  716. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  717. package/lib/StackedLineSeries_combined.d.ts +3 -3
  718. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
  719. package/lib/StandardDeviationIndicator.d.ts +8 -8
  720. package/lib/StepAreaSeries_combined.d.ts +10 -10
  721. package/lib/StepLineSeries_combined.d.ts +9 -9
  722. package/lib/StochRSIIndicator.d.ts +8 -8
  723. package/lib/StrategyBasedIndicator.d.ts +21 -21
  724. package/lib/TRIXIndicator.d.ts +8 -8
  725. package/lib/TypicalPriceIndicator.d.ts +4 -4
  726. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  727. package/lib/ValueOverlay_combined.d.ts +41 -41
  728. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  729. package/lib/WaterfallSeries_combined.d.ts +23 -23
  730. package/lib/WeightedCloseIndicator.d.ts +4 -4
  731. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  732. package/lib/XYChart.d.ts +189 -189
  733. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  734. package/lib/igc-category-chart-component.d.ts +27 -0
  735. package/lib/igc-category-x-axis-component.d.ts +37 -0
  736. package/lib/igc-category-y-axis-component.d.ts +37 -0
  737. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  738. package/lib/igc-chart-group-description-module.d.ts +3 -0
  739. package/lib/igc-chart-group-description.d.ts +14 -0
  740. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  741. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  742. package/lib/igc-chart-sort-description.d.ts +31 -0
  743. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  744. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  745. package/lib/igc-chart-summary-description.d.ts +35 -0
  746. package/lib/igc-data-legend-component.d.ts +1 -1
  747. package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
  748. package/lib/igc-domain-chart-component.d.ts +85 -1
  749. package/lib/igc-financial-chart-component.d.ts +27 -0
  750. package/lib/igc-item-legend-component.d.ts +8 -0
  751. package/lib/igc-series-component.d.ts +4 -0
  752. package/lib/igc-series-viewer-component.d.ts +51 -0
  753. package/lib/igc-zoom-slider-component.d.ts +0 -5
  754. package/package.json +2 -2
  755. package/public_api.d.ts +23 -0
@@ -61,108 +61,108 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
61
61
  super();
62
62
  this.calloutStyleUpdating = null;
63
63
  this.calloutRenderStyleUpdating = null;
64
- this.rs = null;
65
- this.rt = null;
64
+ this.rw = null;
65
+ this.rx = null;
66
+ this.ry = null;
67
+ this.rv = null;
66
68
  this.ru = null;
67
- this.rr = null;
68
- this.rq = null;
69
- this.sk = new HashSet$1(CalloutAnnotationWrapper.$, 0);
70
- this.sn = new List$1(CalloutAnnotationWrapper.$, 0);
71
- this.so = new List$1(CalloutAnnotationWrapper.$, 0);
72
- this.ri = null;
73
- this.q8 = null;
74
- this.ro = null;
75
- this.sl = new LinkedList$1(CalloutAnnotationWrapper.$);
76
- this.si = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
77
- this.r0 = null;
78
- this.vu = new Rect(0, 0, 0, 1, 1);
79
- this.r7 = false;
80
- this.sz = 0;
81
- this.vt = Rect.empty;
82
- this.r5 = false;
83
- this.r6 = false;
69
+ this.so = new HashSet$1(CalloutAnnotationWrapper.$, 0);
70
+ this.sr = new List$1(CalloutAnnotationWrapper.$, 0);
71
+ this.ss = new List$1(CalloutAnnotationWrapper.$, 0);
72
+ this.rm = null;
73
+ this.rc = null;
74
+ this.rs = null;
75
+ this.sp = new LinkedList$1(CalloutAnnotationWrapper.$);
76
+ this.sm = new Dictionary$2(CalloutAnnotationWrapper.$, LinkedListNode$1.$.specialize(CalloutAnnotationWrapper.$), 0);
77
+ this.r4 = null;
78
+ this.vy = new Rect(0, 0, 0, 1, 1);
79
+ this.sb = false;
80
+ this.s3 = 0;
81
+ this.vx = Rect.empty;
82
+ this.r9 = false;
83
+ this.sa = false;
84
84
  this.calloutContentUpdating = null;
85
85
  this.calloutLabelUpdating = null;
86
86
  this.calloutSeriesSelecting = null;
87
- this.sm = new List$1(SeriesPointOfInterest.$, 0);
88
- this.r9 = false;
89
- this.sa = false;
90
- this.sq = 0;
91
- this.r8 = false;
92
- this.r4 = true;
93
- this.ra = 1;
87
+ this.sq = new List$1(SeriesPointOfInterest.$, 0);
88
+ this.sd = false;
89
+ this.se = false;
90
+ this.su = 0;
91
+ this.sc = false;
92
+ this.r8 = true;
93
+ this.re = 1;
94
94
  FastItemObjectColumn.m();
95
- this.q8 = null;
96
- this.ri = new CalloutPlacementPositionsCollection();
97
- let a = this.ri;
98
- a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ue));
99
- this.qe = true;
95
+ this.rc = null;
96
+ this.rm = new CalloutPlacementPositionsCollection();
97
+ let a = this.rm;
98
+ a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ui));
99
+ this.qi = true;
100
100
  let b = new CalloutLayerFrame();
101
101
  let c = new CalloutLayerFrame();
102
102
  let d = new CalloutLayerFrame();
103
- let e = this.hm / 1000;
104
- this.p6 = b;
105
- this.p5 = c;
106
- this.p7 = d;
103
+ let e = this.ho / 1000;
104
+ this.qa = b;
105
+ this.p9 = c;
106
+ this.qb = d;
107
107
  this.ab = CalloutLayer.$;
108
108
  }
109
109
  get_c8() {
110
110
  return true;
111
111
  }
112
- ue(a, b) {
113
- this.un();
112
+ ui(a, b) {
113
+ this.ur();
114
114
  }
115
- un() {
116
- this.q8 = this.q9(this.rj);
117
- this.uk();
115
+ ur() {
116
+ this.rc = this.rd(this.rn);
117
+ this.uo();
118
118
  }
119
- uf(a, b) {
120
- this.so.clear();
121
- this.mi(false);
119
+ uj(a, b) {
120
+ this.ss.clear();
121
+ this.ml(false);
122
122
  }
123
- k0(a, b, c, d) {
124
- super.k0(a, b, c, d);
125
- let e = this.sj();
123
+ k3(a, b, c, d) {
124
+ super.k3(a, b, c, d);
125
+ let e = this.sn();
126
126
  switch (a) {
127
127
  case 3:
128
- this.us(b, e);
128
+ this.uw(b, e);
129
129
  break;
130
130
  case 1:
131
131
  for (let f = b; f < b + c; f++) {
132
132
  let g = new CalloutAnnotation();
133
133
  let h = new CalloutAnnotationWrapper();
134
134
  h.b = g;
135
- h.b.series = this.rn;
136
- this.so.insert(f, h);
137
- this.us(f, e);
135
+ h.b.series = this.rr;
136
+ this.ss.insert(f, h);
137
+ this.uw(f, e);
138
138
  }
139
139
  break;
140
140
  case 0:
141
- this.so.v(b, c);
141
+ this.ss.v(b, c);
142
142
  break;
143
143
  case 2:
144
144
  for (let i = b; i < b + c; i++) {
145
- this.us(i, e);
145
+ this.uw(i, e);
146
146
  }
147
147
  break;
148
148
  case 4:
149
- this.so.clear();
149
+ this.ss.clear();
150
150
  for (let j = 0; j < this.ck.count; j++) {
151
151
  let k = new CalloutAnnotation();
152
152
  let l = new CalloutAnnotationWrapper();
153
153
  l.b = k;
154
- l.b.series = this.rn;
155
- this.so.add(l);
156
- this.us(j, e);
154
+ l.b.series = this.rr;
155
+ this.ss.add(l);
156
+ this.uw(j, e);
157
157
  }
158
158
  break;
159
159
  }
160
- this.mi(true);
160
+ this.ml(true);
161
161
  }
162
- eo(a) {
162
+ ep(a) {
163
163
  return false;
164
164
  }
165
- sj() {
165
+ sn() {
166
166
  let a = new Dictionary$2(String_$type, Series.$, 0);
167
167
  if (this.cd != null) {
168
168
  for (let b = 0; b < this.cd.series.count; b++) {
@@ -174,46 +174,46 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
174
174
  }
175
175
  return a;
176
176
  }
177
- us(a, b) {
178
- if (this.rz == null || this.rx == null) {
177
+ uw(a, b) {
178
+ if (this.r3 == null || this.r1 == null) {
179
179
  return;
180
180
  }
181
181
  let c = a;
182
- if (this.ry != null) {
183
- c = this.ry.item(a);
184
- }
185
- let d = this.rz.item(a);
186
- let e = this.rx.item(a);
187
- let f = this.so._inner[a];
188
- if (this.rw != null) {
189
- if (f.b.ab != this.rw.item(a)) {
190
- f.b.key = this.rw.item(a);
182
+ if (this.r2 != null) {
183
+ c = this.r2.item(a);
184
+ }
185
+ let d = this.r3.item(a);
186
+ let e = this.r1.item(a);
187
+ let f = this.ss._inner[a];
188
+ if (this.r0 != null) {
189
+ if (f.b.ab != this.r0.item(a)) {
190
+ f.b.key = this.r0.item(a);
191
191
  }
192
192
  }
193
- if (this.si.containsKey(f)) {
194
- f.b = this.si.item(f).c.b;
193
+ if (this.sm.containsKey(f)) {
194
+ f.b = this.sm.item(f).c.b;
195
195
  }
196
196
  f.b.xValue = c;
197
197
  f.b.yValue = d;
198
198
  if (this.calloutLabelUpdating != null) {
199
199
  let g = ((() => {
200
200
  let $ret = new CalloutLabelUpdatingEventArgs();
201
- $ret.c = c;
202
- $ret.d = d;
201
+ $ret.d = c;
202
+ $ret.e = d;
203
203
  $ret.item = this.ck.item(a);
204
204
  return $ret;
205
205
  })());
206
206
  this.calloutLabelUpdating(this, g);
207
- if (g.b != null && !Base.equalsStatic(g.b, f.b.ao)) {
208
- let h = g.b;
207
+ if (g.c != null && !Base.equalsStatic(g.c, f.b.ao)) {
208
+ let h = g.c;
209
209
  f.b.text = h != null ? h.toString() : "";
210
210
  }
211
211
  }
212
212
  else {
213
213
  f.b.text = e != null ? e.toString() : "";
214
214
  }
215
- if (this.rv != null) {
216
- f.b.content = this.rv.item(a);
215
+ if (this.rz != null) {
216
+ f.b.content = this.rz.item(a);
217
217
  }
218
218
  else {
219
219
  f.b.content = this.ck.item(a);
@@ -236,29 +236,29 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
236
236
  }
237
237
  }
238
238
  }
239
- this.ut(f);
239
+ this.ux(f);
240
240
  }
241
- ut(a) {
241
+ ux(a) {
242
242
  let b = new Thickness(0, DeviceUtils.g(3));
243
- if (isNaN_(this.vw.left) || isNaN_(this.vw.top) || isNaN_(this.vw.right) || isNaN_(this.vw.bottom)) {
243
+ if (isNaN_(this.v0.left) || isNaN_(this.v0.top) || isNaN_(this.v0.right) || isNaN_(this.v0.bottom)) {
244
244
  b = new Thickness(0, DeviceUtils.g(3));
245
245
  }
246
246
  else {
247
- b = this.vw;
247
+ b = this.v0;
248
248
  }
249
249
  let c = DeviceUtils.g(3);
250
- if (isNaN_(this.sr)) {
250
+ if (isNaN_(this.sv)) {
251
251
  c = DeviceUtils.g(3);
252
252
  }
253
253
  else {
254
- c = this.sr;
255
- }
256
- let d = this.vp != null ? this.vp : this.rh.ci(a.b.l);
257
- let e = this.vs != null ? this.vs : this.rh.cl();
258
- let f = this.vr != null ? this.vr : this.rh.ck(a.b.l);
259
- let g = this.vq != null ? this.vq : this.rh.cj(a.b.l);
260
- let h = isNaN_(this.sx) ? 0 : this.sx;
261
- if (this.se && this.calloutStyleUpdating != null) {
254
+ c = this.sv;
255
+ }
256
+ let d = this.vt != null ? this.vt : this.rl.ci(a.b.l);
257
+ let e = this.vw != null ? this.vw : this.rl.cl();
258
+ let f = this.vv != null ? this.vv : this.rl.ck(a.b.l);
259
+ let g = this.vu != null ? this.vu : this.rl.cj(a.b.l);
260
+ let h = isNaN_(this.s1) ? 0 : this.s1;
261
+ if (this.si && this.calloutStyleUpdating != null) {
262
262
  let i = new CalloutStyleUpdatingEventArgs();
263
263
  i.item = a.b.aa;
264
264
  i.xValue = a.b.ac;
@@ -284,132 +284,132 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
284
284
  a.b.leaderBrush = g;
285
285
  a.b.strokeThickness = h;
286
286
  }
287
- hw(a, b) {
288
- let c = this.jq(b);
287
+ hy(a, b) {
288
+ let c = this.js(b);
289
289
  if (c == CalloutLayer.$$p[21]) {
290
- return this.hx(a, b, this.ty);
290
+ return this.hz(a, b, this.t2);
291
291
  }
292
292
  if (c == CalloutLayer.$$p[28]) {
293
- return this.hx(a, b, this.t9);
293
+ return this.hz(a, b, this.ud);
294
294
  }
295
295
  if (c == CalloutLayer.$$p[29]) {
296
- return this.hx(a, b, this.uc);
296
+ return this.hz(a, b, this.ug);
297
297
  }
298
298
  if (c == CalloutLayer.$$p[20]) {
299
- return this.hx(a, b, this.tv);
299
+ return this.hz(a, b, this.tz);
300
300
  }
301
301
  if (c == CalloutLayer.$$p[15]) {
302
- return this.hx(a, b, this.to);
302
+ return this.hz(a, b, this.ts);
303
303
  }
304
- return super.hw(a, b);
304
+ return super.hy(a, b);
305
305
  }
306
- get rx() {
307
- return this.rs;
306
+ get r1() {
307
+ return this.rw;
308
308
  }
309
- set rx(a) {
310
- if (this.rs != a) {
311
- let b = this.rs;
312
- this.rs = a;
313
- this.raisePropertyChanged("LabelColumn", b, this.rs);
309
+ set r1(a) {
310
+ if (this.rw != a) {
311
+ let b = this.rw;
312
+ this.rw = a;
313
+ this.raisePropertyChanged("LabelColumn", b, this.rw);
314
314
  }
315
315
  }
316
- get ry() {
317
- return this.rt;
316
+ get r2() {
317
+ return this.rx;
318
318
  }
319
- set ry(a) {
320
- if (this.rt != a) {
321
- let b = this.rt;
322
- this.rt = a;
323
- this.raisePropertyChanged("XColumn", b, this.rt);
319
+ set r2(a) {
320
+ if (this.rx != a) {
321
+ let b = this.rx;
322
+ this.rx = a;
323
+ this.raisePropertyChanged("XColumn", b, this.rx);
324
324
  }
325
325
  }
326
- get rz() {
327
- return this.ru;
326
+ get r3() {
327
+ return this.ry;
328
328
  }
329
- set rz(a) {
330
- if (this.ru != a) {
331
- let b = this.ru;
332
- this.ru = a;
333
- this.raisePropertyChanged("YColumn", b, this.ru);
329
+ set r3(a) {
330
+ if (this.ry != a) {
331
+ let b = this.ry;
332
+ this.ry = a;
333
+ this.raisePropertyChanged("YColumn", b, this.ry);
334
334
  }
335
335
  }
336
- get rw() {
337
- return this.rr;
336
+ get r0() {
337
+ return this.rv;
338
338
  }
339
- set rw(a) {
340
- if (this.rr != a) {
341
- let b = this.rr;
342
- this.rr = a;
343
- this.raisePropertyChanged("KeyColumn", b, this.rr);
339
+ set r0(a) {
340
+ if (this.rv != a) {
341
+ let b = this.rv;
342
+ this.rv = a;
343
+ this.raisePropertyChanged("KeyColumn", b, this.rv);
344
344
  }
345
345
  }
346
- get rv() {
347
- return this.rq;
346
+ get rz() {
347
+ return this.ru;
348
348
  }
349
- set rv(a) {
350
- if (this.rq != a) {
351
- let b = this.rq;
352
- this.rq = a;
353
- this.raisePropertyChanged("ContentColumn", b, this.rq);
349
+ set rz(a) {
350
+ if (this.ru != a) {
351
+ let b = this.ru;
352
+ this.ru = a;
353
+ this.raisePropertyChanged("ContentColumn", b, this.ru);
354
354
  }
355
355
  }
356
- uh(a, b) {
356
+ ul(a, b) {
357
357
  if (b.propertyName == CalloutAnnotation.$$p[14] || b.propertyName == CalloutAnnotation.$$p[15]) {
358
358
  let c = a.k;
359
- if (!this.sk.contains(c)) {
360
- this.sk.add_1(c);
361
- this.sn.add(c);
362
- this.mi(false);
359
+ if (!this.so.contains(c)) {
360
+ this.so.add_1(c);
361
+ this.sr.add(c);
362
+ this.ml(false);
363
363
  }
364
364
  }
365
365
  }
366
366
  bx() {
367
367
  return new CalloutLayerView(this);
368
368
  }
369
- lz(a) {
370
- super.lz(a);
371
- this.rh = a;
369
+ l2(a) {
370
+ super.l2(a);
371
+ this.rl = a;
372
372
  }
373
- get rj() {
374
- return this.ri;
373
+ get rn() {
374
+ return this.rm;
375
375
  }
376
- set rj(a) {
377
- let b = this.rj;
376
+ set rn(a) {
377
+ let b = this.rn;
378
378
  if (a != b) {
379
- this.ri = a;
380
- this.raisePropertyChanged("AllowedPositions", b, this.rj);
379
+ this.rm = a;
380
+ this.raisePropertyChanged("AllowedPositions", b, this.rn);
381
381
  }
382
382
  }
383
- get rc() {
384
- return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.u8));
383
+ get rg() {
384
+ return EnumUtil.getEnumValue(AutoCalloutVisibilityMode_$type, this.c(CalloutLayer.vc));
385
385
  }
386
- set rc(a) {
387
- this.h(CalloutLayer.u8, enumGetBox(AutoCalloutVisibilityMode_$type, a));
386
+ set rg(a) {
387
+ this.h(CalloutLayer.vc, enumGetBox(AutoCalloutVisibilityMode_$type, a));
388
388
  }
389
- get rb() {
390
- return this.ra;
389
+ get rf() {
390
+ return this.re;
391
391
  }
392
- set rb(a) {
393
- this.ra = a;
392
+ set rf(a) {
393
+ this.re = a;
394
394
  }
395
- get vw() {
396
- return new Thickness(1, this.st, this.sv, this.su, this.ss);
395
+ get v0() {
396
+ return new Thickness(1, this.sx, this.sz, this.sy, this.sw);
397
397
  }
398
- get rp() {
399
- if (this.ro == null) {
400
- this.ro = FontUtil.toFontInfo(this.g9, this.t3);
398
+ get rt() {
399
+ if (this.rs == null) {
400
+ this.rs = FontUtil.toFontInfo(this.hb, this.t7);
401
401
  }
402
- return this.ro;
402
+ return this.rs;
403
403
  }
404
- qp(a, b) {
405
- if (this.rn == null || this.rn == a) {
404
+ qt(a, b) {
405
+ if (this.rr == null || this.rr == a) {
406
406
  if (!this.as.c) {
407
- this.mi(b);
407
+ this.ml(b);
408
408
  }
409
409
  }
410
410
  }
411
- qr(a, b) {
412
- super.qr(a, b);
411
+ qv(a, b) {
412
+ super.qv(a, b);
413
413
  let c = a;
414
414
  c.q.clear();
415
415
  c.r.clear();
@@ -428,27 +428,27 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
428
428
  c.v.clear();
429
429
  c.s.clear();
430
430
  c.t.clear();
431
- let d = this.sp();
431
+ let d = this.st();
432
432
  let e = new List$1(CalloutAnnotationWrapper.$, 0);
433
433
  let f = true;
434
- if (this.sb) {
435
- if (this.qc(this.rn)) {
436
- this.up(this.rn, c, e);
434
+ if (this.sf) {
435
+ if (this.qg(this.rr)) {
436
+ this.ut(this.rr, c, e);
437
437
  }
438
438
  else {
439
439
  for (let g of fromEnum(this.cd.series)) {
440
- if (this.qc(g)) {
440
+ if (this.qg(g)) {
441
441
  if (!g.dc) {
442
442
  if (!g.isVertical) {
443
443
  f = false;
444
444
  }
445
445
  }
446
- this.up(g, c, e);
446
+ this.ut(g, c, e);
447
447
  }
448
448
  }
449
449
  }
450
450
  }
451
- if (this.sb && this.rb == 2) {
451
+ if (this.sf && this.rf == 2) {
452
452
  let h = 0;
453
453
  let i = 0;
454
454
  let j = 1.7976931348623157E+308;
@@ -487,65 +487,65 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
487
487
  }
488
488
  }
489
489
  }
490
- this.uo(c, d, e);
490
+ this.us(c, d, e);
491
491
  }
492
- m6(a, b) {
493
- super.m6(a, b);
494
- let c = b.width - this.vu.width;
495
- let d = b.height - this.vu.height;
492
+ m9(a, b) {
493
+ super.m9(a, b);
494
+ let c = b.width - this.vy.width;
495
+ let d = b.height - this.vy.height;
496
496
  let e = 0;
497
497
  if (Math.abs(c) > Math.abs(d)) {
498
498
  e = c;
499
- this.sq = c * this.pz.width;
499
+ this.su = c * this.p3.width;
500
500
  }
501
501
  else {
502
502
  e = d;
503
- this.sq = d * this.pz.height;
503
+ this.su = d * this.p3.height;
504
504
  }
505
- if (e > 0 && this.sq > 5) {
506
- this.sa = true;
505
+ if (e > 0 && this.su > 5) {
506
+ this.se = true;
507
507
  }
508
- if (e < 0 && this.sq > 5) {
509
- this.r9 = true;
508
+ if (e < 0 && this.su > 5) {
509
+ this.sd = true;
510
510
  }
511
511
  }
512
- m5(a, b) {
513
- super.m5(a, b);
512
+ m8(a, b) {
513
+ super.m8(a, b);
514
514
  if (!a.equals1(b)) {
515
- this.r8 = true;
515
+ this.sc = true;
516
516
  }
517
517
  }
518
- get vv() {
519
- return this.vt;
518
+ get vz() {
519
+ return this.vx;
520
520
  }
521
- set vv(a) {
522
- this.vt = a;
521
+ set vz(a) {
522
+ this.vx = a;
523
523
  }
524
- uo(a, b, c) {
524
+ us(a, b, c) {
525
525
  if (this.cd != null) {
526
- this.vu = this.cd.sf;
526
+ this.vy = this.cd.s9;
527
527
  }
528
- if (this.pz.isEmpty) {
528
+ if (this.p3.isEmpty) {
529
529
  return;
530
530
  }
531
- this.vv = new Rect(0, this.pz.left, this.pz.top, this.pz.width, this.pz.height);
532
- if (this.r0 != null && this.tl != null && this.tl != this.r0.ap) {
533
- this.uj();
531
+ this.vz = new Rect(0, this.p3.left, this.p3.top, this.p3.width, this.p3.height);
532
+ if (this.r4 != null && this.tp != null && this.tp != this.r4.ap) {
533
+ this.un();
534
534
  }
535
- if (this.r0 == null) {
536
- let d = this.r1();
535
+ if (this.r4 == null) {
536
+ let d = this.r5();
537
537
  if (d != null) {
538
- this.r0 = d;
539
- let e = this.r0;
540
- e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.ug));
538
+ this.r4 = d;
539
+ let e = this.r4;
540
+ e.labelsMoved = delegateCombine(e.labelsMoved, runOn(this, this.uk));
541
541
  }
542
542
  else {
543
- let f = this.pr(this.b0);
543
+ let f = this.pv(this.b0);
544
544
  let g = new Array(2);
545
545
  g[0] = 0;
546
546
  g[1] = 3;
547
- if (this.rn != null) {
548
- if (this.rn.isVertical) {
547
+ if (this.rr != null) {
548
+ if (this.rr.isVertical) {
549
549
  g = new Array(2);
550
550
  g[0] = 2;
551
551
  g[1] = 1;
@@ -569,31 +569,31 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
569
569
  g[1] = 1;
570
570
  }
571
571
  }
572
- this.r0 = new LabelCollisionManager(this.pz.right, this.pz.bottom, this.pz, this.rh.j(), this.sw, this.r2(), g, this.s3(), this.s2(), this.sc, this.q8);
573
- if (this.tl != null) {
574
- this.r0.ap = this.tl;
575
- this.r0.an = this;
572
+ this.r4 = new LabelCollisionManager(this.p3.right, this.p3.bottom, this.p3, this.rl.j(), this.s0, this.r6(), g, this.s7(), this.s6(), this.sg, this.rc);
573
+ if (this.tp != null) {
574
+ this.r4.ap = this.tp;
575
+ this.r4.an = this;
576
576
  }
577
- let j = this.r0;
578
- j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.ug));
577
+ let j = this.r4;
578
+ j.labelsMoved = delegateCombine(j.labelsMoved, runOn(this, this.uk));
579
579
  }
580
580
  }
581
- if (this.r9) {
582
- this.r9 = false;
583
- if (this.r0.al > 2) {
584
- this.r7 = true;
581
+ if (this.sd) {
582
+ this.sd = false;
583
+ if (this.r4.al > 2) {
584
+ this.sb = true;
585
585
  }
586
586
  }
587
- if (this.sa) {
588
- this.sa = false;
589
- if (this.sq > 5) {
590
- this.r7 = true;
587
+ if (this.se) {
588
+ this.se = false;
589
+ if (this.su > 5) {
590
+ this.sb = true;
591
591
  }
592
592
  }
593
- if (this.r8) {
594
- this.r8 = false;
595
- this.r0.a3(this.pz.right, this.pz.bottom, this.pz);
596
- this.r7 = true;
593
+ if (this.sc) {
594
+ this.sc = false;
595
+ this.r4.a3(this.p3.right, this.p3.bottom, this.p3);
596
+ this.sb = true;
597
597
  }
598
598
  let k = new HashSet$1(CalloutAnnotationWrapper.$, 0);
599
599
  let l = new HashSet$1(CalloutAnnotationWrapper.$, 0);
@@ -606,54 +606,54 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
606
606
  for (let q = 0; q < c.count; q++) {
607
607
  o.add_1(c._inner[q]);
608
608
  }
609
- let r = this.sl.c;
609
+ let r = this.sp.c;
610
610
  while (r != null) {
611
611
  let s = r.a;
612
612
  if (!o.contains(r.c)) {
613
613
  n.add(r.c);
614
614
  l.add_1(r.c);
615
615
  let t = r.c.b;
616
- t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.uh));
617
- this.sl.h(r);
618
- this.si.removeItem(r.c);
619
- this.r0.a2(r.c.c);
616
+ t.propertyChanged = delegateRemove(t.propertyChanged, runOn(this, this.ul));
617
+ this.sp.h(r);
618
+ this.sm.removeItem(r.c);
619
+ this.r4.a2(r.c.c);
620
620
  }
621
621
  r = s;
622
622
  }
623
623
  for (let u = 0; u < b.count; u++) {
624
- if (!this.si.containsKey(b._inner[u])) {
625
- this.sl.f(b._inner[u]);
624
+ if (!this.sm.containsKey(b._inner[u])) {
625
+ this.sp.f(b._inner[u]);
626
626
  let v = b._inner[u].b;
627
- v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.uh));
628
- this.si.addItem(b._inner[u], this.sl.d);
627
+ v.propertyChanged = delegateCombine(v.propertyChanged, runOn(this, this.ul));
628
+ this.sm.addItem(b._inner[u], this.sp.d);
629
629
  m.add(b._inner[u]);
630
630
  k.add_1(b._inner[u]);
631
- this.r7 = true;
631
+ this.sb = true;
632
632
  }
633
633
  }
634
634
  for (let w = 0; w < c.count; w++) {
635
- if (!this.si.containsKey(c._inner[w])) {
636
- this.sl.f(c._inner[w]);
637
- this.si.addItem(c._inner[w], this.sl.d);
635
+ if (!this.sm.containsKey(c._inner[w])) {
636
+ this.sp.f(c._inner[w]);
637
+ this.sm.addItem(c._inner[w], this.sp.d);
638
638
  let x = c._inner[w].b;
639
- x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.uh));
639
+ x.propertyChanged = delegateCombine(x.propertyChanged, runOn(this, this.ul));
640
640
  m.add(c._inner[w]);
641
641
  k.add_1(c._inner[w]);
642
- this.r7 = true;
642
+ this.sb = true;
643
643
  }
644
644
  }
645
- if (this.r5 == true) {
646
- this.r5 = false;
647
- this.r7 = true;
645
+ if (this.r9 == true) {
646
+ this.r9 = false;
647
+ this.sb = true;
648
648
  }
649
- if (this.sn.count > 0) {
650
- this.r7 = true;
651
- this.sn.clear();
652
- this.sk.clear();
649
+ if (this.sr.count > 0) {
650
+ this.sb = true;
651
+ this.sr.clear();
652
+ this.so.clear();
653
653
  }
654
- r = this.sl.c;
654
+ r = this.sp.c;
655
655
  while (r != null) {
656
- let y = this.r3(r.c);
656
+ let y = this.r7(r.c);
657
657
  if (y == null) {
658
658
  return;
659
659
  }
@@ -669,36 +669,36 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
669
669
  aa.n = y.e;
670
670
  aa.m = y.d;
671
671
  if (aa.b == null) {
672
- this.r0.t(aa, false);
672
+ this.r4.t(aa, false);
673
673
  }
674
674
  if (z) {
675
- this.r0.aq(aa);
675
+ this.r4.aq(aa);
676
676
  }
677
677
  else {
678
- this.r0.az(aa);
678
+ this.r4.az(aa);
679
679
  }
680
680
  }
681
681
  }
682
682
  r = r.a;
683
683
  }
684
- let ab = this.r0.am();
685
- let ac = this.r0.u();
684
+ let ab = this.r4.am();
685
+ let ac = this.r4.u();
686
686
  if (ac) {
687
- if (this.r0.q()) {
688
- this.r7 = true;
687
+ if (this.r4.q()) {
688
+ this.sb = true;
689
689
  }
690
690
  }
691
- if (this.r7 && (ab != 0 || ac)) {
692
- this.r7 = false;
693
- this.sz = 0x7FFFFFFF;
694
- if (this.tl != null) {
691
+ if (this.sb && (ab != 0 || ac)) {
692
+ this.sb = false;
693
+ this.s3 = 0x7FFFFFFF;
694
+ if (this.tp != null) {
695
695
  let ad = true;
696
696
  for (let ae = 0; ae < this.cd.series.count; ae++) {
697
697
  let af = this.cd.series._inner[ae];
698
698
  if (af.dc && typeCast(CalloutLayer.$, af) !== null) {
699
699
  let ag = af;
700
- if (ag.tl == this.tl) {
701
- if (!ag.vv.equals1(this.r0.a5)) {
700
+ if (ag.tp == this.tp) {
701
+ if (!ag.vz.equals1(this.r4.a5)) {
702
702
  ad = false;
703
703
  break;
704
704
  }
@@ -706,21 +706,21 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
706
706
  }
707
707
  }
708
708
  if (ad) {
709
- this.r0.a4();
709
+ this.r4.a4();
710
710
  }
711
711
  else {
712
- this.r0.ar();
713
- this.r0.as();
712
+ this.r4.ar();
713
+ this.r4.as();
714
714
  }
715
715
  }
716
716
  else {
717
- this.r0.a4();
717
+ this.r4.a4();
718
718
  }
719
719
  }
720
720
  else {
721
- this.r0.as();
721
+ this.r4.as();
722
722
  }
723
- let ah = this.sl.c;
723
+ let ah = this.sp.c;
724
724
  let ai;
725
725
  let aj;
726
726
  let ak;
@@ -737,7 +737,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
737
737
  let av;
738
738
  let aw;
739
739
  let ax;
740
- let ay = this.sd;
740
+ let ay = this.sh;
741
741
  while (ah != null) {
742
742
  let az = ah.c;
743
743
  let a0 = az.b;
@@ -799,23 +799,23 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
799
799
  ah = ah.a;
800
800
  }
801
801
  }
802
- uj() {
803
- if (this.r0 != null) {
804
- let a = this.sl.c;
802
+ un() {
803
+ if (this.r4 != null) {
804
+ let a = this.sp.c;
805
805
  while (a != null) {
806
806
  let b = a.c.c;
807
807
  if (b != null) {
808
- this.r0.a2(b);
808
+ this.r4.a2(b);
809
809
  }
810
810
  a = a.a;
811
811
  }
812
- let c = this.r0;
813
- c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.ug));
814
- this.r0 = null;
812
+ let c = this.r4;
813
+ c.labelsMoved = delegateRemove(c.labelsMoved, runOn(this, this.uk));
814
+ this.r4 = null;
815
815
  }
816
- this.ui();
816
+ this.um();
817
817
  }
818
- r1() {
818
+ r5() {
819
819
  if (this.cd == null) {
820
820
  return null;
821
821
  }
@@ -824,9 +824,9 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
824
824
  if (b.dc && typeCast(CalloutLayer.$, b) !== null) {
825
825
  let c = b;
826
826
  if (c != this) {
827
- if (c.tl != null && c.tl == this.tl) {
828
- if (c.r0 != null) {
829
- return c.r0;
827
+ if (c.tp != null && c.tp == this.tp) {
828
+ if (c.r4 != null) {
829
+ return c.r4;
830
830
  }
831
831
  }
832
832
  }
@@ -834,14 +834,14 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
834
834
  }
835
835
  return null;
836
836
  }
837
- s2() {
837
+ s6() {
838
838
  return 20000;
839
839
  }
840
- s3() {
840
+ s7() {
841
841
  return 300;
842
842
  }
843
- r2() {
844
- switch (this.re) {
843
+ r6() {
844
+ switch (this.ri) {
845
845
  case 0: return 2;
846
846
  case 2: return 1;
847
847
  case 3: return 2;
@@ -849,15 +849,15 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
849
849
  }
850
850
  return 2;
851
851
  }
852
- ug(a) {
853
- let b = this.r0.am();
854
- if (b < this.sz) {
855
- this.sz = b;
856
- this.mi(false);
852
+ uk(a) {
853
+ let b = this.r4.am();
854
+ if (b < this.s3) {
855
+ this.s3 = b;
856
+ this.ml(false);
857
857
  }
858
858
  }
859
- r3(a) {
860
- let b = this.rn;
859
+ r7(a) {
860
+ let b = this.rr;
861
861
  if (a.b.l != null) {
862
862
  b = a.b.l;
863
863
  }
@@ -874,7 +874,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
874
874
  return null;
875
875
  }
876
876
  let e = b.ag();
877
- let f = b.gc();
877
+ let f = b.ge();
878
878
  let g = null;
879
879
  let h = null;
880
880
  let i = false;
@@ -903,27 +903,27 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
903
903
  let k = 0;
904
904
  let l = 0;
905
905
  if (g.ca && g.categoryMode != 0) {
906
- if (b.dp) {
906
+ if (b.dq) {
907
907
  k = b.getOffsetValue();
908
908
  }
909
- else if (b.dg) {
909
+ else if (b.dh) {
910
910
  k = b.getOffsetValue();
911
911
  }
912
912
  }
913
913
  if (h.ca && h.categoryMode != 0) {
914
- if (b.dg) {
914
+ if (b.dh) {
915
915
  l = b.getOffsetValue();
916
916
  }
917
917
  }
918
- let m = new ScalerParams(0, this.cd.sf, g.kc, g.cg, g.j7());
918
+ let m = new ScalerParams(0, this.cd.s9, g.kc, g.cg, g.j7());
919
919
  m.b = f;
920
- let n = new ScalerParams(0, this.cd.sf, h.kc, h.cg, h.j7());
920
+ let n = new ScalerParams(0, this.cd.s9, h.kc, h.cg, h.j7());
921
921
  n.b = f;
922
922
  let o = 0;
923
923
  let p = 0;
924
924
  if (i) {
925
- o = g.ei(this.sy(a.b.ac), m) + k;
926
- p = h.ei(this.sy(a.b.ad), n) + l;
925
+ o = g.ei(this.s2(a.b.ac), m) + k;
926
+ p = h.ei(this.s2(a.b.ad), n) + l;
927
927
  let q = o;
928
928
  let r = p;
929
929
  let s = { $type: Point_$type, x: 0.5, y: 0.5 };
@@ -933,8 +933,8 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
933
933
  p = ViewportUtils.f(u, n.e, n.d);
934
934
  }
935
935
  else {
936
- o = g.ei(this.sy(a.b.ac), m) + k;
937
- p = h.ei(this.sy(a.b.ad), n) + l;
936
+ o = g.ei(this.s2(a.b.ac), m) + k;
937
+ p = h.ei(this.s2(a.b.ad), n) + l;
938
938
  }
939
939
  let v = new QuadTreeBoundingBox();
940
940
  v.b = o;
@@ -944,7 +944,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
944
944
  v.g = a.b;
945
945
  return v;
946
946
  }
947
- sy(a) {
947
+ s2(a) {
948
948
  if (typeCast(Date_$type, a) !== null) {
949
949
  return a.getTime();
950
950
  }
@@ -953,80 +953,80 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
953
953
  }
954
954
  return a;
955
955
  }
956
- sp() {
956
+ st() {
957
957
  let a = new List$1(CalloutAnnotationWrapper.$, 0);
958
- for (let b = 0; b < this.so.count; b++) {
959
- if (stringIsNullOrEmpty(this.so._inner[b].b.ao)) {
958
+ for (let b = 0; b < this.ss.count; b++) {
959
+ if (stringIsNullOrEmpty(this.ss._inner[b].b.ao)) {
960
960
  continue;
961
961
  }
962
- if (this.so._inner[b].c == null) {
962
+ if (this.ss._inner[b].c == null) {
963
963
  let c = new LabelCollisionInfo();
964
- this.so._inner[b].c = c;
965
- let d = this.rh.cn(this.s4(this.so._inner[b]), this.so._inner[b].b.backgroundPadding);
964
+ this.ss._inner[b].c = c;
965
+ let d = this.rl.cn(this.s8(this.ss._inner[b]), this.ss._inner[b].b.backgroundPadding);
966
966
  c.k = d.height / 2;
967
967
  c.l = d.width / 2;
968
968
  }
969
- let e = this.r3(this.so._inner[b]);
970
- if (e == null || e.b < this.pz.left || e.b > this.pz.right || e.c < this.pz.top || e.c > this.pz.bottom) {
969
+ let e = this.r7(this.ss._inner[b]);
970
+ if (e == null || e.b < this.p3.left || e.b > this.p3.right || e.c < this.p3.top || e.c > this.p3.bottom) {
971
971
  continue;
972
972
  }
973
- a.add(this.so._inner[b]);
973
+ a.add(this.ss._inner[b]);
974
974
  }
975
975
  return a;
976
976
  }
977
- s4(a) {
977
+ s8(a) {
978
978
  return a.b.ao;
979
979
  }
980
- qc(a) {
981
- if (!super.qc(a)) {
980
+ qg(a) {
981
+ if (!super.qg(a)) {
982
982
  return false;
983
983
  }
984
- if (this.t0 != null) {
985
- if (a.du) {
986
- let b = a.jp();
987
- if (!Base.equalsStatic(this.t0, b)) {
984
+ if (this.t4 != null) {
985
+ if (a.dv) {
986
+ let b = a.jr();
987
+ if (!Base.equalsStatic(this.t4, b)) {
988
988
  return false;
989
989
  }
990
990
  }
991
991
  else {
992
- if (!Base.equalsStatic(this.t0, a.name)) {
992
+ if (!Base.equalsStatic(this.t4, a.name)) {
993
993
  return false;
994
994
  }
995
995
  }
996
996
  }
997
997
  return true;
998
998
  }
999
- ls() {
1000
- super.ls();
999
+ lv() {
1000
+ super.lv();
1001
1001
  if (!this.as.c && !this.cv()) {
1002
1002
  return;
1003
1003
  }
1004
- if (this.r4) {
1005
- this.r4 = false;
1006
- this.ul();
1004
+ if (this.r8) {
1005
+ this.r8 = false;
1006
+ this.up();
1007
1007
  }
1008
1008
  if (this.cv()) {
1009
- this.ur(this.p7, false);
1009
+ this.uv(this.qb, false);
1010
1010
  }
1011
1011
  else {
1012
- this.ur(this.p5, false);
1012
+ this.uv(this.p9, false);
1013
1013
  }
1014
1014
  }
1015
- um() {
1016
- if (!this.r6) {
1017
- this.r6 = true;
1018
- this.mi(true);
1015
+ uq() {
1016
+ if (!this.sa) {
1017
+ this.sa = true;
1018
+ this.ml(true);
1019
1019
  }
1020
1020
  }
1021
- up(a, b, c) {
1021
+ ut(a, b, c) {
1022
1022
  let d = false;
1023
- if (this.r6) {
1024
- this.r6 = false;
1023
+ if (this.sa) {
1024
+ this.sa = false;
1025
1025
  d = true;
1026
1026
  }
1027
- if (a.c1(this.sm, this.sh, this.sf, this.s0)) {
1028
- let e = this.sm;
1029
- for (let f = 0; f < this.sm.count; f++) {
1027
+ if (!a.er && a.c1(this.sq, this.sl, this.sj, this.s4)) {
1028
+ let e = this.sq;
1029
+ for (let f = 0; f < this.sq.count; f++) {
1030
1030
  let g = e._inner[f];
1031
1031
  let h = g.a != null ? g.a.item : null;
1032
1032
  let i = g.a.item != null ? g.a.item : g.a;
@@ -1037,8 +1037,8 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1037
1037
  l.b = m;
1038
1038
  m.key = k;
1039
1039
  let n = false;
1040
- if (this.si.containsKey(l)) {
1041
- l = this.si.item(l).c;
1040
+ if (this.sm.containsKey(l)) {
1041
+ l = this.sm.item(l).c;
1042
1042
  m = l.b;
1043
1043
  n = d;
1044
1044
  }
@@ -1047,10 +1047,10 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1047
1047
  }
1048
1048
  let o = m.ac;
1049
1049
  let p = m.ad;
1050
- if (this.sy(o) != this.sy(g.b)) {
1050
+ if (this.s2(o) != this.s2(g.b)) {
1051
1051
  m.xValue = g.b;
1052
1052
  }
1053
- if (this.sy(p) != this.sy(g.c)) {
1053
+ if (this.s2(p) != this.s2(g.c)) {
1054
1054
  m.yValue = g.c;
1055
1055
  }
1056
1056
  m.series = a;
@@ -1063,14 +1063,16 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1063
1063
  if (this.calloutLabelUpdating != null) {
1064
1064
  let r = ((() => {
1065
1065
  let $ret = new CalloutLabelUpdatingEventArgs();
1066
- $ret.c = m.ac;
1067
- $ret.d = m.ad;
1066
+ $ret.d = m.ac;
1067
+ $ret.e = m.ad;
1068
1068
  $ret.item = h;
1069
+ $ret.a = a;
1070
+ $ret.f = a.name;
1069
1071
  return $ret;
1070
1072
  })());
1071
1073
  this.calloutLabelUpdating(this, r);
1072
- if (r.b != null && !Base.equalsStatic(r.b, l.b.ao)) {
1073
- let s = r.b;
1074
+ if (r.c != null && !Base.equalsStatic(r.c, l.b.ao)) {
1075
+ let s = r.c;
1074
1076
  l.b.text = s != null ? s.toString() : "";
1075
1077
  }
1076
1078
  }
@@ -1105,17 +1107,17 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1105
1107
  }
1106
1108
  }
1107
1109
  if (n) {
1108
- this.ut(l);
1110
+ this.ux(l);
1109
1111
  }
1110
1112
  if (l.c == null) {
1111
1113
  let u = new LabelCollisionInfo();
1112
1114
  l.c = u;
1113
- let v = this.rh.cn(this.s4(l), l.b.backgroundPadding);
1115
+ let v = this.rl.cn(this.s8(l), l.b.backgroundPadding);
1114
1116
  u.k = v.height / 2;
1115
1117
  u.l = v.width / 2;
1116
1118
  }
1117
- let w = this.r3(l);
1118
- if (w == null || w.b < this.pz.left || w.b > this.pz.right || w.c < this.pz.top || w.c > this.pz.bottom) {
1119
+ let w = this.r7(l);
1120
+ if (w == null || w.b < this.p3.left || w.b > this.p3.right || w.c < this.p3.top || w.c > this.p3.bottom) {
1119
1121
  continue;
1120
1122
  }
1121
1123
  l.e = w.b;
@@ -1128,19 +1130,19 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1128
1130
  return 1;
1129
1131
  }
1130
1132
  at(a, b) {
1131
- let c = this.r0.f(a, b);
1133
+ let c = this.r4.f(a, b);
1132
1134
  if (c == null) {
1133
1135
  return null;
1134
1136
  }
1135
1137
  return c.u;
1136
1138
  }
1137
- ev(a, b) {
1138
- if (this.r0 == null) {
1139
+ ex(a, b) {
1140
+ if (this.r4 == null) {
1139
1141
  return false;
1140
1142
  }
1141
- return this.r0.f(a, b) != null;
1143
+ return this.r4.f(a, b) != null;
1142
1144
  }
1143
- ur(a, b) {
1145
+ uv(a, b) {
1144
1146
  let c = 0;
1145
1147
  let d = new HashSet$1(CalloutAnnotationWrapper.$, 0);
1146
1148
  for (c = 0; c < a.q.count; c++) {
@@ -1148,7 +1150,7 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1148
1150
  if (isNaN_(a.u._inner[c]) || isNaN_(a.v._inner[c])) {
1149
1151
  continue;
1150
1152
  }
1151
- let f = this.rh.b8.item(e);
1153
+ let f = this.rl.b8.item(e);
1152
1154
  d.add_1(e);
1153
1155
  if (f.h != a.q._inner[c]) {
1154
1156
  f.h = a.q._inner[c];
@@ -1161,75 +1163,75 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1161
1163
  f.n = a.h._inner[c];
1162
1164
  f.x = new Thickness(1, a.k._inner[c], a.m._inner[c], a.l._inner[c], a.j._inner[c]);
1163
1165
  f.d = a.g._inner[c];
1164
- this.rh.cg(f, Math.min(a.s._inner[c], a.s._inner[c] + a.u._inner[c]), Math.min(a.t._inner[c], a.t._inner[c] + a.v._inner[c]));
1165
- this.rh.ch(f, e, a.r._inner[c]);
1166
+ this.rl.cg(f, Math.min(a.s._inner[c], a.s._inner[c] + a.u._inner[c]), Math.min(a.t._inner[c], a.t._inner[c] + a.v._inner[c]));
1167
+ this.rl.ch(f, e, a.r._inner[c]);
1166
1168
  f.r = { $type: Point_$type, x: a.u._inner[c], y: a.v._inner[c] };
1167
1169
  }
1168
1170
  let h = new List$1(CalloutAnnotationWrapper.$, 0);
1169
- for (let i of fromEnum(this.rh.b8.c)) {
1171
+ for (let i of fromEnum(this.rl.b8.c)) {
1170
1172
  if (!d.contains(i)) {
1171
1173
  h.add(i);
1172
1174
  }
1173
1175
  }
1174
1176
  for (let j = 0; j < h.count; j++) {
1175
- this.rh.b8.h(h._inner[j]);
1177
+ this.rl.b8.h(h._inner[j]);
1176
1178
  }
1177
1179
  }
1178
- qu(a, b) {
1179
- super.qu(a, b);
1180
+ qy(a, b) {
1181
+ super.qy(a, b);
1180
1182
  if (this.cv()) {
1181
- this.ur(this.p7, true);
1183
+ this.uv(this.qb, true);
1182
1184
  }
1183
1185
  else {
1184
- this.ur(this.p5, false);
1186
+ this.uv(this.p9, false);
1185
1187
  }
1186
1188
  }
1187
- em() {
1189
+ en() {
1188
1190
  return true;
1189
1191
  }
1190
- l4(a, b, c, d) {
1191
- super.l4(a, b, c, d);
1192
+ l7(a, b, c, d) {
1193
+ super.l7(a, b, c, d);
1192
1194
  switch (b) {
1193
1195
  case CalloutLayer.$$p[24]:
1194
- this.ro = null;
1195
- this.rh.cf();
1196
- this.mi(true);
1196
+ this.rs = null;
1197
+ this.rl.cf();
1198
+ this.ml(true);
1197
1199
  break;
1198
1200
  case CalloutLayer.$$p[22]:
1199
1201
  case CalloutLayer.$$p[23]:
1200
- this.mi(true);
1202
+ this.ml(true);
1201
1203
  break;
1202
1204
  case CalloutLayer.$$p[14]:
1203
- this.mi(true);
1205
+ this.ml(true);
1204
1206
  break;
1205
1207
  case "SeriesViewer":
1206
1208
  if (c != null) {
1207
1209
  let e = c;
1208
- e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.uq));
1210
+ e.seriesAnimating = delegateRemove(e.seriesAnimating, runOn(this, this.uu));
1209
1211
  }
1210
1212
  if (d != null) {
1211
1213
  let f = d;
1212
- f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.uq));
1214
+ f.seriesAnimating = delegateCombine(f.seriesAnimating, runOn(this, this.uu));
1213
1215
  }
1214
1216
  if (d == null) {
1215
- this.uj();
1217
+ this.un();
1216
1218
  }
1217
1219
  break;
1218
1220
  case "AutoCalloutVisibilityMode":
1219
- this.rb = this.rd();
1220
- this.uk();
1221
+ this.rf = this.rh();
1222
+ this.uo();
1221
1223
  break;
1222
1224
  case "AllowedPositions":
1223
1225
  if (c != null) {
1224
1226
  let g = c;
1225
- g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ue));
1227
+ g.collectionChanged = delegateRemove(g.collectionChanged, runOn(this, this.ui));
1226
1228
  }
1227
1229
  if (d != null) {
1228
1230
  let h = d;
1229
- h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ue));
1231
+ h.collectionChanged = delegateCombine(h.collectionChanged, runOn(this, this.ui));
1230
1232
  }
1231
- this.q8 = this.q9(this.rj);
1232
- this.uk();
1233
+ this.rc = this.rd(this.rn);
1234
+ this.uo();
1233
1235
  break;
1234
1236
  case CalloutLayer.$$p[16]:
1235
1237
  case CalloutLayer.$$p[17]:
@@ -1246,88 +1248,88 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1246
1248
  case CalloutLayer.$$p[7]:
1247
1249
  case CalloutLayer.$$p[12]:
1248
1250
  case CalloutLayer.$$p[13]:
1249
- this.uk();
1251
+ this.uo();
1250
1252
  break;
1251
1253
  case CalloutLayer.$$p[21]:
1252
1254
  if (this.ck != null) {
1253
- this.ck.deregisterColumn(this.rx);
1254
- this.rx = this.cj(this.ty);
1255
+ this.ck.deregisterColumn(this.r1);
1256
+ this.r1 = this.cj(this.t2);
1255
1257
  }
1256
1258
  break;
1257
1259
  case "LabelColumn":
1258
- this.uk();
1260
+ this.uo();
1259
1261
  break;
1260
1262
  case CalloutLayer.$$p[15]:
1261
1263
  if (this.ck != null) {
1262
- this.ck.deregisterColumn(this.rv);
1263
- this.rv = this.cj(this.to);
1264
+ this.ck.deregisterColumn(this.rz);
1265
+ this.rz = this.cj(this.ts);
1264
1266
  }
1265
1267
  break;
1266
1268
  case "ContentColumn":
1267
- this.uk();
1269
+ this.uo();
1268
1270
  break;
1269
1271
  case CalloutLayer.$$p[28]:
1270
1272
  if (this.ck != null) {
1271
- this.ck.deregisterColumn(this.ry);
1272
- this.ry = stringIsNullOrEmpty(this.t9) == false ? this.cj(this.t9) : null;
1273
+ this.ck.deregisterColumn(this.r2);
1274
+ this.r2 = stringIsNullOrEmpty(this.ud) == false ? this.cj(this.ud) : null;
1273
1275
  }
1274
1276
  break;
1275
1277
  case "XColumn":
1276
- this.uk();
1278
+ this.uo();
1277
1279
  break;
1278
1280
  case CalloutLayer.$$p[29]:
1279
1281
  if (this.ck != null) {
1280
- this.ck.deregisterColumn(this.rz);
1281
- this.rz = this.cj(this.uc);
1282
+ this.ck.deregisterColumn(this.r3);
1283
+ this.r3 = this.cj(this.ug);
1282
1284
  }
1283
1285
  break;
1284
1286
  case "YColumn":
1285
- this.uk();
1287
+ this.uo();
1286
1288
  break;
1287
1289
  case CalloutLayer.$$p[20]:
1288
1290
  if (this.ck != null) {
1289
- this.ck.deregisterColumn(this.rw);
1290
- this.rw = this.cj(this.tv);
1291
+ this.ck.deregisterColumn(this.r0);
1292
+ this.r0 = this.cj(this.tz);
1291
1293
  }
1292
1294
  break;
1293
1295
  case "KeyColumn":
1294
- this.uk();
1296
+ this.uo();
1295
1297
  break;
1296
1298
  case "FastItemsSource":
1297
- this.r5 = true;
1299
+ this.r9 = true;
1298
1300
  if (typeCast(IFastItemsSource_$type, c) != null) {
1299
- c.deregisterColumn(this.rx);
1300
- c.deregisterColumn(this.rv);
1301
- c.deregisterColumn(this.ry);
1301
+ c.deregisterColumn(this.r1);
1302
1302
  c.deregisterColumn(this.rz);
1303
- c.deregisterColumn(this.rw);
1304
- this.rx = null;
1305
- this.rv = null;
1306
- this.ry = null;
1303
+ c.deregisterColumn(this.r2);
1304
+ c.deregisterColumn(this.r3);
1305
+ c.deregisterColumn(this.r0);
1306
+ this.r1 = null;
1307
1307
  this.rz = null;
1308
- this.rw = null;
1309
- this.so.clear();
1308
+ this.r2 = null;
1309
+ this.r3 = null;
1310
+ this.r0 = null;
1311
+ this.ss.clear();
1310
1312
  }
1311
1313
  if (typeCast(IFastItemsSource_$type, d) != null) {
1312
- this.rx = this.cj(this.ty);
1313
- this.rv = this.cj(this.to);
1314
- if (stringIsNullOrEmpty(this.t9) == false) {
1315
- this.ry = this.cj(this.t9);
1314
+ this.r1 = this.cj(this.t2);
1315
+ this.rz = this.cj(this.ts);
1316
+ if (stringIsNullOrEmpty(this.ud) == false) {
1317
+ this.r2 = this.cj(this.ud);
1316
1318
  }
1317
- this.rz = this.cj(this.uc);
1318
- this.rw = this.cj(this.tv);
1319
+ this.r3 = this.cj(this.ug);
1320
+ this.r0 = this.cj(this.tz);
1319
1321
  }
1320
- this.uk();
1322
+ this.uo();
1321
1323
  break;
1322
1324
  }
1323
1325
  }
1324
- rd() {
1325
- if (this.rc == 0) {
1326
+ rh() {
1327
+ if (this.rg == 0) {
1326
1328
  return 1;
1327
1329
  }
1328
- return this.rc;
1330
+ return this.rg;
1329
1331
  }
1330
- q9(a) {
1332
+ rd(a) {
1331
1333
  if (a == null || a.count == 0) {
1332
1334
  return null;
1333
1335
  }
@@ -1337,54 +1339,54 @@ export let CalloutLayer = /*@__PURE__*/ (() => {
1337
1339
  }
1338
1340
  return b;
1339
1341
  }
1340
- uq(a) {
1342
+ uu(a) {
1341
1343
  if (a.dc) {
1342
1344
  return;
1343
1345
  }
1344
- if ((a == this.rn || this.rn == null) && this.sb) {
1345
- this.mi(false);
1346
+ if ((a == this.rr || this.rr == null) && this.sf) {
1347
+ this.ml(false);
1346
1348
  }
1347
1349
  }
1348
- uk() {
1349
- if (this.r4 == false) {
1350
- this.r4 = true;
1351
- this.mi(false);
1350
+ uo() {
1351
+ if (this.r8 == false) {
1352
+ this.r8 = true;
1353
+ this.ml(false);
1352
1354
  }
1353
1355
  }
1354
- ui() {
1355
- this.rh.b8.clear();
1356
- this.sl.g();
1357
- this.si.clear();
1356
+ um() {
1357
+ this.rl.b8.clear();
1358
+ this.sp.g();
1359
+ this.sm.clear();
1358
1360
  }
1359
- ul() {
1360
- if (this.rz == null || this.rx == null) {
1361
- let a = this.sl.c;
1361
+ up() {
1362
+ if (this.r3 == null || this.r1 == null) {
1363
+ let a = this.sp.c;
1362
1364
  while (a != null) {
1363
- this.ut(a.c);
1365
+ this.ux(a.c);
1364
1366
  a = a.a;
1365
1367
  }
1366
1368
  return;
1367
1369
  }
1368
- let b = this.sj();
1369
- for (let c = 0; c < this.rz.count; c++) {
1370
+ let b = this.sn();
1371
+ for (let c = 0; c < this.r3.count; c++) {
1370
1372
  let d;
1371
- if (this.so.count <= c) {
1373
+ if (this.ss.count <= c) {
1372
1374
  let e = new CalloutAnnotation();
1373
1375
  d = new CalloutAnnotationWrapper();
1374
1376
  d.b = e;
1375
- d.b.series = this.rn;
1376
- this.so.add(d);
1377
+ d.b.series = this.rr;
1378
+ this.ss.add(d);
1377
1379
  }
1378
1380
  else {
1379
- d = this.so._inner[c];
1381
+ d = this.ss._inner[c];
1380
1382
  }
1381
- this.us(c, b);
1383
+ this.uw(c, b);
1382
1384
  }
1383
1385
  }
1384
1386
  }
1385
1387
  CalloutLayer.$t = /*@__PURE__*/ markType(CalloutLayer, 'CalloutLayer', AnnotationLayer.$);
1386
- CalloutLayer.u8 = /*@__PURE__*/ DependencyProperty.i("AutoCalloutVisibilityMode", AutoCalloutVisibilityMode_$type, CalloutLayer.$, /*@__PURE__*/ new PropertyMetadata(2, /*@__PURE__*/ enumGetBox(AutoCalloutVisibilityMode_$type, 0), (a, b) => a.raisePropertyChanged("AutoCalloutVisibilityMode", b.oldValue, b.newValue)));
1387
- CalloutLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:s0:uu', [1, 5], 'CalloutBackground:vp:uv', [Brush.$, null], 'CalloutCollisionMode:re:uw', [CalloutCollisionMode_$type, /*@__PURE__*/ enumGetBox(CalloutCollisionMode_$type, 3)], 'CalloutCornerRadius:sr:ux', [1, NaN], 'CalloutInterpolatedValuePrecision:s1:uy', [1, -1], 'CalloutLeaderBrush:vq:uz', [Brush.$, null], 'CalloutOutline:vr:u0', [Brush.$, null], 'CalloutPaddingBottom:ss:u1', [1, NaN], 'CalloutPaddingLeft:st:u2', [1, NaN], 'CalloutPaddingRight:su:u3', [1, NaN], 'CalloutPaddingTop:sv:u4', [1, NaN], 'CalloutPositionPadding:sw:u5', [1, 10], 'CalloutStrokeThickness:sx:u6', [1, NaN], 'CalloutTextColor:vs:u7', [Brush.$, null], 'CollisionChannel:tl:u9', [2, null], 'ContentMemberPath:to:va', [2, null], 'IsAutoCalloutBehaviorEnabled:sb:vb', [0, false], 'IsCalloutOffsettingEnabled:sc:vc', [0, true], 'IsCustomCalloutRenderStyleEnabled:sd:vd', [0, false], 'IsCustomCalloutStyleEnabled:se:ve', [0, false], 'KeyMemberPath:tv:vf', [2, null], 'LabelMemberPath:ty:vg', [2, null], 'TargetSeriesName:t0:vh', [2, null], 'TargetSeries:rn:vi', [Series.$, null], 'TextStyle:t3:vj', [2, null], 'UseInterpolatedValueForAutoCalloutLabels:sf:vk', [0, false], 'UseSeriesColorForOutline:sg:vl', [0, false], 'UseValueForAutoCalloutLabels:sh:vm', [0, true], 'XMemberPath:t9:vn', [2, null], 'YMemberPath:uc:vo', [2, null]]);
1388
+ CalloutLayer.vc = /*@__PURE__*/ DependencyProperty.i("AutoCalloutVisibilityMode", AutoCalloutVisibilityMode_$type, CalloutLayer.$, /*@__PURE__*/ new PropertyMetadata(2, /*@__PURE__*/ enumGetBox(AutoCalloutVisibilityMode_$type, 0), (a, b) => a.raisePropertyChanged("AutoCalloutVisibilityMode", b.oldValue, b.newValue)));
1389
+ CalloutLayer.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CalloutLayer, 'raisePropertyChanged', ['AutoCalloutLabelPrecision:s4:uy', [1, 5], 'CalloutBackground:vt:uz', [Brush.$, null], 'CalloutCollisionMode:ri:u0', [CalloutCollisionMode_$type, /*@__PURE__*/ enumGetBox(CalloutCollisionMode_$type, 3)], 'CalloutCornerRadius:sv:u1', [1, NaN], 'CalloutInterpolatedValuePrecision:s5:u2', [1, -1], 'CalloutLeaderBrush:vu:u3', [Brush.$, null], 'CalloutOutline:vv:u4', [Brush.$, null], 'CalloutPaddingBottom:sw:u5', [1, NaN], 'CalloutPaddingLeft:sx:u6', [1, NaN], 'CalloutPaddingRight:sy:u7', [1, NaN], 'CalloutPaddingTop:sz:u8', [1, NaN], 'CalloutPositionPadding:s0:u9', [1, 10], 'CalloutStrokeThickness:s1:va', [1, NaN], 'CalloutTextColor:vw:vb', [Brush.$, null], 'CollisionChannel:tp:vd', [2, null], 'ContentMemberPath:ts:ve', [2, null], 'IsAutoCalloutBehaviorEnabled:sf:vf', [0, false], 'IsCalloutOffsettingEnabled:sg:vg', [0, true], 'IsCustomCalloutRenderStyleEnabled:sh:vh', [0, false], 'IsCustomCalloutStyleEnabled:si:vi', [0, false], 'KeyMemberPath:tz:vj', [2, null], 'LabelMemberPath:t2:vk', [2, null], 'TargetSeriesName:t4:vl', [2, null], 'TargetSeries:rr:vm', [Series.$, null], 'TextStyle:t7:vn', [2, null], 'UseInterpolatedValueForAutoCalloutLabels:sj:vo', [0, false], 'UseSeriesColorForOutline:sk:vp', [0, false], 'UseValueForAutoCalloutLabels:sl:vq', [0, true], 'XMemberPath:ud:vr', [2, null], 'YMemberPath:ug:vs', [2, null]]);
1388
1390
  return CalloutLayer;
1389
1391
  })();
1390
1392
  /**
@@ -1446,8 +1448,8 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1446
1448
  }
1447
1449
  }
1448
1450
  b7() {
1449
- if (this.b4.rp != null) {
1450
- return this.b4.rp;
1451
+ if (this.b4.rt != null) {
1452
+ return this.b4.rt;
1451
1453
  }
1452
1454
  return this.e.cd.getFontInfo();
1453
1455
  }
@@ -1470,7 +1472,7 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1470
1472
  cb() {
1471
1473
  let a = this.b7();
1472
1474
  if (isNaN_(this.ca)) {
1473
- let b = FontUtil.getCurrentFontHeight(this.e.cd.cq.j.ae, a);
1475
+ let b = FontUtil.getCurrentFontHeight(this.e.cd.cu.j.ae, a);
1474
1476
  this.ca = b;
1475
1477
  }
1476
1478
  return this.ca;
@@ -1494,9 +1496,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1494
1496
  }
1495
1497
  ci(a) {
1496
1498
  if (a != null) {
1497
- return this.cm(a.o4);
1499
+ return this.cm(a.o8);
1498
1500
  }
1499
- return this.e.o4;
1501
+ return this.e.o8;
1500
1502
  }
1501
1503
  cl() {
1502
1504
  return ((() => {
@@ -1506,9 +1508,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1506
1508
  })());
1507
1509
  }
1508
1510
  ck(a) {
1509
- if (this.b4.sg) {
1511
+ if (this.b4.sk) {
1510
1512
  if (a != null) {
1511
- return this.cm(a.o4);
1513
+ return this.cm(a.o8);
1512
1514
  }
1513
1515
  }
1514
1516
  return ((() => {
@@ -1519,9 +1521,9 @@ export let CalloutLayerView = /*@__PURE__*/ (() => {
1519
1521
  }
1520
1522
  cj(a) {
1521
1523
  if (a != null) {
1522
- return this.cm(a.oz);
1524
+ return this.cm(a.o3);
1523
1525
  }
1524
- return this.e.oz;
1526
+ return this.e.o3;
1525
1527
  }
1526
1528
  cf() {
1527
1529
  this.ca = NaN;