igniteui-webcomponents-charts 3.2.1 → 3.2.2

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 (567) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +10178 -10093
  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 +3 -3
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
  9. package/esm2015/lib/AnnotationLayerProxy.js +25 -25
  10. package/esm2015/lib/AnnotationLayer_combined.js +116 -116
  11. package/esm2015/lib/AreaSeries_combined.js +35 -35
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/BarSeries_combined.js +69 -69
  15. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  16. package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
  17. package/esm2015/lib/BrushScale.js +7 -7
  18. package/esm2015/lib/BubbleSeries_combined.js +227 -227
  19. package/esm2015/lib/CalloutLayer_combined.js +404 -404
  20. package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
  21. package/esm2015/lib/CategoryChart.js +13 -13
  22. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  23. package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
  24. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
  25. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  26. package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
  27. package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
  28. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  29. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  30. package/esm2015/lib/ColumnSeries_combined.js +50 -50
  31. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  32. package/esm2015/lib/CrosshairLayer_combined.js +77 -77
  33. package/esm2015/lib/CustomIndicator.js +22 -22
  34. package/esm2015/lib/DataToolTipLayer_combined.js +428 -410
  35. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  36. package/esm2015/lib/DomainChart.js +11 -8
  37. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  38. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  39. package/esm2015/lib/FinalValueLayer_combined.js +63 -63
  40. package/esm2015/lib/FinancialChart_combined.js +20 -20
  41. package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
  42. package/esm2015/lib/FinancialIndicator_combined.js +168 -168
  43. package/esm2015/lib/FinancialOverlay.js +28 -28
  44. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  45. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  46. package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
  47. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  48. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  49. package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
  50. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
  51. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  52. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  53. package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
  54. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  55. package/esm2015/lib/IndicatorProxy.js +10 -10
  56. package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
  57. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  58. package/esm2015/lib/LineSeries_combined.js +29 -29
  59. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  60. package/esm2015/lib/MassIndexIndicator.js +6 -6
  61. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  62. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  63. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  64. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  65. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  66. package/esm2015/lib/OverlayProxy.js +7 -7
  67. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  68. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  69. package/esm2015/lib/PieChartViewManager_combined.js +1 -0
  70. package/esm2015/lib/PointSeries_combined.js +13 -13
  71. package/esm2015/lib/PointerTooltip_combined.js +75 -65
  72. package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
  73. package/esm2015/lib/PolarBase_combined.js +334 -334
  74. package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
  75. package/esm2015/lib/PolarLineSeries_combined.js +18 -18
  76. package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
  77. package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
  78. package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
  79. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  80. package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
  81. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  82. package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
  83. package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
  84. package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
  85. package/esm2015/lib/RadialLineSeries_combined.js +28 -28
  86. package/esm2015/lib/RadialPieSeries_combined.js +35 -35
  87. package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
  88. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  89. package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
  90. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  91. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  92. package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
  93. package/esm2015/lib/ScatterBase_combined.js +380 -380
  94. package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
  95. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  96. package/esm2015/lib/ScatterLineSeries.js +43 -43
  97. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  98. package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
  99. package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
  100. package/esm2015/lib/ScatterSeries_combined.js +11 -11
  101. package/esm2015/lib/ScatterSplineSeries.js +30 -30
  102. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  103. package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
  104. package/esm2015/lib/SeriesInteractionManager.js +16 -16
  105. package/esm2015/lib/SeriesRenderManager.js +8 -8
  106. package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
  107. package/esm2015/lib/SeriesViewer_combined.js +462 -458
  108. package/esm2015/lib/SeriesVisualDataManager.js +2 -2
  109. package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
  110. package/esm2015/lib/SizeScale.js +2 -2
  111. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  112. package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
  113. package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
  114. package/esm2015/lib/SplineSeries_combined.js +20 -20
  115. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  116. package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
  117. package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
  118. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
  119. package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
  120. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  121. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  122. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  123. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  124. package/esm2015/lib/StackedLineSeries_combined.js +8 -8
  125. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
  126. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  127. package/esm2015/lib/StepAreaSeries_combined.js +30 -30
  128. package/esm2015/lib/StepLineSeries_combined.js +31 -31
  129. package/esm2015/lib/StochRSIIndicator.js +15 -15
  130. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  131. package/esm2015/lib/TRIXIndicator.js +16 -16
  132. package/esm2015/lib/TimeAxisBase.js +1 -1
  133. package/esm2015/lib/TimeXAxis.js +1 -1
  134. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  135. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  136. package/esm2015/lib/ValueOverlay_combined.js +96 -96
  137. package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
  138. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  139. package/esm2015/lib/WaterfallSeries_combined.js +88 -88
  140. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  141. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  142. package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
  143. package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
  144. package/esm2015/lib/igc-annotation-layer-component.js +15 -15
  145. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  146. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  147. package/esm2015/lib/igc-bar-fragment-component.js +1 -1
  148. package/esm2015/lib/igc-bar-series-component.js +7 -7
  149. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  150. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
  151. package/esm2015/lib/igc-bubble-series-component.js +43 -43
  152. package/esm2015/lib/igc-callout-layer-component.js +94 -94
  153. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  154. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  155. package/esm2015/lib/igc-category-series-component.js +15 -15
  156. package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
  157. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  158. package/esm2015/lib/igc-column-fragment-component.js +7 -7
  159. package/esm2015/lib/igc-column-series-component.js +10 -10
  160. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  161. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  162. package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
  163. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  164. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  165. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  166. package/esm2015/lib/igc-financial-indicator-component.js +11 -11
  167. package/esm2015/lib/igc-financial-overlay-component.js +3 -3
  168. package/esm2015/lib/igc-financial-price-series-component.js +27 -27
  169. package/esm2015/lib/igc-financial-series-component.js +48 -48
  170. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  171. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  172. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  173. package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
  174. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  175. package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
  176. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  177. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
  178. package/esm2015/lib/igc-marker-series-component.js +28 -28
  179. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  180. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  181. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  182. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  183. package/esm2015/lib/igc-polar-base-component.js +71 -71
  184. package/esm2015/lib/igc-polar-line-series-component.js +3 -3
  185. package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
  186. package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
  187. package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
  188. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  189. package/esm2015/lib/igc-radial-base-component.js +26 -26
  190. package/esm2015/lib/igc-radial-column-series-component.js +6 -6
  191. package/esm2015/lib/igc-radial-line-series-component.js +3 -3
  192. package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
  193. package/esm2015/lib/igc-range-category-series-component.js +4 -4
  194. package/esm2015/lib/igc-range-column-series-component.js +7 -7
  195. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  196. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  197. package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
  198. package/esm2015/lib/igc-scatter-base-component.js +43 -43
  199. package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
  200. package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
  201. package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
  202. package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
  203. package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
  204. package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
  205. package/esm2015/lib/igc-series-component.js +54 -47
  206. package/esm2015/lib/igc-shape-series-base-component.js +40 -40
  207. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  208. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  209. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  210. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  211. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  212. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  213. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  214. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  215. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  216. package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
  217. package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
  218. package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
  219. package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
  220. package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
  221. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  222. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  223. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  224. package/esm2015/lib/igc-value-overlay-component.js +48 -48
  225. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
  226. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  227. package/esm2015/lib/igc-waterfall-series-component.js +14 -14
  228. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  229. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  230. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  231. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
  232. package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
  233. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
  234. package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
  235. package/esm5/lib/AnnotationLayerProxy.js +25 -25
  236. package/esm5/lib/AnnotationLayer_combined.js +115 -115
  237. package/esm5/lib/AreaSeries_combined.js +35 -35
  238. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  239. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  240. package/esm5/lib/BarSeries_combined.js +69 -69
  241. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  242. package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
  243. package/esm5/lib/BrushScale.js +7 -7
  244. package/esm5/lib/BubbleSeries_combined.js +230 -230
  245. package/esm5/lib/CalloutLayer_combined.js +405 -405
  246. package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
  247. package/esm5/lib/CategoryChart.js +13 -13
  248. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  249. package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
  250. package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
  251. package/esm5/lib/CategoryMarkerManager.js +1 -1
  252. package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
  253. package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
  254. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  255. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  256. package/esm5/lib/ColumnSeries_combined.js +49 -49
  257. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  258. package/esm5/lib/CrosshairLayer_combined.js +77 -77
  259. package/esm5/lib/CustomIndicator.js +22 -22
  260. package/esm5/lib/DataToolTipLayer_combined.js +428 -410
  261. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  262. package/esm5/lib/DomainChart.js +11 -8
  263. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  264. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  265. package/esm5/lib/FinalValueLayer_combined.js +63 -63
  266. package/esm5/lib/FinancialChart_combined.js +20 -20
  267. package/esm5/lib/FinancialEventArgs_combined.js +509 -509
  268. package/esm5/lib/FinancialIndicator_combined.js +167 -167
  269. package/esm5/lib/FinancialOverlay.js +28 -28
  270. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  271. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  272. package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
  273. package/esm5/lib/ForceIndexIndicator.js +15 -15
  274. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  275. package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
  276. package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
  277. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  278. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  279. package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
  280. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  281. package/esm5/lib/IndicatorProxy.js +10 -10
  282. package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
  283. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  284. package/esm5/lib/LineSeries_combined.js +29 -29
  285. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  286. package/esm5/lib/MassIndexIndicator.js +6 -6
  287. package/esm5/lib/MedianPriceIndicator.js +6 -6
  288. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  289. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  290. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  291. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  292. package/esm5/lib/OverlayProxy.js +7 -7
  293. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  294. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  295. package/esm5/lib/PieChartViewManager_combined.js +1 -0
  296. package/esm5/lib/PointSeries_combined.js +13 -13
  297. package/esm5/lib/PointerTooltip_combined.js +75 -65
  298. package/esm5/lib/PolarAreaSeries_combined.js +19 -19
  299. package/esm5/lib/PolarBase_combined.js +333 -333
  300. package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
  301. package/esm5/lib/PolarLineSeries_combined.js +18 -18
  302. package/esm5/lib/PolarScatterSeries_combined.js +8 -8
  303. package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
  304. package/esm5/lib/PolarSplineSeries_combined.js +17 -17
  305. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  306. package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
  307. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  308. package/esm5/lib/RadialAreaSeries_combined.js +31 -31
  309. package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
  310. package/esm5/lib/RadialColumnSeries_combined.js +37 -37
  311. package/esm5/lib/RadialLineSeries_combined.js +28 -28
  312. package/esm5/lib/RadialPieSeries_combined.js +35 -35
  313. package/esm5/lib/RangeAreaSeries_combined.js +16 -16
  314. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
  315. package/esm5/lib/RangeColumnSeries_combined.js +22 -22
  316. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  317. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  318. package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
  319. package/esm5/lib/ScatterBase_combined.js +379 -379
  320. package/esm5/lib/ScatterContourSeries_combined.js +96 -96
  321. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  322. package/esm5/lib/ScatterLineSeries.js +43 -43
  323. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  324. package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
  325. package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
  326. package/esm5/lib/ScatterSeries_combined.js +11 -11
  327. package/esm5/lib/ScatterSplineSeries.js +30 -30
  328. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  329. package/esm5/lib/ScatterTriangulationSeries.js +145 -145
  330. package/esm5/lib/SeriesInteractionManager.js +16 -16
  331. package/esm5/lib/SeriesRenderManager.js +8 -8
  332. package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
  333. package/esm5/lib/SeriesViewer_combined.js +457 -453
  334. package/esm5/lib/SeriesVisualDataManager.js +2 -2
  335. package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
  336. package/esm5/lib/SizeScale.js +2 -2
  337. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  338. package/esm5/lib/SplineAreaSeries_combined.js +28 -28
  339. package/esm5/lib/SplineSeriesBase_combined.js +101 -101
  340. package/esm5/lib/SplineSeries_combined.js +20 -20
  341. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  342. package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
  343. package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
  344. package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
  345. package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
  346. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  347. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  348. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  349. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  350. package/esm5/lib/StackedLineSeries_combined.js +8 -8
  351. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
  352. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  353. package/esm5/lib/StepAreaSeries_combined.js +30 -30
  354. package/esm5/lib/StepLineSeries_combined.js +31 -31
  355. package/esm5/lib/StochRSIIndicator.js +14 -14
  356. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  357. package/esm5/lib/TRIXIndicator.js +15 -15
  358. package/esm5/lib/TimeAxisBase.js +1 -1
  359. package/esm5/lib/TimeXAxis.js +1 -1
  360. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  361. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  362. package/esm5/lib/ValueOverlay_combined.js +96 -96
  363. package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
  364. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
  365. package/esm5/lib/WaterfallSeries_combined.js +88 -88
  366. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  367. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  368. package/esm5/lib/igc-anchored-category-series-component.js +15 -15
  369. package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
  370. package/esm5/lib/igc-annotation-layer-component.js +15 -15
  371. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  372. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  373. package/esm5/lib/igc-bar-fragment-component.js +1 -1
  374. package/esm5/lib/igc-bar-series-component.js +7 -7
  375. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  376. package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
  377. package/esm5/lib/igc-bubble-series-component.js +43 -43
  378. package/esm5/lib/igc-callout-layer-component.js +94 -94
  379. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  380. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  381. package/esm5/lib/igc-category-series-component.js +15 -15
  382. package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
  383. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  384. package/esm5/lib/igc-column-fragment-component.js +7 -7
  385. package/esm5/lib/igc-column-series-component.js +10 -10
  386. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  387. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  388. package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
  389. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  390. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  391. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  392. package/esm5/lib/igc-financial-indicator-component.js +11 -11
  393. package/esm5/lib/igc-financial-overlay-component.js +3 -3
  394. package/esm5/lib/igc-financial-price-series-component.js +27 -27
  395. package/esm5/lib/igc-financial-series-component.js +48 -48
  396. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  397. package/esm5/lib/igc-fragment-base-component.js +1 -1
  398. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  399. package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
  400. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
  401. package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
  402. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
  403. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
  404. package/esm5/lib/igc-marker-series-component.js +28 -28
  405. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  406. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  407. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  408. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  409. package/esm5/lib/igc-polar-base-component.js +71 -71
  410. package/esm5/lib/igc-polar-line-series-component.js +3 -3
  411. package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
  412. package/esm5/lib/igc-polar-spline-series-component.js +3 -3
  413. package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
  414. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  415. package/esm5/lib/igc-radial-base-component.js +26 -26
  416. package/esm5/lib/igc-radial-column-series-component.js +6 -6
  417. package/esm5/lib/igc-radial-line-series-component.js +3 -3
  418. package/esm5/lib/igc-radial-pie-series-component.js +6 -6
  419. package/esm5/lib/igc-range-category-series-component.js +4 -4
  420. package/esm5/lib/igc-range-column-series-component.js +7 -7
  421. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  422. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  423. package/esm5/lib/igc-scatter-area-series-component.js +22 -22
  424. package/esm5/lib/igc-scatter-base-component.js +43 -43
  425. package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
  426. package/esm5/lib/igc-scatter-line-series-component.js +3 -3
  427. package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
  428. package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
  429. package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
  430. package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
  431. package/esm5/lib/igc-series-component.js +54 -47
  432. package/esm5/lib/igc-shape-series-base-component.js +40 -40
  433. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  434. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  435. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  436. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  437. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  438. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  439. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  440. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  441. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  442. package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
  443. package/esm5/lib/igc-stacked-column-series-component.js +6 -6
  444. package/esm5/lib/igc-stacked-series-base-component.js +10 -10
  445. package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
  446. package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
  447. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  448. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  449. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  450. package/esm5/lib/igc-value-overlay-component.js +48 -48
  451. package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
  452. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  453. package/esm5/lib/igc-waterfall-series-component.js +14 -14
  454. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  455. package/fesm2015/igniteui-webcomponents-charts.js +10211 -10126
  456. package/fesm5/igniteui-webcomponents-charts.js +10178 -10093
  457. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  458. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  459. package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
  460. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
  461. package/lib/AnnotationLayer_combined.d.ts +31 -31
  462. package/lib/AreaSeries_combined.d.ts +6 -6
  463. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  464. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  465. package/lib/BarSeries_combined.d.ts +10 -10
  466. package/lib/BollingerBandWidthIndicator.d.ts +8 -8
  467. package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
  468. package/lib/BubbleSeries_combined.d.ts +38 -38
  469. package/lib/CalloutLayer_combined.d.ts +83 -83
  470. package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
  471. package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
  472. package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
  473. package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
  474. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  475. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  476. package/lib/ColumnSeries_combined.d.ts +10 -10
  477. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  478. package/lib/CrosshairLayer_combined.d.ts +37 -37
  479. package/lib/CustomIndicator.d.ts +8 -8
  480. package/lib/DataToolTipLayer_combined.d.ts +117 -115
  481. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  482. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  483. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  484. package/lib/FinalValueLayer_combined.d.ts +25 -25
  485. package/lib/FinancialEventArgs_combined.d.ts +90 -90
  486. package/lib/FinancialIndicator_combined.d.ts +26 -26
  487. package/lib/FinancialOverlay.d.ts +4 -4
  488. package/lib/FinancialPriceSeries_combined.d.ts +30 -30
  489. package/lib/ForceIndexIndicator.d.ts +9 -9
  490. package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
  491. package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
  492. package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
  493. package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
  494. package/lib/ItemToolTipLayer_combined.d.ts +17 -15
  495. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  496. package/lib/LineSeries_combined.d.ts +5 -5
  497. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  498. package/lib/MassIndexIndicator.d.ts +4 -4
  499. package/lib/MedianPriceIndicator.d.ts +4 -4
  500. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  501. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  502. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  503. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  504. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  505. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  506. package/lib/PointSeries_combined.d.ts +4 -4
  507. package/lib/PointerTooltip_combined.d.ts +27 -25
  508. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  509. package/lib/PolarBase_combined.d.ts +81 -81
  510. package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
  511. package/lib/PolarLineSeries_combined.d.ts +7 -7
  512. package/lib/PolarScatterSeries_combined.d.ts +3 -3
  513. package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
  514. package/lib/PolarSplineSeries_combined.d.ts +6 -6
  515. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  516. package/lib/PriceChannelOverlay_combined.d.ts +8 -8
  517. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  518. package/lib/RadialAreaSeries_combined.d.ts +6 -6
  519. package/lib/RadialBucketCalculator_combined.d.ts +32 -32
  520. package/lib/RadialColumnSeries_combined.d.ts +5 -5
  521. package/lib/RadialLineSeries_combined.d.ts +6 -6
  522. package/lib/RadialPieSeries_combined.d.ts +6 -6
  523. package/lib/RangeAreaSeries_combined.d.ts +4 -4
  524. package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
  525. package/lib/RangeColumnSeries_combined.d.ts +5 -5
  526. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  527. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  528. package/lib/ScatterAreaSeries_combined.d.ts +21 -21
  529. package/lib/ScatterBase_combined.d.ts +80 -80
  530. package/lib/ScatterContourSeries_combined.d.ts +15 -15
  531. package/lib/ScatterLineSeries.d.ts +9 -9
  532. package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
  533. package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
  534. package/lib/ScatterSeries_combined.d.ts +3 -3
  535. package/lib/ScatterSplineSeries.d.ts +7 -7
  536. package/lib/ScatterTriangulationSeries.d.ts +29 -29
  537. package/lib/SeriesViewer_combined.d.ts +137 -136
  538. package/lib/ShapeSeriesBase_combined.d.ts +69 -69
  539. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  540. package/lib/SplineAreaSeries_combined.d.ts +5 -5
  541. package/lib/SplineSeriesBase_combined.d.ts +17 -17
  542. package/lib/SplineSeries_combined.d.ts +4 -4
  543. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  544. package/lib/Stacked100BarSeries_combined.d.ts +5 -5
  545. package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
  546. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  547. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  548. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  549. package/lib/StackedLineSeries_combined.d.ts +2 -2
  550. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
  551. package/lib/StandardDeviationIndicator.d.ts +8 -8
  552. package/lib/StepAreaSeries_combined.d.ts +6 -6
  553. package/lib/StepLineSeries_combined.d.ts +5 -5
  554. package/lib/StochRSIIndicator.d.ts +8 -8
  555. package/lib/StrategyBasedIndicator.d.ts +19 -19
  556. package/lib/TRIXIndicator.d.ts +8 -8
  557. package/lib/TypicalPriceIndicator.d.ts +4 -4
  558. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  559. package/lib/ValueOverlay_combined.d.ts +31 -31
  560. package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
  561. package/lib/WaterfallSeries_combined.d.ts +13 -13
  562. package/lib/WeightedCloseIndicator.d.ts +4 -4
  563. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  564. package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
  565. package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
  566. package/lib/igc-series-component.d.ts +5 -0
  567. package/package.json +2 -2
