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
@@ -46,6 +46,8 @@ import { Size } from "igniteui-webcomponents-core";
46
46
  import { CategoryAxisBaseView } from "./CategoryAxisBaseView";
47
47
  import { AxisDefaults } from "./AxisDefaults";
48
48
  import { NumericAxisBaseView } from "./NumericAxisBaseView";
49
+ import { RectUtil } from "igniteui-webcomponents-core";
50
+ import { Convert } from "igniteui-webcomponents-core";
49
51
  /**
50
52
  * @hidden
51
53
  */
@@ -73,7 +75,7 @@ export var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super)
73
75
  if (!Extensions.b(b)) {
74
76
  return false;
75
77
  }
76
- if (this.ae == null || this.ae.o6.isEmpty) {
78
+ if (this.ae == null || this.ae.o8.isEmpty) {
77
79
  return _super.prototype.aw.call(this, a, b);
78
80
  }
79
81
  return true;
@@ -86,10 +88,10 @@ export var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super)
86
88
  }
87
89
  var c = 1;
88
90
  if (typeCast(CategoryAngleAxis.$, this.ae) !== null) {
89
- c = this.ae.re();
91
+ c = this.ae.rg();
90
92
  }
91
93
  else if (typeCast(NumericAngleAxis.$, this.ae) !== null) {
92
- c = this.ae.tb();
94
+ c = this.ae.td();
93
95
  }
94
96
  if (c == 2) {
95
97
  this.de.a0(a, b);
@@ -151,7 +153,7 @@ export var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super)
151
153
  var c = new List$1(Axis.$, 0);
152
154
  for (var d = 0; d < a.zq.count; d++) {
153
155
  var e = a.zq._inner[d];
154
- 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)) {
156
+ 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)) {
155
157
  c.add(e);
156
158
  }
157
159
  }
