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
@@ -44,6 +44,9 @@ import { CalloutPlacementPositionsCollection as CalloutPlacementPositionsCollect
44
44
  import { DataToolTipLayerGroupingMode_$type } from "igniteui-webcomponents-core";
45
45
  import { DataTooltipGroupedPositionX_$type } from "igniteui-webcomponents-core";
46
46
  import { DataTooltipGroupedPositionY_$type } from "igniteui-webcomponents-core";
47
+ import { IgcChartSummaryDescriptionCollection } from './igc-chart-summary-description-collection';
48
+ import { IgcChartSortDescriptionCollection } from './igc-chart-sort-description-collection';
49
+ import { IgcFilterExpressionCollection } from "igniteui-webcomponents-core";
47
50
  export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
48
51
  class IgcDomainChartComponent extends IgcHTMLElement {
49
52
  constructor() {
@@ -199,11 +202,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
199
202
  * to appear blurry.
200
203
  */
201
204
  get pixelScalingRatio() {
202
- return this.i.hi;
205
+ return this.i.ib;
203
206
  }
204
207
  set pixelScalingRatio(v) {
205
- this.i.hi = +v;
206
- this._a("pixelScalingRatio", this.i.hi);
208
+ this.i.ib = +v;
209
+ this._a("pixelScalingRatio", this.i.ib);
207
210
  }
208
211
  /**
209
212
  * Gets or sets the left margin of chart title
@@ -215,11 +218,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
215
218
  * ```
216
219
  */
217
220
  get titleLeftMargin() {
218
- return this.i.hv;
221
+ return this.i.iq;
219
222
  }
220
223
  set titleLeftMargin(v) {
221
- this.i.hv = +v;
222
- this._a("titleLeftMargin", this.i.hv);
224
+ this.i.iq = +v;
225
+ this._a("titleLeftMargin", this.i.iq);
223
226
  }
224
227
  /**
225
228
  * Gets or sets the right margin of chart title
@@ -231,11 +234,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
231
234
  * ```
232
235
  */
233
236
  get titleRightMargin() {
234
- return this.i.hw;
237
+ return this.i.ir;
235
238
  }
236
239
  set titleRightMargin(v) {
237
- this.i.hw = +v;
238
- this._a("titleRightMargin", this.i.hw);
240
+ this.i.ir = +v;
241
+ this._a("titleRightMargin", this.i.ir);
239
242
  }
240
243
  /**
241
244
  * Gets or sets the top margin of chart title
@@ -247,11 +250,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
247
250
  * ```
248
251
  */
249
252
  get titleTopMargin() {
250
- return this.i.hx;
253
+ return this.i.is;
251
254
  }
252
255
  set titleTopMargin(v) {
253
- this.i.hx = +v;
254
- this._a("titleTopMargin", this.i.hx);
256
+ this.i.is = +v;
257
+ this._a("titleTopMargin", this.i.is);
255
258
  }
256
259
  /**
257
260
  * Gets or sets the bottom margin of chart title
@@ -263,11 +266,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
263
266
  * ```
264
267
  */
265
268
  get titleBottomMargin() {
266
- return this.i.hu;
269
+ return this.i.ip;
267
270
  }
268
271
  set titleBottomMargin(v) {
269
- this.i.hu = +v;
270
- this._a("titleBottomMargin", this.i.hu);
272
+ this.i.ip = +v;
273
+ this._a("titleBottomMargin", this.i.ip);
271
274
  }
272
275
  /**
273
276
  * Gets or sets the left margin of chart subtitle
@@ -279,11 +282,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
279
282
  * ```
280
283
  */
281
284
  get subtitleLeftMargin() {
282
- return this.i.hq;
285
+ return this.i.ik;
283
286
  }
284
287
  set subtitleLeftMargin(v) {
285
- this.i.hq = +v;
286
- this._a("subtitleLeftMargin", this.i.hq);
288
+ this.i.ik = +v;
289
+ this._a("subtitleLeftMargin", this.i.ik);
287
290
  }
288
291
  /**
289
292
  * Gets or sets the top margin of chart subtitle
@@ -295,11 +298,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
295
298
  * ```
296
299
  */
297
300
  get subtitleTopMargin() {
298
- return this.i.hs;
301
+ return this.i.im;
299
302
  }
300
303
  set subtitleTopMargin(v) {
301
- this.i.hs = +v;
302
- this._a("subtitleTopMargin", this.i.hs);
304
+ this.i.im = +v;
305
+ this._a("subtitleTopMargin", this.i.im);
303
306
  }
304
307
  /**
305
308
  * Gets or sets the right margin of chart subtitle
@@ -311,11 +314,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
311
314
  * ```
312
315
  */
313
316
  get subtitleRightMargin() {
314
- return this.i.hr;
317
+ return this.i.il;
315
318
  }
316
319
  set subtitleRightMargin(v) {
317
- this.i.hr = +v;
318
- this._a("subtitleRightMargin", this.i.hr);
320
+ this.i.il = +v;
321
+ this._a("subtitleRightMargin", this.i.il);
319
322
  }
320
323
  /**
321
324
  * Gets or sets the bottom margin of chart subtitle
@@ -327,11 +330,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
327
330
  * ```
328
331
  */
329
332
  get subtitleBottomMargin() {
330
- return this.i.hp;
333
+ return this.i.ij;
331
334
  }
332
335
  set subtitleBottomMargin(v) {
333
- this.i.hp = +v;
334
- this._a("subtitleBottomMargin", this.i.hp);
336
+ this.i.ij = +v;
337
+ this._a("subtitleBottomMargin", this.i.ij);
335
338
  }
336
339
  /**
337
340
  * Gets or sets color of chart subtitle
@@ -343,11 +346,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
343
346
  * ```
344
347
  */
345
348
  get subtitleTextColor() {
346
- return brushToString(this.i.s0);
349
+ return brushToString(this.i.uk);
347
350
  }
348
351
  set subtitleTextColor(v) {
349
- this.i.s0 = stringToBrush(v);
350
- this._a("subtitleTextColor", brushToString(this.i.s0));
352
+ this.i.uk = stringToBrush(v);
353
+ this._a("subtitleTextColor", brushToString(this.i.uk));
351
354
  }
352
355
  /**
353
356
  * Gets or sets color of chart title
@@ -359,11 +362,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
359
362
  * ```
360
363
  */
361
364
  get titleTextColor() {
362
- return brushToString(this.i.s1);
365
+ return brushToString(this.i.ul);
363
366
  }
364
367
  set titleTextColor(v) {
365
- this.i.s1 = stringToBrush(v);
366
- this._a("titleTextColor", brushToString(this.i.s1));
368
+ this.i.ul = stringToBrush(v);
369
+ this._a("titleTextColor", brushToString(this.i.ul));
367
370
  }
368
371
  /**
369
372
  * Gets or sets the left margin of the chart content.
@@ -375,11 +378,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
375
378
  * ```
376
379
  */
377
380
  get leftMargin() {
378
- return this.i.hf;
381
+ return this.i.h8;
379
382
  }
380
383
  set leftMargin(v) {
381
- this.i.hf = +v;
382
- this._a("leftMargin", this.i.hf);
384
+ this.i.h8 = +v;
385
+ this._a("leftMargin", this.i.h8);
383
386
  }
384
387
  /**
385
388
  * Gets or sets the top margin of the chart content.
@@ -391,11 +394,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
391
394
  * ```
392
395
  */
393
396
  get topMargin() {
394
- return this.i.hy;
397
+ return this.i.it;
395
398
  }
396
399
  set topMargin(v) {
397
- this.i.hy = +v;
398
- this._a("topMargin", this.i.hy);
400
+ this.i.it = +v;
401
+ this._a("topMargin", this.i.it);
399
402
  }
400
403
  /**
401
404
  * Gets or sets the right margin of the chart content.
@@ -407,11 +410,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
407
410
  * ```
408
411
  */
409
412
  get rightMargin() {
410
- return this.i.ho;
413
+ return this.i.ii;
411
414
  }
412
415
  set rightMargin(v) {
413
- this.i.ho = +v;
414
- this._a("rightMargin", this.i.ho);
416
+ this.i.ii = +v;
417
+ this._a("rightMargin", this.i.ii);
415
418
  }
416
419
  /**
417
420
  * Gets or sets the bottom margin around the chart content.
@@ -423,11 +426,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
423
426
  * ```
424
427
  */
425
428
  get bottomMargin() {
426
- return this.i.g2;
429
+ return this.i.hv;
427
430
  }
428
431
  set bottomMargin(v) {
429
- this.i.g2 = +v;
430
- this._a("bottomMargin", this.i.g2);
432
+ this.i.hv = +v;
433
+ this._a("bottomMargin", this.i.hv);
431
434
  }
432
435
  /**
433
436
  * Gets or sets the duration used for animating series plots when the data is changing
@@ -439,11 +442,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
439
442
  * ```
440
443
  */
441
444
  get transitionDuration() {
442
- return this.i.iq;
445
+ return this.i.jn;
443
446
  }
444
447
  set transitionDuration(v) {
445
- this.i.iq = +v;
446
- this._a("transitionDuration", this.i.iq);
448
+ this.i.jn = +v;
449
+ this._a("transitionDuration", this.i.jn);
447
450
  }
448
451
  /**
449
452
  * Gets or sets the easing function used for animating series plots when the data is changing.
@@ -461,10 +464,10 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
461
464
  * ```
462
465
  */
463
466
  get transitionEasingFunction() {
464
- return this.i.c8;
467
+ return this.i.dv;
465
468
  }
466
469
  set transitionEasingFunction(v) {
467
- this.i.c8 = v;
470
+ this.i.dv = v;
468
471
  }
469
472
  /**
470
473
  * Gets or sets CSS font property for the chart subtitle
@@ -476,10 +479,10 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
476
479
  * ```
477
480
  */
478
481
  get subtitleTextStyle() {
479
- return this.i.od;
482
+ return this.i.ps;
480
483
  }
481
484
  set subtitleTextStyle(v) {
482
- this.i.od = v;
485
+ this.i.ps = v;
483
486
  }
484
487
  /**
485
488
  * Gets or sets CSS font property for the chart title
@@ -491,87 +494,87 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
491
494
  * ```
492
495
  */
493
496
  get titleTextStyle() {
494
- return this.i.oo;
497
+ return this.i.p3;
495
498
  }
496
499
  set titleTextStyle(v) {
497
- this.i.oo = v;
500
+ this.i.p3 = v;
498
501
  }
499
502
  get dataToolTipGroupingMode() {
500
- return this.i.bc;
503
+ return this.i.bt;
501
504
  }
502
505
  set dataToolTipGroupingMode(v) {
503
- this.i.bc = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
504
- this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.bc));
506
+ this.i.bt = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
507
+ this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.bt));
505
508
  }
506
509
  /**
507
510
  * Gets or sets the offset of the tooltip layer on the X axis.
508
511
  */
509
512
  get dataToolTipPositionOffsetX() {
510
- return this.i.g6;
513
+ return this.i.hz;
511
514
  }
512
515
  set dataToolTipPositionOffsetX(v) {
513
- this.i.g6 = +v;
514
- this._a("dataToolTipPositionOffsetX", this.i.g6);
516
+ this.i.hz = +v;
517
+ this._a("dataToolTipPositionOffsetX", this.i.hz);
515
518
  }
516
519
  /**
517
520
  * Gets or sets the offset of the tooltip layer on the Y axis.
518
521
  */
519
522
  get dataToolTipPositionOffsetY() {
520
- return this.i.g7;
523
+ return this.i.h0;
521
524
  }
522
525
  set dataToolTipPositionOffsetY(v) {
523
- this.i.g7 = +v;
524
- this._a("dataToolTipPositionOffsetY", this.i.g7);
526
+ this.i.h0 = +v;
527
+ this._a("dataToolTipPositionOffsetY", this.i.h0);
525
528
  }
526
529
  /**
527
530
  * Gets or sets the offset of the tooltip layer on the X axis.
528
531
  */
529
532
  get dataToolTipDefaultPositionOffsetX() {
530
- return this.i.g4;
533
+ return this.i.hx;
531
534
  }
532
535
  set dataToolTipDefaultPositionOffsetX(v) {
533
- this.i.g4 = +v;
534
- this._a("dataToolTipDefaultPositionOffsetX", this.i.g4);
536
+ this.i.hx = +v;
537
+ this._a("dataToolTipDefaultPositionOffsetX", this.i.hx);
535
538
  }
536
539
  /**
537
540
  * Gets or sets the offset of the tooltip layer on the Y axis.
538
541
  */
539
542
  get dataToolTipDefaultPositionOffsetY() {
540
- return this.i.g5;
543
+ return this.i.hy;
541
544
  }
542
545
  set dataToolTipDefaultPositionOffsetY(v) {
543
- this.i.g5 = +v;
544
- this._a("dataToolTipDefaultPositionOffsetY", this.i.g5);
546
+ this.i.hy = +v;
547
+ this._a("dataToolTipDefaultPositionOffsetY", this.i.hy);
545
548
  }
546
549
  /**
547
550
  * Gets or sets the tooltip position mode on the X axis for grouped series.
548
551
  */
549
552
  get dataToolTipGroupedPositionModeX() {
550
- return this.i.a8;
553
+ return this.i.bp;
551
554
  }
552
555
  set dataToolTipGroupedPositionModeX(v) {
553
- this.i.a8 = ensureEnum(DataTooltipGroupedPositionX_$type, v);
554
- this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.a8));
556
+ this.i.bp = ensureEnum(DataTooltipGroupedPositionX_$type, v);
557
+ this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.bp));
555
558
  }
556
559
  /**
557
560
  * Gets or sets the tooltip position mode on the Y axis for grouped series.
558
561
  */
559
562
  get dataToolTipGroupedPositionModeY() {
560
- return this.i.ba;
563
+ return this.i.br;
561
564
  }
562
565
  set dataToolTipGroupedPositionModeY(v) {
563
- this.i.ba = ensureEnum(DataTooltipGroupedPositionY_$type, v);
564
- this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ba));
566
+ this.i.br = ensureEnum(DataTooltipGroupedPositionY_$type, v);
567
+ this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.br));
565
568
  }
566
569
  /**
567
570
  * Gets or sets whether the data legend should update when the series data is mutated.
568
571
  */
569
572
  get dataToolTipShouldUpdateWhenSeriesDataChanges() {
570
- return this.i.eo;
573
+ return this.i.ff;
571
574
  }
572
575
  set dataToolTipShouldUpdateWhenSeriesDataChanges(v) {
573
- this.i.eo = ensureBool(v);
574
- this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.eo);
576
+ this.i.ff = ensureBool(v);
577
+ this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.ff);
575
578
  }
576
579
  /**
577
580
  * Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
@@ -633,73 +636,73 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
633
636
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
634
637
  */
635
638
  get dataToolTipValueFormatAbbreviation() {
636
- return this.i.as;
639
+ return this.i.a9;
637
640
  }
638
641
  set dataToolTipValueFormatAbbreviation(v) {
639
- this.i.as = ensureEnum(DataAbbreviationMode_$type, v);
640
- this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.as));
642
+ this.i.a9 = ensureEnum(DataAbbreviationMode_$type, v);
643
+ this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.a9));
641
644
  }
642
645
  /**
643
646
  * Gets or sets maximum digits for formating numbers displayed in the legend
644
647
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
645
648
  */
646
649
  get dataToolTipValueFormatMaxFractions() {
647
- return this.i.il;
650
+ return this.i.jj;
648
651
  }
649
652
  set dataToolTipValueFormatMaxFractions(v) {
650
- this.i.il = +v;
651
- this._a("dataToolTipValueFormatMaxFractions", this.i.il);
653
+ this.i.jj = +v;
654
+ this._a("dataToolTipValueFormatMaxFractions", this.i.jj);
652
655
  }
653
656
  /**
654
657
  * Gets or sets minimum digits for formating numbers displayed in the legend
655
658
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
656
659
  */
657
660
  get dataToolTipValueFormatMinFractions() {
658
- return this.i.im;
661
+ return this.i.jk;
659
662
  }
660
663
  set dataToolTipValueFormatMinFractions(v) {
661
- this.i.im = +v;
662
- this._a("dataToolTipValueFormatMinFractions", this.i.im);
664
+ this.i.jk = +v;
665
+ this._a("dataToolTipValueFormatMinFractions", this.i.jk);
663
666
  }
664
667
  /**
665
668
  * Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
666
669
  */
667
670
  get dataToolTipValueFormatMode() {
668
- return this.i.a6;
671
+ return this.i.bn;
669
672
  }
670
673
  set dataToolTipValueFormatMode(v) {
671
- this.i.a6 = ensureEnum(DataLegendValueMode_$type, v);
672
- this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.a6));
674
+ this.i.bn = ensureEnum(DataLegendValueMode_$type, v);
675
+ this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.bn));
673
676
  }
674
677
  /**
675
678
  * 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
676
679
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
677
680
  */
678
681
  get dataToolTipValueFormatCulture() {
679
- return this.i.l6;
682
+ return this.i.nc;
680
683
  }
681
684
  set dataToolTipValueFormatCulture(v) {
682
- this.i.l6 = v;
685
+ this.i.nc = v;
683
686
  }
684
687
  /**
685
- * Gets or sets whether or not use groupping sperator, e.g, 15,000 for 15000
688
+ * Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
686
689
  * This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
687
690
  */
688
691
  get dataToolTipValueFormatUseGrouping() {
689
- return this.i.ep;
692
+ return this.i.fg;
690
693
  }
