igniteui-webcomponents-charts 3.2.2 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (755) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +25136 -21648
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +110 -103
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +545 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +5 -5
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataAbbreviator.js +2 -2
  53. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  54. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  55. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  56. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  59. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  60. package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
  61. package/esm2015/lib/DataToolTipLayer_combined.js +511 -490
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +2162 -1903
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  66. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  67. package/esm2015/lib/FinancialChart_combined.js +1443 -1359
  68. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  69. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  70. package/esm2015/lib/FinancialOverlay.js +36 -36
  71. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  72. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  73. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  74. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  75. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  76. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  77. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  78. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  81. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  82. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  83. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  84. package/esm2015/lib/IndicatorProxy.js +11 -11
  85. package/esm2015/lib/ItemLegend_combined.js +17 -5
  86. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  87. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  88. package/esm2015/lib/LineSeries_combined.js +38 -38
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumberAbbreviator.js +1 -1
  96. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  97. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  98. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  99. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  100. package/esm2015/lib/OverlayProxy.js +8 -8
  101. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  102. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  104. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  105. package/esm2015/lib/PointSeries_combined.js +19 -19
  106. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  107. package/esm2015/lib/PolarBase_combined.js +388 -388
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  109. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  110. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  112. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  117. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  118. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  119. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  120. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  121. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  122. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  123. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  124. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  125. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  126. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  127. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  128. package/esm2015/lib/ScatterBase_combined.js +445 -445
  129. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  130. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  131. package/esm2015/lib/ScatterLineSeries.js +51 -51
  132. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  133. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  134. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  135. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  136. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  137. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  138. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  139. package/esm2015/lib/SeriesInteractionManager.js +86 -78
  140. package/esm2015/lib/SeriesRenderManager.js +17 -17
  141. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  142. package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
  143. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  144. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  145. package/esm2015/lib/SeriesViewer_combined.js +3539 -3179
  146. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  147. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  148. package/esm2015/lib/SizeScale.js +3 -3
  149. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  150. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  151. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  152. package/esm2015/lib/SplineSeries_combined.js +25 -25
  153. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  154. package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
  155. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  156. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
  157. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  158. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  159. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  160. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  161. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  162. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  163. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
  164. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  165. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  166. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  167. package/esm2015/lib/StochRSIIndicator.js +15 -15
  168. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  169. package/esm2015/lib/TRIXIndicator.js +16 -16
  170. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  171. package/esm2015/lib/TimeAxisBase.js +8 -8
  172. package/esm2015/lib/TimeXAxis.js +10 -10
  173. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  174. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  175. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  176. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  177. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  178. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  179. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  180. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  181. package/esm2015/lib/XYChart.js +802 -802
  182. package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
  183. package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
  184. package/esm2015/lib/igc-annotation-layer-component.js +17 -17
  185. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  186. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  187. package/esm2015/lib/igc-bar-fragment-component.js +6 -6
  188. package/esm2015/lib/igc-bar-series-component.js +11 -11
  189. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  190. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  191. package/esm2015/lib/igc-bubble-series-component.js +44 -44
  192. package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
  193. package/esm2015/lib/igc-callout-layer-component.js +95 -95
  194. package/esm2015/lib/igc-category-chart-component.js +169 -112
  195. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  196. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  197. package/esm2015/lib/igc-category-series-component.js +20 -20
  198. package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
  199. package/esm2015/lib/igc-category-x-axis-component.js +75 -2
  200. package/esm2015/lib/igc-category-y-axis-component.js +75 -2
  201. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  202. package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
  203. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  204. package/esm2015/lib/igc-chart-group-description.js +20 -0
  205. package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
  206. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  207. package/esm2015/lib/igc-chart-sort-description.js +61 -0
  208. package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
  209. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  210. package/esm2015/lib/igc-chart-summary-description.js +95 -0
  211. package/esm2015/lib/igc-column-fragment-component.js +11 -11
  212. package/esm2015/lib/igc-column-series-component.js +13 -13
  213. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  214. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  215. package/esm2015/lib/igc-data-chart-component.js +95 -95
  216. package/esm2015/lib/igc-data-legend-component.js +1 -1
  217. package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
  218. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  219. package/esm2015/lib/igc-domain-chart-component.js +901 -650
  220. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  221. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  222. package/esm2015/lib/igc-financial-chart-component.js +214 -157
  223. package/esm2015/lib/igc-financial-indicator-component.js +16 -16
  224. package/esm2015/lib/igc-financial-overlay-component.js +5 -5
  225. package/esm2015/lib/igc-financial-price-series-component.js +30 -30
  226. package/esm2015/lib/igc-financial-series-component.js +60 -60
  227. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  228. package/esm2015/lib/igc-fragment-base-component.js +2 -2
  229. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  230. package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
  231. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  232. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  233. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  234. package/esm2015/lib/igc-item-legend-component.js +18 -0
  235. package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
  236. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  237. package/esm2015/lib/igc-line-series-component.js +1 -1
  238. package/esm2015/lib/igc-marker-series-component.js +28 -28
  239. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  240. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  241. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  242. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
  243. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  244. package/esm2015/lib/igc-polar-base-component.js +77 -77
  245. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  246. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  247. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  248. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  249. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  250. package/esm2015/lib/igc-radial-base-component.js +31 -31
  251. package/esm2015/lib/igc-radial-column-series-component.js +9 -9
  252. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  253. package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
  254. package/esm2015/lib/igc-range-category-series-component.js +6 -6
  255. package/esm2015/lib/igc-range-column-series-component.js +10 -10
  256. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  257. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  258. package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
  259. package/esm2015/lib/igc-scatter-base-component.js +49 -49
  260. package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
  261. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  262. package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
  263. package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
  264. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  265. package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
  266. package/esm2015/lib/igc-series-component.js +195 -185
  267. package/esm2015/lib/igc-series-viewer-component.js +379 -282
  268. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  269. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  271. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  272. package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
  273. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  274. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  275. package/esm2015/lib/igc-spline-series-component.js +1 -1
  276. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  277. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  278. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  279. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  280. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  281. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  282. package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
  283. package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
  284. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  285. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  286. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  287. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  288. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  289. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  290. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  291. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  292. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  293. package/esm2015/lib/igc-value-overlay-component.js +52 -52
  294. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  295. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  296. package/esm2015/lib/igc-waterfall-series-component.js +19 -19
  297. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  298. package/esm2015/lib/igc-xy-chart-component.js +218 -218
  299. package/esm2015/lib/igc-zoom-slider-component.js +0 -7
  300. package/esm2015/public_api.js +23 -0
  301. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  302. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  303. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  304. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  305. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  306. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  307. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  308. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  309. package/esm5/lib/AreaSeries_combined.js +44 -44
  310. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  311. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  312. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  313. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  314. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  315. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  316. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  317. package/esm5/lib/AxisAnnotationManager.js +1 -1
  318. package/esm5/lib/AxisVisualDataManager.js +2 -2
  319. package/esm5/lib/BarSeries_combined.js +110 -103
  320. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  321. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  322. package/esm5/lib/BrushScale.js +7 -7
  323. package/esm5/lib/BubbleSeries_combined.js +252 -252
  324. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  325. package/esm5/lib/CalloutLayer_combined.js +442 -440
  326. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  327. package/esm5/lib/CategoryChart.js +522 -413
  328. package/esm5/lib/CategoryDateTimeXAxis_combined.js +5 -5
  329. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  330. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  331. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  332. package/esm5/lib/CategoryMarkerManager.js +1 -1
  333. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  334. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  335. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  336. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  337. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  338. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  339. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  340. package/esm5/lib/ChartGroupDescription.js +59 -0
  341. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  342. package/esm5/lib/ChartSortDescription.js +75 -0
  343. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  344. package/esm5/lib/ChartSummaryDescription.js +149 -0
  345. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  346. package/esm5/lib/ColumnSeries_combined.js +64 -64
  347. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  348. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  349. package/esm5/lib/CustomIndicator.js +23 -23
  350. package/esm5/lib/DataAbbreviator.js +1 -7
  351. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  352. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  353. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  354. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  355. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  356. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  357. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  358. package/esm5/lib/DataLegendVisualData_combined.js +1 -1
  359. package/esm5/lib/DataToolTipLayer_combined.js +510 -485
  360. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  361. package/esm5/lib/DomainChart.js +2098 -1753
  362. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  363. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  364. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  365. package/esm5/lib/FinancialChart_combined.js +1405 -1300
  366. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  367. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  368. package/esm5/lib/FinancialOverlay.js +36 -36
  369. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  370. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  371. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  372. package/esm5/lib/ForceIndexIndicator.js +15 -15
  373. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  374. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  375. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  376. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  377. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  378. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  379. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  380. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  381. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  382. package/esm5/lib/IndicatorProxy.js +11 -11
  383. package/esm5/lib/ItemLegend_combined.js +25 -5
  384. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  385. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  386. package/esm5/lib/LineSeries_combined.js +38 -38
  387. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  388. package/esm5/lib/MassIndexIndicator.js +6 -6
  389. package/esm5/lib/MedianPriceIndicator.js +6 -6
  390. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  391. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  392. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  393. package/esm5/lib/NumberAbbreviator.js +1 -1
  394. package/esm5/lib/NumericXAxis_combined.js +3 -3
  395. package/esm5/lib/NumericYAxis_combined.js +3 -3
  396. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  397. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  398. package/esm5/lib/OverlayProxy.js +8 -8
  399. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  400. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  401. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  402. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  403. package/esm5/lib/PointSeries_combined.js +19 -19
  404. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  405. package/esm5/lib/PolarBase_combined.js +384 -384
  406. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  407. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  408. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  409. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  410. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  411. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  412. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  413. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  414. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  415. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  416. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  417. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  418. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  419. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  420. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  421. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  422. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  423. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  424. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  425. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  426. package/esm5/lib/ScatterBase_combined.js +441 -441
  427. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  428. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  429. package/esm5/lib/ScatterLineSeries.js +51 -51
  430. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  431. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  432. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  433. package/esm5/lib/ScatterSeries_combined.js +15 -15
  434. package/esm5/lib/ScatterSplineSeries.js +38 -38
  435. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  436. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  437. package/esm5/lib/SeriesInteractionManager.js +86 -78
  438. package/esm5/lib/SeriesRenderManager.js +17 -17
  439. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  440. package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
  441. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  442. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  443. package/esm5/lib/SeriesViewer_combined.js +3484 -3101
  444. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  445. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  446. package/esm5/lib/SizeScale.js +3 -3
  447. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  448. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  449. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  450. package/esm5/lib/SplineSeries_combined.js +25 -25
  451. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  452. package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
  453. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  454. package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
  455. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  456. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  457. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  458. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  459. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  460. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  461. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
  462. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  463. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  464. package/esm5/lib/StepLineSeries_combined.js +43 -43
  465. package/esm5/lib/StochRSIIndicator.js +14 -14
  466. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  467. package/esm5/lib/TRIXIndicator.js +15 -15
  468. package/esm5/lib/TileZoomManager_combined.js +9 -9
  469. package/esm5/lib/TimeAxisBase.js +8 -8
  470. package/esm5/lib/TimeXAxis.js +10 -10
  471. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  472. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  473. package/esm5/lib/ValueOverlay_combined.js +115 -115
  474. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  475. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  476. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  477. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  478. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  479. package/esm5/lib/XYChart.js +717 -717
  480. package/esm5/lib/igc-anchored-category-series-component.js +18 -18
  481. package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
  482. package/esm5/lib/igc-annotation-layer-component.js +17 -17
  483. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  484. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  485. package/esm5/lib/igc-bar-fragment-component.js +6 -6
  486. package/esm5/lib/igc-bar-series-component.js +11 -11
  487. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  488. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  489. package/esm5/lib/igc-bubble-series-component.js +44 -44
  490. package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
  491. package/esm5/lib/igc-callout-layer-component.js +95 -95
  492. package/esm5/lib/igc-category-chart-component.js +189 -112
  493. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  494. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  495. package/esm5/lib/igc-category-series-component.js +20 -20
  496. package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
  497. package/esm5/lib/igc-category-x-axis-component.js +95 -2
  498. package/esm5/lib/igc-category-y-axis-component.js +95 -2
  499. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  500. package/esm5/lib/igc-chart-group-description-collection.js +115 -0
  501. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  502. package/esm5/lib/igc-chart-group-description.js +34 -0
  503. package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
  504. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  505. package/esm5/lib/igc-chart-sort-description.js +81 -0
  506. package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
  507. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  508. package/esm5/lib/igc-chart-summary-description.js +122 -0
  509. package/esm5/lib/igc-column-fragment-component.js +11 -11
  510. package/esm5/lib/igc-column-series-component.js +13 -13
  511. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  512. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  513. package/esm5/lib/igc-data-chart-component.js +95 -95
  514. package/esm5/lib/igc-data-legend-component.js +1 -1
  515. package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
  516. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  517. package/esm5/lib/igc-domain-chart-component.js +973 -650
  518. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  519. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  520. package/esm5/lib/igc-financial-chart-component.js +234 -157
  521. package/esm5/lib/igc-financial-indicator-component.js +16 -16
  522. package/esm5/lib/igc-financial-overlay-component.js +5 -5
  523. package/esm5/lib/igc-financial-price-series-component.js +30 -30
  524. package/esm5/lib/igc-financial-series-component.js +60 -60
  525. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  526. package/esm5/lib/igc-fragment-base-component.js +2 -2
  527. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  528. package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
  529. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  530. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  531. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  532. package/esm5/lib/igc-item-legend-component.js +26 -0
  533. package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
  534. package/esm5/lib/igc-line-fragment-component.js +1 -1
  535. package/esm5/lib/igc-line-series-component.js +1 -1
  536. package/esm5/lib/igc-marker-series-component.js +28 -28
  537. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  538. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  539. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  540. package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
  541. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  542. package/esm5/lib/igc-polar-base-component.js +77 -77
  543. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  544. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  545. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  546. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  547. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  548. package/esm5/lib/igc-radial-base-component.js +31 -31
  549. package/esm5/lib/igc-radial-column-series-component.js +9 -9
  550. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  551. package/esm5/lib/igc-radial-pie-series-component.js +9 -9
  552. package/esm5/lib/igc-range-category-series-component.js +6 -6
  553. package/esm5/lib/igc-range-column-series-component.js +10 -10
  554. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  555. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  556. package/esm5/lib/igc-scatter-area-series-component.js +24 -24
  557. package/esm5/lib/igc-scatter-base-component.js +49 -49
  558. package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
  559. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  560. package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
  561. package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
  562. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  563. package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
  564. package/esm5/lib/igc-series-component.js +199 -185
  565. package/esm5/lib/igc-series-viewer-component.js +403 -282
  566. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  567. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  568. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  569. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  570. package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
  571. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  572. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  573. package/esm5/lib/igc-spline-series-component.js +1 -1
  574. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  575. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  576. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  577. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  578. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  579. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  580. package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
  581. package/esm5/lib/igc-stacked-column-series-component.js +9 -9
  582. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  583. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  584. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  585. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  586. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  587. package/esm5/lib/igc-step-area-series-component.js +2 -2
  588. package/esm5/lib/igc-step-line-series-component.js +3 -3
  589. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  590. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  591. package/esm5/lib/igc-value-overlay-component.js +52 -52
  592. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  593. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  594. package/esm5/lib/igc-waterfall-series-component.js +19 -19
  595. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  596. package/esm5/lib/igc-xy-chart-component.js +218 -218
  597. package/esm5/lib/igc-zoom-slider-component.js +0 -7
  598. package/esm5/public_api.js +23 -0
  599. package/fesm2015/igniteui-webcomponents-charts.js +24956 -22072
  600. package/fesm5/igniteui-webcomponents-charts.js +25115 -21650
  601. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  602. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  603. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  604. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  605. package/lib/AnnotationLayerProxy.d.ts +4 -0
  606. package/lib/AnnotationLayer_combined.d.ts +40 -40
  607. package/lib/AreaSeries_combined.d.ts +8 -8
  608. package/lib/AutomaticSeriesManager.d.ts +1 -0
  609. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  610. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  611. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  612. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  613. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  614. package/lib/BarSeries_combined.d.ts +19 -19
  615. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  616. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  617. package/lib/BubbleSeries_combined.d.ts +48 -48
  618. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  619. package/lib/CalloutLayer_combined.d.ts +101 -101
  620. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  621. package/lib/CategoryChart.d.ts +129 -116
  622. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  623. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  624. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  625. package/lib/CategoryXAxis_combined.d.ts +17 -5
  626. package/lib/CategoryYAxis_combined.d.ts +17 -5
  627. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  628. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  629. package/lib/ChartGroupDescription.d.ts +16 -0
  630. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  631. package/lib/ChartSortDescription.d.ts +18 -0
  632. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  633. package/lib/ChartSummaryDescription.d.ts +33 -0
  634. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  635. package/lib/ColumnSeries_combined.d.ts +17 -17
  636. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  637. package/lib/CrosshairLayer_combined.d.ts +41 -41
  638. package/lib/CustomIndicator.d.ts +8 -8
  639. package/lib/DataAbbreviator.d.ts +1 -1
  640. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  641. package/lib/DataChartToolbarProvider.d.ts +21 -0
  642. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  643. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  644. package/lib/DomainChart.d.ts +538 -487
  645. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  646. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  647. package/lib/FinalValueLayer_combined.d.ts +28 -28
  648. package/lib/FinancialChart_combined.d.ts +299 -287
  649. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  650. package/lib/FinancialIndicator_combined.d.ts +36 -36
  651. package/lib/FinancialOverlay.d.ts +9 -9
  652. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  653. package/lib/ForceIndexIndicator.d.ts +9 -9
  654. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  655. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  656. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  657. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  658. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  659. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  660. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  661. package/lib/ItemLegend_combined.d.ts +4 -2
  662. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  663. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  664. package/lib/LineSeries_combined.d.ts +7 -7
  665. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  666. package/lib/MassIndexIndicator.d.ts +4 -4
  667. package/lib/MedianPriceIndicator.d.ts +4 -4
  668. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  669. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  670. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  671. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  672. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  673. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  674. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  675. package/lib/PointSeries_combined.d.ts +6 -6
  676. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  677. package/lib/PolarBase_combined.d.ts +107 -107
  678. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  679. package/lib/PolarLineSeries_combined.d.ts +8 -8
  680. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  681. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  682. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  683. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  684. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  685. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  686. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  687. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  688. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  689. package/lib/RadialLineSeries_combined.d.ts +8 -8
  690. package/lib/RadialPieSeries_combined.d.ts +13 -13
  691. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  692. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  693. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  694. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  695. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  696. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  697. package/lib/ScatterBase_combined.d.ts +108 -108
  698. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  699. package/lib/ScatterLineSeries.d.ts +12 -12
  700. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  701. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  702. package/lib/ScatterSeries_combined.d.ts +4 -4
  703. package/lib/ScatterSplineSeries.d.ts +9 -9
  704. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  705. package/lib/SeriesViewer_combined.d.ts +1037 -957
  706. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  707. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  708. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  709. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  710. package/lib/SplineSeries_combined.d.ts +6 -6
  711. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  712. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  713. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  714. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  715. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  716. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  717. package/lib/StackedLineSeries_combined.d.ts +3 -3
  718. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
  719. package/lib/StandardDeviationIndicator.d.ts +8 -8
  720. package/lib/StepAreaSeries_combined.d.ts +10 -10
  721. package/lib/StepLineSeries_combined.d.ts +9 -9
  722. package/lib/StochRSIIndicator.d.ts +8 -8
  723. package/lib/StrategyBasedIndicator.d.ts +21 -21
  724. package/lib/TRIXIndicator.d.ts +8 -8
  725. package/lib/TypicalPriceIndicator.d.ts +4 -4
  726. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  727. package/lib/ValueOverlay_combined.d.ts +41 -41
  728. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  729. package/lib/WaterfallSeries_combined.d.ts +23 -23
  730. package/lib/WeightedCloseIndicator.d.ts +4 -4
  731. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  732. package/lib/XYChart.d.ts +189 -189
  733. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  734. package/lib/igc-category-chart-component.d.ts +27 -0
  735. package/lib/igc-category-x-axis-component.d.ts +37 -0
  736. package/lib/igc-category-y-axis-component.d.ts +37 -0
  737. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  738. package/lib/igc-chart-group-description-module.d.ts +3 -0
  739. package/lib/igc-chart-group-description.d.ts +14 -0
  740. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  741. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  742. package/lib/igc-chart-sort-description.d.ts +31 -0
  743. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  744. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  745. package/lib/igc-chart-summary-description.d.ts +35 -0
  746. package/lib/igc-data-legend-component.d.ts +1 -1
  747. package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
  748. package/lib/igc-domain-chart-component.d.ts +85 -1
  749. package/lib/igc-financial-chart-component.d.ts +27 -0
  750. package/lib/igc-item-legend-component.d.ts +8 -0
  751. package/lib/igc-series-component.d.ts +4 -0
  752. package/lib/igc-series-viewer-component.d.ts +51 -0
  753. package/lib/igc-zoom-slider-component.d.ts +0 -5
  754. package/package.json +2 -2
  755. package/public_api.d.ts +23 -0
@@ -37,6 +37,7 @@ import { Rect } from "igniteui-webcomponents-core";
37
37
  import { Axis } from "./Axis";
38
38
  import { AxisLabelSettings } from "./AxisLabelSettings";
39
39
  import { MarkerSeries } from "./MarkerSeries";
40
+ import { IZoomableCategoryAxis_$type } from "./IZoomableCategoryAxis";
40
41
  import { SyncSettings } from "./SyncSettings";
41
42
  import { SyncManager } from "./SyncManager";
42
43
  import { FinancialOverlayType_$type } from "./FinancialOverlayType";
@@ -67,183 +68,188 @@ export let FinancialChart = /*@__PURE__*/ (() => {
67
68
  class FinancialChart extends XYChart {
68
69
  constructor() {
69
70
  super();
70
- this.acl = null;
71
- this.ae9 = null;
72
- this.ae7 = null;
73
- this.ae4 = null;
74
- this.ae6 = null;
75
- this.ae8 = null;
76
- this.ae5 = null;
77
- this.abr = null;
78
- this.afr = null;
79
- this.afs = null;
80
- this.afo = null;
81
- this.aft = null;
82
- this.afu = null;
83
- this.afp = null;
84
- this.afq = null;
85
- this.ac9 = null;
86
- this.aej = 40;
71
+ this.ad4 = null;
72
+ this.ag2 = null;
73
+ this.ag0 = null;
74
+ this.agx = null;
75
+ this.agz = null;
76
+ this.ag1 = null;
77
+ this.agy = null;
78
+ this.ada = null;
79
+ this.ahk = null;
80
+ this.ahl = null;
81
+ this.ahh = null;
82
+ this.ahm = null;
83
+ this.ahn = null;
84
+ this.ahi = null;
85
+ this.ahj = null;
86
+ this.aes = null;
87
+ this.af2 = 40;
88
+ this.ady = null;
89
+ this.adw = null;
90
+ this.ad0 = null;
91
+ this.ad5 = null;
92
+ this.ahv = null;
93
+ this.aeo = null;
94
+ this.afe = false;
95
+ this.afd = false;
96
+ this.afl = false;
97
+ this.ae0 = false;
98
+ this.ag8 = 10;
99
+ this.af9 = NaN;
100
+ this.agb = NaN;
101
+ this.aga = NaN;
102
+ this.agc = 0;
103
+ this.adg = 0;
104
+ this.adj = 0;
105
+ this.af4 = 3;
106
+ this.af7 = NaN;
107
+ this.af5 = NaN;
108
+ this.af6 = NaN;
109
+ this.af8 = NaN;
110
+ this.adl = 0;
111
+ this.aev = true;
112
+ this.adc = 0;
113
+ this.aew = false;
114
+ this.adq = null;
115
+ this.ads = null;
116
+ this.afn = null;
117
+ this.aey = true;
118
+ this.aex = false;
119
+ this.aez = false;
120
+ this.aep = null;
121
+ this.adn = 1;
122
+ this.ace = null;
87
123
  this.acf = null;
88
- this.acd = null;
124
+ this.acg = null;
89
125
  this.ach = null;
90
- this.acm = null;
91
- this.af2 = null;
92
- this.ac5 = null;
93
- this.adv = false;
94
- this.adu = false;
95
- this.ad2 = false;
96
- this.adh = false;
97
- this.aff = 10;
98
- this.ael = NaN;
99
- this.aen = NaN;
100
- this.aem = NaN;
101
- this.aeo = 0;
102
- this.abx = 0;
103
- this.ab0 = 0;
104
- this.ab2 = 0;
105
- this.adc = true;
106
- this.abt = 0;
107
- this.add = false;
108
- this.ab7 = null;
109
- this.ab9 = null;
110
- this.ad4 = null;
111
- this.adf = true;
112
- this.ade = false;
113
- this.adg = false;
114
- this.ac6 = null;
115
- this.ab4 = 1;
116
- this.aav = null;
117
- this.aaw = null;
118
- this.aax = null;
119
- this.aay = null;
120
- this.aa0 = null;
121
- this.aaz = null;
122
- this.aau = null;
123
- this.aat = null;
124
- this.aek = 1;
125
- this.aei = 1;
126
- this.aeh = 2;
127
- this.aeg = 1;
128
126
  this.acj = null;
129
- this.afb = -2147483648;
130
- this.aef = 2;
131
- this.afe = 3;
132
- this.afc = 10;
133
- this.afa = 30;
134
- this.afd = 9;
135
- this.abo = null;
136
- this.abp = null;
137
- this.abk = null;
127
+ this.aci = null;
128
+ this.acd = null;
129
+ this.acc = null;
130
+ this.af3 = 1;
131
+ this.af1 = 1;
132
+ this.af0 = 2;
133
+ this.afz = 1;
134
+ this.ad2 = null;
135
+ this.ag4 = -2147483648;
136
+ this.afy = 2;
137
+ this.ag7 = 3;
138
+ this.ag5 = 10;
139
+ this.ag3 = 30;
140
+ this.ag6 = 9;
141
+ this.ac7 = null;
142
+ this.ac8 = null;
143
+ this.ac3 = null;
138
144
  this.applyCustomIndicators = null;
139
- this.ajq = null;
140
- this.aep = 1;
141
- this.adb = false;
142
- this.acb = null;
143
- this.aec = dateMinValue();
144
- this.aeb = dateMaxValue();
145
- this.ad9 = null;
146
- this.pp();
147
- this.ad9 = new ObservableCollection$1(Base.$, 0);
145
+ this.alp = null;
146
+ this.agd = 1;
147
+ this.aeu = false;
148
+ this.adu = null;
149
+ this.afv = dateMinValue();
150
+ this.afu = dateMaxValue();
151
+ this.afs = null;
152
+ this.q8();
153
+ this.afs = new ObservableCollection$1(Base.$, 0);
148
154
  if (this.xAxisBreaks != null) {
149
155
  let a = this.xAxisBreaks;
150
- a.collectionChanged = delegateCombine(a.collectionChanged, (a, b) => this.ajf());
156
+ a.collectionChanged = delegateCombine(a.collectionChanged, (a, b) => this.ale());
151
157
  }
152
- this.ai0();
158
+ this.akz();
153
159
  }
154
- qv(a, b, c) {
155
- super.qv(a, b, c);
160
+ se(a, b, c) {
161
+ super.se(a, b, c);
156
162
  switch (a) {
157
163
  case "ToolbarTemplate":
158
164
  case "RangeSelectorTemplate":
159
- this.abs = new FinancialChartToolbar(this, this.afz);
165
+ this.adb = new FinancialChartToolbar(this, this.ahs);
160
166
  break;
161
167
  case "Toolbar":
162
168
  let d = b;
163
169
  if (d != null) {
164
- d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.aio));
165
- d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.air));
166
- d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.ais));
170
+ d.chartTypeChanged = delegateRemove(d.chartTypeChanged, runOn(this, this.akm));
171
+ d.trendLineTypeChanged = delegateRemove(d.trendLineTypeChanged, runOn(this, this.akp));
172
+ d.volumeTypeChanged = delegateRemove(d.volumeTypeChanged, runOn(this, this.akq));
167
173
  d.l(null);
168
174
  }