@@ -75,1106 +75,1106 @@ export let IgcDataToolTipLayerComponent = /*@__PURE__*/ (() => {
75
75
  * Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
76
76
  */
77
77
  get targetAxis() {
78
- if (this.i.rg == null) {
78
+ if (this.i.rh == null) {
79
79
  return null;
80
80
  }
81
- if (!this.i.rg.externalObject) {
82
- let e = IgcAxisComponent._createFromInternal(this.i.rg);
81
+ if (!this.i.rh.externalObject) {
82
+ let e = IgcAxisComponent._createFromInternal(this.i.rh);
83
83
  if (e) {
84
- e._implementation = this.i.rg;
84
+ e._implementation = this.i.rh;
85
85
  }
86
- this.i.rg.externalObject = e;
86
+ this.i.rh.externalObject = e;
87
87
  }
88
- return this.i.rg.externalObject;
88
+ return this.i.rh.externalObject;
89
89
  }
90
90
  set targetAxis(v) {
91
91
  if (v != null && this._stylingContainer && v._styling)
92
92
  v._styling(this._stylingContainer, this, this);
93
- v == null ? this.i.rg = null : this.i.rg = v.i;
93
+ v == null ? this.i.rh = null : this.i.rh = v.i;
94
94
  }
95
95
  /**
96
96
  * Gets or sets whether to use value interpolation when drawing the tooltips.
97
97
  */
98
98
  get useInterpolation() {
99
- return this.i.su;
99
+ return this.i.sv;
100
100
  }
101
101
  set useInterpolation(v) {
102
- this.i.su = ensureBool(v);
103
- this._a("useInterpolation", this.i.su);
102
+ this.i.sv = ensureBool(v);
103
+ this._a("useInterpolation", this.i.sv);
104
104
  }
105
105
  /**
106
106
  * Gets or sets the grouping mode to apply to use for the tooltip layer.
107
107
  */
108
108
  get groupingMode() {
109
- return this.i.ry;
109
+ return this.i.rz;
110
110
  }
111
111
  set groupingMode(v) {
112
- this.i.ry = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
113
- this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.ry));
112
+ this.i.rz = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
113
+ this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.rz));
114
114
  }