691
694
  set dataToolTipValueFormatUseGrouping(v) {
692
- this.i.ep = ensureBool(v);
693
- this._a("dataToolTipValueFormatUseGrouping", this.i.ep);
695
+ this.i.fg = ensureBool(v);
696
+ this._a("dataToolTipValueFormatUseGrouping", this.i.fg);
694
697
  }
695
698
  /**
696
699
  * Gets or sets the format string for values displayed in the data legend.
697
700
  */
698
701
  get dataToolTipValueFormatString() {
699
- return this.i.mc;
702
+ return this.i.ni;
700
703
  }
701
704
  set dataToolTipValueFormatString(v) {
702
- this.i.mc = v;
705
+ this.i.ni = v;
703
706
  }
704
707
  /**
705
708
  * Gets or sets the format specifiers to use with the ValueFormatString string.
@@ -715,151 +718,151 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
715
718
  this.i.n = v;
716
719
  }
717
720
  get dataToolTipValueRowMarginBottom() {
718
- return this.i.tq ? this.i.tq.bottom : NaN;
721
+ return this.i.va ? this.i.va.bottom : NaN;
719
722
  }
720
723
  set dataToolTipValueRowMarginBottom(v) {
721
724
  this.ensureDataToolTipValueRowMargin();
722
- this.i.tq.bottom = +v;
723
- this._a("dataToolTipValueRowMarginBottom", this.i.tq.bottom);
724
- this.i.tq = this.i.tq;
725
+ this.i.va.bottom = +v;
726
+ this._a("dataToolTipValueRowMarginBottom", this.i.va.bottom);
727
+ this.i.va = this.i.va;
725
728
  }
726
729
  get dataToolTipValueRowMarginLeft() {
727
- return this.i.tq ? this.i.tq.left : NaN;
730
+ return this.i.va ? this.i.va.left : NaN;
728
731
  }
729
732
  set dataToolTipValueRowMarginLeft(v) {
730
733
  this.ensureDataToolTipValueRowMargin();
731
- this.i.tq.left = +v;
732
- this._a("dataToolTipValueRowMarginLeft", this.i.tq.left);
733
- this.i.tq = this.i.tq;
734
+ this.i.va.left = +v;
735
+ this._a("dataToolTipValueRowMarginLeft", this.i.va.left);
736
+ this.i.va = this.i.va;
734
737
  }
735
738
  get dataToolTipValueRowMarginRight() {
736
- return this.i.tq ? this.i.tq.right : NaN;
739
+ return this.i.va ? this.i.va.right : NaN;
737
740
  }
738
741
  set dataToolTipValueRowMarginRight(v) {
739
742
  this.ensureDataToolTipValueRowMargin();
740
- this.i.tq.right = +v;
741
- this._a("dataToolTipValueRowMarginRight", this.i.tq.right);
742
- this.i.tq = this.i.tq;
743
+ this.i.va.right = +v;
744
+ this._a("dataToolTipValueRowMarginRight", this.i.va.right);
745
+ this.i.va = this.i.va;
743
746
  }
744
747
  get dataToolTipValueRowMarginTop() {
745
- return this.i.tq ? this.i.tq.top : NaN;
748
+ return this.i.va ? this.i.va.top : NaN;
746
749
  }
747
750
  set dataToolTipValueRowMarginTop(v) {
748
751
  this.ensureDataToolTipValueRowMargin();
749
- this.i.tq.top = +v;
750
- this._a("dataToolTipValueRowMarginTop", this.i.tq.top);
751
- this.i.tq = this.i.tq;
752
+ this.i.va.top = +v;
753
+ this._a("dataToolTipValueRowMarginTop", this.i.va.top);
754
+ this.i.va = this.i.va;
752
755
  }
753
756
  ensureDataToolTipValueRowMargin() {
754
- if (this.i.tq) {
757
+ if (this.i.va) {
755
758
  return;
756
759
  }
757
- this.i.tq = new Thickness(2);
760
+ this.i.va = new Thickness(2);
758
761
  }
759
762
  /**
760
763
  * Gets or sets whether to show series rows.
761
764
  */
762
765
  get dataToolTipValueRowVisible() {
763
- return this.i.eq;
766
+ return this.i.fh;
764
767
  }
765
768
  set dataToolTipValueRowVisible(v) {
766
- this.i.eq = ensureBool(v);
767
- this._a("dataToolTipValueRowVisible", this.i.eq);
769
+ this.i.fh = ensureBool(v);
770
+ this._a("dataToolTipValueRowVisible", this.i.fh);
768
771
  }
769
772
  /**
770
773
  * Gets or sets text displayed when data column is missing a value, e.g. "no data"
771
774
  */
772
775
  get dataToolTipValueTextWhenMissingData() {
773
- return this.i.ml;
776
+ return this.i.nr;
774
777
  }
775
778
  set dataToolTipValueTextWhenMissingData(v) {
776
- this.i.ml = v;
779
+ this.i.nr = v;
777
780
  }
778
781
  /**
779
782
  * Gets or sets whether to use series colors when displaying values in the legend
780
783
  */
781
784
  get dataToolTipValueTextUseSeriesColors() {
782
- return this.i.er;
785
+ return this.i.fi;
783
786
  }
784
787
  set dataToolTipValueTextUseSeriesColors(v) {
785
- this.i.er = ensureBool(v);
786
- this._a("dataToolTipValueTextUseSeriesColors", this.i.er);
788
+ this.i.fi = ensureBool(v);
789
+ this._a("dataToolTipValueTextUseSeriesColors", this.i.fi);
787
790
  }
788
791
  get dataToolTipValueTextMarginBottom() {
789
- return this.i.tr ? this.i.tr.bottom : NaN;
792
+ return this.i.vb ? this.i.vb.bottom : NaN;
790
793
  }
791
794
  set dataToolTipValueTextMarginBottom(v) {
792
795
  this.ensureDataToolTipValueTextMargin();
793
- this.i.tr.bottom = +v;
794
- this._a("dataToolTipValueTextMarginBottom", this.i.tr.bottom);
795
- this.i.tr = this.i.tr;
796
+ this.i.vb.bottom = +v;
797
+ this._a("dataToolTipValueTextMarginBottom", this.i.vb.bottom);
798
+ this.i.vb = this.i.vb;
796
799
  }
797
800
  get dataToolTipValueTextMarginLeft() {
798
- return this.i.tr ? this.i.tr.left : NaN;
801
+ return this.i.vb ? this.i.vb.left : NaN;
799
802
  }
800
803
  set dataToolTipValueTextMarginLeft(v) {
801
804
  this.ensureDataToolTipValueTextMargin();
802
- this.i.tr.left = +v;
803
- this._a("dataToolTipValueTextMarginLeft", this.i.tr.left);
804
- this.i.tr = this.i.tr;
805
+ this.i.vb.left = +v;
806
+ this._a("dataToolTipValueTextMarginLeft", this.i.vb.left);
807
+ this.i.vb = this.i.vb;
805
808
  }
806
809
  get dataToolTipValueTextMarginRight() {
807
- return this.i.tr ? this.i.tr.right : NaN;
810
+ return this.i.vb ? this.i.vb.right : NaN;
808
811
  }
809
812
  set dataToolTipValueTextMarginRight(v) {
810
813
  this.ensureDataToolTipValueTextMargin();
811
- this.i.tr.right = +v;
812
- this._a("dataToolTipValueTextMarginRight", this.i.tr.right);
813
- this.i.tr = this.i.tr;
814
+ this.i.vb.right = +v;
815
+ this._a("dataToolTipValueTextMarginRight", this.i.vb.right);
816
+ this.i.vb = this.i.vb;
814
817
  }
815
818
  get dataToolTipValueTextMarginTop() {
816
- return this.i.tr ? this.i.tr.top : NaN;
819
+ return this.i.vb ? this.i.vb.top : NaN;
817
820
  }
818
821
  set dataToolTipValueTextMarginTop(v) {
819
822
  this.ensureDataToolTipValueTextMargin();
820
- this.i.tr.top = +v;
821
- this._a("dataToolTipValueTextMarginTop", this.i.tr.top);
822
- this.i.tr = this.i.tr;
823
+ this.i.vb.top = +v;
824
+ this._a("dataToolTipValueTextMarginTop", this.i.vb.top);
825
+ this.i.vb = this.i.vb;
823
826
  }
824
827
  ensureDataToolTipValueTextMargin() {
825
- if (this.i.tr) {
828
+ if (this.i.vb) {
826
829
  return;
827
830
  }
828
- this.i.tr = new Thickness(2);
831
+ this.i.vb = new Thickness(2);
829
832
  }
830
833
  /**
831
834
  * Gets or sets the units text color.
832
835
  */
833
836
  get dataToolTipValueTextColor() {
834
- return brushToString(this.i.sq);
837
+ return brushToString(this.i.ua);
835
838
  }
836
839
  set dataToolTipValueTextColor(v) {
837
- this.i.sq = stringToBrush(v);
838
- this._a("dataToolTipValueTextColor", brushToString(this.i.sq));
840
+ this.i.ua = stringToBrush(v);
841
+ this._a("dataToolTipValueTextColor", brushToString(this.i.ua));
839
842
  }
840
843
  /**
841
844
  * Gets or Sets the style to use for the units text.
842
845
  */
843
846
  get dataToolTipValueTextStyle() {
844
- if (this.i.dr == null) {
847
+ if (this.i.ed == null) {
845
848
  return null;
846
849
  }
847
- return this.i.dr.fontString;
850
+ return this.i.ed.fontString;
848
851
  }
849
852
  set dataToolTipValueTextStyle(v) {
850
853
  let fi = new FontInfo();
851
854
  fi.fontString = v;
852
- this.i.dr = fi;
853
- this._a("dataToolTipValueTextStyle", this.i.dr != null ? this.i.dr.fontString : "");
855
+ this.i.ed = fi;
856
+ this._a("dataToolTipValueTextStyle", this.i.ed != null ? this.i.ed.fontString : "");
854
857
  }
855
858
  /**
856
859
  * Gets or sets the format string for header text displayed in the data legend.
857
860
  */
858
861
  get dataToolTipHeaderFormatString() {
859
- return this.i.kw;
862
+ return this.i.l2;
860
863
  }
861
864
  set dataToolTipHeaderFormatString(v) {
862
- this.i.kw = v;
865
+ this.i.l2 = v;
863
866
  }
864
867
  /**
865
868
  * Gets or sets the format specifiers to use with the HeaderFormatString string.
@@ -879,669 +882,882 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
879
882
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
880
883
  */
881
884
  get dataToolTipHeaderFormatCulture() {
882
- return this.i.ks;
885
+ return this.i.ly;
883
886
  }
884
887
  set dataToolTipHeaderFormatCulture(v) {
885
- this.i.ks = v;
888
+ this.i.ly = v;
886
889
  }
887
890
  /**
888
891
  * Gets or sets date format for the header
889
892
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
890
893
  */
891
894
  get dataToolTipHeaderFormatDate() {
892
- return this.i.aw;
895
+ return this.i.bd;
893
896
  }
894
897
  set dataToolTipHeaderFormatDate(v) {
895
- this.i.aw = ensureEnum(DataLegendHeaderDateMode_$type, v);
896
- this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.aw));
898
+ this.i.bd = ensureEnum(DataLegendHeaderDateMode_$type, v);
899
+ this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.bd));
897
900
  }
898
901
  /**
899
902
  * Gets or sets time format for the header
900
903
  * This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
901
904
  */
902
905
  get dataToolTipHeaderFormatTime() {
903
- return this.i.ay;
906
+ return this.i.bf;
904
907
  }
905
908
  set dataToolTipHeaderFormatTime(v) {
906
- this.i.ay = ensureEnum(DataLegendHeaderTimeMode_$type, v);
907
- this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.ay));
909
+ this.i.bf = ensureEnum(DataLegendHeaderTimeMode_$type, v);
910
+ this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.bf));
908
911
  }
909
912
  /**
910
913
  * Gets or sets the HeaderText for the data legend.
911
914
  */
912
915
  get dataToolTipHeaderText() {
913
- return this.i.k1;
916
+ return this.i.l7;
914
917
  }
915
918
  set dataToolTipHeaderText(v) {
916
- this.i.k1 = v;
919
+ this.i.l7 = v;
917
920
  }
918
921
  /**
919
922
  * Gets or sets the header text color.
920
923
  */
921
924
  get dataToolTipHeaderTextColor() {
922
- return brushToString(this.i.si);
925
+ return brushToString(this.i.t2);
923
926
  }
924
927
  set dataToolTipHeaderTextColor(v) {
925
- this.i.si = stringToBrush(v);
926
- this._a("dataToolTipHeaderTextColor", brushToString(this.i.si));
928
+ this.i.t2 = stringToBrush(v);
929
+ this._a("dataToolTipHeaderTextColor", brushToString(this.i.t2));
927
930
  }
928
931
  get dataToolTipHeaderTextMarginBottom() {
929
- return this.i.tk ? this.i.tk.bottom : NaN;
932
+ return this.i.u4 ? this.i.u4.bottom : NaN;
930
933
  }
931
934
  set dataToolTipHeaderTextMarginBottom(v) {
932
935
  this.ensureDataToolTipHeaderTextMargin();
933
- this.i.tk.bottom = +v;
934
- this._a("dataToolTipHeaderTextMarginBottom", this.i.tk.bottom);
935
- this.i.tk = this.i.tk;
936
+ this.i.u4.bottom = +v;
937
+ this._a("dataToolTipHeaderTextMarginBottom", this.i.u4.bottom);
938
+ this.i.u4 = this.i.u4;
936
939
  }
937
940
  get dataToolTipHeaderTextMarginLeft() {
938
- return this.i.tk ? this.i.tk.left : NaN;
941
+ return this.i.u4 ? this.i.u4.left : NaN;
939
942
  }
940
943
  set dataToolTipHeaderTextMarginLeft(v) {
941
944
  this.ensureDataToolTipHeaderTextMargin();
942
- this.i.tk.left = +v;
943
- this._a("dataToolTipHeaderTextMarginLeft", this.i.tk.left);
944
- this.i.tk = this.i.tk;
945
+ this.i.u4.left = +v;
946
+ this._a("dataToolTipHeaderTextMarginLeft", this.i.u4.left);
947
+ this.i.u4 = this.i.u4;
945
948
  }
946
949
  get dataToolTipHeaderTextMarginRight() {
947
- return this.i.tk ? this.i.tk.right : NaN;
950
+ return this.i.u4 ? this.i.u4.right : NaN;
948
951
  }
949
952
  set dataToolTipHeaderTextMarginRight(v) {
950
953
  this.ensureDataToolTipHeaderTextMargin();
951
- this.i.tk.right = +v;
952
- this._a("dataToolTipHeaderTextMarginRight", this.i.tk.right);
953
- this.i.tk = this.i.tk;
954
+ this.i.u4.right = +v;
955
+ this._a("dataToolTipHeaderTextMarginRight", this.i.u4.right);
956
+ this.i.u4 = this.i.u4;
954
957
  }
955
958
  get dataToolTipHeaderTextMarginTop() {
956
- return this.i.tk ? this.i.tk.top : NaN;
959
+ return this.i.u4 ? this.i.u4.top : NaN;
957
960
  }
958
961
  set dataToolTipHeaderTextMarginTop(v) {
959
962
  this.ensureDataToolTipHeaderTextMargin();
960
- this.i.tk.top = +v;
961
- this._a("dataToolTipHeaderTextMarginTop", this.i.tk.top);
962
- this.i.tk = this.i.tk;
963
+ this.i.u4.top = +v;
964
+ this._a("dataToolTipHeaderTextMarginTop", this.i.u4.top);
965
+ this.i.u4 = this.i.u4;
963
966
  }
