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
@@ -23,87 +23,87 @@ export let XYChart = /*@__PURE__*/ (() => {
23
23
  class XYChart extends DomainChart {
24
24
  constructor() {
25
25
  super(...arguments);
26
- this.ty = null;
27
- this.tz = null;
28
- this.uf = 0;
29
- this.uh = 5;
30
- this.ug = 0;
31
- this.ue = 5;
32
- this.uw = 5;
33
- this.uy = 0;
34
- this.ux = 5;
35
- this.uv = 0;
36
- this.zp = null;
37
- this.zw = null;
38
- this.zn = null;
39
- this.zo = null;
40
- this.uq = 0;
41
- this.u7 = 0;
42
- this.up = NaN;
43
- this.u6 = NaN;
44
- this.us = NaN;
45
- this.u9 = NaN;
46
- this.ur = NaN;
47
- this.u8 = NaN;
48
- this.uo = NaN;
49
- this.u5 = NaN;
50
- this.zv = null;
51
- this.z2 = null;
52
- this.wh = null;
53
- this.wl = null;
54
- this.wj = null;
55
- this.wn = null;
56
- this.wc = null;
57
- this.wd = null;
58
- this.zq = null;
59
- this.zx = null;
60
- this.ui = DeviceUtils.g(1);
61
- this.uz = DeviceUtils.g(1);
62
- this.uj = DeviceUtils.g(1);
63
- this.u0 = DeviceUtils.g(1);
64
- this.zs = null;
65
- this.zz = null;
66
- this.zt = null;
67
- this.z0 = null;
68
- this.uk = DeviceUtils.g(1);
69
- this.u1 = DeviceUtils.g(1);
70
- this.ul = DeviceUtils.g(8);
71
- this.u2 = 0;
72
- this.zu = null;
73
- this.z1 = null;
74
- this.um = DeviceUtils.g(1);
75
- this.u3 = DeviceUtils.g(1);
76
- this.wi = null;
77
- this.wm = null;
78
- this.zr = null;
79
- this.zy = null;
80
- this.ud = 0;
81
- this.uu = 0;
82
- this.uc = NaN;
83
- this.ut = NaN;
84
- this.un = 0;
85
- this.u4 = -90;
86
- this.t8 = false;
87
- this.t9 = false;
88
- this.zi = 1;
89
- this.aal = 1;
90
- this.zh = 1;
91
- this.zj = 2;
92
- this.aaj = 0;
93
- this.aak = 1;
94
- this.aap = 0;
95
- this.aaq = 0;
96
- this.t6 = 4;
97
- this.t4 = 4;
98
- this.wg = null;
99
- this.ts = null;
100
- this.wk = null;
101
- this.tt = null;
26
+ this.vh = null;
27
+ this.vi = null;
28
+ this.vy = 0;
29
+ this.v0 = 5;
30
+ this.vz = 0;
31
+ this.vx = 5;
32
+ this.wf = 5;
33
+ this.wh = 0;
34
+ this.wg = 5;
35
+ this.we = 0;
36
+ this.aa8 = null;
37
+ this.abf = null;
38
+ this.aa6 = null;
39
+ this.aa7 = null;
40
+ this.v9 = 0;
41
+ this.wq = 0;
42
+ this.v8 = NaN;
43
+ this.wp = NaN;
44
+ this.wb = NaN;
45
+ this.ws = NaN;
46
+ this.wa = NaN;
47
+ this.wr = NaN;
48
+ this.v7 = NaN;
49
+ this.wo = NaN;
50
+ this.abe = null;
51
+ this.abl = null;
52
+ this.x0 = null;
53
+ this.x4 = null;
54
+ this.x2 = null;
55
+ this.x6 = null;
56
+ this.xv = null;
57
+ this.xw = null;
58
+ this.aa9 = null;
59
+ this.abg = null;
60
+ this.v1 = DeviceUtils.g(1);
61
+ this.wi = DeviceUtils.g(1);
62
+ this.v2 = DeviceUtils.g(1);
63
+ this.wj = DeviceUtils.g(1);
64
+ this.abb = null;
65
+ this.abi = null;
66
+ this.abc = null;
67
+ this.abj = null;
68
+ this.v3 = DeviceUtils.g(1);
69
+ this.wk = DeviceUtils.g(1);
70
+ this.v4 = DeviceUtils.g(8);
71
+ this.wl = 0;
72
+ this.abd = null;
73
+ this.abk = null;
74
+ this.v5 = DeviceUtils.g(1);
75
+ this.wm = DeviceUtils.g(1);
76
+ this.x1 = null;
77
+ this.x5 = null;
78
+ this.aba = null;
79
+ this.abh = null;
80
+ this.vw = 0;
81
+ this.wd = 0;
82
+ this.vv = NaN;
83
+ this.wc = NaN;
84
+ this.v6 = 0;
85
+ this.wn = -90;
86
+ this.vr = false;
87
+ this.vs = false;
88
+ this.aa1 = 1;
89
+ this.ab4 = 1;
90
+ this.aa0 = 1;
91
+ this.aa2 = 2;
92
+ this.ab2 = 0;
93
+ this.ab3 = 1;
94
+ this.ab8 = 0;
95
+ this.ab9 = 0;
96
+ this.vp = 4;
97
+ this.vn = 4;
98
+ this.xz = null;
99
+ this.vb = null;
100
+ this.x3 = null;
101
+ this.vc = null;
102
102
  }
103
103
  provideContainer(a) {
104
104
  if (a != null) {
105
- let b = this.tw();
106
- let c = this.tx();
105
+ let b = this.vf();
106
+ let c = this.vg();
107
107
  if (b != null) {
108
108
  b.provideRenderer(a);
109
109
  }
@@ -113,520 +113,520 @@ export let XYChart = /*@__PURE__*/ (() => {
113
113
  }
114
114
  super.provideContainer(a);
115
115
  }
116
- p7() {
117
- super.p7();
118
- let a = this.tw();
119
- let b = this.tx();
116
+ rq() {
117
+ super.rq();
118
+ let a = this.vf();
119
+ let b = this.vg();
120
120
  if (a != null && a.ay != null) {
121
- this.z5 = a.ay.textColor;
121
+ this.abo = a.ay.textColor;
122
122
  }
123
123
  if (b != null && b.ay != null) {
124
- this.aac = b.ay.textColor;
124
+ this.abv = b.ay.textColor;
125
125
  }
126
- this.aaa = AxisDefaults.j;
127
- this.aah = AxisDefaults.j;
128
- this.z6 = AxisDefaults.h;
129
- this.aad = AxisDefaults.h;
130
- this.z9 = AxisDefaults.g;
131
- this.aag = AxisDefaults.g;
126
+ this.abt = AxisDefaults.j;
127
+ this.ab0 = AxisDefaults.j;
128
+ this.abp = AxisDefaults.h;
129
+ this.abw = AxisDefaults.h;
130
+ this.abs = AxisDefaults.g;
131
+ this.abz = AxisDefaults.g;
132
132
  }
133
- qu(a, b, c) {
134
- super.qu(a, b, c);
133
+ sd(a, b, c) {
134
+ super.sd(a, b, c);
135
135
  switch (a) {
136
136
  case "XAxisLabelLeftMargin":
137
- this.y9((d) => d.leftMargin = this.vh);
137
+ this.aas((d) => d.leftMargin = this.w0);
138
138
  break;
139
139
  case "XAxisLabelTopMargin":
140
- this.y9((d) => d.topMargin = this.vj);
140
+ this.aas((d) => d.topMargin = this.w2);
141
141
  break;
142
142
  case "XAxisLabelRightMargin":
143
- this.y9((d) => d.rightMargin = this.vi);
143
+ this.aas((d) => d.rightMargin = this.w1);
144
144
  break;
145
145
  case "XAxisLabelBottomMargin":
146
- this.y9((d) => d.bottomMargin = this.vg);
146
+ this.aas((d) => d.bottomMargin = this.wz);
147
147
  break;
148
148
  case "YAxisLabelLeftMargin":
149
- this.ze((d) => d.leftMargin = this.vy);
149
+ this.aax((d) => d.leftMargin = this.xh);
150
150
  break;
151
151
  case "YAxisLabelTopMargin":
152
- this.ze((d) => d.topMargin = this.v0);
152
+ this.aax((d) => d.topMargin = this.xj);
153
153
  break;
154
154
  case "YAxisLabelRightMargin":
155
- this.ze((d) => d.rightMargin = this.vz);
155
+ this.aax((d) => d.rightMargin = this.xi);
156
156
  break;
157
157
  case "YAxisLabelBottomMargin":
158
- this.ze((d) => d.bottomMargin = this.vx);
158
+ this.aax((d) => d.bottomMargin = this.xg);
159
159
  break;
160
160
  case "ActualItemsSource":
161
161
  case "ShouldDisplayMockData":
162
162
  case "ShouldUseSkeletonStyleForMockData":
163
- this.z3 = this.sz(this.z5);
164
- this.z4 = this.sz(this.aac);
163
+ this.abm = this.ui(this.abo);
164
+ this.abn = this.ui(this.abv);
165
165
  break;
166
166
  case "XAxisLabelTextColor":
167
- this.z3 = this.sz(this.z5);
167
+ this.abm = this.ui(this.abo);
168
168
  break;
169
169
  case "YAxisLabelTextColor":
170
- this.z4 = this.sz(this.aac);
170
+ this.abn = this.ui(this.abv);
171
171
  break;
172
172
  case "ActualXAxisLabelTextColor":
173
- this.y9((d) => d.textColor = this.z3);
173
+ this.aas((d) => d.textColor = this.abm);
174
174
  break;
175
175
  case "ActualYAxisLabelTextColor":
176
- this.ze((d) => d.textColor = this.z4);
176
+ this.aax((d) => d.textColor = this.abn);
177
177
  break;
178
178
  case "XAxisTitleMargin":
179
- this.zb((d) => d.margin = this.vs);
179
+ this.aau((d) => d.margin = this.xb);
180
180
  break;
181
181
  case "YAxisTitleMargin":
182
- this.zg((d) => d.margin = this.v9);
182
+ this.aaz((d) => d.margin = this.xs);
183
183
  break;
184
184
  case "XAxisTitleLeftMargin":
185
- this.zb((d) => d.leftMargin = this.vr);
185
+ this.aau((d) => d.leftMargin = this.xa);
186
186
  break;
187
187
  case "YAxisTitleLeftMargin":
188
- this.zg((d) => d.leftMargin = this.v8);
188
+ this.aaz((d) => d.leftMargin = this.xr);
189
189
  break;
190
190
  case "XAxisTitleTopMargin":
191
- this.zb((d) => d.topMargin = this.vu);
191
+ this.aau((d) => d.topMargin = this.xd);
192
192
  break;
193
193
  case "YAxisTitleTopMargin":
194
- this.zg((d) => d.topMargin = this.wb);
194
+ this.aaz((d) => d.topMargin = this.xu);
195
195
  break;
196
196
  case "XAxisTitleRightMargin":
197
- this.zb((d) => d.rightMargin = this.vt);
197
+ this.aau((d) => d.rightMargin = this.xc);
198
198
  break;
199
199
  case "YAxisTitleRightMargin":
200
- this.zg((d) => d.rightMargin = this.wa);
200
+ this.aaz((d) => d.rightMargin = this.xt);
201
201
  break;
202
202
  case "XAxisTitleBottomMargin":
203
- this.zb((d) => d.bottomMargin = this.vq);
203
+ this.aau((d) => d.bottomMargin = this.w9);
204
204
  break;
205
205
  case "YAxisTitleBottomMargin":
206
- this.zg((d) => d.bottomMargin = this.v7);
206
+ this.aaz((d) => d.bottomMargin = this.xq);
207
207
  break;
208
208
  case "XAxisTitleTextColor":
209
- this.zb((d) => d.textColor = this.aab);
209
+ this.aau((d) => d.textColor = this.abu);
210
210
  break;
211
211
  case "YAxisTitleTextColor":
212
- this.zg((d) => d.textColor = this.aai);
212
+ this.aaz((d) => d.textColor = this.ab1);
213
213
  break;
214
214
  case "XAxisFormatLabel":
215
- this.y7((d) => d.at = this.t0);
215
+ this.aaq((d) => d.at = this.vj);
216
216
  break;
217
217
  case "YAxisFormatLabel":
218
- this.zc((d) => d.at = this.t1);
218
+ this.aav((d) => d.at = this.vk);
219
219
  break;
220
220
  }
221
221
  }
222
- get t0() {
223
- return this.ty;
222
+ get vj() {
223
+ return this.vh;
224
224
  }
225
- set t0(a) {
226
- let b = this.t0;
225
+ set vj(a) {
226
+ let b = this.vj;
227
227
  if (a != b) {
228
- this.ty = a;
229
- this.qt("XAxisFormatLabel", b, this.t0);
228
+ this.vh = a;
229
+ this.sc("XAxisFormatLabel", b, this.vj);
230
230
  }
231
231
  }
232
- get t1() {
233
- return this.tz;
232
+ get vk() {
233
+ return this.vi;
234
234
  }
235
- set t1(a) {
236
- let b = this.t1;
235
+ set vk(a) {
236
+ let b = this.vk;
237
237
  if (a != b) {
238
- this.tz = a;
239
- this.qt("YAxisFormatLabel", b, this.t1);
238
+ this.vi = a;
239
+ this.sc("YAxisFormatLabel", b, this.vk);
240
240
  }
241
241
  }
242
- get vh() {
243
- return this.uf;
242
+ get w0() {
243
+ return this.vy;
244
244
  }
245
- set vh(a) {
246
- let b = this.vh;
245
+ set w0(a) {
246
+ let b = this.w0;
247
247
  if (a != b) {
248
- this.uf = a;
249
- this.qt("XAxisLabelLeftMargin", b, this.vh);
248
+ this.vy = a;
249
+ this.sc("XAxisLabelLeftMargin", b, this.w0);
250
250
  }
251
251
  }
252
- get vj() {
253
- return this.uh;
252
+ get w2() {
253
+ return this.v0;
254
254
  }
255
- set vj(a) {
256
- let b = this.vj;
255
+ set w2(a) {
256
+ let b = this.w2;
257
257
  if (a != b) {
258
- this.uh = a;
259
- this.qt("XAxisLabelTopMargin", b, this.vj);
258
+ this.v0 = a;
259
+ this.sc("XAxisLabelTopMargin", b, this.w2);
260
260
  }
261
261
  }
262
- get vi() {
263
- return this.ug;
262
+ get w1() {
263
+ return this.vz;
264
264
  }
265
- set vi(a) {
266
- let b = this.vi;
265
+ set w1(a) {
266
+ let b = this.w1;
267
267
  if (a != b) {
268
- this.ug = a;
269
- this.qt("XAxisLabelRightMargin", b, this.vi);
268
+ this.vz = a;
269
+ this.sc("XAxisLabelRightMargin", b, this.w1);
270
270
  }
271
271
  }
272
- get vg() {
273
- return this.ue;
272
+ get wz() {
273
+ return this.vx;
274
274
  }
275
- set vg(a) {
276
- let b = this.vg;
275
+ set wz(a) {
276
+ let b = this.wz;
277
277
  if (a != b) {
278
- this.ue = a;
279
- this.qt("XAxisLabelBottomMargin", b, this.vg);
278
+ this.vx = a;
279
+ this.sc("XAxisLabelBottomMargin", b, this.wz);
280
280
  }
281
281
  }
282
- get vy() {
283
- return this.uw;
282
+ get xh() {
283
+ return this.wf;
284
284
  }
285
- set vy(a) {
286
- let b = this.vy;
285
+ set xh(a) {
286
+ let b = this.xh;
287
287
  if (a != b) {
288
- this.uw = a;
289
- this.qt("YAxisLabelLeftMargin", b, this.vy);
288
+ this.wf = a;
289
+ this.sc("YAxisLabelLeftMargin", b, this.xh);
290
290
  }
291
291
  }
292
- get v0() {
293
- return this.uy;
292
+ get xj() {
293
+ return this.wh;
294
294
  }
295
- set v0(a) {
296
- let b = this.v0;
295
+ set xj(a) {
296
+ let b = this.xj;
297
297
  if (a != b) {
298
- this.uy = a;
299
- this.qt("YAxisLabelTopMargin", b, this.v0);
298
+ this.wh = a;
299
+ this.sc("YAxisLabelTopMargin", b, this.xj);
300
300
  }
301
301
  }
302
- get vz() {
303
- return this.ux;
302
+ get xi() {
303
+ return this.wg;
304
304
  }
305
- set vz(a) {
306
- let b = this.vz;
305
+ set xi(a) {
306
+ let b = this.xi;
307
307
  if (a != b) {
308
- this.ux = a;
309
- this.qt("YAxisLabelRightMargin", b, this.vz);
308
+ this.wg = a;
309
+ this.sc("YAxisLabelRightMargin", b, this.xi);
310
310
  }
311
311
  }
312
- get vx() {
313
- return this.uv;
312
+ get xg() {
313
+ return this.we;
314
314
  }
315
- set vx(a) {
316
- let b = this.vx;
315
+ set xg(a) {
316
+ let b = this.xg;
317
317
  if (a != b) {
318
- this.uv = a;
319
- this.qt("YAxisLabelBottomMargin", b, this.vx);
318
+ this.we = a;
319
+ this.sc("YAxisLabelBottomMargin", b, this.xg);
320
320
  }
321
321
  }
322
- get z5() {
323
- return this.zp;
322
+ get abo() {
323
+ return this.aa8;
324
324
  }
325
- set z5(a) {
326
- let b = this.z5;
325
+ set abo(a) {
326
+ let b = this.abo;
327
327
  if (a != b) {
328
- this.zp = a;
329
- this.qt("XAxisLabelTextColor", b, this.z5);
328
+ this.aa8 = a;
329
+ this.sc("XAxisLabelTextColor", b, this.abo);
330
330
  }
331
331
  }
332
- get aac() {
333
- return this.zw;
332
+ get abv() {
333
+ return this.abf;
334
334
  }
335
- set aac(a) {
336
- let b = this.aac;
335
+ set abv(a) {
336
+ let b = this.abv;
337
337
  if (a != b) {
338
- this.zw = a;
339
- this.qt("YAxisLabelTextColor", b, this.aac);
338
+ this.abf = a;
339
+ this.sc("YAxisLabelTextColor", b, this.abv);
340
340
  }
341
341
  }
342
- get z3() {
343
- return this.zn;
342
+ get abm() {
343
+ return this.aa6;
344
344
  }
345
- set z3(a) {
346
- let b = this.zn;
345
+ set abm(a) {
346
+ let b = this.aa6;
347
347
  if (a != b) {
348
- this.zn = a;
349
- this.qt("ActualXAxisLabelTextColor", b, this.z3);
348
+ this.aa6 = a;
349
+ this.sc("ActualXAxisLabelTextColor", b, this.abm);
350
350
  }
351
351
  }
352
- get z4() {
353
- return this.zo;
352
+ get abn() {
353
+ return this.aa7;
354
354
  }
355
- set z4(a) {
356
- let b = this.zo;
355
+ set abn(a) {
356
+ let b = this.aa7;
357
357
  if (a != b) {
358
- this.zo = a;
359
- this.qt("ActualYAxisLabelTextColor", b, this.z4);
358
+ this.aa7 = a;
359
+ this.sc("ActualYAxisLabelTextColor", b, this.abn);
360
360
  }
361
361
  }
362
- get vs() {
363
- return this.uq;
362
+ get xb() {
363
+ return this.v9;
364
364
  }
365
- set vs(a) {
366
- let b = this.vs;
365
+ set xb(a) {
366
+ let b = this.xb;
367
367
  if (a != b) {
368
- this.uq = a;
369
- this.qt("XAxisTitleMargin", b, this.vs);
368
+ this.v9 = a;
369
+ this.sc("XAxisTitleMargin", b, this.xb);
370
370
  }
371
371
  }
372
- get v9() {
373
- return this.u7;
372
+ get xs() {
373
+ return this.wq;
374
374
  }
375
- set v9(a) {
376
- let b = this.v9;
375
+ set xs(a) {
376
+ let b = this.xs;
377
377
  if (a != b) {
378
- this.u7 = a;
379
- this.qt("YAxisTitleMargin", b, this.v9);
378
+ this.wq = a;
379
+ this.sc("YAxisTitleMargin", b, this.xs);
380
380
  }
381
381
  }
382
- get vr() {
383
- return this.up;
382
+ get xa() {
383
+ return this.v8;
384
384
  }
385
- set vr(a) {
386
- let b = this.vr;
385
+ set xa(a) {
386
+ let b = this.xa;
387
387
  if (a != b) {
388
- this.up = a;
389
- this.qt("XAxisTitleLeftMargin", b, this.vr);
388
+ this.v8 = a;
389
+ this.sc("XAxisTitleLeftMargin", b, this.xa);
390
390
  }
391
391
  }
392
- get v8() {
393
- return this.u6;
392
+ get xr() {
393
+ return this.wp;
394
394
  }
395
- set v8(a) {
396
- let b = this.v8;
395
+ set xr(a) {
396
+ let b = this.xr;
397
397
  if (a != b) {
398
- this.u6 = a;
399
- this.qt("YAxisTitleLeftMargin", b, this.v8);
398
+ this.wp = a;
399
+ this.sc("YAxisTitleLeftMargin", b, this.xr);
400
400
  }
401
401
  }
402
- get vu() {
403
- return this.us;
402
+ get xd() {
403
+ return this.wb;
404
404
  }
405
- set vu(a) {
406
- let b = this.vu;
405
+ set xd(a) {
406
+ let b = this.xd;
407
407
  if (a != b) {
408
- this.us = a;
409
- this.qt("XAxisTitleTopMargin", b, this.vu);
408
+ this.wb = a;
409
+ this.sc("XAxisTitleTopMargin", b, this.xd);
410
410
  }
411
411
  }
412
- get wb() {
413
- return this.u9;
412
+ get xu() {
413
+ return this.ws;
414
414
  }
415
- set wb(a) {
416
- let b = this.wb;
415
+ set xu(a) {
416
+ let b = this.xu;
417
417
  if (a != b) {
418
- this.u9 = a;
419
- this.qt("YAxisTitleTopMargin", b, this.wb);
418
+ this.ws = a;
419
+ this.sc("YAxisTitleTopMargin", b, this.xu);
420
420
  }
421
421
  }
422
- get vt() {
423
- return this.ur;
422
+ get xc() {
423
+ return this.wa;
424
424
  }
425
- set vt(a) {
426
- let b = this.vt;
425
+ set xc(a) {
426
+ let b = this.xc;
427
427
  if (a != b) {
428
- this.ur = a;
429
- this.qt("XAxisTitleRightMargin", b, this.vt);
428
+ this.wa = a;
429
+ this.sc("XAxisTitleRightMargin", b, this.xc);
430
430
  }
431
431
  }
432
- get wa() {
433
- return this.u8;
432
+ get xt() {
433
+ return this.wr;
434
434
  }
435
- set wa(a) {
436
- let b = this.wa;
435
+ set xt(a) {
436
+ let b = this.xt;
437
437
  if (a != b) {
438
- this.u8 = a;
439
- this.qt("YAxisTitleRightMargin", b, this.wa);
438
+ this.wr = a;
439
+ this.sc("YAxisTitleRightMargin", b, this.xt);
440
440
  }
441
441
  }
442
- get vq() {
443
- return this.uo;
442
+ get w9() {
443
+ return this.v7;
444
444
  }
445
- set vq(a) {
446
- let b = this.vq;
445
+ set w9(a) {
446
+ let b = this.w9;
447
447
  if (a != b) {
448
- this.uo = a;
449
- this.qt("XAxisTitleBottomMargin", b, this.vq);
448
+ this.v7 = a;
449
+ this.sc("XAxisTitleBottomMargin", b, this.w9);
450
450
  }
451
451
  }
452
- get v7() {
453
- return this.u5;
452
+ get xq() {
453
+ return this.wo;
454
454
  }
455
- set v7(a) {
456
- let b = this.v7;
455
+ set xq(a) {
456
+ let b = this.xq;
457
457
  if (a != b) {
458
- this.u5 = a;
459
- this.qt("YAxisTitleBottomMargin", b, this.v7);
458
+ this.wo = a;
459
+ this.sc("YAxisTitleBottomMargin", b, this.xq);
460
460
  }
461
461
  }
462
- get aab() {
463
- return this.zv;
462
+ get abu() {
463
+ return this.abe;
464
464
  }
465
- set aab(a) {
466
- let b = this.aab;
465
+ set abu(a) {
466
+ let b = this.abu;
467
467
  if (a != b) {
468
- this.zv = a;
469
- this.qt("XAxisTitleTextColor", b, this.aab);
468
+ this.abe = a;
469
+ this.sc("XAxisTitleTextColor", b, this.abu);
470
470
  }
471
471
  }
472
- get aai() {
473
- return this.z2;
472
+ get ab1() {
473
+ return this.abl;
474
474
  }
475
- set aai(a) {
476
- let b = this.aai;
475
+ set ab1(a) {
476
+ let b = this.ab1;
477
477
  if (a != b) {
478
- this.z2 = a;
479
- this.qt("YAxisTitleTextColor", b, this.aai);
478
+ this.abl = a;
479
+ this.sc("YAxisTitleTextColor", b, this.ab1);
480
480
  }
481
481
  }
482
- qv(a, b, c) {
483
- super.qv(a, b, c);
482
+ se(a, b, c) {
483
+ super.se(a, b, c);
484
484
  switch (a) {
485
485
  case "XAxisLabelTextStyle":
486
- this.y9((d) => d.textStyle = this.w5);
486
+ this.aas((d) => d.textStyle = this.yo);
487
487
  break;
488
488
  case "YAxisLabelTextStyle":
489
- this.ze((d) => d.textStyle = this.ya);
489
+ this.aax((d) => d.textStyle = this.zt);
490
490
  break;
491
491
  case "XAxisTitleTextStyle":
492
- this.zb((d) => d.textStyle = this.xt);
492
+ this.aau((d) => d.textStyle = this.zc);
493
493
  break;
494
494
  case "YAxisTitleTextStyle":
495
- this.zg((d) => d.textStyle = this.yy);
495
+ this.aaz((d) => d.textStyle = this.aah);
496
496
  break;
497
497
  }
498
498
  }
499
- get w5() {
500
- return this.wh;
499
+ get yo() {
500
+ return this.x0;
501
501
  }
502
- set w5(a) {
503
- let b = this.w5;
502
+ set yo(a) {
503
+ let b = this.yo;
504
504
  if (a != b) {
505
- this.wh = a;
506
- this.qt("XAxisLabelTextStyle", b, this.w5);
505
+ this.x0 = a;
506
+ this.sc("XAxisLabelTextStyle", b, this.yo);
507
507
  }
508
508
  }
509
- get ya() {
510
- return this.wl;
509
+ get zt() {
510
+ return this.x4;
511
511
  }
512
- set ya(a) {
513
- let b = this.ya;
512
+ set zt(a) {
513
+ let b = this.zt;
514
514
  if (a != b) {
515
- this.wl = a;
516
- this.qt("YAxisLabelTextStyle", b, this.ya);
515
+ this.x4 = a;
516
+ this.sc("YAxisLabelTextStyle", b, this.zt);
517
517
  }
518
518
  }
519
- get xt() {
520
- return this.wj;
519
+ get zc() {
520
+ return this.x2;
521
521
  }
522
- set xt(a) {
523
- let b = this.xt;
522
+ set zc(a) {
523
+ let b = this.zc;
524
524
  if (a != b) {
525
- this.wj = a;
526
- this.qt("XAxisTitleTextStyle", b, this.xt);
525
+ this.x2 = a;
526
+ this.sc("XAxisTitleTextStyle", b, this.zc);
527
527
  }
528
528
  }
529
- get yy() {
530
- return this.wn;
529
+ get aah() {
530
+ return this.x6;
531
531
  }
532
- set yy(a) {
533
- let b = this.yy;
532
+ set aah(a) {
533
+ let b = this.aah;
534
534
  if (a != b) {
535
- this.wn = a;
536
- this.qt("YAxisTitleTextStyle", b, this.yy);
537
- }
538
- }
539
- y4(a) {
540
- this.y1(a, (b) => b.leftMargin = this.vh);
541
- this.y1(a, (b) => b.topMargin = this.vj);
542
- this.y1(a, (b) => b.rightMargin = this.vi);
543
- this.y1(a, (b) => b.bottomMargin = this.vg);
544
- this.y1(a, (b) => b.textColor = this.z3);
545
- this.y2(a, (b) => b.textColor = this.aab);
546
- this.y2(a, (b) => b.leftMargin = this.vr);
547
- this.y2(a, (b) => b.topMargin = this.vu);
548
- this.y2(a, (b) => b.rightMargin = this.vt);
549
- this.y2(a, (b) => b.bottomMargin = this.vq);
550
- this.y1(a, (b) => b.textStyle = this.w5);
551
- this.y2(a, (b) => b.textStyle = this.xt);
552
- }
553
- y6(a) {
554
- this.y1(a, (b) => b.leftMargin = this.vy);
555
- this.y1(a, (b) => b.topMargin = this.v0);
556
- this.y1(a, (b) => b.rightMargin = this.vz);
557
- this.y1(a, (b) => b.bottomMargin = this.vx);
558
- this.y1(a, (b) => b.textColor = this.z4);
559
- this.y2(a, (b) => b.textColor = this.aai);
560
- this.y2(a, (b) => b.leftMargin = this.v8);
561
- this.y2(a, (b) => b.topMargin = this.wb);
562
- this.y2(a, (b) => b.rightMargin = this.wa);
563
- this.y2(a, (b) => b.bottomMargin = this.v7);
564
- this.y1(a, (b) => b.textStyle = this.ya);
565
- this.y2(a, (b) => b.textStyle = this.yy);
566
- }
567
- rc(a) {
568
- let b = this.at(a);
569
- let c = this.cf(a, b);
535
+ this.x6 = a;
536
+ this.sc("YAxisTitleTextStyle", b, this.aah);
537
+ }
538
+ }
539
+ aan(a) {
540
+ this.aak(a, (b) => b.leftMargin = this.w0);
541
+ this.aak(a, (b) => b.topMargin = this.w2);
542
+ this.aak(a, (b) => b.rightMargin = this.w1);
543
+ this.aak(a, (b) => b.bottomMargin = this.wz);
544
+ this.aak(a, (b) => b.textColor = this.abm);
545
+ this.aal(a, (b) => b.textColor = this.abu);
546
+ this.aal(a, (b) => b.leftMargin = this.xa);
547
+ this.aal(a, (b) => b.topMargin = this.xd);
548
+ this.aal(a, (b) => b.rightMargin = this.xc);
549
+ this.aal(a, (b) => b.bottomMargin = this.w9);
550
+ this.aak(a, (b) => b.textStyle = this.yo);
551
+ this.aal(a, (b) => b.textStyle = this.zc);
552
+ }
553
+ aap(a) {
554
+ this.aak(a, (b) => b.leftMargin = this.xh);
555
+ this.aak(a, (b) => b.topMargin = this.xj);
556
+ this.aak(a, (b) => b.rightMargin = this.xi);
557
+ this.aak(a, (b) => b.bottomMargin = this.xg);
558
+ this.aak(a, (b) => b.textColor = this.abn);
559
+ this.aal(a, (b) => b.textColor = this.ab1);
560
+ this.aal(a, (b) => b.leftMargin = this.xr);
561
+ this.aal(a, (b) => b.topMargin = this.xu);
562
+ this.aal(a, (b) => b.rightMargin = this.xt);
563
+ this.aal(a, (b) => b.bottomMargin = this.xq);
564
+ this.aak(a, (b) => b.textStyle = this.zt);
565
+ this.aal(a, (b) => b.textStyle = this.aah);
566
+ }
567
+ sv(a) {
568
+ let b = this.a9(a);
569
+ let c = this.cv(a, b);
570
570
  if (c == null) {
571
571
  return;
572
572
  }
573
573
  c.itemsSource = a.data;
574
- c.name = this.mt(a);
575
- c.title = this.mu(a, b);
574
+ c.name = this.ny(a);
575
+ c.title = this.nz(a, b);
576
576
  this.dataChart.series.add(c);
577
577
  }
578
- y7(a) {
579
- this.y8(a, null);
578
+ aaq(a) {
579
+ this.aar(a, null);
580
580
  }
581
- y8(a, b) {
582
- a(this.tw());
581
+ aar(a, b) {
582
+ a(this.vf());
583
583
  }
584
- zd(a, b) {
585
- a(this.tx());
584
+ aaw(a, b) {
585
+ a(this.vg());
586
586
  }
587
- zc(a) {
588
- this.zd(a, true);
587
+ aav(a) {
588
+ this.aaw(a, true);
589
589
  }
590
- pr(a, b) {
591
- this.y7(a);
592
- this.zd(a, b);
590
+ ra(a, b) {
591
+ this.aaq(a);
592
+ this.aaw(a, b);
593
593
  }
594
- zb(a) {
595
- this.y2(this.tw(), a);
594
+ aau(a) {
595
+ this.aal(this.vf(), a);
596
596
  }
597
- zg(a) {
598
- this.y2(this.tx(), a);
597
+ aaz(a) {
598
+ this.aal(this.vg(), a);
599
599
  }
600
- ze(a) {
601
- this.y1(this.tx(), a);
600
+ aax(a) {
601
+ this.aak(this.vg(), a);
602
602
  }
603
- y9(a) {
604
- this.y1(this.tw(), a);
603
+ aas(a) {
604
+ this.aak(this.vf(), a);
605
605
  }
606
- va(a) {
607
- let b = this.tw();
608
- return b.ei(a, new ScalerParams(1, this.s7, this.s6, b.cg));
606
+ wt(a) {
607
+ let b = this.vf();
608
+ return b.ei(a, new ScalerParams(1, this.uq, this.up, b.cg));
609
609
  }
610
- vc(a) {
611
- let b = this.tw();
612
- return b.el(a, new ScalerParams(1, this.s7, this.s6, b.cg));
610
+ wv(a) {
611
+ let b = this.vf();
612
+ return b.el(a, new ScalerParams(1, this.uq, this.up, b.cg));
613
613
  }
614
- vb(a) {
615
- let b = this.tx();
616
- return b.ei(a, new ScalerParams(1, this.s7, this.s6, b.cg));
614
+ wu(a) {
615
+ let b = this.vg();
616
+ return b.ei(a, new ScalerParams(1, this.uq, this.up, b.cg));
617
617
  }
618
- vd(a) {
619
- let b = this.tx();
620
- return b.el(a, new ScalerParams(1, this.s7, this.s6, b.cg));
618
+ ww(a) {
619
+ let b = this.vg();
620
+ return b.el(a, new ScalerParams(1, this.uq, this.up, b.cg));
621
621
  }
622
- q9(a) {
623
- super.q9(a);
622
+ ss(a) {
623
+ super.ss(a);
624
624
  if (a == null) {
625
625
  return;
626
626
  }
627
627
  if (a.axes != null) {
628
- let b = this.tw();
629
- let c = this.tx();
628
+ let b = this.vf();
629
+ let c = this.vg();
630
630
  if (a.axes.contains(b)) {
631
631
  a.axes.remove(b);
632
632
  }
@@ -635,7 +635,7 @@ export let XYChart = /*@__PURE__*/ (() => {
635
635
  }
636
636
  }
637
637
  }
638
- static wq(a, b) {
638
+ static x9(a, b) {
639
639
  for (let c of fromEnum(b)) {
640
640
  let d = c.findMatchingHint(16);
641
641
  if (d != null) {
@@ -645,96 +645,96 @@ export let XYChart = /*@__PURE__*/ (() => {
645
645
  }
646
646
  return null;
647
647
  }
648
- p2(a) {
649
- super.p2(a);
648
+ rl(a) {
649
+ super.rl(a);
650
650
  if (a == this.dataChart) {
651
- this.dataChart.axes.add(this.tw());
652
- this.dataChart.axes.add(this.tx());
653
- }
654
- }
655
- y3(a) {
656
- if (a != null && this.iu != null && a.fk == null) {
657
- a.provideRenderer(this.iu);
658
- }
659
- a.jv = this.z6;
660
- a.eq = this.vk;
661
- a.jw = this.z7;
662
- a.et = this.vl;
663
- a.jy = this.z9;
664
- a.ff = this.vm;
665
- a.jx = this.z8;
666
- a.fg = this.vn;
667
- a.jz = this.aaa;
668
- a.fh = this.vo;
651
+ this.dataChart.axes.add(this.vf());
652
+ this.dataChart.axes.add(this.vg());
653
+ }
654
+ }
655
+ aam(a) {
656
+ if (a != null && this.jt != null && a.fk == null) {
657
+ a.provideRenderer(this.jt);
658
+ }
659
+ a.jv = this.abp;
660
+ a.eq = this.w3;
661
+ a.jw = this.abq;
662
+ a.et = this.w4;
663
+ a.jy = this.abs;
664
+ a.ff = this.w5;
665
+ a.jx = this.abr;
666
+ a.fg = this.w6;
667
+ a.jz = this.abt;
668
+ a.fh = this.w7;
669
669
  a.c3 = true;
670
- a.ct = this.e8;
671
- a.cv = this.e8;
672
- let b = a == this.tw();
670
+ a.ct = this.fz;
671
+ a.cv = this.fz;
672
+ let b = a == this.vf();
673
673
  if (b) {
674
- a.g5 = this.xk;
675
- }
676
- a.fz = this.we;
677
- a.gf = this.ww;
678
- a.ag = this.tu;
679
- this.y1(a, (c) => c.angle = this.vf);
680
- this.y1(a, (c) => {
681
- if (c.extent != this.ve) {
682
- c.extent = this.ve;
674
+ a.g5 = this.y3;
675
+ }
676
+ a.fz = this.xx;
677
+ a.gf = this.yf;
678
+ a.ag = this.vd;
679
+ this.aak(a, (c) => c.angle = this.wy);
680
+ this.aak(a, (c) => {
681
+ if (c.extent != this.wx) {
682
+ c.extent = this.wx;
683
683
  }
684
684
  });
685
- this.y1(a, (c) => c.horizontalAlignment = this.zk);
686
- this.y1(a, (c) => c.verticalAlignment = this.aam);
687
- this.y1(a, (c) => c.visibility = this.aar);
688
- this.y1(a, (c) => c.location = this.t2(this.t5));
689
- this.y2(a, (c) => c.horizontalAlignment = this.zl);
690
- this.y2(a, (c) => c.angle = this.vp);
691
- this.y4(a);
692
- }
693
- y5(a) {
685
+ this.aak(a, (c) => c.horizontalAlignment = this.aa3);
686
+ this.aak(a, (c) => c.verticalAlignment = this.ab5);
687
+ this.aak(a, (c) => c.visibility = this.aca);
688
+ this.aak(a, (c) => c.location = this.vl(this.vo));
689
+ this.aal(a, (c) => c.horizontalAlignment = this.aa4);
690
+ this.aal(a, (c) => c.angle = this.w8);
691
+ this.aan(a);
692
+ }
693
+ aao(a) {
694
694
  if (a == null) {
695
695
  return;
696
696
  }
697
- if (this.iu != null && a.fk == null) {
698
- a.provideRenderer(this.iu);
697
+ if (this.jt != null && a.fk == null) {
698
+ a.provideRenderer(this.jt);
699
699
  }
700
- a.ct = this.e8;
701
- a.cv = this.e8;
702
- this.y1(a, (b) => b.angle = this.vw);
703
- this.y1(a, (b) => {
704
- if (b.extent != this.vv) {
705
- b.extent = this.vv;
700
+ a.ct = this.fz;
701
+ a.cv = this.fz;
702
+ this.aak(a, (b) => b.angle = this.xf);
703
+ this.aak(a, (b) => {
704
+ if (b.extent != this.xe) {
705
+ b.extent = this.xe;
706
706
  }
707
707
  });
708
- this.y1(a, (b) => b.horizontalAlignment = this.zm);
709
- this.y1(a, (b) => b.verticalAlignment = this.aan);
710
- this.y1(a, (b) => b.visibility = this.aas);
711
- this.y1(a, (b) => b.location = this.t3(this.t7));
712
- this.y2(a, (b) => b.verticalAlignment = this.aao);
713
- this.y2(a, (b) => b.angle = this.v6);
714
- a.jv = this.aad;
715
- a.eq = this.v1;
716
- a.jw = this.aae;
717
- a.et = this.v2;
718
- a.jy = this.aag;
719
- a.ff = this.v3;
720
- a.jx = this.aaf;
721
- a.fg = this.v4;
722
- a.jz = this.aah;
723
- a.fh = this.v5;
724
- let b = a == this.tx();
708
+ this.aak(a, (b) => b.horizontalAlignment = this.aa5);
709
+ this.aak(a, (b) => b.verticalAlignment = this.ab6);
710
+ this.aak(a, (b) => b.visibility = this.acb);
711
+ this.aak(a, (b) => b.location = this.vm(this.vq));
712
+ this.aal(a, (b) => b.verticalAlignment = this.ab7);
713
+ this.aal(a, (b) => b.angle = this.xp);
714
+ a.jv = this.abw;
715
+ a.eq = this.xk;
716
+ a.jw = this.abx;
717
+ a.et = this.xl;
718
+ a.jy = this.abz;
719
+ a.ff = this.xm;
720
+ a.jx = this.aby;
721
+ a.fg = this.xn;
722
+ a.jz = this.ab0;
723
+ a.fh = this.xo;
724
+ let b = a == this.vg();
725
725
  if (b) {
726
- a.g5 = this.yp;
726
+ a.g5 = this.z8;
727
727
  }
728
- a.gf = this.x1;
729
- a.ag = this.tv;
730
- this.y6(a);
728
+ a.gf = this.zk;
729
+ a.ag = this.ve;
730
+ this.aap(a);
731
731
  }
732
- pz() {
733
- super.pz();
734
- this.y3(this.tw());
735
- this.y5(this.tx());
732
+ ri() {
733
+ super.ri();
734
+ this.aam(this.vf());
735
+ this.aao(this.vg());
736
736
  }
737
- y1(a, b) {
737
+ aak(a, b) {
738
738
  if (a == null) {
739
739
  return;
740
740
  }
@@ -751,7 +751,7 @@ export let XYChart = /*@__PURE__*/ (() => {
751
751
  }
752
752
  b(a.ay);
753
753
  }
754
- y2(a, b) {
754
+ aal(a, b) {
755
755
  if (a == null) {
756
756
  return;
757
757
  }
@@ -768,170 +768,170 @@ export let XYChart = /*@__PURE__*/ (() => {
768
768
  }
769
769
  b(a.be);
770
770
  }
771
- qt(a, b, c) {
772
- super.qt(a, b, c);
771
+ sc(a, b, c) {
772
+ super.sc(a, b, c);
773
773
  switch (a) {
774
774
  case "XAxisLabelAngle":
775
- this.y9((d) => d.angle = this.vf);
775
+ this.aas((d) => d.angle = this.wy);
776
776
  break;
777
777
  case "YAxisLabelAngle":
778
- this.ze((d) => d.angle = this.vw);
778
+ this.aax((d) => d.angle = this.xf);
779
779
  break;
780
780
  case "XAxisLabelHorizontalAlignment":
781
- this.y9((d) => d.horizontalAlignment = this.zk);
781
+ this.aas((d) => d.horizontalAlignment = this.aa3);
782
782
  break;
783
783
  case "YAxisLabelHorizontalAlignment":
784
- this.ze((d) => d.horizontalAlignment = this.zm);
784
+ this.aax((d) => d.horizontalAlignment = this.aa5);
785
785
  break;
786
786
  case "XAxisLabelVerticalAlignment":
787
- this.y9((d) => d.verticalAlignment = this.aam);
787
+ this.aas((d) => d.verticalAlignment = this.ab5);
788
788
  break;
789
789
  case "YAxisLabelVerticalAlignment":
790
- this.ze((d) => d.verticalAlignment = this.aan);
790
+ this.aax((d) => d.verticalAlignment = this.ab6);
791
791
  break;
792
792
  case "XAxisLabelVisibility":
793
- this.y9((d) => d.visibility = this.aar);
793
+ this.aas((d) => d.visibility = this.aca);
794
794
  break;
795
795
  case "YAxisLabelVisibility":
796
- this.ze((d) => d.visibility = this.aas);
796
+ this.aax((d) => d.visibility = this.acb);
797
797
  break;
798
798
  case "XAxisLabel":
799
- this.y7((d) => d.fz = this.we);
799
+ this.aaq((d) => d.fz = this.xx);
800
800
  break;
801
801
  case "YAxisLabel":
802
- this.zc((d) => d.fz = this.wf);
802
+ this.aav((d) => d.fz = this.xy);
803
803
  break;
804
804
  case "XAxisLabelFormat":
805
- this.y7((d) => d.gf = this.ww);
805
+ this.aaq((d) => d.gf = this.yf);
806
806
  break;
807
807
  case "XAxisLabelFormatSpecifiers":
808
- this.y7((d) => d.ag = this.tu);
808
+ this.aaq((d) => d.ag = this.vd);
809
809
  break;
810
810
  case "YAxisLabelFormat":
811
- this.zc((d) => d.gf = this.x1);
811
+ this.aav((d) => d.gf = this.zk);
812
812
  break;
813
813
  case "YAxisLabelFormatSpecifiers":
814
- this.zc((d) => d.ag = this.tv);
814
+ this.aav((d) => d.ag = this.ve);
815
815
  break;
816
816
  case "XAxisTitleAngle":
817
- this.zb((d) => d.angle = this.vp);
817
+ this.aau((d) => d.angle = this.w8);
818
818
  break;
819
819
  case "YAxisTitleAngle":
820
- this.zg((d) => d.angle = this.v6);
820
+ this.aaz((d) => d.angle = this.xp);
821
821
  break;
822
822
  case "XAxisTitleAlignment":
823
- this.zb((d) => d.horizontalAlignment = this.zl);
823
+ this.aau((d) => d.horizontalAlignment = this.aa4);
824
824
  break;
825
825
  case "YAxisTitleAlignment":
826
- this.zg((d) => d.verticalAlignment = this.aao);
826
+ this.aaz((d) => d.verticalAlignment = this.ab7);
827
827
  break;
828
828
  case "XAxisTitle":
829
- this.y7((d) => d.g5 = this.xk);
829
+ this.aaq((d) => d.g5 = this.y3);
830
830
  break;
831
831
  case "YAxisTitle":
832
- this.zd((d) => d.g5 = this.yp, false);
832
+ this.aaw((d) => d.g5 = this.z8, false);
833
833
  break;
834
834
  case "XAxisMajorStroke":
835
- this.y8((d) => d.jv = this.z6, a);
835
+ this.aar((d) => d.jv = this.abp, a);
836
836
  break;
837
837
  case "YAxisMajorStroke":
838
- this.zc((d) => d.jv = this.aad);
838
+ this.aav((d) => d.jv = this.abw);
839
839
  break;
840
840
  case "XAxisMajorStrokeThickness":
841
- this.y8((d) => d.eq = this.vk, a);
841
+ this.aar((d) => d.eq = this.w3, a);
842
842
  break;
843
843
  case "YAxisMajorStrokeThickness":
844
- this.zc((d) => d.eq = this.v1);
844
+ this.aav((d) => d.eq = this.xk);
845
845
  break;
846
846
  case "XAxisMinorStroke":
847
- this.y7((d) => d.jw = this.z7);
847
+ this.aaq((d) => d.jw = this.abq);
848
848
  break;
849
849
  case "YAxisMinorStroke":
850
- this.zc((d) => d.jw = this.aae);
850
+ this.aav((d) => d.jw = this.abx);
851
851
  break;
852
852
  case "XAxisMinorStrokeThickness":
853
- this.y7((d) => d.et = this.vl);
853
+ this.aaq((d) => d.et = this.w4);
854
854
  break;
855
855
  case "YAxisMinorStrokeThickness":
856
- this.zc((d) => d.et = this.v2);
856
+ this.aav((d) => d.et = this.xl);
857
857
  break;
858
858
  case "XAxisTickLength":
859
- this.y7((d) => d.fg = this.vn);
859
+ this.aaq((d) => d.fg = this.w6);
860
860
  break;
861
861
  case "YAxisTickLength":
862
- this.zc((d) => d.fg = this.v4);
862
+ this.aav((d) => d.fg = this.xn);
863
863
  break;
864
864
  case "XAxisTickStroke":
865
- this.y7((d) => d.jz = this.aaa);
865
+ this.aaq((d) => d.jz = this.abt);
866
866
  break;
867
867
  case "YAxisTickStroke":
868
- this.zc((d) => d.jz = this.aah);
868
+ this.aav((d) => d.jz = this.ab0);
869
869
  break;
870
870
  case "XAxisTickStrokeThickness":
871
- this.y7((d) => d.fh = this.vo);
871
+ this.aaq((d) => d.fh = this.w7);
872
872
  break;
873
873
  case "YAxisTickStrokeThickness":
874
- this.zc((d) => d.fh = this.v5);
874
+ this.aav((d) => d.fh = this.xo);
875
875
  break;
876
876
  case "XAxisStroke":
877
- this.y7((d) => d.jy = this.z9);
877
+ this.aaq((d) => d.jy = this.abs);
878
878
  break;
879
879
  case "YAxisStroke":
880
- this.zc((d) => d.jy = this.aag);
880
+ this.aav((d) => d.jy = this.abz);
881
881
  break;
882
882
  case "XAxisStrokeThickness":
883
- this.y7((d) => d.ff = this.vm);
883
+ this.aaq((d) => d.ff = this.w5);
884
884
  break;
885
885
  case "YAxisStrokeThickness":
886
- this.zc((d) => d.ff = this.v3);
886
+ this.aav((d) => d.ff = this.xm);
887
887
  break;
888
888
  case "XAxisExtent":
889
- this.y9((d) => d.extent = this.ve);
889
+ this.aas((d) => d.extent = this.wx);
890
890
  break;
891
891
  case "YAxisExtent":
892
- this.ze((d) => d.extent = this.vv);
892
+ this.aax((d) => d.extent = this.xe);
893
893
  break;
894
894
  case "XAxisStrip":
895
- this.y7((d) => d.jx = this.z8);
895
+ this.aaq((d) => d.jx = this.abr);
896
896
  break;
897
897
  case "YAxisStrip":
898
- this.zc((d) => d.jx = this.aaf);
898
+ this.aav((d) => d.jx = this.aby);
899
899
  break;
900
900
  case "XAxisInverted":
901
- this.y7((d) => d.cg = this.ua);
901
+ this.aaq((d) => d.cg = this.vt);
902
902
  break;
903
903
  case "YAxisInverted":
904
- this.zc((d) => d.cg = this.ub);
904
+ this.aav((d) => d.cg = this.vu);
905
905
  break;
906
906
  case "YAxisLabelLocation":
907
- this.zf();
907
+ this.aay();
908
908
  break;
909
909
  case "XAxisLabelLocation":
910
- this.za();
910
+ this.aat();
911
911
  break;
912
912
  }
913
913
  }
914
- zf() {
915
- let a = this.t3(this.t7);
914
+ aay() {
915
+ let a = this.vm(this.vq);
916
916
  if (a == 2 || a == 7) {
917
- this.zm = 2;
917
+ this.aa5 = 2;
918
918
  }
919
919
  else {
920
- this.zm = 0;
920
+ this.aa5 = 0;
921
921
  }
922
- this.ze((b) => b.location = a);
922
+ this.aax((b) => b.location = a);
923
923
  }
924
- za() {
925
- let a = this.t2(this.t5);
924
+ aat() {
925
+ let a = this.vl(this.vo);
926
926
  if (a == 1 || a == 5) {
927
- this.aam = 0;
927
+ this.ab5 = 0;
928
928
  }
929
929
  else {
930
- this.aam = 2;
930
+ this.ab5 = 2;
931
931
  }
932
- this.y9((b) => b.location = a);
932
+ this.aas((b) => b.location = a);
933
933
  }
934
- t3(a) {
934
+ vm(a) {
935
935
  if (a == 0) {
936
936
  return 2;
937
937
  }
@@ -945,7 +945,7 @@ export let XYChart = /*@__PURE__*/ (() => {
945
945
  return 6;
946
946
  }
947
947
  else {
948
- if (this.bi == 1) {
948
+ if (this.by == 1) {
949
949
  return 3;
950
950
  }
951
951
  else {
@@ -953,7 +953,7 @@ export let XYChart = /*@__PURE__*/ (() => {
953
953
  }
954
954
  }
955
955
  }
956
- t2(a) {
956
+ vl(a) {
957
957
  if (a == 1) {
958
958
  return 1;
959
959
  }
@@ -970,482 +970,482 @@ export let XYChart = /*@__PURE__*/ (() => {
970
970
  return 1;
971
971
  }
972
972
  }
973
- get we() {
974
- return this.wc;
973
+ get xx() {
974
+ return this.xv;
975
975
  }
976
- set we(a) {
977
- let b = this.we;
976
+ set xx(a) {
977
+ let b = this.xx;
978
978
  if (a != b) {
979
- this.wc = a;
980
- this.qt("XAxisLabel", b, this.we);
979
+ this.xv = a;
980
+ this.sc("XAxisLabel", b, this.xx);
981
981
  }
982
982
  }
983
- get wf() {
984
- return this.wd;
983
+ get xy() {
984
+ return this.xw;
985
985
  }
986
- set wf(a) {
987
- let b = this.wf;
986
+ set xy(a) {
987
+ let b = this.xy;
988
988
  if (a != b) {
989
- this.wd = a;
990
- this.qt("YAxisLabel", b, this.wf);
989
+ this.xw = a;
990
+ this.sc("YAxisLabel", b, this.xy);
991
991
  }
992
992
  }
993
- get z6() {
994
- return this.zq;
993
+ get abp() {
994
+ return this.aa9;
995
995
  }
996
- set z6(a) {
997
- let b = this.z6;
996
+ set abp(a) {
997
+ let b = this.abp;
998
998
  if (a != b) {
999
- this.zq = a;
1000
- this.qt("XAxisMajorStroke", b, this.z6);
999
+ this.aa9 = a;
1000
+ this.sc("XAxisMajorStroke", b, this.abp);
1001
1001
  }
1002
1002
  }
1003
- get aad() {
1004
- return this.zx;
1003
+ get abw() {
1004
+ return this.abg;
1005
1005
  }
1006
- set aad(a) {
1007
- let b = this.aad;
1006
+ set abw(a) {
1007
+ let b = this.abw;
1008
1008
  if (a != b) {
1009
- this.zx = a;
1010
- this.qt("YAxisMajorStroke", b, this.aad);
1009
+ this.abg = a;
1010
+ this.sc("YAxisMajorStroke", b, this.abw);
1011
1011
  }
1012
1012
  }
1013
- get vk() {
1014
- return this.ui;
1013
+ get w3() {
1014
+ return this.v1;
1015
1015
  }
1016
- set vk(a) {
1017
- let b = this.vk;
1016
+ set w3(a) {
1017
+ let b = this.w3;
1018
1018
  if (a != b) {
1019
- this.ui = a;
1020
- this.qt("XAxisMajorStrokeThickness", b, this.vk);
1019
+ this.v1 = a;
1020
+ this.sc("XAxisMajorStrokeThickness", b, this.w3);
1021
1021
  }
1022
1022
  }
1023
- get v1() {
1024
- return this.uz;
1023
+ get xk() {
1024
+ return this.wi;
1025
1025
  }
1026
- set v1(a) {
1027
- let b = this.v1;
1026
+ set xk(a) {
1027
+ let b = this.xk;
1028
1028
  if (a != b) {
1029
- this.uz = a;
1030
- this.qt("YAxisMajorStrokeThickness", b, this.v1);
1029
+ this.wi = a;
1030
+ this.sc("YAxisMajorStrokeThickness", b, this.xk);
1031
1031
  }
1032
1032
  }
1033
- get vl() {
1034
- return this.uj;
1033
+ get w4() {
1034
+ return this.v2;
1035
1035
  }
1036
- set vl(a) {
1037
- let b = this.vl;
1036
+ set w4(a) {
1037
+ let b = this.w4;
1038
1038
  if (a != b) {
1039
- this.uj = a;
1040
- this.qt("XAxisMinorStrokeThickness", b, this.vl);
1039
+ this.v2 = a;
1040
+ this.sc("XAxisMinorStrokeThickness", b, this.w4);
1041
1041
  }
1042
1042
  }
1043
- get v2() {
1044
- return this.u0;
1043
+ get xl() {
1044
+ return this.wj;
1045
1045
  }
1046
- set v2(a) {
1047
- let b = this.v2;
1046
+ set xl(a) {
1047
+ let b = this.xl;
1048
1048
  if (a != b) {
1049
- this.u0 = a;
1050
- this.qt("YAxisMinorStrokeThickness", b, this.v2);
1049
+ this.wj = a;
1050
+ this.sc("YAxisMinorStrokeThickness", b, this.xl);
1051
1051
  }
1052
1052
  }
1053
- get z8() {
1054
- return this.zs;
1053
+ get abr() {
1054
+ return this.abb;
1055
1055
  }
1056
- set z8(a) {
1057
- let b = this.z8;
1056
+ set abr(a) {
1057
+ let b = this.abr;
1058
1058
  if (a != b) {
1059
- this.zs = a;
1060
- this.qt("XAxisStrip", b, this.z8);
1059
+ this.abb = a;
1060
+ this.sc("XAxisStrip", b, this.abr);
1061
1061
  }
1062
1062
  }
1063
- get aaf() {
1064
- return this.zz;
1063
+ get aby() {
1064
+ return this.abi;
1065
1065
  }
1066
- set aaf(a) {
1067
- let b = this.aaf;
1066
+ set aby(a) {
1067
+ let b = this.aby;
1068
1068
  if (a != b) {
1069
- this.zz = a;
1070
- this.qt("YAxisStrip", b, this.aaf);
1069
+ this.abi = a;
1070
+ this.sc("YAxisStrip", b, this.aby);
1071
1071
  }
1072
1072
  }
1073
- get z9() {
1074
- return this.zt;
1073
+ get abs() {
1074
+ return this.abc;
1075
1075
  }
1076
- set z9(a) {
1077
- let b = this.z9;
1076
+ set abs(a) {
1077
+ let b = this.abs;
1078
1078
  if (a != b) {
1079
- this.zt = a;
1080
- this.qt("XAxisStroke", b, this.z9);
1079
+ this.abc = a;
1080
+ this.sc("XAxisStroke", b, this.abs);
1081
1081
  }
1082
1082
  }
1083
- get aag() {
1084
- return this.z0;
1083
+ get abz() {
1084
+ return this.abj;
1085
1085
  }
1086
- set aag(a) {
1087
- let b = this.aag;
1086
+ set abz(a) {
1087
+ let b = this.abz;
1088
1088
  if (a != b) {
1089
- this.z0 = a;
1090
- this.qt("YAxisStroke", b, this.aag);
1089
+ this.abj = a;
1090
+ this.sc("YAxisStroke", b, this.abz);
1091
1091
  }
1092
1092
  }
1093
- get vm() {
1094
- return this.uk;
1093
+ get w5() {
1094
+ return this.v3;
1095
1095
  }
1096
- set vm(a) {
1097
- let b = this.vm;
1096
+ set w5(a) {
1097
+ let b = this.w5;
1098
1098
  if (a != b) {
1099
- this.uk = a;
1100
- this.qt("XAxisStrokeThickness", b, this.vm);
1099
+ this.v3 = a;
1100
+ this.sc("XAxisStrokeThickness", b, this.w5);
1101
1101
  }
1102
1102
  }
1103
- get v3() {
1104
- return this.u1;
1103
+ get xm() {
1104
+ return this.wk;
1105
1105
  }
1106
- set v3(a) {
1107
- let b = this.v3;
1106
+ set xm(a) {
1107
+ let b = this.xm;
1108
1108
  if (a != b) {
1109
- this.u1 = a;
1110
- this.qt("YAxisStrokeThickness", b, this.v3);
1109
+ this.wk = a;
1110
+ this.sc("YAxisStrokeThickness", b, this.xm);
1111
1111
  }
1112
1112
  }
1113
- get vn() {
1114
- return this.ul;
1113
+ get w6() {
1114
+ return this.v4;
1115
1115
  }
1116
- set vn(a) {
1117
- let b = this.vn;
1116
+ set w6(a) {
1117
+ let b = this.w6;
1118
1118
  if (a != b) {
1119
- this.ul = a;
1120
- this.qt("XAxisTickLength", b, this.vn);
1119
+ this.v4 = a;
1120
+ this.sc("XAxisTickLength", b, this.w6);
1121
1121
  }
1122
1122
  }
1123
- get v4() {
1124
- return this.u2;
1123
+ get xn() {
1124
+ return this.wl;
1125
1125
  }
1126
- set v4(a) {
1127
- let b = this.v4;
1126
+ set xn(a) {
1127
+ let b = this.xn;
1128
1128
  if (a != b) {
1129
- this.u2 = a;
1130
- this.qt("YAxisTickLength", b, this.v4);
1129
+ this.wl = a;
1130
+ this.sc("YAxisTickLength", b, this.xn);
1131
1131
  }
1132
1132
  }
1133
- get aaa() {
1134
- return this.zu;
1133
+ get abt() {
1134
+ return this.abd;
1135
1135
  }
1136
- set aaa(a) {
1137
- let b = this.aaa;
1136
+ set abt(a) {
1137
+ let b = this.abt;
1138
1138
  if (a != b) {
1139
- this.zu = a;
1140
- this.qt("XAxisTickStroke", b, this.aaa);
1139
+ this.abd = a;
1140
+ this.sc("XAxisTickStroke", b, this.abt);
1141
1141
  }
1142
1142
  }
1143
- get aah() {
1144
- return this.z1;
1143
+ get ab0() {
1144
+ return this.abk;
1145
1145
  }
1146
- set aah(a) {
1147
- let b = this.aah;
1146
+ set ab0(a) {
1147
+ let b = this.ab0;
1148
1148
  if (a != b) {
1149
- this.z1 = a;
1150
- this.qt("YAxisTickStroke", b, this.aah);
1149
+ this.abk = a;
1150
+ this.sc("YAxisTickStroke", b, this.ab0);
1151
1151
  }
1152
1152
  }
1153
- get vo() {
1154
- return this.um;
1153
+ get w7() {
1154
+ return this.v5;
1155
1155
  }
1156
- set vo(a) {
1157
- let b = this.vo;
1156
+ set w7(a) {
1157
+ let b = this.w7;
1158
1158
  if (a != b) {
1159
- this.um = a;
1160
- this.qt("XAxisTickStrokeThickness", b, this.vo);
1159
+ this.v5 = a;
1160
+ this.sc("XAxisTickStrokeThickness", b, this.w7);
1161
1161
  }
1162
1162
  }
1163
- get v5() {
1164
- return this.u3;
1163
+ get xo() {
1164
+ return this.wm;
1165
1165
  }
1166
- set v5(a) {
1167
- let b = this.v5;
1166
+ set xo(a) {
1167
+ let b = this.xo;
1168
1168
  if (a != b) {
1169
- this.u3 = a;
1170
- this.qt("YAxisTickStrokeThickness", b, this.v5);
1169
+ this.wm = a;
1170
+ this.sc("YAxisTickStrokeThickness", b, this.xo);
1171
1171
  }
1172
1172
  }
1173
- get xk() {
1174
- return this.wi;
1173
+ get y3() {
1174
+ return this.x1;
1175
1175
  }
1176
- set xk(a) {
1177
- let b = this.xk;
1176
+ set y3(a) {
1177
+ let b = this.y3;
1178
1178
  if (a != b) {
1179
- this.wi = a;
1180
- this.qt("XAxisTitle", b, this.xk);
1179
+ this.x1 = a;
1180
+ this.sc("XAxisTitle", b, this.y3);
1181
1181
  }
1182
1182
  }
1183
- get yp() {
1184
- return this.wm;
1183
+ get z8() {
1184
+ return this.x5;
1185
1185
  }
1186
- set yp(a) {
1187
- let b = this.yp;
1186
+ set z8(a) {
1187
+ let b = this.z8;
1188
1188
  if (a != b) {
1189
- this.wm = a;
1190
- this.qt("YAxisTitle", b, this.yp);
1189
+ this.x5 = a;
1190
+ this.sc("YAxisTitle", b, this.z8);
1191
1191
  }
1192
1192
  }
1193
- get z7() {
1194
- return this.zr;
1193
+ get abq() {
1194
+ return this.aba;
1195
1195
  }
1196
- set z7(a) {
1197
- let b = this.z7;
1196
+ set abq(a) {
1197
+ let b = this.abq;
1198
1198
  if (a != b) {
1199
- this.zr = a;
1200
- this.qt("XAxisMinorStroke", b, this.z7);
1199
+ this.aba = a;
1200
+ this.sc("XAxisMinorStroke", b, this.abq);
1201
1201
  }
1202
1202
  }
1203
- get aae() {
1204
- return this.zy;
1203
+ get abx() {
1204
+ return this.abh;
1205
1205
  }
1206
- set aae(a) {
1207
- let b = this.aae;
1206
+ set abx(a) {
1207
+ let b = this.abx;
1208
1208
  if (a != b) {
1209
- this.zy = a;
1210
- this.qt("YAxisMinorStroke", b, this.aae);
1209
+ this.abh = a;
1210
+ this.sc("YAxisMinorStroke", b, this.abx);
1211
1211
  }
1212
1212
  }
1213
- get vf() {
1214
- return this.ud;
1213
+ get wy() {
1214
+ return this.vw;
1215
1215
  }
1216
- set vf(a) {
1217
- let b = this.vf;
1216
+ set wy(a) {
1217
+ let b = this.wy;
1218
1218
  if (a != b) {
1219
- this.ud = a;
1220
- this.qt("XAxisLabelAngle", b, this.vf);
1219
+ this.vw = a;
1220
+ this.sc("XAxisLabelAngle", b, this.wy);
1221
1221
  }
1222
1222
  }
1223
- get vw() {
1224
- return this.uu;
1223
+ get xf() {
1224
+ return this.wd;
1225
1225
  }
1226
- set vw(a) {
1227
- let b = this.vw;
1226
+ set xf(a) {
1227
+ let b = this.xf;
1228
1228
  if (a != b) {
1229
- this.uu = a;
1230
- this.qt("YAxisLabelAngle", b, this.vw);
1229
+ this.wd = a;
1230
+ this.sc("YAxisLabelAngle", b, this.xf);
1231
1231
  }
1232
1232
  }
1233
- get ve() {
1234
- return this.uc;
1233
+ get wx() {
1234
+ return this.vv;
1235
1235
  }
1236
- set ve(a) {
1237
- let b = this.ve;
1236
+ set wx(a) {
1237
+ let b = this.wx;
1238
1238
  if (a != b) {
1239
- this.uc = a;
1240
- this.qt("XAxisExtent", b, this.ve);
1239
+ this.vv = a;
1240
+ this.sc("XAxisExtent", b, this.wx);
1241
1241
  }
1242
1242
  }
1243
- get vv() {
1244
- return this.ut;
1243
+ get xe() {
1244
+ return this.wc;
1245
1245
  }
1246
- set vv(a) {
1247
- let b = this.vv;
1246
+ set xe(a) {
1247
+ let b = this.xe;
1248
1248
  if (a != b) {
1249
- this.ut = a;
1250
- this.qt("YAxisExtent", b, this.vv);
1249
+ this.wc = a;
1250
+ this.sc("YAxisExtent", b, this.xe);
1251
1251
  }
1252
1252
  }
1253
- get vp() {
1254
- return this.un;
1253
+ get w8() {
1254
+ return this.v6;
1255
1255
  }
1256
- set vp(a) {
1257
- let b = this.vp;
1256
+ set w8(a) {
1257
+ let b = this.w8;
1258
1258
  if (a != b) {
1259
- this.un = a;
1260
- this.qt("XAxisTitleAngle", b, this.vp);
1259
+ this.v6 = a;
1260
+ this.sc("XAxisTitleAngle", b, this.w8);
1261
1261
  }
1262
1262
  }
1263
- get v6() {
1264
- return this.u4;
1263
+ get xp() {
1264
+ return this.wn;
1265
1265
  }
1266
- set v6(a) {
1267
- let b = this.v6;
1266
+ set xp(a) {
1267
+ let b = this.xp;
1268
1268
  if (a != b) {
1269
- this.u4 = a;
1270
- this.qt("YAxisTitleAngle", b, this.v6);
1269
+ this.wn = a;
1270
+ this.sc("YAxisTitleAngle", b, this.xp);
1271
1271
  }
1272
1272
  }
1273
- get ua() {
1274
- return this.t8;
1273
+ get vt() {
1274
+ return this.vr;
1275
1275
  }
1276
- set ua(a) {
1277
- let b = this.ua;
1276
+ set vt(a) {
1277
+ let b = this.vt;
1278
1278
  if (a != b) {
1279
- this.t8 = a;
1280
- this.qt("XAxisInverted", b, this.ua);
1279
+ this.vr = a;
1280
+ this.sc("XAxisInverted", b, this.vt);
1281
1281
  }
1282
1282
  }
1283
- get ub() {
1284
- return this.t9;
1283
+ get vu() {
1284
+ return this.vs;
1285
1285
  }
1286
- set ub(a) {
1287
- let b = this.ub;
1286
+ set vu(a) {
1287
+ let b = this.vu;
1288
1288
  if (a != b) {
1289
- this.t9 = a;
1290
- this.qt("YAxisInverted", b, this.ub);
1289
+ this.vs = a;
1290
+ this.sc("YAxisInverted", b, this.vu);
1291
1291
  }
1292
1292
  }
1293
- get zl() {
1294
- return this.zi;
1293
+ get aa4() {
1294
+ return this.aa1;
1295
1295
  }
1296
- set zl(a) {
1297
- let b = this.zl;
1296
+ set aa4(a) {
1297
+ let b = this.aa4;
1298
1298
  if (a != b) {
1299
- this.zi = a;
1300
- this.qt("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.zl));
1299
+ this.aa1 = a;
1300
+ this.sc("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa4));
1301
1301
  }
1302
1302
  }
1303
- get aao() {
1304
- return this.aal;
1303
+ get ab7() {
1304
+ return this.ab4;
1305
1305
  }
1306
- set aao(a) {
1307
- let b = this.aao;
1306
+ set ab7(a) {
1307
+ let b = this.ab7;
1308
1308
  if (a != b) {
1309
- this.aal = a;
1310
- this.qt("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.aao));
1309
+ this.ab4 = a;
1310
+ this.sc("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab7));
1311
1311
  }
1312
1312
  }
1313
- get zk() {
1314
- return this.zh;
1313
+ get aa3() {
1314
+ return this.aa0;
1315
1315
  }
1316
- set zk(a) {
1317
- let b = this.zk;
1316
+ set aa3(a) {
1317
+ let b = this.aa3;
1318
1318
  if (a != b) {
1319
- this.zh = a;
1320
- this.qt("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.zk));
1319
+ this.aa0 = a;
1320
+ this.sc("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa3));
1321
1321
  }
1322
1322
  }
1323
- get_zm() {
1324
- return this.zj;
1323
+ get_aa5() {
1324
+ return this.aa2;
1325
1325
  }
1326
- set_zm(a) {
1327
- let b = this.zm;
1326
+ set_aa5(a) {
1327
+ let b = this.aa5;
1328
1328
  if (a != b) {
1329
- this.zj = a;
1330
- this.qt("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.zm));
1329
+ this.aa2 = a;
1330
+ this.sc("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa5));
1331
1331
  }
1332
1332
  }
1333
- get zm() {
1334
- return this.get_zm();
1333
+ get aa5() {
1334
+ return this.get_aa5();
1335
1335
  }
1336
- set zm(a) {
1337
- this.set_zm(a);
1336
+ set aa5(a) {
1337
+ this.set_aa5(a);
1338
1338
  }
1339
- get aam() {
1340
- return this.aaj;
1339
+ get ab5() {
1340
+ return this.ab2;
1341
1341
  }
1342
- set aam(a) {
1343
- let b = this.aam;
1342
+ set ab5(a) {
1343
+ let b = this.ab5;
1344
1344
  if (a != b) {
1345
- this.aaj = a;
1346
- this.qt("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.aam));
1345
+ this.ab2 = a;
1346
+ this.sc("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab5));
1347
1347
  }
1348
1348
  }
1349
- get aan() {
1350
- return this.aak;
1349
+ get ab6() {
1350
+ return this.ab3;
1351
1351
  }
1352
- set aan(a) {
1353
- let b = this.aan;
1352
+ set ab6(a) {
1353
+ let b = this.ab6;
1354
1354
  if (a != b) {
1355
- this.aak = a;
1356
- this.qt("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.aan));
1355
+ this.ab3 = a;
1356
+ this.sc("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab6));
1357
1357
  }
1358
1358
  }
1359
- get aar() {
1360
- return this.aap;
1359
+ get aca() {
1360
+ return this.ab8;
1361
1361
  }
1362
- set aar(a) {
1363
- let b = this.aar;
1362
+ set aca(a) {
1363
+ let b = this.aca;
1364
1364
  if (a != b) {
1365
- this.aap = a;
1366
- this.qt("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.aar));
1365
+ this.ab8 = a;
1366
+ this.sc("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.aca));
1367
1367
  }
1368
1368
  }
1369
- get aas() {
1370
- return this.aaq;
1369
+ get acb() {
1370
+ return this.ab9;
1371
1371
  }
1372
- set aas(a) {
1373
- let b = this.aas;
1372
+ set acb(a) {
1373
+ let b = this.acb;
1374
1374
  if (a != b) {
1375
- this.aaq = a;
1376
- this.qt("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.aas));
1375
+ this.ab9 = a;
1376
+ this.sc("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.acb));
1377
1377
  }
1378
1378
  }
1379
- get_t7() {
1380
- return this.t6;
1379
+ get_vq() {
1380
+ return this.vp;
1381
1381
  }
1382
- set_t7(a) {
1383
- let b = this.t7;
1382
+ set_vq(a) {
1383
+ let b = this.vq;
1384
1384
  if (a != b) {
1385
- this.t6 = a;
1386
- this.qt("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.t7));
1385
+ this.vp = a;
1386
+ this.sc("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.vq));
1387
1387
  }
1388
1388
  }
1389
- get t7() {
1390
- return this.get_t7();
1389
+ get vq() {
1390
+ return this.get_vq();
1391
1391
  }
1392
- set t7(a) {
1393
- this.set_t7(a);
1392
+ set vq(a) {
1393
+ this.set_vq(a);
1394
1394
  }
1395
- get_t5() {
1396
- return this.t4;
1395
+ get_vo() {
1396
+ return this.vn;
1397
1397
  }
1398
- set_t5(a) {
1399
- let b = this.t5;
1398
+ set_vo(a) {
1399
+ let b = this.vo;
1400
1400
  if (a != b) {
1401
- this.t4 = a;
1402
- this.qt("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.t5));
1401
+ this.vn = a;
1402
+ this.sc("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.vo));
1403
1403
  }
1404
1404
  }
1405
- get t5() {
1406
- return this.get_t5();
1405
+ get vo() {
1406
+ return this.get_vo();
1407
1407
  }
1408
- set t5(a) {
1409
- this.set_t5(a);
1408
+ set vo(a) {
1409
+ this.set_vo(a);
1410
1410
  }
1411
- get ww() {
1412
- return this.wg;
1411
+ get yf() {
1412
+ return this.xz;
1413
1413
  }
1414
- set ww(a) {
1415
- let b = this.wg;
1414
+ set yf(a) {
1415
+ let b = this.xz;
1416
1416
  if (a != b) {
1417
- this.wg = a;
1418
- this.qt("XAxisLabelFormat", b, this.wg);
1417
+ this.xz = a;
1418
+ this.sc("XAxisLabelFormat", b, this.xz);
1419
1419
  }
1420
1420
  }
1421
- get tu() {
1422
- return this.ts;
1421
+ get vd() {
1422
+ return this.vb;
1423
1423
  }
1424
- set tu(a) {
1425
- let b = this.ts;
1424
+ set vd(a) {
1425
+ let b = this.vb;
1426
1426
  if (a != b) {
1427
- this.ts = a;
1428
- this.qt("XAxisLabelFormatSpecifiers", b, this.ts);
1427
+ this.vb = a;
1428
+ this.sc("XAxisLabelFormatSpecifiers", b, this.vb);
1429
1429
  }
1430
1430
  }
1431
- get x1() {
1432
- return this.wk;
1431
+ get zk() {
1432
+ return this.x3;
1433
1433
  }
1434
- set x1(a) {
1435
- let b = this.wk;
1434
+ set zk(a) {
1435
+ let b = this.x3;
1436
1436
  if (a != b) {
1437
- this.wk = a;
1438
- this.qt("YAxisLabelFormat", b, this.wk);
1437
+ this.x3 = a;
1438
+ this.sc("YAxisLabelFormat", b, this.x3);
1439
1439
  }
1440
1440
  }
1441
- get tv() {
1442
- return this.tt;
1441
+ get ve() {
1442
+ return this.vc;
1443
1443
  }
1444
- set tv(a) {
1445
- let b = this.tt;
1444
+ set ve(a) {
1445
+ let b = this.vc;
1446
1446
  if (a != b) {
1447
- this.tt = a;
1448
- this.qt("YAxisLabelFormatSpecifiers", b, this.tt);
1447
+ this.vc = a;
1448
+ this.sc("YAxisLabelFormatSpecifiers", b, this.vc);
1449
1449
  }
1450
1450
  }
1451
1451
  }