115
115
  /**
116
116
  * Gets the actual resolved tooltip layer grouping mode.
117
117
  */
118
118
  get actualGroupingMode() {
119
- return this.i.rx;
119
+ return this.i.ry;
120
120
  }
121
121
  set actualGroupingMode(v) {
122
- this.i.rx = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
123
- this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.rx));
122
+ this.i.ry = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
123
+ this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.ry));
124
124
  }
125
125
  /**
126
126
  * Gets or sets the offset of the tooltip layer on the X axis.
127
127
  */
128
128
  get positionOffsetX() {
129
- return this.i.s3;
129
+ return this.i.s4;
130
130
  }
131
131
  set positionOffsetX(v) {
132
- this.i.s3 = +v;
133
- this._a("positionOffsetX", this.i.s3);
132
+ this.i.s4 = +v;
133
+ this._a("positionOffsetX", this.i.s4);
134
134
  }
135
135
  /**
136
136
  * Gets or sets the offset of the tooltip layer on the Y axis.
137
137
  */
138
138
  get positionOffsetY() {
139
- return this.i.s4;
139
+ return this.i.s5;
140
140
  }
141
141
  set positionOffsetY(v) {
142
- this.i.s4 = +v;
143
- this._a("positionOffsetY", this.i.s4);
142
+ this.i.s5 = +v;
143
+ this._a("positionOffsetY", this.i.s5);
144
144
  }
145
145
  /**
146
146
  * Gets or sets the default offset of the tooltip layer on the X axis.
147
147
  */
148
148
  get defaultPositionOffsetX() {
149
- return this.i.s1;
149
+ return this.i.s2;
150
150
  }
151
151
  set defaultPositionOffsetX(v) {
152
- this.i.s1 = +v;
153
- this._a("defaultPositionOffsetX", this.i.s1);
152
+ this.i.s2 = +v;
153
+ this._a("defaultPositionOffsetX", this.i.s2);
154
154
  }
155
155
  /**
156
156
  * Gets or sets the default offset of the tooltip layer on the Y axis.
157
157
  */
158
158
  get defaultPositionOffsetY() {
159
- return this.i.s2;
159
+ return this.i.s3;
160
160
  }
161
161
  set defaultPositionOffsetY(v) {
162
- this.i.s2 = +v;
163
- this._a("defaultPositionOffsetY", this.i.s2);
162
+ this.i.s3 = +v;
163
+ this._a("defaultPositionOffsetY", this.i.s3);
164
164
  }
165
165
  /**
166
166
  * Gets or sets the tooltip position mode on the X axis for grouped series.
167
167
  */
168
168
  get groupedPositionModeX() {
169
- return this.i.rq;
169
+ return this.i.rr;
170
170
  }
171
171
  set groupedPositionModeX(v) {
172
- this.i.rq = ensureEnum(DataTooltipGroupedPositionX_$type, v);
173
- this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rq));
172
+ this.i.rr = ensureEnum(DataTooltipGroupedPositionX_$type, v);
173
+ this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rr));
174
174
  }
175
175
  /**
176
176
  * Gets the actual resolved tooltip position mode on the X axis for grouped series.
177
177
  */
178
178
  get actualGroupedPositionModeX() {
179
- return this.i.rp;
179
+ return this.i.rq;
180
180
  }
181
181
  set actualGroupedPositionModeX(v) {
182
- this.i.rp = ensureEnum(DataTooltipGroupedPositionX_$type, v);
183
- this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rp));
182
+ this.i.rq = ensureEnum(DataTooltipGroupedPositionX_$type, v);
183
+ this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rq));
184
184
  }
185
185
  /**
186
186
  * Gets or sets the tooltip position mode on the Y axis for grouped series.
187
187
  */
188
188
  get groupedPositionModeY() {
189
- return this.i.ru;
189
+ return this.i.rv;
190
190
  }
191
191
  set groupedPositionModeY(v) {
192
- this.i.ru = ensureEnum(DataTooltipGroupedPositionY_$type, v);
193
- this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ru));
192
+ this.i.rv = ensureEnum(DataTooltipGroupedPositionY_$type, v);
193
+ this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.rv));
194
194
  }
195
195
  /**
196
196
  * Gets the actual resolved tooltip position mode on the Y axis for grouped series.
197
197
  */
198
198
  get actualGroupedPositionModeY() {
199
- return this.i.rt;
199
+ return this.i.ru;
200
200
  }
201
201
  set actualGroupedPositionModeY(v) {
202
- this.i.rt = ensureEnum(DataTooltipGroupedPositionY_$type, v);
203
- this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.rt));
202
+ this.i.ru = ensureEnum(DataTooltipGroupedPositionY_$type, v);
203
+ this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ru));
204
204
  }
205
205
  /**
206
206
  * Gets or sets whether the data legend should update when the series data is mutated.
207
207
  */
208
208
  get shouldUpdateWhenSeriesDataChanges() {
209
- return this.i.st;
209
+ return this.i.su;
210
210
  }
211
211
  set shouldUpdateWhenSeriesDataChanges(v) {
212
- this.i.st = ensureBool(v);
213
- this._a("shouldUpdateWhenSeriesDataChanges", this.i.st);
212
+ this.i.su = ensureBool(v);
213
+ this._a("shouldUpdateWhenSeriesDataChanges", this.i.su);
214
214
  }
215
215
  /**
216
216
  * Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
217
217
  */
218
218
  get includedSeries() {
219
- return this.i.rd;
219
+ return this.i.re;
220
220
  }
221
221
  set includedSeries(v) {
222
222
  if (v && !Array.isArray(v) && typeof (v) == "string") {
223
223
  const re = /\s*(?:,|\s|$)\s*/gm;
224
224
  v = v.split(re);
225
225
  }
226
- this.i.rd = v;
226
+ this.i.re = v;
227
227
  }
228
228
  /**
229
229
  * Gets or sets indexes or names of series to exclude from displaying in the data legend, e.g. "0, 1"
230
230
  * The ExcludedSeries property takes precedences over values of IncludedSeries property
231
231
  */
232
232
  get excludedSeries() {
233
- return this.i.q8;
233
+ return this.i.q9;
234
234
  }
235
235
  set excludedSeries(v) {
236
236
  if (v && !Array.isArray(v) && typeof (v) == "string") {
237
237
  const re = /\s*(?:,|\s|$)\s*/gm;
238
238
  v = v.split(re);
239
239
  }
240
- this.i.q8 = v;
240
+ this.i.q9 = v;
241
241
  }
242
242
  /**
243
243
  * Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L"
244
244
  * The ExcludedColumns property takes precedences over values of IncludedColumns property
245
245
  */
246
246
  get includedColumns() {
247
- return this.i.rc;
247
+ return this.i.rd;
248
248
  }
249
249
  set includedColumns(v) {
250
250
  if (v && !Array.isArray(v) && typeof (v) == "string") {
251
251
  const re = /\s*(?:,|\s|$)\s*/gm;
252
252
  v = v.split(re);
253
253
  }
254
- this.i.rc = v;
254
+ this.i.rd = v;
255
255
  }
256
256
  /**
257
257
  * Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L"
258
258
  * The ExcludedColumns property takes precedences over values of IncludedColumns property
259
259
  */
260
260
  get excludedColumns() {
261
- return this.i.q7;
261
+ return this.i.q8;
262
262
  }
263
263
  set excludedColumns(v) {
264
264
  if (v && !Array.isArray(v) && typeof (v) == "string") {
265
265
  const re = /\s*(?:,|\s|$)\s*/gm;
266
266
  v = v.split(re);
267
267
  }
268
- this.i.q7 = v;
268
+ this.i.q8 = v;
269
269
  }
270
270
  /**
271
271
  * Gets or sets mode for abbreviating large numbers displayed in the legend
272
272
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
273
273
  */
274
274
  get valueFormatAbbreviation() {
275
- return this.i.rh;
275
+ return this.i.ri;
276
276
  }
277
277
  set valueFormatAbbreviation(v) {
278
- this.i.rh = ensureEnum(DataAbbreviationMode_$type, v);
279
- this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.rh));
278
+ this.i.ri = ensureEnum(DataAbbreviationMode_$type, v);
279
+ this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.ri));
280
280
  }
281
281
  /**
282
282
  * Gets or sets maximum digits for formating numbers displayed in the legend
283
283
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
284
284
  */
285
285
  get valueFormatMaxFractions() {
286
- return this.i.t3;
286
+ return this.i.t4;
287
287
  }