964
967
  ensureDataToolTipHeaderTextMargin() {
965
- if (this.i.tk) {
968
+ if (this.i.u4) {
966
969
  return;
967
970
  }
968
- this.i.tk = new Thickness(2);
971
+ this.i.u4 = new Thickness(2);
969
972
  }
970
973
  get dataToolTipHeaderRowMarginBottom() {
971
- return this.i.tj ? this.i.tj.bottom : NaN;
974
+ return this.i.u3 ? this.i.u3.bottom : NaN;
972
975
  }
973
976
  set dataToolTipHeaderRowMarginBottom(v) {
974
977
  this.ensureDataToolTipHeaderRowMargin();
975
- this.i.tj.bottom = +v;
976
- this._a("dataToolTipHeaderRowMarginBottom", this.i.tj.bottom);
977
- this.i.tj = this.i.tj;
978
+ this.i.u3.bottom = +v;
979
+ this._a("dataToolTipHeaderRowMarginBottom", this.i.u3.bottom);
980
+ this.i.u3 = this.i.u3;
978
981
  }
979
982
  get dataToolTipHeaderRowMarginLeft() {
980
- return this.i.tj ? this.i.tj.left : NaN;
983
+ return this.i.u3 ? this.i.u3.left : NaN;
981
984
  }
982
985
  set dataToolTipHeaderRowMarginLeft(v) {
983
986
  this.ensureDataToolTipHeaderRowMargin();
984
- this.i.tj.left = +v;
985
- this._a("dataToolTipHeaderRowMarginLeft", this.i.tj.left);
986
- this.i.tj = this.i.tj;
987
+ this.i.u3.left = +v;
988
+ this._a("dataToolTipHeaderRowMarginLeft", this.i.u3.left);
989
+ this.i.u3 = this.i.u3;
987
990
  }
988
991
  get dataToolTipHeaderRowMarginRight() {
989
- return this.i.tj ? this.i.tj.right : NaN;
992
+ return this.i.u3 ? this.i.u3.right : NaN;
990
993
  }
991
994
  set dataToolTipHeaderRowMarginRight(v) {
992
995
  this.ensureDataToolTipHeaderRowMargin();
993
- this.i.tj.right = +v;
994
- this._a("dataToolTipHeaderRowMarginRight", this.i.tj.right);
995
- this.i.tj = this.i.tj;
996
+ this.i.u3.right = +v;
997
+ this._a("dataToolTipHeaderRowMarginRight", this.i.u3.right);
998
+ this.i.u3 = this.i.u3;
996
999
  }
997
1000
  get dataToolTipHeaderRowMarginTop() {
998
- return this.i.tj ? this.i.tj.top : NaN;
1001
+ return this.i.u3 ? this.i.u3.top : NaN;
999
1002
  }
1000
1003
  set dataToolTipHeaderRowMarginTop(v) {
1001
1004
  this.ensureDataToolTipHeaderRowMargin();
1002
- this.i.tj.top = +v;
1003
- this._a("dataToolTipHeaderRowMarginTop", this.i.tj.top);
1004
- this.i.tj = this.i.tj;
1005
+ this.i.u3.top = +v;
1006
+ this._a("dataToolTipHeaderRowMarginTop", this.i.u3.top);
1007
+ this.i.u3 = this.i.u3;
1005
1008
  }
1006
1009
  ensureDataToolTipHeaderRowMargin() {
1007
- if (this.i.tj) {
1010
+ if (this.i.u3) {
1008
1011
  return;
1009
1012
  }
1010
- this.i.tj = new Thickness(2);
1013
+ this.i.u3 = new Thickness(2);
1011
1014
  }
1012
1015
  /**
1013
1016
  * Gets or sets whether to show Header row.
1014
1017
  */
1015
1018
  get dataToolTipHeaderRowVisible() {
1016
- return this.i.en;
1019
+ return this.i.fe;
1017
1020
  }
1018
1021
  set dataToolTipHeaderRowVisible(v) {
1019
- this.i.en = ensureBool(v);
1020
- this._a("dataToolTipHeaderRowVisible", this.i.en);
1022
+ this.i.fe = ensureBool(v);
1023
+ this._a("dataToolTipHeaderRowVisible", this.i.fe);
1021
1024
  }
1022
1025
  /**
1023
1026
  * Gets or Sets the style to use for the header text.
1024
1027
  */
1025
1028
  get dataToolTipHeaderTextStyle() {
1026
- if (this.i.di == null) {
1029
+ if (this.i.d5 == null) {
1027
1030
  return null;
1028
1031
  }
1029
- return this.i.di.fontString;
1032
+ return this.i.d5.fontString;
1030
1033
  }
1031
1034
  set dataToolTipHeaderTextStyle(v) {
1032
1035
  let fi = new FontInfo();
1033
1036
  fi.fontString = v;
1034
- this.i.di = fi;
1035
- this._a("dataToolTipHeaderTextStyle", this.i.di != null ? this.i.di.fontString : "");
1037
+ this.i.d5 = fi;
1038
+ this._a("dataToolTipHeaderTextStyle", this.i.d5 != null ? this.i.d5.fontString : "");
1036
1039
  }
1037
1040
  /**
1038
1041
  * Gets or sets the summary text color.
1039
1042
  */
1040
1043
  get dataToolTipSummaryTitleTextColor() {
1041
- return brushToString(this.i.sl);
1044
+ return brushToString(this.i.t5);
1042
1045
  }
1043
1046
  set dataToolTipSummaryTitleTextColor(v) {
1044
- this.i.sl = stringToBrush(v);
1045
- this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.sl));
1047
+ this.i.t5 = stringToBrush(v);
1048
+ this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.t5));
1046
1049
  }
1047
1050
  /**
1048
1051
  * Gets or Sets the style to use for the summary text.
1049
1052
  */
1050
1053
  get dataToolTipSummaryTitleTextStyle() {
1051
- if (this.i.dl == null) {
1054
+ if (this.i.d8 == null) {
1052
1055
  return null;
1053
1056
  }
1054
- return this.i.dl.fontString;
1057
+ return this.i.d8.fontString;
1055
1058
  }
1056
1059
  set dataToolTipSummaryTitleTextStyle(v) {
1057
1060
  let fi = new FontInfo();
1058
1061
  fi.fontString = v;
1059
- this.i.dl = fi;
1060
- this._a("dataToolTipSummaryTitleTextStyle", this.i.dl != null ? this.i.dl.fontString : "");
1062
+ this.i.d8 = fi;
1063
+ this._a("dataToolTipSummaryTitleTextStyle", this.i.d8 != null ? this.i.d8.fontString : "");
1061
1064
  }
1062
1065
  /**
1063
1066
  * Gets or sets the SummaryType for the data legend.
1064
1067
  */
1065
1068
  get dataToolTipSummaryType() {
1066
- return this.i.a2;
1069
+ return this.i.bj;
1067
1070
  }
1068
1071
  set dataToolTipSummaryType(v) {
1069
- this.i.a2 = ensureEnum(DataLegendSummaryType_$type, v);
1070
- this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.a2));
1072
+ this.i.bj = ensureEnum(DataLegendSummaryType_$type, v);
1073
+ this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.bj));
1071
1074
  }
1072
1075
  /**
1073
1076
  * Gets or sets the SummaryTitleText for the data legend.
1074
1077
  */
1075
1078
  get dataToolTipSummaryTitleText() {
1076
- return this.i.lk;
1079
+ return this.i.mq;
1077
1080
  }
1078
1081
  set dataToolTipSummaryTitleText(v) {
1079
- this.i.lk = v;
1082
+ this.i.mq = v;
1080
1083
  }
1081
1084
  get dataToolTipSummaryTitleTextMarginBottom() {
1082
- return this.i.tn ? this.i.tn.bottom : NaN;
1085
+ return this.i.u7 ? this.i.u7.bottom : NaN;
1083
1086
  }
1084
1087
  set dataToolTipSummaryTitleTextMarginBottom(v) {
1085
1088
  this.ensureDataToolTipSummaryTitleTextMargin();
1086
- this.i.tn.bottom = +v;
1087
- this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.tn.bottom);
1088
- this.i.tn = this.i.tn;
1089
+ this.i.u7.bottom = +v;
1090
+ this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.u7.bottom);
1091
+ this.i.u7 = this.i.u7;
1089
1092
  }
1090
1093
  get dataToolTipSummaryTitleTextMarginLeft() {
1091
- return this.i.tn ? this.i.tn.left : NaN;
1094
+ return this.i.u7 ? this.i.u7.left : NaN;
1092
1095
  }
1093
1096
  set dataToolTipSummaryTitleTextMarginLeft(v) {
1094
1097
  this.ensureDataToolTipSummaryTitleTextMargin();
1095
- this.i.tn.left = +v;
1096
- this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.tn.left);
1097
- this.i.tn = this.i.tn;
1098
+ this.i.u7.left = +v;
1099
+ this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.u7.left);
1100
+ this.i.u7 = this.i.u7;
1098
1101
  }
1099
1102
  get dataToolTipSummaryTitleTextMarginRight() {
1100
- return this.i.tn ? this.i.tn.right : NaN;
1103
+ return this.i.u7 ? this.i.u7.right : NaN;
1101
1104
  }
1102
1105
  set dataToolTipSummaryTitleTextMarginRight(v) {
1103
1106
  this.ensureDataToolTipSummaryTitleTextMargin();
1104
- this.i.tn.right = +v;
1105
- this._a("dataToolTipSummaryTitleTextMarginRight", this.i.tn.right);
1106
- this.i.tn = this.i.tn;
1107
+ this.i.u7.right = +v;
1108
+ this._a("dataToolTipSummaryTitleTextMarginRight", this.i.u7.right);
1109
+ this.i.u7 = this.i.u7;
1107
1110
  }
1108
1111
  get dataToolTipSummaryTitleTextMarginTop() {
1109
- return this.i.tn ? this.i.tn.top : NaN;
1112
+ return this.i.u7 ? this.i.u7.top : NaN;
1110
1113
  }
1111
1114
  set dataToolTipSummaryTitleTextMarginTop(v) {
1112
1115
  this.ensureDataToolTipSummaryTitleTextMargin();
1113
- this.i.tn.top = +v;
1114
- this._a("dataToolTipSummaryTitleTextMarginTop", this.i.tn.top);
1115
- this.i.tn = this.i.tn;
1116
+ this.i.u7.top = +v;
1117
+ this._a("dataToolTipSummaryTitleTextMarginTop", this.i.u7.top);
1118
+ this.i.u7 = this.i.u7;
1116
1119
  }
1117
1120
  ensureDataToolTipSummaryTitleTextMargin() {
1118
- if (this.i.tn) {
1121
+ if (this.i.u7) {
1119
1122
  return;
1120
1123
  }
1121
- this.i.tn = new Thickness(2);
1124
+ this.i.u7 = new Thickness(2);
1122
1125
  }
1123
1126
  get dataToolTipSummaryRowMarginBottom() {
1124
- return this.i.tm ? this.i.tm.bottom : NaN;
1127
+ return this.i.u6 ? this.i.u6.bottom : NaN;
1125
1128
  }
1126
1129
  set dataToolTipSummaryRowMarginBottom(v) {
1127
1130
  this.ensureDataToolTipSummaryRowMargin();
1128
- this.i.tm.bottom = +v;
1129
- this._a("dataToolTipSummaryRowMarginBottom", this.i.tm.bottom);
1130
- this.i.tm = this.i.tm;
1131
+ this.i.u6.bottom = +v;
1132
+ this._a("dataToolTipSummaryRowMarginBottom", this.i.u6.bottom);
1133
+ this.i.u6 = this.i.u6;
1131
1134
  }
1132
1135
  get dataToolTipSummaryRowMarginLeft() {
1133
- return this.i.tm ? this.i.tm.left : NaN;
1136
+ return this.i.u6 ? this.i.u6.left : NaN;
1134
1137
  }
1135
1138
  set dataToolTipSummaryRowMarginLeft(v) {
1136
1139
  this.ensureDataToolTipSummaryRowMargin();
1137
- this.i.tm.left = +v;
1138
- this._a("dataToolTipSummaryRowMarginLeft", this.i.tm.left);
1139
- this.i.tm = this.i.tm;
1140
+ this.i.u6.left = +v;
1141
+ this._a("dataToolTipSummaryRowMarginLeft", this.i.u6.left);
1142
+ this.i.u6 = this.i.u6;
1140
1143
  }
1141
1144
  get dataToolTipSummaryRowMarginRight() {
1142
- return this.i.tm ? this.i.tm.right : NaN;
1145
+ return this.i.u6 ? this.i.u6.right : NaN;
1143
1146
  }
1144
1147
  set dataToolTipSummaryRowMarginRight(v) {
1145
1148
  this.ensureDataToolTipSummaryRowMargin();
1146
- this.i.tm.right = +v;
1147
- this._a("dataToolTipSummaryRowMarginRight", this.i.tm.right);
1148
- this.i.tm = this.i.tm;
1149
+ this.i.u6.right = +v;
1150
+ this._a("dataToolTipSummaryRowMarginRight", this.i.u6.right);
1151
+ this.i.u6 = this.i.u6;
1149
1152
  }
1150
1153
  get dataToolTipSummaryRowMarginTop() {
1151
- return this.i.tm ? this.i.tm.top : NaN;
1154
+ return this.i.u6 ? this.i.u6.top : NaN;
1152
1155
  }
1153
1156
  set dataToolTipSummaryRowMarginTop(v) {
1154
1157
  this.ensureDataToolTipSummaryRowMargin();
1155
- this.i.tm.top = +v;
1156
- this._a("dataToolTipSummaryRowMarginTop", this.i.tm.top);
1157
- this.i.tm = this.i.tm;
1158
+ this.i.u6.top = +v;
1159
+ this._a("dataToolTipSummaryRowMarginTop", this.i.u6.top);
1160
+ this.i.u6 = this.i.u6;
1158
1161
  }
1159
1162
  ensureDataToolTipSummaryRowMargin() {
1160
- if (this.i.tm) {
1163
+ if (this.i.u6) {
1161
1164
  return;
1162
1165
  }
1163
- this.i.tm = new Thickness(2);
1166
+ this.i.u6 = new Thickness(2);
1164
1167
  }
1165
1168
  /**
1166
1169
  * Gets or sets the units text color.
1167
1170
  */
1168
1171
  get dataToolTipSummaryValueTextColor() {
1169
- return brushToString(this.i.sn);
1172
+ return brushToString(this.i.t7);
1170
1173
  }
1171
1174
  set dataToolTipSummaryValueTextColor(v) {
1172
- this.i.sn = stringToBrush(v);
1173
- this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.sn));
1175
+ this.i.t7 = stringToBrush(v);
1176
+ this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.t7));
1174
1177
  }
1175
1178
  /**
1176
1179
  * Gets or Sets the style to use for the units text.
1177
1180
  */
1178
1181
  get dataToolTipSummaryValueTextStyle() {
1179
- if (this.i.dn == null) {
1182
+ if (this.i.ea == null) {
1180
1183
  return null;
1181
1184
  }
1182
- return this.i.dn.fontString;
1185
+ return this.i.ea.fontString;
1183
1186
  }
1184
1187
  set dataToolTipSummaryValueTextStyle(v) {
1185
1188
  let fi = new FontInfo();
1186
1189
  fi.fontString = v;
1187
- this.i.dn = fi;
1188
- this._a("dataToolTipSummaryValueTextStyle", this.i.dn != null ? this.i.dn.fontString : "");
1190
+ this.i.ea = fi;
1191
+ this._a("dataToolTipSummaryValueTextStyle", this.i.ea != null ? this.i.ea.fontString : "");
1189
1192
  }
1190
1193
  /**
1191
1194
  * Gets or sets the units text for the data legend.
1192
1195
  */
1193
1196
  get dataToolTipSummaryLabelText() {
1194
- return this.i.lf;
1197
+ return this.i.ml;
1195
1198
  }
1196
1199
  set dataToolTipSummaryLabelText(v) {
1197
- this.i.lf = v;
1200
+ this.i.ml = v;
1198
1201
  }
1199
1202
  /**
1200
1203
  * Gets or sets the units text color.
1201
1204
  */
1202
1205
  get dataToolTipSummaryLabelTextColor() {
1203
- return brushToString(this.i.sk);
1206
+ return brushToString(this.i.t4);
1204
1207
  }
1205
1208
  set dataToolTipSummaryLabelTextColor(v) {
1206
- this.i.sk = stringToBrush(v);
1207
- this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.sk));
1209
+ this.i.t4 = stringToBrush(v);
1210
+ this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.t4));
1208
1211
  }
1209
1212
  /**
1210
1213
  * Gets or Sets the style to use for the units text.
1211
1214
  */
1212
1215
  get dataToolTipSummaryLabelTextStyle() {
1213
- if (this.i.dk == null) {
1216
+ if (this.i.d7 == null) {
1214
1217
  return null;
1215
1218
  }
1216
- return this.i.dk.fontString;
1219
+ return this.i.d7.fontString;
1217
1220
  }
1218
1221
  set dataToolTipSummaryLabelTextStyle(v) {
1219
1222
  let fi = new FontInfo();
1220
1223
  fi.fontString = v;
1221
- this.i.dk = fi;
1222
- this._a("dataToolTipSummaryLabelTextStyle", this.i.dk != null ? this.i.dk.fontString : "");
1224
+ this.i.d7 = fi;
1225
+ this._a("dataToolTipSummaryLabelTextStyle", this.i.d7 != null ? this.i.d7.fontString : "");
1223
1226
  }
1224
1227
  /**
1225
1228
  * Gets or sets the units text for the data legend.
1226
1229
  */
1227
1230
  get dataToolTipSummaryUnitsText() {
1228
- return this.i.lq;
1231
+ return this.i.mw;
1229
1232
  }
1230
1233
  set dataToolTipSummaryUnitsText(v) {
1231
- this.i.lq = v;
1234
+ this.i.mw = v;
1232
1235
  }
1233
1236
  /**
1234
1237
  * Gets or sets the units text color.
1235
1238
  */
1236
1239
  get dataToolTipSummaryUnitsTextColor() {
1237
- return brushToString(this.i.sm);
1240
+ return brushToString(this.i.t6);
1238
1241
  }
1239
1242
  set dataToolTipSummaryUnitsTextColor(v) {
1240
- this.i.sm = stringToBrush(v);
1241
- this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.sm));
1243
+ this.i.t6 = stringToBrush(v);
1244
+ this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.t6));
1242
1245
  }
1243
1246
  /**
1244
1247
  * Gets or Sets the style to use for the units text.
1245
1248
  */