169
- if (this.abs != null) {
170
- this.abs.ac = this.abz;
171
- this.abs.ai = this.c2;
172
- this.abs.y = this.abu;
173
- this.abs.al = this.ads;
174
- if (this.ae6 != null) {
175
- this.abs.l(this.ae6);
175
+ if (this.adb != null) {
176
+ this.adb.ac = this.adi;
177
+ this.adb.ai = this.di;
178
+ this.adb.y = this.add;
179
+ this.adb.al = this.afb;
180
+ if (this.agz != null) {
181
+ this.adb.l(this.agz);
176
182
  }
177
- let e = this.abs;
178
- e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.aio));
183
+ let e = this.adb;
184
+ e.chartTypeChanged = delegateCombine(e.chartTypeChanged, runOn(this, this.akm));
179
185
  ;
180
- let f = this.abs;
181
- f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.air));
182
- let g = this.abs;
183
- g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.ais));
186
+ let f = this.adb;
187
+ f.trendLineTypeChanged = delegateCombine(f.trendLineTypeChanged, runOn(this, this.akp));
188
+ let g = this.adb;
189
+ g.volumeTypeChanged = delegateCombine(g.volumeTypeChanged, runOn(this, this.akq));
184
190
  }
185
191
  break;
186
192
  case "ChartType":