288
288
  set valueFormatMaxFractions(v) {
289
- this.i.t3 = +v;
290
- this._a("valueFormatMaxFractions", this.i.t3);
289
+ this.i.t4 = +v;
290
+ this._a("valueFormatMaxFractions", this.i.t4);
291
291
  }
292
292
  /**
293
293
  * Gets or sets minimum digits for formating numbers displayed in the legend
294
294
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
295
295
  */
296
296
  get valueFormatMinFractions() {
297
- return this.i.t4;
297
+ return this.i.t5;
298
298
  }
299
299
  set valueFormatMinFractions(v) {
300
- this.i.t4 = +v;
301
- this._a("valueFormatMinFractions", this.i.t4);
300
+ this.i.t5 = +v;
301
+ this._a("valueFormatMinFractions", this.i.t5);
302
302
  }
303
303
  /**
304
304
  * Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
305
305
  */
306
306
  get valueFormatMode() {
307
- return this.i.rn;
307
+ return this.i.ro;
308
308
  }
309
309
  set valueFormatMode(v) {
310
- this.i.rn = ensureEnum(DataLegendValueMode_$type, v);
311
- this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.rn));
310
+ this.i.ro = ensureEnum(DataLegendValueMode_$type, v);
311
+ this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.ro));
312
312
  }
313
313
  /**
314
314
  * Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode
315
315
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
316
316
  */
317
317
  get valueFormatCulture() {
318
- return this.i.vy;
318
+ return this.i.vz;
319
319
  }
320
320
  set valueFormatCulture(v) {
321
- this.i.vy = v;
321
+ this.i.vz = v;
322
322
  }
323
323
  /**
324
324
  * Gets or sets whether or not use groupping sperator, e.g, 15,000 for 15000
325
325
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
326
326
  */
327
327
  get valueFormatUseGrouping() {
328
- return this.i.sv;
328
+ return this.i.sw;
329
329
  }
330
330
  set valueFormatUseGrouping(v) {
331
- this.i.sv = ensureBool(v);
332
- this._a("valueFormatUseGrouping", this.i.sv);
331
+ this.i.sw = ensureBool(v);
332
+ this._a("valueFormatUseGrouping", this.i.sw);
333
333
  }
334
334
  /**
335
335
  * Gets or sets the format string for values displayed in the data legend.
336
336
  */
337
337
  get valueFormatString() {
338
- return this.i.v4;
338
+ return this.i.v5;
339
339
  }
340
340
  set valueFormatString(v) {
341
- this.i.v4 = v;
341
+ this.i.v5 = v;
342
342
  }
343
343
  /**
344
344
  * Gets or sets the format specifiers to use with the ValueFormatString string.
345
345
  */
346
346
  get valueFormatSpecifiers() {
347
- return this.i.re;
347
+ return this.i.rf;
348
348
  }
349
349
  set valueFormatSpecifiers(v) {
350
350
  if (v && !Array.isArray(v) && typeof (v) == "string") {
351
351
  const re = /\s*(?:,|\s|$)\s*/gm;
352
352
  v = v.split(re);
353
353
  }
354
- this.i.re = v;
354
+ this.i.rf = v;
355
355
  }
356
356
  get valueRowMarginBottom() {
357
- return this.i.yv ? this.i.yv.bottom : NaN;
357
+ return this.i.yw ? this.i.yw.bottom : NaN;
358
358
  }
359
359
  set valueRowMarginBottom(v) {
360
360
  this.ensureValueRowMargin();
361
- this.i.yv.bottom = +v;
362
- this._a("valueRowMarginBottom", this.i.yv.bottom);
363
- this.i.yv = this.i.yv;
361
+ this.i.yw.bottom = +v;
362
+ this._a("valueRowMarginBottom", this.i.yw.bottom);
363
+ this.i.yw = this.i.yw;
364
364
  }
365
365
  get valueRowMarginLeft() {
366
- return this.i.yv ? this.i.yv.left : NaN;
366
+ return this.i.yw ? this.i.yw.left : NaN;
367
367
  }
368
368
  set valueRowMarginLeft(v) {
369
369
  this.ensureValueRowMargin();
370
- this.i.yv.left = +v;
371
- this._a("valueRowMarginLeft", this.i.yv.left);
372
- this.i.yv = this.i.yv;
370
+ this.i.yw.left = +v;
371
+ this._a("valueRowMarginLeft", this.i.yw.left);
372
+ this.i.yw = this.i.yw;
373
373
  }
374
374
  get valueRowMarginRight() {
375
- return this.i.yv ? this.i.yv.right : NaN;
375
+ return this.i.yw ? this.i.yw.right : NaN;
376
376
  }
377
377
  set valueRowMarginRight(v) {
378
378
  this.ensureValueRowMargin();
379
- this.i.yv.right = +v;
380
- this._a("valueRowMarginRight", this.i.yv.right);
381
- this.i.yv = this.i.yv;
379
+ this.i.yw.right = +v;
380
+ this._a("valueRowMarginRight", this.i.yw.right);
381
+ this.i.yw = this.i.yw;
382
382
  }
383
383
  get valueRowMarginTop() {
384
- return this.i.yv ? this.i.yv.top : NaN;
384
+ return this.i.yw ? this.i.yw.top : NaN;
385
385
  }
386
386
  set valueRowMarginTop(v) {
387
387
  this.ensureValueRowMargin();
388
- this.i.yv.top = +v;
389
- this._a("valueRowMarginTop", this.i.yv.top);
390
- this.i.yv = this.i.yv;
388
+ this.i.yw.top = +v;
389
+ this._a("valueRowMarginTop", this.i.yw.top);
390
+ this.i.yw = this.i.yw;
391
391
  }
392
392
  ensureValueRowMargin() {
393
- if (this.i.yv) {
393
+ if (this.i.yw) {
394
394
  return;
395
395
  }
396
- this.i.yv = new Thickness(2);
396
+ this.i.yw = new Thickness(2);
397
397
  }
398
398
  /**
399
399
  * Gets or sets whether to show series rows.
400
400
  */
401
401
  get valueRowVisible() {
402
- return this.i.sw;
402
+ return this.i.sx;
403
403
  }
404
404
  set valueRowVisible(v) {
405
- this.i.sw = ensureBool(v);
406
- this._a("valueRowVisible", this.i.sw);
405
+ this.i.sx = ensureBool(v);
406
+ this._a("valueRowVisible", this.i.sx);
407
407
  }
408
408
  /**
409
409
  * Gets or sets text displayed when data column is missing a value, e.g. "no data"
410
410
  */
411
411
  get valueTextWhenMissingData() {
412
- return this.i.wd;
412
+ return this.i.we;
413
413
  }
414
414
  set valueTextWhenMissingData(v) {
415
- this.i.wd = v;
415
+ this.i.we = v;
416
416
  }
417
417
  /**
418
418
  * Gets or sets whether to use series colors when displaying values in the legend
419
419
  */
420
420
  get valueTextUseSeriesColors() {
421
- return this.i.sx;
421
+ return this.i.sy;
422
422
  }
423
423
  set valueTextUseSeriesColors(v) {
424
- this.i.sx = ensureBool(v);
425
- this._a("valueTextUseSeriesColors", this.i.sx);
424
+ this.i.sy = ensureBool(v);
425
+ this._a("valueTextUseSeriesColors", this.i.sy);
426
426
  }
427
427
  get valueTextMarginBottom() {
428
- return this.i.yw ? this.i.yw.bottom : NaN;
428
+ return this.i.yx ? this.i.yx.bottom : NaN;
429
429
  }
430
430
  set valueTextMarginBottom(v) {
431
431
  this.ensureValueTextMargin();
432
- this.i.yw.bottom = +v;
433
- this._a("valueTextMarginBottom", this.i.yw.bottom);
434
- this.i.yw = this.i.yw;
432
+ this.i.yx.bottom = +v;
433
+ this._a("valueTextMarginBottom", this.i.yx.bottom);
434
+ this.i.yx = this.i.yx;
435
435
  }
436
436
  get valueTextMarginLeft() {
437
- return this.i.yw ? this.i.yw.left : NaN;
437
+ return this.i.yx ? this.i.yx.left : NaN;
438
438
  }
439
439
  set valueTextMarginLeft(v) {
440
440
  this.ensureValueTextMargin();
441
- this.i.yw.left = +v;
442
- this._a("valueTextMarginLeft", this.i.yw.left);
443
- this.i.yw = this.i.yw;
441
+ this.i.yx.left = +v;
442
+ this._a("valueTextMarginLeft", this.i.yx.left);
443
+ this.i.yx = this.i.yx;
444
444
  }
445
445
  get valueTextMarginRight() {
446
- return this.i.yw ? this.i.yw.right : NaN;
446
+ return this.i.yx ? this.i.yx.right : NaN;
447
447
  }
448
448
  set valueTextMarginRight(v) {
449
449
  this.ensureValueTextMargin();
450
- this.i.yw.right = +v;
451
- this._a("valueTextMarginRight", this.i.yw.right);
452
- this.i.yw = this.i.yw;
450
+ this.i.yx.right = +v;
451
+ this._a("valueTextMarginRight", this.i.yx.right);
452
+ this.i.yx = this.i.yx;
453
453
  }
454
454
  get valueTextMarginTop() {
455
- return this.i.yw ? this.i.yw.top : NaN;
455
+ return this.i.yx ? this.i.yx.top : NaN;
456
456
  }
457
457
  set valueTextMarginTop(v) {
458
458
  this.ensureValueTextMargin();
459
- this.i.yw.top = +v;
460
- this._a("valueTextMarginTop", this.i.yw.top);
461
- this.i.yw = this.i.yw;
459
+ this.i.yx.top = +v;
460
+ this._a("valueTextMarginTop", this.i.yx.top);
461
+ this.i.yx = this.i.yx;
462
462
  }
463
463
  ensureValueTextMargin() {
464
- if (this.i.yw) {
464
+ if (this.i.yx) {
465
465
  return;
466
466
  }
467
- this.i.yw = new Thickness(2);
467
+ this.i.yx = new Thickness(2);
468
468
  }
469
469
  /**
470
470
  * Gets or sets the units text color.
471
471
  */
472
472
  get valueTextColor() {
473
- return brushToString(this.i.yg);
473
+ return brushToString(this.i.yh);
474
474
  }
475
475
  set valueTextColor(v) {
476
- this.i.yg = stringToBrush(v);
477
- this._a("valueTextColor", brushToString(this.i.yg));
476
+ this.i.yh = stringToBrush(v);
477
+ this._a("valueTextColor", brushToString(this.i.yh));
478
478
  }
479
479
  /**
480
480
  * Gets or Sets the style to use for the units text.
481
481
  */
482
482
  get valueTextStyle() {
483
- if (this.i.sk == null) {
483
+ if (this.i.sl == null) {
484
484
  return null;
485
485
  }
486
- return this.i.sk.fontString;
486
+ return this.i.sl.fontString;
487
487
  }
488
488
  set valueTextStyle(v) {
489
489
  let fi = new FontInfo();
490
490
  fi.fontString = v;
491
- this.i.sk = fi;
492
- this._a("valueTextStyle", this.i.sk != null ? this.i.sk.fontString : "");
491
+ this.i.sl = fi;
492
+ this._a("valueTextStyle", this.i.sl != null ? this.i.sl.fontString : "");
493
493
  }
494
494
  /**
495
495
  * Gets or sets the format string for header text displayed in the data legend.
496
496
  */
497
497
  get headerFormatString() {
498
- return this.i.um;
498
+ return this.i.un;
499
499
  }
500
500
  set headerFormatString(v) {
501
- this.i.um = v;
501
+ this.i.un = v;
502
502
  }
503
503
  /**
504
504
  * Gets or sets the format specifiers to use with the HeaderFormatString string.
505
505
  */
506
506
  get headerFormatSpecifiers() {
507
- return this.i.rb;
507
+ return this.i.rc;
508
508
  }
509
509
  set headerFormatSpecifiers(v) {
510
510
  if (v && !Array.isArray(v) && typeof (v) == "string") {
511
511
  const re = /\s*(?:,|\s|$)\s*/gm;
512
512
  v = v.split(re);
513
513
  }
514
- this.i.rb = v;
514
+ this.i.rc = v;
515
515
  }
516
516
  /**
517
517
  * Gets or sets globalization culture when displaying header as date time
518
518
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
519
519
  */
520
520
  get headerFormatCulture() {
521
- return this.i.ui;
521
+ return this.i.uj;
522
522
  }
523
523
  set headerFormatCulture(v) {
524
- this.i.ui = v;
524
+ this.i.uj = v;
525
525
  }
526
526
  /**
527
527
  * Gets or sets date format for the header
528
528
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
529
529
  */
530
530
  get headerFormatDate() {
531
- return this.i.ri;
531
+ return this.i.rj;
532
532
  }
533
533
  set headerFormatDate(v) {
534
- this.i.ri = ensureEnum(DataLegendHeaderDateMode_$type, v);
535
- this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.ri));
534
+ this.i.rj = ensureEnum(DataLegendHeaderDateMode_$type, v);
535
+ this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.rj));
536
536
  }