1246
1249
  get dataToolTipSummaryUnitsTextStyle() {
1247
- if (this.i.dm == null) {
1250
+ if (this.i.d9 == null) {
1248
1251
  return null;
1249
1252
  }
1250
- return this.i.dm.fontString;
1253
+ return this.i.d9.fontString;
1251
1254
  }
1252
1255
  set dataToolTipSummaryUnitsTextStyle(v) {
1253
1256
  let fi = new FontInfo();
1254
1257
  fi.fontString = v;
1255
- this.i.dm = fi;
1256
- this._a("dataToolTipSummaryUnitsTextStyle", this.i.dm != null ? this.i.dm.fontString : "");
1258
+ this.i.d9 = fi;
1259
+ this._a("dataToolTipSummaryUnitsTextStyle", this.i.d9 != null ? this.i.d9.fontString : "");
1257
1260
  }
1258
1261
  get dataToolTipBadgeMarginBottom() {
1259
- return this.i.ti ? this.i.ti.bottom : NaN;
1262
+ return this.i.u2 ? this.i.u2.bottom : NaN;
1260
1263
  }
1261
1264
  set dataToolTipBadgeMarginBottom(v) {
1262
1265
  this.ensureDataToolTipBadgeMargin();
1263
- this.i.ti.bottom = +v;
1264
- this._a("dataToolTipBadgeMarginBottom", this.i.ti.bottom);
1265
- this.i.ti = this.i.ti;
1266
+ this.i.u2.bottom = +v;
1267
+ this._a("dataToolTipBadgeMarginBottom", this.i.u2.bottom);
1268
+ this.i.u2 = this.i.u2;
1266
1269
  }
1267
1270
  get dataToolTipBadgeMarginLeft() {
1268
- return this.i.ti ? this.i.ti.left : NaN;
1271
+ return this.i.u2 ? this.i.u2.left : NaN;
1269
1272
  }
1270
1273
  set dataToolTipBadgeMarginLeft(v) {
1271
1274
  this.ensureDataToolTipBadgeMargin();
1272
- this.i.ti.left = +v;
1273
- this._a("dataToolTipBadgeMarginLeft", this.i.ti.left);
1274
- this.i.ti = this.i.ti;
1275
+ this.i.u2.left = +v;
1276
+ this._a("dataToolTipBadgeMarginLeft", this.i.u2.left);
1277
+ this.i.u2 = this.i.u2;
1275
1278
  }
1276
1279
  get dataToolTipBadgeMarginRight() {
1277
- return this.i.ti ? this.i.ti.right : NaN;
1280
+ return this.i.u2 ? this.i.u2.right : NaN;
1278
1281
  }
1279
1282
  set dataToolTipBadgeMarginRight(v) {
1280
1283
  this.ensureDataToolTipBadgeMargin();
1281
- this.i.ti.right = +v;
1282
- this._a("dataToolTipBadgeMarginRight", this.i.ti.right);
1283
- this.i.ti = this.i.ti;
1284
+ this.i.u2.right = +v;
1285
+ this._a("dataToolTipBadgeMarginRight", this.i.u2.right);
1286
+ this.i.u2 = this.i.u2;
1284
1287
  }
1285
1288
  get dataToolTipBadgeMarginTop() {
1286
- return this.i.ti ? this.i.ti.top : NaN;
1289
+ return this.i.u2 ? this.i.u2.top : NaN;
1287
1290
  }
1288
1291
  set dataToolTipBadgeMarginTop(v) {
1289
1292
  this.ensureDataToolTipBadgeMargin();
1290
- this.i.ti.top = +v;
1291
- this._a("dataToolTipBadgeMarginTop", this.i.ti.top);
1292
- this.i.ti = this.i.ti;
1293
+ this.i.u2.top = +v;
1294
+ this._a("dataToolTipBadgeMarginTop", this.i.u2.top);
1295
+ this.i.u2 = this.i.u2;
1293
1296
  }
1294
1297
  ensureDataToolTipBadgeMargin() {
1295
- if (this.i.ti) {
1298
+ if (this.i.u2) {
1296
1299
  return;
1297
1300
  }
1298
- this.i.ti = new Thickness(2);
1301
+ this.i.u2 = new Thickness(2);
1299
1302
  }
1300
1303
  /**
1301
1304
  * Gets or sets the BadgeShape for the data legend.
1302
1305
  */
1303
1306
  get dataToolTipBadgeShape() {
1304
- return this.i.bw;
1307
+ return this.i.cd;
1305
1308
  }
1306
1309
  set dataToolTipBadgeShape(v) {
1307
- this.i.bw = ensureEnum(LegendItemBadgeShape_$type, v);
1308
- this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.bw));
1310
+ this.i.cd = ensureEnum(LegendItemBadgeShape_$type, v);
1311
+ this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.cd));
1309
1312
  }
1310
1313
  /**
1311
1314
  * Gets or sets the UnitsMode for the data legend.
1312
1315
  */
1313
1316
  get dataToolTipUnitsDisplayMode() {
1314
- return this.i.a4;
1317
+ return this.i.bl;
1315
1318
  }
1316
1319
  set dataToolTipUnitsDisplayMode(v) {
1317
- this.i.a4 = ensureEnum(DataLegendUnitsMode_$type, v);
1318
- this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.a4));
1320
+ this.i.bl = ensureEnum(DataLegendUnitsMode_$type, v);
1321
+ this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.bl));
1319
1322
  }
1320
1323
  /**
1321
1324
  * Gets or sets the units text for the data legend.
1322
1325
  */
1323
1326
  get dataToolTipUnitsText() {
1324
- return this.i.l0;
1327
+ return this.i.m6;
1325
1328
  }
1326
1329
  set dataToolTipUnitsText(v) {
1327
- this.i.l0 = v;
1330
+ this.i.m6 = v;
1328
1331
  }
1329
1332
  /**
1330
1333
  * Gets or sets the units text color.
1331
1334
  */
1332
1335
  get dataToolTipUnitsTextColor() {
1333
- return brushToString(this.i.sp);
1336
+ return brushToString(this.i.t9);
1334
1337
  }
1335
1338
  set dataToolTipUnitsTextColor(v) {
1336
- this.i.sp = stringToBrush(v);
1337
- this._a("dataToolTipUnitsTextColor", brushToString(this.i.sp));
1339
+ this.i.t9 = stringToBrush(v);
1340
+ this._a("dataToolTipUnitsTextColor", brushToString(this.i.t9));
1338
1341
  }
1339
1342
  get dataToolTipUnitsTextMarginBottom() {
1340
- return this.i.tp ? this.i.tp.bottom : NaN;
1343
+ return this.i.u9 ? this.i.u9.bottom : NaN;
1341
1344
  }
1342
1345
  set dataToolTipUnitsTextMarginBottom(v) {
1343
1346
  this.ensureDataToolTipUnitsTextMargin();
1344
- this.i.tp.bottom = +v;
1345
- this._a("dataToolTipUnitsTextMarginBottom", this.i.tp.bottom);
1346
- this.i.tp = this.i.tp;
1347
+ this.i.u9.bottom = +v;
1348
+ this._a("dataToolTipUnitsTextMarginBottom", this.i.u9.bottom);
1349
+ this.i.u9 = this.i.u9;
1347
1350
  }
1348
1351
  get dataToolTipUnitsTextMarginLeft() {
1349
- return this.i.tp ? this.i.tp.left : NaN;
1352
+ return this.i.u9 ? this.i.u9.left : NaN;
1350
1353
  }
1351
1354
  set dataToolTipUnitsTextMarginLeft(v) {
1352
1355
  this.ensureDataToolTipUnitsTextMargin();
1353
- this.i.tp.left = +v;
1354
- this._a("dataToolTipUnitsTextMarginLeft", this.i.tp.left);
1355
- this.i.tp = this.i.tp;
1356
+ this.i.u9.left = +v;
1357
+ this._a("dataToolTipUnitsTextMarginLeft", this.i.u9.left);
1358
+ this.i.u9 = this.i.u9;
1356
1359
  }
1357
1360
  get dataToolTipUnitsTextMarginRight() {
1358
- return this.i.tp ? this.i.tp.right : NaN;
1361
+ return this.i.u9 ? this.i.u9.right : NaN;
1359
1362
  }
1360
1363
  set dataToolTipUnitsTextMarginRight(v) {
1361
1364
  this.ensureDataToolTipUnitsTextMargin();
1362
- this.i.tp.right = +v;
1363
- this._a("dataToolTipUnitsTextMarginRight", this.i.tp.right);
1364
- this.i.tp = this.i.tp;
1365
+ this.i.u9.right = +v;
1366
+ this._a("dataToolTipUnitsTextMarginRight", this.i.u9.right);
1367
+ this.i.u9 = this.i.u9;
1365
1368
  }
1366
1369
  get dataToolTipUnitsTextMarginTop() {
1367
- return this.i.tp ? this.i.tp.top : NaN;
1370
+ return this.i.u9 ? this.i.u9.top : NaN;
1368
1371
  }
1369
1372
  set dataToolTipUnitsTextMarginTop(v) {
1370
1373
  this.ensureDataToolTipUnitsTextMargin();
1371
- this.i.tp.top = +v;
1372
- this._a("dataToolTipUnitsTextMarginTop", this.i.tp.top);
1373
- this.i.tp = this.i.tp;
1374
+ this.i.u9.top = +v;
1375
+ this._a("dataToolTipUnitsTextMarginTop", this.i.u9.top);
1376
+ this.i.u9 = this.i.u9;
1374
1377
  }
1375
1378
  ensureDataToolTipUnitsTextMargin() {
1376
- if (this.i.tp) {
1379
+ if (this.i.u9) {
1377
1380
  return;
1378
1381
  }
1379
- this.i.tp = new Thickness(2);
1382
+ this.i.u9 = new Thickness(2);
1380
1383
  }
1381
1384
  /**
1382
1385
  * Gets or Sets the style to use for the units text.
1383
1386
  */
1384
1387
  get dataToolTipUnitsTextStyle() {
1385
- if (this.i.dq == null) {
1388
+ if (this.i.ec == null) {
1386
1389
  return null;
1387
1390
  }
1388
- return this.i.dq.fontString;
1391
+ return this.i.ec.fontString;
1389
1392
  }
1390
1393
  set dataToolTipUnitsTextStyle(v) {
1391
1394
  let fi = new FontInfo();
1392
1395
  fi.fontString = v;
1393
- this.i.dq = fi;
1394
- this._a("dataToolTipUnitsTextStyle", this.i.dq != null ? this.i.dq.fontString : "");
1396
+ this.i.ec = fi;
1397
+ this._a("dataToolTipUnitsTextStyle", this.i.ec != null ? this.i.ec.fontString : "");
1395
1398
  }
1396
1399
  get dataToolTipTitleTextMarginBottom() {
1397
- return this.i.to ? this.i.to.bottom : NaN;
1400
+ return this.i.u8 ? this.i.u8.bottom : NaN;
1398
1401
  }
1399
1402
  set dataToolTipTitleTextMarginBottom(v) {
1400
1403
  this.ensureDataToolTipTitleTextMargin();
1401
- this.i.to.bottom = +v;
1402
- this._a("dataToolTipTitleTextMarginBottom", this.i.to.bottom);
1403
- this.i.to = this.i.to;
1404
+ this.i.u8.bottom = +v;
1405
+ this._a("dataToolTipTitleTextMarginBottom", this.i.u8.bottom);
1406
+ this.i.u8 = this.i.u8;
1404
1407
  }
1405
1408
  get dataToolTipTitleTextMarginLeft() {
1406
- return this.i.to ? this.i.to.left : NaN;
1409
+ return this.i.u8 ? this.i.u8.left : NaN;
1407
1410
  }
1408
1411
  set dataToolTipTitleTextMarginLeft(v) {
1409
1412
  this.ensureDataToolTipTitleTextMargin();
1410
- this.i.to.left = +v;
1411
- this._a("dataToolTipTitleTextMarginLeft", this.i.to.left);
1412
- this.i.to = this.i.to;
1413
+ this.i.u8.left = +v;
1414
+ this._a("dataToolTipTitleTextMarginLeft", this.i.u8.left);
1415
+ this.i.u8 = this.i.u8;
1413
1416
  }
1414
1417
  get dataToolTipTitleTextMarginRight() {
1415
- return this.i.to ? this.i.to.right : NaN;
1418
+ return this.i.u8 ? this.i.u8.right : NaN;
1416
1419
  }
1417
1420
  set dataToolTipTitleTextMarginRight(v) {
1418
1421
  this.ensureDataToolTipTitleTextMargin();
1419
- this.i.to.right = +v;
1420
- this._a("dataToolTipTitleTextMarginRight", this.i.to.right);
1421
- this.i.to = this.i.to;
1422
+ this.i.u8.right = +v;
1423
+ this._a("dataToolTipTitleTextMarginRight", this.i.u8.right);
1424
+ this.i.u8 = this.i.u8;
1422
1425
  }
1423
1426
  get dataToolTipTitleTextMarginTop() {
1424
- return this.i.to ? this.i.to.top : NaN;
1427
+ return this.i.u8 ? this.i.u8.top : NaN;
1425
1428
  }
1426
1429
  set dataToolTipTitleTextMarginTop(v) {
1427
1430
  this.ensureDataToolTipTitleTextMargin();
1428
- this.i.to.top = +v;
1429
- this._a("dataToolTipTitleTextMarginTop", this.i.to.top);
1430
- this.i.to = this.i.to;
1431
+ this.i.u8.top = +v;
1432
+ this._a("dataToolTipTitleTextMarginTop", this.i.u8.top);
1433
+ this.i.u8 = this.i.u8;
1431
1434
  }
1432
1435
  ensureDataToolTipTitleTextMargin() {
1433
- if (this.i.to) {
1436
+ if (this.i.u8) {
1434
1437
  return;
1435
1438
  }
1436
- this.i.to = new Thickness(2);
1439
+ this.i.u8 = new Thickness(2);
1437
1440
  }
1438
1441
  /**
1439
1442
  * Gets or sets the display text color.
1440
1443
  */
1441
1444
  get dataToolTipTitleTextColor() {
1442
- return brushToString(this.i.so);
1445
+ return brushToString(this.i.t8);
1443
1446
  }
1444
1447
  set dataToolTipTitleTextColor(v) {
1445
- this.i.so = stringToBrush(v);
1446
- this._a("dataToolTipTitleTextColor", brushToString(this.i.so));
1448
+ this.i.t8 = stringToBrush(v);
1449
+ this._a("dataToolTipTitleTextColor", brushToString(this.i.t8));
1447
1450
  }
1448
1451
  /**
1449
1452
  * Gets or Sets the style to use for the display text.
1450
1453
  */
1451
1454
  get dataToolTipTitleTextStyle() {
1452
- if (this.i.dp == null) {
1455
+ if (this.i.eb == null) {
1453
1456
  return null;
1454
1457
  }
1455
- return this.i.dp.fontString;
1458
+ return this.i.eb.fontString;
1456
1459
  }
1457
1460
  set dataToolTipTitleTextStyle(v) {
1458
1461
  let fi = new FontInfo();
1459
1462
  fi.fontString = v;
1460
- this.i.dp = fi;
1461
- this._a("dataToolTipTitleTextStyle", this.i.dp != null ? this.i.dp.fontString : "");
1463
+ this.i.eb = fi;
1464
+ this._a("dataToolTipTitleTextStyle", this.i.eb != null ? this.i.eb.fontString : "");
1462
1465
  }
1463
1466
  /**
1464
1467
  * Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
1465
1468
  */
1466
1469
  get dataToolTipLabelDisplayMode() {
1467
- return this.i.a0;
1470
+ return this.i.bh;
1468
1471
  }
1469
1472
  set dataToolTipLabelDisplayMode(v) {
1470
- this.i.a0 = ensureEnum(DataLegendLabelMode_$type, v);
1471
- this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.a0));
1473
+ this.i.bh = ensureEnum(DataLegendLabelMode_$type, v);
1474
+ this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.bh));
1472
1475
  }
1473
1476
  /**
1474
1477
  * Gets or sets the units text color.
1475
1478
  */
1476
1479
  get dataToolTipLabelTextColor() {
1477
- return brushToString(this.i.sj);
1480
+ return brushToString(this.i.t3);
1478
1481
  }
1479
1482
  set dataToolTipLabelTextColor(v) {
1480
- this.i.sj = stringToBrush(v);
1481
- this._a("dataToolTipLabelTextColor", brushToString(this.i.sj));
1483
+ this.i.t3 = stringToBrush(v);
1484
+ this._a("dataToolTipLabelTextColor", brushToString(this.i.t3));
1482
1485
  }
1483
1486
  get dataToolTipLabelTextMarginBottom() {
1484
- return this.i.tl ? this.i.tl.bottom : NaN;
1487
+ return this.i.u5 ? this.i.u5.bottom : NaN;
1485
1488
  }
1486
1489
  set dataToolTipLabelTextMarginBottom(v) {
1487
1490
  this.ensureDataToolTipLabelTextMargin();
1488
- this.i.tl.bottom = +v;
1489
- this._a("dataToolTipLabelTextMarginBottom", this.i.tl.bottom);
1490
- this.i.tl = this.i.tl;
1491
+ this.i.u5.bottom = +v;
1492
+ this._a("dataToolTipLabelTextMarginBottom", this.i.u5.bottom);
1493
+ this.i.u5 = this.i.u5;
1491
1494
  }
1492
1495
  get dataToolTipLabelTextMarginLeft() {
1493
- return this.i.tl ? this.i.tl.left : NaN;
1496
+ return this.i.u5 ? this.i.u5.left : NaN;
1494
1497
  }
1495
1498
  set dataToolTipLabelTextMarginLeft(v) {
1496
1499
  this.ensureDataToolTipLabelTextMargin();
1497
- this.i.tl.left = +v;
1498
- this._a("dataToolTipLabelTextMarginLeft", this.i.tl.left);
1499
- this.i.tl = this.i.tl;
1500
+ this.i.u5.left = +v;
1501
+ this._a("dataToolTipLabelTextMarginLeft", this.i.u5.left);
1502
+ this.i.u5 = this.i.u5;
1500
1503
  }
1501
1504
  get dataToolTipLabelTextMarginRight() {
1502
- return this.i.tl ? this.i.tl.right : NaN;
1505
+ return this.i.u5 ? this.i.u5.right : NaN;
1503
1506
  }
