igniteui-webcomponents-charts 3.2.1 → 3.2.2

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 (567) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +10178 -10093
  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 +3 -3
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
  9. package/esm2015/lib/AnnotationLayerProxy.js +25 -25
  10. package/esm2015/lib/AnnotationLayer_combined.js +116 -116
  11. package/esm2015/lib/AreaSeries_combined.js +35 -35
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/BarSeries_combined.js +69 -69
  15. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  16. package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
  17. package/esm2015/lib/BrushScale.js +7 -7
  18. package/esm2015/lib/BubbleSeries_combined.js +227 -227
  19. package/esm2015/lib/CalloutLayer_combined.js +404 -404
  20. package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
  21. package/esm2015/lib/CategoryChart.js +13 -13
  22. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  23. package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
  24. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
  25. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  26. package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
  27. package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
  28. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  29. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  30. package/esm2015/lib/ColumnSeries_combined.js +50 -50
  31. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  32. package/esm2015/lib/CrosshairLayer_combined.js +77 -77
  33. package/esm2015/lib/CustomIndicator.js +22 -22
  34. package/esm2015/lib/DataToolTipLayer_combined.js +428 -410
  35. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  36. package/esm2015/lib/DomainChart.js +11 -8
  37. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  38. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  39. package/esm2015/lib/FinalValueLayer_combined.js +63 -63
  40. package/esm2015/lib/FinancialChart_combined.js +20 -20
  41. package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
  42. package/esm2015/lib/FinancialIndicator_combined.js +168 -168
  43. package/esm2015/lib/FinancialOverlay.js +28 -28
  44. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  45. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  46. package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
  47. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  48. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  49. package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
  50. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
  51. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  52. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  53. package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
  54. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  55. package/esm2015/lib/IndicatorProxy.js +10 -10
  56. package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
  57. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  58. package/esm2015/lib/LineSeries_combined.js +29 -29
  59. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  60. package/esm2015/lib/MassIndexIndicator.js +6 -6
  61. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  62. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  63. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  64. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  65. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  66. package/esm2015/lib/OverlayProxy.js +7 -7
  67. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  68. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  69. package/esm2015/lib/PieChartViewManager_combined.js +1 -0
  70. package/esm2015/lib/PointSeries_combined.js +13 -13
  71. package/esm2015/lib/PointerTooltip_combined.js +75 -65
  72. package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
  73. package/esm2015/lib/PolarBase_combined.js +334 -334
  74. package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
  75. package/esm2015/lib/PolarLineSeries_combined.js +18 -18
  76. package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
  77. package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
  78. package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
  79. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  80. package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
  81. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  82. package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
  83. package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
  84. package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
  85. package/esm2015/lib/RadialLineSeries_combined.js +28 -28
  86. package/esm2015/lib/RadialPieSeries_combined.js +35 -35
  87. package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
  88. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  89. package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
  90. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  91. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  92. package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
  93. package/esm2015/lib/ScatterBase_combined.js +380 -380
  94. package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
  95. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  96. package/esm2015/lib/ScatterLineSeries.js +43 -43
  97. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  98. package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
  99. package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
  100. package/esm2015/lib/ScatterSeries_combined.js +11 -11
  101. package/esm2015/lib/ScatterSplineSeries.js +30 -30
  102. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  103. package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
  104. package/esm2015/lib/SeriesInteractionManager.js +16 -16
  105. package/esm2015/lib/SeriesRenderManager.js +8 -8
  106. package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
  107. package/esm2015/lib/SeriesViewer_combined.js +462 -458
  108. package/esm2015/lib/SeriesVisualDataManager.js +2 -2
  109. package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
  110. package/esm2015/lib/SizeScale.js +2 -2
  111. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  112. package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
  113. package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
  114. package/esm2015/lib/SplineSeries_combined.js +20 -20
  115. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  116. package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
  117. package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
  118. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
  119. package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
  120. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  121. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  122. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  123. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  124. package/esm2015/lib/StackedLineSeries_combined.js +8 -8
  125. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
  126. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  127. package/esm2015/lib/StepAreaSeries_combined.js +30 -30
  128. package/esm2015/lib/StepLineSeries_combined.js +31 -31
  129. package/esm2015/lib/StochRSIIndicator.js +15 -15
  130. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  131. package/esm2015/lib/TRIXIndicator.js +16 -16
  132. package/esm2015/lib/TimeAxisBase.js +1 -1
  133. package/esm2015/lib/TimeXAxis.js +1 -1
  134. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  135. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  136. package/esm2015/lib/ValueOverlay_combined.js +96 -96
  137. package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
  138. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  139. package/esm2015/lib/WaterfallSeries_combined.js +88 -88
  140. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  141. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  142. package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
  143. package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
  144. package/esm2015/lib/igc-annotation-layer-component.js +15 -15
  145. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  146. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  147. package/esm2015/lib/igc-bar-fragment-component.js +1 -1
  148. package/esm2015/lib/igc-bar-series-component.js +7 -7
  149. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  150. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
  151. package/esm2015/lib/igc-bubble-series-component.js +43 -43
  152. package/esm2015/lib/igc-callout-layer-component.js +94 -94
  153. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  154. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  155. package/esm2015/lib/igc-category-series-component.js +15 -15
  156. package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
  157. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  158. package/esm2015/lib/igc-column-fragment-component.js +7 -7
  159. package/esm2015/lib/igc-column-series-component.js +10 -10
  160. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  161. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  162. package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
  163. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  164. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  165. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  166. package/esm2015/lib/igc-financial-indicator-component.js +11 -11
  167. package/esm2015/lib/igc-financial-overlay-component.js +3 -3
  168. package/esm2015/lib/igc-financial-price-series-component.js +27 -27
  169. package/esm2015/lib/igc-financial-series-component.js +48 -48
  170. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  171. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  172. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  173. package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
  174. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  175. package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
  176. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  177. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
  178. package/esm2015/lib/igc-marker-series-component.js +28 -28
  179. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  180. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  181. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  182. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  183. package/esm2015/lib/igc-polar-base-component.js +71 -71
  184. package/esm2015/lib/igc-polar-line-series-component.js +3 -3
  185. package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
  186. package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
  187. package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
  188. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  189. package/esm2015/lib/igc-radial-base-component.js +26 -26
  190. package/esm2015/lib/igc-radial-column-series-component.js +6 -6
  191. package/esm2015/lib/igc-radial-line-series-component.js +3 -3
  192. package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
  193. package/esm2015/lib/igc-range-category-series-component.js +4 -4
  194. package/esm2015/lib/igc-range-column-series-component.js +7 -7
  195. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  196. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  197. package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
  198. package/esm2015/lib/igc-scatter-base-component.js +43 -43
  199. package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
  200. package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
  201. package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
  202. package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
  203. package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
  204. package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
  205. package/esm2015/lib/igc-series-component.js +54 -47
  206. package/esm2015/lib/igc-shape-series-base-component.js +40 -40
  207. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  208. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  209. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  210. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  211. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  212. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  213. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  214. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  215. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  216. package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
  217. package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
  218. package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
  219. package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
  220. package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
  221. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  222. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  223. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  224. package/esm2015/lib/igc-value-overlay-component.js +48 -48
  225. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
  226. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  227. package/esm2015/lib/igc-waterfall-series-component.js +14 -14
  228. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  229. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  230. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  231. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  232. package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
  233. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
  234. package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
  235. package/esm5/lib/AnnotationLayerProxy.js +25 -25
  236. package/esm5/lib/AnnotationLayer_combined.js +115 -115
  237. package/esm5/lib/AreaSeries_combined.js +35 -35
  238. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  239. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  240. package/esm5/lib/BarSeries_combined.js +69 -69
  241. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  242. package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
  243. package/esm5/lib/BrushScale.js +7 -7
  244. package/esm5/lib/BubbleSeries_combined.js +230 -230
  245. package/esm5/lib/CalloutLayer_combined.js +405 -405
  246. package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
  247. package/esm5/lib/CategoryChart.js +13 -13
  248. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  249. package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
  250. package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
  251. package/esm5/lib/CategoryMarkerManager.js +1 -1
  252. package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
  253. package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
  254. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  255. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  256. package/esm5/lib/ColumnSeries_combined.js +49 -49
  257. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  258. package/esm5/lib/CrosshairLayer_combined.js +77 -77
  259. package/esm5/lib/CustomIndicator.js +22 -22
  260. package/esm5/lib/DataToolTipLayer_combined.js +428 -410
  261. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  262. package/esm5/lib/DomainChart.js +11 -8
  263. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  264. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  265. package/esm5/lib/FinalValueLayer_combined.js +63 -63
  266. package/esm5/lib/FinancialChart_combined.js +20 -20
  267. package/esm5/lib/FinancialEventArgs_combined.js +509 -509
  268. package/esm5/lib/FinancialIndicator_combined.js +167 -167
  269. package/esm5/lib/FinancialOverlay.js +28 -28
  270. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  271. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  272. package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
  273. package/esm5/lib/ForceIndexIndicator.js +15 -15
  274. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  275. package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
  276. package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
  277. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  278. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  279. package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
  280. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  281. package/esm5/lib/IndicatorProxy.js +10 -10
  282. package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
  283. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  284. package/esm5/lib/LineSeries_combined.js +29 -29
  285. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  286. package/esm5/lib/MassIndexIndicator.js +6 -6
  287. package/esm5/lib/MedianPriceIndicator.js +6 -6
  288. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  289. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  290. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  291. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  292. package/esm5/lib/OverlayProxy.js +7 -7
  293. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  294. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  295. package/esm5/lib/PieChartViewManager_combined.js +1 -0
  296. package/esm5/lib/PointSeries_combined.js +13 -13
  297. package/esm5/lib/PointerTooltip_combined.js +75 -65
  298. package/esm5/lib/PolarAreaSeries_combined.js +19 -19
  299. package/esm5/lib/PolarBase_combined.js +333 -333
  300. package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
  301. package/esm5/lib/PolarLineSeries_combined.js +18 -18
  302. package/esm5/lib/PolarScatterSeries_combined.js +8 -8
  303. package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
  304. package/esm5/lib/PolarSplineSeries_combined.js +17 -17
  305. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  306. package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
  307. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  308. package/esm5/lib/RadialAreaSeries_combined.js +31 -31
  309. package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
  310. package/esm5/lib/RadialColumnSeries_combined.js +37 -37
  311. package/esm5/lib/RadialLineSeries_combined.js +28 -28
  312. package/esm5/lib/RadialPieSeries_combined.js +35 -35
  313. package/esm5/lib/RangeAreaSeries_combined.js +16 -16
  314. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  315. package/esm5/lib/RangeColumnSeries_combined.js +22 -22
  316. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  317. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  318. package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
  319. package/esm5/lib/ScatterBase_combined.js +379 -379
  320. package/esm5/lib/ScatterContourSeries_combined.js +96 -96
  321. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  322. package/esm5/lib/ScatterLineSeries.js +43 -43
  323. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  324. package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
  325. package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
  326. package/esm5/lib/ScatterSeries_combined.js +11 -11
  327. package/esm5/lib/ScatterSplineSeries.js +30 -30
  328. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  329. package/esm5/lib/ScatterTriangulationSeries.js +145 -145
  330. package/esm5/lib/SeriesInteractionManager.js +16 -16
  331. package/esm5/lib/SeriesRenderManager.js +8 -8
  332. package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
  333. package/esm5/lib/SeriesViewer_combined.js +457 -453
  334. package/esm5/lib/SeriesVisualDataManager.js +2 -2
  335. package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
  336. package/esm5/lib/SizeScale.js +2 -2
  337. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  338. package/esm5/lib/SplineAreaSeries_combined.js +28 -28
  339. package/esm5/lib/SplineSeriesBase_combined.js +101 -101
  340. package/esm5/lib/SplineSeries_combined.js +20 -20
  341. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  342. package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
  343. package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
  344. package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
  345. package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
  346. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  347. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  348. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  349. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  350. package/esm5/lib/StackedLineSeries_combined.js +8 -8
  351. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
  352. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  353. package/esm5/lib/StepAreaSeries_combined.js +30 -30
  354. package/esm5/lib/StepLineSeries_combined.js +31 -31
  355. package/esm5/lib/StochRSIIndicator.js +14 -14
  356. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  357. package/esm5/lib/TRIXIndicator.js +15 -15
  358. package/esm5/lib/TimeAxisBase.js +1 -1
  359. package/esm5/lib/TimeXAxis.js +1 -1
  360. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  361. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  362. package/esm5/lib/ValueOverlay_combined.js +96 -96
  363. package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
  364. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  365. package/esm5/lib/WaterfallSeries_combined.js +88 -88
  366. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  367. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  368. package/esm5/lib/igc-anchored-category-series-component.js +15 -15
  369. package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
  370. package/esm5/lib/igc-annotation-layer-component.js +15 -15
  371. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  372. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  373. package/esm5/lib/igc-bar-fragment-component.js +1 -1
  374. package/esm5/lib/igc-bar-series-component.js +7 -7
  375. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  376. package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
  377. package/esm5/lib/igc-bubble-series-component.js +43 -43
  378. package/esm5/lib/igc-callout-layer-component.js +94 -94
  379. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  380. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  381. package/esm5/lib/igc-category-series-component.js +15 -15
  382. package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
  383. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  384. package/esm5/lib/igc-column-fragment-component.js +7 -7
  385. package/esm5/lib/igc-column-series-component.js +10 -10
  386. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  387. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  388. package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
  389. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  390. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  391. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  392. package/esm5/lib/igc-financial-indicator-component.js +11 -11
  393. package/esm5/lib/igc-financial-overlay-component.js +3 -3
  394. package/esm5/lib/igc-financial-price-series-component.js +27 -27
  395. package/esm5/lib/igc-financial-series-component.js +48 -48
  396. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  397. package/esm5/lib/igc-fragment-base-component.js +1 -1
  398. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  399. package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
  400. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  401. package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
  402. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  403. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
  404. package/esm5/lib/igc-marker-series-component.js +28 -28
  405. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  406. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  407. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  408. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  409. package/esm5/lib/igc-polar-base-component.js +71 -71
  410. package/esm5/lib/igc-polar-line-series-component.js +3 -3
  411. package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
  412. package/esm5/lib/igc-polar-spline-series-component.js +3 -3
  413. package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
  414. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  415. package/esm5/lib/igc-radial-base-component.js +26 -26
  416. package/esm5/lib/igc-radial-column-series-component.js +6 -6
  417. package/esm5/lib/igc-radial-line-series-component.js +3 -3
  418. package/esm5/lib/igc-radial-pie-series-component.js +6 -6
  419. package/esm5/lib/igc-range-category-series-component.js +4 -4
  420. package/esm5/lib/igc-range-column-series-component.js +7 -7
  421. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  422. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  423. package/esm5/lib/igc-scatter-area-series-component.js +22 -22
  424. package/esm5/lib/igc-scatter-base-component.js +43 -43
  425. package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
  426. package/esm5/lib/igc-scatter-line-series-component.js +3 -3
  427. package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
  428. package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
  429. package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
  430. package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
  431. package/esm5/lib/igc-series-component.js +54 -47
  432. package/esm5/lib/igc-shape-series-base-component.js +40 -40
  433. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  434. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  435. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  436. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  437. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  438. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  439. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  440. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  441. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  442. package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
  443. package/esm5/lib/igc-stacked-column-series-component.js +6 -6
  444. package/esm5/lib/igc-stacked-series-base-component.js +10 -10
  445. package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
  446. package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
  447. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  448. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  449. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  450. package/esm5/lib/igc-value-overlay-component.js +48 -48
  451. package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
  452. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  453. package/esm5/lib/igc-waterfall-series-component.js +14 -14
  454. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  455. package/fesm2015/igniteui-webcomponents-charts.js +10211 -10126
  456. package/fesm5/igniteui-webcomponents-charts.js +10178 -10093
  457. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  458. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  459. package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
  460. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
  461. package/lib/AnnotationLayer_combined.d.ts +31 -31
  462. package/lib/AreaSeries_combined.d.ts +6 -6
  463. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  464. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  465. package/lib/BarSeries_combined.d.ts +10 -10
  466. package/lib/BollingerBandWidthIndicator.d.ts +8 -8
  467. package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
  468. package/lib/BubbleSeries_combined.d.ts +38 -38
  469. package/lib/CalloutLayer_combined.d.ts +83 -83
  470. package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
  471. package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
  472. package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
  473. package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
  474. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  475. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  476. package/lib/ColumnSeries_combined.d.ts +10 -10
  477. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  478. package/lib/CrosshairLayer_combined.d.ts +37 -37
  479. package/lib/CustomIndicator.d.ts +8 -8
  480. package/lib/DataToolTipLayer_combined.d.ts +117 -115
  481. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  482. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  483. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  484. package/lib/FinalValueLayer_combined.d.ts +25 -25
  485. package/lib/FinancialEventArgs_combined.d.ts +90 -90
  486. package/lib/FinancialIndicator_combined.d.ts +26 -26
  487. package/lib/FinancialOverlay.d.ts +4 -4
  488. package/lib/FinancialPriceSeries_combined.d.ts +30 -30
  489. package/lib/ForceIndexIndicator.d.ts +9 -9
  490. package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
  491. package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
  492. package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
  493. package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
  494. package/lib/ItemToolTipLayer_combined.d.ts +17 -15
  495. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  496. package/lib/LineSeries_combined.d.ts +5 -5
  497. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  498. package/lib/MassIndexIndicator.d.ts +4 -4
  499. package/lib/MedianPriceIndicator.d.ts +4 -4
  500. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  501. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  502. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  503. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  504. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  505. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  506. package/lib/PointSeries_combined.d.ts +4 -4
  507. package/lib/PointerTooltip_combined.d.ts +27 -25
  508. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  509. package/lib/PolarBase_combined.d.ts +81 -81
  510. package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
  511. package/lib/PolarLineSeries_combined.d.ts +7 -7
  512. package/lib/PolarScatterSeries_combined.d.ts +3 -3
  513. package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
  514. package/lib/PolarSplineSeries_combined.d.ts +6 -6
  515. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  516. package/lib/PriceChannelOverlay_combined.d.ts +8 -8
  517. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  518. package/lib/RadialAreaSeries_combined.d.ts +6 -6
  519. package/lib/RadialBucketCalculator_combined.d.ts +32 -32
  520. package/lib/RadialColumnSeries_combined.d.ts +5 -5
  521. package/lib/RadialLineSeries_combined.d.ts +6 -6
  522. package/lib/RadialPieSeries_combined.d.ts +6 -6
  523. package/lib/RangeAreaSeries_combined.d.ts +4 -4
  524. package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
  525. package/lib/RangeColumnSeries_combined.d.ts +5 -5
  526. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  527. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  528. package/lib/ScatterAreaSeries_combined.d.ts +21 -21
  529. package/lib/ScatterBase_combined.d.ts +80 -80
  530. package/lib/ScatterContourSeries_combined.d.ts +15 -15
  531. package/lib/ScatterLineSeries.d.ts +9 -9
  532. package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
  533. package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
  534. package/lib/ScatterSeries_combined.d.ts +3 -3
  535. package/lib/ScatterSplineSeries.d.ts +7 -7
  536. package/lib/ScatterTriangulationSeries.d.ts +29 -29
  537. package/lib/SeriesViewer_combined.d.ts +137 -136
  538. package/lib/ShapeSeriesBase_combined.d.ts +69 -69
  539. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  540. package/lib/SplineAreaSeries_combined.d.ts +5 -5
  541. package/lib/SplineSeriesBase_combined.d.ts +17 -17
  542. package/lib/SplineSeries_combined.d.ts +4 -4
  543. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  544. package/lib/Stacked100BarSeries_combined.d.ts +5 -5
  545. package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
  546. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  547. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  548. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  549. package/lib/StackedLineSeries_combined.d.ts +2 -2
  550. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
  551. package/lib/StandardDeviationIndicator.d.ts +8 -8
  552. package/lib/StepAreaSeries_combined.d.ts +6 -6
  553. package/lib/StepLineSeries_combined.d.ts +5 -5
  554. package/lib/StochRSIIndicator.d.ts +8 -8
  555. package/lib/StrategyBasedIndicator.d.ts +19 -19
  556. package/lib/TRIXIndicator.d.ts +8 -8
  557. package/lib/TypicalPriceIndicator.d.ts +4 -4
  558. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  559. package/lib/ValueOverlay_combined.d.ts +31 -31
  560. package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
  561. package/lib/WaterfallSeries_combined.d.ts +13 -13
  562. package/lib/WeightedCloseIndicator.d.ts +4 -4
  563. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  564. package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
  565. package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
  566. package/lib/igc-series-component.d.ts +5 -0
  567. package/package.json +2 -2
@@ -295,10 +295,10 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
295
295
  tslib_1.__extends(FragmentBase, _super);
296
296
  function FragmentBase() {
297
297
  var _this = _super.call(this) || this;
298
- _this.u7 = null;
298
+ _this.u8 = null;
299
299
  _this._logicalSeriesLink = null;
300
- _this.u9 = null;
301
- _this.u7 = new CategoryLineRasterizer();
300
+ _this.va = null;
301
+ _this.u8 = new CategoryLineRasterizer();
302
302
  return _this;
303
303
  }
304
304
  Object.defineProperty(FragmentBase.prototype, "logicalSeriesLink", {
@@ -313,10 +313,10 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
313
313
  });