537
537
  /**
538
538
  * Gets or sets time format for the header
539
539
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
540
540
  */
541
541
  get headerFormatTime() {
542
- return this.i.rj;
542
+ return this.i.rk;
543
543
  }
544
544
  set headerFormatTime(v) {
545
- this.i.rj = ensureEnum(DataLegendHeaderTimeMode_$type, v);
546
- this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.rj));
545
+ this.i.rk = ensureEnum(DataLegendHeaderTimeMode_$type, v);
546
+ this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.rk));
547
547
  }
548
548
  /**
549
549
  * Gets or sets the HeaderText for the data legend.
550
550
  */
551
551
  get headerText() {
552
- return this.i.ur;
552
+ return this.i.us;
553
553
  }
554
554
  set headerText(v) {
555
- this.i.ur = v;
555
+ this.i.us = v;
556
556
  }
557
557
  /**
558
558
  * Gets or sets the header text color.
559
559
  */
560
560
  get headerTextColor() {
561
- return brushToString(this.i.x8);
561
+ return brushToString(this.i.x9);
562
562
  }
563
563
  set headerTextColor(v) {
564
- this.i.x8 = stringToBrush(v);
565
- this._a("headerTextColor", brushToString(this.i.x8));
564
+ this.i.x9 = stringToBrush(v);
565
+ this._a("headerTextColor", brushToString(this.i.x9));
566
566
  }
567
567
  get headerTextMarginBottom() {
568
- return this.i.yp ? this.i.yp.bottom : NaN;
568
+ return this.i.yq ? this.i.yq.bottom : NaN;
569
569
  }
570
570
  set headerTextMarginBottom(v) {
571
571
  this.ensureHeaderTextMargin();
572
- this.i.yp.bottom = +v;
573
- this._a("headerTextMarginBottom", this.i.yp.bottom);
574
- this.i.yp = this.i.yp;
572
+ this.i.yq.bottom = +v;
573
+ this._a("headerTextMarginBottom", this.i.yq.bottom);
574
+ this.i.yq = this.i.yq;
575
575
  }
576
576
  get headerTextMarginLeft() {
577
- return this.i.yp ? this.i.yp.left : NaN;
577
+ return this.i.yq ? this.i.yq.left : NaN;
578
578
  }
579
579
  set headerTextMarginLeft(v) {
580
580
  this.ensureHeaderTextMargin();
581
- this.i.yp.left = +v;
582
- this._a("headerTextMarginLeft", this.i.yp.left);
583
- this.i.yp = this.i.yp;
581
+ this.i.yq.left = +v;
582
+ this._a("headerTextMarginLeft", this.i.yq.left);
583
+ this.i.yq = this.i.yq;
584
584
  }
585
585
  get headerTextMarginRight() {
586
- return this.i.yp ? this.i.yp.right : NaN;
586
+ return this.i.yq ? this.i.yq.right : NaN;
587
587
  }
588
588
  set headerTextMarginRight(v) {
589
589
  this.ensureHeaderTextMargin();
590
- this.i.yp.right = +v;
591
- this._a("headerTextMarginRight", this.i.yp.right);
592
- this.i.yp = this.i.yp;
590
+ this.i.yq.right = +v;
591
+ this._a("headerTextMarginRight", this.i.yq.right);
592
+ this.i.yq = this.i.yq;
593
593
  }
594
594
  get headerTextMarginTop() {
595
- return this.i.yp ? this.i.yp.top : NaN;
595
+ return this.i.yq ? this.i.yq.top : NaN;
596
596
  }
597
597
  set headerTextMarginTop(v) {
598
598
  this.ensureHeaderTextMargin();
599
- this.i.yp.top = +v;
600
- this._a("headerTextMarginTop", this.i.yp.top);
601
- this.i.yp = this.i.yp;
599
+ this.i.yq.top = +v;
600
+ this._a("headerTextMarginTop", this.i.yq.top);
601
+ this.i.yq = this.i.yq;
602
602
  }
603
603
  ensureHeaderTextMargin() {
604
- if (this.i.yp) {
604
+ if (this.i.yq) {
605
605
  return;
606
606
  }
607
- this.i.yp = new Thickness(2);
607
+ this.i.yq = new Thickness(2);
608
608
  }
609
609
  get headerRowMarginBottom() {
610
- return this.i.yo ? this.i.yo.bottom : NaN;
610
+ return this.i.yp ? this.i.yp.bottom : NaN;
611
611
  }
612
612
  set headerRowMarginBottom(v) {
613
613
  this.ensureHeaderRowMargin();
614
- this.i.yo.bottom = +v;
615
- this._a("headerRowMarginBottom", this.i.yo.bottom);
616
- this.i.yo = this.i.yo;
614
+ this.i.yp.bottom = +v;
615
+ this._a("headerRowMarginBottom", this.i.yp.bottom);
616
+ this.i.yp = this.i.yp;
617
617
  }
618
618
  get headerRowMarginLeft() {
619
- return this.i.yo ? this.i.yo.left : NaN;
619
+ return this.i.yp ? this.i.yp.left : NaN;
620
620
  }
621
621
  set headerRowMarginLeft(v) {
622
622
  this.ensureHeaderRowMargin();
623
- this.i.yo.left = +v;
624
- this._a("headerRowMarginLeft", this.i.yo.left);
625
- this.i.yo = this.i.yo;
623
+ this.i.yp.left = +v;
624
+ this._a("headerRowMarginLeft", this.i.yp.left);
625
+ this.i.yp = this.i.yp;
626
626
  }
627
627
  get headerRowMarginRight() {
628
- return this.i.yo ? this.i.yo.right : NaN;
628
+ return this.i.yp ? this.i.yp.right : NaN;
629
629
  }
630
630
  set headerRowMarginRight(v) {
631
631
  this.ensureHeaderRowMargin();
632
- this.i.yo.right = +v;
633
- this._a("headerRowMarginRight", this.i.yo.right);
634
- this.i.yo = this.i.yo;
632
+ this.i.yp.right = +v;
633
+ this._a("headerRowMarginRight", this.i.yp.right);
634
+ this.i.yp = this.i.yp;
635
635
  }
636
636
  get headerRowMarginTop() {
637
- return this.i.yo ? this.i.yo.top : NaN;
637
+ return this.i.yp ? this.i.yp.top : NaN;
638
638
  }
639
639
  set headerRowMarginTop(v) {
640
640
  this.ensureHeaderRowMargin();
641
- this.i.yo.top = +v;
642
- this._a("headerRowMarginTop", this.i.yo.top);
643
- this.i.yo = this.i.yo;
641
+ this.i.yp.top = +v;
642
+ this._a("headerRowMarginTop", this.i.yp.top);
643
+ this.i.yp = this.i.yp;
644
644
  }
645
645
  ensureHeaderRowMargin() {
646
- if (this.i.yo) {
646
+ if (this.i.yp) {
647
647
  return;
648
648
  }
649
- this.i.yo = new Thickness(2);
649
+ this.i.yp = new Thickness(2);
650
650
  }
651
651
  /**
652
652
  * Gets or sets whether to show Header row.
653
653
  */
654
654
  get headerRowVisible() {
655
- return this.i.sm;
655
+ return this.i.sn;
656
656
  }
657
657
  set headerRowVisible(v) {
658
- this.i.sm = ensureBool(v);
659
- this._a("headerRowVisible", this.i.sm);
658
+ this.i.sn = ensureBool(v);
659
+ this._a("headerRowVisible", this.i.sn);
660
660
  }
661
661
  /**
662
662
  * Gets or Sets the style to use for the header text.
663
663
  */
664
664
  get headerTextStyle() {
665
- if (this.i.sc == null) {
665
+ if (this.i.sd == null) {
666
666
  return null;
667
667
  }
668
- return this.i.sc.fontString;
668
+ return this.i.sd.fontString;
669
669
  }
670
670
  set headerTextStyle(v) {
671
671
  let fi = new FontInfo();
672
672
  fi.fontString = v;
673
- this.i.sc = fi;
674
- this._a("headerTextStyle", this.i.sc != null ? this.i.sc.fontString : "");
673
+ this.i.sd = fi;
674
+ this._a("headerTextStyle", this.i.sd != null ? this.i.sd.fontString : "");
675
675
  }
676
676
  /**
677
677
  * Gets or sets the summary text color.
678
678
  */
679
679
  get summaryTitleTextColor() {
680
- return brushToString(this.i.yb);
680
+ return brushToString(this.i.yc);
681
681
  }
682
682
  set summaryTitleTextColor(v) {
683
- this.i.yb = stringToBrush(v);
684
- this._a("summaryTitleTextColor", brushToString(this.i.yb));
683
+ this.i.yc = stringToBrush(v);
684
+ this._a("summaryTitleTextColor", brushToString(this.i.yc));
685
685
  }
686
686
  /**
687
687
  * Gets or Sets the style to use for the summary text.
688
688
  */
689
689
  get summaryTitleTextStyle() {
690
- if (this.i.sf == null) {
690
+ if (this.i.sg == null) {
691
691
  return null;
692
692
  }
693
- return this.i.sf.fontString;
693
+ return this.i.sg.fontString;
694
694
  }
695
695
  set summaryTitleTextStyle(v) {
696
696
  let fi = new FontInfo();
697
697
  fi.fontString = v;
698
- this.i.sf = fi;
699
- this._a("summaryTitleTextStyle", this.i.sf != null ? this.i.sf.fontString : "");
698
+ this.i.sg = fi;
699
+ this._a("summaryTitleTextStyle", this.i.sg != null ? this.i.sg.fontString : "");
700
700
  }
701
701
  /**
702
702
  * Gets or sets the SummaryType for the data legend.
703
703
  */
704
704
  get summaryType() {
705
- return this.i.rl;
705
+ return this.i.rm;
706
706
  }
707
707
  set summaryType(v) {
708
- this.i.rl = ensureEnum(DataLegendSummaryType_$type, v);
709
- this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.rl));
708
+ this.i.rm = ensureEnum(DataLegendSummaryType_$type, v);
709
+ this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.rm));
710
710
  }