1504
1507
  set dataToolTipLabelTextMarginRight(v) {
1505
1508
  this.ensureDataToolTipLabelTextMargin();
1506
- this.i.tl.right = +v;
1507
- this._a("dataToolTipLabelTextMarginRight", this.i.tl.right);
1508
- this.i.tl = this.i.tl;
1509
+ this.i.u5.right = +v;
1510
+ this._a("dataToolTipLabelTextMarginRight", this.i.u5.right);
1511
+ this.i.u5 = this.i.u5;
1509
1512
  }
1510
1513
  get dataToolTipLabelTextMarginTop() {
1511
- return this.i.tl ? this.i.tl.top : NaN;
1514
+ return this.i.u5 ? this.i.u5.top : NaN;
1512
1515
  }
1513
1516
  set dataToolTipLabelTextMarginTop(v) {
1514
1517
  this.ensureDataToolTipLabelTextMargin();
1515
- this.i.tl.top = +v;
1516
- this._a("dataToolTipLabelTextMarginTop", this.i.tl.top);
1517
- this.i.tl = this.i.tl;
1518
+ this.i.u5.top = +v;
1519
+ this._a("dataToolTipLabelTextMarginTop", this.i.u5.top);
1520
+ this.i.u5 = this.i.u5;
1518
1521
  }
1519
1522
  ensureDataToolTipLabelTextMargin() {
1520
- if (this.i.tl) {
1523
+ if (this.i.u5) {
1521
1524
  return;
1522
1525
  }
1523
- this.i.tl = new Thickness(2);
1526
+ this.i.u5 = new Thickness(2);
1524
1527
  }
1525
1528
  /**
1526
1529
  * Gets or Sets the style to use for the units text.
1527
1530
  */
1528
1531
  get dataToolTipLabelTextStyle() {
1529
- if (this.i.dj == null) {
1532
+ if (this.i.d6 == null) {
1530
1533
  return null;
1531
1534
  }
1532
- return this.i.dj.fontString;
1535
+ return this.i.d6.fontString;
1533
1536
  }
1534
1537
  set dataToolTipLabelTextStyle(v) {
1535
1538
  let fi = new FontInfo();
1536
1539
  fi.fontString = v;
1537
- this.i.dj = fi;
1538
- this._a("dataToolTipLabelTextStyle", this.i.dj != null ? this.i.dj.fontString : "");
1540
+ this.i.d6 = fi;
1541
+ this._a("dataToolTipLabelTextStyle", this.i.d6 != null ? this.i.d6.fontString : "");
1539
1542
  }
1540
1543
  /**
1541
1544
  * Gets the domain type of this chart
1542
1545
  */
1543
1546
  get domainType() {
1544
- return this.i.bi;
1547
+ return this.i.bz;
1548
+ }
1549
+ /**
1550
+ * Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
1551
+ */
1552
+ get sortDescriptions() {
1553
+ const r = this.i.ay;
1554
+ if (r == null) {
1555
+ return null;
1556
+ }
1557
+ if (!r.externalObject) {
1558
+ let e = new IgcChartSortDescriptionCollection();
1559
+ if (e.i.setNativeElement) {
1560
+ e.i.setNativeElement(r);
1561
+ }
1562
+ else {
1563
+ e._implementation = r;
1564
+ }
1565
+ r.externalObject = e;
1566
+ }
1567
+ return r.externalObject;
1568
+ }
1569
+ get groupSortDescriptions() {
1570
+ const r = this.i.au;
1571
+ if (r == null) {
1572
+ return null;
1573
+ }
1574
+ if (!r.externalObject) {
1575
+ let e = new IgcChartSortDescriptionCollection();
1576
+ if (e.i.setNativeElement) {
1577
+ e.i.setNativeElement(r);
1578
+ }
1579
+ else {
1580
+ e._implementation = r;
1581
+ }
1582
+ r.externalObject = e;
1583
+ }
1584
+ return r.externalObject;
1585
+ }
1586
+ /**
1587
+ * Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
1588
+ */
1589
+ get groupDescriptions() {
1590
+ const r = this.i.at;
1591
+ if (r == null) {
1592
+ return null;
1593
+ }
1594
+ if (!r.externalObject) {
1595
+ let e = new IgcChartSortDescriptionCollection();
1596
+ if (e.i.setNativeElement) {
1597
+ e.i.setNativeElement(r);
1598
+ }
1599
+ else {
1600
+ e._implementation = r;
1601
+ }
1602
+ r.externalObject = e;
1603
+ }
1604
+ return r.externalObject;
1605
+ }
1606
+ /**
1607
+ * Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties.
1608
+ */
1609
+ get filterExpressions() {
1610
+ const r = this.i.dr;
1611
+ if (r == null) {
1612
+ return null;
1613
+ }
1614
+ if (!r.externalObject) {
1615
+ let e = new IgcFilterExpressionCollection();
1616
+ if (e.i.setNativeElement) {
1617
+ e.i.setNativeElement(r);
1618
+ }
1619
+ else {
1620
+ e._implementation = r;
1621
+ }
1622
+ r.externalObject = e;
1623
+ }
1624
+ return r.externalObject;
1625
+ }
1626
+ /**
1627
+ * Gets the current summaries that are applied to the grid.
1628
+ */
1629
+ get summaryDescriptions() {
1630
+ const r = this.i.a2;
1631
+ if (r == null) {
1632
+ return null;
1633
+ }
1634
+ if (!r.externalObject) {
1635
+ let e = new IgcChartSummaryDescriptionCollection();
1636
+ if (e.i.setNativeElement) {
1637
+ e.i.setNativeElement(r);
1638
+ }
1639
+ else {
1640
+ e._implementation = r;
1641
+ }
1642
+ r.externalObject = e;
1643
+ }
1644
+ return r.externalObject;
1645
+ }
1646
+ /**
1647
+ * Gets the initial sorts that are applied to the chart.
1648
+ */
1649
+ get initialSortDescriptions() {
1650
+ const r = this.i.ax;
1651
+ if (r == null) {
1652
+ return null;
1653
+ }
1654
+ if (!r.externalObject) {
1655
+ let e = new IgcChartSortDescriptionCollection();
1656
+ if (e.i.setNativeElement) {
1657
+ e.i.setNativeElement(r);
1658
+ }
1659
+ else {
1660
+ e._implementation = r;
1661
+ }
1662
+ r.externalObject = e;
1663
+ }
1664
+ return r.externalObject;
1665
+ }
1666
+ /**
1667
+ * Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
1668
+ */
1669
+ get initialGroupSortDescriptions() {
1670
+ const r = this.i.aw;
1671
+ if (r == null) {
1672
+ return null;
1673
+ }
1674
+ if (!r.externalObject) {
1675
+ let e = new IgcChartSortDescriptionCollection();
1676
+ if (e.i.setNativeElement) {
1677
+ e.i.setNativeElement(r);
1678
+ }
1679
+ else {
1680
+ e._implementation = r;
1681
+ }
1682
+ r.externalObject = e;
1683
+ }
1684
+ return r.externalObject;
1685
+ }
1686
+ /**
1687
+ * Gets the initial groupings that are applied to the chart.
1688
+ */
1689
+ get initialGroupDescriptions() {
1690
+ const r = this.i.av;
1691
+ if (r == null) {
1692
+ return null;
1693
+ }
1694
+ if (!r.externalObject) {
1695
+ let e = new IgcChartSortDescriptionCollection();
1696
+ if (e.i.setNativeElement) {
1697
+ e.i.setNativeElement(r);
1698
+ }
1699
+ else {
1700
+ e._implementation = r;
1701
+ }
1702
+ r.externalObject = e;
1703
+ }
1704
+ return r.externalObject;
1705
+ }
1706
+ /**
1707
+ * Gets the initial summaries that are applied to the chart.
1708
+ */
1709
+ get initialSummaryDescriptions() {
1710
+ const r = this.i.a1;
1711
+ if (r == null) {
1712
+ return null;
1713
+ }
1714
+ if (!r.externalObject) {
1715
+ let e = new IgcChartSummaryDescriptionCollection();
1716
+ if (e.i.setNativeElement) {
1717
+ e.i.setNativeElement(r);
1718
+ }
1719
+ else {
1720
+ e._implementation = r;
1721
+ }
1722
+ r.externalObject = e;
1723
+ }
1724
+ return r.externalObject;
1725
+ }
1726
+ /**
1727
+ * Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
1728
+ */
1729
+ get initialSorts() {
1730
+ return this.i.ok;
1731
+ }
1732
+ set initialSorts(v) {
1733
+ this.i.ok = v;
1734
+ }
1735
+ /**
1736
+ * Gets or sets the sorts to apply after grouping has been applied.
1737
+ */
1738
+ get groupSorts() {
1739
+ return this.i.n1;
1740
+ }
1741
+ set groupSorts(v) {
1742
+ this.i.n1 = v;
1743
+ }
1744
+ /**
1745
+ * Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
1746
+ */
1747
+ get initialGroups() {
1748
+ return this.i.oi;
1749
+ }
1750
+ set initialGroups(v) {
1751
+ this.i.oi = v;
1752
+ }
1753
+ /**
1754
+ * Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
1755
+ */
1756
+ get initialSummaries() {
1757
+ return this.i.om;
1758
+ }
1759
+ set initialSummaries(v) {
1760
+ this.i.om = v;
1545
1761
  }
1546
1762
  /**
1547
1763
  * Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered.
@@ -1641,11 +1857,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1641
1857
  * ```
1642
1858
  */
1643
1859
  get isHorizontalZoomEnabled() {
1644
- return this.i.e0;
1860
+ return this.i.fs;
1645
1861
  }
1646
1862
  set isHorizontalZoomEnabled(v) {
1647
- this.i.e0 = ensureBool(v);
1648
- this._a("isHorizontalZoomEnabled", this.i.e0);
1863
+ this.i.fs = ensureBool(v);
1864
+ this._a("isHorizontalZoomEnabled", this.i.fs);
1649
1865
  }
1650
1866
  /**
1651
1867
  * Gets or sets whether the chart can be vertically zoomed through user interactions.
@@ -1657,42 +1873,42 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1657
1873
  * ```
1658
1874
  */
1659
1875
  get isVerticalZoomEnabled() {
1660
- return this.i.e6;
1876
+ return this.i.fy;
1661
1877
  }
1662
1878
  set isVerticalZoomEnabled(v) {
1663
- this.i.e6 = ensureBool(v);
1664
- this._a("isVerticalZoomEnabled", this.i.e6);
1879
+ this.i.fy = ensureBool(v);
1880
+ this._a("isVerticalZoomEnabled", this.i.fy);
1665
1881
  }
1666
1882
  /**
1667
1883
  * Gets or sets whether the chart should display mock data when the data source has not been provided, if supported for this type of chart.
1668
1884
  */
1669
1885
  get shouldDisplayMockData() {
1670
- return this.i.e9;
1886
+ return this.i.f1;
1671
1887
  }
1672
1888
  set shouldDisplayMockData(v) {
1673
- this.i.e9 = ensureBool(v);
1674
- this._a("shouldDisplayMockData", this.i.e9);
1889
+ this.i.f1 = ensureBool(v);
1890
+ this._a("shouldDisplayMockData", this.i.f1);
1675
1891
  }
1676
1892
  /**
1677
1893
  * Gets or sets whether the chart should use a faded skeleton style for mock data.
1678
1894
  */
1679
1895
  get shouldUseSkeletonStyleForMockData() {
1680
- return this.i.fa;
1896
+ return this.i.f4;
1681
1897
  }
1682
1898
  set shouldUseSkeletonStyleForMockData(v) {
1683
- this.i.fa = ensureBool(v);
1684
- this._a("shouldUseSkeletonStyleForMockData", this.i.fa);
1899
+ this.i.f4 = ensureBool(v);
1900
+ this._a("shouldUseSkeletonStyleForMockData", this.i.f4);
1685
1901
  }
1686
1902
  /**
1687
1903
  * Gets or sets whether the chart can highlight series through user interactions.
1688
1904
  * This property applies to Category Chart and Financial Chart controls.
1689
1905
  */
1690
1906
  get isSeriesHighlightingEnabled() {
1691
- return this.i.e2;
1907
+ return this.i.fu;
1692
1908
  }
1693
1909
  set isSeriesHighlightingEnabled(v) {
1694
- this.i.e2 = ensureBool(v);
1695
- this._a("isSeriesHighlightingEnabled", this.i.e2);
1910
+ this.i.fu = ensureBool(v);
1911
+ this._a("isSeriesHighlightingEnabled", this.i.fu);
1696
1912
  }
1697
1913
  /**
1698
1914
  * Gets or sets the rectangle representing the current scroll and zoom state of the chart.
@@ -1705,11 +1921,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1705
1921
  * ```
1706
1922
  */
1707
1923
  get windowRect() {
1708
- return fromRect(this.i.s7);
1924
+ return fromRect(this.i.ur);
1709
1925
  }
1710
1926
  set windowRect(v) {
1711
- this.i.s7 = toRect(v);
1712
- this._a("windowRect", rectToString(this.i.s7));
1927
+ this.i.ur = toRect(v);
1928
+ this._a("windowRect", rectToString(this.i.ur));
1713
1929
  }
1714
1930
  /**
1715
1931
  * Gets a rectangle representing the bounds of the plot area.
@@ -1721,7 +1937,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1721
1937
  * ```
1722
1938
  */
1723
1939
  get viewport() {
1724
- return fromRect(this.i.s6);
1940
+ return fromRect(this.i.uq);
1725
1941
  }
1726
1942
  /**
1727
1943
  * Gets or sets text to display above the plot area.
@@ -1733,10 +1949,10 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1733
1949
  * ```
1734
1950
  */
1735
1951
  get chartTitle() {
1736
- return this.i.oh;
1952
+ return this.i.pw;
1737
1953
  }
1738
1954
  set chartTitle(v) {
1739
- this.i.oh = v;
1955
+ this.i.pw = v;
1740
1956
  }
1741
1957
  /**
1742
1958
  * Gets or sets text to display below the Title, above the plot area.
@@ -1748,10 +1964,10 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1748
1964
  * ```
1749
1965
  */
1750
1966
  get subtitle() {
1751
- return this.i.n6;
1967
+ return this.i.pl;
1752
1968
  }
1753
1969
  set subtitle(v) {
1754
- this.i.n6 = v;
1970
+ this.i.pl = v;
1755
1971
  }
1756
1972
  /**
1757
1973
  * Gets or sets horizontal alignment which determines the title position, relative to the left and right edges of the control.
@@ -1763,11 +1979,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1763
1979
  * ```
1764
1980
  */
1765
1981
  get titleAlignment() {
1766
- return this.i.ro;
1982
+ return this.i.s8;
1767
1983
  }
1768
1984
  set titleAlignment(v) {
1769
- this.i.ro = ensureEnum(HorizontalAlignment_$type, v);
1770
- this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.ro));
1985
+ this.i.s8 = ensureEnum(HorizontalAlignment_$type, v);
1986
+ this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.s8));
1771
1987
  }
1772
1988
  /**
1773
1989
  * Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control.
@@ -1779,11 +1995,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1779
1995
  * ```
1780
1996
  */
1781
1997
  get subtitleAlignment() {
1782
- return this.i.rn;
1998
+ return this.i.s7;
1783
1999
  }
1784
2000
  set subtitleAlignment(v) {
1785
- this.i.rn = ensureEnum(HorizontalAlignment_$type, v);
1786
- this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.rn));
2001
+ this.i.s7 = ensureEnum(HorizontalAlignment_$type, v);
2002
+ this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.s7));
1787
2003
  }
1788
2004
  /**
1789
2005
  * Gets or sets the behavior that determines how unknown values will be plotted on the chart.
@@ -1796,11 +2012,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1796
2012
  * ```
1797
2013
  */
1798
2014
  get unknownValuePlotting() {
1799
- return this.i.c4;
2015
+ return this.i.dl;
1800
2016
  }
1801
2017
  set unknownValuePlotting(v) {
1802
- this.i.c4 = ensureEnum(UnknownValuePlotting_$type, v);
1803
- this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.c4));
2018
+ this.i.dl = ensureEnum(UnknownValuePlotting_$type, v);
2019
+ this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.dl));
1804
2020
  }
1805
2021
  /**
1806
2022
  * Gets or sets the rendering resolution for all series in this chart.
@@ -1813,11 +2029,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1813
2029
  * ```
1814
2030
  */
1815
2031
  get resolution() {
1816
- return this.i.hn;
2032
+ return this.i.ih;
1817
2033
  }
1818
2034
  set resolution(v) {
1819
- this.i.hn = +v;
1820
- this._a("resolution", this.i.hn);
2035
+ this.i.ih = +v;
2036
+ this._a("resolution", this.i.ih);
1821
2037
  }
1822
2038
  /**
1823
2039
  * Gets or sets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline.
@@ -1825,61 +2041,61 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1825
2041
  * Use the `thickness` property for the thickness of all the series in this chart.
1826
2042
  */
1827
2043
  get thickness() {
1828
- return this.i.ht;
2044
+ return this.i.io;
1829
2045
  }
1830
2046
  set thickness(v) {
1831
- this.i.ht = +v;
1832
- this._a("thickness", this.i.ht);
2047
+ this.i.io = +v;
2048
+ this._a("thickness", this.i.io);
1833
2049
  }
1834
2050
  /**
1835
2051
  * Gets or sets the OutlineMode for all series in this chart.
1836
2052
  */
1837
2053
  get outlineMode() {
1838
- return this.i.cm;
2054
+ return this.i.c3;
1839
2055
  }
1840
2056
  set outlineMode(v) {
1841
- this.i.cm = ensureEnum(SeriesOutlineMode_$type, v);
1842
- this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.cm));
2057
+ this.i.c3 = ensureEnum(SeriesOutlineMode_$type, v);
2058
+ this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.c3));
1843
2059
  }