314
314
  Object.defineProperty(FragmentBase.prototype, "parentSeries", {
315
315
  get: function () {
316
- return this.u9;
316
+ return this.va;
317
317
  },
318
318
  set: function (a) {
319
- this.u9 = a;
319
+ this.va = a;
320
320
  },
321
321
  enumerable: true,
322
322
  configurable: true
@@ -335,10 +335,10 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
335
335
  };
336
336
  FragmentBase.prototype.hc = function () {
337
337
  var a = this.parentSeries;
338
- if (a.index == -1 || a.tl == null || a.tl.f.indexOf(this) == -1) {
338
+ if (a.index == -1 || a.tm == null || a.tm.f.indexOf(this) == -1) {
339
339
  return -1;
340
340
  }
341
- return a.tl.f.indexOf(this);
341
+ return a.tm.f.indexOf(this);
342
342
  };
343
343
  FragmentBase.prototype.hg = function () {
344
344
  var a = this.parentSeries;
@@ -349,33 +349,33 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
349
349
  };
350
350
  FragmentBase.prototype.resolveLegendIndex = function () {
351
351
  var a = this.parentSeries;
352
- if (a.tp) {
353
- return -1 + a.index + a.th.count - a.tl.f.indexOf(this);
352
+ if (a.tq) {
353
+ return -1 + a.index + a.ti.count - a.tm.f.indexOf(this);
354
354
  }
355
355
  return _super.prototype.resolveLegendIndex.call(this);
356
356
  };
357
357
  FragmentBase.prototype.bf = function () {
358
358
  return this.parentSeries;
359
359
  };
360
- FragmentBase.prototype.rn = function () {
360
+ FragmentBase.prototype.ro = function () {
361
361
  if (this.parentSeries == null) {
362
362
  return null;
363
363
  }
364
364
  return this.parentSeries.fetchXAxis();
365
365
  };
366
- FragmentBase.prototype.u6 = function () {
366
+ FragmentBase.prototype.u7 = function () {
367
367
  if (this.parentSeries == null) {
368
- return this.rt;
368
+ return this.ru;
369
369
  }
370
- return this.parentSeries.rt;
370
+ return this.parentSeries.ru;
371
371
  };
372
- FragmentBase.prototype.r8 = function () {
372
+ FragmentBase.prototype.r9 = function () {
373
373
  if (this.parentSeries == null) {
374
374
  return null;
375
375
  }
376
376
  return this.parentSeries.fetchYAxis();
377
377
  };
378
- FragmentBase.prototype.vb = function (a, b, c, d, e, f, g, h) {
378
+ FragmentBase.prototype.vc = function (a, b, c, d, e, f, g, h) {
379
379
  var i = c[0];
380
380
  var j = c[1];
381
381
  var k = new Rect(0, i - 5, j - 5, 11, 11);
@@ -386,7 +386,7 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
386
386
  }
387
387
  return false;
388
388
  };
389
- FragmentBase.prototype.s3 = function (a, b) {
389
+ FragmentBase.prototype.s4 = function (a, b) {
390
390
  a.u();
391
391
  if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null) {
392
392
  return;
@@ -394,29 +394,29 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
394
394
  if (this.logicalSeriesLink.a0.count == 0 || this.logicalSeriesLink.az.count == 0) {
395
395
  return;
396
396
  }
397
- this.ru(b).d(a, b);
397
+ this.rv(b).d(a, b);
398
398
  };
399
- FragmentBase.prototype.pl = function (a, b, c) {
399
+ FragmentBase.prototype.pm = function (a, b, c) {
400
400
  var _this = this;
401
- return this.pn(a, b, c, this.u6().r(this.rn(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.r8(), this.rn(), runOn(this, this.vc), function (d, e) { return _this.hk(d, e, _this.rn(), runOn(_this, _this.sm), _this.valueColumn != null ? new FragmentBaseValueList(_this) : null); }, function (d, e) { return _this.hi(d, e, _this.rn(), runOn(_this, _this.sm), _this.valueColumn != null ? new FragmentBaseValueList(_this) : null); });
401
+ return this.po(a, b, c, this.u7().r(this.ro(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.r9(), this.ro(), runOn(this, this.vd), function (d, e) { return _this.hk(d, e, _this.ro(), runOn(_this, _this.sn), _this.valueColumn != null ? new FragmentBaseValueList(_this) : null); }, function (d, e) { return _this.hi(d, e, _this.ro(), runOn(_this, _this.sn), _this.valueColumn != null ? new FragmentBaseValueList(_this) : null); });
402
402
  };
403
403
  FragmentBase.prototype.ag = function () {
404
- return [this.rn(), this.r8()];
404
+ return [this.ro(), this.r9()];
405
405
  };
406
- FragmentBase.prototype.vc = function (a, b, c) {
406
+ FragmentBase.prototype.vd = function (a, b, c) {
407
407
  if (this.cd == null) {
408
408
  return NaN;
409
409
  }
410
410
  var d = this.getEffectiveViewport1(this.b0);
411
- var e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.rn().cg, d);
412
- var f = this.rt.r(this.rn(), this.cd.sf, this.b0.bu, d);
413
- return this.gl(this.valueColumn != null ? new FragmentBaseValueList(this) : null, a, this.rn(), e, f, runOn(this, this.sm), b, c);
411
+ var e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.ro().cg, d);
412
+ var f = this.ru.r(this.ro(), this.cd.sf, this.b0.bu, d);
413
+ return this.gl(this.valueColumn != null ? new FragmentBaseValueList(this) : null, a, this.ro(), e, f, runOn(this, this.sn), b, c);
414
414
  };
415
- FragmentBase.prototype.ve = function (a, b, c) {
416
- var d = this.tp(c);
415
+ FragmentBase.prototype.vf = function (a, b, c) {
416
+ var d = this.tq(c);
417
417
  var e = d;
418
418
  var f = this.logicalSeriesLink.at;
419
- var g = f ? this.parentSeries.tl.e : this.parentSeries.tl.d;
419
+ var g = f ? this.parentSeries.tm.e : this.parentSeries.tm.d;
420
420
  var h = g.indexOf(this);
421
421
  if (a.count == 0) {
422
422
  return;
@@ -435,10 +435,10 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
435
435
  break;
436
436
  }
437
437
  var k = typeCast(FragmentBase.$, g._inner[j - 1]);
438
- if (k != null && k.u7 != null && k.u7.o.count > 0 && this.b0 != null && k.e9(this.b0.bu, this.b0.bv, this.b0)) {
438
+ if (k != null && k.u8 != null && k.u8.o.count > 0 && this.b0 != null && k.e9(this.b0.bu, this.b0.bv, this.b0)) {
439
439
  i = true;
440
- for (var l = k.u7.o.count - 1; l >= 0; l--) {
441
- a.add(k.u7.o._inner[l]);
440
+ for (var l = k.u8.o.count - 1; l >= 0; l--) {
441
+ a.add(k.u8.o._inner[l]);
442
442
  }
443
443
  }
444
444
  }
@@ -461,34 +461,34 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
461
461
  }
462
462
  return d;
463
463
  };
464
- FragmentBase.prototype.tp = function (a) {
464
+ FragmentBase.prototype.tq = function (a) {
465
465
  var b = 0;
466
466
  var c = a.bv;
467
467
  var d = a.bu;
468
468
  var e = this.getEffectiveViewport1(a);
469
- var f = new ScalerParams(0, c, d, this.r8().cg, e);
469
+ var f = new ScalerParams(0, c, d, this.r9().cg, e);
470
470
  f.b = this.gc();
471
- if (!c.isEmpty && !d.isEmpty && this.r8() != null) {
472
- b = this.r8().ei(0, f);
471
+ if (!c.isEmpty && !d.isEmpty && this.r9() != null) {
472
+ b = this.r9().ei(0, f);
473
473
  }
474
474
  return b;
475
475
  };
476
476
  FragmentBase.prototype.ap = function (a) {
477
477
  return null;
478
478
  };
479
- FragmentBase.prototype.vd = function () {
479
+ FragmentBase.prototype.ve = function () {
480
480
  if (this.parentSeries == null) {
481
481
  return -1;
482
482
  }
483
483
  var a = this.parentSeries.index;
484
484
  var b = 0;
485
485
  var c = 1;
486
- if (this.parentSeries.tp) {
487
- b = this.parentSeries.th.count - 1;
486
+ if (this.parentSeries.tq) {
487
+ b = this.parentSeries.ti.count - 1;
488
488
  c = -1;
489
489
  }
490
- for (var d = b; this.parentSeries.tp ? d >= 0 : d < this.parentSeries.th.count; d += c) {
491
- var e = this.parentSeries.th._inner[d];
490
+ for (var d = b; this.parentSeries.tq ? d >= 0 : d < this.parentSeries.ti.count; d += c) {
491
+ var e = this.parentSeries.ti._inner[d];
492
492
  if (e.visualSeriesLink == this) {
493
493
  return a;
494
494
  }
@@ -499,12 +499,12 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
499
499
  }
500
500
  return -1;
501
501
  };
502
- FragmentBase.prototype.vf = function (a) {
502
+ FragmentBase.prototype.vg = function (a) {
503
503
  if (a == null) {
504
504
  }
505
505
  };
506
- FragmentBase.prototype.l3 = function (a, b, c, d) {
507
- _super.prototype.l3.call(this, a, b, c, d);
506
+ FragmentBase.prototype.l4 = function (a, b, c, d) {
507
+ _super.prototype.l4.call(this, a, b, c, d);
508
508
  if (this.parentSeries == null) {
509
509
  return;
510
510
  }
@@ -514,27 +514,27 @@ var FragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
514
514
  }
515
515
  switch (b) {
516
516
  case "ValueColumn":
517
- if (this.tg.c3) {
518
- this.tg.c2.g$i();
517
+ if (this.th.c3) {
518
+ this.th.c2.g$i();
519
519
  }
520
520
  if (e != null && !e.c0()) {
521
- this.parentSeries.tg().cr.g(this.ft);
522
- this.mh(false);
521
+ this.parentSeries.th().cr.g(this.ft);
522
+ this.mi(false);
523
523
  }
524
524
  break;
525
525
  case "ActualBrush":
526
526
  if (this.logicalSeriesLink != null) {
527
- this.logicalSeriesLink.jf = this.oy;
527
+ this.logicalSeriesLink.jf = this.oz;
528
528
  }
529
529
  break;
530
530
  }
531
531
  };
532
- FragmentBase.prototype.mj = function (a, b) {
533
- _super.prototype.mj.call(this, a, b);
532
+ FragmentBase.prototype.mk = function (a, b) {
533
+ _super.prototype.mk.call(this, a, b);
534
534
  };
535
535
  Object.defineProperty(FragmentBase.prototype, "useHighMarkerFidelity", {
536
536
  get: function () {
537
- return this.sj;
537
+ return this.sk;
538
538
  },
539
539
  enumerable: true,
540
540
  configurable: true
@@ -556,9 +556,9 @@ var AreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
556
556
  AreaFragment.prototype.bx = function () {
557
557
  return new AreaFragmentView(this);
558
558
  };
559
- AreaFragment.prototype.ly = function (a) {
560
- _super.prototype.ly.call(this, a);
561
- this.vg = a;
559
+ AreaFragment.prototype.lz = function (a) {
560
+ _super.prototype.lz.call(this, a);
561
+ this.vh = a;
562
562
  };
563
563
  AreaFragment.prototype.get_de = function () {
564
564
  return true;
@@ -566,38 +566,38 @@ var AreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
566
566
  AreaFragment.prototype.get_dd = function () {
567
567
  return true;
568
568
  };
569
- AreaFragment.prototype.ry = function () {
569
+ AreaFragment.prototype.rz = function () {
570
570
  return 1;
571
571
  };
572
- AreaFragment.prototype.vi = function (a, b) {
573
- var c = this.vg.dg.ak;
572
+ AreaFragment.prototype.vj = function (a, b) {
573
+ var c = this.vh.dg.ak;
574
574
  if (this.ex(a, c)) {
575
575
  return true;
576
576
  }
577
- var d = this.vg.dh.ak;
577
+ var d = this.vh.dh.ak;
578
578
  if (this.ex(a, d)) {
579
579
  return true;
580
580
  }
581
581
  return false;
582
582
  };
583
583
  AreaFragment.prototype.ev = function (a, b) {
584
- if (this.vh(a, b)) {
584
+ if (this.vi(a, b)) {
585
585
  return true;
586
586
  }
587
- if (this.vi(a, b)) {
587
+ if (this.vj(a, b)) {
588
588
  return true;
589
589
  }
590
- if (this.qf(a, b)) {
590
+ if (this.qg(a, b)) {
591
591
  return true;
592
592
  }
593
593
  return false;
594
594
  };
595
- AreaFragment.prototype.vh = function (a, b) {
596
- var c = this.vg.di.ak;
595
+ AreaFragment.prototype.vi = function (a, b) {
596
+ var c = this.vh.di.ak;
597
597
  if (this.ew(a, b, c)) {
598
598
  return true;
599
599
  }
600
- var d = this.vg.dj.ak;
600
+ var d = this.vh.dj.ak;
601
601
  if (this.ew(a, b, d)) {
602
602
  return true;
603
603
  }
@@ -611,33 +611,33 @@ var AreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
611
611
  var c = b;
612
612
  c.db();
613
613
  };
614
- AreaFragment.prototype.s6 = function (a, b) {
614
+ AreaFragment.prototype.s7 = function (a, b) {
615
615
  var _this = this;
616
- _super.prototype.s6.call(this, a, b);
617
- this.u7.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
616
+ _super.prototype.s7.call(this, a, b);
617
+ this.u8.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
618
618
  var c = typeCast(AreaFragmentView.$, b);
619
619
  var d = a.f;
620
620
  var e = this.getEffectiveViewport1(c);
621
- this.rw.a0(this, this.sg(), runOn(this, this.rh), this.so(b), this.sp(b));
621
+ this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
622
622
  var f = false;
623
- var g = this.rw.b;
623
+ var g = this.rx.b;
624
624
  if (g != null) {
625
625
  f = true;
626
626
  }
627
627
  if (f) {
628
- var h = new ScalerParams(0, b.bv, b.bu, this.un.cg, e);
629
- this.s2(d, -1, this.valueColumn.count, this.un, h, b.q);
628
+ var h = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
629
+ this.s3(d, -1, this.valueColumn.count, this.uo, h, b.q);
630
630
  }
631
- this.rw.ad(c.di, true, false, true, true);
632
- this.rw.ad(c.dj, true, false, true, true);
633
- this.rw.ad(c.dg, false, true, false, false);
634
- this.rw.ad(c.dh, false, true, false, false);
631
+ this.rx.ad(c.di, true, false, true, true);
632
+ this.rx.ad(c.dj, true, false, true, true);
633
+ this.rx.ad(c.dg, false, true, false, false);
634
+ this.rx.ad(c.dh, false, true, false, false);
635
635
  var i = c.cr.d;
636
- this.u7.i(c.dg, c.di, c.dh, c.dj, a.f.count, a.f, true, i, this.ft, function (j, k, l, m, n) { return _this.ve(j, a.f, b); }, 0);
637
- c.dg._opacity = this.rw.j * this.fq;
638
- c.dh._opacity = 0.5 * this.rw.j * this.fq;
636
+ this.u8.i(c.dg, c.di, c.dh, c.dj, a.f.count, a.f, true, i, this.ft, function (j, k, l, m, n) { return _this.vf(j, a.f, b); }, 0);
637
+ c.dg._opacity = this.rx.j * this.fq;
638
+ c.dh._opacity = 0.5 * this.rx.j * this.fq;
639
639
  };
640
- AreaFragment.prototype.ms = function () {
640
+ AreaFragment.prototype.mt = function () {
641
641
  var a = (typeCast(XamDataChart.$, this.cd));
642
642
  if (a != null) {
643
643
  this.fq = isNaN_(this.fz) ? this.parentSeries.fq : this.fz;
@@ -645,7 +645,7 @@ var AreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
645
645
  };
646
646
  Object.defineProperty(AreaFragment.prototype, "useHighMarkerFidelity", {
647
647
  get: function () {
648
- return this.sj;
648
+ return this.sk;
649
649
  },
650
650
  enumerable: true,
651
651
  configurable: true
@@ -676,15 +676,15 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
676
676
  }
677
677
  return Defaults.h;
678
678
  };
679
- ColumnFragment.prototype.ry = function () {
679
+ ColumnFragment.prototype.rz = function () {
680
680
  return 1;
681
681
  };
682
682
  ColumnFragment.prototype.bx = function () {
683
683
  return new ColumnFragmentView(this);
684
684
  };
685
- ColumnFragment.prototype.ly = function (a) {
686
- _super.prototype.ly.call(this, a);
687
- this.vh = a;
685
+ ColumnFragment.prototype.lz = function (a) {
686
+ _super.prototype.lz.call(this, a);
687
+ this.vi = a;
688
688
  };
689
689
  Object.defineProperty(ColumnFragment.prototype, "fragmentXAxis", {
690
690
  get: function () {
@@ -703,10 +703,10 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
703
703
  ColumnFragment.prototype.preferredCategoryMode = function (a) {
704
704
  return 2;
705
705
  };
706
- ColumnFragment.prototype.rn = function () {
706
+ ColumnFragment.prototype.ro = function () {
707
707
  return this.fragmentXAxis;
708
708
  };
709
- ColumnFragment.prototype.r8 = function () {
709
+ ColumnFragment.prototype.r9 = function () {
710
710
  return this.fragmentYAxis;
711
711
  };
712
712
  ColumnFragment.prototype.get_c2 = function () {
@@ -722,7 +722,7 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
722
722
  _super.prototype.kx.call(this, a, b);
723
723
  var c = b;
724
724
  if (a && c.db != null) {
725
- this.ro.m.clear();
725
+ this.rp.m.clear();
726
726
  c.db.count = 0;
727
727
  }
728
728
  };
@@ -736,39 +736,39 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
736
736
  if (this.parentSeries == null) {
737
737
  return false;
738
738
  }
739
- return this.parentSeries.tq(this, a, b, this.vj(c));
739
+ return this.parentSeries.tr(this, a, b, this.vk(c));
740
740
  };
741
741
  ColumnFragment.prototype.e6 = function () {
742
742
  return true;
743
743
  };
744
- ColumnFragment.prototype.so = function (a) {
745
- if (this.parentSeries != null) {
746
- return this.parentSeries.so(this.parentSeries.b0);
747
- }
748
- return _super.prototype.so.call(this, a);
749
- };
750
744
  ColumnFragment.prototype.sp = function (a) {
751
745
  if (this.parentSeries != null) {
752
746
  return this.parentSeries.sp(this.parentSeries.b0);
753
747
  }
754
- return _super.prototype.so.call(this, a);
748
+ return _super.prototype.sp.call(this, a);
755
749
  };
756
750
  ColumnFragment.prototype.sq = function (a) {
757
751
  if (this.parentSeries != null) {
758
752
  return this.parentSeries.sq(this.parentSeries.b0);
759
753
  }
760
- return _super.prototype.sq.call(this, a);
754
+ return _super.prototype.sp.call(this, a);
761
755
  };
762
- ColumnFragment.prototype.pu = function (a) {
763
- if (this.rn() == null || this.fragmentYAxis == null) {
756
+ ColumnFragment.prototype.sr = function (a) {
757
+ if (this.parentSeries != null) {
758
+ return this.parentSeries.sr(this.parentSeries.b0);
759
+ }
760
+ return _super.prototype.sr.call(this, a);
761
+ };
762
+ ColumnFragment.prototype.pv = function (a) {
763
+ if (this.ro() == null || this.fragmentYAxis == null) {
764
764
  return Rect.empty;
765
765
  }
766
- var b = this.pg(a);
766
+ var b = this.ph(a);
767
767
  var c = this.b0.bv;
768
768
  var d = this.b0.bu;
769
769
  var e = this.getEffectiveViewport1(this.b0);
770
770
  var f = new ScalerParams(0, c, d, this.fragmentYAxis.cg, e);
771
- var g = this.aj(this.rn(), this.ro.f, this.so(this.b0), this.sp(this.b0), a, true);
771
+ var g = this.aj(this.ro(), this.rp.f, this.sp(this.b0), this.sq(this.b0), a, true);
772
772
  if (g == null) {
773
773
  return Rect.empty;
774
774
  }
@@ -776,7 +776,7 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
776
776
  var i = g[1];
777
777
  var j = Math.abs(b.x - h[0]);
778
778
  var k = Math.abs(b.x - i[0]);
779
- var l = this.rn().k3(c, d, e);
779
+ var l = this.ro().k3(c, d, e);
780
780
  if (j < k) {
781
781
  var m = h[0] - 0.5 * l;
782
782
  var n = h[1];
@@ -794,20 +794,20 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
794
794
  if (this.ey(a, b)) {
795
795
  return true;
796
796
  }
797
- if (this.qf(a, b)) {
797
+ if (this.qg(a, b)) {
798
798
  return true;
799
799
  }
800
800
  return false;
801
801
  };
802
802
  ColumnFragment.prototype.ey = function (a, b) {
803
- var c = this.pv(a);
803
+ var c = this.pw(a);
804
804
  if (c.isEmpty) {
805
805
  return false;
806
806
  }
807
- var d = this.vq(c, this.f8(b));
807
+ var d = this.vr(c, this.f8(b));
808
808
  return d.containsPoint(a);
809
809
  };
810
- ColumnFragment.prototype.vq = function (a, b) {
810
+ ColumnFragment.prototype.vr = function (a, b) {
811
811
  var c = a.left + a.width / 2;
812
812
  var d = a.top + a.height / 2;
813
813
  var e = c - ((a.width / 2) + b);
@@ -830,7 +830,7 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
830
830
  };
831
831
  ColumnFragment.prototype.ht = function (a) {
832
832
  var b = 0;
833
- if (typeCast(ISortingAxis_$type, this.rn()) !== null) {
833
+ if (typeCast(ISortingAxis_$type, this.ro()) !== null) {
834
834
  b = this.hf(a);
835
835
  if (b == -1) {
836
836
  return null;
@@ -848,10 +848,10 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
848
848
  if (b.isEmpty || c.isEmpty) {
849
849
  return -1;
850
850
  }
851
- var e = this.rn();
851
+ var e = this.ro();
852
852
  var f = new ScalerParams(0, b, c, e.cg, d);
853
853
  var g = typeCast(ISortingAxis_$type, this.fragmentXAxis);
854
- var h = this.pq(this.b0);
854
+ var h = this.pr(this.b0);
855
855
  var i = e.el(h.left, f);
856
856
  var j = e.el(h.right, f);
857
857
  var k = (a.x - b.left) / b.width;
@@ -866,9 +866,9 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
866
866
  if (this.parentSeries == null) {
867
867
  return -1;
868
868
  }
869
- return this.parentSeries.tw(a);
869
+ return this.parentSeries.tx(a);
870
870
  };
871
- ColumnFragment.prototype.vb = function (a, b, c, d, e, f, g, h) {
871
+ ColumnFragment.prototype.vc = function (a, b, c, d, e, f, g, h) {
872
872
  var i = 0;
873
873
  var j = c[0];
874
874
  var k = e < i ? c[2] : c[1];
@@ -880,7 +880,7 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
880
880
  }
881
881
  return false;
882
882
  };
883
- ColumnFragment.prototype.vj = function (a) {
883
+ ColumnFragment.prototype.vk = function (a) {
884
884
  if (a.p) {
885
885
  return this.parentSeries.a6.a$h.item(a.ad);
886
886
  }
@@ -888,98 +888,100 @@ var ColumnFragment = /** @class */ /*@__PURE__*/ (function (_super) {
888
888
  return this.parentSeries.bz;
889
889
  }
890
890
  else {
891
- return this.parentSeries.rx;
891
+ return this.parentSeries.ry;
892
892
  }
893
893
  };
894
- ColumnFragment.prototype.mg = function (a, b, c, d, e) {
894
+ ColumnFragment.prototype.mh = function (a, b, c, d, e) {
895
895
  this.a6.a$t(this, a, b, d, e);
896
896
  var f = this.a6.a$h.item(d);
897
897
  var g = f;
898
898
  f.a1(c);
899
- var h = this.vj(f);
899
+ var h = this.vk(f);
900
900
  h.cr.g(this.ft);
901
901
  if (this.cx(g)) {
902
902
  return;
903
903
  }
904
- if (this.th == null) {
905
- this.th = new CategoryFrame(3);
904
+ if (this.ti == null) {
905
+ this.ti = new CategoryFrame(3);
906
906
  }
907
- this.th.u();
908
- this.s3(this.th, g);
909
- this.s6(this.th, g);
907
+ this.ti.u();
908
+ this.s4(this.ti, g);
909
+ this.s7(this.ti, g);
910
910
  };
911
- ColumnFragment.prototype.s3 = function (a, b) {
911
+ ColumnFragment.prototype.s4 = function (a, b) {
912
912
  a.u();
913
913
  if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null || this.logicalSeriesLink.az.count == 0 || this.logicalSeriesLink.a0.count == 0) {
914
914
  return;
915
915
  }
916
916
  var c;
917
917
  if (b.p) {
918
- c = this.parentSeries.tf;
918
+ c = this.parentSeries.tg;
919
919
  }
920
920
  else if (b == this.bz) {
921
- c = this.parentSeries.rr;
921
+ c = this.parentSeries.rs;
922
922
  }
923
923
  else {
924
- c = this.parentSeries.ro;
924
+ c = this.parentSeries.rp;
925
925
  }
926
- var d = typeCast(CategorySeriesView.$, this.vj(b));
926
+ var d = typeCast(CategorySeriesView.$, this.vk(b));
927
927
  a.f.clear();
928
928
  a.m.clear();
929
929
  var e = d.cr.e;
930
930
  var f = d.cr.f;
931
- var g = this.parentSeries.rt.h.yScaler;
932
- var h = typeCast(ISortingAxis_$type, this.parentSeries.rt.h.scaler);
931
+ var g = this.parentSeries.ru.h.yScaler;
932
+ var h = typeCast(ISortingAxis_$type, this.parentSeries.ru.h.scaler);
933
933
  var i = typeCast(NumericAxisBase.$, g) !== null && g.lh;
934
934
  var j = typeCast(StackedBucketCalculator.$, d.cr);
935
935
  var k = d.cr.d;
936
936
  var l = 0;
937
- for (var m = e; m <= f; m++) {
938
- var n = m * k;
939
- if (this._visibility != 0) {
940
- break;
941
- }
942
- if (m >= this.valueColumn.count || m >= c.f.count + e) {
943
- continue;
944
- }
945
- var o = this.valueColumn.item(m);
946
- var p = !i || (i && o > 0);
947
- var q = void 0;
948
- if (h == null) {
949
- q = j.getBucket1(this, m, m, b.bv, b.bu, c);
950
- }
951
- else {
952
- q = j.getBucket1(this, m, h.i$b._inner[m], b.bv, b.bu, c);
953
- }
954
- a.f.add(q);
955
- if (p) {
956
- if (this.vb(b, a, q, this.rt.h.provideCollisionDetector(), o, n, l, a.f.count - 1)) {
957
- l++;
937
+ if (e <= f) {
938
+ for (var m = e; m <= f; m++) {
939
+ var n = m * k;
940
+ if (this._visibility != 0) {
941
+ break;
942
+ }
943
+ if (m >= this.valueColumn.count || m >= c.f.count + e) {
944
+ continue;
945
+ }
946
+ var o = this.valueColumn.item(m);
947
+ var p = !i || (i && o > 0);
948
+ var q = void 0;
949
+ if (h == null) {
950
+ q = j.getBucket1(this, m, m, b.bv, b.bu, c);
951
+ }
952
+ else {
953
+ q = j.getBucket1(this, m, h.i$b._inner[m], b.bv, b.bu, c);
954
+ }
955
+ a.f.add(q);
956
+ if (p) {
957
+ if (this.vc(b, a, q, this.ru.h.provideCollisionDetector(), o, n, l, a.f.count - 1)) {
958
+ l++;
959
+ }
958
960
  }
959
961
  }
960
962
  }
961
963
  b.cu.count = l;
962
964
  };
963
- ColumnFragment.prototype.s6 = function (a, b) {
964
- _super.prototype.s6.call(this, a, b);
965
+ ColumnFragment.prototype.s7 = function (a, b) {
966
+ _super.prototype.s7.call(this, a, b);
965
967
  if (this.parentSeries == null) {
966
968
  return;
967
969
  }
968
- this.parentSeries.t5(this, a, b, runOn(this, this.rh));
969
- CategoryMarkerManager.e(this, a.m, b.cu, this.qg);
970
+ this.parentSeries.t6(this, a, b, runOn(this, this.ri));
971
+ CategoryMarkerManager.e(this, a.m, b.cu, this.qh);
970
972
  };
971
- ColumnFragment.prototype.l3 = function (a, b, c, d) {
972
- _super.prototype.l3.call(this, a, b, c, d);
973
+ ColumnFragment.prototype.l4 = function (a, b, c, d) {
974
+ _super.prototype.l4.call(this, a, b, c, d);
973
975
  };
974
976
  Object.defineProperty(ColumnFragment.prototype, "useHighMarkerFidelity", {
975
977
  get: function () {
976
- return this.sj;
978
+ return this.sk;
977
979
  },
978
980
  enumerable: true,
979
981
  configurable: true
980
982
  });
981
983
  ColumnFragment.$t = markType(ColumnFragment, 'ColumnFragment', FragmentBase.$);
982
- ColumnFragment.$$p = markDep(DependencyProperty, PropertyMetadata, ColumnFragment, 'raisePropertyChanged', ['RadiusX:vk:vo', [1, 0], 'RadiusY:vl:vp', [1, 0]]);
984
+ ColumnFragment.$$p = markDep(DependencyProperty, PropertyMetadata, ColumnFragment, 'raisePropertyChanged', ['RadiusX:vl:vp', [1, 0], 'RadiusY:vm:vq', [1, 0]]);
983
985
  return ColumnFragment;
984
986
  }(FragmentBase));
985
987
  export { ColumnFragment };
@@ -1002,7 +1004,7 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1002
1004
  BarFragment.prototype.get_dh = function () {
1003
1005
  return false;
1004
1006
  };
1005
- BarFragment.prototype.ry = function () {
1007
+ BarFragment.prototype.rz = function () {
1006
1008
  return 1;
1007
1009
  };
1008
1010
  Object.defineProperty(BarFragment.prototype, "barFragmentXAxis", {
@@ -1019,7 +1021,7 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1019
1021
  enumerable: true,
1020
1022
  configurable: true
1021
1023
  });
1022
- BarFragment.prototype.rn = function () {
1024
+ BarFragment.prototype.ro = function () {
1023
1025
  if (this.parentSeries == null) {
1024
1026
  return null;
1025
1027
  }
@@ -1031,9 +1033,9 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1031
1033
  BarFragment.prototype.f5 = function (a) {
1032
1034
  var b = this.cd != null ? this.cd.sf : Rect.empty;
1033
1035
  var c = this.b0.bu;
1034
- var d = this.pq(this.b0);
1036
+ var d = this.pr(this.b0);
1035
1037
  var e = this.getEffectiveViewport1(this.b0);
1036
- var f = this.rn();
1038
+ var f = this.ro();
1037
1039
  var g = -1;
1038
1040
  if (f != null && !b.isEmpty && !c.isEmpty) {
1039
1041
  var h = new ScalerParams(0, b, c, f.cg, e);
@@ -1048,13 +1050,13 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1048
1050
  }
1049
1051
  return g;
1050
1052
  };
1051
- BarFragment.prototype.r8 = function () {
1053
+ BarFragment.prototype.r9 = function () {
1052
1054
  if (this.parentSeries == null) {
1053
1055
  return null;
1054
1056
  }
1055
- return this.parentSeries.r8();
1057
+ return this.parentSeries.r9();
1056
1058
  };
1057
- BarFragment.prototype.vq = function (a, b) {
1059
+ BarFragment.prototype.vr = function (a, b) {
1058
1060
  var c = a.left + a.width / 2;
1059
1061
  var d = a.top + a.height / 2;
1060
1062
  var e = c - (a.width / 2);
@@ -1063,17 +1065,17 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1063
1065
  var h = a.width;
1064
1066
  return new Rect(0, e, f, h, g);
1065
1067
  };
1066
- BarFragment.prototype.pu = function (a) {
1067
- if (this.rn() == null) {
1068
+ BarFragment.prototype.pv = function (a) {
1069
+ if (this.ro() == null) {
1068
1070
  return Rect.empty;
1069
1071
  }
1070
- var b = this.pg(a);
1072
+ var b = this.ph(a);
1071
1073
  var c = this.b0.bv;
1072
1074
  var d = this.b0.bu;
1073
1075
  var e = this.getEffectiveViewport1(this.b0);
1074
- var f = this.rn();
1076
+ var f = this.ro();
1075
1077
  var g = new ScalerParams(0, c, d, f.cg, e);
1076
- var h = this.aj(this.rn(), this.ro.f, this.so(this.b0), this.sp(this.b0), a, true);
1078
+ var h = this.aj(this.ro(), this.rp.f, this.sp(this.b0), this.sq(this.b0), a, true);
1077
1079
  if (h == null) {
1078
1080
  return Rect.empty;
1079
1081
  }
@@ -1099,12 +1101,12 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1099
1101
  if (this.ey(a, b)) {
1100
1102
  return true;
1101
1103
  }
1102
- if (this.qf(a, b)) {
1104
+ if (this.qg(a, b)) {
1103
1105
  return true;
1104
1106
  }
1105
1107
  return false;
1106
1108
  };
1107
- BarFragment.prototype.vb = function (a, b, c, d, e, f, g, h) {
1109
+ BarFragment.prototype.vc = function (a, b, c, d, e, f, g, h) {
1108
1110
  var i = c[0];
1109
1111
  var j = e < 0 ? c[2] : c[1];
1110
1112
  var k = new Rect(0, j - 5, i - 5, 11, 11);
@@ -1137,7 +1139,7 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1137
1139
  var d = this.getEffectiveViewport1(this.b0);
1138
1140
  var e = new ScalerParams(0, b, c, this.barFragmentYAxis.cg, d);
1139
1141
  var f = typeCast(ISortingAxis_$type, this.barFragmentYAxis);
1140
- var g = this.pq(this.b0);
1142
+ var g = this.pr(this.b0);
1141
1143
  var h = this.barFragmentYAxis.el(g.top, e);
1142
1144
  var i = this.barFragmentYAxis.el(g.bottom, e);
1143
1145
  var j = (a.y - b.top) / b.height;
@@ -1148,7 +1150,7 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1148
1150
  var l = f.i$f(k);
1149
1151
  return l;
1150
1152
  };
1151
- BarFragment.prototype.tp = function (a) {
1153
+ BarFragment.prototype.tq = function (a) {
1152
1154
  var b = 0;
1153
1155
  var c = a.bv;
1154
1156
  var d = a.bu;
@@ -1159,27 +1161,27 @@ var BarFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1159
1161
  }
1160
1162
  return b;
1161
1163
  };
1162
- BarFragment.prototype.l3 = function (a, b, c, d) {
1163
- _super.prototype.l3.call(this, a, b, c, d);
1164
+ BarFragment.prototype.l4 = function (a, b, c, d) {
1165
+ _super.prototype.l4.call(this, a, b, c, d);
1164
1166
  if (this.parentSeries == null || this.barFragmentXAxis == null) {
1165
1167
  return;
1166
1168
  }
1167
1169
  var e = this.barFragmentXAxis;
1168
1170
  switch (b) {
1169
1171
  case "ValueColumn":
1170
- if (this.tg.c3) {
1171
- this.tg.c2.g$i();
1172
+ if (this.th.c3) {
1173
+ this.th.c2.g$i();
1172
1174
  }
1173
1175
  if (e != null && !e.c0()) {
1174
- this.parentSeries.tg().cr.g(this.ft);
1175
- this.mh(false);
1176
+ this.parentSeries.th().cr.g(this.ft);
1177
+ this.mi(false);
1176
1178
  }
1177
1179
  break;
1178
1180
  }
1179
1181
  };
1180
1182
  Object.defineProperty(BarFragment.prototype, "useHighMarkerFidelity", {
1181
1183
  get: function () {
1182
- return this.sj;
1184
+ return this.sk;
1183
1185
  },
1184
1186
  enumerable: true,
1185
1187
  configurable: true
@@ -1208,8 +1210,8 @@ var AreaFragmentBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super
1208
1210
  var g = f.parentSeries;
1209
1211
  var h = typeCast(IStacked100Series_$type, g) !== null;
1210
1212
  var i = this.i.c0.valueColumn;
1211
- var j = g.td;
1212
- var k = g.te;
1213
+ var j = g.te;
1214
+ var k = g.tf;
1213
1215
  var l = f.logicalSeriesLink.a0;
1214
1216
  var m = f.logicalSeriesLink.az;
1215
1217
  for (var n = b; n <= c; ++n) {
@@ -1272,7 +1274,7 @@ var LineFragmentBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super
1272
1274
  var g = f.parentSeries;
1273
1275
  for (var h = b; h <= c; ++h) {
1274
1276
  var i = this.i.c0.valueColumn.item(h);
1275
- var j = Math.abs(g.te[h]) + g.td[h];
1277
+ var j = Math.abs(g.tf[h]) + g.te[h];
1276
1278
  if (isNaN_(i) || isInfinity(i)) {
1277
1279
  i = 0;
1278
1280
  }
@@ -1327,7 +1329,7 @@ var SplineFragmentBucketCalculator = /** @class */ /*@__PURE__*/ (function (_sup
1327
1329
  var g = f.parentSeries;
1328
1330
  for (var h = b; h <= c; ++h) {
1329
1331
  var i = this.i.c0.valueColumn.item(h);
1330
- var j = Math.abs(g.te[h]) + g.td[h];
1332
+ var j = Math.abs(g.tf[h]) + g.te[h];
1331
1333
  if (isNaN_(i) || isInfinity(i)) {
1332
1334
  i = 0;
1333
1335
  }
@@ -1375,14 +1377,14 @@ var StackedBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super) {
1375
1377
  }
1376
1378
  StackedBucketCalculator.prototype.getBucket = function (a) {
1377
1379
  var b = typeCast(StackedSeriesBase.$, this.c.ct);
1378
- var c = Math.min(b.te != null ? b.te.length : 0, b.td != null ? b.td.length : 0);
1380
+ var c = Math.min(b.tf != null ? b.tf.length : 0, b.te != null ? b.te.length : 0);
1379
1381
  var d = Math.min(a * this.d, c - 1);
1380
1382
  var e = Math.min(d + this.d - 1, c - 1);
1381
1383
  var f = NaN;
1382
1384
  var g = NaN;
1383
1385
  for (var h = d; h <= e; ++h) {
1384
- var i = Math.min(b.te[h], b.td[h]);
1385
- var j = Math.max(b.te[h], b.td[h]);
1386
+ var i = Math.min(b.tf[h], b.te[h]);
1387
+ var j = Math.max(b.tf[h], b.te[h]);
1386
1388
  if (!isNaN_(f)) {
1387
1389
  if (!isNaN_(i)) {
1388
1390
  f = Math.min(f, i);
@@ -1429,7 +1431,7 @@ var StackedBarBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super)
1429
1431
  }
1430
1432
  var f = d.getEffectiveViewport1(this.c);
1431
1433
  var g = new ScalerParams(0, b, c, d.yAxis.cg, f);
1432
- var h = d.pq(this.c);
1434
+ var h = d.pr(this.c);
1433
1435
  var i = Math.floor(d.yAxis.em(h.top, g, 0));
1434
1436
  var j = Math.ceil(d.yAxis.em(h.bottom, g, 0));
1435
1437
  if (!d.yAxis.cg) {
@@ -1458,32 +1460,34 @@ var StackedBarBucketCalculator = /** @class */ /*@__PURE__*/ (function (_super)
1458
1460
  var n = Number.NEGATIVE_INFINITY;
1459
1461
  var o = Number.POSITIVE_INFINITY;
1460
1462
  var p = i.getEffectiveViewport1(this.c);
1461
- var q = Math.min(i.te != null ? i.te.length : 0, i.td != null ? i.td.length : 0);
1463
+ var q = Math.min(i.tf != null ? i.tf.length : 0, i.te != null ? i.te.length : 0);
1462
1464
  var r = c * this.d;
1463
1465
  var s = Math.min(r + this.d - 1, q - 1);
1464
- for (var t = r; t <= s; ++t) {
1465
- j = a.valueColumn.item(t);
1466
- if (j < k) {
1467
- o = Math.min(o, h.logicalSeriesLink.a0._inner[t] + j);
1468
- n = Math.max(n, h.logicalSeriesLink.a0._inner[t]);
1469
- }
1470
- else {
1471
- o = Math.min(o, h.logicalSeriesLink.az._inner[t]);
1472
- n = Math.max(n, h.logicalSeriesLink.az._inner[t] + j);
1473
- }
1474
- if (!isNaN_(l)) {
1475
- if (!isNaN_(o)) {
1476
- l = Math.min(l, o);
1477
- m = Math.max(m, o);
1466
+ if (r <= s) {
1467
+ for (var t = r; t <= s; ++t) {
1468
+ j = a.valueColumn.item(t);
1469
+ if (j < k) {
1470
+ o = Math.min(o, h.logicalSeriesLink.a0._inner[t] + j);
1471
+ n = Math.max(n, h.logicalSeriesLink.a0._inner[t]);
1478
1472
  }
1479
- if (!isNaN_(n)) {
1480
- l = Math.min(l, n);
1481
- m = Math.max(m, n);
1473
+ else {
1474
+ o = Math.min(o, h.logicalSeriesLink.az._inner[t]);
1475
+ n = Math.max(n, h.logicalSeriesLink.az._inner[t] + j);
1476
+ }
1477
+ if (!isNaN_(l)) {
1478
+ if (!isNaN_(o)) {
1479
+ l = Math.min(l, o);
1480
+ m = Math.max(m, o);
1481
+ }
1482
+ if (!isNaN_(n)) {
1483
+ l = Math.min(l, n);
1484
+ m = Math.max(m, n);
1485
+ }
1486
+ }
1487
+ else {
1488
+ l = o;
1489
+ m = n;
1482
1490
  }
1483
- }
1484
- else {
1485
- l = o;
1486
- m = n;
1487
1491
  }
1488
1492
  }
1489
1493
  var u = new ScalerParams(0, d, e, i.xAxis.cg, p);
@@ -1519,32 +1523,34 @@ var StackedColumnBucketCalculator = /** @class */ /*@__PURE__*/ (function (_supe
1519
1523
  var n = Number.NEGATIVE_INFINITY;
1520
1524
  var o = Number.POSITIVE_INFINITY;
1521
1525
  var p = i.getEffectiveViewport1(this.c);
1522
- var q = Math.min(i.te != null ? i.te.length : 0, i.td != null ? i.td.length : 0);
1526
+ var q = Math.min(i.tf != null ? i.tf.length : 0, i.te != null ? i.te.length : 0);
1523
1527
  var r = c * this.d;
1524
1528
  var s = Math.min(r + this.d - 1, q - 1);
1525
- for (var t = r; t <= s; ++t) {
1526
- j = a.valueColumn.item(t);
1527
- if (j < k) {
1528
- o = Math.min(o, h.logicalSeriesLink.a0._inner[t] + j);
1529
- n = Math.max(n, h.logicalSeriesLink.a0._inner[t]);
1530
- }
1531
- else {
1532
- o = Math.min(o, h.logicalSeriesLink.az._inner[t]);
1533
- n = Math.max(n, h.logicalSeriesLink.az._inner[t] + j);
1534
- }
1535
- if (!isNaN_(l)) {
1536
- if (!isNaN_(o)) {
1537
- l = Math.min(l, o);
1538
- m = Math.max(m, o);
1529
+ if (r <= s) {
1530
+ for (var t = r; t <= s; ++t) {
1531
+ j = a.valueColumn.item(t);
1532
+ if (j < k) {
1533
+ o = Math.min(o, h.logicalSeriesLink.a0._inner[t] + j);
1534
+ n = Math.max(n, h.logicalSeriesLink.a0._inner[t]);
1539
1535
  }
1540
- if (!isNaN_(n)) {
1541
- l = Math.min(l, n);
1542
- m = Math.max(m, n);
1536
+ else {
1537
+ o = Math.min(o, h.logicalSeriesLink.az._inner[t]);
1538
+ n = Math.max(n, h.logicalSeriesLink.az._inner[t] + j);
1539
+ }
1540
+ if (!isNaN_(l)) {
1541
+ if (!isNaN_(o)) {
1542
+ l = Math.min(l, o);
1543
+ m = Math.max(m, o);
1544
+ }
1545
+ if (!isNaN_(n)) {
1546
+ l = Math.min(l, n);
1547
+ m = Math.max(m, n);
1548
+ }
1549
+ }
1550
+ else {
1551
+ l = o;
1552
+ m = n;
1543
1553
  }
1544
- }
1545
- else {
1546
- l = o;
1547
- m = n;
1548
1554
  }
1549
1555
  }
1550
1556
  var u = new ScalerParams(0, d, e, i.yAxis.cg, p);
@@ -1583,17 +1589,17 @@ var FragmentBaseValueList = /** @class */ /*@__PURE__*/ (function (_super) {
1583
1589
  else {
1584
1590
  var b_1 = false;
1585
1591
  if (this.a.parentSeries != null) {
1586
- b_1 = this.a.parentSeries.to;
1592
+ b_1 = this.a.parentSeries.tp;
1587
1593
  }
1588
1594
  var c = this.a.parentSeries;
1589
1595
  if (c == null) {
1590
1596
  return NaN;
1591
1597
  }
1592
- if (c.te == null || c.td == null || c.te.length == 0 || c.td.length == 0) {
1598
+ if (c.tf == null || c.te == null || c.tf.length == 0 || c.te.length == 0) {
1593
1599
  return NaN;
1594
1600
  }
1595
1601
  var d = this.a.valueColumn.item(a);
1596
- var e = Math.abs(c.te[a]) + c.td[a];
1602
+ var e = Math.abs(c.tf[a]) + c.te[a];
1597
1603
  var f = this.a.logicalSeriesLink.az;
1598
1604
  var g = this.a.logicalSeriesLink.a0;
1599
1605
  if (isNaN_(d) || isInfinity(d)) {
@@ -1671,12 +1677,12 @@ var LineFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1671
1677
  LineFragment.prototype.bx = function () {
1672
1678
  return new LineFragmentView(this);
1673
1679
  };
1674
- LineFragment.prototype.ly = function (a) {
1675
- _super.prototype.ly.call(this, a);
1676
- this.vg = a;
1680
+ LineFragment.prototype.lz = function (a) {
1681
+ _super.prototype.lz.call(this, a);
1682
+ this.vh = a;
1677
1683
  };
1678
- LineFragment.prototype.vi = function (a, b) {
1679
- var c = this.vg.df.ak;
1684
+ LineFragment.prototype.vj = function (a, b) {
1685
+ var c = this.vh.df.ak;
1680
1686
  if (this.ex(a, c)) {
1681
1687
  return true;
1682
1688
  }
@@ -1686,23 +1692,23 @@ var LineFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1686
1692
  return true;
1687
1693
  };
1688
1694
  LineFragment.prototype.ev = function (a, b) {
1689
- if (this.vh(a, b)) {
1695
+ if (this.vi(a, b)) {
1690
1696
  return true;
1691
1697
  }
1692
- if (this.vi(a, b)) {
1698
+ if (this.vj(a, b)) {
1693
1699
  return true;
1694
1700
  }
1695
- if (this.qf(a, b)) {
1701
+ if (this.qg(a, b)) {
1696
1702
  return true;
1697
1703
  }
1698
1704
  return false;
1699
1705
  };
1700
- LineFragment.prototype.vh = function (a, b) {
1701
- var c = this.vg.dg.ak;
1706
+ LineFragment.prototype.vi = function (a, b) {
1707
+ var c = this.vh.dg.ak;
1702
1708
  if (this.ew(a, b, c)) {
1703
1709
  return true;
1704
1710
  }
1705
- var d = this.vg.dh.ak;
1711
+ var d = this.vh.dh.ak;
1706
1712
  if (this.ew(a, b, d)) {
1707
1713
  return true;
1708
1714
  }
@@ -1716,36 +1722,36 @@ var LineFragment = /** @class */ /*@__PURE__*/ (function (_super) {
1716
1722
  var c = b;
1717
1723
  c.db();
1718
1724
  };
1719
- LineFragment.prototype.s6 = function (a, b) {
1720
- _super.prototype.s6.call(this, a, b);
1725
+ LineFragment.prototype.s7 = function (a, b) {
1726
+ _super.prototype.s7.call(this, a, b);
1721
1727
  var c = function (d) { return a.f._inner[d][0]; };
1722
1728
  var d = function (e) { return a.f._inner[e][1]; };
1723
1729
  var e = function (f) { return a.f._inner[f][0]; };
1724
1730
  var f = function (g) { return a.f._inner[g][2]; };
1725
- this.u7.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
1731
+ this.u8.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
1726
1732
  var g = b.cr.d;
1727
1733
  var h = typeCast(LineFragmentView.$, b);
1728
1734
  var i = this.getEffectiveViewport1(b);
1729
1735
  var j = a.f;
1730
- this.rw.a0(this, this.sg(), runOn(this, this.rh), this.so(b), this.sp(b));
1736
+ this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
1731
1737
  var k = false;
1732
- var l = this.rw.b;
1738
+ var l = this.rx.b;
1733
1739
  if (l != null) {
1734
1740
  k = true;
1735
1741
  }
1736
1742
  if (k) {
1737
- var m = new ScalerParams(0, b.bv, b.bu, this.un.cg, i);
1738
- this.s2(j, -1, this.valueColumn.count, this.un, m, b.q);
1743
+ var m = new ScalerParams(0, b.bv, b.bu, this.uo.cg, i);
1744
+ this.s3(j, -1, this.valueColumn.count, this.uo, m, b.q);
1739
1745
  }
1740
- this.rw.ad(h.dg, true, false, true, false);
1741
- this.rw.ad(h.dh, true, false, true, false);
1742
- this.rw.ad(h.df, false, true, false, false);
1743
- h.df._opacity = 0.75 * this.rw.j;
1744
- this.u7.m(h.dg, h.df, h.dh, a.f.count, a.f, true, 0, this.te(a.f, a.f.count - 1, b.bu, b.bv), g, this.ft);
1746
+ this.rx.ad(h.dg, true, false, true, false);
1747
+ this.rx.ad(h.dh, true, false, true, false);
1748
+ this.rx.ad(h.df, false, true, false, false);
1749
+ h.df._opacity = 0.75 * this.rx.j;
1750
+ this.u8.m(h.dg, h.df, h.dh, a.f.count, a.f, true, 0, this.tf(a.f, a.f.count - 1, b.bu, b.bv), g, this.ft);
1745
1751
  };
1746
1752
  Object.defineProperty(LineFragment.prototype, "useHighMarkerFidelity", {
1747
1753
  get: function () {
1748
- return this.sj;
1754
+ return this.sk;
1749
1755
  },
1750
1756
  enumerable: true,
1751
1757
  configurable: true
@@ -1762,9 +1768,9 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1762
1768
  function SplineFragmentBase() {
1763
1769
  var _this = _super.call(this) || this;
1764
1770
  _this._logicalSeriesLink = null;
1765
- _this.vq = null;
1766
- _this.vs = null;
1767
- _this.vq = new CategoryLineRasterizer();
1771
+ _this.vr = null;
1772
+ _this.vt = null;
1773
+ _this.vr = new CategoryLineRasterizer();
1768
1774
  return _this;
1769
1775
  }
1770
1776
  Object.defineProperty(SplineFragmentBase.prototype, "logicalSeriesLink", {
@@ -1779,10 +1785,10 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1779
1785
  });
1780
1786
  Object.defineProperty(SplineFragmentBase.prototype, "parentSeries", {
1781
1787
  get: function () {
1782
- return this.vs;
1788
+ return this.vt;
1783
1789
  },
1784
1790
  set: function (a) {
1785
- this.vs = a;
1791
+ this.vt = a;
1786
1792
  },
1787
1793
  enumerable: true,
1788
1794
  configurable: true
@@ -1802,33 +1808,33 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1802
1808
  }
1803
1809
  return null;
1804
1810
  };
1805
- SplineFragmentBase.prototype.pl = function (a, b, c) {
1811
+ SplineFragmentBase.prototype.pm = function (a, b, c) {
1806
1812
  var _this = this;
1807
- return this.pn(a, b, c, this.rt.r(this.rn(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.r8(), this.rn(), runOn(this, this.vu), function (d, e) { return _this.hk(d, e, _this.rn(), runOn(_this, _this.sm), new SplineFragmentBaseValueList(_this)); }, function (d, e) { return _this.hi(d, e, _this.rn(), runOn(_this, _this.sm), new SplineFragmentBaseValueList(_this)); });
1813
+ return this.po(a, b, c, this.ru.r(this.ro(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.r9(), this.ro(), runOn(this, this.vv), function (d, e) { return _this.hk(d, e, _this.ro(), runOn(_this, _this.sn), new SplineFragmentBaseValueList(_this)); }, function (d, e) { return _this.hi(d, e, _this.ro(), runOn(_this, _this.sn), new SplineFragmentBaseValueList(_this)); });
1808
1814
  };
1809
1815
  SplineFragmentBase.prototype.ag = function () {
1810
- return [this.rn(), this.r8()];
1816
+ return [this.ro(), this.r9()];
1811
1817
  };
1812
- SplineFragmentBase.prototype.vu = function (a, b, c) {
1818
+ SplineFragmentBase.prototype.vv = function (a, b, c) {
1813
1819
  if (this.cd == null) {
1814
1820
  return NaN;
1815
1821
  }
1816
1822
  var d = this.getEffectiveViewport1(this.b0);
1817
- var e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.rn().cg, d);
1818
- var f = this.rt.r(this.rn(), this.cd.sf, this.b0.bu, d);
1819
- return this.gl(new SplineFragmentBaseValueList(this), a, this.rn(), e, f, runOn(this, this.sm), b, c);
1823
+ var e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.ro().cg, d);
1824
+ var f = this.ru.r(this.ro(), this.cd.sf, this.b0.bu, d);
1825
+ return this.gl(new SplineFragmentBaseValueList(this), a, this.ro(), e, f, runOn(this, this.sn), b, c);
1820
1826
  };
1821
1827
  SplineFragmentBase.prototype.hc = function () {
1822
1828
  var a = this.parentSeries;
1823
- if (a.index == -1 || a.tl == null || a.tl.f.indexOf(this) == -1) {
1829
+ if (a.index == -1 || a.tm == null || a.tm.f.indexOf(this) == -1) {
1824
1830
  return -1;
1825
1831
  }
1826
- return a.tl.f.indexOf(this);
1832
+ return a.tm.f.indexOf(this);
1827
1833
  };
1828
1834
  SplineFragmentBase.prototype.resolveLegendIndex = function () {
1829
1835
  var a = this.parentSeries;
1830
- if (a.tp) {
1831
- return -1 + a.index + a.th.count - a.tl.f.indexOf(this);
1836
+ if (a.tq) {
1837
+ return -1 + a.index + a.ti.count - a.tm.f.indexOf(this);
1832
1838
  }
1833
1839
  return _super.prototype.resolveLegendIndex.call(this);
1834
1840
  };
@@ -1842,7 +1848,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1842
1848
  SplineFragmentBase.prototype.bf = function () {
1843
1849
  return this.parentSeries;
1844
1850
  };
1845
- SplineFragmentBase.prototype.vc = function (a, b, c, d, e, f, g) {
1851
+ SplineFragmentBase.prototype.vd = function (a, b, c, d, e, f, g) {
1846
1852
  var h = b[0];
1847
1853
  var i = b[1];
1848
1854
  var j = new Rect(0, h - 5, i - 5, 11, 11);
@@ -1876,7 +1882,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1876
1882
  SplineFragmentBase.prototype.ap = function (a) {
1877
1883
  return null;
1878
1884
  };
1879
- SplineFragmentBase.prototype.vv = function (a, b, c, d, e, f) {
1885
+ SplineFragmentBase.prototype.vw = function (a, b, c, d, e, f) {
1880
1886
  var _this = this;
1881
1887
  var g = typeCast(ISortingAxis_$type, d);
1882
1888
  if (g == null) {
@@ -1886,10 +1892,10 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1886
1892
  var i = new ScalerParams(0, b, c, d.cg, h);
1887
1893
  var j = new ScalerParams(0, b, c, e.cg, h);
1888
1894
  var k = d.el(2, i) - d.el(1, i);
1889
- var l = this.qe();
1895
+ var l = this.qf();
1890
1896
  var m = 0;
1891
- var n = this.vg(d, b, c, h);
1892
- var o = function (p) { return Math.abs(_this.parentSeries.te[p]) + _this.parentSeries.td[p]; };
1897
+ var n = this.vh(d, b, c, h);
1898
+ var o = function (p) { return Math.abs(_this.parentSeries.tf[p]) + _this.parentSeries.te[p]; };
1893
1899
  var p = function (q) { return q; };
1894
1900
  var q = function (r) {
1895
1901
  var s = g.i$b._inner[r];
@@ -1900,13 +1906,13 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1900
1906
  return _this.valueColumn.item(s) < 0 ? _this.logicalSeriesLink.a0._inner[s] + _this.valueColumn.item(s) : _this.logicalSeriesLink.az._inner[s] + _this.valueColumn.item(s);
1901
1907
  }
1902
1908
  };
1903
- var r = this.rx.cr.f;
1904
- var s = this.rx.cr.e;
1909
+ var r = this.ry.cr.f;
1910
+ var s = this.ry.cr.e;
1905
1911
  var t = truncate(Math.ceil(c.width / (r - s)));
1906
1912
  var u = new CollisionAvoider();
1907
- var v = this.rx.cr.d;
1913
+ var v = this.ry.cr.d;
1908
1914
  if (v <= 0 || (s <= 0 && r <= 0)) {
1909
- this.rx.cu.count = m;
1915
+ this.ry.cu.count = m;
1910
1916
  return;
1911
1917
  }
1912
1918
  var w = 0;
@@ -1917,7 +1923,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1917
1923
  z = g.i$b._inner[z];
1918
1924
  }
1919
1925
  if (x >= (this.valueColumn.count - 1)) {
1920
- if (l && this.vc(a, a.f._inner[a.f.count - 1], u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
1926
+ if (l && this.vd(a, a.f._inner[a.f.count - 1], u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
1921
1927
  ++m;
1922
1928
  }
1923
1929
  break;
@@ -1927,8 +1933,8 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1927
1933
  var ac = p(x + 1);
1928
1934
  var ad = q(x + 1);
1929
1935
  var ae = ac - aa;
1930
- var af = this.u8[x];
1931
- var ag = this.u8[x + 1];
1936
+ var af = this.u9[x];
1937
+ var ag = this.u9[x + 1];
1932
1938
  var ah = g.i$d(g.i$b._inner[x]);
1933
1939
  var ai = d.ei(ah, i) + n;
1934
1940
  var aj = e.ei(ab, j);
@@ -1954,13 +1960,13 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1954
1960
  if (l) {
1955
1961
  y = [ai, aj, aj];
1956
1962
  }
1957
- if (l && this.vc(a, y, u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
1963
+ if (l && this.vd(a, y, u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
1958
1964
  ++m;
1959
1965
  }
1960
1966
  }
1961
- this.rx.cu.count = m;
1967
+ this.ry.cu.count = m;
1962
1968
  };
1963
- SplineFragmentBase.prototype.s3 = function (a, b) {
1969
+ SplineFragmentBase.prototype.s4 = function (a, b) {
1964
1970
  var _this = this;
1965
1971
  a.u();
1966
1972
  if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null) {
@@ -1969,10 +1975,10 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1969
1975
  if (this.logicalSeriesLink.a0.count == 0 || this.logicalSeriesLink.az.count == 0) {
1970
1976
  return;
1971
1977
  }
1972
- if (this.rx.cr.d == 0) {
1978
+ if (this.ry.cr.d == 0) {
1973
1979
  return;
1974
1980
  }
1975
- _super.prototype.s3.call(this, a, b);
1981
+ _super.prototype.s4.call(this, a, b);
1976
1982
  if (a.f.count <= 1) {
1977
1983
  return;
1978
1984
  }
@@ -1985,21 +1991,21 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
1985
1991
  var i = new ScalerParams(0, c, d, g.cg, e);
1986
1992
  a.f.clear();
1987
1993
  a.m.clear();
1988
- var j = this.qe();
1994
+ var j = this.qf();
1989
1995
  var k = 0;
1990
1996
  var l;
1991
1997
  var m;
1992
1998
  if (b.p) {
1993
- l = this.parentSeries.tf;
1999
+ l = this.parentSeries.tg;
1994
2000
  m = this.parentSeries.a6.a$h.item(b.ad);
1995
2001
  }
1996
2002
  else if (b == this.bz) {
1997
- l = this.parentSeries.rr;
2003
+ l = this.parentSeries.rs;
1998
2004
  m = typeCast(CategorySeriesView.$, this.parentSeries.bz);
1999
2005
  }
2000
2006
  else {
2001
- l = this.parentSeries.ro;
2002
- m = this.parentSeries.rx;
2007
+ l = this.parentSeries.rp;
2008
+ m = this.parentSeries.ry;
2003
2009
  }
2004
2010
  var n = m.cr.d;
2005
2011
  var o = typeCast(ISortingAxis_$type, f);
@@ -2026,7 +2032,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2026
2032
  if (f.cg) {
2027
2033
  q = -q;
2028
2034
  }
2029
- var s = function (t) { return Math.abs(_this.parentSeries.te[t]) + _this.parentSeries.td[t]; };
2035
+ var s = function (t) { return Math.abs(_this.parentSeries.tf[t]) + _this.parentSeries.te[t]; };
2030
2036
  var t = function (u) { return u; };
2031
2037
  var u = function (v) {
2032
2038
  var w = _this.valueColumn.item(v);
@@ -2042,13 +2048,13 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2042
2048
  return w < 0 ? _this.logicalSeriesLink.a0._inner[v] + w : _this.logicalSeriesLink.az._inner[v] + w;
2043
2049
  };
2044
2050
  var v = b.cr.d;
2045
- this.vl(b);
2051
+ this.vm(b);
2046
2052
  var w = m.cr.e;
2047
2053
  var x = m.cr.f;
2048
2054
  var y = truncate(Math.ceil(d.width / (x - w)));
2049
2055
  var z = new CollisionAvoider();
2050
2056
  if (o != null) {
2051
- this.vv(a, c, d, f, g, b);
2057
+ this.vw(a, c, d, f, g, b);
2052
2058
  return;
2053
2059
  }
2054
2060
  var aa = 0;
@@ -2060,7 +2066,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2060
2066
  var ad = null;
2061
2067
  if (v == 1) {
2062
2068
  if (ac >= (this.valueColumn.count - 1)) {
2063
- if (j && a.f.count > 0 && this.vc(a, a.f._inner[a.f.count - 1], z, Math.min(ac * v, this.ck.count - 1), k, b, aa - 1)) {
2069
+ if (j && a.f.count > 0 && this.vd(a, a.f._inner[a.f.count - 1], z, Math.min(ac * v, this.ck.count - 1), k, b, aa - 1)) {
2064
2070
  ++k;
2065
2071
  }
2066
2072
  break;
@@ -2070,8 +2076,8 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2070
2076
  var ag = u(ac);
2071
2077
  var ah = u(ac + 1);
2072
2078
  var ai = af - ae;
2073
- var aj = this.u8[ac];
2074
- var ak = this.u8[ac + 1];
2079
+ var aj = this.u9[ac];
2080
+ var ak = this.u9[ac + 1];
2075
2081
  var al = f.ei(ae, h) + q;
2076
2082
  var am = g.ei(ag, i);
2077
2083
  a.f.add([al, am, am]);
@@ -2102,15 +2108,15 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2102
2108
  ab = aa;
2103
2109
  }
2104
2110
  }
2105
- if (j && this.vc(a, ad, z, Math.min(ac * v, this.ck.count - 1), k, b, ab - 1)) {
2111
+ if (j && this.vd(a, ad, z, Math.min(ac * v, this.ck.count - 1), k, b, ab - 1)) {
2106
2112
  ++k;
2107
2113
  }
2108
2114
  }
2109
2115
  b.cu.count = k;
2110
2116
  };
2111
- SplineFragmentBase.prototype.u6 = function (a) {
2117
+ SplineFragmentBase.prototype.u7 = function (a) {
2112
2118
  var _this = this;
2113
- var b = function (c) { return Math.abs(_this.parentSeries.te[c]) + _this.parentSeries.td[c]; };
2119
+ var b = function (c) { return Math.abs(_this.parentSeries.tf[c]) + _this.parentSeries.te[c]; };
2114
2120
  var c = function (d) { return d; };
2115
2121
  var d = function (e) {
2116
2122
  var f = _this.valueColumn.item(e);
@@ -2128,13 +2134,13 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2128
2134
  var e = new List$1(Array_$type, 0);
2129
2135
  var f = a.bv;
2130
2136
  var g = a.bu;
2131
- var h = typeCast(ISortingAxis_$type, this.un);
2137
+ var h = typeCast(ISortingAxis_$type, this.uo);
2132
2138
  var i = 0;
2133
2139
  var j = 0;
2134
2140
  var k = 0;
2135
2141
  var l = this.ft;
2136
- var m = this.pq(this.b0);
2137
- var n = this.un;
2142
+ var m = this.pr(this.b0);
2143
+ var n = this.uo;
2138
2144
  var o = this.getEffectiveViewport1(a);
2139
2145
  if (h == null || h.i$b == null) {
2140
2146
  var p = new ScalerParams(0, f, g, n.cg, o);
@@ -2153,7 +2159,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2153
2159
  var t = truncate(Math.ceil(g.width / (k - j)));
2154
2160
  var u = new CollisionAvoider();
2155
2161
  if (h != null) {
2156
- return this.u7(a);
2162
+ return this.u8(a);
2157
2163
  }
2158
2164
  var v = 0;
2159
2165
  var w = 0;
@@ -2171,8 +2177,8 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2171
2177
  var ab = d(x);
2172
2178
  var ac = d(x + 1);
2173
2179
  var ad = aa - z;
2174
- var ae = this.u8[x];
2175
- var af = this.u8[x + 1];
2180
+ var ae = this.u9[x];
2181
+ var af = this.u9[x + 1];
2176
2182
  e.add([ab, ab]);
2177
2183
  for (var ag = 1; ag < t; ++ag) {
2178
2184
  var ah = z + ad * ag / t;
@@ -2191,20 +2197,20 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2191
2197
  }
2192
2198
  return e.toArray();
2193
2199
  };
2194
- SplineFragmentBase.prototype.u7 = function (a) {
2200
+ SplineFragmentBase.prototype.u8 = function (a) {
2195
2201
  var _this = this;
2196
2202
  var b = new List$1(Array_$type, 0);
2197
2203
  var c = a.bv;
2198
2204
  var d = a.bu;
2199
- var e = this.un;
2205
+ var e = this.uo;
2200
2206
  var f = typeCast(ISortingAxis_$type, e);
2201
2207
  if (f == null) {
2202
2208
  return null;
2203
2209
  }
2204
2210
  var g = this.getEffectiveViewport1(a);
2205
- var h = this.qe();
2211
+ var h = this.qf();
2206
2212
  var i = 0;
2207
- var j = function (k) { return Math.abs(_this.parentSeries.te[k]) + _this.parentSeries.td[k]; };
2213
+ var j = function (k) { return Math.abs(_this.parentSeries.tf[k]) + _this.parentSeries.te[k]; };
2208
2214
  var k = function (l) { return l; };
2209
2215
  var l = function (m) {
2210
2216
  var n = f.i$b._inner[m];
@@ -2219,7 +2225,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2219
2225
  var n = 0;
2220
2226
  var o = 0;
2221
2227
  var p = this.ft;
2222
- var q = this.pq(this.b0);
2228
+ var q = this.pr(this.b0);
2223
2229
  if (f == null || f.i$b == null) {
2224
2230
  var r = 0;
2225
2231
  var s = e.lf - 1;
@@ -2234,7 +2240,7 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2234
2240
  m = 1;
2235
2241
  }
2236
2242
  if (m <= 0 || (n <= 0 && o <= 0)) {
2237
- this.rx.cu.count = i;
2243
+ this.ry.cu.count = i;
2238
2244
  return null;
2239
2245
  }
2240
2246
  var u = truncate(Math.ceil(d.width / (o - n)));
@@ -2250,8 +2256,8 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2250
2256
  var ab = k(x + 1);
2251
2257
  var ac = l(x + 1);
2252
2258
  var ad = ab - z;
2253
- var ae = this.u8[x];
2254
- var af = this.u8[x + 1];
2259
+ var ae = this.u9[x];
2260
+ var af = this.u9[x + 1];
2255
2261
  b.add([aa, aa]);
2256
2262
  for (var ag = 1; ag < u; ++ag) {
2257
2263
  var ah = ag / u;
@@ -2264,10 +2270,10 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2264
2270
  }
2265
2271
  return b.toArray();
2266
2272
  };
2267
- SplineFragmentBase.prototype.vl = function (a) {
2273
+ SplineFragmentBase.prototype.vm = function (a) {
2268
2274
  var _this = this;
2269
- _super.prototype.vl.call(this, a);
2270
- var b = function (c) { return Math.abs(_this.parentSeries.te[c]) + _this.parentSeries.td[c]; };
2275
+ _super.prototype.vm.call(this, a);
2276
+ var b = function (c) { return Math.abs(_this.parentSeries.tf[c]) + _this.parentSeries.te[c]; };
2271
2277
  var c = function (d) { return d; };
2272
2278
  var d = function (e) {
2273
2279
  var f = _this.valueColumn.item(e);
@@ -2282,17 +2288,17 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2282
2288
  }
2283
2289
  return f < 0 ? _this.logicalSeriesLink.a0._inner[e] + f : _this.logicalSeriesLink.az._inner[e] + f;
2284
2290
  };
2285
- var e = this.un;
2286
- var f = this.va == 0 ? NaN : 0;
2291
+ var e = this.uo;
2292
+ var f = this.vb == 0 ? NaN : 0;
2287
2293
  if (e != null && typeCast(ISortingAxis_$type, e) !== null && e.i$b != null) {
2288
2294
  var g_1 = new SafeSortedReadOnlyDoubleCollection(0, this.valueColumn, e.i$b);
2289
2295
  d = function (h) { return g_1.item(h); };
2290
2296
  }
2291
- this.u8 = Numeric.c(this.valueColumn.count, c, d, f, f);
2292
- if (this.vb) {
2297
+ this.u9 = Numeric.c(this.valueColumn.count, c, d, f, f);
2298
+ if (this.vc) {
2293
2299
  var h = -1.7976931348623157E+308;
2294
2300
  var i = 1.7976931348623157E+308;
2295
- var j = this.u6(a);
2301
+ var j = this.u7(a);
2296
2302
  if (j == null) {
2297
2303
  return;
2298
2304
  }
@@ -2307,23 +2313,23 @@ var SplineFragmentBase = /** @class */ /*@__PURE__*/ (function (_super) {
2307
2313
  i = j[k][0];
2308
2314
  }
2309
2315
  }
2310
- this.vi = i;
2311
- this.vh = h;
2316
+ this.vj = i;
2317
+ this.vi = h;
2312
2318
  }
2313
2319
  };
2314
- SplineFragmentBase.prototype.l3 = function (a, b, c, d) {
2315
- _super.prototype.l3.call(this, a, b, c, d);
2320
+ SplineFragmentBase.prototype.l4 = function (a, b, c, d) {
2321
+ _super.prototype.l4.call(this, a, b, c, d);
2316
2322
  switch (b) {
2317
2323
  case "ActualBrush":
2318
2324
  if (this.logicalSeriesLink != null) {
2319
- this.logicalSeriesLink.jf = this.oy;
2325
+ this.logicalSeriesLink.jf = this.oz;
2320
2326
  }
2321
2327
  break;
2322
2328
  }
2323
2329
  };
2324
2330
  Object.defineProperty(SplineFragmentBase.prototype, "useHighMarkerFidelity", {
2325
2331
  get: function () {
2326
- return this.sj;
2332
+ return this.sk;
2327
2333
  },
2328
2334
  enumerable: true,
2329
2335
  configurable: true
@@ -2339,20 +2345,20 @@ var SplineAreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2339
2345
  tslib_1.__extends(SplineAreaFragment, _super);
2340
2346
  function SplineAreaFragment() {
2341
2347
  var _this = _super.call(this) || this;
2342
- _this.v0 = null;
2348
+ _this.v1 = null;
2343
2349
  _this.ab = SplineAreaFragment.$;
2344
2350
  return _this;
2345
2351
  }
2346
2352
  SplineAreaFragment.prototype.bx = function () {
2347
2353
  return new SplineAreaFragmentView(this);
2348
2354
  };
2349
- SplineAreaFragment.prototype.ly = function (a) {
2350
- _super.prototype.ly.call(this, a);
2351
- this.vw = typeCast(SplineAreaFragmentView.$, a);
2355
+ SplineAreaFragment.prototype.lz = function (a) {
2356
+ _super.prototype.lz.call(this, a);
2357
+ this.vx = typeCast(SplineAreaFragmentView.$, a);
2352
2358
  };
2353
2359
  SplineAreaFragment.prototype.ac = function () {
2354
2360
  _super.prototype.ac.call(this);
2355
- this.mh(false);
2361
+ this.mi(false);
2356
2362
  };
2357
2363
  SplineAreaFragment.prototype.get_de = function () {
2358
2364
  return true;
@@ -2363,38 +2369,38 @@ var SplineAreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2363
2369
  SplineAreaFragment.prototype.get_eg = function () {
2364
2370
  return true;
2365
2371
  };
2366
- SplineAreaFragment.prototype.ry = function () {
2372
+ SplineAreaFragment.prototype.rz = function () {
2367
2373
  return 1;
2368
2374
  };
2369
- SplineAreaFragment.prototype.vy = function (a, b) {
2370
- var c = this.vw.di.ak;
2375
+ SplineAreaFragment.prototype.vz = function (a, b) {
2376
+ var c = this.vx.di.ak;
2371
2377
  if (this.ex(a, c)) {
2372
2378
  return true;
2373
2379
  }
2374
- var d = this.vw.dj.ak;
2380
+ var d = this.vx.dj.ak;
2375
2381
  if (this.ex(a, d)) {
2376
2382
  return true;
2377
2383
  }
2378
2384
  return false;
2379
2385
  };
2380
2386
  SplineAreaFragment.prototype.ev = function (a, b) {
2381
- if (this.vx(a, b)) {
2387
+ if (this.vy(a, b)) {
2382
2388
  return true;
2383
2389
  }
2384
- if (this.vy(a, b)) {
2390
+ if (this.vz(a, b)) {
2385
2391
  return true;
2386
2392
  }
2387
- if (this.qf(a, b)) {
2393
+ if (this.qg(a, b)) {
2388
2394
  return true;
2389
2395
  }
2390
2396
  return false;
2391
2397
  };
2392
- SplineAreaFragment.prototype.vx = function (a, b) {
2393
- var c = this.vw.dk.ak;
2398
+ SplineAreaFragment.prototype.vy = function (a, b) {
2399
+ var c = this.vx.dk.ak;
2394
2400
  if (this.ew(a, b, c)) {
2395
2401
  return true;
2396
2402
  }
2397
- var d = this.vw.dl.ak;
2403
+ var d = this.vx.dl.ak;
2398
2404
  if (this.ew(a, b, d)) {
2399
2405
  return true;
2400
2406
  }
@@ -2405,40 +2411,40 @@ var SplineAreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2405
2411
  var c = b;
2406
2412
  c.dd();
2407
2413
  };
2408
- SplineAreaFragment.prototype.s6 = function (a, b) {
2414
+ SplineAreaFragment.prototype.s7 = function (a, b) {
2409
2415
  var _this = this;
2410
- _super.prototype.s6.call(this, a, b);
2411
- this.vq.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
2416
+ _super.prototype.s7.call(this, a, b);
2417
+ this.vr.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
2412
2418
  var c = a.f;
2413
2419
  var d = this.getEffectiveViewport1(b);
2414
- this.rw.a0(this, this.sg(), runOn(this, this.rh), this.so(b), this.sp(b));
2420
+ this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
2415
2421
  var e = false;
2416
- var f = this.rw.b;
2422
+ var f = this.rx.b;
2417
2423
  if (f != null) {
2418
2424
  e = true;
2419
2425
  }
2420
2426
  if (e) {
2421
- var g = new ScalerParams(0, b.bv, b.bu, this.un.cg, d);
2422
- this.s2(c, -1, this.valueColumn.count, this.un, g, b.q);
2427
+ var g = new ScalerParams(0, b.bv, b.bu, this.uo.cg, d);
2428
+ this.s3(c, -1, this.valueColumn.count, this.uo, g, b.q);
2423
2429
  }
2424
2430
  var h = typeCast(SplineAreaFragmentView.$, b);
2425
2431
  var i = b.cr.d;
2426
- this.rw.ad(h.dk, true, false, true, true);
2427
- this.rw.ad(h.dl, true, false, true, true);
2428
- this.rw.ad(h.di, false, true, false, false);
2429
- this.rw.ad(h.dj, false, true, false, false);
2430
- h.di._opacity = this.rw.j * this.fq;
2431
- h.dj._opacity = 0.5 * this.rw.j * this.fq;
2432
- this.vq.i(h.di, h.dk, h.dj, h.dl, a.f.count, a.f, true, i, this.ft, function (j, k, l, m, n) { return _this.vz(j, a.f, b); }, 1);
2433
- };
2434
- SplineAreaFragment.prototype.mj = function (a, b) {
2435
- _super.prototype.mj.call(this, a, b);
2436
- };
2437
- SplineAreaFragment.prototype.vz = function (a, b, c) {
2438
- var d = this.tp(c);
2432
+ this.rx.ad(h.dk, true, false, true, true);
2433
+ this.rx.ad(h.dl, true, false, true, true);
2434
+ this.rx.ad(h.di, false, true, false, false);
2435
+ this.rx.ad(h.dj, false, true, false, false);
2436
+ h.di._opacity = this.rx.j * this.fq;
2437
+ h.dj._opacity = 0.5 * this.rx.j * this.fq;
2438
+ this.vr.i(h.di, h.dk, h.dj, h.dl, a.f.count, a.f, true, i, this.ft, function (j, k, l, m, n) { return _this.v0(j, a.f, b); }, 1);
2439
+ };
2440
+ SplineAreaFragment.prototype.mk = function (a, b) {
2441
+ _super.prototype.mk.call(this, a, b);
2442
+ };
2443
+ SplineAreaFragment.prototype.v0 = function (a, b, c) {
2444
+ var d = this.tq(c);
2439
2445
  var e = d;
2440
2446
  var f = this.logicalSeriesLink.at;
2441
- var g = f ? this.parentSeries.tl.e : this.parentSeries.tl.d;
2447
+ var g = f ? this.parentSeries.tm.e : this.parentSeries.tm.d;
2442
2448
  var h = g.indexOf(this);
2443
2449
  if (a.count == 0) {
2444
2450
  return;
@@ -2457,15 +2463,15 @@ var SplineAreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2457
2463
  break;
2458
2464
  }
2459
2465
  var k = typeCast(SplineFragmentBase.$, g._inner[j - 1]);
2460
- if (k != null && k.vq != null && k.vq.o.count > 0 && this.b0 != null && k.e9(this.b0.bu, this.b0.bv, this.b0)) {
2466
+ if (k != null && k.vr != null && k.vr.o.count > 0 && this.b0 != null && k.e9(this.b0.bu, this.b0.bv, this.b0)) {
2461
2467
  i = true;
2462
- for (var l = k.vq.o.count - 1; l >= 0; l--) {
2463
- a.add(k.vq.o._inner[l]);
2468
+ for (var l = k.vr.o.count - 1; l >= 0; l--) {
2469
+ a.add(k.vr.o._inner[l]);
2464
2470
  }
2465
2471
  }
2466
2472
  }
2467
2473
  };
2468
- SplineAreaFragment.prototype.tp = function (a) {
2474
+ SplineAreaFragment.prototype.tq = function (a) {
2469
2475
  var b = 0;
2470
2476
  var c = a.bv;
2471
2477
  var d = a.bu;
@@ -2476,7 +2482,7 @@ var SplineAreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2476
2482
  }
2477
2483
  return b;
2478
2484
  };
2479
- SplineAreaFragment.prototype.ms = function () {
2485
+ SplineAreaFragment.prototype.mt = function () {
2480
2486
  var a = (typeCast(XamDataChart.$, this.cd));
2481
2487
  if (a != null) {
2482
2488
  this.fq = isNaN_(this.fz) ? this.parentSeries.fq : this.fz;
@@ -2484,7 +2490,7 @@ var SplineAreaFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2484
2490
  };
2485
2491
  Object.defineProperty(SplineAreaFragment.prototype, "useHighMarkerFidelity", {
2486
2492
  get: function () {
2487
- return this.sj;
2493
+ return this.sk;
2488
2494
  },
2489
2495
  enumerable: true,
2490
2496
  configurable: true
@@ -2509,12 +2515,12 @@ var SplineFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2509
2515
  SplineFragment.prototype.bx = function () {
2510
2516
  return new SplineFragmentView(this);
2511
2517
  };
2512
- SplineFragment.prototype.ly = function (a) {
2513
- _super.prototype.ly.call(this, a);
2514
- this.vw = a;
2518
+ SplineFragment.prototype.lz = function (a) {
2519
+ _super.prototype.lz.call(this, a);
2520
+ this.vx = a;
2515
2521
  };
2516
- SplineFragment.prototype.vy = function (a, b) {
2517
- var c = this.vw.dh.ak;
2522
+ SplineFragment.prototype.vz = function (a, b) {
2523
+ var c = this.vx.dh.ak;
2518
2524
  if (this.ex(a, c)) {
2519
2525
  return true;
2520
2526
  }
@@ -2524,23 +2530,23 @@ var SplineFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2524
2530
  return true;
2525
2531
  };
2526
2532
  SplineFragment.prototype.ev = function (a, b) {
2527
- if (this.vx(a, b)) {
2533
+ if (this.vy(a, b)) {
2528
2534
  return true;
2529
2535
  }
2530
- if (this.vy(a, b)) {
2536
+ if (this.vz(a, b)) {
2531
2537
  return true;
2532
2538
  }
2533
- if (this.qf(a, b)) {
2539
+ if (this.qg(a, b)) {
2534
2540
  return true;
2535
2541
  }
2536
2542
  return false;
2537
2543
  };
2538
- SplineFragment.prototype.vx = function (a, b) {
2539
- var c = this.vw.di.ak;
2544
+ SplineFragment.prototype.vy = function (a, b) {
2545
+ var c = this.vx.di.ak;
2540
2546
  if (this.ew(a, b, c)) {
2541
2547
  return true;
2542
2548
  }
2543
- var d = this.vw.dj.ak;
2549
+ var d = this.vx.dj.ak;
2544
2550
  if (this.ew(a, b, d)) {
2545
2551
  return true;
2546
2552
  }
@@ -2551,32 +2557,32 @@ var SplineFragment = /** @class */ /*@__PURE__*/ (function (_super) {
2551
2557
  var c = b;
2552
2558
  c.dd();
2553
2559
  };
2554
- SplineFragment.prototype.s6 = function (a, b) {
2555
- _super.prototype.s6.call(this, a, b);
2556
- this.vq.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
2560
+ SplineFragment.prototype.s7 = function (a, b) {
2561
+ _super.prototype.s7.call(this, a, b);
2562
+ this.vr.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
2557
2563
  var c = typeCast(SplineFragmentView.$, b);
2558
2564
  var d = a.f;
2559
2565
  var e = this.getEffectiveViewport1(b);
2560
- this.rw.a0(this, this.sg(), runOn(this, this.rh), this.so(b), this.sp(b));
2566
+ this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
2561
2567
  var f = false;
2562
- var g = this.rw.b;
2568
+ var g = this.rx.b;
2563
2569
  if (g != null) {
2564
2570
  f = true;
2565
2571
  }
2566
2572
  if (f) {
2567
- var h = new ScalerParams(0, b.bv, b.bu, this.un.cg, e);
2568
- this.s2(d, -1, this.valueColumn.count, this.un, h, b.q);
2573
+ var h = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
2574
+ this.s3(d, -1, this.valueColumn.count, this.uo, h, b.q);
2569
2575
  }
2570
- this.rw.ad(c.di, true, false, true, false);
2571
- this.rw.ad(c.dj, true, false, true, false);
2572
- this.rw.ad(c.dh, false, true, false, false);
2573
- c.dh._opacity = 0.75 * this.rw.j;
2576
+ this.rx.ad(c.di, true, false, true, false);
2577
+ this.rx.ad(c.dj, true, false, true, false);
2578
+ this.rx.ad(c.dh, false, true, false, false);
2579
+ c.dh._opacity = 0.75 * this.rx.j;
2574
2580
  var i = c.cr.d;
2575
- this.vq.m(c.di, c.dh, c.dj, a.f.count, a.f, true, 1, this.te(a.f, a.f.count - 1, b.bu, b.bv), i, this.ft);
2581
+ this.vr.m(c.di, c.dh, c.dj, a.f.count, a.f, true, 1, this.tf(a.f, a.f.count - 1, b.bu, b.bv), i, this.ft);
2576
2582
  };
2577
2583
  Object.defineProperty(SplineFragment.prototype, "useHighMarkerFidelity", {
2578
2584
  get: function () {
2579
- return this.sj;
2585
+ return this.sk;
2580
2586
  },
2581
2587
  enumerable: true,
2582
2588
  configurable: true
@@ -2613,14 +2619,14 @@ var SplineFragmentBaseValueList = /** @class */ /*@__PURE__*/ (function (_super)
2613
2619
  else {
2614
2620
  var b_2 = false;
2615
2621
  if (this.a.parentSeries != null) {
2616
- b_2 = this.a.parentSeries.to;
2622
+ b_2 = this.a.parentSeries.tp;
2617
2623
  }
2618
2624
  var c = this.a.parentSeries;
2619
2625
  if (c == null) {
2620
2626
  return NaN;
2621
2627
  }
2622
2628
  var d = this.a.valueColumn.item(a);
2623
- var e = Math.abs(c.te[a]) + c.td[a];
2629
+ var e = Math.abs(c.tf[a]) + c.te[a];
2624
2630
  var f = this.a.logicalSeriesLink.az;
2625
2631
  var g = this.a.logicalSeriesLink.a0;
2626
2632
  if (isNaN_(d) || isInfinity(d)) {
@@ -2691,32 +2697,32 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2691
2697
  var _this = _super.call(this) || this;
2692
2698
  _this._series = null;
2693
2699
  _this.seriesCreated = null;
2700
+ _this.tw = 0;
2694
2701
  _this.tv = 0;
2695
- _this.tu = 0;
2696
- _this.td = null;
2697
2702
  _this.te = null;
2698
- _this.tl = null;
2699
- _this.ti = null;
2700
- _this.tr = new Dictionary$2(String_$type, Boolean_$type, 0);
2701
2703
  _this.tf = null;
2704
+ _this.tm = null;
2705
+ _this.tj = null;
2706
+ _this.ts = new Dictionary$2(String_$type, Boolean_$type, 0);
2707
+ _this.tg = null;
2702
2708
  _this.series = new StackedSeriesCollection();
2703
2709
  var a = _this.series;
2704
- a.collectionResetting = delegateCombine(a.collectionResetting, runOn(_this, _this.t7));
2710
+ a.collectionResetting = delegateCombine(a.collectionResetting, runOn(_this, _this.t8));
2705
2711
  var b = _this.series;
2706
- b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.t6));
2707
- _this.rt = new StackedSeriesFramePreparer(1, _this, _this.tm, _this, _this, _this.tm.cr);
2708
- _this.tl = new StackedSeriesManager(_this);
2709
- _this.ti = new StackedSeriesCollection();
2710
- var c = _this.ti;
2711
- c.collectionChanged = delegateCombine(c.collectionChanged, runOn(_this, _this.t6));
2712
- var d = _this.ti;
2713
- d.collectionResetting = delegateCombine(d.collectionResetting, runOn(_this, _this.t1));
2712
+ b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.t7));
2713
+ _this.ru = new StackedSeriesFramePreparer(1, _this, _this.tn, _this, _this, _this.tn.cr);
2714
+ _this.tm = new StackedSeriesManager(_this);
2715
+ _this.tj = new StackedSeriesCollection();
2716
+ var c = _this.tj;
2717
+ c.collectionChanged = delegateCombine(c.collectionChanged, runOn(_this, _this.t7));
2718
+ var d = _this.tj;
2719
+ d.collectionResetting = delegateCombine(d.collectionResetting, runOn(_this, _this.t2));
2714
2720
  return _this;
2715
2721
  }
2716
- StackedSeriesBase.prototype.lj = function () {
2722
+ StackedSeriesBase.prototype.lk = function () {
2717
2723
  var e_1, _a;
2718
2724
  try {
2719
- for (var _b = tslib_1.__values(fromEnum(this.th)), _c = _b.next(); !_c.done; _c = _b.next()) {
2725
+ for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
2720
2726
  var a = _c.value;
2721
2727
  a.fx();
2722
2728
  }
@@ -2734,7 +2740,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2734
2740
  throw e_1.error;
2735
2741
  }
2736
2742
  }
2737
- _super.prototype.lj.call(this);
2743
+ _super.prototype.lk.call(this);
2738
2744
  };
2739
2745
  StackedSeriesBase.prototype.get_dx = function () {
2740
2746
  return false;
@@ -2745,13 +2751,13 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2745
2751
  StackedSeriesBase.prototype.bx = function () {
2746
2752
  return new StackedSeriesView(this);
2747
2753
  };
2748
- StackedSeriesBase.prototype.ly = function (a) {
2749
- _super.prototype.ly.call(this, a);
2750
- this.tm = a;
2754
+ StackedSeriesBase.prototype.lz = function (a) {
2755
+ _super.prototype.lz.call(this, a);
2756
+ this.tn = a;
2751
2757
  };
2752
- StackedSeriesBase.prototype.lz = function (a, b) {
2758
+ StackedSeriesBase.prototype.l0 = function (a, b) {
2753
2759
  var e_2, _a;
2754
- _super.prototype.lz.call(this, a, b);
2760
+ _super.prototype.l0.call(this, a, b);
2755
2761
  try {
2756
2762
  for (var _b = tslib_1.__values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
2757
2763
  var c = _c.value;
@@ -2789,8 +2795,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2789
2795
  return this.series.count;
2790
2796
  };
2791
2797
  StackedSeriesBase.prototype.la = function (a) {
2792
- for (var b = 0; b < this.tl.f.count; b++) {
2793
- var c = this.tl.f._inner[b];
2798
+ for (var b = 0; b < this.tm.f.count; b++) {
2799
+ var c = this.tm.f._inner[b];
2794
2800
  if (!a(c)) {
2795
2801
  break;
2796
2802
  }
@@ -2799,21 +2805,21 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2799
2805
  StackedSeriesBase.prototype.get_isStacked = function () {
2800
2806
  return true;
2801
2807
  };
2802
- Object.defineProperty(StackedSeriesBase.prototype, "th", {
2808
+ Object.defineProperty(StackedSeriesBase.prototype, "ti", {
2803
2809
  get: function () {
2804
- return this.tn ? this.ti : this.series;
2810
+ return this.to ? this.tj : this.series;
2805
2811
  },
2806
2812
  enumerable: true,
2807
2813
  configurable: true
2808
2814
  });
2809
- StackedSeriesBase.prototype.t1 = function (a, b) {
2815
+ StackedSeriesBase.prototype.t2 = function (a, b) {
2810
2816
  var e_3, _a;
2811
2817
  try {
2812
- for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
2818
+ for (var _b = tslib_1.__values(fromEnum(this.tj)), _c = _b.next(); !_c.done; _c = _b.next()) {
2813
2819
  var c = _c.value;
2814
- if (this.tl != null && this.tl.c.contains(c)) {
2820
+ if (this.tm != null && this.tm.c.contains(c)) {
2815
2821
  c.parentSeries = null;
2816
- this.tl.c.remove(c);
2822
+ this.tm.c.remove(c);
2817
2823
  }
2818
2824
  }
2819
2825
  }
@@ -2831,14 +2837,14 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2831
2837
  }
2832
2838
  }
2833
2839
  };
2834
- StackedSeriesBase.prototype.t7 = function (a, b) {
2840
+ StackedSeriesBase.prototype.t8 = function (a, b) {
2835
2841
  var e_4, _a;
2836
2842
  try {
2837
2843
  for (var _b = tslib_1.__values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
2838
2844
  var c = _c.value;
2839
- if (this.tl != null && this.tl.c.contains(c)) {
2845
+ if (this.tm != null && this.tm.c.contains(c)) {
2840
2846
  c.parentSeries = null;
2841
- this.tl.c.remove(c);
2847
+ this.tm.c.remove(c);
2842
2848
  }
2843
2849
  }
2844
2850
  }
@@ -2856,15 +2862,15 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2856
2862
  }
2857
2863
  }
2858
2864
  };
2859
- StackedSeriesBase.prototype.t6 = function (a, b) {
2865
+ StackedSeriesBase.prototype.t7 = function (a, b) {
2860
2866
  var e_5, _a, e_6, _b;
2861
2867
  if (b.oldItems != null) {
2862
2868
  try {
2863
2869
  for (var _c = tslib_1.__values(fromEn(b.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
2864
2870
  var c = _d.value;
2865
- if (this.tl != null && this.tl.c.contains(c)) {
2871
+ if (this.tm != null && this.tm.c.contains(c)) {
2866
2872
  c.parentSeries = null;
2867
- this.tl.c.remove(c);
2873
+ this.tm.c.remove(c);
2868
2874
  }
2869
2875
  }
2870
2876
  }
@@ -2887,7 +2893,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2887
2893
  try {
2888
2894
  for (var _e = tslib_1.__values(fromEn(b.newItems)), _f = _e.next(); !_f.done; _f = _e.next()) {
2889
2895
  var e = _f.value;
2890
- if (this.tl != null && !this.tl.c.contains(e)) {
2896
+ if (this.tm != null && !this.tm.c.contains(e)) {
2891
2897
  e.parentSeries = this;
2892
2898
  e.fh();
2893
2899
  e.f4();
@@ -2930,8 +2936,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2930
2936
  e.gf();
2931
2937
  e.gh();
2932
2938
  e.gj();
2933
- if (!this.tn) {
2934
- this.tl.c.insert(d, e);
2939
+ if (!this.to) {
2940
+ this.tm.c.insert(d, e);
2935
2941
  d++;
2936
2942
  }
2937
2943
  }
@@ -2951,14 +2957,14 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2951
2957
  }
2952
2958
  }
2953
2959
  }
2954
- if (!this.tn) {
2955
- this.t8();
2960
+ if (!this.to) {
2961
+ this.t9();
2956
2962
  }
2957
2963
  };
2958
- StackedSeriesBase.prototype.mp = function (a) {
2964
+ StackedSeriesBase.prototype.mq = function (a) {
2959
2965
  this.cb.cq.c8(a, true, false);
2960
2966
  };
2961
- StackedSeriesBase.prototype.ru = function (a) {
2967
+ StackedSeriesBase.prototype.rv = function (a) {
2962
2968
  if (a != null && a.q) {
2963
2969
  if (a.p) {
2964
2970
  return new StackedSeriesFramePreparer(1, typeCast(IIsCategoryBased_$type, this), typeCast(ISupportsMarkers_$type, a), a, this, a.cr);
@@ -2969,23 +2975,23 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
2969
2975
  }
2970
2976
  }
2971
2977
  else {
2972
- return this.rt;
2978
+ return this.ru;
2973
2979
  }
2974
2980
  };
2975
- StackedSeriesBase.prototype.s3 = function (a, b) {
2981
+ StackedSeriesBase.prototype.s4 = function (a, b) {
2976
2982
  a.u();
2977
- this.t4();
2978
- this.ru(b).d(a, b);
2983
+ this.t5();
2984
+ this.rv(b).d(a, b);
2979
2985
  };
2980
- StackedSeriesBase.prototype.mi = function (a) {
2981
- _super.prototype.mi.call(this, a);
2982
- this.tl.h(a);
2986
+ StackedSeriesBase.prototype.mj = function (a) {
2987
+ _super.prototype.mj.call(this, a);
2988
+ this.tm.h(a);
2983
2989
  };
2984
2990
  StackedSeriesBase.prototype.kx = function (a, b) {
2985
2991
  var e_7, _a;
2986
2992
  _super.prototype.kx.call(this, a, b);
2987
2993
  try {
2988
- for (var _b = tslib_1.__values(fromEnum(this.th)), _c = _b.next(); !_c.done; _c = _b.next()) {
2994
+ for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
2989
2995
  var c = _c.value;
2990
2996
  if (c.visualSeriesLink != null) {
2991
2997
  c.visualSeriesLink.kx(a, c.visualSeriesLink.b0);
@@ -3006,10 +3012,10 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3006
3012
  }
3007
3013
  }
3008
3014
  };
3009
- StackedSeriesBase.prototype.t2 = function () {
3010
- this.t4();
3015
+ StackedSeriesBase.prototype.t3 = function () {
3016
+ this.t5();
3011
3017
  };
3012
- StackedSeriesBase.prototype.t8 = function () {
3018
+ StackedSeriesBase.prototype.t9 = function () {
3013
3019
  var a = this.fetchXAxis();
3014
3020
  if (a != null) {
3015
3021
  a.c1(true);
@@ -3019,12 +3025,12 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3019
3025
  b.c1(true);
3020
3026
  }
3021
3027
  };
3022
- StackedSeriesBase.prototype.get_to = function () {
3028
+ StackedSeriesBase.prototype.get_tp = function () {
3023
3029
  return false;
3024
3030
  };
3025
- Object.defineProperty(StackedSeriesBase.prototype, "to", {
3031
+ Object.defineProperty(StackedSeriesBase.prototype, "tp", {
3026
3032
  get: function () {
3027
- return this.get_to();
3033
+ return this.get_tp();
3028
3034
  },
3029
3035
  enumerable: true,
3030
3036
  configurable: true
@@ -3035,7 +3041,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3035
3041
  c = c.copy();
3036
3042
  var d = this.b0.bu;
3037
3043
  var e = new Rect(0, 0, 0, 1, 1);
3038
- var f = this.ps(this.b0);
3044
+ var f = this.pt(this.b0);
3039
3045
  if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
3040
3046
  var g = this.fetchXAxis();
3041
3047
  if (g != null) {
@@ -3050,10 +3056,10 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3050
3056
  c.x = i - 0.5 * c.width;
3051
3057
  }
3052
3058
  var j = this.fetchYAxis();
3053
- if (j != null && this.td != null && b < this.td.length) {
3059
+ if (j != null && this.te != null && b < this.te.length) {
3054
3060
  var k = new ScalerParams(0, e, e, j.cg, f);
3055
- var l = j.ei(this.td[b], k);
3056
- var m = j.ei(this.te[b], k);
3061
+ var l = j.ei(this.te[b], k);
3062
+ var m = j.ei(this.tf[b], k);
3057
3063
  if (!isNaN_(l) && !isNaN_(m)) {
3058
3064
  var n = Math.abs(m - l);
3059
3065
  if (c.height < n) {
@@ -3076,30 +3082,30 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3076
3082
  return b >= 0;
3077
3083
  };
3078
3084
  StackedSeriesBase.prototype.ap = function (a) {
3079
- if (this.te == null || this.te.length == 0 || this.td == null || this.td.length == 0) {
3085
+ if (this.tf == null || this.tf.length == 0 || this.te == null || this.te.length == 0) {
3080
3086
  return null;
3081
3087
  }
3082
3088
  if (a == this.fetchXAxis()) {
3083
- var b = Math.min(this.te.length, this.td.length);
3089
+ var b = Math.min(this.tf.length, this.te.length);
3084
3090
  return new AxisRange(0, b - 1);
3085
3091
  }
3086
3092
  if (a == this.fetchYAxis()) {
3087
- return new AxisRange(this.tv, this.tu);
3093
+ return new AxisRange(this.tw, this.tv);
3088
3094
  }
3089
3095
  return null;
3090
3096
  };
3091
- StackedSeriesBase.prototype.qe = function () {
3097
+ StackedSeriesBase.prototype.qf = function () {
3092
3098
  return false;
3093
3099
  };
3094
3100
  StackedSeriesBase.prototype.k0 = function (a, b, c, d) {
3095
- this.t4();
3096
- this.si();
3097
- this.mh(true);
3101
+ this.t5();
3102
+ this.sj();
3103
+ this.mi(true);
3098
3104
  };
3099
- StackedSeriesBase.prototype.tg = function () {
3100
- return this.tm;
3105
+ StackedSeriesBase.prototype.th = function () {
3106
+ return this.tn;
3101
3107
  };
3102
- StackedSeriesBase.prototype.ts = function () {
3108
+ StackedSeriesBase.prototype.tt = function () {
3103
3109
  var a = 0;
3104
3110
  var b = this.b0.bv;
3105
3111
  var c = this.b0.bu;
@@ -3111,17 +3117,17 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3111
3117
  }
3112
3118
  return a;
3113
3119
  };
3114
- StackedSeriesBase.prototype.tt = function () {
3120
+ StackedSeriesBase.prototype.tu = function () {
3115
3121
  var a = typeCast(NumericYAxis.$, this.fetchYAxis());
3116
3122
  if (a != null) {
3117
3123
  return a.l5;
3118
3124
  }
3119
3125
  return 0;
3120
3126
  };
3121
- StackedSeriesBase.prototype.tx = function (a) {
3122
- return this.index < 0 || this.th == null || this.th.count == 0 ? -1 : this.index + this.th.indexOf(a);
3127
+ StackedSeriesBase.prototype.ty = function (a) {
3128
+ return this.index < 0 || this.ti == null || this.ti.count == 0 ? -1 : this.index + this.ti.indexOf(a);
3123
3129
  };
3124
- StackedSeriesBase.prototype.tw = function (a) {
3130
+ StackedSeriesBase.prototype.tx = function (a) {
3125
3131
  var b = this.cd != null ? this.cd.sf : Rect.empty;
3126
3132
  var c = this.b0.bu;
3127
3133
  var d = this.getEffectiveViewport1(this.b0);
@@ -3129,7 +3135,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3129
3135
  var f = -1;
3130
3136
  if (e != null && !b.isEmpty && !c.isEmpty) {
3131
3137
  var g = new ScalerParams(0, b, c, e.cg, d);
3132
- var h = this.pq(this.b0);
3138
+ var h = this.pr(this.b0);
3133
3139
  var i = e.el(h.left, g);
3134
3140
  var j = e.el(h.right, g);
3135
3141
  var k = (a.x - b.left) / b.width;
@@ -3142,7 +3148,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3142
3148
  }
3143
3149
  return f;
3144
3150
  };
3145
- StackedSeriesBase.prototype.tq = function (a, b, c, d) {
3151
+ StackedSeriesBase.prototype.tr = function (a, b, c, d) {
3146
3152
  var e = true;
3147
3153
  var f = typeCast(CategoryAxisBase.$, this.fetchXAxis());
3148
3154
  var g = typeCast(NumericYAxis.$, this.fetchYAxis());
@@ -3156,18 +3162,18 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3156
3162
  }
3157
3163
  return e;
3158
3164
  };
3159
- StackedSeriesBase.prototype.t3 = function () {
3165
+ StackedSeriesBase.prototype.t4 = function () {
3160
3166
  var e_8, _a;
3161
- if (this.cd == null || this.tl == null) {
3167
+ if (this.cd == null || this.tm == null) {
3162
3168
  return;
3163
3169
  }
3164
- if (!this.tn) {
3165
- this.ti.clear();
3170
+ if (!this.to) {
3171
+ this.tj.clear();
3166
3172
  try {
3167
3173
  for (var _b = tslib_1.__values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
3168
3174
  var a = _c.value;
3169
- if (!this.tl.c.contains(a)) {
3170
- this.tl.c.add(a);
3175
+ if (!this.tm.c.contains(a)) {
3176
+ this.tm.c.add(a);
3171
3177
  }
3172
3178
  }
3173
3179
  }
@@ -3184,24 +3190,24 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3184
3190
  throw e_8.error;
3185
3191
  }
3186
3192
  }
3187
- this.t8();
3193
+ this.t9();
3188
3194
  return;
3189
3195
  }
3190
3196
  };
3191
- StackedSeriesBase.prototype.s6 = function (a, b) {
3192
- _super.prototype.s6.call(this, a, b);
3197
+ StackedSeriesBase.prototype.s7 = function (a, b) {
3198
+ _super.prototype.s7.call(this, a, b);
3193
3199
  };
3194
- StackedSeriesBase.prototype.t5 = function (a, b, c, d) {
3200
+ StackedSeriesBase.prototype.t6 = function (a, b, c, d) {
3195
3201
  };
3196
3202
  StackedSeriesBase.prototype.aq = function (a) {
3197
3203
  if (a.isEmpty && this.cd != null) {
3198
3204
  a = this.cd.sf;
3199
3205
  }
3200
- var b = this.rn();
3201
- if (this.td == null || this.te == null) {
3206
+ var b = this.ro();
3207
+ if (this.te == null || this.tf == null) {
3202
3208
  return null;
3203
3209
  }
3204
- var c = this.pq(this.b0);
3210
+ var c = this.pr(this.b0);
3205
3211
  var d = new ScalerParams(0, a, this.cd.su, b.cg, this.getEffectiveViewport());
3206
3212
  var e = (b.el(c.left, d));
3207
3213
  var f = (b.el(c.right, d));
@@ -3220,8 +3226,8 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3220
3226
  e = Math.floor(e);
3221
3227
  f = Math.ceil(f);
3222
3228
  }
3223
- e = Math.max(0, Math.min(this.te.length - 1, e));
3224
- f = Math.max(0, Math.min(this.te.length - 1, f));
3229
+ e = Math.max(0, Math.min(this.tf.length - 1, e));
3230
+ f = Math.max(0, Math.min(this.tf.length - 1, f));
3225
3231
  var i = 1.7976931348623157E+308;
3226
3232
  var j = -1.7976931348623157E+308;
3227
3233
  for (var k = truncate(e); k <= truncate(f); k++) {
@@ -3229,13 +3235,13 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3229
3235
  if (h != null) {
3230
3236
  l = h.i$b._inner[k];
3231
3237
  }
3232
- var m = this.te[l];
3238
+ var m = this.tf[l];
3233
3239
  {
3234
3240
  if (isInfinity(m) || isNaN_(m)) {
3235
3241
  continue;
3236
3242
  }
3237
3243
  }
3238
- var n = this.td[l];
3244
+ var n = this.te[l];
3239
3245
  {
3240
3246
  if (isInfinity(n) || isNaN_(n)) {
3241
3247
  continue;
@@ -3245,15 +3251,15 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3245
3251
  j = Math.max(j, n);
3246
3252
  }
3247
3253
  var o = new AxisRange(i, j);
3248
- var p = this.r8();
3254
+ var p = this.r9();
3249
3255
  o = this.ao(o, p, a);
3250
3256
  return o;
3251
3257
  };
3252
- StackedSeriesBase.prototype.mk = function () {
3258
+ StackedSeriesBase.prototype.ml = function () {
3253
3259
  var e_9, _a;
3254
- _super.prototype.mk.call(this);
3260
+ _super.prototype.ml.call(this);
3255
3261
  try {
3256
- for (var _b = tslib_1.__values(fromEnum(this.th)), _c = _b.next(); !_c.done; _c = _b.next()) {
3262
+ for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
3257
3263
  var a = _c.value;
3258
3264
  a.e9();
3259
3265
  }
@@ -3272,23 +3278,23 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3272
3278
  }
3273
3279
  }
3274
3280
  };
3275
- StackedSeriesBase.prototype.t4 = function () {
3281
+ StackedSeriesBase.prototype.t5 = function () {
3276
3282
  var e_10, _a;
3277
3283
  if (this.ck == null) {
3278
3284
  return;
3279
3285
  }
3280
3286
  var a = this.ck.count;
3281
- this.td = new Array(a);
3282
3287
  this.te = new Array(a);
3288
+ this.tf = new Array(a);
3283
3289
  for (var b = 0; b < a; b++) {
3284
- this.td[b] = 0;
3285
3290
  this.te[b] = 0;
3291
+ this.tf[b] = 0;
3286
3292
  }
3287
- this.tv = Number.POSITIVE_INFINITY;
3288
- this.tu = Number.NEGATIVE_INFINITY;
3293
+ this.tw = Number.POSITIVE_INFINITY;
3294
+ this.tv = Number.NEGATIVE_INFINITY;
3289
3295
  var c = 0;
3290
3296
  try {
3291
- for (var _b = tslib_1.__values(fromEnum(this.th)), _c = _b.next(); !_c.done; _c = _b.next()) {
3297
+ for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
3292
3298
  var d = _c.value;
3293
3299
  if (d.itemsSource != null && d.visualSeriesLink == null) {
3294
3300
  continue;
@@ -3301,9 +3307,9 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3301
3307
  d.af = this.ch(d.e1);
3302
3308
  }
3303
3309
  if (d.visualSeriesLink != null && d.itemsSource == null) {
3304
- d.visualSeriesLink.to = true;
3310
+ d.visualSeriesLink.tp = true;
3305
3311
  d.visualSeriesLink.valueColumn = d.af;
3306
- d.visualSeriesLink.to = false;
3312
+ d.visualSeriesLink.tp = false;
3307
3313
  }
3308
3314
  d.at = true;
3309
3315
  if (d.af != null) {
@@ -3313,20 +3319,20 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3313
3319
  var f = d.af.item(e);
3314
3320
  if (f < c) {
3315
3321
  d.az.add(c);
3316
- d.a0.add(this.te[e]);
3317
- this.te[e] = this.te[e] + f;
3322
+ d.a0.add(this.tf[e]);
3323
+ this.tf[e] = this.tf[e] + f;
3318
3324
  if (d.at) {
3319
3325
  d.at = false;
3320
3326
  }
3321
3327
  }
3322
3328
  else if (f >= c) {
3323
- d.az.add(this.td[e]);
3329
+ d.az.add(this.te[e]);
3324
3330
  d.a0.add(c);
3325
- this.td[e] = this.td[e] + f;
3331
+ this.te[e] = this.te[e] + f;
3326
3332
  }
3327
3333
  else if (isNaN_(f) || isInfinity(f)) {
3328
- d.az.add(this.td[e]);
3329
- d.a0.add(this.te[e]);
3334
+ d.az.add(this.te[e]);
3335
+ d.a0.add(this.tf[e]);
3330
3336
  }
3331
3337
  }
3332
3338
  }
@@ -3346,13 +3352,13 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3346
3352
  }
3347
3353
  }
3348
3354
  for (var g = 0; g < a; g++) {
3349
- this.tv = Math.min(this.tv, this.te[g]);
3350
- this.tu = Math.max(this.tu, this.td[g]);
3355
+ this.tw = Math.min(this.tw, this.tf[g]);
3356
+ this.tv = Math.max(this.tv, this.te[g]);
3351
3357
  }
3352
3358
  };
3353
- StackedSeriesBase.prototype.l3 = function (a, b, c, d) {
3359
+ StackedSeriesBase.prototype.l4 = function (a, b, c, d) {
3354
3360
  var e_11, _a, e_12, _b, e_13, _c, e_14, _d, e_15, _e, e_16, _f, e_17, _g, e_18, _h, e_19, _j, e_20, _k, e_21, _l, e_22, _m, e_23, _o, e_24, _p, e_25, _q, e_26, _r, e_27, _s, e_28, _t, e_29, _u, e_30, _v, e_31, _w, e_32, _x, e_33, _y, e_34, _z, e_35, _0, e_36, _1, e_37, _2, e_38, _3, e_39, _4, e_40, _5, e_41, _6, e_42, _7, e_43, _8, e_44, _9, e_45, _10, e_46, _11, e_47, _12, e_48, _13, e_49, _14, e_50, _15, e_51, _16, e_52, _17, e_53, _18;
3355
- _super.prototype.l3.call(this, a, b, c, d);
3361
+ _super.prototype.l4.call(this, a, b, c, d);
3356
3362
  switch (b) {
3357
3363
  case "SeriesViewer":
3358
3364
  if (c != null && d == null) {
@@ -3360,12 +3366,12 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3360
3366
  this.k1(this.fetchYAxis());
3361
3367
  }
3362
3368
  if (c == null && d != null) {
3363
- this.l8(this.fetchXAxis());
3364
- this.l8(this.fetchYAxis());
3369
+ this.l9(this.fetchXAxis());
3370
+ this.l9(this.fetchYAxis());
3365
3371
  }
3366
- if (this.th != null) {
3372
+ if (this.ti != null) {
3367
3373
  try {
3368
- for (var _19 = tslib_1.__values(fromEnum(this.th)), _20 = _19.next(); !_20.done; _20 = _19.next()) {
3374
+ for (var _19 = tslib_1.__values(fromEnum(this.ti)), _20 = _19.next(); !_20.done; _20 = _19.next()) {
3369
3375
  var e = _20.value;
3370
3376
  e.aa = this.cd;
3371
3377
  }
@@ -3383,13 +3389,13 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3383
3389
  throw e_11.error;
3384
3390
  }
3385
3391
  }
3386
- this.mh(false);
3392
+ this.mi(false);
3387
3393
  }
3388
3394
  break;
3389
3395
  case "ItemsSource":
3390
- if (this.th != null) {
3396
+ if (this.ti != null) {
3391
3397
  try {
3392
- for (var _21 = tslib_1.__values(fromEnum(this.th)), _22 = _21.next(); !_22.done; _22 = _21.next()) {
3398
+ for (var _21 = tslib_1.__values(fromEnum(this.ti)), _22 = _21.next(); !_22.done; _22 = _21.next()) {
3393
3399
  var f = _22.value;
3394
3400
  if (f.itemsSource == null) {
3395
3401
  if (f.visualSeriesLink != null) {
@@ -3414,25 +3420,25 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3414
3420
  }
3415
3421
  break;
3416
3422
  case "FastItemsSource":
3417
- if (this.tn) {
3418
- this.t3();
3423
+ if (this.to) {
3424
+ this.t4();
3419
3425
  }
3420
- if (!this.si()) {
3421
- this.tm.cr.g(this.ft);
3426
+ if (!this.sj()) {
3427
+ this.tn.cr.g(this.ft);
3422
3428
  }
3423
- this.mh(false);
3429
+ this.mi(false);
3424
3430
  break;
3425
3431
  case StackedSeriesBase.$$p[0]:
3426
- this.t3();
3432
+ this.t4();
3427
3433
  break;
3428
3434
  case StackedSeriesBase.$$p[1]:
3429
3435
  if (this.cd != null) {
3430
- this.cd.ml(this.tl.f);
3436
+ this.cd.ml(this.tm.f);
3431
3437
  }
3432
3438
  break;
3433
3439
  case StackedSeriesBase.$$p[2]:
3434
3440
  try {
3435
- for (var _23 = tslib_1.__values(fromEnum(this.th)), _24 = _23.next(); !_24.done; _24 = _23.next()) {
3441
+ for (var _23 = tslib_1.__values(fromEnum(this.ti)), _24 = _23.next(); !_24.done; _24 = _23.next()) {
3436
3442
  var g = _24.value;
3437
3443
  g.gj();
3438
3444
  }
@@ -3453,7 +3459,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3453
3459
  break;
3454
3460
  case "Brush":
3455
3461
  try {
3456
- for (var _25 = tslib_1.__values(fromEnum(this.th)), _26 = _25.next(); !_26.done; _26 = _25.next()) {
3462
+ for (var _25 = tslib_1.__values(fromEnum(this.ti)), _26 = _25.next(); !_26.done; _26 = _25.next()) {
3457
3463
  var h = _26.value;
3458
3464
  h.fc();
3459
3465
  }
@@ -3474,7 +3480,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3474
3480
  break;
3475
3481
  case "DashArray":
3476
3482
  try {
3477
- for (var _27 = tslib_1.__values(fromEnum(this.th)), _28 = _27.next(); !_28.done; _28 = _27.next()) {
3483
+ for (var _27 = tslib_1.__values(fromEnum(this.ti)), _28 = _27.next(); !_28.done; _28 = _27.next()) {
3478
3484
  var i = _28.value;
3479
3485
  i.fd();
3480
3486
  }
@@ -3495,7 +3501,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3495
3501
  break;
3496
3502
  case "HighlightingFadeOpacity":
3497
3503
  try {
3498
- for (var _29 = tslib_1.__values(fromEnum(this.th)), _30 = _29.next(); !_30.done; _30 = _29.next()) {
3504
+ for (var _29 = tslib_1.__values(fromEnum(this.ti)), _30 = _29.next(); !_30.done; _30 = _29.next()) {
3499
3505
  var j = _30.value;
3500
3506
  j.fg();
3501
3507
  }
@@ -3516,7 +3522,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3516
3522
  break;
3517
3523
  case "DashCap":
3518
3524
  try {
3519
- for (var _31 = tslib_1.__values(fromEnum(this.th)), _32 = _31.next(); !_32.done; _32 = _31.next()) {
3525
+ for (var _31 = tslib_1.__values(fromEnum(this.ti)), _32 = _31.next(); !_32.done; _32 = _31.next()) {
3520
3526
  var k = _32.value;
3521
3527
  k.fe();
3522
3528
  }
@@ -3537,7 +3543,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3537
3543
  break;
3538
3544
  case "IsDropShadowEnabled":
3539
3545
  try {
3540
- for (var _33 = tslib_1.__values(fromEnum(this.th)), _34 = _33.next(); !_34.done; _34 = _33.next()) {
3546
+ for (var _33 = tslib_1.__values(fromEnum(this.ti)), _34 = _33.next(); !_34.done; _34 = _33.next()) {
3541
3547
  var l = _34.value;
3542
3548
  l.fh();
3543
3549
  }
@@ -3558,7 +3564,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3558
3564
  break;
3559
3565
  case "ShadowBlur":
3560
3566
  try {
3561
- for (var _35 = tslib_1.__values(fromEnum(this.th)), _36 = _35.next(); !_36.done; _36 = _35.next()) {
3567
+ for (var _35 = tslib_1.__values(fromEnum(this.ti)), _36 = _35.next(); !_36.done; _36 = _35.next()) {
3562
3568
  var m = _36.value;
3563
3569
  m.f4();
3564
3570
  }
@@ -3579,7 +3585,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3579
3585
  break;
3580
3586
  case "ShadowColor":
3581
3587
  try {
3582
- for (var _37 = tslib_1.__values(fromEnum(this.th)), _38 = _37.next(); !_38.done; _38 = _37.next()) {
3588
+ for (var _37 = tslib_1.__values(fromEnum(this.ti)), _38 = _37.next(); !_38.done; _38 = _37.next()) {
3583
3589
  var n = _38.value;
3584
3590
  n.f5();
3585
3591
  }
@@ -3600,7 +3606,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3600
3606
  break;
3601
3607
  case "UseSingleShadow":
3602
3608
  try {
3603
- for (var _39 = tslib_1.__values(fromEnum(this.th)), _40 = _39.next(); !_40.done; _40 = _39.next()) {
3609
+ for (var _39 = tslib_1.__values(fromEnum(this.ti)), _40 = _39.next(); !_40.done; _40 = _39.next()) {
3604
3610
  var o = _40.value;
3605
3611
  o.gi();
3606
3612
  }
@@ -3621,7 +3627,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3621
3627
  break;
3622
3628
  case "ShadowOffsetX":
3623
3629
  try {
3624
- for (var _41 = tslib_1.__values(fromEnum(this.th)), _42 = _41.next(); !_42.done; _42 = _41.next()) {
3630
+ for (var _41 = tslib_1.__values(fromEnum(this.ti)), _42 = _41.next(); !_42.done; _42 = _41.next()) {
3625
3631
  var p = _42.value;
3626
3632
  p.f6();
3627
3633
  }
@@ -3642,7 +3648,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3642
3648
  break;
3643
3649
  case "ShadowOffsetY":
3644
3650
  try {
3645
- for (var _43 = tslib_1.__values(fromEnum(this.th)), _44 = _43.next(); !_44.done; _44 = _43.next()) {
3651
+ for (var _43 = tslib_1.__values(fromEnum(this.ti)), _44 = _43.next(); !_44.done; _44 = _43.next()) {
3646
3652
  var q = _44.value;
3647
3653
  q.f7();
3648
3654
  }
@@ -3663,7 +3669,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3663
3669
  break;
3664
3670
  case "EndCap":
3665
3671
  try {
3666
- for (var _45 = tslib_1.__values(fromEnum(this.th)), _46 = _45.next(); !_46.done; _46 = _45.next()) {
3672
+ for (var _45 = tslib_1.__values(fromEnum(this.ti)), _46 = _45.next(); !_46.done; _46 = _45.next()) {
3667
3673
  var r = _46.value;
3668
3674
  r.ff();
3669
3675
  }
@@ -3684,7 +3690,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3684
3690
  break;
3685
3691
  case "IsHitTestVisible":
3686
3692
  try {
3687
- for (var _47 = tslib_1.__values(fromEnum(this.th)), _48 = _47.next(); !_48.done; _48 = _47.next()) {
3693
+ for (var _47 = tslib_1.__values(fromEnum(this.ti)), _48 = _47.next(); !_48.done; _48 = _47.next()) {
3688
3694
  var s = _48.value;
3689
3695
  s.fi();
3690
3696
  }
@@ -3705,7 +3711,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3705
3711
  break;
3706
3712
  case "LegendItemBadgeTemplate":
3707
3713
  try {
3708
- for (var _49 = tslib_1.__values(fromEnum(this.th)), _50 = _49.next(); !_50.done; _50 = _49.next()) {
3714
+ for (var _49 = tslib_1.__values(fromEnum(this.ti)), _50 = _49.next(); !_50.done; _50 = _49.next()) {
3709
3715
  var t = _50.value;
3710
3716
  t.fo();
3711
3717
  }
@@ -3726,7 +3732,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3726
3732
  break;
3727
3733
  case "LegendItemTemplate":
3728
3734
  try {
3729
- for (var _51 = tslib_1.__values(fromEnum(this.th)), _52 = _51.next(); !_52.done; _52 = _51.next()) {
3735
+ for (var _51 = tslib_1.__values(fromEnum(this.ti)), _52 = _51.next(); !_52.done; _52 = _51.next()) {
3730
3736
  var u = _52.value;
3731
3737
  u.fp();
3732
3738
  }
@@ -3747,7 +3753,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3747
3753
  break;
3748
3754
  case "LegendItemVisibility":
3749
3755
  try {
3750
- for (var _53 = tslib_1.__values(fromEnum(this.th)), _54 = _53.next(); !_54.done; _54 = _53.next()) {
3756
+ for (var _53 = tslib_1.__values(fromEnum(this.ti)), _54 = _53.next(); !_54.done; _54 = _53.next()) {
3751
3757
  var v = _54.value;
3752
3758
  v.fq();
3753
3759
  }
@@ -3768,7 +3774,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3768
3774
  break;
3769
3775
  case "LegendItemBadgeShape":
3770
3776
  try {
3771
- for (var _55 = tslib_1.__values(fromEnum(this.th)), _56 = _55.next(); !_56.done; _56 = _55.next()) {
3777
+ for (var _55 = tslib_1.__values(fromEnum(this.ti)), _56 = _55.next(); !_56.done; _56 = _55.next()) {
3772
3778
  var w = _56.value;
3773
3779
  w.fn();
3774
3780
  }
@@ -3789,7 +3795,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3789
3795
  break;
3790
3796
  case "LegendItemBadgeMode":
3791
3797
  try {
3792
- for (var _57 = tslib_1.__values(fromEnum(this.th)), _58 = _57.next(); !_58.done; _58 = _57.next()) {
3798
+ for (var _57 = tslib_1.__values(fromEnum(this.ti)), _58 = _57.next(); !_58.done; _58 = _57.next()) {
3793
3799
  var x = _58.value;
3794
3800
  x.fm();
3795
3801
  }
@@ -3810,7 +3816,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3810
3816
  break;
3811
3817
  case "MarkerTemplate":
3812
3818
  try {
3813
- for (var _59 = tslib_1.__values(fromEnum(this.th)), _60 = _59.next(); !_60.done; _60 = _59.next()) {
3819
+ for (var _59 = tslib_1.__values(fromEnum(this.ti)), _60 = _59.next(); !_60.done; _60 = _59.next()) {
3814
3820
  var y = _60.value;
3815
3821
  y.fv();
3816
3822
  }
@@ -3831,7 +3837,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3831
3837
  break;
3832
3838
  case "MarkerType":
3833
3839
  try {
3834
- for (var _61 = tslib_1.__values(fromEnum(this.th)), _62 = _61.next(); !_62.done; _62 = _61.next()) {
3840
+ for (var _61 = tslib_1.__values(fromEnum(this.ti)), _62 = _61.next(); !_62.done; _62 = _61.next()) {
3835
3841
  var z = _62.value;
3836
3842
  z.fx();
3837
3843
  }
@@ -3852,7 +3858,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3852
3858
  break;
3853
3859
  case "MarkerThickness":
3854
3860
  try {
3855
- for (var _63 = tslib_1.__values(fromEnum(this.th)), _64 = _63.next(); !_64.done; _64 = _63.next()) {
3861
+ for (var _63 = tslib_1.__values(fromEnum(this.ti)), _64 = _63.next(); !_64.done; _64 = _63.next()) {
3856
3862
  var aa = _64.value;
3857
3863
  aa.fw();
3858
3864
  }
@@ -3873,7 +3879,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3873
3879
  break;
3874
3880
  case "MarkerBrush":
3875
3881
  try {
3876
- for (var _65 = tslib_1.__values(fromEnum(this.th)), _66 = _65.next(); !_66.done; _66 = _65.next()) {
3882
+ for (var _65 = tslib_1.__values(fromEnum(this.ti)), _66 = _65.next(); !_66.done; _66 = _65.next()) {
3877
3883
  var ab = _66.value;
3878
3884
  ab.fr();
3879
3885
  }
@@ -3894,7 +3900,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3894
3900
  break;
3895
3901
  case "MarkerOutline":
3896
3902
  try {
3897
- for (var _67 = tslib_1.__values(fromEnum(this.th)), _68 = _67.next(); !_68.done; _68 = _67.next()) {
3903
+ for (var _67 = tslib_1.__values(fromEnum(this.ti)), _68 = _67.next(); !_68.done; _68 = _67.next()) {
3898
3904
  var ac = _68.value;
3899
3905
  ac.ft();
3900
3906
  }
@@ -3915,7 +3921,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3915
3921
  break;
3916
3922
  case "MarkerStyle":
3917
3923
  try {
3918
- for (var _69 = tslib_1.__values(fromEnum(this.th)), _70 = _69.next(); !_70.done; _70 = _69.next()) {
3924
+ for (var _69 = tslib_1.__values(fromEnum(this.ti)), _70 = _69.next(); !_70.done; _70 = _69.next()) {
3919
3925
  var ad = _70.value;
3920
3926
  ad.fu();
3921
3927
  }
@@ -3936,7 +3942,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3936
3942
  break;
3937
3943
  case "Opacity":
3938
3944
  try {
3939
- for (var _71 = tslib_1.__values(fromEnum(this.th)), _72 = _71.next(); !_72.done; _72 = _71.next()) {
3945
+ for (var _71 = tslib_1.__values(fromEnum(this.ti)), _72 = _71.next(); !_72.done; _72 = _71.next()) {
3940
3946
  var ae = _72.value;
3941
3947
  ae.fy();
3942
3948
  }
@@ -3957,7 +3963,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3957
3963
  break;
3958
3964
  case "OpacityMask":
3959
3965
  try {
3960
- for (var _73 = tslib_1.__values(fromEnum(this.th)), _74 = _73.next(); !_74.done; _74 = _73.next()) {
3966
+ for (var _73 = tslib_1.__values(fromEnum(this.ti)), _74 = _73.next(); !_74.done; _74 = _73.next()) {
3961
3967
  var af = _74.value;
3962
3968
  af.fz();
3963
3969
  }
@@ -3978,7 +3984,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3978
3984
  break;
3979
3985
  case "AreaFillOpacity":
3980
3986
  try {
3981
- for (var _75 = tslib_1.__values(fromEnum(this.th)), _76 = _75.next(); !_76.done; _76 = _75.next()) {
3987
+ for (var _75 = tslib_1.__values(fromEnum(this.ti)), _76 = _75.next(); !_76.done; _76 = _75.next()) {
3982
3988
  var ag = _76.value;
3983
3989
  ag.fb();
3984
3990
  }
@@ -3999,7 +4005,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
3999
4005
  break;
4000
4006
  case "Outline":
4001
4007
  try {
4002
- for (var _77 = tslib_1.__values(fromEnum(this.th)), _78 = _77.next(); !_78.done; _78 = _77.next()) {
4008
+ for (var _77 = tslib_1.__values(fromEnum(this.ti)), _78 = _77.next(); !_78.done; _78 = _77.next()) {
4003
4009
  var ah = _78.value;
4004
4010
  ah.f0();
4005
4011
  }
@@ -4020,7 +4026,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4020
4026
  break;
4021
4027
  case "StartCap":
4022
4028
  try {
4023
- for (var _79 = tslib_1.__values(fromEnum(this.th)), _80 = _79.next(); !_80.done; _80 = _79.next()) {
4029
+ for (var _79 = tslib_1.__values(fromEnum(this.ti)), _80 = _79.next(); !_80.done; _80 = _79.next()) {
4024
4030
  var ai = _80.value;
4025
4031
  ai.f8();
4026
4032
  }
@@ -4041,7 +4047,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4041
4047
  break;
4042
4048
  case "OutlineMode":
4043
4049
  try {
4044
- for (var _81 = tslib_1.__values(fromEnum(this.th)), _82 = _81.next(); !_82.done; _82 = _81.next()) {
4050
+ for (var _81 = tslib_1.__values(fromEnum(this.ti)), _82 = _81.next(); !_82.done; _82 = _81.next()) {
4045
4051
  var aj = _82.value;
4046
4052
  aj.f1();
4047
4053
  }
@@ -4062,7 +4068,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4062
4068
  break;
4063
4069
  case "MarkerFillOpacity":
4064
4070
  try {
4065
- for (var _83 = tslib_1.__values(fromEnum(this.th)), _84 = _83.next(); !_84.done; _84 = _83.next()) {
4071
+ for (var _83 = tslib_1.__values(fromEnum(this.ti)), _84 = _83.next(); !_84.done; _84 = _83.next()) {
4066
4072
  var ak = _84.value;
4067
4073
  ak.fs();
4068
4074
  }
@@ -4083,7 +4089,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4083
4089
  break;
4084
4090
  case "Thickness":
4085
4091
  try {
4086
- for (var _85 = tslib_1.__values(fromEnum(this.th)), _86 = _85.next(); !_86.done; _86 = _85.next()) {
4092
+ for (var _85 = tslib_1.__values(fromEnum(this.ti)), _86 = _85.next(); !_86.done; _86 = _85.next()) {
4087
4093
  var al = _86.value;
4088
4094
  al.f9();
4089
4095
  }
@@ -4104,7 +4110,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4104
4110
  break;
4105
4111
  case "ToolTip":
4106
4112
  try {
4107
- for (var _87 = tslib_1.__values(fromEnum(this.th)), _88 = _87.next(); !_88.done; _88 = _87.next()) {
4113
+ for (var _87 = tslib_1.__values(fromEnum(this.ti)), _88 = _87.next(); !_88.done; _88 = _87.next()) {
4108
4114
  var am = _88.value;
4109
4115
  am.ga();
4110
4116
  }
@@ -4125,7 +4131,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4125
4131
  break;
4126
4132
  case "TransitionEasingFunction":
4127
4133
  try {
4128
- for (var _89 = tslib_1.__values(fromEnum(this.th)), _90 = _89.next(); !_90.done; _90 = _89.next()) {
4134
+ for (var _89 = tslib_1.__values(fromEnum(this.ti)), _90 = _89.next(); !_90.done; _90 = _89.next()) {
4129
4135
  var an = _90.value;
4130
4136
  an.gc();
4131
4137
  }
@@ -4146,7 +4152,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4146
4152
  break;
4147
4153
  case "TransitionDuration":
4148
4154
  try {
4149
- for (var _91 = tslib_1.__values(fromEnum(this.th)), _92 = _91.next(); !_92.done; _92 = _91.next()) {
4155
+ for (var _91 = tslib_1.__values(fromEnum(this.ti)), _92 = _91.next(); !_92.done; _92 = _91.next()) {
4150
4156
  var ao = _92.value;
4151
4157
  ao.gb();
4152
4158
  }
@@ -4167,7 +4173,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4167
4173
  break;
4168
4174
  case "IsTransitionInEnabled":
4169
4175
  try {
4170
- for (var _93 = tslib_1.__values(fromEnum(this.th)), _94 = _93.next(); !_94.done; _94 = _93.next()) {
4176
+ for (var _93 = tslib_1.__values(fromEnum(this.ti)), _94 = _93.next(); !_94.done; _94 = _93.next()) {
4171
4177
  var ap = _94.value;
4172
4178
  ap.fk();
4173
4179
  }
@@ -4188,7 +4194,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4188
4194
  break;
4189
4195
  case "TransitionInMode":
4190
4196
  try {
4191
- for (var _95 = tslib_1.__values(fromEnum(this.th)), _96 = _95.next(); !_96.done; _96 = _95.next()) {
4197
+ for (var _95 = tslib_1.__values(fromEnum(this.ti)), _96 = _95.next(); !_96.done; _96 = _95.next()) {
4192
4198
  var aq = _96.value;
4193
4199
  aq.gf();
4194
4200
  }
@@ -4209,7 +4215,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4209
4215
  break;
4210
4216
  case "TransitionInDuration":
4211
4217
  try {
4212
- for (var _97 = tslib_1.__values(fromEnum(this.th)), _98 = _97.next(); !_98.done; _98 = _97.next()) {
4218
+ for (var _97 = tslib_1.__values(fromEnum(this.ti)), _98 = _97.next(); !_98.done; _98 = _97.next()) {
4213
4219
  var ar = _98.value;
4214
4220
  ar.fk();
4215
4221
  }
@@ -4230,7 +4236,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4230
4236
  break;
4231
4237
  case "TransitionInSpeedType":
4232
4238
  try {
4233
- for (var _99 = tslib_1.__values(fromEnum(this.th)), _100 = _99.next(); !_100.done; _100 = _99.next()) {
4239
+ for (var _99 = tslib_1.__values(fromEnum(this.ti)), _100 = _99.next(); !_100.done; _100 = _99.next()) {
4234
4240
  var as = _100.value;
4235
4241
  as.fk();
4236
4242
  }
@@ -4251,7 +4257,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4251
4257
  break;
4252
4258
  case "TransitionInEasingFunction":
4253
4259
  try {
4254
- for (var _101 = tslib_1.__values(fromEnum(this.th)), _102 = _101.next(); !_102.done; _102 = _101.next()) {
4260
+ for (var _101 = tslib_1.__values(fromEnum(this.ti)), _102 = _101.next(); !_102.done; _102 = _101.next()) {
4255
4261
  var at = _102.value;
4256
4262
  at.ge();
4257
4263
  }
@@ -4272,7 +4278,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4272
4278
  break;
4273
4279
  case "UseLightweightMarkers":
4274
4280
  try {
4275
- for (var _103 = tslib_1.__values(fromEnum(this.th)), _104 = _103.next(); !_104.done; _104 = _103.next()) {
4281
+ for (var _103 = tslib_1.__values(fromEnum(this.ti)), _104 = _103.next(); !_104.done; _104 = _103.next()) {
4276
4282
  var au = _104.value;
4277
4283
  au.gh();
4278
4284
  }
@@ -4295,35 +4301,35 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4295
4301
  };
4296
4302
  Object.defineProperty(StackedSeriesBase.prototype, "currentCategoryMode", {
4297
4303
  get: function () {
4298
- return this.preferredCategoryMode(typeCast(CategoryAxisBase.$, this.rn()));
4304
+ return this.preferredCategoryMode(typeCast(CategoryAxisBase.$, this.ro()));
4299
4305
  },
4300
4306
  enumerable: true,
4301
4307
  configurable: true
4302
4308
  });
4303
4309
  Object.defineProperty(StackedSeriesBase.prototype, "scaler", {
4304
4310
  get: function () {
4305
- return typeCast(ICategoryScaler_$type, this.rn());
4311
+ return typeCast(ICategoryScaler_$type, this.ro());
4306
4312
  },
4307
4313
  enumerable: true,
4308
4314
  configurable: true
4309
4315
  });
4310
4316
  Object.defineProperty(StackedSeriesBase.prototype, "yScaler", {
4311
4317
  get: function () {
4312
- return typeCast(IScaler_$type, this.r8());
4318
+ return typeCast(IScaler_$type, this.r9());
4313
4319
  },
4314
4320
  enumerable: true,
4315
4321
  configurable: true
4316
4322
  });
4317
4323
  Object.defineProperty(StackedSeriesBase.prototype, "bucketizer", {
4318
4324
  get: function () {
4319
- return this.rx.cr;
4325
+ return this.ry.cr;
4320
4326
  },
4321
4327
  enumerable: true,
4322
4328
  configurable: true
4323
4329
  });
4324
4330
  Object.defineProperty(StackedSeriesBase.prototype, "currentMode2Index", {
4325
4331
  get: function () {
4326
- return this.sr();
4332
+ return this.ss();
4327
4333
  },
4328
4334
  enumerable: true,
4329
4335
  configurable: true
@@ -4337,10 +4343,10 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4337
4343
  StackedSeriesBase.prototype.get_dn = function () {
4338
4344
  return false;
4339
4345
  };
4340
- StackedSeriesBase.prototype.mj = function (a, b) {
4346
+ StackedSeriesBase.prototype.mk = function (a, b) {
4341
4347
  var e_54, _a;
4342
4348
  var c = this.ez;
4343
- _super.prototype.mj.call(this, a, b);
4349
+ _super.prototype.mk.call(this, a, b);
4344
4350
  if (!c) {
4345
4351
  this.b0.a2(b);
4346
4352
  return;
@@ -4352,7 +4358,7 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4352
4358
  try {
4353
4359
  for (var _b = tslib_1.__values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
4354
4360
  var d = _c.value;
4355
- d.visualSeriesLink.mj(a, b);
4361
+ d.visualSeriesLink.mk(a, b);
4356
4362
  }
4357
4363
  }
4358
4364
  catch (e_54_1) {
@@ -4370,26 +4376,26 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4370
4376
  }
4371
4377
  this.ez = false;
4372
4378
  };
4373
- StackedSeriesBase.prototype.mg = function (a, b, c, d, e) {
4379
+ StackedSeriesBase.prototype.mh = function (a, b, c, d, e) {
4374
4380
  var e_55, _a;
4375
- _super.prototype.mg.call(this, a, b, c, d, e);
4381
+ _super.prototype.mh.call(this, a, b, c, d, e);
4376
4382
  var f = this.a6.a$h.item(d);
4377
4383
  f.cr.g(this.ft);
4378
4384
  f.a1(c);
4379
4385
  if (this.cx(f)) {
4380
4386
  return;
4381
4387
  }
4382
- if (this.tf == null) {
4383
- this.tf = new CategoryFrame(3);
4388
+ if (this.tg == null) {
4389
+ this.tg = new CategoryFrame(3);
4384
4390
  }
4385
- this.tf.u();
4386
- this.t4();
4387
- this.ru(f).d(this.tf, f);
4388
- this.s6(this.tf, f);
4391
+ this.tg.u();
4392
+ this.t5();
4393
+ this.rv(f).d(this.tg, f);
4394
+ this.s7(this.tg, f);
4389
4395
  try {
4390
4396
  for (var _b = tslib_1.__values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
4391
4397
  var g = _c.value;
4392
- g.visualSeriesLink.mg(a, b, c, d, e);
4398
+ g.visualSeriesLink.mh(a, b, c, d, e);
4393
4399
  }
4394
4400
  }
4395
4401
  catch (e_55_1) {
@@ -4408,11 +4414,11 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4408
4414
  };
4409
4415
  StackedSeriesBase.prototype.hs = function () {
4410
4416
  var e_56, _a;
4411
- var a = this.a8.exportStackedVisualData(this, this.py);
4417
+ var a = this.a8.exportStackedVisualData(this, this.pz);
4412
4418
  try {
4413
4419
  for (var _b = tslib_1.__values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
4414
4420
  var b = _c.value;
4415
- var c = this.a8.createFragmentVisualData(this, this.py, getInstanceType(b).typeName, b.d8);
4421
+ var c = this.a8.createFragmentVisualData(this, this.pz, getInstanceType(b).typeName, b.d8);
4416
4422
  b.visualSeriesLink.b0.al(c);
4417
4423
  this.a8.addSubSeriesVisualData(a, c);
4418
4424
  }
@@ -4443,13 +4449,13 @@ var StackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4443
4449
  });
4444
4450
  Object.defineProperty(StackedSeriesBase.prototype, "useHighMarkerFidelity", {
4445
4451
  get: function () {
4446
- return this.sj;
4452
+ return this.sk;
4447
4453
  },
4448
4454
  enumerable: true,
4449
4455
  configurable: true
4450
4456
  });
4451
4457
  StackedSeriesBase.$t = markType(StackedSeriesBase, 'StackedSeriesBase', CategorySeries.$, [IIsCategoryBased_$type]);
4452
- StackedSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, StackedSeriesBase, 'raisePropertyChanged', ['AutoGenerateSeries:tn:t9', [0, false], 'ReverseLegendOrder:tp:ua', [0, false], 'SeriesVisibility:uc:ub', [Visibility_$type, enumGetBox(Visibility_$type, 0)]]);
4458
+ StackedSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, StackedSeriesBase, 'raisePropertyChanged', ['AutoGenerateSeries:to:ua', [0, false], 'ReverseLegendOrder:tq:ub', [0, false], 'SeriesVisibility:ud:uc', [Visibility_$type, enumGetBox(Visibility_$type, 0)]]);
4453
4459
  return StackedSeriesBase;
4454
4460
  }(CategorySeries));
4455
4461
  export { StackedSeriesBase };
@@ -4465,7 +4471,7 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
4465
4471
  return true;
4466
4472
  };
4467
4473
  HorizontalStackedSeriesBase.prototype.get_ej = function () {
4468
- return this.r8() != null && this.r8().cg;
4474
+ return this.r9() != null && this.r9().cg;
4469
4475
  };
4470
4476
  HorizontalStackedSeriesBase.prototype.bv = function () {
4471
4477
  return 1;
@@ -4477,7 +4483,7 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
4477
4483
  return 3;
4478
4484
  };
4479
4485
  HorizontalStackedSeriesBase.prototype.getOffsetValue = function () {
4480
- return this.rt.r(this.xAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
4486
+ return this.ru.r(this.xAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
4481
4487
  };
4482
4488
  HorizontalStackedSeriesBase.prototype.getCategoryWidth = function () {
4483
4489
  return this.xAxis.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
@@ -4491,16 +4497,16 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
4491
4497
  HorizontalStackedSeriesBase.prototype.ag = function () {
4492
4498
  return [this.fetchXAxis(), this.fetchYAxis()];
4493
4499
  };
4494
- HorizontalStackedSeriesBase.prototype.si = function () {
4500
+ HorizontalStackedSeriesBase.prototype.sj = function () {
4495
4501
  return this.yAxis != null && this.yAxis.c0();
4496
4502
  };
4497
- HorizontalStackedSeriesBase.prototype.ms = function () {
4503
+ HorizontalStackedSeriesBase.prototype.mt = function () {
4498
4504
  var e_57, _a;
4499
4505
  var a = (typeCast(XamDataChart.$, this.cd));
4500
4506
  if (a != null) {
4501
4507
  this.fq = isNaN_(this.fz) ? a.tf.fp : this.fz;
4502
4508
  try {
4503
- for (var _b = tslib_1.__values(fromEnum(this.th)), _c = _b.next(); !_c.done; _c = _b.next()) {
4509
+ for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
4504
4510
  var b = _c.value;
4505
4511
  b.fb();
4506
4512
  }
@@ -4520,40 +4526,40 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
4520
4526
  }
4521
4527
  }
4522
4528
  };
4523
- HorizontalStackedSeriesBase.prototype.l3 = function (a, b, c, d) {
4524
- _super.prototype.l3.call(this, a, b, c, d);
4529
+ HorizontalStackedSeriesBase.prototype.l4 = function (a, b, c, d) {
4530
+ _super.prototype.l4.call(this, a, b, c, d);
4525
4531
  switch (b) {
4526
4532
  case HorizontalStackedSeriesBase.$$p[0]:
4527
4533
  if (c != d) {
4528
4534
  this.k1(typeCast(Axis.$, c));
4529
- this.l8(typeCast(Axis.$, d));
4530
- this.rx.cr.g(this.ft);
4531
- this.mh(false);
4532
- this.lo();
4535
+ this.l9(typeCast(Axis.$, d));
4536
+ this.ry.cr.g(this.ft);
4537
+ this.mi(false);
4538
+ this.lp();
4533
4539
  }
4534
4540
  break;
4535
4541
  case HorizontalStackedSeriesBase.$$p[1]:
4536
4542
  if (c != d) {
4537
4543
  this.k1(typeCast(Axis.$, c));
4538
- this.l8(typeCast(Axis.$, d));
4539
- this.rx.cr.g(this.ft);
4544
+ this.l9(typeCast(Axis.$, d));
4545
+ this.ry.cr.g(this.ft);
4540
4546
  if (this.cd != null) {
4541
4547
  this.cd.li();
4542
4548
  }
4543
- this.si();
4544
- this.mh(false);
4545
- this.lo();
4549
+ this.sj();
4550
+ this.mi(false);
4551
+ this.lp();
4546
4552
  }
4547
4553
  break;
4548
4554
  }
4549
4555
  };
4550
- HorizontalStackedSeriesBase.prototype.ug = function (a) {
4556
+ HorizontalStackedSeriesBase.prototype.uh = function (a) {
4551
4557
  if (typeCast(NumericYAxis.$, a) !== null) {
4552
4558
  return true;
4553
4559
  }
4554
4560
  return false;
4555
4561
  };
4556
- HorizontalStackedSeriesBase.prototype.uf = function (a) {
4562
+ HorizontalStackedSeriesBase.prototype.ug = function (a) {
4557
4563
  if (typeCast(CategoryXAxis.$, a) !== null || a.cd) {
4558
4564
  return true;
4559
4565
  }
@@ -4561,13 +4567,13 @@ var HorizontalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super)
4561
4567
  };
4562
4568
  Object.defineProperty(HorizontalStackedSeriesBase.prototype, "useHighMarkerFidelity", {
4563
4569
  get: function () {
4564
- return this.sj;
4570
+ return this.sk;
4565
4571
  },
4566
4572
  enumerable: true,
4567
4573
  configurable: true
4568
4574
  });
4569
4575
  HorizontalStackedSeriesBase.$t = markType(HorizontalStackedSeriesBase, 'HorizontalStackedSeriesBase', StackedSeriesBase.$);
4570
- HorizontalStackedSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, HorizontalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uj', [CategoryAxisBase.$, null], 'YAxis::uk', [NumericYAxis.$, null]]);
4576
+ HorizontalStackedSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, HorizontalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uk', [CategoryAxisBase.$, null], 'YAxis::ul', [NumericYAxis.$, null]]);
4571
4577
  return HorizontalStackedSeriesBase;
4572
4578
  }(StackedSeriesBase));
4573
4579
  export { HorizontalStackedSeriesBase };
@@ -4586,14 +4592,14 @@ var StackedAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4586
4592
  };
4587
4593
  StackedAreaSeries.prototype.ac = function () {
4588
4594
  _super.prototype.ac.call(this);
4589
- this.mh(false);
4595
+ this.mi(false);
4590
4596
  };
4591
4597
  StackedAreaSeries.prototype.bx = function () {
4592
4598
  return new StackedAreaSeriesView(this);
4593
4599
  };
4594
- StackedAreaSeries.prototype.ly = function (a) {
4595
- _super.prototype.ly.call(this, a);
4596
- this.ul = a;
4600
+ StackedAreaSeries.prototype.lz = function (a) {
4601
+ _super.prototype.lz.call(this, a);
4602
+ this.um = a;
4597
4603
  };
4598
4604
  StackedAreaSeries.prototype.ap = function (a) {
4599
4605
  if (this.itemsSource == null) {
@@ -4603,8 +4609,8 @@ var StackedAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4603
4609
  return new AxisRange(0, this.ck.count - 1);
4604
4610
  }
4605
4611
  if (a == this.yAxis) {
4606
- this.t4();
4607
- return new AxisRange(this.tv, this.tu);
4612
+ this.t5();
4613
+ return new AxisRange(this.tw, this.tv);
4608
4614
  }
4609
4615
  return null;
4610
4616
  };
@@ -4613,7 +4619,7 @@ var StackedAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4613
4619
  };
4614
4620
  Object.defineProperty(StackedAreaSeries.prototype, "useHighMarkerFidelity", {
4615
4621
  get: function () {
4616
- return this.sj;
4622
+ return this.sk;
4617
4623
  },
4618
4624
  enumerable: true,
4619
4625
  configurable: true
@@ -4630,10 +4636,10 @@ var VerticalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4630
4636
  function VerticalStackedSeriesBase() {
4631
4637
  return _super !== null && _super.apply(this, arguments) || this;
4632
4638
  }
4633
- VerticalStackedSeriesBase.prototype.rn = function () {
4639
+ VerticalStackedSeriesBase.prototype.ro = function () {
4634
4640
  return this.yAxis;
4635
4641
  };
4636
- VerticalStackedSeriesBase.prototype.r8 = function () {
4642
+ VerticalStackedSeriesBase.prototype.r9 = function () {
4637
4643
  return this.xAxis;
4638
4644
  };
4639
4645
  VerticalStackedSeriesBase.prototype.bv = function () {
@@ -4649,11 +4655,11 @@ var VerticalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4649
4655
  if (a.isEmpty && this.cd != null) {
4650
4656
  a = this.cd.sf;
4651
4657
  }
4652
- var b = this.rn();
4653
- if (this.td == null || this.te == null) {
4658
+ var b = this.ro();
4659
+ if (this.te == null || this.tf == null) {
4654
4660
  return null;
4655
4661
  }
4656
- var c = this.pq(this.b0);
4662
+ var c = this.pr(this.b0);
4657
4663
  var d = new ScalerParams(0, a, this.cd.su, b.cg, this.getEffectiveViewport());
4658
4664
  var e = (b.el(c.top, d));
4659
4665
  var f = (b.el(c.bottom, d));
@@ -4672,8 +4678,8 @@ var VerticalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4672
4678
  e = Math.floor(e);
4673
4679
  f = Math.ceil(f);
4674
4680
  }
4675
- e = Math.max(0, Math.min(this.te.length - 1, e));
4676
- f = Math.max(0, Math.min(this.te.length - 1, f));
4681
+ e = Math.max(0, Math.min(this.tf.length - 1, e));
4682
+ f = Math.max(0, Math.min(this.tf.length - 1, f));
4677
4683
  var i = 1.7976931348623157E+308;
4678
4684
  var j = -1.7976931348623157E+308;
4679
4685
  for (var k = truncate(e); k <= truncate(f); k++) {
@@ -4681,13 +4687,13 @@ var VerticalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4681
4687
  if (h != null) {
4682
4688
  l = h.i$b._inner[k];
4683
4689
  }
4684
- var m = this.te[l];
4690
+ var m = this.tf[l];
4685
4691
  {
4686
4692
  if (isInfinity(m) || isNaN_(m)) {
4687
4693
  continue;
4688
4694
  }
4689
4695
  }
4690
- var n = this.td[l];
4696
+ var n = this.te[l];
4691
4697
  {
4692
4698
  if (isInfinity(n) || isNaN_(n)) {
4693
4699
  continue;
@@ -4697,12 +4703,12 @@ var VerticalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4697
4703
  j = Math.max(j, n);
4698
4704
  }
4699
4705
  var o = new AxisRange(i, j);
4700
- var p = this.r8();
4706
+ var p = this.r9();
4701
4707
  o = this.ao(o, p, a);
4702
4708
  return o;
4703
4709
  };
4704
4710
  VerticalStackedSeriesBase.prototype.getOffsetValue = function () {
4705
- return this.rt.r(this.yAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
4711
+ return this.ru.r(this.yAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
4706
4712
  };
4707
4713
  VerticalStackedSeriesBase.prototype.getCategoryWidth = function () {
4708
4714
  return this.yAxis.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
@@ -4716,43 +4722,43 @@ var VerticalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4716
4722
  VerticalStackedSeriesBase.prototype.fetchYAxis = function () {
4717
4723
  return this.yAxis;
4718
4724
  };
4719
- VerticalStackedSeriesBase.prototype.si = function () {
4725
+ VerticalStackedSeriesBase.prototype.sj = function () {
4720
4726
  return this.xAxis != null && this.xAxis.c0();
4721
4727
  };
4722
- VerticalStackedSeriesBase.prototype.l3 = function (a, b, c, d) {
4723
- _super.prototype.l3.call(this, a, b, c, d);
4728
+ VerticalStackedSeriesBase.prototype.l4 = function (a, b, c, d) {
4729
+ _super.prototype.l4.call(this, a, b, c, d);
4724
4730
  switch (b) {
4725
4731
  case VerticalStackedSeriesBase.$$p[0]:
4726
4732
  if (c != d) {
4727
4733
  this.k1(typeCast(Axis.$, c));
4728
- this.l8(typeCast(Axis.$, d));
4729
- this.rx.cr.g(this.ft);
4734
+ this.l9(typeCast(Axis.$, d));
4735
+ this.ry.cr.g(this.ft);
4730
4736
  if (this.cd != null) {
4731
4737
  this.cd.li();
4732
4738
  }
4733
- this.mh(false);
4734
- this.lo();
4739
+ this.mi(false);
4740
+ this.lp();
4735
4741
  }
4736
4742
  break;
4737
4743
  case VerticalStackedSeriesBase.$$p[1]:
4738
4744
  if (c != d) {
4739
4745
  this.k1(typeCast(Axis.$, c));
4740
- this.l8(typeCast(Axis.$, d));
4741
- this.rx.cr.g(this.ft);
4742
- this.si();
4743
- this.mh(false);
4744
- this.lo();
4746
+ this.l9(typeCast(Axis.$, d));
4747
+ this.ry.cr.g(this.ft);
4748
+ this.sj();
4749
+ this.mi(false);
4750
+ this.lp();
4745
4751
  }
4746
4752
  break;
4747
4753
  }
4748
4754
  };
4749
- VerticalStackedSeriesBase.prototype.ug = function (a) {
4755
+ VerticalStackedSeriesBase.prototype.uh = function (a) {
4750
4756
  if (typeCast(CategoryYAxis.$, a) !== null) {
4751
4757
  return true;
4752
4758
  }
4753
4759
  return false;
4754
4760
  };
4755
- VerticalStackedSeriesBase.prototype.uf = function (a) {
4761
+ VerticalStackedSeriesBase.prototype.ug = function (a) {
4756
4762
  if (typeCast(NumericXAxis.$, a) !== null) {
4757
4763
  return true;
4758
4764
  }
@@ -4760,13 +4766,13 @@ var VerticalStackedSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
4760
4766
  };
4761
4767
  Object.defineProperty(VerticalStackedSeriesBase.prototype, "useHighMarkerFidelity", {
4762
4768
  get: function () {
4763
- return this.sj;
4769
+ return this.sk;
4764
4770
  },
4765
4771
  enumerable: true,
4766
4772
  configurable: true
4767
4773
  });
4768
4774
  VerticalStackedSeriesBase.$t = markType(VerticalStackedSeriesBase, 'VerticalStackedSeriesBase', StackedSeriesBase.$);
4769
- VerticalStackedSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, VerticalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uj', [NumericXAxis.$, null], 'YAxis::uk', [CategoryYAxis.$, null]]);
4775
+ VerticalStackedSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, VerticalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uk', [NumericXAxis.$, null], 'YAxis::ul', [CategoryYAxis.$, null]]);
4770
4776
  return VerticalStackedSeriesBase;
4771
4777
  }(StackedSeriesBase));
4772
4778
  export { VerticalStackedSeriesBase };
@@ -4794,22 +4800,22 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4794
4800
  };
4795
4801
  StackedBarSeries.prototype.ac = function () {
4796
4802
  _super.prototype.ac.call(this);
4797
- this.mh(false);
4803
+ this.mi(false);
4798
4804
  };
4799
4805
  StackedBarSeries.prototype.bx = function () {
4800
4806
  return new StackedBarSeriesView(this);
4801
4807
  };
4802
- StackedBarSeries.prototype.ly = function (a) {
4803
- _super.prototype.ly.call(this, a);
4804
- this.ul = a;
4808
+ StackedBarSeries.prototype.lz = function (a) {
4809
+ _super.prototype.lz.call(this, a);
4810
+ this.um = a;
4805
4811
  };
4806
- StackedBarSeries.prototype.tg = function () {
4807
- return this.ul;
4812
+ StackedBarSeries.prototype.th = function () {
4813
+ return this.um;
4808
4814
  };
4809
4815
  StackedBarSeries.prototype.preferredCategoryMode = function (a) {
4810
4816
  return 2;
4811
4817
  };
4812
- StackedBarSeries.prototype.sr = function () {
4818
+ StackedBarSeries.prototype.ss = function () {
4813
4819
  var e_58, _a;
4814
4820
  var a = 0;
4815
4821
  try {
@@ -4839,7 +4845,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4839
4845
  }
4840
4846
  return -1;
4841
4847
  };
4842
- StackedBarSeries.prototype.ts = function () {
4848
+ StackedBarSeries.prototype.tt = function () {
4843
4849
  var a = 0;
4844
4850
  var b = this.cd != null ? this.cd.sf : Rect.empty;
4845
4851
  var c = this.b0.bu;
@@ -4850,7 +4856,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4850
4856
  }
4851
4857
  return a;
4852
4858
  };
4853
- StackedBarSeries.prototype.tt = function () {
4859
+ StackedBarSeries.prototype.tu = function () {
4854
4860
  if (this.xAxis != null) {
4855
4861
  return this.xAxis.l5;
4856
4862
  }
@@ -4864,8 +4870,8 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4864
4870
  return new AxisRange(0, this.ck.count - 1);
4865
4871
  }
4866
4872
  if (a == this.xAxis) {
4867
- this.t4();
4868
- return new AxisRange(this.tv, this.tu);
4873
+ this.t5();
4874
+ return new AxisRange(this.tw, this.tv);
4869
4875
  }
4870
4876
  return null;
4871
4877
  };
@@ -4875,7 +4881,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4875
4881
  c = c.copy();
4876
4882
  var d = this.b0.bu;
4877
4883
  var e = new Rect(0, 0, 0, 1, 1);
4878
- var f = this.ps(this.b0);
4884
+ var f = this.pt(this.b0);
4879
4885
  var g = new ScalerParams(0, e, e, this.xAxis.cg, f);
4880
4886
  var h = new ScalerParams(0, e, e, this.yAxis.cg, f);
4881
4887
  if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
@@ -4889,9 +4895,9 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4889
4895
  }
4890
4896
  c.y = i - 0.5 * c.height;
4891
4897
  }
4892
- if (this.xAxis != null && this.td != null && b < this.td.length) {
4893
- var j = this.xAxis.ei(this.td[b], g);
4894
- var k = this.xAxis.ei(this.te[b], g);
4898
+ if (this.xAxis != null && this.te != null && b < this.te.length) {
4899
+ var j = this.xAxis.ei(this.te[b], g);
4900
+ var k = this.xAxis.ei(this.tf[b], g);
4895
4901
  if (!isNaN_(j) && !isNaN_(k)) {
4896
4902
  var l = Math.abs(k - j);
4897
4903
  if (c.width < l) {
@@ -4927,33 +4933,33 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4927
4933
  case 4:
4928
4934
  case 1:
4929
4935
  case 0:
4930
- this.rx.cr.g(this.ft);
4936
+ this.ry.cr.g(this.ft);
4931
4937
  break;
4932
4938
  }
4933
4939
  switch (a) {
4934
4940
  case 4:
4935
4941
  if (this.xAxis != null && !this.xAxis.c0()) {
4936
- this.mh(true);
4942
+ this.mi(true);
4937
4943
  }
4938
4944
  break;
4939
4945
  case 1:
4940
4946
  if (this.xAxis != null && !this.xAxis.c0()) {
4941
- this.mh(true);
4947
+ this.mi(true);
4942
4948
  }
4943
4949
  break;
4944
4950
  case 0:
4945
4951
  if (this.xAxis != null && !this.xAxis.c0()) {
4946
- this.mh(true);
4952
+ this.mi(true);
4947
4953
  }
4948
4954
  break;
4949
4955
  case 2:
4950
- if (this.rx.cr.d > 0) {
4951
- this.mh(true);
4956
+ if (this.ry.cr.d > 0) {
4957
+ this.mi(true);
4952
4958
  }
4953
4959
  break;
4954
4960
  case 3:
4955
4961
  if (this.xAxis != null && !this.xAxis.c0()) {
4956
- this.mh(true);
4962
+ this.mi(true);
4957
4963
  }
4958
4964
  break;
4959
4965
  }
@@ -4965,7 +4971,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4965
4971
  var e = -1;
4966
4972
  if (this.yAxis != null && !b.isEmpty && !c.isEmpty) {
4967
4973
  var f = new ScalerParams(0, b, c, this.yAxis.cg, d);
4968
- var g = this.pq(this.b0);
4974
+ var g = this.pr(this.b0);
4969
4975
  var h = this.yAxis.el(g.top, f);
4970
4976
  var i = this.yAxis.el(g.bottom, f);
4971
4977
  var j = (a.y - b.top) / b.height;
@@ -4982,7 +4988,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4982
4988
  var b = this.hd(a);
4983
4989
  return b >= 0 && this.ck != null && b < this.ck.count ? this.ck.item(b) : null;
4984
4990
  };
4985
- StackedBarSeries.prototype.t8 = function () {
4991
+ StackedBarSeries.prototype.t9 = function () {
4986
4992
  if (this.xAxis != null) {
4987
4993
  this.xAxis.c1(true);
4988
4994
  }
@@ -4990,10 +4996,10 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
4990
4996
  this.yAxis.c1(true);
4991
4997
  }
4992
4998
  };
4993
- StackedBarSeries.prototype.tw = function (a) {
4999
+ StackedBarSeries.prototype.tx = function (a) {
4994
5000
  return this.hd(a);
4995
5001
  };
4996
- StackedBarSeries.prototype.tq = function (a, b, c, d) {
5002
+ StackedBarSeries.prototype.tr = function (a, b, c, d) {
4997
5003
  var e = true;
4998
5004
  if (!d.o() || c.isEmpty || b.isEmpty || this.yAxis == null || this.yAxis.itemsSource == null || this.xAxis == null || this.ck == null || this.xAxis.bh == null || this.yAxis.bh == null) {
4999
5005
  e = false;
@@ -5007,7 +5013,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5007
5013
  StackedBarSeries.prototype.ga = function () {
5008
5014
  return this.yAxis.k3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
5009
5015
  };
5010
- StackedBarSeries.prototype.t5 = function (a, b, c, d) {
5016
+ StackedBarSeries.prototype.t6 = function (a, b, c, d) {
5011
5017
  var e_59, _a;
5012
5018
  var e = typeCast(BarFragment.$, a);
5013
5019
  var f = typeCast(ColumnFragmentView.$, c);
@@ -5016,26 +5022,26 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5016
5022
  }
5017
5023
  var g = this.yAxis.k3(c.bv, c.bu, this.getEffectiveViewport1(c));
5018
5024
  if (isNaN_(g) || isInfinity(g)) {
5019
- e.vh.db.count = 0;
5025
+ e.vi.db.count = 0;
5020
5026
  return;
5021
5027
  }
5022
5028
  var h = 0;
5023
- e.rw.a0(e, e.sg(), d, e.so(c), e.sp(c));
5024
- e.rw.r = e.vk;
5025
- e.rw.s = e.vl;
5026
- e.rw.k = e.vk;
5027
- e.rw.l = e.vl;
5029
+ e.rx.a0(e, e.sh(), d, e.sp(c), e.sq(c));
5030
+ e.rx.r = e.vl;
5031
+ e.rx.s = e.vm;
5032
+ e.rx.k = e.vl;
5033
+ e.rx.l = e.vm;
5028
5034
  var i = e.valueColumn.count;
5029
5035
  var j = c.bv;
5030
5036
  var k = c.bu;
5031
5037
  var l = this.getEffectiveViewport1(c);
5032
5038
  var m = false;
5033
- var n = e.rw.b;
5039
+ var n = e.rx.b;
5034
5040
  if (n != null) {
5035
5041
  m = true;
5036
5042
  }
5037
5043
  var o = b.f;
5038
- var p = e.rn();
5044
+ var p = e.ro();
5039
5045
  var q = new ScalerParams(0, j, k, p.cg, l);
5040
5046
  var r = 0;
5041
5047
  try {
@@ -5054,11 +5060,11 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5054
5060
  w.height = g;
5055
5061
  w.width = Math.abs(u - v);
5056
5062
  if (m) {
5057
- e.s2(o, r, i, p, q, c.q);
5063
+ e.s3(o, r, i, p, q, c.q);
5058
5064
  }
5059
- e.rw.ad(w, false, false, false, false);
5060
- w.am = e.rw.k;
5061
- w.an = e.rw.l;
5065
+ e.rx.ad(w, false, false, false, false);
5066
+ w.am = e.rx.k;
5067
+ w.an = e.rx.l;
5062
5068
  f.di(w, Math.min(u, v), t);
5063
5069
  h++;
5064
5070
  r++;
@@ -5079,14 +5085,14 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5079
5085
  }
5080
5086
  f.db.count = h;
5081
5087
  };
5082
- StackedBarSeries.prototype.l3 = function (a, b, c, d) {
5088
+ StackedBarSeries.prototype.l4 = function (a, b, c, d) {
5083
5089
  var e_60, _a;
5084
- _super.prototype.l3.call(this, a, b, c, d);
5090
+ _super.prototype.l4.call(this, a, b, c, d);
5085
5091
  switch (b) {
5086
5092
  case StackedBarSeries.$$p[0]:
5087
5093
  case StackedBarSeries.$$p[1]:
5088
5094
  try {
5089
- for (var _b = tslib_1.__values(fromEnum(this.th)), _c = _b.next(); !_c.done; _c = _b.next()) {
5095
+ for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
5090
5096
  var e = _c.value;
5091
5097
  e.f2();
5092
5098
  e.f3();
@@ -5105,7 +5111,7 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5105
5111
  throw e_60.error;
5106
5112
  }
5107
5113
  }
5108
- this.mh(false);
5114
+ this.mi(false);
5109
5115
  break;
5110
5116
  case "SyncLink":
5111
5117
  if (this.xAxis != null) {
@@ -5114,9 +5120,9 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5114
5120
  break;
5115
5121
  case "FastItemsSource":
5116
5122
  if (this.xAxis != null && !this.xAxis.c0()) {
5117
- this.ul.cr.g(this.ft);
5123
+ this.um.cr.g(this.ft);
5118
5124
  }
5119
- this.mh(false);
5125
+ this.mi(false);
5120
5126
  break;
5121
5127
  case "SeriesViewer":
5122
5128
  if (c != null && d == null) {
@@ -5124,11 +5130,11 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5124
5130
  this.k1(this.yAxis);
5125
5131
  }
5126
5132
  if (c == null && d != null) {
5127
- this.l8(this.xAxis);
5128
- this.l8(this.yAxis);
5133
+ this.l9(this.xAxis);
5134
+ this.l9(this.yAxis);
5129
5135
  }
5130
- this.ul.cr.g(this.ft);
5131
- this.mh(false);
5136
+ this.um.cr.g(this.ft);
5137
+ this.mi(false);
5132
5138
  if (this.xAxis != null) {
5133
5139
  this.xAxis.c0();
5134
5140
  }
@@ -5140,13 +5146,13 @@ var StackedBarSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5140
5146
  };
5141
5147
  Object.defineProperty(StackedBarSeries.prototype, "useHighMarkerFidelity", {
5142
5148
  get: function () {
5143
- return this.sj;
5149
+ return this.sk;
5144
5150
  },
5145
5151
  enumerable: true,
5146
5152
  configurable: true
5147
5153
  });
5148
5154
  StackedBarSeries.$t = markType(StackedBarSeries, 'StackedBarSeries', VerticalStackedSeriesBase.$, [IBarSeries_$type]);
5149
- StackedBarSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedBarSeries, 'raisePropertyChanged', ['RadiusX:um:uq', [1, 0], 'RadiusY:un:ur', [1, 0]]);
5155
+ StackedBarSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedBarSeries, 'raisePropertyChanged', ['RadiusX:un:ur', [1, 0], 'RadiusY:uo:us', [1, 0]]);
5150
5156
  return StackedBarSeries;
5151
5157
  }(VerticalStackedSeriesBase));
5152
5158
  export { StackedBarSeries };
@@ -5175,12 +5181,12 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5175
5181
  StackedColumnSeries.prototype.bx = function () {
5176
5182
  return new StackedColumnSeriesView(this);
5177
5183
  };
5178
- StackedColumnSeries.prototype.ly = function (a) {
5179
- _super.prototype.ly.call(this, a);
5180
- this.ul = a;
5184
+ StackedColumnSeries.prototype.lz = function (a) {
5185
+ _super.prototype.lz.call(this, a);
5186
+ this.um = a;
5181
5187
  };
5182
- StackedColumnSeries.prototype.tg = function () {
5183
- return this.ul;
5188
+ StackedColumnSeries.prototype.th = function () {
5189
+ return this.um;
5184
5190
  };
5185
5191
  StackedColumnSeries.prototype.preferredCategoryMode = function (a) {
5186
5192
  return 2;
@@ -5193,8 +5199,8 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5193
5199
  return new AxisRange(0, this.ck.count - 1);
5194
5200
  }
5195
5201
  if (a == this.yAxis) {
5196
- this.t4();
5197
- return new AxisRange(this.tv, this.tu);
5202
+ this.t5();
5203
+ return new AxisRange(this.tw, this.tv);
5198
5204
  }
5199
5205
  return null;
5200
5206
  };
@@ -5202,7 +5208,7 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5202
5208
  var a = this.getEffectiveViewport1(this.b0);
5203
5209
  return this.xAxis.k3(this.b0.bv, this.b0.bu, a);
5204
5210
  };
5205
- StackedColumnSeries.prototype.t5 = function (a, b, c, d) {
5211
+ StackedColumnSeries.prototype.t6 = function (a, b, c, d) {
5206
5212
  var e_61, _a;
5207
5213
  var e = typeCast(ColumnFragment.$, a);
5208
5214
  var f = typeCast(ColumnFragmentView.$, c);
@@ -5215,25 +5221,25 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5215
5221
  var g = this.getEffectiveViewport1(c);
5216
5222
  var h = this.xAxis.k3(c.bv, c.bu, g);
5217
5223
  if (isNaN_(h) || isInfinity(h)) {
5218
- e.vh.db.count = 0;
5224
+ e.vi.db.count = 0;
5219
5225
  return;
5220
5226
  }
5221
5227
  var i = 0;
5222
- e.rw.a0(e, e.sg(), d, e.so(c), e.sp(c));
5223
- e.rw.r = e.vk;
5224
- e.rw.s = e.vl;
5225
- e.rw.k = e.vk;
5226
- e.rw.l = e.vl;
5228
+ e.rx.a0(e, e.sh(), d, e.sp(c), e.sq(c));
5229
+ e.rx.r = e.vl;
5230
+ e.rx.s = e.vm;
5231
+ e.rx.k = e.vl;
5232
+ e.rx.l = e.vm;
5227
5233
  var j = c.bv;
5228
5234
  var k = c.bu;
5229
5235
  var l = this.getEffectiveViewport1(c);
5230
5236
  var m = false;
5231
- var n = e.rw.b;
5237
+ var n = e.rx.b;
5232
5238
  if (n != null) {
5233
5239
  m = true;
5234
5240
  }
5235
5241
  var o = b.f;
5236
- var p = e.rn();
5242
+ var p = e.ro();
5237
5243
  var q = new ScalerParams(0, j, k, p.cg, l);
5238
5244
  var r = e.valueColumn.count;
5239
5245
  var s = 0;
@@ -5253,11 +5259,11 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5253
5259
  x.width = h;
5254
5260
  x.height = Math.abs(w - v);
5255
5261
  if (m) {
5256
- e.s2(o, s, r, p, q, c.q);
5262
+ e.s3(o, s, r, p, q, c.q);
5257
5263
  }
5258
- e.rw.ad(x, false, false, false, false);
5259
- x.am = e.rw.k;
5260
- x.an = e.rw.l;
5264
+ e.rx.ad(x, false, false, false, false);
5265
+ x.am = e.rx.k;
5266
+ x.an = e.rx.l;
5261
5267
  f.di(x, u, Math.min(w, v));
5262
5268
  i++;
5263
5269
  s++;
@@ -5278,14 +5284,14 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5278
5284
  }
5279
5285
  f.db.count = i;
5280
5286
  };
5281
- StackedColumnSeries.prototype.l3 = function (a, b, c, d) {
5287
+ StackedColumnSeries.prototype.l4 = function (a, b, c, d) {
5282
5288
  var e_62, _a;
5283
- _super.prototype.l3.call(this, a, b, c, d);
5289
+ _super.prototype.l4.call(this, a, b, c, d);
5284
5290
  switch (b) {
5285
5291
  case StackedColumnSeries.$$p[0]:
5286
5292
  case StackedColumnSeries.$$p[1]:
5287
5293
  try {
5288
- for (var _b = tslib_1.__values(fromEnum(this.th)), _c = _b.next(); !_c.done; _c = _b.next()) {
5294
+ for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
5289
5295
  var e = _c.value;
5290
5296
  e.f2();
5291
5297
  e.f3();
@@ -5304,7 +5310,7 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5304
5310
  throw e_62.error;
5305
5311
  }
5306
5312
  }
5307
- this.mh(false);
5313
+ this.mi(false);
5308
5314
  break;
5309
5315
  case "SyncLink":
5310
5316
  if (this.yAxis != null) {
@@ -5320,13 +5326,13 @@ var StackedColumnSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5320
5326
  };
5321
5327
  Object.defineProperty(StackedColumnSeries.prototype, "useHighMarkerFidelity", {
5322
5328
  get: function () {
5323
- return this.sj;
5329
+ return this.sk;
5324
5330
  },
5325
5331
  enumerable: true,
5326
5332
  configurable: true
5327
5333
  });
5328
5334
  StackedColumnSeries.$t = markType(StackedColumnSeries, 'StackedColumnSeries', HorizontalStackedSeriesBase.$);
5329
- StackedColumnSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedColumnSeries, 'raisePropertyChanged', ['RadiusX:um:uq', [1, 0], 'RadiusY:un:ur', [1, 0]]);
5335
+ StackedColumnSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedColumnSeries, 'raisePropertyChanged', ['RadiusX:un:ur', [1, 0], 'RadiusY:uo:us', [1, 0]]);
5330
5336
  return StackedColumnSeries;
5331
5337
  }(HorizontalStackedSeriesBase));
5332
5338
  export { StackedColumnSeries };
@@ -5344,7 +5350,7 @@ var StackedSplineAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5344
5350
  if (!isNaN_(this.gt)) {
5345
5351
  return _super.prototype.gu.call(this);
5346
5352
  }
5347
- return this.ul.c5();
5353
+ return this.um.c5();
5348
5354
  };
5349
5355
  StackedSplineAreaSeries.prototype.get_dd = function () {
5350
5356
  return true;
@@ -5354,14 +5360,14 @@ var StackedSplineAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5354
5360
  };
5355
5361
  StackedSplineAreaSeries.prototype.ac = function () {
5356
5362
  _super.prototype.ac.call(this);
5357
- this.mh(false);
5363
+ this.mi(false);
5358
5364
  };
5359
5365
  StackedSplineAreaSeries.prototype.bx = function () {
5360
5366
  return new StackedSplineAreaSeriesView(this);
5361
5367
  };
5362
- StackedSplineAreaSeries.prototype.ly = function (a) {
5363
- _super.prototype.ly.call(this, a);
5364
- this.ul = a;
5368
+ StackedSplineAreaSeries.prototype.lz = function (a) {
5369
+ _super.prototype.lz.call(this, a);
5370
+ this.um = a;
5365
5371
  };
5366
5372
  StackedSplineAreaSeries.prototype.ap = function (a) {
5367
5373
  if (this.itemsSource == null) {
@@ -5371,21 +5377,21 @@ var StackedSplineAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5371
5377
  return new AxisRange(0, this.ck.count - 1);
5372
5378
  }
5373
5379
  if (a == this.yAxis) {
5374
- this.t4();
5375
- return new AxisRange(this.tv, this.tu);
5380
+ this.t5();
5381
+ return new AxisRange(this.tw, this.tv);
5376
5382
  }
5377
5383
  return null;
5378
5384
  };
5379
5385
  StackedSplineAreaSeries.prototype.preferredCategoryMode = function (a) {
5380
5386
  return 0;
5381
5387
  };
5382
- StackedSplineAreaSeries.prototype.l3 = function (a, b, c, d) {
5388
+ StackedSplineAreaSeries.prototype.l4 = function (a, b, c, d) {
5383
5389
  var e_63, _a;
5384
- _super.prototype.l3.call(this, a, b, c, d);
5390
+ _super.prototype.l4.call(this, a, b, c, d);
5385
5391
  switch (b) {
5386
5392
  case StackedSplineAreaSeries.$$p[0]:
5387
5393
  try {
5388
- for (var _b = tslib_1.__values(fromEnum(this.th)), _c = _b.next(); !_c.done; _c = _b.next()) {
5394
+ for (var _b = tslib_1.__values(fromEnum(this.ti)), _c = _b.next(); !_c.done; _c = _b.next()) {
5389
5395
  var e = _c.value;
5390
5396
  e.fj();
5391
5397
  }
@@ -5408,13 +5414,13 @@ var StackedSplineAreaSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5408
5414
  };
5409
5415
  Object.defineProperty(StackedSplineAreaSeries.prototype, "useHighMarkerFidelity", {
5410
5416
  get: function () {
5411
- return this.sj;
5417
+ return this.sk;
5412
5418
  },
5413
5419
  enumerable: true,
5414
5420
  configurable: true
5415
5421
  });
5416
5422
  StackedSplineAreaSeries.$t = markType(StackedSplineAreaSeries, 'StackedSplineAreaSeries', HorizontalStackedSeriesBase.$);
5417
- StackedSplineAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedSplineAreaSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:um:uo', [0, false]]);
5423
+ StackedSplineAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedSplineAreaSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:un:up', [0, false]]);
5418
5424
  return StackedSplineAreaSeries;
5419
5425
  }(HorizontalStackedSeriesBase));
5420
5426
  export { StackedSplineAreaSeries };
@@ -5435,18 +5441,18 @@ var StackedSplineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5435
5441
  if (!isNaN_(this.gt)) {
5436
5442
  return _super.prototype.gu.call(this);
5437
5443
  }
5438
- return this.ul.c5();
5444
+ return this.um.c5();
5439
5445
  };
5440
5446
  StackedSplineSeries.prototype.ac = function () {
5441
5447
  _super.prototype.ac.call(this);
5442
- this.mh(false);
5448
+ this.mi(false);
5443
5449
  };
5444
5450
  StackedSplineSeries.prototype.bx = function () {
5445
5451
  return new StackedSplineSeriesView(this);
5446
5452
  };
5447
- StackedSplineSeries.prototype.ly = function (a) {
5448
- _super.prototype.ly.call(this, a);
5449
- this.ul = a;
5453
+ StackedSplineSeries.prototype.lz = function (a) {
5454
+ _super.prototype.lz.call(this, a);
5455
+ this.um = a;
5450
5456
  };
5451
5457
  StackedSplineSeries.prototype.ap = function (a) {
5452
5458
  if (this.itemsSource == null) {
@@ -5456,8 +5462,8 @@ var StackedSplineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5456
5462
  return new AxisRange(0, this.ck.count - 1);
5457
5463
  }
5458
5464
  if (a == this.yAxis) {
5459
- this.t4();
5460
- return new AxisRange(this.tv, this.tu);
5465
+ this.t5();
5466
+ return new AxisRange(this.tw, this.tv);
5461
5467
  }
5462
5468
  return null;
5463
5469
  };
@@ -5466,13 +5472,13 @@ var StackedSplineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5466
5472
  };
5467
5473
  Object.defineProperty(StackedSplineSeries.prototype, "useHighMarkerFidelity", {
5468
5474
  get: function () {
5469
- return this.sj;
5475
+ return this.sk;
5470
5476
  },
5471
5477
  enumerable: true,
5472
5478
  configurable: true
5473
5479
  });
5474
5480
  StackedSplineSeries.$t = markType(StackedSplineSeries, 'StackedSplineSeries', HorizontalStackedSeriesBase.$);
5475
- StackedSplineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedSplineSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:um:uo', [0, false]]);
5481
+ StackedSplineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, StackedSplineSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:un:up', [0, false]]);
5476
5482
  return StackedSplineSeries;
5477
5483
  }(HorizontalStackedSeriesBase));
5478
5484
  export { StackedSplineSeries };
@@ -5570,13 +5576,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5570
5576
  };
5571
5577
  StackedFragmentSeries.prototype.j5 = function (a, b, c) {
5572
5578
  if (this.visualSeriesLink != null) {
5573
- return this.visualSeriesLink.pl(a, b, c);
5579
+ return this.visualSeriesLink.pm(a, b, c);
5574
5580
  }
5575
5581
  return { $type: Point_$type, x: NaN, y: NaN };
5576
5582
  };
5577
5583
  StackedFragmentSeries.prototype.j9 = function (a) {
5578
5584
  if (this.visualSeriesLink != null) {
5579
- return this.visualSeriesLink.pu(a);
5585
+ return this.visualSeriesLink.pv(a);
5580
5586
  }
5581
5587
  return Rect.empty;
5582
5588
  };
@@ -5588,7 +5594,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5588
5594
  };
5589
5595
  StackedFragmentSeries.prototype.ka = function (a) {
5590
5596
  if (this.visualSeriesLink != null) {
5591
- return this.visualSeriesLink.pv(a);
5597
+ return this.visualSeriesLink.pw(a);
5592
5598
  }
5593
5599
  return Rect.empty;
5594
5600
  };
@@ -5600,13 +5606,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5600
5606
  };
5601
5607
  StackedFragmentSeries.prototype.kb = function (a) {
5602
5608
  if (this.visualSeriesLink != null) {
5603
- return this.visualSeriesLink.pw(a);
5609
+ return this.visualSeriesLink.px(a);
5604
5610
  }
5605
5611
  return Rect.empty;
5606
5612
  };
5607
5613
  StackedFragmentSeries.prototype.kc = function (a) {
5608
5614
  if (this.visualSeriesLink != null) {
5609
- return this.visualSeriesLink.px(a);
5615
+ return this.visualSeriesLink.py(a);
5610
5616
  }
5611
5617
  return Rect.empty;
5612
5618
  };
@@ -5618,7 +5624,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5618
5624
  };
5619
5625
  StackedFragmentSeries.prototype.j1 = function (a, b, c) {
5620
5626
  if (this.visualSeriesLink != null) {
5621
- return this.visualSeriesLink.ph(a, b, c);
5627
+ return this.visualSeriesLink.pi(a, b, c);
5622
5628
  }
5623
5629
  return { $type: Point_$type, x: NaN, y: NaN };
5624
5630
  };
@@ -5630,13 +5636,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5630
5636
  };
5631
5637
  StackedFragmentSeries.prototype.j3 = function (a, b, c) {
5632
5638
  if (this.visualSeriesLink != null) {
5633
- return this.visualSeriesLink.pj(a, b, c);
5639
+ return this.visualSeriesLink.pk(a, b, c);
5634
5640
  }
5635
5641
  return { $type: Point_$type, x: NaN, y: NaN };
5636
5642
  };
5637
5643
  StackedFragmentSeries.prototype.j6 = function (a, b, c) {
5638
5644
  if (this.visualSeriesLink != null) {
5639
- return this.visualSeriesLink.pm(a, b, c);
5645
+ return this.visualSeriesLink.pn(a, b, c);
5640
5646
  }
5641
5647
  return { $type: Point_$type, x: NaN, y: NaN };
5642
5648
  };
@@ -5648,7 +5654,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5648
5654
  };
5649
5655
  StackedFragmentSeries.prototype.j2 = function (a, b, c) {
5650
5656
  if (this.visualSeriesLink != null) {
5651
- return this.visualSeriesLink.pi(a, b, c);
5657
+ return this.visualSeriesLink.pj(a, b, c);
5652
5658
  }
5653
5659
  return { $type: Point_$type, x: NaN, y: NaN };
5654
5660
  };
@@ -5660,7 +5666,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5660
5666
  };
5661
5667
  StackedFragmentSeries.prototype.j4 = function (a, b, c) {
5662
5668
  if (this.visualSeriesLink != null) {
5663
- return this.visualSeriesLink.pk(a, b, c);
5669
+ return this.visualSeriesLink.pl(a, b, c);
5664
5670
  }
5665
5671
  return { $type: Point_$type, x: NaN, y: NaN };
5666
5672
  };
@@ -5702,13 +5708,13 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5702
5708
  };
5703
5709
  StackedFragmentSeries.prototype.j7 = function (a) {
5704
5710
  if (this.visualSeriesLink != null) {
5705
- return this.visualSeriesLink.po(a);
5711
+ return this.visualSeriesLink.pp(a);
5706
5712
  }
5707
5713
  return { $type: Point_$type, x: NaN, y: NaN };
5708
5714
  };
5709
5715
  StackedFragmentSeries.prototype.j0 = function (a) {
5710
5716
  if (this.visualSeriesLink != null) {
5711
- return this.visualSeriesLink.pg(a);
5717
+ return this.visualSeriesLink.ph(a);
5712
5718
  }
5713
5719
  return { $type: Point_$type, x: NaN, y: NaN };
5714
5720
  };
@@ -5726,12 +5732,12 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5726
5732
  };
5727
5733
  StackedFragmentSeries.prototype.e5 = function () {
5728
5734
  if (this.visualSeriesLink != null) {
5729
- this.visualSeriesLink.lq();
5735
+ this.visualSeriesLink.lr();
5730
5736
  }
5731
5737
  };
5732
5738
  StackedFragmentSeries.prototype.fa = function (a) {
5733
5739
  if (this.visualSeriesLink != null) {
5734
- this.visualSeriesLink.mp(a);
5740
+ this.visualSeriesLink.mq(a);
5735
5741
  }
5736
5742
  };
5737
5743
  StackedFragmentSeries.prototype.av = function (a, b) {
@@ -5742,7 +5748,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5742
5748
  };
5743
5749
  StackedFragmentSeries.prototype.e4 = function (a) {
5744
5750
  if (this.visualSeriesLink != null) {
5745
- this.visualSeriesLink.lg(a);
5751
+ this.visualSeriesLink.lh(a);
5746
5752
  }
5747
5753
  };
5748
5754
  StackedFragmentSeries.prototype.provideRenderer = function (a) {
@@ -5764,9 +5770,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5764
5770
  if (this.parentSeries == null) {
5765
5771
  return;
5766
5772
  }
5767
- this.gm = this.gp != null ? this.gp : this.parentSeries.qy;
5773
+ this.gm = this.gp != null ? this.gp : this.parentSeries.qz;
5768
5774
  if (this.visualSeriesLink != null) {
5769
- this.visualSeriesLink.qy = this.gm;
5775
+ this.visualSeriesLink.qz = this.gm;
5770
5776
  }
5771
5777
  };
5772
5778
  StackedFragmentSeries.prototype.fx = function () {
@@ -5775,27 +5781,27 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5775
5781
  }
5776
5782
  var a = this.t == 0 || this.t == 2;
5777
5783
  this.s = 0;
5778
- this.s = a ? this.parentSeries.qc : this.t;
5784
+ this.s = a ? this.parentSeries.qd : this.t;
5779
5785
  if (this.visualSeriesLink != null) {
5780
- this.visualSeriesLink.qc = this.s;
5786
+ this.visualSeriesLink.qd = this.s;
5781
5787
  }
5782
5788
  };
5783
5789
  StackedFragmentSeries.prototype.fc = function () {
5784
5790
  if (this.parentSeries == null) {
5785
5791
  return;
5786
5792
  }
5787
- this.jp = this.jk != null ? this.jk : this.parentSeries.o2;
5793
+ this.jp = this.jk != null ? this.jk : this.parentSeries.o3;
5788
5794
  if (this.visualSeriesLink != null) {
5789
- this.visualSeriesLink.o2 = this.jp;
5795
+ this.visualSeriesLink.o3 = this.jp;
5790
5796
  }
5791
5797
  };
5792
5798
  StackedFragmentSeries.prototype.fd = function () {
5793
5799
  if (this.parentSeries == null) {
5794
5800
  return;
5795
5801
  }
5796
- this.js = this.jt != null ? this.jt : this.parentSeries.pb;
5802
+ this.js = this.jt != null ? this.jt : this.parentSeries.pc;
5797
5803
  if (this.visualSeriesLink != null) {
5798
- this.visualSeriesLink.pb = this.js;
5804
+ this.visualSeriesLink.pc = this.js;
5799
5805
  }
5800
5806
  };
5801
5807
  StackedFragmentSeries.prototype.fg = function () {
@@ -5831,7 +5837,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5831
5837
  }
5832
5838
  this.ju = this.jx;
5833
5839
  if (this.visualSeriesLink != null) {
5834
- this.visualSeriesLink.pc = this.ju;
5840
+ this.visualSeriesLink.pd = this.ju;
5835
5841
  }
5836
5842
  };
5837
5843
  StackedFragmentSeries.prototype.fh = function () {
@@ -5861,9 +5867,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5861
5867
  if (this.parentSeries == null) {
5862
5868
  return;
5863
5869
  }
5864
- this.jq = Color.e(toNullable(Color.$, this.jr), toNullable(Color.$, null)) ? this.jr : this.parentSeries.pa;
5870
+ this.jq = Color.e(toNullable(Color.$, this.jr), toNullable(Color.$, null)) ? this.jr : this.parentSeries.pb;
5865
5871
  if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.jq), toNullable(Color.$, null))) {
5866
- this.visualSeriesLink.pa = this.jq;
5872
+ this.visualSeriesLink.pb = this.jq;
5867
5873
  }
5868
5874
  };
5869
5875
  StackedFragmentSeries.prototype.gi = function () {
@@ -5904,7 +5910,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5904
5910
  }
5905
5911
  this.jv = this.jy;
5906
5912
  if (this.visualSeriesLink != null) {
5907
- this.visualSeriesLink.pd = this.jv;
5913
+ this.visualSeriesLink.pe = this.jv;
5908
5914
  }
5909
5915
  };
5910
5916
  StackedFragmentSeries.prototype.fi = function () {
@@ -5945,9 +5951,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5945
5951
  if (this.parentSeries == null) {
5946
5952
  return;
5947
5953
  }
5948
- this.kf = this.parentSeries.p2 != 0 ? 1 : this.kh;
5954
+ this.kf = this.parentSeries.p3 != 0 ? 1 : this.kh;
5949
5955
  if (this.visualSeriesLink != null) {
5950
- this.visualSeriesLink.p2 = this.kf;
5956
+ this.visualSeriesLink.p3 = this.kf;
5951
5957
  }
5952
5958
  };
5953
5959
  StackedFragmentSeries.prototype.fn = function () {
@@ -5982,31 +5988,31 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
5982
5988
  if (this.parentSeries == null) {
5983
5989
  return;
5984
5990
  }
5985
- this.jg = this.jl != null ? this.jl : this.parentSeries.re;
5991
+ this.jg = this.jl != null ? this.jl : this.parentSeries.rf;
5986
5992
  if (this.visualSeriesLink != null) {
5987
- this.visualSeriesLink.re = this.jg;
5993
+ this.visualSeriesLink.rf = this.jg;
5988
5994
  }
5989
5995
  };
5990
5996
  StackedFragmentSeries.prototype.ft = function () {
5991
5997
  if (this.parentSeries == null) {
5992
5998
  return;
5993
5999
  }
5994
- this.jh = this.jm != null ? this.jm : this.parentSeries.rf;
6000
+ this.jh = this.jm != null ? this.jm : this.parentSeries.rg;
5995
6001
  if (this.visualSeriesLink != null) {
5996
- this.visualSeriesLink.rf = this.jh;
6002
+ this.visualSeriesLink.rg = this.jh;
5997
6003
  }
5998
6004
  };
5999
6005
  StackedFragmentSeries.prototype.fu = function () {
6000
6006
  if (this.parentSeries == null) {
6001
6007
  return;
6002
6008
  }
6003
- this.kd = this.ke != null ? this.ke : this.parentSeries.rg;
6009
+ this.kd = this.ke != null ? this.ke : this.parentSeries.rh;
6004
6010
  if (this.visualSeriesLink != null) {
6005
6011
  if (this.kd != null) {
6006
- this.visualSeriesLink.rg = this.kd;
6012
+ this.visualSeriesLink.rh = this.kd;
6007
6013
  }
6008
6014
  else {
6009
- this.visualSeriesLink.rg = null;
6015
+ this.visualSeriesLink.rh = null;
6010
6016
  }
6011
6017
  }
6012
6018
  };
@@ -6025,9 +6031,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6025
6031
  if (this.parentSeries == null) {
6026
6032
  return;
6027
6033
  }
6028
- this.jj = this.jo != null ? this.jo : this.parentSeries.o7;
6034
+ this.jj = this.jo != null ? this.jo : this.parentSeries.o8;
6029
6035
  if (this.visualSeriesLink != null) {
6030
- this.visualSeriesLink.o7 = this.jj;
6036
+ this.visualSeriesLink.o8 = this.jj;
6031
6037
  }
6032
6038
  };
6033
6039
  StackedFragmentSeries.prototype.fl = function () {
@@ -6062,18 +6068,18 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6062
6068
  }
6063
6069
  var a = false;
6064
6070
  if (this.parentSeries.isStacked && this.parentSeries.eg && this.parentSeries.dd) {
6065
- a = this.parentSeries.um;
6071
+ a = this.parentSeries.un;
6066
6072
  }
6067
6073
  if (this.parentSeries.isStacked && this.parentSeries.df) {
6068
- a = this.parentSeries.um;
6074
+ a = this.parentSeries.un;
6069
6075
  }
6070
6076
  this.ak = a;
6071
6077
  if (this.visualSeriesLink != null) {
6072
6078
  if (typeCast(SplineFragment.$, this.visualSeriesLink) !== null) {
6073
- this.visualSeriesLink.vb = this.ak;
6079
+ this.visualSeriesLink.vc = this.ak;
6074
6080
  }
6075
6081
  if (typeCast(SplineAreaFragment.$, this.visualSeriesLink) !== null) {
6076
- this.visualSeriesLink.vb = this.ak;
6082
+ this.visualSeriesLink.vc = this.ak;
6077
6083
  }
6078
6084
  }
6079
6085
  };
@@ -6083,18 +6089,18 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6083
6089
  }
6084
6090
  var a = NaN;
6085
6091
  if (this.parentSeries.isStacked && this.parentSeries.dh) {
6086
- a = this.parentSeries.um;
6092
+ a = this.parentSeries.un;
6087
6093
  }
6088
6094
  if (this.parentSeries.isStacked && this.parentSeries.df) {
6089
- a = this.parentSeries.um;
6095
+ a = this.parentSeries.un;
6090
6096
  }
6091
6097
  this.a7 = !isNaN_(a) ? a : this.bq;
6092
6098
  if (this.visualSeriesLink != null) {
6093
6099
  if (typeCast(ColumnFragment.$, this.visualSeriesLink) !== null) {
6094
- this.visualSeriesLink.vk = this.a7;
6100
+ this.visualSeriesLink.vl = this.a7;
6095
6101
  }
6096
6102
  if (typeCast(BarFragment.$, this.visualSeriesLink) !== null) {
6097
- this.visualSeriesLink.vk = this.a7;
6103
+ this.visualSeriesLink.vl = this.a7;
6098
6104
  }
6099
6105
  }
6100
6106
  };
@@ -6104,18 +6110,18 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6104
6110
  }
6105
6111
  var a = NaN;
6106
6112
  if (this.parentSeries.isStacked && this.parentSeries.dh) {
6107
- a = this.parentSeries.un;
6113
+ a = this.parentSeries.uo;
6108
6114
  }
6109
6115
  if (this.parentSeries.isStacked && this.parentSeries.df) {
6110
- a = this.parentSeries.un;
6116
+ a = this.parentSeries.uo;
6111
6117
  }
6112
6118
  this.a8 = !isNaN_(a) ? a : this.br;
6113
6119
  if (this.visualSeriesLink != null) {
6114
6120
  if (typeCast(ColumnFragment.$, this.visualSeriesLink) !== null) {
6115
- this.visualSeriesLink.vl = this.a8;
6121
+ this.visualSeriesLink.vm = this.a8;
6116
6122
  }
6117
6123
  if (typeCast(BarFragment.$, this.visualSeriesLink) !== null) {
6118
- this.visualSeriesLink.vl = this.a8;
6124
+ this.visualSeriesLink.vm = this.a8;
6119
6125
  }
6120
6126
  }
6121
6127
  };
@@ -6125,7 +6131,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6125
6131
  }
6126
6132
  this.jw = this.jz;
6127
6133
  if (this.visualSeriesLink != null) {
6128
- this.visualSeriesLink.pe = this.jw;
6134
+ this.visualSeriesLink.pf = this.jw;
6129
6135
  }
6130
6136
  };
6131
6137
  StackedFragmentSeries.prototype.f9 = function () {
@@ -6141,9 +6147,9 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6141
6147
  if (this.parentSeries == null) {
6142
6148
  return;
6143
6149
  }
6144
- this.a5 = !isNaN_(this.bo) ? this.bo : this.parentSeries.qh;
6150
+ this.a5 = !isNaN_(this.bo) ? this.bo : this.parentSeries.qi;
6145
6151
  if (this.visualSeriesLink != null) {
6146
- this.visualSeriesLink.qh = this.a5;
6152
+ this.visualSeriesLink.qi = this.a5;
6147
6153
  }
6148
6154
  };
6149
6155
  StackedFragmentSeries.prototype.ga = function () {
@@ -6180,8 +6186,8 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6180
6186
  if (this.parentSeries == null) {
6181
6187
  return;
6182
6188
  }
6183
- if (this.parentSeries.rz != 0) {
6184
- this.m = this.parentSeries.rz;
6189
+ if (this.parentSeries.r0 != 0) {
6190
+ this.m = this.parentSeries.r0;
6185
6191
  return;
6186
6192
  }
6187
6193
  this.m = this.n;
@@ -6200,8 +6206,8 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6200
6206
  if (this.parentSeries == null) {
6201
6207
  return;
6202
6208
  }
6203
- if (this.parentSeries.sf != false) {
6204
- this.al = this.parentSeries.sf;
6209
+ if (this.parentSeries.sg != false) {
6210
+ this.al = this.parentSeries.sg;
6205
6211
  return;
6206
6212
  }
6207
6213
  this.al = this.as;
@@ -6222,7 +6228,7 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6222
6228
  }
6223
6229
  this.am = this.aw;
6224
6230
  if (this.visualSeriesLink != null) {
6225
- this.visualSeriesLink.qg = this.am;
6231
+ this.visualSeriesLink.qh = this.am;
6226
6232
  }
6227
6233
  };
6228
6234
  StackedFragmentSeries.prototype.e8 = function (a, b, c) {
@@ -6379,11 +6385,11 @@ var StackedFragmentSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6379
6385
  this.gh();
6380
6386
  break;
6381
6387
  }
6382
- this.parentSeries.mh(false);
6388
+ this.parentSeries.mi(false);
6383
6389
  };
6384
6390
  StackedFragmentSeries.prototype.e9 = function () {
6385
6391
  if (this.visualSeriesLink != null) {
6386
- this.visualSeriesLink.mk();
6392
+ this.visualSeriesLink.ml();
6387
6393
  }
6388
6394
  };
6389
6395
  StackedFragmentSeries.$t = markType(StackedFragmentSeries, 'StackedFragmentSeries', DependencyObject.$, [INotifyPropertyChanged_$type]);
@@ -6447,8 +6453,8 @@ var StackedSeriesFramePreparer = /** @class */ /*@__PURE__*/ (function (_super)
6447
6453
  var b = new SingleValuesHolder();
6448
6454
  if (typeCast(StackedColumnSeries.$, this.h) !== null || typeCast(StackedBarSeries.$, this.h) !== null) {
6449
6455
  var c = typeCast(StackedSeriesBase.$, this.h);
6450
- if (c.th.count > 0) {
6451
- b.f = c.th._inner[0].af;
6456
+ if (c.ti.count > 0) {
6457
+ b.f = c.ti._inner[0].af;
6452
6458
  }
6453
6459
  return b;
6454
6460
  }
@@ -6799,7 +6805,7 @@ var ColumnFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
6799
6805
  ColumnFragmentView.prototype.getDefaultTooltipTemplate = function () {
6800
6806
  var a = "<div class='ui-chart-default-tooltip-content'>";
6801
6807
  var b = null;
6802
- if (this.da.rn().ca) {
6808
+ if (this.da.ro().ca) {
6803
6809
  b = this.da.fragmentXAxis;
6804
6810
  }
6805
6811
  else if (this.da.fragmentYAxis.ca) {
@@ -6817,7 +6823,7 @@ var ColumnFragmentView = /** @class */ /*@__PURE__*/ (function (_super) {
6817
6823
  if (!stringIsNullOrEmpty(d)) {
6818
6824
  a += " style='color:" + d + "'";
6819
6825
  }
6820
- a += ">" + this.da.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.da.t0 + "}</span></div>";
6826
+ a += ">" + this.da.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.da.t1 + "}</span></div>";
6821
6827
  return a;
6822
6828
  };
6823
6829
  ColumnFragmentView.$t = markType(ColumnFragmentView, 'ColumnFragmentView', AnchoredCategorySeriesView.$);
@@ -7099,8 +7105,8 @@ var StackedSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
7099
7105
  };
7100
7106
  StackedSeriesView.prototype.ap = function () {
7101
7107
  _super.prototype.ap.call(this);
7102
- for (var a = 0; a < this.c0.tl.f.count; a++) {
7103
- this.c0.tl.f._inner[a].b0.ap();
7108
+ for (var a = 0; a < this.c0.tm.f.count; a++) {
7109
+ this.c0.tm.f._inner[a].b0.ap();
7104
7110
  }
7105
7111
  };
7106
7112
  StackedSeriesView.prototype.ar = function (a, b) {
@@ -7147,7 +7153,7 @@ var StackedSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
7147
7153
  }
7148
7154
  var g = new Color();
7149
7155
  g.colorString = a;
7150
- f.pa = g;
7156
+ f.pb = g;
7151
7157
  f.gw = c;
7152
7158
  f.gx = d;
7153
7159
  f.gy = e;
@@ -7174,7 +7180,7 @@ var StackedBarSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
7174
7180
  StackedBarSeriesView.prototype.as = function () {
7175
7181
  _super.prototype.as.call(this);
7176
7182
  if (!this.q) {
7177
- this.c0.qc = Defaults.c;
7183
+ this.c0.qd = Defaults.c;
7178
7184
  this.c0.gz = Defaults.i;
7179
7185
  }
7180
7186
  };
@@ -7196,7 +7202,7 @@ var StackedColumnSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
7196
7202
  StackedColumnSeriesView.prototype.as = function () {
7197
7203
  _super.prototype.as.call(this);
7198
7204
  if (!this.q) {
7199
- this.c0.qc = Defaults.c;
7205
+ this.c0.qd = Defaults.c;
7200
7206
  this.c0.gz = Defaults.i;
7201
7207
  }
7202
7208
  };
@@ -7215,7 +7221,7 @@ var StackedAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
7215
7221
  StackedAreaSeriesView.prototype.as = function () {
7216
7222
  _super.prototype.as.call(this);
7217
7223
  if (!this.q) {
7218
- this.c0.qc = Defaults.e;
7224
+ this.c0.qd = Defaults.e;
7219
7225
  }
7220
7226
  };
7221
7227
  StackedAreaSeriesView.$t = markType(StackedAreaSeriesView, 'StackedAreaSeriesView', StackedSeriesView.$);
@@ -7233,7 +7239,7 @@ var StackedSplineAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
7233
7239
  StackedSplineAreaSeriesView.prototype.as = function () {
7234
7240
  _super.prototype.as.call(this);
7235
7241
  if (!this.q) {
7236
- this.c0.qc = Defaults.e;
7242
+ this.c0.qd = Defaults.e;
7237
7243
  }
7238
7244
  };
7239
7245
  StackedSplineAreaSeriesView.prototype.c5 = function () {
@@ -7258,7 +7264,7 @@ var StackedSplineSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
7258
7264
  StackedSplineSeriesView.prototype.as = function () {
7259
7265
  _super.prototype.as.call(this);
7260
7266
  if (!this.q) {
7261
- this.c0.qc = Defaults.e;
7267
+ this.c0.qd = Defaults.e;
7262
7268
  }
7263
7269
  };
7264
7270
  StackedSplineSeriesView.prototype.c5 = function () {
@@ -7294,8 +7300,8 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7294
7300
  _this.c = new StackedSeriesCollection();
7295
7301
  _this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
7296
7302
  _this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
7297
- _this.j = _this.b.tm.c2;
7298
- _this.k = _this.b.tm.c4;
7303
+ _this.j = _this.b.tn.c2;
7304
+ _this.k = _this.b.tn.c4;
7299
7305
  var b = _this.c;
7300
7306
  b.collectionChanged = delegateCombine(b.collectionChanged, function (b, c) {
7301
7307
  var e_67, _a, e_68, _b;
@@ -7409,7 +7415,7 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7409
7415
  }
7410
7416
  }
7411
7417
  }
7412
- _this.b.mh(false);
7418
+ _this.b.mi(false);
7413
7419
  });
7414
7420
  return _this;
7415
7421
  }
@@ -7483,10 +7489,10 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7483
7489
  return null;
7484
7490
  };
7485
7491
  StackedSeriesManager.prototype.i = function (a, b) {
7486
- a.o2 = b.jp;
7487
- a.pb = b.js;
7488
- a.pc = b.ju;
7489
- a.pd = b.jv;
7492
+ a.o3 = b.jp;
7493
+ a.pc = b.js;
7494
+ a.pd = b.ju;
7495
+ a.pe = b.jv;
7490
7496
  if (b.itemsSource == null) {
7491
7497
  a.itemsSource = this.b.itemsSource;
7492
7498
  }
@@ -7495,31 +7501,31 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7495
7501
  }
7496
7502
  a.legend = this.b.a1;
7497
7503
  a.legendItemTemplate = b.gl;
7498
- a.p2 = b.kf;
7499
- a.re = b.jg;
7500
- a.rf = b.jh;
7501
- a.rg = b.kd;
7502
- a.qy = b.gm;
7503
- a.qc = b.s;
7504
- a.qh = b.a5;
7504
+ a.p3 = b.kf;
7505
+ a.rf = b.jg;
7506
+ a.rg = b.jh;
7507
+ a.rh = b.kd;
7508
+ a.qz = b.gm;
7509
+ a.qd = b.s;
7510
+ a.qi = b.a5;
7505
7511
  a.gr = this.b.gr;
7506
7512
  a._opacity = b.bp;
7507
7513
  a.gp = b.a3;
7508
- a.o7 = b.jj;
7514
+ a.o8 = b.jj;
7509
7515
  a.gt = this.b.gt;
7510
- a.pe = b.jw;
7516
+ a.pf = b.jw;
7511
7517
  a.gz = b.bc;
7512
7518
  a.title = b.ca;
7513
- a.qg = b.am;
7514
- a.t0 = b.e1;
7519
+ a.qh = b.am;
7520
+ a.t1 = b.e1;
7515
7521
  a._visibility = b.kg;
7516
7522
  a.gq = b.a4;
7517
7523
  a.bt = b.v;
7518
7524
  a.hm = b.bx;
7519
7525
  a.hn = b.by;
7520
7526
  a.cf = b.ab;
7521
- a.sf = b.al;
7522
- a.rz = b.m;
7527
+ a.sg = b.al;
7528
+ a.r0 = b.m;
7523
7529
  a.ca = b.y;
7524
7530
  a.hn = b.by;
7525
7531
  a.cg = b.ac;
@@ -7533,13 +7539,13 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7533
7539
  }
7534
7540
  var e = typeCast(ColumnFragment.$, a);
7535
7541
  if (e != null) {
7536
- e.vk = b.a7;
7537
- e.vl = b.a8;
7542
+ e.vl = b.a7;
7543
+ e.vm = b.a8;
7538
7544
  }
7539
7545
  var f = typeCast(BarFragment.$, a);
7540
7546
  if (f != null) {
7541
- f.vk = b.a7;
7542
- f.vl = b.a8;
7547
+ f.vl = b.a7;
7548
+ f.vm = b.a8;
7543
7549
  }
7544
7550
  a.toolTip = b.cb;
7545
7551
  a.dm = b.ai;
@@ -7558,7 +7564,7 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7558
7564
  for (var _b = tslib_1.__values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
7559
7565
  var c = _c.value;
7560
7566
  c.ez = true;
7561
- c.index = this.b.tx(this.c._inner[b]);
7567
+ c.index = this.b.ty(this.c._inner[b]);
7562
7568
  c.b8 = this.b.b8;
7563
7569
  c.cd = this.b.cd;
7564
7570
  if (this.c._inner[b].at) {
@@ -7568,10 +7574,10 @@ var StackedSeriesManager = /** @class */ /*@__PURE__*/ (function (_super) {
7568
7574
  this.d.add(c);
7569
7575
  }
7570
7576
  if ((this.b.isStacked && this.b.d1) || (this.b.isStacked && this.b.dd) || (this.b.isStacked && this.b.eg)) {
7571
- c.t3(this.b.fetchXAxis());
7572
- c.t4(this.b.fetchYAxis());
7577
+ c.t4(this.b.fetchXAxis());
7578
+ c.t5(this.b.fetchYAxis());
7573
7579
  }
7574
- c.mh(a);
7580
+ c.mi(a);
7575
7581
  b++;
7576
7582
  }
7577
7583
  }