711
711
  /**
712
712
  * Gets or sets the SummaryTitleText for the data legend.
713
713
  */
714
714
  get summaryTitleText() {
715
- return this.i.va;
715
+ return this.i.vb;
716
716
  }
717
717
  set summaryTitleText(v) {
718
- this.i.va = v;
718
+ this.i.vb = v;
719
719
  }
720
720
  get summaryTitleTextMarginBottom() {
721
- return this.i.ys ? this.i.ys.bottom : NaN;
721
+ return this.i.yt ? this.i.yt.bottom : NaN;
722
722
  }
723
723
  set summaryTitleTextMarginBottom(v) {
724
724
  this.ensureSummaryTitleTextMargin();
725
- this.i.ys.bottom = +v;
726
- this._a("summaryTitleTextMarginBottom", this.i.ys.bottom);
727
- this.i.ys = this.i.ys;
725
+ this.i.yt.bottom = +v;
726
+ this._a("summaryTitleTextMarginBottom", this.i.yt.bottom);
727
+ this.i.yt = this.i.yt;
728
728
  }
729
729
  get summaryTitleTextMarginLeft() {
730
- return this.i.ys ? this.i.ys.left : NaN;
730
+ return this.i.yt ? this.i.yt.left : NaN;
731
731
  }
732
732
  set summaryTitleTextMarginLeft(v) {
733
733
  this.ensureSummaryTitleTextMargin();
734
- this.i.ys.left = +v;
735
- this._a("summaryTitleTextMarginLeft", this.i.ys.left);
736
- this.i.ys = this.i.ys;
734
+ this.i.yt.left = +v;
735
+ this._a("summaryTitleTextMarginLeft", this.i.yt.left);
736
+ this.i.yt = this.i.yt;
737
737
  }
738
738
  get summaryTitleTextMarginRight() {
739
- return this.i.ys ? this.i.ys.right : NaN;
739
+ return this.i.yt ? this.i.yt.right : NaN;
740
740
  }
741
741
  set summaryTitleTextMarginRight(v) {
742
742
  this.ensureSummaryTitleTextMargin();
743
- this.i.ys.right = +v;
744
- this._a("summaryTitleTextMarginRight", this.i.ys.right);
745
- this.i.ys = this.i.ys;
743
+ this.i.yt.right = +v;
744
+ this._a("summaryTitleTextMarginRight", this.i.yt.right);
745
+ this.i.yt = this.i.yt;
746
746
  }
747
747
  get summaryTitleTextMarginTop() {
748
- return this.i.ys ? this.i.ys.top : NaN;
748
+ return this.i.yt ? this.i.yt.top : NaN;
749
749
  }
750
750
  set summaryTitleTextMarginTop(v) {
751
751
  this.ensureSummaryTitleTextMargin();
752
- this.i.ys.top = +v;
753
- this._a("summaryTitleTextMarginTop", this.i.ys.top);
754
- this.i.ys = this.i.ys;
752
+ this.i.yt.top = +v;
753
+ this._a("summaryTitleTextMarginTop", this.i.yt.top);
754
+ this.i.yt = this.i.yt;
755
755
  }