1844
2060
  /**
1845
2061
  * Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
1846
2062
  */
1847
2063
  get markerOutlineMode() {
1848
- return this.i.b3;
2064
+ return this.i.ck;
1849
2065
  }
1850
2066
  set markerOutlineMode(v) {
1851
- this.i.b3 = ensureEnum(MarkerOutlineMode_$type, v);
1852
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.b3));
2067
+ this.i.ck = ensureEnum(MarkerOutlineMode_$type, v);
2068
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ck));
1853
2069
  }
1854
2070
  /**
1855
2071
  * Gets or sets the MarkerFillMode for all series that support markers in this chart.
1856
2072
  */
1857
2073
  get markerFillMode() {
1858
- return this.i.b1;
2074
+ return this.i.ci;
1859
2075
  }
1860
2076
  set markerFillMode(v) {
1861
- this.i.b1 = ensureEnum(MarkerFillMode_$type, v);
1862
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.b1));
2077
+ this.i.ci = ensureEnum(MarkerFillMode_$type, v);
2078
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.ci));
1863
2079
  }
1864
2080
  /**
1865
2081
  * Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
1866
2082
  */
1867
2083
  get markerFillOpacity() {
1868
- return this.i.hg;
2084
+ return this.i.h9;
1869
2085
  }
1870
2086
  set markerFillOpacity(v) {
1871
- this.i.hg = +v;
1872
- this._a("markerFillOpacity", this.i.hg);
2087
+ this.i.h9 = +v;
2088
+ this._a("markerFillOpacity", this.i.h9);
1873
2089
  }
1874
2090
  /**
1875
2091
  * Gets or sets the Marker Thickness for all series that support markers in this chart.
1876
2092
  */
1877
2093
  get markerThickness() {
1878
- return this.i.hh;
2094
+ return this.i.ia;
1879
2095
  }
1880
2096
  set markerThickness(v) {
1881
- this.i.hh = +v;
1882
- this._a("markerThickness", this.i.hh);
2097
+ this.i.ia = +v;
2098
+ this._a("markerThickness", this.i.ia);
1883
2099
  }
1884
2100
  /**
1885
2101
  * Gets or sets the marker shapes used for indicating location of data points in this chart.
@@ -1888,12 +2104,12 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1888
2104
  get markerTypes() {
1889
2105
  if (this._markerTypes === null) {
1890
2106
  let coll = new IgcMarkerTypeCollection();
1891
- let innerColl = this.i.b8;
2107
+ let innerColl = this.i.cp;
1892
2108
  if (!innerColl) {
1893
2109
  innerColl = new MarkerTypeCollection_internal();
1894
2110
  }
1895
2111
  this._markerTypes = coll._fromInner(innerColl);
1896
- this.i.b8 = innerColl;
2112
+ this.i.cp = innerColl;
1897
2113
  }
1898
2114
  return this._markerTypes;
1899
2115
  }
@@ -1905,25 +2121,25 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1905
2121
  let coll = new IgcMarkerTypeCollection();
1906
2122
  this._markerTypes = coll._fromOuter(v);
1907
2123
  let syncColl = new SyncableObservableCollection$1(MarkerType_$type);
1908
- let innerColl = this.i.b8;
2124
+ let innerColl = this.i.cp;
1909
2125
  if (!innerColl) {
1910
2126
  innerColl = new MarkerTypeCollection_internal();
1911
2127
  }
1912
2128
  syncColl._inner = innerColl;
1913
2129
  syncColl.clear();
1914
2130
  this._markerTypes._setSyncTarget(syncColl);
1915
- this.i.b8 = innerColl;
2131
+ this.i.cp = innerColl;
1916
2132
  }
1917
2133
  /**
1918
2134
  * Gets or sets the default marker type for all series plotted in this chart.
1919
2135
  * This property is ignored when the MarkerTypes property is set
1920
2136
  */
1921
2137
  get markerAutomaticBehavior() {
1922
- return this.i.bz;
2138
+ return this.i.cg;
1923
2139
  }
1924
2140
  set markerAutomaticBehavior(v) {
1925
- this.i.bz = ensureEnum(MarkerAutomaticBehavior_$type, v);
1926
- this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.bz));
2141
+ this.i.cg = ensureEnum(MarkerAutomaticBehavior_$type, v);
2142
+ this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.cg));
1927
2143
  }
1928
2144
  /**
1929
2145
  * Gets or sets the palette of brushes used for rendering fill area of data point markers.
@@ -1969,32 +2185,32 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1969
2185
  * ```
1970
2186
  */
1971
2187
  get markerMaxCount() {
1972
- return this.i.ip;
2188
+ return this.i.jm;
1973
2189
  }
1974
2190
  set markerMaxCount(v) {
1975
- this.i.ip = +v;
1976
- this._a("markerMaxCount", this.i.ip);
2191
+ this.i.jm = +v;
2192
+ this._a("markerMaxCount", this.i.jm);
1977
2193
  }
1978
2194
  /**
1979
2195
  * Gets or sets the fill opacity for all series that have area visuals in this chart.
1980
2196
  * For example, Area, SplineArea, Column chart types
1981
2197
  */
1982
2198
  get areaFillOpacity() {
1983
- return this.i.g1;
2199
+ return this.i.hu;
1984
2200
  }
1985
2201
  set areaFillOpacity(v) {
1986
- this.i.g1 = +v;
1987
- this._a("areaFillOpacity", this.i.g1);
2202
+ this.i.hu = +v;
2203
+ this._a("areaFillOpacity", this.i.hu);
1988
2204
  }
1989
2205
  /**
1990
2206
  * Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
1991
2207
  */
1992
2208
  get animateSeriesWhenAxisRangeChanges() {
1993
- return this.i.eh;
2209
+ return this.i.e8;
1994
2210
  }
1995
2211
  set animateSeriesWhenAxisRangeChanges(v) {
1996
- this.i.eh = ensureBool(v);
1997
- this._a("animateSeriesWhenAxisRangeChanges", this.i.eh);
2212
+ this.i.e8 = ensureBool(v);
2213
+ this._a("animateSeriesWhenAxisRangeChanges", this.i.e8);
1998
2214
  }
1999
2215
  /**
2000
2216
  * Gets or sets the palette of brushes to used for coloring trend lines in this chart.
@@ -2024,11 +2240,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2024
2240
  * ```
2025
2241
  */
2026
2242
  get trendLineType() {
2027
- return this.i.c2;
2243
+ return this.i.dj;
2028
2244
  }
2029
2245
  set trendLineType(v) {
2030
- this.i.c2 = ensureEnum(TrendLineType_$type, v);
2031
- this._a("trendLineType", enumToString(TrendLineType_$type, this.i.c2));
2246
+ this.i.dj = ensureEnum(TrendLineType_$type, v);
2247
+ this._a("trendLineType", enumToString(TrendLineType_$type, this.i.dj));
2032
2248
  }
2033
2249
  /**
2034
2250
  * Gets or sets the thickness of the trend lines in this chart.
@@ -2041,11 +2257,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2041
2257
  * ```
2042
2258
  */
2043
2259
  get trendLineThickness() {
2044
- return this.i.hz;
2260
+ return this.i.iu;
2045
2261
  }
2046
2262
  set trendLineThickness(v) {
2047
- this.i.hz = +v;
2048
- this._a("trendLineThickness", this.i.hz);
2263
+ this.i.iu = +v;
2264
+ this._a("trendLineThickness", this.i.iu);
2049
2265
  }
2050
2266
  /**
2051
2267
  * Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.
@@ -2057,340 +2273,350 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2057
2273
  * ```
2058
2274
  */
2059
2275
  get alignsGridLinesToPixels() {
2060
- return this.i.eg;
2276
+ return this.i.e7;
2061
2277
  }
2062
2278
  set alignsGridLinesToPixels(v) {
2063
- this.i.eg = ensureBool(v);
2064
- this._a("alignsGridLinesToPixels", this.i.eg);
2279
+ this.i.e7 = ensureBool(v);
2280
+ this._a("alignsGridLinesToPixels", this.i.e7);
2065
2281
  }
2066
2282
  /**
2067
2283
  * Margin applied to the Left of the plot area.
2068
2284
  */
2069
2285
  get plotAreaMarginLeft() {
2070
- return this.i.hk;
2286
+ return this.i.id;
2071
2287
  }
2072
2288
  set plotAreaMarginLeft(v) {
2073
- this.i.hk = +v;
2074
- this._a("plotAreaMarginLeft", this.i.hk);
2289
+ this.i.id = +v;
2290
+ this._a("plotAreaMarginLeft", this.i.id);
2075
2291
  }
2076
2292
  /**
2077
2293
  * Margin applied to the Top of the plot area.
2078
2294
  */
2079
2295
  get plotAreaMarginTop() {
2080
- return this.i.hm;
2296
+ return this.i.ig;
2081
2297
  }
2082
2298
  set plotAreaMarginTop(v) {
2083
- this.i.hm = +v;
2084
- this._a("plotAreaMarginTop", this.i.hm);
2299
+ this.i.ig = +v;
2300
+ this._a("plotAreaMarginTop", this.i.ig);
2085
2301
  }
2086
2302
  /**
2087
2303
  * Margin applied to the right of the plot area.
2088
2304
  */
2089
2305
  get plotAreaMarginRight() {
2090
- return this.i.hl;
2306
+ return this.i.ie;
2091
2307
  }
2092
2308
  set plotAreaMarginRight(v) {
2093
- this.i.hl = +v;
2094
- this._a("plotAreaMarginRight", this.i.hl);
2309
+ this.i.ie = +v;
2310
+ this._a("plotAreaMarginRight", this.i.ie);
2095
2311
  }
2096
2312
  /**
2097
2313
  * Margin applied below the plot area.
2098
2314
  */
2099
2315
  get plotAreaMarginBottom() {
2100
- return this.i.hj;
2316
+ return this.i.ic;
2101
2317
  }
2102
2318
  set plotAreaMarginBottom(v) {
2103
- this.i.hj = +v;
2104
- this._a("plotAreaMarginBottom", this.i.hj);
2319
+ this.i.ic = +v;
2320
+ this._a("plotAreaMarginBottom", this.i.ic);
2105
2321
  }
2106
2322
  /**
2107
2323
  * Gets or sets mode to use for automatically calculating the plot area margin.
2108
2324
  */
2109
2325
  get computedPlotAreaMarginMode() {
2110
- return this.i.ao;
2326
+ return this.i.a4;
2111
2327
  }
2112
2328
  set computedPlotAreaMarginMode(v) {
2113
- this.i.ao = ensureEnum(ComputedPlotAreaMarginMode_$type, v);
2114
- this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.ao));
2329
+ this.i.a4 = ensureEnum(ComputedPlotAreaMarginMode_$type, v);
2330
+ this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.a4));
2115
2331
  }
2116
2332
  /**
2117
2333
  * Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
2118
2334
  */
2119
2335
  get seriesPlotAreaMarginHorizontalMode() {
2120
- return this.i.co;
2336
+ return this.i.c5;
2121
2337
  }
2122
2338
  set seriesPlotAreaMarginHorizontalMode(v) {
2123
- this.i.co = ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
2124
- this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.co));
2339
+ this.i.c5 = ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
2340
+ this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.c5));
2125
2341
  }
2126
2342
  /**
2127
2343
  * Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
2128
2344
  */
2129
2345
  get seriesPlotAreaMarginVerticalMode() {
2130
- return this.i.cq;
2346
+ return this.i.c7;
2131
2347
  }
2132
2348
  set seriesPlotAreaMarginVerticalMode(v) {
2133
- this.i.cq = ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
2134
- this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.cq));
2349
+ this.i.c7 = ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
2350
+ this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.c7));
2135
2351
  }
2136
2352
  /**
2137
2353
  * Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
2138
2354
  */
2139
2355
  get highlightingMode() {
2140
- return this.i.ck;
2356
+ return this.i.c1;
2141
2357
  }
2142
2358
  set highlightingMode(v) {
2143
- this.i.ck = ensureEnum(SeriesHighlightingMode_$type, v);
2144
- this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.ck));
2359
+ this.i.c1 = ensureEnum(SeriesHighlightingMode_$type, v);
2360
+ this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.c1));
2145
2361
  }
2146
2362
  /**
2147
2363
  * Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
2148
2364
  */
2149
2365
  get highlightingBehavior() {
2150
- return this.i.ci;
2366
+ return this.i.cz;
2151
2367
  }
2152
2368
  set highlightingBehavior(v) {
2153
- this.i.ci = ensureEnum(SeriesHighlightingBehavior_$type, v);
2154
- this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.ci));
2369
+ this.i.cz = ensureEnum(SeriesHighlightingBehavior_$type, v);
2370
+ this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.cz));
2155
2371
  }
2156
2372
  /**
2157
2373
  * Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
2158
2374
  */
2159
2375
  get legendHighlightingMode() {
2160
- return this.i.br;
2376
+ return this.i.b8;
2161
2377
  }
2162
2378
  set legendHighlightingMode(v) {
2163
- this.i.br = ensureEnum(LegendHighlightingMode_$type, v);
2164
- this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.br));
2379
+ this.i.b8 = ensureEnum(LegendHighlightingMode_$type, v);
2380
+ this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.b8));
2165
2381
  }
2166
2382
  /**
2167
2383
  * Gets or sets the type of legend badges representing all series displayed in a legend linked to this component
2168
2384
  * This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
2169
2385
  */
2170
2386
  get legendItemBadgeShape() {
2171
- return this.i.bx;
2387
+ return this.i.ce;
2172
2388
  }
2173
2389
  set legendItemBadgeShape(v) {
2174
- this.i.bx = ensureEnum(LegendItemBadgeShape_$type, v);
2175
- this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.bx));
2390
+ this.i.ce = ensureEnum(LegendItemBadgeShape_$type, v);
2391
+ this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.ce));
2176
2392
  }
2177
2393
  /**
2178
2394
  * Gets or sets the mode of legend badges representing all series displayed in a legend linked to this component.
2179
2395
  * This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
2180
2396
  */
2181
2397
  get legendItemBadgeMode() {
2182
- return this.i.bt;
2398
+ return this.i.ca;
2183
2399
  }
2184
2400
  set legendItemBadgeMode(v) {
2185
- this.i.bt = ensureEnum(LegendItemBadgeMode_$type, v);
2186
- this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.bt));
2401
+ this.i.ca = ensureEnum(LegendItemBadgeMode_$type, v);
2402
+ this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.ca));
2187
2403
  }
2188
2404
  get trendLinePeriod() {
2189
- return this.i.ir;
2405
+ return this.i.jo;
2190
2406
  }
2191
2407
  set trendLinePeriod(v) {
2192
- this.i.ir = +v;
2193
- this._a("trendLinePeriod", this.i.ir);
2408
+ this.i.jo = +v;
2409
+ this._a("trendLinePeriod", this.i.jo);
2194
2410
  }
2195
2411
  /**
2196
2412
  * Gets or sets the style of tooltip to be displayed.
2197
2413
  */
2198
2414
  get toolTipType() {
2199
- return this.i.c0;
2415
+ return this.i.dh;
2200
2416
  }
2201
2417
  set toolTipType(v) {
2202
- this.i.c0 = ensureEnum(ToolTipType_$type, v);
2203
- this._a("toolTipType", enumToString(ToolTipType_$type, this.i.c0));
2418
+ this.i.dh = ensureEnum(ToolTipType_$type, v);
2419
+ this._a("toolTipType", enumToString(ToolTipType_$type, this.i.dh));
2204
2420
  }
2205
2421
  /**
2206
2422
  * Gets or sets the crosshairs to be displayed.
2207
2423
  */
2208
2424
  get crosshairsDisplayMode() {
2209
- return this.i.aq;
2425
+ return this.i.a7;
2210
2426
  }
2211
2427
  set crosshairsDisplayMode(v) {
2212
- this.i.aq = ensureEnum(CrosshairsDisplayMode_$type, v);
2213
- this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.aq));
2428
+ this.i.a7 = ensureEnum(CrosshairsDisplayMode_$type, v);
2429
+ this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.a7));
2214
2430
  }
2215
2431
  /**
2216
2432
  * Gets or sets whether crosshairs will snap to the nearest data point.
2217
2433
  */
2218
2434
  get crosshairsSnapToData() {
2219
- return this.i.em;
2435
+ return this.i.fd;
2220
2436
  }
2221
2437
  set crosshairsSnapToData(v) {
2222
- this.i.em = ensureBool(v);
2223
- this._a("crosshairsSnapToData", this.i.em);
2438
+ this.i.fd = ensureBool(v);
2439
+ this._a("crosshairsSnapToData", this.i.fd);
2224
2440
  }
2225
2441
  /**
2226
2442
  * Gets or sets the color to apply to vertical crosshairs line.
2227
2443
  */
2228
2444
  get crosshairsLineVerticalStroke() {
2229
- return brushToString(this.i.sh);
2445
+ return brushToString(this.i.t1);
2230
2446
  }
2231
2447
  set crosshairsLineVerticalStroke(v) {
2232
- this.i.sh = stringToBrush(v);
2233
- this._a("crosshairsLineVerticalStroke", brushToString(this.i.sh));
2448
+ this.i.t1 = stringToBrush(v);
2449
+ this._a("crosshairsLineVerticalStroke", brushToString(this.i.t1));
2234
2450
  }
2235
2451
  /**
2236
2452
  * Gets or sets thickness of crosshairs lines.
2237
2453
  */
2238
2454
  get crosshairsLineThickness() {
2239
- return this.i.g3;
2455
+ return this.i.hw;
2240
2456
  }
