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,166 +37,171 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
37
37
  tslib_1.__extends(CategoryChart, _super);
38
38
  function CategoryChart() {
39
39
  var _this = _super.call(this) || this;
40
- _this.ac2 = 1000;
41
- _this.abh = null;
42
- _this.aa1 = 9;
43
- _this.aa3 = 1;
44
- _this.abl = false;
45
- _this.abm = false;
46
- _this.aa5 = 0;
47
- _this.abf = 0;
48
- _this.ab9 = 0;
49
- _this.acc = 0;
50
- _this.ab8 = 0;
51
- _this.acb = 0;
52
- _this.aca = 1;
53
- _this.acd = 0;
54
- _this.ace = NaN;
55
- _this.aax = 0;
56
- _this.abn = true;
57
- _this.abo = false;
58
- _this.ab6 = DeviceUtils.g(2);
59
- _this.ab7 = DeviceUtils.g(60);
60
- _this.abs = true;
61
- _this.abp = true;
62
- _this.abr = false;
63
- _this.aaz = 0;
64
- _this.abt = false;
65
- _this.ac3 = 10;
66
- _this.acg = NaN;
67
- _this.acf = NaN;
68
- _this.ach = 0;
69
- _this.aat = null;
70
- _this.aau = null;
71
- _this.abq = true;
72
- _this.abj = false;
73
- _this.abk = false;
74
- _this.ab5 = null;
75
- _this.pp();
40
+ _this.aev = 1000;
41
+ _this.ac0 = null;
42
+ _this.ack = 9;
43
+ _this.acm = 1;
44
+ _this.ac4 = false;
45
+ _this.ac5 = false;
46
+ _this.aco = 0;
47
+ _this.acy = 0;
48
+ _this.ads = 0;
49
+ _this.adv = 0;
50
+ _this.adr = 0;
51
+ _this.adu = 0;
52
+ _this.adt = 1;
53
+ _this.adw = 0;
54
+ _this.ad2 = NaN;
55
+ _this.acg = 0;
56
+ _this.ac6 = true;
57
+ _this.ac7 = false;
58
+ _this.adp = DeviceUtils.g(2);
59
+ _this.adq = DeviceUtils.g(60);
60
+ _this.adb = true;
61
+ _this.ac8 = true;
62
+ _this.ada = false;
63
+ _this.aci = 0;
64
+ _this.adc = false;
65
+ _this.aew = 10;
66
+ _this.ad4 = NaN;
67
+ _this.ad3 = NaN;
68
+ _this.ad5 = 0;
69
+ _this.acc = null;
70
+ _this.acd = null;
71
+ _this.ac9 = true;
72
+ _this.adx = 3;
73
+ _this.ady = NaN;
74
+ _this.adz = NaN;
75
+ _this.ad0 = NaN;
76
+ _this.ad1 = NaN;
77
+ _this.ac2 = false;
78
+ _this.ac3 = false;
79
+ _this.ado = null;
80
+ _this.q8();
76
81
  return _this;
77
82
  }
