igniteui-webcomponents-charts 6.3.1 → 7.0.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 (770) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +23327 -22964
  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 +14 -14
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +226 -226
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +341 -335
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +629 -575
  9. package/esm2015/lib/AnnotationLayerProxy.js +71 -71
  10. package/esm2015/lib/AnnotationLayer_combined.js +182 -182
  11. package/esm2015/lib/AreaSeries_combined.js +47 -47
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/AxisAnnotationFrameManager.js +9 -9
  15. package/esm2015/lib/AxisAnnotationManager.js +50 -36
  16. package/esm2015/lib/AxisLabelVisualData.js +54 -2
  17. package/esm2015/lib/AxisVisualData.js +1 -1
  18. package/esm2015/lib/AxisVisualDataManager.js +40 -32
  19. package/esm2015/lib/BarSeries_combined.js +118 -118
  20. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  21. package/esm2015/lib/BollingerBandsOverlay_combined.js +99 -99
  22. package/esm2015/lib/BrushScale.js +7 -7
  23. package/esm2015/lib/BubbleSeries_combined.js +269 -269
  24. package/esm2015/lib/CalloutLayer_combined.js +637 -637
  25. package/esm2015/lib/CategoryBucketCalculator_combined.js +331 -331
  26. package/esm2015/lib/CategoryChart.js +48 -48
  27. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +141 -141
  28. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  29. package/esm2015/lib/CategoryHighlightLayer_combined.js +59 -59
  30. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +117 -117
  31. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  32. package/esm2015/lib/CategorySeriesInteractionManager.js +16 -16
  33. package/esm2015/lib/CategorySeriesRenderManager.js +4 -4
  34. package/esm2015/lib/CategoryToolTipLayer_combined.js +75 -75
  35. package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  36. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  37. package/esm2015/lib/CategoryTrendLineManagerFactory.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +216 -216
  39. package/esm2015/lib/CategoryYAxis_combined.js +200 -200
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ColumnSeries_combined.js +70 -70
  43. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  44. package/esm2015/lib/CrosshairLayer_combined.js +146 -146
  45. package/esm2015/lib/CustomIndicator.js +22 -22
  46. package/esm2015/lib/DataAnnotationAxisLayer.js +13 -13
  47. package/esm2015/lib/DataAnnotationBandLayer.js +51 -51
  48. package/esm2015/lib/DataAnnotationLineLayer.js +31 -31
  49. package/esm2015/lib/DataAnnotationPointLayer.js +176 -176
  50. package/esm2015/lib/DataAnnotationRangeLayer.js +6 -6
  51. package/esm2015/lib/DataAnnotationRectLayer.js +30 -30
  52. package/esm2015/lib/DataAnnotationShapeFrameManager.js +4 -4
  53. package/esm2015/lib/DataAnnotationShapeLayer_combined.js +305 -305
  54. package/esm2015/lib/DataAnnotationSliceLayer.js +88 -88
  55. package/esm2015/lib/DataAnnotationStripLayer.js +117 -117
  56. package/esm2015/lib/DataChartToolbarProvider.js +12 -12
  57. package/esm2015/lib/DataChartVisualDataManager.js +13 -6
  58. package/esm2015/lib/DataLegendContent_combined.js +1 -1
  59. package/esm2015/lib/DataPieBaseChart.js +167 -137
  60. package/esm2015/lib/DataPieChart.js +73 -73
  61. package/esm2015/lib/DataToolTipLayer_combined.js +477 -457
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +32 -32
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/ErrorBarsHelper.js +17 -17
  66. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  67. package/esm2015/lib/FinalValueLayer_combined.js +90 -90
  68. package/esm2015/lib/FinancialChart_combined.js +66 -66
  69. package/esm2015/lib/FinancialEventArgs_combined.js +674 -671
  70. package/esm2015/lib/FinancialIndicator_combined.js +209 -209
  71. package/esm2015/lib/FinancialOverlay.js +35 -35
  72. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  73. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  74. package/esm2015/lib/FinancialPriceSeries_combined.js +326 -326
  75. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  76. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  77. package/esm2015/lib/HighDensityScatterSeries_combined.js +433 -433
  78. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +111 -111
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  80. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  81. package/esm2015/lib/HorizontalRangeCategorySeries.js +53 -53
  82. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  83. package/esm2015/lib/IndicatorProxy.js +10 -10
  84. package/esm2015/lib/ItemToolTipLayer_combined.js +85 -85
  85. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  86. package/esm2015/lib/LegendBaseViewManager_combined.js +19 -5
  87. package/esm2015/lib/LineSeries_combined.js +44 -44
  88. package/esm2015/lib/LogarithmicScaler.js +1 -1
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumericXAxis_combined.js +67 -67
  96. package/esm2015/lib/NumericYAxis_combined.js +66 -66
  97. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  98. package/esm2015/lib/OrdinalTimeXAxis.js +198 -198
  99. package/esm2015/lib/OverlayProxy.js +7 -7
  100. package/esm2015/lib/PercentChangeYAxis_combined.js +15 -15
  101. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  102. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PointSeries_combined.js +21 -21
  104. package/esm2015/lib/PolarAreaSeries_combined.js +31 -31
  105. package/esm2015/lib/PolarAxes.js +11 -11
  106. package/esm2015/lib/PolarAxisInfoCache.js +4 -4
  107. package/esm2015/lib/PolarBase_combined.js +447 -447
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +54 -54
  109. package/esm2015/lib/PolarLineSeries_combined.js +27 -27
  110. package/esm2015/lib/PolarScatterSeries_combined.js +12 -12
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +32 -32
  112. package/esm2015/lib/PolarSplineSeries_combined.js +27 -27
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +80 -80
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/ProportionalCategoryAngleAxis.js +208 -208
  117. package/esm2015/lib/RadialAreaSeries_combined.js +43 -43
  118. package/esm2015/lib/RadialAxes.js +4 -4
  119. package/esm2015/lib/RadialAxisLabelPanel_combined.js +10 -1
  120. package/esm2015/lib/RadialBaseChart.js +76 -76
  121. package/esm2015/lib/RadialBucketCalculator_combined.js +405 -398
  122. package/esm2015/lib/RadialColumnSeries_combined.js +88 -88
  123. package/esm2015/lib/RadialLineSeries_combined.js +41 -41
  124. package/esm2015/lib/RadialPieSeries_combined.js +229 -203
  125. package/esm2015/lib/RangeAreaSeries_combined.js +25 -25
  126. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +132 -132
  127. package/esm2015/lib/RangeColumnSeries_combined.js +42 -42
  128. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  129. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  130. package/esm2015/lib/ScatterAreaSeries_combined.js +136 -136
  131. package/esm2015/lib/ScatterBase_combined.js +536 -536
  132. package/esm2015/lib/ScatterContourSeries_combined.js +120 -120
  133. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  134. package/esm2015/lib/ScatterLineSeries.js +57 -57
  135. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  136. package/esm2015/lib/ScatterPolygonSeries_combined.js +230 -230
  137. package/esm2015/lib/ScatterPolylineSeries_combined.js +25 -25
  138. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  139. package/esm2015/lib/ScatterSplineSeries.js +44 -44
  140. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  141. package/esm2015/lib/ScatterTriangulationSeries.js +164 -164
  142. package/esm2015/lib/SeriesInteractionManager.js +148 -137
  143. package/esm2015/lib/SeriesRenderManager.js +12 -12
  144. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  145. package/esm2015/lib/SeriesViewerInteractionManager.js +19 -19
  146. package/esm2015/lib/SeriesViewer_combined.js +3506 -3468
  147. package/esm2015/lib/SeriesVisualDataManager.js +4 -4
  148. package/esm2015/lib/ShapeSeriesBase_combined.js +383 -383
  149. package/esm2015/lib/SizeScale.js +2 -2
  150. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  151. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  152. package/esm2015/lib/SplineSeriesBase_combined.js +145 -145
  153. package/esm2015/lib/SplineSeries_combined.js +26 -26
  154. package/esm2015/lib/Stacked100AreaSeries_combined.js +10 -10
  155. package/esm2015/lib/Stacked100BarBucketCalculator.js +3 -3
  156. package/esm2015/lib/Stacked100BarSeries_combined.js +16 -16
  157. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +3 -3
  158. package/esm2015/lib/Stacked100ColumnSeries_combined.js +16 -16
  159. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  160. package/esm2015/lib/Stacked100LineSeries_combined.js +10 -10
  161. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  162. package/esm2015/lib/Stacked100SplineSeries_combined.js +10 -10
  163. package/esm2015/lib/StackedLineSeries_combined.js +12 -12
  164. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1138 -1134
  165. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  166. package/esm2015/lib/StepAreaSeries_combined.js +74 -74
  167. package/esm2015/lib/StepLineSeries_combined.js +76 -76
  168. package/esm2015/lib/StochRSIIndicator.js +15 -15
  169. package/esm2015/lib/StraightNumericAxisBase_combined.js +80 -80
  170. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  171. package/esm2015/lib/TRIXIndicator.js +16 -16
  172. package/esm2015/lib/TimeAxisBase.js +209 -209
  173. package/esm2015/lib/TimeXAxis.js +249 -249
  174. package/esm2015/lib/TrendLineLayer_combined.js +105 -105
  175. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  176. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  177. package/esm2015/lib/UserAnnotationLayer_combined.js +327 -327
  178. package/esm2015/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  179. package/esm2015/lib/ValueLayer_combined.js +247 -247
  180. package/esm2015/lib/ValueOverlay_combined.js +192 -192
  181. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  182. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  183. package/esm2015/lib/WaterfallSeries_combined.js +112 -112
  184. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  185. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  186. package/esm2015/lib/XYChart.js +76 -76
  187. package/esm2015/lib/igc-anchored-category-series-component.js +26 -26
  188. package/esm2015/lib/igc-anchored-radial-series-component.js +40 -40
  189. package/esm2015/lib/igc-annotation-layer-component.js +72 -72
  190. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  191. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  192. package/esm2015/lib/igc-axis-component.js +154 -154
  193. package/esm2015/lib/igc-bar-fragment-component.js +4 -4
  194. package/esm2015/lib/igc-bar-series-component.js +10 -10
  195. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  196. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  197. package/esm2015/lib/igc-bubble-series-component.js +35 -35
  198. package/esm2015/lib/igc-callout-layer-component.js +174 -174
  199. package/esm2015/lib/igc-category-angle-axis-component.js +32 -32
  200. package/esm2015/lib/igc-category-axis-base-component.js +26 -26
  201. package/esm2015/lib/igc-category-chart-module.js +6 -0
  202. package/esm2015/lib/igc-category-date-time-x-axis-component.js +21 -21
  203. package/esm2015/lib/igc-category-highlight-layer-component.js +8 -8
  204. package/esm2015/lib/igc-category-item-highlight-layer-component.js +27 -27
  205. package/esm2015/lib/igc-category-series-component.js +22 -22
  206. package/esm2015/lib/igc-category-tool-tip-layer-component.js +19 -19
  207. package/esm2015/lib/igc-category-x-axis-component.js +22 -22
  208. package/esm2015/lib/igc-category-y-axis-component.js +24 -24
  209. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  210. package/esm2015/lib/igc-column-fragment-component.js +10 -10
  211. package/esm2015/lib/igc-column-series-component.js +12 -12
  212. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  213. package/esm2015/lib/igc-crosshair-layer-component.js +91 -91
  214. package/esm2015/lib/igc-data-annotation-axis-layer-component.js +100 -100
  215. package/esm2015/lib/igc-data-annotation-band-layer-component.js +2 -2
  216. package/esm2015/lib/igc-data-annotation-point-layer-component.js +54 -54
  217. package/esm2015/lib/igc-data-annotation-range-layer-component.js +27 -27
  218. package/esm2015/lib/igc-data-annotation-shape-layer-component.js +86 -86
  219. package/esm2015/lib/igc-data-annotation-slice-layer-component.js +12 -12
  220. package/esm2015/lib/igc-data-annotation-strip-layer-component.js +27 -27
  221. package/esm2015/lib/igc-data-chart-default-tooltips-component.js +0 -1
  222. package/esm2015/lib/igc-data-pie-base-chart-component.js +36 -16
  223. package/esm2015/lib/igc-data-pie-chart-component.js +23 -23
  224. package/esm2015/lib/igc-data-pie-chart-module.js +6 -0
  225. package/esm2015/lib/igc-data-tool-tip-layer-component.js +416 -416
  226. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  227. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  228. package/esm2015/lib/igc-final-value-layer-component.js +37 -37
  229. package/esm2015/lib/igc-financial-chart-module.js +6 -0
  230. package/esm2015/lib/igc-financial-indicator-component.js +18 -18
  231. package/esm2015/lib/igc-financial-overlay-component.js +4 -4
  232. package/esm2015/lib/igc-financial-price-series-component.js +37 -37
  233. package/esm2015/lib/igc-financial-series-component.js +60 -60
  234. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  235. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  236. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  237. package/esm2015/lib/igc-high-density-scatter-series-component.js +48 -48
  238. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  239. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  240. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  241. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -22
  242. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  243. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  244. package/esm2015/lib/igc-line-series-component.js +1 -1
  245. package/esm2015/lib/igc-marker-series-component.js +35 -35
  246. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  247. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  248. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  249. package/esm2015/lib/igc-numeric-angle-axis-component.js +12 -12
  250. package/esm2015/lib/igc-numeric-axis-base-component.js +94 -94
  251. package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
  252. package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
  253. package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
  254. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +6 -6
  255. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  256. package/esm2015/lib/igc-polar-base-component.js +77 -77
  257. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  258. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  259. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  260. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  261. package/esm2015/lib/igc-proportional-category-angle-axis-component.js +13 -13
  262. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  263. package/esm2015/lib/igc-radial-base-component.js +86 -66
  264. package/esm2015/lib/igc-radial-column-series-component.js +8 -8
  265. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  266. package/esm2015/lib/igc-radial-pie-series-component.js +18 -18
  267. package/esm2015/lib/igc-range-category-series-component.js +11 -11
  268. package/esm2015/lib/igc-range-column-series-component.js +9 -9
  269. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  271. package/esm2015/lib/igc-scatter-area-series-component.js +15 -15
  272. package/esm2015/lib/igc-scatter-base-component.js +59 -59
  273. package/esm2015/lib/igc-scatter-contour-series-component.js +15 -15
  274. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  275. package/esm2015/lib/igc-scatter-polygon-series-component.js +36 -36
  276. package/esm2015/lib/igc-scatter-polyline-series-component.js +3 -3
  277. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  278. package/esm2015/lib/igc-scatter-triangulation-series-component.js +28 -28
  279. package/esm2015/lib/igc-series-component.js +229 -229
  280. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  281. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  282. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  283. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  284. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  285. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  286. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  287. package/esm2015/lib/igc-spline-series-component.js +1 -1
  288. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  289. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  290. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  291. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  292. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  293. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  294. package/esm2015/lib/igc-stacked-bar-series-component.js +11 -11
  295. package/esm2015/lib/igc-stacked-column-series-component.js +8 -8
  296. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  297. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  298. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  299. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  300. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  301. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  302. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  303. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  304. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
  305. package/esm2015/lib/igc-time-axis-base-component.js +6 -6
  306. package/esm2015/lib/igc-time-x-axis-component.js +4 -4
  307. package/esm2015/lib/igc-trend-line-layer-component.js +12 -12
  308. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  309. package/esm2015/lib/igc-user-annotation-layer-component.js +5 -5
  310. package/esm2015/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  311. package/esm2015/lib/igc-value-layer-component.js +159 -159
  312. package/esm2015/lib/igc-value-overlay-component.js +118 -118
  313. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  314. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  315. package/esm2015/lib/igc-waterfall-series-component.js +18 -18
  316. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  317. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  318. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  319. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +14 -14
  320. package/esm5/lib/AnchoredCategorySeries_combined.js +225 -225
  321. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +336 -330
  322. package/esm5/lib/AngleAxisLabelPanel_combined.js +620 -566
  323. package/esm5/lib/AnnotationLayerProxy.js +71 -71
  324. package/esm5/lib/AnnotationLayer_combined.js +181 -181
  325. package/esm5/lib/AreaSeries_combined.js +47 -47
  326. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  327. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  328. package/esm5/lib/AxisAnnotationFrameManager.js +9 -9
  329. package/esm5/lib/AxisAnnotationManager.js +50 -36
  330. package/esm5/lib/AxisLabelVisualData.js +62 -2
  331. package/esm5/lib/AxisVisualData.js +1 -1
  332. package/esm5/lib/AxisVisualDataManager.js +40 -32
  333. package/esm5/lib/BarSeries_combined.js +118 -118
  334. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  335. package/esm5/lib/BollingerBandsOverlay_combined.js +99 -99
  336. package/esm5/lib/BrushScale.js +7 -7
  337. package/esm5/lib/BubbleSeries_combined.js +272 -272
  338. package/esm5/lib/CalloutLayer_combined.js +637 -637
  339. package/esm5/lib/CategoryBucketCalculator_combined.js +331 -331
  340. package/esm5/lib/CategoryChart.js +48 -48
  341. package/esm5/lib/CategoryDateTimeXAxis_combined.js +138 -138
  342. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  343. package/esm5/lib/CategoryHighlightLayer_combined.js +58 -58
  344. package/esm5/lib/CategoryItemHighlightLayer_combined.js +117 -117
  345. package/esm5/lib/CategoryMarkerManager.js +1 -1
  346. package/esm5/lib/CategorySeriesInteractionManager.js +16 -16
  347. package/esm5/lib/CategorySeriesRenderManager.js +4 -4
  348. package/esm5/lib/CategoryToolTipLayer_combined.js +75 -75
  349. package/esm5/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  350. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  351. package/esm5/lib/CategoryTrendLineManagerFactory.js +1 -1
  352. package/esm5/lib/CategoryXAxis_combined.js +210 -210
  353. package/esm5/lib/CategoryYAxis_combined.js +194 -194
  354. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  355. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  356. package/esm5/lib/ColumnSeries_combined.js +69 -69
  357. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  358. package/esm5/lib/CrosshairLayer_combined.js +146 -146
  359. package/esm5/lib/CustomIndicator.js +22 -22
  360. package/esm5/lib/DataAnnotationAxisLayer.js +13 -13
  361. package/esm5/lib/DataAnnotationBandLayer.js +50 -50
  362. package/esm5/lib/DataAnnotationLineLayer.js +31 -31
  363. package/esm5/lib/DataAnnotationPointLayer.js +172 -172
  364. package/esm5/lib/DataAnnotationRangeLayer.js +6 -6
  365. package/esm5/lib/DataAnnotationRectLayer.js +30 -30
  366. package/esm5/lib/DataAnnotationShapeFrameManager.js +4 -4
  367. package/esm5/lib/DataAnnotationShapeLayer_combined.js +303 -303
  368. package/esm5/lib/DataAnnotationSliceLayer.js +90 -90
  369. package/esm5/lib/DataAnnotationStripLayer.js +119 -119
  370. package/esm5/lib/DataChartToolbarProvider.js +12 -12
  371. package/esm5/lib/DataChartVisualDataManager.js +13 -6
  372. package/esm5/lib/DataLegendContent_combined.js +1 -1
  373. package/esm5/lib/DataPieBaseChart.js +167 -129
  374. package/esm5/lib/DataPieChart.js +67 -67
  375. package/esm5/lib/DataToolTipLayer_combined.js +478 -458
  376. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  377. package/esm5/lib/DomainChart.js +32 -32
  378. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  379. package/esm5/lib/ErrorBarsHelper.js +17 -17
  380. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  381. package/esm5/lib/FinalValueLayer_combined.js +90 -90
  382. package/esm5/lib/FinancialChart_combined.js +66 -66
  383. package/esm5/lib/FinancialEventArgs_combined.js +674 -671
  384. package/esm5/lib/FinancialIndicator_combined.js +208 -208
  385. package/esm5/lib/FinancialOverlay.js +35 -35
  386. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  387. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  388. package/esm5/lib/FinancialPriceSeries_combined.js +325 -325
  389. package/esm5/lib/ForceIndexIndicator.js +15 -15
  390. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  391. package/esm5/lib/HighDensityScatterSeries_combined.js +434 -434
  392. package/esm5/lib/HorizontalAnchoredCategorySeries.js +109 -109
  393. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  394. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  395. package/esm5/lib/HorizontalRangeCategorySeries.js +53 -53
  396. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  397. package/esm5/lib/IndicatorProxy.js +10 -10
  398. package/esm5/lib/ItemToolTipLayer_combined.js +85 -85
  399. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  400. package/esm5/lib/LegendBaseViewManager_combined.js +19 -5
  401. package/esm5/lib/LineSeries_combined.js +44 -44
  402. package/esm5/lib/LogarithmicScaler.js +1 -1
  403. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  404. package/esm5/lib/MassIndexIndicator.js +6 -6
  405. package/esm5/lib/MedianPriceIndicator.js +6 -6
  406. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  407. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  408. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  409. package/esm5/lib/NumericXAxis_combined.js +67 -67
  410. package/esm5/lib/NumericYAxis_combined.js +66 -66
  411. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  412. package/esm5/lib/OrdinalTimeXAxis.js +194 -194
  413. package/esm5/lib/OverlayProxy.js +7 -7
  414. package/esm5/lib/PercentChangeYAxis_combined.js +15 -15
  415. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  416. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  417. package/esm5/lib/PointSeries_combined.js +21 -21
  418. package/esm5/lib/PolarAreaSeries_combined.js +31 -31
  419. package/esm5/lib/PolarAxes.js +11 -11
  420. package/esm5/lib/PolarAxisInfoCache.js +4 -4
  421. package/esm5/lib/PolarBase_combined.js +446 -446
  422. package/esm5/lib/PolarLineSeriesBase_combined.js +54 -54
  423. package/esm5/lib/PolarLineSeries_combined.js +27 -27
  424. package/esm5/lib/PolarScatterSeries_combined.js +12 -12
  425. package/esm5/lib/PolarSplineAreaSeries_combined.js +32 -32
  426. package/esm5/lib/PolarSplineSeries_combined.js +27 -27
  427. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  428. package/esm5/lib/PriceChannelOverlay_combined.js +80 -80
  429. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  430. package/esm5/lib/ProportionalCategoryAngleAxis.js +201 -201
  431. package/esm5/lib/RadialAreaSeries_combined.js +43 -43
  432. package/esm5/lib/RadialAxes.js +4 -4
  433. package/esm5/lib/RadialAxisLabelPanel_combined.js +10 -1
  434. package/esm5/lib/RadialBaseChart.js +76 -76
  435. package/esm5/lib/RadialBucketCalculator_combined.js +404 -397
  436. package/esm5/lib/RadialColumnSeries_combined.js +88 -88
  437. package/esm5/lib/RadialLineSeries_combined.js +41 -41
  438. package/esm5/lib/RadialPieSeries_combined.js +225 -199
  439. package/esm5/lib/RangeAreaSeries_combined.js +25 -25
  440. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +133 -133
  441. package/esm5/lib/RangeColumnSeries_combined.js +42 -42
  442. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  443. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  444. package/esm5/lib/ScatterAreaSeries_combined.js +134 -134
  445. package/esm5/lib/ScatterBase_combined.js +535 -535
  446. package/esm5/lib/ScatterContourSeries_combined.js +118 -118
  447. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  448. package/esm5/lib/ScatterLineSeries.js +57 -57
  449. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  450. package/esm5/lib/ScatterPolygonSeries_combined.js +228 -228
  451. package/esm5/lib/ScatterPolylineSeries_combined.js +25 -25
  452. package/esm5/lib/ScatterSeries_combined.js +15 -15
  453. package/esm5/lib/ScatterSplineSeries.js +44 -44
  454. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  455. package/esm5/lib/ScatterTriangulationSeries.js +168 -168
  456. package/esm5/lib/SeriesInteractionManager.js +148 -137
  457. package/esm5/lib/SeriesRenderManager.js +12 -12
  458. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  459. package/esm5/lib/SeriesViewerInteractionManager.js +19 -19
  460. package/esm5/lib/SeriesViewer_combined.js +3746 -3724
  461. package/esm5/lib/SeriesVisualDataManager.js +4 -4
  462. package/esm5/lib/ShapeSeriesBase_combined.js +379 -379
  463. package/esm5/lib/SizeScale.js +2 -2
  464. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  465. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  466. package/esm5/lib/SplineSeriesBase_combined.js +145 -145
  467. package/esm5/lib/SplineSeries_combined.js +26 -26
  468. package/esm5/lib/Stacked100AreaSeries_combined.js +10 -10
  469. package/esm5/lib/Stacked100BarBucketCalculator.js +3 -3
  470. package/esm5/lib/Stacked100BarSeries_combined.js +16 -16
  471. package/esm5/lib/Stacked100ColumnBucketCalculator.js +3 -3
  472. package/esm5/lib/Stacked100ColumnSeries_combined.js +16 -16
  473. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  474. package/esm5/lib/Stacked100LineSeries_combined.js +10 -10
  475. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  476. package/esm5/lib/Stacked100SplineSeries_combined.js +10 -10
  477. package/esm5/lib/StackedLineSeries_combined.js +12 -12
  478. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1136 -1132
  479. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  480. package/esm5/lib/StepAreaSeries_combined.js +74 -74
  481. package/esm5/lib/StepLineSeries_combined.js +76 -76
  482. package/esm5/lib/StochRSIIndicator.js +14 -14
  483. package/esm5/lib/StraightNumericAxisBase_combined.js +78 -78
  484. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  485. package/esm5/lib/TRIXIndicator.js +15 -15
  486. package/esm5/lib/TimeAxisBase.js +206 -206
  487. package/esm5/lib/TimeXAxis.js +246 -246
  488. package/esm5/lib/TrendLineLayer_combined.js +105 -105
  489. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  490. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  491. package/esm5/lib/UserAnnotationLayer_combined.js +327 -327
  492. package/esm5/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  493. package/esm5/lib/ValueLayer_combined.js +246 -246
  494. package/esm5/lib/ValueOverlay_combined.js +190 -190
  495. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  496. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  497. package/esm5/lib/WaterfallSeries_combined.js +112 -112
  498. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  499. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  500. package/esm5/lib/XYChart.js +76 -76
  501. package/esm5/lib/igc-anchored-category-series-component.js +26 -26
  502. package/esm5/lib/igc-anchored-radial-series-component.js +40 -40
  503. package/esm5/lib/igc-annotation-layer-component.js +72 -72
  504. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  505. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  506. package/esm5/lib/igc-axis-component.js +154 -154
  507. package/esm5/lib/igc-bar-fragment-component.js +4 -4
  508. package/esm5/lib/igc-bar-series-component.js +10 -10
  509. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  510. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  511. package/esm5/lib/igc-bubble-series-component.js +35 -35
  512. package/esm5/lib/igc-callout-layer-component.js +174 -174
  513. package/esm5/lib/igc-category-angle-axis-component.js +32 -32
  514. package/esm5/lib/igc-category-axis-base-component.js +26 -26
  515. package/esm5/lib/igc-category-chart-module.js +6 -0
  516. package/esm5/lib/igc-category-date-time-x-axis-component.js +21 -21
  517. package/esm5/lib/igc-category-highlight-layer-component.js +8 -8
  518. package/esm5/lib/igc-category-item-highlight-layer-component.js +27 -27
  519. package/esm5/lib/igc-category-series-component.js +22 -22
  520. package/esm5/lib/igc-category-tool-tip-layer-component.js +19 -19
  521. package/esm5/lib/igc-category-x-axis-component.js +22 -22
  522. package/esm5/lib/igc-category-y-axis-component.js +24 -24
  523. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  524. package/esm5/lib/igc-column-fragment-component.js +10 -10
  525. package/esm5/lib/igc-column-series-component.js +12 -12
  526. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  527. package/esm5/lib/igc-crosshair-layer-component.js +91 -91
  528. package/esm5/lib/igc-data-annotation-axis-layer-component.js +100 -100
  529. package/esm5/lib/igc-data-annotation-band-layer-component.js +2 -2
  530. package/esm5/lib/igc-data-annotation-point-layer-component.js +54 -54
  531. package/esm5/lib/igc-data-annotation-range-layer-component.js +27 -27
  532. package/esm5/lib/igc-data-annotation-shape-layer-component.js +86 -86
  533. package/esm5/lib/igc-data-annotation-slice-layer-component.js +12 -12
  534. package/esm5/lib/igc-data-annotation-strip-layer-component.js +27 -27
  535. package/esm5/lib/igc-data-chart-default-tooltips-component.js +0 -1
  536. package/esm5/lib/igc-data-pie-base-chart-component.js +44 -16
  537. package/esm5/lib/igc-data-pie-chart-component.js +23 -23
  538. package/esm5/lib/igc-data-pie-chart-module.js +6 -0
  539. package/esm5/lib/igc-data-tool-tip-layer-component.js +416 -416
  540. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  541. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  542. package/esm5/lib/igc-final-value-layer-component.js +37 -37
  543. package/esm5/lib/igc-financial-chart-module.js +6 -0
  544. package/esm5/lib/igc-financial-indicator-component.js +18 -18
  545. package/esm5/lib/igc-financial-overlay-component.js +4 -4
  546. package/esm5/lib/igc-financial-price-series-component.js +37 -37
  547. package/esm5/lib/igc-financial-series-component.js +60 -60
  548. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  549. package/esm5/lib/igc-fragment-base-component.js +1 -1
  550. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  551. package/esm5/lib/igc-high-density-scatter-series-component.js +48 -48
  552. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  553. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  554. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  555. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -22
  556. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  557. package/esm5/lib/igc-line-fragment-component.js +1 -1
  558. package/esm5/lib/igc-line-series-component.js +1 -1
  559. package/esm5/lib/igc-marker-series-component.js +35 -35
  560. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  561. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  562. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  563. package/esm5/lib/igc-numeric-angle-axis-component.js +12 -12
  564. package/esm5/lib/igc-numeric-axis-base-component.js +94 -94
  565. package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
  566. package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
  567. package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
  568. package/esm5/lib/igc-ordinal-time-x-axis-component.js +6 -6
  569. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  570. package/esm5/lib/igc-polar-base-component.js +77 -77
  571. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  572. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  573. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  574. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  575. package/esm5/lib/igc-proportional-category-angle-axis-component.js +13 -13
  576. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  577. package/esm5/lib/igc-radial-base-component.js +94 -66
  578. package/esm5/lib/igc-radial-column-series-component.js +8 -8
  579. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  580. package/esm5/lib/igc-radial-pie-series-component.js +18 -18
  581. package/esm5/lib/igc-range-category-series-component.js +11 -11
  582. package/esm5/lib/igc-range-column-series-component.js +9 -9
  583. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  584. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  585. package/esm5/lib/igc-scatter-area-series-component.js +15 -15
  586. package/esm5/lib/igc-scatter-base-component.js +59 -59
  587. package/esm5/lib/igc-scatter-contour-series-component.js +15 -15
  588. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  589. package/esm5/lib/igc-scatter-polygon-series-component.js +36 -36
  590. package/esm5/lib/igc-scatter-polyline-series-component.js +3 -3
  591. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  592. package/esm5/lib/igc-scatter-triangulation-series-component.js +28 -28
  593. package/esm5/lib/igc-series-component.js +229 -229
  594. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  595. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  596. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  597. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  598. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  599. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  600. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  601. package/esm5/lib/igc-spline-series-component.js +1 -1
  602. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  603. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  604. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  605. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  606. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  607. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  608. package/esm5/lib/igc-stacked-bar-series-component.js +11 -11
  609. package/esm5/lib/igc-stacked-column-series-component.js +8 -8
  610. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  611. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  612. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  613. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  614. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  615. package/esm5/lib/igc-step-area-series-component.js +2 -2
  616. package/esm5/lib/igc-step-line-series-component.js +3 -3
  617. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  618. package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
  619. package/esm5/lib/igc-time-axis-base-component.js +6 -6
  620. package/esm5/lib/igc-time-x-axis-component.js +4 -4
  621. package/esm5/lib/igc-trend-line-layer-component.js +12 -12
  622. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  623. package/esm5/lib/igc-user-annotation-layer-component.js +5 -5
  624. package/esm5/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  625. package/esm5/lib/igc-value-layer-component.js +159 -159
  626. package/esm5/lib/igc-value-overlay-component.js +118 -118
  627. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  628. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  629. package/esm5/lib/igc-waterfall-series-component.js +18 -18
  630. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  631. package/fesm2015/igniteui-webcomponents-charts.js +23120 -22773
  632. package/fesm5/igniteui-webcomponents-charts.js +23327 -22964
  633. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  634. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  635. package/lib/AnchoredCategorySeries_combined.d.ts +60 -60
  636. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +77 -76
  637. package/lib/AngleAxisLabelPanel_combined.d.ts +140 -136
  638. package/lib/AnnotationLayer_combined.d.ts +58 -58
  639. package/lib/AreaSeries_combined.d.ts +9 -9
  640. package/lib/AverageDirectionalIndexIndicator.d.ts +9 -9
  641. package/lib/AverageTrueRangeIndicator.d.ts +9 -9
  642. package/lib/AxisLabelVisualData.d.ts +14 -1
  643. package/lib/BarSeries_combined.d.ts +18 -18
  644. package/lib/BollingerBandWidthIndicator.d.ts +9 -9
  645. package/lib/BollingerBandsOverlay_combined.d.ts +16 -16
  646. package/lib/BubbleSeries_combined.d.ts +48 -48
  647. package/lib/CalloutLayer_combined.d.ts +136 -136
  648. package/lib/CategoryBucketCalculator_combined.d.ts +73 -73
  649. package/lib/CategoryDateTimeXAxis_combined.d.ts +33 -33
  650. package/lib/CategoryHighlightLayer_combined.d.ts +16 -16
  651. package/lib/CategoryItemHighlightLayer_combined.d.ts +25 -25
  652. package/lib/CategoryToolTipLayer_combined.d.ts +18 -18
  653. package/lib/CategoryXAxis_combined.d.ts +50 -50
  654. package/lib/CategoryYAxis_combined.d.ts +48 -48
  655. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  656. package/lib/ChaikinVolatilityIndicator.d.ts +9 -9
  657. package/lib/ColumnSeries_combined.d.ts +17 -17
  658. package/lib/CommodityChannelIndexIndicator.d.ts +9 -9
  659. package/lib/CrosshairLayer_combined.d.ts +44 -44
  660. package/lib/CustomIndicator.d.ts +8 -8
  661. package/lib/DataAnnotationAxisLayer.d.ts +26 -26
  662. package/lib/DataAnnotationBandLayer.d.ts +7 -7
  663. package/lib/DataAnnotationLineLayer.d.ts +2 -2
  664. package/lib/DataAnnotationPointLayer.d.ts +55 -55
  665. package/lib/DataAnnotationRangeLayer.d.ts +5 -5
  666. package/lib/DataAnnotationRectLayer.d.ts +1 -1
  667. package/lib/DataAnnotationShapeLayer_combined.d.ts +75 -75
  668. package/lib/DataAnnotationSliceLayer.d.ts +25 -25
  669. package/lib/DataAnnotationStripLayer.d.ts +33 -33
  670. package/lib/DataPieBaseChart.d.ts +28 -22
  671. package/lib/DataPieChart.d.ts +22 -22
  672. package/lib/DataToolTipLayer_combined.d.ts +146 -144
  673. package/lib/DetrendedPriceOscillatorIndicator.d.ts +9 -9
  674. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  675. package/lib/FastStochasticOscillatorIndicator.d.ts +9 -9
  676. package/lib/FinalValueLayer_combined.d.ts +27 -27
  677. package/lib/FinancialEventArgs_combined.d.ts +129 -129
  678. package/lib/FinancialIndicator_combined.d.ts +38 -38
  679. package/lib/FinancialOverlay.d.ts +8 -8
  680. package/lib/FinancialPriceSeries_combined.d.ts +55 -55
  681. package/lib/ForceIndexIndicator.d.ts +10 -10
  682. package/lib/FullStochasticOscillatorIndicator.d.ts +15 -15
  683. package/lib/HighDensityScatterSeries_combined.d.ts +91 -91
  684. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  685. package/lib/HorizontalRangeCategorySeries.d.ts +18 -18
  686. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  687. package/lib/ItemwiseStrategyBasedIndicator.d.ts +6 -6
  688. package/lib/LineSeries_combined.d.ts +10 -10
  689. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  690. package/lib/MassIndexIndicator.d.ts +4 -4
  691. package/lib/MedianPriceIndicator.d.ts +4 -4
  692. package/lib/MoneyFlowIndexIndicator.d.ts +10 -10
  693. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  694. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  695. package/lib/NumericXAxis_combined.d.ts +15 -15
  696. package/lib/NumericYAxis_combined.d.ts +15 -15
  697. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  698. package/lib/OrdinalTimeXAxis.d.ts +52 -52
  699. package/lib/PercentChangeYAxis_combined.d.ts +4 -4
  700. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  701. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  702. package/lib/PointSeries_combined.d.ts +7 -7
  703. package/lib/PolarAreaSeries_combined.d.ts +10 -10
  704. package/lib/PolarBase_combined.d.ts +107 -107
  705. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  706. package/lib/PolarLineSeries_combined.d.ts +10 -10
  707. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  708. package/lib/PolarSplineAreaSeries_combined.d.ts +11 -11
  709. package/lib/PolarSplineSeries_combined.d.ts +8 -8
  710. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  711. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  712. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  713. package/lib/ProportionalCategoryAngleAxis.d.ts +40 -40
  714. package/lib/RadialAreaSeries_combined.d.ts +9 -9
  715. package/lib/RadialAxisLabelPanel_combined.d.ts +7 -0
  716. package/lib/RadialBucketCalculator_combined.d.ts +73 -70
  717. package/lib/RadialColumnSeries_combined.d.ts +13 -13
  718. package/lib/RadialLineSeries_combined.d.ts +10 -10
  719. package/lib/RadialPieSeries_combined.d.ts +38 -35
  720. package/lib/RangeAreaSeries_combined.d.ts +7 -7
  721. package/lib/RangeCategoryBucketCalculator_combined.d.ts +27 -27
  722. package/lib/RangeColumnSeries_combined.d.ts +11 -11
  723. package/lib/RateOfChangeAndMomentumIndicator.d.ts +9 -9
  724. package/lib/RelativeStrengthIndexIndicator.d.ts +10 -10
  725. package/lib/ScatterAreaSeries_combined.d.ts +31 -31
  726. package/lib/ScatterBase_combined.d.ts +114 -114
  727. package/lib/ScatterContourSeries_combined.d.ts +22 -22
  728. package/lib/ScatterLineSeries.d.ts +13 -13
  729. package/lib/ScatterPolygonSeries_combined.d.ts +48 -48
  730. package/lib/ScatterPolylineSeries_combined.d.ts +10 -10
  731. package/lib/ScatterSeries_combined.d.ts +4 -4
  732. package/lib/ScatterSplineSeries.d.ts +12 -12
  733. package/lib/ScatterTriangulationSeries.d.ts +38 -38
  734. package/lib/SeriesViewer_combined.d.ts +1011 -1004
  735. package/lib/ShapeSeriesBase_combined.d.ts +101 -101
  736. package/lib/SlowStochasticOscillatorIndicator.d.ts +9 -9
  737. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  738. package/lib/SplineSeriesBase_combined.d.ts +22 -22
  739. package/lib/SplineSeries_combined.d.ts +7 -7
  740. package/lib/Stacked100AreaSeries_combined.d.ts +5 -5
  741. package/lib/Stacked100BarSeries_combined.d.ts +7 -7
  742. package/lib/Stacked100ColumnSeries_combined.d.ts +7 -7
  743. package/lib/Stacked100LineSeries_combined.d.ts +5 -5
  744. package/lib/Stacked100SplineAreaSeries_combined.d.ts +5 -5
  745. package/lib/Stacked100SplineSeries_combined.d.ts +5 -5
  746. package/lib/StackedLineSeries_combined.d.ts +4 -4
  747. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +225 -224
  748. package/lib/StandardDeviationIndicator.d.ts +9 -9
  749. package/lib/StepAreaSeries_combined.d.ts +13 -13
  750. package/lib/StepLineSeries_combined.d.ts +13 -13
  751. package/lib/StochRSIIndicator.d.ts +9 -9
  752. package/lib/StraightNumericAxisBase_combined.d.ts +25 -25
  753. package/lib/StrategyBasedIndicator.d.ts +19 -19
  754. package/lib/TRIXIndicator.d.ts +9 -9
  755. package/lib/TimeAxisBase.d.ts +47 -47
  756. package/lib/TimeXAxis.d.ts +59 -59
  757. package/lib/TrendLineLayer_combined.d.ts +24 -24
  758. package/lib/TypicalPriceIndicator.d.ts +4 -4
  759. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  760. package/lib/UserAnnotationLayer_combined.d.ts +59 -59
  761. package/lib/UserAnnotationToolTipLayerView_combined.d.ts +44 -44
  762. package/lib/ValueLayer_combined.d.ts +73 -73
  763. package/lib/ValueOverlay_combined.d.ts +59 -59
  764. package/lib/VerticalAnchoredCategorySeries.d.ts +22 -22
  765. package/lib/WaterfallSeries_combined.d.ts +23 -23
  766. package/lib/WeightedCloseIndicator.d.ts +4 -4
  767. package/lib/WilliamsPercentRIndicator.d.ts +9 -9
  768. package/lib/igc-data-pie-base-chart-component.d.ts +10 -0
  769. package/lib/igc-radial-base-component.d.ts +10 -0
  770. package/package.json +2 -2