2241
2457
  set crosshairsLineThickness(v) {
2242
- this.i.g3 = +v;
2243
- this._a("crosshairsLineThickness", this.i.g3);
2458
+ this.i.hw = +v;
2459
+ this._a("crosshairsLineThickness", this.i.hw);
2244
2460
  }
2245
2461
  /**
2246
2462
  * Gets or sets the color to apply to horizontal crosshairs line.
2247
2463
  */
2248
2464
  get crosshairsLineHorizontalStroke() {
2249
- return brushToString(this.i.sg);
2465
+ return brushToString(this.i.t0);
2250
2466
  }
2251
2467
  set crosshairsLineHorizontalStroke(v) {
2252
- this.i.sg = stringToBrush(v);
2253
- this._a("crosshairsLineHorizontalStroke", brushToString(this.i.sg));
2468
+ this.i.t0 = stringToBrush(v);
2469
+ this._a("crosshairsLineHorizontalStroke", brushToString(this.i.t0));
2254
2470
  }
2255
2471
  /**
2256
2472
  * Gets or sets whether annotations are shown along the axis for crosshair values
2257
2473
  */
2258
2474
  get crosshairsAnnotationEnabled() {
2259
- return this.i.el;
2475
+ return this.i.fc;
2260
2476
  }
2261
2477
  set crosshairsAnnotationEnabled(v) {
2262
- this.i.el = ensureBool(v);
2263
- this._a("crosshairsAnnotationEnabled", this.i.el);
2478
+ this.i.fc = ensureBool(v);
2479
+ this._a("crosshairsAnnotationEnabled", this.i.fc);
2264
2480
  }
2265
2481
  /**
2266
2482
  * Gets or sets the background of crosshair annotation on x-axis.
2267
2483
  */
2268
2484
  get crosshairsAnnotationXAxisBackground() {
2269
- return brushToString(this.i.sc);
2485
+ return brushToString(this.i.tw);
2270
2486
  }
2271
2487
  set crosshairsAnnotationXAxisBackground(v) {
2272
- this.i.sc = stringToBrush(v);
2273
- this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.sc));
2488
+ this.i.tw = stringToBrush(v);
2489
+ this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.tw));
2274
2490
  }
2275
2491
  /**
2276
2492
  * Gets or sets the background of crosshair annotation on y-axis.
2277
2493
  */
2278
2494
  get crosshairsAnnotationYAxisBackground() {
2279
- return brushToString(this.i.se);
2495
+ return brushToString(this.i.ty);
2280
2496
  }
2281
2497
  set crosshairsAnnotationYAxisBackground(v) {
2282
- this.i.se = stringToBrush(v);
2283
- this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.se));
2498
+ this.i.ty = stringToBrush(v);
2499
+ this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.ty));
2284
2500
  }
2285
2501
  /**
2286
2502
  * Gets or sets the text color of crosshair annotation on x-axis.
2287
2503
  */
2288
2504
  get crosshairsAnnotationXAxisTextColor() {
2289
- return brushToString(this.i.sd);
2505
+ return brushToString(this.i.tx);
2290
2506
  }
2291
2507
  set crosshairsAnnotationXAxisTextColor(v) {
2292
- this.i.sd = stringToBrush(v);
2293
- this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.sd));
2508
+ this.i.tx = stringToBrush(v);
2509
+ this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.tx));
2294
2510
  }
2295
2511
  /**
2296
2512
  * Gets or sets the text color of crosshair annotation on y-axis.
2297
2513
  */
2298
2514
  get crosshairsAnnotationYAxisTextColor() {
2299
- return brushToString(this.i.sf);
2515
+ return brushToString(this.i.tz);
2300
2516
  }
2301
2517
  set crosshairsAnnotationYAxisTextColor(v) {
2302
- this.i.sf = stringToBrush(v);
2303
- this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.sf));
2518
+ this.i.tz = stringToBrush(v);
2519
+ this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.tz));
2304
2520
  }
2305
2521
  /**
2306
2522
  * Gets or sets precision on interpolated values of crosshairs on x-axis.
2307
2523
  */
2308
2524
  get crosshairsAnnotationXAxisPrecision() {
2309
- return this.i.ij;
2525
+ return this.i.jh;
2310
2526
  }
2311
2527
  set crosshairsAnnotationXAxisPrecision(v) {
2312
- this.i.ij = +v;
2313
- this._a("crosshairsAnnotationXAxisPrecision", this.i.ij);
2528
+ this.i.jh = +v;
2529
+ this._a("crosshairsAnnotationXAxisPrecision", this.i.jh);
2314
2530
  }
2315
2531
  /**
2316
2532
  * Gets or sets precision on interpolated values of crosshairs on y-axis.
2317
2533
  */
2318
2534
  get crosshairsAnnotationYAxisPrecision() {
2319
- return this.i.ik;
2535
+ return this.i.ji;
2320
2536
  }
2321
2537
  set crosshairsAnnotationYAxisPrecision(v) {
2322
- this.i.ik = +v;
2323
- this._a("crosshairsAnnotationYAxisPrecision", this.i.ik);
2538
+ this.i.ji = +v;
2539
+ this._a("crosshairsAnnotationYAxisPrecision", this.i.ji);
2324
2540
  }
2325
2541
  /**
2326
2542
  * Gets or sets whether annotations for the final value of each series is displayed on the axis.
2327
2543
  */
2328
2544
  get shouldAvoidAxisAnnotationCollisions() {
2329
- return this.i.e8;
2545
+ return this.i.f0;
2330
2546
  }
2331
2547
  set shouldAvoidAxisAnnotationCollisions(v) {
2332
- this.i.e8 = ensureBool(v);
2333
- this._a("shouldAvoidAxisAnnotationCollisions", this.i.e8);
2548
+ this.i.f0 = ensureBool(v);
2549
+ this._a("shouldAvoidAxisAnnotationCollisions", this.i.f0);
2550
+ }
2551
+ /**
2552
+ * Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
2553
+ */
2554
+ get shouldPanOnMaximumZoom() {
2555
+ return this.i.f2;
2556
+ }
2557
+ set shouldPanOnMaximumZoom(v) {
2558
+ this.i.f2 = ensureBool(v);
2559
+ this._a("shouldPanOnMaximumZoom", this.i.f2);
2334
2560
  }
2335
2561
  /**
2336
2562
  * Gets or sets whether annotations for the final value of each series is displayed on the axis.
2337
2563
  */
2338
2564
  get finalValueAnnotationsVisible() {
2339
- return this.i.es;
2565
+ return this.i.fj;
2340
2566
  }
2341
2567
  set finalValueAnnotationsVisible(v) {
2342
- this.i.es = ensureBool(v);
2343
- this._a("finalValueAnnotationsVisible", this.i.es);
2568
+ this.i.fj = ensureBool(v);
2569
+ this._a("finalValueAnnotationsVisible", this.i.fj);
2344
2570
  }
2345
2571
  /**
2346
2572
  * Gets or sets the background of final value annotation.
2347
2573
  */
2348
2574
  get finalValueAnnotationsBackground() {
2349
- return brushToString(this.i.sr);
2575
+ return brushToString(this.i.ub);
2350
2576
  }
2351
2577
  set finalValueAnnotationsBackground(v) {
2352
- this.i.sr = stringToBrush(v);
2353
- this._a("finalValueAnnotationsBackground", brushToString(this.i.sr));
2578
+ this.i.ub = stringToBrush(v);
2579
+ this._a("finalValueAnnotationsBackground", brushToString(this.i.ub));
2354
2580
  }
2355
2581
  /**
2356
2582
  * Gets or sets the text color of final value annotation.
2357
2583
  */
2358
2584
  get finalValueAnnotationsTextColor() {
2359
- return brushToString(this.i.ss);
2585
+ return brushToString(this.i.uc);
2360
2586
  }
2361
2587
  set finalValueAnnotationsTextColor(v) {
2362
- this.i.ss = stringToBrush(v);
2363
- this._a("finalValueAnnotationsTextColor", brushToString(this.i.ss));
2588
+ this.i.uc = stringToBrush(v);
2589
+ this._a("finalValueAnnotationsTextColor", brushToString(this.i.uc));
2364
2590
  }
2365
2591
  /**
2366
2592
  * Gets or sets precision on final value annotation.
2367
2593
  */
2368
2594
  get finalValueAnnotationsPrecision() {
2369
- return this.i.io;
2595
+ return this.i.jl;
2370
2596
  }
2371
2597
  set finalValueAnnotationsPrecision(v) {
2372
- this.i.io = +v;
2373
- this._a("finalValueAnnotationsPrecision", this.i.io);
2598
+ this.i.jl = +v;
2599
+ this._a("finalValueAnnotationsPrecision", this.i.jl);
2374
2600
  }
2375
2601
  /**
2376
2602
  * Gets or sets if callouts should be displayed.
2377
2603
  */
2378
2604
  get calloutsVisible() {
2379
- return this.i.ek;
2605
+ return this.i.fb;
2380
2606
  }
2381
2607
  set calloutsVisible(v) {
2382
- this.i.ek = ensureBool(v);
2383
- this._a("calloutsVisible", this.i.ek);
2608
+ this.i.fb = ensureBool(v);
2609
+ this._a("calloutsVisible", this.i.fb);
2384
2610
  }
2385
2611
  /**
2386
2612
  * Gets or sets if event annotations should be displayed.
2387
2613
  */
2388
2614
  get calloutStyleUpdatingEventEnabled() {
2389
- return this.i.ej;
2615
+ return this.i.fa;
2390
2616
  }
2391
2617
  set calloutStyleUpdatingEventEnabled(v) {
2392
- this.i.ej = ensureBool(v);
2393
- this._a("calloutStyleUpdatingEventEnabled", this.i.ej);
2618
+ this.i.fa = ensureBool(v);
2619
+ this._a("calloutStyleUpdatingEventEnabled", this.i.fa);
2394
2620
  }
2395
2621
  /**
2396
2622
  * Gets or sets the allowed positions that the callout layer is allowed to use.
@@ -2428,285 +2654,369 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2428
2654
  * Gets or sets the member path of the X data for the callouts.
2429
2655
  */
2430
2656
  get calloutsXMemberPath() {
2431
- return this.i.j1;
2657
+ return this.i.k7;
2432
2658
  }
2433
2659
  set calloutsXMemberPath(v) {
2434
- this.i.j1 = v;
2660
+ this.i.k7 = v;
2435
2661
  }
2436
2662
  /**
2437
2663
  * Gets or sets the member path of the Y data for the callouts.
2438
2664
  */
2439
2665
  get calloutsYMemberPath() {
2440
- return this.i.j3;
2666
+ return this.i.k9;
2441
2667
  }
2442
2668
  set calloutsYMemberPath(v) {
2443
- this.i.j3 = v;
2669
+ this.i.k9 = v;
2444
2670
  }
2445
2671
  /**
2446
2672
  * Gets or sets the member path of the label data for the callouts.
2447
2673
  */
2448
2674
  get calloutsLabelMemberPath() {
2449
- return this.i.jx;
2675
+ return this.i.k3;
2450
2676
  }
2451
2677
  set calloutsLabelMemberPath(v) {
2452
- this.i.jx = v;
2678
+ this.i.k3 = v;
2453
2679
  }
2454
2680
  /**
2455
2681
  * Gets or sets the member path of the content data for the callouts.
2456
2682
  */
2457
2683
  get calloutsContentMemberPath() {
2458
- return this.i.ju;
2684
+ return this.i.k0;
2459
2685
  }
2460
2686
  set calloutsContentMemberPath(v) {
2461
- this.i.ju = v;
2687
+ this.i.k0 = v;
2462
2688
  }
2463
2689
  /**
2464
2690
  * Gets or sets the horizontal scrollbar mode to use for the series viewer.
2465
2691
  */
2466
2692
  get horizontalViewScrollbarMode() {
2467
- return this.i.cv;
2693
+ return this.i.dc;
2468
2694
  }
2469
2695
  set horizontalViewScrollbarMode(v) {
2470
- this.i.cv = ensureEnum(SeriesViewerScrollbarMode_$type, v);
2471
- this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.cv));
2696
+ this.i.dc = ensureEnum(SeriesViewerScrollbarMode_$type, v);
2697
+ this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dc));
2472
2698
  }
2473
2699
  /**
2474
2700
  * Gets or sets the vertical scrollbar mode to use for the series viewer.
2475
2701
  */
2476
2702
  get verticalViewScrollbarMode() {
2477
- return this.i.cw;
2703
+ return this.i.dd;
2478
2704
  }
2479
2705
  set verticalViewScrollbarMode(v) {
2480
- this.i.cw = ensureEnum(SeriesViewerScrollbarMode_$type, v);
2481
- this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.cw));
2706
+ this.i.dd = ensureEnum(SeriesViewerScrollbarMode_$type, v);
2707
+ this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dd));
2482
2708
  }
2483
2709
  /**
2484
2710
  * Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
2485
2711
  */
2486
2712
  get horizontalViewScrollbarPosition() {
2487
- return this.i.cs;
2713
+ return this.i.c9;
2488
2714
  }
2489
2715
  set horizontalViewScrollbarPosition(v) {
2490
- this.i.cs = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
2491
- this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.cs));
2716
+ this.i.c9 = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
2717
+ this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.c9));
2492
2718
  }
2493
2719
  /**
2494
2720
  * Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
2495
2721
  */
2496
2722
  get verticalViewScrollbarPosition() {
2497
- return this.i.cy;
2723
+ return this.i.df;
2498
2724
  }
2499
2725
  set verticalViewScrollbarPosition(v) {
2500
- this.i.cy = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
2501
- this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.cy));
2726
+ this.i.df = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
2727
+ this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.df));
2502
2728
  }
2503
2729
  /**
2504
2730
  * Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
2505
2731
  */
2506
2732
  get horizontalViewScrollbarFill() {
2507
- return brushToString(this.i.sx);
2733
+ return brushToString(this.i.uh);
2508
2734
  }
2509
2735
  set horizontalViewScrollbarFill(v) {
2510
- this.i.sx = stringToBrush(v);
2511
- this._a("horizontalViewScrollbarFill", brushToString(this.i.sx));
2736
+ this.i.uh = stringToBrush(v);
2737
+ this._a("horizontalViewScrollbarFill", brushToString(this.i.uh));
2512
2738
  }
2513
2739
  /**
2514
2740
  * Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
2515
2741
  */
2516
2742
  get horizontalViewScrollbarOutline() {
2517
- return brushToString(this.i.sy);
2743
+ return brushToString(this.i.ui);
2518
2744
  }
2519
2745
  set horizontalViewScrollbarOutline(v) {
2520
- this.i.sy = stringToBrush(v);
2521
- this._a("horizontalViewScrollbarOutline", brushToString(this.i.sy));
2746
+ this.i.ui = stringToBrush(v);
2747
+ this._a("horizontalViewScrollbarOutline", brushToString(this.i.ui));
2522
2748
  }
2523
2749
  /**
2524
2750
  * Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
2525
2751
  */
2526
2752
  get horizontalViewScrollbarStrokeThickness() {
2527
- return this.i.hc;
2753
+ return this.i.h5;
2528
2754
  }
2529
2755
  set horizontalViewScrollbarStrokeThickness(v) {
2530
- this.i.hc = +v;
2531
- this._a("horizontalViewScrollbarStrokeThickness", this.i.hc);
2756
+ this.i.h5 = +v;
2757
+ this._a("horizontalViewScrollbarStrokeThickness", this.i.h5);
2532
2758
  }
2533
2759
  /**
2534
2760
  * Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
2535
2761
  */
2536
2762
  get horizontalViewScrollbarMaxOpacity() {
2537
- return this.i.hb;
2763
+ return this.i.h4;
2538
2764
  }
2539
2765
  set horizontalViewScrollbarMaxOpacity(v) {
2540
- this.i.hb = +v;
2541
- this._a("horizontalViewScrollbarMaxOpacity", this.i.hb);
2766
+ this.i.h4 = +v;
2767
+ this._a("horizontalViewScrollbarMaxOpacity", this.i.h4);
2542
2768
  }
2543
2769
  /**
2544
2770
  * Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
2545
2771
  */
2546
2772
  get horizontalViewScrollbarCornerRadius() {
2547
- return this.i.g8;
2773
+ return this.i.h1;
2548
2774
  }
2549
2775
  set horizontalViewScrollbarCornerRadius(v) {
2550
- this.i.g8 = +v;
2551
- this._a("horizontalViewScrollbarCornerRadius", this.i.g8);
2776
+ this.i.h1 = +v;
2777
+ this._a("horizontalViewScrollbarCornerRadius", this.i.h1);
2552
2778
  }
2553
2779
  /**
2554
2780
  * Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
2555
2781
  */
2556
2782
  get horizontalViewScrollbarHeight() {
2557
- return this.i.g9;
2783
+ return this.i.h2;
2558
2784
  }
2559
2785
  set horizontalViewScrollbarHeight(v) {
2560
- this.i.g9 = +v;
2561
- this._a("horizontalViewScrollbarHeight", this.i.g9);
2786
+ this.i.h2 = +v;
2787
+ this._a("horizontalViewScrollbarHeight", this.i.h2);
2562
2788
  }
2563
2789
  /**
2564
2790
  * Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
2565
2791
  */
2566
2792
  get horizontalViewScrollbarInset() {
2567
- return this.i.ha;
2793
+ return this.i.h3;
2568
2794
  }
2569
2795
  set horizontalViewScrollbarInset(v) {
2570
- this.i.ha = +v;
2571
- this._a("horizontalViewScrollbarInset", this.i.ha);
2796
+ this.i.h3 = +v;
2797
+ this._a("horizontalViewScrollbarInset", this.i.h3);
2572
2798
  }
