igniteui-webcomponents-charts 3.2.3 → 3.5.0

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