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
@@ -497,7 +497,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
497
497
  this.cq.bp(d);
498
498
  d.cd = this;
499
499
  d.b8 = this.actualSyncLink;
500
- d.m3();
500
+ d.m4();
501
501
  }
502
502
  }
503
503
  }
@@ -727,13 +727,13 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
727
727
  var d = this.series;
728
728
  for (var e = 0; e < d.count; e++) {
729
729
  var f = d._inner[e];
730
- f.l1();
730
+ f.l2();
731
731
  }
732
732
  }
733
733
  else {
734
734
  for (var g = 0; g < c.count; g++) {
735
735
  var h = c._inner[g];
736
- h.l1();
736
+ h.l2();
737
737
  }
738
738
  }
739
739
  if (!b) {
@@ -745,6 +745,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
745
745
  this.lc();
746
746
  for (var a = 0; a < this.series.count; a++) {
747
747
  if (this.series._inner[a].dc) {
748
+ this.series._inner[a].ld();
748
749
  }
749
750
  }
750
751
  };
@@ -1222,14 +1223,14 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
1222
1223
  if (c == null) {
1223
1224
  continue;
1224
1225
  }
1225
- var d = b.m8;
1226
+ var d = b.m9;
1226
1227
  if (d == null) {
1227
1228
  continue;
1228
1229
  }
1229
1230
  if (c.containsChild(d)) {
1230
1231
  c.removeChild(d);
1231
1232
  }
1232
- if (!c.containsChild(d) && b.p2 != 1) {
1233
+ if (!c.containsChild(d) && b.p3 != 1) {
1233
1234
  c.addChildInOrder(d, b);
1234
1235
  }
1235
1236
  }
@@ -1322,10 +1323,10 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
1322
1323
  this.om(b);
1323
1324
  for (var e = 0; e < this.series.count; e++) {
1324
1325
  var f = this.series._inner[e];
1325
- f.m2(b);
1326
+ f.m3(b);
1326
1327
  if (f.isStacked) {
1327
1328
  f.la(function (g) {
1328
- g.m2(b);
1329
+ g.m3(b);
1329
1330
  return true;
1330
1331
  });
1331
1332
  }
@@ -1755,7 +1756,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
1755
1756
  };
1756
1757
  SeriesViewer.prototype.ny = function () {
1757
1758
  for (var a = 0; a < this.series.count; a++) {
1758
- this.series._inner[a].mh(false);
1759
+ this.series._inner[a].mi(false);
1759
1760
  }
1760
1761
  this.lb(false, false, true);
1761
1762
  };
@@ -2335,7 +2336,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
2335
2336
  try {
2336
2337
  for (var _h = tslib_1.__values(fromEnum(this.series)), _j = _h.next(); !_j.done; _j = _h.next()) {
2337
2338
  var h = _j.value;
2338
- h.lj();
2339
+ h.lk();
2339
2340
  }
2340
2341
  }
2341
2342
  catch (e_10_1) {
@@ -2434,8 +2435,8 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
2434
2435
  this.bk = c;
2435
2436
  };
2436
2437
  SeriesViewer.prototype.kt = function (a, b, c, d) {
2437
- var e = a.pg(d);
2438
- var f = a.pl(d, true, true);
2438
+ var e = a.ph(d);
2439
+ var f = a.pm(d, true, true);
2439
2440
  if (isNaN_(f.x) || isNaN_(f.y)) {
2440
2441
  return null;
2441
2442
  }
@@ -2840,7 +2841,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
2840
2841
  this.series.remove(a._inner[c]);
2841
2842
  this.n3(a._inner[c].name, true);
2842
2843
  a._inner[c].itemsSource = null;
2843
- a._inner[c].l4(null, null);
2844
+ a._inner[c].l5(null, null);
2844
2845
  }
2845
2846
  this.k6();
2846
2847
  this.n5();
@@ -3265,7 +3266,7 @@ var SeriesViewer = /** @class */ /*@__PURE__*/ (function (_super) {
3265
3266
  SeriesViewer.prototype.ky = function () {
3266
3267
  this.cq.bq();
3267
3268
  for (var a = 0; a < this.series.count; a++) {
3268
- this.series._inner[a].lr();
3269
+ this.series._inner[a].ls();
3269
3270
  }
3270
3271
  };
3271
3272
  SeriesViewer.prototype.eo = function () {
@@ -3678,7 +3679,7 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
3678
3679
  d = false;
3679
3680
  c.a.k(0, 0, a, b);
3680
3681
  }
3681
- e.mj(new Rect(0, 0, 0, a, b), c);
3682
+ e.mk(new Rect(0, 0, 0, a, b), c);
3682
3683
  }
3683
3684
  }
3684
3685
  catch (e_12_1) {
@@ -3729,7 +3730,7 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
3729
3730
  });
3730
3731
  }
3731
3732
  this.p.nw();
3732
- a.l4(null, null);
3733
+ a.l5(null, null);
3733
3734
  this.dc();
3734
3735
  };
3735
3736
  SeriesViewerView.prototype.dc = function () {
@@ -3759,7 +3760,7 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
3759
3760
  }
3760
3761
  };
3761
3762
  SeriesViewerView.prototype.aq = function (a) {
3762
- a.lz(a.b0.bu, this.e9);
3763
+ a.l0(a.b0.bu, this.e9);
3763
3764
  return this.g.contains(a);
3764
3765
  };
3765
3766
  Object.defineProperty(SeriesViewerView.prototype, "au", {
@@ -3784,13 +3785,13 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
3784
3785
  }
3785
3786
  this.p.nw();
3786
3787
  }
3787
- a.l4(this.y, this.x);
3788
+ a.l5(this.y, this.x);
3788
3789
  this.p.lj();
3789
3790
  };