2573
2799
  /**
2574
2800
  * Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
2575
2801
  */
2576
2802
  get horizontalViewScrollbarTrackStartInset() {
2577
- return this.i.he;
2803
+ return this.i.h7;
2578
2804
  }
2579
2805
  set horizontalViewScrollbarTrackStartInset(v) {
2580
- this.i.he = +v;
2581
- this._a("horizontalViewScrollbarTrackStartInset", this.i.he);
2806
+ this.i.h7 = +v;
2807
+ this._a("horizontalViewScrollbarTrackStartInset", this.i.h7);
2582
2808
  }
2583
2809
  /**
2584
2810
  * Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
2585
2811
  */
2586
2812
  get horizontalViewScrollbarTrackEndInset() {
2587
- return this.i.hd;
2813
+ return this.i.h6;
2588
2814
  }
2589
2815
  set horizontalViewScrollbarTrackEndInset(v) {
2590
- this.i.hd = +v;
2591
- this._a("horizontalViewScrollbarTrackEndInset", this.i.hd);
2816
+ this.i.h6 = +v;
2817
+ this._a("horizontalViewScrollbarTrackEndInset", this.i.h6);
2592
2818
  }
2593
2819
  /**
2594
2820
  * Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
2595
2821
  */
2596
2822
  get horizontalViewScrollbarShouldAddAutoTrackInsets() {
2597
- return this.i.eu;
2823
+ return this.i.fl;
2598
2824
  }
2599
2825
  set horizontalViewScrollbarShouldAddAutoTrackInsets(v) {
2600
- this.i.eu = ensureBool(v);
2601
- this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.eu);
2826
+ this.i.fl = ensureBool(v);
2827
+ this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.fl);
2602
2828
  }
2603
2829
  /**
2604
2830
  * Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
2605
2831
  */
2606
2832
  get verticalViewScrollbarFill() {
2607
- return brushToString(this.i.s2);
2833
+ return brushToString(this.i.um);
2608
2834
  }
2609
2835
  set verticalViewScrollbarFill(v) {
2610
- this.i.s2 = stringToBrush(v);
2611
- this._a("verticalViewScrollbarFill", brushToString(this.i.s2));
2836
+ this.i.um = stringToBrush(v);
2837
+ this._a("verticalViewScrollbarFill", brushToString(this.i.um));
2612
2838
  }
2613
2839
  /**
2614
2840
  * Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
2615
2841
  */
2616
2842
  get verticalViewScrollbarOutline() {
2617
- return brushToString(this.i.s3);
2843
+ return brushToString(this.i.un);
2618
2844
  }
2619
2845
  set verticalViewScrollbarOutline(v) {
2620
- this.i.s3 = stringToBrush(v);
2621
- this._a("verticalViewScrollbarOutline", brushToString(this.i.s3));
2846
+ this.i.un = stringToBrush(v);
2847
+ this._a("verticalViewScrollbarOutline", brushToString(this.i.un));
2622
2848
  }
2623
2849
  /**
2624
2850
  * Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
2625
2851
  */
2626
2852
  get verticalViewScrollbarStrokeThickness() {
2627
- return this.i.h3;
2853
+ return this.i.iy;
2628
2854
  }
2629
2855
  set verticalViewScrollbarStrokeThickness(v) {
2630
- this.i.h3 = +v;
2631
- this._a("verticalViewScrollbarStrokeThickness", this.i.h3);
2856
+ this.i.iy = +v;
2857
+ this._a("verticalViewScrollbarStrokeThickness", this.i.iy);
2632
2858
  }
2633
2859
  /**
2634
2860
  * Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
2635
2861
  */
2636
2862
  get verticalViewScrollbarMaxOpacity() {
2637
- return this.i.h2;
2863
+ return this.i.ix;
2638
2864
  }
2639
2865
  set verticalViewScrollbarMaxOpacity(v) {
2640
- this.i.h2 = +v;
2641
- this._a("verticalViewScrollbarMaxOpacity", this.i.h2);
2866
+ this.i.ix = +v;
2867
+ this._a("verticalViewScrollbarMaxOpacity", this.i.ix);
2642
2868
  }
2643
2869
  /**
2644
2870
  * Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
2645
2871
  */
2646
2872
  get verticalViewScrollbarCornerRadius() {
2647
- return this.i.h0;
2873
+ return this.i.iv;
2648
2874
  }
2649
2875
  set verticalViewScrollbarCornerRadius(v) {
2650
- this.i.h0 = +v;
2651
- this._a("verticalViewScrollbarCornerRadius", this.i.h0);
2876
+ this.i.iv = +v;
2877
+ this._a("verticalViewScrollbarCornerRadius", this.i.iv);
2652
2878
  }
2653
2879
  /**
2654
2880
  * Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
2655
2881
  */
2656
2882
  get verticalViewScrollbarWidth() {
2657
- return this.i.h6;
2883
+ return this.i.i1;
2658
2884
  }
2659
2885
  set verticalViewScrollbarWidth(v) {
2660
- this.i.h6 = +v;
2661
- this._a("verticalViewScrollbarWidth", this.i.h6);
2886
+ this.i.i1 = +v;
2887
+ this._a("verticalViewScrollbarWidth", this.i.i1);
2662
2888
  }
2663
2889
  /**
2664
2890
  * Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
2665
2891
  */
2666
2892
  get verticalViewScrollbarInset() {
2667
- return this.i.h1;
2893
+ return this.i.iw;
2668
2894
  }
2669
2895
  set verticalViewScrollbarInset(v) {
2670
- this.i.h1 = +v;
2671
- this._a("verticalViewScrollbarInset", this.i.h1);
2896
+ this.i.iw = +v;
2897
+ this._a("verticalViewScrollbarInset", this.i.iw);
2672
2898
  }
2673
2899
  /**
2674
2900
  * Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
2675
2901
  */
2676
2902
  get verticalViewScrollbarTrackStartInset() {
2677
- return this.i.h5;
2903
+ return this.i.i0;
2678
2904
  }
2679
2905
  set verticalViewScrollbarTrackStartInset(v) {
2680
- this.i.h5 = +v;
2681
- this._a("verticalViewScrollbarTrackStartInset", this.i.h5);
2906
+ this.i.i0 = +v;
2907
+ this._a("verticalViewScrollbarTrackStartInset", this.i.i0);
2682
2908
  }
2683
2909
  /**
2684
2910
  * Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
2685
2911
  */
2686
2912
  get verticalViewScrollbarTrackEndInset() {
2687
- return this.i.h4;
2913
+ return this.i.iz;
2688
2914
  }
2689
2915
  set verticalViewScrollbarTrackEndInset(v) {
2690
- this.i.h4 = +v;
2691
- this._a("verticalViewScrollbarTrackEndInset", this.i.h4);
2916
+ this.i.iz = +v;
2917
+ this._a("verticalViewScrollbarTrackEndInset", this.i.iz);
2692
2918
  }
2693
2919
  /**
2694
2920
  * Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
2695
2921
  */
2696
2922
  get verticalViewScrollbarShouldAddAutoTrackInsets() {
2697
- return this.i.fb;
2923
+ return this.i.f5;
2698
2924
  }
2699
2925
  set verticalViewScrollbarShouldAddAutoTrackInsets(v) {
2700
- this.i.fb = ensureBool(v);
2701
- this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fb);
2926
+ this.i.f5 = ensureBool(v);
2927
+ this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.f5);
2928
+ }
2929
+ /**
2930
+ * Sets or gets the minimum width that the window rect is allowed to reach before being clamped.
2931
+ * Decrease this value if you want to allow for further zooming into the viewer.
2932
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
2933
+ * This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
2934
+ */
2935
+ get windowRectMinWidth() {
2936
+ return this.i.i3;
2937
+ }
2938
+ set windowRectMinWidth(v) {
2939
+ this.i.i3 = +v;
2940
+ this._a("windowRectMinWidth", this.i.i3);
2941
+ }
2942
+ /**
2943
+ * Sets or gets the minimum height that the window rect is allowed to reach before being clamped.
2944
+ * Decrease this value if you want to allow for further zooming into the viewer.
2945
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
2946
+ * This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
2947
+ */
2948
+ get windowRectMinHeight() {
2949
+ return this.i.i2;
2950
+ }
2951
+ set windowRectMinHeight(v) {
2952
+ this.i.i2 = +v;
2953
+ this._a("windowRectMinHeight", this.i.i2);
2954
+ }
2955
+ /**
2956
+ * Sets or gets minimum pixel width that the window is allowed to reach before being clamped.
2957
+ * Decrease this value if you want to allow for further zooming into the viewer.
2958
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
2959
+ * This property is overridden by the WindowRectMinWidth property
2960
+ */
2961
+ get windowSizeMinWidth() {
2962
+ return this.i.i5;
2963
+ }
2964
+ set windowSizeMinWidth(v) {
2965
+ this.i.i5 = +v;
2966
+ this._a("windowSizeMinWidth", this.i.i5);
2967
+ }
2968
+ /**
2969
+ * Sets or gets minimum pixel height that the window is allowed to reach before being clamped.
2970
+ * Decrease this value if you want to allow for further zooming into the viewer.
2971
+ * If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
2972
+ * This property is overridden by the WindowRectMinHeight property
2973
+ */
2974
+ get windowSizeMinHeight() {
2975
+ return this.i.i4;
2976
+ }
2977
+ set windowSizeMinHeight(v) {
2978
+ this.i.i4 = +v;
2979
+ this._a("windowSizeMinHeight", this.i.i4);
2702
2980
  }
2703
2981
  findByName(name) {
2982
+ if (this.findEphemera) {
2983
+ if (name && name.indexOf("@@e:") == 0) {
2984
+ return this.findEphemera(name);
2985
+ }
2986
+ }
2704
2987
  if (this.dataToolTipValueFormatSpecifiers != null && arrayFindByName(this.dataToolTipValueFormatSpecifiers, name)) {
2705
2988
  return arrayFindByName(this.dataToolTipValueFormatSpecifiers, name);
2706
2989
  }
2707
2990
  if (this.dataToolTipHeaderFormatSpecifiers != null && arrayFindByName(this.dataToolTipHeaderFormatSpecifiers, name)) {
2708
2991
  return arrayFindByName(this.dataToolTipHeaderFormatSpecifiers, name);
2709
2992
  }
2993
+ if (this.sortDescriptions != null && this.sortDescriptions.findByName && this.sortDescriptions.findByName(name)) {
2994
+ return this.sortDescriptions.findByName(name);
2995
+ }
2996
+ if (this.groupSortDescriptions != null && this.groupSortDescriptions.findByName && this.groupSortDescriptions.findByName(name)) {
2997
+ return this.groupSortDescriptions.findByName(name);
2998
+ }
2999
+ if (this.groupDescriptions != null && this.groupDescriptions.findByName && this.groupDescriptions.findByName(name)) {
3000
+ return this.groupDescriptions.findByName(name);
3001
+ }
3002
+ if (this.filterExpressions != null && this.filterExpressions.findByName && this.filterExpressions.findByName(name)) {
3003
+ return this.filterExpressions.findByName(name);
3004
+ }
3005
+ if (this.summaryDescriptions != null && this.summaryDescriptions.findByName && this.summaryDescriptions.findByName(name)) {
3006
+ return this.summaryDescriptions.findByName(name);
3007
+ }
3008
+ if (this.initialSortDescriptions != null && this.initialSortDescriptions.findByName && this.initialSortDescriptions.findByName(name)) {
3009
+ return this.initialSortDescriptions.findByName(name);
3010
+ }
3011
+ if (this.initialGroupSortDescriptions != null && this.initialGroupSortDescriptions.findByName && this.initialGroupSortDescriptions.findByName(name)) {
3012
+ return this.initialGroupSortDescriptions.findByName(name);
3013
+ }
3014
+ if (this.initialGroupDescriptions != null && this.initialGroupDescriptions.findByName && this.initialGroupDescriptions.findByName(name)) {
3015
+ return this.initialGroupDescriptions.findByName(name);
3016
+ }
3017
+ if (this.initialSummaryDescriptions != null && this.initialSummaryDescriptions.findByName && this.initialSummaryDescriptions.findByName(name)) {
3018
+ return this.initialSummaryDescriptions.findByName(name);
3019
+ }
2710
3020
  if (this.legend && this.legend.name && this.legend.name == name) {
2711
3021
  return this.legend;
2712
3022
  }
@@ -2811,7 +3121,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2811
3121
  this.i.notifyResized();
2812
3122
  }
2813
3123
  notifyVisualPropertiesChanged() {
2814
- this.i.qj();
3124
+ this.i.r3();
2815
3125
  }
2816
3126
  /**
2817
3127
  * Forces any pending refresh to the chart to be finished.
@@ -2824,7 +3134,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2824
3134
  * ```
2825
3135
  */
2826
3136
  flush() {
2827
- this.i.pq();
3137
+ this.i.ra();
2828
3138
  }
2829
3139
  /**
2830
3140
  * Hides the active main tooltip, if displayed.
@@ -2837,17 +3147,17 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2837
3147
  * ```
2838
3148
  */
2839
3149
  hideToolTip() {
2840
- this.i.py();
3150
+ this.i.ri();
2841
3151
  }
2842
3152
  /**
2843
3153
  * Replays transition-in animation on all series in the chart.
2844
3154
 
2845
3155
  */
2846
3156
  replayTransitionIn() {
2847
- this.i.ra();
3157
+ this.i.su();
2848
3158
  }
2849
3159
  notifySetItem(source_, index, oldItem, newItem) {
2850
- this.i.qi(source_, index, oldItem, newItem);
3160
+ this.i.r2(source_, index, oldItem, newItem);
2851
3161
  }
2852
3162
  /**
2853
3163
  * Used to manually notify the chart that the data source has reset or cleared its items.
@@ -2860,13 +3170,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2860
3170
  * ```
2861
3171
  */
2862
3172
  notifyClearItems(source_) {
2863
- this.i.qe(source_);
3173
+ this.i.ry(source_);
2864
3174
  }
2865
3175
  notifyInsertItem(source_, index, newItem) {
2866
- this.i.qf(source_, index, newItem);
3176
+ this.i.rz(source_, index, newItem);
2867
3177
  }
2868
3178
  notifyRemoveItem(source_, index, oldItem) {
2869
- this.i.qg(source_, index, oldItem);
3179
+ this.i.r0(source_, index, oldItem);
2870
3180
  }
2871
3181
  /**
2872
3182
  * Event raised when a series is initialized and added to this chart.
@@ -2894,6 +3204,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2894
3204
  }
2895
3205
  };
2896
3206
  this.i.seriesAdded = delegateCombine(this.i.seriesAdded, this._seriesAdded_wrapped);
3207
+ ;
2897
3208
  }
2898
3209
  /**
2899
3210
  * Event raised when a series is removed from this chart.
@@ -2928,6 +3239,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2928
3239
  }
2929
3240
  };
2930
3241
  this.i.seriesRemoved = delegateCombine(this.i.seriesRemoved, this._seriesRemoved_wrapped);
3242
+ ;
2931
3243
  }
2932
3244
  /**
2933
3245
  * Occurs when the pointer enters a Series.
@@ -2962,6 +3274,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2962
3274
  }
2963
3275
  };
2964
3276
  this.i.seriesPointerEnter = delegateCombine(this.i.seriesPointerEnter, this._seriesPointerEnter_wrapped);
3277
+ ;
2965
3278
  }
2966
3279
  /**
2967
3280
  * Occurs when the pointer leaves a Series.
@@ -2996,6 +3309,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
2996
3309
  }
2997
3310
  };
2998
3311
  this.i.seriesPointerLeave = delegateCombine(this.i.seriesPointerLeave, this._seriesPointerLeave_wrapped);
3312
+ ;
2999
3313
  }
3000
3314
  /**
3001
3315
  * Occurs when the pointer moves over a Series.
@@ -3030,6 +3344,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
3030
3344
  }
3031
3345
  };
3032
3346
  this.i.seriesPointerMove = delegateCombine(this.i.seriesPointerMove, this._seriesPointerMove_wrapped);
3347
+ ;
3033
3348
  }
3034
3349
  /**
3035
3350
  * Occurs when the pointer is pressed down over a Series.
@@ -3057,6 +3372,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
3057
3372
  }
3058
3373
  };
3059
3374
  this.i.seriesPointerDown = delegateCombine(this.i.seriesPointerDown, this._seriesPointerDown_wrapped);
3375
+ ;
3060
3376
  }
3061
3377
  /**
3062
3378
  * Occurs when the pointer is released over a Series.
@@ -3091,6 +3407,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
3091
3407
  }
3092
3408
  };
3093
3409
  this.i.seriesPointerUp = delegateCombine(this.i.seriesPointerUp, this._seriesPointerUp_wrapped);
3410
+ ;
3094
3411
  }
3095
3412
  /**
3096
3413
  * Occurs when the style of a callout is updated.
@@ -3116,6 +3433,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
3116
3433
  }
3117
3434
  };
3118
3435
  this.i.calloutStyleUpdating = delegateCombine(this.i.calloutStyleUpdating, this._calloutStyleUpdating_wrapped);
3436
+ ;
3119
3437
  }
3120
3438
  /**
3121
3439
  * Occurs when the style of a callout is updated.
@@ -3141,6 +3459,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
3141
3459
  }
3142
3460
  };
3143
3461
  this.i.calloutRenderStyleUpdating = delegateCombine(this.i.calloutRenderStyleUpdating, this._calloutRenderStyleUpdating_wrapped);
3462
+ ;
3144
3463
  }
3145
3464
  }
3146
3465
  IgcDomainChartComponent._observedAttributesIgcDomainChartComponent = null;