@@ -45,6 +45,8 @@ import { Size } from "igniteui-webcomponents-core";
45
45
  import { CategoryAxisBaseView } from "./CategoryAxisBaseView";
46
46
  import { AxisDefaults } from "./AxisDefaults";
47
47
  import { NumericAxisBaseView } from "./NumericAxisBaseView";
48
+ import { RectUtil } from "igniteui-webcomponents-core";
49
+ import { Convert } from "igniteui-webcomponents-core";
48
50
  let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
49
51
  class AngleAxisLabelPanel extends AxisLabelPanelBase {
50
52
  af() {
@@ -68,7 +70,7 @@ let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
68
70
  if (!Extensions.b(b)) {
69
71
  return false;
70
72
  }
71
- if (this.ae == null || this.ae.o6.isEmpty) {
73
+ if (this.ae == null || this.ae.o8.isEmpty) {
72
74
  return super.aw(a, b);
73
75
  }
74
76
  return true;
@@ -81,10 +83,10 @@ let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
81
83
  }
82
84
  let c = 1;
83
85
  if (typeCast(CategoryAngleAxis.$, this.ae) !== null) {
84
- c = this.ae.re();
86
+ c = this.ae.rg();
85
87
  }
86
88
  else if (typeCast(NumericAngleAxis.$, this.ae) !== null) {
87
- c = this.ae.tb();
89
+ c = this.ae.td();
88
90
  }
89
91
  if (c == 2) {
90
92
  this.de.a0(a, b);
@@ -146,7 +148,7 @@ let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
146
148
  let c = new List$1(Axis.$, 0);
147
149
  for (let d = 0; d < a.zq.count; d++) {
148
150
  let e = a.zq._inner[d];
149
- if ((typeCast(NumericAngleAxis.$, e) !== null || typeCast(CategoryAngleAxis.$, e) !== null) && typeCast(AngleAxisLabelPanel.$, e.a1) !== null && e.a1.bg.count > 0 && (!e.db()) && !e.c2() && (e.an == null || this.ae.an == null || e.an.tg == b.an.tg)) {
151
+ if ((typeCast(NumericAngleAxis.$, e) !== null || typeCast(CategoryAngleAxis.$, e) !== null) && typeCast(AngleAxisLabelPanel.$, e.a1) !== null && e.a1.bg.count > 0 && (!e.db()) && !e.c2() && (e.an == null || this.ae.an == null || e.an.ti == b.an.ti)) {
150
152
  c.add(e);
151
153
  }
152
154
  }
@@ -158,7 +160,7 @@ let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
158
160
  if (f > 0) {
159
161
  if (typeCast(CategoryAngleAxis.$, c._inner[f - 1]) !== null) {
160
162
  let h = c._inner[f - 1];
161
- if (h.rd == 2) {
163
+ if (h.rf == 2) {
162
164
  g += h.a1.dg;
163
165
  }
164
166
  else {
@@ -167,7 +169,7 @@ let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
167
169
  }
168
170
  else if (typeCast(NumericAngleAxis.$, c._inner[f - 1]) !== null) {
169
171
  let i = c._inner[f - 1];
170
- if (i.rd == 2) {
172
+ if (i.rf == 2) {
171
173
  g += i.a1.dg;
172
174
  }
173
175
  else {
@@ -191,7 +193,7 @@ let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
191
193
  let c = new List$1(Axis.$, 0);
192
194
  for (let d = 0; d < a.zq.count; d++) {
193
195
  let e = a.zq._inner[d];
194
- if ((typeCast(NumericAngleAxis.$, e) !== null || typeCast(CategoryAngleAxis.$, e) !== null) && typeCast(AngleAxisLabelPanel.$, e.a1) !== null && e.a1.bg.count > 0 && (!e.db()) && !e.c2() && (e.an == null || this.ae.an == null || e.an.tg == b.an.tg)) {
196
+ if ((typeCast(NumericAngleAxis.$, e) !== null || typeCast(CategoryAngleAxis.$, e) !== null) && typeCast(AngleAxisLabelPanel.$, e.a1) !== null && e.a1.bg.count > 0 && (!e.db()) && !e.c2() && (e.an == null || this.ae.an == null || e.an.ti == b.an.ti)) {
195
197
  c.add(e);
196
198
  }
197
199
  }
@@ -207,7 +209,7 @@ let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
207
209
  else {
208
210
  if (typeCast(CategoryAngleAxis.$, c._inner[f - 1]) !== null) {
209
211
  let i = c._inner[f - 1];
210
- if (i.rd == 2) {
212
+ if (i.rf == 2) {
211
213
  g += i.a1.dg;
212
214
  }
213
215
  else {
@@ -216,7 +218,7 @@ let AngleAxisLabelPanel = /*@__PURE__*/ (() => {
216
218
  }
217
219
  else if (typeCast(NumericAngleAxis.$, c._inner[f - 1]) !== null) {
218
220
  let j = c._inner[f - 1];
219
- if (j.ta == 2) {
221
+ if (j.tc == 2) {
220
222
  g += j.a1.dg;
221
223
  }
222
224
  else {
@@ -243,101 +245,101 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
243
245
  bo() {
244
246
  return new CategoryAngleAxisView(this);
245
247
  }
246
- k6(a) {
247
- super.k6(a);
248
- this.rg = a;
248
+ k8(a) {
249
+ super.k8(a);
250
+ this.ri = a;
249
251
  }
250
252
  al() {
251
253
  return new CategoryAngleAxis();
252
254
  }
253
- km(a) {
254
- super.km(a);
255
- this.kp(a, "ActualInterval");
256
- this.kp(a, "ActualMinorInterval");
257
- this.kp(a, "StartAngleOffset");
258
- this.kp(a, "LabelMode");
255
+ ko(a) {
256
+ super.ko(a);
257
+ this.kr(a, "ActualInterval");
258
+ this.kr(a, "ActualMinorInterval");
259
+ this.kr(a, "StartAngleOffset");
260
+ this.kr(a, "LabelMode");
259
261
  }
260
- kp(a, b) {
261
- super.kp(a, b);
262
+ kr(a, b) {
263
+ super.kr(a, b);
262
264
  let c = typeCast(CategoryAngleAxis.$, a);
263
265
  if (c == null) {
264
266
  return;
265
267
  }
266
268
  let d = this;
267
269
  if (b == "ActualMinorInterval") {
268
- c.r7 = Axis.gs(d.ry, d.rw);
270
+ c.r9 = Axis.gu(d.r0, d.ry);
269
271
  }
270
272
  if (b == "ActualInterval") {
271
- c.r6 = Axis.gs(d.rx, d.rv);
273
+ c.r8 = Axis.gu(d.rz, d.rx);
272
274
  }
273
275
  if (b == "StartAngleOffset") {
274
- c.r6 = Axis.gs(d.rz, d.r9);
276
+ c.r8 = Axis.gu(d.r1, d.sb);
275
277
  }
276
278
  if (b == "LabelMode") {
277
- c.rd = d.rc != 0 ? d.rc : d.rd;
279
+ c.rf = d.re != 0 ? d.re : d.rf;
278
280
  }
279
281
  }
280
282
  get_dc() {
281
283
  return true;
282
284
  }
283
- kw(a) {
284
- super.kw(a);
285
+ ky(a) {
286
+ super.ky(a);
285
287
  switch (a) {
286
288
  case CategoryAngleAxis.$$p[0]:
287
289
  case CategoryAngleAxis.$$p[2]:
288
- this.kr(a);
290
+ this.kt(a);
289
291
  break;
290
292
  case CategoryAngleAxis.$$p[1]:
291
293
  case CategoryAngleAxis.$$p[3]:
292
- this.ks(a);
294
+ this.ku(a);
293
295
  break;
294
296
  }
295
297
  }
296
298
  constructor() {
297
299
  super();
300
+ this.rn = null;
301
+ this.rk = null;
302
+ this.ro = false;
303
+ this.rv = NaN;
298
304
  this.rl = null;
299
- this.ri = null;
300
- this.rm = false;
301
- this.rt = NaN;
302
- this.rj = null;
305
+ this.rw = 0;
306
+ this.rt = 0;
303
307
  this.ru = 0;
304
- this.rr = 0;
305
- this.rs = 0;
306
- this.sa = 1;
308
+ this.sc = 1;
307
309
  this.ab = CategoryAngleAxis.$;
308
- this.ri = this.rh();
309
- this.rl = new PolarAxisRenderingManager();
310
+ this.rk = this.rj();
311
+ this.rn = new PolarAxisRenderingManager();
310
312
  }
311
313
  a0() {
312
314
  let a = new AngleAxisLabelPanel();
313
315
  a.dn = (b, c, d) => {
314
316
  let e = this.b7 != null ? this.b7.yr : Rect.empty;
315
- let f = !e.isEmpty ? this.o6 : Rect.empty;
316
- let g = this.o1();
317
- switch (this.rd) {
318
- case 2: return this.sz(b, c, d, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, this.a1.bm);
317
+ let f = !e.isEmpty ? this.o8 : Rect.empty;
318
+ let g = this.o3();
319
+ switch (this.rf) {
320
+ case 2: return this.s1(b, c, d, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, this.a1.bm);
319
321
  case 0:
320
322
  case 1:
321
- default: return this.s0(b, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, this.a1.bm);
323
+ default: return this.s2(b, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, this.a1.bm);
322
324
  }
323
325
  };
324
326
  return a;
325
327
  }
326
- rp(a) {
328
+ rr(a) {
327
329
  return false;
328
330
  }
329
- sj() {
331
+ sl() {
330
332
  return null;
331
333
  }
332
- r8(a) {
334
+ sa(a) {
333
335
  return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
334
336
  }
335
- rh() {
337
+ rj() {
336
338
  let a = ((() => {
337
339
  let $ret = new AxisLabelManager();
338
340
  $ret.a = this;
339
- $ret.f = this.er;
340
- $ret.e = this.eq;
341
+ $ret.f = this.es;
342
+ $ret.e = this.er;
341
343
  $ret.b = this.a1;
342
344
  return $ret;
343
345
  })());
@@ -346,73 +348,73 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
346
348
  }
347
349
  let b = new CategoryAxisRenderer(a);
348
350
  b.u = () => {
349
- let c = this.bp.ba();
350
- let d = this.bp.bd();
351
- let e = this.bp.bb();
352
- let f = this.bp.bc();
353
- this.ma();
354
- this.kk(c);
355
- this.kk(d);
356
- this.kk(e);
357
- this.kk(f);
351
+ let c = this.bp.bb();
352
+ let d = this.bp.be();
353
+ let e = this.bp.bc();
354
+ let f = this.bp.bd();
355
+ this.mc();
356
+ this.km(c);
357
+ this.km(d);
358
+ this.km(e);
359
+ this.km(f);
358
360
  };
359
- b.o = (c, d) => !d.isEmpty && !c.isEmpty && this.rk != null;
360
- b.d = (c, d, e, f) => this.rf(c, d, e, f);
361
+ b.o = (c, d) => !d.isEmpty && !c.isEmpty && this.rm != null;
362
+ b.d = (c, d, e, f) => this.rh(c, d, e, f);
361
363
  b.v = () => {
362
- if (!this.rm) {
363
- this.rm = true;
364
- this.rk.ed();
365
- this.rm = false;
364
+ if (!this.ro) {
365
+ this.ro = true;
366
+ this.rm.ee();
367
+ this.ro = false;
366
368
  }
367
369
  };
368
370
  b.g = (c, d) => {
369
371
  let e = typeGetValue(c);
370
- if (e == this.qa - 1) {
372
+ if (e == this.qc - 1) {
371
373
  if (this.ds) {
372
- if (this.rp(e)) {
373
- return this.sj();
374
+ if (this.rr(e)) {
375
+ return this.sl();
374
376
  }
375
377
  }
376
378
  }
377
- if (e > this.qa - 1) {
378
- e -= this.qa;
379
+ if (e > this.qc - 1) {
380
+ e -= this.qc;
379
381
  }
380
- if (this.rq(e)) {
382
+ if (this.rs(e)) {
381
383
  return null;
382
384
  }
383
- let f = this.pm.item(e);
384
- return this.hw(f);
385
+ let f = this.po.item(e);
386
+ return this.hy(f);
385
387
  };
386
388
  b.b.c = (c) => {
387
- if ((this.a4 == null || this.a4.visibility == 0) && this.rk != null && this.rt != c) {
389
+ if ((this.a4 == null || this.a4.visibility == 0) && this.rm != null && this.rv != c) {
388
390
  let d = typeCast(XamDataChart.$, this.b7);
389
391
  if (d == null) {
390
392
  return;
391
393
  }
392
- this.rt = c;
394
+ this.rv = c;
393
395
  this.a1.bl = c;
394
396
  d.pr();
395
397
  for (let e of fromEnum(d.zq)) {
396
398
  if (e != this && typeCast(AngleAxisLabelPanel.$, e.a1) !== null) {
397
- e.bp.ao();
399
+ e.bp.ap();
398
400
  }
399
401
  }
400
402
  }
401
403
  };
402
404
  b.k = (c, d, e) => {
403
405
  let f = typeCast(RadialAxisRenderingParameters.$, c);
404
- this.rl.o(d, e, c.aa, c.z, c.ab, f.minLength, f.maxLength, f.center);
406
+ this.rn.o(d, e, c.aa, c.z, c.ab, f.minLength, f.maxLength, f.center);
405
407
  };
406
408
  b.l = (c, d, e, f) => {
407
409
  let g = typeCast(RadialAxisRenderingParameters.$, c);
408
- this.rl.p(d, e, f, g.aa, g.z, c.ab, g.minLength, g.maxLength, g.center);
410
+ this.rn.p(d, e, f, g.aa, g.z, c.ab, g.minLength, g.maxLength, g.center);
409
411
  };
410
412
  b.m = (c, d) => this.getScaledAngle(d);
411
413
  b.q = (c, d) => {
412
- if (this.r8(d - this.ru) < 0) {
414
+ if (this.sa(d - this.rw) < 0) {
413
415
  return false;
414
416
  }
415
- if (this.r8(d - this.ru - (2 * Math.PI)) > 0) {
417
+ if (this.sa(d - this.rw - (2 * Math.PI)) > 0) {
416
418
  return false;
417
419
  }
418
420
  return true;
@@ -420,11 +422,11 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
420
422
  b.j = (c) => {
421
423
  let d = typeCast(RadialAxisRenderingParameters.$, c);
422
424
  if (d.e == d.k._inner[0]) {
423
- this.rl.k(c.u, c.n, c.aa, c.z, c.ab, d.center, d.minAngle, d.maxAngle);
425
+ this.rn.k(c.u, c.n, c.aa, c.z, c.ab, d.center, d.minAngle, d.maxAngle);
424
426
  }
425
427
  };
426
428
  b.e = (c) => {
427
- c.n = this.r0();
429
+ c.n = this.r2();
428
430
  c.r = c.n;
429
431
  };
430
432
  b.p = (c, d, e) => {
@@ -432,7 +434,7 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
432
434
  if (e) {
433
435
  return false;
434
436
  }
435
- let g = this.s0(d, f.center, c.ab, c.aa, c.z, 0);
437
+ let g = this.s2(d, f.center, c.ab, c.aa, c.z, 0);
436
438
  if (g.x < c.aa.right && g.x >= c.aa.left && g.y < c.aa.bottom && g.y >= c.aa.top) {
437
439
  return true;
438
440
  }
@@ -444,21 +446,21 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
444
446
  let i = d;
445
447
  if (this.categoryMode != 0) {
446
448
  let j = (e * f) + 1;
447
- j = Math.min(j, this.qa);
448
- let k = this.f6(j, h);
449
+ j = Math.min(j, this.qc);
450
+ let k = this.f7(j, h);
449
451
  i = (d + k) / 2;
450
452
  }
451
453
  return i;
452
454
  };
453
455
  b.f = runOn(this, this.getGroupCenter);
454
- b.i = runOn(this, this.r5);
456
+ b.i = runOn(this, this.r7);
455
457
  return b;
456
458
  }
457
- rq(a) {
459
+ rs(a) {
458
460
  return false;
459
461
  }
460
- s0(a, b, c, d, e, f) {
461
- let g = this.r0();
462
+ s2(a, b, c, d, e, f) {
463
+ let g = this.r2();
462
464
  let h = ViewportUtils.a(f, c, d, e);
463
465
  if (this.a4 != null && (this.a4.c == 5 || this.a4.c == 1)) {
464
466
  h *= -1;
@@ -469,9 +471,9 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
469
471
  j = ViewportUtils.i(j, c, d, e);
470
472
  return { $type: Point_$type, x: i, y: j };
471
473
  }
472
- sz(a, b, c, d, e, f, g, h) {
474
+ s1(a, b, c, d, e, f, g, h) {
473
475
  if (!isNaN_(b) && !isNaN_(c)) {
474
- let i = this.r0();
476
+ let i = this.r2();
475
477
  let j = b / f.width;
476
478
  let k = c / f.width;
477
479
  let l = ViewportUtils.a(h, e, f, g);
@@ -483,30 +485,30 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
483
485
  return { $type: Point_$type, x: n, y: o };
484
486
  }
485
487
  else {
486
- return this.s0(a, d, e, f, g, h);
488
+ return this.s2(a, d, e, f, g, h);
487
489
  }
488
490
  }
489
- r0() {
490
- if (this.rk == null) {
491
+ r2() {
492
+ if (this.rm == null) {
491
493
  return 0;
492
494
  }
493
495
  if (!this.c2()) {
494
- return this.rk.tl();
496
+ return this.rm.tn();
495
497
  }
496
498
  else {
497
- return this.rk.tm((this.hr));
499
+ return this.rm.to((this.ht));
498
500
  }
499
501
  }
500
- rf(a, b, c, d) {
501
- if (this.pm == null) {
502
+ rh(a, b, c, d) {
503
+ if (this.po == null) {
502
504
  return null;
503
505
  }
504
506
  let e = new RadialAxisRenderingParameters();
505
- let f = this.qb - 1;
506
- let g = this.bp.ba();
507
- let h = this.bp.bd();
508
- let i = this.bp.bb();
509
- let j = this.bp.bc();
507
+ let f = this.qd - 1;
508
+ let g = this.bp.bb();
509
+ let h = this.bp.be();
510
+ let i = this.bp.bc();
511
+ let j = this.bp.bd();
510
512
  e.u = g;
511
513
  e.x = h;
512
514
  e.v = i;
@@ -518,19 +520,19 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
518
520
  e.z = c;
519
521
  e.y = d;
520
522
  e.ab = b;
521
- e.g = this.ro();
522
- e.p = this.r6;
523
- e.o = this.gm();
524
- e.s = this.sc();
525
- e.q = this.r7;
526
- e.t = this.hx;
527
- let k = this.rl.h(b, a, c);
528
- let l = this.rl.i(b, a, c);
529
- let m = 0.5 * this.rk.tg;
530
- let n = 0.5 * this.rk.tf;
523
+ e.g = this.rq();
524
+ e.p = this.r8;
525
+ e.o = this.go();
526
+ e.s = this.se();
527
+ e.q = this.r9;
528
+ e.t = this.hz;
529
+ let k = this.rn.h(b, a, c);
530
+ let l = this.rn.i(b, a, c);
531
+ let m = 0.5 * this.rm.ti;
532
+ let n = 0.5 * this.rm.th;
531
533
  let o = k;
532
534
  let p = l;
533
- let q = this.rk.tl();
535
+ let q = this.rm.tn();
534
536
  if (isNaN_(q) || isInfinity(q)) {
535
537
  return null;
536
538
  }
@@ -541,26 +543,26 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
541
543
  o = n;
542
544
  }
543
545
  let r = a.width;
544
- this.rl.m(b, a, c, e, 0, this.qb, this.dn, runOn(this, this.getUnscaledAngle), r);
546
+ this.rn.m(b, a, c, e, 0, this.qd, this.dn, runOn(this, this.getUnscaledAngle), r);
545
547
  let s = { $type: Point_$type, x: 0.5, y: 0.5 };
546
548
  e.center = s;
547
549
  e.maxLength = p;
548
550
  e.minLength = o;
549
551
  e.effectiveMaximum = q;
550
- e.af = this.qb;
552
+ e.af = this.qd;
551
553
  e.ac = this.categoryMode;
552
554
  e.ae = true;
553
555
  e.ad = this.dn;
554
- e.ag = this.qc;
556
+ e.ag = this.qe;
555
557
  e.f = new CategoryTickmarkValues();
556
- e.j = this.ea;
558
+ e.j = this.eb;
557
559
  return e;
558
560
  }
559
- sc() {
561
+ se() {
560
562
  return -1;
561
563
  }
562
564
  getMinMaxAngle(a, b, c, d, e) {
563
- let f = this.rl.n(a, b, c, d, e);
565
+ let f = this.rn.n(a, b, c, d, e);
564
566
  d = f.p3;
565
567
  e = f.p4;
566
568
  return {
@@ -570,11 +572,11 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
570
572
  }
571
573
  ac() {
572
574
  super.ac();
573
- this.ly(false);
575
+ this.l0(false);
574
576
  }
575
- get rk() {
576
- if (this.rj != null) {
577
- return this.rj;
577
+ get rm() {
578
+ if (this.rl != null) {
579
+ return this.rl;
578
580
  }
579
581
  let a = typeCast(XamDataChart.$, this.b7);
580
582
  if (a != null) {
@@ -584,112 +586,112 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
584
586
  }
585
587
  }
586
588
  }
587
- return this.rj;
589
+ return this.rl;
588
590
  }
589
- set rk(a) {
590
- this.rj = a;
591
+ set rm(a) {
592
+ this.rl = a;
591
593
  }
592
594
  ap() {
593
- return this.rk;
595
+ return this.rm;
594
596
  }
595
- re() {
596
- if (this.rd == 0) {
597
+ rg() {
598
+ if (this.rf == 0) {
597
599
  return 1;
598
600
  }
599
601
  else {
600
- return this.rd;
602
+ return this.rf;
601
603
  }
602
604
  }
603
605
  getCategorySize(a, b, c) {
604
- return 2 * Math.PI / this.qa;
606
+ return 2 * Math.PI / this.qc;
605
607
  }
606
- get_rn() {
608
+ get_rp() {
607
609
  return false;
608
610
  }
609
- get rn() {
610
- return this.get_rn();
611
+ get rp() {
612
+ return this.get_rp();
611
613
  }
612
- r2(a, b, c, d) {
613
- return this.pz(b, c, d);
614
+ r4(a, b, c, d) {
615
+ return this.p1(b, c, d);
614
616
  }
615
- pz(a, b, c) {
616
- let d = this.p6(a, b, c);
617
+ p1(a, b, c) {
618
+ let d = this.p8(a, b, c);
617
619
  let e = 0;
618
- if (!isNaN_(this.p5)) {
619
- e = Math.min(this.p5, 1);
620
+ if (!isNaN_(this.p7)) {
621
+ e = Math.min(this.p7, 1);
620
622
  }
621
623
  let f = 1 - 0.5 * d;
622
- return this.getCategorySize(a, b, c) * f / (this.qc - (this.qc - 1) * e);
624
+ return this.getCategorySize(a, b, c) * f / (this.qe - (this.qe - 1) * e);
623
625
  }
624
- r1(a, b, c, d, e) {
626
+ r3(a, b, c, d, e) {
625
627
  return this.getGroupCenter(b, c, d, e);
626
628
  }
627
629
  getGroupCenter(a, b, c, d) {
628
630
  let e = 0.5;
629
- if (this.qc > 1) {
630
- let f = this.p6(b, c, d);
631
+ if (this.qe > 1) {
632
+ let f = this.p8(b, c, d);
631
633
  let g = 0;
632
- if (!isNaN_(this.p5)) {
633
- g = Math.min(this.p5, 1);
634
+ if (!isNaN_(this.p7)) {
635
+ g = Math.min(this.p7, 1);
634
636
  }
635
637
  let h = 1 - 0.5 * f;
636
- let i = h / (this.qc - (this.qc - 1) * g);
637
- let j = (h - i) / (this.qc - 1);
638
+ let i = h / (this.qe - (this.qe - 1) * g);
639
+ let j = (h - i) / (this.qe - 1);
638
640
  e = 0.25 * f + 0.5 * i + a * j;
639
641
  }
640
642
  return this.getCategorySize(b, c, d) * e;
641
643
  }
642
- r5(a) {
644
+ r7(a) {
643
645
  let b = 0.5;
644
- if (this.qc > 1) {
645
- let c = this.p6(Rect.empty, Rect.empty, Rect.empty);
646
+ if (this.qe > 1) {
647
+ let c = this.p8(Rect.empty, Rect.empty, Rect.empty);
646
648
  let d = 0;
647
- if (!isNaN_(this.p5)) {
648
- d = Math.min(this.p5, 1);
649
+ if (!isNaN_(this.p7)) {
650
+ d = Math.min(this.p7, 1);
649
651
  }
650
652
  let e = 1 - 0.5 * c;
651
- let f = e / (this.qc - (this.qc - 1) * d);
652
- let g = (e - f) / (this.qc - 1);
653
+ let f = e / (this.qe - (this.qe - 1) * d);
654
+ let g = (e - f) / (this.qe - 1);
653
655
  b = 0.25 * c + 0.5 * f + a * g;
654
656
  }
655
657
  return b;
656
658
  }
657
- lz(a) {
658
- super.lz(a);
659
+ l1(a) {
660
+ super.l1(a);
659
661
  let b = this.b7 != null ? this.b7.yr : Rect.empty;
660
- let c = !b.isEmpty ? this.o6 : Rect.empty;
661
- let d = this.o1();
662
- let e = this.o0();
663
- let f = this.ri.c(a, c, b, d, e);
662
+ let c = !b.isEmpty ? this.o8 : Rect.empty;
663
+ let d = this.o3();
664
+ let e = this.o2();
665
+ let f = this.rk.c(a, c, b, d, e);
664
666
  if (f != null) {
665
- this.rv = f.f.m;
666
- this.rw = f.f.l;
667
+ this.rx = f.f.m;
668
+ this.ry = f.f.l;
667
669
  }
668
670
  }
669
- r4(a, b, c) {
671
+ r6(a, b, c) {
670
672
  let d;
671
673
  let e;
672
- let f = this.rl.n(c, a, b, d, e);
674
+ let f = this.rn.n(c, a, b, d, e);
673
675
  d = f.p3;
674
676
  e = f.p4;
675
677
  if (d == 0) {
676
678
  if (this.dn) {
677
- return this.qa;
679
+ return this.qc;
678
680
  }
679
681
  else {
680
682
  return 0;
681
683
  }
682
684
  }
683
685
  let g = this.getUnscaledAngle(d);
684
- if (g < 0 || g > this.qa) {
686
+ if (g < 0 || g > this.qc) {
685
687
  g = this.getUnscaledAngle(d + Math.PI * 2);
686
688
  }
687
689
  return g;
688
690
  }
689
- r3(a, b, c) {
691
+ r5(a, b, c) {
690
692
  let d;
691
693
  let e;
692
- let f = this.rl.n(c, a, b, d, e);
694
+ let f = this.rn.n(c, a, b, d, e);
693
695
  d = f.p3;
694
696
  e = f.p4;
695
697
  if (e > Math.PI * 2) {
@@ -700,40 +702,40 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
700
702
  return 0;
701
703
  }
702
704
  else {
703
- return this.qa;
705
+ return this.qc;
704
706
  }
705
707
  }
706
708
  let g = this.getUnscaledAngle(e);
707
- if (g < 0 || g > this.qa) {
709
+ if (g < 0 || g > this.qc) {
708
710
  g = this.getUnscaledAngle(e + Math.PI * 2);
709
711
  }
710
712
  return g;
711
713
  }
712
714
  getScaledAngle(a) {
713
- let b = this.qa;
715
+ let b = this.qc;
714
716
  let c = b >= 2 ? (a) / (b) : b == 1 ? 0.5 : NaN;
715
717
  if (this.dp) {
716
718
  c = 1 - c;
717
719
  }
718
- return (c * 2 * Math.PI) + this.ru;
720
+ return (c * 2 * Math.PI) + this.rw;
719
721
  }
720
722
  getUnscaledAngle(a) {
721
- if (a < this.ru) {
723
+ if (a < this.rw) {
722
724
  a += 2 * Math.PI;
723
725
  }
724
- let b = (a - this.ru) / (2 * Math.PI);
726
+ let b = (a - this.rw) / (2 * Math.PI);
725
727
  if (this.dn) {
726
728
  b = 1 - b;
727
729
  }
728
- return b * (this.qa);
730
+ return b * (this.qc);
729
731
  }
730
- f6(a, b) {
732
+ f7(a, b) {
731
733
  return this.getScaledAngle(a);
732
734
  }
733
- f9(a, b) {
735
+ ga(a, b) {
734
736
  return this.getUnscaledAngle(a);
735
737
  }
736
- fq(a) {
738
+ fr(a) {
737
739
  let b = { $type: Point_$type, x: 0.5, y: 0.5 };
738
740
  let c = Math.sqrt(Math.pow(a.x - b.x, 2) + Math.pow(a.y - b.y, 2));
739
741
  let d = Math.acos((a.x - b.x) / c);
@@ -742,41 +744,51 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
742
744
  }
743
745
  return d;
744
746
  }
745
- la(a, b, c, d) {
746
- super.la(a, b, c, d);
747
+ gj(a) {
748
+ let b = a - this.rw;
749
+ if (b < 0) {
750
+ b += Math.PI * 2;
751
+ }
752
+ if (b > Math.PI * 2) {
753
+ b -= Math.PI * 2;
754
+ }
755
+ return b;
756
+ }
757
+ lc(a, b, c, d) {
758
+ super.lc(a, b, c, d);
747
759
  let e = typeCast(XamDataChart.$, this.b7);
748
760
  switch (b) {
749
761
  case "CrossingAxis":
750
762
  let f = typeCast(NumericRadiusAxis.$, d);
751
- this.sq(f);
763
+ this.ss(f);
752
764
  if (f != null) {
753
- f.tv(this);
765
+ f.tx(this);
754
766
  }
755
- this.d0 = true;
756
- this.ly(false);
767
+ this.d1 = true;
768
+ this.l0(false);
757
769
  break;
758
770
  case CategoryAngleAxis.$$p[5]:
759
- this.ru = this.r9;
760
- while (this.ru < 0) {
761
- this.ru += 360;
771
+ this.rw = this.sb;
772
+ while (this.rw < 0) {
773
+ this.rw += 360;
762
774
  }
763
- while (this.ru >= 360) {
764
- this.ru -= 360;
775
+ while (this.rw >= 360) {
776
+ this.rw -= 360;
765
777
  }
766
- this.ru = (this.ru * Math.PI) / 180;
767
- this.d0 = true;
768
- this.ly(false);
769
- for (let g of fromEnum(this.es)) {
770
- g.r8(false);
771
- g.q0();
778
+ this.rw = (this.rw * Math.PI) / 180;
779
+ this.d1 = true;
780
+ this.l0(false);
781
+ for (let g of fromEnum(this.et)) {
782
+ g.r9(false);
783
+ g.q1();
772
784
  }
773
785
  break;
774
786
  case "Label":
775
787
  case CategoryAngleAxis.$$p[4]:
776
788
  if (e != null) {
777
789
  for (let h of fromEnum(e.zq)) {
778
- h.d0 = true;
779
- h.lx();
790
+ h.d1 = true;
791
+ h.lz();
780
792
  }
781
793
  }
782
794
  break;
@@ -784,69 +796,69 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
784
796
  if (e != null) {
785
797
  for (let i of fromEnum(e.zq)) {
786
798
  if (typeCast(NumericAngleAxis.$, i) !== null || typeCast(CategoryAngleAxis.$, i) !== null) {
787
- i.d0 = true;
788
- i.lx();
799
+ i.d1 = true;
800
+ i.lz();
789
801
  }
790
802
  }
791
803
  }
792
804
  break;
793
805
  case "LabelSettings":
794
- this.ri = this.rh();
795
- this.so();
796
- this.d0 = true;
797
- this.ly(false);
806
+ this.rk = this.rj();
807
+ this.sq();
808
+ this.d1 = true;
809
+ this.l0(false);
798
810
  break;
799
811
  case CategoryAngleAxis.$$p[0]:
800
812
  case CategoryAngleAxis.$$p[2]:
801
813
  case CategoryAngleAxis.$$p[1]:
802
814
  case CategoryAngleAxis.$$p[3]:
803
- this.kw(b);
815
+ this.ky(b);
804
816
  break;
805
817
  }
806
818
  }
807
- so() {
808
- this.rt = NaN;
819
+ sq() {
820
+ this.rv = NaN;
809
821
  }
810
- sq(a) {
811
- this.rk = a;
822
+ ss(a) {
823
+ this.rm = a;
812
824
  }
813
- get r6() {
814
- return this.c(CategoryAngleAxis.sv);
825
+ get r8() {
826
+ return this.c(CategoryAngleAxis.sx);
815
827
  }
816
- set r6(a) {
817
- this.h(CategoryAngleAxis.sv, a);
828
+ set r8(a) {
829
+ this.h(CategoryAngleAxis.sx, a);
818
830
  }
819
- get rv() {
820
- return this.rr;
831
+ get rx() {
832
+ return this.rt;
821
833
  }
822
- set rv(a) {
823
- if (this.rv != a) {
824
- let b = this.rr;
825
- this.rr = a;
826
- this.ls("ActualInterval", b, this.rv);
834
+ set rx(a) {
835
+ if (this.rx != a) {
836
+ let b = this.rt;
837
+ this.rt = a;
838
+ this.lu("ActualInterval", b, this.rx);
827
839
  }
828
840
  }
829
- gi() {
830
- return this.rv;
841
+ gk() {
842
+ return this.rx;
831
843
  }
832
- get r7() {
833
- return this.c(CategoryAngleAxis.sx);
844
+ get r9() {
845
+ return this.c(CategoryAngleAxis.sz);
834
846
  }
835
- set r7(a) {
836
- this.h(CategoryAngleAxis.sx, a);
847
+ set r9(a) {
848
+ this.h(CategoryAngleAxis.sz, a);
837
849
  }
838
- get rw() {
839
- return this.rs;
850
+ get ry() {
851
+ return this.ru;
840
852
  }
841
- set rw(a) {
842
- if (this.rw != a) {
843
- let b = this.rs;
844
- this.rs = a;
845
- this.ls("ActualMinorInterval", b, this.rw);
853
+ set ry(a) {
854
+ if (this.ry != a) {
855
+ let b = this.ru;
856
+ this.ru = a;
857
+ this.lu("ActualMinorInterval", b, this.ry);
846
858
  }
847
859
  }
848
- ro() {
849
- return !isNaN_(this.r6);
860
+ rq() {
861
+ return !isNaN_(this.r8);
850
862
  }
851
863
  get_bm() {
852
864
  return 2;
@@ -854,30 +866,30 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
854
866
  get bm() {
855
867
  return this.get_bm();
856
868
  }
857
- ef() {
858
- if (this.d0 && this.eg) {
869
+ eg() {
870
+ if (this.d1 && this.eh) {
859
871
  this.b1 = this.b0();
860
872
  }
861
- if (this.pm == null) {
873
+ if (this.po == null) {
862
874
  return false;
863
875
  }
864
- let a = this.pm.count;
865
- if (a != this.sb) {
866
- let b = new AxisRangeChangedEventArgs(0, 1, 1, this.sb, a);
867
- this.sb = a;
868
- this.lt(b);
876
+ let a = this.po.count;
877
+ if (a != this.sd) {
878
+ let b = new AxisRangeChangedEventArgs(0, 1, 1, this.sd, a);
879
+ this.sd = a;
880
+ this.lv(b);
869
881
  return true;
870
882
  }
871
883
  return false;
872
884
  }
873
- get sb() {
874
- return this.sa;
885
+ get sd() {
886
+ return this.sc;
875
887
  }
876
- set sb(a) {
877
- this.sa = a;
888
+ set sd(a) {
889
+ this.sc = a;
878
890
  }
879
- ov(a, b, c, d, e) {
880
- let f = typeCast(RadialAxisRenderingParameters.$, this.ri.d(c, b, d, e));
891
+ ox(a, b, c, d, e) {
892
+ let f = typeCast(RadialAxisRenderingParameters.$, this.rk.d(c, b, d, e));
881
893
  if (f == null) {
882
894
  return null;
883
895
  }
@@ -897,22 +909,22 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
897
909
  return m;
898
910
  }
899
911
  get isVertical() {
900
- return this.dy;
912
+ return this.dz;
901
913
  }
902
914
  j$d(a, b) {
903
- return this.f9.apply(this, arguments);
915
+ return this.ga.apply(this, arguments);
904
916
  }
905
917
  j$c(a, b) {
906
- return this.f6.apply(this, arguments);
918
+ return this.f7.apply(this, arguments);
907
919
  }
908
920
  j$e(a, b, c, d, e) {
909
- this.k0.apply(this, arguments);
921
+ this.k2.apply(this, arguments);
910
922
  }
911
923
  j$f(a, b, c, d) {
912
- this.k1.apply(this, arguments);
924
+ this.k3.apply(this, arguments);
913
925
  }
914
926
  j$g(a, b, c, d) {
915
- this.k2.apply(this, arguments);
927
+ this.k4.apply(this, arguments);
916
928
  }
917
929
  get j$b() {
918
930
  return this.dn;
@@ -922,15 +934,15 @@ let CategoryAngleAxis = /*@__PURE__*/ (() => {
922
934
  }
923
935
  }
924
936
  CategoryAngleAxis.$t = /*@__PURE__*/ markType(CategoryAngleAxis, 'CategoryAngleAxis', CategoryAxisBase.$, [IAngleScaler_$type]);
925
- CategoryAngleAxis.sv = /*@__PURE__*/ DependencyProperty.i("Interval", Number_$type, CategoryAngleAxis.$, /*@__PURE__*/ new PropertyMetadata(2, NaN, (a, b) => {
926
- a.ls("Interval", b.oldValue, b.newValue);
927
- a.ly(false);
937
+ CategoryAngleAxis.sx = /*@__PURE__*/ DependencyProperty.i("Interval", Number_$type, CategoryAngleAxis.$, /*@__PURE__*/ new PropertyMetadata(2, NaN, (a, b) => {
938
+ a.lu("Interval", b.oldValue, b.newValue);
939
+ a.l0(false);
928
940
  }));
929
- CategoryAngleAxis.sx = /*@__PURE__*/ DependencyProperty.i("MinorInterval", Number_$type, CategoryAngleAxis.$, /*@__PURE__*/ new PropertyMetadata(2, NaN, (a, b) => {
930
- (typeCast(CategoryAngleAxis.$, a)).ls("MinorInterval", b.oldValue, b.newValue);
931
- (typeCast(CategoryAngleAxis.$, a)).ly(false);
941
+ CategoryAngleAxis.sz = /*@__PURE__*/ DependencyProperty.i("MinorInterval", Number_$type, CategoryAngleAxis.$, /*@__PURE__*/ new PropertyMetadata(2, NaN, (a, b) => {
942
+ (typeCast(CategoryAngleAxis.$, a)).lu("MinorInterval", b.oldValue, b.newValue);
943
+ (typeCast(CategoryAngleAxis.$, a)).l0(false);
932
944
  }));
933
- CategoryAngleAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CategoryAngleAxis, 'ls', ['CompanionAxisInterval:rx:sr', [1, NaN], 'CompanionAxisLabelMode:rc:ss', [AxisAngleLabelMode_$type, /*@__PURE__*/ enumGetBox(AxisAngleLabelMode_$type, 0)], 'CompanionAxisMinorInterval:ry:st', [1, NaN], 'CompanionAxisStartAngleOffset:rz:su', [1, NaN], 'LabelMode:rd:sw', [AxisAngleLabelMode_$type, /*@__PURE__*/ enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:r9:sy', [1, 0]]);
945
+ CategoryAngleAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, CategoryAngleAxis, 'lu', ['CompanionAxisInterval:rz:st', [1, NaN], 'CompanionAxisLabelMode:re:su', [AxisAngleLabelMode_$type, /*@__PURE__*/ enumGetBox(AxisAngleLabelMode_$type, 0)], 'CompanionAxisMinorInterval:r0:sv', [1, NaN], 'CompanionAxisStartAngleOffset:r1:sw', [1, NaN], 'LabelMode:rf:sy', [AxisAngleLabelMode_$type, /*@__PURE__*/ enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:sb:s0', [1, 0]]);
934
946
  return CategoryAngleAxis;
935
947
  })();
936
948
  export { CategoryAngleAxis };
@@ -939,30 +951,30 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
939
951
  bo() {
940
952
  return new NumericAngleAxisView(this);
941
953
  }
942
- k6(a) {
943
- super.k6(a);
944
- this.tc = a;
954
+ k8(a) {
955
+ super.k8(a);
956
+ this.te = a;
945
957
  }
946
958
  al() {
947
959
  return new NumericAngleAxis();
948
960
  }
949
- km(a) {
950
- super.km(a);
951
- this.kp(a, "LabelMode");
952
- this.kp(a, "StartAngleOffset");
961
+ ko(a) {
962
+ super.ko(a);
963
+ this.kr(a, "LabelMode");
964
+ this.kr(a, "StartAngleOffset");
953
965
  }
954
- kp(a, b) {
955
- super.kp(a, b);
966
+ kr(a, b) {
967
+ super.kr(a, b);
956
968
  let c = typeCast(NumericAngleAxis.$, a);
957
969
  if (c == null) {
958
970
  return;
959
971
  }
960
972
  let d = this;
961
973
  if (b == "StartAngleOffset") {
962
- c.q5 = Axis.gs(d.tj, d.tn);
974
+ c.q7 = Axis.gu(d.tl, d.tp);
963
975
  }
964
976
  if (b == "LabelMode") {
965
- c.ta = d.s9 != 0 ? d.s9 : d.ta;
977
+ c.tc = d.tb != 0 ? d.tb : d.tc;
966
978
  }
967
979
  }
968
980
  get_dc() {
@@ -970,101 +982,101 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
970
982
  }
971
983
  constructor() {
972
984
  super();
985
+ this.th = null;
986
+ this.ti = false;
987
+ this.tj = NaN;
988
+ this.tk = 0;
973
989
  this.tf = null;
974
- this.tg = false;
975
- this.th = NaN;
976
- this.ti = 0;
977
- this.td = null;
978
990
  this.ab = NumericAngleAxis.$;
979
- this.tf = new PolarAxisRenderingManager();
980
- this.pw = this.pu();
991
+ this.th = new PolarAxisRenderingManager();
992
+ this.py = this.pw();
981
993
  }
982
994
  a0() {
983
995
  let a = new AngleAxisLabelPanel();
984
996
  a.dn = (b, c, d) => {
985
997
  let e = this.b7 != null ? this.b7.yr : Rect.empty;
986
- let f = !e.isEmpty ? this.o6 : Rect.empty;
987
- let g = this.o1();
988
- return this.tz(b, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, this.a1.bm);
998
+ let f = !e.isEmpty ? this.o8 : Rect.empty;
999
+ let g = this.o3();
1000
+ return this.t1(b, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, this.a1.bm);
989
1001
  };
990
1002
  return a;
991
1003
  }
992
- tk() {
993
- if (this.te == null) {
1004
+ tm() {
1005
+ if (this.tg == null) {
994
1006
  return 0;
995
1007
  }
996
1008
  if (!this.c2()) {
997
- return this.te.tl();
1009
+ return this.tg.tn();
998
1010
  }
999
1011
  else {
1000
- return this.te.tm((this.hr));
1012
+ return this.tg.to((this.ht));
1001
1013
  }
1002
1014
  }
1003
- tm(a) {
1015
+ to(a) {
1004
1016
  return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
1005
1017
  }
1006
- pu() {
1007
- let a = super.pu();
1018
+ pw() {
1019
+ let a = super.pw();
1008
1020
  a.b.c = (b) => {
1009
- if ((this.a4 == null || this.a4.visibility == 0) && this.te != null && this.th != b) {
1021
+ if ((this.a4 == null || this.a4.visibility == 0) && this.tg != null && this.tj != b) {
1010
1022
  let c = typeCast(XamDataChart.$, this.b7);
1011
1023
  if (c == null) {
1012
1024
  return;
1013
1025
  }
1014
- this.th = b;
1026
+ this.tj = b;
1015
1027
  this.a1.bl = b;
1016
1028
  c.pr();
1017
1029
  for (let d of fromEnum(c.zq)) {
1018
1030
  if (d != this && typeCast(AngleAxisLabelPanel.$, d.a1) !== null) {
1019
- d.bp.ao();
1031
+ d.bp.ap();
1020
1032
  }
1021
1033
  }
1022
1034
  }
1023
1035
  };
1024
1036
  a.e = (b) => {
1025
- b.n = this.tk();
1037
+ b.n = this.tm();
1026
1038
  b.r = b.n;
1027
1039
  };
1028
1040
  a.j = (b) => {
1029
1041
  let c = typeCast(PolarAxisRenderingParameters.$, b);
1030
1042
  if (c.e == c.k._inner[0]) {
1031
- this.tf.k(b.u, b.n, b.aa, b.z, b.ab, c.center, c.minAngle, c.maxAngle);
1043
+ this.th.k(b.u, b.n, b.aa, b.z, b.ab, c.center, c.minAngle, c.maxAngle);
1032
1044
  }
1033
1045
  };
1034
1046
  a.k = (b, c, d) => {
1035
1047
  let e = typeCast(PolarAxisRenderingParameters.$, b);
1036
- this.tf.o(c, d, b.aa, b.z, b.ab, e.minLength, e.maxLength, e.center);
1048
+ this.th.o(c, d, b.aa, b.z, b.ab, e.minLength, e.maxLength, e.center);
1037
1049
  };
1038
1050
  a.l = (b, c, d, e) => {
1039
1051
  let f = typeCast(PolarAxisRenderingParameters.$, b);
1040
- this.tf.p(c, d, e, f.aa, f.z, b.ab, f.minLength, f.maxLength, f.center);
1052
+ this.th.p(c, d, e, f.aa, f.z, b.ab, f.minLength, f.maxLength, f.center);
1041
1053
  };
1042
1054
  a.d = (b, c, d, e) => {
1043
- let f = typeCast(PolarAxisRenderingParameters.$, this.px(b, c, d, e));
1055
+ let f = typeCast(PolarAxisRenderingParameters.$, this.pz(b, c, d, e));
1044
1056
  return f;
1045
1057
  };
1046
1058
  a.v = () => {
1047
- if (!this.tg) {
1048
- this.tg = true;
1049
- this.te.ed();
1050
- this.tg = false;
1059
+ if (!this.ti) {
1060
+ this.ti = true;
1061
+ this.tg.ee();
1062
+ this.ti = false;
1051
1063
  }
1052
1064
  };
1053
1065
  a.m = (b, c) => this.getScaledAngle(c);
1054
- a.o = (b, c) => !c.isEmpty && !b.isEmpty && this.te != null;
1066
+ a.o = (b, c) => !c.isEmpty && !b.isEmpty && this.tg != null;
1055
1067
  a.q = (b, c) => {
1056
- if (this.tm(c - this.ti) < 0) {
1068
+ if (this.to(c - this.tk) < 0) {
1057
1069
  return false;
1058
1070
  }
1059
- if (this.tm(c - this.ti - (2 * Math.PI)) > 0) {
1071
+ if (this.to(c - this.tk - (2 * Math.PI)) > 0) {
1060
1072
  return false;
1061
1073
  }
1062
1074
  return true;
1063
1075
  };
1064
1076
  a.p = (b, c, d) => {
1065
1077
  let e = typeCast(PolarAxisRenderingParameters.$, b);
1066
- let f = this.tz(this.getScaledAngle(e.l), e.center, b.ab, b.aa, b.z, 0);
1067
- let g = this.tz(c, e.center, b.ab, b.aa, b.z, 0);
1078
+ let f = this.t1(this.getScaledAngle(e.l), e.center, b.ab, b.aa, b.z, 0);
1079
+ let g = this.t1(c, e.center, b.ab, b.aa, b.z, 0);
1068
1080
  if (d && MathUtil.h(f.x - g.x, f.y - g.y) < 2) {
1069
1081
  return false;
1070
1082
  }
@@ -1084,8 +1096,8 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
1084
1096
  };
1085
1097
  return a;
1086
1098
  }
1087
- tz(a, b, c, d, e, f) {
1088
- let g = this.tk();
1099
+ t1(a, b, c, d, e, f) {
1100
+ let g = this.tm();
1089
1101
  let h = ViewportUtils.a(f, c, d, e);
1090
1102
  if (this.a4 != null && (this.a4.c == 5 || this.a4.c == 1)) {
1091
1103
  h *= -1;
@@ -1096,79 +1108,79 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
1096
1108
  j = ViewportUtils.i(j, c, d, e);
1097
1109
  return { $type: Point_$type, x: i, y: j };
1098
1110
  }
1099
- f6(a, b) {
1111
+ f7(a, b) {
1100
1112
  return this.getScaledAngle(a);
1101
1113
  }
1102
1114
  getScaledAngle1(a, b, c) {
1103
1115
  let d = 0;
1104
1116
  if (b) {
1105
- d = (Math.log(a) - this.q7) / (this.q6 - this.q7);
1117
+ d = (Math.log(a) - this.q9) / (this.q8 - this.q9);
1106
1118
  }
1107
1119
  else {
1108
- d = (a - this.qw) / (this.qv - this.qw);
1120
+ d = (a - this.qy) / (this.qx - this.qy);
1109
1121
  }
1110
1122
  if (c) {
1111
1123
  d = 1 - d;
1112
1124
  }
1113
- return (d * 2 * Math.PI) + this.ti;
1125
+ return (d * 2 * Math.PI) + this.tk;
1114
1126
  }
1115
1127
  getScaledAngle(a) {
1116
- return this.getScaledAngle1(a, this.qh, this.dp);
1128
+ return this.getScaledAngle1(a, this.qj, this.dp);
1117
1129
  }
1118
- f9(a, b) {
1130
+ ga(a, b) {
1119
1131
  return this.getUnscaledAngle(a);
1120
1132
  }
1121
1133
  getUnscaledAngle(a) {
1122
- let b = (a - this.ti) / (2 * Math.PI);
1134
+ let b = (a - this.tk) / (2 * Math.PI);
1123
1135
  if (this.dn) {
1124
1136
  b = 1 - b;
1125
1137
  }
1126
- if (this.qh) {
1127
- return Math.exp(b * (this.q6 - this.q7) + this.q7);
1138
+ if (this.qj) {
1139
+ return Math.exp(b * (this.q8 - this.q9) + this.q9);
1128
1140
  }
1129
1141
  else {
1130
- return this.qw + b * (this.qv - this.qw);
1142
+ return this.qy + b * (this.qx - this.qy);
1131
1143
  }
1132
1144
  }
1133
- tb() {
1134
- if (this.ta == 0) {
1145
+ td() {
1146
+ if (this.tc == 0) {
1135
1147
  return 1;
1136
1148
  }
1137
1149
  else {
1138
- return this.ta;
1150
+ return this.tc;
1139
1151
  }
1140
1152
  }
1141
- la(a, b, c, d) {
1142
- super.la(a, b, c, d);
1153
+ lc(a, b, c, d) {
1154
+ super.lc(a, b, c, d);
1143
1155
  let e = typeCast(XamDataChart.$, this.b7);
1144
1156
  switch (b) {
1145
1157
  case "CrossingAxis":
1146
1158
  let f = typeCast(NumericRadiusAxis.$, d);
1147
- this.tu(f);
1159
+ this.tw(f);
1148
1160
  if (f != null) {
1149
- f.tv(this);
1161
+ f.tx(this);
1150
1162
  }
1151
- this.ly(false);
1163
+ this.l0(false);
1152
1164
  break;
1153
1165
  case NumericAngleAxis.$$p[3]:
1154
- this.ti = this.tn;
1155
- while (this.ti < 0) {
1156
- this.ti += 360;
1166
+ this.tk = this.tp;
1167
+ while (this.tk < 0) {
1168
+ this.tk += 360;
1157
1169
  }
1158
- while (this.ti >= 360) {
1159
- this.ti -= 360;
1170
+ while (this.tk >= 360) {
1171
+ this.tk -= 360;
1160
1172
  }
1161
- this.ti = (this.tn * Math.PI) / 180;
1162
- this.ly(false);
1163
- for (let g of fromEnum(this.eo())) {
1164
- g.r8(false);
1165
- g.q0();
1173
+ this.tk = (this.tp * Math.PI) / 180;
1174
+ this.l0(false);
1175
+ for (let g of fromEnum(this.ep())) {
1176
+ g.r9(false);
1177
+ g.q1();
1166
1178
  }
1167
1179
  break;
1168
1180
  case "Label":
1169
1181
  if (e != null) {
1170
1182
  for (let h of fromEnum(e.zq)) {
1171
- h.lx();
1183
+ h.lz();
1172
1184
  }
1173
1185
  }
1174
1186
  break;
@@ -1176,47 +1188,47 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
1176
1188
  if (e != null) {
1177
1189
  for (let i of fromEnum(e.zq)) {
1178
1190
  if (typeCast(NumericAngleAxis.$, i) !== null || typeCast(CategoryAngleAxis.$, i) !== null) {
1179
- i.lx();
1191
+ i.lz();
1180
1192
  }
1181
1193
  }
1182
1194
  }
1183
1195
  break;
1184
1196
  case "LabelSettings":
1185
- this.pw = this.pu();
1186
- this.ts();
1187
- this.d0 = true;
1188
- this.ly(false);
1197
+ this.py = this.pw();
1198
+ this.tu();
1199
+ this.d1 = true;
1200
+ this.l0(false);
1189
1201
  break;
1190
1202
  case NumericAngleAxis.$$p[0]:
1191
1203
  case NumericAngleAxis.$$p[1]:
1192
- this.kw(b);
1204
+ this.ky(b);
1193
1205
  break;
1194
1206
  }
1195
1207
  }
1196
- kw(a) {
1197
- super.kw(a);
1208
+ ky(a) {
1209
+ super.ky(a);
1198
1210
  switch (a) {
1199
1211
  case NumericAngleAxis.$$p[0]:
1200
1212
  case NumericAngleAxis.$$p[1]:
1201
- this.ks(a);
1213
+ this.ku(a);
1202
1214
  break;
1203
1215
  }
1204
1216
  }
1205
- ts() {
1206
- this.th = NaN;
1217
+ tu() {
1218
+ this.tj = NaN;
1207
1219
  }
1208
- py() {
1220
+ p0() {
1209
1221
  return new PolarAxisRenderingParameters();
1210
1222
  }
1211
- px(a, b, c, d) {
1212
- let e = typeCast(PolarAxisRenderingParameters.$, super.px(a, b, c, d));
1213
- let f = this.tf.h(b, a, c);
1214
- let g = this.tf.i(b, a, c);
1215
- let h = 0.5 * this.te.tg;
1216
- let i = 0.5 * this.te.tf;
1223
+ pz(a, b, c, d) {
1224
+ let e = typeCast(PolarAxisRenderingParameters.$, super.pz(a, b, c, d));
1225
+ let f = this.th.h(b, a, c);
1226
+ let g = this.th.i(b, a, c);
1227
+ let h = 0.5 * this.tg.ti;
1228
+ let i = 0.5 * this.tg.th;
1217
1229
  let j = f;
1218
1230
  let k = g;
1219
- let l = this.te.tl();
1231
+ let l = this.tg.tn();
1220
1232
  if (isNaN_(l) || isInfinity(l)) {
1221
1233
  return null;
1222
1234
  }
@@ -1227,7 +1239,7 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
1227
1239
  j = i;
1228
1240
  }
1229
1241
  let m = a.width;
1230
- this.tf.m(b, a, c, e, this.qw, this.qv, this.dn, runOn(this, this.getUnscaledAngle), m);
1242
+ this.th.m(b, a, c, e, this.qy, this.qx, this.dn, runOn(this, this.getUnscaledAngle), m);
1231
1243
  let n = { $type: Point_$type, x: 0.5, y: 0.5 };
1232
1244
  e.center = n;
1233
1245
  e.maxLength = k;
@@ -1236,7 +1248,7 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
1236
1248
  return e;
1237
1249
  }
1238
1250
  getMinMaxAngle(a, b, c, d, e) {
1239
- let f = this.tf.n(a, b, c, d, e);
1251
+ let f = this.th.n(a, b, c, d, e);
1240
1252
  d = f.p3;
1241
1253
  e = f.p4;
1242
1254
  return {
@@ -1244,45 +1256,45 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
1244
1256
  p4: e
1245
1257
  };
1246
1258
  }
1247
- lz(a) {
1248
- super.lz(a);
1259
+ l1(a) {
1260
+ super.l1(a);
1249
1261
  let b = this.b7 != null ? this.b7.yr : Rect.empty;
1250
- let c = !b.isEmpty ? this.o6 : Rect.empty;
1251
- let d = this.o1();
1252
- let e = this.o0();
1253
- let f = this.pw.c(a, c, b, d, e);
1262
+ let c = !b.isEmpty ? this.o8 : Rect.empty;
1263
+ let d = this.o3();
1264
+ let e = this.o2();
1265
+ let f = this.py.c(a, c, b, d, e);
1254
1266
  if (f != null) {
1255
- this.qu = f.f.m;
1256
- this.qx = f.f.l;
1267
+ this.qw = f.f.m;
1268
+ this.qz = f.f.l;
1257
1269
  }
1258
1270
  }
1259
- get te() {
1260
- if (this.td != null) {
1261
- return this.td;
1271
+ get tg() {
1272
+ if (this.tf != null) {
1273
+ return this.tf;
1262
1274
  }
1263
1275
  let a = typeCast(XamDataChart.$, this.b7);
1264
1276
  if (a != null) {
1265
1277
  for (let b = 0; b < a.zq.count; b++) {
1266
- if (a.zq._inner[b].du) {
1278
+ if (a.zq._inner[b].dv) {
1267
1279
  return a.zq._inner[b];
1268
1280
  }
1269
1281
  }
1270
1282
  }
1271
- return this.td;
1283
+ return this.tf;
1272
1284
  }
1273
- set te(a) {
1274
- this.td = a;
1285
+ set tg(a) {
1286
+ this.tf = a;
1275
1287
  }
1276
1288
  ap() {
1277
- return this.te;
1289
+ return this.tg;
1278
1290
  }
1279
- tu(a) {
1280
- this.te = a;
1291
+ tw(a) {
1292
+ this.tg = a;
1281
1293
  }
1282
- md(a, b) {
1283
- super.md(a, b);
1294
+ mf(a, b) {
1295
+ super.mf(a, b);
1284
1296
  if (b.height != a.height || b.width != a.width) {
1285
- this.ed();
1297
+ this.ee();
1286
1298
  }
1287
1299
  }
1288
1300
  get_bm() {
@@ -1291,11 +1303,11 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
1291
1303
  get bm() {
1292
1304
  return this.get_bm();
1293
1305
  }
1294
- ov(a, b, c, d, e) {
1295
- if (this.te == null) {
1306
+ ox(a, b, c, d, e) {
1307
+ if (this.tg == null) {
1296
1308
  return null;
1297
1309
  }
1298
- let f = typeCast(PolarAxisRenderingParameters.$, this.px(c, b, d, e));
1310
+ let f = typeCast(PolarAxisRenderingParameters.$, this.pz(c, b, d, e));
1299
1311
  if (f == null) {
1300
1312
  return null;
1301
1313
  }
@@ -1314,9 +1326,19 @@ let NumericAngleAxis = /*@__PURE__*/ (() => {
1314
1326
  m.c = { $type: Point_$type, x: k, y: l };
1315
1327
  return m;
1316
1328
  }
1329
+ gj(a) {
1330
+ let b = a - this.tk;
1331
+ if (b < 0) {
1332
+ b += Math.PI * 2;
1333
+ }
1334
+ if (b > Math.PI * 2) {
1335
+ b -= Math.PI * 2;
1336
+ }
1337
+ return b;
1338
+ }
1317
1339
  }
1318
1340
  NumericAngleAxis.$t = /*@__PURE__*/ markType(NumericAngleAxis, 'NumericAngleAxis', NumericAxisBase.$, [IAngleScaler_$type]);
1319
- NumericAngleAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, NumericAngleAxis, 'ls', ['CompanionAxisLabelMode:s9:tv', [AxisAngleLabelMode_$type, /*@__PURE__*/ enumGetBox(AxisAngleLabelMode_$type, 0)], 'CompanionAxisStartAngleOffset:tj:tw', [1, NaN], 'LabelMode:ta:tx', [AxisAngleLabelMode_$type, /*@__PURE__*/ enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:tn:ty', [1, 0]]);
1341
+ NumericAngleAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, NumericAngleAxis, 'lu', ['CompanionAxisLabelMode:tb:tx', [AxisAngleLabelMode_$type, /*@__PURE__*/ enumGetBox(AxisAngleLabelMode_$type, 0)], 'CompanionAxisStartAngleOffset:tl:ty', [1, NaN], 'LabelMode:tc:tz', [AxisAngleLabelMode_$type, /*@__PURE__*/ enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:tp:t0', [1, 0]]);
1320
1342
  return NumericAngleAxis;
1321
1343
  })();
1322
1344
  export { NumericAngleAxis };
@@ -1325,78 +1347,78 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1325
1347
  bo() {
1326
1348
  return new NumericRadiusAxisView(this);
1327
1349
  }
1328
- k6(a) {
1329
- super.k6(a);
1330
- this.tb = a;
1350
+ k8(a) {
1351
+ super.k8(a);
1352
+ this.td = a;
1331
1353
  }
1332
1354
  al() {
1333
1355
  return new NumericRadiusAxis();
1334
1356
  }
1335
- km(a) {
1336
- super.km(a);
1337
- this.kp(a, "InnerRadiusExtentScale");
1338
- this.kp(a, "RadiusExtentScale");
1357
+ ko(a) {
1358
+ super.ko(a);
1359
+ this.kr(a, "InnerRadiusExtentScale");
1360
+ this.kr(a, "RadiusExtentScale");
1339
1361
  }
1340
- kp(a, b) {
1341
- super.kp(a, b);
1362
+ kr(a, b) {
1363
+ super.kr(a, b);
1342
1364
  let c = typeCast(NumericRadiusAxis.$, a);
1343
1365
  if (c == null) {
1344
1366
  return;
1345
1367
  }
1346
1368
  let d = this;
1347
1369
  if (b == "InnerRadiusExtentScale") {
1348
- c.tp = d.tp;
1370
+ c.tr = d.tr;
1349
1371
  }
1350
1372
  if (b == "RadiusExtentScale") {
1351
- c.tq = d.tq;
1373
+ c.ts = d.ts;
1352
1374
  }
1353
1375
  }
1354
- get_du() {
1376
+ get_dv() {
1355
1377
  return true;
1356
1378
  }
1357
- f5() {
1358
- let a = this.tg;
1359
- let b = this.tf;
1360
- let c = Math.min(this.tk(), this.tj()) * (a - b) / 2;
1379
+ f6() {
1380
+ let a = this.ti;
1381
+ let b = this.th;
1382
+ let c = Math.min(this.tm(), this.tl()) * (a - b) / 2;
1361
1383
  c = Math.max(c, 14);
1362
1384
  return c;
1363
1385
  }
1364
- tk() {
1365
- return this.o6.width;
1386
+ tm() {
1387
+ return this.o8.width;
1366
1388
  }
1367
- tj() {
1368
- return this.o6.height;
1389
+ tl() {
1390
+ return this.o8.height;
1369
1391
  }
1370
1392
  constructor() {
1371
1393
  super();
1372
- this.tc = null;
1373
- this.td = false;
1374
- this.te = NaN;
1375
- this.tg = 0;
1376
- this.tf = 0;
1394
+ this.te = null;
1395
+ this.tf = false;
1396
+ this.tg = NaN;
1377
1397
  this.ti = 0;
1378
- this.s9 = null;
1398
+ this.th = 0;
1399
+ this.tk = 0;
1400
+ this.tb = null;
1379
1401
  this.ab = NumericRadiusAxis.$;
1380
- this.tg = this.tq;
1381
- this.tf = this.tp;
1382
- this.tc = new PolarAxisRenderingManager();
1383
- this.pw = this.pu();
1402
+ this.ti = this.ts;
1403
+ this.th = this.tr;
1404
+ this.te = new PolarAxisRenderingManager();
1405
+ this.py = this.pw();
1384
1406
  }
1385
1407
  a0() {
1386
1408
  return new RadialAxisLabelPanel();
1387
1409
  }
1388
- th(a) {
1410
+ tj(a) {
1389
1411
  if (a == null) {
1390
1412
  return 0;
1391
1413
  }
1392
1414
  return a;
1393
1415
  }
1394
- pu() {
1395
- let a = super.pu();
1416
+ pw() {
1417
+ let a = super.pw();
1396
1418
  a.b.c = (b) => {
1397
- if ((this.a4 == null || this.a4.visibility == 0) && this.ta != null) {
1398
- if ((this.a4 == null || (this.a4.c == 4 || this.a4.c == 5)) && this.te != b) {
1399
- this.te = b;
1419
+ if ((this.a4 == null || this.a4.visibility == 0) && this.tc != null) {
1420
+ if ((this.a4 == null || (this.a4.c == 4 || this.a4.c == 5)) && this.tg != b) {
1421
+ this.tg = b;
1400
1422
  this.a1.bl = b;
1401
1423
  this.b7.pr();
1402
1424
  }
@@ -1404,16 +1426,16 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1404
1426
  };
1405
1427
  a.k = (b, c, d) => {
1406
1428
  let e = typeCast(PolarAxisRenderingParameters.$, b);
1407
- this.tc.k(c, d, e.aa, e.z, e.ab, e.center, e.minAngle, e.maxAngle);
1429
+ this.te.k(c, d, e.aa, e.z, e.ab, e.center, e.minAngle, e.maxAngle);
1408
1430
  };
1409
1431
  a.l = (b, c, d, e) => {
1410
1432
  if (d == e) {
1411
1433
  return;
1412
1434
  }
1413
1435
  let f = typeCast(PolarAxisRenderingParameters.$, b);
1414
- this.tc.l(c, d, e, f.aa, f.z, f.ab, f.center, f.minAngle, f.maxAngle);
1436
+ this.te.l(c, d, e, f.aa, f.z, f.ab, f.center, f.minAngle, f.maxAngle);
1415
1437
  };
1416
- a.m = (b, c) => this.tm(c);
1438
+ a.m = (b, c) => this.to(c);
1417
1439
  a.q = (b, c) => {
1418
1440
  let d = typeCast(PolarAxisRenderingParameters.$, b);
1419
1441
  return c <= d.effectiveMaximum;
@@ -1424,13 +1446,13 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1424
1446
  };
1425
1447
  a.j = (b) => {
1426
1448
  let c = typeCast(PolarAxisRenderingParameters.$, b);
1427
- this.tc.o(b.u, c.crossingAngleRadians, b.aa, b.z, b.ab, c.minLength, c.maxLength, c.center);
1449
+ this.te.o(b.u, c.crossingAngleRadians, b.aa, b.z, b.ab, c.minLength, c.maxLength, c.center);
1428
1450
  };
1429
1451
  a.e = (b) => {
1430
1452
  b.n = this.a4 == null || (this.a4.c == 4 || this.a4.c == 0) ? b.aa.top : b.aa.bottom;
1431
1453
  b.r = b.n;
1432
1454
  let c = typeCast(PolarAxisRenderingParameters.$, b);
1433
- c.crossingAngleRadians = (this.th(this.hr) * Math.PI) / 180;
1455
+ c.crossingAngleRadians = (this.tj(this.ht) * Math.PI) / 180;
1434
1456
  if (this.a4 == null || (this.a4.c == 4 || this.a4.c == 5)) {
1435
1457
  c.n = ViewportUtils.i(0.5, c.ab, c.aa, c.z) - b.aa.top;
1436
1458
  c.r = c.n;
@@ -1447,7 +1469,7 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1447
1469
  };
1448
1470
  a.p = (b, c, d) => {
1449
1471
  let e = typeCast(PolarAxisRenderingParameters.$, b);
1450
- if (this.ta == null) {
1472
+ if (this.tc == null) {
1451
1473
  return false;
1452
1474
  }
1453
1475
  if (c > e.effectiveMaximum) {
@@ -1457,7 +1479,7 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1457
1479
  f = this.a4 == null || (this.a4.c == 4 || this.a4.c == 5);
1458
1480
  let g = 0;
1459
1481
  if (f) {
1460
- g = this.ti;
1482
+ g = this.tk;
1461
1483
  }
1462
1484
  let h = e.center.x + c * Math.cos(g);
1463
1485
  let i = e.center.y + c * Math.sin(g);
@@ -1483,21 +1505,21 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1483
1505
  };
1484
1506
  return a;
1485
1507
  }
1486
- f6(a, b) {
1487
- return this.tm(a);
1508
+ f7(a, b) {
1509
+ return this.to(a);
1488
1510
  }
1489
- tn(a, b, c, d, e) {
1511
+ tp(a, b, c, d, e) {
1490
1512
  let f = 0;
1491
1513
  if (b) {
1492
1514
  if (a <= 0) {
1493
- f = (Math.log(this.qw) - this.q7) / (this.q6 - this.q7);
1515
+ f = (Math.log(this.qy) - this.q9) / (this.q8 - this.q9);
1494
1516
  }
1495
1517
  else {
1496
- f = (Math.log(a) - this.q7) / (this.q6 - this.q7);
1518
+ f = (Math.log(a) - this.q9) / (this.q8 - this.q9);
1497
1519
  }
1498
1520
  }
1499
1521
  else {
1500
- f = (a - this.qw) / (this.qv - this.qw);
1522
+ f = (a - this.qy) / (this.qx - this.qy);
1501
1523
  }
1502
1524
  if (c) {
1503
1525
  f = 1 - f;
@@ -1506,80 +1528,80 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1506
1528
  f /= 2;
1507
1529
  return f;
1508
1530
  }
1509
- tm(a) {
1510
- return this.tn(a, this.qh, this.dp, this.tg, this.tf);
1511
- }
1512
1531
  to(a) {
1532
+ return this.tp(a, this.qj, this.dp, this.ti, this.th);
1533
+ }
1534
+ tq(a) {
1513
1535
  let b = a * 2;
1514
- b = (b - this.tf) / (this.tg - this.tf);
1536
+ b = (b - this.th) / (this.ti - this.th);
1515
1537
  if (this.dn) {
1516
1538
  b = 1 - b;
1517
1539
  }
1518
- if (this.qh) {
1519
- return Math.exp(b * (this.q6 - this.q7) + this.q7);
1540
+ if (this.qj) {
1541
+ return Math.exp(b * (this.q8 - this.q9) + this.q9);
1520
1542
  }
1521
1543
  else {
1522
- return this.qw + b * (this.qv - this.qw);
1544
+ return this.qy + b * (this.qx - this.qy);
1523
1545
  }
1524
1546
  }
1525
- f9(a, b) {
1526
- return this.to(a);
1547
+ ga(a, b) {
1548
+ return this.tq(a);
1527
1549
  }
1528
- la(a, b, c, d) {
1550
+ lc(a, b, c, d) {
1529
1551
  switch (b) {
1530
1552
  case "CrossingValue":
1531
- this.ti = this.th(this.hr) * Math.PI / 180;
1553
+ this.tk = this.tj(this.ht) * Math.PI / 180;
1532
1554
  break;
1533
1555
  }
1534
- super.la(a, b, c, d);
1556
+ super.lc(a, b, c, d);
1535
1557
  switch (b) {
1536
1558
  case NumericRadiusAxis.$$p[1]:
1537
- this.tg = this.tq;
1538
- if (this.tg < 0) {
1539
- this.tg = 0.1;
1559
+ this.ti = this.ts;
1560
+ if (this.ti < 0) {
1561
+ this.ti = 0.1;
1540
1562
  }
1541
- if (this.tg > 1) {
1542
- this.tg = 1;
1563
+ if (this.ti > 1) {
1564
+ this.ti = 1;
1543
1565
  }
1544
- if (this.tf >= this.tg) {
1545
- this.tf = this.tg - 0.01;
1546
- if (this.tf < 0) {
1547
- this.tf = 0;
1548
- this.tg = 0.01;
1566
+ if (this.th >= this.ti) {
1567
+ this.th = this.ti - 0.01;
1568
+ if (this.th < 0) {
1569
+ this.th = 0;
1570
+ this.ti = 0.01;
1549
1571
  }
1550
1572
  }
1551
- this.d0 = true;
1552
- this.ly(false);
1553
- if (this.ta != null) {
1554
- this.ta.lx();
1573
+ this.d1 = true;
1574
+ this.l0(false);
1575
+ if (this.tc != null) {
1576
+ this.tc.lz();
1555
1577
  }
1556
- for (let e of fromEnum(this.eo())) {
1557
- e.r8(false);
1578
+ for (let e of fromEnum(this.ep())) {
1579
+ e.r9(false);
1558
1580
  }
1559
1581
  break;
1560
1582
  case NumericRadiusAxis.$$p[0]:
1561
- this.tf = this.tp;
1562
- if (this.tf < 0) {
1563
- this.tf = 0.1;
1583
+ this.th = this.tr;
1584
+ if (this.th < 0) {
1585
+ this.th = 0.1;
1564
1586
  }
1565
- if (this.tf > 1) {
1566
- this.tf = 1;
1587
+ if (this.th > 1) {
1588
+ this.th = 1;
1567
1589
  }
1568
- if (this.tf >= this.tg) {
1569
- this.tf = this.tg - 0.01;
1570
- if (this.tf < 0) {
1571
- this.tf = 0;
1572
- this.tg = 0.01;
1590
+ if (this.th >= this.ti) {
1591
+ this.th = this.ti - 0.01;
1592
+ if (this.th < 0) {
1593
+ this.th = 0;
1594
+ this.ti = 0.01;
1573
1595
  }
1574
1596
  }
1575
- this.d0 = true;
1576
- this.ly(false);
1577
- if (this.ta != null) {
1578
- this.ta.lx();
1597
+ this.d1 = true;
1598
+ this.l0(false);
1599
+ if (this.tc != null) {
1600
+ this.tc.lz();
1579
1601
  }
1580
- for (let f of fromEnum(this.eo())) {
1581
- f.g6 = true;
1582
- f.r8(false);
1602
+ for (let f of fromEnum(this.ep())) {
1603
+ f.g7 = true;
1604
+ f.r9(false);
1583
1605
  }
1584
1606
  if (this.b7 != null) {
1585
1607
  this.b7.p6();
@@ -1589,33 +1611,33 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1589
1611
  let g = typeCast(NumericAngleAxis.$, d);
1590
1612
  let h = typeCast(CategoryAngleAxis.$, d);
1591
1613
  if (g == null && h == null) {
1592
- this.tv(null);
1614
+ this.tx(null);
1593
1615
  }
1594
1616
  if (g != null) {
1595
- this.tv(g);
1596
- g.tu(this);
1617
+ this.tx(g);
1618
+ g.tw(this);
1597
1619
  }
1598
1620
  if (h != null) {
1599
- this.tv(h);
1600
- h.sq(this);
1621
+ this.tx(h);
1622
+ h.ss(this);
1601
1623
  }
1602
- this.d0 = true;
1603
- this.ly(false);
1624
+ this.d1 = true;
1625
+ this.l0(false);
1604
1626
  break;
1605
1627
  case "IsInverted":
1606
- if (this.ta != null) {
1607
- this.ta.d0 = true;
1608
- this.ta.ly(false);
1628
+ if (this.tc != null) {
1629
+ this.tc.d1 = true;
1630
+ this.tc.l0(false);
1609
1631
  }
1610
1632
  break;
1611
1633
  }
1612
1634
  }
1613
- tv(a) {
1614
- this.ta = a;
1635
+ tx(a) {
1636
+ this.tc = a;
1615
1637
  }
1616
- get ta() {
1617
- if (this.s9 != null) {
1618
- return this.s9;
1638
+ get tc() {
1639
+ if (this.tb != null) {
1640
+ return this.tb;
1619
1641
  }
1620
1642
  let a = typeCast(XamDataChart.$, this.b7);
1621
1643
  if (a != null) {
@@ -1625,42 +1647,42 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1625
1647
  }
1626
1648
  }
1627
1649
  }
1628
- return this.s9;
1650
+ return this.tb;
1629
1651
  }
1630
- set ta(a) {
1631
- this.s9 = a;
1652
+ set tc(a) {
1653
+ this.tb = a;
1632
1654
  }
1633
1655
  ap() {
1634
- return this.ta;
1656
+ return this.tc;
1635
1657
  }
1636
- py() {
1658
+ p0() {
1637
1659
  return new PolarAxisRenderingParameters();
1638
1660
  }
1639
- px(a, b, c, d) {
1640
- let e = typeCast(PolarAxisRenderingParameters.$, super.px(a, b, c, d));
1641
- let f = this.tc.h(b, a, c);
1642
- let g = this.tc.i(b, a, c);
1643
- let h = 0.5 * this.tg;
1644
- let i = 0.5 * this.tf;
1661
+ pz(a, b, c, d) {
1662
+ let e = typeCast(PolarAxisRenderingParameters.$, super.pz(a, b, c, d));
1663
+ let f = this.te.h(b, a, c);
1664
+ let g = this.te.i(b, a, c);
1665
+ let h = 0.5 * this.ti;
1666
+ let i = 0.5 * this.th;
1645
1667
  let j, k;
1646
1668
  if (Rect.l_op_Equality(b, SeriesViewer.y4)) {
1647
- k = this.qv;
1648
- j = this.qw;
1669
+ k = this.qx;
1670
+ j = this.qy;
1649
1671
  }
1650
1672
  else {
1651
1673
  k = Math.min(g, h);
1652
- j = this.to(f);
1653
- k = this.to(k);
1654
- let l = this.tw(a, c, b, j, k);
1674
+ j = this.tq(f);
1675
+ k = this.tq(k);
1676
+ let l = this.ty(a, c, b, j, k);
1655
1677
  j = l.p3;
1656
1678
  k = l.p4;
1657
1679
  }
1658
1680
  let m = { $type: Point_$type, x: 0.5, y: 0.5 };
1659
1681
  let n = f;
1660
1682
  let o = g;
1661
- let p = Math.min(d.width, d.height) * (this.tg - this.tf) / 2;
1662
- if (this.ti == 0) {
1663
- p = d.width * (this.tg - this.tf) / 2;
1683
+ let p = Math.min(d.width, d.height) * (this.ti - this.th) / 2;
1684
+ if (this.tk == 0) {
1685
+ p = d.width * (this.ti - this.th) / 2;
1664
1686
  }
1665
1687
  e.center = m;
1666
1688
  let q = Math.max(o, n);
@@ -1669,14 +1691,14 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1669
1691
  e.minLength = r;
1670
1692
  let s = Math.min(j, k);
1671
1693
  let t = Math.max(j, k);
1672
- if (s < this.qw) {
1673
- s = this.qw;
1694
+ if (s < this.qy) {
1695
+ s = this.qy;
1674
1696
  }
1675
- if (t > this.qv) {
1676
- t = this.qv;
1697
+ if (t > this.qx) {
1698
+ t = this.qx;
1677
1699
  }
1678
- this.qz = s;
1679
- this.qy = t;
1700
+ this.q1 = s;
1701
+ this.q0 = t;
1680
1702
  e.k.add(((() => {
1681
1703
  let $ret = new RangeInfo();
1682
1704
  $ret.d = s;
@@ -1684,7 +1706,7 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1684
1706
  $ret.b = p;
1685
1707
  return $ret;
1686
1708
  })()));
1687
- let u = typeCast(IAngleScaler_$type, this.ta);
1709
+ let u = typeCast(IAngleScaler_$type, this.tc);
1688
1710
  if (u != null) {
1689
1711
  let v;
1690
1712
  let w;
@@ -1694,7 +1716,7 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1694
1716
  e.minAngle = Math.min(v, w);
1695
1717
  e.maxAngle = Math.max(v, w);
1696
1718
  }
1697
- let y = this.tl();
1719
+ let y = this.tn();
1698
1720
  if (o >= h) {
1699
1721
  o = y;
1700
1722
  }
@@ -1704,25 +1726,25 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1704
1726
  e.minLength = n;
1705
1727
  e.maxLength = o;
1706
1728
  e.effectiveMaximum = y;
1707
- e.f = this.p1;
1729
+ e.f = this.p3;
1708
1730
  let z = typeCast(LinearTickmarkValues.$, e.f);
1709
1731
  if (z != null) {
1710
- z.y = this.tr(m, e.minLength, e.maxLength, b, a, c);
1732
+ z.y = this.tt(m, e.minLength, e.maxLength, b, a, c);
1711
1733
  }
1712
1734
  return e;
1713
1735
  }
1714
- tw(a, b, c, d, e) {
1736
+ ty(a, b, c, d, e) {
1715
1737
  let f = { $type: Point_$type, x: 0.5, y: 0.5 };
1716
1738
  let g = 0;
1717
1739
  if (this.dn) {
1718
- g = this.tm(this.qw);
1740
+ g = this.to(this.qy);
1719
1741
  }
1720
1742
  else {
1721
- g = this.tm(this.qv);
1743
+ g = this.to(this.qx);
1722
1744
  }
1723
1745
  let h = 0;
1724
- if (this.hr != null) {
1725
- h = this.ti;
1746
+ if (this.ht != null) {
1747
+ h = this.tk;
1726
1748
  }
1727
1749
  let i = f.x + g * Math.cos(h);
1728
1750
  let j = f.y + g * Math.sin(h);
@@ -1732,18 +1754,18 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1732
1754
  j = ViewportUtils.i(j, c, a, b);
1733
1755
  if (i >= a.left && i <= a.right && j >= a.top && j <= a.bottom) {
1734
1756
  if (this.dn) {
1735
- e = this.qw;
1757
+ e = this.qy;
1736
1758
  }
1737
1759
  else {
1738
- e = this.qv;
1760
+ e = this.qx;
1739
1761
  }
1740
1762
  }
1741
1763
  if (f.x >= a.left && f.x <= a.right && f.y >= a.top && f.y <= a.bottom) {
1742
1764
  if (this.dn) {
1743
- d = this.qv;
1765
+ d = this.qx;
1744
1766
  }
1745
1767
  else {
1746
- d = this.qw;
1768
+ d = this.qy;
1747
1769
  }
1748
1770
  }
1749
1771
  return {
@@ -1751,7 +1773,7 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1751
1773
  p4: e
1752
1774
  };
1753
1775
  }
1754
- tr(a, b, c, d, e, f) {
1776
+ tt(a, b, c, d, e, f) {
1755
1777
  let g = ViewportUtils.d(c - b, d, e, f);
1756
1778
  let h = g / Math.min(e.width, e.height);
1757
1779
  if (h > 0.7) {
@@ -1759,45 +1781,45 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1759
1781
  }
1760
1782
  return 5;
1761
1783
  }
1762
- tl() {
1784
+ tn() {
1763
1785
  let a = 0;
1764
1786
  if (!this.dn) {
1765
- a = this.tm(this.qv);
1787
+ a = this.to(this.qx);
1766
1788
  }
1767
1789
  else {
1768
- a = this.tm(this.qw);
1790
+ a = this.to(this.qy);
1769
1791
  }
1770
1792
  return a;
1771
1793
  }
1772
- sm(a) {
1773
- if (this.ta != null) {
1774
- this.ta.lx();
1794
+ so(a) {
1795
+ if (this.tc != null) {
1796
+ this.tc.lz();
1775
1797
  }
1776
1798
  }
1777
- lz(a) {
1778
- super.lz(a);
1799
+ l1(a) {
1800
+ super.l1(a);
1779
1801
  let b = this.b7 != null ? this.b7.yr : Rect.empty;
1780
- let c = !b.isEmpty ? this.o6 : Rect.empty;
1781
- let d = this.o1();
1782
- let e = this.o0();
1783
- let f = this.pw.c(a, c, b, d, e);
1802
+ let c = !b.isEmpty ? this.o8 : Rect.empty;
1803
+ let d = this.o3();
1804
+ let e = this.o2();
1805
+ let f = this.py.c(a, c, b, d, e);
1784
1806
  if (f != null) {
1785
- this.qu = f.f.m;
1786
- this.qx = f.f.l;
1807
+ this.qw = f.f.m;
1808
+ this.qz = f.f.l;
1787
1809
  }
1788
1810
  }
1789
- md(a, b) {
1790
- super.md(a, b);
1811
+ mf(a, b) {
1812
+ super.mf(a, b);
1791
1813
  if (b.height != a.height || b.width != a.width) {
1792
- this.ed();
1814
+ this.ee();
1793
1815
  }
1794
1816
  }
1795
- tu(a, b, c, d, e) {
1796
- let f = typeCast(IPolarRadialRenderingParameters_$type, this.px(b, c, d, e));
1817
+ tw(a, b, c, d, e) {
1818
+ let f = typeCast(IPolarRadialRenderingParameters_$type, this.pz(b, c, d, e));
1797
1819
  if (f == null) {
1798
1820
  return;
1799
1821
  }
1800
- this.tc.l(a.d, f.minLength, f.maxLength, b, d, c, f.center, f.minAngle, f.maxAngle);
1822
+ this.te.l(a.d, f.minLength, f.maxLength, b, d, c, f.center, f.minAngle, f.maxAngle);
1801
1823
  }
1802
1824
  get_bm() {
1803
1825
  return 3;
@@ -1805,8 +1827,8 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1805
1827
  get bm() {
1806
1828
  return this.get_bm();
1807
1829
  }
1808
- ov(a, b, c, d, e) {
1809
- let f = typeCast(PolarAxisRenderingParameters.$, this.px(c, b, d, e));
1830
+ ox(a, b, c, d, e) {
1831
+ let f = typeCast(PolarAxisRenderingParameters.$, this.pz(c, b, d, e));
1810
1832
  let g = a;
1811
1833
  let h = new PathGeometry();
1812
1834
  let i = ViewportUtils.d(g, b, c, d);
@@ -1858,7 +1880,7 @@ let NumericRadiusAxis = /*@__PURE__*/ (() => {
1858
1880
  }
1859
1881
  }
1860
1882
  NumericRadiusAxis.$t = /*@__PURE__*/ markType(NumericRadiusAxis, 'NumericRadiusAxis', NumericAxisBase.$);
1861
- NumericRadiusAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, NumericRadiusAxis, 'ls', ['InnerRadiusExtentScale:tp:tx', [1, 0], 'RadiusExtentScale:tq:ty', [1, 0.75]]);
1883
+ NumericRadiusAxis.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, NumericRadiusAxis, 'lu', ['InnerRadiusExtentScale:tr:tz', [1, 0], 'RadiusExtentScale:ts:t0', [1, 0.75]]);
1862
1884
  return NumericRadiusAxis;
1863
1885
  })();
1864
1886
  export { NumericRadiusAxis };
@@ -1902,12 +1924,12 @@ let AngleAxisLabelPanelView = /*@__PURE__*/ (() => {
1902
1924
  this.az.dg = -1.7976931348623157E+308;
1903
1925
  let c = 0;
1904
1926
  if (typeCast(CategoryAngleAxis.$, this.az.ae) !== null) {
1905
- c = this.az.ae.r0() * this.az.ae.o6.width;
1927
+ c = this.az.ae.r2() * this.az.ae.o8.width;
1906
1928
  }
1907
1929
  else if (typeCast(NumericAngleAxis.$, this.az.ae) !== null) {
1908
- c = this.az.ae.tk() * this.az.ae.o6.width;
1930
+ c = this.az.ae.tm() * this.az.ae.o8.width;
1909
1931
  }
1910
- let d = { $type: Point_$type, x: this.az.ae.o6.width * 0.5, y: this.az.ae.o6.width * 0.5 };
1932
+ let d = { $type: Point_$type, x: this.az.ae.o8.width * 0.5, y: this.az.ae.o8.width * 0.5 };
1911
1933
  for (let e = 0; e < this.a.bg.count; e++) {
1912
1934
  let f = this.a.bg._inner[e];
1913
1935
  let g = this.a.bf._inner[e];
@@ -1955,13 +1977,13 @@ let CategoryAngleAxisView = /*@__PURE__*/ (() => {
1955
1977
  class CategoryAngleAxisView extends CategoryAxisBaseView {
1956
1978
  constructor(a) {
1957
1979
  super(a);
1958
- this.bs = null;
1959
- this.bs = a;
1980
+ this.bv = null;
1981
+ this.bv = a;
1960
1982
  }
1961
- ar() {
1962
- super.ar();
1963
- this.b.ol = AxisDefaults.axis_MajorBrush;
1964
- this.b.op = AxisDefaults.axis_LineBrush;
1983
+ as() {
1984
+ super.as();
1985
+ this.c.on = AxisDefaults.axis_MajorBrush;
1986
+ this.c.or = AxisDefaults.axis_LineBrush;
1965
1987
  }
1966
1988
  }
1967
1989
  CategoryAngleAxisView.$t = /*@__PURE__*/ markType(CategoryAngleAxisView, 'CategoryAngleAxisView', CategoryAxisBaseView.$);
@@ -1972,13 +1994,13 @@ let NumericAngleAxisView = /*@__PURE__*/ (() => {
1972
1994
  class NumericAngleAxisView extends NumericAxisBaseView {
1973
1995
  constructor(a) {
1974
1996
  super(a);
1975
- this.bs = null;
1976
- this.bs = a;
1997
+ this.bv = null;
1998
+ this.bv = a;
1977
1999
  }
1978
- ar() {
1979
- super.ar();
1980
- this.b.ol = AxisDefaults.axis_MajorBrush;
1981
- this.b.op = AxisDefaults.axis_LineBrush;
2000
+ as() {
2001
+ super.as();
2002
+ this.c.on = AxisDefaults.axis_MajorBrush;
2003
+ this.c.or = AxisDefaults.axis_LineBrush;
1982
2004
  }
1983
2005
  }
1984
2006
  NumericAngleAxisView.$t = /*@__PURE__*/ markType(NumericAngleAxisView, 'NumericAngleAxisView', NumericAxisBaseView.$);
@@ -1989,13 +2011,45 @@ let NumericRadiusAxisView = /*@__PURE__*/ (() => {
1989
2011
  class NumericRadiusAxisView extends NumericAxisBaseView {
1990
2012
  constructor(a) {
1991
2013
  super(a);
1992
- this.bs = null;
1993
- this.bs = a;
1994
- }
1995
- ar() {
1996
- super.ar();
1997
- this.b.ol = AxisDefaults.axis_MajorBrush;
1998
- this.b.op = AxisDefaults.axis_LineBrush;
2014
+ this.bv = null;
2015
+ this.bv = a;
2016
+ }
2017
+ as() {
2018
+ super.as();
2019
+ this.c.on = AxisDefaults.axis_MajorBrush;
2020
+ this.c.or = AxisDefaults.axis_LineBrush;
2021
+ }
2022
+ a(a) {
2023
+ let b = new Rect(0, a.n, a.o, a.m, a.l);
2024
+ let c = new Array(4);
2025
+ c[0] = RectUtil.n(b);
2026
+ c[1] = RectUtil.o(b);
2027
+ c[2] = RectUtil.k(b);
2028
+ c[3] = RectUtil.j(b);
2029
+ if (a.j != null) {
2030
+ let d = { $type: Point_$type, x: this.f.c6.x + (this.f.c6.width * 0.5), y: this.f.c6.y };
2031
+ let e = 0;
2032
+ if (this.bv.ht != null && this.bv.an != null && this.bv.an.dc) {
2033
+ e = Convert.toDouble3(this.bv.ht);
2034
+ }
2035
+ let f = this.bv.oy(b, a.j, d, e);
2036
+ let g = this.f.ad(b, f);
2037
+ if (g.length > 0) {
2038
+ c[0] = g[0];
2039
+ c[1] = g[1];
2040
+ c[2] = g[2];
2041
+ c[3] = g[3];
2042
+ }
2043
+ }
2044
+ let h = new Array(7);
2045
+ h[0] = c[0];
2046
+ h[1] = c[1];
2047
+ h[2] = c[2];
2048
+ h[3] = c[3];
2049
+ h[4] = { $type: Point_$type, x: (h[3].x - h[0].x) * 0.5 + h[0].x, y: (h[3].y - h[0].y) * 0.5 + h[0].y };
2050
+ h[6] = { $type: Point_$type, x: (h[2].x - h[1].x) * 0.5 + h[1].x, y: (h[2].y - h[1].y) * 0.5 + h[1].y };
2051
+ h[5] = { $type: Point_$type, x: (h[6].x - h[4].x) * 0.5 + h[4].x, y: (h[6].y - h[4].y) * 0.5 + h[4].y };
2052
+ return h;
1999
2053
  }
2000
2054
  }
2001
2055
  NumericRadiusAxisView.$t = /*@__PURE__*/ markType(NumericRadiusAxisView, 'NumericRadiusAxisView', NumericAxisBaseView.$);