78
- CategoryChart.prototype.p7 = function () {
79
- _super.prototype.p7.call(this);
83
+ CategoryChart.prototype.rq = function () {
84
+ _super.prototype.rq.call(this);
80
85
  if (this.dataChart == null) {
81
86
  return;
82
87
  }
83
- var a = this.dataChart.cq.j.e();
84
- this.aav = a.d;
85
- this.aaw = a.e;
86
- if (this.z5 == null) {
87
- this.z5 = a.k;
88
+ var a = this.dataChart.cu.j.e();
89
+ this.ace = a.d;
90
+ this.acf = a.e;
91
+ if (this.abo == null) {
92
+ this.abo = a.k;
88
93
  }
89
- if (this.aac == null) {
90
- this.aac = a.k;
94
+ if (this.abv == null) {
95
+ this.abv = a.k;
91
96
  }
92
- this.v4 = 0;
93
- this.aad = AxisDefaults.h;
94
- this.aag = null;
95
- this.z9 = AxisDefaults.g;
96
- this.z6 = null;
97
- this.vn = AxisDefaults.f;
98
- this.aaa = AxisDefaults.j;
99
- this.vo = AxisDefaults.e;
100
- this.el = true;
101
- this.em = false;
102
- this.aq = 0;
103
- this.g3 = Defaults.j;
104
- this.sh = Defaults.ae;
105
- this.sc = Defaults.af;
106
- this.sd = Defaults.ag;
97
+ this.xn = 0;
98
+ this.abw = AxisDefaults.h;
99
+ this.abz = null;
100
+ this.abs = AxisDefaults.g;
101
+ this.abp = null;
102
+ this.w6 = AxisDefaults.f;
103
+ this.abt = AxisDefaults.j;
104
+ this.w7 = AxisDefaults.e;
105
+ this.fb = true;
106
+ this.fc = false;
107
+ this.a6 = 0;
108
+ this.hv = Defaults.j;
109
+ this.t0 = Defaults.ae;
110
+ this.tv = Defaults.af;
111
+ this.tw = Defaults.ag;
107
112
  };
108
- CategoryChart.prototype.p9 = function (a, b) {
109
- _super.prototype.p9.call(this, a, b);
110
- a.hn = this.ac4;
111
- a.cg = this.abi;
113
+ CategoryChart.prototype.rs = function (a, b) {
114
+ _super.prototype.rs.call(this, a, b);
115
+ a.hp = this.aex;
116
+ a.cg = this.ac1;
112
117
  };
113
- CategoryChart.prototype.qu = function (a, b, c) {
118
+ CategoryChart.prototype.sd = function (a, b, c) {
114
119
  var _this = this;
115
- _super.prototype.qu.call(this, a, b, c);
120
+ _super.prototype.sd.call(this, a, b, c);
116
121
  switch (a) {
117
122
  case "TransitionInDuration":
118
- this.pw(function (d) { return d.hn = _this.ac4; });
123
+ this.rf(function (d) { return d.hp = _this.aex; });
119
124
  break;
120
125
  case "TransitionInEasingFunction":
121
- this.pw(function (d) { return d.cg = _this.abi; });
126
+ this.rf(function (d) { return d.cg = _this.ac1; });
122
127
  break;
123
128
  }
124
129
  };
125
- Object.defineProperty(CategoryChart.prototype, "ac4", {
130
+ Object.defineProperty(CategoryChart.prototype, "aex", {
126
131
  get: function () {
127
- return this.ac2;
132
+ return this.aev;
128
133
  },
129
134
  set: function (a) {
130
- var b = this.ac4;
135
+ var b = this.aex;
131
136
  if (a != b) {
132
- this.ac2 = a;
133
- this.qt("TransitionInDuration", b, this.ac4);
137
+ this.aev = a;
138
+ this.sc("TransitionInDuration", b, this.aex);
134
139
  }
135
140
  },
136
141
  enumerable: true,
137
142
  configurable: true
138
143
  });
139
- Object.defineProperty(CategoryChart.prototype, "abi", {
144
+ Object.defineProperty(CategoryChart.prototype, "ac1", {
140
145
  get: function () {
141
- return this.abh;
146
+ return this.ac0;
142
147
  },
143
148
  set: function (a) {
144
- var b = this.abi;
149
+ var b = this.ac1;
145
150
  if (a != b) {
146
- this.abh = a;
147
- this.qt("TransitionInEasingFunction", b, this.abi);
151
+ this.ac0 = a;
152
+ this.sc("TransitionInEasingFunction", b, this.ac1);
148
153
  }
149
154
  },
150
155
  enumerable: true,
151
156
  configurable: true
152
157
  });
153
- CategoryChart.prototype.ada = function () {
154
- var cvd_ = this.iv();
158
+ CategoryChart.prototype.ae3 = function () {
159
+ var cvd_ = this.ju();
155
160
  cvd_.scaleByViewport();
156
161
  return (cvd_.serialize());
157
162
  };
158
- CategoryChart.prototype.p2 = function (a) {
159
- _super.prototype.p2.call(this, a);
160
- a.dn = this.eh;
161
- a.tw = this.aby;
162
- a.tz = this.abz;
163
- a.um = this.aci;
164
- a.un = this.acj;
165
- a.s1 = this.aay;
163
+ CategoryChart.prototype.rl = function (a) {
164
+ _super.prototype.rl.call(this, a);
165
+ a.ds = this.e7;
166
+ a.uq = this.adh;
167
+ a.ut = this.adi;
168
+ a.vg = this.ad6;
169
+ a.vh = this.ad7;
170
+ a.tv = this.ach;
166
171
  };
167
- CategoryChart.prototype.p8 = function (a, b) {
168
- _super.prototype.p8.call(this, a, b);
172
+ CategoryChart.prototype.rr = function (a, b) {
173
+ _super.prototype.rr.call(this, a, b);
169
174
  var c = typeCast(HorizontalAnchoredCategorySeries.$, a);
170
175
  if (c == null) {
171
176
  return;
172
177
  }
173
- c.tj = this.aa4;
174
- c.sg = this.abx;
175
- c.r0 = this.aa6;
176
- c.ca = this.abg;
178
+ c.tn = this.acn;
179
+ c.sk = this.adg;
180
+ c.r4 = this.acp;
181
+ c.ca = this.acz;
177
182
  c.trendLineBrush = ArrayExtension.getModulus$1(Brush.$, this.ag, b);
178
- c.trendLineType = this.c2;
179
- c.trendLineThickness = this.hz;
180
- c.qd = this.b6(a, b);
181
- if (a.d3) {
182
- a.mn(ArrayExtension.getModulus$1(Brush.$, this.aav, b), ArrayExtension.getModulus$1(Brush.$, this.aaw, b));
183
+ c.trendLineType = this.di;
184
+ c.trendLineThickness = this.it;
185
+ c.qh = this.cm(a, b);
186
+ if (a.d4) {
187
+ a.mq(ArrayExtension.getModulus$1(Brush.$, this.ace, b), ArrayExtension.getModulus$1(Brush.$, this.acf, b));
183
188
  }
184
189
  };
185
- CategoryChart.prototype.aa7 = function () {
190
+ CategoryChart.prototype.acq = function () {
186
191
  return new CategoryXAxis();
187
192
  };
188
- CategoryChart.prototype.abb = function () {
193
+ CategoryChart.prototype.acu = function () {
189
194
  return new NumericYAxis();
190
195
  };
191
- CategoryChart.prototype.pl = function () {
192
- this.xAxis = this.aa7();
196
+ CategoryChart.prototype.q4 = function () {
197
+ this.xAxis = this.acq();
193
198
  this.xAxis.name = "xAxis";
194
199
  var a = this.xAxis;
195
- a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.ad7));
196
- this.yAxis = this.abb();
200
+ a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.af5));
201
+ this.yAxis = this.acu();
197
202
  this.yAxis.name = "yAxis";
198
203
  var b = this.yAxis;
199
- b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.ad8));
204
+ b.propertyChanged = delegateCombine(b.propertyChanged, runOn(this, this.af6));
200
205
  if (this.xAxis.ay == null) {
201
206
  this.xAxis.ay = new AxisLabelSettings();
202
207
  }
@@ -204,520 +209,595 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
204
209
  this.yAxis.ay = new AxisLabelSettings();
205
210
  }
206
211
  };
207
- CategoryChart.prototype.y5 = function (a) {
208
- _super.prototype.y5.call(this, a);
209
- a.k8 = this.ab1;
210
- a.lb = this.ab3;
211
- a.b0 = this.ab2;
212
+ CategoryChart.prototype.aao = function (a) {
213
+ _super.prototype.aao.call(this, a);
214
+ a.k8 = this.adk;
215
+ a.lb = this.adm;
216
+ a.b0 = this.adl;
212
217
  };
213
- CategoryChart.prototype.y3 = function (a) {
214
- _super.prototype.y3.call(this, a);
215
- a.b0 = this.ab0;
218
+ CategoryChart.prototype.aam = function (a) {
219
+ _super.prototype.aam.call(this, a);
220
+ a.b0 = this.adj;
221
+ a.zoomMaximumCategoryRange = this.aek;
222
+ a.zoomToCategoryRange = this.aem;
223
+ a.zoomToCategoryStart = this.aen;
224
+ a.zoomMaximumItemSpan = this.ael;
225
+ a.zoomToItemSpan = this.aeo;
216
226
  };
217
- CategoryChart.prototype.get_bi = function () {
227
+ CategoryChart.prototype.get_by = function () {
218
228
  return 0;
219
229
  };
220
- Object.defineProperty(CategoryChart.prototype, "bi", {
230
+ Object.defineProperty(CategoryChart.prototype, "by", {
221
231
  get: function () {
222
- return this.get_bi();
232
+ return this.get_by();
223
233
  },
224
234
  enumerable: true,
225
235
  configurable: true
226
236
  });
227
- Object.defineProperty(CategoryChart.prototype, "aa2", {
237
+ Object.defineProperty(CategoryChart.prototype, "acl", {
228
238
  get: function () {
229
- return this.aa1;
239
+ return this.ack;
230
240
  },
231
241
  set: function (a) {
232
- if (a != this.aa1) {
233
- var b = this.aa2;
234
- this.aa1 = a;
235
- this.qt("ChartType", enumGetBox(CategoryChartType_$type, b), enumGetBox(CategoryChartType_$type, this.aa2));
242
+ if (a != this.ack) {
243
+ var b = this.acl;
244
+ this.ack = a;
245
+ this.sc("ChartType", enumGetBox(CategoryChartType_$type, b), enumGetBox(CategoryChartType_$type, this.acl));
236
246
  }
237
247
  },
238
248
  enumerable: true,
239
249
  configurable: true
240
250
  });
241
- Object.defineProperty(CategoryChart.prototype, "aa4", {
251
+ Object.defineProperty(CategoryChart.prototype, "acn", {
242
252
  get: function () {
243
- return this.aa3;
253
+ return this.acm;
244
254
  },
245
255
  set: function (a) {
246
- var b = this.aa4;
256
+ var b = this.acn;
247
257
  if (a != b) {
248
- this.aa3 = a;
249
- this.qt("MarkerCollisionAvoidance", enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, b), enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, this.aa4));
258
+ this.acm = a;
259
+ this.sc("MarkerCollisionAvoidance", enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, b), enumGetBox(CategorySeriesMarkerCollisionAvoidance_$type, this.acn));
250
260
  }
251
261
  },
252
262
  enumerable: true,
253
263
  configurable: true
254
264
  });
255
- Object.defineProperty(CategoryChart.prototype, "abw", {
265
+ Object.defineProperty(CategoryChart.prototype, "adf", {
256
266
  get: function () {
257
- return this.abl;
267
+ return this.ac4;
258
268
  },
259
269
  set: function (a) {
260
- var b = this.abw;
270
+ var b = this.adf;
261
271
  if (a != b) {
262
- this.abl = a;
263
- this.qt("IsSplineShapePartOfRange", b, this.abw);
272
+ this.ac4 = a;
273
+ this.sc("IsSplineShapePartOfRange", b, this.adf);
264
274
  }
265
275
  },
266
276
  enumerable: true,
267
277
  configurable: true
268
278
  });
269
- Object.defineProperty(CategoryChart.prototype, "abx", {
279
+ Object.defineProperty(CategoryChart.prototype, "adg", {
270
280
  get: function () {
271
- return this.abm;
281
+ return this.ac5;
272
282
  },
273
283
  set: function (a) {
274
- var b = this.abx;
284
+ var b = this.adg;
275
285
  if (a != b) {
276
- this.abm = a;
277
- this.qt("IsTransitionInEnabled", b, this.abx);
286
+ this.ac5 = a;
287
+ this.sc("IsTransitionInEnabled", b, this.adg);
278
288
  }
279
289
  },
280
290
  enumerable: true,
281
291
  configurable: true
282
292
  });
283
- Object.defineProperty(CategoryChart.prototype, "aa6", {
293
+ Object.defineProperty(CategoryChart.prototype, "acp", {
284
294
  get: function () {
285
- return this.aa5;
295
+ return this.aco;
286
296
  },
287
297
  set: function (a) {
288
- var b = this.aa6;
298
+ var b = this.acp;
289
299
  if (a != b) {
290
- this.aa5 = a;
291
- this.qt("TransitionInMode", enumGetBox(CategoryTransitionInMode_$type, b), enumGetBox(CategoryTransitionInMode_$type, this.aa6));
300
+ this.aco = a;
301
+ this.sc("TransitionInMode", enumGetBox(CategoryTransitionInMode_$type, b), enumGetBox(CategoryTransitionInMode_$type, this.acp));
292
302
  }
293
303
  },
294
304
  enumerable: true,
295
305
  configurable: true
296
306
  });
297
- Object.defineProperty(CategoryChart.prototype, "abg", {
307
+ Object.defineProperty(CategoryChart.prototype, "acz", {
298
308
  get: function () {
299
- return this.abf;
309
+ return this.acy;
300
310
  },
301
311
  set: function (a) {
302
- var b = this.abg;
312
+ var b = this.acz;
303
313
  if (a != b) {
304
- this.abf = a;
305
- this.qt("TransitionInSpeedType", enumGetBox(TransitionInSpeedType_$type, b), enumGetBox(TransitionInSpeedType_$type, this.abg));
314
+ this.acy = a;
315
+ this.sc("TransitionInSpeedType", enumGetBox(TransitionInSpeedType_$type, b), enumGetBox(TransitionInSpeedType_$type, this.acz));
306
316
  }
307
317
  },
308
318
  enumerable: true,
309
319
  configurable: true
310
320
  });
311
- Object.defineProperty(CategoryChart.prototype, "acr", {
321
+ Object.defineProperty(CategoryChart.prototype, "aef", {
312
322
  get: function () {
313
- return this.ab9;
323
+ return this.ads;
314
324
  },
315
325
  set: function (a) {
316
- var b = this.acr;
326
+ var b = this.aef;
317
327
  if (a != b) {
318
- this.ab9 = a;
319
- this.qt("XAxisInterval", b, this.acr);
328
+ this.ads = a;
329
+ this.sc("XAxisInterval", b, this.aef);
320
330
  }
321
331
  },
322
332
  enumerable: true,
323
333
  configurable: true
324
334
  });
325
- Object.defineProperty(CategoryChart.prototype, "acu", {
335
+ Object.defineProperty(CategoryChart.prototype, "aei", {
326
336
  get: function () {
327
- return this.acc;
337
+ return this.adv;
328
338
  },
329
339
  set: function (a) {
330
- var b = this.acu;
340
+ var b = this.aei;
331
341
  if (a != b) {
332
- this.acc = a;
333
- this.qt("XAxisMinorInterval", b, this.acu);
342
+ this.adv = a;
343
+ this.sc("XAxisMinorInterval", b, this.aei);
334
344
  }
335
345
  },
336
346
  enumerable: true,
337
347
  configurable: true
338
348
  });
339
- Object.defineProperty(CategoryChart.prototype, "acq", {
349
+ Object.defineProperty(CategoryChart.prototype, "aee", {
340
350
  get: function () {
341
- return this.ab8;
351
+ return this.adr;
342
352
  },
343
353
  set: function (a) {
344
- var b = this.acq;
354
+ var b = this.aee;
345
355
  if (a != b) {
346
- this.ab8 = a;
347
- this.qt("XAxisGap", b, this.acq);
356
+ this.adr = a;
357
+ this.sc("XAxisGap", b, this.aee);
348
358
  }
349
359
  },
350
360
  enumerable: true,
351
361
  configurable: true
352
362
  });
353
- Object.defineProperty(CategoryChart.prototype, "act", {
363
+ Object.defineProperty(CategoryChart.prototype, "aeh", {
354
364
  get: function () {
355
- return this.acb;
365
+ return this.adu;
356
366
  },
357
367
  set: function (a) {
358
- var b = this.act;
368
+ var b = this.aeh;
359
369
  if (a != b) {
360
- this.acb = a;
361
- this.qt("XAxisMinimumGapSize", b, this.act);
370
+ this.adu = a;
371
+ this.sc("XAxisMinimumGapSize", b, this.aeh);
362
372
  }
363
373
  },
364
374
  enumerable: true,
365
375
  configurable: true
366
376
  });
367
- Object.defineProperty(CategoryChart.prototype, "acs", {
377
+ Object.defineProperty(CategoryChart.prototype, "aeg", {
368
378
  get: function () {
369
- return this.aca;
379
+ return this.adt;
370
380
  },
371
381
  set: function (a) {
372
- var b = this.acs;
382
+ var b = this.aeg;
373
383
  if (a != b) {
374
- this.aca = a;
375
- this.qt("XAxisMaximumGap", b, this.acs);
384
+ this.adt = a;
385
+ this.sc("XAxisMaximumGap", b, this.aeg);
376
386
  }
377
387
  },
378
388
  enumerable: true,
379
389
  configurable: true
380
390
  });
381
- Object.defineProperty(CategoryChart.prototype, "acv", {
391
+ Object.defineProperty(CategoryChart.prototype, "aej", {
382
392
  get: function () {
383
- return this.acd;
393
+ return this.adw;
384
394
  },
385
395
  set: function (a) {
386
- var b = this.acv;
396
+ var b = this.aej;
387
397
  if (a != b) {
388
- this.acd = a;
389
- this.qt("XAxisOverlap", b, this.acv);
398
+ this.adw = a;
399
+ this.sc("XAxisOverlap", b, this.aej);
390
400
  }
391
401
  },
392
402
  enumerable: true,
393
403
  configurable: true
394
404
  });
395
- Object.defineProperty(CategoryChart.prototype, "acy", {
405
+ Object.defineProperty(CategoryChart.prototype, "aer", {
396
406
  get: function () {
397
- return this.ace;
407
+ return this.ad2;
398
408
  },
399
409
  set: function (a) {
400
- var b = this.acy;
410
+ var b = this.aer;
401
411
  if (a != b) {
402
- this.ace = a;
403
- this.qt("YAxisInterval", b, this.acy);
412
+ this.ad2 = a;
413
+ this.sc("YAxisInterval", b, this.aer);
404
414
  }
405
415
  },
406
416
  enumerable: true,
407
417
  configurable: true
408
418
  });
409
- Object.defineProperty(CategoryChart.prototype, "aay", {
419
+ Object.defineProperty(CategoryChart.prototype, "ach", {
410
420
  get: function () {
411
- return this.aax;
421
+ return this.acg;
412
422
  },
413
423
  set: function (a) {
414
- var b = this.aay;
424
+ var b = this.ach;
415
425
  if (a != b) {
416
- this.aax = a;
417
- this.qt("AutoMarginAndAngleUpdateMode", enumGetBox(AutoMarginsAndAngleUpdateMode_$type, b), enumGetBox(AutoMarginsAndAngleUpdateMode_$type, this.aay));
426
+ this.acg = a;
427
+ this.sc("AutoMarginAndAngleUpdateMode", enumGetBox(AutoMarginsAndAngleUpdateMode_$type, b), enumGetBox(AutoMarginsAndAngleUpdateMode_$type, this.ach));
418
428
  }
419
429
  },
420
430
  enumerable: true,
421
431
  configurable: true
422
432
  });
423
- CategoryChart.prototype.ad9 = function () {
433
+ CategoryChart.prototype.af7 = function () {
424
434
  if (this.dataChart != null) {
425
- this.dataChart.v7();
435
+ this.dataChart.w1();
426
436
  }
427
437
  };
428
- Object.defineProperty(CategoryChart.prototype, "aby", {
438
+ Object.defineProperty(CategoryChart.prototype, "adh", {
429
439
  get: function () {
430
- return this.abn;
440
+ return this.ac6;
431
441
  },
432
442
  set: function (a) {
433
- var b = this.aby;
443
+ var b = this.adh;
434
444
  if (a != b) {
435
- this.abn = a;
436
- this.qt("ShouldAutoExpandMarginForInitialLabels", b, this.aby);
445
+ this.ac6 = a;
446
+ this.sc("ShouldAutoExpandMarginForInitialLabels", b, this.adh);
437
447
  }
438
448
  },
439
449
  enumerable: true,
440
450
  configurable: true
441
451
  });
442
- Object.defineProperty(CategoryChart.prototype, "abz", {
452
+ Object.defineProperty(CategoryChart.prototype, "adi", {
443
453
  get: function () {
444
- return this.abo;
454
+ return this.ac7;
445
455
  },
446
456
  set: function (a) {
447
- var b = this.abz;
457
+ var b = this.adi;
448
458
  if (a != b) {
449
- this.abo = a;
450
- this.qt(CategoryChart.adj, b, this.abz);
459
+ this.ac7 = a;
460
+ this.sc(CategoryChart.afc, b, this.adi);
451
461
  }
452
462
  },
453
463
  enumerable: true,
454
464
  configurable: true
455
465
  });
456
- Object.defineProperty(CategoryChart.prototype, "aci", {
466
+ Object.defineProperty(CategoryChart.prototype, "ad6", {
457
467
  get: function () {
458
- return this.ab6;
468
+ return this.adp;
459
469
  },
460
470
  set: function (a) {
461
- var b = this.aci;
471
+ var b = this.ad6;
462
472
  if (a != b) {
463
- this.ab6 = a;
464
- this.qt("AutoExpandMarginExtraPadding", b, this.aci);
473
+ this.adp = a;
474
+ this.sc("AutoExpandMarginExtraPadding", b, this.ad6);
465
475
  }
466
476
  },
467
477
  enumerable: true,
468
478
  configurable: true
469
479
  });
470
- Object.defineProperty(CategoryChart.prototype, "acj", {
480
+ Object.defineProperty(CategoryChart.prototype, "ad7", {
471
481
  get: function () {
472
- return this.ab7;
482
+ return this.adq;
473
483
  },
474
484
  set: function (a) {
475
- var b = this.acj;
485
+ var b = this.ad7;
476
486
  if (a != b) {
477
- this.ab7 = a;
478
- this.qt("AutoExpandMarginMaximumValue", b, this.acj);
487
+ this.adq = a;
488
+ this.sc("AutoExpandMarginMaximumValue", b, this.ad7);
479
489
  }
480
490
  },
481
491
  enumerable: true,
482
492
  configurable: true
483
493
  });
484
- Object.defineProperty(CategoryChart.prototype, "ab3", {
494
+ Object.defineProperty(CategoryChart.prototype, "adm", {
485
495
  get: function () {
486
- return this.abs;
496
+ return this.adb;
487
497
  },
488
498
  set: function (a) {
489
- var b = this.ab3;
499
+ var b = this.adm;
490
500
  if (a != b) {
491
- this.abs = a;
492
- this.qt("YAxisFavorLabellingScaleEnd", b, this.ab3);
501
+ this.adb = a;
502
+ this.sc("YAxisFavorLabellingScaleEnd", b, this.adm);
493
503
  }
494
504
  },
495
505
  enumerable: true,
496
506
  configurable: true
497
507
  });
498
- Object.defineProperty(CategoryChart.prototype, "ab0", {
508
+ Object.defineProperty(CategoryChart.prototype, "adj", {
499
509
  get: function () {
500
- return this.abp;
510
+ return this.ac8;
501
511
  },
502
512
  set: function (a) {
503
- var b = this.ab0;
513
+ var b = this.adj;
504
514
  if (a != b) {
505
- this.abp = a;
506
- this.qt(CategoryChart.ado, b, this.ab0);
515
+ this.ac8 = a;
516
+ this.sc(CategoryChart.afh, b, this.adj);
507
517
  }
508
518
  },
509
519
  enumerable: true,
510
520
  configurable: true
511
521
  });
512
- Object.defineProperty(CategoryChart.prototype, "ab2", {
522
+ Object.defineProperty(CategoryChart.prototype, "adl", {
513
523
  get: function () {
514
- return this.abr;
524
+ return this.ada;
515
525
  },
516
526
  set: function (a) {
517
- var b = this.ab2;
527
+ var b = this.adl;
518
528
  if (a != b) {
519
- this.abr = a;
520
- this.qt(CategoryChart.adx, b, this.ab2);
529
+ this.ada = a;
530
+ this.sc(CategoryChart.afv, b, this.adl);
521
531
  }
522
532
  },
523
533
  enumerable: true,
524
534
  configurable: true
525
535
  });
526
- Object.defineProperty(CategoryChart.prototype, "aa0", {
536
+ Object.defineProperty(CategoryChart.prototype, "acj", {
527
537
  get: function () {
528
- return this.aaz;
538
+ return this.aci;
529
539
  },
530
540
  set: function (a) {
531
- var b = this.aa0;
541
+ var b = this.acj;
532
542
  if (a != b) {
533
- this.aaz = a;
534
- this.qt("YAxisAutoRangeBufferMode", enumGetBox(AxisRangeBufferMode_$type, b), enumGetBox(AxisRangeBufferMode_$type, this.aa0));
543
+ this.aci = a;
544
+ this.sc("YAxisAutoRangeBufferMode", enumGetBox(AxisRangeBufferMode_$type, b), enumGetBox(AxisRangeBufferMode_$type, this.acj));
535
545
  }
536
546
  },
537
547
  enumerable: true,
538
548
  configurable: true
539
549
  });
540
- Object.defineProperty(CategoryChart.prototype, "ab4", {
550
+ Object.defineProperty(CategoryChart.prototype, "adn", {
541
551
  get: function () {
542
- return this.abt;
552
+ return this.adc;
543
553
  },
544
554
  set: function (a) {
545
- var b = this.ab4;
555
+ var b = this.adn;
546
556
  if (a != b) {
547
- this.abt = a;
548
- this.qt("YAxisIsLogarithmic", b, this.ab4);
557
+ this.adc = a;
558
+ this.sc("YAxisIsLogarithmic", b, this.adn);
549
559
  }
550
560
  },
551
561
  enumerable: true,
552
562
  configurable: true
553
563
  });
554
- Object.defineProperty(CategoryChart.prototype, "ac5", {
564
+ Object.defineProperty(CategoryChart.prototype, "aey", {
555
565
  get: function () {
556
- return this.ac3;
566
+ return this.aew;
557
567
  },
558
568
  set: function (a) {
559
- var b = this.ac5;
569
+ var b = this.aey;
560
570
  if (a != b) {
561
- this.ac3 = a;
562
- this.qt("YAxisLogarithmBase", b, this.ac5);
571
+ this.aew = a;
572
+ this.sc("YAxisLogarithmBase", b, this.aey);
563
573
  }
564
574
  },
565
575
  enumerable: true,
566
576
  configurable: true
567
577
  });
568
- Object.defineProperty(CategoryChart.prototype, "ac0", {
578
+ Object.defineProperty(CategoryChart.prototype, "aet", {
569
579
  get: function () {
570
- return this.acg;
580
+ return this.ad4;
571
581
  },
572
582
  set: function (a) {
573
- var b = this.ac0;
583
+ var b = this.aet;
574
584
  if (a != b) {
575
- this.acg = a;
576
- this.qt("YAxisMinimumValue", b, this.ac0);
585
+ this.ad4 = a;
586
+ this.sc("YAxisMinimumValue", b, this.aet);
577
587
  }
578
588
  },
579
589
  enumerable: true,
580
590
  configurable: true
581
591
  });
582
- Object.defineProperty(CategoryChart.prototype, "acz", {
592
+ Object.defineProperty(CategoryChart.prototype, "aes", {
583
593
  get: function () {
584
- return this.acf;
594
+ return this.ad3;
585
595
  },
586
596
  set: function (a) {
587
- var b = this.acz;
597
+ var b = this.aes;
588
598
  if (a != b) {
589
- this.acf = a;
590
- this.qt("YAxisMaximumValue", b, this.acz);
599
+ this.ad3 = a;
600
+ this.sc("YAxisMaximumValue", b, this.aes);
591
601
  }
592
602
  },
593
603
  enumerable: true,
594
604
  configurable: true
595
605
  });
596
- Object.defineProperty(CategoryChart.prototype, "ac1", {
606
+ Object.defineProperty(CategoryChart.prototype, "aeu", {
597
607
  get: function () {
598
- return this.ach;
608
+ return this.ad5;
599
609
  },
600
610
  set: function (a) {
601
- var b = this.ac1;
611
+ var b = this.aeu;
602
612
  if (a != b) {
603
- this.ach = a;
604
- this.qt("YAxisMinorInterval", b, this.ac1);
613
+ this.ad5 = a;
614
+ this.sc("YAxisMinorInterval", b, this.aeu);
605
615
  }
606
616
  },
607
617
  enumerable: true,
608
618
  configurable: true
609
619
  });
610
- Object.defineProperty(CategoryChart.prototype, "acp", {
620
+ Object.defineProperty(CategoryChart.prototype, "aed", {
611
621
  get: function () {
612
622
  return this.xAxis.mv;
613
623
  },
614
624
  enumerable: true,
615
625
  configurable: true
616
626
  });
617
- Object.defineProperty(CategoryChart.prototype, "aco", {
627
+ Object.defineProperty(CategoryChart.prototype, "aec", {
618
628
  get: function () {
619
629
  return this.xAxis.mu;
620
630
  },
621
631
  enumerable: true,
622
632
  configurable: true
623
633
  });
624
- CategoryChart.prototype.acl = function () {
625
- return this.acp;
634
+ CategoryChart.prototype.ad9 = function () {
635
+ return this.aed;
626
636
  };
627
- CategoryChart.prototype.acn = function () {
628
- return this.acx;
637
+ CategoryChart.prototype.aeb = function () {
638
+ return this.aeq;
629
639
  };
630
- CategoryChart.prototype.ack = function () {
631
- return this.aco;
640
+ CategoryChart.prototype.ad8 = function () {
641
+ return this.aec;
632
642
  };
633
- CategoryChart.prototype.acm = function () {
634
- return this.acw;
643
+ CategoryChart.prototype.aea = function () {
644
+ return this.aep;
635
645
  };
636
- Object.defineProperty(CategoryChart.prototype, "acx", {
646
+ Object.defineProperty(CategoryChart.prototype, "aeq", {
637
647
  get: function () {
638
648
  return this.yAxis.lv;
639
649
  },
640
650
  enumerable: true,
641
651
  configurable: true
642
652
  });
643
- Object.defineProperty(CategoryChart.prototype, "acw", {
653
+ Object.defineProperty(CategoryChart.prototype, "aep", {
644
654
  get: function () {
645
655
  return this.yAxis.lu;
646
656
  },
647
657
  enumerable: true,
648
658
  configurable: true
649
659
  });
650
- Object.defineProperty(CategoryChart.prototype, "aav", {
660
+ Object.defineProperty(CategoryChart.prototype, "ace", {
651
661
  get: function () {
652
- return this.aat;
662
+ return this.acc;
653
663
  },
654
664
  set: function (a) {
655
- var b = this.aav;
665
+ var b = this.ace;
656
666
  if (a != b) {
657
- this.aat = a;
658
- this.qt("NegativeBrushes", b, this.aav);
667
+ this.acc = a;
668
+ this.sc("NegativeBrushes", b, this.ace);
659
669
  }
660
670
  },
661
671
  enumerable: true,
662
672
  configurable: true
663
673
  });
664
- Object.defineProperty(CategoryChart.prototype, "aaw", {
674
+ Object.defineProperty(CategoryChart.prototype, "acf", {
665
675
  get: function () {
666
- return this.aau;
676
+ return this.acd;
667
677
  },
668
678
  set: function (a) {
669
- var b = this.aaw;
679
+ var b = this.acf;
670
680
  if (a != b) {
671
- this.aau = a;
672
- this.qt("NegativeOutlines", b, this.aaw);
681
+ this.acd = a;
682
+ this.sc("NegativeOutlines", b, this.acf);
673
683
  }
674
684
  },
675
685
  enumerable: true,
676
686
  configurable: true
677
687
  });
678
- Object.defineProperty(CategoryChart.prototype, "ab1", {
688
+ Object.defineProperty(CategoryChart.prototype, "adk", {
679
689
  get: function () {
680
- return this.abq;
690
+ return this.ac9;
681
691
  },
682
692
  set: function (a) {
683
- var b = this.ab1;
693
+ var b = this.adk;
684
694
  if (a != b) {
685
- this.abq = a;
686
- this.qt("YAxisAbbreviateLargeNumbers", b, this.ab1);
695
+ this.ac9 = a;
696
+ this.sc("YAxisAbbreviateLargeNumbers", b, this.adk);
687
697
  }
688
698
  },
689
699
  enumerable: true,
690
700
  configurable: true
691
701
  });
692
- Object.defineProperty(CategoryChart.prototype, "abu", {
702
+ Object.defineProperty(CategoryChart.prototype, "aek", {
693
703
  get: function () {
694
- return this.abj;
704
+ return this.adx;
695
705
  },
696
706
  set: function (a) {
697
- var b = this.abu;
707
+ var b = this.aek;
698
708
  if (a != b) {
699
- this.abj = a;
700
- this.qt("IsCategoryHighlightingEnabled", b, this.abu);
709
+ this.adx = a;
710
+ this.sc("XAxisZoomMaximumCategoryRange", b, this.aek);
701
711
  }
702
712
  },
703
713
  enumerable: true,
704
714
  configurable: true
705
715
  });
706
- Object.defineProperty(CategoryChart.prototype, "abv", {
716
+ Object.defineProperty(CategoryChart.prototype, "ael", {
707
717
  get: function () {
708
- return this.abk;
718
+ return this.ady;
709
719
  },
710
720
  set: function (a) {
711
- var b = this.abv;
721
+ var b = this.ael;
712
722
  if (a != b) {
713
- this.abk = a;
714
- this.qt("IsItemHighlightingEnabled", b, this.abv);
723
+ this.ady = a;
724
+ this.sc("XAxisZoomMaximumItemSpan", b, this.ael);
715
725
  }
716
726
  },
717
727
  enumerable: true,
718
728
  configurable: true
719
729
  });
720
- CategoryChart.prototype.get_fl = function () {
730
+ Object.defineProperty(CategoryChart.prototype, "aem", {
731
+ get: function () {
732
+ return this.adz;
733
+ },
734
+ set: function (a) {
735
+ var b = this.aem;
736
+ if (a != b) {
737
+ this.adz = a;
738
+ this.sc("XAxisZoomToCategoryRange", b, this.aem);
739
+ }
740
+ },
741
+ enumerable: true,
742
+ configurable: true
743
+ });
744
+ Object.defineProperty(CategoryChart.prototype, "aen", {
745
+ get: function () {
746
+ return this.ad0;
747
+ },
748
+ set: function (a) {
749
+ var b = this.aen;
750
+ if (a != b) {
751
+ this.ad0 = a;
752
+ this.sc("XAxisZoomToCategoryStart", b, this.aen);
753
+ }
754
+ },
755
+ enumerable: true,
756
+ configurable: true
757
+ });
758
+ Object.defineProperty(CategoryChart.prototype, "aeo", {
759
+ get: function () {
760
+ return this.ad1;
761
+ },
762
+ set: function (a) {
763
+ var b = this.aeo;
764
+ if (a != b) {
765
+ this.ad1 = a;
766
+ this.sc("XAxisZoomToItemSpan", b, this.aeo);
767
+ }
768
+ },
769
+ enumerable: true,
770
+ configurable: true
771
+ });
772
+ Object.defineProperty(CategoryChart.prototype, "add", {
773
+ get: function () {
774
+ return this.ac2;
775
+ },
776
+ set: function (a) {
777
+ var b = this.add;
778
+ if (a != b) {
779
+ this.ac2 = a;
780
+ this.sc("IsCategoryHighlightingEnabled", b, this.add);
781
+ }
782
+ },
783
+ enumerable: true,
784
+ configurable: true
785
+ });
786
+ Object.defineProperty(CategoryChart.prototype, "ade", {
787
+ get: function () {
788
+ return this.ac3;
789
+ },
790
+ set: function (a) {
791
+ var b = this.ade;
792
+ if (a != b) {
793
+ this.ac3 = a;
794
+ this.sc("IsItemHighlightingEnabled", b, this.ade);
795
+ }
796
+ },
797
+ enumerable: true,
798
+ configurable: true
799
+ });
800
+ CategoryChart.prototype.get_ge = function () {
721
801
  var a = new List$1(DataSeriesType_$type, 0);
722
802
  if (TypeRegistrar.isRegistered("AreaSeries")) {
723
803
  a.add(2);
@@ -748,45 +828,59 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
748
828
  }
749
829
  return a;
750
830
  };
751
- Object.defineProperty(CategoryChart.prototype, "fl", {
831
+ Object.defineProperty(CategoryChart.prototype, "ge", {
752
832
  get: function () {
753
- return this.get_fl();
833
+ return this.get_ge();
754
834
  },
755
835
  enumerable: true,
756
836
  configurable: true
757
837
  });
758
- CategoryChart.prototype.fu = function () {
759
- if (this.ab5 == null) {
760
- this.ab5 = CategoryChartMockDataGenerator.a();
838
+ CategoryChart.prototype.gi = function () {
839
+ if (this.ado == null) {
840
+ this.ado = CategoryChartMockDataGenerator.a();
841
+ }
842
+ return this.ado;
843
+ };
844
+ CategoryChart.prototype.cl = function (a) {
845
+ if (a != null) {
846
+ var b = _super.prototype.cl.call(this, a);
847
+ if (b == 2) {
848
+ if (a.d3 && this.fm) {
849
+ return 13;
850
+ }
851
+ }
761
852
  }
762
- return this.ab5;
853
+ return _super.prototype.cl.call(this, a);
854
+ };
855
+ CategoryChart.prototype.get_f2 = function () {
856
+ return this.xAxis != null && this.xAxis.categoryMode != 0;
763
857
  };
764
- CategoryChart.prototype.ad7 = function (a, b) {
858
+ CategoryChart.prototype.af5 = function (a, b) {
765
859
  switch (b.propertyName) {
766
860
  case "ActualMinimum":
767
- this.q1("XAxisActualMinimum");
861
+ this.sk("XAxisActualMinimum");
768
862
  break;
769
863
  case "ActualMaximum":
770
- this.q1("XAxisActualMaximum");
864
+ this.sk("XAxisActualMaximum");
771
865
  break;
772
866
  }
773
867
  };
774
- CategoryChart.prototype.ad8 = function (a, b) {
868
+ CategoryChart.prototype.af6 = function (a, b) {
775
869
  switch (b.propertyName) {
776
870
  case "ActualMinimumValue":
777
- this.q1("YAxisActualMinimum");
871
+ this.sk("YAxisActualMinimum");
778
872
  break;
779
873
  case "ActualMaximumValue":
780
- this.q1("YAxisActualMaximum");
874
+ this.sk("YAxisActualMaximum");
781
875
  break;
782
876
  }
783
877
  };
784
- CategoryChart.prototype.rd = function () {
785
- _super.prototype.rd.call(this);
786
- this.xAxis.fz = this.we == null ? XYChart.wq(this.xAxis, this.au.dataSeries) : this.we;
878
+ CategoryChart.prototype.sw = function () {
879
+ _super.prototype.sw.call(this);
880
+ this.xAxis.fz = this.xx == null ? XYChart.x9(this.xAxis, this.ba.dataSeries) : this.xx;
787
881
  this.xAxis.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
788
- if (this.aby) {
789
- this.ql(function (a) { return a.v7(); });
882
+ if (this.adh) {
883
+ this.r4(function (a) { return a.w1(); });
790
884
  }
791
885
  };
792
886
  Object.defineProperty(CategoryChart.prototype, "xAxis", {
@@ -809,26 +903,26 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
809
903
  enumerable: true,
810
904
  configurable: true
811
905
  });
812
- CategoryChart.prototype.aba = function (a, b) {
906
+ CategoryChart.prototype.act = function (a, b) {
813
907
  switch (a) {
814
- case 2: return this.cg(1);
815
- case 3: return this.cg(10);
816
- case 0: return this.cg(0);
817
- case 1: return this.cg(2);
818
- case 6: return this.cg(6);
819
- case 7: return this.cg(7);
820
- case 4: return this.cg(4);
821
- case 5: return this.cg(5);
822
- case 8: return this.cg(8);
823
- case 9: return this.aa9(b);
824
- default: return this.cg(1);
908
+ case 2: return this.cw(1);
909
+ case 3: return this.cw(10);
910
+ case 0: return this.cw(0);
911
+ case 1: return this.cw(2);
912
+ case 6: return this.cw(6);
913
+ case 7: return this.cw(7);
914
+ case 4: return this.cw(4);
915
+ case 5: return this.cw(5);
916
+ case 8: return this.cw(8);
917
+ case 9: return this.acs(b);
918
+ default: return this.cw(1);
825
919
  }
826
920
  };
827
- CategoryChart.prototype.aa9 = function (a) {
828
- return this.cg(a);
921
+ CategoryChart.prototype.acs = function (a) {
922
+ return this.cw(a);
829
923
  };
830
- CategoryChart.prototype.at = function (a) {
831
- switch (this.aa2) {
924
+ CategoryChart.prototype.a9 = function (a) {
925
+ switch (this.acl) {
832
926
  case 1: return 2;
833
927
  case 0: return 0;
834
928
  case 3: return 10;
@@ -842,24 +936,24 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
842
936
  case 2: return 1;
843
937
  }
844
938
  };
845
- CategoryChart.prototype.cf = function (a, b) {
846
- var c = this.aba(this.aa2, a.suggestedSeries);
847
- c.t1 = a.findMatchingHint(0).path;
939
+ CategoryChart.prototype.cv = function (a, b) {
940
+ var c = this.act(this.acl, a.suggestedSeries);
941
+ c.t5 = a.findMatchingHint(0).path;
848
942
  c.xAxis = this.xAxis;
849
943
  c.yAxis = this.yAxis;
850
944
  return c;
851
945
  };
852
- CategoryChart.prototype.rb = function (a) {
946
+ CategoryChart.prototype.su = function (a) {
853
947
  if (a.suggestedSecondaryAxis == 2) {
854
948
  this.yAxis.lg = true;
855
949
  this.yAxis.l7 = 10;
856
950
  }
857
951
  };
858
- CategoryChart.prototype.re = function () {
859
- this.yAxis.lg = this.ab4;
860
- this.yAxis.l7 = this.ac5;
952
+ CategoryChart.prototype.sx = function () {
953
+ this.yAxis.lg = this.adn;
954
+ this.yAxis.l7 = this.aey;
861
955
  };
862
- CategoryChart.prototype.get_fk = function () {
956
+ CategoryChart.prototype.get_gd = function () {
863
957
  return ((function () {
864
958
  var $ret = new List$1(IDataSeriesAdapterRule_$type, 0);
865
959
  $ret.add(new SimpleCategorySeriesRule());
@@ -867,24 +961,24 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
867
961
  return $ret;
868
962
  })());
869
963
  };
870
- Object.defineProperty(CategoryChart.prototype, "fk", {
964
+ Object.defineProperty(CategoryChart.prototype, "gd", {
871
965
  get: function () {
872
- return this.get_fk();
966
+ return this.get_gd();
873
967
  },
874
968
  enumerable: true,
875
969
  configurable: true
876
970
  });
877
- CategoryChart.prototype.pi = function (a, b) {
971
+ CategoryChart.prototype.q0 = function (a, b) {
878
972
  var c = typeCast(HorizontalAnchoredCategorySeries.$, a);
879
973
  if (c != null) {
880
- c.tj = this.aa4;
881
- c.qd = this.b6(a, b);
974
+ c.tn = this.acn;
975
+ c.qh = this.cm(a, b);
882
976
  }
883
977
  };
884
- CategoryChart.prototype.ad5 = function (a) {
885
- this.ad6(function (b, c) { return a(b); });
978
+ CategoryChart.prototype.af3 = function (a) {
979
+ this.af4(function (b, c) { return a(b); });
886
980
  };
887
- CategoryChart.prototype.ad6 = function (a) {
981
+ CategoryChart.prototype.af4 = function (a) {
888
982
  if (this.dataChart == null) {
889
983
  return;
890
984
  }
@@ -896,27 +990,27 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
896
990
  a(c, b);
897
991
  }
898
992
  };
899
- CategoryChart.prototype.tw = function () {
993
+ CategoryChart.prototype.vf = function () {
900
994
  return this.xAxis;
901
995
  };
902
- CategoryChart.prototype.tx = function () {
996
+ CategoryChart.prototype.vg = function () {
903
997
  return this.yAxis;
904
998
  };
905
- CategoryChart.prototype.abd = function () {
906
- return this.cg(30);
999
+ CategoryChart.prototype.acw = function () {
1000
+ return this.cw(30);
907
1001
  };
908
- CategoryChart.prototype.abe = function () {
909
- return this.cg(31);
1002
+ CategoryChart.prototype.acx = function () {
1003
+ return this.cw(31);
910
1004
  };
911
- CategoryChart.prototype.fh = function (a, b) {
912
- var c = _super.prototype.fh.call(this, a, b);
1005
+ CategoryChart.prototype.ga = function (a, b) {
1006
+ var c = _super.prototype.ga.call(this, a, b);
913
1007
  if (c != null) {
914
1008
  var d = new List$1(Series.$, 0);
915
- if (this.abj) {
916
- d.add(this.abd());
1009
+ if (this.ac2) {
1010
+ d.add(this.acw());
917
1011
  }
918
- if (this.abk) {
919
- d.add(this.abe());
1012
+ if (this.ac3) {
1013
+ d.add(this.acx());
920
1014
  }
921
1015
  for (var e = 0; e < d.count; e++) {
922
1016
  var f = d._inner[e];
@@ -926,33 +1020,33 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
926
1020
  }
927
1021
  return c;
928
1022
  };
929
- CategoryChart.prototype.ri = function (a, b, c) {
930
- _super.prototype.ri.call(this, a, b, c);
931
- if (this.au.dataSeries.count > 0) {
932
- if (stringIsNullOrEmpty(this.j1)) {
933
- this.bk.setXMemberPath(a, c.getMemberPathFor(16));
1023
+ CategoryChart.prototype.s1 = function (a, b, c) {
1024
+ _super.prototype.s1.call(this, a, b, c);
1025
+ if (this.ba.dataSeries.count > 0) {
1026
+ if (stringIsNullOrEmpty(this.k6)) {
1027
+ this.b0.setXMemberPath(a, c.getMemberPathFor(16));
934
1028
  }
935
- if (stringIsNullOrEmpty(this.j3)) {
936
- this.bk.setYMemberPath(a, c.getMemberPathFor(0));
1029
+ if (stringIsNullOrEmpty(this.k8)) {
1030
+ this.b0.setYMemberPath(a, c.getMemberPathFor(0));
937
1031
  }
938
- if (stringIsNullOrEmpty(this.jx)) {
939
- this.bk.setLabelMemberPath(a, c.getMemberPathFor(0));
1032
+ if (stringIsNullOrEmpty(this.k2)) {
1033
+ this.b0.setLabelMemberPath(a, c.getMemberPathFor(0));
940
1034
  }
941
- if (stringIsNullOrEmpty(this.ju)) {
942
- this.bk.setContentMemberPath(a, c.getMemberPathFor(0));
1035
+ if (stringIsNullOrEmpty(this.kz)) {
1036
+ this.b0.setContentMemberPath(a, c.getMemberPathFor(0));
943
1037
  }
944
1038
  }
945
1039
  };
946
- CategoryChart.prototype.ey = function () {
947
- if (this.aq == 4 || this.aq == 3) {
1040
+ CategoryChart.prototype.fp = function () {
1041
+ if (this.a6 == 4 || this.a6 == 3) {
948
1042
  return true;
949
1043
  }
950
- else if (this.aq == 0) {
951
- if (this.aa2 == 2 || this.aa2 == 8) {
1044
+ else if (this.a6 == 0) {
1045
+ if (this.acl == 2 || this.acl == 8) {
952
1046
  return false;
953
1047
  }
954
- else if (this.aa2 == 9 && this.au != null && this.au.dataSeries != null && this.au.dataSeries.count > 0) {
955
- var a = this.au.dataSeries._inner[0].suggestedSeries;
1048
+ else if (this.acl == 9 && this.ba != null && this.ba.dataSeries != null && this.ba.dataSeries.count > 0) {
1049
+ var a = this.ba.dataSeries._inner[0].suggestedSeries;
956
1050
  if (a == 1 || a == 8) {
957
1051
  return false;
958
1052
  }
@@ -961,116 +1055,131 @@ var CategoryChart = /** @class */ /*@__PURE__*/ (function (_super) {
961
1055
  }
962
1056
  return false;
963
1057
  };
964
- CategoryChart.prototype.qt = function (a, b, c) {
1058
+ CategoryChart.prototype.sc = function (a, b, c) {
965
1059
  var _this = this;
966
- _super.prototype.qt.call(this, a, b, c);
1060
+ _super.prototype.sc.call(this, a, b, c);
967
1061
  switch (a) {
968
1062
  case "ChartType":
969
- this.rd();
1063
+ this.sw();
970
1064
  break;
971
1065
  case "MarkerCollisionAvoidance":
972
- this.ad5(function (d) { return d.tj = _this.aa4; });
1066
+ this.af3(function (d) { return d.tn = _this.acn; });
973
1067
  break;
974
1068
  case "IsTransitionInEnabled":
975
- this.ad5(function (d) { return d.sg = _this.abx; });
1069
+ this.af3(function (d) { return d.sk = _this.adg; });
976
1070
  break;
977
1071
  case "IsSplineShapePartOfRange":
978
- this.ad5(function (d) {
979
- if (d.eg) {
980
- d.mo(_this.abw);
1072
+ this.af3(function (d) {
1073
+ if (d.eh) {
1074
+ d.mr(_this.adf);
981
1075
  }
982
1076
  });
983
1077
  break;
984
1078
  case "TransitionInMode":
985
- this.ad5(function (d) { return d.r0 = _this.aa6; });
1079
+ this.af3(function (d) { return d.r4 = _this.acp; });
986
1080
  break;
987
1081
  case "TransitionInSpeedType":
988
- this.ad5(function (d) { return d.ca = _this.abg; });
1082
+ this.af3(function (d) { return d.ca = _this.acz; });
989
1083
  break;
990
1084
  case "XAxisInterval":
991
- this.xAxis.mq = this.acr;
1085
+ this.xAxis.mq = this.aef;
992
1086
  break;
993
1087
  case "XAxisMinorInterval":
994
- this.xAxis.mr = this.acu;
1088
+ this.xAxis.mr = this.aei;
995
1089
  break;
996
1090
  case "XAxisGap":
997
- this.xAxis.k0 = this.acq;
1091
+ this.xAxis.k0 = this.aee;
998
1092
  break;
999
1093
  case "XAxisOverlap":
1000
- this.xAxis.k9 = this.acv;
1094
+ this.xAxis.k9 = this.aej;
1001
1095
  break;
1002
1096
  case "XAxisMinimumGapSize":
1003
- this.xAxis.k8 = this.act;
1097
+ this.xAxis.k8 = this.aeh;
1004
1098
  break;
1005
1099
  case "XAxisMaximumGap":
1006
- this.xAxis.k7 = this.acs;
1100
+ this.xAxis.k7 = this.aeg;
1101
+ break;
1102
+ case "XAxisZoomMaximumCategoryRange":
1103
+ this.xAxis.zoomMaximumCategoryRange = this.aek;
1104
+ break;
1105
+ case "XAxisZoomMaximumItemSpan":
1106
+ this.xAxis.zoomMaximumItemSpan = this.ael;
1107
+ break;
1108
+ case "XAxisZoomToCategoryRange":
1109
+ this.xAxis.zoomToCategoryRange = this.aem;
1110
+ break;
1111
+ case "XAxisZoomToCategoryStart":
1112
+ this.xAxis.zoomToCategoryStart = this.aen;
1113
+ break;
1114
+ case "XAxisZoomToItemSpan":
1115
+ this.xAxis.zoomToItemSpan = this.aeo;
1007
1116
  break;
1008
1117
  case "YAxisInterval":
1009
- this.yAxis.lz = this.acy;
1118
+ this.yAxis.lz = this.aer;
1010
1119
  break;
1011
1120
  case "YAxisFavorLabellingScaleEnd":
1012
- this.yAxis.lb = this.ab3;
1121
+ this.yAxis.lb = this.adm;
1013
1122
  break;
1014
1123
  case "YAxisAutoRangeBufferMode":
1015
- this.yAxis.ks = this.aa0;
1124
+ this.yAxis.ks = this.acj;
1016
1125
  break;
1017
1126
  case "YAxisIsLogarithmic":
1018
- this.yAxis.lg = this.ab4;
1127
+ this.yAxis.lg = this.adn;
1019
1128
  break;
1020
1129
  case "YAxisLogarithmBase":
1021
- this.yAxis.l7 = this.ac5;
1130
+ this.yAxis.l7 = this.aey;
1022
1131
  break;
1023
1132
  case "YAxisMinimumValue":
1024
- this.yAxis.l3 = this.ac0;
1133
+ this.yAxis.l3 = this.aet;
1025
1134
  break;
1026
1135
  case "YAxisMaximumValue":
1027
- this.yAxis.l2 = this.acz;
1136
+ this.yAxis.l2 = this.aes;
1028
1137
  break;
1029
1138
  case "YAxisMinorInterval":
1030
- this.yAxis.l4 = this.ac1;
1139
+ this.yAxis.l4 = this.aeu;
1031
1140
  break;
1032
1141
  case "NegativeBrushes":
1033
1142
  case "NegativeOutlines":
1034
- this.ad6(function (d, e) {
1035
- if (d.d3) {
1036
- d.mn(ArrayExtension.getModulus$1(Brush.$, _this.aav, e), ArrayExtension.getModulus$1(Brush.$, _this.aaw, e));
1143
+ this.af4(function (d, e) {
1144
+ if (d.d4) {
1145
+ d.mq(ArrayExtension.getModulus$1(Brush.$, _this.ace, e), ArrayExtension.getModulus$1(Brush.$, _this.acf, e));
1037
1146
  }
1038
1147
  });
1039
1148
  break;
1040
1149
  case "YAxisAbbreviateLargeNumbers":
1041
- this.zc(function (d) { return d.k8 = _this.ab1; });
1150
+ this.aav(function (d) { return d.k8 = _this.adk; });
1042
1151
  break;
1043
1152
  case "IsCategoryHighlightingEnabled":
1044
1153
  case "IsItemHighlightingEnabled":
1045
- this.rd();
1154
+ this.sw();
1046
1155
  break;
1047
1156
  case "AutoMarginAndAngleUpdateMode":
1048
- this.ql(function (d) { return d.s1 = _this.aay; });
1157
+ this.r4(function (d) { return d.tv = _this.ach; });
1049
1158
  break;
1050
1159
  case "ShouldAutoExpandMarginForInitialLabels":
1051
- this.ql(function (d) { return d.tw = _this.aby; });
1160
+ this.r4(function (d) { return d.uq = _this.adh; });
1052
1161
  break;
1053
- case CategoryChart.adj:
1054
- this.ql(function (d) { return d.tz = _this.abz; });
1162
+ case CategoryChart.afc:
1163
+ this.r4(function (d) { return d.ut = _this.adi; });
1055
1164
  break;
1056
1165
  case "AutoExpandMarginExtraPadding":
1057
- this.ql(function (d) { return d.um = _this.aci; });
1166
+ this.r4(function (d) { return d.vg = _this.ad6; });
1058
1167
  break;
1059
1168
  case "AutoExpandMarginMaximumValue":
1060
- this.ql(function (d) { return d.un = _this.acj; });
1169
+ this.r4(function (d) { return d.vh = _this.ad7; });
1061
1170
  break;
1062
- case CategoryChart.ado:
1063
- this.y8(function (d) { return d.b0 = _this.ab0; }, a);
1171
+ case CategoryChart.afh:
1172
+ this.aar(function (d) { return d.b0 = _this.adj; }, a);
1064
1173
  break;
1065
- case CategoryChart.adx:
1066
- this.zc(function (d) { return d.b0 = _this.ab2; });
1174
+ case CategoryChart.afv:
1175
+ this.aav(function (d) { return d.b0 = _this.adl; });
1067
1176
  break;
1068
1177
  }
1069
1178
  };
1070
1179
  CategoryChart.$t = markType(CategoryChart, 'CategoryChart', XYChart.$);
1071
- CategoryChart.adj = "ShouldConsiderAutoRotationForInitialLabels";
1072
- CategoryChart.ado = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
1073
- CategoryChart.adx = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
1180
+ CategoryChart.afc = "ShouldConsiderAutoRotationForInitialLabels";
1181
+ CategoryChart.afh = "XAxisEnhancedIntervalPreferMoreCategoryLabels";
1182
+ CategoryChart.afv = "YAxisEnhancedIntervalPreferMoreCategoryLabels";
1074
1183
  return CategoryChart;
1075
1184
  }(XYChart));
1076
1185
  export { CategoryChart };