@@ -163,7 +165,7 @@ export var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super)
163
165
  if (f > 0) {
164
166
  if (typeCast(CategoryAngleAxis.$, c._inner[f - 1]) !== null) {
165
167
  var h = c._inner[f - 1];
166
- if (h.rd == 2) {
168
+ if (h.rf == 2) {
167
169
  g += h.a1.dg;
168
170
  }
169
171
  else {
@@ -172,7 +174,7 @@ export var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super)
172
174
  }
173
175
  else if (typeCast(NumericAngleAxis.$, c._inner[f - 1]) !== null) {
174
176
  var i = c._inner[f - 1];
175
- if (i.rd == 2) {
177
+ if (i.rf == 2) {
176
178
  g += i.a1.dg;
177
179
  }
178
180
  else {
@@ -196,7 +198,7 @@ export var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super)
196
198
  var c = new List$1(Axis.$, 0);
197
199
  for (var d = 0; d < a.zq.count; d++) {
198
200
  var e = a.zq._inner[d];
199
- 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)) {
201
+ 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)) {
200
202
  c.add(e);
201
203
  }
202
204
  }
@@ -212,7 +214,7 @@ export var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super)
212
214
  else {
213
215
  if (typeCast(CategoryAngleAxis.$, c._inner[f - 1]) !== null) {
214
216
  var i = c._inner[f - 1];
215
- if (i.rd == 2) {
217
+ if (i.rf == 2) {
216
218
  g += i.a1.dg;
217
219
  }
218
220
  else {
@@ -221,7 +223,7 @@ export var AngleAxisLabelPanel = /** @class */ /*@__PURE__*/ (function (_super)
221
223
  }
222
224
  else if (typeCast(NumericAngleAxis.$, c._inner[f - 1]) !== null) {
223
225
  var j = c._inner[f - 1];
224
- if (j.ta == 2) {
226
+ if (j.tc == 2) {
225
227
  g += j.a1.dg;
226
228
  }
227
229
  else {
@@ -248,70 +250,70 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
248
250
  __extends(CategoryAngleAxis, _super);
249
251
  function CategoryAngleAxis() {
250
252
  var _this = _super.call(this) || this;
253
+ _this.rn = null;
254
+ _this.rk = null;
255
+ _this.ro = false;
256
+ _this.rv = NaN;
251
257
  _this.rl = null;
252
- _this.ri = null;
253
- _this.rm = false;
254
- _this.rt = NaN;
255
- _this.rj = null;
258
+ _this.rw = 0;
259
+ _this.rt = 0;
256
260
  _this.ru = 0;
257
- _this.rr = 0;
258
- _this.rs = 0;
259
- _this.sa = 1;
261
+ _this.sc = 1;
260
262
  _this.ab = CategoryAngleAxis.$;
261
- _this.ri = _this.rh();
262
- _this.rl = new PolarAxisRenderingManager();
263
+ _this.rk = _this.rj();
264
+ _this.rn = new PolarAxisRenderingManager();
263
265
  return _this;
264
266
  }
265
267
  CategoryAngleAxis.prototype.bo = function () {
266
268
  return new CategoryAngleAxisView(this);
267
269
  };
268
- CategoryAngleAxis.prototype.k6 = function (a) {
269
- _super.prototype.k6.call(this, a);
270
- this.rg = a;
270
+ CategoryAngleAxis.prototype.k8 = function (a) {
271
+ _super.prototype.k8.call(this, a);
272
+ this.ri = a;
271
273
  };
272
274
  CategoryAngleAxis.prototype.al = function () {
273
275
  return new CategoryAngleAxis();
274
276
  };
275
- CategoryAngleAxis.prototype.km = function (a) {
276
- _super.prototype.km.call(this, a);
277
- this.kp(a, "ActualInterval");
278
- this.kp(a, "ActualMinorInterval");
279
- this.kp(a, "StartAngleOffset");
280
- this.kp(a, "LabelMode");
277
+ CategoryAngleAxis.prototype.ko = function (a) {
278
+ _super.prototype.ko.call(this, a);
279
+ this.kr(a, "ActualInterval");
280
+ this.kr(a, "ActualMinorInterval");
281
+ this.kr(a, "StartAngleOffset");
282
+ this.kr(a, "LabelMode");
281
283
  };
282
- CategoryAngleAxis.prototype.kp = function (a, b) {
283
- _super.prototype.kp.call(this, a, b);
284
+ CategoryAngleAxis.prototype.kr = function (a, b) {
285
+ _super.prototype.kr.call(this, a, b);
284
286
  var c = typeCast(CategoryAngleAxis.$, a);
285
287
  if (c == null) {
286
288
  return;
287
289
  }
288
290
  var d = this;
289
291
  if (b == "ActualMinorInterval") {
290
- c.r7 = Axis.gs(d.ry, d.rw);
292
+ c.r9 = Axis.gu(d.r0, d.ry);
291
293
  }
292
294
  if (b == "ActualInterval") {
293
- c.r6 = Axis.gs(d.rx, d.rv);
295
+ c.r8 = Axis.gu(d.rz, d.rx);
294
296
  }
295
297
  if (b == "StartAngleOffset") {
296
- c.r6 = Axis.gs(d.rz, d.r9);
298
+ c.r8 = Axis.gu(d.r1, d.sb);
297
299
  }
298
300
  if (b == "LabelMode") {
299
- c.rd = d.rc != 0 ? d.rc : d.rd;
301
+ c.rf = d.re != 0 ? d.re : d.rf;
300
302
  }
301
303
  };
302
304
  CategoryAngleAxis.prototype.get_dc = function () {
303
305
  return true;
304
306
  };
305
- CategoryAngleAxis.prototype.kw = function (a) {
306
- _super.prototype.kw.call(this, a);
307
+ CategoryAngleAxis.prototype.ky = function (a) {
308
+ _super.prototype.ky.call(this, a);
307
309
  switch (a) {
308
310
  case CategoryAngleAxis.$$p[0]:
309
311
  case CategoryAngleAxis.$$p[2]:
310
- this.kr(a);
312
+ this.kt(a);
311
313
  break;
312
314
  case CategoryAngleAxis.$$p[1]:
313
315
  case CategoryAngleAxis.$$p[3]:
314
- this.ks(a);
316
+ this.ku(a);
315
317
  break;
316
318
  }
317
319
  };
@@ -320,33 +322,33 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
320
322
  var a = new AngleAxisLabelPanel();
321
323
  a.dn = function (b, c, d) {
322
324
  var e = _this.b7 != null ? _this.b7.yr : Rect.empty;
323
- var f = !e.isEmpty ? _this.o6 : Rect.empty;
324
- var g = _this.o1();
325
- switch (_this.rd) {
326
- case 2: return _this.sz(b, c, d, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, _this.a1.bm);
325
+ var f = !e.isEmpty ? _this.o8 : Rect.empty;
326
+ var g = _this.o3();
327
+ switch (_this.rf) {
328
+ case 2: return _this.s1(b, c, d, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, _this.a1.bm);
327
329
  case 0:
328
330
  case 1:
329
- default: return _this.s0(b, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, _this.a1.bm);
331
+ default: return _this.s2(b, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, _this.a1.bm);
330
332
  }
331
333
  };
332
334
  return a;
333
335
  };
334
- CategoryAngleAxis.prototype.rp = function (a) {
336
+ CategoryAngleAxis.prototype.rr = function (a) {
335
337
  return false;
336
338
  };
337
- CategoryAngleAxis.prototype.sj = function () {
339
+ CategoryAngleAxis.prototype.sl = function () {
338
340
  return null;
339
341
  };
340
- CategoryAngleAxis.prototype.r8 = function (a) {
342
+ CategoryAngleAxis.prototype.sa = function (a) {
341
343
  return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
342
344
  };
343
- CategoryAngleAxis.prototype.rh = function () {
345
+ CategoryAngleAxis.prototype.rj = function () {
344
346
  var _this = this;
345
347
  var a = ((function () {
346
348
  var $ret = new AxisLabelManager();
347
349
  $ret.a = _this;
348
- $ret.f = _this.er;
349
- $ret.e = _this.eq;
350
+ $ret.f = _this.es;
351
+ $ret.e = _this.er;
350
352
  $ret.b = _this.a1;
351
353
  return $ret;
352
354
  })());
@@ -355,58 +357,58 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
355
357
  }
356
358
  var b = new CategoryAxisRenderer(a);
357
359
  b.u = function () {
358
- var c = _this.bp.ba();
359
- var d = _this.bp.bd();
360
- var e = _this.bp.bb();
361
- var f = _this.bp.bc();
362
- _this.ma();
363
- _this.kk(c);
364
- _this.kk(d);
365
- _this.kk(e);
366
- _this.kk(f);
360
+ var c = _this.bp.bb();
361
+ var d = _this.bp.be();
362
+ var e = _this.bp.bc();
363
+ var f = _this.bp.bd();
364
+ _this.mc();
365
+ _this.km(c);
366
+ _this.km(d);
367
+ _this.km(e);
368
+ _this.km(f);
367
369
  };
368
- b.o = function (c, d) { return !d.isEmpty && !c.isEmpty && _this.rk != null; };
369
- b.d = function (c, d, e, f) { return _this.rf(c, d, e, f); };
370
+ b.o = function (c, d) { return !d.isEmpty && !c.isEmpty && _this.rm != null; };
371
+ b.d = function (c, d, e, f) { return _this.rh(c, d, e, f); };
370
372
  b.v = function () {
371
- if (!_this.rm) {
372
- _this.rm = true;
373
- _this.rk.ed();
374
- _this.rm = false;
373
+ if (!_this.ro) {
374
+ _this.ro = true;
375
+ _this.rm.ee();
376
+ _this.ro = false;
375
377
  }
376
378
  };
377
379
  b.g = function (c, d) {
378
380
  var e = typeGetValue(c);
379
- if (e == _this.qa - 1) {
381
+ if (e == _this.qc - 1) {
380
382
  if (_this.ds) {
381
- if (_this.rp(e)) {
382
- return _this.sj();
383
+ if (_this.rr(e)) {
384
+ return _this.sl();
383
385
  }
384
386
  }
385
387
  }
386
- if (e > _this.qa - 1) {
387
- e -= _this.qa;
388
+ if (e > _this.qc - 1) {
389
+ e -= _this.qc;
388
390
  }
389
- if (_this.rq(e)) {
391
+ if (_this.rs(e)) {
390
392
  return null;
391
393
  }
392
- var f = _this.pm.item(e);
393
- return _this.hw(f);
394
+ var f = _this.po.item(e);
395
+ return _this.hy(f);
394
396
  };
395
397
  b.b.c = function (c) {
396
398
  var e_1, _a;
397
- if ((_this.a4 == null || _this.a4.visibility == 0) && _this.rk != null && _this.rt != c) {
399
+ if ((_this.a4 == null || _this.a4.visibility == 0) && _this.rm != null && _this.rv != c) {
398
400
  var d = typeCast(XamDataChart.$, _this.b7);
399
401
  if (d == null) {
400
402
  return;
401
403
  }
402
- _this.rt = c;
404
+ _this.rv = c;
403
405
  _this.a1.bl = c;
404
406
  d.pr();
405
407
  try {
406
408
  for (var _b = __values(fromEnum(d.zq)), _c = _b.next(); !_c.done; _c = _b.next()) {
407
409
  var e = _c.value;
408
410
  if (e != _this && typeCast(AngleAxisLabelPanel.$, e.a1) !== null) {
409
- e.bp.ao();
411
+ e.bp.ap();
410
412
  }
411
413
  }
412
414
  }
@@ -427,18 +429,18 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
427
429
  };
428
430
  b.k = function (c, d, e) {
429
431
  var f = typeCast(RadialAxisRenderingParameters.$, c);
430
- _this.rl.o(d, e, c.aa, c.z, c.ab, f.minLength, f.maxLength, f.center);
432
+ _this.rn.o(d, e, c.aa, c.z, c.ab, f.minLength, f.maxLength, f.center);
431
433
  };
432
434
  b.l = function (c, d, e, f) {
433
435
  var g = typeCast(RadialAxisRenderingParameters.$, c);
434
- _this.rl.p(d, e, f, g.aa, g.z, c.ab, g.minLength, g.maxLength, g.center);
436
+ _this.rn.p(d, e, f, g.aa, g.z, c.ab, g.minLength, g.maxLength, g.center);
435
437
  };
436
438
  b.m = function (c, d) { return _this.getScaledAngle(d); };
437
439
  b.q = function (c, d) {
438
- if (_this.r8(d - _this.ru) < 0) {
440
+ if (_this.sa(d - _this.rw) < 0) {
439
441
  return false;
440
442
  }
441
- if (_this.r8(d - _this.ru - (2 * Math.PI)) > 0) {
443
+ if (_this.sa(d - _this.rw - (2 * Math.PI)) > 0) {
442
444
  return false;
443
445
  }
444
446
  return true;
@@ -446,11 +448,11 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
446
448
  b.j = function (c) {
447
449
  var d = typeCast(RadialAxisRenderingParameters.$, c);
448
450
  if (d.e == d.k._inner[0]) {
449
- _this.rl.k(c.u, c.n, c.aa, c.z, c.ab, d.center, d.minAngle, d.maxAngle);
451
+ _this.rn.k(c.u, c.n, c.aa, c.z, c.ab, d.center, d.minAngle, d.maxAngle);
450
452
  }
451
453
  };
452
454
  b.e = function (c) {
453
- c.n = _this.r0();
455
+ c.n = _this.r2();
454
456
  c.r = c.n;
455
457
  };
456
458
  b.p = function (c, d, e) {
@@ -458,7 +460,7 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
458
460
  if (e) {
459
461
  return false;
460
462
  }
461
- var g = _this.s0(d, f.center, c.ab, c.aa, c.z, 0);
463
+ var g = _this.s2(d, f.center, c.ab, c.aa, c.z, 0);
462
464
  if (g.x < c.aa.right && g.x >= c.aa.left && g.y < c.aa.bottom && g.y >= c.aa.top) {
463
465
  return true;
464
466
  }
@@ -470,21 +472,21 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
470
472
  var i = d;
471
473
  if (_this.categoryMode != 0) {
472
474
  var j = (e * f) + 1;
473
- j = Math.min(j, _this.qa);
474
- var k = _this.f6(j, h);
475
+ j = Math.min(j, _this.qc);
476
+ var k = _this.f7(j, h);
475
477
  i = (d + k) / 2;
476
478
  }
477
479
  return i;
478
480
  };
479
481
  b.f = runOn(this, this.getGroupCenter);
480
- b.i = runOn(this, this.r5);
482
+ b.i = runOn(this, this.r7);
481
483
  return b;
482
484
  };
483
- CategoryAngleAxis.prototype.rq = function (a) {
485
+ CategoryAngleAxis.prototype.rs = function (a) {
484
486
  return false;
485
487
  };
486
- CategoryAngleAxis.prototype.s0 = function (a, b, c, d, e, f) {
487
- var g = this.r0();
488
+ CategoryAngleAxis.prototype.s2 = function (a, b, c, d, e, f) {
489
+ var g = this.r2();
488
490
  var h = ViewportUtils.a(f, c, d, e);
489
491
  if (this.a4 != null && (this.a4.c == 5 || this.a4.c == 1)) {
490
492
  h *= -1;
@@ -495,9 +497,9 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
495
497
  j = ViewportUtils.i(j, c, d, e);
496
498
  return { $type: Point_$type, x: i, y: j };
497
499
  };
498
- CategoryAngleAxis.prototype.sz = function (a, b, c, d, e, f, g, h) {
500
+ CategoryAngleAxis.prototype.s1 = function (a, b, c, d, e, f, g, h) {
499
501
  if (!isNaN_(b) && !isNaN_(c)) {
500
- var i = this.r0();
502
+ var i = this.r2();
501
503
  var j = b / f.width;
502
504
  var k = c / f.width;
503
505
  var l = ViewportUtils.a(h, e, f, g);
@@ -509,30 +511,30 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
509
511
  return { $type: Point_$type, x: n, y: o };
510
512
  }
511
513
  else {
512
- return this.s0(a, d, e, f, g, h);
514
+ return this.s2(a, d, e, f, g, h);
513
515
  }
514
516
  };
515
- CategoryAngleAxis.prototype.r0 = function () {
516
- if (this.rk == null) {
517
+ CategoryAngleAxis.prototype.r2 = function () {
518
+ if (this.rm == null) {
517
519
  return 0;
518
520
  }
519
521
  if (!this.c2()) {
520
- return this.rk.tl();
522
+ return this.rm.tn();
521
523
  }
522
524
  else {
523
- return this.rk.tm((this.hr));
525
+ return this.rm.to((this.ht));
524
526
  }
525
527
  };
526
- CategoryAngleAxis.prototype.rf = function (a, b, c, d) {
527
- if (this.pm == null) {
528
+ CategoryAngleAxis.prototype.rh = function (a, b, c, d) {
529
+ if (this.po == null) {
528
530
  return null;
529
531
  }
530
532
  var e = new RadialAxisRenderingParameters();
531
- var f = this.qb - 1;
532
- var g = this.bp.ba();
533
- var h = this.bp.bd();
534
- var i = this.bp.bb();
535
- var j = this.bp.bc();
533
+ var f = this.qd - 1;
534
+ var g = this.bp.bb();
535
+ var h = this.bp.be();
536
+ var i = this.bp.bc();
537
+ var j = this.bp.bd();
536
538
  e.u = g;
537
539
  e.x = h;
538
540
  e.v = i;
@@ -544,19 +546,19 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
544
546
  e.z = c;
545
547
  e.y = d;
546
548
  e.ab = b;
547
- e.g = this.ro();
548
- e.p = this.r6;
549
- e.o = this.gm();
550
- e.s = this.sc();
551
- e.q = this.r7;
552
- e.t = this.hx;
553
- var k = this.rl.h(b, a, c);
554
- var l = this.rl.i(b, a, c);
555
- var m = 0.5 * this.rk.tg;
556
- var n = 0.5 * this.rk.tf;
549
+ e.g = this.rq();
550
+ e.p = this.r8;
551
+ e.o = this.go();
552
+ e.s = this.se();
553
+ e.q = this.r9;
554
+ e.t = this.hz;
555
+ var k = this.rn.h(b, a, c);
556
+ var l = this.rn.i(b, a, c);
557
+ var m = 0.5 * this.rm.ti;
558
+ var n = 0.5 * this.rm.th;
557
559
  var o = k;
558
560
  var p = l;
559
- var q = this.rk.tl();
561
+ var q = this.rm.tn();
560
562
  if (isNaN_(q) || isInfinity(q)) {
561
563
  return null;
562
564
  }
@@ -567,26 +569,26 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
567
569
  o = n;
568
570
  }
569
571
  var r = a.width;
570
- this.rl.m(b, a, c, e, 0, this.qb, this.dn, runOn(this, this.getUnscaledAngle), r);
572
+ this.rn.m(b, a, c, e, 0, this.qd, this.dn, runOn(this, this.getUnscaledAngle), r);
571
573
  var s = { $type: Point_$type, x: 0.5, y: 0.5 };
572
574
  e.center = s;
573
575
  e.maxLength = p;
574
576
  e.minLength = o;
575
577
  e.effectiveMaximum = q;
576
- e.af = this.qb;
578
+ e.af = this.qd;
577
579
  e.ac = this.categoryMode;
578
580
  e.ae = true;
579
581
  e.ad = this.dn;
580
- e.ag = this.qc;
582
+ e.ag = this.qe;
581
583
  e.f = new CategoryTickmarkValues();
582
- e.j = this.ea;
584
+ e.j = this.eb;
583
585
  return e;
584
586
  };
585
- CategoryAngleAxis.prototype.sc = function () {
587
+ CategoryAngleAxis.prototype.se = function () {
586
588
  return -1;
587
589
  };
588
590
  CategoryAngleAxis.prototype.getMinMaxAngle = function (a, b, c, d, e) {
589
- var f = this.rl.n(a, b, c, d, e);
591
+ var f = this.rn.n(a, b, c, d, e);
590
592
  d = f.p3;
591
593
  e = f.p4;
592
594
  return {
@@ -596,12 +598,12 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
596
598
  };
597
599
  CategoryAngleAxis.prototype.ac = function () {
598
600
  _super.prototype.ac.call(this);
599
- this.ly(false);
601
+ this.l0(false);
600
602
  };
601
- Object.defineProperty(CategoryAngleAxis.prototype, "rk", {
603
+ Object.defineProperty(CategoryAngleAxis.prototype, "rm", {
602
604
  get: function () {
603
- if (this.rj != null) {
604
- return this.rj;
605
+ if (this.rl != null) {
606
+ return this.rl;
605
607
  }
606
608
  var a = typeCast(XamDataChart.$, this.b7);
607
609
  if (a != null) {
@@ -611,119 +613,119 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
611
613
  }
612
614
  }
613
615
  }
614
- return this.rj;
616
+ return this.rl;
615
617
  },
616
618
  set: function (a) {
617
- this.rj = a;
619
+ this.rl = a;
618
620
  },
619
621
  enumerable: false,
620
622
  configurable: true
621
623
  });
622
624
  CategoryAngleAxis.prototype.ap = function () {
623
- return this.rk;
625
+ return this.rm;
624
626
  };
625
- CategoryAngleAxis.prototype.re = function () {
626
- if (this.rd == 0) {
627
+ CategoryAngleAxis.prototype.rg = function () {
628
+ if (this.rf == 0) {
627
629
  return 1;
628
630
  }
629
631
  else {
630
- return this.rd;
632
+ return this.rf;
631
633
  }
632
634
  };
633
635
  CategoryAngleAxis.prototype.getCategorySize = function (a, b, c) {
634
- return 2 * Math.PI / this.qa;
636
+ return 2 * Math.PI / this.qc;
635
637
  };
636
- CategoryAngleAxis.prototype.get_rn = function () {
638
+ CategoryAngleAxis.prototype.get_rp = function () {
637
639
  return false;
638
640
  };
639
- Object.defineProperty(CategoryAngleAxis.prototype, "rn", {
641
+ Object.defineProperty(CategoryAngleAxis.prototype, "rp", {
640
642
  get: function () {
641
- return this.get_rn();
643
+ return this.get_rp();
642
644
  },
643
645
  enumerable: false,
644
646
  configurable: true
645
647
  });
646
- CategoryAngleAxis.prototype.r2 = function (a, b, c, d) {
647
- return this.pz(b, c, d);
648
+ CategoryAngleAxis.prototype.r4 = function (a, b, c, d) {
649
+ return this.p1(b, c, d);
648
650
  };
649
- CategoryAngleAxis.prototype.pz = function (a, b, c) {
650
- var d = this.p6(a, b, c);
651
+ CategoryAngleAxis.prototype.p1 = function (a, b, c) {
652
+ var d = this.p8(a, b, c);
651
653
  var e = 0;
652
- if (!isNaN_(this.p5)) {
653
- e = Math.min(this.p5, 1);
654
+ if (!isNaN_(this.p7)) {
655
+ e = Math.min(this.p7, 1);
654
656
  }
655
657
  var f = 1 - 0.5 * d;
656
- return this.getCategorySize(a, b, c) * f / (this.qc - (this.qc - 1) * e);
658
+ return this.getCategorySize(a, b, c) * f / (this.qe - (this.qe - 1) * e);
657
659
  };
658
- CategoryAngleAxis.prototype.r1 = function (a, b, c, d, e) {
660
+ CategoryAngleAxis.prototype.r3 = function (a, b, c, d, e) {
659
661
  return this.getGroupCenter(b, c, d, e);
660
662
  };
661
663
  CategoryAngleAxis.prototype.getGroupCenter = function (a, b, c, d) {
662
664
  var e = 0.5;
663
- if (this.qc > 1) {
664
- var f = this.p6(b, c, d);
665
+ if (this.qe > 1) {
666
+ var f = this.p8(b, c, d);
665
667
  var g = 0;
666
- if (!isNaN_(this.p5)) {
667
- g = Math.min(this.p5, 1);
668
+ if (!isNaN_(this.p7)) {
669
+ g = Math.min(this.p7, 1);
668
670
  }
669
671
  var h = 1 - 0.5 * f;
670
- var i = h / (this.qc - (this.qc - 1) * g);
671
- var j = (h - i) / (this.qc - 1);
672
+ var i = h / (this.qe - (this.qe - 1) * g);
673
+ var j = (h - i) / (this.qe - 1);
672
674
  e = 0.25 * f + 0.5 * i + a * j;
673
675
  }
674
676
  return this.getCategorySize(b, c, d) * e;
675
677
  };
676
- CategoryAngleAxis.prototype.r5 = function (a) {
678
+ CategoryAngleAxis.prototype.r7 = function (a) {
677
679
  var b = 0.5;
678
- if (this.qc > 1) {
679
- var c = this.p6(Rect.empty, Rect.empty, Rect.empty);
680
+ if (this.qe > 1) {
681
+ var c = this.p8(Rect.empty, Rect.empty, Rect.empty);
680
682
  var d = 0;
681
- if (!isNaN_(this.p5)) {
682
- d = Math.min(this.p5, 1);
683
+ if (!isNaN_(this.p7)) {
684
+ d = Math.min(this.p7, 1);
683
685
  }
684
686
  var e = 1 - 0.5 * c;
685
- var f = e / (this.qc - (this.qc - 1) * d);
686
- var g = (e - f) / (this.qc - 1);
687
+ var f = e / (this.qe - (this.qe - 1) * d);
688
+ var g = (e - f) / (this.qe - 1);
687
689
  b = 0.25 * c + 0.5 * f + a * g;
688
690
  }
689
691
  return b;
690
692
  };
691
- CategoryAngleAxis.prototype.lz = function (a) {
692
- _super.prototype.lz.call(this, a);
693
+ CategoryAngleAxis.prototype.l1 = function (a) {
694
+ _super.prototype.l1.call(this, a);
693
695
  var b = this.b7 != null ? this.b7.yr : Rect.empty;
694
- var c = !b.isEmpty ? this.o6 : Rect.empty;
695
- var d = this.o1();
696
- var e = this.o0();
697
- var f = this.ri.c(a, c, b, d, e);
696
+ var c = !b.isEmpty ? this.o8 : Rect.empty;
697
+ var d = this.o3();
698
+ var e = this.o2();
699
+ var f = this.rk.c(a, c, b, d, e);
698
700
  if (f != null) {
699
- this.rv = f.f.m;
700
- this.rw = f.f.l;
701
+ this.rx = f.f.m;
702
+ this.ry = f.f.l;
701
703
  }
702
704
  };
703
- CategoryAngleAxis.prototype.r4 = function (a, b, c) {
705
+ CategoryAngleAxis.prototype.r6 = function (a, b, c) {
704
706
  var d;
705
707
  var e;
706
- var f = this.rl.n(c, a, b, d, e);
708
+ var f = this.rn.n(c, a, b, d, e);
707
709
  d = f.p3;
708
710
  e = f.p4;
709
711
  if (d == 0) {
710
712
  if (this.dn) {
711
- return this.qa;
713
+ return this.qc;
712
714
  }
713
715
  else {
714
716
  return 0;
715
717
  }
716
718
  }
717
719
  var g = this.getUnscaledAngle(d);
718
- if (g < 0 || g > this.qa) {
720
+ if (g < 0 || g > this.qc) {
719
721
  g = this.getUnscaledAngle(d + Math.PI * 2);
720
722
  }
721
723
  return g;
722
724
  };
723
- CategoryAngleAxis.prototype.r3 = function (a, b, c) {
725
+ CategoryAngleAxis.prototype.r5 = function (a, b, c) {
724
726
  var d;
725
727
  var e;
726
- var f = this.rl.n(c, a, b, d, e);
728
+ var f = this.rn.n(c, a, b, d, e);
727
729
  d = f.p3;
728
730
  e = f.p4;
729
731
  if (e > Math.PI * 2) {
@@ -734,40 +736,40 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
734
736
  return 0;
735
737
  }
736
738
  else {
737
- return this.qa;
739
+ return this.qc;
738
740
  }
739
741
  }
740
742
  var g = this.getUnscaledAngle(e);
741
- if (g < 0 || g > this.qa) {
743
+ if (g < 0 || g > this.qc) {
742
744
  g = this.getUnscaledAngle(e + Math.PI * 2);
743
745
  }
744
746
  return g;
745
747
  };
746
748
  CategoryAngleAxis.prototype.getScaledAngle = function (a) {
747
- var b = this.qa;
749
+ var b = this.qc;
748
750
  var c = b >= 2 ? (a) / (b) : b == 1 ? 0.5 : NaN;
749
751
  if (this.dp) {
750
752
  c = 1 - c;
751
753
  }
752
- return (c * 2 * Math.PI) + this.ru;
754
+ return (c * 2 * Math.PI) + this.rw;
753
755
  };
754
756
  CategoryAngleAxis.prototype.getUnscaledAngle = function (a) {
755
- if (a < this.ru) {
757
+ if (a < this.rw) {
756
758
  a += 2 * Math.PI;
757
759
  }
758
- var b = (a - this.ru) / (2 * Math.PI);
760
+ var b = (a - this.rw) / (2 * Math.PI);
759
761
  if (this.dn) {
760
762
  b = 1 - b;
761
763
  }
762
- return b * (this.qa);
764
+ return b * (this.qc);
763
765
  };
764
- CategoryAngleAxis.prototype.f6 = function (a, b) {
766
+ CategoryAngleAxis.prototype.f7 = function (a, b) {
765
767
  return this.getScaledAngle(a);
766
768
  };
767
- CategoryAngleAxis.prototype.f9 = function (a, b) {
769
+ CategoryAngleAxis.prototype.ga = function (a, b) {
768
770
  return this.getUnscaledAngle(a);
769
771
  };
770
- CategoryAngleAxis.prototype.fq = function (a) {
772
+ CategoryAngleAxis.prototype.fr = function (a) {
771
773
  var b = { $type: Point_$type, x: 0.5, y: 0.5 };
772
774
  var c = Math.sqrt(Math.pow(a.x - b.x, 2) + Math.pow(a.y - b.y, 2));
773
775
  var d = Math.acos((a.x - b.x) / c);
@@ -776,36 +778,46 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
776
778
  }
777
779
  return d;
778
780
  };
779
- CategoryAngleAxis.prototype.la = function (a, b, c, d) {
781
+ CategoryAngleAxis.prototype.gj = function (a) {
782
+ var b = a - this.rw;
783
+ if (b < 0) {
784
+ b += Math.PI * 2;
785
+ }
786
+ if (b > Math.PI * 2) {
787
+ b -= Math.PI * 2;
788
+ }
789
+ return b;
790
+ };
791
+ CategoryAngleAxis.prototype.lc = function (a, b, c, d) {
780
792
  var e_2, _a, e_3, _b, e_4, _c;
781
- _super.prototype.la.call(this, a, b, c, d);
793
+ _super.prototype.lc.call(this, a, b, c, d);
782
794
  var e = typeCast(XamDataChart.$, this.b7);
783
795
  switch (b) {
784
796
  case "CrossingAxis":
785
797
  var f = typeCast(NumericRadiusAxis.$, d);
786
- this.sq(f);
798
+ this.ss(f);
787
799
  if (f != null) {
788
- f.tv(this);
800
+ f.tx(this);
789
801
  }
790
- this.d0 = true;
791
- this.ly(false);
802
+ this.d1 = true;
803
+ this.l0(false);
792
804
  break;
793
805
  case CategoryAngleAxis.$$p[5]:
794
- this.ru = this.r9;
795
- while (this.ru < 0) {
796
- this.ru += 360;
806
+ this.rw = this.sb;
807
+ while (this.rw < 0) {
808
+ this.rw += 360;
797
809
  }
798
- while (this.ru >= 360) {
799
- this.ru -= 360;
810
+ while (this.rw >= 360) {
811
+ this.rw -= 360;
800
812
  }
801
- this.ru = (this.ru * Math.PI) / 180;
802
- this.d0 = true;
803
- this.ly(false);
813
+ this.rw = (this.rw * Math.PI) / 180;
814
+ this.d1 = true;
815
+ this.l0(false);
804
816
  try {
805
- for (var _d = __values(fromEnum(this.es)), _e = _d.next(); !_e.done; _e = _d.next()) {
817
+ for (var _d = __values(fromEnum(this.et)), _e = _d.next(); !_e.done; _e = _d.next()) {
806
818
  var g = _e.value;
807
- g.r8(false);
808
- g.q0();
819
+ g.r9(false);
820
+ g.q1();
809
821
  }
810
822
  }
811
823
  catch (e_2_1) {
@@ -828,8 +840,8 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
828
840
  try {
829
841
  for (var _f = __values(fromEnum(e.zq)), _g = _f.next(); !_g.done; _g = _f.next()) {
830
842
  var h = _g.value;
831
- h.d0 = true;
832
- h.lx();
843
+ h.d1 = true;
844
+ h.lz();
833
845
  }
834
846
  }
835
847
  catch (e_3_1) {
@@ -853,8 +865,8 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
853
865
  for (var _h = __values(fromEnum(e.zq)), _j = _h.next(); !_j.done; _j = _h.next()) {
854
866
  var i = _j.value;
855
867
  if (typeCast(NumericAngleAxis.$, i) !== null || typeCast(CategoryAngleAxis.$, i) !== null) {
856
- i.d0 = true;
857
- i.lx();
868
+ i.d1 = true;
869
+ i.lz();
858
870
  }
859
871
  }
860
872
  }
@@ -874,78 +886,78 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
874
886
  }
875
887
  break;
876
888
  case "LabelSettings":
877
- this.ri = this.rh();
878
- this.so();
879
- this.d0 = true;
880
- this.ly(false);
889
+ this.rk = this.rj();
890
+ this.sq();
891
+ this.d1 = true;
892
+ this.l0(false);
881
893
  break;
882
894
  case CategoryAngleAxis.$$p[0]:
883
895
  case CategoryAngleAxis.$$p[2]:
884
896
  case CategoryAngleAxis.$$p[1]:
885
897
  case CategoryAngleAxis.$$p[3]:
886
- this.kw(b);
898
+ this.ky(b);
887
899
  break;
888
900
  }
889
901
  };
890
- CategoryAngleAxis.prototype.so = function () {
891
- this.rt = NaN;
902
+ CategoryAngleAxis.prototype.sq = function () {
903
+ this.rv = NaN;
892
904
  };
893
- CategoryAngleAxis.prototype.sq = function (a) {
894
- this.rk = a;
905
+ CategoryAngleAxis.prototype.ss = function (a) {
906
+ this.rm = a;
895
907
  };
896
- Object.defineProperty(CategoryAngleAxis.prototype, "r6", {
908
+ Object.defineProperty(CategoryAngleAxis.prototype, "r8", {
897
909
  get: function () {
898
- return this.c(CategoryAngleAxis.sv);
910
+ return this.c(CategoryAngleAxis.sx);
899
911
  },
900
912
  set: function (a) {
901
- this.h(CategoryAngleAxis.sv, a);
913
+ this.h(CategoryAngleAxis.sx, a);
902
914
  },
903
915
  enumerable: false,
904
916
  configurable: true
905
917
  });
906
- Object.defineProperty(CategoryAngleAxis.prototype, "rv", {
918
+ Object.defineProperty(CategoryAngleAxis.prototype, "rx", {
907
919
  get: function () {
908
- return this.rr;
920
+ return this.rt;
909
921
  },
910
922
  set: function (a) {
911
- if (this.rv != a) {
912
- var b = this.rr;
913
- this.rr = a;
914
- this.ls("ActualInterval", b, this.rv);
923
+ if (this.rx != a) {
924
+ var b = this.rt;
925
+ this.rt = a;
926
+ this.lu("ActualInterval", b, this.rx);
915
927
  }
916
928
  },
917
929
  enumerable: false,
918
930
  configurable: true
919
931
  });
920
- CategoryAngleAxis.prototype.gi = function () {
921
- return this.rv;
932
+ CategoryAngleAxis.prototype.gk = function () {
933
+ return this.rx;
922
934
  };
923
- Object.defineProperty(CategoryAngleAxis.prototype, "r7", {
935
+ Object.defineProperty(CategoryAngleAxis.prototype, "r9", {
924
936
  get: function () {
925
- return this.c(CategoryAngleAxis.sx);
937
+ return this.c(CategoryAngleAxis.sz);
926
938
  },
927
939
  set: function (a) {
928
- this.h(CategoryAngleAxis.sx, a);
940
+ this.h(CategoryAngleAxis.sz, a);
929
941
  },
930
942
  enumerable: false,
931
943
  configurable: true
932
944
  });
933
- Object.defineProperty(CategoryAngleAxis.prototype, "rw", {
945
+ Object.defineProperty(CategoryAngleAxis.prototype, "ry", {
934
946
  get: function () {
935
- return this.rs;
947
+ return this.ru;
936
948
  },
937
949
  set: function (a) {
938
- if (this.rw != a) {
939
- var b = this.rs;
940
- this.rs = a;
941
- this.ls("ActualMinorInterval", b, this.rw);
950
+ if (this.ry != a) {
951
+ var b = this.ru;
952
+ this.ru = a;
953
+ this.lu("ActualMinorInterval", b, this.ry);
942
954
  }
943
955
  },
944
956
  enumerable: false,
945
957
  configurable: true
946
958
  });
947
- CategoryAngleAxis.prototype.ro = function () {
948
- return !isNaN_(this.r6);
959
+ CategoryAngleAxis.prototype.rq = function () {
960
+ return !isNaN_(this.r8);
949
961
  };
950
962
  CategoryAngleAxis.prototype.get_bm = function () {
951
963
  return 2;
@@ -957,34 +969,34 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
957
969
  enumerable: false,
958
970
  configurable: true
959
971
  });
960
- CategoryAngleAxis.prototype.ef = function () {
961
- if (this.d0 && this.eg) {
972
+ CategoryAngleAxis.prototype.eg = function () {
973
+ if (this.d1 && this.eh) {
962
974
  this.b1 = this.b0();
963
975
  }
964
- if (this.pm == null) {
976
+ if (this.po == null) {
965
977
  return false;
966
978
  }
967
- var a = this.pm.count;
968
- if (a != this.sb) {
969
- var b = new AxisRangeChangedEventArgs(0, 1, 1, this.sb, a);
970
- this.sb = a;
971
- this.lt(b);
979
+ var a = this.po.count;
980
+ if (a != this.sd) {
981
+ var b = new AxisRangeChangedEventArgs(0, 1, 1, this.sd, a);
982
+ this.sd = a;
983
+ this.lv(b);
972
984
  return true;
973
985
  }
974
986
  return false;
975
987
  };
976
- Object.defineProperty(CategoryAngleAxis.prototype, "sb", {
988
+ Object.defineProperty(CategoryAngleAxis.prototype, "sd", {
977
989
  get: function () {
978
- return this.sa;
990
+ return this.sc;
979
991
  },
980
992
  set: function (a) {
981
- this.sa = a;
993
+ this.sc = a;
982
994
  },
983
995
  enumerable: false,
984
996
  configurable: true
985
997
  });
986
- CategoryAngleAxis.prototype.ov = function (a, b, c, d, e) {
987
- var f = typeCast(RadialAxisRenderingParameters.$, this.ri.d(c, b, d, e));
998
+ CategoryAngleAxis.prototype.ox = function (a, b, c, d, e) {
999
+ var f = typeCast(RadialAxisRenderingParameters.$, this.rk.d(c, b, d, e));
988
1000
  if (f == null) {
989
1001
  return null;
990
1002
  }
@@ -1005,25 +1017,25 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1005
1017
  };
1006
1018
  Object.defineProperty(CategoryAngleAxis.prototype, "isVertical", {
1007
1019
  get: function () {
1008
- return this.dy;
1020
+ return this.dz;
1009
1021
  },
1010
1022
  enumerable: false,
1011
1023
  configurable: true
1012
1024
  });
1013
1025
  CategoryAngleAxis.prototype.j$d = function (a, b) {
1014
- return this.f9.apply(this, arguments);
1026
+ return this.ga.apply(this, arguments);
1015
1027
  };
1016
1028
  CategoryAngleAxis.prototype.j$c = function (a, b) {
1017
- return this.f6.apply(this, arguments);
1029
+ return this.f7.apply(this, arguments);
1018
1030
  };
1019
1031
  CategoryAngleAxis.prototype.j$e = function (a, b, c, d, e) {
1020
- this.k0.apply(this, arguments);
1032
+ this.k2.apply(this, arguments);
1021
1033
  };
1022
1034
  CategoryAngleAxis.prototype.j$f = function (a, b, c, d) {
1023
- this.k1.apply(this, arguments);
1035
+ this.k3.apply(this, arguments);
1024
1036
  };
1025
1037
  CategoryAngleAxis.prototype.j$g = function (a, b, c, d) {
1026
- this.k2.apply(this, arguments);
1038
+ this.k4.apply(this, arguments);
1027
1039
  };
1028
1040
  Object.defineProperty(CategoryAngleAxis.prototype, "j$b", {
1029
1041
  get: function () {
@@ -1036,15 +1048,15 @@ export var CategoryAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1036
1048
  return this.ag.apply(this, arguments);
1037
1049
  };
1038
1050
  CategoryAngleAxis.$t = markType(CategoryAngleAxis, 'CategoryAngleAxis', CategoryAxisBase.$, [IAngleScaler_$type]);
1039
- CategoryAngleAxis.sv = DependencyProperty.i("Interval", Number_$type, CategoryAngleAxis.$, new PropertyMetadata(2, NaN, function (a, b) {
1040
- a.ls("Interval", b.oldValue, b.newValue);
1041
- a.ly(false);
1051
+ CategoryAngleAxis.sx = DependencyProperty.i("Interval", Number_$type, CategoryAngleAxis.$, new PropertyMetadata(2, NaN, function (a, b) {
1052
+ a.lu("Interval", b.oldValue, b.newValue);
1053
+ a.l0(false);
1042
1054
  }));
1043
- CategoryAngleAxis.sx = DependencyProperty.i("MinorInterval", Number_$type, CategoryAngleAxis.$, new PropertyMetadata(2, NaN, function (a, b) {
1044
- (typeCast(CategoryAngleAxis.$, a)).ls("MinorInterval", b.oldValue, b.newValue);
1045
- (typeCast(CategoryAngleAxis.$, a)).ly(false);
1055
+ CategoryAngleAxis.sz = DependencyProperty.i("MinorInterval", Number_$type, CategoryAngleAxis.$, new PropertyMetadata(2, NaN, function (a, b) {
1056
+ (typeCast(CategoryAngleAxis.$, a)).lu("MinorInterval", b.oldValue, b.newValue);
1057
+ (typeCast(CategoryAngleAxis.$, a)).l0(false);
1046
1058
  }));
1047
- CategoryAngleAxis.$$p = markDep(DependencyProperty, PropertyMetadata, CategoryAngleAxis, 'ls', ['CompanionAxisInterval:rx:sr', [1, NaN], 'CompanionAxisLabelMode:rc:ss', [AxisAngleLabelMode_$type, enumGetBox(AxisAngleLabelMode_$type, 0)], 'CompanionAxisMinorInterval:ry:st', [1, NaN], 'CompanionAxisStartAngleOffset:rz:su', [1, NaN], 'LabelMode:rd:sw', [AxisAngleLabelMode_$type, enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:r9:sy', [1, 0]]);
1059
+ CategoryAngleAxis.$$p = markDep(DependencyProperty, PropertyMetadata, CategoryAngleAxis, 'lu', ['CompanionAxisInterval:rz:st', [1, NaN], 'CompanionAxisLabelMode:re:su', [AxisAngleLabelMode_$type, enumGetBox(AxisAngleLabelMode_$type, 0)], 'CompanionAxisMinorInterval:r0:sv', [1, NaN], 'CompanionAxisStartAngleOffset:r1:sw', [1, NaN], 'LabelMode:rf:sy', [AxisAngleLabelMode_$type, enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:sb:s0', [1, 0]]);
1048
1060
  return CategoryAngleAxis;
1049
1061
  }(CategoryAxisBase));
1050
1062
  /**
@@ -1054,43 +1066,43 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1054
1066
  __extends(NumericAngleAxis, _super);
1055
1067
  function NumericAngleAxis() {
1056
1068
  var _this = _super.call(this) || this;
1069
+ _this.th = null;
1070
+ _this.ti = false;
1071
+ _this.tj = NaN;
1072
+ _this.tk = 0;
1057
1073
  _this.tf = null;
1058
- _this.tg = false;
1059
- _this.th = NaN;
1060
- _this.ti = 0;
1061
- _this.td = null;
1062
1074
  _this.ab = NumericAngleAxis.$;
1063
- _this.tf = new PolarAxisRenderingManager();
1064
- _this.pw = _this.pu();
1075
+ _this.th = new PolarAxisRenderingManager();
1076
+ _this.py = _this.pw();
1065
1077
  return _this;
1066
1078
  }
1067
1079
  NumericAngleAxis.prototype.bo = function () {
1068
1080
  return new NumericAngleAxisView(this);
1069
1081
  };
1070
- NumericAngleAxis.prototype.k6 = function (a) {
1071
- _super.prototype.k6.call(this, a);
1072
- this.tc = a;
1082
+ NumericAngleAxis.prototype.k8 = function (a) {
1083
+ _super.prototype.k8.call(this, a);
1084
+ this.te = a;
1073
1085
  };
1074
1086
  NumericAngleAxis.prototype.al = function () {
1075
1087
  return new NumericAngleAxis();
1076
1088
  };
1077
- NumericAngleAxis.prototype.km = function (a) {
1078
- _super.prototype.km.call(this, a);
1079
- this.kp(a, "LabelMode");
1080
- this.kp(a, "StartAngleOffset");
1089
+ NumericAngleAxis.prototype.ko = function (a) {
1090
+ _super.prototype.ko.call(this, a);
1091
+ this.kr(a, "LabelMode");
1092
+ this.kr(a, "StartAngleOffset");
1081
1093
  };
1082
- NumericAngleAxis.prototype.kp = function (a, b) {
1083
- _super.prototype.kp.call(this, a, b);
1094
+ NumericAngleAxis.prototype.kr = function (a, b) {
1095
+ _super.prototype.kr.call(this, a, b);
1084
1096
  var c = typeCast(NumericAngleAxis.$, a);
1085
1097
  if (c == null) {
1086
1098
  return;
1087
1099
  }
1088
1100
  var d = this;
1089
1101
  if (b == "StartAngleOffset") {
1090
- c.q5 = Axis.gs(d.tj, d.tn);
1102
+ c.q7 = Axis.gu(d.tl, d.tp);
1091
1103
  }
1092
1104
  if (b == "LabelMode") {
1093
- c.ta = d.s9 != 0 ? d.s9 : d.ta;
1105
+ c.tc = d.tb != 0 ? d.tb : d.tc;
1094
1106
  }
1095
1107
  };
1096
1108
  NumericAngleAxis.prototype.get_dc = function () {
@@ -1101,44 +1113,44 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1101
1113
  var a = new AngleAxisLabelPanel();
1102
1114
  a.dn = function (b, c, d) {
1103
1115
  var e = _this.b7 != null ? _this.b7.yr : Rect.empty;
1104
- var f = !e.isEmpty ? _this.o6 : Rect.empty;
1105
- var g = _this.o1();
1106
- return _this.tz(b, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, _this.a1.bm);
1116
+ var f = !e.isEmpty ? _this.o8 : Rect.empty;
1117
+ var g = _this.o3();
1118
+ return _this.t1(b, { $type: Point_$type, x: 0.5, y: 0.5 }, e, f, g, _this.a1.bm);
1107
1119
  };
1108
1120
  return a;
1109
1121
  };
1110
- NumericAngleAxis.prototype.tk = function () {
1111
- if (this.te == null) {
1122
+ NumericAngleAxis.prototype.tm = function () {
1123
+ if (this.tg == null) {
1112
1124
  return 0;
1113
1125
  }
1114
1126
  if (!this.c2()) {
1115
- return this.te.tl();
1127
+ return this.tg.tn();
1116
1128
  }
1117
1129
  else {
1118
- return this.te.tm((this.hr));
1130
+ return this.tg.to((this.ht));
1119
1131
  }
1120
1132
  };
1121
- NumericAngleAxis.prototype.tm = function (a) {
1133
+ NumericAngleAxis.prototype.to = function (a) {
1122
1134
  return Math.round(a * Math.pow(10, 10)) / Math.pow(10, 10);
1123
1135
  };
1124
- NumericAngleAxis.prototype.pu = function () {
1136
+ NumericAngleAxis.prototype.pw = function () {
1125
1137
  var _this = this;
1126
- var a = _super.prototype.pu.call(this);
1138
+ var a = _super.prototype.pw.call(this);
1127
1139
  a.b.c = function (b) {
1128
1140
  var e_5, _a;
1129
- if ((_this.a4 == null || _this.a4.visibility == 0) && _this.te != null && _this.th != b) {
1141
+ if ((_this.a4 == null || _this.a4.visibility == 0) && _this.tg != null && _this.tj != b) {
1130
1142
  var c = typeCast(XamDataChart.$, _this.b7);
1131
1143
  if (c == null) {
1132
1144
  return;
1133
1145
  }
1134
- _this.th = b;
1146
+ _this.tj = b;
1135
1147
  _this.a1.bl = b;
1136
1148
  c.pr();
1137
1149
  try {
1138
1150
  for (var _b = __values(fromEnum(c.zq)), _c = _b.next(); !_c.done; _c = _b.next()) {
1139
1151
  var d = _c.value;
1140
1152
  if (d != _this && typeCast(AngleAxisLabelPanel.$, d.a1) !== null) {
1141
- d.bp.ao();
1153
+ d.bp.ap();
1142
1154
  }
1143
1155
  }
1144
1156
  }
@@ -1158,49 +1170,49 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1158
1170
  }
1159
1171
  };
1160
1172
  a.e = function (b) {
1161
- b.n = _this.tk();
1173
+ b.n = _this.tm();
1162
1174
  b.r = b.n;
1163
1175
  };
1164
1176
  a.j = function (b) {
1165
1177
  var c = typeCast(PolarAxisRenderingParameters.$, b);
1166
1178
  if (c.e == c.k._inner[0]) {
1167
- _this.tf.k(b.u, b.n, b.aa, b.z, b.ab, c.center, c.minAngle, c.maxAngle);
1179
+ _this.th.k(b.u, b.n, b.aa, b.z, b.ab, c.center, c.minAngle, c.maxAngle);
1168
1180
  }
1169
1181
  };
1170
1182
  a.k = function (b, c, d) {
1171
1183
  var e = typeCast(PolarAxisRenderingParameters.$, b);
1172
- _this.tf.o(c, d, b.aa, b.z, b.ab, e.minLength, e.maxLength, e.center);
1184
+ _this.th.o(c, d, b.aa, b.z, b.ab, e.minLength, e.maxLength, e.center);
1173
1185
  };
1174
1186
  a.l = function (b, c, d, e) {
1175
1187
  var f = typeCast(PolarAxisRenderingParameters.$, b);
1176
- _this.tf.p(c, d, e, f.aa, f.z, b.ab, f.minLength, f.maxLength, f.center);
1188
+ _this.th.p(c, d, e, f.aa, f.z, b.ab, f.minLength, f.maxLength, f.center);
1177
1189
  };
1178
1190
  a.d = function (b, c, d, e) {
1179
- var f = typeCast(PolarAxisRenderingParameters.$, _this.px(b, c, d, e));
1191
+ var f = typeCast(PolarAxisRenderingParameters.$, _this.pz(b, c, d, e));
1180
1192
  return f;
1181
1193
  };
1182
1194
  a.v = function () {
1183
- if (!_this.tg) {
1184
- _this.tg = true;
1185
- _this.te.ed();
1186
- _this.tg = false;
1195
+ if (!_this.ti) {
1196
+ _this.ti = true;
1197
+ _this.tg.ee();
1198
+ _this.ti = false;
1187
1199
  }
1188
1200
  };
1189
1201
  a.m = function (b, c) { return _this.getScaledAngle(c); };
1190
- a.o = function (b, c) { return !c.isEmpty && !b.isEmpty && _this.te != null; };
1202
+ a.o = function (b, c) { return !c.isEmpty && !b.isEmpty && _this.tg != null; };
1191
1203
  a.q = function (b, c) {
1192
- if (_this.tm(c - _this.ti) < 0) {
1204
+ if (_this.to(c - _this.tk) < 0) {
1193
1205
  return false;
1194
1206
  }
1195
- if (_this.tm(c - _this.ti - (2 * Math.PI)) > 0) {
1207
+ if (_this.to(c - _this.tk - (2 * Math.PI)) > 0) {
1196
1208
  return false;
1197
1209
  }
1198
1210
  return true;
1199
1211
  };
1200
1212
  a.p = function (b, c, d) {
1201
1213
  var e = typeCast(PolarAxisRenderingParameters.$, b);
1202
- var f = _this.tz(_this.getScaledAngle(e.l), e.center, b.ab, b.aa, b.z, 0);
1203
- var g = _this.tz(c, e.center, b.ab, b.aa, b.z, 0);
1214
+ var f = _this.t1(_this.getScaledAngle(e.l), e.center, b.ab, b.aa, b.z, 0);
1215
+ var g = _this.t1(c, e.center, b.ab, b.aa, b.z, 0);
1204
1216
  if (d && MathUtil.h(f.x - g.x, f.y - g.y) < 2) {
1205
1217
  return false;
1206
1218
  }
@@ -1220,8 +1232,8 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1220
1232
  };
1221
1233
  return a;
1222
1234
  };
1223
- NumericAngleAxis.prototype.tz = function (a, b, c, d, e, f) {
1224
- var g = this.tk();
1235
+ NumericAngleAxis.prototype.t1 = function (a, b, c, d, e, f) {
1236
+ var g = this.tm();
1225
1237
  var h = ViewportUtils.a(f, c, d, e);
1226
1238
  if (this.a4 != null && (this.a4.c == 5 || this.a4.c == 1)) {
1227
1239
  h *= -1;
@@ -1232,76 +1244,76 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1232
1244
  j = ViewportUtils.i(j, c, d, e);
1233
1245
  return { $type: Point_$type, x: i, y: j };
1234
1246
  };
1235
- NumericAngleAxis.prototype.f6 = function (a, b) {
1247
+ NumericAngleAxis.prototype.f7 = function (a, b) {
1236
1248
  return this.getScaledAngle(a);
1237
1249
  };
1238
1250
  NumericAngleAxis.prototype.getScaledAngle1 = function (a, b, c) {
1239
1251
  var d = 0;
1240
1252
  if (b) {
1241
- d = (Math.log(a) - this.q7) / (this.q6 - this.q7);
1253
+ d = (Math.log(a) - this.q9) / (this.q8 - this.q9);
1242
1254
  }
1243
1255
  else {
1244
- d = (a - this.qw) / (this.qv - this.qw);
1256
+ d = (a - this.qy) / (this.qx - this.qy);
1245
1257
  }
1246
1258
  if (c) {
1247
1259
  d = 1 - d;
1248
1260
  }
1249
- return (d * 2 * Math.PI) + this.ti;
1261
+ return (d * 2 * Math.PI) + this.tk;
1250
1262
  };
1251
1263
  NumericAngleAxis.prototype.getScaledAngle = function (a) {
1252
- return this.getScaledAngle1(a, this.qh, this.dp);
1264
+ return this.getScaledAngle1(a, this.qj, this.dp);
1253
1265
  };
1254
- NumericAngleAxis.prototype.f9 = function (a, b) {
1266
+ NumericAngleAxis.prototype.ga = function (a, b) {
1255
1267
  return this.getUnscaledAngle(a);
1256
1268
  };
1257
1269
  NumericAngleAxis.prototype.getUnscaledAngle = function (a) {
1258
- var b = (a - this.ti) / (2 * Math.PI);
1270
+ var b = (a - this.tk) / (2 * Math.PI);
1259
1271
  if (this.dn) {
1260
1272
  b = 1 - b;
1261
1273
  }
1262
- if (this.qh) {
1263
- return Math.exp(b * (this.q6 - this.q7) + this.q7);
1274
+ if (this.qj) {
1275
+ return Math.exp(b * (this.q8 - this.q9) + this.q9);
1264
1276
  }
1265
1277
  else {
1266
- return this.qw + b * (this.qv - this.qw);
1278
+ return this.qy + b * (this.qx - this.qy);
1267
1279
  }
1268
1280
  };
1269
- NumericAngleAxis.prototype.tb = function () {
1270
- if (this.ta == 0) {
1281
+ NumericAngleAxis.prototype.td = function () {
1282
+ if (this.tc == 0) {
1271
1283
  return 1;
1272
1284
  }
1273
1285
  else {
1274
- return this.ta;
1286
+ return this.tc;
1275
1287
  }
1276
1288
  };
1277
- NumericAngleAxis.prototype.la = function (a, b, c, d) {
1289
+ NumericAngleAxis.prototype.lc = function (a, b, c, d) {
1278
1290
  var e_6, _a, e_7, _b, e_8, _c;
1279
- _super.prototype.la.call(this, a, b, c, d);
1291
+ _super.prototype.lc.call(this, a, b, c, d);
1280
1292
  var e = typeCast(XamDataChart.$, this.b7);
1281
1293
  switch (b) {
1282
1294
  case "CrossingAxis":
1283
1295
  var f = typeCast(NumericRadiusAxis.$, d);
1284
- this.tu(f);
1296
+ this.tw(f);
1285
1297
  if (f != null) {
1286
- f.tv(this);
1298
+ f.tx(this);
1287
1299
  }
1288
- this.ly(false);
1300
+ this.l0(false);
1289
1301
  break;
1290
1302
  case NumericAngleAxis.$$p[3]:
1291
- this.ti = this.tn;
1292
- while (this.ti < 0) {
1293
- this.ti += 360;
1303
+ this.tk = this.tp;
1304
+ while (this.tk < 0) {
1305
+ this.tk += 360;
1294
1306
  }
1295
- while (this.ti >= 360) {
1296
- this.ti -= 360;
1307
+ while (this.tk >= 360) {
1308
+ this.tk -= 360;
1297
1309
  }
1298
- this.ti = (this.tn * Math.PI) / 180;
1299
- this.ly(false);
1310
+ this.tk = (this.tp * Math.PI) / 180;
1311
+ this.l0(false);
1300
1312
  try {
1301
- for (var _d = __values(fromEnum(this.eo())), _e = _d.next(); !_e.done; _e = _d.next()) {
1313
+ for (var _d = __values(fromEnum(this.ep())), _e = _d.next(); !_e.done; _e = _d.next()) {
1302
1314
  var g = _e.value;
1303
- g.r8(false);
1304
- g.q0();
1315
+ g.r9(false);
1316
+ g.q1();
1305
1317
  }
1306
1318
  }
1307
1319
  catch (e_6_1) {
@@ -1323,7 +1335,7 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1323
1335
  try {
1324
1336
  for (var _f = __values(fromEnum(e.zq)), _g = _f.next(); !_g.done; _g = _f.next()) {
1325
1337
  var h = _g.value;
1326
- h.lx();
1338
+ h.lz();
1327
1339
  }
1328
1340
  }
1329
1341
  catch (e_7_1) {
@@ -1347,7 +1359,7 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1347
1359
  for (var _h = __values(fromEnum(e.zq)), _j = _h.next(); !_j.done; _j = _h.next()) {
1348
1360
  var i = _j.value;
1349
1361
  if (typeCast(NumericAngleAxis.$, i) !== null || typeCast(CategoryAngleAxis.$, i) !== null) {
1350
- i.lx();
1362
+ i.lz();
1351
1363
  }
1352
1364
  }
1353
1365
  }
@@ -1367,41 +1379,41 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1367
1379
  }
1368
1380
  break;
1369
1381
  case "LabelSettings":
1370
- this.pw = this.pu();
1371
- this.ts();
1372
- this.d0 = true;
1373
- this.ly(false);
1382
+ this.py = this.pw();
1383
+ this.tu();
1384
+ this.d1 = true;
1385
+ this.l0(false);
1374
1386
  break;
1375
1387
  case NumericAngleAxis.$$p[0]:
1376
1388
  case NumericAngleAxis.$$p[1]:
1377
- this.kw(b);
1389
+ this.ky(b);
1378
1390
  break;
1379
1391
  }
1380
1392
  };
1381
- NumericAngleAxis.prototype.kw = function (a) {
1382
- _super.prototype.kw.call(this, a);
1393
+ NumericAngleAxis.prototype.ky = function (a) {
1394
+ _super.prototype.ky.call(this, a);
1383
1395
  switch (a) {
1384
1396
  case NumericAngleAxis.$$p[0]:
1385
1397
  case NumericAngleAxis.$$p[1]:
1386
- this.ks(a);
1398
+ this.ku(a);
1387
1399
  break;
1388
1400
  }
1389
1401
  };
1390
- NumericAngleAxis.prototype.ts = function () {
1391
- this.th = NaN;
1402
+ NumericAngleAxis.prototype.tu = function () {
1403
+ this.tj = NaN;
1392
1404
  };
1393
- NumericAngleAxis.prototype.py = function () {
1405
+ NumericAngleAxis.prototype.p0 = function () {
1394
1406
  return new PolarAxisRenderingParameters();
1395
1407
  };
1396
- NumericAngleAxis.prototype.px = function (a, b, c, d) {
1397
- var e = typeCast(PolarAxisRenderingParameters.$, _super.prototype.px.call(this, a, b, c, d));
1398
- var f = this.tf.h(b, a, c);
1399
- var g = this.tf.i(b, a, c);
1400
- var h = 0.5 * this.te.tg;
1401
- var i = 0.5 * this.te.tf;
1408
+ NumericAngleAxis.prototype.pz = function (a, b, c, d) {
1409
+ var e = typeCast(PolarAxisRenderingParameters.$, _super.prototype.pz.call(this, a, b, c, d));
1410
+ var f = this.th.h(b, a, c);
1411
+ var g = this.th.i(b, a, c);
1412
+ var h = 0.5 * this.tg.ti;
1413
+ var i = 0.5 * this.tg.th;
1402
1414
  var j = f;
1403
1415
  var k = g;
1404
- var l = this.te.tl();
1416
+ var l = this.tg.tn();
1405
1417
  if (isNaN_(l) || isInfinity(l)) {
1406
1418
  return null;
1407
1419
  }
@@ -1412,7 +1424,7 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1412
1424
  j = i;
1413
1425
  }
1414
1426
  var m = a.width;
1415
- this.tf.m(b, a, c, e, this.qw, this.qv, this.dn, runOn(this, this.getUnscaledAngle), m);
1427
+ this.th.m(b, a, c, e, this.qy, this.qx, this.dn, runOn(this, this.getUnscaledAngle), m);
1416
1428
  var n = { $type: Point_$type, x: 0.5, y: 0.5 };
1417
1429
  e.center = n;
1418
1430
  e.maxLength = k;
@@ -1421,7 +1433,7 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1421
1433
  return e;
1422
1434
  };
1423
1435
  NumericAngleAxis.prototype.getMinMaxAngle = function (a, b, c, d, e) {
1424
- var f = this.tf.n(a, b, c, d, e);
1436
+ var f = this.th.n(a, b, c, d, e);
1425
1437
  d = f.p3;
1426
1438
  e = f.p4;
1427
1439
  return {
@@ -1429,49 +1441,49 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1429
1441
  p4: e
1430
1442
  };
1431
1443
  };
1432
- NumericAngleAxis.prototype.lz = function (a) {
1433
- _super.prototype.lz.call(this, a);
1444
+ NumericAngleAxis.prototype.l1 = function (a) {
1445
+ _super.prototype.l1.call(this, a);
1434
1446
  var b = this.b7 != null ? this.b7.yr : Rect.empty;
1435
- var c = !b.isEmpty ? this.o6 : Rect.empty;
1436
- var d = this.o1();
1437
- var e = this.o0();
1438
- var f = this.pw.c(a, c, b, d, e);
1447
+ var c = !b.isEmpty ? this.o8 : Rect.empty;
1448
+ var d = this.o3();
1449
+ var e = this.o2();
1450
+ var f = this.py.c(a, c, b, d, e);
1439
1451
  if (f != null) {
1440
- this.qu = f.f.m;
1441
- this.qx = f.f.l;
1452
+ this.qw = f.f.m;
1453
+ this.qz = f.f.l;
1442
1454
  }
1443
1455
  };
1444
- Object.defineProperty(NumericAngleAxis.prototype, "te", {
1456
+ Object.defineProperty(NumericAngleAxis.prototype, "tg", {
1445
1457
  get: function () {
1446
- if (this.td != null) {
1447
- return this.td;
1458
+ if (this.tf != null) {
1459
+ return this.tf;
1448
1460
  }
1449
1461
  var a = typeCast(XamDataChart.$, this.b7);
1450
1462
  if (a != null) {
1451
1463
  for (var b = 0; b < a.zq.count; b++) {
1452
- if (a.zq._inner[b].du) {
1464
+ if (a.zq._inner[b].dv) {
1453
1465
  return a.zq._inner[b];
1454
1466
  }
1455
1467
  }
1456
1468
  }
1457
- return this.td;
1469
+ return this.tf;
1458
1470
  },
1459
1471
  set: function (a) {
1460
- this.td = a;
1472
+ this.tf = a;
1461
1473
  },
1462
1474
  enumerable: false,
1463
1475
  configurable: true
1464
1476
  });
1465
1477
  NumericAngleAxis.prototype.ap = function () {
1466
- return this.te;
1478
+ return this.tg;
1467
1479
  };
1468
- NumericAngleAxis.prototype.tu = function (a) {
1469
- this.te = a;
1480
+ NumericAngleAxis.prototype.tw = function (a) {
1481
+ this.tg = a;
1470
1482
  };
1471
- NumericAngleAxis.prototype.md = function (a, b) {
1472
- _super.prototype.md.call(this, a, b);
1483
+ NumericAngleAxis.prototype.mf = function (a, b) {
1484
+ _super.prototype.mf.call(this, a, b);
1473
1485
  if (b.height != a.height || b.width != a.width) {
1474
- this.ed();
1486
+ this.ee();
1475
1487
  }
1476
1488
  };
1477
1489
  NumericAngleAxis.prototype.get_bm = function () {
@@ -1484,11 +1496,11 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1484
1496
  enumerable: false,
1485
1497
  configurable: true
1486
1498
  });
1487
- NumericAngleAxis.prototype.ov = function (a, b, c, d, e) {
1488
- if (this.te == null) {
1499
+ NumericAngleAxis.prototype.ox = function (a, b, c, d, e) {
1500
+ if (this.tg == null) {
1489
1501
  return null;
1490
1502
  }
1491
- var f = typeCast(PolarAxisRenderingParameters.$, this.px(c, b, d, e));
1503
+ var f = typeCast(PolarAxisRenderingParameters.$, this.pz(c, b, d, e));
1492
1504
  if (f == null) {
1493
1505
  return null;
1494
1506
  }
@@ -1507,8 +1519,18 @@ export var NumericAngleAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1507
1519
  m.c = { $type: Point_$type, x: k, y: l };
1508
1520
  return m;
1509
1521
  };
1522
+ NumericAngleAxis.prototype.gj = function (a) {
1523
+ var b = a - this.tk;
1524
+ if (b < 0) {
1525
+ b += Math.PI * 2;
1526
+ }
1527
+ if (b > Math.PI * 2) {
1528
+ b -= Math.PI * 2;
1529
+ }
1530
+ return b;
1531
+ };
1510
1532
  NumericAngleAxis.$t = markType(NumericAngleAxis, 'NumericAngleAxis', NumericAxisBase.$, [IAngleScaler_$type]);
1511
- NumericAngleAxis.$$p = markDep(DependencyProperty, PropertyMetadata, NumericAngleAxis, 'ls', ['CompanionAxisLabelMode:s9:tv', [AxisAngleLabelMode_$type, enumGetBox(AxisAngleLabelMode_$type, 0)], 'CompanionAxisStartAngleOffset:tj:tw', [1, NaN], 'LabelMode:ta:tx', [AxisAngleLabelMode_$type, enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:tn:ty', [1, 0]]);
1533
+ NumericAngleAxis.$$p = markDep(DependencyProperty, PropertyMetadata, NumericAngleAxis, 'lu', ['CompanionAxisLabelMode:tb:tx', [AxisAngleLabelMode_$type, enumGetBox(AxisAngleLabelMode_$type, 0)], 'CompanionAxisStartAngleOffset:tl:ty', [1, NaN], 'LabelMode:tc:tz', [AxisAngleLabelMode_$type, enumGetBox(AxisAngleLabelMode_$type, 0)], 'StartAngleOffset:tp:t0', [1, 0]]);
1512
1534
  return NumericAngleAxis;
1513
1535
  }(NumericAxisBase));
1514
1536
  /**
@@ -1518,81 +1540,81 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1518
1540
  __extends(NumericRadiusAxis, _super);
1519
1541
  function NumericRadiusAxis() {
1520
1542
  var _this = _super.call(this) || this;
1521
- _this.tc = null;
1522
- _this.td = false;
1523
- _this.te = NaN;
1524
- _this.tg = 0;
1525
- _this.tf = 0;
1543
+ _this.te = null;
1544
+ _this.tf = false;
1545
+ _this.tg = NaN;
1526
1546
  _this.ti = 0;
1527
- _this.s9 = null;
1547
+ _this.th = 0;
1548
+ _this.tk = 0;
1549
+ _this.tb = null;
1528
1550
  _this.ab = NumericRadiusAxis.$;
1529
- _this.tg = _this.tq;
1530
- _this.tf = _this.tp;
1531
- _this.tc = new PolarAxisRenderingManager();
1532
- _this.pw = _this.pu();
1551
+ _this.ti = _this.ts;
1552
+ _this.th = _this.tr;
1553
+ _this.te = new PolarAxisRenderingManager();
1554
+ _this.py = _this.pw();
1533
1555
  return _this;
1534
1556
  }
1535
1557
  NumericRadiusAxis.prototype.bo = function () {
1536
1558
  return new NumericRadiusAxisView(this);
1537
1559
  };
1538
- NumericRadiusAxis.prototype.k6 = function (a) {
1539
- _super.prototype.k6.call(this, a);
1540
- this.tb = a;
1560
+ NumericRadiusAxis.prototype.k8 = function (a) {
1561
+ _super.prototype.k8.call(this, a);
1562
+ this.td = a;
1541
1563
  };
1542
1564
  NumericRadiusAxis.prototype.al = function () {
1543
1565
  return new NumericRadiusAxis();
1544
1566
  };
1545
- NumericRadiusAxis.prototype.km = function (a) {
1546
- _super.prototype.km.call(this, a);
1547
- this.kp(a, "InnerRadiusExtentScale");
1548
- this.kp(a, "RadiusExtentScale");
1567
+ NumericRadiusAxis.prototype.ko = function (a) {
1568
+ _super.prototype.ko.call(this, a);
1569
+ this.kr(a, "InnerRadiusExtentScale");
1570
+ this.kr(a, "RadiusExtentScale");
1549
1571
  };
1550
- NumericRadiusAxis.prototype.kp = function (a, b) {
1551
- _super.prototype.kp.call(this, a, b);
1572
+ NumericRadiusAxis.prototype.kr = function (a, b) {
1573
+ _super.prototype.kr.call(this, a, b);
1552
1574
  var c = typeCast(NumericRadiusAxis.$, a);
1553
1575
  if (c == null) {
1554
1576
  return;
1555
1577
  }
1556
1578
  var d = this;
1557
1579
  if (b == "InnerRadiusExtentScale") {
1558
- c.tp = d.tp;
1580
+ c.tr = d.tr;
1559
1581
  }
1560
1582
  if (b == "RadiusExtentScale") {
1561
- c.tq = d.tq;
1583
+ c.ts = d.ts;
1562
1584
  }
1563
1585
  };
1564
- NumericRadiusAxis.prototype.get_du = function () {
1586
+ NumericRadiusAxis.prototype.get_dv = function () {
1565
1587
  return true;
1566
1588
  };
1567
- NumericRadiusAxis.prototype.f5 = function () {
1568
- var a = this.tg;
1569
- var b = this.tf;
1570
- var c = Math.min(this.tk(), this.tj()) * (a - b) / 2;
1589
+ NumericRadiusAxis.prototype.f6 = function () {
1590
+ var a = this.ti;
1591
+ var b = this.th;
1592
+ var c = Math.min(this.tm(), this.tl()) * (a - b) / 2;
1571
1593
  c = Math.max(c, 14);
1572
1594
  return c;
1573
1595
  };
1574
- NumericRadiusAxis.prototype.tk = function () {
1575
- return this.o6.width;
1596
+ NumericRadiusAxis.prototype.tm = function () {
1597
+ return this.o8.width;
1576
1598
  };
1577
- NumericRadiusAxis.prototype.tj = function () {
1578
- return this.o6.height;
1599
+ NumericRadiusAxis.prototype.tl = function () {
1600
+ return this.o8.height;
1579
1601
  };
1580
1602
  NumericRadiusAxis.prototype.a0 = function () {
1581
1603
  return new RadialAxisLabelPanel();
1582
1604
  };
1583
- NumericRadiusAxis.prototype.th = function (a) {
1605
+ NumericRadiusAxis.prototype.tj = function (a) {
1584
1606
  if (a == null) {
1585
1607
  return 0;
1586
1608
  }
1587
1609
  return a;
1588
1610
  };
1589
- NumericRadiusAxis.prototype.pu = function () {
1611
+ NumericRadiusAxis.prototype.pw = function () {
1590
1612
  var _this = this;
1591
- var a = _super.prototype.pu.call(this);
1613
+ var a = _super.prototype.pw.call(this);
1592
1614
  a.b.c = function (b) {
1593
- if ((_this.a4 == null || _this.a4.visibility == 0) && _this.ta != null) {
1594
- if ((_this.a4 == null || (_this.a4.c == 4 || _this.a4.c == 5)) && _this.te != b) {
1595
- _this.te = b;
1615
+ if ((_this.a4 == null || _this.a4.visibility == 0) && _this.tc != null) {
1616
+ if ((_this.a4 == null || (_this.a4.c == 4 || _this.a4.c == 5)) && _this.tg != b) {
1617
+ _this.tg = b;
1596
1618
  _this.a1.bl = b;
1597
1619
  _this.b7.pr();
1598
1620
  }
@@ -1600,16 +1622,16 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1600
1622
  };
1601
1623
  a.k = function (b, c, d) {
1602
1624
  var e = typeCast(PolarAxisRenderingParameters.$, b);
1603
- _this.tc.k(c, d, e.aa, e.z, e.ab, e.center, e.minAngle, e.maxAngle);
1625
+ _this.te.k(c, d, e.aa, e.z, e.ab, e.center, e.minAngle, e.maxAngle);
1604
1626
  };
1605
1627
  a.l = function (b, c, d, e) {
1606
1628
  if (d == e) {
1607
1629
  return;
1608
1630
  }
1609
1631
  var f = typeCast(PolarAxisRenderingParameters.$, b);
1610
- _this.tc.l(c, d, e, f.aa, f.z, f.ab, f.center, f.minAngle, f.maxAngle);
1632
+ _this.te.l(c, d, e, f.aa, f.z, f.ab, f.center, f.minAngle, f.maxAngle);
1611
1633
  };
1612
- a.m = function (b, c) { return _this.tm(c); };
1634
+ a.m = function (b, c) { return _this.to(c); };
1613
1635
  a.q = function (b, c) {
1614
1636
  var d = typeCast(PolarAxisRenderingParameters.$, b);
1615
1637
  return c <= d.effectiveMaximum;
@@ -1620,13 +1642,13 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1620
1642
  };
1621
1643
  a.j = function (b) {
1622
1644
  var c = typeCast(PolarAxisRenderingParameters.$, b);
1623
- _this.tc.o(b.u, c.crossingAngleRadians, b.aa, b.z, b.ab, c.minLength, c.maxLength, c.center);
1645
+ _this.te.o(b.u, c.crossingAngleRadians, b.aa, b.z, b.ab, c.minLength, c.maxLength, c.center);
1624
1646
  };
1625
1647
  a.e = function (b) {
1626
1648
  b.n = _this.a4 == null || (_this.a4.c == 4 || _this.a4.c == 0) ? b.aa.top : b.aa.bottom;
1627
1649
  b.r = b.n;
1628
1650
  var c = typeCast(PolarAxisRenderingParameters.$, b);
1629
- c.crossingAngleRadians = (_this.th(_this.hr) * Math.PI) / 180;
1651
+ c.crossingAngleRadians = (_this.tj(_this.ht) * Math.PI) / 180;
1630
1652
  if (_this.a4 == null || (_this.a4.c == 4 || _this.a4.c == 5)) {
1631
1653
  c.n = ViewportUtils.i(0.5, c.ab, c.aa, c.z) - b.aa.top;
1632
1654
  c.r = c.n;
@@ -1643,7 +1665,7 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1643
1665
  };
1644
1666
  a.p = function (b, c, d) {
1645
1667
  var e = typeCast(PolarAxisRenderingParameters.$, b);
1646
- if (_this.ta == null) {
1668
+ if (_this.tc == null) {
1647
1669
  return false;
1648
1670
  }
1649
1671
  if (c > e.effectiveMaximum) {
@@ -1653,7 +1675,7 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1653
1675
  f = _this.a4 == null || (_this.a4.c == 4 || _this.a4.c == 5);
1654
1676
  var g = 0;
1655
1677
  if (f) {
1656
- g = _this.ti;
1678
+ g = _this.tk;
1657
1679
  }
1658
1680
  var h = e.center.x + c * Math.cos(g);
1659
1681
  var i = e.center.y + c * Math.sin(g);
@@ -1679,21 +1701,21 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1679
1701
  };
1680
1702
  return a;
1681
1703
  };
1682
- NumericRadiusAxis.prototype.f6 = function (a, b) {
1683
- return this.tm(a);
1704
+ NumericRadiusAxis.prototype.f7 = function (a, b) {
1705
+ return this.to(a);
1684
1706
  };
1685
- NumericRadiusAxis.prototype.tn = function (a, b, c, d, e) {
1707
+ NumericRadiusAxis.prototype.tp = function (a, b, c, d, e) {
1686
1708
  var f = 0;
1687
1709
  if (b) {
1688
1710
  if (a <= 0) {
1689
- f = (Math.log(this.qw) - this.q7) / (this.q6 - this.q7);
1711
+ f = (Math.log(this.qy) - this.q9) / (this.q8 - this.q9);
1690
1712
  }
1691
1713
  else {
1692
- f = (Math.log(a) - this.q7) / (this.q6 - this.q7);
1714
+ f = (Math.log(a) - this.q9) / (this.q8 - this.q9);
1693
1715
  }
1694
1716
  }
1695
1717
  else {
1696
- f = (a - this.qw) / (this.qv - this.qw);
1718
+ f = (a - this.qy) / (this.qx - this.qy);
1697
1719
  }
1698
1720
  if (c) {
1699
1721
  f = 1 - f;
@@ -1702,58 +1724,58 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1702
1724
  f /= 2;
1703
1725
  return f;
1704
1726
  };
1705
- NumericRadiusAxis.prototype.tm = function (a) {
1706
- return this.tn(a, this.qh, this.dp, this.tg, this.tf);
1707
- };
1708
1727
  NumericRadiusAxis.prototype.to = function (a) {
1728
+ return this.tp(a, this.qj, this.dp, this.ti, this.th);
1729
+ };
1730
+ NumericRadiusAxis.prototype.tq = function (a) {
1709
1731
  var b = a * 2;
1710
- b = (b - this.tf) / (this.tg - this.tf);
1732
+ b = (b - this.th) / (this.ti - this.th);
1711
1733
  if (this.dn) {
1712
1734
  b = 1 - b;
1713
1735
  }
1714
- if (this.qh) {
1715
- return Math.exp(b * (this.q6 - this.q7) + this.q7);
1736
+ if (this.qj) {
1737
+ return Math.exp(b * (this.q8 - this.q9) + this.q9);
1716
1738
  }
1717
1739
  else {
1718
- return this.qw + b * (this.qv - this.qw);
1740
+ return this.qy + b * (this.qx - this.qy);
1719
1741
  }
1720
1742
  };
1721
- NumericRadiusAxis.prototype.f9 = function (a, b) {
1722
- return this.to(a);
1743
+ NumericRadiusAxis.prototype.ga = function (a, b) {
1744
+ return this.tq(a);
1723
1745
  };
1724
- NumericRadiusAxis.prototype.la = function (a, b, c, d) {
1746
+ NumericRadiusAxis.prototype.lc = function (a, b, c, d) {
1725
1747
  var e_9, _a, e_10, _b;
1726
1748
  switch (b) {
1727
1749
  case "CrossingValue":
1728
- this.ti = this.th(this.hr) * Math.PI / 180;
1750
+ this.tk = this.tj(this.ht) * Math.PI / 180;
1729
1751
  break;
1730
1752
  }
1731
- _super.prototype.la.call(this, a, b, c, d);
1753
+ _super.prototype.lc.call(this, a, b, c, d);
1732
1754
  switch (b) {
1733
1755
  case NumericRadiusAxis.$$p[1]:
1734
- this.tg = this.tq;
1735
- if (this.tg < 0) {
1736
- this.tg = 0.1;
1756
+ this.ti = this.ts;
1757
+ if (this.ti < 0) {
1758
+ this.ti = 0.1;
1737
1759
  }
1738
- if (this.tg > 1) {
1739
- this.tg = 1;
1760
+ if (this.ti > 1) {
1761
+ this.ti = 1;
1740
1762
  }
1741
- if (this.tf >= this.tg) {
1742
- this.tf = this.tg - 0.01;
1743
- if (this.tf < 0) {
1744
- this.tf = 0;
1745
- this.tg = 0.01;
1763
+ if (this.th >= this.ti) {
1764
+ this.th = this.ti - 0.01;
1765
+ if (this.th < 0) {
1766
+ this.th = 0;
1767
+ this.ti = 0.01;
1746
1768
  }
1747
1769
  }
1748
- this.d0 = true;
1749
- this.ly(false);
1750
- if (this.ta != null) {
1751
- this.ta.lx();
1770
+ this.d1 = true;
1771
+ this.l0(false);
1772
+ if (this.tc != null) {
1773
+ this.tc.lz();
1752
1774
  }
1753
1775
  try {
1754
- for (var _c = __values(fromEnum(this.eo())), _d = _c.next(); !_d.done; _d = _c.next()) {
1776
+ for (var _c = __values(fromEnum(this.ep())), _d = _c.next(); !_d.done; _d = _c.next()) {
1755
1777
  var e = _d.value;
1756
- e.r8(false);
1778
+ e.r9(false);
1757
1779
  }
1758
1780
  }
1759
1781
  catch (e_9_1) {
@@ -1771,30 +1793,30 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1771
1793
  }
1772
1794
  break;
1773
1795
  case NumericRadiusAxis.$$p[0]:
1774
- this.tf = this.tp;
1775
- if (this.tf < 0) {
1776
- this.tf = 0.1;
1796
+ this.th = this.tr;
1797
+ if (this.th < 0) {
1798
+ this.th = 0.1;
1777
1799
  }
1778
- if (this.tf > 1) {
1779
- this.tf = 1;
1800
+ if (this.th > 1) {
1801
+ this.th = 1;
1780
1802
  }
1781
- if (this.tf >= this.tg) {
1782
- this.tf = this.tg - 0.01;
1783
- if (this.tf < 0) {
1784
- this.tf = 0;
1785
- this.tg = 0.01;
1803
+ if (this.th >= this.ti) {
1804
+ this.th = this.ti - 0.01;
1805
+ if (this.th < 0) {
1806
+ this.th = 0;
1807
+ this.ti = 0.01;
1786
1808
  }
1787
1809
  }
1788
- this.d0 = true;
1789
- this.ly(false);
1790
- if (this.ta != null) {
1791
- this.ta.lx();
1810
+ this.d1 = true;
1811
+ this.l0(false);
1812
+ if (this.tc != null) {
1813
+ this.tc.lz();
1792
1814
  }
1793
1815
  try {
1794
- for (var _e = __values(fromEnum(this.eo())), _f = _e.next(); !_f.done; _f = _e.next()) {
1816
+ for (var _e = __values(fromEnum(this.ep())), _f = _e.next(); !_f.done; _f = _e.next()) {
1795
1817
  var f = _f.value;
1796
- f.g6 = true;
1797
- f.r8(false);
1818
+ f.g7 = true;
1819
+ f.r9(false);
1798
1820
  }
1799
1821
  }
1800
1822
  catch (e_10_1) {
@@ -1818,34 +1840,34 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1818
1840
  var g = typeCast(NumericAngleAxis.$, d);
1819
1841
  var h = typeCast(CategoryAngleAxis.$, d);
1820
1842
  if (g == null && h == null) {
1821
- this.tv(null);
1843
+ this.tx(null);
1822
1844
  }
1823
1845
  if (g != null) {
1824
- this.tv(g);
1825
- g.tu(this);
1846
+ this.tx(g);
1847
+ g.tw(this);
1826
1848
  }
1827
1849
  if (h != null) {
1828
- this.tv(h);
1829
- h.sq(this);
1850
+ this.tx(h);
1851
+ h.ss(this);
1830
1852
  }
1831
- this.d0 = true;
1832
- this.ly(false);
1853
+ this.d1 = true;
1854
+ this.l0(false);
1833
1855
  break;
1834
1856
  case "IsInverted":
1835
- if (this.ta != null) {
1836
- this.ta.d0 = true;
1837
- this.ta.ly(false);
1857
+ if (this.tc != null) {
1858
+ this.tc.d1 = true;
1859
+ this.tc.l0(false);
1838
1860
  }
1839
1861
  break;
1840
1862
  }
1841
1863
  };
1842
- NumericRadiusAxis.prototype.tv = function (a) {
1843
- this.ta = a;
1864
+ NumericRadiusAxis.prototype.tx = function (a) {
1865
+ this.tc = a;
1844
1866
  };
1845
- Object.defineProperty(NumericRadiusAxis.prototype, "ta", {
1867
+ Object.defineProperty(NumericRadiusAxis.prototype, "tc", {
1846
1868
  get: function () {
1847
- if (this.s9 != null) {
1848
- return this.s9;
1869
+ if (this.tb != null) {
1870
+ return this.tb;
1849
1871
  }
1850
1872
  var a = typeCast(XamDataChart.$, this.b7);
1851
1873
  if (a != null) {
@@ -1855,45 +1877,45 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1855
1877
  }
1856
1878
  }
1857
1879
  }
1858
- return this.s9;
1880
+ return this.tb;
1859
1881
  },
1860
1882
  set: function (a) {
1861
- this.s9 = a;
1883
+ this.tb = a;
1862
1884
  },
1863
1885
  enumerable: false,
1864
1886
  configurable: true
1865
1887
  });
1866
1888
  NumericRadiusAxis.prototype.ap = function () {
1867
- return this.ta;
1889
+ return this.tc;
1868
1890
  };
1869
- NumericRadiusAxis.prototype.py = function () {
1891
+ NumericRadiusAxis.prototype.p0 = function () {
1870
1892
  return new PolarAxisRenderingParameters();
1871
1893
  };
1872
- NumericRadiusAxis.prototype.px = function (a, b, c, d) {
1873
- var e = typeCast(PolarAxisRenderingParameters.$, _super.prototype.px.call(this, a, b, c, d));
1874
- var f = this.tc.h(b, a, c);
1875
- var g = this.tc.i(b, a, c);
1876
- var h = 0.5 * this.tg;
1877
- var i = 0.5 * this.tf;
1894
+ NumericRadiusAxis.prototype.pz = function (a, b, c, d) {
1895
+ var e = typeCast(PolarAxisRenderingParameters.$, _super.prototype.pz.call(this, a, b, c, d));
1896
+ var f = this.te.h(b, a, c);
1897
+ var g = this.te.i(b, a, c);
1898
+ var h = 0.5 * this.ti;
1899
+ var i = 0.5 * this.th;
1878
1900
  var j, k;
1879
1901
  if (Rect.l_op_Equality(b, SeriesViewer.y4)) {
1880
- k = this.qv;
1881
- j = this.qw;
1902
+ k = this.qx;
1903
+ j = this.qy;
1882
1904
  }
1883
1905
  else {
1884
1906
  k = Math.min(g, h);
1885
- j = this.to(f);
1886
- k = this.to(k);
1887
- var l = this.tw(a, c, b, j, k);
1907
+ j = this.tq(f);
1908
+ k = this.tq(k);
1909
+ var l = this.ty(a, c, b, j, k);
1888
1910
  j = l.p3;
1889
1911
  k = l.p4;
1890
1912
  }
1891
1913
  var m = { $type: Point_$type, x: 0.5, y: 0.5 };
1892
1914
  var n = f;
1893
1915
  var o = g;
1894
- var p = Math.min(d.width, d.height) * (this.tg - this.tf) / 2;
1895
- if (this.ti == 0) {
1896
- p = d.width * (this.tg - this.tf) / 2;
1916
+ var p = Math.min(d.width, d.height) * (this.ti - this.th) / 2;
1917
+ if (this.tk == 0) {
1918
+ p = d.width * (this.ti - this.th) / 2;
1897
1919
  }
1898
1920
  e.center = m;
1899
1921
  var q = Math.max(o, n);
@@ -1902,14 +1924,14 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1902
1924
  e.minLength = r;
1903
1925
  var s = Math.min(j, k);
1904
1926
  var t = Math.max(j, k);
1905
- if (s < this.qw) {
1906
- s = this.qw;
1927
+ if (s < this.qy) {
1928
+ s = this.qy;
1907
1929
  }
1908
- if (t > this.qv) {
1909
- t = this.qv;
1930
+ if (t > this.qx) {
1931
+ t = this.qx;
1910
1932
  }
1911
- this.qz = s;
1912
- this.qy = t;
1933
+ this.q1 = s;
1934
+ this.q0 = t;
1913
1935
  e.k.add(((function () {
1914
1936
  var $ret = new RangeInfo();
1915
1937
  $ret.d = s;
@@ -1917,7 +1939,7 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1917
1939
  $ret.b = p;
1918
1940
  return $ret;
1919
1941
  })()));
1920
- var u = typeCast(IAngleScaler_$type, this.ta);
1942
+ var u = typeCast(IAngleScaler_$type, this.tc);
1921
1943
  if (u != null) {
1922
1944
  var v = void 0;
1923
1945
  var w = void 0;
@@ -1927,7 +1949,7 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1927
1949
  e.minAngle = Math.min(v, w);
1928
1950
  e.maxAngle = Math.max(v, w);
1929
1951
  }
1930
- var y = this.tl();
1952
+ var y = this.tn();
1931
1953
  if (o >= h) {
1932
1954
  o = y;
1933
1955
  }
@@ -1937,25 +1959,25 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1937
1959
  e.minLength = n;
1938
1960
  e.maxLength = o;
1939
1961
  e.effectiveMaximum = y;
1940
- e.f = this.p1;
1962
+ e.f = this.p3;
1941
1963
  var z = typeCast(LinearTickmarkValues.$, e.f);
1942
1964
  if (z != null) {
1943
- z.y = this.tr(m, e.minLength, e.maxLength, b, a, c);
1965
+ z.y = this.tt(m, e.minLength, e.maxLength, b, a, c);
1944
1966
  }
1945
1967
  return e;
1946
1968
  };
1947
- NumericRadiusAxis.prototype.tw = function (a, b, c, d, e) {
1969
+ NumericRadiusAxis.prototype.ty = function (a, b, c, d, e) {
1948
1970
  var f = { $type: Point_$type, x: 0.5, y: 0.5 };
1949
1971
  var g = 0;
1950
1972
  if (this.dn) {
1951
- g = this.tm(this.qw);
1973
+ g = this.to(this.qy);
1952
1974
  }
1953
1975
  else {
1954
- g = this.tm(this.qv);
1976
+ g = this.to(this.qx);
1955
1977
  }
1956
1978
  var h = 0;
1957
- if (this.hr != null) {
1958
- h = this.ti;
1979
+ if (this.ht != null) {
1980
+ h = this.tk;
1959
1981
  }
1960
1982
  var i = f.x + g * Math.cos(h);
1961
1983
  var j = f.y + g * Math.sin(h);
@@ -1965,18 +1987,18 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1965
1987
  j = ViewportUtils.i(j, c, a, b);
1966
1988
  if (i >= a.left && i <= a.right && j >= a.top && j <= a.bottom) {
1967
1989
  if (this.dn) {
1968
- e = this.qw;
1990
+ e = this.qy;
1969
1991
  }
1970
1992
  else {
1971
- e = this.qv;
1993
+ e = this.qx;
1972
1994
  }
1973
1995
  }
1974
1996
  if (f.x >= a.left && f.x <= a.right && f.y >= a.top && f.y <= a.bottom) {
1975
1997
  if (this.dn) {
1976
- d = this.qv;
1998
+ d = this.qx;
1977
1999
  }
1978
2000
  else {
1979
- d = this.qw;
2001
+ d = this.qy;
1980
2002
  }
1981
2003
  }
1982
2004
  return {
@@ -1984,7 +2006,7 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1984
2006
  p4: e
1985
2007
  };
1986
2008
  };
1987
- NumericRadiusAxis.prototype.tr = function (a, b, c, d, e, f) {
2009
+ NumericRadiusAxis.prototype.tt = function (a, b, c, d, e, f) {
1988
2010
  var g = ViewportUtils.d(c - b, d, e, f);
1989
2011
  var h = g / Math.min(e.width, e.height);
1990
2012
  if (h > 0.7) {
@@ -1992,45 +2014,45 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
1992
2014
  }
1993
2015
  return 5;
1994
2016
  };
1995
- NumericRadiusAxis.prototype.tl = function () {
2017
+ NumericRadiusAxis.prototype.tn = function () {
1996
2018
  var a = 0;
1997
2019
  if (!this.dn) {
1998
- a = this.tm(this.qv);
2020
+ a = this.to(this.qx);
1999
2021
  }
2000
2022
  else {
2001
- a = this.tm(this.qw);
2023
+ a = this.to(this.qy);
2002
2024
  }
2003
2025
  return a;
2004
2026
  };
2005
- NumericRadiusAxis.prototype.sm = function (a) {
2006
- if (this.ta != null) {
2007
- this.ta.lx();
2027
+ NumericRadiusAxis.prototype.so = function (a) {
2028
+ if (this.tc != null) {
2029
+ this.tc.lz();
2008
2030
  }
2009
2031
  };
2010
- NumericRadiusAxis.prototype.lz = function (a) {
2011
- _super.prototype.lz.call(this, a);
2032
+ NumericRadiusAxis.prototype.l1 = function (a) {
2033
+ _super.prototype.l1.call(this, a);
2012
2034
  var b = this.b7 != null ? this.b7.yr : Rect.empty;
2013
- var c = !b.isEmpty ? this.o6 : Rect.empty;
2014
- var d = this.o1();
2015
- var e = this.o0();
2016
- var f = this.pw.c(a, c, b, d, e);
2035
+ var c = !b.isEmpty ? this.o8 : Rect.empty;
2036
+ var d = this.o3();
2037
+ var e = this.o2();
2038
+ var f = this.py.c(a, c, b, d, e);
2017
2039
  if (f != null) {
2018
- this.qu = f.f.m;
2019
- this.qx = f.f.l;
2040
+ this.qw = f.f.m;
2041
+ this.qz = f.f.l;
2020
2042
  }
2021
2043
  };
2022
- NumericRadiusAxis.prototype.md = function (a, b) {
2023
- _super.prototype.md.call(this, a, b);
2044
+ NumericRadiusAxis.prototype.mf = function (a, b) {
2045
+ _super.prototype.mf.call(this, a, b);
2024
2046
  if (b.height != a.height || b.width != a.width) {
2025
- this.ed();
2047
+ this.ee();
2026
2048
  }
2027
2049
  };
2028
- NumericRadiusAxis.prototype.tu = function (a, b, c, d, e) {
2029
- var f = typeCast(IPolarRadialRenderingParameters_$type, this.px(b, c, d, e));
2050
+ NumericRadiusAxis.prototype.tw = function (a, b, c, d, e) {
2051
+ var f = typeCast(IPolarRadialRenderingParameters_$type, this.pz(b, c, d, e));
2030
2052
  if (f == null) {
2031
2053
  return;
2032
2054
  }
2033
- this.tc.l(a.d, f.minLength, f.maxLength, b, d, c, f.center, f.minAngle, f.maxAngle);
2055
+ this.te.l(a.d, f.minLength, f.maxLength, b, d, c, f.center, f.minAngle, f.maxAngle);
2034
2056
  };
2035
2057
  NumericRadiusAxis.prototype.get_bm = function () {
2036
2058
  return 3;
@@ -2042,8 +2064,8 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
2042
2064
  enumerable: false,
2043
2065
  configurable: true
2044
2066
  });
2045
- NumericRadiusAxis.prototype.ov = function (a, b, c, d, e) {
2046
- var f = typeCast(PolarAxisRenderingParameters.$, this.px(c, b, d, e));
2067
+ NumericRadiusAxis.prototype.ox = function (a, b, c, d, e) {
2068
+ var f = typeCast(PolarAxisRenderingParameters.$, this.pz(c, b, d, e));
2047
2069
  var g = a;
2048
2070
  var h = new PathGeometry();
2049
2071
  var i = ViewportUtils.d(g, b, c, d);
@@ -2094,7 +2116,7 @@ export var NumericRadiusAxis = /** @class */ /*@__PURE__*/ (function (_super) {
2094
2116
  return h;
2095
2117
  };
2096
2118
  NumericRadiusAxis.$t = markType(NumericRadiusAxis, 'NumericRadiusAxis', NumericAxisBase.$);
2097
- NumericRadiusAxis.$$p = markDep(DependencyProperty, PropertyMetadata, NumericRadiusAxis, 'ls', ['InnerRadiusExtentScale:tp:tx', [1, 0], 'RadiusExtentScale:tq:ty', [1, 0.75]]);
2119
+ NumericRadiusAxis.$$p = markDep(DependencyProperty, PropertyMetadata, NumericRadiusAxis, 'lu', ['InnerRadiusExtentScale:tr:tz', [1, 0], 'RadiusExtentScale:ts:t0', [1, 0.75]]);
2098
2120
  return NumericRadiusAxis;
2099
2121
  }(NumericAxisBase));
2100
2122
  /**
@@ -2141,12 +2163,12 @@ export var AngleAxisLabelPanelView = /** @class */ /*@__PURE__*/ (function (_sup
2141
2163
  this.az.dg = -1.7976931348623157E+308;
2142
2164
  var c = 0;
2143
2165
  if (typeCast(CategoryAngleAxis.$, this.az.ae) !== null) {
2144
- c = this.az.ae.r0() * this.az.ae.o6.width;
2166
+ c = this.az.ae.r2() * this.az.ae.o8.width;
2145
2167
  }
2146
2168
  else if (typeCast(NumericAngleAxis.$, this.az.ae) !== null) {
2147
- c = this.az.ae.tk() * this.az.ae.o6.width;
2169
+ c = this.az.ae.tm() * this.az.ae.o8.width;
2148
2170
  }
2149
- var d = { $type: Point_$type, x: this.az.ae.o6.width * 0.5, y: this.az.ae.o6.width * 0.5 };
2171
+ var d = { $type: Point_$type, x: this.az.ae.o8.width * 0.5, y: this.az.ae.o8.width * 0.5 };
2150
2172
  for (var e = 0; e < this.a.bg.count; e++) {
2151
2173
  var f = this.a.bg._inner[e];
2152
2174
  var g = this.a.bf._inner[e];
@@ -2195,14 +2217,14 @@ export var CategoryAngleAxisView = /** @class */ /*@__PURE__*/ (function (_super
2195
2217
  __extends(CategoryAngleAxisView, _super);
2196
2218
  function CategoryAngleAxisView(a) {
2197
2219
  var _this = _super.call(this, a) || this;
2198
- _this.bs = null;
2199
- _this.bs = a;
2220
+ _this.bv = null;
2221
+ _this.bv = a;
2200
2222
  return _this;
2201
2223
  }
2202
- CategoryAngleAxisView.prototype.ar = function () {
2203
- _super.prototype.ar.call(this);
2204
- this.b.ol = AxisDefaults.axis_MajorBrush;
2205
- this.b.op = AxisDefaults.axis_LineBrush;
2224
+ CategoryAngleAxisView.prototype.as = function () {
2225
+ _super.prototype.as.call(this);
2226
+ this.c.on = AxisDefaults.axis_MajorBrush;
2227
+ this.c.or = AxisDefaults.axis_LineBrush;
2206
2228
  };
2207
2229
  CategoryAngleAxisView.$t = markType(CategoryAngleAxisView, 'CategoryAngleAxisView', CategoryAxisBaseView.$);
2208
2230
  return CategoryAngleAxisView;
@@ -2214,14 +2236,14 @@ export var NumericAngleAxisView = /** @class */ /*@__PURE__*/ (function (_super)
2214
2236
  __extends(NumericAngleAxisView, _super);
2215
2237
  function NumericAngleAxisView(a) {
2216
2238
  var _this = _super.call(this, a) || this;
2217
- _this.bs = null;
2218
- _this.bs = a;
2239
+ _this.bv = null;
2240
+ _this.bv = a;
2219
2241
  return _this;
2220
2242
  }
2221
- NumericAngleAxisView.prototype.ar = function () {
2222
- _super.prototype.ar.call(this);
2223
- this.b.ol = AxisDefaults.axis_MajorBrush;
2224
- this.b.op = AxisDefaults.axis_LineBrush;
2243
+ NumericAngleAxisView.prototype.as = function () {
2244
+ _super.prototype.as.call(this);
2245
+ this.c.on = AxisDefaults.axis_MajorBrush;
2246
+ this.c.or = AxisDefaults.axis_LineBrush;
2225
2247
  };
2226
2248
  NumericAngleAxisView.$t = markType(NumericAngleAxisView, 'NumericAngleAxisView', NumericAxisBaseView.$);
2227
2249
  return NumericAngleAxisView;
@@ -2233,14 +2255,46 @@ export var NumericRadiusAxisView = /** @class */ /*@__PURE__*/ (function (_super
2233
2255
  __extends(NumericRadiusAxisView, _super);
2234
2256
  function NumericRadiusAxisView(a) {
2235
2257
  var _this = _super.call(this, a) || this;
2236
- _this.bs = null;
2237
- _this.bs = a;
2258
+ _this.bv = null;
2259
+ _this.bv = a;
2238
2260
  return _this;
2239
2261
  }
2240
- NumericRadiusAxisView.prototype.ar = function () {
2241
- _super.prototype.ar.call(this);
2242
- this.b.ol = AxisDefaults.axis_MajorBrush;
2243
- this.b.op = AxisDefaults.axis_LineBrush;
2262
+ NumericRadiusAxisView.prototype.as = function () {
2263
+ _super.prototype.as.call(this);
2264
+ this.c.on = AxisDefaults.axis_MajorBrush;
2265
+ this.c.or = AxisDefaults.axis_LineBrush;
2266
+ };
2267
+ NumericRadiusAxisView.prototype.a = function (a) {
2268
+ var b = new Rect(0, a.n, a.o, a.m, a.l);
2269
+ var c = new Array(4);
2270
+ c[0] = RectUtil.n(b);
2271
+ c[1] = RectUtil.o(b);
2272
+ c[2] = RectUtil.k(b);
2273
+ c[3] = RectUtil.j(b);
2274
+ if (a.j != null) {
2275
+ var d = { $type: Point_$type, x: this.f.c6.x + (this.f.c6.width * 0.5), y: this.f.c6.y };
2276
+ var e = 0;
2277
+ if (this.bv.ht != null && this.bv.an != null && this.bv.an.dc) {
2278
+ e = Convert.toDouble3(this.bv.ht);
2279
+ }
2280
+ var f = this.bv.oy(b, a.j, d, e);
2281
+ var g = this.f.ad(b, f);
2282
+ if (g.length > 0) {
2283
+ c[0] = g[0];
2284
+ c[1] = g[1];
2285
+ c[2] = g[2];
2286
+ c[3] = g[3];
2287
+ }
2288
+ }
2289
+ var h = new Array(7);
2290
+ h[0] = c[0];
2291
+ h[1] = c[1];
2292
+ h[2] = c[2];
2293
+ h[3] = c[3];
2294
+ 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 };
2295
+ 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 };
2296
+ 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 };
2297
+ return h;
2244
2298
  };
2245
2299
  NumericRadiusAxisView.$t = markType(NumericRadiusAxisView, 'NumericRadiusAxisView', NumericAxisBaseView.$);
2246
2300
  return NumericRadiusAxisView;