igniteui-webcomponents-charts 3.2.3 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1081) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +29124 -22745
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +127 -104
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +554 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  53. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  54. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  55. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  56. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  59. package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
  60. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  61. package/esm2015/lib/DomainChart.js +2165 -1902
  62. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  63. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  64. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  65. package/esm2015/lib/FinancialChart_combined.js +1440 -1356
  66. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  67. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  68. package/esm2015/lib/FinancialOverlay.js +36 -36
  69. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  70. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  71. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  72. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  73. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  74. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  75. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  76. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  77. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  78. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  79. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  81. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  82. package/esm2015/lib/IndicatorProxy.js +11 -11
  83. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  84. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  85. package/esm2015/lib/LineSeries_combined.js +38 -38
  86. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  87. package/esm2015/lib/MassIndexIndicator.js +6 -6
  88. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  89. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  90. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  91. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  92. package/esm2015/lib/NumberAbbreviator.js +1 -1
  93. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  94. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  95. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  96. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  97. package/esm2015/lib/OverlayProxy.js +8 -8
  98. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  99. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  100. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  101. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  102. package/esm2015/lib/PointSeries_combined.js +19 -19
  103. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  104. package/esm2015/lib/PolarBase_combined.js +388 -388
  105. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  106. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  107. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  108. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  109. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  110. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  111. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  112. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  113. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  114. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  115. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  116. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  117. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  118. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  119. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  120. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  121. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  122. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  123. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  124. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  125. package/esm2015/lib/ScatterBase_combined.js +445 -445
  126. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  127. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  128. package/esm2015/lib/ScatterLineSeries.js +51 -51
  129. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  130. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  131. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  132. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  133. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  134. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  135. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  136. package/esm2015/lib/SeriesInteractionManager.js +80 -80
  137. package/esm2015/lib/SeriesRenderManager.js +17 -17
  138. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  139. package/esm2015/lib/SeriesViewerInteractionManager.js +198 -198
  140. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  141. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  142. package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
  143. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  144. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  145. package/esm2015/lib/SizeScale.js +3 -3
  146. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  147. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  148. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  149. package/esm2015/lib/SplineSeries_combined.js +25 -25
  150. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  151. package/esm2015/lib/Stacked100BarBucketCalculator.js +6 -6
  152. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  153. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
  154. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  155. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  156. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  157. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  158. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  159. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  160. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1556 -1455
  161. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  162. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  163. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  164. package/esm2015/lib/StochRSIIndicator.js +15 -15
  165. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  166. package/esm2015/lib/TRIXIndicator.js +16 -16
  167. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  168. package/esm2015/lib/TimeAxisBase.js +8 -8
  169. package/esm2015/lib/TimeXAxis.js +10 -10
  170. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  171. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  172. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  173. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  174. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  175. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  176. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  177. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  178. package/esm2015/lib/XYChart.js +802 -802
  179. package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  180. package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  181. package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
  182. package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
  183. package/esm2015/lib/igc-annotation-layer-component.js +31 -17
  184. package/esm2015/lib/igc-area-fragment-component.js +14 -0
  185. package/esm2015/lib/igc-area-series-component.js +14 -0
  186. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
  187. package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
  188. package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
  189. package/esm2015/lib/igc-axis-annotation.js +5 -0
  190. package/esm2015/lib/igc-axis-component.js +28 -6
  191. package/esm2015/lib/igc-bar-fragment-component.js +34 -18
  192. package/esm2015/lib/igc-bar-series-component.js +25 -11
  193. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  194. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
  195. package/esm2015/lib/igc-brush-scale-component.js +20 -0
  196. package/esm2015/lib/igc-bubble-series-component.js +60 -44
  197. package/esm2015/lib/igc-calculated-column.js +5 -0
  198. package/esm2015/lib/igc-callout-annotation.js +12 -6
  199. package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
  200. package/esm2015/lib/igc-callout-layer-component.js +115 -95
  201. package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
  202. package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
  203. package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
  204. package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
  205. package/esm2015/lib/igc-category-axis-base-component.js +14 -0
  206. package/esm2015/lib/igc-category-chart-component.js +169 -112
  207. package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
  208. package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
  209. package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
  210. package/esm2015/lib/igc-category-series-component.js +36 -20
  211. package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
  212. package/esm2015/lib/igc-category-x-axis-component.js +89 -2
  213. package/esm2015/lib/igc-category-y-axis-component.js +89 -2
  214. package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  215. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  216. package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
  217. package/esm2015/lib/igc-chart-group-description-collection.js +105 -0
  218. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  219. package/esm2015/lib/igc-chart-group-description.js +20 -0
  220. package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
  221. package/esm2015/lib/igc-chart-series-event-args.js +7 -6
  222. package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
  223. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  224. package/esm2015/lib/igc-chart-sort-description.js +66 -0
  225. package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
  226. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  227. package/esm2015/lib/igc-chart-summary-description.js +101 -0
  228. package/esm2015/lib/igc-color-scale-component.js +20 -0
  229. package/esm2015/lib/igc-column-fragment-component.js +39 -23
  230. package/esm2015/lib/igc-column-series-component.js +27 -13
  231. package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
  232. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  233. package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
  234. package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
  235. package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
  236. package/esm2015/lib/igc-custom-indicator-component.js +14 -0
  237. package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
  238. package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
  239. package/esm2015/lib/igc-data-chart-component.js +95 -95
  240. package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  241. package/esm2015/lib/igc-data-legend-component.js +12 -1
  242. package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
  243. package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
  244. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  245. package/esm2015/lib/igc-domain-chart-component.js +969 -650
  246. package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  247. package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
  248. package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
  249. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  250. package/esm2015/lib/igc-final-value-layer-component.js +57 -42
  251. package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
  252. package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  253. package/esm2015/lib/igc-financial-chart-component.js +215 -157
  254. package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  255. package/esm2015/lib/igc-financial-event-args.js +22 -10
  256. package/esm2015/lib/igc-financial-indicator-component.js +30 -16
  257. package/esm2015/lib/igc-financial-overlay-component.js +19 -5
  258. package/esm2015/lib/igc-financial-price-series-component.js +44 -30
  259. package/esm2015/lib/igc-financial-series-component.js +79 -60
  260. package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
  261. package/esm2015/lib/igc-fragment-base-component.js +16 -2
  262. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  263. package/esm2015/lib/igc-funnel-chart-component.js +9 -0
  264. package/esm2015/lib/igc-funnel-data-context.js +5 -0
  265. package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
  266. package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
  267. package/esm2015/lib/igc-highlighting-info.js +12 -6
  268. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  269. package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
  270. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  271. package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
  272. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  273. package/esm2015/lib/igc-legend-base-component.js +10 -0
  274. package/esm2015/lib/igc-line-fragment-component.js +15 -1
  275. package/esm2015/lib/igc-line-series-component.js +15 -1
  276. package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
  277. package/esm2015/lib/igc-marker-series-component.js +42 -28
  278. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  279. package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
  280. package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
  281. package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
  282. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  283. package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
  284. package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
  285. package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
  286. package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
  287. package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
  288. package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
  289. package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
  290. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
  291. package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
  292. package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  293. package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  294. package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
  295. package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
  296. package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  297. package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
  298. package/esm2015/lib/igc-point-series-component.js +14 -0
  299. package/esm2015/lib/igc-polar-area-series-component.js +17 -3
  300. package/esm2015/lib/igc-polar-base-component.js +95 -77
  301. package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
  302. package/esm2015/lib/igc-polar-line-series-component.js +18 -4
  303. package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
  304. package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
  305. package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
  306. package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
  307. package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
  308. package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
  309. package/esm2015/lib/igc-radial-area-series-component.js +17 -3
  310. package/esm2015/lib/igc-radial-base-component.js +49 -31
  311. package/esm2015/lib/igc-radial-column-series-component.js +23 -9
  312. package/esm2015/lib/igc-radial-line-series-component.js +18 -4
  313. package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
  314. package/esm2015/lib/igc-range-area-series-component.js +14 -0
  315. package/esm2015/lib/igc-range-category-series-component.js +20 -6
  316. package/esm2015/lib/igc-range-column-series-component.js +24 -10
  317. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  318. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
  319. package/esm2015/lib/igc-ring-series-base-component.js +20 -0
  320. package/esm2015/lib/igc-ring-series-component.js +25 -5
  321. package/esm2015/lib/igc-ring.js +12 -6
  322. package/esm2015/lib/igc-scale-legend-component.js +14 -0
  323. package/esm2015/lib/igc-scaler-params.js +5 -0
  324. package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
  325. package/esm2015/lib/igc-scatter-base-component.js +79 -61
  326. package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
  327. package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
  328. package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
  329. package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
  330. package/esm2015/lib/igc-scatter-series-component.js +14 -0
  331. package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
  332. package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
  333. package/esm2015/lib/igc-series-component.js +215 -185
  334. package/esm2015/lib/igc-series-viewer-component.js +417 -282
  335. package/esm2015/lib/igc-shape-series-base-component.js +64 -45
  336. package/esm2015/lib/igc-size-scale-component.js +20 -0
  337. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  338. package/esm2015/lib/igc-sparkline-component.js +5 -0
  339. package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
  340. package/esm2015/lib/igc-spline-area-series-component.js +15 -1
  341. package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
  342. package/esm2015/lib/igc-spline-fragment-component.js +15 -1
  343. package/esm2015/lib/igc-spline-series-base-component.js +20 -6
  344. package/esm2015/lib/igc-spline-series-component.js +15 -1
  345. package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
  346. package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
  347. package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
  348. package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
  349. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  350. package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
  351. package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
  352. package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
  353. package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
  354. package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
  355. package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
  356. package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
  357. package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
  358. package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
  359. package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
  360. package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
  361. package/esm2015/lib/igc-step-area-series-component.js +16 -2
  362. package/esm2015/lib/igc-step-line-series-component.js +17 -3
  363. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
  364. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
  365. package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
  366. package/esm2015/lib/igc-time-axis-base-component.js +14 -0
  367. package/esm2015/lib/igc-time-axis-break-component.js +19 -0
  368. package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
  369. package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
  370. package/esm2015/lib/igc-time-x-axis-component.js +14 -0
  371. package/esm2015/lib/igc-treemap-component.js +11 -0
  372. package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
  373. package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
  374. package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
  375. package/esm2015/lib/igc-trix-indicator-component.js +17 -3
  376. package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
  377. package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  378. package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
  379. package/esm2015/lib/igc-value-overlay-component.js +67 -52
  380. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
  381. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
  382. package/esm2015/lib/igc-waterfall-series-component.js +33 -19
  383. package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
  384. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
  385. package/esm2015/lib/igc-xy-chart-component.js +232 -218
  386. package/esm2015/lib/igc-zoom-slider-component.js +7 -7
  387. package/esm2015/public_api.js +23 -0
  388. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  389. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  390. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  391. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  392. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  393. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  394. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  395. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  396. package/esm5/lib/AreaSeries_combined.js +44 -44
  397. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  398. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  399. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  400. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  401. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  402. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  403. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  404. package/esm5/lib/AxisAnnotationManager.js +1 -1
  405. package/esm5/lib/AxisVisualDataManager.js +2 -2
  406. package/esm5/lib/BarSeries_combined.js +127 -104
  407. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  408. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  409. package/esm5/lib/BrushScale.js +7 -7
  410. package/esm5/lib/BubbleSeries_combined.js +252 -252
  411. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  412. package/esm5/lib/CalloutLayer_combined.js +442 -440
  413. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  414. package/esm5/lib/CategoryChart.js +531 -413
  415. package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
  416. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  417. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  418. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  419. package/esm5/lib/CategoryMarkerManager.js +1 -1
  420. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  421. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  422. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  423. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  424. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  425. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  426. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  427. package/esm5/lib/ChartGroupDescription.js +59 -0
  428. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  429. package/esm5/lib/ChartSortDescription.js +75 -0
  430. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  431. package/esm5/lib/ChartSummaryDescription.js +149 -0
  432. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  433. package/esm5/lib/ColumnSeries_combined.js +64 -64
  434. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  435. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  436. package/esm5/lib/CustomIndicator.js +23 -23
  437. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  438. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  439. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  440. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  441. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  442. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  443. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  444. package/esm5/lib/DataToolTipLayer_combined.js +436 -434
  445. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  446. package/esm5/lib/DomainChart.js +2101 -1752
  447. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  448. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  449. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  450. package/esm5/lib/FinancialChart_combined.js +1404 -1299
  451. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  452. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  453. package/esm5/lib/FinancialOverlay.js +36 -36
  454. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  455. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  456. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  457. package/esm5/lib/ForceIndexIndicator.js +15 -15
  458. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  459. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  460. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  461. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  462. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  463. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  464. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  465. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  466. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  467. package/esm5/lib/IndicatorProxy.js +11 -11
  468. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  469. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  470. package/esm5/lib/LineSeries_combined.js +38 -38
  471. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  472. package/esm5/lib/MassIndexIndicator.js +6 -6
  473. package/esm5/lib/MedianPriceIndicator.js +6 -6
  474. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  475. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  476. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  477. package/esm5/lib/NumberAbbreviator.js +1 -1
  478. package/esm5/lib/NumericXAxis_combined.js +3 -3
  479. package/esm5/lib/NumericYAxis_combined.js +3 -3
  480. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  481. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  482. package/esm5/lib/OverlayProxy.js +8 -8
  483. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  484. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  485. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  486. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  487. package/esm5/lib/PointSeries_combined.js +19 -19
  488. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  489. package/esm5/lib/PolarBase_combined.js +384 -384
  490. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  491. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  492. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  493. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  494. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  495. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  496. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  497. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  498. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  499. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  500. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  501. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  502. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  503. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  504. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  505. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  506. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  507. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  508. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  509. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  510. package/esm5/lib/ScatterBase_combined.js +441 -441
  511. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  512. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  513. package/esm5/lib/ScatterLineSeries.js +51 -51
  514. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  515. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  516. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  517. package/esm5/lib/ScatterSeries_combined.js +15 -15
  518. package/esm5/lib/ScatterSplineSeries.js +38 -38
  519. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  520. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  521. package/esm5/lib/SeriesInteractionManager.js +80 -80
  522. package/esm5/lib/SeriesRenderManager.js +17 -17
  523. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  524. package/esm5/lib/SeriesViewerInteractionManager.js +198 -198
  525. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  526. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  527. package/esm5/lib/SeriesViewer_combined.js +3458 -3101
  528. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  529. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  530. package/esm5/lib/SizeScale.js +3 -3
  531. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  532. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  533. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  534. package/esm5/lib/SplineSeries_combined.js +25 -25
  535. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  536. package/esm5/lib/Stacked100BarBucketCalculator.js +6 -6
  537. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  538. package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
  539. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  540. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  541. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  542. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  543. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  544. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  545. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1835 -1686
  546. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  547. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  548. package/esm5/lib/StepLineSeries_combined.js +43 -43
  549. package/esm5/lib/StochRSIIndicator.js +14 -14
  550. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  551. package/esm5/lib/TRIXIndicator.js +15 -15
  552. package/esm5/lib/TileZoomManager_combined.js +9 -9
  553. package/esm5/lib/TimeAxisBase.js +8 -8
  554. package/esm5/lib/TimeXAxis.js +10 -10
  555. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  556. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  557. package/esm5/lib/ValueOverlay_combined.js +115 -115
  558. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  559. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  560. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  561. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  562. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  563. package/esm5/lib/XYChart.js +717 -717
  564. package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  565. package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  566. package/esm5/lib/igc-anchored-category-series-component.js +32 -18
  567. package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
  568. package/esm5/lib/igc-annotation-layer-component.js +31 -17
  569. package/esm5/lib/igc-area-fragment-component.js +14 -0
  570. package/esm5/lib/igc-area-series-component.js +14 -0
  571. package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
  572. package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
  573. package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
  574. package/esm5/lib/igc-axis-annotation.js +5 -0
  575. package/esm5/lib/igc-axis-component.js +28 -6
  576. package/esm5/lib/igc-bar-fragment-component.js +34 -18
  577. package/esm5/lib/igc-bar-series-component.js +25 -11
  578. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  579. package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
  580. package/esm5/lib/igc-brush-scale-component.js +20 -0
  581. package/esm5/lib/igc-bubble-series-component.js +60 -44
  582. package/esm5/lib/igc-calculated-column.js +5 -0
  583. package/esm5/lib/igc-callout-annotation.js +12 -6
  584. package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
  585. package/esm5/lib/igc-callout-layer-component.js +115 -95
  586. package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
  587. package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
  588. package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
  589. package/esm5/lib/igc-category-angle-axis-component.js +14 -0
  590. package/esm5/lib/igc-category-axis-base-component.js +14 -0
  591. package/esm5/lib/igc-category-chart-component.js +189 -112
  592. package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
  593. package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
  594. package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
  595. package/esm5/lib/igc-category-series-component.js +36 -20
  596. package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
  597. package/esm5/lib/igc-category-x-axis-component.js +109 -2
  598. package/esm5/lib/igc-category-y-axis-component.js +109 -2
  599. package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  600. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  601. package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
  602. package/esm5/lib/igc-chart-group-description-collection.js +132 -0
  603. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  604. package/esm5/lib/igc-chart-group-description.js +34 -0
  605. package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
  606. package/esm5/lib/igc-chart-series-event-args.js +7 -6
  607. package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
  608. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  609. package/esm5/lib/igc-chart-sort-description.js +86 -0
  610. package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
  611. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  612. package/esm5/lib/igc-chart-summary-description.js +128 -0
  613. package/esm5/lib/igc-color-scale-component.js +20 -0
  614. package/esm5/lib/igc-column-fragment-component.js +39 -23
  615. package/esm5/lib/igc-column-series-component.js +27 -13
  616. package/esm5/lib/igc-column-supporting-calculation.js +5 -0
  617. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  618. package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
  619. package/esm5/lib/igc-crosshair-layer-component.js +105 -90
  620. package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
  621. package/esm5/lib/igc-custom-indicator-component.js +14 -0
  622. package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
  623. package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
  624. package/esm5/lib/igc-data-chart-component.js +95 -95
  625. package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  626. package/esm5/lib/igc-data-legend-component.js +12 -1
  627. package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
  628. package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
  629. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  630. package/esm5/lib/igc-domain-chart-component.js +1041 -650
  631. package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  632. package/esm5/lib/igc-doughnut-chart-component.js +7 -0
  633. package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
  634. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  635. package/esm5/lib/igc-final-value-layer-component.js +57 -42
  636. package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
  637. package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  638. package/esm5/lib/igc-financial-chart-component.js +235 -157
  639. package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  640. package/esm5/lib/igc-financial-event-args.js +22 -10
  641. package/esm5/lib/igc-financial-indicator-component.js +30 -16
  642. package/esm5/lib/igc-financial-overlay-component.js +19 -5
  643. package/esm5/lib/igc-financial-price-series-component.js +44 -30
  644. package/esm5/lib/igc-financial-series-component.js +79 -60
  645. package/esm5/lib/igc-force-index-indicator-component.js +18 -4
  646. package/esm5/lib/igc-fragment-base-component.js +16 -2
  647. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  648. package/esm5/lib/igc-funnel-chart-component.js +9 -0
  649. package/esm5/lib/igc-funnel-data-context.js +5 -0
  650. package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
  651. package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
  652. package/esm5/lib/igc-highlighting-info.js +12 -6
  653. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  654. package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
  655. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  656. package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
  657. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  658. package/esm5/lib/igc-legend-base-component.js +10 -0
  659. package/esm5/lib/igc-line-fragment-component.js +15 -1
  660. package/esm5/lib/igc-line-series-component.js +15 -1
  661. package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
  662. package/esm5/lib/igc-marker-series-component.js +42 -28
  663. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  664. package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
  665. package/esm5/lib/igc-median-price-indicator-component.js +14 -0
  666. package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
  667. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  668. package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
  669. package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
  670. package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
  671. package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
  672. package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
  673. package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
  674. package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
  675. package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
  676. package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
  677. package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  678. package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  679. package/esm5/lib/igc-pie-chart-base-component.js +28 -0
  680. package/esm5/lib/igc-pie-slice-others-context.js +5 -0
  681. package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  682. package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
  683. package/esm5/lib/igc-point-series-component.js +14 -0
  684. package/esm5/lib/igc-polar-area-series-component.js +17 -3
  685. package/esm5/lib/igc-polar-base-component.js +95 -77
  686. package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
  687. package/esm5/lib/igc-polar-line-series-component.js +18 -4
  688. package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
  689. package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
  690. package/esm5/lib/igc-polar-spline-series-component.js +18 -4
  691. package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
  692. package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
  693. package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
  694. package/esm5/lib/igc-radial-area-series-component.js +17 -3
  695. package/esm5/lib/igc-radial-base-component.js +49 -31
  696. package/esm5/lib/igc-radial-column-series-component.js +23 -9
  697. package/esm5/lib/igc-radial-line-series-component.js +18 -4
  698. package/esm5/lib/igc-radial-pie-series-component.js +23 -9
  699. package/esm5/lib/igc-range-area-series-component.js +14 -0
  700. package/esm5/lib/igc-range-category-series-component.js +20 -6
  701. package/esm5/lib/igc-range-column-series-component.js +24 -10
  702. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  703. package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
  704. package/esm5/lib/igc-ring-series-base-component.js +20 -0
  705. package/esm5/lib/igc-ring-series-component.js +25 -5
  706. package/esm5/lib/igc-ring.js +12 -6
  707. package/esm5/lib/igc-scale-legend-component.js +14 -0
  708. package/esm5/lib/igc-scaler-params.js +5 -0
  709. package/esm5/lib/igc-scatter-area-series-component.js +40 -24
  710. package/esm5/lib/igc-scatter-base-component.js +79 -61
  711. package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
  712. package/esm5/lib/igc-scatter-line-series-component.js +18 -4
  713. package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
  714. package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
  715. package/esm5/lib/igc-scatter-series-component.js +14 -0
  716. package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
  717. package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
  718. package/esm5/lib/igc-series-component.js +219 -185
  719. package/esm5/lib/igc-series-viewer-component.js +441 -282
  720. package/esm5/lib/igc-shape-series-base-component.js +64 -45
  721. package/esm5/lib/igc-size-scale-component.js +20 -0
  722. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  723. package/esm5/lib/igc-sparkline-component.js +5 -0
  724. package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
  725. package/esm5/lib/igc-spline-area-series-component.js +15 -1
  726. package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
  727. package/esm5/lib/igc-spline-fragment-component.js +15 -1
  728. package/esm5/lib/igc-spline-series-base-component.js +20 -6
  729. package/esm5/lib/igc-spline-series-component.js +15 -1
  730. package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
  731. package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
  732. package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
  733. package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
  734. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  735. package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
  736. package/esm5/lib/igc-stacked-area-series-component.js +14 -0
  737. package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
  738. package/esm5/lib/igc-stacked-column-series-component.js +23 -9
  739. package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
  740. package/esm5/lib/igc-stacked-line-series-component.js +15 -1
  741. package/esm5/lib/igc-stacked-series-base-component.js +12 -11
  742. package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
  743. package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
  744. package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
  745. package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
  746. package/esm5/lib/igc-step-area-series-component.js +16 -2
  747. package/esm5/lib/igc-step-line-series-component.js +17 -3
  748. package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
  749. package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
  750. package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
  751. package/esm5/lib/igc-time-axis-base-component.js +14 -0
  752. package/esm5/lib/igc-time-axis-break-component.js +19 -0
  753. package/esm5/lib/igc-time-axis-interval-component.js +19 -0
  754. package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
  755. package/esm5/lib/igc-time-x-axis-component.js +14 -0
  756. package/esm5/lib/igc-treemap-component.js +11 -0
  757. package/esm5/lib/igc-treemap-node-style-component.js +19 -0
  758. package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
  759. package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
  760. package/esm5/lib/igc-trix-indicator-component.js +17 -3
  761. package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
  762. package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  763. package/esm5/lib/igc-value-brush-scale-component.js +14 -0
  764. package/esm5/lib/igc-value-overlay-component.js +67 -52
  765. package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
  766. package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
  767. package/esm5/lib/igc-waterfall-series-component.js +33 -19
  768. package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
  769. package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
  770. package/esm5/lib/igc-xy-chart-component.js +232 -218
  771. package/esm5/lib/igc-zoom-slider-component.js +7 -7
  772. package/esm5/public_api.js +23 -0
  773. package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
  774. package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
  775. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  776. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  777. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  778. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  779. package/lib/AnnotationLayerProxy.d.ts +4 -0
  780. package/lib/AnnotationLayer_combined.d.ts +40 -40
  781. package/lib/AreaSeries_combined.d.ts +8 -8
  782. package/lib/AutomaticSeriesManager.d.ts +1 -0
  783. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  784. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  785. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  786. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  787. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  788. package/lib/BarSeries_combined.d.ts +19 -19
  789. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  790. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  791. package/lib/BubbleSeries_combined.d.ts +48 -48
  792. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  793. package/lib/CalloutLayer_combined.d.ts +101 -101
  794. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  795. package/lib/CategoryChart.d.ts +131 -116
  796. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  797. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  798. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  799. package/lib/CategoryXAxis_combined.d.ts +17 -5
  800. package/lib/CategoryYAxis_combined.d.ts +17 -5
  801. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  802. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  803. package/lib/ChartGroupDescription.d.ts +16 -0
  804. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  805. package/lib/ChartSortDescription.d.ts +18 -0
  806. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  807. package/lib/ChartSummaryDescription.d.ts +33 -0
  808. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  809. package/lib/ColumnSeries_combined.d.ts +17 -17
  810. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  811. package/lib/CrosshairLayer_combined.d.ts +41 -41
  812. package/lib/CustomIndicator.d.ts +8 -8
  813. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  814. package/lib/DataChartToolbarProvider.d.ts +21 -0
  815. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  816. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  817. package/lib/DomainChart.d.ts +541 -489
  818. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  819. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  820. package/lib/FinalValueLayer_combined.d.ts +28 -28
  821. package/lib/FinancialChart_combined.d.ts +299 -287
  822. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  823. package/lib/FinancialIndicator_combined.d.ts +36 -36
  824. package/lib/FinancialOverlay.d.ts +9 -9
  825. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  826. package/lib/ForceIndexIndicator.d.ts +9 -9
  827. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  828. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  829. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  830. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  831. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  832. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  833. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  834. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  835. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  836. package/lib/LineSeries_combined.d.ts +7 -7
  837. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  838. package/lib/MassIndexIndicator.d.ts +4 -4
  839. package/lib/MedianPriceIndicator.d.ts +4 -4
  840. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  841. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  842. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  843. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  844. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  845. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  846. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  847. package/lib/PointSeries_combined.d.ts +6 -6
  848. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  849. package/lib/PolarBase_combined.d.ts +107 -107
  850. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  851. package/lib/PolarLineSeries_combined.d.ts +8 -8
  852. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  853. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  854. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  855. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  856. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  857. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  858. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  859. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  860. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  861. package/lib/RadialLineSeries_combined.d.ts +8 -8
  862. package/lib/RadialPieSeries_combined.d.ts +13 -13
  863. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  864. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  865. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  866. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  867. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  868. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  869. package/lib/ScatterBase_combined.d.ts +108 -108
  870. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  871. package/lib/ScatterLineSeries.d.ts +12 -12
  872. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  873. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  874. package/lib/ScatterSeries_combined.d.ts +4 -4
  875. package/lib/ScatterSplineSeries.d.ts +9 -9
  876. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  877. package/lib/SeriesViewer_combined.d.ts +1036 -956
  878. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  879. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  880. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  881. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  882. package/lib/SplineSeries_combined.d.ts +6 -6
  883. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  884. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  885. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  886. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  887. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  888. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  889. package/lib/StackedLineSeries_combined.d.ts +3 -3
  890. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +415 -397
  891. package/lib/StandardDeviationIndicator.d.ts +8 -8
  892. package/lib/StepAreaSeries_combined.d.ts +10 -10
  893. package/lib/StepLineSeries_combined.d.ts +9 -9
  894. package/lib/StochRSIIndicator.d.ts +8 -8
  895. package/lib/StrategyBasedIndicator.d.ts +21 -21
  896. package/lib/TRIXIndicator.d.ts +8 -8
  897. package/lib/TypicalPriceIndicator.d.ts +4 -4
  898. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  899. package/lib/ValueOverlay_combined.d.ts +41 -41
  900. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  901. package/lib/WaterfallSeries_combined.d.ts +23 -23
  902. package/lib/WeightedCloseIndicator.d.ts +4 -4
  903. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  904. package/lib/XYChart.d.ts +187 -187
  905. package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
  906. package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
  907. package/lib/igc-anchored-category-series-component.d.ts +1 -0
  908. package/lib/igc-anchored-radial-series-component.d.ts +1 -0
  909. package/lib/igc-annotation-layer-component.d.ts +1 -0
  910. package/lib/igc-area-fragment-component.d.ts +1 -0
  911. package/lib/igc-area-series-component.d.ts +1 -0
  912. package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
  913. package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
  914. package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
  915. package/lib/igc-axis-component.d.ts +1 -0
  916. package/lib/igc-bar-fragment-component.d.ts +1 -0
  917. package/lib/igc-bar-series-component.d.ts +1 -0
  918. package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
  919. package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
  920. package/lib/igc-brush-scale-component.d.ts +1 -0
  921. package/lib/igc-bubble-series-component.d.ts +1 -0
  922. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  923. package/lib/igc-callout-layer-component.d.ts +1 -0
  924. package/lib/igc-category-angle-axis-component.d.ts +1 -0
  925. package/lib/igc-category-axis-base-component.d.ts +1 -0
  926. package/lib/igc-category-chart-component.d.ts +27 -0
  927. package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
  928. package/lib/igc-category-highlight-layer-component.d.ts +1 -0
  929. package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
  930. package/lib/igc-category-series-component.d.ts +1 -0
  931. package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
  932. package/lib/igc-category-x-axis-component.d.ts +38 -0
  933. package/lib/igc-category-y-axis-component.d.ts +38 -0
  934. package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
  935. package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
  936. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  937. package/lib/igc-chart-group-description-module.d.ts +3 -0
  938. package/lib/igc-chart-group-description.d.ts +14 -0
  939. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  940. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  941. package/lib/igc-chart-sort-description.d.ts +31 -0
  942. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  943. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  944. package/lib/igc-chart-summary-description.d.ts +35 -0
  945. package/lib/igc-color-scale-component.d.ts +1 -0
  946. package/lib/igc-column-fragment-component.d.ts +1 -0
  947. package/lib/igc-column-series-component.d.ts +1 -0
  948. package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
  949. package/lib/igc-contour-value-resolver-component.d.ts +1 -0
  950. package/lib/igc-crosshair-layer-component.d.ts +1 -0
  951. package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
  952. package/lib/igc-custom-indicator-component.d.ts +1 -0
  953. package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
  954. package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
  955. package/lib/igc-data-legend-component.d.ts +1 -1
  956. package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
  957. package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
  958. package/lib/igc-domain-chart-component.d.ts +85 -1
  959. package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
  960. package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
  961. package/lib/igc-final-value-layer-component.d.ts +1 -0
  962. package/lib/igc-financial-chart-component.d.ts +27 -0
  963. package/lib/igc-financial-indicator-component.d.ts +1 -0
  964. package/lib/igc-financial-overlay-component.d.ts +1 -0
  965. package/lib/igc-financial-price-series-component.d.ts +1 -0
  966. package/lib/igc-financial-series-component.d.ts +1 -0
  967. package/lib/igc-force-index-indicator-component.d.ts +1 -0
  968. package/lib/igc-fragment-base-component.d.ts +1 -0
  969. package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
  970. package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
  971. package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
  972. package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
  973. package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
  974. package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
  975. package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
  976. package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
  977. package/lib/igc-line-fragment-component.d.ts +1 -0
  978. package/lib/igc-line-series-component.d.ts +1 -0
  979. package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
  980. package/lib/igc-marker-series-component.d.ts +1 -0
  981. package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
  982. package/lib/igc-mass-index-indicator-component.d.ts +1 -0
  983. package/lib/igc-median-price-indicator-component.d.ts +1 -0
  984. package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
  985. package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
  986. package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
  987. package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
  988. package/lib/igc-numeric-axis-base-component.d.ts +1 -0
  989. package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
  990. package/lib/igc-numeric-x-axis-component.d.ts +1 -0
  991. package/lib/igc-numeric-y-axis-component.d.ts +1 -0
  992. package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
  993. package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
  994. package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
  995. package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
  996. package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
  997. package/lib/igc-pie-chart-base-component.d.ts +1 -0
  998. package/lib/igc-point-series-component.d.ts +1 -0
  999. package/lib/igc-polar-area-series-component.d.ts +1 -0
  1000. package/lib/igc-polar-base-component.d.ts +1 -0
  1001. package/lib/igc-polar-line-series-base-component.d.ts +1 -0
  1002. package/lib/igc-polar-line-series-component.d.ts +1 -0
  1003. package/lib/igc-polar-scatter-series-component.d.ts +1 -0
  1004. package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
  1005. package/lib/igc-polar-spline-series-component.d.ts +1 -0
  1006. package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
  1007. package/lib/igc-price-channel-overlay-component.d.ts +1 -0
  1008. package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
  1009. package/lib/igc-radial-area-series-component.d.ts +1 -0
  1010. package/lib/igc-radial-base-component.d.ts +1 -0
  1011. package/lib/igc-radial-column-series-component.d.ts +1 -0
  1012. package/lib/igc-radial-line-series-component.d.ts +1 -0
  1013. package/lib/igc-radial-pie-series-component.d.ts +1 -0
  1014. package/lib/igc-range-area-series-component.d.ts +1 -0
  1015. package/lib/igc-range-category-series-component.d.ts +1 -0
  1016. package/lib/igc-range-column-series-component.d.ts +1 -0
  1017. package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
  1018. package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
  1019. package/lib/igc-ring-series-base-component.d.ts +1 -0
  1020. package/lib/igc-ring-series-component.d.ts +1 -0
  1021. package/lib/igc-scale-legend-component.d.ts +1 -0
  1022. package/lib/igc-scatter-area-series-component.d.ts +1 -0
  1023. package/lib/igc-scatter-base-component.d.ts +1 -0
  1024. package/lib/igc-scatter-contour-series-component.d.ts +1 -0
  1025. package/lib/igc-scatter-line-series-component.d.ts +1 -0
  1026. package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
  1027. package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
  1028. package/lib/igc-scatter-series-component.d.ts +1 -0
  1029. package/lib/igc-scatter-spline-series-component.d.ts +1 -0
  1030. package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
  1031. package/lib/igc-series-component.d.ts +5 -0
  1032. package/lib/igc-series-viewer-component.d.ts +52 -0
  1033. package/lib/igc-shape-series-base-component.d.ts +1 -0
  1034. package/lib/igc-size-scale-component.d.ts +1 -0
  1035. package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
  1036. package/lib/igc-spline-area-fragment-component.d.ts +1 -0
  1037. package/lib/igc-spline-area-series-component.d.ts +1 -0
  1038. package/lib/igc-spline-fragment-base-component.d.ts +1 -0
  1039. package/lib/igc-spline-fragment-component.d.ts +1 -0
  1040. package/lib/igc-spline-series-base-component.d.ts +1 -0
  1041. package/lib/igc-spline-series-component.d.ts +1 -0
  1042. package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
  1043. package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
  1044. package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
  1045. package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
  1046. package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
  1047. package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
  1048. package/lib/igc-stacked-area-series-component.d.ts +1 -0
  1049. package/lib/igc-stacked-bar-series-component.d.ts +1 -0
  1050. package/lib/igc-stacked-column-series-component.d.ts +1 -0
  1051. package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
  1052. package/lib/igc-stacked-line-series-component.d.ts +1 -0
  1053. package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
  1054. package/lib/igc-stacked-spline-series-component.d.ts +1 -0
  1055. package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
  1056. package/lib/igc-step-area-series-component.d.ts +1 -0
  1057. package/lib/igc-step-line-series-component.d.ts +1 -0
  1058. package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
  1059. package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
  1060. package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
  1061. package/lib/igc-time-axis-base-component.d.ts +1 -0
  1062. package/lib/igc-time-axis-break-component.d.ts +1 -0
  1063. package/lib/igc-time-axis-interval-component.d.ts +1 -0
  1064. package/lib/igc-time-axis-label-format-component.d.ts +1 -0
  1065. package/lib/igc-time-x-axis-component.d.ts +1 -0
  1066. package/lib/igc-treemap-node-style-component.d.ts +1 -0
  1067. package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
  1068. package/lib/igc-trix-indicator-component.d.ts +1 -0
  1069. package/lib/igc-typical-price-indicator-component.d.ts +1 -0
  1070. package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
  1071. package/lib/igc-value-brush-scale-component.d.ts +1 -0
  1072. package/lib/igc-value-overlay-component.d.ts +1 -0
  1073. package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
  1074. package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
  1075. package/lib/igc-waterfall-series-component.d.ts +1 -0
  1076. package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
  1077. package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
  1078. package/lib/igc-xy-chart-component.d.ts +1 -0
  1079. package/lib/igc-zoom-slider-component.d.ts +0 -5
  1080. package/package.json +2 -2
  1081. package/public_api.d.ts +23 -0
@@ -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;