756
756
  ensureSummaryTitleTextMargin() {
757
- if (this.i.ys) {
757
+ if (this.i.yt) {
758
758
  return;
759
759
  }
760
- this.i.ys = new Thickness(2);
760
+ this.i.yt = new Thickness(2);
761
761
  }
762
762
  get summaryRowMarginBottom() {
763
- return this.i.yr ? this.i.yr.bottom : NaN;
763
+ return this.i.ys ? this.i.ys.bottom : NaN;
764
764
  }
765
765
  set summaryRowMarginBottom(v) {
766
766
  this.ensureSummaryRowMargin();
767
- this.i.yr.bottom = +v;
768
- this._a("summaryRowMarginBottom", this.i.yr.bottom);
769
- this.i.yr = this.i.yr;
767
+ this.i.ys.bottom = +v;
768
+ this._a("summaryRowMarginBottom", this.i.ys.bottom);
769
+ this.i.ys = this.i.ys;
770
770
  }
771
771
  get summaryRowMarginLeft() {
772
- return this.i.yr ? this.i.yr.left : NaN;
772
+ return this.i.ys ? this.i.ys.left : NaN;
773
773
  }
774
774
  set summaryRowMarginLeft(v) {
775
775
  this.ensureSummaryRowMargin();
776
- this.i.yr.left = +v;
777
- this._a("summaryRowMarginLeft", this.i.yr.left);
778
- this.i.yr = this.i.yr;
776
+ this.i.ys.left = +v;
777
+ this._a("summaryRowMarginLeft", this.i.ys.left);
778
+ this.i.ys = this.i.ys;
779
779
  }
780
780
  get summaryRowMarginRight() {
781
- return this.i.yr ? this.i.yr.right : NaN;
781
+ return this.i.ys ? this.i.ys.right : NaN;
782
782
  }
783
783
  set summaryRowMarginRight(v) {
784
784
  this.ensureSummaryRowMargin();
785
- this.i.yr.right = +v;
786
- this._a("summaryRowMarginRight", this.i.yr.right);
787
- this.i.yr = this.i.yr;
785
+ this.i.ys.right = +v;
786
+ this._a("summaryRowMarginRight", this.i.ys.right);
787
+ this.i.ys = this.i.ys;
788
788
  }
789
789
  get summaryRowMarginTop() {
790
- return this.i.yr ? this.i.yr.top : NaN;
790
+ return this.i.ys ? this.i.ys.top : NaN;
791
791
  }
792
792
  set summaryRowMarginTop(v) {
793
793
  this.ensureSummaryRowMargin();
794
- this.i.yr.top = +v;
795
- this._a("summaryRowMarginTop", this.i.yr.top);
796
- this.i.yr = this.i.yr;
794
+ this.i.ys.top = +v;
795
+ this._a("summaryRowMarginTop", this.i.ys.top);
796
+ this.i.ys = this.i.ys;
797
797
  }
798
798
  ensureSummaryRowMargin() {
799
- if (this.i.yr) {
799
+ if (this.i.ys) {
800
800
  return;
801
801
  }
802
- this.i.yr = new Thickness(2);
802
+ this.i.ys = new Thickness(2);
803
803
  }
804
804
  /**
805
805
  * Gets or sets the units text color.
806
806
  */
807
807
  get summaryValueTextColor() {
808
- return brushToString(this.i.yd);
808
+ return brushToString(this.i.ye);
809
809
  }
810
810
  set summaryValueTextColor(v) {
811
- this.i.yd = stringToBrush(v);
812
- this._a("summaryValueTextColor", brushToString(this.i.yd));
811
+ this.i.ye = stringToBrush(v);
812
+ this._a("summaryValueTextColor", brushToString(this.i.ye));
813
813
  }
814
814
  /**
815
815
  * Gets or Sets the style to use for the units text.
816
816
  */
817
817
  get summaryValueTextStyle() {
818
- if (this.i.sh == null) {
818
+ if (this.i.si == null) {
819
819
  return null;
820
820
  }
821
- return this.i.sh.fontString;
821
+ return this.i.si.fontString;
822
822
  }
823
823
  set summaryValueTextStyle(v) {
824
824
  let fi = new FontInfo();
825
825
  fi.fontString = v;
826
- this.i.sh = fi;
827
- this._a("summaryValueTextStyle", this.i.sh != null ? this.i.sh.fontString : "");
826
+ this.i.si = fi;
827
+ this._a("summaryValueTextStyle", this.i.si != null ? this.i.si.fontString : "");
828
828
  }
829
829
  /**
830
830
  * Gets or sets the units text for the data legend.
831
831
  */
832
832
  get summaryLabelText() {
833
- return this.i.u5;
833
+ return this.i.u6;
834
834
  }
835
835
  set summaryLabelText(v) {
836
- this.i.u5 = v;
836
+ this.i.u6 = v;
837
837
  }
838
838
  /**
839
839
  * Gets or sets the units text color.
840
840
  */
841
841
  get summaryLabelTextColor() {
842
- return brushToString(this.i.ya);
842
+ return brushToString(this.i.yb);
843
843
  }
844
844
  set summaryLabelTextColor(v) {
845
- this.i.ya = stringToBrush(v);
846
- this._a("summaryLabelTextColor", brushToString(this.i.ya));
845
+ this.i.yb = stringToBrush(v);
846
+ this._a("summaryLabelTextColor", brushToString(this.i.yb));
847
847
  }
848
848
  /**
849
849
  * Gets or Sets the style to use for the units text.
850
850
  */
851
851
  get summaryLabelTextStyle() {
852
- if (this.i.se == null) {
852
+ if (this.i.sf == null) {
853
853
  return null;
854
854
  }
855
- return this.i.se.fontString;
855
+ return this.i.sf.fontString;
856
856
  }
857
857
  set summaryLabelTextStyle(v) {
858
858
  let fi = new FontInfo();
859
859
  fi.fontString = v;
860
- this.i.se = fi;
861
- this._a("summaryLabelTextStyle", this.i.se != null ? this.i.se.fontString : "");
860
+ this.i.sf = fi;
861
+ this._a("summaryLabelTextStyle", this.i.sf != null ? this.i.sf.fontString : "");
862
862
  }
863
863
  /**
864
864
  * Gets or sets the units text for the data legend.
865
865
  */
866
866
  get summaryUnitsText() {
867
- return this.i.vg;
867
+ return this.i.vh;
868
868
  }
869
869
  set summaryUnitsText(v) {
870
- this.i.vg = v;
870
+ this.i.vh = v;
871
871
  }
872
872
  /**
873
873
  * Gets or sets the units text color.
874
874
  */
875
875
  get summaryUnitsTextColor() {
876
- return brushToString(this.i.yc);
876
+ return brushToString(this.i.yd);
877
877
  }
878
878
  set summaryUnitsTextColor(v) {
879
- this.i.yc = stringToBrush(v);
880
- this._a("summaryUnitsTextColor", brushToString(this.i.yc));
879
+ this.i.yd = stringToBrush(v);
880
+ this._a("summaryUnitsTextColor", brushToString(this.i.yd));
881
881
  }
882
882
  /**
883
883
  * Gets or Sets the style to use for the units text.
884
884
  */
885
885
  get summaryUnitsTextStyle() {
886
- if (this.i.sg == null) {
886
+ if (this.i.sh == null) {
887
887
  return null;
888
888
  }
889
- return this.i.sg.fontString;
889
+ return this.i.sh.fontString;
890
890
  }
891
891
  set summaryUnitsTextStyle(v) {
892
892
  let fi = new FontInfo();
893
893
  fi.fontString = v;
894
- this.i.sg = fi;
895
- this._a("summaryUnitsTextStyle", this.i.sg != null ? this.i.sg.fontString : "");
894
+ this.i.sh = fi;
895
+ this._a("summaryUnitsTextStyle", this.i.sh != null ? this.i.sh.fontString : "");
896
896
  }
897
897
  get badgeMarginBottom() {
898
- return this.i.yn ? this.i.yn.bottom : NaN;
898
+ return this.i.yo ? this.i.yo.bottom : NaN;
899
899
  }
900
900
  set badgeMarginBottom(v) {
901
901
  this.ensureBadgeMargin();
902
- this.i.yn.bottom = +v;
903
- this._a("badgeMarginBottom", this.i.yn.bottom);
904
- this.i.yn = this.i.yn;
902
+ this.i.yo.bottom = +v;
903
+ this._a("badgeMarginBottom", this.i.yo.bottom);
904
+ this.i.yo = this.i.yo;
905
905
  }
906
906
  get badgeMarginLeft() {
907
- return this.i.yn ? this.i.yn.left : NaN;
907
+ return this.i.yo ? this.i.yo.left : NaN;
908
908
  }
909
909
  set badgeMarginLeft(v) {
910
910
  this.ensureBadgeMargin();
911
- this.i.yn.left = +v;
912
- this._a("badgeMarginLeft", this.i.yn.left);
913
- this.i.yn = this.i.yn;
911
+ this.i.yo.left = +v;
912
+ this._a("badgeMarginLeft", this.i.yo.left);
913
+ this.i.yo = this.i.yo;
914
914
  }
915
915
  get badgeMarginRight() {
916
- return this.i.yn ? this.i.yn.right : NaN;
916
+ return this.i.yo ? this.i.yo.right : NaN;
917
917
  }
918
918
  set badgeMarginRight(v) {
919
919
  this.ensureBadgeMargin();
920
- this.i.yn.right = +v;
921
- this._a("badgeMarginRight", this.i.yn.right);
922
- this.i.yn = this.i.yn;
920
+ this.i.yo.right = +v;
921
+ this._a("badgeMarginRight", this.i.yo.right);
922
+ this.i.yo = this.i.yo;
923
923
  }
924
924
  get badgeMarginTop() {
925
- return this.i.yn ? this.i.yn.top : NaN;
925
+ return this.i.yo ? this.i.yo.top : NaN;
926
926
  }
927
927
  set badgeMarginTop(v) {
928
928
  this.ensureBadgeMargin();
929
- this.i.yn.top = +v;
930
- this._a("badgeMarginTop", this.i.yn.top);
931
- this.i.yn = this.i.yn;
929
+ this.i.yo.top = +v;
930
+ this._a("badgeMarginTop", this.i.yo.top);
931
+ this.i.yo = this.i.yo;
932
932
  }
933
933
  ensureBadgeMargin() {
934
- if (this.i.yn) {
934
+ if (this.i.yo) {
935
935
  return;
936
936
  }
937
- this.i.yn = new Thickness(2);
937
+ this.i.yo = new Thickness(2);
938
938
  }
939
939
  /**
940
940
  * Gets or sets the BadgeShape for the data legend.
941
941
  */
942
942
  get badgeShape() {
943
- return this.i.r2;
943
+ return this.i.r3;
944
944
  }
945
945
  set badgeShape(v) {
946
- this.i.r2 = ensureEnum(LegendItemBadgeShape_$type, v);
947
- this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.r2));
946
+ this.i.r3 = ensureEnum(LegendItemBadgeShape_$type, v);
947
+ this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.r3));
948
948
  }
949
949
  /**
950
950
  * Gets or sets the UnitsMode for the data legend.
951
951
  */
952
952
  get unitsDisplayMode() {
953
- return this.i.rm;
953
+ return this.i.rn;
954
954
  }
955
955
  set unitsDisplayMode(v) {
956
- this.i.rm = ensureEnum(DataLegendUnitsMode_$type, v);
957
- this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.rm));
956
+ this.i.rn = ensureEnum(DataLegendUnitsMode_$type, v);
957
+ this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.rn));
958
958
  }
959
959
  /**
960
960
  * Gets or sets the units text for the data legend.
961
961
  */
962
962
  get unitsText() {
963
- return this.i.vr;
963
+ return this.i.vs;
964
964
  }
965
965
  set unitsText(v) {
966
- this.i.vr = v;
966
+ this.i.vs = v;
967
967
  }
968
968
  /**
969
969
  * Gets or sets the units text color.
970
970
  */
971
971
  get unitsTextColor() {
972
- return brushToString(this.i.yf);
972
+ return brushToString(this.i.yg);
973
973
  }
974
974
  set unitsTextColor(v) {
975
- this.i.yf = stringToBrush(v);
976
- this._a("unitsTextColor", brushToString(this.i.yf));
975
+ this.i.yg = stringToBrush(v);
976
+ this._a("unitsTextColor", brushToString(this.i.yg));
977
977
  }
978
978
  get unitsTextMarginBottom() {
979
- return this.i.yu ? this.i.yu.bottom : NaN;
979
+ return this.i.yv ? this.i.yv.bottom : NaN;
980
980
  }
981
981
  set unitsTextMarginBottom(v) {
982
982
  this.ensureUnitsTextMargin();
983
- this.i.yu.bottom = +v;
984
- this._a("unitsTextMarginBottom", this.i.yu.bottom);
985
- this.i.yu = this.i.yu;
983
+ this.i.yv.bottom = +v;
984
+ this._a("unitsTextMarginBottom", this.i.yv.bottom);
985
+ this.i.yv = this.i.yv;
986
986
  }
987
987
  get unitsTextMarginLeft() {
988
- return this.i.yu ? this.i.yu.left : NaN;
988
+ return this.i.yv ? this.i.yv.left : NaN;
989
989
  }
990
990
  set unitsTextMarginLeft(v) {
991
991
  this.ensureUnitsTextMargin();
992
- this.i.yu.left = +v;
993
- this._a("unitsTextMarginLeft", this.i.yu.left);
994
- this.i.yu = this.i.yu;
992
+ this.i.yv.left = +v;
993
+ this._a("unitsTextMarginLeft", this.i.yv.left);
994
+ this.i.yv = this.i.yv;
995
995
  }
996
996
  get unitsTextMarginRight() {
997
- return this.i.yu ? this.i.yu.right : NaN;
997
+ return this.i.yv ? this.i.yv.right : NaN;
998
998
  }
999
999
  set unitsTextMarginRight(v) {
1000
1000
  this.ensureUnitsTextMargin();
1001
- this.i.yu.right = +v;
1002
- this._a("unitsTextMarginRight", this.i.yu.right);
1003
- this.i.yu = this.i.yu;
1001
+ this.i.yv.right = +v;
1002
+ this._a("unitsTextMarginRight", this.i.yv.right);
1003
+ this.i.yv = this.i.yv;
1004
1004
  }
1005
1005
  get unitsTextMarginTop() {
1006
- return this.i.yu ? this.i.yu.top : NaN;
1006
+ return this.i.yv ? this.i.yv.top : NaN;
1007
1007
  }
1008
1008
  set unitsTextMarginTop(v) {
1009
1009
  this.ensureUnitsTextMargin();
1010
- this.i.yu.top = +v;
1011
- this._a("unitsTextMarginTop", this.i.yu.top);
1012
- this.i.yu = this.i.yu;
1010
+ this.i.yv.top = +v;
1011
+ this._a("unitsTextMarginTop", this.i.yv.top);
1012
+ this.i.yv = this.i.yv;
1013
1013
  }
