igniteui-webcomponents-charts 3.2.3 → 3.5.0

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 (1081) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +29124 -22745
  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 +127 -104
  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 +554 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
  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/DataChartToolbarFactoryManager.js +27 -0
  53. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  54. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  55. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  56. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  59. package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
  60. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  61. package/esm2015/lib/DomainChart.js +2165 -1902
  62. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  63. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  64. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  65. package/esm2015/lib/FinancialChart_combined.js +1440 -1356
  66. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  67. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  68. package/esm2015/lib/FinancialOverlay.js +36 -36
  69. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  70. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  71. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  72. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  73. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  74. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  75. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  76. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  77. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  78. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  79. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  81. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  82. package/esm2015/lib/IndicatorProxy.js +11 -11
  83. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  84. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  85. package/esm2015/lib/LineSeries_combined.js +38 -38
  86. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  87. package/esm2015/lib/MassIndexIndicator.js +6 -6
  88. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  89. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  90. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  91. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  92. package/esm2015/lib/NumberAbbreviator.js +1 -1
  93. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  94. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  95. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  96. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  97. package/esm2015/lib/OverlayProxy.js +8 -8
  98. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  99. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  100. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  101. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  102. package/esm2015/lib/PointSeries_combined.js +19 -19
  103. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  104. package/esm2015/lib/PolarBase_combined.js +388 -388
  105. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  106. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  107. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  108. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  109. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  110. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  111. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  112. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  113. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  114. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  115. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  116. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  117. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  118. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  119. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  120. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  121. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  122. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  123. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  124. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  125. package/esm2015/lib/ScatterBase_combined.js +445 -445
  126. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  127. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  128. package/esm2015/lib/ScatterLineSeries.js +51 -51
  129. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  130. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  131. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  132. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  133. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  134. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  135. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  136. package/esm2015/lib/SeriesInteractionManager.js +80 -80
  137. package/esm2015/lib/SeriesRenderManager.js +17 -17
  138. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  139. package/esm2015/lib/SeriesViewerInteractionManager.js +198 -198
  140. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  141. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  142. package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
  143. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  144. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  145. package/esm2015/lib/SizeScale.js +3 -3
  146. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  147. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  148. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  149. package/esm2015/lib/SplineSeries_combined.js +25 -25
  150. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  151. package/esm2015/lib/Stacked100BarBucketCalculator.js +6 -6
  152. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  153. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
  154. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  155. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  156. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  157. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  158. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  159. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  160. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1556 -1455
  161. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  162. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  163. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  164. package/esm2015/lib/StochRSIIndicator.js +15 -15
  165. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  166. package/esm2015/lib/TRIXIndicator.js +16 -16
  167. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  168. package/esm2015/lib/TimeAxisBase.js +8 -8
  169. package/esm2015/lib/TimeXAxis.js +10 -10
  170. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  171. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  172. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  173. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  174. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  175. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  176. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  177. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  178. package/esm2015/lib/XYChart.js +802 -802
  179. package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  180. package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  181. package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
  182. package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
  183. package/esm2015/lib/igc-annotation-layer-component.js +31 -17
  184. package/esm2015/lib/igc-area-fragment-component.js +14 -0
  185. package/esm2015/lib/igc-area-series-component.js +14 -0
  186. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
  187. package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
  188. package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
  189. package/esm2015/lib/igc-axis-annotation.js +5 -0
  190. package/esm2015/lib/igc-axis-component.js +28 -6
  191. package/esm2015/lib/igc-bar-fragment-component.js +34 -18
  192. package/esm2015/lib/igc-bar-series-component.js +25 -11
  193. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  194. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
  195. package/esm2015/lib/igc-brush-scale-component.js +20 -0
  196. package/esm2015/lib/igc-bubble-series-component.js +60 -44
  197. package/esm2015/lib/igc-calculated-column.js +5 -0
  198. package/esm2015/lib/igc-callout-annotation.js +12 -6
  199. package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
  200. package/esm2015/lib/igc-callout-layer-component.js +115 -95
  201. package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
  202. package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
  203. package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
  204. package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
  205. package/esm2015/lib/igc-category-axis-base-component.js +14 -0
  206. package/esm2015/lib/igc-category-chart-component.js +169 -112
  207. package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
  208. package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
  209. package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
  210. package/esm2015/lib/igc-category-series-component.js +36 -20
  211. package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
  212. package/esm2015/lib/igc-category-x-axis-component.js +89 -2
  213. package/esm2015/lib/igc-category-y-axis-component.js +89 -2
  214. package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  215. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  216. package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
  217. package/esm2015/lib/igc-chart-group-description-collection.js +105 -0
  218. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  219. package/esm2015/lib/igc-chart-group-description.js +20 -0
  220. package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
  221. package/esm2015/lib/igc-chart-series-event-args.js +7 -6
  222. package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
  223. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  224. package/esm2015/lib/igc-chart-sort-description.js +66 -0
  225. package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
  226. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  227. package/esm2015/lib/igc-chart-summary-description.js +101 -0
  228. package/esm2015/lib/igc-color-scale-component.js +20 -0
  229. package/esm2015/lib/igc-column-fragment-component.js +39 -23
  230. package/esm2015/lib/igc-column-series-component.js +27 -13
  231. package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
  232. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  233. package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
  234. package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
  235. package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
  236. package/esm2015/lib/igc-custom-indicator-component.js +14 -0
  237. package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
  238. package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
  239. package/esm2015/lib/igc-data-chart-component.js +95 -95
  240. package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  241. package/esm2015/lib/igc-data-legend-component.js +12 -1
  242. package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
  243. package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
  244. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  245. package/esm2015/lib/igc-domain-chart-component.js +969 -650
  246. package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  247. package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
  248. package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
  249. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  250. package/esm2015/lib/igc-final-value-layer-component.js +57 -42
  251. package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
  252. package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  253. package/esm2015/lib/igc-financial-chart-component.js +215 -157
  254. package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  255. package/esm2015/lib/igc-financial-event-args.js +22 -10
  256. package/esm2015/lib/igc-financial-indicator-component.js +30 -16
  257. package/esm2015/lib/igc-financial-overlay-component.js +19 -5
  258. package/esm2015/lib/igc-financial-price-series-component.js +44 -30
  259. package/esm2015/lib/igc-financial-series-component.js +79 -60
  260. package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
  261. package/esm2015/lib/igc-fragment-base-component.js +16 -2
  262. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  263. package/esm2015/lib/igc-funnel-chart-component.js +9 -0
  264. package/esm2015/lib/igc-funnel-data-context.js +5 -0
  265. package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
  266. package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
  267. package/esm2015/lib/igc-highlighting-info.js +12 -6
  268. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  269. package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
  270. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  271. package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
  272. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  273. package/esm2015/lib/igc-legend-base-component.js +10 -0
  274. package/esm2015/lib/igc-line-fragment-component.js +15 -1
  275. package/esm2015/lib/igc-line-series-component.js +15 -1
  276. package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
  277. package/esm2015/lib/igc-marker-series-component.js +42 -28
  278. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  279. package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
  280. package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
  281. package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
  282. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  283. package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
  284. package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
  285. package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
  286. package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
  287. package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
  288. package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
  289. package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
  290. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
  291. package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
  292. package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  293. package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  294. package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
  295. package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
  296. package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  297. package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
  298. package/esm2015/lib/igc-point-series-component.js +14 -0
  299. package/esm2015/lib/igc-polar-area-series-component.js +17 -3
  300. package/esm2015/lib/igc-polar-base-component.js +95 -77
  301. package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
  302. package/esm2015/lib/igc-polar-line-series-component.js +18 -4
  303. package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
  304. package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
  305. package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
  306. package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
  307. package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
  308. package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
  309. package/esm2015/lib/igc-radial-area-series-component.js +17 -3
  310. package/esm2015/lib/igc-radial-base-component.js +49 -31
  311. package/esm2015/lib/igc-radial-column-series-component.js +23 -9
  312. package/esm2015/lib/igc-radial-line-series-component.js +18 -4
  313. package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
  314. package/esm2015/lib/igc-range-area-series-component.js +14 -0
  315. package/esm2015/lib/igc-range-category-series-component.js +20 -6
  316. package/esm2015/lib/igc-range-column-series-component.js +24 -10
  317. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  318. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
  319. package/esm2015/lib/igc-ring-series-base-component.js +20 -0
  320. package/esm2015/lib/igc-ring-series-component.js +25 -5
  321. package/esm2015/lib/igc-ring.js +12 -6
  322. package/esm2015/lib/igc-scale-legend-component.js +14 -0
  323. package/esm2015/lib/igc-scaler-params.js +5 -0
  324. package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
  325. package/esm2015/lib/igc-scatter-base-component.js +79 -61
  326. package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
  327. package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
  328. package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
  329. package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
  330. package/esm2015/lib/igc-scatter-series-component.js +14 -0
  331. package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
  332. package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
  333. package/esm2015/lib/igc-series-component.js +215 -185
  334. package/esm2015/lib/igc-series-viewer-component.js +417 -282
  335. package/esm2015/lib/igc-shape-series-base-component.js +64 -45
  336. package/esm2015/lib/igc-size-scale-component.js +20 -0
  337. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  338. package/esm2015/lib/igc-sparkline-component.js +5 -0
  339. package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
  340. package/esm2015/lib/igc-spline-area-series-component.js +15 -1
  341. package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
  342. package/esm2015/lib/igc-spline-fragment-component.js +15 -1
  343. package/esm2015/lib/igc-spline-series-base-component.js +20 -6
  344. package/esm2015/lib/igc-spline-series-component.js +15 -1
  345. package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
  346. package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
  347. package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
  348. package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
  349. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  350. package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
  351. package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
  352. package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
  353. package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
  354. package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
  355. package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
  356. package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
  357. package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
  358. package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
  359. package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
  360. package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
  361. package/esm2015/lib/igc-step-area-series-component.js +16 -2
  362. package/esm2015/lib/igc-step-line-series-component.js +17 -3
  363. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
  364. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
  365. package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
  366. package/esm2015/lib/igc-time-axis-base-component.js +14 -0
  367. package/esm2015/lib/igc-time-axis-break-component.js +19 -0
  368. package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
  369. package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
  370. package/esm2015/lib/igc-time-x-axis-component.js +14 -0
  371. package/esm2015/lib/igc-treemap-component.js +11 -0
  372. package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
  373. package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
  374. package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
  375. package/esm2015/lib/igc-trix-indicator-component.js +17 -3
  376. package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
  377. package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  378. package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
  379. package/esm2015/lib/igc-value-overlay-component.js +67 -52
  380. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
  381. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
  382. package/esm2015/lib/igc-waterfall-series-component.js +33 -19
  383. package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
  384. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
  385. package/esm2015/lib/igc-xy-chart-component.js +232 -218
  386. package/esm2015/lib/igc-zoom-slider-component.js +7 -7
  387. package/esm2015/public_api.js +23 -0
  388. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  389. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  390. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  391. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  392. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  393. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  394. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  395. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  396. package/esm5/lib/AreaSeries_combined.js +44 -44
  397. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  398. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  399. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  400. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  401. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  402. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  403. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  404. package/esm5/lib/AxisAnnotationManager.js +1 -1
  405. package/esm5/lib/AxisVisualDataManager.js +2 -2
  406. package/esm5/lib/BarSeries_combined.js +127 -104
  407. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  408. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  409. package/esm5/lib/BrushScale.js +7 -7
  410. package/esm5/lib/BubbleSeries_combined.js +252 -252
  411. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  412. package/esm5/lib/CalloutLayer_combined.js +442 -440
  413. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  414. package/esm5/lib/CategoryChart.js +531 -413
  415. package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
  416. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  417. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  418. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  419. package/esm5/lib/CategoryMarkerManager.js +1 -1
  420. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  421. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  422. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  423. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  424. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  425. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  426. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  427. package/esm5/lib/ChartGroupDescription.js +59 -0
  428. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  429. package/esm5/lib/ChartSortDescription.js +75 -0
  430. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  431. package/esm5/lib/ChartSummaryDescription.js +149 -0
  432. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  433. package/esm5/lib/ColumnSeries_combined.js +64 -64
  434. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  435. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  436. package/esm5/lib/CustomIndicator.js +23 -23
  437. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  438. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  439. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  440. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  441. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  442. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  443. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  444. package/esm5/lib/DataToolTipLayer_combined.js +436 -434
  445. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  446. package/esm5/lib/DomainChart.js +2101 -1752
  447. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  448. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  449. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  450. package/esm5/lib/FinancialChart_combined.js +1404 -1299
  451. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  452. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  453. package/esm5/lib/FinancialOverlay.js +36 -36
  454. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  455. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  456. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  457. package/esm5/lib/ForceIndexIndicator.js +15 -15
  458. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  459. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  460. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  461. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  462. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  463. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  464. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  465. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  466. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  467. package/esm5/lib/IndicatorProxy.js +11 -11
  468. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  469. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  470. package/esm5/lib/LineSeries_combined.js +38 -38
  471. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  472. package/esm5/lib/MassIndexIndicator.js +6 -6
  473. package/esm5/lib/MedianPriceIndicator.js +6 -6
  474. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  475. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  476. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  477. package/esm5/lib/NumberAbbreviator.js +1 -1
  478. package/esm5/lib/NumericXAxis_combined.js +3 -3
  479. package/esm5/lib/NumericYAxis_combined.js +3 -3
  480. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  481. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  482. package/esm5/lib/OverlayProxy.js +8 -8
  483. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  484. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  485. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  486. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  487. package/esm5/lib/PointSeries_combined.js +19 -19
  488. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  489. package/esm5/lib/PolarBase_combined.js +384 -384
  490. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  491. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  492. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  493. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  494. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  495. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  496. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  497. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  498. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  499. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  500. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  501. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  502. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  503. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  504. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  505. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  506. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  507. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  508. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  509. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  510. package/esm5/lib/ScatterBase_combined.js +441 -441
  511. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  512. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  513. package/esm5/lib/ScatterLineSeries.js +51 -51
  514. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  515. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  516. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  517. package/esm5/lib/ScatterSeries_combined.js +15 -15
  518. package/esm5/lib/ScatterSplineSeries.js +38 -38
  519. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  520. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  521. package/esm5/lib/SeriesInteractionManager.js +80 -80
  522. package/esm5/lib/SeriesRenderManager.js +17 -17
  523. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  524. package/esm5/lib/SeriesViewerInteractionManager.js +198 -198
  525. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  526. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  527. package/esm5/lib/SeriesViewer_combined.js +3458 -3101
  528. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  529. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  530. package/esm5/lib/SizeScale.js +3 -3
  531. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  532. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  533. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  534. package/esm5/lib/SplineSeries_combined.js +25 -25
  535. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  536. package/esm5/lib/Stacked100BarBucketCalculator.js +6 -6
  537. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  538. package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
  539. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  540. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  541. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  542. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  543. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  544. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  545. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1835 -1686
  546. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  547. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  548. package/esm5/lib/StepLineSeries_combined.js +43 -43
  549. package/esm5/lib/StochRSIIndicator.js +14 -14
  550. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  551. package/esm5/lib/TRIXIndicator.js +15 -15
  552. package/esm5/lib/TileZoomManager_combined.js +9 -9
  553. package/esm5/lib/TimeAxisBase.js +8 -8
  554. package/esm5/lib/TimeXAxis.js +10 -10
  555. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  556. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  557. package/esm5/lib/ValueOverlay_combined.js +115 -115
  558. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  559. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  560. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  561. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  562. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  563. package/esm5/lib/XYChart.js +717 -717
  564. package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
  565. package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
  566. package/esm5/lib/igc-anchored-category-series-component.js +32 -18
  567. package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
  568. package/esm5/lib/igc-annotation-layer-component.js +31 -17
  569. package/esm5/lib/igc-area-fragment-component.js +14 -0
  570. package/esm5/lib/igc-area-series-component.js +14 -0
  571. package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
  572. package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
  573. package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
  574. package/esm5/lib/igc-axis-annotation.js +5 -0
  575. package/esm5/lib/igc-axis-component.js +28 -6
  576. package/esm5/lib/igc-bar-fragment-component.js +34 -18
  577. package/esm5/lib/igc-bar-series-component.js +25 -11
  578. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
  579. package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
  580. package/esm5/lib/igc-brush-scale-component.js +20 -0
  581. package/esm5/lib/igc-bubble-series-component.js +60 -44
  582. package/esm5/lib/igc-calculated-column.js +5 -0
  583. package/esm5/lib/igc-callout-annotation.js +12 -6
  584. package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
  585. package/esm5/lib/igc-callout-layer-component.js +115 -95
  586. package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
  587. package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
  588. package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
  589. package/esm5/lib/igc-category-angle-axis-component.js +14 -0
  590. package/esm5/lib/igc-category-axis-base-component.js +14 -0
  591. package/esm5/lib/igc-category-chart-component.js +189 -112
  592. package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
  593. package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
  594. package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
  595. package/esm5/lib/igc-category-series-component.js +36 -20
  596. package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
  597. package/esm5/lib/igc-category-x-axis-component.js +109 -2
  598. package/esm5/lib/igc-category-y-axis-component.js +109 -2
  599. package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
  600. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
  601. package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
  602. package/esm5/lib/igc-chart-group-description-collection.js +132 -0
  603. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  604. package/esm5/lib/igc-chart-group-description.js +34 -0
  605. package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
  606. package/esm5/lib/igc-chart-series-event-args.js +7 -6
  607. package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
  608. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  609. package/esm5/lib/igc-chart-sort-description.js +86 -0
  610. package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
  611. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  612. package/esm5/lib/igc-chart-summary-description.js +128 -0
  613. package/esm5/lib/igc-color-scale-component.js +20 -0
  614. package/esm5/lib/igc-column-fragment-component.js +39 -23
  615. package/esm5/lib/igc-column-series-component.js +27 -13
  616. package/esm5/lib/igc-column-supporting-calculation.js +5 -0
  617. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
  618. package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
  619. package/esm5/lib/igc-crosshair-layer-component.js +105 -90
  620. package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
  621. package/esm5/lib/igc-custom-indicator-component.js +14 -0
  622. package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
  623. package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
  624. package/esm5/lib/igc-data-chart-component.js +95 -95
  625. package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
  626. package/esm5/lib/igc-data-legend-component.js +12 -1
  627. package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
  628. package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
  629. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
  630. package/esm5/lib/igc-domain-chart-component.js +1041 -650
  631. package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
  632. package/esm5/lib/igc-doughnut-chart-component.js +7 -0
  633. package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
  634. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
  635. package/esm5/lib/igc-final-value-layer-component.js +57 -42
  636. package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
  637. package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
  638. package/esm5/lib/igc-financial-chart-component.js +235 -157
  639. package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
  640. package/esm5/lib/igc-financial-event-args.js +22 -10
  641. package/esm5/lib/igc-financial-indicator-component.js +30 -16
  642. package/esm5/lib/igc-financial-overlay-component.js +19 -5
  643. package/esm5/lib/igc-financial-price-series-component.js +44 -30
  644. package/esm5/lib/igc-financial-series-component.js +79 -60
  645. package/esm5/lib/igc-force-index-indicator-component.js +18 -4
  646. package/esm5/lib/igc-fragment-base-component.js +16 -2
  647. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
  648. package/esm5/lib/igc-funnel-chart-component.js +9 -0
  649. package/esm5/lib/igc-funnel-data-context.js +5 -0
  650. package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
  651. package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
  652. package/esm5/lib/igc-highlighting-info.js +12 -6
  653. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
  654. package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
  655. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
  656. package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
  657. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
  658. package/esm5/lib/igc-legend-base-component.js +10 -0
  659. package/esm5/lib/igc-line-fragment-component.js +15 -1
  660. package/esm5/lib/igc-line-series-component.js +15 -1
  661. package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
  662. package/esm5/lib/igc-marker-series-component.js +42 -28
  663. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
  664. package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
  665. package/esm5/lib/igc-median-price-indicator-component.js +14 -0
  666. package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
  667. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
  668. package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
  669. package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
  670. package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
  671. package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
  672. package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
  673. package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
  674. package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
  675. package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
  676. package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
  677. package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
  678. package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
  679. package/esm5/lib/igc-pie-chart-base-component.js +28 -0
  680. package/esm5/lib/igc-pie-slice-others-context.js +5 -0
  681. package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
  682. package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
  683. package/esm5/lib/igc-point-series-component.js +14 -0
  684. package/esm5/lib/igc-polar-area-series-component.js +17 -3
  685. package/esm5/lib/igc-polar-base-component.js +95 -77
  686. package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
  687. package/esm5/lib/igc-polar-line-series-component.js +18 -4
  688. package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
  689. package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
  690. package/esm5/lib/igc-polar-spline-series-component.js +18 -4
  691. package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
  692. package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
  693. package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
  694. package/esm5/lib/igc-radial-area-series-component.js +17 -3
  695. package/esm5/lib/igc-radial-base-component.js +49 -31
  696. package/esm5/lib/igc-radial-column-series-component.js +23 -9
  697. package/esm5/lib/igc-radial-line-series-component.js +18 -4
  698. package/esm5/lib/igc-radial-pie-series-component.js +23 -9
  699. package/esm5/lib/igc-range-area-series-component.js +14 -0
  700. package/esm5/lib/igc-range-category-series-component.js +20 -6
  701. package/esm5/lib/igc-range-column-series-component.js +24 -10
  702. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
  703. package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
  704. package/esm5/lib/igc-ring-series-base-component.js +20 -0
  705. package/esm5/lib/igc-ring-series-component.js +25 -5
  706. package/esm5/lib/igc-ring.js +12 -6
  707. package/esm5/lib/igc-scale-legend-component.js +14 -0
  708. package/esm5/lib/igc-scaler-params.js +5 -0
  709. package/esm5/lib/igc-scatter-area-series-component.js +40 -24
  710. package/esm5/lib/igc-scatter-base-component.js +79 -61
  711. package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
  712. package/esm5/lib/igc-scatter-line-series-component.js +18 -4
  713. package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
  714. package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
  715. package/esm5/lib/igc-scatter-series-component.js +14 -0
  716. package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
  717. package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
  718. package/esm5/lib/igc-series-component.js +219 -185
  719. package/esm5/lib/igc-series-viewer-component.js +441 -282
  720. package/esm5/lib/igc-shape-series-base-component.js +64 -45
  721. package/esm5/lib/igc-size-scale-component.js +20 -0
  722. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
  723. package/esm5/lib/igc-sparkline-component.js +5 -0
  724. package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
  725. package/esm5/lib/igc-spline-area-series-component.js +15 -1
  726. package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
  727. package/esm5/lib/igc-spline-fragment-component.js +15 -1
  728. package/esm5/lib/igc-spline-series-base-component.js +20 -6
  729. package/esm5/lib/igc-spline-series-component.js +15 -1
  730. package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
  731. package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
  732. package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
  733. package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
  734. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
  735. package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
  736. package/esm5/lib/igc-stacked-area-series-component.js +14 -0
  737. package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
  738. package/esm5/lib/igc-stacked-column-series-component.js +23 -9
  739. package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
  740. package/esm5/lib/igc-stacked-line-series-component.js +15 -1
  741. package/esm5/lib/igc-stacked-series-base-component.js +12 -11
  742. package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
  743. package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
  744. package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
  745. package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
  746. package/esm5/lib/igc-step-area-series-component.js +16 -2
  747. package/esm5/lib/igc-step-line-series-component.js +17 -3
  748. package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
  749. package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
  750. package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
  751. package/esm5/lib/igc-time-axis-base-component.js +14 -0
  752. package/esm5/lib/igc-time-axis-break-component.js +19 -0
  753. package/esm5/lib/igc-time-axis-interval-component.js +19 -0
  754. package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
  755. package/esm5/lib/igc-time-x-axis-component.js +14 -0
  756. package/esm5/lib/igc-treemap-component.js +11 -0
  757. package/esm5/lib/igc-treemap-node-style-component.js +19 -0
  758. package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
  759. package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
  760. package/esm5/lib/igc-trix-indicator-component.js +17 -3
  761. package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
  762. package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
  763. package/esm5/lib/igc-value-brush-scale-component.js +14 -0
  764. package/esm5/lib/igc-value-overlay-component.js +67 -52
  765. package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
  766. package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
  767. package/esm5/lib/igc-waterfall-series-component.js +33 -19
  768. package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
  769. package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
  770. package/esm5/lib/igc-xy-chart-component.js +232 -218
  771. package/esm5/lib/igc-zoom-slider-component.js +7 -7
  772. package/esm5/public_api.js +23 -0
  773. package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
  774. package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
  775. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  776. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  777. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  778. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  779. package/lib/AnnotationLayerProxy.d.ts +4 -0
  780. package/lib/AnnotationLayer_combined.d.ts +40 -40
  781. package/lib/AreaSeries_combined.d.ts +8 -8
  782. package/lib/AutomaticSeriesManager.d.ts +1 -0
  783. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  784. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  785. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  786. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  787. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  788. package/lib/BarSeries_combined.d.ts +19 -19
  789. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  790. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  791. package/lib/BubbleSeries_combined.d.ts +48 -48
  792. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  793. package/lib/CalloutLayer_combined.d.ts +101 -101
  794. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  795. package/lib/CategoryChart.d.ts +131 -116
  796. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  797. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  798. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  799. package/lib/CategoryXAxis_combined.d.ts +17 -5
  800. package/lib/CategoryYAxis_combined.d.ts +17 -5
  801. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  802. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  803. package/lib/ChartGroupDescription.d.ts +16 -0
  804. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  805. package/lib/ChartSortDescription.d.ts +18 -0
  806. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  807. package/lib/ChartSummaryDescription.d.ts +33 -0
  808. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  809. package/lib/ColumnSeries_combined.d.ts +17 -17
  810. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  811. package/lib/CrosshairLayer_combined.d.ts +41 -41
  812. package/lib/CustomIndicator.d.ts +8 -8
  813. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  814. package/lib/DataChartToolbarProvider.d.ts +21 -0
  815. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  816. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  817. package/lib/DomainChart.d.ts +541 -489
  818. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  819. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  820. package/lib/FinalValueLayer_combined.d.ts +28 -28
  821. package/lib/FinancialChart_combined.d.ts +299 -287
  822. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  823. package/lib/FinancialIndicator_combined.d.ts +36 -36
  824. package/lib/FinancialOverlay.d.ts +9 -9
  825. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  826. package/lib/ForceIndexIndicator.d.ts +9 -9
  827. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  828. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  829. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  830. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  831. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  832. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  833. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  834. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  835. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  836. package/lib/LineSeries_combined.d.ts +7 -7
  837. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  838. package/lib/MassIndexIndicator.d.ts +4 -4
  839. package/lib/MedianPriceIndicator.d.ts +4 -4
  840. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  841. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  842. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  843. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  844. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  845. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  846. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  847. package/lib/PointSeries_combined.d.ts +6 -6
  848. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  849. package/lib/PolarBase_combined.d.ts +107 -107
  850. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  851. package/lib/PolarLineSeries_combined.d.ts +8 -8
  852. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  853. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  854. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  855. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  856. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  857. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  858. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  859. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  860. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  861. package/lib/RadialLineSeries_combined.d.ts +8 -8
  862. package/lib/RadialPieSeries_combined.d.ts +13 -13
  863. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  864. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  865. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  866. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  867. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  868. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  869. package/lib/ScatterBase_combined.d.ts +108 -108
  870. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  871. package/lib/ScatterLineSeries.d.ts +12 -12
  872. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  873. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  874. package/lib/ScatterSeries_combined.d.ts +4 -4
  875. package/lib/ScatterSplineSeries.d.ts +9 -9
  876. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  877. package/lib/SeriesViewer_combined.d.ts +1036 -956
  878. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  879. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  880. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  881. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  882. package/lib/SplineSeries_combined.d.ts +6 -6
  883. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  884. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  885. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  886. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  887. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  888. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  889. package/lib/StackedLineSeries_combined.d.ts +3 -3
  890. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +415 -397
  891. package/lib/StandardDeviationIndicator.d.ts +8 -8
  892. package/lib/StepAreaSeries_combined.d.ts +10 -10
  893. package/lib/StepLineSeries_combined.d.ts +9 -9
  894. package/lib/StochRSIIndicator.d.ts +8 -8
  895. package/lib/StrategyBasedIndicator.d.ts +21 -21
  896. package/lib/TRIXIndicator.d.ts +8 -8
  897. package/lib/TypicalPriceIndicator.d.ts +4 -4
  898. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  899. package/lib/ValueOverlay_combined.d.ts +41 -41
  900. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  901. package/lib/WaterfallSeries_combined.d.ts +23 -23
  902. package/lib/WeightedCloseIndicator.d.ts +4 -4
  903. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  904. package/lib/XYChart.d.ts +187 -187
  905. package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
  906. package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
  907. package/lib/igc-anchored-category-series-component.d.ts +1 -0
  908. package/lib/igc-anchored-radial-series-component.d.ts +1 -0
  909. package/lib/igc-annotation-layer-component.d.ts +1 -0
  910. package/lib/igc-area-fragment-component.d.ts +1 -0
  911. package/lib/igc-area-series-component.d.ts +1 -0
  912. package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
  913. package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
  914. package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
  915. package/lib/igc-axis-component.d.ts +1 -0
  916. package/lib/igc-bar-fragment-component.d.ts +1 -0
  917. package/lib/igc-bar-series-component.d.ts +1 -0
  918. package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
  919. package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
  920. package/lib/igc-brush-scale-component.d.ts +1 -0
  921. package/lib/igc-bubble-series-component.d.ts +1 -0
  922. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  923. package/lib/igc-callout-layer-component.d.ts +1 -0
  924. package/lib/igc-category-angle-axis-component.d.ts +1 -0
  925. package/lib/igc-category-axis-base-component.d.ts +1 -0
  926. package/lib/igc-category-chart-component.d.ts +27 -0
  927. package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
  928. package/lib/igc-category-highlight-layer-component.d.ts +1 -0
  929. package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
  930. package/lib/igc-category-series-component.d.ts +1 -0
  931. package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
  932. package/lib/igc-category-x-axis-component.d.ts +38 -0
  933. package/lib/igc-category-y-axis-component.d.ts +38 -0
  934. package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
  935. package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
  936. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  937. package/lib/igc-chart-group-description-module.d.ts +3 -0
  938. package/lib/igc-chart-group-description.d.ts +14 -0
  939. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  940. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  941. package/lib/igc-chart-sort-description.d.ts +31 -0
  942. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  943. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  944. package/lib/igc-chart-summary-description.d.ts +35 -0
  945. package/lib/igc-color-scale-component.d.ts +1 -0
  946. package/lib/igc-column-fragment-component.d.ts +1 -0
  947. package/lib/igc-column-series-component.d.ts +1 -0
  948. package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
  949. package/lib/igc-contour-value-resolver-component.d.ts +1 -0
  950. package/lib/igc-crosshair-layer-component.d.ts +1 -0
  951. package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
  952. package/lib/igc-custom-indicator-component.d.ts +1 -0
  953. package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
  954. package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
  955. package/lib/igc-data-legend-component.d.ts +1 -1
  956. package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
  957. package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
  958. package/lib/igc-domain-chart-component.d.ts +85 -1
  959. package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
  960. package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
  961. package/lib/igc-final-value-layer-component.d.ts +1 -0
  962. package/lib/igc-financial-chart-component.d.ts +27 -0
  963. package/lib/igc-financial-indicator-component.d.ts +1 -0
  964. package/lib/igc-financial-overlay-component.d.ts +1 -0
  965. package/lib/igc-financial-price-series-component.d.ts +1 -0
  966. package/lib/igc-financial-series-component.d.ts +1 -0
  967. package/lib/igc-force-index-indicator-component.d.ts +1 -0
  968. package/lib/igc-fragment-base-component.d.ts +1 -0
  969. package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
  970. package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
  971. package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
  972. package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
  973. package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
  974. package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
  975. package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
  976. package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
  977. package/lib/igc-line-fragment-component.d.ts +1 -0
  978. package/lib/igc-line-series-component.d.ts +1 -0
  979. package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
  980. package/lib/igc-marker-series-component.d.ts +1 -0
  981. package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
  982. package/lib/igc-mass-index-indicator-component.d.ts +1 -0
  983. package/lib/igc-median-price-indicator-component.d.ts +1 -0
  984. package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
  985. package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
  986. package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
  987. package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
  988. package/lib/igc-numeric-axis-base-component.d.ts +1 -0
  989. package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
  990. package/lib/igc-numeric-x-axis-component.d.ts +1 -0
  991. package/lib/igc-numeric-y-axis-component.d.ts +1 -0
  992. package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
  993. package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
  994. package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
  995. package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
  996. package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
  997. package/lib/igc-pie-chart-base-component.d.ts +1 -0
  998. package/lib/igc-point-series-component.d.ts +1 -0
  999. package/lib/igc-polar-area-series-component.d.ts +1 -0
  1000. package/lib/igc-polar-base-component.d.ts +1 -0
  1001. package/lib/igc-polar-line-series-base-component.d.ts +1 -0
  1002. package/lib/igc-polar-line-series-component.d.ts +1 -0
  1003. package/lib/igc-polar-scatter-series-component.d.ts +1 -0
  1004. package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
  1005. package/lib/igc-polar-spline-series-component.d.ts +1 -0
  1006. package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
  1007. package/lib/igc-price-channel-overlay-component.d.ts +1 -0
  1008. package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
  1009. package/lib/igc-radial-area-series-component.d.ts +1 -0
  1010. package/lib/igc-radial-base-component.d.ts +1 -0
  1011. package/lib/igc-radial-column-series-component.d.ts +1 -0
  1012. package/lib/igc-radial-line-series-component.d.ts +1 -0
  1013. package/lib/igc-radial-pie-series-component.d.ts +1 -0
  1014. package/lib/igc-range-area-series-component.d.ts +1 -0
  1015. package/lib/igc-range-category-series-component.d.ts +1 -0
  1016. package/lib/igc-range-column-series-component.d.ts +1 -0
  1017. package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
  1018. package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
  1019. package/lib/igc-ring-series-base-component.d.ts +1 -0
  1020. package/lib/igc-ring-series-component.d.ts +1 -0
  1021. package/lib/igc-scale-legend-component.d.ts +1 -0
  1022. package/lib/igc-scatter-area-series-component.d.ts +1 -0
  1023. package/lib/igc-scatter-base-component.d.ts +1 -0
  1024. package/lib/igc-scatter-contour-series-component.d.ts +1 -0
  1025. package/lib/igc-scatter-line-series-component.d.ts +1 -0
  1026. package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
  1027. package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
  1028. package/lib/igc-scatter-series-component.d.ts +1 -0
  1029. package/lib/igc-scatter-spline-series-component.d.ts +1 -0
  1030. package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
  1031. package/lib/igc-series-component.d.ts +5 -0
  1032. package/lib/igc-series-viewer-component.d.ts +52 -0
  1033. package/lib/igc-shape-series-base-component.d.ts +1 -0
  1034. package/lib/igc-size-scale-component.d.ts +1 -0
  1035. package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
  1036. package/lib/igc-spline-area-fragment-component.d.ts +1 -0
  1037. package/lib/igc-spline-area-series-component.d.ts +1 -0
  1038. package/lib/igc-spline-fragment-base-component.d.ts +1 -0
  1039. package/lib/igc-spline-fragment-component.d.ts +1 -0
  1040. package/lib/igc-spline-series-base-component.d.ts +1 -0
  1041. package/lib/igc-spline-series-component.d.ts +1 -0
  1042. package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
  1043. package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
  1044. package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
  1045. package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
  1046. package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
  1047. package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
  1048. package/lib/igc-stacked-area-series-component.d.ts +1 -0
  1049. package/lib/igc-stacked-bar-series-component.d.ts +1 -0
  1050. package/lib/igc-stacked-column-series-component.d.ts +1 -0
  1051. package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
  1052. package/lib/igc-stacked-line-series-component.d.ts +1 -0
  1053. package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
  1054. package/lib/igc-stacked-spline-series-component.d.ts +1 -0
  1055. package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
  1056. package/lib/igc-step-area-series-component.d.ts +1 -0
  1057. package/lib/igc-step-line-series-component.d.ts +1 -0
  1058. package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
  1059. package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
  1060. package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
  1061. package/lib/igc-time-axis-base-component.d.ts +1 -0
  1062. package/lib/igc-time-axis-break-component.d.ts +1 -0
  1063. package/lib/igc-time-axis-interval-component.d.ts +1 -0
  1064. package/lib/igc-time-axis-label-format-component.d.ts +1 -0
  1065. package/lib/igc-time-x-axis-component.d.ts +1 -0
  1066. package/lib/igc-treemap-node-style-component.d.ts +1 -0
  1067. package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
  1068. package/lib/igc-trix-indicator-component.d.ts +1 -0
  1069. package/lib/igc-typical-price-indicator-component.d.ts +1 -0
  1070. package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
  1071. package/lib/igc-value-brush-scale-component.d.ts +1 -0
  1072. package/lib/igc-value-overlay-component.d.ts +1 -0
  1073. package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
  1074. package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
  1075. package/lib/igc-waterfall-series-component.d.ts +1 -0
  1076. package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
  1077. package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
  1078. package/lib/igc-xy-chart-component.d.ts +1 -0
  1079. package/lib/igc-zoom-slider-component.d.ts +0 -5
  1080. package/package.json +2 -2
  1081. 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.vi = null;