187
- if (this.abs != null) {
188
- this.abs.y = this.abu;
193
+ if (this.adb != null) {
194
+ this.adb.y = this.add;
189
195
  }
190
196
  break;
191
197
  case "VolumeType":
192
- if (this.abs != null) {
193
- this.abs.ac = this.abz;
198
+ if (this.adb != null) {
199
+ this.adb.ac = this.adi;
194
200
  }
195
201
  break;
196
202
  case "TrendLineType":
197
- if (this.abs != null) {
198
- this.abs.ai = this.c2;
203
+ if (this.adb != null) {
204
+ this.adb.ai = this.di;
199
205
  }
200
206
  break;
201
207
  case "IsToolbarVisible":
202
- if (this.abs == null) {
208
+ if (this.adb == null) {
203
209
  break;
204
210
  }
205
- this.abs.al = this.ads;
211
+ this.adb.al = this.afb;
206
212
  this.setGridRows();
207
213
  break;
208
214
  }
209
215
  }
210
- ais(a, b) {
211
- this.abz = this.abs.ac;
216
+ akq(a, b) {
217
+ this.adi = this.adb.ac;
212
218
  }
213
- air(a, b) {
214
- this.c2 = this.abs.ai;
219
+ akp(a, b) {
220
+ this.di = this.adb.ai;
215
221
  }
216
- aio(a, b) {
217
- this.abu = this.abs.y;
222
+ akm(a, b) {
223
+ this.add = this.adb.y;
218
224
  }
219
- ai0() {
220
- this.acl = new IndicatorPane();
221
- this.acc = TypeRegistrar.create("FinancialLegend");
225
+ akz() {
226
+ this.ad4 = new IndicatorPane();
227
+ this.adv = TypeRegistrar.create("FinancialLegend");
222
228
  }
223
229
  provideGrid(a) {
224
- this.ae9 = a;
225
- this.ajl();
230
+ this.ag2 = a;
231
+ this.alk();
226
232
  this.setGridRows();
227
- if (this.abs != null) {
228
- this.abs.bg(a);
233
+ if (this.adb != null) {
234
+ this.adb.bg(a);
229
235
  }
230
236
  }
231
237
  onDocumentClick(a) {
232
- if (this.abs != null) {
233
- this.abs.bl(a);
238
+ if (this.adb != null) {
239
+ this.adb.bl(a);
234
240
  }
235
241
  }
236
242
  getContext() {
237
- let a = this.abs.v();
243
+ let a = this.adb.v();
238
244
  let b = new FinancialChartContext();
239
245
  b.vm = new FinancialChartViewModel();
240
246
  b.vm.toolbar = a;
241
- b.container = this.iu;
242
- b.toolbarContainer = this.ae6;
243
- b.legendContainer = this.ae5;
244
- b.indicatorsContainer = this.ae4;
245
- b.volumeContainer = this.ae7;
246
- b.zoomContainer = this.ae8;
247
+ b.container = this.jt;
248
+ b.toolbarContainer = this.agz;
249
+ b.legendContainer = this.agy;
250
+ b.indicatorsContainer = this.agx;
251
+ b.volumeContainer = this.ag0;
252
+ b.zoomContainer = this.ag1;
247
253
  return b;
248
254
  }
249
255
  provideContainer(a) {
@@ -253,70 +259,70 @@ export let FinancialChart = /*@__PURE__*/ (() => {
253
259
  let d = b.createElement("div");
254
260
  d.setStyleProperty("width", "100%");
255
261
  d.setStyleProperty("height", "100%");
256
- if (this.abs == null) {
257
- this.abs = new FinancialChartToolbar(this, this.afz);
262
+ if (this.adb == null) {
263
+ this.adb = new FinancialChartToolbar(this, this.ahs);
258
264
  }
259
- this.abs.w.isIndicatorMenuVisible = this.adj && this.adk;
260
- this.ae6 = b.getSubRenderer(d);
261
- this.abs.l(this.ae6);
265
+ this.adb.w.isIndicatorMenuVisible = this.ae2 && this.ae3;
266
+ this.agz = b.getSubRenderer(d);
267
+ this.adb.l(this.agz);
262
268
  let e = b.createElement("div");
263
269
  e.setStyleProperty("width", "100%");
264
270
  e.setStyleProperty("height", "100%");
265
271
  let f = b.createElement("div");
266
272
  f.setStyleProperty("width", "100%");
267
273
  f.setStyleProperty("height", "100%");
268
- this.ae5 = b.getSubRenderer(f);
274
+ this.agy = b.getSubRenderer(f);
269
275
  let g = b.createElement("div");
270
276
  g.setStyleProperty("width", "100%");
271
277
  g.setStyleProperty("height", "100%");
272
- this.ae4 = b.getSubRenderer(g);
278
+ this.agx = b.getSubRenderer(g);
273
279
  let h = b.createElement("div");
274
280
  h.setStyleProperty("width", "100%");
275
281
  h.setStyleProperty("height", "100%");
276
- this.ae7 = b.getSubRenderer(h);
282
+ this.ag0 = b.getSubRenderer(h);
277
283
  let i = b.createElement("div");
278
284
  i.setStyleProperty("width", "100%");
279
285
  i.setStyleProperty("height", "100%");
280
- this.ae8 = b.getSubRenderer(i);
286
+ this.ag1 = b.getSubRenderer(i);
281
287
  a = b.getSubRenderer(e);
282
288
  }
283
289
  else {
284
- this.ae6 = null;
285
- if (this.abs != null) {
286
- this.abs.l(null);
290
+ this.agz = null;
291
+ if (this.adb != null) {
292
+ this.adb.l(null);
287
293
  }
288
- if (this.ada != null) {
289
- this.ada.provideContainer(null);
290
- this.ada = null;
294
+ if (this.aet != null) {
295
+ this.aet.provideContainer(null);
296
+ this.aet = null;
291
297
  }
292
- if (this.acc != null) {
293
- this.acc.provideContainer(null);
298
+ if (this.adv != null) {
299
+ this.adv.provideContainer(null);
294
300
  }
295
301
  }
296
302
  super.provideContainer(a);
297
303
  if (b != null) {
298
304
  if (this.volumeChart != null) {
299
- this.volumeChart.provideContainer(this.ae7);
305
+ this.volumeChart.provideContainer(this.ag0);
300
306
  }
301
- if (this.acl != null) {
302
- this.acl.h(this.ae4);
307
+ if (this.ad4 != null) {
308
+ this.ad4.h(this.agx);
303
309
  }
304
310
  if (this.zoomSliderChart != null) {
305
- this.zoomSliderChart.provideContainer(this.ae8);
311
+ this.zoomSliderChart.provideContainer(this.ag1);
306
312
  if (a != null) {
307
- this.ah8();
313
+ this.aj6();
308
314
  }
309
315
  else {
310
- this.ada = null;
316
+ this.aet = null;
311
317
  }
312
318
  }
313
- if (this.acc != null) {
314
- this.acc.provideContainer(this.ae5);
319
+ if (this.adv != null) {
320
+ this.adv.provideContainer(this.agy);
315
321
  }
316
322
  this.setGridRows();
317
323
  }
318
324
  }
319
- ajb(a, b, c) {
325
+ ala(a, b, c) {
320
326
  if (a != null) {
321
327
  a.provideContainer(null);
322
328
  }
@@ -325,62 +331,62 @@ export let FinancialChart = /*@__PURE__*/ (() => {
325
331
  }
326
332
  this.setGridRows();
327
333
  }
328
- ajp(a, b) {
329
- this.ajb(a, b, this.ae8);
334
+ alo(a, b) {
335
+ this.ala(a, b, this.ag1);
330
336
  if (b == null) {
331
337
  return;
332
338
  }
333
- this.ah8();
339
+ this.aj6();
334
340
  }
335
- ah8() {
336
- if (this.ae8 == null) {
341
+ aj6() {
342
+ if (this.ag1 == null) {
337
343
  return;
338
344
  }
339
- if (this.ada != null) {
340
- this.ada.provideContainer(null);
345
+ if (this.aet != null) {
346
+ this.aet.provideContainer(null);
341
347
  }
342
- this.ada = TypeRegistrar.create("ZoomSlider");
343
- this.ada.provideContainer(this.ae8);
344
- let a = this.ada;
348
+ this.aet = TypeRegistrar.create("ZoomSlider");
349
+ this.aet.provideContainer(this.ag1);
350
+ let a = this.aet;
345
351
  a.windowRectChanged = delegateCombine(a.windowRectChanged, (a, b) => {
346
352
  if (this.dataChart != null) {
347
- this.dataChart.sv = new Rect(0, this.ada.windowRect.left, this.dataChart.sf.top, this.ada.windowRect.width, this.dataChart.sf.height);
353
+ this.dataChart.tp = new Rect(0, this.aet.windowRect.left, this.dataChart.s9.top, this.aet.windowRect.width, this.dataChart.s9.height);
348
354
  }
349
355
  });
350
- this.ah9();
356
+ this.aj7();
351
357
  }
352
- ajn(a, b) {
353
- this.ajb(a, b, this.ae7);
358
+ alm(a, b) {
359
+ this.ala(a, b, this.ag0);
354
360
  }
355
361
  setGridRows() {
356
- if (this.ae9 == null) {
362
+ if (this.ag2 == null) {
357
363
  return;
358
364
  }
359
365
  let a = new Array(6);
360
- a[0] = (this.ads ? this.aev : 0) + "px";
361
- a[1] = this.ado ? "min-content" : "0px";
366
+ a[0] = (this.afb ? this.agj : 0) + "px";
367
+ a[1] = this.ae7 ? "min-content" : "0px";
362
368
  a[2] = "auto";
363
369
  a[3] = this.indicatorCharts == null || this.indicatorCharts.count == 0 ? "0px" : this.indicatorCharts.count * 150 + "px";
364
370
  a[4] = this.volumeChart == null ? "0px" : "100px";
365
371
  a[5] = this.zoomSliderChart == null ? "0px" : "100px";
366
- if (this.ada != null) {
372
+ if (this.aet != null) {
367
373
  if (a[5] == "0px") {
368
- this.ada.hide();
374
+ this.aet.hide();
369
375
  }
370
376
  else {
371
- this.ada.show();
377
+ this.aet.show();
372
378
  }
373
379
  }
374
- this.ae9.setStyleProperty("-ms-grid-rows", stringReplace(stringJoin(" ", ...a), "auto", "1fr"));
375
- this.ae9.setStyleProperty("grid-template-rows", stringJoin(" ", ...a));
376
- if (this.iu == null) {
380
+ this.ag2.setStyleProperty("-ms-grid-rows", stringReplace(stringJoin(" ", ...a), "auto", "1fr"));
381
+ this.ag2.setStyleProperty("grid-template-rows", stringJoin(" ", ...a));
382
+ if (this.jt == null) {
377
383
  return;
378
384
  }
379
385
  if (this.dataChart != null) {
380
386
  this.dataChart.notifyContainerResized();
381
387
  }
382
- if (this.acl != null) {
383
- this.acl.f();
388
+ if (this.ad4 != null) {
389
+ this.ad4.f();
384
390
  }
385
391
  if (this.volumeChart != null) {
386
392
  this.volumeChart.notifyContainerResized();
@@ -388,41 +394,41 @@ export let FinancialChart = /*@__PURE__*/ (() => {
388
394
  if (this.zoomSliderChart != null) {
389
395
  this.zoomSliderChart.notifyContainerResized();
390
396
  }
391
- if (this.ada != null) {
392
- this.ada.notifySizeChanged();
393
- }
394
- }
395
- p7() {
396
- super.p7();
397
- this.t7 = 1;
398
- this.zm = 0;
399
- this.v4 = 0;
400
- this.aag = null;
401
- this.z9 = AxisDefaults.g;
402
- this.vo = AxisDefaults.e;
403
- this.vn = AxisDefaults.f;
404
- this.aaa = AxisDefaults.j;
405
- this.z6 = null;
406
- this.ajr = AxisDefaults.h;
407
- this.ae3 = AxisDefaults.b;
408
- this.es = true;
409
- this.el = true;
410
- this.em = false;
411
- this.aq = 0;
412
- this.g3 = Defaults.j;
413
- this.sh = Defaults.ae;
414
- this.sc = Defaults.af;
415
- this.sd = Defaults.ag;
416
- this.hn = NaN;
417
- this.hf = 40;
418
- this.e0 = true;
419
- this.e6 = false;
397
+ if (this.aet != null) {
398
+ this.aet.notifySizeChanged();
399
+ }
400
+ }
401
+ rq() {
402
+ super.rq();
403
+ this.vq = 1;
404
+ this.aa5 = 0;
405
+ this.xn = 0;
406
+ this.abz = null;
407
+ this.abs = AxisDefaults.g;
408
+ this.w7 = AxisDefaults.e;
409
+ this.w6 = AxisDefaults.f;
410
+ this.abt = AxisDefaults.j;
411
+ this.abp = null;
412
+ this.alq = AxisDefaults.h;
413
+ this.agw = AxisDefaults.b;
414
+ this.fi = true;
415
+ this.fb = true;
416
+ this.fc = false;
417
+ this.a6 = 0;
418
+ this.hv = Defaults.j;
419
+ this.t0 = Defaults.ae;
420
+ this.tv = Defaults.af;
421
+ this.tw = Defaults.ag;
422
+ this.ig = NaN;
423
+ this.h7 = 40;
424
+ this.fr = true;
425
+ this.fx = false;
420
426
  if (this.dataChart != null) {
421
- let a = this.dataChart.cq.j.e();
422
- this.aa3 = a.d;
423
- this.aa4 = a.e;
424
- this.aa2 = a.d;
425
- this.ajr = this.dataChart.w0;
427
+ let a = this.dataChart.cu.j.e();
428
+ this.acm = a.d;
429
+ this.acn = a.e;
430
+ this.acl = a.d;
431
+ this.alq = this.dataChart.xu;
426
432
  }
427
433
  let b = new BrushCollection();
428
434
  b.add(((() => {
@@ -479,255 +485,255 @@ export let FinancialChart = /*@__PURE__*/ (() => {
479
485
  for (let d of fromEnum(b)) {
480
486
  c.add(BrushUtil.m(d, 0.3));
481
487
  }
482
- this.aa5 = c;
483
- this.aa6 = b;
488
+ this.aco = c;
489
+ this.acp = b;
484
490
  }
485
- ai7() {
486
- if (this.acl != null) {
487
- this.acl.b = null;
488
- this.acl.b = this.indicatorCharts;
491
+ ak6() {
492
+ if (this.ad4 != null) {
493
+ this.ad4.b = null;
494
+ this.ad4.b = this.indicatorCharts;
489
495
  }
490
496
  this.setGridRows();
491
497
  }
492
- ai8() {
498
+ ak7() {
493
499
  this.setGridRows();
494
500
  }
495
- ajh() {
496
- this.ai7();
501
+ alg() {
502
+ this.ak6();
497
503
  }
498
- ah7() {
499
- if (this.ada == null || this.zoomSliderChart == null || this.dataChart == null || this.dataChart.series.count == 0) {
504
+ aj5() {
505
+ if (this.aet == null || this.zoomSliderChart == null || this.dataChart == null || this.dataChart.series.count == 0) {
500
506
  return;
501
507
  }
502
- let a = this.iu.rootWrapper.width();
503
- let b = this.dataChart.su.left + this.dataChart.su.width;
504
- let c = this.dataChart.su.left;
508
+ let a = this.jt.rootWrapper.width();
509
+ let b = this.dataChart.to.left + this.dataChart.to.width;
510
+ let c = this.dataChart.to.left;
505
511
  let d = a - b;
506
- this.ada.startInset = c - this.ada.trackStartInset;
507
- this.ada.endInset = d - this.ada.trackEndInset;
508
- if (this.ada.endInset < 0) {
509
- let e = this.ada.endInset;
510
- this.ada.endInset = 0;
511
- this.dataChart.gn += (e * -1);
512
- }
513
- if (this.ada.startInset < 0) {
514
- let f = this.ada.startInset;
515
- this.ada.startInset = 0;
516
- this.dataChart.gk += (f * -1);
517
- }
518
- this.zoomSliderChart.gk = c;
519
- this.zoomSliderChart.gn = d;
520
- this.zoomSliderChart.f9 = this.ada.barExtent;
521
- }
522
- aiy() {
523
- this.ah7();
524
- }
525
- p4(a) {
526
- super.p4(a);
512
+ this.aet.startInset = c - this.aet.trackStartInset;
513
+ this.aet.endInset = d - this.aet.trackEndInset;
514
+ if (this.aet.endInset < 0) {
515
+ let e = this.aet.endInset;
516
+ this.aet.endInset = 0;
517
+ this.dataChart.g1 += (e * -1);
518
+ }
519
+ if (this.aet.startInset < 0) {
520
+ let f = this.aet.startInset;
521
+ this.aet.startInset = 0;
522
+ this.dataChart.gw += (f * -1);
523
+ }
524
+ this.zoomSliderChart.gw = c;
525
+ this.zoomSliderChart.g1 = d;
526
+ this.zoomSliderChart.gj = this.aet.barExtent;
527
+ }
528
+ akw() {
529
+ this.aj5();
530
+ }
531
+ rn(a) {
532
+ super.rn(a);
527
533
  if (a != null) {
528
- a.f8 = 0;
534
+ a.gi = 0;
529
535
  }
530
536
  }
531
- ajs(a) {
532
- return a.r8();
537
+ alr(a) {
538
+ return a.s2();
533
539
  }
534
- ajv() {
535
- return this.ae5 == null ? null : this.aju(this.ae5.rootWrapper);
540
+ alu() {
541
+ return this.agy == null ? null : this.alt(this.agy.rootWrapper);
536
542
  }
537
- ajt(a) {
543
+ als(a) {
538
544
  if (a == null || a.d == null) {
539
545
  return null;
540
546
  }
541
- return this.aju(a.d.rootWrapper);
547
+ return this.alt(a.d.rootWrapper);
542
548
  }
543
- aju(a) {
549
+ alt(a) {
544
550
  if (a == null) {
545
551
  return null;
546
552
  }
547
553
  let b = a.getOffset();
548
554
  return new Rect(0, b.left, b.top, a.width(), a.height());
549
555
  }
550
- aeq() {
551
- if (this.ae9 == null) {
556
+ age() {
557
+ if (this.ag2 == null) {
552
558
  return NaN;
553
559
  }
554
- let a = this.ae9.getOffset();
555
- return this.ae9.width() + (a == null ? 0 : a.left);
560
+ let a = this.ag2.getOffset();
561
+ return this.ag2.width() + (a == null ? 0 : a.left);
556
562
  }
557
- qf(source_, a, b) {
558
- super.qf(source_, a, b);
563
+ ry(source_, a, b) {
564
+ super.ry(source_, a, b);
559
565
  if (this.zoomSliderChart != null) {
560
- this.zoomSliderChart.lt(source_, a, b);
566
+ this.zoomSliderChart.mg(source_, a, b);
561
567
  }
562
568
  }
563
- qg(source_, a, b) {
564
- super.qg(source_, a, b);
569
+ rz(source_, a, b) {
570
+ super.rz(source_, a, b);
565
571
  if (this.zoomSliderChart != null) {
566
- this.zoomSliderChart.lu(source_, a, b);
572
+ this.zoomSliderChart.mh(source_, a, b);
567
573
  }
568
574
  }
569
- qe(source_) {
570
- super.qe(source_);
575
+ rx(source_) {
576
+ super.rx(source_);
571
577
  if (this.zoomSliderChart != null) {
572
- this.zoomSliderChart.lm(source_);
578
+ this.zoomSliderChart.l9(source_);
573
579
  }
574
580
  }
575
- qi(source_, a, b, c) {
576
- super.qi(source_, a, b, c);
581
+ r1(source_, a, b, c) {
582
+ super.r1(source_, a, b, c);
577
583
  if (this.zoomSliderChart != null) {
578
- this.zoomSliderChart.lv(source_, a, b, c);
584
+ this.zoomSliderChart.mi(source_, a, b, c);
579
585
  }
580
586
  }
581
- qa(a, b) {
582
- super.qa(a, b);
583
- if (this.adp(a)) {
587
+ rt(a, b) {
588
+ super.rt(a, b);
589
+ if (this.ae8(a)) {
584
590
  a.toolTip = null;
585
591
  }
586
592
  }
587
- get abs() {
588
- return this.abr;
593
+ get adb() {
594
+ return this.ada;
589
595
  }
590
- set abs(a) {
591
- let b = this.abs;
596
+ set adb(a) {
597
+ let b = this.adb;
592
598
  if (a != b) {
593
- this.abr = a;
594
- this.qt("Toolbar", b, this.abs);
599
+ this.ada = a;
600
+ this.sc("Toolbar", b, this.adb);
595
601
  }
596
602
  }
597
- get afy() {
598
- return this.afr;
603
+ get ahr() {
604
+ return this.ahk;
599
605
  }
600
- set afy(a) {
601
- let b = this.afy;
606
+ set ahr(a) {
607
+ let b = this.ahr;
602
608
  if (a != b) {
603
- this.afr = a;
604
- this.qt("RangeSelectorTemplate", b, this.afy);
609
+ this.ahk = a;
610
+ this.sc("RangeSelectorTemplate", b, this.ahr);
605
611
  }
606
612
  }
607
- get afz() {
608
- return this.afs;
613
+ get ahs() {
614
+ return this.ahl;
609
615
  }
610
- set afz(a) {
611
- let b = this.afz;
616
+ set ahs(a) {
617
+ let b = this.ahs;
612
618
  if (a != b) {
613
- this.afs = a;
614
- this.qt("ToolbarTemplate", b, this.afz);
619
+ this.ahl = a;
620
+ this.sc("ToolbarTemplate", b, this.ahs);
615
621
  }
616
622
  }
617
- get afv() {
618
- return this.afo;
623
+ get aho() {
624
+ return this.ahh;
619
625
  }
620
- set afv(a) {
621
- let b = this.afv;
626
+ set aho(a) {
627
+ let b = this.aho;
622
628
  if (a != b) {
623
- this.afo = a;
624
- this.qt("ChartTypePickerTemplate", b, this.afv);
629
+ this.ahh = a;
630
+ this.sc("ChartTypePickerTemplate", b, this.aho);
625
631
  }
626
632
  }
627
- get af0() {
628
- return this.aft;
633
+ get aht() {
634
+ return this.ahm;
629
635
  }
630
- set af0(a) {
631
- let b = this.af0;
636
+ set aht(a) {
637
+ let b = this.aht;
632
638
  if (a != b) {
633
- this.aft = a;
634
- this.qt("TrendLineTypePickerTemplate", b, this.af0);
639
+ this.ahm = a;
640
+ this.sc("TrendLineTypePickerTemplate", b, this.aht);
635
641
  }
636
642
  }
637
- get af1() {
638
- return this.afu;
643
+ get ahu() {
644
+ return this.ahn;
639
645
  }
640
- set af1(a) {
641
- let b = this.af1;
646
+ set ahu(a) {
647
+ let b = this.ahu;
642
648
  if (a != b) {
643
- this.afu = a;
644
- this.qt("VolumeTypePickerTemplate", b, this.af1);
649
+ this.ahn = a;
650
+ this.sc("VolumeTypePickerTemplate", b, this.ahu);
645
651
  }
646
652
  }
647
- get afw() {
648
- return this.afp;
653
+ get ahp() {
654
+ return this.ahi;
649
655
  }
650
- set afw(a) {
651
- let b = this.afw;
656
+ set ahp(a) {
657
+ let b = this.ahp;
652
658
  if (a != b) {
653
- this.afp = a;
654
- this.qt("IndicatorMenuTemplate", b, this.afw);
659
+ this.ahi = a;
660
+ this.sc("IndicatorMenuTemplate", b, this.ahp);
655
661
  }
656
662
  }
657
- get afx() {
658
- return this.afq;
663
+ get ahq() {
664
+ return this.ahj;
659
665
  }
660
- set afx(a) {
661
- let b = this.afx;
666
+ set ahq(a) {
667
+ let b = this.ahq;
662
668
  if (a != b) {
663
- this.afq = a;
664
- this.qt("OverlayPickerTemplate", b, this.afx);
669
+ this.ahj = a;
670
+ this.sc("OverlayPickerTemplate", b, this.ahq);
665
671
  }
666
672
  }
667
- get ada() {
668
- return this.ac9;
673
+ get aet() {
674
+ return this.aes;
669
675
  }
670
- set ada(a) {
671
- let b = this.ada;
676
+ set aet(a) {
677
+ let b = this.aet;
672
678
  if (a != b) {
673
- this.ac9 = a;
674
- this.qt("ZoomSlider", b, this.ada);
679
+ this.aes = a;
680
+ this.sc("ZoomSlider", b, this.aet);
675
681
  }
676
682
  }
677
- get_hf() {
678
- return super.get_hf();
683
+ get_h7() {
684
+ return super.get_h7();
679
685
  }
680
- set_hf(a) {
681
- super.set_hf(a);
686
+ set_h7(a) {
687
+ super.set_h7(a);
682
688
  }
683
- get_e0() {
684
- return super.get_e0();
689
+ get_fr() {
690
+ return super.get_fr();
685
691
  }
686
- set_e0(a) {
687
- super.set_e0(a);
692
+ set_fr(a) {
693
+ super.set_fr(a);
688
694
  }
689
- get aev() {
690
- return this.aej;
695
+ get agj() {
696
+ return this.af2;
691
697
  }
692
- set aev(a) {
693
- let b = this.aev;
698
+ set agj(a) {
699
+ let b = this.agj;
694
700
  if (a != b) {
695
- this.aej = a;
696
- this.qt("ToolbarHeight", b, this.aev);
701
+ this.af2 = a;
702
+ this.sc("ToolbarHeight", b, this.agj);
697
703
  }
698
704
  }
699
- tw() {
705
+ vf() {
700
706
  return this.xAxis;
701
707
  }
702
- tx() {
708
+ vg() {
703
709
  return this.yAxis;
704
710
  }
705
711
  onAttachedToUI() {
706
712
  super.onAttachedToUI();
707
- if (this.ada != null) {
708
- this.ada.onAttachedToUI();
713
+ if (this.aet != null) {
714
+ this.aet.onAttachedToUI();
709
715
  }
710
716
  }
711
717
  onDetachedFromUI() {
712
718
  super.onDetachedFromUI();
713
- if (this.ada != null) {
714
- this.ada.onDetachedFromUI();
719
+ if (this.aet != null) {
720
+ this.aet.onDetachedFromUI();
715
721
  }
716
722
  }
717
- at(a) {
723
+ a9(a) {
718
724
  return 20;
719
725
  }
720
- get_fl() {
726
+ get_ge() {
721
727
  return ((() => {
722
728
  let $ret = new List$1(DataSeriesType_$type, 0);
723
729
  $ret.add(20);
724
730
  return $ret;
725
731
  })());
726
732
  }
727
- get fl() {
728
- return this.get_fl();
733
+ get ge() {
734
+ return this.get_ge();
729
735
  }
730
- get_fk() {
736
+ get_gd() {
731
737
  return ((() => {
732
738
  let $ret = new List$1(IDataSeriesAdapterRule_$type, 0);
733
739
  $ret.add(new SimpleFinancialPriceSeriesRule());
@@ -735,34 +741,34 @@ export let FinancialChart = /*@__PURE__*/ (() => {
735
741
  return $ret;
736
742
  })());
737
743
  }
738
- get fk() {
739
- return this.get_fk();
744
+ get gd() {
745
+ return this.get_gd();
740
746
  }
741
- abe(a) {
742
- return this.abf(a);
747
+ acx(a) {
748
+ return this.acy(a);
743
749
  }
744
- acs(a) {
745
- return this.act(a);
750
+ aeb(a) {
751
+ return this.aec(a);
746
752
  }
747
- abd(a) {
748
- let b = this.abe(0);
753
+ acw(a) {
754
+ let b = this.acx(0);
749
755
  b.name = a;
750
756
  return b;
751
757
  }
752
- pl() {
753
- this.xAxis = this.abd("xAxis");
754
- this.yAxis = this.acs(0);
758
+ q4() {
759
+ this.xAxis = this.acw("xAxis");
760
+ this.yAxis = this.aeb(0);
755
761
  this.yAxis.name = "yAxis";
756
- this.volumeAxis = this.acs(0);
762
+ this.volumeAxis = this.aeb(0);
757
763
  this.volumeAxis.name = "volumeAxis";
758
- this.volumeXAxis = this.abd("volumeXAxis");
759
- this.ad6 = new List$1(NumericYAxis.$, 0);
760
- this.ad8 = new List$1(CategoryAxisBase.$, 0);
761
- this.indicatorAxis = this.acs(0);
764
+ this.volumeXAxis = this.acw("volumeXAxis");
765
+ this.afp = new List$1(NumericYAxis.$, 0);
766
+ this.afr = new List$1(CategoryAxisBase.$, 0);
767
+ this.indicatorAxis = this.aeb(0);
762
768
  this.indicatorAxis.name = "indicatorAxis";
763
- this.indicatorXAxis = this.abd("indicatorXAxis_0");
764
- this.ad6.add(this.indicatorAxis);
765
- this.ad8.add(this.indicatorXAxis);
769
+ this.indicatorXAxis = this.acw("indicatorXAxis_0");
770
+ this.afp.add(this.indicatorAxis);
771
+ this.afr.add(this.indicatorXAxis);
766
772
  if (this.xAxis.ay == null) {
767
773
  this.xAxis.ay = new AxisLabelSettings();
768
774
  }
@@ -781,9 +787,9 @@ export let FinancialChart = /*@__PURE__*/ (() => {
781
787
  if (this.indicatorXAxis.ay == null) {
782
788
  this.indicatorXAxis.ay = new AxisLabelSettings();
783
789
  }
784
- this.zoomSliderAxis = this.acs(0);
790
+ this.zoomSliderAxis = this.aeb(0);
785
791
  this.zoomSliderAxis.name = "zoomSliderAxis";
786
- this.zoomSliderXAxis = this.abd("zoomSliderXAxis");
792
+ this.zoomSliderXAxis = this.acw("zoomSliderXAxis");
787
793
  if (this.zoomSliderAxis.ay == null) {
788
794
  this.zoomSliderAxis.ay = new AxisLabelSettings();
789
795
  }
@@ -791,31 +797,31 @@ export let FinancialChart = /*@__PURE__*/ (() => {
791
797
  this.zoomSliderXAxis.ay = new AxisLabelSettings();
792
798
  }
793
799
  }
794
- pi(a, b) {
800
+ q0(a, b) {
795
801
  let c = typeCast(MarkerSeries.$, a);
796
802
  if (c != null) {
797
- c.qd = this.b6(a, b);
803
+ c.qh = this.cm(a, b);
798
804
  }
799
805
  }
800
- b5(a) {
806
+ cl(a) {
801
807
  if (a != null) {
802
808
  return 1;
803
809
  }
804
- return super.b5(a);
810
+ return super.cl(a);
805
811
  }
806
- rb(a) {
812
+ su(a) {
807
813
  if (a.suggestedSecondaryAxis == 2) {
808
814
  this.yAxis.lg = true;
809
815
  this.yAxis.l7 = 10;
810
816
  }
811
817
  }
812
- re() {
813
- this.yAxis.lg = this.adz;
814
- this.yAxis.l7 = this.afn;
818
+ sx() {
819
+ this.yAxis.lg = this.afi;
820
+ this.yAxis.l7 = this.ahg;
815
821
  }
816
- abw(a) {
822
+ adf(a) {
817
823
  let b;
818
- if (this.abu == 0) {
824
+ if (this.add == 0) {
819
825
  if (a == null || a.index > 0 || stringIsNullOrEmpty(a.getMemberPathFor(12))) {
820
826
  b = 4;
821
827
  }
@@ -824,12 +830,12 @@ export let FinancialChart = /*@__PURE__*/ (() => {
824
830
  }
825
831
  }
826
832
  else {
827
- b = this.abu;
833
+ b = this.add;
828
834
  }
829
- b = this.abv(b);
835
+ b = this.ade(b);
830
836
  return b;
831
837
  }
832
- abv(a) {
838
+ ade(a) {
833
839
  if ((a == 1 || a == 2)) {
834
840
  if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
835
841
  return a;
@@ -849,7 +855,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
849
855
  }
850
856
  return a;
851
857
  }
852
- ab5(a) {
858
+ ado(a) {
853
859
  if ((a == 2 || a == 3)) {
854
860
  if (TypeRegistrar.isRegistered("FinancialPriceSeries")) {
855
861
  return a;
@@ -875,7 +881,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
875
881
  }
876
882
  return a;
877
883
  }
878
- aby(a) {
884
+ adh(a) {
879
885
  if (a == 2) {
880
886
  if (TypeRegistrar.isRegistered("LineSeries")) {
881
887
  return a;
@@ -895,14 +901,14 @@ export let FinancialChart = /*@__PURE__*/ (() => {
895
901
  }
896
902
  return a;
897
903
  }
898
- aga(a) {
904
+ ah3(a) {
899
905
  let b = a.getMemberPathFor(14);
900
906
  if (stringIsNullOrEmpty(b)) {
901
907
  b = a.getMemberPathFor(11);
902
908
  }
903
909
  return b;
904
910
  }
905
- abf(axisType_) {
911
+ acy(axisType_) {
906
912
  if ((this.externalObject)) {
907
913
  return (this.externalObject.createXAxis(axisType_).i);
908
914
  }
@@ -935,7 +941,7 @@ export let FinancialChart = /*@__PURE__*/ (() => {
935
941
  return null;
936
942
  }
937
943
  }
938
- act(axisType_) {
944
+ aec(axisType_) {
939
945
  if ((this.externalObject)) {
940
946
  return (this.externalObject.createYAxis(axisType_).i);
941
947
  }
@@ -968,22 +974,22 @@ export let FinancialChart = /*@__PURE__*/ (() => {
968
974
  return null;
969
975
  }
970
976
  }
971
- acz() {
972
- return this.cg(1);
977
+ aei() {
978
+ return this.cw(1);
973
979
  }
974
- ac0() {
975
- return this.cg(0);
980
+ aej() {
981
+ return this.cw(0);
976
982
  }
977
- acy() {
978
- return this.cg(2);
983
+ aeh() {
984
+ return this.cw(2);
979
985
  }
980
- ac1() {
981
- return this.cg(20);
986
+ aek() {
987
+ return this.cw(20);
982
988
  }
983
- get adi() {
989
+ get ae1() {
984
990
  return (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy"));
985
991
  }
986
- get acg() {
992
+ get adz() {
987
993
  if (TypeRegistrar.isRegistered("HorizontalAnchoredCategorySeriesProxy")) {
988
994
  return TypeRegistrar.create("HorizontalAnchoredCategorySeriesProxy");
989
995
  }
@@ -991,10 +997,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
991
997
  throw new BaseError(1, "horizontal series module is not loaded, but is required.");
992
998
  }
993
999
  }
994
- get adl() {
1000
+ get ae4() {
995
1001
  return (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy"));
996
1002
  }
997
- get ace() {
1003
+ get adx() {
998
1004
  if (TypeRegistrar.isRegistered("FinancialPriceSeriesProxy")) {
999
1005
  return TypeRegistrar.create("FinancialPriceSeriesProxy");
1000
1006
  }
@@ -1002,10 +1008,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1002
1008
  throw new BaseError(1, "financial series module is not loaded, but is required.");
1003
1009
  }
1004
1010
  }
1005
- get adj() {
1011
+ get ae2() {
1006
1012
  return (TypeRegistrar.isRegistered("IndicatorProxy"));
1007
1013
  }
1008
- get aci() {
1014
+ get ad1() {
1009
1015
  if (TypeRegistrar.isRegistered("IndicatorProxy")) {
1010
1016
  return TypeRegistrar.create("IndicatorProxy");
1011
1017
  }
@@ -1013,10 +1019,10 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1013
1019
  throw new BaseError(1, "financial series module is not loaded, but is required.");
1014
1020
  }
1015
1021
  }
1016
- get adk() {
1022
+ get ae3() {
1017
1023
  return (TypeRegistrar.isRegistered("OverlayProxy"));
1018
1024
  }
1019
- get acn() {
1025
+ get ad6() {
1020
1026
  if (TypeRegistrar.isRegistered("OverlayProxy")) {
1021
1027
  return TypeRegistrar.create("OverlayProxy");
1022
1028
  }
@@ -1024,60 +1030,60 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1024
1030
  throw new BaseError(1, "overlay series module is not loaded, but is required.");
1025
1031
  }
1026
1032
  }
1027
- cf(a, b) {
1028
- let c = this.aga(a);
1029
- switch (this.abw(a)) {
1033
+ cv(a, b) {
1034
+ let c = this.ah3(a);
1035
+ switch (this.adf(a)) {
1030
1036
  case 3:
1031
- let d = this.acz();
1032
- this.acg.setValueMemberPath(d, c);
1033
- this.acg.setXAxis(d, this.xAxis);
1034
- this.acg.setYAxis(d, this.yAxis);
1035
- this.acg.setCategoryMode(d, 1);
1037
+ let d = this.aei();
1038
+ this.adz.setValueMemberPath(d, c);
1039
+ this.adz.setXAxis(d, this.xAxis);
1040
+ this.adz.setYAxis(d, this.yAxis);
1041
+ this.adz.setCategoryMode(d, 1);
1036
1042
  return d;
1037
1043
  case 4:
1038
- let e = this.ac0();
1039
- this.acg.setValueMemberPath(e, c);
1040
- this.acg.setXAxis(e, this.xAxis);
1041
- this.acg.setYAxis(e, this.yAxis);
1042
- this.acg.setCategoryMode(e, 1);
1044
+ let e = this.aej();
1045
+ this.adz.setValueMemberPath(e, c);
1046
+ this.adz.setXAxis(e, this.xAxis);
1047
+ this.adz.setYAxis(e, this.yAxis);
1048
+ this.adz.setCategoryMode(e, 1);
1043
1049
  return e;
1044
1050
  default:
1045
1051
  case 1:
1046
1052
  case 2:
1047
- let f = this.ac1();
1048
- this.ace.setOpenMemberPath(f, a.getMemberPathFor(11));
1049
- this.ace.setHighMemberPath(f, a.getMemberPathFor(12));
1050
- this.ace.setLowMemberPath(f, a.getMemberPathFor(13));
1051
- this.ace.setCloseMemberPath(f, a.getMemberPathFor(14));
1052
- this.ace.setVolumeMemberPath(f, a.getMemberPathFor(15));
1053
- this.ace.setXAxis(f, this.xAxis);
1054
- this.ace.setYAxis(f, this.yAxis);
1055
- this.ace.setDisplayType(f, this.abu == 1 ? 1 : 0);
1056
- this.ace.setCategoryMode(f, 1);
1053
+ let f = this.aek();
1054
+ this.adx.setOpenMemberPath(f, a.getMemberPathFor(11));
1055
+ this.adx.setHighMemberPath(f, a.getMemberPathFor(12));
1056
+ this.adx.setLowMemberPath(f, a.getMemberPathFor(13));
1057
+ this.adx.setCloseMemberPath(f, a.getMemberPathFor(14));
1058
+ this.adx.setVolumeMemberPath(f, a.getMemberPathFor(15));
1059
+ this.adx.setXAxis(f, this.xAxis);
1060
+ this.adx.setYAxis(f, this.yAxis);
1061
+ this.adx.setDisplayType(f, this.add == 1 ? 1 : 0);
1062
+ this.adx.setCategoryMode(f, 1);
1057
1063
  return f;
1058
1064
  }
1059
1065
  }
1060
- rd() {
1061
- super.rd();
1062
- this.aiw(this.xAxis);
1063
- this.ajj(false);
1064
- if (this.abz != 0 && this.volumeChart != null) {
1065
- this.ai2();
1066
+ sw() {
1067
+ super.sw();
1068
+ this.aku(this.xAxis);
1069
+ this.ali(false);
1070
+ if (this.adi != 0 && this.volumeChart != null) {
1071
+ this.ak1();
1066
1072
  }
1067
- this.aiw(this.volumeXAxis);
1068
- this.aiw(this.indicatorXAxis);
1069
- this.ajg();
1070
- this.aji();
1071
- if (this.ab6 != 0) {
1072
- this.ai3();
1073
- this.aiw(this.zoomSliderXAxis);
1073
+ this.aku(this.volumeXAxis);
1074
+ this.aku(this.indicatorXAxis);
1075
+ this.alf();
1076
+ this.alh();
1077
+ if (this.adp != 0) {
1078
+ this.ak2();
1079
+ this.aku(this.zoomSliderXAxis);
1074
1080
  }
1075
1081
  }
1076
- y8(a, b) {
1077
- super.y8(a, b);
1082
+ aar(a, b) {
1083
+ super.aar(a, b);
1078
1084
  a(this.volumeXAxis);
1079
- if (this.ad8 != null) {
1080
- for (let c of fromEnum(this.ad8)) {
1085
+ if (this.afr != null) {
1086
+ for (let c of fromEnum(this.afr)) {
1081
1087
  a(c);
1082
1088
  }
1083
1089
  }
@@ -1092,49 +1098,55 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1092
1098
  a(this.zoomSliderXAxis);
1093
1099
  }
1094
1100
  }
1095
- zd(a, b) {
1096
- super.zd(a, b);
1101
+ aaw(a, b) {
1102
+ super.aaw(a, b);
1097
1103
  if (b) {
1098
1104
  a(this.volumeAxis);
1099
- if (this.ad6 != null) {
1100
- for (let c of fromEnum(this.ad6)) {
1105
+ if (this.afp != null) {
1106
+ for (let c of fromEnum(this.afp)) {
1101
1107
  a(c);
1102
1108
  }
1103
1109
  }
1104
1110
  a(this.zoomSliderAxis);
1105
1111
  }
1106
1112
  }
1107
- zb(a) {
1108
- super.zb(a);
1109
- this.y2(this.volumeXAxis, a);
1110
- this.y2(this.indicatorXAxis, a);
1111
- this.y2(this.zoomSliderXAxis, a);
1112
- }
1113
- zg(a) {
1114
- super.zg(a);
1115
- this.y2(this.volumeAxis, a);
1116
- this.y2(this.indicatorAxis, a);
1117
- this.y2(this.zoomSliderAxis, a);
1118
- }
1119
- ze(a) {
1120
- super.ze(a);
1121
- this.y1(this.volumeAxis, a);
1122
- this.y1(this.indicatorAxis, a);
1123
- this.y1(this.zoomSliderAxis, a);
1124
- }
1125
- y9(a) {
1126
- super.y9(a);
1127
- this.y1(this.volumeXAxis, a);
1128
- this.y1(this.indicatorXAxis, a);
1129
- this.y1(this.zoomSliderXAxis, a);
1130
- }
1131
- p3(a) {
1132
- super.p3(a);
1113
+ aky(a) {
1114
+ let b = typeCast(IZoomableCategoryAxis_$type, this.xAxis);
1115
+ if (b != null) {
1116
+ a(b);
1117
+ }
1118
+ }
1119
+ aau(a) {
1120
+ super.aau(a);
1121
+ this.aal(this.volumeXAxis, a);
1122
+ this.aal(this.indicatorXAxis, a);
1123
+ this.aal(this.zoomSliderXAxis, a);
1124
+ }
1125
+ aaz(a) {
1126
+ super.aaz(a);
1127
+ this.aal(this.volumeAxis, a);
1128
+ this.aal(this.indicatorAxis, a);
1129
+ this.aal(this.zoomSliderAxis, a);
1130
+ }
1131
+ aax(a) {
1132
+ super.aax(a);
1133
+ this.aak(this.volumeAxis, a);
1134
+ this.aak(this.indicatorAxis, a);
1135
+ this.aak(this.zoomSliderAxis, a);
1136
+ }
1137
+ aas(a) {
1138
+ super.aas(a);
1139
+ this.aak(this.volumeXAxis, a);
1140
+ this.aak(this.indicatorXAxis, a);
1141
+ this.aak(this.zoomSliderXAxis, a);
1142
+ }
1143
+ rm(a) {
1144
+ super.rm(a);
1133
1145
  if (a == null) {
1134
1146
  return;
1135
1147
  }
1136
1148
  if (a == this.zoomSliderChart) {
1137
- a.tq = a.tt = false;
1149
+ a.uk = a.un = false;
1138
1150
  a.legend = null;
1139
1151
  if (this.dataChart != null) {
1140
1152
  a.ag = this.dataChart.ag;
@@ -1144,50 +1156,50 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1144
1156
  else {
1145
1157
  SyncManager.d(a, ((() => {
1146
1158
  let $ret = new SyncSettings();
1147
- $ret.syncChannel = this.ag5();
1159
+ $ret.syncChannel = this.aiy();
1148
1160
  $ret.synchronizeHorizontally = true;
1149
1161
  $ret.synchronizeVertically = false;
1150
1162
  return $ret;
1151
1163
  })()));
1152
1164
  SyncManager.c(a);
1153
1165
  }
1154
- a.ce = 2;
1166
+ a.ci = 2;
1155
1167
  }
1156
- ag5() {
1157
- if (this.af2 == null) {
1158
- FinancialChart.afm++;
1159
- this.af2 = FinancialChart.afm.toString();
1168
+ aiy() {
1169
+ if (this.ahv == null) {
1170
+ FinancialChart.ahf++;
1171
+ this.ahv = FinancialChart.ahf.toString();
1160
1172
  }
1161
- return this.af2;
1173
+ return this.ahv;
1162
1174
  }
1163
- aii(a, b) {
1164
- this.ah4();
1165
- this.aiy();
1175
+ akg(a, b) {
1176
+ this.aj2();
1177
+ this.akw();
1166
1178
  }
1167
- ah4() {
1179
+ aj2() {
1168
1180
  if (this.yAxis.b7()) {
1169
1181
  return;
1170
1182
  }
1171
1183
  let a = this.yAxis.av.bd;
1172
- if (this.abz != 0) {
1184
+ if (this.adi != 0) {
1173
1185
  a = Math.max(a, this.volumeAxis.av.bd);
1174
1186
  }
1175
- for (let b of fromEnum(this.ad6)) {
1187
+ for (let b of fromEnum(this.afp)) {
1176
1188
  a = Math.max(a, b.av.bd);
1177
1189
  }
1178
- this.ah5(a);
1190
+ this.aj3(a);
1179
1191
  }
1180
- ah5(a) {
1192
+ aj3(a) {
1181
1193
  if (this.yAxis.b7()) {
1182
1194
  return;
1183
1195
  }
1184
1196
  this.yAxis.er = this.volumeAxis.er = a;
1185
- for (let b of fromEnum(this.ad6)) {
1197
+ for (let b of fromEnum(this.afp)) {
1186
1198
  b.er = a;
1187
1199
  }
1188
1200
  this.zoomSliderAxis.er = this.yAxis.er;
1189
1201
  }
1190
- aia(a) {
1202
+ aj8(a) {
1191
1203
  if (this.indicatorCharts == null) {
1192
1204
  return;
1193
1205
  }
@@ -1195,14 +1207,14 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1195
1207
  let c = this.indicatorCharts._inner[b];
1196
1208
  for (let d = 0; d < c.series.count; d++) {
1197
1209
  let e = c.series._inner[d];
1198
- if (!(this.adn(e))) {
1210
+ if (!(this.ae6(e))) {
1199
1211
  continue;
1200
1212
  }
1201
1213
  a(c.series._inner[d], b);
1202
1214
  }
1203
1215
  }
1204
1216
  }
1205
- aid(a) {
1217
+ akb(a) {
1206
1218
  if (this.volumeChart == null) {
1207
1219
  return;
1208
1220
  }
@@ -1214,35 +1226,35 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1214
1226
  a(this.volumeChart.series._inner[b], b);
1215
1227
  }
1216
1228
  }
1217
- aib(a) {
1229
+ aj9(a) {
1218
1230
  if (this.dataChart == null) {
1219
1231
  return;
1220
1232
  }
1221
1233
  for (let b = 0; b < this.dataChart.series.count; b++) {
1222
1234
  let c = this.dataChart.series._inner[b];
1223
- if (!this.adp(c)) {
1235
+ if (!this.ae8(c)) {
1224
1236
  continue;
1225
1237
  }
1226
1238
  a(c, b);
1227
1239
  }
1228
1240
  }
1229
- aic(a, b) {
1241
+ aka(a, b) {
1230
1242
  if (this.dataChart == null) {
1231
1243
  return;
1232
1244
  }
1233
1245
  for (let c = 0; c < this.dataChart.series.count; c++) {
1234
1246
  let d = this.dataChart.series._inner[c];
1235
- if (this.adp(d)) {
1247
+ if (this.ae8(d)) {
1236
1248
  continue;
1237
1249
  }
1238
- let e = this.afg(d, c);
1250
+ let e = this.ag9(d, c);
1239
1251
  a(d, e);
1240
1252
  }
1241
1253
  if (b) {
1242
- this.aie(a);
1254
+ this.akc(a);
1243
1255
  }
1244
1256
  }
1245
- aie(a) {
1257
+ akc(a) {
1246
1258
  if (this.zoomSliderChart == null) {
1247
1259
  return;
1248
1260
  }
@@ -1254,31 +1266,31 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1254
1266
  a(this.zoomSliderChart.series._inner[b], b);
1255
1267
  }
1256
1268
  }
1257
- afg(a, b) {
1269
+ ag9(a, b) {
1258
1270
  if (a.cb != this.dataChart) {
1259
1271
  return b;
1260
1272
  }
1261
- let c = this.au == null || this.au.dataSeries == null ? 0 : this.au.dataSeries.count;
1262
- let d = this.aca == null ? 0 : this.aca.count;
1273
+ let c = this.ba == null || this.ba.dataSeries == null ? 0 : this.ba.dataSeries.count;
1274
+ let d = this.adt == null ? 0 : this.adt.count;
1263
1275
  return b - (c * d);
1264
1276
  }
1265
- pt(a) {
1266
- super.pt(a);
1267
- this.aid(a);
1268
- this.aia(a);
1269
- this.aie(a);
1277
+ rc(a) {
1278
+ super.rc(a);
1279
+ this.akb(a);
1280
+ this.aj8(a);
1281
+ this.akc(a);
1270
1282
  }
1271
1283
  get volumeChart() {
1272
- return this.ac5;
1284
+ return this.aeo;
1273
1285
  }
1274
1286
  set volumeChart(a) {
1275
1287
  let b = this.volumeChart;
1276
1288
  if (a != b) {
1277
- this.ac5 = a;
1278
- this.qt("VolumeChart", b, this.volumeChart);
1289
+ this.aeo = a;
1290
+ this.sc("VolumeChart", b, this.volumeChart);
1279
1291
  }
1280
1292
  }
1281
- ai2() {
1293
+ ak1() {
1282
1294
  if (this.dataChart == null) {
1283
1295
  return;
1284
1296
  }
@@ -1287,136 +1299,136 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1287
1299
  let b = -1;
1288
1300
  for (let c = 0; c < this.dataChart.series.count; c++) {
1289
1301
  let d = this.dataChart.series._inner[c];
1290
- if (this.adp(d) || d.dc) {
1302
+ if (this.ae8(d) || d.dc) {
1291
1303
  continue;
1292
1304
  }
1293
1305
  b++;
1294
1306
  let e;
1295
- let f = this.abz;
1296
- f = this.aby(f);
1307
+ let f = this.adi;
1308
+ f = this.adh(f);
1297
1309
  switch (f) {
1298
1310
  case 2:
1299
- e = this.ac0();
1311
+ e = this.aej();
1300
1312
  break;
1301
1313
  case 3:
1302
- e = this.acy();
1314
+ e = this.aeh();
1303
1315
  break;
1304
1316
  default:
1305
1317
  case 1:
1306
- e = this.acz();
1318
+ e = this.aei();
1307
1319
  break;
1308
1320
  }
1309
- this.acg.setCategoryMode(e, 1);
1321
+ this.adz.setCategoryMode(e, 1);
1310
1322
  e.name = "volumeSeries_" + b;
1311
1323
  e.itemsSource = d.itemsSource;
1312
- this.acg.setXAxis(e, this.volumeXAxis);
1313
- this.acg.setYAxis(e, this.volumeAxis);
1314
- this.acg.setValueMemberPath(e, this.au != null && this.au.dataSeries != null && this.au.dataSeries.count > b ? this.au.dataSeries._inner[b].getMemberPathFor(15) : null);
1324
+ this.adz.setXAxis(e, this.volumeXAxis);
1325
+ this.adz.setYAxis(e, this.volumeAxis);
1326
+ this.adz.setValueMemberPath(e, this.ba != null && this.ba.dataSeries != null && this.ba.dataSeries.count > b ? this.ba.dataSeries._inner[b].getMemberPathFor(15) : null);
1315
1327
  e.title = d.title + " Volume";
1316
- e.o3 = ArrayExtension.getModulus$1(Brush.$, this.aa7, b);
1317
- e.o8 = ArrayExtension.getModulus$1(Brush.$, this.aa8, b);
1318
- e.gz = this.aew;
1328
+ e.o7 = ArrayExtension.getModulus$1(Brush.$, this.acq, b);
1329
+ e.pc = ArrayExtension.getModulus$1(Brush.$, this.acr, b);
1330
+ e.g1 = this.agk;
1319
1331
  a.add(e);
1320
1332
  }
1321
- let g = this.fh("volume", false);
1333
+ let g = this.ga("volume", false);
1322
1334
  if (g != null) {
1323
1335
  a.o(g);
1324
1336
  }
1325
1337
  for (let h = 0; h < a.count; h++) {
1326
1338
  let i = a._inner[h];
1327
1339
  this.volumeChart.series.add(i);
1328
- this.p8(i, h);
1340
+ this.rr(i, h);
1329
1341
  }
1330
1342
  }
1331
- adm(a) {
1332
- if (!this.adi) {
1343
+ ae5(a) {
1344
+ if (!this.ae1) {
1333
1345
  return false;
1334
1346
  }
1335
- return this.acg.matchesType(a);
1347
+ return this.adz.matchesType(a);
1336
1348
  }
1337
- adq(a) {
1338
- if (!this.adl) {
1349
+ ae9(a) {
1350
+ if (!this.ae4) {
1339
1351
  return false;
1340
1352
  }
1341
- return this.ace.matchesType(a);
1353
+ return this.adx.matchesType(a);
1342
1354
  }
1343
- adn(a) {
1344
- if (!this.adj) {
1355
+ ae6(a) {
1356
+ if (!this.ae2) {
1345
1357
  return false;
1346
1358
  }
1347
- return this.aci.matchesType(a);
1359
+ return this.ad1.matchesType(a);
1348
1360
  }
1349
- adp(a) {
1350
- if (!this.adk) {
1361
+ ae8(a) {
1362
+ if (!this.ae3) {
1351
1363
  return false;
1352
1364
  }
1353
- return this.acn.matchesType(a);
1365
+ return this.ad6.matchesType(a);
1354
1366
  }
1355
- ai1() {
1367
+ ak0() {
1356
1368
  if (this.dataChart == null) {
1357
1369
  return;
1358
1370
  }
1359
1371
  let a = 0;
1360
- let b = this.ab8 == null ? 0 : this.ab8.count;
1372
+ let b = this.adr == null ? 0 : this.adr.count;
1361
1373
  let c = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
1362
1374
  let d = b + c;
1363
1375
  for (let e = 0; e < d; e++) {
1364
1376
  let f = new List$1(Series.$, 0);
1365
1377
  let g = this.indicatorCharts._inner[e];
1366
1378
  let h = e >= b;
1367
- let i = h ? this.customIndicatorNames._inner[e - b] : EnumUtil.getName(FinancialIndicatorType_$type, this.ab8._inner[e]);
1379
+ let i = h ? this.customIndicatorNames._inner[e - b] : EnumUtil.getName(FinancialIndicatorType_$type, this.adr._inner[e]);
1368
1380
  let j = -1;
1369
1381
  for (let k = 0; k < this.dataChart.series.count; k++) {
1370
1382
  let l = this.dataChart.series._inner[k];
1371
- if (this.adp(l) || l.dc) {
1383
+ if (this.ae8(l) || l.dc) {
1372
1384
  continue;
1373
1385
  }
1374
1386
  j++;
1375
1387
  let m;
1376
1388
  if (h) {
1377
- let n = this.ac2("Custom");
1378
- this.aci.handleCustomIndicatorEvent(n, runOn(this, this.aig));
1389
+ let n = this.ael("Custom");
1390
+ this.ad1.handleCustomIndicatorEvent(n, runOn(this, this.ake));
1379
1391
  m = n;
1380
1392
  }
1381
1393
  else {
1382
- m = this.ac4(this.ab8._inner[e]);
1394
+ m = this.aen(this.adr._inner[e]);
1383
1395
  }
1384
1396
  if (m == null) {
1385
1397
  continue;
1386
1398
  }
1387
1399
  m.name = "indicator_" + a++;
1388
- this.aci.setXAxis(m, this.ad8._inner[e]);
1389
- this.aci.setYAxis(m, this.ad6._inner[e]);
1400
+ this.ad1.setXAxis(m, this.afr._inner[e]);
1401
+ this.ad1.setYAxis(m, this.afp._inner[e]);
1390
1402
  m.itemsSource = l.itemsSource;
1391
- this.aci.setOpenMemberPath(m, this.au.dataSeries._inner[j].getMemberPathFor(11));
1392
- this.aci.setHighMemberPath(m, this.au.dataSeries._inner[j].getMemberPathFor(12));
1393
- this.aci.setLowMemberPath(m, this.au.dataSeries._inner[j].getMemberPathFor(13));
1394
- this.aci.setCloseMemberPath(m, this.au.dataSeries._inner[j].getMemberPathFor(14));
1395
- this.aci.setVolumeMemberPath(m, this.au.dataSeries._inner[j].getMemberPathFor(15));
1403
+ this.ad1.setOpenMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(11));
1404
+ this.ad1.setHighMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(12));
1405
+ this.ad1.setLowMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(13));
1406
+ this.ad1.setCloseMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(14));
1407
+ this.ad1.setVolumeMemberPath(m, this.ba.dataSeries._inner[j].getMemberPathFor(15));
1396
1408
  m.title = l.title + " " + i;
1397
- m.o3 = ArrayExtension.getModulus$1(Brush.$, this.aa1, e);
1398
- m.gz = this.aes;
1399
- if (this.adn(m)) {
1400
- this.aci.setNegativeBrush(m, ArrayExtension.getModulus$1(Brush.$, this.aa2, e));
1401
- this.aci.setDisplayType(m, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ack, e));
1409
+ m.o7 = ArrayExtension.getModulus$1(Brush.$, this.ack, e);
1410
+ m.g1 = this.agg;
1411
+ if (this.ae6(m)) {
1412
+ this.ad1.setNegativeBrush(m, ArrayExtension.getModulus$1(Brush.$, this.acl, e));
1413
+ this.ad1.setDisplayType(m, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ad3, e));
1402
1414
  }
1403
- if (this.afi != -2147483648 && this.adn(m)) {
1404
- this.aci.setPeriodOverride(m, this.afi);
1415
+ if (this.ahb != -2147483648 && this.ae6(m)) {
1416
+ this.ad1.setPeriodOverride(m, this.ahb);
1405
1417
  }
1406
- if (this.adn(m)) {
1407
- this.aci.setSmoothingPeriod(m, this.afl);
1418
+ if (this.ae6(m)) {
1419
+ this.ad1.setSmoothingPeriod(m, this.ahe);
1408
1420
  }
1409
- if (this.adn(m)) {
1410
- this.aci.setSignalPeriod(m, this.afk);
1421
+ if (this.ae6(m)) {
1422
+ this.ad1.setSignalPeriod(m, this.ahd);
1411
1423
  }
1412
- if (this.adn(m)) {
1413
- this.aci.setShortPeriod(m, this.afj);
1414
- this.aci.setLongPeriod(m, this.afh);
1424
+ if (this.ae6(m)) {
1425
+ this.ad1.setShortPeriod(m, this.ahc);
1426
+ this.ad1.setLongPeriod(m, this.aha);
1415
1427
  }
1416
- this.p8(m, e);
1428
+ this.rr(m, e);
1417
1429
  f.add(m);
1418
1430
  }
1419
- let o = this.fh(i, false);
1431
+ let o = this.ga(i, false);
1420
1432
  for (let p = 0; p < f.count; p++) {
1421
1433
  let q = f._inner[p];
1422
1434
  g.series.add(q);
@@ -1425,62 +1437,62 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1425
1437
  for (let r = 0; r < o.count; r++) {
1426
1438
  let s = o._inner[r];
1427
1439
  g.series.add(s);
1428
- this.p8(s, r);
1440
+ this.rr(s, r);
1429
1441
  }
1430
1442
  }
1431
1443
  }
1432
1444
  }
1433
- ac2(indicatorName_) {
1445
+ ael(indicatorName_) {
1434
1446
  return (this.externalObject.createIndicator(indicatorName_ + 'Indicator').i);
1435
1447
  }
1436
- ac4(a) {
1437
- return this.ac2(EnumUtil.getName(FinancialIndicatorType_$type, a));
1448
+ aen(a) {
1449
+ return this.ael(EnumUtil.getName(FinancialIndicatorType_$type, a));
1438
1450
  }
1439
- ajj(a) {
1440
- if (this.abs == null) {
1451
+ ali(a) {
1452
+ if (this.adb == null) {
1441
1453
  return;
1442
1454
  }
1443
1455
  let b = this.xAxis;
1444
1456
  if (b.actualMinimumValue > b.actualMaximumValue) {
1445
1457
  return;
1446
1458
  }
1447
- this.abs.as = b.actualMinimumValue;
1448
- this.abs.ar = b.actualMaximumValue;
1459
+ this.adb.as = b.actualMinimumValue;
1460
+ this.adb.ar = b.actualMaximumValue;
1449
1461
  if (a) {
1450
- this.abs.au = b.visibleMinimum;
1451
- this.abs.at = b.visibleMaximum;
1462
+ this.adb.au = b.visibleMinimum;
1463
+ this.adb.at = b.visibleMaximum;
1452
1464
  }
1453
- this.abs.bn();
1465
+ this.adb.bn();
1454
1466
  }
1455
- iv() {
1467
+ ju() {
1456
1468
  let a = ((() => {
1457
1469
  let $ret = new FinancialChartVisualData();
1458
- $ret.mainChart = super.iv();
1459
- $ret.volumeChart = this.volumeChart == null ? null : this.volumeChart.u2();
1460
- $ret.toolbar = this.abs == null ? null : this.abs.aj();
1461
- $ret.zoomChart = this.zoomSliderChart == null ? null : this.zoomSliderChart.u2();
1470
+ $ret.mainChart = super.ju();
1471
+ $ret.volumeChart = this.volumeChart == null ? null : this.volumeChart.vw();
1472
+ $ret.toolbar = this.adb == null ? null : this.adb.aj();
1473
+ $ret.zoomChart = this.zoomSliderChart == null ? null : this.zoomSliderChart.vw();
1462
1474
  return $ret;
1463
1475
  })());
1464
1476
  if (this.indicatorCharts != null) {
1465
1477
  a.indicatorCharts = new List$1(Base.$, 0);
1466
1478
  for (let b of fromEnum(this.indicatorCharts)) {
1467
- a.indicatorCharts.add1(b.u2());
1479
+ a.indicatorCharts.add1(b.vw());
1468
1480
  }
1469
1481
  }
1470
1482
  if (this.dataChart != null) {
1471
- a.mainChartLeft = this.ajs(this.dataChart).x;
1472
- a.mainChartTop = this.ajs(this.dataChart).y;
1483
+ a.mainChartLeft = this.alr(this.dataChart).x;
1484
+ a.mainChartTop = this.alr(this.dataChart).y;
1473
1485
  }
1474
1486
  if (this.volumeChart != null) {
1475
- a.volumeChartLeft = this.ajs(this.volumeChart).x;
1476
- a.volumeChartTop = this.ajs(this.volumeChart).y;
1487
+ a.volumeChartLeft = this.alr(this.volumeChart).x;
1488
+ a.volumeChartTop = this.alr(this.volumeChart).y;
1477
1489
  }
1478
1490
  if (this.zoomSliderChart != null) {
1479
- a.zoomChartLeft = this.ajs(this.zoomSliderChart).x;
1480
- a.zoomChartTop = this.ajs(this.zoomSliderChart).y;
1491
+ a.zoomChartLeft = this.alr(this.zoomSliderChart).x;
1492
+ a.zoomChartTop = this.alr(this.zoomSliderChart).y;
1481
1493
  }
1482
- if (this.abs != null) {
1483
- let c = this.ajt(this.abs);
1494
+ if (this.adb != null) {
1495
+ let c = this.als(this.adb);
1484
1496
  a.toolbarLeft = c.left;
1485
1497
  a.toolbarTop = c.top;
1486
1498
  a.toolbarWidth = c.width;
@@ -1490,81 +1502,81 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1490
1502
  a.indicatorChartLefts = new List$1(Number_$type, 0);
1491
1503
  a.indicatorChartTops = new List$1(Number_$type, 0);
1492
1504
  for (let d of fromEnum(this.indicatorCharts)) {
1493
- a.indicatorChartLefts.add(this.ajs(d).x);
1494
- a.indicatorChartTops.add(this.ajs(d).y);
1505
+ a.indicatorChartLefts.add(this.alr(d).x);
1506
+ a.indicatorChartTops.add(this.alr(d).y);
1495
1507
  }
1496
1508
  }
1497
- let e = this.ajv();
1509
+ let e = this.alu();
1498
1510
  a.legendLeft = e.left;
1499
1511
  a.legendTop = e.top;
1500
1512
  a.legendWidth = e.width;
1501
1513
  a.legendHeight = e.height;
1502
- a.legend = this.acc == null ? null : this.acc.exportVisualData();
1514
+ a.legend = this.adv == null ? null : this.adv.exportVisualData();
1503
1515
  return a;
1504
1516
  }
1505
- af7() {
1506
- let a = this.iv();
1517
+ ah0() {
1518
+ let a = this.ju();
1507
1519
  a.scaleByViewport();
1508
1520
  return a.serialize();
1509
1521
  }
1510
- ac3(overlayName_) {
1522
+ aem(overlayName_) {
1511
1523
  return (this.externalObject.createOverlay(overlayName_ + 'Overlay').i);
1512
1524
  }
1513
- aji() {
1525
+ alh() {
1514
1526
  if (this.dataChart == null) {
1515
1527
  return;
1516
1528
  }
1517
1529
  let a = new List$1(Series.$, 0);
1518
1530
  for (let b of fromEnum(this.dataChart.series)) {
1519
- if (this.adp(b)) {
1531
+ if (this.ae8(b)) {
1520
1532
  a.add(b);
1521
1533
  }
1522
1534
  }
1523
1535
  for (let c of fromEnum(a)) {
1524
1536
  this.dataChart.series.remove(c);
1525
1537
  }
1526
- if (this.aca == null) {
1538
+ if (this.adt == null) {
1527
1539
  return;
1528
1540
  }
1529
1541
  let d = new List$1(Series.$, 0);
1530
1542
  let e = -1;
1531
1543
  for (let f = 0; f < this.dataChart.series.count; f++) {
1532
1544
  let g = this.dataChart.series._inner[f];
1533
- if (this.adp(g) || g.dc) {
1545
+ if (this.ae8(g) || g.dc) {
1534
1546
  continue;
1535
1547
  }
1536
1548
  e++;
1537
- for (let h = 0; h < this.aca.count; h++) {
1538
- let i = this.aca._inner[h];
1549
+ for (let h = 0; h < this.adt.count; h++) {
1550
+ let i = this.adt._inner[h];
1539
1551
  let j;
1540
1552
  switch (i) {
1541
1553
  case 1:
1542
- j = this.ac3(EnumUtil.getName(FinancialOverlayType_$type, i));
1554
+ j = this.aem(EnumUtil.getName(FinancialOverlayType_$type, i));
1543
1555
  break;
1544
1556
  default:
1545
1557
  case 0:
1546
- j = this.ac3(EnumUtil.getName(FinancialOverlayType_$type, i));
1558
+ j = this.aem(EnumUtil.getName(FinancialOverlayType_$type, i));
1547
1559
  break;
1548
1560
  }
1549
1561
  j.name = g.name + "_" + EnumUtil.getName(FinancialOverlayType_$type, i);
1550
- this.acn.setXAxis(j, this.xAxis);
1551
- this.acn.setYAxis(j, this.yAxis);
1562
+ this.ad6.setXAxis(j, this.xAxis);
1563
+ this.ad6.setYAxis(j, this.yAxis);
1552
1564
  j.itemsSource = g.itemsSource;
1553
- let k = e * this.aca.count + h;
1554
- j.o3 = ArrayExtension.getModulus$1(Brush.$, this.aa5, k);
1555
- j.o8 = ArrayExtension.getModulus$1(Brush.$, this.aa6, k);
1556
- j.gz = this.aeu;
1565
+ let k = e * this.adt.count + h;
1566
+ j.o7 = ArrayExtension.getModulus$1(Brush.$, this.aco, k);
1567
+ j.pc = ArrayExtension.getModulus$1(Brush.$, this.acp, k);
1568
+ j.g1 = this.agi;
1557
1569
  j.title = g.title + " " + EnumUtil.getName(FinancialOverlayType_$type, i);
1558
1570
  let l = g;
1559
1571
  if (l == null) {
1560
1572
  continue;
1561
1573
  }
1562
- let m = this.au.dataSeries._inner[e];
1563
- this.acn.setOpenMemberPath(j, m.getMemberPathFor(11));
1564
- this.acn.setHighMemberPath(j, m.getMemberPathFor(12));
1565
- this.acn.setLowMemberPath(j, m.getMemberPathFor(13));
1566
- this.acn.setCloseMemberPath(j, m.getMemberPathFor(14));
1567
- this.acn.setVolumeMemberPath(j, m.getMemberPathFor(15));
1574
+ let m = this.ba.dataSeries._inner[e];
1575
+ this.ad6.setOpenMemberPath(j, m.getMemberPathFor(11));
1576
+ this.ad6.setHighMemberPath(j, m.getMemberPathFor(12));
1577
+ this.ad6.setLowMemberPath(j, m.getMemberPathFor(13));
1578
+ this.ad6.setCloseMemberPath(j, m.getMemberPathFor(14));
1579
+ this.ad6.setVolumeMemberPath(j, m.getMemberPathFor(15));
1568
1580
  d.add(j);
1569
1581
  }
1570
1582
  }
@@ -1580,53 +1592,53 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1580
1592
  for (let p = 0; p < d.count; p++) {
1581
1593
  let q = d._inner[p];
1582
1594
  this.dataChart.series.add(q);
1583
- this.p8(q, p);
1595
+ this.rr(q, p);
1584
1596
  }
1585
1597
  }
1586
- ajg() {
1587
- if (this.adv) {
1598
+ alf() {
1599
+ if (this.afe) {
1588
1600
  return;
1589
1601
  }
1590
- this.adv = true;
1602
+ this.afe = true;
1591
1603
  if (this.indicatorCharts != null) {
1592
1604
  let a = this.indicatorCharts;
1593
1605
  this.indicatorCharts = null;
1594
1606
  for (let b of fromEnum(a)) {
1595
- this.aix(b);
1607
+ this.akv(b);
1596
1608
  }
1597
1609
  }
1598
- if ((this.ab8 == null || this.ab8.count == 0) && (this.customIndicatorNames == null || this.customIndicatorNames.count == 0)) {
1610
+ if ((this.adr == null || this.adr.count == 0) && (this.customIndicatorNames == null || this.customIndicatorNames.count == 0)) {
1599
1611
  this.indicatorCharts = null;
1600
- if (this.ad6 != null) {
1601
- this.ad6.clear();
1612
+ if (this.afp != null) {
1613
+ this.afp.clear();
1602
1614
  }
1603
- if (this.ad8 != null) {
1604
- this.ad8.clear();
1615
+ if (this.afr != null) {
1616
+ this.afr.clear();
1605
1617
  }
1606
- this.ai7();
1607
- this.ajh();
1608
- this.adv = false;
1618
+ this.ak6();
1619
+ this.alg();
1620
+ this.afe = false;
1609
1621
  return;
1610
1622
  }
1611
1623
  if (this.indicatorCharts == null) {
1612
1624
  this.indicatorCharts = new List$1(XamDataChart.$, 0);
1613
1625
  }
1614
1626
  this.indicatorCharts.clear();
1615
- this.ad6.clear();
1616
- this.ad8.clear();
1617
- let c = this.ab8 == null ? 0 : this.ab8.count;
1627
+ this.afp.clear();
1628
+ this.afr.clear();
1629
+ let c = this.adr == null ? 0 : this.adr.count;
1618
1630
  let d = this.customIndicatorNames == null ? 0 : this.customIndicatorNames.count;
1619
1631
  let e = c + d;
1620
1632
  for (let f = 0; f < e; f++) {
1621
1633
  let g = new XamDataChart();
1622
1634
  this.indicatorCharts.add(g);
1623
- this.aiv(g);
1635
+ this.akt(g);
1624
1636
  let h = f >= c;
1625
1637
  if (h) {
1626
- g.jw = this.customIndicatorNames._inner[f - c];
1638
+ g.kg = this.customIndicatorNames._inner[f - c];
1627
1639
  }
1628
1640
  else {
1629
- g.jw = this.af9(this.ab8._inner[f]);
1641
+ g.kg = this.ah2(this.adr._inner[f]);
1630
1642
  }
1631
1643
  if (this.indicatorAxis != null) {
1632
1644
  let i;
@@ -1638,73 +1650,73 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1638
1650
  else {
1639
1651
  i = new NumericYAxis();
1640
1652
  if (!this.indicatorXAxis.cd) {
1641
- j = this.abe(0);
1653
+ j = this.acx(0);
1642
1654
  }
1643
1655
  else {
1644
- j = this.abe(1);
1656
+ j = this.acx(1);
1645
1657
  }
1646
1658
  }
1647
1659
  j.name = "indicatorXAxis_" + f;
1648
1660
  i.name = "indicatorAxis_" + f;
1649
1661
  g.axes.add(i);
1650
1662
  g.axes.add(j);
1651
- this.ad6.add(i);
1652
- this.ad8.add(j);
1653
- if (this.ei) {
1654
- this.y5(i);
1663
+ this.afp.add(i);
1664
+ this.afr.add(j);
1665
+ if (this.e8) {
1666
+ this.aao(i);
1655
1667
  }
1656
- if (this.ei) {
1657
- this.y3(j);
1668
+ if (this.e8) {
1669
+ this.aam(j);
1658
1670
  }
1659
1671
  }
1660
1672
  }
1661
- this.ai1();
1662
- this.ai7();
1663
- if (this.abs != null) {
1664
- this.abs.ae = this.ab8;
1673
+ this.ak0();
1674
+ this.ak6();
1675
+ if (this.adb != null) {
1676
+ this.adb.ae = this.adr;
1665
1677
  }
1666
- this.ah6();
1667
- this.ajh();
1668
- this.adv = false;
1678
+ this.aj4();
1679
+ this.alg();
1680
+ this.afe = false;
1669
1681
  }
1670
- p0() {
1671
- super.p0();
1672
- this.y3(this.xAxis);
1673
- this.y3(this.volumeXAxis);
1674
- if (this.ad8 != null) {
1675
- for (let a of fromEnum(this.ad8)) {
1676
- this.y3(a);
1682
+ rj() {
1683
+ super.rj();
1684
+ this.aam(this.xAxis);
1685
+ this.aam(this.volumeXAxis);
1686
+ if (this.afr != null) {
1687
+ for (let a of fromEnum(this.afr)) {
1688
+ this.aam(a);
1677
1689
  }
1678
1690
  }
1679
- this.y5(this.yAxis);
1680
- this.y5(this.volumeAxis);
1681
- if (this.ad6 != null) {
1682
- for (let b of fromEnum(this.ad6)) {
1683
- this.y5(b);
1691
+ this.aao(this.yAxis);
1692
+ this.aao(this.volumeAxis);
1693
+ if (this.afp != null) {
1694
+ for (let b of fromEnum(this.afp)) {
1695
+ this.aao(b);
1684
1696
  }
1685
1697
  }
1686
- this.y3(this.zoomSliderXAxis);
1687
- this.y5(this.zoomSliderAxis);
1698
+ this.aam(this.zoomSliderXAxis);
1699
+ this.aao(this.zoomSliderAxis);
1688
1700
  }
1689
- get_e5() {
1690
- return !this.adt;
1701
+ get_fw() {
1702
+ return !this.afc;
1691
1703
  }
1692
- get ad1() {
1704
+ get afk() {
1693
1705
  return (this.externalObject._dynamicContent);
1694
1706
  }
1695
- ajo(a, b) {
1696
- this.aja(a, b);
1697
- this.ah6();
1707
+ aln(a, b) {
1708
+ this.ak9(a, b);
1709
+ this.aj4();
1698
1710
  if (this.zoomSliderChart != null) {
1699
1711
  this.zoomSliderChart.axes.add(this.zoomSliderAxis);
1700
1712
  this.zoomSliderChart.axes.add(this.zoomSliderXAxis);
1701
1713
  }
1702
- this.ai3();
1714
+ this.ak2();
1703
1715
  this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
1704
- this.ai8();
1705
- this.ajp(a, b);
1716
+ this.ak7();
1717
+ this.alo(a, b);
1706
1718
  }
1707
- ai3() {
1719
+ ak2() {
1708
1720
  if (this.dataChart == null || this.zoomSliderChart == null) {
1709
1721
  return;
1710
1722
  }
@@ -1712,15 +1724,15 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1712
1724
  let a = new List$1(Series.$, 0);
1713
1725
  for (let b = 0; b < this.dataChart.series.count; b++) {
1714
1726
  let c = this.dataChart.series._inner[b];
1715
- if (this.adp(c) || c.dc) {
1727
+ if (this.ae8(c) || c.dc) {
1716
1728
  continue;
1717
1729
  }
1718
1730
  let d;
1719
- let e = this.ab6;
1720
- e = this.ab5(e);
1721
- let f = this.afg(c, b);
1731
+ let e = this.adp;
1732
+ e = this.ado(e);
1733
+ let f = this.ag9(c, b);
1722
1734
  if (e == 1) {
1723
- switch (this.abw(this.au != null && this.au.dataSeries != null && this.au.dataSeries.count > f ? this.au.dataSeries._inner[f] : null)) {
1735
+ switch (this.adf(this.ba != null && this.ba.dataSeries != null && this.ba.dataSeries.count > f ? this.ba.dataSeries._inner[f] : null)) {
1724
1736
  case 1:
1725
1737
  e = 2;
1726
1738
  break;
@@ -1737,57 +1749,57 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1737
1749
  }
1738
1750
  switch (e) {
1739
1751
  case 2:
1740
- d = this.ac1();
1741
- this.ace.setDisplayType(d, 1);
1752
+ d = this.aek();
1753
+ this.adx.setDisplayType(d, 1);
1742
1754
  break;
1743
1755
  case 3:
1744
- d = this.ac1();
1745
- this.ace.setDisplayType(d, 0);
1756
+ d = this.aek();
1757
+ this.adx.setDisplayType(d, 0);
1746
1758
  break;
1747
1759
  case 5:
1748
- d = this.ac0();
1760
+ d = this.aej();
1749
1761
  break;
1750
1762
  case 6:
1751
- d = this.acy();
1763
+ d = this.aeh();
1752
1764
  break;
1753
1765
  default:
1754
1766
  case 4:
1755
- d = this.acz();
1767
+ d = this.aei();
1756
1768
  break;
1757
1769
  }
1758
- let g = this.au != null && this.au.dataSeries != null && this.au.dataSeries.count > f ? this.au.dataSeries._inner[f] : null;
1759
- if (d.dg && !d.dp) {
1760
- this.acg.setCategoryMode(d, 1);
1761
- this.acg.setXAxis(d, this.zoomSliderXAxis);
1762
- this.acg.setYAxis(d, this.zoomSliderAxis);
1763
- this.acg.setValueMemberPath(d, g == null ? null : this.aga(g));
1764
- }
1765
- else if (d.dp) {
1766
- this.ace.setCategoryMode(d, 1);
1767
- this.ace.setXAxis(d, this.zoomSliderXAxis);
1768
- this.ace.setYAxis(d, this.zoomSliderAxis);
1770
+ let g = this.ba != null && this.ba.dataSeries != null && this.ba.dataSeries.count > f ? this.ba.dataSeries._inner[f] : null;
1771
+ if (d.dh && !d.dq) {
1772
+ this.adz.setCategoryMode(d, 1);
1773
+ this.adz.setXAxis(d, this.zoomSliderXAxis);
1774
+ this.adz.setYAxis(d, this.zoomSliderAxis);
1775
+ this.adz.setValueMemberPath(d, g == null ? null : this.ah3(g));
1776
+ }
1777
+ else if (d.dq) {
1778
+ this.adx.setCategoryMode(d, 1);
1779
+ this.adx.setXAxis(d, this.zoomSliderXAxis);
1780
+ this.adx.setYAxis(d, this.zoomSliderAxis);
1769
1781
  if (g != null) {
1770
- this.ace.setOpenMemberPath(d, g.getMemberPathFor(11));
1771
- this.ace.setHighMemberPath(d, g.getMemberPathFor(12));
1772
- this.ace.setLowMemberPath(d, g.getMemberPathFor(13));
1773
- this.ace.setCloseMemberPath(d, g.getMemberPathFor(14));
1774
- this.ace.setVolumeMemberPath(d, g.getMemberPathFor(15));
1782
+ this.adx.setOpenMemberPath(d, g.getMemberPathFor(11));
1783
+ this.adx.setHighMemberPath(d, g.getMemberPathFor(12));
1784
+ this.adx.setLowMemberPath(d, g.getMemberPathFor(13));
1785
+ this.adx.setCloseMemberPath(d, g.getMemberPathFor(14));
1786
+ this.adx.setVolumeMemberPath(d, g.getMemberPathFor(15));
1775
1787
  }
1776
1788
  }
1777
1789
  d.name = "zoomSliderSeries_" + f;
1778
1790
  d.itemsSource = c.itemsSource;
1779
1791
  d.title = c.title;
1780
- d.gz = this.ht;
1792
+ d.g1 = this.im;
1781
1793
  a.add(d);
1782
1794
  }
1783
1795
  for (let h = 0; h < a.count; h++) {
1784
1796
  let i = a._inner[h];
1785
1797
  this.zoomSliderChart.series.add(i);
1786
- this.p8(i, h);
1798
+ this.rr(i, h);
1787
1799
  }
1788
1800
  }
1789
- qn(a, b, c) {
1790
- super.qn(a, b, c);
1801
+ r6(a, b, c) {
1802
+ super.r6(a, b, c);
1791
1803
  if (a == null || !b) {
1792
1804
  return;
1793
1805
  }
@@ -1811,36 +1823,36 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1811
1823
  a(this.zoomSliderChart);
1812
1824
  }
1813
1825
  }
1814
- aig(a, b) {
1826
+ ake(a, b) {
1815
1827
  let c = b;
1816
1828
  let d = a;
1817
1829
  let e = -1;
1818
1830
  if (this.indicatorCharts != null) {
1819
1831
  e = this.indicatorCharts.indexOf(d.cb);
1820
1832
  }
1821
- e -= this.ab8 == null ? 0 : this.ab8.count;
1833
+ e -= this.adr == null ? 0 : this.adr.count;
1822
1834
  if (this.applyCustomIndicators != null) {
1823
1835
  this.applyCustomIndicators(this, new FinancialChartCustomIndicatorArgs(c, d, e));
1824
1836
  }
1825
1837
  }
1826
- ajc(a, b, c) {
1838
+ alb(a, b, c) {
1827
1839
  if (a != null) {
1828
1840
  if (b != null) {
1829
1841
  a.axes.remove(b);
1830
1842
  }
1831
1843
  a.axes.add(c);
1832
1844
  }
1833
- if (this.ei) {
1834
- this.y3(c);
1845
+ if (this.e8) {
1846
+ this.aam(c);
1835
1847
  }
1836
1848
  }
1837
- get ad0() {
1849
+ get afj() {
1838
1850
  return TypeRegistrar.isRegistered("IgxZoomSliderComponent");
1839
1851
  }
1840
- aih(a, b) {
1841
- this.ajg();
1852
+ akf(a, b) {
1853
+ this.alf();
1842
1854
  }
1843
- adr(a, b) {
1855
+ afa(a, b) {
1844
1856
  if (b <= (0)) {
1845
1857
  return false;
1846
1858
  }
@@ -1854,61 +1866,61 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1854
1866
  }
1855
1867
  return false;
1856
1868
  }
1857
- ai6() {
1858
- let a = this.abq != null ? this.abq : new FinancialChartRangeSelectorOptionCollection(1, [5, 4, 3, 2, 1, 0]);
1869
+ ak5() {
1870
+ let a = this.ac9 != null ? this.ac9 : new FinancialChartRangeSelectorOptionCollection(1, [5, 4, 3, 2, 1, 0]);
1859
1871
  let b = new FinancialChartRangeSelectorOptionCollection(0);
1860
1872
  let c = this.xAxis;
1861
1873
  let d = +(c.actualMaximumValue) - +(c.actualMinimumValue);
1862
1874
  for (let e of fromEnum(a)) {
1863
- if (this.adr(e, d)) {
1875
+ if (this.afa(e, d)) {
1864
1876
  b.add(e);
1865
1877
  }
1866
1878
  }
1867
- this.abp = b;
1868
- if (this.abs != null) {
1869
- this.abs.u = this.abp;
1879
+ this.ac8 = b;
1880
+ if (this.adb != null) {
1881
+ this.adb.u = this.ac8;
1870
1882
  }
1871
1883
  }
1872
- ail(a, b) {
1873
- this.ai6();
1884
+ akj(a, b) {
1885
+ this.ak5();
1874
1886
  }
1875
- aiq(a, b) {
1876
- this.aca = this.abs.ag;
1887
+ ako(a, b) {
1888
+ this.adt = this.adb.ag;
1877
1889
  }
1878
- aip(a, b) {
1879
- this.ab8 = this.abs.ae;
1890
+ akn(a, b) {
1891
+ this.adr = this.adb.ae;
1880
1892
  }
1881
- aij(a, b) {
1882
- this.ajg();
1893
+ akh(a, b) {
1894
+ this.alf();
1883
1895
  }
1884
- aik(a, b) {
1885
- this.aji();
1896
+ aki(a, b) {
1897
+ this.alh();
1886
1898
  }
1887
- aiu(a, b) {
1899
+ aks(a, b) {
1888
1900
  let c = a;
1889
1901
  if (c.bf == null) {
1890
1902
  return;
1891
1903
  }
1892
- if (this.adt) {
1893
- this.ai5(c.bf);
1904
+ if (this.afc) {
1905
+ this.ak4(c.bf);
1894
1906
  }
1895
1907
  }
1896
- aix(a) {
1908
+ akv(a) {
1897
1909
  SyncManager.e(a);
1898
1910
  a.axes.clear();
1899
1911
  a.series.clear();
1900
- a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.aii));
1912
+ a.gridAreaRectChanged = delegateRemove(a.gridAreaRectChanged, runOn(this, this.akg));
1901
1913
  a.provideContainer(null);
1902
1914
  if (this.volumeChart == null && this.indicatorCharts == null) {
1903
1915
  this.yAxis.er = this.volumeAxis.er = this.indicatorAxis.er = 0;
1904
- this.xAxis.ay.visibility = this.aar;
1916
+ this.xAxis.ay.visibility = this.aca;
1905
1917
  }
1906
1918
  }
1907
- aiv(a) {
1919
+ akt(a) {
1908
1920
  let b = a != this.zoomSliderChart;
1909
1921
  if (b) {
1910
1922
  if (this.dataChart != null) {
1911
- a.sv = new Rect(0, this.dataChart.sf.x, a.sv.y, this.dataChart.sf.width, a.sv.height);
1923
+ a.tp = new Rect(0, this.dataChart.s9.x, a.tp.y, this.dataChart.s9.width, a.tp.height);
1912
1924
  }
1913
1925
  let c = ((() => {
1914
1926
  let $ret = new SyncSettings();
@@ -1920,95 +1932,95 @@ export let FinancialChart = /*@__PURE__*/ (() => {
1920
1932
  SyncManager.d(a, c);
1921
1933
  SyncManager.c(a);
1922
1934
  }
1923
- a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.aii));
1924
- this.p2(a);
1935
+ a.gridAreaRectChanged = delegateCombine(a.gridAreaRectChanged, runOn(this, this.akg));
1936
+ this.rl(a);
1925
1937
  }
1926
- ah6() {
1938
+ aj4() {
1927
1939
  if (this.indicatorCharts != null || this.volumeChart != null) {
1928
- this.y1(this.xAxis, (a) => a.visibility = 1);
1940
+ this.aak(this.xAxis, (a) => a.visibility = 1);
1929
1941
  }
1930
- for (let a = 0; a < this.ad8.count; a++) {
1931
- let b = this.ad8._inner[a];
1932
- let c = a < this.ad8.count - 1 || this.volumeChart != null;
1933
- this.y1(b, (d) => d.visibility = c ? 1 : 0);
1942
+ for (let a = 0; a < this.afr.count; a++) {
1943
+ let b = this.afr._inner[a];
1944
+ let c = a < this.afr.count - 1 || this.volumeChart != null;
1945
+ this.aak(b, (d) => d.visibility = c ? 1 : 0);
1934
1946
  }
1935
1947
  }
1936
- aja(a, b) {
1948
+ ak9(a, b) {
1937
1949
  if (a != null) {
1938
- this.aix(a);
1950
+ this.akv(a);
1939
1951
  }
1940
1952
  if (b != null) {
1941
- this.aiv(b);
1953
+ this.akt(b);
1942
1954
  }
1943
1955
  }
1944
- ajm(a, b) {
1945
- this.aja(a, b);
1946
- this.ah6();
1956
+ all(a, b) {
1957
+ this.ak9(a, b);
1958
+ this.aj4();
1947
1959
  if (this.volumeChart != null) {
1948
1960
  if (this.volumeAxis != null) {
1949
1961
  this.volumeChart.axes.add(this.volumeAxis);
1950
1962
  this.volumeChart.axes.add(this.volumeXAxis);
1951
1963
  }
1952
- this.ai2();
1964
+ this.ak1();
1953
1965
  this.volumeXAxis.itemsSource = this.xAxis.itemsSource;
1954
1966
  }
1955
- this.ajn(a, b);
1967
+ this.alm(a, b);
1956
1968
  }
1957
- aim(a, b) {
1958
- this.ajk();
1969
+ akk(a, b) {
1970
+ this.alj();
1959
1971
  }
1960
- ajk() {
1961
- if (this.abs == null || +(this.abs.au) == +(dateMaxValue()) || +(this.abs.at) == +(dateMinValue()) || this.dataChart == null) {
1972
+ alj() {
1973
+ if (this.adb == null || +(this.adb.au) == +(dateMaxValue()) || +(this.adb.at) == +(dateMinValue()) || this.dataChart == null) {
1962
1974
  return;
1963
1975
  }
1964
1976
  let a = this.xAxis;
1965
- let b = a.getWindowRectForSelection(this.abs.au, this.abs.at);
1977
+ let b = a.getWindowRectForSelection(this.adb.au, this.adb.at);
1966
1978
  if (b.width == 0 || isNaN_(b.width) || isInfinity(b.width)) {
1967
1979
  return;
1968
1980
  }
1969
- this.adu = true;
1970
- this.dataChart.sv = new Rect(0, b.left, this.dataChart.sv.top, b.width, this.dataChart.sv.height);
1971
- if (this.ada != null) {
1972
- this.ada.windowRect = this.dataChart.sf;
1981
+ this.afd = true;
1982
+ this.dataChart.tp = new Rect(0, b.left, this.dataChart.tp.top, b.width, this.dataChart.tp.height);
1983
+ if (this.aet != null) {
1984
+ this.aet.windowRect = this.dataChart.s9;
1973
1985
  }
1974
- if (this.adt) {
1975
- this.ai5(this.dataChart);
1986
+ if (this.afc) {
1987
+ this.ak4(this.dataChart);
1976
1988
  }
1977
- this.adu = false;
1989
+ this.afd = false;
1978
1990
  }
1979
- ait(a, b) {
1980
- this.ai6();
1981
- this.ajj(!this.adu);
1991
+ akr(a, b) {
1992
+ this.ak5();
1993
+ this.ali(!this.afd);
1982
1994
  }
1983
- aif(a, b) {
1984
- if (!this.adu) {
1985
- if (this.adt) {
1986
- this.ai5(a);
1995
+ akd(a, b) {
1996
+ if (!this.afd) {
1997
+ if (this.afc) {
1998
+ this.ak4(a);
1987
1999
  }
1988
2000
  let c = false;
1989
- let d = this.qy(() => this.ajj(true), c);
2001
+ let d = this.sh(() => this.ali(true), c);
1990
2002
  c = d.p1;
1991
- if (this.ada != null) {
1992
- this.ada.windowRect = this.dataChart.sf;
2003
+ if (this.aet != null) {
2004
+ this.aet.windowRect = this.dataChart.s9;
1993
2005
  }
1994
2006
  }
1995
2007
  }
1996
- aje(a, b, c, d) {
2008
+ ald(a, b, c, d) {
1997
2009
  if (a == null || b == null) {
1998
2010
  return;
1999
2011
  }
2000
2012
  if (c != -1) {
2001
- this.adu = true;
2002
- a.sv = new Rect(0, d, a.sf.top, c, a.sf.height);
2003
- this.adu = false;
2013
+ this.afd = true;
2014
+ a.tp = new Rect(0, d, a.s9.top, c, a.s9.height);
2015
+ this.afd = false;
2004
2016
  }
2005
2017
  let e = 1.7976931348623157E+308;
2006
2018
  let f = -1.7976931348623157E+308;
2007
2019
  let g = new Rect(0, 0, 0, 1, 1);
2008
- let h = new ScalerParams(0, g, g, this.yAxis.cg, a.sj);
2020
+ let h = new ScalerParams(0, g, g, this.yAxis.cg, a.td);
2009
2021
  for (let i of fromEnum(a.series)) {
2010
- h.b = i.gc();
2011
- let j = i.aq(a.sf);
2022
+ h.b = i.ge();
2023
+ let j = i.aq(a.s9);
2012
2024
  let k = j == null || j.c == 1.7976931348623157E+308 || isNaN_(j.c);
2013
2025
  if (k) {
2014
2026
  continue;
@@ -2018,51 +2030,51 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2018
2030
  f = Math.max(f, l);
2019
2031
  e = Math.min(e, m);
2020
2032
  }
2021
- let n = a.sf.width;
2033
+ let n = a.s9.width;
2022
2034
  if (c != -1) {
2023
2035
  n = c;
2024
2036
  }
2025
- let o = a.sf.left;
2037
+ let o = a.s9.left;
2026
2038
  if (d != -1) {
2027
2039
  o = d;
2028
2040
  }
2029
2041
  if (e == 1.7976931348623157E+308 || f == -1.7976931348623157E+308 || isNaN_(e) || isNaN_(f)) {
2030
2042
  return;
2031
2043
  }
2032
- this.adu = true;
2044
+ this.afd = true;
2033
2045
  let p = new Rect(0, o, e, n, f - e);
2034
- a.sv = p;
2035
- this.adu = false;
2046
+ a.tp = p;
2047
+ this.afd = false;
2036
2048
  }
2037
- ajd(a) {
2049
+ alc(a) {
2038
2050
  if (a == null) {
2039
2051
  return;
2040
2052
  }
2041
2053
  if (a == this.dataChart) {
2042
- this.aje(this.dataChart, this.yAxis, -1, -1);
2054
+ this.ald(this.dataChart, this.yAxis, -1, -1);
2043
2055
  if (this.volumeChart != null) {
2044
- this.aje(this.volumeChart, this.volumeAxis, this.dataChart.sf.width, this.dataChart.sf.left);
2056
+ this.ald(this.volumeChart, this.volumeAxis, this.dataChart.s9.width, this.dataChart.s9.left);
2045
2057
  }
2046
2058
  }
2047
2059
  else if (a == this.volumeChart) {
2048
- this.aje(this.volumeChart, this.volumeAxis, -1, -1);
2049
- this.aje(this.dataChart, this.yAxis, this.volumeChart.sf.width, this.volumeChart.sf.left);
2060
+ this.ald(this.volumeChart, this.volumeAxis, -1, -1);
2061
+ this.ald(this.dataChart, this.yAxis, this.volumeChart.s9.width, this.volumeChart.s9.left);
2050
2062
  }
2051
2063
  }
2052
- ai5(a) {
2053
- this.qx(() => this.ajd(a));
2064
+ ak4(a) {
2065
+ this.sg(() => this.alc(a));
2054
2066
  }
2055
- ain(a, b) {
2056
- if (this.adt) {
2057
- this.ai5(a);
2067
+ akl(a, b) {
2068
+ if (this.afc) {
2069
+ this.ak4(a);
2058
2070
  }
2059
2071
  }
2060
- ajl() {
2061
- if (!this.ad1) {
2072
+ alk() {
2073
+ if (!this.afk) {
2062
2074
  return;
2063
2075
  }
2064
- this.ah9();
2065
- if (this.ab6 == 0) {
2076
+ this.aj7();
2077
+ if (this.adp == 0) {
2066
2078
  this.zoomSliderChart = null;
2067
2079
  }
2068
2080
  else if (this.zoomSliderChart == null) {
@@ -2073,16 +2085,16 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2073
2085
  })());
2074
2086
  }
2075
2087
  else {
2076
- this.ai3();
2088
+ this.ak2();
2077
2089
  }
2078
2090
  }
2079
- ah9() {
2080
- let container_ = this.ae8.rootWrapper.getNativeElement();
2091
+ aj7() {
2092
+ let container_ = this.ag1.rootWrapper.getNativeElement();
2081
2093
  let containerParent_ = container_.parentElement;
2082
- if (this.ada != null && containerParent_ != null && !this.ad2) {
2083
- this.ad2 = true;
2094
+ if (this.aet != null && containerParent_ != null && !this.afl) {
2095
+ this.afl = true;
2084
2096
  if (TypeRegistrar.isRegistered("IgxZoomSliderComponent")) {
2085
- let z_ = this.ada;
2097
+ let z_ = this.aet;
2086
2098
  let f_ = this.externalObject;
2087
2099
  let sliderComponent_ = TypeRegistrar.get("IgxZoomSliderComponent");
2088
2100
  let sliderInstance_ = TypeRegistrar.create("IgxZoomSliderComponent");
@@ -2091,11 +2103,11 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2091
2103
  }
2092
2104
  }
2093
2105
  }
2094
- ajf() {
2095
- if (this.ab1 != 1) {
2106
+ ale() {
2107
+ if (this.adk != 1) {
2096
2108
  return;
2097
2109
  }
2098
- this.y7((a) => {
2110
+ this.aaq((a) => {
2099
2111
  let b;
2100
2112
  b = a.breaks;
2101
2113
  b.clear();
@@ -2107,24 +2119,24 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2107
2119
  }
2108
2120
  });
2109
2121
  }
2110
- ri(a, b, c) {
2111
- super.ri(a, b, c);
2112
- if (this.au.dataSeries.count > 0) {
2113
- if (this.ab1 == 1 && stringIsNullOrEmpty(this.j1)) {
2114
- this.bk.setXMemberPath(a, c.getMemberPathFor(17));
2122
+ s1(a, b, c) {
2123
+ super.s1(a, b, c);
2124
+ if (this.ba.dataSeries.count > 0) {
2125
+ if (this.adk == 1 && stringIsNullOrEmpty(this.k6)) {
2126
+ this.b0.setXMemberPath(a, c.getMemberPathFor(17));
2115
2127
  }
2116
- if (stringIsNullOrEmpty(this.j3)) {
2117
- this.bk.setYMemberPath(a, this.aga(c));
2128
+ if (stringIsNullOrEmpty(this.k8)) {
2129
+ this.b0.setYMemberPath(a, this.ah3(c));
2118
2130
  }
2119
- if (stringIsNullOrEmpty(this.jx)) {
2120
- this.bk.setLabelMemberPath(a, this.aga(c));
2131
+ if (stringIsNullOrEmpty(this.k2)) {
2132
+ this.b0.setLabelMemberPath(a, this.ah3(c));
2121
2133
  }
2122
- if (stringIsNullOrEmpty(this.ju)) {
2123
- this.bk.setContentMemberPath(a, this.aga(c));
2134
+ if (stringIsNullOrEmpty(this.kz)) {
2135
+ this.b0.setContentMemberPath(a, this.ah3(c));
2124
2136
  }
2125
2137
  }
2126
2138
  }
2127
- af9(a) {
2139
+ ah2(a) {
2128
2140
  switch (a) {
2129
2141
  case 0: return "Absolute Volume Oscillator";
2130
2142
  case 1: return "Accumulation/Distribution Indicator";
@@ -2163,129 +2175,136 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2163
2175
  default: return "Unknown";
2164
2176
  }
2165
2177
  }
2166
- y3(a) {
2167
- super.y3(a);
2178
+ aam(a) {
2179
+ super.aam(a);
2168
2180
  let b = a;
2169
- this.aiw(b);
2181
+ this.aku(b);
2170
2182
  if (a.bf != null) {
2171
2183
  for (let c of fromEnum(a.bf.series)) {
2172
- if (this.adm(c)) {
2173
- this.acg.setXAxis(c, b);
2184
+ if (this.ae5(c)) {
2185
+ this.adz.setXAxis(c, b);
2174
2186
  }
2175
- else if (this.adq(c)) {
2176
- this.ace.setXAxis(c, b);
2187
+ else if (this.ae9(c)) {
2188
+ this.adx.setXAxis(c, b);
2177
2189
  }
2178
- else if (this.adn(c)) {
2179
- this.aci.setXAxis(c, b);
2190
+ else if (this.ae6(c)) {
2191
+ this.ad1.setXAxis(c, b);
2180
2192
  }
2181
- else if (this.adp(c)) {
2182
- this.acn.setXAxis(c, b);
2193
+ else if (this.ae8(c)) {
2194
+ this.ad6.setXAxis(c, b);
2183
2195
  }
2184
2196
  }
2185
2197
  }
2198
+ this.aky((d) => {
2199
+ d.zoomMaximumCategoryRange = this.agl;
2200
+ d.zoomMaximumItemSpan = this.agm;
2201
+ d.zoomToCategoryRange = this.agn;
2202
+ d.zoomToCategoryStart = this.ago;
2203
+ d.zoomToItemSpan = this.agp;
2204
+ });
2186
2205
  let d = a == this.zoomSliderXAxis;
2187
2206
  if (d) {
2188
- a.jv = this.ajr;
2189
- a.eq = this.ae3;
2190
- this.y1(a, (e) => e.visibility = 1);
2207
+ a.jv = this.alq;
2208
+ a.eq = this.agw;
2209
+ this.aak(a, (e) => e.visibility = 1);
2191
2210
  }
2192
2211
  let e = a;
2193
- e.minimumValue = this.aee;
2194
- e.maximumValue = this.aed;
2195
- a.b0 = this.adw;
2212
+ e.minimumValue = this.afx;
2213
+ e.maximumValue = this.afw;
2214
+ a.b0 = this.aff;
2196
2215
  }
2197
- y5(a) {
2198
- super.y5(a);
2216
+ aao(a) {
2217
+ super.aao(a);
2199
2218
  if (a.bf != null && a == this.yAxis) {
2200
2219
  for (let b of fromEnum(a.bf.series)) {
2201
- if (this.adm(b)) {
2202
- this.acg.setYAxis(b, this.yAxis);
2220
+ if (this.ae5(b)) {
2221
+ this.adz.setYAxis(b, this.yAxis);
2203
2222
  }
2204
- else if (this.adq(b)) {
2205
- this.ace.setYAxis(b, this.yAxis);
2223
+ else if (this.ae9(b)) {
2224
+ this.adx.setYAxis(b, this.yAxis);
2206
2225
  }
2207
- else if (this.adn(b)) {
2208
- this.aci.setYAxis(b, this.yAxis);
2226
+ else if (this.ae6(b)) {
2227
+ this.ad1.setYAxis(b, this.yAxis);
2209
2228
  }
2210
- else if (this.adp(b)) {
2211
- this.acn.setYAxis(b, this.yAxis);
2229
+ else if (this.ae8(b)) {
2230
+ this.ad6.setYAxis(b, this.yAxis);
2212
2231
  }
2213
2232
  }
2214
2233
  }
2215
- a.k8 = this.adx;
2216
- a.l3 = this.ae1;
2217
- a.l2 = this.ae0;
2234
+ a.k8 = this.afg;
2235
+ a.l3 = this.agu;
2236
+ a.l2 = this.agt;
2218
2237
  if (a == this.yAxis) {
2219
- a.lz = this.aez;
2238
+ a.lz = this.ags;
2220
2239
  }
2221
2240
  let c = a == this.zoomSliderAxis;
2222
2241
  if (c) {
2223
- this.y1(a, (d) => d.visibility = 1);
2242
+ this.aak(a, (d) => d.visibility = 1);
2224
2243
  }
2225
- a.b0 = this.ady;
2244
+ a.b0 = this.afh;
2226
2245
  }
2227
- aiw(a) {
2246
+ aku(a) {
2228
2247
  a.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
2229
- a.fz = XYChart.wq(a, this.au.dataSeries);
2230
- if (this.au.dataSeries.count > 0) {
2231
- let b = this.au.dataSeries._inner[0].getMemberPathFor(17);
2248
+ a.fz = XYChart.x9(a, this.ba.dataSeries);
2249
+ if (this.ba.dataSeries.count > 0) {
2250
+ let b = this.ba.dataSeries._inner[0].getMemberPathFor(17);
2232
2251
  a.hx(b);
2233
2252
  }
2234
2253
  }
2235
- p8(a, b) {
2236
- super.p8(a, b);
2254
+ rr(a, b) {
2255
+ super.rr(a, b);
2237
2256
  if (a == null) {
2238
2257
  return;
2239
2258
  }
2240
2259
  let c = this.zoomSliderChart == a.cb;
2241
2260
  let d = this.dataChart != null && this.dataChart.series.contains(a);
2242
- if ((d || c) && a.d3) {
2243
- a.mn(this.aa3 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa3, b) : null, this.aa4 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa4, b) : null);
2261
+ if ((d || c) && a.d4) {
2262
+ a.mq(this.acm != null ? ArrayExtension.getModulus$1(Brush.$, this.acm, b) : null, this.acn != null ? ArrayExtension.getModulus$1(Brush.$, this.acn, b) : null);
2244
2263
  }
2245
- let e = this.adn(a);
2246
- if (this.adp(a)) {
2247
- a.o3 = this.aa5 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa5, b) : null;
2248
- a.o8 = this.aa6 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa6, b) : null;
2249
- a.gz = this.aeu;
2264
+ let e = this.ae6(a);
2265
+ if (this.ae8(a)) {
2266
+ a.o7 = this.aco != null ? ArrayExtension.getModulus$1(Brush.$, this.aco, b) : null;
2267
+ a.pc = this.acp != null ? ArrayExtension.getModulus$1(Brush.$, this.acp, b) : null;
2268
+ a.g1 = this.agi;
2250
2269
  }
2251
2270
  else if (e) {
2252
- a.o3 = this.aa1 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa1, b) : null;
2253
- a.gz = this.aes;
2271
+ a.o7 = this.ack != null ? ArrayExtension.getModulus$1(Brush.$, this.ack, b) : null;
2272
+ a.g1 = this.agg;
2254
2273
  }
2255
2274
  else if (!a.dc && (d || c)) {
2256
- a.o3 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, b) : null;
2257
- a.o8 = this.ae != null ? ArrayExtension.getModulus$1(Brush.$, this.ae, b) : null;
2275
+ a.o7 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, b) : null;
2276
+ a.pc = this.ae != null ? ArrayExtension.getModulus$1(Brush.$, this.ae, b) : null;
2258
2277
  }
2259
2278
  let f = this.volumeChart != null && this.volumeChart == a.cb;
2260
2279
  if (f) {
2261
- a.gz = this.aew;
2280
+ a.g1 = this.agk;
2262
2281
  }
2263
- a.legend = c || f || e || !a.isUsableInLegend ? null : this.legend != null ? this.legend : this.ado ? this.acc : null;
2282
+ a.legend = c || f || e || !a.isUsableInLegend ? null : this.legend != null ? this.legend : this.ae7 ? this.adv : null;
2264
2283
  }
2265
- qt(a, b, c) {
2266
- super.qt(a, b, c);
2284
+ sc(a, b, c) {
2285
+ super.sc(a, b, c);
2267
2286
  switch (a) {
2268
2287
  case "YAxisIsLogarithmic":
2269
- this.yAxis.lg = this.adz;
2288
+ this.yAxis.lg = this.afi;
2270
2289
  if (this.volumeAxis != null) {
2271
- this.volumeAxis.lg = this.adz;
2290
+ this.volumeAxis.lg = this.afi;
2272
2291
  }
2273
2292
  if (this.zoomSliderAxis != null) {
2274
- this.zoomSliderAxis.lg = this.adz;
2293
+ this.zoomSliderAxis.lg = this.afi;
2275
2294
  }
2276
2295
  break;
2277
2296
  case "YAxisLogarithmBase":
2278
- this.yAxis.l7 = this.afn;
2297
+ this.yAxis.l7 = this.ahg;
2279
2298
  if (this.volumeAxis != null) {
2280
- this.volumeAxis.l7 = this.afn;
2299
+ this.volumeAxis.l7 = this.ahg;
2281
2300
  }
2282
2301
  if (this.zoomSliderAxis != null) {
2283
- this.zoomSliderAxis.l7 = this.afn;
2302
+ this.zoomSliderAxis.l7 = this.ahg;
2284
2303
  }
2285
2304
  break;
2286
2305
  case "VolumeType":
2287
2306
  let d = EnumUtil.getEnumValue(FinancialChartVolumeType_$type, b);
2288
- if (this.abz == 0) {
2307
+ if (this.adi == 0) {
2289
2308
  this.volumeChart = null;
2290
2309
  }
2291
2310
  else if (this.volumeChart == null) {
@@ -2296,70 +2315,70 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2296
2315
  })());
2297
2316
  }
2298
2317
  else {
2299
- this.ai2();
2318
+ this.ak1();
2300
2319
  }
2301
2320
  break;
2302
2321
  case "VolumeChart":
2303
- this.ajm(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
2322
+ this.all(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
2304
2323
  break;
2305
2324
  case "DataChart":
2306
2325
  if (typeCast(XamDataChart.$, b) !== null) {
2307
2326
  let e = b;
2308
- e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.aii));
2309
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.aif));
2310
- e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.ain));
2327
+ e.gridAreaRectChanged = delegateRemove(e.gridAreaRectChanged, runOn(this, this.akg));
2328
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.akd));
2329
+ e.seriesDataUpdated = delegateRemove(e.seriesDataUpdated, runOn(this, this.akl));
2311
2330
  }
2312
2331
  if (this.dataChart != null) {
2313
2332
  let f = this.dataChart;
2314
- f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.aii));
2333
+ f.gridAreaRectChanged = delegateCombine(f.gridAreaRectChanged, runOn(this, this.akg));
2315
2334
  let g = this.dataChart;
2316
- g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.aif));
2335
+ g.actualWindowRectChanged = delegateCombine(g.actualWindowRectChanged, runOn(this, this.akd));
2317
2336
  let h = this.dataChart;
2318
- h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.ain));
2337
+ h.seriesDataUpdated = delegateCombine(h.seriesDataUpdated, runOn(this, this.akl));
2319
2338
  }
2320
- this.ajl();
2339
+ this.alk();
2321
2340
  break;
2322
2341
  case "XAxisMode":
2323
- this.xAxis = this.abe(this.ab1);
2342
+ this.xAxis = this.acx(this.adk);
2324
2343
  this.xAxis.name = "xAxis";
2325
- this.volumeXAxis = this.abe(this.ab1);
2344
+ this.volumeXAxis = this.acx(this.adk);
2326
2345
  this.volumeXAxis.name = "volumeXAxis";
2327
- this.indicatorXAxis = this.abe(this.ab1);
2346
+ this.indicatorXAxis = this.acx(this.adk);
2328
2347
  this.indicatorXAxis.name = "indicatorXAxis_0";
2329
- this.zoomSliderXAxis = this.abe(this.ab1);
2348
+ this.zoomSliderXAxis = this.acx(this.adk);
2330
2349
  this.zoomSliderXAxis.name = "zoomSliderXAxis";
2331
- this.y1(this.zoomSliderXAxis, (i) => i.visibility = 1);
2332
- this.ah6();
2333
- if (this.ab1 == 1) {
2334
- this.ajf();
2350
+ this.aak(this.zoomSliderXAxis, (i) => i.visibility = 1);
2351
+ this.aj4();
2352
+ if (this.adk == 1) {
2353
+ this.ale();
2335
2354
  }
2336
2355
  break;
2337
2356
  case "YAxisMode":
2338
- this.yAxis = this.acs(this.ab3);
2357
+ this.yAxis = this.aeb(this.adm);
2339
2358
  this.yAxis.name = "yAxis";
2340
- this.zoomSliderAxis = this.acs(this.ab3);
2359
+ this.zoomSliderAxis = this.aeb(this.adm);
2341
2360
  this.zoomSliderAxis.name = "zoomSliderAxis";
2342
- this.volumeAxis = this.acs(this.ab3);
2361
+ this.volumeAxis = this.aeb(this.adm);
2343
2362
  this.volumeAxis.name = "volumeAxis";
2344
2363
  break;
2345
2364
  case "Toolbar":
2346
2365
  let i = typeCast(FinancialChartToolbar.$, b);
2347
2366
  if (i != null) {
2348
- i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.aim));
2349
- i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.aip));
2350
- i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.aiq));
2351
- }
2352
- if (this.abs != null) {
2353
- this.abs.ae = this.ab8;
2354
- this.abs.ag = this.aca;
2355
- this.abs.u = this.abp;
2356
- this.ajj(true);
2357
- let j = this.abs;
2358
- j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.aim));
2359
- let k = this.abs;
2360
- k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.aip));
2361
- let l = this.abs;
2362
- l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.aiq));
2367
+ i.rangeChanged = delegateRemove(i.rangeChanged, runOn(this, this.akk));
2368
+ i.indicatorTypesChanged = delegateRemove(i.indicatorTypesChanged, runOn(this, this.akn));
2369
+ i.overlayTypesChanged = delegateRemove(i.overlayTypesChanged, runOn(this, this.ako));
2370
+ }
2371
+ if (this.adb != null) {
2372
+ this.adb.ae = this.adr;
2373
+ this.adb.ag = this.adt;
2374
+ this.adb.u = this.ac8;
2375
+ this.ali(true);
2376
+ let j = this.adb;
2377
+ j.rangeChanged = delegateCombine(j.rangeChanged, runOn(this, this.akk));
2378
+ let k = this.adb;
2379
+ k.indicatorTypesChanged = delegateCombine(k.indicatorTypesChanged, runOn(this, this.akn));
2380
+ let l = this.adb;
2381
+ l.overlayTypesChanged = delegateCombine(l.overlayTypesChanged, runOn(this, this.ako));
2363
2382
  }
2364
2383
  break;
2365
2384
  case "XAxis":
@@ -2371,32 +2390,47 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2371
2390
  }
2372
2391
  let n = typeCast(ITimeRangeSelectorAxis_$type, b);
2373
2392
  if (n != null) {
2374
- n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.ait));
2393
+ n.visibleRangeChanged = delegateRemove(n.visibleRangeChanged, runOn(this, this.akr));
2375
2394
  }
2376
2395
  if (this.dataChart != null) {
2377
2396
  this.dataChart.axes.add(this.xAxis);
2378
2397
  }
2379
- if (this.ei) {
2380
- this.y3(this.xAxis);
2381
- this.pq();
2398
+ if (this.e8) {
2399
+ this.aam(this.xAxis);
2400
+ this.q9();
2382
2401
  }
2383
- this.ajj(false);
2384
- this.ajk();
2385
- this.ai6();
2402
+ this.ali(false);
2403
+ this.alj();
2404
+ this.ak5();
2386
2405
  let o = this.xAxis;
2387
- o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.ait));
2406
+ o.visibleRangeChanged = delegateCombine(o.visibleRangeChanged, runOn(this, this.akr));
2407
+ break;
2408
+ case "XAxisZoomMaximumCategoryRange":
2409
+ this.aky((p) => p.zoomMaximumCategoryRange = this.agl);
2410
+ break;
2411
+ case "XAxisZoomMaximumItemSpan":
2412
+ this.aky((p) => p.zoomMaximumItemSpan = this.agm);
2413
+ break;
2414
+ case "XAxisZoomToCategoryRange":
2415
+ this.aky((p) => p.zoomToCategoryRange = this.agn);
2416
+ break;
2417
+ case "XAxisZoomToCategoryStart":
2418
+ this.aky((p) => p.zoomToCategoryStart = this.ago);
2419
+ break;
2420
+ case "XAxisZoomToItemSpan":
2421
+ this.aky((p) => p.zoomToItemSpan = this.agp);
2388
2422
  break;
2389
2423
  case "ChartType":
2390
- this.rd();
2424
+ this.sw();
2391
2425
  break;
2392
2426
  case "VolumeXAxis":
2393
- this.ajc(this.volumeChart, typeCast(Axis.$, b), this.volumeXAxis);
2427
+ this.alb(this.volumeChart, typeCast(Axis.$, b), this.volumeXAxis);
2394
2428
  break;
2395
2429
  case "ZoomSliderXAxis":
2396
- this.ajc(this.zoomSliderChart, typeCast(Axis.$, b), this.zoomSliderXAxis);
2430
+ this.alb(this.zoomSliderChart, typeCast(Axis.$, b), this.zoomSliderXAxis);
2397
2431
  break;
2398
2432
  case "IndicatorXAxis":
2399
- this.ajg();
2433
+ this.alf();
2400
2434
  break;
2401
2435
  case "YAxis":
2402
2436
  let p = typeCast(NumericYAxis.$, b);
@@ -2408,12 +2442,12 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2408
2442
  if (this.dataChart != null) {
2409
2443
  this.dataChart.axes.add(this.yAxis);
2410
2444
  }
2411
- if (this.ei) {
2412
- this.y5(this.yAxis);
2413
- this.y5(this.yAxis);
2445
+ if (this.e8) {
2446
+ this.aao(this.yAxis);
2447
+ this.aao(this.yAxis);
2414
2448
  }
2415
2449
  let q = this.yAxis;
2416
- q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.aiu));
2450
+ q.rangeChanged = delegateCombine(q.rangeChanged, runOn(this, this.aks));
2417
2451
  break;
2418
2452
  case "VolumeAxis":
2419
2453
  let r = typeCast(Axis.$, b);
@@ -2422,13 +2456,13 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2422
2456
  }
2423
2457
  if (this.volumeChart != null && this.volumeAxis != null) {
2424
2458
  this.volumeChart.axes.add(this.volumeAxis);
2425
- this.ai2();
2459
+ this.ak1();
2426
2460
  }
2427
- if (this.ei) {
2428
- this.y5(this.volumeAxis);
2461
+ if (this.e8) {
2462
+ this.aao(this.volumeAxis);
2429
2463
  }
2430
2464
  let s = this.volumeAxis;
2431
- s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.aiu));
2465
+ s.rangeChanged = delegateCombine(s.rangeChanged, runOn(this, this.aks));
2432
2466
  break;
2433
2467
  case "IndicatorAxis":
2434
2468
  if (this.indicatorCharts != null) {
@@ -2447,8 +2481,8 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2447
2481
  if (t == 0) {
2448
2482
  y = this.indicatorAxis;
2449
2483
  }
2450
- else if (this.ab3 == 1) {
2451
- y = this.acs(this.ab3);
2484
+ else if (this.adm == 1) {
2485
+ y = this.aeb(this.adm);
2452
2486
  }
2453
2487
  else if (typeCast(NumericYAxis.$, this.indicatorAxis) !== null) {
2454
2488
  y = new NumericYAxis();
@@ -2456,155 +2490,155 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2456
2490
  if (y != null) {
2457
2491
  u.axes.add(y);
2458
2492
  }
2459
- if (this.ei) {
2460
- this.y5(y);
2493
+ if (this.e8) {
2494
+ this.aao(y);
2461
2495
  }
2462
2496
  }
2463
2497
  }
2464
2498
  break;
2465
2499
  case "IsWindowSyncedToVisibleRange":
2466
2500
  if (this.dataChart != null) {
2467
- this.dataChart.tt = this.e6 && this.e5;
2501
+ this.dataChart.un = this.fx && this.fw;
2468
2502
  }
2469
2503
  if (this.volumeChart != null) {
2470
- this.volumeChart.tt = this.e6 && this.e5;
2504
+ this.volumeChart.un = this.fx && this.fw;
2471
2505
  }
2472
- if (this.adt) {
2473
- this.ajd(this.dataChart);
2506
+ if (this.afc) {
2507
+ this.alc(this.dataChart);
2474
2508
  }
2475
2509
  else {
2476
- this.volumeChart.u0 = 1;
2510
+ this.volumeChart.vu = 1;
2477
2511
  }
2478
2512
  break;
2479
2513
  case "IndicatorTypes":
2480
2514
  let z = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), b);
2481
2515
  if (z != null) {
2482
- z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.aij));
2516
+ z.collectionChanged = delegateRemove(z.collectionChanged, runOn(this, this.akh));
2483
2517
  }
2484
2518
  let aa = typeCast(ObservableCollection$1.$.specialize(FinancialIndicatorType_$type), c);
2485
2519
  if (aa != null) {
2486
- aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.aij));
2520
+ aa.collectionChanged = delegateCombine(aa.collectionChanged, runOn(this, this.akh));
2487
2521
  }
2488
- this.ajg();
2522
+ this.alf();
2489
2523
  break;
2490
2524
  case "OverlayTypes":
2491
2525
  let ab = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), b);
2492
2526
  if (ab != null) {
2493
- ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.aik));
2527
+ ab.collectionChanged = delegateRemove(ab.collectionChanged, runOn(this, this.aki));
2494
2528
  }
2495
2529
  let ac = typeCast(ObservableCollection$1.$.specialize(FinancialOverlayType_$type), c);
2496
2530
  if (ac != null) {
2497
- ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.aik));
2531
+ ac.collectionChanged = delegateCombine(ac.collectionChanged, runOn(this, this.aki));
2498
2532
  }
2499
- this.aji();
2533
+ this.alh();
2500
2534
  break;
2501
2535
  case "YAxisAbbreviateLargeNumbers":
2502
- this.zc((ad) => ad.k8 = this.adx);
2536
+ this.aav((ad) => ad.k8 = this.afg);
2503
2537
  break;
2504
2538
  case "YAxisMinimumValue":
2505
- this.zd((ad) => ad.l3 = this.ae1, false);
2539
+ this.aaw((ad) => ad.l3 = this.agu, false);
2506
2540
  break;
2507
2541
  case "YAxisMaximumValue":
2508
- this.zd((ad) => ad.l2 = this.ae0, false);
2542
+ this.aaw((ad) => ad.l2 = this.agt, false);
2509
2543
  break;
2510
2544
  case "YAxisInterval":
2511
- this.zd((ad) => ad.lz = this.aez, false);
2545
+ this.aaw((ad) => ad.lz = this.ags, false);
2512
2546
  break;
2513
2547
  case "Thickness":
2514
2548
  case "ZoomSliderType":
2515
- this.ajl();
2549
+ this.alk();
2516
2550
  break;
2517
2551
  case "ZoomSliderChart":
2518
- if (!this.ad0) {
2552
+ if (!this.afj) {
2519
2553
  return;
2520
2554
  }
2521
- this.ajo(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
2555
+ this.aln(typeCast(XamDataChart.$, b), typeCast(XamDataChart.$, c));
2522
2556
  break;
2523
2557
  case "NegativeBrushes":
2524
2558
  case "NegativeOutlines":
2525
- this.aic((ad, ae) => {
2526
- if (ad.d3) {
2527
- ad.mn(this.aa3 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa3, ae) : null, this.aa4 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa4, ae) : null);
2559
+ this.aka((ad, ae) => {
2560
+ if (ad.d4) {
2561
+ ad.mq(this.acm != null ? ArrayExtension.getModulus$1(Brush.$, this.acm, ae) : null, this.acn != null ? ArrayExtension.getModulus$1(Brush.$, this.acn, ae) : null);
2528
2562
  }
2529
2563
  }, true);
2530
2564
  break;
2531
2565
  case "OverlayBrushes":
2532
- this.aib((ad, ae) => ad.o3 = this.aa5 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa5, ae) : null);
2566
+ this.aj9((ad, ae) => ad.o7 = this.aco != null ? ArrayExtension.getModulus$1(Brush.$, this.aco, ae) : null);
2533
2567
  break;
2534
2568
  case "OverlayOutlines":
2535
- this.aib((ad, ae) => ad.o8 = this.aa6 != null ? ArrayExtension.getModulus$1(Brush.$, this.aa6, ae) : null);
2569
+ this.aj9((ad, ae) => ad.pc = this.acp != null ? ArrayExtension.getModulus$1(Brush.$, this.acp, ae) : null);
2536
2570
  break;
2537
2571
  case "OverlayThickness":
2538
- this.aib((ad, ae) => ad.gz = this.aeu);
2572
+ this.aj9((ad, ae) => ad.g1 = this.agi);
2539
2573
  break;
2540
2574
  case "OverlayMultiplier":
2541
- this.aib((ad, ae) => this.acn.setMultiplier(ad, this.aet));
2575
+ this.aj9((ad, ae) => this.ad6.setMultiplier(ad, this.agh));
2542
2576
  break;
2543
2577
  case "VolumeBrushes":
2544
- this.aid((ad, ae) => ad.o3 = ArrayExtension.getModulus$1(Brush.$, this.aa7, ae));
2578
+ this.akb((ad, ae) => ad.o7 = ArrayExtension.getModulus$1(Brush.$, this.acq, ae));
2545
2579
  break;
2546
2580
  case "VolumeOutlines":
2547
- this.aid((ad, ae) => ad.o8 = ArrayExtension.getModulus$1(Brush.$, this.aa8, ae));
2581
+ this.akb((ad, ae) => ad.pc = ArrayExtension.getModulus$1(Brush.$, this.acr, ae));
2548
2582
  break;
2549
2583
  case "VolumeThickness":
2550
- this.aid((ad, ae) => ad.gz = this.aew);
2584
+ this.akb((ad, ae) => ad.g1 = this.agk);
2551
2585
  break;
2552
2586
  case "IndicatorNegativeBrushes":
2553
- this.aia((ad, ae) => this.aci.setNegativeBrush(ad, ArrayExtension.getModulus$1(Brush.$, this.aa2, ae)));
2587
+ this.aj8((ad, ae) => this.ad1.setNegativeBrush(ad, ArrayExtension.getModulus$1(Brush.$, this.acl, ae)));
2554
2588
  break;
2555
2589
  case "IndicatorBrushes":
2556
- this.aia((ad, ae) => ad.o3 = ArrayExtension.getModulus$1(Brush.$, this.aa1, ae));
2590
+ this.aj8((ad, ae) => ad.o7 = ArrayExtension.getModulus$1(Brush.$, this.ack, ae));
2557
2591
  break;
2558
2592
  case "IndicatorThickness":
2559
- this.aia((ad, ae) => ad.gz = this.aes);
2593
+ this.aj8((ad, ae) => ad.g1 = this.agg);
2560
2594
  break;
2561
2595
  case "IndicatorDisplayTypes":
2562
- this.aia((ad, ae) => this.aci.setDisplayType(ad, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ack, ae)));
2596
+ this.aj8((ad, ae) => this.ad1.setDisplayType(ad, ArrayExtension.getModulus$1(IndicatorDisplayType_$type, this.ad3, ae)));
2563
2597
  break;
2564
2598
  case "IndicatorPeriod":
2565
- this.aia((ad, ae) => {
2566
- if (this.afi == -2147483648) {
2599
+ this.aj8((ad, ae) => {
2600
+ if (this.ahb == -2147483648) {
2567
2601
  return;
2568
2602
  }
2569
- this.aci.setPeriodOverride(ad, this.afi);
2603
+ this.ad1.setPeriodOverride(ad, this.ahb);
2570
2604
  });
2571
2605
  break;
2572
2606
  case "IndicatorMultiplier":
2573
- this.aia((ad, ae) => this.aci.setMultiplier(ad, this.aer));
2607
+ this.aj8((ad, ae) => this.ad1.setMultiplier(ad, this.agf));
2574
2608
  break;
2575
2609
  case "IndicatorSmoothingPeriod":
2576
- this.aia((ad, ae) => this.aci.setSmoothingPeriod(ad, this.afl));
2610
+ this.aj8((ad, ae) => this.ad1.setSmoothingPeriod(ad, this.ahe));
2577
2611
  break;
2578
2612
  case "IndicatorShortPeriod":
2579
- this.aia((ad, ae) => this.aci.setShortPeriod(ad, this.afj));
2613
+ this.aj8((ad, ae) => this.ad1.setShortPeriod(ad, this.ahc));
2580
2614
  break;
2581
2615
  case "IndicatorLongPeriod":
2582
- this.aia((ad, ae) => this.aci.setLongPeriod(ad, this.afh));
2616
+ this.aj8((ad, ae) => this.ad1.setLongPeriod(ad, this.aha));
2583
2617
  break;
2584
2618
  case "IndicatorSignalPeriod":
2585
- this.aia((ad, ae) => this.aci.setSignalPeriod(ad, this.afk));
2619
+ this.aj8((ad, ae) => this.ad1.setSignalPeriod(ad, this.ahd));
2586
2620
  break;
2587
2621
  case "RangeSelectorOptions":
2588
2622
  let ad = typeCast(FinancialChartRangeSelectorOptionCollection.$, b);
2589
2623
  if (ad != null) {
2590
- ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.ail));
2624
+ ad.collectionChanged = delegateRemove(ad.collectionChanged, runOn(this, this.akj));
2591
2625
  }
2592
- if (this.abq != null) {
2593
- let ae = this.abq;
2594
- ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.ail));
2626
+ if (this.ac9 != null) {
2627
+ let ae = this.ac9;
2628
+ ae.collectionChanged = delegateCombine(ae.collectionChanged, runOn(this, this.akj));
2595
2629
  }
2596
- this.ai6();
2630
+ this.ak5();
2597
2631
  break;
2598
2632
  case "CustomIndicatorNames":
2599
2633
  let af = typeCast(ObservableCollection$1.$.specialize(String_$type), b);
2600
2634
  if (af != null) {
2601
- af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.aih));
2635
+ af.collectionChanged = delegateRemove(af.collectionChanged, runOn(this, this.akf));
2602
2636
  }
2603
2637
  if (this.customIndicatorNames != null) {
2604
2638
  let ag = this.customIndicatorNames;
2605
- ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.aih));
2639
+ ag.collectionChanged = delegateCombine(ag.collectionChanged, runOn(this, this.akf));
2606
2640
  }
2607
- this.ajg();
2641
+ this.alf();
2608
2642
  break;
2609
2643
  case "Legend":
2610
2644
  if (this.zoomSliderChart != null) {
@@ -2612,40 +2646,40 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2612
2646
  }
2613
2647
  break;
2614
2648
  case "Brushes":
2615
- this.aic((ah, ai) => ah.o3 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, ai) : null, true);
2649
+ this.aka((ah, ai) => ah.o7 = this.aa != null ? ArrayExtension.getModulus$1(Brush.$, this.aa, ai) : null, true);
2616
2650
  break;
2617
2651
  case "Outlines":
2618
- this.aic((ah, ai) => ah.o8 = this.ae != null ? ArrayExtension.getModulus$1(Brush.$, this.ae, ai) : null, true);
2652
+ this.aka((ah, ai) => ah.pc = this.ae != null ? ArrayExtension.getModulus$1(Brush.$, this.ae, ai) : null, true);
2619
2653
  break;
2620
2654
  case "XAxisLabelVisibility":
2621
- if (this.aar == 0 && this.zoomSliderXAxis != null) {
2622
- this.y1(this.zoomSliderXAxis, (ah) => ah.visibility = 1);
2655
+ if (this.aca == 0 && this.zoomSliderXAxis != null) {
2656
+ this.aak(this.zoomSliderXAxis, (ah) => ah.visibility = 1);
2623
2657
  }
2624
- this.ah6();
2658
+ this.aj4();
2625
2659
  break;
2626
2660
  case "YAxisLabelVisibility":
2627
- if (this.aas != 0 || this.zoomSliderAxis == null) {
2661
+ if (this.acb != 0 || this.zoomSliderAxis == null) {
2628
2662
  break;
2629
2663
  }
2630
- this.y1(this.zoomSliderAxis, (ah) => ah.visibility = 1);
2664
+ this.aak(this.zoomSliderAxis, (ah) => ah.visibility = 1);
2631
2665
  break;
2632
2666
  case "ZoomSliderXAxisMajorStroke":
2633
- this.zoomSliderXAxis.jv = this.ajr;
2667
+ this.zoomSliderXAxis.jv = this.alq;
2634
2668
  break;
2635
2669
  case "ZoomSliderXAxisMajorStrokeThickness":
2636
- this.zoomSliderXAxis.eq = this.ae3;
2670
+ this.zoomSliderXAxis.eq = this.agw;
2637
2671
  break;
2638
2672
  case "FinancialChartLegend":
2639
2673
  case "IsLegendVisible":
2640
- let ah = this.ado && this.legend == null;
2674
+ let ah = this.ae7 && this.legend == null;
2641
2675
  {
2642
2676
  let ai = (aj, ak) => {
2643
2677
  if (aj.isUsableInLegend) {
2644
- aj.legend = ah ? this.acc : null;
2678
+ aj.legend = ah ? this.adv : null;
2645
2679
  }
2646
2680
  };
2647
- this.aic(ai, false);
2648
- this.aib(ai);
2681
+ this.aka(ai, false);
2682
+ this.aj9(ai);
2649
2683
  }
2650
2684
  break;
2651
2685
  case "ZoomSliderAxis":
@@ -2656,647 +2690,697 @@ export let FinancialChart = /*@__PURE__*/ (() => {
2656
2690
  if (this.zoomSliderAxis != null) {
2657
2691
  if (this.zoomSliderChart != null) {
2658
2692
  this.zoomSliderChart.axes.add(this.zoomSliderAxis);
2659
- this.ai3();
2693
+ this.ak2();
2660
2694
  this.zoomSliderXAxis.itemsSource = this.xAxis.itemsSource;
2661
2695
  }
2662
- if (this.ei) {
2663
- this.y5(this.zoomSliderAxis);
2696
+ if (this.e8) {
2697
+ this.aao(this.zoomSliderAxis);
2664
2698
  }
2665
- this.y1(this.zoomSliderAxis, (ak) => ak.visibility = 1);
2699
+ this.aak(this.zoomSliderAxis, (ak) => ak.visibility = 1);
2666
2700
  }
2667
2701
  break;
2668
2702
  case "XAxisMinimumValue":
2669
- this.y7((ak) => {
2703
+ this.aaq((ak) => {
2670
2704
  let al = typeCast(ITimeRangeSelectorAxis_$type, ak);
2671
2705
  if (al != null) {
2672
- al.minimumValue = this.aee;
2706
+ al.minimumValue = this.afx;
2673
2707
  }
2674
2708
  });
2675
2709
  break;
2676
2710
  case "XAxisMaximumValue":
2677
- this.y7((ak) => {
2711
+ this.aaq((ak) => {
2678
2712
  let al = typeCast(ITimeRangeSelectorAxis_$type, ak);
2679
2713
  if (al != null) {
2680
- al.maximumValue = this.aed;
2714
+ al.maximumValue = this.afw;
2681
2715
  }
2682
2716
  });
2683
2717
  break;
2684
- case FinancialChart.ahi:
2685
- this.y8((ak) => ak.b0 = this.adw, a);
2718
+ case FinancialChart.ajb:
2719
+ this.aar((ak) => ak.b0 = this.aff, a);
2686
2720
  break;
2687
- case FinancialChart.aho:
2688
- this.zc((ak) => ak.b0 = this.ady);
2721
+ case FinancialChart.ajm:
2722
+ this.aav((ak) => ak.b0 = this.afh);
2689
2723
  break;
2690
2724
  }
2691
2725
  }
2692
- get_bi() {
2726
+ get_by() {
2693
2727
  return 1;
2694
2728
  }
2695
- get bi() {
2696
- return this.get_bi();
2729
+ get by() {
2730
+ return this.get_by();
2697
2731
  }
2698
- get adz() {
2699
- return this.adh;
2732
+ get afi() {
2733
+ return this.ae0;
2700
2734
  }
2701
- set adz(a) {
2702
- let b = this.adz;
2735
+ set afi(a) {
2736
+ let b = this.afi;
2703
2737
  if (a != b) {
2704
- this.adh = a;
2705
- this.qt("YAxisIsLogarithmic", b, this.adz);
2738
+ this.ae0 = a;
2739
+ this.sc("YAxisIsLogarithmic", b, this.afi);
2706
2740
  }
2707
2741
  }
2708
- get afn() {
2709
- return this.aff;
2742
+ get ahg() {
2743
+ return this.ag8;
2710
2744
  }
2711
- set afn(a) {
2712
- let b = this.afn;
2745
+ set ahg(a) {
2746
+ let b = this.ahg;
2713
2747
  if (a != b) {
2714
- this.aff = a;
2715
- this.qt("YAxisLogarithmBase", b, this.afn);
2748
+ this.ag8 = a;
2749
+ this.sc("YAxisLogarithmBase", b, this.ahg);
2716
2750
  }
2717
2751
  }
2718
- get aez() {
2719
- return this.ael;
2752
+ get ags() {
2753
+ return this.af9;
2720
2754
  }
2721
- set aez(a) {
2722
- let b = this.aez;
2755
+ set ags(a) {
2756
+ let b = this.ags;
2723
2757
  if (a != b) {
2724
- this.ael = a;
2725
- this.qt("YAxisInterval", b, this.aez);
2758
+ this.af9 = a;
2759
+ this.sc("YAxisInterval", b, this.ags);
2726
2760
  }
2727
2761
  }
2728
- get ae1() {
2729
- return this.aen;
2762
+ get agu() {
2763
+ return this.agb;
2730
2764
  }
2731
- set ae1(a) {
2732
- let b = this.ae1;
2765
+ set agu(a) {
2766
+ let b = this.agu;
2733
2767
  if (a != b) {
2734
- this.aen = a;
2735
- this.qt("YAxisMinimumValue", b, this.ae1);
2768
+ this.agb = a;
2769
+ this.sc("YAxisMinimumValue", b, this.agu);
2736
2770
  }
2737
2771
  }
2738
- get ae0() {
2739
- return this.aem;
2772
+ get agt() {
2773
+ return this.aga;
2740
2774
  }
2741
- set ae0(a) {
2742
- let b = this.ae0;
2775
+ set agt(a) {
2776
+ let b = this.agt;
2743
2777
  if (a != b) {
2744
- this.aem = a;
2745
- this.qt("YAxisMaximumValue", b, this.ae0);
2778
+ this.aga = a;
2779
+ this.sc("YAxisMaximumValue", b, this.agt);
2746
2780
  }
2747
2781
  }
2748
- get ae2() {
2749
- return this.aeo;
2782
+ get agv() {
2783
+ return this.agc;
2750
2784
  }
2751
- set ae2(a) {
2752
- let b = this.ae2;
2785
+ set agv(a) {
2786
+ let b = this.agv;
2753
2787
  if (a != b) {
2754
- this.aeo = a;
2755
- this.qt("YAxisMinorInterval", b, this.ae2);
2788
+ this.agc = a;
2789
+ this.sc("YAxisMinorInterval", b, this.agv);
2756
2790
  }
2757
2791
  }
2758
- get aey() {
2792
+ get agr() {
2759
2793
  return this.yAxis.lv;
2760
2794
  }
2761
- get aex() {
2795
+ get agq() {
2762
2796
  return this.yAxis.lu;
2763
2797
  }
2764
- get abz() {
2765
- return this.abx;
2798
+ get adi() {
2799
+ return this.adg;
2766
2800
  }
2767
- set abz(a) {
2768
- let b = this.abz;
2801
+ set adi(a) {
2802
+ let b = this.adi;
2769
2803
  if (a != b) {
2770
- this.abx = a;
2771
- this.qt("VolumeType", enumGetBox(FinancialChartVolumeType_$type, b), enumGetBox(FinancialChartVolumeType_$type, this.abz));
2804
+ this.adg = a;
2805
+ this.sc("VolumeType", enumGetBox(FinancialChartVolumeType_$type, b), enumGetBox(FinancialChartVolumeType_$type, this.adi));
2772
2806
  }
2773
2807
  }
2774
- get ab1() {
2775
- return this.ab0;
2808
+ get adk() {
2809
+ return this.adj;
2776
2810
  }
2777
- set ab1(a) {
2778
- let b = this.ab1;
2811
+ set adk(a) {
2812
+ let b = this.adk;
2779
2813
  if (a != b) {
2780
- this.ab0 = a;
2781
- this.qt("XAxisMode", enumGetBox(FinancialChartXAxisMode_$type, b), enumGetBox(FinancialChartXAxisMode_$type, this.ab1));
2814
+ this.adj = a;
2815
+ this.sc("XAxisMode", enumGetBox(FinancialChartXAxisMode_$type, b), enumGetBox(FinancialChartXAxisMode_$type, this.adk));
2782
2816
  }
2783
2817
  }
2784
- get ab3() {
2785
- return this.ab2;
2818
+ get agl() {
2819
+ return this.af4;
2786
2820
  }
2787
- set ab3(a) {
2788
- let b = this.ab3;
2821
+ set agl(a) {
2822
+ let b = this.agl;
2789
2823
  if (a != b) {
2790
- this.ab2 = a;
2791
- this.qt("YAxisMode", enumGetBox(FinancialChartYAxisMode_$type, b), enumGetBox(FinancialChartYAxisMode_$type, this.ab3));
2824
+ this.af4 = a;
2825
+ this.sc("XAxisZoomMaximumCategoryRange", b, this.agl);
2792
2826
  }
2793
2827
  }
2794
- get ads() {
2795
- return this.adc;
2828
+ get ago() {
2829
+ return this.af7;
2796
2830
  }
2797
- set ads(a) {
2798
- let b = this.ads;
2831
+ set ago(a) {
2832
+ let b = this.ago;
2799
2833
  if (a != b) {
2800
- this.adc = a;
2801
- this.qt("IsToolbarVisible", b, this.ads);
2834
+ this.af7 = a;
2835
+ this.sc("XAxisZoomToCategoryStart", b, this.ago);
2802
2836
  }
2803
2837
  }
2804
- get abu() {
2805
- return this.abt;
2838
+ get agm() {
2839
+ return this.af5;
2806
2840
  }
2807
- set abu(a) {
2808
- let b = this.abu;
2841
+ set agm(a) {
2842
+ let b = this.agm;
2809
2843
  if (a != b) {
2810
- this.abt = a;
2811
- this.qt("ChartType", enumGetBox(FinancialChartType_$type, b), enumGetBox(FinancialChartType_$type, this.abu));
2844
+ this.af5 = a;
2845
+ this.sc("XAxisZoomMaximumItemSpan", b, this.agm);
2812
2846
  }
2813
2847
  }
2814
- get_zm() {
2815
- return super.get_zm();
2848
+ get agn() {
2849
+ return this.af6;
2816
2850
  }
2817
- set_zm(a) {
2818
- super.set_zm(a);
2851
+ set agn(a) {
2852
+ let b = this.agn;
2853
+ if (a != b) {
2854
+ this.af6 = a;
2855
+ this.sc("XAxisZoomToCategoryRange", b, this.agn);
2856
+ }
2819
2857
  }
2820
- get adt() {
2821
- return this.add;
2858
+ get agp() {
2859
+ return this.af8;
2822
2860
  }
2823
- set adt(a) {
2824
- let b = this.adt;
2861
+ set agp(a) {
2862
+ let b = this.agp;
2825
2863
  if (a != b) {
2826
- this.add = a;
2827
- this.qt("IsWindowSyncedToVisibleRange", b, this.adt);
2864
+ this.af8 = a;
2865
+ this.sc("XAxisZoomToItemSpan", b, this.agp);
2828
2866
  }
2829
2867
  }
2830
- get ab8() {
2831
- return this.ab7;
2868
+ get adm() {
2869
+ return this.adl;
2832
2870
  }
2833
- set ab8(a) {
2834
- let b = this.ab8;
2871
+ set adm(a) {
2872
+ let b = this.adm;
2835
2873
  if (a != b) {
2836
- this.ab7 = a;
2837
- this.qt("IndicatorTypes", b, this.ab8);
2874
+ this.adl = a;
2875
+ this.sc("YAxisMode", enumGetBox(FinancialChartYAxisMode_$type, b), enumGetBox(FinancialChartYAxisMode_$type, this.adm));
2838
2876
  }
2839
2877
  }
2840
- get aca() {
2841
- return this.ab9;
2878
+ get afb() {
2879
+ return this.aev;
2842
2880
  }
2843
- set aca(a) {
2844
- let b = this.aca;
2881
+ set afb(a) {
2882
+ let b = this.afb;
2845
2883
  if (a != b) {
2846
- this.ab9 = a;
2847
- this.qt("OverlayTypes", b, this.aca);
2884
+ this.aev = a;
2885
+ this.sc("IsToolbarVisible", b, this.afb);
2886
+ }
2887
+ }
2888
+ get add() {
2889
+ return this.adc;
2890
+ }
2891
+ set add(a) {
2892
+ let b = this.add;
2893
+ if (a != b) {
2894
+ this.adc = a;
2895
+ this.sc("ChartType", enumGetBox(FinancialChartType_$type, b), enumGetBox(FinancialChartType_$type, this.add));
2896
+ }
2897
+ }
2898
+ get_aa5() {
2899
+ return super.get_aa5();
2900
+ }
2901
+ set_aa5(a) {
2902
+ super.set_aa5(a);
2903
+ }
2904
+ get afc() {
2905
+ return this.aew;
2906
+ }
2907
+ set afc(a) {
2908
+ let b = this.afc;
2909
+ if (a != b) {
2910
+ this.aew = a;
2911
+ this.sc("IsWindowSyncedToVisibleRange", b, this.afc);
2912
+ }
2913
+ }
2914
+ get adr() {
2915
+ return this.adq;
2916
+ }
2917
+ set adr(a) {
2918
+ let b = this.adr;
2919
+ if (a != b) {
2920
+ this.adq = a;
2921
+ this.sc("IndicatorTypes", b, this.adr);
2922
+ }
2923
+ }
2924
+ get adt() {
2925
+ return this.ads;
2926
+ }
2927
+ set adt(a) {
2928
+ let b = this.adt;
2929
+ if (a != b) {
2930
+ this.ads = a;
2931
+ this.sc("OverlayTypes", b, this.adt);
2848
2932
  }
2849
2933
  }
2850
2934
  get indicatorCharts() {
2851
- return this.ad4;
2935
+ return this.afn;
2852
2936
  }
2853
2937
  set indicatorCharts(a) {
2854
2938
  let b = this.indicatorCharts;
2855
2939
  if (a != b) {
2856
- this.ad4 = a;
2857
- this.qt("IndicatorCharts", b, this.indicatorCharts);
2940
+ this.afn = a;
2941
+ this.sc("IndicatorCharts", b, this.indicatorCharts);
2858
2942
  }
2859
2943
  }
2860
- get adx() {
2861
- return this.adf;
2944
+ get afg() {
2945
+ return this.aey;
2862
2946
  }
2863
- set adx(a) {
2864
- let b = this.adx;
2947
+ set afg(a) {
2948
+ let b = this.afg;
2865
2949
  if (a != b) {
2866
- this.adf = a;
2867
- this.qt("YAxisAbbreviateLargeNumbers", b, this.adx);
2950
+ this.aey = a;
2951
+ this.sc("YAxisAbbreviateLargeNumbers", b, this.afg);
2868
2952
  }
2869
2953
  }
2870
- get_hn() {
2871
- return super.get_hn();
2954
+ get_ig() {
2955
+ return super.get_ig();
2872
2956
  }
2873
- set_hn(a) {
2874
- super.set_hn(a);
2957
+ set_ig(a) {
2958
+ super.set_ig(a);
2875
2959
  }
2876
- get adw() {
2877
- return this.ade;
2960
+ get aff() {
2961
+ return this.aex;
2878
2962
  }
2879
- set adw(a) {
2880
- let b = this.adw;
2963
+ set aff(a) {
2964
+ let b = this.aff;
2881
2965
  if (a != b) {
2882
- this.ade = a;
2883
- this.qt(FinancialChart.ahi, b, this.adw);
2966
+ this.aex = a;
2967
+ this.sc(FinancialChart.ajb, b, this.aff);
2884
2968
  }
2885
2969
  }
2886
- get ady() {
2887
- return this.adg;
2970
+ get afh() {
2971
+ return this.aez;
2888
2972
  }
2889
- set ady(a) {
2890
- let b = this.ady;
2973
+ set afh(a) {
2974
+ let b = this.afh;
2891
2975
  if (a != b) {
2892
- this.adg = a;
2893
- this.qt(FinancialChart.aho, b, this.ady);
2976
+ this.aez = a;
2977
+ this.sc(FinancialChart.ajm, b, this.afh);
2894
2978
  }
2895
2979
  }
2896
2980
  get zoomSliderChart() {
2897
- return this.ac6;
2981
+ return this.aep;
2898
2982
  }
2899
2983
  set zoomSliderChart(a) {
2900
2984
  let b = this.zoomSliderChart;
2901
2985
  if (a != b) {
2902
- this.ac6 = a;
2903
- this.qt("ZoomSliderChart", b, this.zoomSliderChart);
2986
+ this.aep = a;
2987
+ this.sc("ZoomSliderChart", b, this.zoomSliderChart);
2904
2988
  }
2905
2989
  }
2906
2990
  get zoomSliderAxis() {
2907
- return this.acr;
2991
+ return this.aea;
2908
2992
  }
2909
2993
  set zoomSliderAxis(a) {
2910
2994
  let b = this.zoomSliderAxis;
2911
2995
  if (a != b) {
2912
- this.acr = a;
2913
- this.qt("ZoomSliderAxis", b, this.zoomSliderAxis);
2996
+ this.aea = a;
2997
+ this.sc("ZoomSliderAxis", b, this.zoomSliderAxis);
2914
2998
  }
2915
2999
  }
2916
3000
  get zoomSliderXAxis() {
2917
- return this.abc;
3001
+ return this.acv;
2918
3002
  }
2919
3003
  set zoomSliderXAxis(a) {
2920
3004
  let b = this.zoomSliderXAxis;
2921
3005
  if (a != b) {
2922
- this.abc = a;
2923
- this.qt("ZoomSliderXAxis", b, this.zoomSliderXAxis);
3006
+ this.acv = a;
3007
+ this.sc("ZoomSliderXAxis", b, this.zoomSliderXAxis);
2924
3008
  }
2925
3009
  }
2926
- get ab6() {
2927
- return this.ab4;
3010
+ get adp() {
3011
+ return this.adn;
2928
3012
  }
2929
- set ab6(a) {
2930
- let b = this.ab6;
3013
+ set adp(a) {
3014
+ let b = this.adp;
2931
3015
  if (a != b) {
2932
- this.ab4 = a;
2933
- this.qt("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.ab6));
3016
+ this.adn = a;
3017
+ this.sc("ZoomSliderType", enumGetBox(FinancialChartZoomSliderType_$type, b), enumGetBox(FinancialChartZoomSliderType_$type, this.adp));
2934
3018
  }
2935
3019
  }
2936
- get aa3() {
2937
- return this.aav;
3020
+ get acm() {
3021
+ return this.ace;
2938
3022
  }
2939
- set aa3(a) {
2940
- let b = this.aa3;
3023
+ set acm(a) {
3024
+ let b = this.acm;
2941
3025
  if (a != b) {
2942
- this.aav = a;
2943
- this.qt("NegativeBrushes", b, this.aa3);
3026
+ this.ace = a;
3027
+ this.sc("NegativeBrushes", b, this.acm);
2944
3028
  }
2945
3029
  }
2946
- get aa4() {
2947
- return this.aaw;
3030
+ get acn() {
3031
+ return this.acf;
2948
3032
  }
2949
- set aa4(a) {
2950
- let b = this.aa4;
3033
+ set acn(a) {
3034
+ let b = this.acn;
2951
3035
  if (a != b) {
2952
- this.aaw = a;
2953
- this.qt("NegativeOutlines", b, this.aa4);
3036
+ this.acf = a;
3037
+ this.sc("NegativeOutlines", b, this.acn);
2954
3038
  }
2955
3039
  }
2956
- get aa5() {
2957
- return this.aax;
3040
+ get aco() {
3041
+ return this.acg;
2958
3042
  }
2959
- set aa5(a) {
2960
- let b = this.aa5;
3043
+ set aco(a) {
3044
+ let b = this.aco;
2961
3045
  if (a != b) {
2962
- this.aax = a;
2963
- this.qt("OverlayBrushes", b, this.aa5);
3046
+ this.acg = a;
3047
+ this.sc("OverlayBrushes", b, this.aco);
2964
3048
  }
2965
3049
  }
2966
- get aa6() {
2967
- return this.aay;
3050
+ get acp() {
3051
+ return this.ach;
2968
3052
  }
2969
- set aa6(a) {
2970
- let b = this.aa6;
3053
+ set acp(a) {
3054
+ let b = this.acp;
2971
3055
  if (a != b) {
2972
- this.aay = a;
2973
- this.qt("OverlayOutlines", b, this.aa6);
3056
+ this.ach = a;
3057
+ this.sc("OverlayOutlines", b, this.acp);
2974
3058
  }
2975
3059
  }
2976
- get aa8() {
2977
- return this.aa0;
3060
+ get acr() {
3061
+ return this.acj;
2978
3062
  }
2979
- set aa8(a) {
2980
- let b = this.aa8;
3063
+ set acr(a) {
3064
+ let b = this.acr;
2981
3065
  if (a != b) {
2982
- this.aa0 = a;
2983
- this.qt("VolumeOutlines", b, this.aa8);
3066
+ this.acj = a;
3067
+ this.sc("VolumeOutlines", b, this.acr);
2984
3068
  }
2985
3069
  }
2986
- get aa7() {
2987
- return this.aaz;
3070
+ get acq() {
3071
+ return this.aci;
2988
3072
  }
2989
- set aa7(a) {
2990
- let b = this.aa7;
3073
+ set acq(a) {
3074
+ let b = this.acq;
2991
3075
  if (a != b) {
2992
- this.aaz = a;
2993
- this.qt("VolumeBrushes", b, this.aa7);
3076
+ this.aci = a;
3077
+ this.sc("VolumeBrushes", b, this.acq);
2994
3078
  }
2995
3079
  }
2996
- get aa2() {
2997
- return this.aau;
3080
+ get acl() {
3081
+ return this.acd;
2998
3082
  }
2999
- set aa2(a) {
3000
- let b = this.aa2;
3083
+ set acl(a) {
3084
+ let b = this.acl;
3001
3085
  if (a != b) {
3002
- this.aau = a;
3003
- this.qt("IndicatorNegativeBrushes", b, this.aa2);
3086
+ this.acd = a;
3087
+ this.sc("IndicatorNegativeBrushes", b, this.acl);
3004
3088
  }
3005
3089
  }
3006
- get aa1() {
3007
- return this.aat;
3090
+ get ack() {
3091
+ return this.acc;
3008
3092
  }
3009
- set aa1(a) {
3010
- let b = this.aa1;
3093
+ set ack(a) {
3094
+ let b = this.ack;
3011
3095
  if (a != b) {
3012
- this.aat = a;
3013
- this.qt("IndicatorBrushes", b, this.aa1);
3096
+ this.acc = a;
3097
+ this.sc("IndicatorBrushes", b, this.ack);
3014
3098
  }
3015
3099
  }
3016
- get aew() {
3017
- return this.aek;
3100
+ get agk() {
3101
+ return this.af3;
3018
3102
  }
3019
- set aew(a) {
3020
- let b = this.aew;
3103
+ set agk(a) {
3104
+ let b = this.agk;
3021
3105
  if (a != b) {
3022
- this.aek = a;
3023
- this.qt("VolumeThickness", b, this.aew);
3106
+ this.af3 = a;
3107
+ this.sc("VolumeThickness", b, this.agk);
3024
3108
  }
3025
3109
  }
3026
- get aeu() {
3027
- return this.aei;
3110
+ get agi() {
3111
+ return this.af1;
3028
3112
  }
3029
- set aeu(a) {
3030
- let b = this.aeu;
3113
+ set agi(a) {
3114
+ let b = this.agi;
3031
3115
  if (a != b) {
3032
- this.aei = a;
3033
- this.qt("OverlayThickness", b, this.aeu);
3116
+ this.af1 = a;
3117
+ this.sc("OverlayThickness", b, this.agi);
3034
3118
  }
3035
3119
  }
3036
- get aet() {
3037
- return this.aeh;
3120
+ get agh() {
3121
+ return this.af0;
3038
3122
  }
3039
- set aet(a) {
3040
- let b = this.aet;
3123
+ set agh(a) {
3124
+ let b = this.agh;
3041
3125
  if (a != b) {
3042
- this.aeh = a;
3043
- this.qt("OverlayMultiplier", b, this.aet);
3126
+ this.af0 = a;
3127
+ this.sc("OverlayMultiplier", b, this.agh);
3044
3128
  }
3045
3129
  }
3046
- get aes() {
3047
- return this.aeg;
3130
+ get agg() {
3131
+ return this.afz;
3048
3132
  }
3049
- set aes(a) {
3050
- let b = this.aes;
3133
+ set agg(a) {
3134
+ let b = this.agg;
3051
3135
  if (a != b) {
3052
- this.aeg = a;
3053
- this.qt("IndicatorThickness", b, this.aes);
3136
+ this.afz = a;
3137
+ this.sc("IndicatorThickness", b, this.agg);
3054
3138
  }
3055
3139
  }
3056
- get ack() {
3057
- return this.acj;
3140
+ get ad3() {
3141
+ return this.ad2;
3058
3142
  }
3059
- set ack(a) {
3060
- let b = this.ack;
3143
+ set ad3(a) {
3144
+ let b = this.ad3;
3061
3145
  if (a != b) {
3062
- this.acj = a;
3063
- this.qt("IndicatorDisplayTypes", b, this.ack);
3146
+ this.ad2 = a;
3147
+ this.sc("IndicatorDisplayTypes", b, this.ad3);
3064
3148
  }
3065
3149
  }
3066
- get afi() {
3067
- return this.afb;
3150
+ get ahb() {
3151
+ return this.ag4;
3068
3152
  }
3069
- set afi(a) {
3070
- let b = this.afi;
3153
+ set ahb(a) {
3154
+ let b = this.ahb;
3071
3155
  if (a != b) {
3072
- this.afb = a;
3073
- this.qt("IndicatorPeriod", b, this.afi);
3156
+ this.ag4 = a;
3157
+ this.sc("IndicatorPeriod", b, this.ahb);
3074
3158
  }
3075
3159
  }
3076
- get aer() {
3077
- return this.aef;
3160
+ get agf() {
3161
+ return this.afy;
3078
3162
  }
3079
- set aer(a) {
3080
- let b = this.aer;
3163
+ set agf(a) {
3164
+ let b = this.agf;
3081
3165
  if (a != b) {
3082
- this.aef = a;
3083
- this.qt("IndicatorMultiplier", b, this.aer);
3166
+ this.afy = a;
3167
+ this.sc("IndicatorMultiplier", b, this.agf);
3084
3168
  }
3085
3169
  }
3086
- get afl() {
3087
- return this.afe;
3170
+ get ahe() {
3171
+ return this.ag7;
3088
3172
  }
3089
- set afl(a) {
3090
- let b = this.afl;
3173
+ set ahe(a) {
3174
+ let b = this.ahe;
3091
3175
  if (a != b) {
3092
- this.afe = a;
3093
- this.qt("IndicatorSmoothingPeriod", b, this.afl);
3176
+ this.ag7 = a;
3177
+ this.sc("IndicatorSmoothingPeriod", b, this.ahe);
3094
3178
  }
3095
3179
  }
3096
- get afj() {
3097
- return this.afc;
3180
+ get ahc() {
3181
+ return this.ag5;
3098
3182
  }
3099
- set afj(a) {
3100
- let b = this.afj;
3183
+ set ahc(a) {
3184
+ let b = this.ahc;
3101
3185
  if (a != b) {
3102
- this.afc = a;
3103
- this.qt("IndicatorShortPeriod", b, this.afj);
3186
+ this.ag5 = a;
3187
+ this.sc("IndicatorShortPeriod", b, this.ahc);
3104
3188
  }
3105
3189
  }
3106
- get afh() {
3107
- return this.afa;
3190
+ get aha() {
3191
+ return this.ag3;
3108
3192
  }
3109
- set afh(a) {
3110
- let b = this.afh;
3193
+ set aha(a) {
3194
+ let b = this.aha;
3111
3195
  if (a != b) {
3112
- this.afa = a;
3113
- this.qt("IndicatorLongPeriod", b, this.afh);
3196
+ this.ag3 = a;
3197
+ this.sc("IndicatorLongPeriod", b, this.aha);
3114
3198
  }
3115
3199
  }
3116
- get afk() {
3117
- return this.afd;
3200
+ get ahd() {
3201
+ return this.ag6;
3118
3202
  }
3119
- set afk(a) {
3120
- let b = this.afk;
3203
+ set ahd(a) {
3204
+ let b = this.ahd;
3121
3205
  if (a != b) {
3122
- this.afd = a;
3123
- this.qt("IndicatorSignalPeriod", b, this.afk);
3206
+ this.ag6 = a;
3207
+ this.sc("IndicatorSignalPeriod", b, this.ahd);
3124
3208
  }
3125
3209
  }
3126
- get abq() {
3127
- return this.abo;
3210
+ get ac9() {
3211
+ return this.ac7;
3128
3212
  }
3129
- set abq(a) {
3130
- let b = this.abq;
3213
+ set ac9(a) {
3214
+ let b = this.ac9;
3131
3215
  if (a != b) {
3132
- this.abo = a;
3133
- this.qt("RangeSelectorOptions", b, this.abq);
3216
+ this.ac7 = a;
3217
+ this.sc("RangeSelectorOptions", b, this.ac9);
3134
3218
  }
3135
3219
  }
3136
3220
  get customIndicatorNames() {
3137
- return this.abk;
3221
+ return this.ac3;
3138
3222
  }
3139
3223
  set customIndicatorNames(a) {
3140
- let b = this.abk;
3224
+ let b = this.ac3;
3141
3225
  if (a != b) {
3142
- this.abk = a;
3143
- this.qt("CustomIndicatorNames", b, this.customIndicatorNames);
3226
+ this.ac3 = a;
3227
+ this.sc("CustomIndicatorNames", b, this.customIndicatorNames);
3144
3228
  }
3145
3229
  }
3146
- get_e6() {
3147
- return super.get_e6();
3230
+ get_fx() {
3231
+ return super.get_fx();
3148
3232
  }
3149
- set_e6(a) {
3150
- super.set_e6(a);
3233
+ set_fx(a) {
3234
+ super.set_fx(a);
3151
3235
  }
3152
- get ajr() {
3153
- return this.ajq;
3236
+ get alq() {
3237
+ return this.alp;
3154
3238
  }
3155
- set ajr(a) {
3156
- let b = this.ajr;
3239
+ set alq(a) {
3240
+ let b = this.alq;
3157
3241
  if (a != b) {
3158
- this.ajq = a;
3159
- this.qt("ZoomSliderXAxisMajorStroke", b, this.ajr);
3242
+ this.alp = a;
3243
+ this.sc("ZoomSliderXAxisMajorStroke", b, this.alq);
3160
3244
  }
3161
3245
  }
3162
- get ae3() {
3163
- return this.aep;
3246
+ get agw() {
3247
+ return this.agd;
3164
3248
  }
3165
- set ae3(a) {
3166
- let b = this.ae3;
3249
+ set agw(a) {
3250
+ let b = this.agw;
3167
3251
  if (a != b) {
3168
- this.aep = a;
3169
- this.qt("ZoomSliderXAxisMajorStrokeThickness", b, this.ae3);
3252
+ this.agd = a;
3253
+ this.sc("ZoomSliderXAxisMajorStrokeThickness", b, this.agw);
3170
3254
  }
3171
3255
  }
3172
- get ado() {
3173
- return this.adb;
3256
+ get ae7() {
3257
+ return this.aeu;
3174
3258
  }
3175
- set ado(a) {
3176
- let b = this.ado;
3259
+ set ae7(a) {
3260
+ let b = this.ae7;
3177
3261
  if (a != b) {
3178
- this.adb = a;
3179
- this.qt("IsLegendVisible", b, this.ado);
3262
+ this.aeu = a;
3263
+ this.sc("IsLegendVisible", b, this.ae7);
3180
3264
  }
3181
3265
  }
3182
- get acc() {
3183
- return this.acb;
3266
+ get adv() {
3267
+ return this.adu;
3184
3268
  }
3185
- set acc(a) {
3186
- let b = this.acc;
3269
+ set adv(a) {
3270
+ let b = this.adv;
3187
3271
  if (a != b) {
3188
- this.acb = a;
3189
- this.qt("FinancialChartLegend", b, this.acc);
3272
+ this.adu = a;
3273
+ this.sc("FinancialChartLegend", b, this.adv);
3190
3274
  }
3191
3275
  }
3192
3276
  get xAxis() {
3193
- return this.abb;
3277
+ return this.acu;
3194
3278
  }
3195
3279
  set xAxis(a) {
3196
3280
  let b = this.xAxis;
3197
3281
  if (a != b) {
3198
- this.abb = a;
3199
- this.qt("XAxis", b, this.xAxis);
3282
+ this.acu = a;
3283
+ this.sc("XAxis", b, this.xAxis);
3200
3284
  }
3201
3285
  }
3202
3286
  get yAxis() {
3203
- return this.acq;
3287
+ return this.ad9;
3204
3288
  }
3205
3289
  set yAxis(a) {
3206
3290
  let b = this.yAxis;
3207
3291
  if (a != b) {
3208
- this.acq = a;
3209
- this.qt("YAxis", b, this.yAxis);
3292
+ this.ad9 = a;
3293
+ this.sc("YAxis", b, this.yAxis);
3210
3294
  }
3211
3295
  }
3212
3296
  get volumeAxis() {
3213
- return this.acp;
3297
+ return this.ad8;
3214
3298
  }
3215
3299
  set volumeAxis(a) {
3216
3300
  let b = this.volumeAxis;
3217
3301
  if (a != b) {
3218
- this.acp = a;
3219
- this.qt("VolumeAxis", b, this.volumeAxis);
3302
+ this.ad8 = a;
3303
+ this.sc("VolumeAxis", b, this.volumeAxis);
3220
3304
  }
3221
3305
  }
3222
3306
  get volumeXAxis() {
3223
- return this.aba;
3307
+ return this.act;
3224
3308
  }
3225
3309
  set volumeXAxis(a) {
3226
3310
  let b = this.volumeXAxis;
3227
3311
  if (a != b) {
3228
- this.aba = a;
3229
- this.qt("VolumeXAxis", b, this.volumeXAxis);
3312
+ this.act = a;
3313
+ this.sc("VolumeXAxis", b, this.volumeXAxis);
3230
3314
  }
3231
3315
  }
3232
3316
  get indicatorAxis() {
3233
- return this.aco;
3317
+ return this.ad7;
3234
3318
  }
3235
3319
  set indicatorAxis(a) {
3236
3320
  let b = this.indicatorAxis;
3237
3321
  if (a != b) {
3238
- this.aco = a;
3239
- this.qt("IndicatorAxis", b, this.indicatorAxis);
3322
+ this.ad7 = a;
3323
+ this.sc("IndicatorAxis", b, this.indicatorAxis);
3240
3324
  }
3241
3325
  }
3242
3326
  get indicatorXAxis() {
3243
- return this.aa9;
3327
+ return this.acs;
3244
3328
  }
3245
3329
  set indicatorXAxis(a) {
3246
3330
  let b = this.indicatorXAxis;
3247
3331
  if (a != b) {
3248
- this.aa9 = a;
3249
- this.qt("IndicatorXAxis", b, this.indicatorXAxis);
3332
+ this.acs = a;
3333
+ this.sc("IndicatorXAxis", b, this.indicatorXAxis);
3250
3334
  }
3251
3335
  }
3252
- get ad6() {
3253
- return this.ad3;
3336
+ get afp() {
3337
+ return this.afm;
3254
3338
  }
3255
- set ad6(a) {
3256
- let b = this.ad6;
3339
+ set afp(a) {
3340
+ let b = this.afp;
3257
3341
  if (a != b) {
3258
- this.ad3 = a;
3259
- this.qt("IndicatorAxes", b, this.ad6);
3342
+ this.afm = a;
3343
+ this.sc("IndicatorAxes", b, this.afp);
3260
3344
  }
3261
3345
  }
3262
- get ad8() {
3263
- return this.ad5;
3346
+ get afr() {
3347
+ return this.afo;
3264
3348
  }
3265
- set ad8(a) {
3266
- let b = this.ad8;
3349
+ set afr(a) {
3350
+ let b = this.afr;
3267
3351
  if (a != b) {
3268
- this.ad5 = a;
3269
- this.qt("IndicatorXAxes", b, this.ad8);
3352
+ this.afo = a;
3353
+ this.sc("IndicatorXAxes", b, this.afr);
3270
3354
  }
3271
3355
  }
3272
- get aee() {
3273
- return this.aec;
3356
+ get afx() {
3357
+ return this.afv;
3274
3358
  }
3275
- set aee(a) {
3276
- let b = this.aee;
3359
+ set afx(a) {
3360
+ let b = this.afx;
3277
3361
  if (+a != +b) {
3278
- this.aec = a;
3279
- this.qt("XAxisMinimumValue", b, this.aee);
3362
+ this.afv = a;
3363
+ this.sc("XAxisMinimumValue", b, this.afx);
3280
3364
  }
3281
3365
  }
3282
- get aed() {
3283
- return this.aeb;
3366
+ get afw() {
3367
+ return this.afu;
3284
3368
  }
3285
- set aed(a) {
3286
- let b = this.aed;
3369
+ set afw(a) {
3370
+ let b = this.afw;
3287
3371
  if (+a != +b) {
3288
- this.aeb = a;
3289
- this.qt("XAxisMaximumValue", b, this.aed);
3372
+ this.afu = a;
3373
+ this.sc("XAxisMaximumValue", b, this.afw);
3290
3374
  }
3291
3375
  }
3292
3376
  get xAxisBreaks() {
3293
- return this.ad9;
3377
+ return this.afs;
3294
3378
  }
3295
3379
  }
3296
3380
  FinancialChart.$t = /*@__PURE__*/ markType(FinancialChart, 'FinancialChart', XYChart.$);
3297
- FinancialChart.afm = 0;
3298
- FinancialChart.ahi = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
3299
- FinancialChart.aho = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
3381
+ FinancialChart.ahf = 0;
3382
+ FinancialChart.ajb = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
3383
+ FinancialChart.ajm = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
3300
3384
  return FinancialChart;
3301
3385
  })();
3302
3386
  /**
@@ -3330,9 +3414,9 @@ export let FinancialChartToolbar = /*@__PURE__*/ (() => {
3330
3414
  this.ak = false;
3331
3415
  this.o = a;
3332
3416
  this.w = new FinancialChartToolbarViewModel();
3333
- this.s = new FinancialChartRangeSelector(a != null ? a.afy : null);
3334
- this.aa = new FinancialChartTypePicker(a != null ? a.afv : null);
3335
- this.q = new FinancialChartIndicatorMenu(1, a != null ? a.afw : null);
3417
+ this.s = new FinancialChartRangeSelector(a != null ? a.ahr : null);
3418
+ this.aa = new FinancialChartTypePicker(a != null ? a.aho : null);
3419
+ this.q = new FinancialChartIndicatorMenu(1, a != null ? a.ahp : null);
3336
3420
  }
3337
3421
  bg(a) {
3338
3422
  let b = a.querySelectorAll(".financialChartToolbarArea");