1014
1014
  ensureUnitsTextMargin() {
1015
- if (this.i.yu) {
1015
+ if (this.i.yv) {
1016
1016
  return;
1017
1017
  }
1018
- this.i.yu = new Thickness(2);
1018
+ this.i.yv = new Thickness(2);
1019
1019
  }
1020
1020
  /**
1021
1021
  * Gets or Sets the style to use for the units text.
1022
1022
  */
1023
1023
  get unitsTextStyle() {
1024
- if (this.i.sj == null) {
1024
+ if (this.i.sk == null) {
1025
1025
  return null;
1026
1026
  }
1027
- return this.i.sj.fontString;
1027
+ return this.i.sk.fontString;
1028
1028
  }
1029
1029
  set unitsTextStyle(v) {
1030
1030
  let fi = new FontInfo();
1031
1031
  fi.fontString = v;
1032
- this.i.sj = fi;
1033
- this._a("unitsTextStyle", this.i.sj != null ? this.i.sj.fontString : "");
1032
+ this.i.sk = fi;
1033
+ this._a("unitsTextStyle", this.i.sk != null ? this.i.sk.fontString : "");
1034
1034
  }
1035
1035
  get titleTextMarginBottom() {
1036
- return this.i.yt ? this.i.yt.bottom : NaN;
1036
+ return this.i.yu ? this.i.yu.bottom : NaN;
1037
1037
  }
1038
1038
  set titleTextMarginBottom(v) {
1039
1039
  this.ensureTitleTextMargin();
1040
- this.i.yt.bottom = +v;
1041
- this._a("titleTextMarginBottom", this.i.yt.bottom);
1042
- this.i.yt = this.i.yt;
1040
+ this.i.yu.bottom = +v;
1041
+ this._a("titleTextMarginBottom", this.i.yu.bottom);
1042
+ this.i.yu = this.i.yu;
1043
1043
  }
1044
1044
  get titleTextMarginLeft() {
1045
- return this.i.yt ? this.i.yt.left : NaN;
1045
+ return this.i.yu ? this.i.yu.left : NaN;
1046
1046
  }
1047
1047
  set titleTextMarginLeft(v) {
1048
1048
  this.ensureTitleTextMargin();
1049
- this.i.yt.left = +v;
1050
- this._a("titleTextMarginLeft", this.i.yt.left);
1051
- this.i.yt = this.i.yt;
1049
+ this.i.yu.left = +v;
1050
+ this._a("titleTextMarginLeft", this.i.yu.left);
1051
+ this.i.yu = this.i.yu;
1052
1052
  }
1053
1053
  get titleTextMarginRight() {
1054
- return this.i.yt ? this.i.yt.right : NaN;
1054
+ return this.i.yu ? this.i.yu.right : NaN;
1055
1055
  }
1056
1056
  set titleTextMarginRight(v) {
1057
1057
  this.ensureTitleTextMargin();
1058
- this.i.yt.right = +v;
1059
- this._a("titleTextMarginRight", this.i.yt.right);
1060
- this.i.yt = this.i.yt;
1058
+ this.i.yu.right = +v;
1059
+ this._a("titleTextMarginRight", this.i.yu.right);
1060
+ this.i.yu = this.i.yu;
1061
1061
  }
1062
1062
  get titleTextMarginTop() {
1063
- return this.i.yt ? this.i.yt.top : NaN;
1063
+ return this.i.yu ? this.i.yu.top : NaN;
1064
1064
  }
1065
1065
  set titleTextMarginTop(v) {
1066
1066
  this.ensureTitleTextMargin();
1067
- this.i.yt.top = +v;
1068
- this._a("titleTextMarginTop", this.i.yt.top);
1069
- this.i.yt = this.i.yt;
1067
+ this.i.yu.top = +v;
1068
+ this._a("titleTextMarginTop", this.i.yu.top);
1069
+ this.i.yu = this.i.yu;
1070
1070
  }
1071
1071
  ensureTitleTextMargin() {
1072
- if (this.i.yt) {
1072
+ if (this.i.yu) {
1073
1073
  return;
1074
1074
  }
1075
- this.i.yt = new Thickness(2);
1075
+ this.i.yu = new Thickness(2);
1076
1076
  }
1077
1077
  /**
1078
1078
  * Gets or sets the display text color.
1079
1079
  */
1080
1080
  get titleTextColor() {
1081
- return brushToString(this.i.ye);
1081
+ return brushToString(this.i.yf);
1082
1082
  }
1083
1083
  set titleTextColor(v) {
1084
- this.i.ye = stringToBrush(v);
1085
- this._a("titleTextColor", brushToString(this.i.ye));
1084
+ this.i.yf = stringToBrush(v);
1085
+ this._a("titleTextColor", brushToString(this.i.yf));
1086
1086
  }
1087
1087
  /**
1088
1088
  * Gets or Sets the style to use for the display text.
1089
1089
  */
1090
1090
  get titleTextStyle() {
1091
- if (this.i.si == null) {
1091
+ if (this.i.sj == null) {
1092
1092
  return null;
1093
1093
  }
1094
- return this.i.si.fontString;
1094
+ return this.i.sj.fontString;
1095
1095
  }
1096
1096
  set titleTextStyle(v) {
1097
1097
  let fi = new FontInfo();
1098
1098
  fi.fontString = v;
1099
- this.i.si = fi;
1100
- this._a("titleTextStyle", this.i.si != null ? this.i.si.fontString : "");
1099
+ this.i.sj = fi;
1100
+ this._a("titleTextStyle", this.i.sj != null ? this.i.sj.fontString : "");
1101
1101
  }
1102
1102
  /**
1103
1103
  * Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
1104
1104
  */
1105
1105
  get labelDisplayMode() {
1106
- return this.i.rk;
1106
+ return this.i.rl;
1107
1107
  }
1108
1108
  set labelDisplayMode(v) {
1109
- this.i.rk = ensureEnum(DataLegendLabelMode_$type, v);
1110
- this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.rk));
1109
+ this.i.rl = ensureEnum(DataLegendLabelMode_$type, v);
1110
+ this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.rl));
1111
1111
  }
1112
1112
  /**
1113
1113
  * Gets or sets the units text color.
1114
1114
  */
1115
1115
  get labelTextColor() {
1116
- return brushToString(this.i.x9);
1116
+ return brushToString(this.i.ya);
1117
1117
  }
1118
1118
  set labelTextColor(v) {
1119
- this.i.x9 = stringToBrush(v);
1120
- this._a("labelTextColor", brushToString(this.i.x9));
1119
+ this.i.ya = stringToBrush(v);
1120
+ this._a("labelTextColor", brushToString(this.i.ya));
1121
1121
  }
1122
1122
  get labelTextMarginBottom() {
1123
- return this.i.yq ? this.i.yq.bottom : NaN;
1123
+ return this.i.yr ? this.i.yr.bottom : NaN;
1124
1124
  }
1125
1125
  set labelTextMarginBottom(v) {
1126
1126
  this.ensureLabelTextMargin();
1127
- this.i.yq.bottom = +v;
1128
- this._a("labelTextMarginBottom", this.i.yq.bottom);
1129
- this.i.yq = this.i.yq;
1127
+ this.i.yr.bottom = +v;
1128
+ this._a("labelTextMarginBottom", this.i.yr.bottom);
1129
+ this.i.yr = this.i.yr;
1130
1130
  }
1131
1131
  get labelTextMarginLeft() {
1132
- return this.i.yq ? this.i.yq.left : NaN;
1132
+ return this.i.yr ? this.i.yr.left : NaN;
1133
1133
  }
1134
1134
  set labelTextMarginLeft(v) {
1135
1135
  this.ensureLabelTextMargin();
1136
- this.i.yq.left = +v;
1137
- this._a("labelTextMarginLeft", this.i.yq.left);
1138
- this.i.yq = this.i.yq;
1136
+ this.i.yr.left = +v;
1137
+ this._a("labelTextMarginLeft", this.i.yr.left);
1138
+ this.i.yr = this.i.yr;
1139
1139
  }
1140
1140
  get labelTextMarginRight() {
1141
- return this.i.yq ? this.i.yq.right : NaN;
1141
+ return this.i.yr ? this.i.yr.right : NaN;
1142
1142
  }
1143
1143
  set labelTextMarginRight(v) {
1144
1144
  this.ensureLabelTextMargin();
1145
- this.i.yq.right = +v;
1146
- this._a("labelTextMarginRight", this.i.yq.right);
1147
- this.i.yq = this.i.yq;
1145
+ this.i.yr.right = +v;
1146
+ this._a("labelTextMarginRight", this.i.yr.right);
1147
+ this.i.yr = this.i.yr;
1148
1148
  }
1149
1149
  get labelTextMarginTop() {
1150
- return this.i.yq ? this.i.yq.top : NaN;
1150
+ return this.i.yr ? this.i.yr.top : NaN;
1151
1151
  }
1152
1152
  set labelTextMarginTop(v) {
1153
1153
  this.ensureLabelTextMargin();
1154
- this.i.yq.top = +v;
1155
- this._a("labelTextMarginTop", this.i.yq.top);
1156
- this.i.yq = this.i.yq;
1154
+ this.i.yr.top = +v;
1155
+ this._a("labelTextMarginTop", this.i.yr.top);
1156
+ this.i.yr = this.i.yr;
1157
1157
  }
1158
1158
  ensureLabelTextMargin() {
1159
- if (this.i.yq) {
1159
+ if (this.i.yr) {
1160
1160
  return;
1161
1161
  }
1162
- this.i.yq = new Thickness(2);
1162
+ this.i.yr = new Thickness(2);
1163
1163
  }
1164
1164
  /**
1165
1165
  * Gets or Sets the style to use for the units text.
1166
1166
  */
1167
1167
  get labelTextStyle() {
1168
- if (this.i.sd == null) {
1168
+ if (this.i.se == null) {
1169
1169
  return null;
1170
1170
  }
1171
- return this.i.sd.fontString;
1171
+ return this.i.se.fontString;
1172
1172
  }
1173
1173
  set labelTextStyle(v) {
1174
1174
  let fi = new FontInfo();
1175
1175
  fi.fontString = v;
1176
- this.i.sd = fi;
1177
- this._a("labelTextStyle", this.i.sd != null ? this.i.sd.fontString : "");
1176
+ this.i.se = fi;
1177
+ this._a("labelTextStyle", this.i.se != null ? this.i.se.fontString : "");
1178
1178
  }
1179
1179
  findByName(name) {
1180
1180
  var baseResult = super.findByName(name);
@@ -1207,6 +1207,13 @@ export let IgcDataToolTipLayerComponent = /*@__PURE__*/ (() => {
1207
1207
  hideToolTips() {
1208
1208
  this.i.ld();
1209
1209
  }
1210
+ /**
1211
+ * Hides any tooltips presented by the layer, if any.
1212
+
1213
+ */
1214
+ hideToolTipsImmediate() {
1215
+ this.i.le();
1216
+ }
1210
1217
  }
1211
1218
  IgcDataToolTipLayerComponent._observedAttributesIgcDataToolTipLayerComponent = null;
1212
1219
  IgcDataToolTipLayerComponent.htmlTagName = "igc-data-tool-tip-layer";