27
+ this.vj = null;
28
+ this.vz = 0;
29
+ this.v1 = 5;
30
+ this.v0 = 0;
31
+ this.vy = 5;
32
+ this.wg = 5;
33
+ this.wi = 0;
34
+ this.wh = 5;
35
+ this.wf = 0;
36
+ this.aa9 = null;
37
+ this.abg = null;
38
+ this.aa7 = null;
39
+ this.aa8 = null;
40
+ this.wa = 0;
41
+ this.wr = 0;
42
+ this.v9 = NaN;
43
+ this.wq = NaN;
44
+ this.wc = NaN;
45
+ this.wt = NaN;
46
+ this.wb = NaN;
47
+ this.ws = NaN;
48
+ this.v8 = NaN;
49
+ this.wp = NaN;
50
+ this.abf = null;
51
+ this.abm = null;
52
+ this.x1 = null;
53
+ this.x5 = null;
54
+ this.x3 = null;
55
+ this.x7 = null;
56
+ this.xw = null;
57
+ this.xx = null;
58
+ this.aba = null;
59
+ this.abh = null;
60
+ this.v2 = DeviceUtils.g(1);
61
+ this.wj = DeviceUtils.g(1);
62
+ this.v3 = DeviceUtils.g(1);
63
+ this.wk = DeviceUtils.g(1);
64
+ this.abc = null;
65
+ this.abj = null;
66
+ this.abd = null;
67
+ this.abk = null;
68
+ this.v4 = DeviceUtils.g(1);
69
+ this.wl = DeviceUtils.g(1);
70
+ this.v5 = DeviceUtils.g(8);
71
+ this.wm = 0;
72
+ this.abe = null;
73
+ this.abl = null;
74
+ this.v6 = DeviceUtils.g(1);
75
+ this.wn = DeviceUtils.g(1);
76
+ this.x2 = null;
77
+ this.x6 = null;
78
+ this.abb = null;
79
+ this.abi = null;
80
+ this.vx = 0;
81
+ this.we = 0;
82
+ this.vw = NaN;
83
+ this.wd = NaN;
84
+ this.v7 = 0;
85
+ this.wo = -90;
86
+ this.vs = false;
87
+ this.vt = false;
88
+ this.aa2 = 1;
89
+ this.ab5 = 1;
90
+ this.aa1 = 1;
91
+ this.aa3 = 2;
92
+ this.ab3 = 0;
93
+ this.ab4 = 1;
94
+ this.ab9 = 0;
95
+ this.aca = 0;
96
+ this.vq = 4;
97
+ this.vo = 4;
98
+ this.x0 = null;
99
+ this.vc = null;
100
+ this.x4 = null;
101
+ this.vd = 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.vg();
106
+ let c = this.vh();
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
+ rr() {
117
+ super.rr();
118
+ let a = this.vg();
119
+ let b = this.vh();
120
120
  if (a != null && a.ay != null) {
121
- this.z5 = a.ay.textColor;
121
+ this.abp = a.ay.textColor;
122
122
  }
123
123
  if (b != null && b.ay != null) {
124
- this.aac = b.ay.textColor;
124
+ this.abw = 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.abu = AxisDefaults.j;
127
+ this.ab1 = AxisDefaults.j;
128
+ this.abq = AxisDefaults.h;
129
+ this.abx = AxisDefaults.h;
130
+ this.abt = AxisDefaults.g;
131
+ this.ab0 = AxisDefaults.g;
132
132
  }
133
- qu(a, b, c) {
134
- super.qu(a, b, c);
133
+ se(a, b, c) {
134
+ super.se(a, b, c);
135
135
  switch (a) {
136
136
  case "XAxisLabelLeftMargin":
137
- this.y9((d) => d.leftMargin = this.vh);
137
+ this.aat((d) => d.leftMargin = this.w1);
138
138
  break;
139
139
  case "XAxisLabelTopMargin":
140
- this.y9((d) => d.topMargin = this.vj);
140
+ this.aat((d) => d.topMargin = this.w3);
141
141
  break;
142
142
  case "XAxisLabelRightMargin":
143
- this.y9((d) => d.rightMargin = this.vi);
143
+ this.aat((d) => d.rightMargin = this.w2);
144
144
  break;
145
145
  case "XAxisLabelBottomMargin":
146
- this.y9((d) => d.bottomMargin = this.vg);
146
+ this.aat((d) => d.bottomMargin = this.w0);
147
147
  break;
148
148
  case "YAxisLabelLeftMargin":
149
- this.ze((d) => d.leftMargin = this.vy);
149
+ this.aay((d) => d.leftMargin = this.xi);
150
150
  break;
151
151
  case "YAxisLabelTopMargin":
152
- this.ze((d) => d.topMargin = this.v0);
152
+ this.aay((d) => d.topMargin = this.xk);
153
153
  break;
154
154
  case "YAxisLabelRightMargin":
155
- this.ze((d) => d.rightMargin = this.vz);
155
+ this.aay((d) => d.rightMargin = this.xj);
156
156
  break;
157
157
  case "YAxisLabelBottomMargin":
158
- this.ze((d) => d.bottomMargin = this.vx);
158
+ this.aay((d) => d.bottomMargin = this.xh);
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.abn = this.uj(this.abp);
164
+ this.abo = this.uj(this.abw);
165
165
  break;
166
166
  case "XAxisLabelTextColor":
167
- this.z3 = this.sz(this.z5);
167
+ this.abn = this.uj(this.abp);
168
168
  break;
169
169
  case "YAxisLabelTextColor":
170
- this.z4 = this.sz(this.aac);
170
+ this.abo = this.uj(this.abw);
171
171
  break;
172
172
  case "ActualXAxisLabelTextColor":
173
- this.y9((d) => d.textColor = this.z3);
173
+ this.aat((d) => d.textColor = this.abn);
174
174
  break;
175
175
  case "ActualYAxisLabelTextColor":
176
- this.ze((d) => d.textColor = this.z4);
176
+ this.aay((d) => d.textColor = this.abo);
177
177
  break;
178
178
  case "XAxisTitleMargin":
179
- this.zb((d) => d.margin = this.vs);
179
+ this.aav((d) => d.margin = this.xc);
180
180
  break;
181
181
  case "YAxisTitleMargin":
182
- this.zg((d) => d.margin = this.v9);
182
+ this.aa0((d) => d.margin = this.xt);
183
183
  break;
184
184
  case "XAxisTitleLeftMargin":
185
- this.zb((d) => d.leftMargin = this.vr);
185
+ this.aav((d) => d.leftMargin = this.xb);
186
186
  break;
187
187
  case "YAxisTitleLeftMargin":
188
- this.zg((d) => d.leftMargin = this.v8);
188
+ this.aa0((d) => d.leftMargin = this.xs);
189
189
  break;
190
190
  case "XAxisTitleTopMargin":
191
- this.zb((d) => d.topMargin = this.vu);
191
+ this.aav((d) => d.topMargin = this.xe);
192
192
  break;
193
193
  case "YAxisTitleTopMargin":
194
- this.zg((d) => d.topMargin = this.wb);
194
+ this.aa0((d) => d.topMargin = this.xv);
195
195
  break;
196
196
  case "XAxisTitleRightMargin":
197
- this.zb((d) => d.rightMargin = this.vt);
197
+ this.aav((d) => d.rightMargin = this.xd);
198
198
  break;
199
199
  case "YAxisTitleRightMargin":
200
- this.zg((d) => d.rightMargin = this.wa);
200
+ this.aa0((d) => d.rightMargin = this.xu);
201
201
  break;
202
202
  case "XAxisTitleBottomMargin":
203
- this.zb((d) => d.bottomMargin = this.vq);
203
+ this.aav((d) => d.bottomMargin = this.xa);
204
204
  break;
205
205
  case "YAxisTitleBottomMargin":
206
- this.zg((d) => d.bottomMargin = this.v7);
206
+ this.aa0((d) => d.bottomMargin = this.xr);
207
207
  break;
208
208
  case "XAxisTitleTextColor":
209
- this.zb((d) => d.textColor = this.aab);
209
+ this.aav((d) => d.textColor = this.abv);
210
210
  break;
211
211
  case "YAxisTitleTextColor":
212
- this.zg((d) => d.textColor = this.aai);
212
+ this.aa0((d) => d.textColor = this.ab2);
213
213
  break;
214
214
  case "XAxisFormatLabel":
215
- this.y7((d) => d.at = this.t0);
215
+ this.aar((d) => d.at = this.vk);
216
216
  break;
217
217
  case "YAxisFormatLabel":
218
- this.zc((d) => d.at = this.t1);
218
+ this.aaw((d) => d.at = this.vl);
219
219
  break;
220
220
  }
221
221
  }
222
- get t0() {
223
- return this.ty;
222
+ get vk() {
223
+ return this.vi;
224
224
  }
225
- set t0(a) {
226
- let b = this.t0;
225
+ set vk(a) {
226
+ let b = this.vk;
227
227
  if (a != b) {
228
- this.ty = a;
229
- this.qt("XAxisFormatLabel", b, this.t0);
228
+ this.vi = a;
229
+ this.sd("XAxisFormatLabel", b, this.vk);
230
230
  }
231
231
  }
232
- get t1() {
233
- return this.tz;
232
+ get vl() {
233
+ return this.vj;
234
234
  }
235
- set t1(a) {
236
- let b = this.t1;
235
+ set vl(a) {
236
+ let b = this.vl;
237
237
  if (a != b) {
238
- this.tz = a;
239
- this.qt("YAxisFormatLabel", b, this.t1);
238
+ this.vj = a;
239
+ this.sd("YAxisFormatLabel", b, this.vl);
240
240
  }
241
241
  }
242
- get vh() {
243
- return this.uf;
242
+ get w1() {
243
+ return this.vz;
244
244
  }
245
- set vh(a) {
246
- let b = this.vh;
245
+ set w1(a) {
246
+ let b = this.w1;
247
247
  if (a != b) {
248
- this.uf = a;
249
- this.qt("XAxisLabelLeftMargin", b, this.vh);
248
+ this.vz = a;
249
+ this.sd("XAxisLabelLeftMargin", b, this.w1);
250
250
  }
251
251
  }
252
- get vj() {
253
- return this.uh;
252
+ get w3() {
253
+ return this.v1;
254
254
  }
255
- set vj(a) {
256
- let b = this.vj;
255
+ set w3(a) {
256
+ let b = this.w3;
257
257
  if (a != b) {
258
- this.uh = a;
259
- this.qt("XAxisLabelTopMargin", b, this.vj);
258
+ this.v1 = a;
259
+ this.sd("XAxisLabelTopMargin", b, this.w3);
260
260
  }
261
261
  }
262
- get vi() {
263
- return this.ug;
262
+ get w2() {
263
+ return this.v0;
264
264
  }
265
- set vi(a) {
266
- let b = this.vi;
265
+ set w2(a) {
266
+ let b = this.w2;
267
267
  if (a != b) {
268
- this.ug = a;
269
- this.qt("XAxisLabelRightMargin", b, this.vi);
268
+ this.v0 = a;
269
+ this.sd("XAxisLabelRightMargin", b, this.w2);
270
270
  }
271
271
  }
272
- get vg() {
273
- return this.ue;
272
+ get w0() {
273
+ return this.vy;
274
274
  }
275
- set vg(a) {
276
- let b = this.vg;
275
+ set w0(a) {
276
+ let b = this.w0;
277
277
  if (a != b) {
278
- this.ue = a;
279
- this.qt("XAxisLabelBottomMargin", b, this.vg);
278
+ this.vy = a;
279
+ this.sd("XAxisLabelBottomMargin", b, this.w0);
280
280
  }
281
281
  }
282
- get vy() {
283
- return this.uw;
282
+ get xi() {
283
+ return this.wg;
284
284
  }
285
- set vy(a) {
286
- let b = this.vy;
285
+ set xi(a) {
286
+ let b = this.xi;
287
287
  if (a != b) {
288
- this.uw = a;
289
- this.qt("YAxisLabelLeftMargin", b, this.vy);
288
+ this.wg = a;
289
+ this.sd("YAxisLabelLeftMargin", b, this.xi);
290
290
  }
291
291
  }
292
- get v0() {
293
- return this.uy;
292
+ get xk() {
293
+ return this.wi;
294
294
  }
295
- set v0(a) {
296
- let b = this.v0;
295
+ set xk(a) {
296
+ let b = this.xk;
297
297
  if (a != b) {
298
- this.uy = a;
299
- this.qt("YAxisLabelTopMargin", b, this.v0);
298
+ this.wi = a;
299
+ this.sd("YAxisLabelTopMargin", b, this.xk);
300
300
  }
301
301
  }
302
- get vz() {
303
- return this.ux;
302
+ get xj() {
303
+ return this.wh;
304
304
  }
305
- set vz(a) {
306
- let b = this.vz;
305
+ set xj(a) {
306
+ let b = this.xj;
307
307
  if (a != b) {
308
- this.ux = a;
309
- this.qt("YAxisLabelRightMargin", b, this.vz);
308
+ this.wh = a;
309
+ this.sd("YAxisLabelRightMargin", b, this.xj);
310
310
  }
311
311
  }
312
- get vx() {
313
- return this.uv;
312
+ get xh() {
313
+ return this.wf;
314
314
  }
315
- set vx(a) {
316
- let b = this.vx;
315
+ set xh(a) {
316
+ let b = this.xh;
317
317
  if (a != b) {
318
- this.uv = a;
319
- this.qt("YAxisLabelBottomMargin", b, this.vx);
318
+ this.wf = a;
319
+ this.sd("YAxisLabelBottomMargin", b, this.xh);
320
320
  }
321
321
  }
322
- get z5() {
323
- return this.zp;
322
+ get abp() {
323
+ return this.aa9;
324
324
  }
325
- set z5(a) {
326
- let b = this.z5;
325
+ set abp(a) {
326
+ let b = this.abp;
327
327
  if (a != b) {
328
- this.zp = a;
329
- this.qt("XAxisLabelTextColor", b, this.z5);
328
+ this.aa9 = a;
329
+ this.sd("XAxisLabelTextColor", b, this.abp);
330
330
  }
331
331
  }
332
- get aac() {
333
- return this.zw;
332
+ get abw() {
333
+ return this.abg;
334
334
  }
335
- set aac(a) {
336
- let b = this.aac;
335
+ set abw(a) {
336
+ let b = this.abw;
337
337
  if (a != b) {
338
- this.zw = a;
339
- this.qt("YAxisLabelTextColor", b, this.aac);
338
+ this.abg = a;
339
+ this.sd("YAxisLabelTextColor", b, this.abw);
340
340
  }
341
341
  }
342
- get z3() {
343
- return this.zn;
342
+ get abn() {
343
+ return this.aa7;
344
344
  }
345
- set z3(a) {
346
- let b = this.zn;
345
+ set abn(a) {
346
+ let b = this.aa7;
347
347
  if (a != b) {
348
- this.zn = a;
349
- this.qt("ActualXAxisLabelTextColor", b, this.z3);
348
+ this.aa7 = a;
349
+ this.sd("ActualXAxisLabelTextColor", b, this.abn);
350
350
  }
351
351
  }
352
- get z4() {
353
- return this.zo;
352
+ get abo() {
353
+ return this.aa8;
354
354
  }
355
- set z4(a) {
356
- let b = this.zo;
355
+ set abo(a) {
356
+ let b = this.aa8;
357
357
  if (a != b) {
358
- this.zo = a;
359
- this.qt("ActualYAxisLabelTextColor", b, this.z4);
358
+ this.aa8 = a;
359
+ this.sd("ActualYAxisLabelTextColor", b, this.abo);
360
360
  }
361
361
  }
362
- get vs() {
363
- return this.uq;
362
+ get xc() {
363
+ return this.wa;
364
364
  }
365
- set vs(a) {
366
- let b = this.vs;
365
+ set xc(a) {
366
+ let b = this.xc;
367
367
  if (a != b) {
368
- this.uq = a;
369
- this.qt("XAxisTitleMargin", b, this.vs);
368
+ this.wa = a;
369
+ this.sd("XAxisTitleMargin", b, this.xc);
370
370
  }
371
371
  }
372
- get v9() {
373
- return this.u7;
372
+ get xt() {
373
+ return this.wr;
374
374
  }
375
- set v9(a) {
376
- let b = this.v9;
375
+ set xt(a) {
376
+ let b = this.xt;
377
377
  if (a != b) {
378
- this.u7 = a;
379
- this.qt("YAxisTitleMargin", b, this.v9);
378
+ this.wr = a;
379
+ this.sd("YAxisTitleMargin", b, this.xt);
380
380
  }
381
381
  }
382
- get vr() {
383
- return this.up;
382
+ get xb() {
383
+ return this.v9;
384
384
  }
385
- set vr(a) {
386
- let b = this.vr;
385
+ set xb(a) {
386
+ let b = this.xb;
387
387
  if (a != b) {
388
- this.up = a;
389
- this.qt("XAxisTitleLeftMargin", b, this.vr);
388
+ this.v9 = a;
389
+ this.sd("XAxisTitleLeftMargin", b, this.xb);
390
390
  }
391
391
  }
392
- get v8() {
393
- return this.u6;
392
+ get xs() {
393
+ return this.wq;
394
394
  }
395
- set v8(a) {
396
- let b = this.v8;
395
+ set xs(a) {
396
+ let b = this.xs;
397
397
  if (a != b) {
398
- this.u6 = a;
399
- this.qt("YAxisTitleLeftMargin", b, this.v8);
398
+ this.wq = a;
399
+ this.sd("YAxisTitleLeftMargin", b, this.xs);
400
400
  }
401
401
  }
402
- get vu() {
403
- return this.us;
402
+ get xe() {
403
+ return this.wc;
404
404
  }
405
- set vu(a) {
406
- let b = this.vu;
405
+ set xe(a) {
406
+ let b = this.xe;
407
407
  if (a != b) {
408
- this.us = a;
409
- this.qt("XAxisTitleTopMargin", b, this.vu);
408
+ this.wc = a;
409
+ this.sd("XAxisTitleTopMargin", b, this.xe);
410
410
  }
411
411
  }
412
- get wb() {
413
- return this.u9;
412
+ get xv() {
413
+ return this.wt;
414
414
  }
415
- set wb(a) {
416
- let b = this.wb;
415
+ set xv(a) {
416
+ let b = this.xv;
417
417
  if (a != b) {
418
- this.u9 = a;
419
- this.qt("YAxisTitleTopMargin", b, this.wb);
418
+ this.wt = a;
419
+ this.sd("YAxisTitleTopMargin", b, this.xv);
420
420
  }
421
421
  }
422
- get vt() {
423
- return this.ur;
422
+ get xd() {
423
+ return this.wb;
424
424
  }
425
- set vt(a) {
426
- let b = this.vt;
425
+ set xd(a) {
426
+ let b = this.xd;
427
427
  if (a != b) {
428
- this.ur = a;
429
- this.qt("XAxisTitleRightMargin", b, this.vt);
428
+ this.wb = a;
429
+ this.sd("XAxisTitleRightMargin", b, this.xd);
430
430
  }
431
431
  }
432
- get wa() {
433
- return this.u8;
432
+ get xu() {
433
+ return this.ws;
434
434
  }
435
- set wa(a) {
436
- let b = this.wa;
435
+ set xu(a) {
436
+ let b = this.xu;
437
437
  if (a != b) {
438
- this.u8 = a;
439
- this.qt("YAxisTitleRightMargin", b, this.wa);
438
+ this.ws = a;
439
+ this.sd("YAxisTitleRightMargin", b, this.xu);
440
440
  }
441
441
  }
442
- get vq() {
443
- return this.uo;
442
+ get xa() {
443
+ return this.v8;
444
444
  }
445
- set vq(a) {
446
- let b = this.vq;
445
+ set xa(a) {
446
+ let b = this.xa;
447
447
  if (a != b) {
448
- this.uo = a;
449
- this.qt("XAxisTitleBottomMargin", b, this.vq);
448
+ this.v8 = a;
449
+ this.sd("XAxisTitleBottomMargin", b, this.xa);
450
450
  }
451
451
  }
452
- get v7() {
453
- return this.u5;
452
+ get xr() {
453
+ return this.wp;
454
454
  }
455
- set v7(a) {
456
- let b = this.v7;
455
+ set xr(a) {
456
+ let b = this.xr;
457
457
  if (a != b) {
458
- this.u5 = a;
459
- this.qt("YAxisTitleBottomMargin", b, this.v7);
458
+ this.wp = a;
459
+ this.sd("YAxisTitleBottomMargin", b, this.xr);
460
460
  }
461
461
  }
462
- get aab() {
463
- return this.zv;
462
+ get abv() {
463
+ return this.abf;
464
464
  }
465
- set aab(a) {
466
- let b = this.aab;
465
+ set abv(a) {
466
+ let b = this.abv;
467
467
  if (a != b) {
468
- this.zv = a;
469
- this.qt("XAxisTitleTextColor", b, this.aab);
468
+ this.abf = a;
469
+ this.sd("XAxisTitleTextColor", b, this.abv);
470
470
  }
471
471
  }
472
- get aai() {
473
- return this.z2;
472
+ get ab2() {
473
+ return this.abm;
474
474
  }
475
- set aai(a) {
476
- let b = this.aai;
475
+ set ab2(a) {
476
+ let b = this.ab2;
477
477
  if (a != b) {
478
- this.z2 = a;
479
- this.qt("YAxisTitleTextColor", b, this.aai);
478
+ this.abm = a;
479
+ this.sd("YAxisTitleTextColor", b, this.ab2);
480
480
  }
481
481
  }
482
- qv(a, b, c) {
483
- super.qv(a, b, c);
482
+ sf(a, b, c) {
483
+ super.sf(a, b, c);
484
484
  switch (a) {
485
485
  case "XAxisLabelTextStyle":
486
- this.y9((d) => d.textStyle = this.w5);
486
+ this.aat((d) => d.textStyle = this.yp);
487
487
  break;
488
488
  case "YAxisLabelTextStyle":
489
- this.ze((d) => d.textStyle = this.ya);
489
+ this.aay((d) => d.textStyle = this.zu);
490
490
  break;
491
491
  case "XAxisTitleTextStyle":
492
- this.zb((d) => d.textStyle = this.xt);
492
+ this.aav((d) => d.textStyle = this.zd);
493
493
  break;
494
494
  case "YAxisTitleTextStyle":
495
- this.zg((d) => d.textStyle = this.yy);
495
+ this.aa0((d) => d.textStyle = this.aai);
496
496
  break;
497
497
  }
498
498
  }
499
- get w5() {
500
- return this.wh;
499
+ get yp() {
500
+ return this.x1;
501
501
  }
502
- set w5(a) {
503
- let b = this.w5;
502
+ set yp(a) {
503
+ let b = this.yp;
504
504
  if (a != b) {
505
- this.wh = a;
506
- this.qt("XAxisLabelTextStyle", b, this.w5);
505
+ this.x1 = a;
506
+ this.sd("XAxisLabelTextStyle", b, this.yp);
507
507
  }
508
508
  }
509
- get ya() {
510
- return this.wl;
509
+ get zu() {
510
+ return this.x5;
511
511
  }
512
- set ya(a) {
513
- let b = this.ya;
512
+ set zu(a) {
513
+ let b = this.zu;
514
514
  if (a != b) {
515
- this.wl = a;
516
- this.qt("YAxisLabelTextStyle", b, this.ya);
515
+ this.x5 = a;
516
+ this.sd("YAxisLabelTextStyle", b, this.zu);
517
517
  }
518
518
  }
519
- get xt() {
520
- return this.wj;
519
+ get zd() {
520
+ return this.x3;
521
521
  }
522
- set xt(a) {
523
- let b = this.xt;
522
+ set zd(a) {
523
+ let b = this.zd;
524
524
  if (a != b) {
525
- this.wj = a;
526
- this.qt("XAxisTitleTextStyle", b, this.xt);
525
+ this.x3 = a;
526
+ this.sd("XAxisTitleTextStyle", b, this.zd);
527
527
  }
528
528
  }
529
- get yy() {
530
- return this.wn;
529
+ get aai() {
530
+ return this.x7;
531
531
  }
532
- set yy(a) {
533
- let b = this.yy;
532
+ set aai(a) {
533
+ let b = this.aai;
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.x7 = a;
536
+ this.sd("YAxisTitleTextStyle", b, this.aai);
537
+ }
538
+ }
539
+ aao(a) {
540
+ this.aal(a, (b) => b.leftMargin = this.w1);
541
+ this.aal(a, (b) => b.topMargin = this.w3);
542
+ this.aal(a, (b) => b.rightMargin = this.w2);
543
+ this.aal(a, (b) => b.bottomMargin = this.w0);
544
+ this.aal(a, (b) => b.textColor = this.abn);
545
+ this.aam(a, (b) => b.textColor = this.abv);
546
+ this.aam(a, (b) => b.leftMargin = this.xb);
547
+ this.aam(a, (b) => b.topMargin = this.xe);
548
+ this.aam(a, (b) => b.rightMargin = this.xd);
549
+ this.aam(a, (b) => b.bottomMargin = this.xa);
550
+ this.aal(a, (b) => b.textStyle = this.yp);
551
+ this.aam(a, (b) => b.textStyle = this.zd);
552
+ }
553
+ aaq(a) {
554
+ this.aal(a, (b) => b.leftMargin = this.xi);
555
+ this.aal(a, (b) => b.topMargin = this.xk);
556
+ this.aal(a, (b) => b.rightMargin = this.xj);
557
+ this.aal(a, (b) => b.bottomMargin = this.xh);
558
+ this.aal(a, (b) => b.textColor = this.abo);
559
+ this.aam(a, (b) => b.textColor = this.ab2);
560
+ this.aam(a, (b) => b.leftMargin = this.xs);
561
+ this.aam(a, (b) => b.topMargin = this.xv);
562
+ this.aam(a, (b) => b.rightMargin = this.xu);
563
+ this.aam(a, (b) => b.bottomMargin = this.xr);
564
+ this.aal(a, (b) => b.textStyle = this.zu);
565
+ this.aam(a, (b) => b.textStyle = this.aai);
566
+ }
567
+ sw(a) {
568
+ let b = this.ba(a);
569
+ let c = this.cw(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.nz(a);
575
+ c.title = this.n0(a, b);
576
576
  this.dataChart.series.add(c);
577
577
  }
578
- y7(a) {
579
- this.y8(a, null);
578
+ aar(a) {
579
+ this.aas(a, null);
580
580
  }
581
- y8(a, b) {
582
- a(this.tw());
581
+ aas(a, b) {
582
+ a(this.vg());
583
583
  }
584
- zd(a, b) {
585
- a(this.tx());
584
+ aax(a, b) {
585
+ a(this.vh());
586
586
  }
587
- zc(a) {
588
- this.zd(a, true);
587
+ aaw(a) {
588
+ this.aax(a, true);
589
589
  }
590
- pr(a, b) {
591
- this.y7(a);
592
- this.zd(a, b);
590
+ rb(a, b) {
591
+ this.aar(a);
592
+ this.aax(a, b);
593
593
  }
594
- zb(a) {
595
- this.y2(this.tw(), a);
594
+ aav(a) {
595
+ this.aam(this.vg(), a);
596
596
  }
597
- zg(a) {
598
- this.y2(this.tx(), a);
597
+ aa0(a) {
598
+ this.aam(this.vh(), a);
599
599
  }
600
- ze(a) {
601
- this.y1(this.tx(), a);
600
+ aay(a) {
601
+ this.aal(this.vh(), a);
602
602
  }
603
- y9(a) {
604
- this.y1(this.tw(), a);
603
+ aat(a) {
604
+ this.aal(this.vg(), 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
+ wu(a) {
607
+ let b = this.vg();
608
+ return b.ei(a, new ScalerParams(1, this.ur, this.uq, 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
+ ww(a) {
611
+ let b = this.vg();
612
+ return b.el(a, new ScalerParams(1, this.ur, this.uq, 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
+ wv(a) {
615
+ let b = this.vh();
616
+ return b.ei(a, new ScalerParams(1, this.ur, this.uq, 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
+ wx(a) {
619
+ let b = this.vh();
620
+ return b.el(a, new ScalerParams(1, this.ur, this.uq, b.cg));
621
621
  }
622
- q9(a) {
623
- super.q9(a);
622
+ st(a) {
623
+ super.st(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.vg();
629
+ let c = this.vh();
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 ya(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
+ rm(a) {
649
+ super.rm(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.vg());
652
+ this.dataChart.axes.add(this.vh());
653
+ }
654
+ }
655
+ aan(a) {
656
+ if (a != null && this.ju != null && a.fk == null) {
657
+ a.provideRenderer(this.ju);
658
+ }
659
+ a.jv = this.abq;
660
+ a.eq = this.w4;
661
+ a.jw = this.abr;
662
+ a.et = this.w5;
663
+ a.jy = this.abt;
664
+ a.ff = this.w6;
665
+ a.jx = this.abs;
666
+ a.fg = this.w7;
667
+ a.jz = this.abu;
668
+ a.fh = this.w8;
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.f0;
671
+ a.cv = this.f0;
672
+ let b = a == this.vg();
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.y4;
675
+ }
676
+ a.fz = this.xy;
677
+ a.gf = this.yg;
678
+ a.ag = this.ve;
679
+ this.aal(a, (c) => c.angle = this.wz);
680
+ this.aal(a, (c) => {
681
+ if (c.extent != this.wy) {
682
+ c.extent = this.wy;
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.aal(a, (c) => c.horizontalAlignment = this.aa4);
686
+ this.aal(a, (c) => c.verticalAlignment = this.ab6);
687
+ this.aal(a, (c) => c.visibility = this.acb);
688
+ this.aal(a, (c) => c.location = this.vm(this.vp));
689
+ this.aam(a, (c) => c.horizontalAlignment = this.aa5);
690
+ this.aam(a, (c) => c.angle = this.w9);
691
+ this.aao(a);
692
+ }
693
+ aap(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.ju != null && a.fk == null) {
698
+ a.provideRenderer(this.ju);
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.f0;
701
+ a.cv = this.f0;
702
+ this.aal(a, (b) => b.angle = this.xg);
703
+ this.aal(a, (b) => {
704
+ if (b.extent != this.xf) {
705
+ b.extent = this.xf;
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.aal(a, (b) => b.horizontalAlignment = this.aa6);
709
+ this.aal(a, (b) => b.verticalAlignment = this.ab7);
710
+ this.aal(a, (b) => b.visibility = this.acc);
711
+ this.aal(a, (b) => b.location = this.vn(this.vr));
712
+ this.aam(a, (b) => b.verticalAlignment = this.ab8);
713
+ this.aam(a, (b) => b.angle = this.xq);
714
+ a.jv = this.abx;
715
+ a.eq = this.xl;
716
+ a.jw = this.aby;
717
+ a.et = this.xm;
718
+ a.jy = this.ab0;
719
+ a.ff = this.xn;
720
+ a.jx = this.abz;
721
+ a.fg = this.xo;
722
+ a.jz = this.ab1;
723
+ a.fh = this.xp;
724
+ let b = a == this.vh();
725
725
  if (b) {
726
- a.g5 = this.yp;
726
+ a.g5 = this.z9;
727
727
  }
728
- a.gf = this.x1;
729
- a.ag = this.tv;
730
- this.y6(a);
728
+ a.gf = this.zl;
729
+ a.ag = this.vf;
730
+ this.aaq(a);
731
731
  }
732
- pz() {
733
- super.pz();
734
- this.y3(this.tw());
735
- this.y5(this.tx());
732
+ rj() {
733
+ super.rj();
734
+ this.aan(this.vg());
735
+ this.aap(this.vh());
736
736
  }
737
- y1(a, b) {
737
+ aal(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
+ aam(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
+ sd(a, b, c) {
772
+ super.sd(a, b, c);
773
773
  switch (a) {
774
774
  case "XAxisLabelAngle":
775
- this.y9((d) => d.angle = this.vf);
775
+ this.aat((d) => d.angle = this.wz);
776
776
  break;
777
777
  case "YAxisLabelAngle":
778
- this.ze((d) => d.angle = this.vw);
778
+ this.aay((d) => d.angle = this.xg);
779
779
  break;
780
780
  case "XAxisLabelHorizontalAlignment":
781
- this.y9((d) => d.horizontalAlignment = this.zk);
781
+ this.aat((d) => d.horizontalAlignment = this.aa4);
782
782
  break;
783
783
  case "YAxisLabelHorizontalAlignment":
784
- this.ze((d) => d.horizontalAlignment = this.zm);
784
+ this.aay((d) => d.horizontalAlignment = this.aa6);
785
785
  break;
786
786
  case "XAxisLabelVerticalAlignment":
787
- this.y9((d) => d.verticalAlignment = this.aam);
787
+ this.aat((d) => d.verticalAlignment = this.ab6);
788
788
  break;
789
789
  case "YAxisLabelVerticalAlignment":
790
- this.ze((d) => d.verticalAlignment = this.aan);
790
+ this.aay((d) => d.verticalAlignment = this.ab7);
791
791
  break;
792
792
  case "XAxisLabelVisibility":
793
- this.y9((d) => d.visibility = this.aar);
793
+ this.aat((d) => d.visibility = this.acb);
794
794
  break;
795
795
  case "YAxisLabelVisibility":
796
- this.ze((d) => d.visibility = this.aas);
796
+ this.aay((d) => d.visibility = this.acc);
797
797
  break;
798
798
  case "XAxisLabel":
799
- this.y7((d) => d.fz = this.we);
799
+ this.aar((d) => d.fz = this.xy);
800
800
  break;
801
801
  case "YAxisLabel":
802
- this.zc((d) => d.fz = this.wf);
802
+ this.aaw((d) => d.fz = this.xz);
803
803
  break;
804
804
  case "XAxisLabelFormat":
805
- this.y7((d) => d.gf = this.ww);
805
+ this.aar((d) => d.gf = this.yg);
806
806
  break;
807
807
  case "XAxisLabelFormatSpecifiers":
808
- this.y7((d) => d.ag = this.tu);
808
+ this.aar((d) => d.ag = this.ve);
809
809
  break;
810
810
  case "YAxisLabelFormat":
811
- this.zc((d) => d.gf = this.x1);
811
+ this.aaw((d) => d.gf = this.zl);
812
812
  break;
813
813
  case "YAxisLabelFormatSpecifiers":
814
- this.zc((d) => d.ag = this.tv);
814
+ this.aaw((d) => d.ag = this.vf);
815
815
  break;
816
816
  case "XAxisTitleAngle":
817
- this.zb((d) => d.angle = this.vp);
817
+ this.aav((d) => d.angle = this.w9);
818
818
  break;
819
819
  case "YAxisTitleAngle":
820
- this.zg((d) => d.angle = this.v6);
820
+ this.aa0((d) => d.angle = this.xq);
821
821
  break;
822
822
  case "XAxisTitleAlignment":
823
- this.zb((d) => d.horizontalAlignment = this.zl);
823
+ this.aav((d) => d.horizontalAlignment = this.aa5);
824
824
  break;
825
825
  case "YAxisTitleAlignment":
826
- this.zg((d) => d.verticalAlignment = this.aao);
826
+ this.aa0((d) => d.verticalAlignment = this.ab8);
827
827
  break;
828
828
  case "XAxisTitle":
829
- this.y7((d) => d.g5 = this.xk);
829
+ this.aar((d) => d.g5 = this.y4);
830
830
  break;
831
831
  case "YAxisTitle":
832
- this.zd((d) => d.g5 = this.yp, false);
832
+ this.aax((d) => d.g5 = this.z9, false);
833
833
  break;
834
834
  case "XAxisMajorStroke":
835
- this.y8((d) => d.jv = this.z6, a);
835
+ this.aas((d) => d.jv = this.abq, a);
836
836
  break;
837
837
  case "YAxisMajorStroke":
838
- this.zc((d) => d.jv = this.aad);
838
+ this.aaw((d) => d.jv = this.abx);
839
839
  break;
840
840
  case "XAxisMajorStrokeThickness":
841
- this.y8((d) => d.eq = this.vk, a);
841
+ this.aas((d) => d.eq = this.w4, a);
842
842
  break;
843
843
  case "YAxisMajorStrokeThickness":
844
- this.zc((d) => d.eq = this.v1);
844
+ this.aaw((d) => d.eq = this.xl);
845
845
  break;
846
846
  case "XAxisMinorStroke":
847
- this.y7((d) => d.jw = this.z7);
847
+ this.aar((d) => d.jw = this.abr);
848
848
  break;
849
849
  case "YAxisMinorStroke":
850
- this.zc((d) => d.jw = this.aae);
850
+ this.aaw((d) => d.jw = this.aby);
851
851
  break;
852
852
  case "XAxisMinorStrokeThickness":
853
- this.y7((d) => d.et = this.vl);
853
+ this.aar((d) => d.et = this.w5);
854
854
  break;
855
855
  case "YAxisMinorStrokeThickness":
856
- this.zc((d) => d.et = this.v2);
856
+ this.aaw((d) => d.et = this.xm);
857
857
  break;
858
858
  case "XAxisTickLength":
859
- this.y7((d) => d.fg = this.vn);
859
+ this.aar((d) => d.fg = this.w7);
860
860
  break;
861
861
  case "YAxisTickLength":
862
- this.zc((d) => d.fg = this.v4);
862
+ this.aaw((d) => d.fg = this.xo);
863
863
  break;
864
864
  case "XAxisTickStroke":
865
- this.y7((d) => d.jz = this.aaa);
865
+ this.aar((d) => d.jz = this.abu);
866
866
  break;
867
867
  case "YAxisTickStroke":
868
- this.zc((d) => d.jz = this.aah);
868
+ this.aaw((d) => d.jz = this.ab1);
869
869
  break;
870
870
  case "XAxisTickStrokeThickness":
871
- this.y7((d) => d.fh = this.vo);
871
+ this.aar((d) => d.fh = this.w8);
872
872
  break;
873
873
  case "YAxisTickStrokeThickness":
874
- this.zc((d) => d.fh = this.v5);
874
+ this.aaw((d) => d.fh = this.xp);
875
875
  break;
876
876
  case "XAxisStroke":
877
- this.y7((d) => d.jy = this.z9);
877
+ this.aar((d) => d.jy = this.abt);
878
878
  break;
879
879
  case "YAxisStroke":
880
- this.zc((d) => d.jy = this.aag);
880
+ this.aaw((d) => d.jy = this.ab0);
881
881
  break;
882
882
  case "XAxisStrokeThickness":
883
- this.y7((d) => d.ff = this.vm);
883
+ this.aar((d) => d.ff = this.w6);
884
884
  break;
885
885
  case "YAxisStrokeThickness":
886
- this.zc((d) => d.ff = this.v3);
886
+ this.aaw((d) => d.ff = this.xn);
887
887
  break;
888
888
  case "XAxisExtent":
889
- this.y9((d) => d.extent = this.ve);
889
+ this.aat((d) => d.extent = this.wy);
890
890
  break;
891
891
  case "YAxisExtent":
892
- this.ze((d) => d.extent = this.vv);
892
+ this.aay((d) => d.extent = this.xf);
893
893
  break;
894
894
  case "XAxisStrip":
895
- this.y7((d) => d.jx = this.z8);
895
+ this.aar((d) => d.jx = this.abs);
896
896
  break;
897
897
  case "YAxisStrip":
898
- this.zc((d) => d.jx = this.aaf);
898
+ this.aaw((d) => d.jx = this.abz);
899
899
  break;
900
900
  case "XAxisInverted":
901
- this.y7((d) => d.cg = this.ua);
901
+ this.aar((d) => d.cg = this.vu);
902
902
  break;
903
903
  case "YAxisInverted":
904
- this.zc((d) => d.cg = this.ub);
904
+ this.aaw((d) => d.cg = this.vv);
905
905
  break;
906
906
  case "YAxisLabelLocation":
907
- this.zf();
907
+ this.aaz();
908
908
  break;
909
909
  case "XAxisLabelLocation":
910
- this.za();
910
+ this.aau();
911
911
  break;
912
912
  }
913
913
  }
914
- zf() {
915
- let a = this.t3(this.t7);
914
+ aaz() {
915
+ let a = this.vn(this.vr);
916
916
  if (a == 2 || a == 7) {
917
- this.zm = 2;
917
+ this.aa6 = 2;
918
918
  }
919
919
  else {
920
- this.zm = 0;
920
+ this.aa6 = 0;
921
921
  }
922
- this.ze((b) => b.location = a);
922
+ this.aay((b) => b.location = a);
923
923
  }
924
- za() {
925
- let a = this.t2(this.t5);
924
+ aau() {
925
+ let a = this.vm(this.vp);
926
926
  if (a == 1 || a == 5) {
927
- this.aam = 0;
927
+ this.ab6 = 0;
928
928
  }
929
929
  else {
930
- this.aam = 2;
930
+ this.ab6 = 2;
931
931
  }
932
- this.y9((b) => b.location = a);
932
+ this.aat((b) => b.location = a);
933
933
  }
934
- t3(a) {
934
+ vn(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.bz == 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
+ vm(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 xy() {
974
+ return this.xw;
975
975
  }
976
- set we(a) {
977
- let b = this.we;
976
+ set xy(a) {
977
+ let b = this.xy;
978
978
  if (a != b) {
979
- this.wc = a;
980
- this.qt("XAxisLabel", b, this.we);
979
+ this.xw = a;
980
+ this.sd("XAxisLabel", b, this.xy);
981
981
  }
982
982
  }
983
- get wf() {
984
- return this.wd;
983
+ get xz() {
984
+ return this.xx;
985
985
  }
986
- set wf(a) {
987
- let b = this.wf;
986
+ set xz(a) {
987
+ let b = this.xz;
988
988
  if (a != b) {
989
- this.wd = a;
990
- this.qt("YAxisLabel", b, this.wf);
989
+ this.xx = a;
990
+ this.sd("YAxisLabel", b, this.xz);
991
991
  }
992
992
  }
993
- get z6() {
994
- return this.zq;
993
+ get abq() {
994
+ return this.aba;
995
995
  }
996
- set z6(a) {
997
- let b = this.z6;
996
+ set abq(a) {
997
+ let b = this.abq;
998
998
  if (a != b) {
999
- this.zq = a;
1000
- this.qt("XAxisMajorStroke", b, this.z6);
999
+ this.aba = a;
1000
+ this.sd("XAxisMajorStroke", b, this.abq);
1001
1001
  }
1002
1002
  }
1003
- get aad() {
1004
- return this.zx;
1003
+ get abx() {
1004
+ return this.abh;
1005
1005
  }
1006
- set aad(a) {
1007
- let b = this.aad;
1006
+ set abx(a) {
1007
+ let b = this.abx;
1008
1008
  if (a != b) {
1009
- this.zx = a;
1010
- this.qt("YAxisMajorStroke", b, this.aad);
1009
+ this.abh = a;
1010
+ this.sd("YAxisMajorStroke", b, this.abx);
1011
1011
  }
1012
1012
  }
1013
- get vk() {
1014
- return this.ui;
1013
+ get w4() {
1014
+ return this.v2;
1015
1015
  }
1016
- set vk(a) {
1017
- let b = this.vk;
1016
+ set w4(a) {
1017
+ let b = this.w4;
1018
1018
  if (a != b) {
1019
- this.ui = a;
1020
- this.qt("XAxisMajorStrokeThickness", b, this.vk);
1019
+ this.v2 = a;
1020
+ this.sd("XAxisMajorStrokeThickness", b, this.w4);
1021
1021
  }
1022
1022
  }
1023
- get v1() {
1024
- return this.uz;
1023
+ get xl() {
1024
+ return this.wj;
1025
1025
  }
1026
- set v1(a) {
1027
- let b = this.v1;
1026
+ set xl(a) {
1027
+ let b = this.xl;
1028
1028
  if (a != b) {
1029
- this.uz = a;
1030
- this.qt("YAxisMajorStrokeThickness", b, this.v1);
1029
+ this.wj = a;
1030
+ this.sd("YAxisMajorStrokeThickness", b, this.xl);
1031
1031
  }
1032
1032
  }
1033
- get vl() {
1034
- return this.uj;
1033
+ get w5() {
1034
+ return this.v3;
1035
1035
  }
1036
- set vl(a) {
1037
- let b = this.vl;
1036
+ set w5(a) {
1037
+ let b = this.w5;
1038
1038
  if (a != b) {
1039
- this.uj = a;
1040
- this.qt("XAxisMinorStrokeThickness", b, this.vl);
1039
+ this.v3 = a;
1040
+ this.sd("XAxisMinorStrokeThickness", b, this.w5);
1041
1041
  }
1042
1042
  }
1043
- get v2() {
1044
- return this.u0;
1043
+ get xm() {
1044
+ return this.wk;
1045
1045
  }
1046
- set v2(a) {
1047
- let b = this.v2;
1046
+ set xm(a) {
1047
+ let b = this.xm;
1048
1048
  if (a != b) {
1049
- this.u0 = a;
1050
- this.qt("YAxisMinorStrokeThickness", b, this.v2);
1049
+ this.wk = a;
1050
+ this.sd("YAxisMinorStrokeThickness", b, this.xm);
1051
1051
  }
1052
1052
  }
1053
- get z8() {
1054
- return this.zs;
1053
+ get abs() {
1054
+ return this.abc;
1055
1055
  }
1056
- set z8(a) {
1057
- let b = this.z8;
1056
+ set abs(a) {
1057
+ let b = this.abs;
1058
1058
  if (a != b) {
1059
- this.zs = a;
1060
- this.qt("XAxisStrip", b, this.z8);
1059
+ this.abc = a;
1060
+ this.sd("XAxisStrip", b, this.abs);
1061
1061
  }
1062
1062
  }
1063
- get aaf() {
1064
- return this.zz;
1063
+ get abz() {
1064
+ return this.abj;
1065
1065
  }
1066
- set aaf(a) {
1067
- let b = this.aaf;
1066
+ set abz(a) {
1067
+ let b = this.abz;
1068
1068
  if (a != b) {
1069
- this.zz = a;
1070
- this.qt("YAxisStrip", b, this.aaf);
1069
+ this.abj = a;
1070
+ this.sd("YAxisStrip", b, this.abz);
1071
1071
  }
1072
1072
  }
1073
- get z9() {
1074
- return this.zt;
1073
+ get abt() {
1074
+ return this.abd;
1075
1075
  }
1076
- set z9(a) {
1077
- let b = this.z9;
1076
+ set abt(a) {
1077
+ let b = this.abt;
1078
1078
  if (a != b) {
1079
- this.zt = a;
1080
- this.qt("XAxisStroke", b, this.z9);
1079
+ this.abd = a;
1080
+ this.sd("XAxisStroke", b, this.abt);
1081
1081
  }
1082
1082
  }
1083
- get aag() {
1084
- return this.z0;
1083
+ get ab0() {
1084
+ return this.abk;
1085
1085
  }
1086
- set aag(a) {
1087
- let b = this.aag;
1086
+ set ab0(a) {
1087
+ let b = this.ab0;
1088
1088
  if (a != b) {
1089
- this.z0 = a;
1090
- this.qt("YAxisStroke", b, this.aag);
1089
+ this.abk = a;
1090
+ this.sd("YAxisStroke", b, this.ab0);
1091
1091
  }
1092
1092
  }
1093
- get vm() {
1094
- return this.uk;
1093
+ get w6() {
1094
+ return this.v4;
1095
1095
  }
1096
- set vm(a) {
1097
- let b = this.vm;
1096
+ set w6(a) {
1097
+ let b = this.w6;
1098
1098
  if (a != b) {
1099
- this.uk = a;
1100
- this.qt("XAxisStrokeThickness", b, this.vm);
1099
+ this.v4 = a;
1100
+ this.sd("XAxisStrokeThickness", b, this.w6);
1101
1101
  }
1102
1102
  }
1103
- get v3() {
1104
- return this.u1;
1103
+ get xn() {
1104
+ return this.wl;
1105
1105
  }
1106
- set v3(a) {
1107
- let b = this.v3;
1106
+ set xn(a) {
1107
+ let b = this.xn;
1108
1108
  if (a != b) {
1109
- this.u1 = a;
1110
- this.qt("YAxisStrokeThickness", b, this.v3);
1109
+ this.wl = a;
1110
+ this.sd("YAxisStrokeThickness", b, this.xn);
1111
1111
  }
1112
1112
  }
1113
- get vn() {
1114
- return this.ul;
1113
+ get w7() {
1114
+ return this.v5;
1115
1115
  }
1116
- set vn(a) {
1117
- let b = this.vn;
1116
+ set w7(a) {
1117
+ let b = this.w7;
1118
1118
  if (a != b) {
1119
- this.ul = a;
1120
- this.qt("XAxisTickLength", b, this.vn);
1119
+ this.v5 = a;
1120
+ this.sd("XAxisTickLength", b, this.w7);
1121
1121
  }
1122
1122
  }
1123
- get v4() {
1124
- return this.u2;
1123
+ get xo() {
1124
+ return this.wm;
1125
1125
  }
1126
- set v4(a) {
1127
- let b = this.v4;
1126
+ set xo(a) {
1127
+ let b = this.xo;
1128
1128
  if (a != b) {
1129
- this.u2 = a;
1130
- this.qt("YAxisTickLength", b, this.v4);
1129
+ this.wm = a;
1130
+ this.sd("YAxisTickLength", b, this.xo);
1131
1131
  }
1132
1132
  }
1133
- get aaa() {
1134
- return this.zu;
1133
+ get abu() {
1134
+ return this.abe;
1135
1135
  }
1136
- set aaa(a) {
1137
- let b = this.aaa;
1136
+ set abu(a) {
1137
+ let b = this.abu;
1138
1138
  if (a != b) {
1139
- this.zu = a;
1140
- this.qt("XAxisTickStroke", b, this.aaa);
1139
+ this.abe = a;
1140
+ this.sd("XAxisTickStroke", b, this.abu);
1141
1141
  }
1142
1142
  }
1143
- get aah() {
1144
- return this.z1;
1143
+ get ab1() {
1144
+ return this.abl;
1145
1145
  }
1146
- set aah(a) {
1147
- let b = this.aah;
1146
+ set ab1(a) {
1147
+ let b = this.ab1;
1148
1148
  if (a != b) {
1149
- this.z1 = a;
1150
- this.qt("YAxisTickStroke", b, this.aah);
1149
+ this.abl = a;
1150
+ this.sd("YAxisTickStroke", b, this.ab1);
1151
1151
  }
1152
1152
  }
1153
- get vo() {
1154
- return this.um;
1153
+ get w8() {
1154
+ return this.v6;
1155
1155
  }
1156
- set vo(a) {
1157
- let b = this.vo;
1156
+ set w8(a) {
1157
+ let b = this.w8;
1158
1158
  if (a != b) {
1159
- this.um = a;
1160
- this.qt("XAxisTickStrokeThickness", b, this.vo);
1159
+ this.v6 = a;
1160
+ this.sd("XAxisTickStrokeThickness", b, this.w8);
1161
1161
  }
1162
1162
  }
1163
- get v5() {
1164
- return this.u3;
1163
+ get xp() {
1164
+ return this.wn;
1165
1165
  }
1166
- set v5(a) {
1167
- let b = this.v5;
1166
+ set xp(a) {
1167
+ let b = this.xp;
1168
1168
  if (a != b) {
1169
- this.u3 = a;
1170
- this.qt("YAxisTickStrokeThickness", b, this.v5);
1169
+ this.wn = a;
1170
+ this.sd("YAxisTickStrokeThickness", b, this.xp);
1171
1171
  }
1172
1172
  }
1173
- get xk() {
1174
- return this.wi;
1173
+ get y4() {
1174
+ return this.x2;
1175
1175
  }
1176
- set xk(a) {
1177
- let b = this.xk;
1176
+ set y4(a) {
1177
+ let b = this.y4;
1178
1178
  if (a != b) {
1179
- this.wi = a;
1180
- this.qt("XAxisTitle", b, this.xk);
1179
+ this.x2 = a;
1180
+ this.sd("XAxisTitle", b, this.y4);
1181
1181
  }
1182
1182
  }
1183
- get yp() {
1184
- return this.wm;
1183
+ get z9() {
1184
+ return this.x6;
1185
1185
  }
1186
- set yp(a) {
1187
- let b = this.yp;
1186
+ set z9(a) {
1187
+ let b = this.z9;
1188
1188
  if (a != b) {
1189
- this.wm = a;
1190
- this.qt("YAxisTitle", b, this.yp);
1189
+ this.x6 = a;
1190
+ this.sd("YAxisTitle", b, this.z9);
1191
1191
  }
1192
1192
  }
1193
- get z7() {
1194
- return this.zr;
1193
+ get abr() {
1194
+ return this.abb;
1195
1195
  }
1196
- set z7(a) {
1197
- let b = this.z7;
1196
+ set abr(a) {
1197
+ let b = this.abr;
1198
1198
  if (a != b) {
1199
- this.zr = a;
1200
- this.qt("XAxisMinorStroke", b, this.z7);
1199
+ this.abb = a;
1200
+ this.sd("XAxisMinorStroke", b, this.abr);
1201
1201
  }
1202
1202
  }
1203
- get aae() {
1204
- return this.zy;
1203
+ get aby() {
1204
+ return this.abi;
1205
1205
  }
1206
- set aae(a) {
1207
- let b = this.aae;
1206
+ set aby(a) {
1207
+ let b = this.aby;
1208
1208
  if (a != b) {
1209
- this.zy = a;
1210
- this.qt("YAxisMinorStroke", b, this.aae);
1209
+ this.abi = a;
1210
+ this.sd("YAxisMinorStroke", b, this.aby);
1211
1211
  }
1212
1212
  }
1213
- get vf() {
1214
- return this.ud;
1213
+ get wz() {
1214
+ return this.vx;
1215
1215
  }
1216
- set vf(a) {
1217
- let b = this.vf;
1216
+ set wz(a) {
1217
+ let b = this.wz;
1218
1218
  if (a != b) {
1219
- this.ud = a;
1220
- this.qt("XAxisLabelAngle", b, this.vf);
1219
+ this.vx = a;
1220
+ this.sd("XAxisLabelAngle", b, this.wz);
1221
1221
  }
1222
1222
  }
1223
- get vw() {
1224
- return this.uu;
1223
+ get xg() {
1224
+ return this.we;
1225
1225
  }
1226
- set vw(a) {
1227
- let b = this.vw;
1226
+ set xg(a) {
1227
+ let b = this.xg;
1228
1228
  if (a != b) {
1229
- this.uu = a;
1230
- this.qt("YAxisLabelAngle", b, this.vw);
1229
+ this.we = a;
1230
+ this.sd("YAxisLabelAngle", b, this.xg);
1231
1231
  }
1232
1232
  }
1233
- get ve() {
1234
- return this.uc;
1233
+ get wy() {
1234
+ return this.vw;
1235
1235
  }
1236
- set ve(a) {
1237
- let b = this.ve;
1236
+ set wy(a) {
1237
+ let b = this.wy;
1238
1238
  if (a != b) {
1239
- this.uc = a;
1240
- this.qt("XAxisExtent", b, this.ve);
1239
+ this.vw = a;
1240
+ this.sd("XAxisExtent", b, this.wy);
1241
1241
  }
1242
1242
  }
1243
- get vv() {
1244
- return this.ut;
1243
+ get xf() {
1244
+ return this.wd;
1245
1245
  }
1246
- set vv(a) {
1247
- let b = this.vv;
1246
+ set xf(a) {
1247
+ let b = this.xf;
1248
1248
  if (a != b) {
1249
- this.ut = a;
1250
- this.qt("YAxisExtent", b, this.vv);
1249
+ this.wd = a;
1250
+ this.sd("YAxisExtent", b, this.xf);
1251
1251
  }
1252
1252
  }
1253
- get vp() {
1254
- return this.un;
1253
+ get w9() {
1254
+ return this.v7;
1255
1255
  }
1256
- set vp(a) {
1257
- let b = this.vp;
1256
+ set w9(a) {
1257
+ let b = this.w9;
1258
1258
  if (a != b) {
1259
- this.un = a;
1260
- this.qt("XAxisTitleAngle", b, this.vp);
1259
+ this.v7 = a;
1260
+ this.sd("XAxisTitleAngle", b, this.w9);
1261
1261
  }
1262
1262
  }
1263
- get v6() {
1264
- return this.u4;
1263
+ get xq() {
1264
+ return this.wo;
1265
1265
  }
1266
- set v6(a) {
1267
- let b = this.v6;
1266
+ set xq(a) {
1267
+ let b = this.xq;
1268
1268
  if (a != b) {
1269
- this.u4 = a;
1270
- this.qt("YAxisTitleAngle", b, this.v6);
1269
+ this.wo = a;
1270
+ this.sd("YAxisTitleAngle", b, this.xq);
1271
1271
  }
1272
1272
  }
1273
- get ua() {
1274
- return this.t8;
1273
+ get vu() {
1274
+ return this.vs;
1275
1275
  }
1276
- set ua(a) {
1277
- let b = this.ua;
1276
+ set vu(a) {
1277
+ let b = this.vu;
1278
1278
  if (a != b) {
1279
- this.t8 = a;
1280
- this.qt("XAxisInverted", b, this.ua);
1279
+ this.vs = a;
1280
+ this.sd("XAxisInverted", b, this.vu);
1281
1281
  }
1282
1282
  }
1283
- get ub() {
1284
- return this.t9;
1283
+ get vv() {
1284
+ return this.vt;
1285
1285
  }
1286
- set ub(a) {
1287
- let b = this.ub;
1286
+ set vv(a) {
1287
+ let b = this.vv;
1288
1288
  if (a != b) {
1289
- this.t9 = a;
1290
- this.qt("YAxisInverted", b, this.ub);
1289
+ this.vt = a;
1290
+ this.sd("YAxisInverted", b, this.vv);
1291
1291
  }
1292
1292
  }
1293
- get zl() {
1294
- return this.zi;
1293
+ get aa5() {
1294
+ return this.aa2;
1295
1295
  }
1296
- set zl(a) {
1297
- let b = this.zl;
1296
+ set aa5(a) {
1297
+ let b = this.aa5;
1298
1298
  if (a != b) {
1299
- this.zi = a;
1300
- this.qt("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.zl));
1299
+ this.aa2 = a;
1300
+ this.sd("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa5));
1301
1301
  }
1302
1302
  }
1303
- get aao() {
1304
- return this.aal;
1303
+ get ab8() {
1304
+ return this.ab5;
1305
1305
  }
1306
- set aao(a) {
1307
- let b = this.aao;
1306
+ set ab8(a) {
1307
+ let b = this.ab8;
1308
1308
  if (a != b) {
1309
- this.aal = a;
1310
- this.qt("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.aao));
1309
+ this.ab5 = a;
1310
+ this.sd("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab8));
1311
1311
  }
1312
1312
  }
1313
- get zk() {
1314
- return this.zh;
1313
+ get aa4() {
1314
+ return this.aa1;
1315
1315
  }
1316
- set zk(a) {
1317
- let b = this.zk;
1316
+ set aa4(a) {
1317
+ let b = this.aa4;
1318
1318
  if (a != b) {
1319
- this.zh = a;
1320
- this.qt("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.zk));
1319
+ this.aa1 = a;
1320
+ this.sd("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa4));
1321
1321
  }
1322
1322
  }
1323
- get_zm() {
1324
- return this.zj;
1323
+ get_aa6() {
1324
+ return this.aa3;
1325
1325
  }
1326
- set_zm(a) {
1327
- let b = this.zm;
1326
+ set_aa6(a) {
1327
+ let b = this.aa6;
1328
1328
  if (a != b) {
1329
- this.zj = a;
1330
- this.qt("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.zm));
1329
+ this.aa3 = a;
1330
+ this.sd("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa6));
1331
1331
  }
1332
1332
  }
1333
- get zm() {
1334
- return this.get_zm();
1333
+ get aa6() {
1334
+ return this.get_aa6();
1335
1335
  }
1336
- set zm(a) {
1337
- this.set_zm(a);
1336
+ set aa6(a) {
1337
+ this.set_aa6(a);
1338
1338
  }
1339
- get aam() {
1340
- return this.aaj;
1339
+ get ab6() {
1340
+ return this.ab3;
1341
1341
  }
1342
- set aam(a) {
1343
- let b = this.aam;
1342
+ set ab6(a) {
1343
+ let b = this.ab6;
1344
1344
  if (a != b) {
1345
- this.aaj = a;
1346
- this.qt("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.aam));
1345
+ this.ab3 = a;
1346
+ this.sd("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab6));
1347
1347
  }
1348
1348
  }
1349
- get aan() {
1350
- return this.aak;
1349
+ get ab7() {
1350
+ return this.ab4;
1351
1351
  }
1352
- set aan(a) {
1353
- let b = this.aan;
1352
+ set ab7(a) {
1353
+ let b = this.ab7;
1354
1354
  if (a != b) {
1355
- this.aak = a;
1356
- this.qt("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.aan));
1355
+ this.ab4 = a;
1356
+ this.sd("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab7));
1357
1357
  }
1358
1358
  }
1359
- get aar() {
1360
- return this.aap;
1359
+ get acb() {
1360
+ return this.ab9;
1361
1361
  }
1362
- set aar(a) {
1363
- let b = this.aar;
1362
+ set acb(a) {
1363
+ let b = this.acb;
1364
1364
  if (a != b) {
1365
- this.aap = a;
1366
- this.qt("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.aar));
1365
+ this.ab9 = a;
1366
+ this.sd("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.acb));
1367
1367
  }
1368
1368
  }
1369
- get aas() {
1370
- return this.aaq;
1369
+ get acc() {
1370
+ return this.aca;
1371
1371
  }
1372
- set aas(a) {
1373
- let b = this.aas;
1372
+ set acc(a) {
1373
+ let b = this.acc;
1374
1374
  if (a != b) {
1375
- this.aaq = a;
1376
- this.qt("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.aas));
1375
+ this.aca = a;
1376
+ this.sd("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.acc));
1377
1377
  }
1378
1378
  }
1379
- get_t7() {
1380
- return this.t6;
1379
+ get_vr() {
1380
+ return this.vq;
1381
1381
  }
1382
- set_t7(a) {
1383
- let b = this.t7;
1382
+ set_vr(a) {
1383
+ let b = this.vr;
1384
1384
  if (a != b) {
1385
- this.t6 = a;
1386
- this.qt("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.t7));
1385
+ this.vq = a;
1386
+ this.sd("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.vr));
1387
1387
  }
1388
1388
  }
1389
- get t7() {
1390
- return this.get_t7();
1389
+ get vr() {
1390
+ return this.get_vr();
1391
1391
  }
1392
- set t7(a) {
1393
- this.set_t7(a);
1392
+ set vr(a) {
1393
+ this.set_vr(a);
1394
1394
  }
1395
- get_t5() {
1396
- return this.t4;
1395
+ get_vp() {
1396
+ return this.vo;
1397
1397
  }
1398
- set_t5(a) {
1399
- let b = this.t5;
1398
+ set_vp(a) {
1399
+ let b = this.vp;
1400
1400
  if (a != b) {
1401
- this.t4 = a;
1402
- this.qt("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.t5));
1401
+ this.vo = a;
1402
+ this.sd("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.vp));
1403
1403
  }
1404
1404
  }
1405
- get t5() {
1406
- return this.get_t5();
1405
+ get vp() {
1406
+ return this.get_vp();
1407
1407
  }
1408
- set t5(a) {
1409
- this.set_t5(a);
1408
+ set vp(a) {
1409
+ this.set_vp(a);
1410
1410
  }
1411
- get ww() {
1412
- return this.wg;
1411
+ get yg() {
1412
+ return this.x0;
1413
1413
  }
1414
- set ww(a) {
1415
- let b = this.wg;
1414
+ set yg(a) {
1415
+ let b = this.x0;
1416
1416
  if (a != b) {
1417
- this.wg = a;
1418
- this.qt("XAxisLabelFormat", b, this.wg);
1417
+ this.x0 = a;
1418
+ this.sd("XAxisLabelFormat", b, this.x0);
1419
1419
  }
1420
1420
  }
1421
- get tu() {
1422
- return this.ts;
1421
+ get ve() {
1422
+ return this.vc;
1423
1423
  }
1424
- set tu(a) {
1425
- let b = this.ts;
1424
+ set ve(a) {
1425
+ let b = this.vc;
1426
1426
  if (a != b) {
1427
- this.ts = a;
1428
- this.qt("XAxisLabelFormatSpecifiers", b, this.ts);
1427
+ this.vc = a;
1428
+ this.sd("XAxisLabelFormatSpecifiers", b, this.vc);
1429
1429
  }
1430
1430
  }
1431
- get x1() {
1432
- return this.wk;
1431
+ get zl() {
1432
+ return this.x4;
1433
1433
  }
1434
- set x1(a) {
1435
- let b = this.wk;
1434
+ set zl(a) {
1435
+ let b = this.x4;
1436
1436
  if (a != b) {
1437
- this.wk = a;
1438
- this.qt("YAxisLabelFormat", b, this.wk);
1437
+ this.x4 = a;
1438
+ this.sd("YAxisLabelFormat", b, this.x4);
1439
1439
  }
1440
1440
  }
1441
- get tv() {
1442
- return this.tt;
1441
+ get vf() {
1442
+ return this.vd;
1443
1443
  }
1444
- set tv(a) {
1445
- let b = this.tt;
1444
+ set vf(a) {
1445
+ let b = this.vd;
1446
1446
  if (a != b) {
1447
- this.tt = a;
1448
- this.qt("YAxisLabelFormatSpecifiers", b, this.tt);
1447
+ this.vd = a;
1448
+ this.sd("YAxisLabelFormatSpecifiers", b, this.vd);
1449
1449
  }
1450
1450
  }
1451
1451
  }