3790
3791
  SeriesViewerView.prototype.dt = function (a) {
3791
3792
  this.x = a;
3792
3793
  for (var b = 0; b < this.g.count; b++) {
3793
- this.g._inner[b].l4(this.y, this.x);
3794
+ this.g._inner[b].l5(this.y, this.x);
3794
3795
  }
3795
3796
  for (var c = 0; c < this.b.count; c++) {
3796
3797
  this.b._inner[c].hw(this.y, this.x);
@@ -4384,7 +4385,7 @@ var SeriesViewerView = /** @class */ /*@__PURE__*/ (function (_super) {
4384
4385
  if (x.b0.bu.equals1(this.e9) && !this.j.y()) {
4385
4386
  continue;
4386
4387
  }
4387
- x.lz(x.b0.bu, this.e9);
4388
+ x.l0(x.b0.bu, this.e9);
4388
4389
  }
4389
4390
  }
4390
4391
  catch (e_18_1) {
@@ -5260,13 +5261,13 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
5260
5261
  a.actualItemBrush = a.itemBrush;
5261
5262
  }
5262
5263
  else {
5263
- a.actualItemBrush = b.oz;
5264
+ a.actualItemBrush = b.o0;
5264
5265
  }
5265
5266
  if (b == null) {
5266
5267
  a.outline = a.actualItemBrush;
5267
5268
  }
5268
5269
  else {
5269
- a.outline = b.o0;
5270
+ a.outline = b.o1;
5270
5271
  }
5271
5272
  };
5272
5273
  LegendTemplates.b = function (a, b, c) {
@@ -5364,9 +5365,9 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
5364
5365
  var g = c.actualItemBrush;
5365
5366
  var h = c.itemBrush;
5366
5367
  var i = c.series;
5367
- var j = i.nd();
5368
- c.actualItemBrush = i.o5();
5369
- c.outline = i.o6();
5368
+ var j = i.ne();
5369
+ c.actualItemBrush = i.o6();
5370
+ c.outline = i.o7();
5370
5371
  if (i.a9 == 1) {
5371
5372
  c.thickness = i.f2();
5372
5373
  }
@@ -5416,7 +5417,7 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
5416
5417
  if (c.a9 == 0) {
5417
5418
  var d = Defaults.v;
5418
5419
  var e = b.actualItemBrush;
5419
- var f = c.o0;
5420
+ var f = c.o1;
5420
5421
  var g = Defaults.w;
5421
5422
  var h = Defaults.u;
5422
5423
  LegendTemplates.u(a, d, f, e, 0, 0, g, h);
@@ -5424,7 +5425,7 @@ var LegendTemplates = /** @class */ /*@__PURE__*/ (function (_super) {
5424
5425
  else {
5425
5426
  var i = Defaults.v;
5426
5427
  var j = b.actualItemBrush;
5427
- var k = c.o8();
5428
+ var k = c.o9();
5428
5429
  var l = Defaults.w / 2;
5429
5430
  var m = Defaults.w;
5430
5431
  var n = Defaults.u;
@@ -6413,7 +6414,7 @@ var SeriesViewerViewManager = /** @class */ /*@__PURE__*/ (function (_super) {
6413
6414
  j.a = d.d;
6414
6415
  for (var k = 0; k < this.j.p.series.count; k++) {
6415
6416
  var l = this.j.p.series._inner[k];
6416
- l.mg(i, a, j, "tile", 1);
6417
+ l.mh(i, a, j, "tile", 1);
6417
6418
  }
6418
6419
  this.j.p.ak.i();
6419
6420
  return d.c;
@@ -7956,9 +7957,9 @@ var Axis = /** @class */ /*@__PURE__*/ (function (_super) {
7956
7957
  try {
7957
7958
  for (var _b = tslib_1.__values(fromEnum(this.dd)), _c = _b.next(); !_c.done; _c = _b.next()) {
7958
7959
  var h = _c.value;
7959
- h.le();
7960
+ h.lf();
7960
7961
  if (h.cd != null) {
7961
- h.lo();
7962
+ h.lp();
7962
7963
  }
7963
7964
  }
7964
7965
  }
@@ -10597,9 +10598,9 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
10597
10598
  try {
10598
10599
  for (var _d = tslib_1.__values(fromEnum(this.da())), _e = _d.next(); !_e.done; _e = _d.next()) {
10599
10600
  var g = _e.value;
10600
- g.mh(false);
10601
+ g.mi(false);
10601
10602
  if (g.cd != null) {
10602
- g.lo();
10603
+ g.lp();
10603
10604
  }
10604
10605
  }
10605
10606
  }
@@ -10627,7 +10628,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
10627
10628
  var h = _g.value;
10628
10629
  h.kx(true, h.b0);
10629
10630
  if (h.cd != null) {
10630
- h.lo();
10631
+ h.lp();
10631
10632
  }
10632
10633
  }
10633
10634
  }
@@ -10674,7 +10675,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
10674
10675
  i.ez = true;
10675
10676
  var j = typeCast(IHasCategoryModePreference_$type, i);
10676
10677
  if (j != null && j.preferredCategoryMode(this) == 2) {
10677
- i.mh(false);
10678
+ i.mi(false);
10678
10679
  }
10679
10680
  }
10680
10681
  }
@@ -10708,7 +10709,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
10708
10709
  try {
10709
10710
  for (var _b = tslib_1.__values(fromEnum(this.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
10710
10711
  var a = _c.value;
10711
- a.mh(false);
10712
+ a.mi(false);
10712
10713
  }
10713
10714
  }
10714
10715
  catch (e_36_1) {
@@ -10794,7 +10795,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
10794
10795
  var d = _c.value;
10795
10796
  var e = typeCast(IHasCategoryModePreference_$type, d);
10796
10797
  if (e != null && e != c && e.preferredCategoryMode(this) == 2) {
10797
- d.mh(false);
10798
+ d.mi(false);
10798
10799
  }
10799
10800
  }
10800
10801
  }
@@ -10829,7 +10830,7 @@ var CategoryAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
10829
10830
  var d = _c.value;
10830
10831
  var e = typeCast(IHasCategoryModePreference_$type, d);
10831
10832
  if (e != null) {
10832
- d.mh(false);
10833
+ d.mi(false);
10833
10834
  }
10834
10835
  }
10835
10836
  }
@@ -11868,7 +11869,7 @@ var NumericAxisBase = /** @class */ /*@__PURE__*/ (function (_super) {
11868
11869
  try {
11869
11870
  for (var _b = tslib_1.__values(fromEnum(this.da())), _c = _b.next(); !_c.done; _c = _b.next()) {
11870
11871
  var a = _c.value;
11871
- a.mh(false);
11872
+ a.mi(false);
11872
11873
  }
11873
11874
  }
11874
11875
  catch (e_42_1) {
@@ -13411,7 +13412,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
13411
13412
  try {
13412
13413
  for (var _e = tslib_1.__values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
13413
13414
  var c = _f.value;
13414
- c.mh(false);
13415
+ c.mi(false);
13415
13416
  }
13416
13417
  }
13417
13418
  catch (e_54_1) {
@@ -13530,7 +13531,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
13530
13531
  var a = new Thickness(1, 0, 0, 0, 0);
13531
13532
  for (var b = 0; b < this.series.count; b++) {
13532
13533
  var c = this.series._inner[b];
13533
- var d = c.pz();
13534
+ var d = c.p0();
13534
13535
  a = new Thickness(1, Math.max(d.left, a.left), Math.max(d.top, a.top), Math.max(d.right, a.right), Math.max(d.bottom, a.bottom));
13535
13536
  }
13536
13537
  return a;
@@ -13539,7 +13540,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
13539
13540
  var c = new Thickness(1, 0, 0, 0, 0);
13540
13541
  for (var d = 0; d < this.series.count; d++) {
13541
13542
  var e = this.series._inner[d];
13542
- var f = e.p1(a, b);
13543
+ var f = e.p2(a, b);
13543
13544
  c = new Thickness(1, Math.max(f.left, c.left), Math.max(f.top, c.top), Math.max(f.right, c.right), Math.max(f.bottom, c.bottom));
13544
13545
  }
13545
13546
  return c;
@@ -13927,7 +13928,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
13927
13928
  try {
13928
13929
  for (var _f = (e_58 = void 0, tslib_1.__values(fromEnum(c.da()))), _g = _f.next(); !_g.done; _g = _f.next()) {
13929
13930
  var d = _g.value;
13930
- d.mh(false);
13931
+ d.mi(false);
13931
13932
  }
13932
13933
  }
13933
13934
  catch (e_58_1) {
@@ -14070,7 +14071,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
14070
14071
  try {
14071
14072
  for (var _l = tslib_1.__values(fromEnum(c)), _m = _l.next(); !_m.done; _m = _l.next()) {
14072
14073
  var g = _m.value;
14073
- g.mh(false);
14074
+ g.mi(false);
14074
14075
  }
14075
14076
  }
14076
14077
  catch (e_63_1) {
@@ -14110,7 +14111,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
14110
14111
  var e = _e.value;
14111
14112
  e.ez = true;
14112
14113
  this.lw();
14113
- e.mh(d);
14114
+ e.mi(d);
14114
14115
  }
14115
14116
  }
14116
14117
  catch (e_64_1) {
@@ -14228,7 +14229,7 @@ var XamDataChart = /** @class */ /*@__PURE__*/ (function (_super) {
14228
14229
  for (var _e = tslib_1.__values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
14229
14230
  var b = _f.value;
14230
14231
  b.b0.bj();
14231
- b.mh(false);
14232
+ b.mi(false);
14232
14233
  }
14233
14234
  }
14234
14235
  catch (e_69_1) {
@@ -15280,13 +15281,13 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15280
15281
  var _this = _super.call(this) || this;
15281
15282
  _this.b0 = null;
15282
15283
  _this.ho = 0;
15283
- _this.pp = null;
15284
+ _this.pq = null;
15284
15285
  _this.g8 = null;
15285
15286
  _this.cm = null;
15286
15287
  _this.a7 = null;
15287
15288
  _this.a5 = null;
15288
15289
  _this.ce = null;
15289
- _this.m9 = null;
15290
+ _this.na = null;
15290
15291
  _this.fb = new Dictionary$2(String_$type, String_$type, 0);
15291
15292
  _this.fa = new Dictionary$2(String_$type, FastReflectionHelper.$, 0);
15292
15293
  _this.propertyChanged = null;
@@ -15306,7 +15307,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15306
15307
  _this.bd = null;
15307
15308
  _this.cl = null;
15308
15309
  _this.g5 = null;
15309
- _this.m6 = null;
15310
+ _this.m7 = null;
15310
15311
  _this.a0 = null;
15311
15312
  _this.b6 = 0;
15312
15313
  _this.b5 = 0;
@@ -15317,8 +15318,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15317
15318
  _this.fk = NaN;
15318
15319
  _this.fl = NaN;
15319
15320
  _this.fm = NaN;
15320
- _this.o3 = null;
15321
15321
  _this.o4 = null;
15322
+ _this.o5 = null;
15322
15323
  _this.f0 = DeviceUtils.g(2);
15323
15324
  _this.bj = 1;
15324
15325
  _this.fi = 0.2;
@@ -15335,7 +15336,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15335
15336
  _this.bn = 0;
15336
15337
  _this.bm = 0;
15337
15338
  _this.co = null;
15338
- _this.pf = { $type: Point_$type, x: NaN, y: NaN };
15339
+ _this.pg = { $type: Point_$type, x: NaN, y: NaN };
15339
15340
  _this.fo = NaN;
15340
15341
  _this.fp = NaN;
15341
15342
  _this.a4 = null;
@@ -15344,20 +15345,20 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15344
15345
  DVContainer.instance.registerIfLoaded("VisualDataFactoryManager");
15345
15346
  _this.ho = Series.ha++;
15346
15347
  _this.ez = true;
15347
- _this.pp = Rect.empty;
15348
+ _this.pq = Rect.empty;
15348
15349
  _this.b0 = _this.bx();
15349
15350
  _this.b0.bu = Rect.empty;
15350
- _this.ly(_this.b0);
15351
+ _this.lz(_this.b0);
15351
15352
  _this.b0.n = true;
15352
15353
  _this.b0.as();
15353
15354
  _this.b0.n = false;
15354
15355
  _this.ab = Series.$;
15355
15356
  _this.cl = function (a, b) {
15356
15357
  if (_this.cd == null || !_this.cd.d4) {
15357
- _this.m5(b.oldRect, b.newRect);
15358
+ _this.m6(b.oldRect, b.newRect);
15358
15359
  }
15359
15360
  };
15360
- _this.bd = function (a, b) { return _this.l3(a, b.propertyName, b.oldValue, b.newValue); };
15361
+ _this.bd = function (a, b) { return _this.l4(a, b.propertyName, b.oldValue, b.newValue); };
15361
15362
  _this.g5 = function (a, b) {
15362
15363
  if (_this.cd != null) {
15363
15364
  _this.ez = true;
@@ -15365,12 +15366,12 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15365
15366
  }
15366
15367
  _this.k0(b.action, b.position, b.count, b.propertyName);
15367
15368
  };
15368
- _this.propertyUpdated = delegateCombine(_this.propertyUpdated, function (a, b) { return _this.l3(a, b.propertyName, b.oldValue, b.newValue); });
15369
- _this.m9 = new Canvas();
15369
+ _this.propertyUpdated = delegateCombine(_this.propertyUpdated, function (a, b) { return _this.l4(a, b.propertyName, b.oldValue, b.newValue); });
15370
+ _this.na = new Canvas();
15370
15371
  _this.ce = new DoubleAnimator(0, 1, _this.hm);
15371
15372
  var a = _this.ce;
15372
15373
  a.propertyChanged = delegateCombine(a.propertyChanged, runOn(_this, _this.kp));
15373
- _this.g(Series.os, ((function () {
15374
+ _this.g(Series.ot, ((function () {
15374
15375
  var $ret = new Binding(1, "Visibility");
15375
15376
  $ret.d = _this;
15376
15377
  return $ret;
@@ -15409,11 +15410,11 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15409
15410
  Series.prototype.jr = function () {
15410
15411
  return this.a6.a$r(this);
15411
15412
  };
15412
- Series.prototype.mz = function (a) {
15413
+ Series.prototype.m0 = function (a) {
15413
15414
  };
15414
- Series.prototype.my = function (a) {
15415
+ Series.prototype.mz = function (a) {
15415
15416
  };
15416
- Series.prototype.m0 = function (a) {
15417
+ Series.prototype.m1 = function (a) {
15417
15418
  };
15418
15419
  Series.prototype.kp = function (a, b) {
15419
15420
  this.g0 = this.ce.o;
@@ -15475,16 +15476,16 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15475
15476
  enumerable: true,
15476
15477
  configurable: true
15477
15478
  });
15478
- Series.prototype.ly = function (a) {
15479
+ Series.prototype.lz = function (a) {
15479
15480
  };
15480
- Series.prototype.lw = function () {
15481
+ Series.prototype.lx = function () {
15481
15482
  this.kq(this.a1, this.a1);
15482
15483
  if (this.ck == null && this.b8 != null && this.itemsSource != null) {
15483
15484
  this.ck = this.b8.getFastItemsSource(this.itemsSource);
15484
15485
  }
15485
15486
  this.b0.av();
15486
15487
  };
15487
- Series.prototype.lx = function () {
15488
+ Series.prototype.ly = function () {
15488
15489
  this.kw();
15489
15490
  if (this.ck != null && this.b8 != null && this.itemsSource != null) {
15490
15491
  this.ck = this.b8.releaseFastItemsSource(this.itemsSource);
@@ -15568,19 +15569,19 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15568
15569
  Series.prototype.hd = function (a) {
15569
15570
  return -1;
15570
15571
  };
15571
- Series.prototype.pz = function () {
15572
+ Series.prototype.p0 = function () {
15572
15573
  var a = 1;
15573
15574
  var b = 1;
15574
15575
  if (this.cd != null) {
15575
15576
  a = this.cd.bt;
15576
15577
  b = this.cd.bv;
15577
15578
  }
15578
- return this.p0(a, b);
15579
+ return this.p1(a, b);
15579
15580
  };
15580
- Series.prototype.p1 = function (a, b) {
15581
- return this.p0(a, b);
15581
+ Series.prototype.p2 = function (a, b) {
15582
+ return this.p1(a, b);
15582
15583
  };
15583
- Series.prototype.p0 = function (a, b) {
15584
+ Series.prototype.p1 = function (a, b) {
15584
15585
  return new Thickness(1, 0, 0, 0, 0);
15585
15586
  };
15586
15587
  Series.prototype.bv = function () {
@@ -15637,11 +15638,11 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
15637
15638
  Series.prototype.jp = function () {
15638
15639
  return null;
15639
15640
  };
15640
- Series.prototype.o8 = function () {
15641
- return this.o2;
15642
- };
15643
15641
  Series.prototype.o9 = function () {
15644
- return this.o7;
15642
+ return this.o3;
15643
+ };
15644
+ Series.prototype.pa = function () {
15645
+ return this.o8;
15645
15646
  };
15646
15647
  Series.prototype.resolveLegendIndex = function () {
15647
15648
  return this.index;
@@ -16123,14 +16124,14 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16123
16124
  Series.prototype.gj = function (a, b, c) {
16124
16125
  return NaN;
16125
16126
  };
16126
- Series.prototype.pl = function (a, b, c) {
16127
+ Series.prototype.pm = function (a, b, c) {
16127
16128
  return { $type: Point_$type, x: NaN, y: NaN };
16128
16129
  };
16129
- Series.prototype.pu = function (a) {
16130
+ Series.prototype.pv = function (a) {
16130
16131
  return Rect.empty;
16131
16132
  };
16132
16133
  Series.prototype.ak = function (a) {
16133
- var b = this.pu(a);
16134
+ var b = this.pv(a);
16134
16135
  if (!b.isEmpty) {
16135
16136
  var c = new Array(1);
16136
16137
  c[0] = b;
@@ -16138,73 +16139,73 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16138
16139
  }
16139
16140
  return null;
16140
16141
  };
16141
- Series.prototype.pv = function (a) {
16142
- return this.pu(this.po(a));
16142
+ Series.prototype.pw = function (a) {
16143
+ return this.pv(this.pp(a));
16143
16144
  };
16144
16145
  Series.prototype.al = function (a) {
16145
- return this.ak(this.po(a));
16146
+ return this.ak(this.pp(a));
16146
16147
  };
16147
- Series.prototype.pw = function (a) {
16148
+ Series.prototype.px = function (a) {
16148
16149
  return Rect.empty;
16149
16150
  };
16150
- Series.prototype.px = function (a) {
16151
- return this.pw(this.po(a));
16151
+ Series.prototype.py = function (a) {
16152
+ return this.px(this.pp(a));
16152
16153
  };
16153
16154
  Series.prototype.ey = function (a, b) {
16154
16155
  return this.a6.a$g(this, a, b);
16155
16156
  };
16156
- Series.prototype.pn = function (a, b, c, d, e, f, g, h, i) {
16157
+ Series.prototype.po = function (a, b, c, d, e, f, g, h, i) {
16157
16158
  return this.a6.a$al(this, a, b, c, d, e, f, g, h, i);
16158
16159
  };
16159
16160
  Series.prototype.gf = function (a, b, c) {
16160
16161
  return this.gj(a, b, c);
16161
16162
  };
16162
- Series.prototype.ph = function (a, b, c) {
16163
- return this.pl(a, b, c);
16163
+ Series.prototype.pi = function (a, b, c) {
16164
+ return this.pm(a, b, c);
16164
16165
  };
16165
16166
  Series.prototype.gh = function (a, b, c) {
16166
16167
  return this.gj(a, b, c);
16167
16168
  };
16168
- Series.prototype.pj = function (a, b, c) {
16169
- return this.pl(a, b, c);
16169
+ Series.prototype.pk = function (a, b, c) {
16170
+ return this.pm(a, b, c);
16170
16171
  };
16171
- Series.prototype.pm = function (a, b, c) {
16172
- var d = this.po(a);
16173
- return this.pl(d, b, c);
16172
+ Series.prototype.pn = function (a, b, c) {
16173
+ var d = this.pp(a);
16174
+ return this.pm(d, b, c);
16174
16175
  };
16175
16176
  Series.prototype.gk = function (a, b, c) {
16176
- var d = this.po(a);
16177
+ var d = this.pp(a);
16177
16178
  return this.gj(d, b, c);
16178
16179
  };
16179
- Series.prototype.pi = function (a, b, c) {
16180
- var d = this.po(a);
16181
- return this.ph(d, b, c);
16180
+ Series.prototype.pj = function (a, b, c) {
16181
+ var d = this.pp(a);
16182
+ return this.pi(d, b, c);
16182
16183
  };
16183
16184
  Series.prototype.gg = function (a, b, c) {
16184
- var d = this.po(a);
16185
+ var d = this.pp(a);
16185
16186
  return this.gf(d, b, c);
16186
16187
  };
16187
- Series.prototype.pk = function (a, b, c) {
16188
- var d = this.po(a);
16189
- return this.pj(d, b, c);
16188
+ Series.prototype.pl = function (a, b, c) {
16189
+ var d = this.pp(a);
16190
+ return this.pk(d, b, c);
16190
16191
  };
16191
16192
  Series.prototype.gi = function (a, b, c) {
16192
- var d = this.po(a);
16193
+ var d = this.pp(a);
16193
16194
  return this.gh(d, b, c);
16194
16195
  };
16195
16196
  Series.prototype.he = function (a) {
16196
- var b = this.po(a);
16197
+ var b = this.pp(a);
16197
16198
  return this.hd(b);
16198
16199
  };
16199
16200
  Series.prototype.ga = function () {
16200
16201
  return 0;
16201
16202
  };
16202
16203
  Series.prototype.f6 = function (a) {
16203
- var b = this.po(a);
16204
+ var b = this.pp(a);
16204
16205
  return this.f5(b);
16205
16206
  };
16206
16207
  Series.prototype.hu = function (a) {
16207
- var b = this.po(a);
16208
+ var b = this.pp(a);
16208
16209
  return this.ht(b);
16209
16210
  };
16210
16211
  Series.prototype.c1 = function (a, b, c, d) {
@@ -16246,25 +16247,28 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16246
16247
  });
16247
16248
  Series.prototype.ld = function () {
16248
16249
  };
16249
- Series.prototype.o5 = function () {
16250
- return null;
16250
+ Series.prototype.le = function () {
16251
+ this.ld();
16251
16252
  };
16252
16253
  Series.prototype.o6 = function () {
16253
16254
  return null;
16254
16255
  };
16255
- Series.prototype.nd = function () {
16256
+ Series.prototype.o7 = function () {
16257
+ return null;
16258
+ };
16259
+ Series.prototype.ne = function () {
16256
16260
  return null;
16257
16261
  };
16258
16262
  Series.prototype.f2 = function () {
16259
16263
  return NaN;
16260
16264
  };
16261
- Series.prototype.po = function (a) {
16265
+ Series.prototype.pp = function (a) {
16262
16266
  var b = this.cd != null ? this.cd.si : this.b0.bu;
16263
16267
  var c = this.b0.bv;
16264
16268
  var d = { $type: Point_$type, x: c.left + c.width * (a.x - b.left) / b.width, y: c.top + c.height * (a.y - b.top) / b.height };
16265
16269
  return d;
16266
16270
  };
16267
- Series.prototype.pg = function (a) {
16271
+ Series.prototype.ph = function (a) {
16268
16272
  var b = this.cd != null ? this.cd.si : this.b0.bu;
16269
16273
  var c = this.b0.bv;
16270
16274
  var d = b.left + (a.x - c.left) / c.width * b.width;
@@ -16275,7 +16279,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16275
16279
  var c = this.b0.c(a);
16276
16280
  var d = c != null ? c.item : null;
16277
16281
  if (d == null) {
16278
- var e = this.po(b);
16282
+ var e = this.pp(b);
16279
16283
  d = this.ht(e);
16280
16284
  }
16281
16285
  return d;
@@ -16334,35 +16338,35 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16334
16338
  };
16335
16339
  Series.prototype.k6 = function () {
16336
16340
  if (isNaN_(this.fy)) {
16337
- var a = this.p1(1, 1);
16341
+ var a = this.p2(1, 1);
16338
16342
  this.fy = a.top;
16339
16343
  if (isNaN_(this.fy)) {
16340
16344
  this.fy = 0;
16341
16345
  }
16342
16346
  }
16343
16347
  if (isNaN_(this.fv)) {
16344
- var b = this.p1(1, 1);
16348
+ var b = this.p2(1, 1);
16345
16349
  this.fv = b.bottom;
16346
16350
  if (isNaN_(this.fv)) {
16347
16351
  this.fv = 0;
16348
16352
  }
16349
16353
  }
16350
16354
  if (isNaN_(this.fw)) {
16351
- var c = this.p1(1, 1);
16355
+ var c = this.p2(1, 1);
16352
16356
  this.fw = c.left;
16353
16357
  if (isNaN_(this.fw)) {
16354
16358
  this.fw = 0;
16355
16359
  }
16356
16360
  }
16357
16361
  if (isNaN_(this.fx)) {
16358
- var d = this.p1(1, 1);
16362
+ var d = this.p2(1, 1);
16359
16363
  this.fx = d.right;
16360
16364
  if (isNaN_(this.fx)) {
16361
16365
  this.fx = 0;
16362
16366
  }
16363
16367
  }
16364
16368
  };
16365
- Series.prototype.mh = function (a) {
16369
+ Series.prototype.mi = function (a) {
16366
16370
  this.es = false;
16367
16371
  if (this.cd != null) {
16368
16372
  this.cd.ap.ac(0, this, this.as, a);
@@ -16375,10 +16379,10 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16375
16379
  }
16376
16380
  };
16377
16381
  Series.prototype.k3 = function (a) {
16378
- this.mi(a);
16382
+ this.mj(a);
16379
16383
  this.es = false;
16380
16384
  };
16381
- Series.prototype.mi = function (a) {
16385
+ Series.prototype.mj = function (a) {
16382
16386
  if (this.e2 && !this.eq()) {
16383
16387
  this.e1 = false;
16384
16388
  }
@@ -16391,7 +16395,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16391
16395
  };
16392
16396
  Series.prototype.ky = function () {
16393
16397
  };
16394
- Series.prototype.mj = function (a, b) {
16398
+ Series.prototype.mk = function (a, b) {
16395
16399
  if (this.bz == null) {
16396
16400
  this.bz = this.bx();
16397
16401
  this.bz.q = true;
@@ -16403,7 +16407,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16403
16407
  }
16404
16408
  this.bz.bu = a;
16405
16409
  };
16406
- Series.prototype.mg = function (a, b, c, d, e) {
16410
+ Series.prototype.mh = function (a, b, c, d, e) {
16407
16411
  this.a6.a$t(this, a, b, d, e);
16408
16412
  };
16409
16413
  Series.prototype.getEffectiveViewport1 = function (a) {
@@ -16422,7 +16426,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16422
16426
  }
16423
16427
  return this.cd.sj;
16424
16428
  };
16425
- Series.prototype.pq = function (a) {
16429
+ Series.prototype.pr = function (a) {
16426
16430
  if (this.cd == null || this.cd.si.isEmpty) {
16427
16431
  return a.bu;
16428
16432
  }
@@ -16442,13 +16446,13 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16442
16446
  }
16443
16447
  return this.cd.si;
16444
16448
  };
16445
- Series.prototype.pt = function (a) {
16446
- if (!this.py.equals1(a)) {
16449
+ Series.prototype.pu = function (a) {
16450
+ if (!this.pz.equals1(a)) {
16447
16451
  return Rect.empty;
16448
16452
  }
16449
16453
  return this.getEffectiveViewport();
16450
16454
  };
16451
- Series.prototype.ps = function (a) {
16455
+ Series.prototype.pt = function (a) {
16452
16456
  if (this.cd == null || this.cd.sj.isEmpty) {
16453
16457
  return Rect.empty;
16454
16458
  }
@@ -16463,8 +16467,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16463
16467
  Series.prototype.getEffectiveViewport = function () {
16464
16468
  return this.getEffectiveViewport1(this.b0);
16465
16469
  };
16466
- Series.prototype.mb = function () {
16467
- this.mc(null);
16470
+ Series.prototype.mc = function () {
16471
+ this.md(null);
16468
16472
  };
16469
16473
  Series.prototype.get_c2 = function () {
16470
16474
  return false;
@@ -16486,12 +16490,12 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16486
16490
  enumerable: true,
16487
16491
  configurable: true
16488
16492
  });
16489
- Series.prototype.mc = function (a) {
16493
+ Series.prototype.md = function (a) {
16490
16494
  if (this.dz) {
16491
16495
  this.a6.a$ae(this, a);
16492
16496
  }
16493
16497
  };
16494
- Series.prototype.md = function (a) {
16498
+ Series.prototype.me = function (a) {
16495
16499
  if (this.dz) {
16496
16500
  this.a6.a$af(this, a, this.cd);
16497
16501
  }
@@ -16530,9 +16534,9 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16530
16534
  }
16531
16535
  return false;
16532
16536
  };
16533
- Series.prototype.lz = function (a, b) {
16537
+ Series.prototype.l0 = function (a, b) {
16534
16538
  this.b0.bu = b;
16535
- this.m4(a, b);
16539
+ this.m5(a, b);
16536
16540
  if (this.cd != null) {
16537
16541
  this.cd.ap.ae(0, this, this.as, b);
16538
16542
  if (a.isEmpty || a.width == 0 || a.height == 0) {
@@ -16540,9 +16544,9 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16540
16544
  }
16541
16545
  }
16542
16546
  };
16543
- Series.prototype.m5 = function (a, b) {
16547
+ Series.prototype.m6 = function (a, b) {
16544
16548
  };
16545
- Series.prototype.m4 = function (a, b) {
16549
+ Series.prototype.m5 = function (a, b) {
16546
16550
  };
16547
16551
  Object.defineProperty(Series.prototype, "ez", {
16548
16552
  get: function () {
@@ -16557,18 +16561,18 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16557
16561
  Series.prototype.k8 = function (a) {
16558
16562
  a.k4();
16559
16563
  };
16560
- Series.prototype.lp = function () {
16564
+ Series.prototype.lq = function () {
16561
16565
  this.et = false;
16562
16566
  this.ez = true;
16563
16567
  if (this.cd != null) {
16564
16568
  this.cd.lx();
16565
16569
  }
16566
16570
  };
16567
- Series.prototype.lj = function () {
16568
- this.mv();
16569
- this.l0();
16571
+ Series.prototype.lk = function () {
16572
+ this.mw();
16573
+ this.l1();
16570
16574
  };
16571
- Series.prototype.lo = function () {
16575
+ Series.prototype.lp = function () {
16572
16576
  this.et = false;
16573
16577
  this.ez = true;
16574
16578
  if (this.cd != null) {
@@ -16595,25 +16599,25 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16595
16599
  enumerable: true,
16596
16600
  configurable: true
16597
16601
  });
16598
- Series.prototype.lu = function () {
16602
+ Series.prototype.lv = function () {
16599
16603
  this.b0.ao();
16600
16604
  };
16601
- Series.prototype.lq = function () {
16602
- this.l0();
16605
+ Series.prototype.lr = function () {
16606
+ this.l1();
16603
16607
  };
16604
- Series.prototype.l0 = function () {
16608
+ Series.prototype.l1 = function () {
16605
16609
  this.b0.az();
16606
- this.l2(false);
16607
- this.mw();
16610
+ this.l3(false);
16611
+ this.mx();
16608
16612
  };
16609
- Series.prototype.l1 = function () {
16613
+ Series.prototype.l2 = function () {
16610
16614
  this.b0.az();
16611
- this.l2(true);
16615
+ this.l3(true);
16612
16616
  };
16613
16617
  Series.prototype.em = function () {
16614
16618
  return false;
16615
16619
  };
16616
- Series.prototype.l2 = function (a) {
16620
+ Series.prototype.l3 = function (a) {
16617
16621
  if (this.as == null || this.as.c) {
16618
16622
  return;
16619
16623
  }
@@ -16627,13 +16631,13 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16627
16631
  this.k3(false);
16628
16632
  }
16629
16633
  else {
16630
- this.mh(false);
16634
+ this.mi(false);
16631
16635
  this.es = !this.em();
16632
16636
  }
16633
16637
  }
16634
16638
  if (e) {
16635
16639
  if (!this.ez) {
16636
- this.lo();
16640
+ this.lp();
16637
16641
  this.et = true;
16638
16642
  }
16639
16643
  }
@@ -16666,20 +16670,20 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16666
16670
  _super.prototype.w.call(this, a, b);
16667
16671
  this.raisePropertyChanged("Visibility", enumGetBox(Visibility_$type, a), enumGetBox(Visibility_$type, b));
16668
16672
  };
16669
- Series.prototype.lt = function () {
16673
+ Series.prototype.lu = function () {
16670
16674
  };
16671
- Series.prototype.l3 = function (a, b, c, d) {
16675
+ Series.prototype.l4 = function (a, b, c, d) {
16672
16676
  switch (b) {
16673
16677
  case "SyncLink":
16674
16678
  if (typeCast(SyncLink.$, c) !== null) {
16675
16679
  var e = c;
16676
16680
  e.propertyUpdated = delegateRemove(e.propertyUpdated, this.bd);
16677
- this.ma(typeCast(IFastItemsSourceProvider_$type, c));
16681
+ this.mb(typeCast(IFastItemsSourceProvider_$type, c));
16678
16682
  }
16679
16683
  if (typeCast(SyncLink.$, d) !== null) {
16680
16684
  var f = d;
16681
16685
  f.propertyUpdated = delegateCombine(f.propertyUpdated, this.bd);
16682
- this.l9(typeCast(IFastItemsSourceProvider_$type, d));
16686
+ this.ma(typeCast(IFastItemsSourceProvider_$type, d));
16683
16687
  }
16684
16688
  if (this.index == -1) {
16685
16689
  this.index = XamDataChart.u1(this);
@@ -16687,9 +16691,9 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16687
16691
  break;
16688
16692
  case Series.$$p[25]:
16689
16693
  this.bs = this.bu();
16690
- this.mu();
16694
+ this.mv();
16691
16695
  this.k4();
16692
- this.l0();
16696
+ this.l1();
16693
16697
  break;
16694
16698
  case SeriesViewer.$$p[1]:
16695
16699
  case SeriesViewer.$$p[15]:
@@ -16710,7 +16714,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16710
16714
  var i = c;
16711
16715
  i.propertyUpdated = delegateRemove(i.propertyUpdated, this.bd);
16712
16716
  c.ap.ad(0, this);
16713
- this.mc(c);
16717
+ this.md(c);
16714
16718
  this.b0.ak(c);
16715
16719
  }
16716
16720
  if (typeCast(SeriesViewer.$, d) !== null) {
@@ -16724,7 +16728,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16724
16728
  this.as = d.ap.k(0, this, runOn(this, this.k3));
16725
16729
  this.b0.ag(d);
16726
16730
  this.bk = this.bl();
16727
- this.ms();
16731
+ this.mt();
16728
16732
  if (this.eg) {
16729
16733
  this.ft = this.gu();
16730
16734
  }
@@ -16736,7 +16740,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16736
16740
  this.ce.w();
16737
16741
  }
16738
16742
  if (this.index != -1) {
16739
- this.mv();
16743
+ this.mw();
16740
16744
  }
16741
16745
  if (this.index == -1 || d == null) {
16742
16746
  this.index = XamDataChart.u1(this);
@@ -16761,11 +16765,11 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16761
16765
  case "LegendItemTemplate":
16762
16766
  case Series.$$p[20]:
16763
16767
  case Series.$$p[19]:
16764
- this.mv();
16765
- this.l0();
16768
+ this.mw();
16769
+ this.l1();
16766
16770
  break;
16767
16771
  case Series.$$p[22]:
16768
- this.mt();
16772
+ this.mu();
16769
16773
  break;
16770
16774
  case Series.$$p[5]:
16771
16775
  case Series.$$p[9]:
@@ -16773,62 +16777,62 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16773
16777
  case Series.$$p[10]:
16774
16778
  case Series.$$p[11]:
16775
16779
  this.k4();
16776
- this.l0();
16780
+ this.l1();
16777
16781
  break;
16778
16782
  case "Index":
16779
16783
  if (typeGetValue(c) != typeGetValue(d)) {
16780
- this.lt();
16784
+ this.lu();
16781
16785
  this.bs = this.bu();
16786
+ this.mv();
16782
16787
  this.mu();
16783
- this.mt();
16784
16788
  this.k4();
16785
- this.l0();
16789
+ this.l1();
16786
16790
  }
16787
16791
  break;
16788
16792
  case "RadiusX":
16789
16793
  case "RadiusY":
16790
16794
  case "RoundedCornersLocation":
16791
- this.l0();
16795
+ this.l1();
16792
16796
  break;
16793
16797
  case Series.$$p[8]:
16794
- this.ms();
16795
- this.l0();
16798
+ this.mt();
16799
+ this.l1();
16796
16800
  break;
16797
16801
  case Series.$$p[33]:
16798
16802
  case Series.$$p[12]:
16799
16803
  case Series.$$p[23]:
16800
- this.l0();
16804
+ this.l1();
16801
16805
  break;
16802
16806
  case Series.$$p[17]:
16803
- this.lu();
16804
- this.l0();
16807
+ this.lv();
16808
+ this.l1();
16805
16809
  break;
16806
16810
  case Series.$$p[43]:
16807
16811
  case Series.$$p[29]:
16808
16812
  case Series.$$p[28]:
16809
16813
  case Series.$$p[30]:
16810
16814
  case Series.$$p[31]:
16811
- this.l0();
16815
+ this.l1();
16812
16816
  break;
16813
16817
  case Series.$$p[34]:
16814
- this.mu();
16818
+ this.mv();
16815
16819
  if (this.a9 == 1) {
16816
- this.mw();
16820
+ this.mx();
16817
16821
  }
16818
16822
  break;
16819
16823
  case Series.$$p[2]:
16820
16824
  case Series.$$p[3]:
16821
- this.l0();
16825
+ this.l1();
16822
16826
  break;
16823
16827
  case Series.$$p[1]:
16824
16828
  case Series.$$p[6]:
16825
16829
  case Series.$$p[7]:
16826
- this.o3 = this.oy;
16827
- this.o4 = this.o1;
16830
+ this.o4 = this.oz;
16831
+ this.o5 = this.o2;
16828
16832
  this.f0 = this.fu;
16829
- this.o0 = this.o1;
16830
- this.oz = this.oy;
16831
- this.l0();
16833
+ this.o1 = this.o2;
16834
+ this.o0 = this.oz;
16835
+ this.l1();
16832
16836
  this.b0.bj();
16833
16837
  if (this.toolTip != null && this.a5 != null) {
16834
16838
  this.a6.a$aj(this, this.toolTip);
@@ -16839,14 +16843,14 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16839
16843
  break;
16840
16844
  case "ItemsSource":
16841
16845
  if (this.b8 != null) {
16842
- this.l9(this.b8);
16846
+ this.ma(this.b8);
16843
16847
  }
16844
16848
  break;
16845
16849
  case Series.$$p[13]:
16846
16850
  if (c != d && d != null) {
16847
16851
  this.e1 = true;
16848
16852
  }
16849
- this.lp();
16853
+ this.lq();
16850
16854
  if (typeCast(IFastItemsSource_$type, c) != null) {
16851
16855
  var m = c;
16852
16856
  m.event = delegateRemove(m.event, this.g5);
@@ -16884,7 +16888,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16884
16888
  break;
16885
16889
  case "CrosshairPoint":
16886
16890
  if (this.cd != null) {
16887
- this.m2(this.cd.r6);
16891
+ this.m3(this.cd.r6);
16888
16892
  }
16889
16893
  if (this.cd != null) {
16890
16894
  if (!this.cy) {
@@ -16896,8 +16900,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16896
16900
  this.ft = this.gu();
16897
16901
  break;
16898
16902
  case "ActualResolution":
16899
- this.mh(false);
16900
- this.lo();
16903
+ this.mi(false);
16904
+ this.lp();
16901
16905
  break;
16902
16906
  case Series.$$p[47]:
16903
16907
  this.fy = this.g4;
@@ -16916,21 +16920,21 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16916
16920
  this.ce.w();
16917
16921
  this.ce.r = this.hm;
16918
16922
  this.ce.b = this.cf;
16919
- this.mh(false);
16923
+ this.mi(false);
16920
16924
  break;
16921
16925
  case "DiscreteLegendItemTemplate":
16922
- this.mh(false);
16926
+ this.mi(false);
16923
16927
  break;
16924
16928
  case "VisibilityProxy":
16925
16929
  if (c != d) {
16926
- this.mh(false);
16930
+ this.mi(false);
16927
16931
  }
16928
- this.lo();
16932
+ this.lp();
16929
16933
  this.b0.bk();
16930
16934
  break;
16931
16935
  case Series.$$p[18]:
16932
16936
  this.bk = this.bl();
16933
- this.mh(false);
16937
+ this.mi(false);
16934
16938
  break;
16935
16939
  case Series.$$p[14]:
16936
16940
  this.fr = isNaN_(this.gp) ? 0.2 : this.gp;
@@ -16939,14 +16943,14 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16939
16943
  this.k5();
16940
16944
  break;
16941
16945
  case "FinalValue":
16942
- this.m1();
16946
+ this.m2();
16943
16947
  break;
16944
16948
  case Series.$$p[48]:
16945
16949
  this.b2 = this.b3();
16946
16950
  break;
16947
16951
  }
16948
16952
  };
16949
- Series.prototype.mu = function () {
16953
+ Series.prototype.mv = function () {
16950
16954
  var a = this.bs;
16951
16955
  var b = this.gz;
16952
16956
  if (isNaN_(b)) {
@@ -16960,7 +16964,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
16960
16964
  }
16961
16965
  this.f0 = this.fu;
16962
16966
  };
16963
- Series.prototype.m2 = function (a) {
16967
+ Series.prototype.m3 = function (a) {
16964
16968
  if (this.cd != null && this.cd.ed && this.bk != 1 && this.cd.ea) {
16965
16969
  if (isNaN_(a.x) || isNaN_(a.y)) {
16966
16970
  this.a6.a$v(this, null, a, false, false, false, false, this.cd.bk == this, true);
@@ -17030,10 +17034,10 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17030
17034
  });
17031
17035
  Object.defineProperty(Series.prototype, "itemsSource", {
17032
17036
  get: function () {
17033
- return this.c(Series.nz);
17037
+ return this.c(Series.n0);
17034
17038
  },
17035
17039
  set: function (a) {
17036
- this.h(Series.nz, a);
17040
+ this.h(Series.n0, a);
17037
17041
  },
17038
17042
  enumerable: true,
17039
17043
  configurable: true
@@ -17045,37 +17049,37 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17045
17049
  };
17046
17050
  Object.defineProperty(Series.prototype, "legend", {
17047
17051
  get: function () {
17048
- return this.c(Series.n5);
17052
+ return this.c(Series.n6);
17049
17053
  },
17050
17054
  set: function (a) {
17051
- this.h(Series.n5, a);
17055
+ this.h(Series.n6, a);
17052
17056
  },
17053
17057
  enumerable: true,
17054
17058
  configurable: true
17055
17059
  });
17056
- Object.defineProperty(Series.prototype, "m8", {
17060
+ Object.defineProperty(Series.prototype, "m9", {
17057
17061
  get: function () {
17058
- if (this.m6 == null && this.a1 != null) {
17059
- this.m6 = this.m7();
17062
+ if (this.m7 == null && this.a1 != null) {
17063
+ this.m7 = this.m8();
17060
17064
  }
17061
- return this.m6;
17065
+ return this.m7;
17062
17066
  },
17063
17067
  set: function (a) {
17064
- if (this.m8 != a) {
17065
- var b = this.m8;
17066
- this.m6 = a;
17067
- this.raisePropertyChanged("LegendItem", b, this.m6);
17068
+ if (this.m9 != a) {
17069
+ var b = this.m9;
17070
+ this.m7 = a;
17071
+ this.raisePropertyChanged("LegendItem", b, this.m7);
17068
17072
  }
17069
17073
  },
17070
17074
  enumerable: true,
17071
17075
  configurable: true
17072
17076
  });
17073
17077
  Series.prototype.h0 = function () {
17074
- return this.m7();
17078
+ return this.m8();
17075
17079
  };
17076
- Series.prototype.m7 = function () {
17080
+ Series.prototype.m8 = function () {
17077
17081
  var _this = this;
17078
- var a = typeCast(ContentControl.$, this.m6);
17082
+ var a = typeCast(ContentControl.$, this.m7);
17079
17083
  var b = this.legendItemTemplate;
17080
17084
  if (b == null) {
17081
17085
  b = this.b0.bl(this.b6);
@@ -17113,95 +17117,95 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17113
17117
  });
17114
17118
  Object.defineProperty(Series.prototype, "legendItemBadgeTemplate", {
17115
17119
  get: function () {
17116
- return this.c(Series.n2);
17120
+ return this.c(Series.n3);
17117
17121
  },
17118
17122
  set: function (a) {
17119
- this.h(Series.n2, a);
17123
+ this.h(Series.n3, a);
17120
17124
  },
17121
17125
  enumerable: true,
17122
17126
  configurable: true
17123
17127
  });
17124
- Series.prototype.nc = function () {
17128
+ Series.prototype.nd = function () {
17125
17129
  return this.legendItemBadgeTemplate;
17126
17130
  };
17127
17131
  Object.defineProperty(Series.prototype, "legendItemTemplate", {
17128
17132
  get: function () {
17129
- return this.c(Series.n3);
17133
+ return this.c(Series.n4);
17130
17134
  },
17131
17135
  set: function (a) {
17132
- this.h(Series.n3, a);
17136
+ this.h(Series.n4, a);
17133
17137
  },
17134
17138
  enumerable: true,
17135
17139
  configurable: true
17136
17140
  });
17137
- Object.defineProperty(Series.prototype, "nb", {
17141
+ Object.defineProperty(Series.prototype, "nc", {
17138
17142
  get: function () {
17139
- return this.c(Series.nq);
17143
+ return this.c(Series.nr);
17140
17144
  },
17141
17145
  set: function (a) {
17142
- this.h(Series.nq, a);
17146
+ this.h(Series.nr, a);
17143
17147
  },
17144
17148
  enumerable: true,
17145
17149
  configurable: true
17146
17150
  });
17147
17151
  Object.defineProperty(Series.prototype, "index", {
17148
17152
  get: function () {
17149
- return typeGetValue(this.c(Series.nu));
17153
+ return typeGetValue(this.c(Series.nv));
17150
17154
  },
17151
17155
  set: function (a) {
17152
- this.h(Series.nu, a);
17156
+ this.h(Series.nv, a);
17153
17157
  },
17154
17158
  enumerable: true,
17155
17159
  configurable: true
17156
17160
  });
17157
- Series.prototype.m3 = function () {
17158
- this.mv();
17161
+ Series.prototype.m4 = function () {
17162
+ this.mw();
17159
17163
  };
17160
17164
  Series.prototype.k4 = function () {
17161
- this.mv();
17165
+ this.mw();
17162
17166
  };
17163
- Series.prototype.mv = function () {
17164
- this.lo();
17167
+ Series.prototype.mw = function () {
17168
+ this.lp();
17165
17169
  if (this.index < 0) {
17166
17170
  return;
17167
17171
  }
17168
- if (this.o2 != null) {
17172
+ if (this.o3 != null) {
17169
17173
  this.b0.a7();
17170
17174
  this.b0.ah();
17171
17175
  }
17172
17176
  else {
17173
- this.oy = this.cd == null ? null : this.cd.rm(this.index);
17177
+ this.oz = this.cd == null ? null : this.cd.rm(this.index);
17174
17178
  }
17175
17179
  if (this.bs == 2) {
17176
17180
  this.b0.a8();
17177
- this.o1 = this.oy;
17181
+ this.o2 = this.oz;
17178
17182
  }
17179
17183
  else {
17180
- if (this.o7 != null) {
17184
+ if (this.o8 != null) {
17181
17185
  this.b0.a8();
17182
17186
  this.b0.ai();
17183
17187
  }
17184
17188
  else {
17185
- this.o1 = this.cd == null ? null : this.cd.rs(this.index);
17189
+ this.o2 = this.cd == null ? null : this.cd.rs(this.index);
17186
17190
  }
17187
17191
  }
17188
17192
  if ((this.ec || this.dv) && this.d8) {
17189
- this.oy = this.o1;
17193
+ this.oz = this.o2;
17190
17194
  }
17191
17195
  else if ((this.ec || this.dv) && this.dd) {
17192
- this.o1 = this.oy;
17196
+ this.o2 = this.oz;
17193
17197
  }
17194
17198
  else if ((this.ec || this.dv) && this.d0) {
17195
- this.o1 = this.oy;
17199
+ this.o2 = this.oz;
17196
17200
  }
17197
17201
  else if (this.ei && this.legendItemBadgeShape == 2) {
17198
- this.oy = this.o1;
17202
+ this.oz = this.o2;
17199
17203
  }
17200
17204
  };
17201
17205
  Series.prototype.cv = function () {
17202
17206
  return this.ce.f();
17203
17207
  };
17204
- Series.prototype.mq = function () {
17208
+ Series.prototype.mr = function () {
17205
17209
  this.ce.v();
17206
17210
  };
17207
17211
  Object.defineProperty(Series.prototype, "ft", {
@@ -17327,13 +17331,13 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17327
17331
  enumerable: true,
17328
17332
  configurable: true
17329
17333
  });
17330
- Series.prototype.ms = function () {
17334
+ Series.prototype.mt = function () {
17331
17335
  var a = (typeCast(XamDataChart.$, this.cd));
17332
17336
  if (a != null) {
17333
17337
  this.fq = isNaN_(this.fz) ? a.tf.fp : this.fz;
17334
17338
  }
17335
17339
  };
17336
- Series.prototype.mt = function () {
17340
+ Series.prototype.mu = function () {
17337
17341
  this.fs = isNaN_(this.gq) ? this.gv() : this.gq;
17338
17342
  };
17339
17343
  Series.prototype.gv = function () {
@@ -17393,19 +17397,19 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17393
17397
  Series.prototype.b9 = function () {
17394
17398
  return 1;
17395
17399
  };
17396
- Series.prototype.mf = function () {
17400
+ Series.prototype.mg = function () {
17397
17401
  this.b0.a3();
17398
17402
  };
17399
- Series.prototype.mk = function () {
17403
+ Series.prototype.ml = function () {
17400
17404
  this.e1 = true;
17401
- this.mh(true);
17405
+ this.mi(true);
17402
17406
  };
17403
- Series.prototype.me = function () {
17407
+ Series.prototype.mf = function () {
17404
17408
  this.ku();
17405
17409
  };
17406
17410
  Series.prototype.ku = function () {
17407
17411
  };
17408
- Series.prototype.le = function () {
17412
+ Series.prototype.lf = function () {
17409
17413
  };
17410
17414
  Series._fe = function (a, b, c) {
17411
17415
  var d;
@@ -17437,8 +17441,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17437
17441
  Series.prototype.bh = function () {
17438
17442
  return this.bg;
17439
17443
  };
17440
- Series.prototype.ml = function (a) {
17441
- this.mx(a);
17444
+ Series.prototype.mm = function (a) {
17445
+ this.my(a);
17442
17446
  };
17443
17447
  Series.prototype.gm = function () {
17444
17448
  return this.hm;
@@ -17478,35 +17482,35 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17478
17482
  Series.prototype.ax = function (a, b, c) {
17479
17483
  return null;
17480
17484
  };
17481
- Series.prototype.lv = function (a, b, c, d) {
17485
+ Series.prototype.lw = function (a, b, c, d) {
17482
17486
  this.a6.a$y(this, a, b, c, d);
17483
17487
  };
17484
- Series.prototype.mp = function (a) {
17488
+ Series.prototype.mq = function (a) {
17485
17489
  this.a6.a$ai(this, a);
17486
17490
  };
17487
17491
  Series.prototype.kr = function (a, b) {
17488
- if (this.a1 != null && this.m8 != null) {
17489
- if (b == null && this.a1.containsChild(this.m8)) {
17490
- this.a1.removeChild(this.m8);
17492
+ if (this.a1 != null && this.m9 != null) {
17493
+ if (b == null && this.a1.containsChild(this.m9)) {
17494
+ this.a1.removeChild(this.m9);
17491
17495
  }
17492
- if (b != null && !this.a1.containsChild(this.m8) && this.p2 != 1) {
17493
- this.a1.addChildInOrder(this.m8, this);
17496
+ if (b != null && !this.a1.containsChild(this.m9) && this.p3 != 1) {
17497
+ this.a1.addChildInOrder(this.m9, this);
17494
17498
  }
17495
17499
  }
17496
17500
  };
17497
17501
  Series.prototype.kw = function () {
17498
- if (this.a1 == null || this.m8 == null) {
17502
+ if (this.a1 == null || this.m9 == null) {
17499
17503
  return;
17500
17504
  }
17501
- this.a1.removeChild(this.m8);
17505
+ this.a1.removeChild(this.m9);
17502
17506
  };
17503
17507
  Series.prototype.kq = function (a, b) {
17504
- if (this.m8 != null) {
17505
- if (a != null && a.containsChild(this.m8)) {
17506
- a.removeChild(this.m8);
17508
+ if (this.m9 != null) {
17509
+ if (a != null && a.containsChild(this.m9)) {
17510
+ a.removeChild(this.m9);
17507
17511
  }
17508
- if (this.cd != null && b != null && !b.containsChild(this.m8) && this.p2 != 1) {
17509
- b.addChildInOrder(this.m8, this);
17512
+ if (this.cd != null && b != null && !b.containsChild(this.m9) && this.p3 != 1) {
17513
+ b.addChildInOrder(this.m9, this);
17510
17514
  }
17511
17515
  }
17512
17516
  };
@@ -17515,15 +17519,15 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17515
17519
  if (a != null && this.a1.containsChild(a)) {
17516
17520
  this.a1.removeChild(a);
17517
17521
  }
17518
- if (this.cd != null && b != null && this.p2 != 1) {
17522
+ if (this.cd != null && b != null && this.p3 != 1) {
17519
17523
  this.a1.addChildInOrder(b, this);
17520
17524
  }
17521
17525
  }
17522
17526
  };
17523
- Series.prototype.ma = function (a) {
17527
+ Series.prototype.mb = function (a) {
17524
17528
  this.ck = a.releaseFastItemsSource(this.itemsSource);
17525
17529
  };
17526
- Series.prototype.l9 = function (a) {
17530
+ Series.prototype.ma = function (a) {
17527
17531
  this.ck = a.getFastItemsSource(this.itemsSource);
17528
17532
  };
17529
17533
  Series.prototype.a2 = function () {
@@ -17546,7 +17550,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17546
17550
  a.bz(this);
17547
17551
  }
17548
17552
  };
17549
- Series.prototype.l8 = function (a) {
17553
+ Series.prototype.l9 = function (a) {
17550
17554
  if (a != null) {
17551
17555
  a.cs(this);
17552
17556
  }
@@ -17554,10 +17558,10 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17554
17558
  Series.prototype.bi = function () {
17555
17559
  return this.b0.g();
17556
17560
  };
17557
- Series.prototype.mx = function (a) {
17561
+ Series.prototype.my = function (a) {
17558
17562
  this.b0.a9(a);
17559
17563
  };
17560
- Series.prototype.mo = function (a, b) {
17564
+ Series.prototype.mp = function (a, b) {
17561
17565
  this.a6.a$ah(this, a, b);
17562
17566
  };
17563
17567
  Series.prototype.get_e5 = function () {
@@ -17570,31 +17574,31 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17570
17574
  enumerable: true,
17571
17575
  configurable: true
17572
17576
  });
17573
- Series.prototype.l4 = function (a, b) {
17577
+ Series.prototype.l5 = function (a, b) {
17574
17578
  this.b0.ar(a, b);
17575
17579
  };
17576
- Series.prototype.l6 = function (a) {
17577
- this.lz(this.py, a);
17580
+ Series.prototype.l7 = function (a) {
17581
+ this.l0(this.pz, a);
17578
17582
  };
17579
17583
  Series.prototype.lc = function (a) {
17580
17584
  if (this.ck != null) {
17581
17585
  this.ck.handleCollectionChanged(a);
17582
17586
  }
17583
17587
  };
17584
- Series.prototype.lm = function (a, b, c) {
17588
+ Series.prototype.ln = function (a, b, c) {
17585
17589
  this.lc(new NotifyCollectionChangedEventArgs(2, 2, c, b, a));
17586
17590
  };
17587
- Series.prototype.li = function () {
17591
+ Series.prototype.lj = function () {
17588
17592
  this.lc(new NotifyCollectionChangedEventArgs(0, 4));
17589
17593
  };
17590
- Series.prototype.lk = function (a, b) {
17594
+ Series.prototype.ll = function (a, b) {
17591
17595
  this.lc(new NotifyCollectionChangedEventArgs(1, 0, b, a));
17592
17596
  };
17593
- Series.prototype.ll = function (a, b) {
17597
+ Series.prototype.lm = function (a, b) {
17594
17598
  this.lc(new NotifyCollectionChangedEventArgs(1, 1, b, a));
17595
17599
  };
17596
- Series.prototype.mr = function () {
17597
- this.mh(false);
17600
+ Series.prototype.ms = function () {
17601
+ this.mi(false);
17598
17602
  };
17599
17603
  Series.prototype.ev = function (a, b) {
17600
17604
  return false;
@@ -17696,7 +17700,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17696
17700
  b = c.a;
17697
17701
  return this.ck.registerColumnObject(a, b, this.expectFunctions);
17698
17702
  };
17699
- Object.defineProperty(Series.prototype, "py", {
17703
+ Object.defineProperty(Series.prototype, "pz", {
17700
17704
  get: function () {
17701
17705
  return this.b0 != null ? this.b0.bu : Rect.empty;
17702
17706
  },
@@ -17723,32 +17727,32 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17723
17727
  enumerable: true,
17724
17728
  configurable: true
17725
17729
  });
17726
- Series.prototype.mn = function (a) {
17730
+ Series.prototype.mo = function (a) {
17727
17731
  };
17728
- Series.prototype.mm = function (a, b) {
17732
+ Series.prototype.mn = function (a, b) {
17729
17733
  };
17730
17734
  Series.prototype.kz = function (a, b) {
17731
17735
  this.a8.copyVisualData(a, b);
17732
17736
  };
17733
17737
  Series.prototype.hs = function () {
17734
- var a = this.a8.exportVisualData(this, this.py);
17738
+ var a = this.a8.exportVisualData(this, this.pz);
17735
17739
  this.k7(a);
17736
17740
  this.b0.al(a);
17737
17741
  return a;
17738
17742
  };
17739
17743
  Series.prototype.k7 = function (a) {
17740
17744
  };
17741
- Series.prototype.lg = function (a) {
17742
- if (this.pf.x != a.x || this.pf.y != a.y) {
17743
- this.pf = a;
17744
- this.ls(a);
17745
+ Series.prototype.lh = function (a) {
17746
+ if (this.pg.x != a.x || this.pg.y != a.y) {
17747
+ this.pg = a;
17748
+ this.lt(a);
17745
17749
  }
17746
17750
  };
17747
- Series.prototype.ls = function (a) {
17751
+ Series.prototype.lt = function (a) {
17748
17752
  };
17749
- Series.prototype.lh = function () {
17753
+ Series.prototype.li = function () {
17750
17754
  };
17751
- Series.prototype.ln = function () {
17755
+ Series.prototype.lo = function () {
17752
17756
  };
17753
17757
  Series.prototype.an = function (a) {
17754
17758
  return null;
@@ -17801,7 +17805,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17801
17805
  }
17802
17806
  return NaN;
17803
17807
  };
17804
- Series.prototype.lr = function () {
17808
+ Series.prototype.ls = function () {
17805
17809
  };
17806
17810
  Object.defineProperty(Series.prototype, "f1", {
17807
17811
  get: function () {
@@ -17831,7 +17835,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17831
17835
  enumerable: true,
17832
17836
  configurable: true
17833
17837
  });
17834
- Series.prototype.m1 = function () {
17838
+ Series.prototype.m2 = function () {
17835
17839
  var a = this.gc();
17836
17840
  this.gs = (this.f1 - a) / a * 100;
17837
17841
  };
@@ -17887,8 +17891,8 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17887
17891
  enumerable: true,
17888
17892
  configurable: true
17889
17893
  });
17890
- Series.prototype.mw = function () {
17891
- this.na = this.nc();
17894
+ Series.prototype.mx = function () {
17895
+ this.nb = this.nd();
17892
17896
  this.b0.bj();
17893
17897
  };
17894
17898
  Series.prototype.am = function () {
@@ -17957,7 +17961,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
17957
17961
  return this.ba(1);
17958
17962
  };
17959
17963
  Series.prototype.getDataLegendBadge = function () {
17960
- var a = this.nc();
17964
+ var a = this.nd();
17961
17965
  if (a == null) {
17962
17966
  a = LegendTemplates.af(this);
17963
17967
  }
@@ -18165,7 +18169,7 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
18165
18169
  }
18166
18170
  return null;
18167
18171
  };
18168
- Series.prototype.lf = function (message_) {
18172
+ Series.prototype.lg = function (message_) {
18169
18173
  console.log('Series >> ' + message_);
18170
18174
  ;
18171
18175
  };
@@ -18175,44 +18179,44 @@ var Series = /** @class */ /*@__PURE__*/ (function (_super) {
18175
18179
  };
18176
18180
  Series.$t = markType(Series, 'Series', Control.$, [INotifyPropertyChanged_$type, IProvidesViewport_$type, ILegendSeries_$type, ILegendSeriesInternal_$type, ILegendOwner_$type, ILegendTemplateProvider_$type, IDataLegendSeries_$type]);
18177
18181
  Series.ha = 0;
18178
- Series.os = DependencyProperty.i("VisibilityProxy", Visibility_$type, Series.$, new PropertyMetadata(2, enumGetBox(Visibility_$type, 0), function (a, b) { return a.raisePropertyChanged("VisibilityProxy", b.oldValue, b.newValue); }));
18179
- Series.nz = DependencyProperty.i("ItemsSource", IEnumerable_$type, Series.$, new PropertyMetadata(2, null, function (a, b) {
18182
+ Series.ot = DependencyProperty.i("VisibilityProxy", Visibility_$type, Series.$, new PropertyMetadata(2, enumGetBox(Visibility_$type, 0), function (a, b) { return a.raisePropertyChanged("VisibilityProxy", b.oldValue, b.newValue); }));
18183
+ Series.n0 = DependencyProperty.i("ItemsSource", IEnumerable_$type, Series.$, new PropertyMetadata(2, null, function (a, b) {
18180
18184
  var c = typeCast(Series.$, a);
18181
18185
  if (c.b8 != null) {
18182
18186
  c.b8.releaseFastItemsSource(b.oldValue);
18183
18187
  }
18184
18188
  a.raisePropertyChanged("ItemsSource", b.oldValue, b.newValue);
18185
18189
  }));
18186
- Series.n5 = DependencyProperty.i("Legend", IChartLegend_$type, Series.$, new PropertyMetadata(2, null, function (a, b) {
18190
+ Series.n6 = DependencyProperty.i("Legend", IChartLegend_$type, Series.$, new PropertyMetadata(2, null, function (a, b) {
18187
18191
  var c = typeCast(Series.$, a);
18188
18192
  c.raisePropertyChanged("Legend", b.oldValue, b.newValue);
18189
18193
  }));
18190
- Series.n2 = DependencyProperty.i("LegendItemBadgeTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
18194
+ Series.n3 = DependencyProperty.i("LegendItemBadgeTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
18191
18195
  var c = typeCast(Series.$, a);
18192
18196
  c.raisePropertyChanged("LegendItemBadgeTemplate", b.oldValue, b.newValue);
18193
- if (c.m8 != null) {
18194
- c.m8 = c.m7();
18197
+ if (c.m9 != null) {
18198
+ c.m9 = c.m8();
18195
18199
  }
18196
18200
  }));
18197
- Series.n3 = DependencyProperty.i("LegendItemTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
18201
+ Series.n4 = DependencyProperty.i("LegendItemTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
18198
18202
  var c = typeCast(Series.$, a);
18199
18203
  c.raisePropertyChanged("LegendItemTemplate", b.oldValue, b.newValue);
18200
- if (c.m8 != null) {
18201
- c.m8 = c.m7();
18204
+ if (c.m9 != null) {
18205
+ c.m9 = c.m8();
18202
18206
  }
18203
18207
  }));
18204
- Series.nq = DependencyProperty.i("DiscreteLegendItemTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
18208
+ Series.nr = DependencyProperty.i("DiscreteLegendItemTemplate", DataTemplate.$, Series.$, new PropertyMetadata(2, null, function (a, b) {
18205
18209
  var c = typeCast(Series.$, a);
18206
18210
  c.raisePropertyChanged("DiscreteLegendItemTemplate", b.oldValue, b.newValue);
18207
18211
  }));
18208
- Series.nu = DependencyProperty.i("Index", Number_$type, Series.$, new PropertyMetadata(2, -1, function (a, b) {
18212
+ Series.nv = DependencyProperty.i("Index", Number_$type, Series.$, new PropertyMetadata(2, -1, function (a, b) {
18209
18213
  var c = typeCast(Series.$, a);
18210
18214
  c.raisePropertyChanged("Index", b.oldValue, b.newValue);
18211
- if (c.m8 != null) {
18212
- c.m8 = c.m7();
18215
+ if (c.m9 != null) {
18216
+ c.m9 = c.m8();
18213
18217
  }
18214
18218
  }));
18215
- Series.$$p = markDep(DependencyProperty, PropertyMetadata, Series, 'raisePropertyChanged', ['ActualAreaFillOpacity:fq:ne', [1, 1], 'ActualBrush:oy:nf', [Brush.$], 'ActualLegendItemBadgeBrush:oz:ng', [Brush.$], 'ActualLegendItemBadgeOutline:o0:nh', [Brush.$], 'ActualLegendItemBadgeTemplate:na:ni', [DataTemplate.$], 'ActualMarkerFillOpacity:fs:nj', [1, 1], 'ActualOutline:o1:nk', [Brush.$], 'ActualThickness:fu:nl', [1, DeviceUtils.g(2)], 'AreaFillOpacity:fz:nm', [1, NaN], 'Brush:o2:nn', [Brush.$, null], 'DashArray:pb:no', [DoubleCollection.$], 'DashCap:pc:np', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'EndCap:pd:nr', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 2)], 'FastItemsSource:ck:ns', [IFastItemsSource_$type], 'HighlightingFadeOpacity:gp:nt', [1, NaN], 'IsActualLegendFinancial:c7:nv', [0, false], 'IsComponentHighlightingModeIgnored:di:nw', [0, false], 'IsDropShadowEnabled:dm:nx', [0, false], 'IsHighlightingEnabled:dw:ny', [0, false], 'LegendItemBadgeMode:a9:n0', [LegendItemBadgeMode_$type, enumGetBox(LegendItemBadgeMode_$type, 0)], 'LegendItemBadgeShape::n1', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'LegendItemVisibility:p2:n4', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'MarkerFillOpacity:gq:n6', [1, NaN], 'MiterLimit:gr:n7', [1, 0], 'MouseOverEnabled:el:n8', [0, true], 'OutlineMode:bt:n9', [SeriesOutlineMode_$type, enumGetBox(SeriesOutlineMode_$type, 0)], 'Outline:o7:oa', [Brush.$, null], 'Resolution:gt:ob', [1, NaN], 'ShadowBlur:gw:oc', [1, NaN], 'ShadowColor:pa:od', [Color.$], 'ShadowOffsetX:gx:oe', [1, NaN], 'ShadowOffsetY:gy:of', [1, NaN], 'ShowDefaultTooltip:er:og', [0, false], 'StartCap:pe:oh', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 2)], 'Thickness:gz:oi', [1, DeviceUtils.g(2)], 'Title::oj', [4, "Series Title"], 'ToolTip::ok', [4, null], 'TransitionDuration:hm:ol', [1, 0], 'TransitionEasingFunction:cf:om', [Delegate_$type, null], 'TransitionInDuration:hn:on', [1, 1000], 'TransitionInEasingFunction:cg:oo', [Delegate_$type, null], 'TransitionInSpeedType:ca:op', [TransitionInSpeedType_$type, enumGetBox(TransitionInSpeedType_$type, 0)], 'TransitionProgress:g0:oq', [1, 0], 'UseSingleShadow:e7:or', [0, true], 'VisibleRangeMarginBottom:g1:ot', [1, NaN], 'VisibleRangeMarginLeft:g2:ou', [1, NaN], 'VisibleRangeMarginRight:g3:ov', [1, NaN], 'VisibleRangeMarginTop:g4:ow', [1, NaN], 'VisibleRangeMode:b4:ox', [SeriesVisibleRangeMode_$type, enumGetBox(SeriesVisibleRangeMode_$type, 0)]]);
18219
+ Series.$$p = markDep(DependencyProperty, PropertyMetadata, Series, 'raisePropertyChanged', ['ActualAreaFillOpacity:fq:nf', [1, 1], 'ActualBrush:oz:ng', [Brush.$], 'ActualLegendItemBadgeBrush:o0:nh', [Brush.$], 'ActualLegendItemBadgeOutline:o1:ni', [Brush.$], 'ActualLegendItemBadgeTemplate:nb:nj', [DataTemplate.$], 'ActualMarkerFillOpacity:fs:nk', [1, 1], 'ActualOutline:o2:nl', [Brush.$], 'ActualThickness:fu:nm', [1, DeviceUtils.g(2)], 'AreaFillOpacity:fz:nn', [1, NaN], 'Brush:o3:no', [Brush.$, null], 'DashArray:pc:np', [DoubleCollection.$], 'DashCap:pd:nq', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 0)], 'EndCap:pe:ns', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 2)], 'FastItemsSource:ck:nt', [IFastItemsSource_$type], 'HighlightingFadeOpacity:gp:nu', [1, NaN], 'IsActualLegendFinancial:c7:nw', [0, false], 'IsComponentHighlightingModeIgnored:di:nx', [0, false], 'IsDropShadowEnabled:dm:ny', [0, false], 'IsHighlightingEnabled:dw:nz', [0, false], 'LegendItemBadgeMode:a9:n1', [LegendItemBadgeMode_$type, enumGetBox(LegendItemBadgeMode_$type, 0)], 'LegendItemBadgeShape::n2', [LegendItemBadgeShape_$type, enumGetBox(LegendItemBadgeShape_$type, 0)], 'LegendItemVisibility:p3:n5', [Visibility_$type, enumGetBox(Visibility_$type, 0)], 'MarkerFillOpacity:gq:n7', [1, NaN], 'MiterLimit:gr:n8', [1, 0], 'MouseOverEnabled:el:n9', [0, true], 'OutlineMode:bt:oa', [SeriesOutlineMode_$type, enumGetBox(SeriesOutlineMode_$type, 0)], 'Outline:o8:ob', [Brush.$, null], 'Resolution:gt:oc', [1, NaN], 'ShadowBlur:gw:od', [1, NaN], 'ShadowColor:pb:oe', [Color.$], 'ShadowOffsetX:gx:of', [1, NaN], 'ShadowOffsetY:gy:og', [1, NaN], 'ShowDefaultTooltip:er:oh', [0, false], 'StartCap:pf:oi', [PenLineCap_$type, enumGetBox(PenLineCap_$type, 2)], 'Thickness:gz:oj', [1, DeviceUtils.g(2)], 'Title::ok', [4, "Series Title"], 'ToolTip::ol', [4, null], 'TransitionDuration:hm:om', [1, 0], 'TransitionEasingFunction:cf:on', [Delegate_$type, null], 'TransitionInDuration:hn:oo', [1, 1000], 'TransitionInEasingFunction:cg:op', [Delegate_$type, null], 'TransitionInSpeedType:ca:oq', [TransitionInSpeedType_$type, enumGetBox(TransitionInSpeedType_$type, 0)], 'TransitionProgress:g0:or', [1, 0], 'UseSingleShadow:e7:os', [0, true], 'VisibleRangeMarginBottom:g1:ou', [1, NaN], 'VisibleRangeMarginLeft:g2:ov', [1, NaN], 'VisibleRangeMarginRight:g3:ow', [1, NaN], 'VisibleRangeMarginTop:g4:ox', [1, NaN], 'VisibleRangeMode:b4:oy', [SeriesVisibleRangeMode_$type, enumGetBox(SeriesVisibleRangeMode_$type, 0)]]);
18216
18220
  return Series;
18217
18221
  }(Control));
18218
18222
  export { Series };
@@ -18223,19 +18227,19 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
18223
18227
  tslib_1.__extends(MarkerSeries, _super);
18224
18228
  function MarkerSeries() {
18225
18229
  var _this = _super.call(this) || this;
18226
- _this.p7 = 1;
18227
- _this.p3 = 1;
18228
- _this.qx = null;
18230
+ _this.p8 = 1;
18231
+ _this.p4 = 1;
18232
+ _this.qy = null;
18229
18233
  return _this;
18230
18234
  }
18231
- MarkerSeries.prototype.p0 = function (a, b) {
18235
+ MarkerSeries.prototype.p1 = function (a, b) {
18232
18236
  if (this.ea || this.d6) {
18233
18237
  return new Thickness(1, 0, 0, 0, 0);
18234
18238
  }
18235
- if (this.qc != 1 && this.qc != 13) {
18236
- var c = this.qb.cq();
18237
- var d = (c.width / 2) + (this.qh / 2);
18238
- var e = (c.height / 2) + (this.qh / 2);
18239
+ if (this.qd != 1 && this.qd != 13) {
18240
+ var c = this.qc.cq();
18241
+ var d = (c.width / 2) + (this.qi / 2);
18242
+ var e = (c.height / 2) + (this.qi / 2);
18239
18243
  var f = e;
18240
18244
  var g = e;
18241
18245
  var h = d;
@@ -18256,130 +18260,130 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
18256
18260
  }
18257
18261
  return new Thickness(1, 0, 0, 0, 0);
18258
18262
  };
18259
- MarkerSeries.prototype.ly = function (a) {
18260
- _super.prototype.ly.call(this, a);
18261
- this.qb = a;
18263
+ MarkerSeries.prototype.lz = function (a) {
18264
+ _super.prototype.lz.call(this, a);
18265
+ this.qc = a;
18262
18266
  };
18263
18267
  MarkerSeries.prototype.get_hasMarkers = function () {
18264
18268
  return true;
18265
18269
  };
18266
- MarkerSeries.prototype.o5 = function () {
18267
- return this.rc;
18268
- };
18269
18270
  MarkerSeries.prototype.o6 = function () {
18270
18271
  return this.rd;
18271
18272
  };
18272
- MarkerSeries.prototype.nd = function () {
18273
- return this.qx;
18273
+ MarkerSeries.prototype.o7 = function () {
18274
+ return this.re;
18275
+ };
18276
+ MarkerSeries.prototype.ne = function () {
18277
+ return this.qy;
18274
18278
  };
18275
18279
  MarkerSeries.prototype.iy = function () {
18276
- return this.iz(this, this.qx);
18280
+ return this.iz(this, this.qy);
18277
18281
  };
18278
- Object.defineProperty(MarkerSeries.prototype, "p8", {
18282
+ Object.defineProperty(MarkerSeries.prototype, "p9", {
18279
18283
  get: function () {
18280
- return this.p7;
18284
+ return this.p8;
18281
18285
  },
18282
18286
  set: function (a) {
18283
- this.p7 = a;
18287
+ this.p8 = a;
18284
18288
  },
18285
18289
  enumerable: true,
18286
18290
  configurable: true
18287
18291
  });
18288
- MarkerSeries.prototype.qa = function () {
18289
- if (this.p9 == 0) {
18292
+ MarkerSeries.prototype.qb = function () {
18293
+ if (this.qa == 0) {
18290
18294
  return 1;
18291
18295
  }
18292
- return this.p9;
18296
+ return this.qa;
18293
18297
  };
18294
- MarkerSeries.prototype.mz = function (a) {
18295
- _super.prototype.mz.call(this, a);
18296
- this.p9 = a;
18298
+ MarkerSeries.prototype.m0 = function (a) {
18299
+ _super.prototype.m0.call(this, a);
18300
+ this.qa = a;
18297
18301
  };
18298
- Object.defineProperty(MarkerSeries.prototype, "p4", {
18302
+ Object.defineProperty(MarkerSeries.prototype, "p5", {
18299
18303
  get: function () {
18300
- return this.p3;
18304
+ return this.p4;
18301
18305
  },
18302
18306
  set: function (a) {
18303
- this.p3 = a;
18307
+ this.p4 = a;
18304
18308
  },
18305
18309
  enumerable: true,
18306
18310
  configurable: true
18307
18311
  });
18308
- MarkerSeries.prototype.p6 = function () {
18309
- if (this.p5 == 0) {
18312
+ MarkerSeries.prototype.p7 = function () {
18313
+ if (this.p6 == 0) {
18310
18314
  return 1;
18311
18315
  }
18312
- return this.p5;
18316
+ return this.p6;
18313
18317
  };
18314
- MarkerSeries.prototype.my = function (a) {
18315
- _super.prototype.my.call(this, a);
18316
- this.p5 = a;
18318
+ MarkerSeries.prototype.mz = function (a) {
18319
+ _super.prototype.mz.call(this, a);
18320
+ this.p6 = a;
18317
18321
  };
18318
- MarkerSeries.prototype.m0 = function (a) {
18319
- _super.prototype.m0.call(this, a);
18320
- this.qh = a;
18322
+ MarkerSeries.prototype.m1 = function (a) {
18323
+ _super.prototype.m1.call(this, a);
18324
+ this.qi = a;
18321
18325
  };
18322
18326
  MarkerSeries.prototype.f2 = function () {
18323
- return this.qh;
18327
+ return this.qi;
18324
18328
  };
18325
- Object.defineProperty(MarkerSeries, "qz", {
18329
+ Object.defineProperty(MarkerSeries, "q0", {
18326
18330
  get: function () {
18327
- if (MarkerSeries.qv == null) {
18328
- MarkerSeries.qv = new DataTemplate();
18331
+ if (MarkerSeries.qw == null) {
18332
+ MarkerSeries.qw = new DataTemplate();
18329
18333
  }
18330
- return MarkerSeries.qv;
18334
+ return MarkerSeries.qw;
18331
18335
  },
18332
18336
  enumerable: true,
18333
18337
  configurable: true
18334
18338
  });
18335
- Object.defineProperty(MarkerSeries.prototype, "re", {
18339
+ Object.defineProperty(MarkerSeries.prototype, "rf", {
18336
18340
  get: function () {
18337
- return this.c(MarkerSeries.q3);
18341
+ return this.c(MarkerSeries.q4);
18338
18342
  },
18339
18343
  set: function (a) {
18340
- this.h(MarkerSeries.q3, a);
18344
+ this.h(MarkerSeries.q4, a);
18341
18345
  },
18342
18346
  enumerable: true,
18343
18347
  configurable: true
18344
18348
  });
18345
- MarkerSeries.prototype.qe = function () {
18346
- return this.qx != null && ((this.qc != 1 && this.qc != 0) || this.qy != null);
18349
+ MarkerSeries.prototype.qf = function () {
18350
+ return this.qy != null && ((this.qd != 1 && this.qd != 0) || this.qz != null);
18347
18351
  };
18348
- MarkerSeries.prototype.lt = function () {
18349
- _super.prototype.lt.call(this);
18350
- this.p8 = this.qa();
18351
- this.p4 = this.p6();
18352
+ MarkerSeries.prototype.lu = function () {
18353
+ _super.prototype.lu.call(this);
18354
+ this.p9 = this.qb();
18355
+ this.p5 = this.p7();
18352
18356
  };
18353
- MarkerSeries.prototype.l3 = function (a, b, c, d) {
18354
- _super.prototype.l3.call(this, a, b, c, d);
18357
+ MarkerSeries.prototype.l4 = function (a, b, c, d) {
18358
+ _super.prototype.l4.call(this, a, b, c, d);
18355
18359
  switch (b) {
18356
18360
  case "MarkerBrush":
18357
18361
  case MarkerSeries.$$p[9]:
18358
18362
  case MarkerSeries.$$p[5]:
18359
18363
  case MarkerSeries.$$p[7]:
18360
18364
  case MarkerSeries.$$p[8]:
18361
- this.mv();
18362
- this.l0();
18365
+ this.mw();
18366
+ this.l1();
18363
18367
  break;
18364
18368
  case MarkerSeries.$$p[4]:
18365
- this.p8 = this.qa();
18366
- this.mv();
18367
- this.l0();
18369
+ this.p9 = this.qb();
18370
+ this.mw();
18371
+ this.l1();
18368
18372
  break;
18369
18373
  case MarkerSeries.$$p[3]:
18370
- this.p4 = this.p6();
18371
- this.mv();
18372
- this.l0();
18374
+ this.p5 = this.p7();
18375
+ this.mw();
18376
+ this.l1();
18373
18377
  break;
18374
18378
  case MarkerSeries.$$p[2]:
18375
- this.qx = d;
18376
- if (c == MarkerSeries.qz || d == MarkerSeries.qz || (c == null || d != null)) {
18377
- this.qb.cg();
18379
+ this.qy = d;
18380
+ if (c == MarkerSeries.q0 || d == MarkerSeries.q0 || (c == null || d != null)) {
18381
+ this.qc.cg();
18378
18382
  var e = typeCast(MarkerSeriesView.$, this.bz);
18379
18383
  if (e != null) {
18380
18384
  e.cg();
18381
18385
  }
18382
- this.mh(false);
18386
+ this.mi(false);
18383
18387
  }
18384
18388
  if (this.cd != null) {
18385
18389
  this.cd.li();
@@ -18388,22 +18392,22 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
18388
18392
  if (this.toolTip != null && this.dz) {
18389
18393
  this.a6.a$aj(this, this.toolTip);
18390
18394
  }
18391
- this.lo();
18395
+ this.lp();
18392
18396
  break;
18393
18397
  case MarkerSeries.$$p[10]:
18394
- this.qb.cn(this.qg);
18395
- this.mh(false);
18398
+ this.qc.cn(this.qh);
18399
+ this.mi(false);
18396
18400
  break;
18397
18401
  case MarkerSeries.$$p[0]:
18398
18402
  case MarkerSeries.$$p[1]:
18399
18403
  if (this.c4) {
18400
- this.oz = this.o5();
18401
18404
  this.o0 = this.o6();
18405
+ this.o1 = this.o7();
18402
18406
  }
18403
18407
  break;
18404
18408
  }
18405
18409
  };
18406
- MarkerSeries.ql = function (a) {
18410
+ MarkerSeries.qm = function (a) {
18407
18411
  switch (a) {
18408
18412
  case 3:
18409
18413
  case 13: return SeriesViewer.$$p[2];
@@ -18421,7 +18425,7 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
18421
18425
  default: return null;
18422
18426
  }
18423
18427
  };
18424
- MarkerSeries.qd = function (a, b) {
18428
+ MarkerSeries.qe = function (a, b) {
18425
18429
  var c = 1;
18426
18430
  var d = 0;
18427
18431
  if (a != null && a.cd != null) {
@@ -18494,75 +18498,75 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
18494
18498
  }
18495
18499
  return c;
18496
18500
  };
18497
- MarkerSeries.prototype.mv = function () {
18498
- _super.prototype.mv.call(this);
18501
+ MarkerSeries.prototype.mw = function () {
18502
+ _super.prototype.mw.call(this);
18499
18503
  if (this.index < 0) {
18500
18504
  return;
18501
18505
  }
18502
- if (this.qb.b2()) {
18503
- this.qb.ce();
18504
- this.qb.b8();
18506
+ if (this.qc.b2()) {
18507
+ this.qc.ce();
18508
+ this.qc.b8();
18505
18509
  }
18506
18510
  else {
18507
- var a = MarkerSeries.qd(this, this.qc);
18508
- var b = MarkerSeries.ql(a);
18511
+ var a = MarkerSeries.qe(this, this.qd);
18512
+ var b = MarkerSeries.qm(a);
18509
18513
  if (b == null) {
18510
- this.qw = MarkerSeries.qz;
18514
+ this.qx = MarkerSeries.q0;
18511
18515
  }
18512
18516
  else {
18513
- this.qb.cb(b);
18517
+ this.qc.cb(b);
18514
18518
  }
18515
18519
  }
18516
- if (this.re != null && this.qc != 13) {
18517
- this.qb.cc();
18518
- this.qb.b9();
18520
+ if (this.rf != null && this.qd != 13) {
18521
+ this.qc.cc();
18522
+ this.qc.b9();
18519
18523
  }
18520
18524
  else {
18521
- if (this.qc == 13) {
18522
- this.rc = this.b0.bq();
18525
+ if (this.qd == 13) {
18526
+ this.rd = this.b0.bq();
18523
18527
  }
18524
18528
  else {
18525
- if (this.p4 != 2) {
18529
+ if (this.p5 != 2) {
18526
18530
  if (this.cd != null) {
18527
18531
  var c = this.cd.rq(this.index);
18528
18532
  if (!isNaN_(this.fs) && this.fs != 1) {
18529
18533
  c = BrushUtil.o(c, this.fs);
18530
18534
  }
18531
- this.rc = c;
18535
+ this.rd = c;
18532
18536
  }
18533
18537
  else {
18534
- this.rc = null;
18538
+ this.rd = null;
18535
18539
  }
18536
18540
  }
18537
18541
  }
18538
18542
  }
18539
- if (this.rf != null) {
18540
- this.qb.cd();
18541
- this.qb.ca();
18543
+ if (this.rg != null) {
18544
+ this.qc.cd();
18545
+ this.qc.ca();
18542
18546
  }
18543
18547
  else {
18544
- if (this.qc == 13) {
18545
- this.rd = this.b0.bq();
18548
+ if (this.qd == 13) {
18549
+ this.re = this.b0.bq();
18546
18550
  }
18547
18551
  else {
18548
- if (this.p8 == 2) {
18549
- this.rd = this.rc;
18552
+ if (this.p9 == 2) {
18553
+ this.re = this.rd;
18550
18554
  }
18551
18555
  else {
18552
- this.rd = this.cd == null ? null : this.cd.rr(this.index);
18556
+ this.re = this.cd == null ? null : this.cd.rr(this.index);
18553
18557
  }
18554
18558
  }
18555
18559
  }
18556
- if (this.p4 == 2 && this.re == null && this.qc != 13) {
18557
- if (this.rd != null) {
18558
- var d = this.rd;
18560
+ if (this.p5 == 2 && this.rf == null && this.qd != 13) {
18561
+ if (this.re != null) {
18562
+ var d = this.re;
18559
18563
  if (!isNaN_(this.fs) && this.fs != 1) {
18560
18564
  d = BrushUtil.o(d, this.fs);
18561
18565
  }
18562
- this.rc = d;
18566
+ this.rd = d;
18563
18567
  }
18564
18568
  else {
18565
- this.rc = null;
18569
+ this.rd = null;
18566
18570
  }
18567
18571
  }
18568
18572
  };
@@ -18570,9 +18574,9 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
18570
18574
  _super.prototype.k7.call(this, a);
18571
18575
  this.a8.exportMarkerVisualData(this, a);
18572
18576
  };
18573
- MarkerSeries.prototype.qf = function (a, b) {
18574
- if (this.hasMarkers && this.qe()) {
18575
- var c = this.px(a);
18577
+ MarkerSeries.prototype.qg = function (a, b) {
18578
+ if (this.hasMarkers && this.qf()) {
18579
+ var c = this.py(a);
18576
18580
  if (c.isEmpty) {
18577
18581
  return false;
18578
18582
  }
@@ -18584,7 +18588,7 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
18584
18588
  return false;
18585
18589
  };
18586
18590
  MarkerSeries.prototype.at = function (a, b) {
18587
- var c = this.qb.by(a);
18591
+ var c = this.qc.by(a);
18588
18592
  var d = null;
18589
18593
  if (c != null) {
18590
18594
  d = c.content;
@@ -18592,12 +18596,12 @@ var MarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
18592
18596
  return d;
18593
18597
  };
18594
18598
  MarkerSeries.$t = markType(MarkerSeries, 'MarkerSeries', Series.$);
18595
- MarkerSeries.qv = null;
18596
- MarkerSeries.q3 = DependencyProperty.i("MarkerBrush", Brush.$, MarkerSeries.$, new PropertyMetadata(1, function (a, b) {
18599
+ MarkerSeries.qw = null;
18600
+ MarkerSeries.q4 = DependencyProperty.i("MarkerBrush", Brush.$, MarkerSeries.$, new PropertyMetadata(1, function (a, b) {
18597
18601
  var c = (typeCast(MarkerSeries.$, a));
18598
18602
  c.raisePropertyChanged("MarkerBrush", b.oldValue, b.newValue);
18599
18603
  }));
18600
- MarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, MarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:rc:q0', [Brush.$], 'ActualMarkerOutline:rd:q1', [Brush.$], 'ActualMarkerTemplate:qw:q2', [DataTemplate.$, null], 'MarkerFillMode:p5:q4', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:p9:q5', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rf:q6', [Brush.$], 'MarkerStyle:rg:q7', [Style.$], 'MarkerTemplate:qy:q8', [DataTemplate.$, null], 'MarkerThickness:qh:q9', [1, DeviceUtils.g(2)], 'MarkerType:qc:ra', [MarkerType_$type, enumGetBox(MarkerType_$type, 1)], 'UseLightweightMarkers:qg:rb', [0, false]]);
18604
+ MarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, MarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:rd:q1', [Brush.$], 'ActualMarkerOutline:re:q2', [Brush.$], 'ActualMarkerTemplate:qx:q3', [DataTemplate.$, null], 'MarkerFillMode:p6:q5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qa:q6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rg:q7', [Brush.$], 'MarkerStyle:rh:q8', [Style.$], 'MarkerTemplate:qz:q9', [DataTemplate.$, null], 'MarkerThickness:qi:ra', [1, DeviceUtils.g(2)], 'MarkerType:qd:rb', [MarkerType_$type, enumGetBox(MarkerType_$type, 1)], 'UseLightweightMarkers:qh:rc', [0, false]]);
18601
18605
  return MarkerSeries;
18602
18606
  }(Series));
18603
18607
  export { MarkerSeries };
@@ -21048,7 +21052,7 @@ var XamDataChartView = /** @class */ /*@__PURE__*/ (function (_super) {
21048
21052
  try {
21049
21053
  for (var _b = tslib_1.__values(fromEnum(this.fn.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
21050
21054
  var k = _c.value;
21051
- k.ms();
21055
+ k.mt();
21052
21056
  }
21053
21057
  }
21054
21058
  catch (e_93_1) {
@@ -21327,8 +21331,8 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21327
21331
  this.k.aa(h, h);
21328
21332
  }
21329
21333
  this.k.z();
21330
- if (!this.q && Rect.l_op_Inequality(this.e.pp, null) && !this.e.pp.isEmpty && (this.e.pp.width != 1 || this.e.pp.height != 1)) {
21331
- this.k.ae(new Rect(0, this.bu.left + this.bu.width * this.e.pp.left, this.bu.top + this.bu.height * this.e.pp.top, this.bu.width * this.e.pp.width, this.bu.height * this.e.pp.height));
21334
+ if (!this.q && Rect.l_op_Inequality(this.e.pq, null) && !this.e.pq.isEmpty && (this.e.pq.width != 1 || this.e.pq.height != 1)) {
21335
+ this.k.ae(new Rect(0, this.bu.left + this.bu.width * this.e.pq.left, this.bu.top + this.bu.height * this.e.pq.top, this.bu.width * this.e.pq.width, this.bu.height * this.e.pq.height));
21332
21336
  }
21333
21337
  else {
21334
21338
  this.k.ae(this.bu);
@@ -21337,7 +21341,7 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21337
21341
  this.k.ad(this.e._opacity);
21338
21342
  if (this.e.dm && this.e.dn && !this.q) {
21339
21343
  if (this.e.e7) {
21340
- this.k.o(this.e.pa.colorString, 0, this.e.gx, this.e.gy);
21344
+ this.k.o(this.e.pb.colorString, 0, this.e.gx, this.e.gy);
21341
21345
  var i = this.e.cd.cq.j.x;
21342
21346
  var j = this.e.cd.cq.j.ak;
21343
21347
  if (h != 1) {
@@ -21353,7 +21357,7 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21353
21357
  }
21354
21358
  }
21355
21359
  else {
21356
- this.k.o(this.e.pa.colorString, this.e.gw, this.e.gx, this.e.gy);
21360
+ this.k.o(this.e.pb.colorString, this.e.gw, this.e.gx, this.e.gy);
21357
21361
  this.a6(this.k, false);
21358
21362
  this.a5(this.k, false);
21359
21363
  }
@@ -21458,16 +21462,16 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21458
21462
  SeriesView.prototype.av = function () {
21459
21463
  };
21460
21464
  SeriesView.prototype.a7 = function () {
21461
- this.e.oy = null;
21465
+ this.e.oz = null;
21462
21466
  };
21463
21467
  SeriesView.prototype.ah = function () {
21464
- this.e.oy = this.e.o2;
21468
+ this.e.oz = this.e.o3;
21465
21469
  };
21466
21470
  SeriesView.prototype.a8 = function () {
21467
- this.e.o1 = null;
21471
+ this.e.o2 = null;
21468
21472
  };
21469
21473
  SeriesView.prototype.ai = function () {
21470
- this.e.o1 = this.e.o7;
21474
+ this.e.o2 = this.e.o8;
21471
21475
  };
21472
21476
  SeriesView.prototype.c = function (a) {
21473
21477
  if (typeCast(DataContext.$, a) !== null) {
@@ -21588,13 +21592,13 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21588
21592
  }
21589
21593
  if (this.e.cd != null) {
21590
21594
  var a = (this.e.legend != null) ? this.e.legend : this.e.cd.legend;
21591
- if (a != null && this.e.m8 != null && a.containsChild(this.e.m8)) {
21592
- a.removeChild(this.e.m8);
21595
+ if (a != null && this.e.m9 != null && a.containsChild(this.e.m9)) {
21596
+ a.removeChild(this.e.m9);
21593
21597
  var b = this.e.h0();
21594
- b.content.actualItemBrush = this.e.oy;
21595
- b.content.outline = this.e.o1;
21598
+ b.content.actualItemBrush = this.e.oz;
21599
+ b.content.outline = this.e.o2;
21596
21600
  b.content.thickness = this.e.fu;
21597
- a.addChildInOrder(this.e.m8, this.e);
21601
+ a.addChildInOrder(this.e.m9, this.e);
21598
21602
  }
21599
21603
  }
21600
21604
  };
@@ -21625,7 +21629,7 @@ var SeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21625
21629
  SeriesView.prototype.af = function () {
21626
21630
  var a = new Color();
21627
21631
  a.colorString = "rgba(95,95,95,0.5)";
21628
- this.e.pa = a;
21632
+ this.e.pb = a;
21629
21633
  this.e.gw = 5;
21630
21634
  this.e.gx = 5;
21631
21635
  this.e.gy = 5;
@@ -21687,7 +21691,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21687
21691
  try {
21688
21692
  for (var _b = tslib_1.__values(fromEnum(this.b4)), _c = _b.next(); !_c.done; _c = _b.next()) {
21689
21693
  var a = _c.value;
21690
- a.ah = this.b1.qx;
21694
+ a.ah = this.b1.qy;
21691
21695
  }
21692
21696
  }
21693
21697
  catch (e_95_1) {
@@ -21727,10 +21731,10 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21727
21731
  b.context = d;
21728
21732
  var e = 0;
21729
21733
  var f = 0;
21730
- if (this.b1.qx != null && this.b1.qx.passStarting != null) {
21731
- this.b1.qx.passStarting(a);
21734
+ if (this.b1.qy != null && this.b1.qy.passStarting != null) {
21735
+ this.b1.qy.passStarting(a);
21732
21736
  }
21733
- var g = this.b1.qx;
21737
+ var g = this.b1.qy;
21734
21738
  if (this.b4.count > 0) {
21735
21739
  var h = this.b4._inner[0];
21736
21740
  c.data = h.content;
@@ -21748,8 +21752,8 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21748
21752
  i = c.width;
21749
21753
  j = c.height;
21750
21754
  }
21751
- if (this.b1.qx != null && this.b1.qx.passCompleted != null) {
21752
- this.b1.qx.passCompleted(a);
21755
+ if (this.b1.qy != null && this.b1.qy.passCompleted != null) {
21756
+ this.b1.qy.passCompleted(a);
21753
21757
  }
21754
21758
  return new Size(1, i, j);
21755
21759
  };
@@ -21763,7 +21767,7 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21763
21767
  $ret.series = _this.e;
21764
21768
  return $ret;
21765
21769
  })());
21766
- a.ah = this.b1.qx;
21770
+ a.ah = this.b1.qy;
21767
21771
  this.b4.add(a);
21768
21772
  return a;
21769
21773
  };
@@ -21777,13 +21781,13 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21777
21781
  this.b4.remove(a);
21778
21782
  };
21779
21783
  MarkerSeriesView.prototype.b2 = function () {
21780
- return this.b1.qy != null;
21784
+ return this.b1.qz != null;
21781
21785
  };
21782
21786
  MarkerSeriesView.prototype.ce = function () {
21783
- this.b1.qw = null;
21787
+ this.b1.qx = null;
21784
21788
  };
21785
21789
  MarkerSeriesView.prototype.b8 = function () {
21786
- this.b1.qw = this.b1.qy;
21790
+ this.b1.qx = this.b1.qz;
21787
21791
  };
21788
21792
  MarkerSeriesView.prototype.cp = function (a) {
21789
21793
  var b = a.n;
@@ -21795,54 +21799,54 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21795
21799
  MarkerSeriesView.prototype.cb = function (a) {
21796
21800
  switch (a) {
21797
21801
  case SeriesViewer.$$p[2]:
21798
- this.b1.qw = this.b1.cd.ov;
21802
+ this.b1.qx = this.b1.cd.ov;
21799
21803
  break;
21800
21804
  case SeriesViewer.$$p[36]:
21801
- this.b1.qw = this.b1.cd.o4;
21805
+ this.b1.qx = this.b1.cd.o4;
21802
21806
  break;
21803
21807
  case SeriesViewer.$$p[27]:
21804
- this.b1.qw = this.b1.cd.o1;
21808
+ this.b1.qx = this.b1.cd.o1;
21805
21809
  break;
21806
21810
  case SeriesViewer.$$p[30]:
21807
- this.b1.qw = this.b1.cd.o2;
21811
+ this.b1.qx = this.b1.cd.o2;
21808
21812
  break;
21809
21813
  case SeriesViewer.$$p[5]:
21810
- this.b1.qw = this.b1.cd.ow;
21814
+ this.b1.qx = this.b1.cd.ow;
21811
21815
  break;
21812
21816
  case SeriesViewer.$$p[19]:
21813
- this.b1.qw = this.b1.cd.oz;
21817
+ this.b1.qx = this.b1.cd.oz;
21814
21818
  break;
21815
21819
  case SeriesViewer.$$p[7]:
21816
- this.b1.qw = this.b1.cd.ox;
21820
+ this.b1.qx = this.b1.cd.ox;
21817
21821
  break;
21818
21822
  case SeriesViewer.$$p[33]:
21819
- this.b1.qw = this.b1.cd.o3;
21823
+ this.b1.qx = this.b1.cd.o3;
21820
21824
  break;
21821
21825
  case SeriesViewer.$$p[20]:
21822
- this.b1.qw = this.b1.cd.o0;
21826
+ this.b1.qx = this.b1.cd.o0;
21823
21827
  break;
21824
21828
  case SeriesViewer.$$p[8]:
21825
- this.b1.qw = this.b1.cd.oy;
21829
+ this.b1.qx = this.b1.cd.oy;
21826
21830
  break;
21827
21831
  }
21828
21832
  };
21829
21833
  MarkerSeriesView.prototype.cc = function () {
21830
- this.b1.rc = null;
21834
+ this.b1.rd = null;
21831
21835
  };
21832
21836
  MarkerSeriesView.prototype.b9 = function () {
21833
21837
  if (!isNaN_(this.e.fs) && this.e.fs != 1) {
21834
- var a = BrushUtil.o(this.b1.re, this.e.fs);
21835
- this.b1.rc = a;
21838
+ var a = BrushUtil.o(this.b1.rf, this.e.fs);
21839
+ this.b1.rd = a;
21836
21840
  }
21837
21841
  else {
21838
- this.b1.rc = this.b1.re;
21842
+ this.b1.rd = this.b1.rf;
21839
21843
  }
21840
21844
  };
21841
21845
  MarkerSeriesView.prototype.cd = function () {
21842
- this.b1.rd = null;
21846
+ this.b1.re = null;
21843
21847
  };
21844
21848
  MarkerSeriesView.prototype.ca = function () {
21845
- this.b1.rd = this.b1.rf;
21849
+ this.b1.re = this.b1.rg;
21846
21850
  };
21847
21851
  MarkerSeriesView.prototype.cm = function () {
21848
21852
  this.aq();
@@ -21853,12 +21857,12 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21853
21857
  var c = a;
21854
21858
  var d = c.content;
21855
21859
  if (d != null) {
21856
- d.actualItemBrush = this.b1.rc;
21860
+ d.actualItemBrush = this.b1.rd;
21857
21861
  if (d.itemBrush != null) {
21858
21862
  d.actualItemBrush = d.itemBrush;
21859
21863
  }
21860
- d.outline = this.b1.rd;
21861
- d.thickness = this.b1.qh;
21864
+ d.outline = this.b1.re;
21865
+ d.thickness = this.b1.qi;
21862
21866
  }
21863
21867
  }
21864
21868
  };
@@ -21913,8 +21917,8 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21913
21917
  d.context = g;
21914
21918
  var h = 0;
21915
21919
  var i = 0;
21916
- if (this.b1.qx != null && this.b1.qx.passStarting != null) {
21917
- this.b1.qx.passStarting(c);
21920
+ if (this.b1.qy != null && this.b1.qy.passStarting != null) {
21921
+ this.b1.qy.passStarting(c);
21918
21922
  }
21919
21923
  for (var j = 0; j < this.b4.count; j++) {
21920
21924
  var k = this.b4._inner[j];
@@ -21964,8 +21968,8 @@ var MarkerSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
21964
21968
  k.ai = d.renderOffsetX;
21965
21969
  k.aj = d.renderOffsetY;
21966
21970
  }
21967
- if (this.b1.qx != null && this.b1.qx.passCompleted != null) {
21968
- this.b1.qx.passCompleted(c);
21971
+ if (this.b1.qy != null && this.b1.qy.passCompleted != null) {
21972
+ this.b1.qy.passCompleted(c);
21969
21973
  }
21970
21974
  }
21971
21975
  };