igniteui-angular-core 19.0.1 → 19.1.0-beta.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 (815) hide show
  1. package/bundles/igniteui-angular-core.umd.js +14469 -6688
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
  4. package/esm2015/lib/AggregatedDataProviderLayerMap.js +12 -2
  5. package/esm2015/lib/AggregatedDataProviderTopLayer.js +19 -9
  6. package/esm2015/lib/AggregatedDataProvider_combined.js +2 -2
  7. package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
  8. package/esm2015/lib/AnchoredRadialSeriesDescription.js +32 -32
  9. package/esm2015/lib/AnnotationLayerDescription.js +76 -60
  10. package/esm2015/lib/AnnotationLayerDescriptionMetadata.js +3 -0
  11. package/esm2015/lib/AreaSeriesDescription.js +3 -3
  12. package/esm2015/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
  13. package/esm2015/lib/AverageTrueRangeIndicatorDescription.js +3 -3
  14. package/esm2015/lib/BarSeriesDescription.js +6 -6
  15. package/esm2015/lib/BaseDataSourceDescription.js +17 -9
  16. package/esm2015/lib/BaseDataSourceDescriptionMetadata.js +3 -0
  17. package/esm2015/lib/BollingerBandWidthIndicatorDescription.js +5 -5
  18. package/esm2015/lib/BollingerBandsOverlayDescription.js +5 -5
  19. package/esm2015/lib/BreakEvenDataRule.js +9 -9
  20. package/esm2015/lib/BrushUtil.js +61 -26
  21. package/esm2015/lib/BubbleSeriesDescription.js +40 -40
  22. package/esm2015/lib/CalloutLayerDescription.js +142 -142
  23. package/esm2015/lib/CategoryChartDescription.js +133 -133
  24. package/esm2015/lib/CategoryHighlightLayerDescription.js +9 -9
  25. package/esm2015/lib/CategoryItemHighlightLayerDescription.js +29 -29
  26. package/esm2015/lib/CategorySeriesDescription.js +22 -22
  27. package/esm2015/lib/CategoryToolTipLayerDescription.js +6 -6
  28. package/esm2015/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
  29. package/esm2015/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
  30. package/esm2015/lib/CheckboxListDescription.js +175 -119
  31. package/esm2015/lib/CheckboxListDescriptionMetadata.js +8 -1
  32. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +53 -31
  33. package/esm2015/lib/ColumnFragmentDescription.js +6 -6
  34. package/esm2015/lib/ColumnSeriesDescription.js +9 -9
  35. package/esm2015/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
  36. package/esm2015/lib/ComponentRenderer_combined.js +1 -1
  37. package/esm2015/lib/CrosshairLayerDescription.js +85 -85
  38. package/esm2015/lib/DashboardTileDescription.js +135 -95
  39. package/esm2015/lib/DashboardTileDescriptionMetadata.js +6 -0
  40. package/esm2015/lib/DataAdapterRunContextRecursionType.js +11 -0
  41. package/esm2015/lib/DataAnnotationAxisLayerDescription.js +215 -0
  42. package/esm2015/lib/DataAnnotationAxisLayerDescriptionMetadata.js +65 -0
  43. package/esm2015/lib/DataAnnotationBandLayerDescription.js +31 -0
  44. package/esm2015/lib/DataAnnotationBandLayerDescriptionMetadata.js +39 -0
  45. package/esm2015/lib/DataAnnotationBandLayerDescriptionModule.js +20 -0
  46. package/esm2015/lib/DataAnnotationInfoDescription.js +170 -0
  47. package/esm2015/lib/DataAnnotationInfoDescriptionMetadata.js +54 -0
  48. package/esm2015/lib/DataAnnotationItemDescription.js +154 -0
  49. package/esm2015/lib/DataAnnotationItemDescriptionMetadata.js +52 -0
  50. package/esm2015/lib/DataAnnotationLineLayerDescription.js +23 -0
  51. package/esm2015/lib/DataAnnotationLineLayerDescriptionMetadata.js +38 -0
  52. package/esm2015/lib/DataAnnotationLineLayerDescriptionModule.js +20 -0
  53. package/esm2015/lib/DataAnnotationPointLayerDescription.js +151 -0
  54. package/esm2015/lib/DataAnnotationPointLayerDescriptionMetadata.js +58 -0
  55. package/esm2015/lib/DataAnnotationRangeLayerDescription.js +95 -0
  56. package/esm2015/lib/DataAnnotationRangeLayerDescriptionMetadata.js +45 -0
  57. package/esm2015/lib/DataAnnotationRectLayerDescription.js +23 -0
  58. package/esm2015/lib/DataAnnotationRectLayerDescriptionMetadata.js +38 -0
  59. package/esm2015/lib/DataAnnotationRectLayerDescriptionModule.js +20 -0
  60. package/esm2015/lib/DataAnnotationShapeLayerDescription.js +287 -0
  61. package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +79 -0
  62. package/esm2015/lib/DataAnnotationSliceLayerDescription.js +39 -0
  63. package/esm2015/lib/DataAnnotationSliceLayerDescriptionMetadata.js +40 -0
  64. package/esm2015/lib/DataAnnotationSliceLayerDescriptionModule.js +20 -0
  65. package/esm2015/lib/DataAnnotationStripLayerDescription.js +87 -0
  66. package/esm2015/lib/DataAnnotationStripLayerDescriptionMetadata.js +49 -0
  67. package/esm2015/lib/DataAnnotationStripLayerDescriptionModule.js +20 -0
  68. package/esm2015/lib/DataAnnotationStyleEventArgsDescription.js +114 -0
  69. package/esm2015/lib/DataAnnotationStyleEventArgsDescriptionMetadata.js +49 -0
  70. package/esm2015/lib/DataChartAnnotationDescriptionModule.js +12 -0
  71. package/esm2015/lib/DataChartRadialDescriptionModule.js +2 -0
  72. package/esm2015/lib/DataPieBaseChartDescription.js +114 -114
  73. package/esm2015/lib/DataPieChartDescription.js +36 -36
  74. package/esm2015/lib/DataSeriesAdapterPropertyInfo.js +22 -0
  75. package/esm2015/lib/DataSeriesPropertyType.js +17 -0
  76. package/esm2015/lib/DataSeriesType.js +17 -13
  77. package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgs.js +19 -0
  78. package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgsDescription.js +26 -0
  79. package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.js +36 -0
  80. package/esm2015/lib/DataToolTipLayerDescription.js +401 -401
  81. package/esm2015/lib/DescriptionSerializer.js +58 -23
  82. package/esm2015/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
  83. package/esm2015/lib/DomainChartDescription.js +922 -834
  84. package/esm2015/lib/DomainChartDescriptionMetadata.js +12 -0
  85. package/esm2015/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
  86. package/esm2015/lib/FinalValueLayerDescription.js +41 -41
  87. package/esm2015/lib/FinancialChartDescription.js +180 -180
  88. package/esm2015/lib/FinancialIndicatorDescription.js +22 -22
  89. package/esm2015/lib/FinancialOverlayDescription.js +3 -3
  90. package/esm2015/lib/FinancialPriceSeriesDescription.js +46 -46
  91. package/esm2015/lib/FinancialSeriesDescription.js +51 -51
  92. package/esm2015/lib/FontDefaults.js +5 -5
  93. package/esm2015/lib/ForceIndexIndicatorDescription.js +3 -3
  94. package/esm2015/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
  95. package/esm2015/lib/GeographicContourLineSeriesDescription.js +14 -14
  96. package/esm2015/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
  97. package/esm2015/lib/GeographicMapSeriesHostDescription.js +6 -6
  98. package/esm2015/lib/GeographicMarkerSeriesDescription.js +29 -29
  99. package/esm2015/lib/GeographicPolylineSeriesDescription.js +16 -16
  100. package/esm2015/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
  101. package/esm2015/lib/GeographicScatterAreaSeriesDescription.js +12 -12
  102. package/esm2015/lib/GeographicShapeSeriesBaseDescription.js +35 -35
  103. package/esm2015/lib/GeographicShapeSeriesDescription.js +42 -42
  104. package/esm2015/lib/GeographicSymbolSeriesDescription.js +25 -25
  105. package/esm2015/lib/GeographicTileSeriesDescription.js +5 -5
  106. package/esm2015/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
  107. package/esm2015/lib/GridBridge.js +7 -0
  108. package/esm2015/lib/HighDensityScatterSeriesDescription.js +47 -47
  109. package/esm2015/lib/HighlightingManager.js +23 -12
  110. package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  111. package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  112. package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  113. package/esm2015/lib/IDataSeriesAdapterRule_combined.js +285 -114
  114. package/esm2015/lib/IDataSourceDataProvider_combined.js +28 -15
  115. package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
  116. package/esm2015/lib/ItemToolTipLayerDescription.js +12 -12
  117. package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +3 -2
  118. package/esm2015/lib/LabelCollisionManager.js +1 -1
  119. package/esm2015/lib/LineSeriesDescription.js +3 -3
  120. package/esm2015/lib/ListPanelDescription.js +101 -93
  121. package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +1 -0
  122. package/esm2015/lib/LocalDataSourceDescription.js +3 -3
  123. package/esm2015/lib/LocalDataSource_combined.js +237 -231
  124. package/esm2015/lib/MarkerSeriesDescription.js +32 -32
  125. package/esm2015/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
  126. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
  127. package/esm2015/lib/NativeUIBuiltInEvents.js +1 -1
  128. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  129. package/esm2015/lib/NativeUIButton.js +2 -2
  130. package/esm2015/lib/NativeUIButtonGroup.js +2 -2
  131. package/esm2015/lib/NativeUICheckboxList.js +120 -59
  132. package/esm2015/lib/NativeUICombo.js +8 -8
  133. package/esm2015/lib/NativeUIElementBridge.js +2 -2
  134. package/esm2015/lib/NativeUIGrid.js +4 -1
  135. package/esm2015/lib/NativeUIInput.js +20 -20
  136. package/esm2015/lib/NativeUIPopup.js +27 -18
  137. package/esm2015/lib/NativeUISlider.js +14 -14
  138. package/esm2015/lib/OthersCategoryContextDescription.js +34 -0
  139. package/esm2015/lib/OthersCategoryContextDescriptionMetadata.js +37 -0
  140. package/esm2015/lib/OthersCategoryContextDescriptionModule.js +20 -0
  141. package/esm2015/lib/OverlayTextInfoDescription.js +194 -0
  142. package/esm2015/lib/OverlayTextInfoDescriptionMetadata.js +61 -0
  143. package/esm2015/lib/OverlayTextUpdatingEventArgsDescription.js +210 -0
  144. package/esm2015/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.js +63 -0
  145. package/esm2015/lib/PagedDataSource.js +6 -6
  146. package/esm2015/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
  147. package/esm2015/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
  148. package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
  149. package/esm2015/lib/PolarBaseDescription.js +75 -75
  150. package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
  151. package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
  152. package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
  153. package/esm2015/lib/PopupView_combined.js +3 -3
  154. package/esm2015/lib/PriceChannelOverlayDescription.js +3 -3
  155. package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
  156. package/esm2015/lib/RadialBaseChartDescription.js +221 -221
  157. package/esm2015/lib/RadialBaseDescription.js +69 -69
  158. package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
  159. package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
  160. package/esm2015/lib/RadialPieSeriesDescription.js +12 -12
  161. package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
  162. package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
  163. package/esm2015/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
  164. package/esm2015/lib/ReadOnlyDoubleCollection.js +100 -0
  165. package/esm2015/lib/RearrangedListView.js +3 -3
  166. package/esm2015/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
  167. package/esm2015/lib/SVGNode_combined.js +2 -2
  168. package/esm2015/lib/ScatterAreaSeriesDescription.js +14 -14
  169. package/esm2015/lib/ScatterBaseDescription.js +71 -71
  170. package/esm2015/lib/ScatterContourSeriesDescription.js +16 -16
  171. package/esm2015/lib/ScatterDataRule.js +12 -9
  172. package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
  173. package/esm2015/lib/ScatterPolygonSeriesDescription.js +32 -32
  174. package/esm2015/lib/ScatterPolylineSeriesDescription.js +3 -3
  175. package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
  176. package/esm2015/lib/ScatterTriangulationSeriesDescription.js +35 -35
  177. package/esm2015/lib/SeriesDescription.js +264 -256
  178. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
  179. package/esm2015/lib/ShapeDataRule.js +12 -12
  180. package/esm2015/lib/ShapeSeriesBaseDescription.js +47 -47
  181. package/esm2015/lib/SimpleCategorySeriesRule.js +34 -24
  182. package/esm2015/lib/SimpleFinancialPriceSeriesRule.js +31 -9
  183. package/esm2015/lib/SimpleGaugeRule.js +3 -3
  184. package/esm2015/lib/SimplePieSeriesRule.js +48 -39
  185. package/esm2015/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
  186. package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
  187. package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
  188. package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
  189. package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
  190. package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
  191. package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
  192. package/esm2015/lib/StandardDeviationIndicatorDescription.js +3 -3
  193. package/esm2015/lib/StochRSIIndicatorDescription.js +3 -3
  194. package/esm2015/lib/SubCollectionsRule.js +64 -3
  195. package/esm2015/lib/SyncableObservableCollection$2_combined.js +3 -0
  196. package/esm2015/lib/TRIXIndicatorDescription.js +3 -3
  197. package/esm2015/lib/TileSeriesDescription.js +3 -3
  198. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  199. package/esm2015/lib/ToolActionButtonPairDescription.js +100 -100
  200. package/esm2015/lib/ToolActionButtonPairInfo.js +1 -1
  201. package/esm2015/lib/ToolActionCheckboxDescription.js +23 -23
  202. package/esm2015/lib/ToolActionCheckboxListDescription.js +19 -19
  203. package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
  204. package/esm2015/lib/ToolActionColorEditorInfo.js +1 -1
  205. package/esm2015/lib/ToolActionComboDescription.js +11 -11
  206. package/esm2015/lib/ToolActionComboInfo.js +1 -1
  207. package/esm2015/lib/ToolActionDescription.js +11 -3
  208. package/esm2015/lib/ToolActionDescriptionMetadata.js +2 -0
  209. package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  210. package/esm2015/lib/ToolActionFieldSelectorAggregationDescription.js +52 -0
  211. package/esm2015/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.js +41 -0
  212. package/esm2015/lib/ToolActionFieldSelectorAggregationDescriptionModule.js +20 -0
  213. package/esm2015/lib/ToolActionFieldSelectorDescription.js +143 -0
  214. package/esm2015/lib/ToolActionFieldSelectorDescriptionMetadata.js +54 -0
  215. package/esm2015/lib/ToolActionFieldSelectorDescriptionModule.js +20 -0
  216. package/esm2015/lib/ToolActionFieldSelectorInfo.js +73 -0
  217. package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +81 -0
  218. package/esm2015/lib/ToolActionFieldSelectorInfoDescriptionMetadata.js +46 -0
  219. package/esm2015/lib/ToolActionFieldSelectorInfoType.js +16 -0
  220. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescription.js +52 -0
  221. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.js +41 -0
  222. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.js +20 -0
  223. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  224. package/esm2015/lib/ToolActionIconButtonDescription.js +29 -29
  225. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  226. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  227. package/esm2015/lib/ToolActionRadioDescription.js +27 -27
  228. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  229. package/esm2015/lib/ToolActionSubPanelDescription.js +8 -0
  230. package/esm2015/lib/ToolActionSubPanelDescriptionMetadata.js +1 -0
  231. package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
  232. package/esm2015/lib/ToolActionTextInputInfo.js +1 -1
  233. package/esm2015/lib/ToolActionType.js +6 -5
  234. package/esm2015/lib/ToolPanelDescription.js +250 -210
  235. package/esm2015/lib/ToolPanelDescriptionMetadata.js +5 -0
  236. package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
  237. package/esm2015/lib/ToolbarDescription.js +181 -149
  238. package/esm2015/lib/ToolbarDescriptionMetadata.js +4 -0
  239. package/esm2015/lib/TrendLineLayerDescription.js +55 -0
  240. package/esm2015/lib/TrendLineLayerDescriptionMetadata.js +43 -0
  241. package/esm2015/lib/TrendLineLayerDescriptionModule.js +20 -0
  242. package/esm2015/lib/TypeDescriptionCleanups.js +5 -0
  243. package/esm2015/lib/ValueLayerDescription.js +319 -95
  244. package/esm2015/lib/ValueLayerDescriptionMetadata.js +34 -0
  245. package/esm2015/lib/ValueOverlayDescription.js +257 -41
  246. package/esm2015/lib/ValueOverlayDescriptionMetadata.js +33 -0
  247. package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  248. package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  249. package/esm2015/lib/VirtualDataSource.js +280 -280
  250. package/esm2015/lib/VirtualDataSourceDescription.js +20 -20
  251. package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
  252. package/esm2015/lib/WebAccordionDescription.js +32 -0
  253. package/esm2015/lib/WebAccordionDescriptionMetadata.js +6 -0
  254. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +5 -0
  255. package/esm2015/lib/WebExpressionTreeDescription.js +65 -0
  256. package/esm2015/lib/WebExpressionTreeDescriptionMetadata.js +54 -0
  257. package/esm2015/lib/WebExpressionTreeOrFilteringExpressionDescription.js +26 -0
  258. package/esm2015/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.js +37 -0
  259. package/esm2015/lib/WebFilteringExpressionDescription.js +30 -17
  260. package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +6 -1
  261. package/esm2015/lib/WebFilteringExpressionsTreeDescription.js +36 -23
  262. package/esm2015/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +4 -0
  263. package/esm2015/lib/WebFilteringExpressionsTreeDetailDescription.js +27 -11
  264. package/esm2015/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +2 -0
  265. package/esm2015/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.js +3 -6
  266. package/esm2015/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.js +2 -0
  267. package/esm2015/lib/WebFilteringOperationDescription.js +19 -11
  268. package/esm2015/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
  269. package/esm2015/lib/WebListItemDescription.js +8 -0
  270. package/esm2015/lib/WebListItemDescriptionMetadata.js +1 -0
  271. package/esm2015/lib/WebTileChangeStateEventArgsDescription.js +36 -0
  272. package/esm2015/lib/WebTileChangeStateEventArgsDescriptionMetadata.js +7 -0
  273. package/esm2015/lib/WebTileChangeStateEventArgsDetailDescription.js +44 -0
  274. package/esm2015/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.js +7 -0
  275. package/esm2015/lib/WebTileComponentEventArgsDescription.js +36 -0
  276. package/esm2015/lib/WebTileComponentEventArgsDescriptionMetadata.js +7 -0
  277. package/esm2015/lib/WebTileDescription.js +162 -0
  278. package/esm2015/lib/WebTileDescriptionMetadata.js +7 -0
  279. package/esm2015/lib/WebTileDescriptionMetadata_combined.js +163 -0
  280. package/esm2015/lib/WebTileDescriptionModule.js +24 -0
  281. package/esm2015/lib/WebTileManagerDescription.js +138 -0
  282. package/esm2015/lib/WebTileManagerDescriptionMetadata.js +62 -0
  283. package/esm2015/lib/WebTileManagerDescriptionModule.js +22 -0
  284. package/esm2015/lib/WilliamsPercentRIndicatorDescription.js +3 -3
  285. package/esm2015/lib/XYChartDescription.js +221 -221
  286. package/esm2015/lib/igx-data-source-properties-requested-changed-event-args.js +30 -0
  287. package/esm2015/public_api.js +76 -0
  288. package/esm5/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
  289. package/esm5/lib/AggregatedDataProviderLayerMap.js +12 -2
  290. package/esm5/lib/AggregatedDataProviderTopLayer.js +19 -9
  291. package/esm5/lib/AggregatedDataProvider_combined.js +2 -2
  292. package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
  293. package/esm5/lib/AnchoredRadialSeriesDescription.js +32 -32
  294. package/esm5/lib/AnnotationLayerDescription.js +84 -60
  295. package/esm5/lib/AnnotationLayerDescriptionMetadata.js +3 -0
  296. package/esm5/lib/AreaSeriesDescription.js +3 -3
  297. package/esm5/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
  298. package/esm5/lib/AverageTrueRangeIndicatorDescription.js +3 -3
  299. package/esm5/lib/BarSeriesDescription.js +6 -6
  300. package/esm5/lib/BaseDataSourceDescription.js +20 -8
  301. package/esm5/lib/BaseDataSourceDescriptionMetadata.js +3 -0
  302. package/esm5/lib/BollingerBandWidthIndicatorDescription.js +5 -5
  303. package/esm5/lib/BollingerBandsOverlayDescription.js +5 -5
  304. package/esm5/lib/BreakEvenDataRule.js +9 -9
  305. package/esm5/lib/BrushUtil.js +61 -26
  306. package/esm5/lib/BubbleSeriesDescription.js +40 -40
  307. package/esm5/lib/CalloutLayerDescription.js +142 -142
  308. package/esm5/lib/CategoryChartDescription.js +133 -133
  309. package/esm5/lib/CategoryHighlightLayerDescription.js +9 -9
  310. package/esm5/lib/CategoryItemHighlightLayerDescription.js +29 -29
  311. package/esm5/lib/CategorySeriesDescription.js +22 -22
  312. package/esm5/lib/CategoryToolTipLayerDescription.js +6 -6
  313. package/esm5/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
  314. package/esm5/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
  315. package/esm5/lib/CheckboxListDescription.js +202 -118
  316. package/esm5/lib/CheckboxListDescriptionMetadata.js +8 -1
  317. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +53 -31
  318. package/esm5/lib/ColumnFragmentDescription.js +6 -6
  319. package/esm5/lib/ColumnSeriesDescription.js +9 -9
  320. package/esm5/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
  321. package/esm5/lib/ComponentRenderer_combined.js +1 -1
  322. package/esm5/lib/CrosshairLayerDescription.js +85 -85
  323. package/esm5/lib/DashboardTileDescription.js +155 -95
  324. package/esm5/lib/DashboardTileDescriptionMetadata.js +6 -0
  325. package/esm5/lib/DataAdapterRunContextRecursionType.js +11 -0
  326. package/esm5/lib/DataAnnotationAxisLayerDescription.js +313 -0
  327. package/esm5/lib/DataAnnotationAxisLayerDescriptionMetadata.js +69 -0
  328. package/esm5/lib/DataAnnotationBandLayerDescription.js +37 -0
  329. package/esm5/lib/DataAnnotationBandLayerDescriptionMetadata.js +43 -0
  330. package/esm5/lib/DataAnnotationBandLayerDescriptionModule.js +24 -0
  331. package/esm5/lib/DataAnnotationInfoDescription.js +248 -0
  332. package/esm5/lib/DataAnnotationInfoDescriptionMetadata.js +58 -0
  333. package/esm5/lib/DataAnnotationItemDescription.js +224 -0
  334. package/esm5/lib/DataAnnotationItemDescriptionMetadata.js +56 -0
  335. package/esm5/lib/DataAnnotationLineLayerDescription.js +24 -0
  336. package/esm5/lib/DataAnnotationLineLayerDescriptionMetadata.js +42 -0
  337. package/esm5/lib/DataAnnotationLineLayerDescriptionModule.js +24 -0
  338. package/esm5/lib/DataAnnotationPointLayerDescription.js +217 -0
  339. package/esm5/lib/DataAnnotationPointLayerDescriptionMetadata.js +62 -0
  340. package/esm5/lib/DataAnnotationRangeLayerDescription.js +133 -0
  341. package/esm5/lib/DataAnnotationRangeLayerDescriptionMetadata.js +49 -0
  342. package/esm5/lib/DataAnnotationRectLayerDescription.js +24 -0
  343. package/esm5/lib/DataAnnotationRectLayerDescriptionMetadata.js +42 -0
  344. package/esm5/lib/DataAnnotationRectLayerDescriptionModule.js +24 -0
  345. package/esm5/lib/DataAnnotationShapeLayerDescription.js +421 -0
  346. package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +83 -0
  347. package/esm5/lib/DataAnnotationSliceLayerDescription.js +49 -0
  348. package/esm5/lib/DataAnnotationSliceLayerDescriptionMetadata.js +44 -0
  349. package/esm5/lib/DataAnnotationSliceLayerDescriptionModule.js +24 -0
  350. package/esm5/lib/DataAnnotationStripLayerDescription.js +121 -0
  351. package/esm5/lib/DataAnnotationStripLayerDescriptionMetadata.js +53 -0
  352. package/esm5/lib/DataAnnotationStripLayerDescriptionModule.js +24 -0
  353. package/esm5/lib/DataAnnotationStyleEventArgsDescription.js +164 -0
  354. package/esm5/lib/DataAnnotationStyleEventArgsDescriptionMetadata.js +53 -0
  355. package/esm5/lib/DataChartAnnotationDescriptionModule.js +12 -0
  356. package/esm5/lib/DataChartRadialDescriptionModule.js +2 -0
  357. package/esm5/lib/DataPieBaseChartDescription.js +114 -114
  358. package/esm5/lib/DataPieChartDescription.js +36 -36
  359. package/esm5/lib/DataSeriesAdapterPropertyInfo.js +24 -0
  360. package/esm5/lib/DataSeriesPropertyType.js +17 -0
  361. package/esm5/lib/DataSeriesType.js +17 -13
  362. package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgs.js +20 -0
  363. package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgsDescription.js +31 -0
  364. package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.js +40 -0
  365. package/esm5/lib/DataToolTipLayerDescription.js +401 -401
  366. package/esm5/lib/DescriptionSerializer.js +58 -23
  367. package/esm5/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
  368. package/esm5/lib/DomainChartDescription.js +977 -845
  369. package/esm5/lib/DomainChartDescriptionMetadata.js +12 -0
  370. package/esm5/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
  371. package/esm5/lib/FinalValueLayerDescription.js +41 -41
  372. package/esm5/lib/FinancialChartDescription.js +180 -180
  373. package/esm5/lib/FinancialIndicatorDescription.js +22 -22
  374. package/esm5/lib/FinancialOverlayDescription.js +3 -3
  375. package/esm5/lib/FinancialPriceSeriesDescription.js +46 -46
  376. package/esm5/lib/FinancialSeriesDescription.js +51 -51
  377. package/esm5/lib/FontDefaults.js +5 -5
  378. package/esm5/lib/ForceIndexIndicatorDescription.js +3 -3
  379. package/esm5/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
  380. package/esm5/lib/GeographicContourLineSeriesDescription.js +14 -14
  381. package/esm5/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
  382. package/esm5/lib/GeographicMapSeriesHostDescription.js +6 -6
  383. package/esm5/lib/GeographicMarkerSeriesDescription.js +29 -29
  384. package/esm5/lib/GeographicPolylineSeriesDescription.js +16 -16
  385. package/esm5/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
  386. package/esm5/lib/GeographicScatterAreaSeriesDescription.js +12 -12
  387. package/esm5/lib/GeographicShapeSeriesBaseDescription.js +35 -35
  388. package/esm5/lib/GeographicShapeSeriesDescription.js +42 -42
  389. package/esm5/lib/GeographicSymbolSeriesDescription.js +25 -25
  390. package/esm5/lib/GeographicTileSeriesDescription.js +5 -5
  391. package/esm5/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
  392. package/esm5/lib/GridBridge.js +7 -0
  393. package/esm5/lib/HighDensityScatterSeriesDescription.js +47 -47
  394. package/esm5/lib/HighlightingManager.js +27 -12
  395. package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  396. package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  397. package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  398. package/esm5/lib/IDataSeriesAdapterRule_combined.js +322 -134
  399. package/esm5/lib/IDataSourceDataProvider_combined.js +28 -15
  400. package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
  401. package/esm5/lib/ItemToolTipLayerDescription.js +12 -12
  402. package/esm5/lib/KeyFrameAnimationTimeline_combined.js +3 -2
  403. package/esm5/lib/LabelCollisionManager.js +1 -1
  404. package/esm5/lib/LineSeriesDescription.js +3 -3
  405. package/esm5/lib/ListPanelDescription.js +105 -93
  406. package/esm5/lib/ListPanelDescriptionMetadata_combined.js +1 -0
  407. package/esm5/lib/LocalDataSourceDescription.js +3 -3
  408. package/esm5/lib/LocalDataSource_combined.js +236 -230
  409. package/esm5/lib/MarkerSeriesDescription.js +32 -32
  410. package/esm5/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
  411. package/esm5/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
  412. package/esm5/lib/NativeUIBuiltInEvents.js +1 -1
  413. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  414. package/esm5/lib/NativeUIButton.js +2 -2
  415. package/esm5/lib/NativeUIButtonGroup.js +2 -2
  416. package/esm5/lib/NativeUICheckboxList.js +133 -44
  417. package/esm5/lib/NativeUICombo.js +8 -8
  418. package/esm5/lib/NativeUIElementBridge.js +2 -2
  419. package/esm5/lib/NativeUIGrid.js +4 -1
  420. package/esm5/lib/NativeUIInput.js +20 -20
  421. package/esm5/lib/NativeUIPopup.js +25 -12
  422. package/esm5/lib/NativeUISlider.js +14 -14
  423. package/esm5/lib/OthersCategoryContextDescription.js +44 -0
  424. package/esm5/lib/OthersCategoryContextDescriptionMetadata.js +41 -0
  425. package/esm5/lib/OthersCategoryContextDescriptionModule.js +24 -0
  426. package/esm5/lib/OverlayTextInfoDescription.js +284 -0
  427. package/esm5/lib/OverlayTextInfoDescriptionMetadata.js +65 -0
  428. package/esm5/lib/OverlayTextUpdatingEventArgsDescription.js +308 -0
  429. package/esm5/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.js +67 -0
  430. package/esm5/lib/PagedDataSource.js +6 -6
  431. package/esm5/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
  432. package/esm5/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
  433. package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
  434. package/esm5/lib/PolarBaseDescription.js +75 -75
  435. package/esm5/lib/PolarLineSeriesDescription.js +3 -3
  436. package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
  437. package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
  438. package/esm5/lib/PopupView_combined.js +3 -3
  439. package/esm5/lib/PriceChannelOverlayDescription.js +3 -3
  440. package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
  441. package/esm5/lib/RadialBaseChartDescription.js +221 -221
  442. package/esm5/lib/RadialBaseDescription.js +69 -69
  443. package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
  444. package/esm5/lib/RadialLineSeriesDescription.js +3 -3
  445. package/esm5/lib/RadialPieSeriesDescription.js +12 -12
  446. package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
  447. package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
  448. package/esm5/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
  449. package/esm5/lib/ReadOnlyDoubleCollection.js +130 -0
  450. package/esm5/lib/RearrangedListView.js +3 -3
  451. package/esm5/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
  452. package/esm5/lib/SVGNode_combined.js +2 -2
  453. package/esm5/lib/ScatterAreaSeriesDescription.js +14 -14
  454. package/esm5/lib/ScatterBaseDescription.js +71 -71
  455. package/esm5/lib/ScatterContourSeriesDescription.js +16 -16
  456. package/esm5/lib/ScatterDataRule.js +12 -9
  457. package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
  458. package/esm5/lib/ScatterPolygonSeriesDescription.js +32 -32
  459. package/esm5/lib/ScatterPolylineSeriesDescription.js +3 -3
  460. package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
  461. package/esm5/lib/ScatterTriangulationSeriesDescription.js +35 -35
  462. package/esm5/lib/SeriesDescription.js +268 -256
  463. package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
  464. package/esm5/lib/ShapeDataRule.js +12 -12
  465. package/esm5/lib/ShapeSeriesBaseDescription.js +47 -47
  466. package/esm5/lib/SimpleCategorySeriesRule.js +35 -25
  467. package/esm5/lib/SimpleFinancialPriceSeriesRule.js +31 -9
  468. package/esm5/lib/SimpleGaugeRule.js +3 -3
  469. package/esm5/lib/SimplePieSeriesRule.js +48 -39
  470. package/esm5/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
  471. package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
  472. package/esm5/lib/StackedBarSeriesDescription.js +6 -6
  473. package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
  474. package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
  475. package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
  476. package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
  477. package/esm5/lib/StandardDeviationIndicatorDescription.js +3 -3
  478. package/esm5/lib/StochRSIIndicatorDescription.js +3 -3
  479. package/esm5/lib/SubCollectionsRule.js +64 -3
  480. package/esm5/lib/SyncableObservableCollection$2_combined.js +3 -0
  481. package/esm5/lib/TRIXIndicatorDescription.js +3 -3
  482. package/esm5/lib/TileSeriesDescription.js +3 -3
  483. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  484. package/esm5/lib/ToolActionButtonPairDescription.js +100 -100
  485. package/esm5/lib/ToolActionButtonPairInfo.js +1 -1
  486. package/esm5/lib/ToolActionCheckboxDescription.js +23 -23
  487. package/esm5/lib/ToolActionCheckboxListDescription.js +19 -19
  488. package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
  489. package/esm5/lib/ToolActionColorEditorInfo.js +1 -1
  490. package/esm5/lib/ToolActionComboDescription.js +11 -11
  491. package/esm5/lib/ToolActionComboInfo.js +1 -1
  492. package/esm5/lib/ToolActionDescription.js +15 -3
  493. package/esm5/lib/ToolActionDescriptionMetadata.js +2 -0
  494. package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  495. package/esm5/lib/ToolActionFieldSelectorAggregationDescription.js +70 -0
  496. package/esm5/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.js +45 -0
  497. package/esm5/lib/ToolActionFieldSelectorAggregationDescriptionModule.js +24 -0
  498. package/esm5/lib/ToolActionFieldSelectorDescription.js +205 -0
  499. package/esm5/lib/ToolActionFieldSelectorDescriptionMetadata.js +58 -0
  500. package/esm5/lib/ToolActionFieldSelectorDescriptionModule.js +24 -0
  501. package/esm5/lib/ToolActionFieldSelectorInfo.js +103 -0
  502. package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +111 -0
  503. package/esm5/lib/ToolActionFieldSelectorInfoDescriptionMetadata.js +50 -0
  504. package/esm5/lib/ToolActionFieldSelectorInfoType.js +16 -0
  505. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescription.js +70 -0
  506. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.js +45 -0
  507. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.js +24 -0
  508. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  509. package/esm5/lib/ToolActionIconButtonDescription.js +29 -29
  510. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  511. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  512. package/esm5/lib/ToolActionRadioDescription.js +27 -27
  513. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  514. package/esm5/lib/ToolActionSubPanelDescription.js +14 -1
  515. package/esm5/lib/ToolActionSubPanelDescriptionMetadata.js +1 -0
  516. package/esm5/lib/ToolActionTextInputDescription.js +3 -3
  517. package/esm5/lib/ToolActionTextInputInfo.js +1 -1
  518. package/esm5/lib/ToolActionType.js +6 -5
  519. package/esm5/lib/ToolPanelDescription.js +270 -210
  520. package/esm5/lib/ToolPanelDescriptionMetadata.js +5 -0
  521. package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
  522. package/esm5/lib/ToolbarDescription.js +197 -149
  523. package/esm5/lib/ToolbarDescriptionMetadata.js +4 -0
  524. package/esm5/lib/TrendLineLayerDescription.js +73 -0
  525. package/esm5/lib/TrendLineLayerDescriptionMetadata.js +47 -0
  526. package/esm5/lib/TrendLineLayerDescriptionModule.js +24 -0
  527. package/esm5/lib/TypeDescriptionCleanups.js +5 -0
  528. package/esm5/lib/ValueLayerDescription.js +431 -95
  529. package/esm5/lib/ValueLayerDescriptionMetadata.js +34 -0
  530. package/esm5/lib/ValueOverlayDescription.js +365 -41
  531. package/esm5/lib/ValueOverlayDescriptionMetadata.js +33 -0
  532. package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  533. package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  534. package/esm5/lib/VirtualDataSource.js +279 -279
  535. package/esm5/lib/VirtualDataSourceDescription.js +20 -20
  536. package/esm5/lib/WaterfallSeriesDescription.js +12 -12
  537. package/esm5/lib/WebAccordionDescription.js +48 -0
  538. package/esm5/lib/WebAccordionDescriptionMetadata.js +6 -0
  539. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +5 -0
  540. package/esm5/lib/WebExpressionTreeDescription.js +87 -0
  541. package/esm5/lib/WebExpressionTreeDescriptionMetadata.js +58 -0
  542. package/esm5/lib/WebExpressionTreeOrFilteringExpressionDescription.js +31 -0
  543. package/esm5/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.js +41 -0
  544. package/esm5/lib/WebFilteringExpressionDescription.js +37 -20
  545. package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +6 -1
  546. package/esm5/lib/WebFilteringExpressionsTreeDescription.js +44 -27
  547. package/esm5/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +4 -0
  548. package/esm5/lib/WebFilteringExpressionsTreeDetailDescription.js +35 -11
  549. package/esm5/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +2 -0
  550. package/esm5/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.js +3 -10
  551. package/esm5/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.js +2 -0
  552. package/esm5/lib/WebFilteringOperationDescription.js +22 -10
  553. package/esm5/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
  554. package/esm5/lib/WebListItemDescription.js +14 -1
  555. package/esm5/lib/WebListItemDescriptionMetadata.js +1 -0
  556. package/esm5/lib/WebTileChangeStateEventArgsDescription.js +46 -0
  557. package/esm5/lib/WebTileChangeStateEventArgsDescriptionMetadata.js +7 -0
  558. package/esm5/lib/WebTileChangeStateEventArgsDetailDescription.js +58 -0
  559. package/esm5/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.js +7 -0
  560. package/esm5/lib/WebTileComponentEventArgsDescription.js +46 -0
  561. package/esm5/lib/WebTileComponentEventArgsDescriptionMetadata.js +7 -0
  562. package/esm5/lib/WebTileDescription.js +236 -0
  563. package/esm5/lib/WebTileDescriptionMetadata.js +7 -0
  564. package/esm5/lib/WebTileDescriptionMetadata_combined.js +176 -0
  565. package/esm5/lib/WebTileDescriptionModule.js +28 -0
  566. package/esm5/lib/WebTileManagerDescription.js +200 -0
  567. package/esm5/lib/WebTileManagerDescriptionMetadata.js +66 -0
  568. package/esm5/lib/WebTileManagerDescriptionModule.js +26 -0
  569. package/esm5/lib/WilliamsPercentRIndicatorDescription.js +3 -3
  570. package/esm5/lib/XYChartDescription.js +221 -221
  571. package/esm5/lib/igx-data-source-properties-requested-changed-event-args.js +36 -0
  572. package/esm5/public_api.js +76 -0
  573. package/fesm2015/igniteui-angular-core.js +12956 -6936
  574. package/fesm5/igniteui-angular-core.js +14392 -6689
  575. package/lib/AbsoluteVolumeOscillatorIndicatorDescription.d.ts +2 -2
  576. package/lib/AggregatedDataProviderLayerMap.d.ts +2 -1
  577. package/lib/AggregatedDataProviderTopLayer.d.ts +4 -3
  578. package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
  579. package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
  580. package/lib/AnnotationLayerDescription.d.ts +27 -21
  581. package/lib/AreaSeriesDescription.d.ts +1 -1
  582. package/lib/AverageDirectionalIndexIndicatorDescription.d.ts +1 -1
  583. package/lib/AverageTrueRangeIndicatorDescription.d.ts +1 -1
  584. package/lib/BarSeriesDescription.d.ts +2 -2
  585. package/lib/BaseDataSourceDescription.d.ts +7 -4
  586. package/lib/BollingerBandWidthIndicatorDescription.d.ts +2 -2
  587. package/lib/BollingerBandsOverlayDescription.d.ts +2 -2
  588. package/lib/BrushUtil.d.ts +16 -14
  589. package/lib/BubbleSeriesDescription.d.ts +14 -14
  590. package/lib/CalloutLayerDescription.d.ts +50 -50
  591. package/lib/CategoryChartDescription.d.ts +45 -45
  592. package/lib/CategoryHighlightLayerDescription.d.ts +3 -3
  593. package/lib/CategoryItemHighlightLayerDescription.d.ts +10 -10
  594. package/lib/CategorySeriesDescription.d.ts +8 -8
  595. package/lib/CategoryToolTipLayerDescription.d.ts +2 -2
  596. package/lib/ChaikinOscillatorIndicatorDescription.d.ts +2 -2
  597. package/lib/ChaikinVolatilityIndicatorDescription.d.ts +1 -1
  598. package/lib/CheckboxListDescription.d.ts +64 -43
  599. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +7 -5
  600. package/lib/ColorUtil.d.ts +2 -2
  601. package/lib/ColumnFragmentDescription.d.ts +2 -2
  602. package/lib/ColumnSeriesDescription.d.ts +3 -3
  603. package/lib/CommodityChannelIndexIndicatorDescription.d.ts +1 -1
  604. package/lib/CrosshairLayerDescription.d.ts +31 -31
  605. package/lib/DashboardTileDescription.d.ts +48 -33
  606. package/lib/DataAdapterRunContextRecursionType.d.ts +14 -0
  607. package/lib/DataAnnotationAxisLayerDescription.d.ts +82 -0
  608. package/lib/DataAnnotationAxisLayerDescriptionMetadata.d.ts +13 -0
  609. package/lib/DataAnnotationBandLayerDescription.d.ts +13 -0
  610. package/lib/DataAnnotationBandLayerDescriptionMetadata.d.ts +13 -0
  611. package/lib/DataAnnotationBandLayerDescriptionModule.d.ts +9 -0
  612. package/lib/DataAnnotationInfoDescription.d.ts +65 -0
  613. package/lib/DataAnnotationInfoDescriptionMetadata.d.ts +13 -0
  614. package/lib/DataAnnotationItemDescription.d.ts +59 -0
  615. package/lib/DataAnnotationItemDescriptionMetadata.d.ts +13 -0
  616. package/lib/DataAnnotationLineLayerDescription.d.ts +10 -0
  617. package/lib/DataAnnotationLineLayerDescriptionMetadata.d.ts +13 -0
  618. package/lib/DataAnnotationLineLayerDescriptionModule.d.ts +9 -0
  619. package/lib/DataAnnotationPointLayerDescription.d.ts +58 -0
  620. package/lib/DataAnnotationPointLayerDescriptionMetadata.d.ts +13 -0
  621. package/lib/DataAnnotationRangeLayerDescription.d.ts +37 -0
  622. package/lib/DataAnnotationRangeLayerDescriptionMetadata.d.ts +13 -0
  623. package/lib/DataAnnotationRectLayerDescription.d.ts +10 -0
  624. package/lib/DataAnnotationRectLayerDescriptionMetadata.d.ts +13 -0
  625. package/lib/DataAnnotationRectLayerDescriptionModule.d.ts +9 -0
  626. package/lib/DataAnnotationShapeLayerDescription.d.ts +109 -0
  627. package/lib/DataAnnotationShapeLayerDescriptionMetadata.d.ts +13 -0
  628. package/lib/DataAnnotationSliceLayerDescription.d.ts +16 -0
  629. package/lib/DataAnnotationSliceLayerDescriptionMetadata.d.ts +13 -0
  630. package/lib/DataAnnotationSliceLayerDescriptionModule.d.ts +9 -0
  631. package/lib/DataAnnotationStripLayerDescription.d.ts +34 -0
  632. package/lib/DataAnnotationStripLayerDescriptionMetadata.d.ts +13 -0
  633. package/lib/DataAnnotationStripLayerDescriptionModule.d.ts +9 -0
  634. package/lib/DataAnnotationStyleEventArgsDescription.d.ts +45 -0
  635. package/lib/DataAnnotationStyleEventArgsDescriptionMetadata.d.ts +13 -0
  636. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  637. package/lib/DataPieChartDescription.d.ts +12 -12
  638. package/lib/DataSeriesAdapterPropertyInfo.d.ts +11 -0
  639. package/lib/DataSeriesPropertyType.d.ts +10 -0
  640. package/lib/DataSeriesType.d.ts +16 -12
  641. package/lib/DataSourcePropertiesRequestedChangedEventArgs.d.ts +8 -0
  642. package/lib/DataSourcePropertiesRequestedChangedEventArgsDescription.d.ts +11 -0
  643. package/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.d.ts +13 -0
  644. package/lib/DataToolTipLayerDescription.d.ts +143 -143
  645. package/lib/DescriptionSerializer.d.ts +5 -2
  646. package/lib/DetrendedPriceOscillatorIndicatorDescription.d.ts +1 -1
  647. package/lib/DomainChartDescription.d.ts +328 -295
  648. package/lib/FastStochasticOscillatorIndicatorDescription.d.ts +1 -1
  649. package/lib/FinalValueLayerDescription.d.ts +14 -14
  650. package/lib/FinancialChartDescription.d.ts +61 -61
  651. package/lib/FinancialIndicatorDescription.d.ts +8 -8
  652. package/lib/FinancialOverlayDescription.d.ts +1 -1
  653. package/lib/FinancialPriceSeriesDescription.d.ts +17 -17
  654. package/lib/FinancialSeriesDescription.d.ts +19 -19
  655. package/lib/ForceIndexIndicatorDescription.d.ts +1 -1
  656. package/lib/FullStochasticOscillatorIndicatorDescription.d.ts +3 -3
  657. package/lib/GeographicContourLineSeriesDescription.d.ts +5 -5
  658. package/lib/GeographicHighDensityScatterSeriesDescription.d.ts +11 -11
  659. package/lib/GeographicMapSeriesHostDescription.d.ts +2 -2
  660. package/lib/GeographicMarkerSeriesDescription.d.ts +11 -11
  661. package/lib/GeographicPolylineSeriesDescription.d.ts +6 -6
  662. package/lib/GeographicProportionalSymbolSeriesDescription.d.ts +18 -18
  663. package/lib/GeographicScatterAreaSeriesDescription.d.ts +4 -4
  664. package/lib/GeographicShapeSeriesBaseDescription.d.ts +13 -13
  665. package/lib/GeographicShapeSeriesDescription.d.ts +17 -17
  666. package/lib/GeographicSymbolSeriesDescription.d.ts +9 -9
  667. package/lib/GeographicTileSeriesDescription.d.ts +2 -2
  668. package/lib/GeographicXYTriangulatingSeriesDescription.d.ts +6 -6
  669. package/lib/GridBridge.d.ts +1 -0
  670. package/lib/HighDensityScatterSeriesDescription.d.ts +17 -17
  671. package/lib/HighlightingManager.d.ts +6 -4
  672. package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
  673. package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
  674. package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
  675. package/lib/IDataLegendTarget.d.ts +3 -1
  676. package/lib/IDataSeriesAdapterRule_combined.d.ts +34 -15
  677. package/lib/IDataSourceDataProvider_combined.d.ts +11 -6
  678. package/lib/IHighlightingManager.d.ts +1 -0
  679. package/lib/INativeUICheckboxListBridge.d.ts +1 -0
  680. package/lib/INativeUIGridBridge.d.ts +1 -0
  681. package/lib/INativeUIPopupBridge.d.ts +2 -0
  682. package/lib/IToolbarTarget.d.ts +1 -0
  683. package/lib/ItemToolTipLayerDescription.d.ts +4 -4
  684. package/lib/LineSeriesDescription.d.ts +1 -1
  685. package/lib/ListPanelDescription.d.ts +36 -33
  686. package/lib/LocalDataSourceDescription.d.ts +1 -1
  687. package/lib/LocalDataSource_combined.d.ts +35 -35
  688. package/lib/MarkerSeriesDescription.d.ts +12 -12
  689. package/lib/MoneyFlowIndexIndicatorDescription.d.ts +1 -1
  690. package/lib/MovingAverageConvergenceDivergenceIndicatorDescription.d.ts +3 -3
  691. package/lib/NativeUIBuiltInEvents.d.ts +10 -9
  692. package/lib/NativeUIBuiltInProperties.d.ts +39 -31
  693. package/lib/NativeUICheckboxList.d.ts +51 -35
  694. package/lib/NativeUIGrid.d.ts +2 -1
  695. package/lib/NativeUIPopup.d.ts +19 -15
  696. package/lib/OthersCategoryContextDescription.d.ts +14 -0
  697. package/lib/OthersCategoryContextDescriptionMetadata.d.ts +13 -0
  698. package/lib/OthersCategoryContextDescriptionModule.d.ts +9 -0
  699. package/lib/OverlayTextInfoDescription.d.ts +74 -0
  700. package/lib/OverlayTextInfoDescriptionMetadata.d.ts +13 -0
  701. package/lib/OverlayTextUpdatingEventArgsDescription.d.ts +80 -0
  702. package/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.d.ts +13 -0
  703. package/lib/PagedDataSource.d.ts +2 -2
  704. package/lib/PercentagePriceOscillatorIndicatorDescription.d.ts +2 -2
  705. package/lib/PercentageVolumeOscillatorIndicatorDescription.d.ts +2 -2
  706. package/lib/PolarAreaSeriesDescription.d.ts +1 -1
  707. package/lib/PolarBaseDescription.d.ts +27 -27
  708. package/lib/PolarLineSeriesDescription.d.ts +1 -1
  709. package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
  710. package/lib/PolarSplineSeriesDescription.d.ts +1 -1
  711. package/lib/PriceChannelOverlayDescription.d.ts +1 -1
  712. package/lib/RadialAreaSeriesDescription.d.ts +1 -1
  713. package/lib/RadialBaseChartDescription.d.ts +76 -76
  714. package/lib/RadialBaseDescription.d.ts +25 -25
  715. package/lib/RadialColumnSeriesDescription.d.ts +2 -2
  716. package/lib/RadialLineSeriesDescription.d.ts +1 -1
  717. package/lib/RadialPieSeriesDescription.d.ts +4 -4
  718. package/lib/RangeCategorySeriesDescription.d.ts +4 -4
  719. package/lib/RangeColumnSeriesDescription.d.ts +2 -2
  720. package/lib/RateOfChangeAndMomentumIndicatorDescription.d.ts +1 -1
  721. package/lib/ReadOnlyDoubleCollection.d.ts +35 -0
  722. package/lib/RelativeStrengthIndexIndicatorDescription.d.ts +1 -1
  723. package/lib/ScatterAreaSeriesDescription.d.ts +5 -5
  724. package/lib/ScatterBaseDescription.d.ts +26 -26
  725. package/lib/ScatterContourSeriesDescription.d.ts +6 -6
  726. package/lib/ScatterLineSeriesDescription.d.ts +1 -1
  727. package/lib/ScatterPolygonSeriesDescription.d.ts +12 -12
  728. package/lib/ScatterPolylineSeriesDescription.d.ts +1 -1
  729. package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
  730. package/lib/ScatterTriangulationSeriesDescription.d.ts +13 -13
  731. package/lib/SeriesDescription.d.ts +92 -89
  732. package/lib/ShapeSeriesBaseDescription.d.ts +17 -17
  733. package/lib/SimpleFinancialPriceSeriesRule.d.ts +1 -2
  734. package/lib/SlowStochasticOscillatorIndicatorDescription.d.ts +1 -1
  735. package/lib/SplineSeriesBaseDescription.d.ts +2 -2
  736. package/lib/StackedBarSeriesDescription.d.ts +2 -2
  737. package/lib/StackedColumnSeriesDescription.d.ts +2 -2
  738. package/lib/StackedSeriesBaseDescription.d.ts +4 -4
  739. package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
  740. package/lib/StackedSplineSeriesDescription.d.ts +1 -1
  741. package/lib/StandardDeviationIndicatorDescription.d.ts +1 -1
  742. package/lib/StochRSIIndicatorDescription.d.ts +1 -1
  743. package/lib/TRIXIndicatorDescription.d.ts +1 -1
  744. package/lib/TileSeriesDescription.d.ts +1 -1
  745. package/lib/ToolActionButtonDescription.d.ts +2 -2
  746. package/lib/ToolActionButtonPairDescription.d.ts +37 -37
  747. package/lib/ToolActionCheckboxDescription.d.ts +9 -9
  748. package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
  749. package/lib/ToolActionColorEditorDescription.d.ts +1 -1
  750. package/lib/ToolActionComboDescription.d.ts +4 -4
  751. package/lib/ToolActionDescription.d.ts +4 -1
  752. package/lib/ToolActionFieldSelectorAggregationDescription.d.ts +22 -0
  753. package/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.d.ts +13 -0
  754. package/lib/ToolActionFieldSelectorAggregationDescriptionModule.d.ts +9 -0
  755. package/lib/ToolActionFieldSelectorDescription.d.ts +57 -0
  756. package/lib/ToolActionFieldSelectorDescriptionMetadata.d.ts +13 -0
  757. package/lib/ToolActionFieldSelectorDescriptionModule.d.ts +9 -0
  758. package/lib/ToolActionFieldSelectorInfo.d.ts +34 -0
  759. package/lib/ToolActionFieldSelectorInfoDescription.d.ts +33 -0
  760. package/lib/ToolActionFieldSelectorInfoDescriptionMetadata.d.ts +13 -0
  761. package/lib/ToolActionFieldSelectorInfoType.d.ts +9 -0
  762. package/lib/ToolActionFieldSelectorSelectedAggregationDescription.d.ts +22 -0
  763. package/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.d.ts +13 -0
  764. package/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.d.ts +9 -0
  765. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  766. package/lib/ToolActionIconButtonDescription.d.ts +11 -11
  767. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  768. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  769. package/lib/ToolActionRadioDescription.d.ts +11 -11
  770. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  771. package/lib/ToolActionSubPanelDescription.d.ts +3 -0
  772. package/lib/ToolActionTextInputDescription.d.ts +1 -1
  773. package/lib/ToolActionType.d.ts +5 -4
  774. package/lib/ToolPanelDescription.d.ts +88 -73
  775. package/lib/ToolbarDescription.d.ts +65 -53
  776. package/lib/TrendLineLayerDescription.d.ts +22 -0
  777. package/lib/TrendLineLayerDescriptionMetadata.d.ts +13 -0
  778. package/lib/TrendLineLayerDescriptionModule.d.ts +9 -0
  779. package/lib/ValueLayerDescription.d.ts +116 -32
  780. package/lib/ValueOverlayDescription.d.ts +95 -14
  781. package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
  782. package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
  783. package/lib/VirtualDataSource.d.ts +49 -49
  784. package/lib/VirtualDataSourceDescription.d.ts +7 -7
  785. package/lib/WaterfallSeriesDescription.d.ts +4 -4
  786. package/lib/WebAccordionDescription.d.ts +12 -0
  787. package/lib/WebBaseExporterDescriptionMetadata_combined.d.ts +1 -0
  788. package/lib/WebExpressionTreeDescription.d.ts +28 -0
  789. package/lib/WebExpressionTreeDescriptionMetadata.d.ts +13 -0
  790. package/lib/WebExpressionTreeOrFilteringExpressionDescription.d.ts +11 -0
  791. package/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.d.ts +13 -0
  792. package/lib/WebFilteringExpressionDescription.d.ts +13 -7
  793. package/lib/WebFilteringExpressionsTreeDescription.d.ts +15 -10
  794. package/lib/WebFilteringExpressionsTreeDetailDescription.d.ts +10 -4
  795. package/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.d.ts +2 -3
  796. package/lib/WebFilteringOperationDescription.d.ts +7 -4
  797. package/lib/WebListItemDescription.d.ts +3 -0
  798. package/lib/WebTileChangeStateEventArgsDescription.d.ts +17 -0
  799. package/lib/WebTileChangeStateEventArgsDescriptionMetadata.d.ts +1 -0
  800. package/lib/WebTileChangeStateEventArgsDetailDescription.d.ts +20 -0
  801. package/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.d.ts +1 -0
  802. package/lib/WebTileComponentEventArgsDescription.d.ts +17 -0
  803. package/lib/WebTileComponentEventArgsDescriptionMetadata.d.ts +1 -0
  804. package/lib/WebTileDescription.d.ts +62 -0
  805. package/lib/WebTileDescriptionMetadata.d.ts +1 -0
  806. package/lib/WebTileDescriptionMetadata_combined.d.ts +43 -0
  807. package/lib/WebTileDescriptionModule.d.ts +9 -0
  808. package/lib/WebTileManagerDescription.d.ts +53 -0
  809. package/lib/WebTileManagerDescriptionMetadata.d.ts +13 -0
  810. package/lib/WebTileManagerDescriptionModule.d.ts +9 -0
  811. package/lib/WilliamsPercentRIndicatorDescription.d.ts +1 -1
  812. package/lib/XYChartDescription.d.ts +76 -76
  813. package/lib/igx-data-source-properties-requested-changed-event-args.d.ts +15 -0
  814. package/package.json +1 -1
  815. package/public_api.d.ts +76 -0
@@ -14,176 +14,176 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(DomainChartDescription, _super);
15
15
  function DomainChartDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.fg = 0;
17
+ _this.fl = 0;
18
+ _this.fy = 0;
19
+ _this.fz = 0;
20
+ _this.f0 = 0;
21
+ _this.fx = 0;
18
22
  _this.ft = 0;
19
- _this.fu = 0;
20
23
  _this.fv = 0;
24
+ _this.fu = 0;
21
25
  _this.fs = 0;
22
- _this.fo = 0;
23
- _this.fq = 0;
24
- _this.fp = 0;
25
- _this.fn = 0;
26
- _this.nl = null;
27
- _this.no = null;
28
- _this.fd = 0;
29
- _this.fw = 0;
30
- _this.fm = 0;
31
- _this.dc = 0;
32
- _this.jk = 0;
33
- _this.nr = null;
34
- _this.jh = 0;
35
- _this.jj = 0;
36
- _this.jg = 0;
37
- _this.nm = null;
38
- _this.np = null;
39
- _this.kk = null;
40
- _this.d9 = 0;
41
- _this.ea = 0;
42
- _this.dj = 0;
43
- _this.dk = 0;
44
- _this.ki = null;
45
- _this.kj = null;
46
- _this.b3 = false;
26
+ _this.nz = null;
27
+ _this.n2 = null;
28
+ _this.fi = 0;
29
+ _this.f1 = 0;
30
+ _this.fr = 0;
31
+ _this.dg = 0;
32
+ _this.jq = 0;
33
+ _this.n5 = null;
34
+ _this.jn = 0;
35
+ _this.jp = 0;
36
+ _this.jm = 0;
37
+ _this.n0 = null;
38
+ _this.n3 = null;
39
+ _this.ky = null;
40
+ _this.ee = 0;
41
+ _this.ef = 0;
42
+ _this.dp = 0;
43
+ _this.dq = 0;
44
+ _this.kw = null;
45
+ _this.kx = null;
46
+ _this.b5 = false;
47
47
  _this.p = null;
48
48
  _this.m = null;
49
49
  _this.o = null;
50
50
  _this.l = null;
51
- _this.lx = null;
52
- _this.jd = 0;
53
- _this.je = 0;
54
- _this.lz = null;
55
- _this.ly = null;
56
- _this.b4 = false;
57
- _this.l0 = null;
58
- _this.q = null;
59
- _this.ex = 0;
60
- _this.ey = 0;
61
- _this.ez = 0;
62
- _this.e0 = 0;
63
- _this.b5 = false;
64
- _this.l5 = null;
51
+ _this.mb = null;
52
+ _this.jj = 0;
53
+ _this.jk = 0;
54
+ _this.md = null;
55
+ _this.mc = null;
65
56
  _this.b6 = false;
57
+ _this.me = null;
58
+ _this.q = null;
66
59
  _this.e2 = 0;
67
60
  _this.e3 = 0;
68
61
  _this.e4 = 0;
69
62
  _this.e5 = 0;
70
- _this.l1 = null;
71
- _this.l2 = null;
72
- _this.e1 = 0;
73
- _this.l3 = null;
74
- _this.l4 = null;
75
- _this.kr = null;
63
+ _this.b7 = false;
64
+ _this.mj = null;
65
+ _this.b8 = false;
66
+ _this.e7 = 0;
67
+ _this.e8 = 0;
68
+ _this.e9 = 0;
69
+ _this.fa = 0;
70
+ _this.mf = null;
71
+ _this.mg = null;
72
+ _this.e6 = 0;
73
+ _this.mh = null;
74
+ _this.mi = null;
75
+ _this.k5 = null;
76
76
  _this.n = null;
77
- _this.kp = null;
78
- _this.kq = null;
79
- _this.ks = null;
80
- _this.kt = null;
81
- _this.ku = null;
77
+ _this.k3 = null;
78
+ _this.k4 = null;
79
+ _this.k6 = null;
80
+ _this.k7 = null;
81
+ _this.k8 = null;
82
+ _this.d5 = 0;
83
+ _this.d6 = 0;
84
+ _this.d7 = 0;
85
+ _this.d8 = 0;
82
86
  _this.d0 = 0;
83
87
  _this.d1 = 0;
84
88
  _this.d2 = 0;
85
89
  _this.d3 = 0;
86
- _this.dv = 0;
90
+ _this.b4 = false;
91
+ _this.k9 = null;
92
+ _this.d4 = 0;
93
+ _this.la = null;
94
+ _this.lb = null;
95
+ _this.kz = null;
87
96
  _this.dw = 0;
88
97
  _this.dx = 0;
89
98
  _this.dy = 0;
90
- _this.b2 = false;
91
- _this.kv = null;
92
99
  _this.dz = 0;
93
- _this.kw = null;
94
- _this.kx = null;
95
- _this.kl = null;
96
100
  _this.dr = 0;
97
101
  _this.ds = 0;
98
102
  _this.dt = 0;
99
103
  _this.du = 0;
100
- _this.dl = 0;
101
- _this.dm = 0;
102
- _this.dn = 0;
103
- _this.dp = 0;
104
- _this.b1 = false;
105
- _this.km = null;
106
- _this.dq = 0;
107
- _this.kn = null;
108
- _this.ko = null;
109
- _this.k9 = null;
110
- _this.la = null;
111
- _this.eg = 0;
112
- _this.lb = null;
113
- _this.lc = null;
114
- _this.ld = null;
115
- _this.k8 = null;
104
+ _this.b3 = false;
105
+ _this.k0 = null;
106
+ _this.dv = 0;
107
+ _this.k1 = null;
108
+ _this.k2 = null;
109
+ _this.ln = null;
110
+ _this.lo = null;
111
+ _this.el = 0;
112
+ _this.lp = null;
113
+ _this.lq = null;
114
+ _this.lr = null;
115
+ _this.lm = null;
116
+ _this.em = 0;
117
+ _this.en = 0;
118
+ _this.eo = 0;
119
+ _this.ep = 0;
116
120
  _this.eh = 0;
117
121
  _this.ei = 0;
118
122
  _this.ej = 0;
119
123
  _this.ek = 0;
120
- _this.ec = 0;
121
- _this.ed = 0;
122
- _this.ee = 0;
123
- _this.ef = 0;
124
+ _this.lx = null;
125
+ _this.ly = null;
126
+ _this.er = 0;
127
+ _this.lz = null;
128
+ _this.l0 = null;
129
+ _this.lh = null;
130
+ _this.li = null;
124
131
  _this.lj = null;
132
+ _this.eg = 0;
125
133
  _this.lk = null;
126
- _this.em = 0;
127
134
  _this.ll = null;
128
- _this.lm = null;
129
- _this.k3 = null;
130
- _this.k4 = null;
131
- _this.k5 = null;
132
- _this.eb = 0;
133
- _this.k6 = null;
134
- _this.k7 = null;
135
- _this.le = null;
136
- _this.lf = null;
137
- _this.lg = null;
138
- _this.el = 0;
139
- _this.lh = null;
140
- _this.li = null;
141
- _this.df = 0;
142
- _this.dg = 0;
143
- _this.dh = 0;
144
- _this.di = 0;
145
- _this.kh = null;
146
- _this.lr = null;
147
135
  _this.ls = null;
148
136
  _this.lt = null;
137
+ _this.lu = null;
138
+ _this.eq = 0;
139
+ _this.lv = null;
140
+ _this.lw = null;
141
+ _this.dk = 0;
142
+ _this.dl = 0;
143
+ _this.dm = 0;
144
+ _this.dn = 0;
145
+ _this.kv = null;
146
+ _this.l5 = null;
147
+ _this.l6 = null;
148
+ _this.l7 = null;
149
+ _this.ey = 0;
150
+ _this.ez = 0;
151
+ _this.e0 = 0;
152
+ _this.e1 = 0;
153
+ _this.l8 = null;
154
+ _this.ex = 0;
155
+ _this.l9 = null;
156
+ _this.ma = null;
149
157
  _this.et = 0;
150
158
  _this.eu = 0;
151
159
  _this.ev = 0;
152
160
  _this.ew = 0;
153
- _this.lu = null;
161
+ _this.l1 = null;
162
+ _this.l2 = null;
154
163
  _this.es = 0;
155
- _this.lv = null;
156
- _this.lw = null;
157
- _this.eo = 0;
158
- _this.ep = 0;
159
- _this.eq = 0;
160
- _this.er = 0;
161
- _this.ln = null;
162
- _this.lo = null;
163
- _this.en = 0;
164
- _this.lp = null;
165
- _this.lq = null;
166
- _this.ky = null;
167
- _this.kz = null;
168
- _this.d5 = 0;
169
- _this.d6 = 0;
170
- _this.d7 = 0;
171
- _this.d8 = 0;
172
- _this.k0 = null;
173
- _this.d4 = 0;
174
- _this.k1 = null;
175
- _this.k2 = null;
164
+ _this.l3 = null;
165
+ _this.l4 = null;
166
+ _this.lc = null;
167
+ _this.ld = null;
168
+ _this.ea = 0;
169
+ _this.eb = 0;
170
+ _this.ec = 0;
171
+ _this.ed = 0;
172
+ _this.le = null;
173
+ _this.d9 = 0;
174
+ _this.lf = null;
175
+ _this.lg = null;
176
176
  _this.aj = null;
177
177
  _this.v = null;
178
178
  _this.u = null;
179
179
  _this.s = null;
180
180
  _this.w = null;
181
181
  _this.ak = null;
182
- _this.m8 = null;
183
- _this.mb = null;
184
- _this.m7 = null;
185
- _this.l9 = null;
186
- _this.m6 = null;
182
+ _this.nm = null;
183
+ _this.mp = null;
184
+ _this.nl = null;
185
+ _this.mn = null;
186
+ _this.nk = null;
187
187
  _this.ai = null;
188
188
  _this.t = null;
189
189
  _this.ac = null;
@@ -192,154 +192,165 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
192
192
  _this.y = null;
193
193
  _this.ab = null;
194
194
  _this.ad = null;
195
- _this.mp = null;
196
- _this.mc = null;
197
- _this.mn = null;
198
- _this.mm = null;
199
- _this.mo = null;
195
+ _this.m3 = null;
200
196
  _this.mq = null;
201
- _this.kg = null;
202
- _this.bl = null;
203
- _this.md = null;
204
- _this.bm = null;
197
+ _this.m1 = null;
198
+ _this.m0 = null;
199
+ _this.m2 = null;
200
+ _this.m4 = null;
201
+ _this.ku = null;
202
+ _this.bn = null;
203
+ _this.mr = null;
204
+ _this.bo = null;
205
205
  _this.x = null;
206
206
  _this.r = null;
207
207
  _this.j = null;
208
208
  _this.ah = null;
209
209
  _this.h = null;
210
210
  _this.i = null;
211
- _this.mv = null;
212
- _this.b9 = false;
211
+ _this.m9 = null;
213
212
  _this.cb = false;
214
- _this.ce = false;
213
+ _this.cd = false;
215
214
  _this.cg = false;
216
- _this.mf = null;
217
- _this.ca = false;
218
- _this.me = null;
219
- _this.mu = null;
220
- _this.bp = null;
221
- _this.j7 = null;
222
- _this.nj = null;
223
- _this.nn = null;
224
- _this.nk = null;
225
- _this.nt = null;
226
- _this.fl = 0;
227
- _this.fr = 0;
228
- _this.mz = null;
229
- _this.my = null;
230
- _this.mx = null;
231
- _this.fe = 0;
232
- _this.ff = 0;
215
+ _this.ci = false;
216
+ _this.mt = null;
217
+ _this.cc = false;
218
+ _this.ms = null;
219
+ _this.m8 = null;
220
+ _this.br = null;
221
+ _this.kl = null;
222
+ _this.nx = null;
223
+ _this.n1 = null;
224
+ _this.ny = null;
225
+ _this.n7 = null;
226
+ _this.fq = 0;
227
+ _this.fw = 0;
228
+ _this.nd = null;
229
+ _this.nc = null;
230
+ _this.nb = null;
231
+ _this.fj = 0;
232
+ _this.fk = 0;
233
233
  _this.ag = null;
234
- _this.mw = null;
234
+ _this.na = null;
235
235
  _this.ae = null;
236
236
  _this.af = null;
237
- _this.ji = 0;
238
- _this.db = 0;
239
- _this.bs = false;
237
+ _this.jo = 0;
238
+ _this.df = 0;
239
+ _this.bu = false;
240
240
  _this.al = null;
241
- _this.ns = null;
242
- _this.fx = 0;
243
- _this.br = false;
244
- _this.fi = 0;
245
- _this.fk = 0;
246
- _this.fj = 0;
247
- _this.fh = 0;
248
- _this.j8 = null;
249
- _this.nb = null;
250
- _this.nc = null;
251
- _this.mh = null;
252
- _this.mg = null;
253
- _this.mr = null;
254
- _this.mt = null;
255
- _this.ms = null;
256
- _this.jl = 0;
241
+ _this.n6 = null;
242
+ _this.f2 = 0;
243
+ _this.am = null;
244
+ _this.cj = false;
245
+ _this.bt = false;
246
+ _this.fn = 0;
247
+ _this.fp = 0;
248
+ _this.fo = 0;
249
+ _this.fm = 0;
250
+ _this.km = null;
251
+ _this.np = null;
257
252
  _this.nq = null;
258
- _this.kd = null;
259
- _this.b0 = false;
260
- _this.kf = null;
261
- _this.de = 0;
262
- _this.ke = null;
263
- _this.bz = false;
264
- _this.j9 = null;
265
- _this.kb = null;
266
- _this.ka = null;
267
- _this.kc = null;
268
- _this.jb = 0;
269
- _this.jc = 0;
270
- _this.cd = false;
253
+ _this.mv = null;
254
+ _this.mu = null;
255
+ _this.m5 = null;
256
+ _this.m7 = null;
257
+ _this.m6 = null;
258
+ _this.jr = 0;
259
+ _this.n4 = null;
260
+ _this.kr = null;
261
+ _this.b2 = false;
262
+ _this.kt = null;
263
+ _this.dj = 0;
264
+ _this.ks = null;
265
+ _this.b1 = false;
266
+ _this.kn = null;
267
+ _this.kp = null;
268
+ _this.ko = null;
269
+ _this.kq = null;
270
+ _this.jh = 0;
271
+ _this.ji = 0;
271
272
  _this.cf = false;
272
- _this.b7 = false;
273
- _this.l7 = null;
274
- _this.l8 = null;
275
- _this.jf = 0;
276
- _this.bt = false;
277
- _this.by = false;
278
- _this.bu = false;
279
273
  _this.ch = false;
280
- _this.jy = null;
274
+ _this.b9 = false;
275
+ _this.ml = null;
276
+ _this.mm = null;
277
+ _this.jl = 0;
278
+ _this.bv = false;
279
+ _this.b0 = false;
281
280
  _this.bw = false;
281
+ _this.ck = false;
282
+ _this.j4 = null;
283
+ _this.by = false;
284
+ _this.bz = false;
282
285
  _this.bx = false;
283
- _this.bv = false;
284
- _this.dd = 0;
285
- _this.j0 = null;
286
- _this.ja = 0;
287
- _this.j2 = null;
286
+ _this.di = 0;
287
+ _this.j6 = null;
288
+ _this.kg = null;
289
+ _this.kh = null;
290
+ _this.kf = null;
291
+ _this.j8 = null;
292
+ _this.ke = null;
293
+ _this.jg = 0;
294
+ _this.j9 = null;
288
295
  _this.k = null;
289
- _this.j5 = null;
290
- _this.j6 = null;
291
- _this.j3 = null;
292
- _this.j1 = null;
293
- _this.am = null;
296
+ _this.kj = null;
297
+ _this.kk = null;
298
+ _this.kd = null;
299
+ _this.j7 = null;
300
+ _this.ka = null;
301
+ _this.dh = 0;
302
+ _this.kb = null;
303
+ _this.kc = null;
294
304
  _this.an = null;
295
- _this.fy = 0;
296
- _this.cc = false;
297
- _this.mj = null;
298
- _this.nv = null;
299
- _this.ml = null;
300
- _this.nx = null;
301
- _this.mi = null;
302
- _this.mk = null;
303
- _this.fa = 0;
304
- _this.e9 = 0;
305
- _this.e6 = 0;
306
- _this.e7 = 0;
307
- _this.e8 = 0;
308
- _this.fc = 0;
309
- _this.fb = 0;
310
- _this.b8 = false;
311
- _this.nu = null;
312
- _this.nw = null;
313
- _this.f2 = 0;
314
- _this.f1 = 0;
315
- _this.fz = 0;
316
- _this.f5 = 0;
317
- _this.f0 = 0;
318
- _this.f4 = 0;
305
+ _this.ao = null;
319
306
  _this.f3 = 0;
320
- _this.ci = false;
307
+ _this.ce = false;
308
+ _this.mx = null;
309
+ _this.n9 = null;
310
+ _this.mz = null;
311
+ _this.ob = null;
312
+ _this.mw = null;
313
+ _this.my = null;
314
+ _this.ff = 0;
315
+ _this.fe = 0;
316
+ _this.fb = 0;
317
+ _this.fc = 0;
318
+ _this.fd = 0;
319
+ _this.fh = 0;
320
+ _this.fg = 0;
321
+ _this.ca = false;
322
+ _this.n8 = null;
323
+ _this.oa = null;
321
324
  _this.f7 = 0;
322
325
  _this.f6 = 0;
326
+ _this.f4 = 0;
327
+ _this.ga = 0;
328
+ _this.f5 = 0;
323
329
  _this.f9 = 0;
324
330
  _this.f8 = 0;
325
- _this.m9 = null;
326
- _this.ni = null;
327
- _this.ne = null;
331
+ _this.cl = false;
332
+ _this.gc = 0;
333
+ _this.gb = 0;
334
+ _this.ge = 0;
335
+ _this.gd = 0;
336
+ _this.nn = null;
337
+ _this.nw = null;
338
+ _this.ns = null;
339
+ _this.nt = null;
340
+ _this.nu = null;
341
+ _this.nr = null;
342
+ _this.nv = null;
343
+ _this.no = null;
328
344
  _this.nf = null;
329
345
  _this.ng = null;
330
- _this.nd = null;
331
346
  _this.nh = null;
332
- _this.na = null;
333
- _this.m1 = null;
334
- _this.m2 = null;
335
- _this.m3 = null;
336
- _this.m0 = null;
337
- _this.m4 = null;
338
- _this.j4 = null;
339
- _this.jz = null;
340
- _this.m5 = null;
341
- _this.ma = null;
342
- _this.l6 = null;
347
+ _this.ne = null;
348
+ _this.ni = null;
349
+ _this.ki = null;
350
+ _this.j5 = null;
351
+ _this.nj = null;
352
+ _this.mo = null;
353
+ _this.mk = null;
343
354
  return _this;
344
355
  }
345
356
  DomainChartDescription.prototype.get_type = function () {
@@ -354,10 +365,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
354
365
  });
355
366
  Object.defineProperty(DomainChartDescription.prototype, "pixelScalingRatio", {
356
367
  get: function () {
357
- return this.fg;
368
+ return this.fl;
358
369
  },
359
370
  set: function (a) {
360
- this.fg = a;
371
+ this.fl = a;
361
372
  this.g("PixelScalingRatio");
362
373
  },
363
374
  enumerable: false,
@@ -365,10 +376,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
365
376
  });
366
377
  Object.defineProperty(DomainChartDescription.prototype, "titleLeftMargin", {
367
378
  get: function () {
368
- return this.ft;
379
+ return this.fy;
369
380
  },
370
381
  set: function (a) {
371
- this.ft = a;
382
+ this.fy = a;
372
383
  this.g("TitleLeftMargin");
373
384
  },
374
385
  enumerable: false,
@@ -376,10 +387,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
376
387
  });
377
388
  Object.defineProperty(DomainChartDescription.prototype, "titleRightMargin", {
378
389
  get: function () {
379
- return this.fu;
390
+ return this.fz;
380
391
  },
381
392
  set: function (a) {
382
- this.fu = a;
393
+ this.fz = a;
383
394
  this.g("TitleRightMargin");
384
395
  },
385
396
  enumerable: false,
@@ -387,10 +398,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
387
398
  });
388
399
  Object.defineProperty(DomainChartDescription.prototype, "titleTopMargin", {
389
400
  get: function () {
390
- return this.fv;
401
+ return this.f0;
391
402
  },
392
403
  set: function (a) {
393
- this.fv = a;
404
+ this.f0 = a;
394
405
  this.g("TitleTopMargin");
395
406
  },
396
407
  enumerable: false,
@@ -398,10 +409,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
398
409
  });
399
410
  Object.defineProperty(DomainChartDescription.prototype, "titleBottomMargin", {
400
411
  get: function () {
401
- return this.fs;
412
+ return this.fx;
402
413
  },
403
414
  set: function (a) {
404
- this.fs = a;
415
+ this.fx = a;
405
416
  this.g("TitleBottomMargin");
406
417
  },
407
418
  enumerable: false,
@@ -409,10 +420,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
409
420
  });
410
421
  Object.defineProperty(DomainChartDescription.prototype, "subtitleLeftMargin", {
411
422
  get: function () {
412
- return this.fo;
423
+ return this.ft;
413
424
  },
414
425
  set: function (a) {
415
- this.fo = a;
426
+ this.ft = a;
416
427
  this.g("SubtitleLeftMargin");
417
428
  },
418
429
  enumerable: false,
@@ -420,10 +431,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
420
431
  });
421
432
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTopMargin", {
422
433
  get: function () {
423
- return this.fq;
434
+ return this.fv;
424
435
  },
425
436
  set: function (a) {
426
- this.fq = a;
437
+ this.fv = a;
427
438
  this.g("SubtitleTopMargin");
428
439
  },
429
440
  enumerable: false,
@@ -431,10 +442,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
431
442
  });
432
443
  Object.defineProperty(DomainChartDescription.prototype, "subtitleRightMargin", {
433
444
  get: function () {
434
- return this.fp;
445
+ return this.fu;
435
446
  },
436
447
  set: function (a) {
437
- this.fp = a;
448
+ this.fu = a;
438
449
  this.g("SubtitleRightMargin");
439
450
  },
440
451
  enumerable: false,
@@ -442,10 +453,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
442
453
  });
443
454
  Object.defineProperty(DomainChartDescription.prototype, "subtitleBottomMargin", {
444
455
  get: function () {
445
- return this.fn;
456
+ return this.fs;
446
457
  },
447
458
  set: function (a) {
448
- this.fn = a;
459
+ this.fs = a;
449
460
  this.g("SubtitleBottomMargin");
450
461
  },
451
462
  enumerable: false,
@@ -453,10 +464,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
453
464
  });
454
465
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextColor", {
455
466
  get: function () {
456
- return this.nl;
467
+ return this.nz;
457
468
  },
458
469
  set: function (a) {
459
- this.nl = a;
470
+ this.nz = a;
460
471
  this.g("SubtitleTextColor");
461
472
  },
462
473
  enumerable: false,
@@ -464,10 +475,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
464
475
  });
465
476
  Object.defineProperty(DomainChartDescription.prototype, "titleTextColor", {
466
477
  get: function () {
467
- return this.no;
478
+ return this.n2;
468
479
  },
469
480
  set: function (a) {
470
- this.no = a;
481
+ this.n2 = a;
471
482
  this.g("TitleTextColor");
472
483
  },
473
484
  enumerable: false,
@@ -475,10 +486,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
475
486
  });
476
487
  Object.defineProperty(DomainChartDescription.prototype, "leftMargin", {
477
488
  get: function () {
478
- return this.fd;
489
+ return this.fi;
479
490
  },
480
491
  set: function (a) {
481
- this.fd = a;
492
+ this.fi = a;
482
493
  this.g("LeftMargin");
483
494
  },
484
495
  enumerable: false,
@@ -486,10 +497,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
486
497
  });
487
498
  Object.defineProperty(DomainChartDescription.prototype, "topMargin", {
488
499
  get: function () {
489
- return this.fw;
500
+ return this.f1;
490
501
  },
491
502
  set: function (a) {
492
- this.fw = a;
503
+ this.f1 = a;
493
504
  this.g("TopMargin");
494
505
  },
495
506
  enumerable: false,
@@ -497,10 +508,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
497
508
  });
498
509
  Object.defineProperty(DomainChartDescription.prototype, "rightMargin", {
499
510
  get: function () {
500
- return this.fm;
511
+ return this.fr;
501
512
  },
502
513
  set: function (a) {
503
- this.fm = a;
514
+ this.fr = a;
504
515
  this.g("RightMargin");
505
516
  },
506
517
  enumerable: false,
@@ -508,10 +519,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
508
519
  });
509
520
  Object.defineProperty(DomainChartDescription.prototype, "bottomMargin", {
510
521
  get: function () {
511
- return this.dc;
522
+ return this.dg;
512
523
  },
513
524
  set: function (a) {
514
- this.dc = a;
525
+ this.dg = a;
515
526
  this.g("BottomMargin");
516
527
  },
517
528
  enumerable: false,
@@ -519,10 +530,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
519
530
  });
520
531
  Object.defineProperty(DomainChartDescription.prototype, "transitionDuration", {
521
532
  get: function () {
522
- return this.jk;
533
+ return this.jq;
523
534
  },
524
535
  set: function (a) {
525
- this.jk = a;
536
+ this.jq = a;
526
537
  this.g("TransitionDuration");
527
538
  },
528
539
  enumerable: false,
@@ -530,10 +541,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
530
541
  });
531
542
  Object.defineProperty(DomainChartDescription.prototype, "transitionEasingFunctionRef", {
532
543
  get: function () {
533
- return this.nr;
544
+ return this.n5;
534
545
  },
535
546
  set: function (a) {
536
- this.nr = a;
547
+ this.n5 = a;
537
548
  this.g("TransitionEasingFunctionRef");
538
549
  },
539
550
  enumerable: false,
@@ -541,10 +552,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
541
552
  });
542
553
  Object.defineProperty(DomainChartDescription.prototype, "highlightingTransitionDuration", {
543
554
  get: function () {
544
- return this.jh;
555
+ return this.jn;
545
556
  },
546
557
  set: function (a) {
547
- this.jh = a;
558
+ this.jn = a;
548
559
  this.g("HighlightingTransitionDuration");
549
560
  },
550
561
  enumerable: false,
@@ -552,10 +563,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
552
563
  });
553
564
  Object.defineProperty(DomainChartDescription.prototype, "selectionTransitionDuration", {
554
565
  get: function () {
555
- return this.jj;
566
+ return this.jp;
556
567
  },
557
568
  set: function (a) {
558
- this.jj = a;
569
+ this.jp = a;
559
570
  this.g("SelectionTransitionDuration");
560
571
  },
561
572
  enumerable: false,
@@ -563,10 +574,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
563
574
  });
564
575
  Object.defineProperty(DomainChartDescription.prototype, "focusTransitionDuration", {
565
576
  get: function () {
566
- return this.jg;
577
+ return this.jm;
567
578
  },
568
579
  set: function (a) {
569
- this.jg = a;
580
+ this.jm = a;
570
581
  this.g("FocusTransitionDuration");
571
582
  },
572
583
  enumerable: false,
@@ -574,10 +585,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
574
585
  });
575
586
  Object.defineProperty(DomainChartDescription.prototype, "subtitleTextStyle", {
576
587
  get: function () {
577
- return this.nm;
588
+ return this.n0;
578
589
  },
579
590
  set: function (a) {
580
- this.nm = a;
591
+ this.n0 = a;
581
592
  this.g("SubtitleTextStyle");
582
593
  },
583
594
  enumerable: false,
@@ -585,10 +596,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
585
596
  });
586
597
  Object.defineProperty(DomainChartDescription.prototype, "titleTextStyle", {
587
598
  get: function () {
588
- return this.np;
599
+ return this.n3;
589
600
  },
590
601
  set: function (a) {
591
- this.np = a;
602
+ this.n3 = a;
592
603
  this.g("TitleTextStyle");
593
604
  },
594
605
  enumerable: false,
@@ -596,10 +607,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
596
607
  });
597
608
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupingMode", {
598
609
  get: function () {
599
- return this.kk;
610
+ return this.ky;
600
611
  },
601
612
  set: function (a) {
602
- this.kk = a;
613
+ this.ky = a;
603
614
  this.g("DataToolTipGroupingMode");
604
615
  },
605
616
  enumerable: false,
@@ -607,10 +618,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
607
618
  });
608
619
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipPositionOffsetX", {
609
620
  get: function () {
610
- return this.d9;
621
+ return this.ee;
611
622
  },
612
623
  set: function (a) {
613
- this.d9 = a;
624
+ this.ee = a;
614
625
  this.g("DataToolTipPositionOffsetX");
615
626
  },
616
627
  enumerable: false,
@@ -618,10 +629,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
618
629
  });
619
630
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipPositionOffsetY", {
620
631
  get: function () {
621
- return this.ea;
632
+ return this.ef;
622
633
  },
623
634
  set: function (a) {
624
- this.ea = a;
635
+ this.ef = a;
625
636
  this.g("DataToolTipPositionOffsetY");
626
637
  },
627
638
  enumerable: false,
@@ -629,10 +640,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
629
640
  });
630
641
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipDefaultPositionOffsetX", {
631
642
  get: function () {
632
- return this.dj;
643
+ return this.dp;
633
644
  },
634
645
  set: function (a) {
635
- this.dj = a;
646
+ this.dp = a;
636
647
  this.g("DataToolTipDefaultPositionOffsetX");
637
648
  },
638
649
  enumerable: false,
@@ -640,10 +651,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
640
651
  });
641
652
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipDefaultPositionOffsetY", {
642
653
  get: function () {
643
- return this.dk;
654
+ return this.dq;
644
655
  },
645
656
  set: function (a) {
646
- this.dk = a;
657
+ this.dq = a;
647
658
  this.g("DataToolTipDefaultPositionOffsetY");
648
659
  },
649
660
  enumerable: false,
@@ -651,10 +662,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
651
662
  });
652
663
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeX", {
653
664
  get: function () {
654
- return this.ki;
665
+ return this.kw;
655
666
  },
656
667
  set: function (a) {
657
- this.ki = a;
668
+ this.kw = a;
658
669
  this.g("DataToolTipGroupedPositionModeX");
659
670
  },
660
671
  enumerable: false,
@@ -662,10 +673,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
662
673
  });
663
674
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeY", {
664
675
  get: function () {
665
- return this.kj;
676
+ return this.kx;
666
677
  },
667
678
  set: function (a) {
668
- this.kj = a;
679
+ this.kx = a;
669
680
  this.g("DataToolTipGroupedPositionModeY");
670
681
  },
671
682
  enumerable: false,
@@ -673,10 +684,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
673
684
  });
674
685
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipShouldUpdateWhenSeriesDataChanges", {
675
686
  get: function () {
676
- return this.b3;
687
+ return this.b5;
677
688
  },
678
689
  set: function (a) {
679
- this.b3 = a;
690
+ this.b5 = a;
680
691
  this.g("DataToolTipShouldUpdateWhenSeriesDataChanges");
681
692
  },
682
693
  enumerable: false,
@@ -728,10 +739,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
728
739
  });
729
740
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatAbbreviation", {
730
741
  get: function () {
731
- return this.lx;
742
+ return this.mb;
732
743
  },
733
744
  set: function (a) {
734
- this.lx = a;
745
+ this.mb = a;
735
746
  this.g("DataToolTipValueFormatAbbreviation");
736
747
  },
737
748
  enumerable: false,
@@ -739,10 +750,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
739
750
  });
740
751
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMaxFractions", {
741
752
  get: function () {
742
- return this.jd;
753
+ return this.jj;
743
754
  },
744
755
  set: function (a) {
745
- this.jd = a;
756
+ this.jj = a;
746
757
  this.g("DataToolTipValueFormatMaxFractions");
747
758
  },
748
759
  enumerable: false,
@@ -750,10 +761,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
750
761
  });
751
762
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMinFractions", {
752
763
  get: function () {
753
- return this.je;
764
+ return this.jk;
754
765
  },
755
766
  set: function (a) {
756
- this.je = a;
767
+ this.jk = a;
757
768
  this.g("DataToolTipValueFormatMinFractions");
758
769
  },
759
770
  enumerable: false,
@@ -761,10 +772,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
761
772
  });
762
773
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMode", {
763
774
  get: function () {
764
- return this.lz;
775
+ return this.md;
765
776
  },
766
777
  set: function (a) {
767
- this.lz = a;
778
+ this.md = a;
768
779
  this.g("DataToolTipValueFormatMode");
769
780
  },
770
781
  enumerable: false,
@@ -772,10 +783,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
772
783
  });
773
784
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatCulture", {
774
785
  get: function () {
775
- return this.ly;
786
+ return this.mc;
776
787
  },
777
788
  set: function (a) {
778
- this.ly = a;
789
+ this.mc = a;
779
790
  this.g("DataToolTipValueFormatCulture");
780
791
  },
781
792
  enumerable: false,
@@ -783,10 +794,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
783
794
  });
784
795
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatUseGrouping", {
785
796
  get: function () {
786
- return this.b4;
797
+ return this.b6;
787
798
  },
788
799
  set: function (a) {
789
- this.b4 = a;
800
+ this.b6 = a;
790
801
  this.g("DataToolTipValueFormatUseGrouping");
791
802
  },
792
803
  enumerable: false,
@@ -794,10 +805,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
794
805
  });
795
806
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatString", {
796
807
  get: function () {
797
- return this.l0;
808
+ return this.me;
798
809
  },
799
810
  set: function (a) {
800
- this.l0 = a;
811
+ this.me = a;
801
812
  this.g("DataToolTipValueFormatString");
802
813
  },
803
814
  enumerable: false,
@@ -816,10 +827,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
816
827
  });
817
828
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginBottom", {
818
829
  get: function () {
819
- return this.ex;
830
+ return this.e2;
820
831
  },
821
832
  set: function (a) {
822
- this.ex = a;
833
+ this.e2 = a;
823
834
  this.g("DataToolTipValueRowMarginBottom");
824
835
  },
825
836
  enumerable: false,
@@ -827,10 +838,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
827
838
  });
828
839
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginLeft", {
829
840
  get: function () {
830
- return this.ey;
841
+ return this.e3;
831
842
  },
832
843
  set: function (a) {
833
- this.ey = a;
844
+ this.e3 = a;
834
845
  this.g("DataToolTipValueRowMarginLeft");
835
846
  },
836
847
  enumerable: false,
@@ -838,10 +849,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
838
849
  });
839
850
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginRight", {
840
851
  get: function () {
841
- return this.ez;
852
+ return this.e4;
842
853
  },
843
854
  set: function (a) {
844
- this.ez = a;
855
+ this.e4 = a;
845
856
  this.g("DataToolTipValueRowMarginRight");
846
857
  },
847
858
  enumerable: false,
@@ -849,10 +860,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
849
860
  });
850
861
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginTop", {
851
862
  get: function () {
852
- return this.e0;
863
+ return this.e5;
853
864
  },
854
865
  set: function (a) {
855
- this.e0 = a;
866
+ this.e5 = a;
856
867
  this.g("DataToolTipValueRowMarginTop");
857
868
  },
858
869
  enumerable: false,
@@ -860,10 +871,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
860
871
  });
861
872
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowVisible", {
862
873
  get: function () {
863
- return this.b5;
874
+ return this.b7;
864
875
  },
865
876
  set: function (a) {
866
- this.b5 = a;
877
+ this.b7 = a;
867
878
  this.g("DataToolTipValueRowVisible");
868
879
  },
869
880
  enumerable: false,
@@ -871,10 +882,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
871
882
  });
872
883
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextWhenMissingData", {
873
884
  get: function () {
874
- return this.l5;
885
+ return this.mj;
875
886
  },
876
887
  set: function (a) {
877
- this.l5 = a;
888
+ this.mj = a;
878
889
  this.g("DataToolTipValueTextWhenMissingData");
879
890
  },
880
891
  enumerable: false,
@@ -882,10 +893,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
882
893
  });
883
894
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextUseSeriesColors", {
884
895
  get: function () {
885
- return this.b6;
896
+ return this.b8;
886
897
  },
887
898
  set: function (a) {
888
- this.b6 = a;
899
+ this.b8 = a;
889
900
  this.g("DataToolTipValueTextUseSeriesColors");
890
901
  },
891
902
  enumerable: false,
@@ -893,10 +904,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
893
904
  });
894
905
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginBottom", {
895
906
  get: function () {
896
- return this.e2;
907
+ return this.e7;
897
908
  },
898
909
  set: function (a) {
899
- this.e2 = a;
910
+ this.e7 = a;
900
911
  this.g("DataToolTipValueTextMarginBottom");
901
912
  },
902
913
  enumerable: false,
@@ -904,10 +915,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
904
915
  });
905
916
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginLeft", {
906
917
  get: function () {
907
- return this.e3;
918
+ return this.e8;
908
919
  },
909
920
  set: function (a) {
910
- this.e3 = a;
921
+ this.e8 = a;
911
922
  this.g("DataToolTipValueTextMarginLeft");
912
923
  },
913
924
  enumerable: false,
@@ -915,10 +926,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
915
926
  });
916
927
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginRight", {
917
928
  get: function () {
918
- return this.e4;
929
+ return this.e9;
919
930
  },
920
931
  set: function (a) {
921
- this.e4 = a;
932
+ this.e9 = a;
922
933
  this.g("DataToolTipValueTextMarginRight");
923
934
  },
924
935
  enumerable: false,
@@ -926,10 +937,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
926
937
  });
927
938
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginTop", {
928
939
  get: function () {
929
- return this.e5;
940
+ return this.fa;
930
941
  },
931
942
  set: function (a) {
932
- this.e5 = a;
943
+ this.fa = a;
933
944
  this.g("DataToolTipValueTextMarginTop");
934
945
  },
935
946
  enumerable: false,
@@ -937,10 +948,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
937
948
  });
938
949
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextColor", {
939
950
  get: function () {
940
- return this.l1;
951
+ return this.mf;
941
952
  },
942
953
  set: function (a) {
943
- this.l1 = a;
954
+ this.mf = a;
944
955
  this.g("DataToolTipValueTextColor");
945
956
  },
946
957
  enumerable: false,
@@ -948,10 +959,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
948
959
  });
949
960
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontFamily", {
950
961
  get: function () {
951
- return this.l2;
962
+ return this.mg;
952
963
  },
953
964
  set: function (a) {
954
- this.l2 = a;
965
+ this.mg = a;
955
966
  this.g("DataToolTipValueTextFontFamily");
956
967
  },
957
968
  enumerable: false,
@@ -959,10 +970,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
959
970
  });
960
971
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontSize", {
961
972
  get: function () {
962
- return this.e1;
973
+ return this.e6;
963
974
  },
964
975
  set: function (a) {
965
- this.e1 = a;
976
+ this.e6 = a;
966
977
  this.g("DataToolTipValueTextFontSize");
967
978
  },
968
979
  enumerable: false,
@@ -970,10 +981,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
970
981
  });
971
982
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontStyle", {
972
983
  get: function () {
973
- return this.l3;
984
+ return this.mh;
974
985
  },
975
986
  set: function (a) {
976
- this.l3 = a;
987
+ this.mh = a;
977
988
  this.g("DataToolTipValueTextFontStyle");
978
989
  },
979
990
  enumerable: false,
@@ -981,10 +992,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
981
992
  });
982
993
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontWeight", {
983
994
  get: function () {
984
- return this.l4;
995
+ return this.mi;
985
996
  },
986
997
  set: function (a) {
987
- this.l4 = a;
998
+ this.mi = a;
988
999
  this.g("DataToolTipValueTextFontWeight");
989
1000
  },
990
1001
  enumerable: false,
@@ -992,10 +1003,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
992
1003
  });
993
1004
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatString", {
994
1005
  get: function () {
995
- return this.kr;
1006
+ return this.k5;
996
1007
  },
997
1008
  set: function (a) {
998
- this.kr = a;
1009
+ this.k5 = a;
999
1010
  this.g("DataToolTipHeaderFormatString");
1000
1011
  },
1001
1012
  enumerable: false,
@@ -1014,10 +1025,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1025
  });
1015
1026
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatCulture", {
1016
1027
  get: function () {
1017
- return this.kp;
1028
+ return this.k3;
1018
1029
  },
1019
1030
  set: function (a) {
1020
- this.kp = a;
1031
+ this.k3 = a;
1021
1032
  this.g("DataToolTipHeaderFormatCulture");
1022
1033
  },
1023
1034
  enumerable: false,
@@ -1025,10 +1036,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1025
1036
  });
1026
1037
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatDate", {
1027
1038
  get: function () {
1028
- return this.kq;
1039
+ return this.k4;
1029
1040
  },
1030
1041
  set: function (a) {
1031
- this.kq = a;
1042
+ this.k4 = a;
1032
1043
  this.g("DataToolTipHeaderFormatDate");
1033
1044
  },
1034
1045
  enumerable: false,
@@ -1036,10 +1047,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1036
1047
  });
1037
1048
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatTime", {
1038
1049
  get: function () {
1039
- return this.ks;
1050
+ return this.k6;
1040
1051
  },
1041
1052
  set: function (a) {
1042
- this.ks = a;
1053
+ this.k6 = a;
1043
1054
  this.g("DataToolTipHeaderFormatTime");
1044
1055
  },
1045
1056
  enumerable: false,
@@ -1047,10 +1058,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1047
1058
  });
1048
1059
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderText", {
1049
1060
  get: function () {
1050
- return this.kt;
1061
+ return this.k7;
1051
1062
  },
1052
1063
  set: function (a) {
1053
- this.kt = a;
1064
+ this.k7 = a;
1054
1065
  this.g("DataToolTipHeaderText");
1055
1066
  },
1056
1067
  enumerable: false,
@@ -1058,10 +1069,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1058
1069
  });
1059
1070
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextColor", {
1060
1071
  get: function () {
1061
- return this.ku;
1072
+ return this.k8;
1062
1073
  },
1063
1074
  set: function (a) {
1064
- this.ku = a;
1075
+ this.k8 = a;
1065
1076
  this.g("DataToolTipHeaderTextColor");
1066
1077
  },
1067
1078
  enumerable: false,
@@ -1069,10 +1080,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1069
1080
  });
1070
1081
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginBottom", {
1071
1082
  get: function () {
1072
- return this.d0;
1083
+ return this.d5;
1073
1084
  },
1074
1085
  set: function (a) {
1075
- this.d0 = a;
1086
+ this.d5 = a;
1076
1087
  this.g("DataToolTipHeaderTextMarginBottom");
1077
1088
  },
1078
1089
  enumerable: false,
@@ -1080,10 +1091,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1080
1091
  });
1081
1092
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginLeft", {
1082
1093
  get: function () {
1083
- return this.d1;
1094
+ return this.d6;
1084
1095
  },
1085
1096
  set: function (a) {
1086
- this.d1 = a;
1097
+ this.d6 = a;
1087
1098
  this.g("DataToolTipHeaderTextMarginLeft");
1088
1099
  },
1089
1100
  enumerable: false,
@@ -1091,10 +1102,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1091
1102
  });
1092
1103
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginRight", {
1093
1104
  get: function () {
1094
- return this.d2;
1105
+ return this.d7;
1095
1106
  },
1096
1107
  set: function (a) {
1097
- this.d2 = a;
1108
+ this.d7 = a;
1098
1109
  this.g("DataToolTipHeaderTextMarginRight");
1099
1110
  },
1100
1111
  enumerable: false,
@@ -1102,10 +1113,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1102
1113
  });
1103
1114
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginTop", {
1104
1115
  get: function () {
1105
- return this.d3;
1116
+ return this.d8;
1106
1117
  },
1107
1118
  set: function (a) {
1108
- this.d3 = a;
1119
+ this.d8 = a;
1109
1120
  this.g("DataToolTipHeaderTextMarginTop");
1110
1121
  },
1111
1122
  enumerable: false,
@@ -1113,10 +1124,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1113
1124
  });
1114
1125
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginBottom", {
1115
1126
  get: function () {
1116
- return this.dv;
1127
+ return this.d0;
1117
1128
  },
1118
1129
  set: function (a) {
1119
- this.dv = a;
1130
+ this.d0 = a;
1120
1131
  this.g("DataToolTipHeaderRowMarginBottom");
1121
1132
  },
1122
1133
  enumerable: false,
@@ -1124,10 +1135,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1124
1135
  });
1125
1136
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginLeft", {
1126
1137
  get: function () {
1127
- return this.dw;
1138
+ return this.d1;
1128
1139
  },
1129
1140
  set: function (a) {
1130
- this.dw = a;
1141
+ this.d1 = a;
1131
1142
  this.g("DataToolTipHeaderRowMarginLeft");
1132
1143
  },
1133
1144
  enumerable: false,
@@ -1135,10 +1146,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1135
1146
  });
1136
1147
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginRight", {
1137
1148
  get: function () {
1138
- return this.dx;
1149
+ return this.d2;
1139
1150
  },
1140
1151
  set: function (a) {
1141
- this.dx = a;
1152
+ this.d2 = a;
1142
1153
  this.g("DataToolTipHeaderRowMarginRight");
1143
1154
  },
1144
1155
  enumerable: false,
@@ -1146,10 +1157,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1146
1157
  });
1147
1158
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginTop", {
1148
1159
  get: function () {
1149
- return this.dy;
1160
+ return this.d3;
1150
1161
  },
1151
1162
  set: function (a) {
1152
- this.dy = a;
1163
+ this.d3 = a;
1153
1164
  this.g("DataToolTipHeaderRowMarginTop");
1154
1165
  },
1155
1166
  enumerable: false,
@@ -1157,10 +1168,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1157
1168
  });
1158
1169
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowVisible", {
1159
1170
  get: function () {
1160
- return this.b2;
1171
+ return this.b4;
1161
1172
  },
1162
1173
  set: function (a) {
1163
- this.b2 = a;
1174
+ this.b4 = a;
1164
1175
  this.g("DataToolTipHeaderRowVisible");
1165
1176
  },
1166
1177
  enumerable: false,
@@ -1168,10 +1179,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1168
1179
  });
1169
1180
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontFamily", {
1170
1181
  get: function () {
1171
- return this.kv;
1182
+ return this.k9;
1172
1183
  },
1173
1184
  set: function (a) {
1174
- this.kv = a;
1185
+ this.k9 = a;
1175
1186
  this.g("DataToolTipHeaderTextFontFamily");
1176
1187
  },
1177
1188
  enumerable: false,
@@ -1179,10 +1190,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1179
1190
  });
1180
1191
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontSize", {
1181
1192
  get: function () {
1182
- return this.dz;
1193
+ return this.d4;
1183
1194
  },
1184
1195
  set: function (a) {
1185
- this.dz = a;
1196
+ this.d4 = a;
1186
1197
  this.g("DataToolTipHeaderTextFontSize");
1187
1198
  },
1188
1199
  enumerable: false,
@@ -1190,10 +1201,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1190
1201
  });
1191
1202
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontStyle", {
1192
1203
  get: function () {
1193
- return this.kw;
1204
+ return this.la;
1194
1205
  },
1195
1206
  set: function (a) {
1196
- this.kw = a;
1207
+ this.la = a;
1197
1208
  this.g("DataToolTipHeaderTextFontStyle");
1198
1209
  },
1199
1210
  enumerable: false,
@@ -1201,10 +1212,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1201
1212
  });
1202
1213
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontWeight", {
1203
1214
  get: function () {
1204
- return this.kx;
1215
+ return this.lb;
1205
1216
  },
1206
1217
  set: function (a) {
1207
- this.kx = a;
1218
+ this.lb = a;
1208
1219
  this.g("DataToolTipHeaderTextFontWeight");
1209
1220
  },
1210
1221
  enumerable: false,
@@ -1212,10 +1223,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1212
1223
  });
1213
1224
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextColor", {
1214
1225
  get: function () {
1215
- return this.kl;
1226
+ return this.kz;
1216
1227
  },
1217
1228
  set: function (a) {
1218
- this.kl = a;
1229
+ this.kz = a;
1219
1230
  this.g("DataToolTipGroupTextColor");
1220
1231
  },
1221
1232
  enumerable: false,
@@ -1223,10 +1234,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1223
1234
  });
1224
1235
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginBottom", {
1225
1236
  get: function () {
1226
- return this.dr;
1237
+ return this.dw;
1227
1238
  },
1228
1239
  set: function (a) {
1229
- this.dr = a;
1240
+ this.dw = a;
1230
1241
  this.g("DataToolTipGroupTextMarginBottom");
1231
1242
  },
1232
1243
  enumerable: false,
@@ -1234,10 +1245,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1234
1245
  });
1235
1246
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginLeft", {
1236
1247
  get: function () {
1237
- return this.ds;
1248
+ return this.dx;
1238
1249
  },
1239
1250
  set: function (a) {
1240
- this.ds = a;
1251
+ this.dx = a;
1241
1252
  this.g("DataToolTipGroupTextMarginLeft");
1242
1253
  },
1243
1254
  enumerable: false,
@@ -1245,10 +1256,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1245
1256
  });
1246
1257
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginRight", {
1247
1258
  get: function () {
1248
- return this.dt;
1259
+ return this.dy;
1249
1260
  },
1250
1261
  set: function (a) {
1251
- this.dt = a;
1262
+ this.dy = a;
1252
1263
  this.g("DataToolTipGroupTextMarginRight");
1253
1264
  },
1254
1265
  enumerable: false,
@@ -1256,10 +1267,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1256
1267
  });
1257
1268
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextMarginTop", {
1258
1269
  get: function () {
1259
- return this.du;
1270
+ return this.dz;
1260
1271
  },
1261
1272
  set: function (a) {
1262
- this.du = a;
1273
+ this.dz = a;
1263
1274
  this.g("DataToolTipGroupTextMarginTop");
1264
1275
  },
1265
1276
  enumerable: false,
@@ -1267,10 +1278,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1267
1278
  });
1268
1279
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginBottom", {
1269
1280
  get: function () {
1270
- return this.dl;
1281
+ return this.dr;
1271
1282
  },
1272
1283
  set: function (a) {
1273
- this.dl = a;
1284
+ this.dr = a;
1274
1285
  this.g("DataToolTipGroupRowMarginBottom");
1275
1286
  },
1276
1287
  enumerable: false,
@@ -1278,10 +1289,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1278
1289
  });
1279
1290
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginLeft", {
1280
1291
  get: function () {
1281
- return this.dm;
1292
+ return this.ds;
1282
1293
  },
1283
1294
  set: function (a) {
1284
- this.dm = a;
1295
+ this.ds = a;
1285
1296
  this.g("DataToolTipGroupRowMarginLeft");
1286
1297
  },
1287
1298
  enumerable: false,
@@ -1289,10 +1300,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1289
1300
  });
1290
1301
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginRight", {
1291
1302
  get: function () {
1292
- return this.dn;
1303
+ return this.dt;
1293
1304
  },
1294
1305
  set: function (a) {
1295
- this.dn = a;
1306
+ this.dt = a;
1296
1307
  this.g("DataToolTipGroupRowMarginRight");
1297
1308
  },
1298
1309
  enumerable: false,
@@ -1300,10 +1311,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1300
1311
  });
1301
1312
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowMarginTop", {
1302
1313
  get: function () {
1303
- return this.dp;
1314
+ return this.du;
1304
1315
  },
1305
1316
  set: function (a) {
1306
- this.dp = a;
1317
+ this.du = a;
1307
1318
  this.g("DataToolTipGroupRowMarginTop");
1308
1319
  },
1309
1320
  enumerable: false,
@@ -1311,10 +1322,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1311
1322
  });
1312
1323
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupRowVisible", {
1313
1324
  get: function () {
1314
- return this.b1;
1325
+ return this.b3;
1315
1326
  },
1316
1327
  set: function (a) {
1317
- this.b1 = a;
1328
+ this.b3 = a;
1318
1329
  this.g("DataToolTipGroupRowVisible");
1319
1330
  },
1320
1331
  enumerable: false,
@@ -1322,10 +1333,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1322
1333
  });
1323
1334
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontFamily", {
1324
1335
  get: function () {
1325
- return this.km;
1336
+ return this.k0;
1326
1337
  },
1327
1338
  set: function (a) {
1328
- this.km = a;
1339
+ this.k0 = a;
1329
1340
  this.g("DataToolTipGroupTextFontFamily");
1330
1341
  },
1331
1342
  enumerable: false,
@@ -1333,10 +1344,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1333
1344
  });
1334
1345
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontSize", {
1335
1346
  get: function () {
1336
- return this.dq;
1347
+ return this.dv;
1337
1348
  },
1338
1349
  set: function (a) {
1339
- this.dq = a;
1350
+ this.dv = a;
1340
1351
  this.g("DataToolTipGroupTextFontSize");
1341
1352
  },
1342
1353
  enumerable: false,
@@ -1344,10 +1355,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1344
1355
  });
1345
1356
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontStyle", {
1346
1357
  get: function () {
1347
- return this.kn;
1358
+ return this.k1;
1348
1359
  },
1349
1360
  set: function (a) {
1350
- this.kn = a;
1361
+ this.k1 = a;
1351
1362
  this.g("DataToolTipGroupTextFontStyle");
1352
1363
  },
1353
1364
  enumerable: false,
@@ -1355,10 +1366,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1355
1366
  });
1356
1367
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupTextFontWeight", {
1357
1368
  get: function () {
1358
- return this.ko;
1369
+ return this.k2;
1359
1370
  },
1360
1371
  set: function (a) {
1361
- this.ko = a;
1372
+ this.k2 = a;
1362
1373
  this.g("DataToolTipGroupTextFontWeight");
1363
1374
  },
1364
1375
  enumerable: false,
@@ -1366,10 +1377,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1366
1377
  });
1367
1378
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextColor", {
1368
1379
  get: function () {
1369
- return this.k9;
1380
+ return this.ln;
1370
1381
  },
1371
1382
  set: function (a) {
1372
- this.k9 = a;
1383
+ this.ln = a;
1373
1384
  this.g("DataToolTipSummaryTitleTextColor");
1374
1385
  },
1375
1386
  enumerable: false,
@@ -1377,10 +1388,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1377
1388
  });
1378
1389
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontFamily", {
1379
1390
  get: function () {
1380
- return this.la;
1391
+ return this.lo;
1381
1392
  },
1382
1393
  set: function (a) {
1383
- this.la = a;
1394
+ this.lo = a;
1384
1395
  this.g("DataToolTipSummaryTitleTextFontFamily");
1385
1396
  },
1386
1397
  enumerable: false,
@@ -1388,10 +1399,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1388
1399
  });
1389
1400
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontSize", {
1390
1401
  get: function () {
1391
- return this.eg;
1402
+ return this.el;
1392
1403
  },
1393
1404
  set: function (a) {
1394
- this.eg = a;
1405
+ this.el = a;
1395
1406
  this.g("DataToolTipSummaryTitleTextFontSize");
1396
1407
  },
1397
1408
  enumerable: false,
@@ -1399,10 +1410,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1399
1410
  });
1400
1411
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontStyle", {
1401
1412
  get: function () {
1402
- return this.lb;
1413
+ return this.lp;
1403
1414
  },
1404
1415
  set: function (a) {
1405
- this.lb = a;
1416
+ this.lp = a;
1406
1417
  this.g("DataToolTipSummaryTitleTextFontStyle");
1407
1418
  },
1408
1419
  enumerable: false,
@@ -1410,10 +1421,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1410
1421
  });
1411
1422
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontWeight", {
1412
1423
  get: function () {
1413
- return this.lc;
1424
+ return this.lq;
1414
1425
  },
1415
1426
  set: function (a) {
1416
- this.lc = a;
1427
+ this.lq = a;
1417
1428
  this.g("DataToolTipSummaryTitleTextFontWeight");
1418
1429
  },
1419
1430
  enumerable: false,
@@ -1421,10 +1432,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1421
1432
  });
1422
1433
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryType", {
1423
1434
  get: function () {
1424
- return this.ld;
1435
+ return this.lr;
1425
1436
  },
1426
1437
  set: function (a) {
1427
- this.ld = a;
1438
+ this.lr = a;
1428
1439
  this.g("DataToolTipSummaryType");
1429
1440
  },
1430
1441
  enumerable: false,
@@ -1432,10 +1443,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1432
1443
  });
1433
1444
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleText", {
1434
1445
  get: function () {
1435
- return this.k8;
1446
+ return this.lm;
1436
1447
  },
1437
1448
  set: function (a) {
1438
- this.k8 = a;
1449
+ this.lm = a;
1439
1450
  this.g("DataToolTipSummaryTitleText");
1440
1451
  },
1441
1452
  enumerable: false,
@@ -1443,10 +1454,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1443
1454
  });
1444
1455
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginBottom", {
1445
1456
  get: function () {
1446
- return this.eh;
1457
+ return this.em;
1447
1458
  },
1448
1459
  set: function (a) {
1449
- this.eh = a;
1460
+ this.em = a;
1450
1461
  this.g("DataToolTipSummaryTitleTextMarginBottom");
1451
1462
  },
1452
1463
  enumerable: false,
@@ -1454,10 +1465,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1454
1465
  });
1455
1466
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginLeft", {
1456
1467
  get: function () {
1457
- return this.ei;
1468
+ return this.en;
1458
1469
  },
1459
1470
  set: function (a) {
1460
- this.ei = a;
1471
+ this.en = a;
1461
1472
  this.g("DataToolTipSummaryTitleTextMarginLeft");
1462
1473
  },
1463
1474
  enumerable: false,
@@ -1465,10 +1476,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1465
1476
  });
1466
1477
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginRight", {
1467
1478
  get: function () {
1468
- return this.ej;
1479
+ return this.eo;
1469
1480
  },
1470
1481
  set: function (a) {
1471
- this.ej = a;
1482
+ this.eo = a;
1472
1483
  this.g("DataToolTipSummaryTitleTextMarginRight");
1473
1484
  },
1474
1485
  enumerable: false,
@@ -1476,10 +1487,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1476
1487
  });
1477
1488
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginTop", {
1478
1489
  get: function () {
1479
- return this.ek;
1490
+ return this.ep;
1480
1491
  },
1481
1492
  set: function (a) {
1482
- this.ek = a;
1493
+ this.ep = a;
1483
1494
  this.g("DataToolTipSummaryTitleTextMarginTop");
1484
1495
  },
1485
1496
  enumerable: false,
@@ -1487,10 +1498,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1487
1498
  });
1488
1499
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginBottom", {
1489
1500
  get: function () {
1490
- return this.ec;
1501
+ return this.eh;
1491
1502
  },
1492
1503
  set: function (a) {
1493
- this.ec = a;
1504
+ this.eh = a;
1494
1505
  this.g("DataToolTipSummaryRowMarginBottom");
1495
1506
  },
1496
1507
  enumerable: false,
@@ -1498,10 +1509,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1498
1509
  });
1499
1510
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginLeft", {
1500
1511
  get: function () {
1501
- return this.ed;
1512
+ return this.ei;
1502
1513
  },
1503
1514
  set: function (a) {
1504
- this.ed = a;
1515
+ this.ei = a;
1505
1516
  this.g("DataToolTipSummaryRowMarginLeft");
1506
1517
  },
1507
1518
  enumerable: false,
@@ -1509,10 +1520,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1509
1520
  });
1510
1521
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginRight", {
1511
1522
  get: function () {
1512
- return this.ee;
1523
+ return this.ej;
1513
1524
  },
1514
1525
  set: function (a) {
1515
- this.ee = a;
1526
+ this.ej = a;
1516
1527
  this.g("DataToolTipSummaryRowMarginRight");
1517
1528
  },
1518
1529
  enumerable: false,
@@ -1520,10 +1531,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1520
1531
  });
1521
1532
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginTop", {
1522
1533
  get: function () {
1523
- return this.ef;
1534
+ return this.ek;
1524
1535
  },
1525
1536
  set: function (a) {
1526
- this.ef = a;
1537
+ this.ek = a;
1527
1538
  this.g("DataToolTipSummaryRowMarginTop");
1528
1539
  },
1529
1540
  enumerable: false,
@@ -1531,10 +1542,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1531
1542
  });
1532
1543
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextColor", {
1533
1544
  get: function () {
1534
- return this.lj;
1545
+ return this.lx;
1535
1546
  },
1536
1547
  set: function (a) {
1537
- this.lj = a;
1548
+ this.lx = a;
1538
1549
  this.g("DataToolTipSummaryValueTextColor");
1539
1550
  },
1540
1551
  enumerable: false,
@@ -1542,10 +1553,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1542
1553
  });
1543
1554
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontFamily", {
1544
1555
  get: function () {
1545
- return this.lk;
1556
+ return this.ly;
1546
1557
  },
1547
1558
  set: function (a) {
1548
- this.lk = a;
1559
+ this.ly = a;
1549
1560
  this.g("DataToolTipSummaryValueTextFontFamily");
1550
1561
  },
1551
1562
  enumerable: false,
@@ -1553,10 +1564,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1553
1564
  });
1554
1565
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontSize", {
1555
1566
  get: function () {
1556
- return this.em;
1567
+ return this.er;
1557
1568
  },
1558
1569
  set: function (a) {
1559
- this.em = a;
1570
+ this.er = a;
1560
1571
  this.g("DataToolTipSummaryValueTextFontSize");
1561
1572
  },
1562
1573
  enumerable: false,
@@ -1564,10 +1575,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1564
1575
  });
1565
1576
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontStyle", {
1566
1577
  get: function () {
1567
- return this.ll;
1578
+ return this.lz;
1568
1579
  },
1569
1580
  set: function (a) {
1570
- this.ll = a;
1581
+ this.lz = a;
1571
1582
  this.g("DataToolTipSummaryValueTextFontStyle");
1572
1583
  },
1573
1584
  enumerable: false,
@@ -1575,10 +1586,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1575
1586
  });
1576
1587
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontWeight", {
1577
1588
  get: function () {
1578
- return this.lm;
1589
+ return this.l0;
1579
1590
  },
1580
1591
  set: function (a) {
1581
- this.lm = a;
1592
+ this.l0 = a;
1582
1593
  this.g("DataToolTipSummaryValueTextFontWeight");
1583
1594
  },
1584
1595
  enumerable: false,
@@ -1586,10 +1597,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1586
1597
  });
1587
1598
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelText", {
1588
1599
  get: function () {
1589
- return this.k3;
1600
+ return this.lh;
1590
1601
  },
1591
1602
  set: function (a) {
1592
- this.k3 = a;
1603
+ this.lh = a;
1593
1604
  this.g("DataToolTipSummaryLabelText");
1594
1605
  },
1595
1606
  enumerable: false,
@@ -1597,10 +1608,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1597
1608
  });
1598
1609
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextColor", {
1599
1610
  get: function () {
1600
- return this.k4;
1611
+ return this.li;
1601
1612
  },
1602
1613
  set: function (a) {
1603
- this.k4 = a;
1614
+ this.li = a;
1604
1615
  this.g("DataToolTipSummaryLabelTextColor");
1605
1616
  },
1606
1617
  enumerable: false,
@@ -1608,10 +1619,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1608
1619
  });
1609
1620
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontFamily", {
1610
1621
  get: function () {
1611
- return this.k5;
1622
+ return this.lj;
1612
1623
  },
1613
1624
  set: function (a) {
1614
- this.k5 = a;
1625
+ this.lj = a;
1615
1626
  this.g("DataToolTipSummaryLabelTextFontFamily");
1616
1627
  },
1617
1628
  enumerable: false,
@@ -1619,10 +1630,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1619
1630
  });
1620
1631
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontSize", {
1621
1632
  get: function () {
1622
- return this.eb;
1633
+ return this.eg;
1623
1634
  },
1624
1635
  set: function (a) {
1625
- this.eb = a;
1636
+ this.eg = a;
1626
1637
  this.g("DataToolTipSummaryLabelTextFontSize");
1627
1638
  },
1628
1639
  enumerable: false,
@@ -1630,10 +1641,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1630
1641
  });
1631
1642
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontStyle", {
1632
1643
  get: function () {
1633
- return this.k6;
1644
+ return this.lk;
1634
1645
  },
1635
1646
  set: function (a) {
1636
- this.k6 = a;
1647
+ this.lk = a;
1637
1648
  this.g("DataToolTipSummaryLabelTextFontStyle");
1638
1649
  },
1639
1650
  enumerable: false,
@@ -1641,10 +1652,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1641
1652
  });
1642
1653
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontWeight", {
1643
1654
  get: function () {
1644
- return this.k7;
1655
+ return this.ll;
1645
1656
  },
1646
1657
  set: function (a) {
1647
- this.k7 = a;
1658
+ this.ll = a;
1648
1659
  this.g("DataToolTipSummaryLabelTextFontWeight");
1649
1660
  },
1650
1661
  enumerable: false,
@@ -1652,10 +1663,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1652
1663
  });
1653
1664
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsText", {
1654
1665
  get: function () {
1655
- return this.le;
1666
+ return this.ls;
1656
1667
  },
1657
1668
  set: function (a) {
1658
- this.le = a;
1669
+ this.ls = a;
1659
1670
  this.g("DataToolTipSummaryUnitsText");
1660
1671
  },
1661
1672
  enumerable: false,
@@ -1663,10 +1674,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1663
1674
  });
1664
1675
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextColor", {
1665
1676
  get: function () {
1666
- return this.lf;
1677
+ return this.lt;
1667
1678
  },
1668
1679
  set: function (a) {
1669
- this.lf = a;
1680
+ this.lt = a;
1670
1681
  this.g("DataToolTipSummaryUnitsTextColor");
1671
1682
  },
1672
1683
  enumerable: false,
@@ -1674,10 +1685,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1674
1685
  });
1675
1686
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontFamily", {
1676
1687
  get: function () {
1677
- return this.lg;
1688
+ return this.lu;
1678
1689
  },
1679
1690
  set: function (a) {
1680
- this.lg = a;
1691
+ this.lu = a;
1681
1692
  this.g("DataToolTipSummaryUnitsTextFontFamily");
1682
1693
  },
1683
1694
  enumerable: false,
@@ -1685,10 +1696,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1685
1696
  });
1686
1697
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontSize", {
1687
1698
  get: function () {
1688
- return this.el;
1699
+ return this.eq;
1689
1700
  },
1690
1701
  set: function (a) {
1691
- this.el = a;
1702
+ this.eq = a;
1692
1703
  this.g("DataToolTipSummaryUnitsTextFontSize");
1693
1704
  },
1694
1705
  enumerable: false,
@@ -1696,10 +1707,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1696
1707
  });
1697
1708
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontStyle", {
1698
1709
  get: function () {
1699
- return this.lh;
1710
+ return this.lv;
1700
1711
  },
1701
1712
  set: function (a) {
1702
- this.lh = a;
1713
+ this.lv = a;
1703
1714
  this.g("DataToolTipSummaryUnitsTextFontStyle");
1704
1715
  },
1705
1716
  enumerable: false,
@@ -1707,10 +1718,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1707
1718
  });
1708
1719
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontWeight", {
1709
1720
  get: function () {
1710
- return this.li;
1721
+ return this.lw;
1711
1722
  },
1712
1723
  set: function (a) {
1713
- this.li = a;
1724
+ this.lw = a;
1714
1725
  this.g("DataToolTipSummaryUnitsTextFontWeight");
1715
1726
  },
1716
1727
  enumerable: false,
@@ -1718,10 +1729,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1718
1729
  });
1719
1730
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginBottom", {
1720
1731
  get: function () {
1721
- return this.df;
1732
+ return this.dk;
1722
1733
  },
1723
1734
  set: function (a) {
1724
- this.df = a;
1735
+ this.dk = a;
1725
1736
  this.g("DataToolTipBadgeMarginBottom");
1726
1737
  },
1727
1738
  enumerable: false,
@@ -1729,10 +1740,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1729
1740
  });
1730
1741
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginLeft", {
1731
1742
  get: function () {
1732
- return this.dg;
1743
+ return this.dl;
1733
1744
  },
1734
1745
  set: function (a) {
1735
- this.dg = a;
1746
+ this.dl = a;
1736
1747
  this.g("DataToolTipBadgeMarginLeft");
1737
1748
  },
1738
1749
  enumerable: false,
@@ -1740,10 +1751,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1740
1751
  });
1741
1752
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginRight", {
1742
1753
  get: function () {
1743
- return this.dh;
1754
+ return this.dm;
1744
1755
  },
1745
1756
  set: function (a) {
1746
- this.dh = a;
1757
+ this.dm = a;
1747
1758
  this.g("DataToolTipBadgeMarginRight");
1748
1759
  },
1749
1760
  enumerable: false,
@@ -1751,10 +1762,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1751
1762
  });
1752
1763
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginTop", {
1753
1764
  get: function () {
1754
- return this.di;
1765
+ return this.dn;
1755
1766
  },
1756
1767
  set: function (a) {
1757
- this.di = a;
1768
+ this.dn = a;
1758
1769
  this.g("DataToolTipBadgeMarginTop");
1759
1770
  },
1760
1771
  enumerable: false,
@@ -1762,10 +1773,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1762
1773
  });
1763
1774
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeShape", {
1764
1775
  get: function () {
1765
- return this.kh;
1776
+ return this.kv;
1766
1777
  },
1767
1778
  set: function (a) {
1768
- this.kh = a;
1779
+ this.kv = a;
1769
1780
  this.g("DataToolTipBadgeShape");
1770
1781
  },
1771
1782
  enumerable: false,
@@ -1773,10 +1784,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1773
1784
  });
1774
1785
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsDisplayMode", {
1775
1786
  get: function () {
1776
- return this.lr;
1787
+ return this.l5;
1777
1788
  },
1778
1789
  set: function (a) {
1779
- this.lr = a;
1790
+ this.l5 = a;
1780
1791
  this.g("DataToolTipUnitsDisplayMode");
1781
1792
  },
1782
1793
  enumerable: false,
@@ -1784,10 +1795,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1784
1795
  });
1785
1796
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsText", {
1786
1797
  get: function () {
1787
- return this.ls;
1798
+ return this.l6;
1788
1799
  },
1789
1800
  set: function (a) {
1790
- this.ls = a;
1801
+ this.l6 = a;
1791
1802
  this.g("DataToolTipUnitsText");
1792
1803
  },
1793
1804
  enumerable: false,
@@ -1795,10 +1806,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1795
1806
  });
1796
1807
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextColor", {
1797
1808
  get: function () {
1798
- return this.lt;
1809
+ return this.l7;
1799
1810
  },
1800
1811
  set: function (a) {
1801
- this.lt = a;
1812
+ this.l7 = a;
1802
1813
  this.g("DataToolTipUnitsTextColor");
1803
1814
  },
1804
1815
  enumerable: false,
@@ -1806,10 +1817,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1806
1817
  });
1807
1818
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginBottom", {
1808
1819
  get: function () {
1809
- return this.et;
1820
+ return this.ey;
1810
1821
  },
1811
1822
  set: function (a) {
1812
- this.et = a;
1823
+ this.ey = a;
1813
1824
  this.g("DataToolTipUnitsTextMarginBottom");
1814
1825
  },
1815
1826
  enumerable: false,
@@ -1817,10 +1828,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1817
1828
  });
1818
1829
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginLeft", {
1819
1830
  get: function () {
1820
- return this.eu;
1831
+ return this.ez;
1821
1832
  },
1822
1833
  set: function (a) {
1823
- this.eu = a;
1834
+ this.ez = a;
1824
1835
  this.g("DataToolTipUnitsTextMarginLeft");
1825
1836
  },
1826
1837
  enumerable: false,
@@ -1828,10 +1839,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1828
1839
  });
1829
1840
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginRight", {
1830
1841
  get: function () {
1831
- return this.ev;
1842
+ return this.e0;
1832
1843
  },
1833
1844
  set: function (a) {
1834
- this.ev = a;
1845
+ this.e0 = a;
1835
1846
  this.g("DataToolTipUnitsTextMarginRight");
1836
1847
  },
1837
1848
  enumerable: false,
@@ -1839,10 +1850,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1839
1850
  });
1840
1851
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginTop", {
1841
1852
  get: function () {
1842
- return this.ew;
1853
+ return this.e1;
1843
1854
  },
1844
1855
  set: function (a) {
1845
- this.ew = a;
1856
+ this.e1 = a;
1846
1857
  this.g("DataToolTipUnitsTextMarginTop");
1847
1858
  },
1848
1859
  enumerable: false,
@@ -1850,10 +1861,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1850
1861
  });
1851
1862
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontFamily", {
1852
1863
  get: function () {
1853
- return this.lu;
1864
+ return this.l8;
1854
1865
  },
1855
1866
  set: function (a) {
1856
- this.lu = a;
1867
+ this.l8 = a;
1857
1868
  this.g("DataToolTipUnitsTextFontFamily");
1858
1869
  },
1859
1870
  enumerable: false,
@@ -1861,10 +1872,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1861
1872
  });
1862
1873
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontSize", {
1863
1874
  get: function () {
1864
- return this.es;
1875
+ return this.ex;
1865
1876
  },
1866
1877
  set: function (a) {
1867
- this.es = a;
1878
+ this.ex = a;
1868
1879
  this.g("DataToolTipUnitsTextFontSize");
1869
1880
  },
1870
1881
  enumerable: false,
@@ -1872,10 +1883,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1872
1883
  });
1873
1884
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontStyle", {
1874
1885
  get: function () {
1875
- return this.lv;
1886
+ return this.l9;
1876
1887
  },
1877
1888
  set: function (a) {
1878
- this.lv = a;
1889
+ this.l9 = a;
1879
1890
  this.g("DataToolTipUnitsTextFontStyle");
1880
1891
  },
1881
1892
  enumerable: false,
@@ -1883,10 +1894,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1883
1894
  });
1884
1895
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontWeight", {
1885
1896
  get: function () {
1886
- return this.lw;
1897
+ return this.ma;
1887
1898
  },
1888
1899
  set: function (a) {
1889
- this.lw = a;
1900
+ this.ma = a;
1890
1901
  this.g("DataToolTipUnitsTextFontWeight");
1891
1902
  },
1892
1903
  enumerable: false,
@@ -1894,10 +1905,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1894
1905
  });
1895
1906
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginBottom", {
1896
1907
  get: function () {
1897
- return this.eo;
1908
+ return this.et;
1898
1909
  },
1899
1910
  set: function (a) {
1900
- this.eo = a;
1911
+ this.et = a;
1901
1912
  this.g("DataToolTipTitleTextMarginBottom");
1902
1913
  },
1903
1914
  enumerable: false,
@@ -1905,10 +1916,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1905
1916
  });
1906
1917
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginLeft", {
1907
1918
  get: function () {
1908
- return this.ep;
1919
+ return this.eu;
1909
1920
  },
1910
1921
  set: function (a) {
1911
- this.ep = a;
1922
+ this.eu = a;
1912
1923
  this.g("DataToolTipTitleTextMarginLeft");
1913
1924
  },
1914
1925
  enumerable: false,
@@ -1916,10 +1927,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1916
1927
  });
1917
1928
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginRight", {
1918
1929
  get: function () {
1919
- return this.eq;
1930
+ return this.ev;
1920
1931
  },
1921
1932
  set: function (a) {
1922
- this.eq = a;
1933
+ this.ev = a;
1923
1934
  this.g("DataToolTipTitleTextMarginRight");
1924
1935
  },
1925
1936
  enumerable: false,
@@ -1927,10 +1938,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1927
1938
  });
1928
1939
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginTop", {
1929
1940
  get: function () {
1930
- return this.er;
1941
+ return this.ew;
1931
1942
  },
1932
1943
  set: function (a) {
1933
- this.er = a;
1944
+ this.ew = a;
1934
1945
  this.g("DataToolTipTitleTextMarginTop");
1935
1946
  },
1936
1947
  enumerable: false,
@@ -1938,10 +1949,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1938
1949
  });
1939
1950
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextColor", {
1940
1951
  get: function () {
1941
- return this.ln;
1952
+ return this.l1;
1942
1953
  },
1943
1954
  set: function (a) {
1944
- this.ln = a;
1955
+ this.l1 = a;
1945
1956
  this.g("DataToolTipTitleTextColor");
1946
1957
  },
1947
1958
  enumerable: false,
@@ -1949,10 +1960,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1949
1960
  });
1950
1961
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontFamily", {
1951
1962
  get: function () {
1952
- return this.lo;
1963
+ return this.l2;
1953
1964
  },
1954
1965
  set: function (a) {
1955
- this.lo = a;
1966
+ this.l2 = a;
1956
1967
  this.g("DataToolTipTitleTextFontFamily");
1957
1968
  },
1958
1969
  enumerable: false,
@@ -1960,10 +1971,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1960
1971
  });
1961
1972
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontSize", {
1962
1973
  get: function () {
1963
- return this.en;
1974
+ return this.es;
1964
1975
  },
1965
1976
  set: function (a) {
1966
- this.en = a;
1977
+ this.es = a;
1967
1978
  this.g("DataToolTipTitleTextFontSize");
1968
1979
  },
1969
1980
  enumerable: false,
@@ -1971,10 +1982,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1971
1982
  });
1972
1983
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontStyle", {
1973
1984
  get: function () {
1974
- return this.lp;
1985
+ return this.l3;
1975
1986
  },
1976
1987
  set: function (a) {
1977
- this.lp = a;
1988
+ this.l3 = a;
1978
1989
  this.g("DataToolTipTitleTextFontStyle");
1979
1990
  },
1980
1991
  enumerable: false,
@@ -1982,10 +1993,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1982
1993
  });
1983
1994
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontWeight", {
1984
1995
  get: function () {
1985
- return this.lq;
1996
+ return this.l4;
1986
1997
  },
1987
1998
  set: function (a) {
1988
- this.lq = a;
1999
+ this.l4 = a;
1989
2000
  this.g("DataToolTipTitleTextFontWeight");
1990
2001
  },
1991
2002
  enumerable: false,
@@ -1993,10 +2004,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1993
2004
  });
1994
2005
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelDisplayMode", {
1995
2006
  get: function () {
1996
- return this.ky;
2007
+ return this.lc;
1997
2008
  },
1998
2009
  set: function (a) {
1999
- this.ky = a;
2010
+ this.lc = a;
2000
2011
  this.g("DataToolTipLabelDisplayMode");
2001
2012
  },
2002
2013
  enumerable: false,
@@ -2004,10 +2015,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2004
2015
  });
2005
2016
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextColor", {
2006
2017
  get: function () {
2007
- return this.kz;
2018
+ return this.ld;
2008
2019
  },
2009
2020
  set: function (a) {
2010
- this.kz = a;
2021
+ this.ld = a;
2011
2022
  this.g("DataToolTipLabelTextColor");
2012
2023
  },
2013
2024
  enumerable: false,
@@ -2015,10 +2026,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2015
2026
  });
2016
2027
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginBottom", {
2017
2028
  get: function () {
2018
- return this.d5;
2029
+ return this.ea;
2019
2030
  },
2020
2031
  set: function (a) {
2021
- this.d5 = a;
2032
+ this.ea = a;
2022
2033
  this.g("DataToolTipLabelTextMarginBottom");
2023
2034
  },
2024
2035
  enumerable: false,
@@ -2026,10 +2037,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2026
2037
  });
2027
2038
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginLeft", {
2028
2039
  get: function () {
2029
- return this.d6;
2040
+ return this.eb;
2030
2041
  },
2031
2042
  set: function (a) {
2032
- this.d6 = a;
2043
+ this.eb = a;
2033
2044
  this.g("DataToolTipLabelTextMarginLeft");
2034
2045
  },
2035
2046
  enumerable: false,
@@ -2037,10 +2048,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2037
2048
  });
2038
2049
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginRight", {
2039
2050
  get: function () {
2040
- return this.d7;
2051
+ return this.ec;
2041
2052
  },
2042
2053
  set: function (a) {
2043
- this.d7 = a;
2054
+ this.ec = a;
2044
2055
  this.g("DataToolTipLabelTextMarginRight");
2045
2056
  },
2046
2057
  enumerable: false,
@@ -2048,10 +2059,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2048
2059
  });
2049
2060
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginTop", {
2050
2061
  get: function () {
2051
- return this.d8;
2062
+ return this.ed;
2052
2063
  },
2053
2064
  set: function (a) {
2054
- this.d8 = a;
2065
+ this.ed = a;
2055
2066
  this.g("DataToolTipLabelTextMarginTop");
2056
2067
  },
2057
2068
  enumerable: false,
@@ -2059,10 +2070,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2059
2070
  });
2060
2071
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontFamily", {
2061
2072
  get: function () {
2062
- return this.k0;
2073
+ return this.le;
2063
2074
  },
2064
2075
  set: function (a) {
2065
- this.k0 = a;
2076
+ this.le = a;
2066
2077
  this.g("DataToolTipLabelTextFontFamily");
2067
2078
  },
2068
2079
  enumerable: false,
@@ -2070,10 +2081,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2070
2081
  });
2071
2082
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontSize", {
2072
2083
  get: function () {
2073
- return this.d4;
2084
+ return this.d9;
2074
2085
  },
2075
2086
  set: function (a) {
2076
- this.d4 = a;
2087
+ this.d9 = a;
2077
2088
  this.g("DataToolTipLabelTextFontSize");
2078
2089
  },
2079
2090
  enumerable: false,
@@ -2081,10 +2092,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2081
2092
  });
2082
2093
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontStyle", {
2083
2094
  get: function () {
2084
- return this.k1;
2095
+ return this.lf;
2085
2096
  },
2086
2097
  set: function (a) {
2087
- this.k1 = a;
2098
+ this.lf = a;
2088
2099
  this.g("DataToolTipLabelTextFontStyle");
2089
2100
  },
2090
2101
  enumerable: false,
@@ -2092,10 +2103,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2092
2103
  });
2093
2104
  Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontWeight", {
2094
2105
  get: function () {
2095
- return this.k2;
2106
+ return this.lg;
2096
2107
  },
2097
2108
  set: function (a) {
2098
- this.k2 = a;
2109
+ this.lg = a;
2099
2110
  this.g("DataToolTipLabelTextFontWeight");
2100
2111
  },
2101
2112
  enumerable: false,
@@ -2169,10 +2180,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2169
2180
  });
2170
2181
  Object.defineProperty(DomainChartDescription.prototype, "selectionMode", {
2171
2182
  get: function () {
2172
- return this.m8;
2183
+ return this.nm;
2173
2184
  },
2174
2185
  set: function (a) {
2175
- this.m8 = a;
2186
+ this.nm = a;
2176
2187
  this.g("SelectionMode");
2177
2188
  },
2178
2189
  enumerable: false,
@@ -2180,10 +2191,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2180
2191
  });
2181
2192
  Object.defineProperty(DomainChartDescription.prototype, "focusMode", {
2182
2193
  get: function () {
2183
- return this.mb;
2194
+ return this.mp;
2184
2195
  },
2185
2196
  set: function (a) {
2186
- this.mb = a;
2197
+ this.mp = a;
2187
2198
  this.g("FocusMode");
2188
2199
  },
2189
2200
  enumerable: false,
@@ -2191,10 +2202,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2191
2202
  });
2192
2203
  Object.defineProperty(DomainChartDescription.prototype, "selectionBrush", {
2193
2204
  get: function () {
2194
- return this.m7;
2205
+ return this.nl;
2195
2206
  },
2196
2207
  set: function (a) {
2197
- this.m7 = a;
2208
+ this.nl = a;
2198
2209
  this.g("SelectionBrush");
2199
2210
  },
2200
2211
  enumerable: false,
@@ -2202,10 +2213,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2202
2213
  });
2203
2214
  Object.defineProperty(DomainChartDescription.prototype, "focusBrush", {
2204
2215
  get: function () {
2205
- return this.l9;
2216
+ return this.mn;
2206
2217
  },
2207
2218
  set: function (a) {
2208
- this.l9 = a;
2219
+ this.mn = a;
2209
2220
  this.g("FocusBrush");
2210
2221
  },
2211
2222
  enumerable: false,
@@ -2213,10 +2224,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2213
2224
  });
2214
2225
  Object.defineProperty(DomainChartDescription.prototype, "selectionBehavior", {
2215
2226
  get: function () {
2216
- return this.m6;
2227
+ return this.nk;
2217
2228
  },
2218
2229
  set: function (a) {
2219
- this.m6 = a;
2230
+ this.nk = a;
2220
2231
  this.g("SelectionBehavior");
2221
2232
  },
2222
2233
  enumerable: false,
@@ -2312,10 +2323,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2312
2323
  });
2313
2324
  Object.defineProperty(DomainChartDescription.prototype, "initialSorts", {
2314
2325
  get: function () {
2315
- return this.mp;
2326
+ return this.m3;
2316
2327
  },
2317
2328
  set: function (a) {
2318
- this.mp = a;
2329
+ this.m3 = a;
2319
2330
  this.g("InitialSorts");
2320
2331
  },
2321
2332
  enumerable: false,
@@ -2323,10 +2334,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2323
2334
  });
2324
2335
  Object.defineProperty(DomainChartDescription.prototype, "groupSorts", {
2325
2336
  get: function () {
2326
- return this.mc;
2337
+ return this.mq;
2327
2338
  },
2328
2339
  set: function (a) {
2329
- this.mc = a;
2340
+ this.mq = a;
2330
2341
  this.g("GroupSorts");
2331
2342
  },
2332
2343
  enumerable: false,
@@ -2334,10 +2345,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2334
2345
  });
2335
2346
  Object.defineProperty(DomainChartDescription.prototype, "initialGroups", {
2336
2347
  get: function () {
2337
- return this.mn;
2348
+ return this.m1;
2338
2349
  },
2339
2350
  set: function (a) {
2340
- this.mn = a;
2351
+ this.m1 = a;
2341
2352
  this.g("InitialGroups");
2342
2353
  },
2343
2354
  enumerable: false,
@@ -2345,10 +2356,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2345
2356
  });
2346
2357
  Object.defineProperty(DomainChartDescription.prototype, "initialFilter", {
2347
2358
  get: function () {
2348
- return this.mm;
2359
+ return this.m0;
2349
2360
  },
2350
2361
  set: function (a) {
2351
- this.mm = a;
2362
+ this.m0 = a;
2352
2363
  this.g("InitialFilter");
2353
2364
  },
2354
2365
  enumerable: false,
@@ -2356,10 +2367,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2356
2367
  });
2357
2368
  Object.defineProperty(DomainChartDescription.prototype, "initialHighlightFilter", {
2358
2369
  get: function () {
2359
- return this.mo;
2370
+ return this.m2;
2360
2371
  },
2361
2372
  set: function (a) {
2362
- this.mo = a;
2373
+ this.m2 = a;
2363
2374
  this.g("InitialHighlightFilter");
2364
2375
  },
2365
2376
  enumerable: false,
@@ -2367,10 +2378,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2367
2378
  });
2368
2379
  Object.defineProperty(DomainChartDescription.prototype, "initialSummaries", {
2369
2380
  get: function () {
2370
- return this.mq;
2381
+ return this.m4;
2371
2382
  },
2372
2383
  set: function (a) {
2373
- this.mq = a;
2384
+ this.m4 = a;
2374
2385
  this.g("InitialSummaries");
2375
2386
  },
2376
2387
  enumerable: false,
@@ -2378,10 +2389,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2378
2389
  });
2379
2390
  Object.defineProperty(DomainChartDescription.prototype, "dataSourceRef", {
2380
2391
  get: function () {
2381
- return this.kg;
2392
+ return this.ku;
2382
2393
  },
2383
2394
  set: function (a) {
2384
- this.kg = a;
2395
+ this.ku = a;
2385
2396
  this.g("DataSourceRef");
2386
2397
  },
2387
2398
  enumerable: false,
@@ -2389,10 +2400,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2389
2400
  });
2390
2401
  Object.defineProperty(DomainChartDescription.prototype, "dataSource", {
2391
2402
  get: function () {
2392
- return this.bl;
2403
+ return this.bn;
2393
2404
  },
2394
2405
  set: function (a) {
2395
- this.bl = a;
2406
+ this.bn = a;
2396
2407
  this.g("DataSource");
2397
2408
  },
2398
2409
  enumerable: false,
@@ -2400,10 +2411,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2400
2411
  });
2401
2412
  Object.defineProperty(DomainChartDescription.prototype, "highlightedDataSourceRef", {
2402
2413
  get: function () {
2403
- return this.md;
2414
+ return this.mr;
2404
2415
  },
2405
2416
  set: function (a) {
2406
- this.md = a;
2417
+ this.mr = a;
2407
2418
  this.g("HighlightedDataSourceRef");
2408
2419
  },
2409
2420
  enumerable: false,
@@ -2411,10 +2422,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2411
2422
  });
2412
2423
  Object.defineProperty(DomainChartDescription.prototype, "highlightedDataSource", {
2413
2424
  get: function () {
2414
- return this.bm;
2425
+ return this.bo;
2415
2426
  },
2416
2427
  set: function (a) {
2417
- this.bm = a;
2428
+ this.bo = a;
2418
2429
  this.g("HighlightedDataSource");
2419
2430
  },
2420
2431
  enumerable: false,
@@ -2488,10 +2499,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2488
2499
  });
2489
2500
  Object.defineProperty(DomainChartDescription.prototype, "legendRef", {
2490
2501
  get: function () {
2491
- return this.mv;
2502
+ return this.m9;
2492
2503
  },
2493
2504
  set: function (a) {
2494
- this.mv = a;
2505
+ this.m9 = a;
2495
2506
  this.g("LegendRef");
2496
2507
  },
2497
2508
  enumerable: false,
@@ -2499,10 +2510,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2499
2510
  });
2500
2511
  Object.defineProperty(DomainChartDescription.prototype, "isHorizontalZoomEnabled", {
2501
2512
  get: function () {
2502
- return this.b9;
2513
+ return this.cb;
2503
2514
  },
2504
2515
  set: function (a) {
2505
- this.b9 = a;
2516
+ this.cb = a;
2506
2517
  this.g("IsHorizontalZoomEnabled");
2507
2518
  },
2508
2519
  enumerable: false,
@@ -2510,10 +2521,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2510
2521
  });
2511
2522
  Object.defineProperty(DomainChartDescription.prototype, "isVerticalZoomEnabled", {
2512
2523
  get: function () {
2513
- return this.cb;
2524
+ return this.cd;
2514
2525
  },
2515
2526
  set: function (a) {
2516
- this.cb = a;
2527
+ this.cd = a;
2517
2528
  this.g("IsVerticalZoomEnabled");
2518
2529
  },
2519
2530
  enumerable: false,
@@ -2521,10 +2532,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2521
2532
  });
2522
2533
  Object.defineProperty(DomainChartDescription.prototype, "shouldDisplayMockData", {
2523
2534
  get: function () {
2524
- return this.ce;
2535
+ return this.cg;
2525
2536
  },
2526
2537
  set: function (a) {
2527
- this.ce = a;
2538
+ this.cg = a;
2528
2539
  this.g("ShouldDisplayMockData");
2529
2540
  },
2530
2541
  enumerable: false,
@@ -2532,10 +2543,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2532
2543
  });
2533
2544
  Object.defineProperty(DomainChartDescription.prototype, "shouldUseSkeletonStyleForMockData", {
2534
2545
  get: function () {
2535
- return this.cg;
2546
+ return this.ci;
2536
2547
  },
2537
2548
  set: function (a) {
2538
- this.cg = a;
2549
+ this.ci = a;
2539
2550
  this.g("ShouldUseSkeletonStyleForMockData");
2540
2551
  },
2541
2552
  enumerable: false,
@@ -2543,10 +2554,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2543
2554
  });
2544
2555
  Object.defineProperty(DomainChartDescription.prototype, "highlightedValuesDisplayMode", {
2545
2556
  get: function () {
2546
- return this.mf;
2557
+ return this.mt;
2547
2558
  },
2548
2559
  set: function (a) {
2549
- this.mf = a;
2560
+ this.mt = a;
2550
2561
  this.g("HighlightedValuesDisplayMode");
2551
2562
  },
2552
2563
  enumerable: false,
@@ -2554,10 +2565,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2554
2565
  });
2555
2566
  Object.defineProperty(DomainChartDescription.prototype, "isSeriesHighlightingEnabled", {
2556
2567
  get: function () {
2557
- return this.ca;
2568
+ return this.cc;
2558
2569
  },
2559
2570
  set: function (a) {
2560
- this.ca = a;
2571
+ this.cc = a;
2561
2572
  this.g("IsSeriesHighlightingEnabled");
2562
2573
  },
2563
2574
  enumerable: false,
@@ -2565,10 +2576,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2565
2576
  });
2566
2577
  Object.defineProperty(DomainChartDescription.prototype, "highlightedLegendItemVisibility", {
2567
2578
  get: function () {
2568
- return this.me;
2579
+ return this.ms;
2569
2580
  },
2570
2581
  set: function (a) {
2571
- this.me = a;
2582
+ this.ms = a;
2572
2583
  this.g("HighlightedLegendItemVisibility");
2573
2584
  },
2574
2585
  enumerable: false,
@@ -2576,10 +2587,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2576
2587
  });
2577
2588
  Object.defineProperty(DomainChartDescription.prototype, "legendItemVisibility", {
2578
2589
  get: function () {
2579
- return this.mu;
2590
+ return this.m8;
2580
2591
  },
2581
2592
  set: function (a) {
2582
- this.mu = a;
2593
+ this.m8 = a;
2583
2594
  this.g("LegendItemVisibility");
2584
2595
  },
2585
2596
  enumerable: false,
@@ -2587,10 +2598,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2587
2598
  });
2588
2599
  Object.defineProperty(DomainChartDescription.prototype, "windowRect", {
2589
2600
  get: function () {
2590
- return this.bp;
2601
+ return this.br;
2591
2602
  },
2592
2603
  set: function (a) {
2593
- this.bp = a;
2604
+ this.br = a;
2594
2605
  this.g("WindowRect");
2595
2606
  },
2596
2607
  enumerable: false,
@@ -2598,10 +2609,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2598
2609
  });
2599
2610
  Object.defineProperty(DomainChartDescription.prototype, "chartTitle", {
2600
2611
  get: function () {
2601
- return this.j7;
2612
+ return this.kl;
2602
2613
  },
2603
2614
  set: function (a) {
2604
- this.j7 = a;
2615
+ this.kl = a;
2605
2616
  this.g("ChartTitle");
2606
2617
  },
2607
2618
  enumerable: false,
@@ -2609,10 +2620,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2609
2620
  });
2610
2621
  Object.defineProperty(DomainChartDescription.prototype, "subtitle", {
2611
2622
  get: function () {
2612
- return this.nj;
2623
+ return this.nx;
2613
2624
  },
2614
2625
  set: function (a) {
2615
- this.nj = a;
2626
+ this.nx = a;
2616
2627
  this.g("Subtitle");
2617
2628
  },
2618
2629
  enumerable: false,
@@ -2620,10 +2631,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2620
2631
  });
2621
2632
  Object.defineProperty(DomainChartDescription.prototype, "titleAlignment", {
2622
2633
  get: function () {
2623
- return this.nn;
2634
+ return this.n1;
2624
2635
  },
2625
2636
  set: function (a) {
2626
- this.nn = a;
2637
+ this.n1 = a;
2627
2638
  this.g("TitleAlignment");
2628
2639
  },
2629
2640
  enumerable: false,
@@ -2631,10 +2642,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2631
2642
  });
2632
2643
  Object.defineProperty(DomainChartDescription.prototype, "subtitleAlignment", {
2633
2644
  get: function () {
2634
- return this.nk;
2645
+ return this.ny;
2635
2646
  },
2636
2647
  set: function (a) {
2637
- this.nk = a;
2648
+ this.ny = a;
2638
2649
  this.g("SubtitleAlignment");
2639
2650
  },
2640
2651
  enumerable: false,
@@ -2642,10 +2653,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2642
2653
  });
2643
2654
  Object.defineProperty(DomainChartDescription.prototype, "unknownValuePlotting", {
2644
2655
  get: function () {
2645
- return this.nt;
2656
+ return this.n7;
2646
2657
  },
2647
2658
  set: function (a) {
2648
- this.nt = a;
2659
+ this.n7 = a;
2649
2660
  this.g("UnknownValuePlotting");
2650
2661
  },
2651
2662
  enumerable: false,
@@ -2653,10 +2664,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2653
2664
  });
2654
2665
  Object.defineProperty(DomainChartDescription.prototype, "resolution", {
2655
2666
  get: function () {
2656
- return this.fl;
2667
+ return this.fq;
2657
2668
  },
2658
2669
  set: function (a) {
2659
- this.fl = a;
2670
+ this.fq = a;
2660
2671
  this.g("Resolution");
2661
2672
  },
2662
2673
  enumerable: false,
@@ -2664,10 +2675,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2664
2675
  });
2665
2676
  Object.defineProperty(DomainChartDescription.prototype, "thickness", {
2666
2677
  get: function () {
2667
- return this.fr;
2678
+ return this.fw;
2668
2679
  },
2669
2680
  set: function (a) {
2670
- this.fr = a;
2681
+ this.fw = a;
2671
2682
  this.g("Thickness");
2672
2683
  },
2673
2684
  enumerable: false,
@@ -2675,10 +2686,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2675
2686
  });
2676
2687
  Object.defineProperty(DomainChartDescription.prototype, "outlineMode", {
2677
2688
  get: function () {
2678
- return this.mz;
2689
+ return this.nd;
2679
2690
  },
2680
2691
  set: function (a) {
2681
- this.mz = a;
2692
+ this.nd = a;
2682
2693
  this.g("OutlineMode");
2683
2694
  },
2684
2695
  enumerable: false,
@@ -2686,10 +2697,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2686
2697
  });
2687
2698
  Object.defineProperty(DomainChartDescription.prototype, "markerOutlineMode", {
2688
2699
  get: function () {
2689
- return this.my;
2700
+ return this.nc;
2690
2701
  },
2691
2702
  set: function (a) {
2692
- this.my = a;
2703
+ this.nc = a;
2693
2704
  this.g("MarkerOutlineMode");
2694
2705
  },
2695
2706
  enumerable: false,
@@ -2697,10 +2708,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2697
2708
  });
2698
2709
  Object.defineProperty(DomainChartDescription.prototype, "markerFillMode", {
2699
2710
  get: function () {
2700
- return this.mx;
2711
+ return this.nb;
2701
2712
  },
2702
2713
  set: function (a) {
2703
- this.mx = a;
2714
+ this.nb = a;
2704
2715
  this.g("MarkerFillMode");
2705
2716
  },
2706
2717
  enumerable: false,
@@ -2708,10 +2719,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2708
2719
  });
2709
2720
  Object.defineProperty(DomainChartDescription.prototype, "markerFillOpacity", {
2710
2721
  get: function () {
2711
- return this.fe;
2722
+ return this.fj;
2712
2723
  },
2713
2724
  set: function (a) {
2714
- this.fe = a;
2725
+ this.fj = a;
2715
2726
  this.g("MarkerFillOpacity");
2716
2727
  },
2717
2728
  enumerable: false,
@@ -2719,10 +2730,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2719
2730
  });
2720
2731
  Object.defineProperty(DomainChartDescription.prototype, "markerThickness", {
2721
2732
  get: function () {
2722
- return this.ff;
2733
+ return this.fk;
2723
2734
  },
2724
2735
  set: function (a) {
2725
- this.ff = a;
2736
+ this.fk = a;
2726
2737
  this.g("MarkerThickness");
2727
2738
  },
2728
2739
  enumerable: false,
@@ -2741,10 +2752,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2741
2752
  });
2742
2753
  Object.defineProperty(DomainChartDescription.prototype, "markerAutomaticBehavior", {
2743
2754
  get: function () {
2744
- return this.mw;
2755
+ return this.na;
2745
2756
  },
2746
2757
  set: function (a) {
2747
- this.mw = a;
2758
+ this.na = a;
2748
2759
  this.g("MarkerAutomaticBehavior");
2749
2760
  },
2750
2761
  enumerable: false,
@@ -2774,10 +2785,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2774
2785
  });
2775
2786
  Object.defineProperty(DomainChartDescription.prototype, "markerMaxCount", {
2776
2787
  get: function () {
2777
- return this.ji;
2788
+ return this.jo;
2778
2789
  },
2779
2790
  set: function (a) {
2780
- this.ji = a;
2791
+ this.jo = a;
2781
2792
  this.g("MarkerMaxCount");
2782
2793
  },
2783
2794
  enumerable: false,
@@ -2785,10 +2796,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2785
2796
  });
2786
2797
  Object.defineProperty(DomainChartDescription.prototype, "areaFillOpacity", {
2787
2798
  get: function () {
2788
- return this.db;
2799
+ return this.df;
2789
2800
  },
2790
2801
  set: function (a) {
2791
- this.db = a;
2802
+ this.df = a;
2792
2803
  this.g("AreaFillOpacity");
2793
2804
  },
2794
2805
  enumerable: false,
@@ -2796,10 +2807,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2796
2807
  });
2797
2808
  Object.defineProperty(DomainChartDescription.prototype, "animateSeriesWhenAxisRangeChanges", {
2798
2809
  get: function () {
2799
- return this.bs;
2810
+ return this.bu;
2800
2811
  },
2801
2812
  set: function (a) {
2802
- this.bs = a;
2813
+ this.bu = a;
2803
2814
  this.g("AnimateSeriesWhenAxisRangeChanges");
2804
2815
  },
2805
2816
  enumerable: false,
@@ -2818,10 +2829,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2818
2829
  });
2819
2830
  Object.defineProperty(DomainChartDescription.prototype, "trendLineType", {
2820
2831
  get: function () {
2821
- return this.ns;
2832
+ return this.n6;
2822
2833
  },
2823
2834
  set: function (a) {
2824
- this.ns = a;
2835
+ this.n6 = a;
2825
2836
  this.g("TrendLineType");
2826
2837
  },
2827
2838
  enumerable: false,
@@ -2829,21 +2840,43 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2829
2840
  });
2830
2841
  Object.defineProperty(DomainChartDescription.prototype, "trendLineThickness", {
2831
2842
  get: function () {
2832
- return this.fx;
2843
+ return this.f2;
2833
2844
  },
2834
2845
  set: function (a) {
2835
- this.fx = a;
2846
+ this.f2 = a;
2836
2847
  this.g("TrendLineThickness");
2837
2848
  },
2838
2849
  enumerable: false,
2839
2850
  configurable: true
2840
2851
  });
2852
+ Object.defineProperty(DomainChartDescription.prototype, "trendLineTypes", {
2853
+ get: function () {
2854
+ return this.am;
2855
+ },
2856
+ set: function (a) {
2857
+ this.am = a;
2858
+ this.g("TrendLineTypes");
2859
+ },
2860
+ enumerable: false,
2861
+ configurable: true
2862
+ });
2863
+ Object.defineProperty(DomainChartDescription.prototype, "trendLineLayerUseLegend", {
2864
+ get: function () {
2865
+ return this.cj;
2866
+ },
2867
+ set: function (a) {
2868
+ this.cj = a;
2869
+ this.g("TrendLineLayerUseLegend");
2870
+ },
2871
+ enumerable: false,
2872
+ configurable: true
2873
+ });
2841
2874
  Object.defineProperty(DomainChartDescription.prototype, "alignsGridLinesToPixels", {
2842
2875
  get: function () {
2843
- return this.br;
2876
+ return this.bt;
2844
2877
  },
2845
2878
  set: function (a) {
2846
- this.br = a;
2879
+ this.bt = a;
2847
2880
  this.g("AlignsGridLinesToPixels");
2848
2881
  },
2849
2882
  enumerable: false,
@@ -2851,10 +2884,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2851
2884
  });
2852
2885
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginLeft", {
2853
2886
  get: function () {
2854
- return this.fi;
2887
+ return this.fn;
2855
2888
  },
2856
2889
  set: function (a) {
2857
- this.fi = a;
2890
+ this.fn = a;
2858
2891
  this.g("PlotAreaMarginLeft");
2859
2892
  },
2860
2893
  enumerable: false,
@@ -2862,10 +2895,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2862
2895
  });
2863
2896
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginTop", {
2864
2897
  get: function () {
2865
- return this.fk;
2898
+ return this.fp;
2866
2899
  },
2867
2900
  set: function (a) {
2868
- this.fk = a;
2901
+ this.fp = a;
2869
2902
  this.g("PlotAreaMarginTop");
2870
2903
  },
2871
2904
  enumerable: false,
@@ -2873,10 +2906,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2873
2906
  });
2874
2907
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginRight", {
2875
2908
  get: function () {
2876
- return this.fj;
2909
+ return this.fo;
2877
2910
  },
2878
2911
  set: function (a) {
2879
- this.fj = a;
2912
+ this.fo = a;
2880
2913
  this.g("PlotAreaMarginRight");
2881
2914
  },
2882
2915
  enumerable: false,
@@ -2884,10 +2917,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2884
2917
  });
2885
2918
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginBottom", {
2886
2919
  get: function () {
2887
- return this.fh;
2920
+ return this.fm;
2888
2921
  },
2889
2922
  set: function (a) {
2890
- this.fh = a;
2923
+ this.fm = a;
2891
2924
  this.g("PlotAreaMarginBottom");
2892
2925
  },
2893
2926
  enumerable: false,
@@ -2895,10 +2928,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2895
2928
  });
2896
2929
  Object.defineProperty(DomainChartDescription.prototype, "computedPlotAreaMarginMode", {
2897
2930
  get: function () {
2898
- return this.j8;
2931
+ return this.km;
2899
2932
  },
2900
2933
  set: function (a) {
2901
- this.j8 = a;
2934
+ this.km = a;
2902
2935
  this.g("ComputedPlotAreaMarginMode");
2903
2936
  },
2904
2937
  enumerable: false,
@@ -2906,10 +2939,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2906
2939
  });
2907
2940
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginHorizontalMode", {
2908
2941
  get: function () {
2909
- return this.nb;
2942
+ return this.np;
2910
2943
  },
2911
2944
  set: function (a) {
2912
- this.nb = a;
2945
+ this.np = a;
2913
2946
  this.g("SeriesPlotAreaMarginHorizontalMode");
2914
2947
  },
2915
2948
  enumerable: false,
@@ -2917,10 +2950,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2917
2950
  });
2918
2951
  Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginVerticalMode", {
2919
2952
  get: function () {
2920
- return this.nc;
2953
+ return this.nq;
2921
2954
  },
2922
2955
  set: function (a) {
2923
- this.nc = a;
2956
+ this.nq = a;
2924
2957
  this.g("SeriesPlotAreaMarginVerticalMode");
2925
2958
  },
2926
2959
  enumerable: false,
@@ -2928,10 +2961,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2928
2961
  });
2929
2962
  Object.defineProperty(DomainChartDescription.prototype, "highlightingMode", {
2930
2963
  get: function () {
2931
- return this.mh;
2964
+ return this.mv;
2932
2965
  },
2933
2966
  set: function (a) {
2934
- this.mh = a;
2967
+ this.mv = a;
2935
2968
  this.g("HighlightingMode");
2936
2969
  },
2937
2970
  enumerable: false,
@@ -2939,10 +2972,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2939
2972
  });
2940
2973
  Object.defineProperty(DomainChartDescription.prototype, "highlightingBehavior", {
2941
2974
  get: function () {
2942
- return this.mg;
2975
+ return this.mu;
2943
2976
  },
2944
2977
  set: function (a) {
2945
- this.mg = a;
2978
+ this.mu = a;
2946
2979
  this.g("HighlightingBehavior");
2947
2980
  },
2948
2981
  enumerable: false,
@@ -2950,10 +2983,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2950
2983
  });
2951
2984
  Object.defineProperty(DomainChartDescription.prototype, "legendHighlightingMode", {
2952
2985
  get: function () {
2953
- return this.mr;
2986
+ return this.m5;
2954
2987
  },
2955
2988
  set: function (a) {
2956
- this.mr = a;
2989
+ this.m5 = a;
2957
2990
  this.g("LegendHighlightingMode");
2958
2991
  },
2959
2992
  enumerable: false,
@@ -2961,10 +2994,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2961
2994
  });
2962
2995
  Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeShape", {
2963
2996
  get: function () {
2964
- return this.mt;
2997
+ return this.m7;
2965
2998
  },
2966
2999
  set: function (a) {
2967
- this.mt = a;
3000
+ this.m7 = a;
2968
3001
  this.g("LegendItemBadgeShape");
2969
3002
  },
2970
3003
  enumerable: false,
@@ -2972,10 +3005,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2972
3005
  });
2973
3006
  Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeMode", {
2974
3007
  get: function () {
2975
- return this.ms;
3008
+ return this.m6;
2976
3009
  },
2977
3010
  set: function (a) {
2978
- this.ms = a;
3011
+ this.m6 = a;
2979
3012
  this.g("LegendItemBadgeMode");
2980
3013
  },
2981
3014
  enumerable: false,
@@ -2983,10 +3016,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2983
3016
  });
2984
3017
  Object.defineProperty(DomainChartDescription.prototype, "trendLinePeriod", {
2985
3018
  get: function () {
2986
- return this.jl;
3019
+ return this.jr;
2987
3020
  },
2988
3021
  set: function (a) {
2989
- this.jl = a;
3022
+ this.jr = a;
2990
3023
  this.g("TrendLinePeriod");
2991
3024
  },
2992
3025
  enumerable: false,
@@ -2994,10 +3027,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
2994
3027
  });
2995
3028
  Object.defineProperty(DomainChartDescription.prototype, "toolTipType", {
2996
3029
  get: function () {
2997
- return this.nq;
3030
+ return this.n4;
2998
3031
  },
2999
3032
  set: function (a) {
3000
- this.nq = a;
3033
+ this.n4 = a;
3001
3034
  this.g("ToolTipType");
3002
3035
  },
3003
3036
  enumerable: false,
@@ -3005,10 +3038,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3005
3038
  });
3006
3039
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsDisplayMode", {
3007
3040
  get: function () {
3008
- return this.kd;
3041
+ return this.kr;
3009
3042
  },
3010
3043
  set: function (a) {
3011
- this.kd = a;
3044
+ this.kr = a;
3012
3045
  this.g("CrosshairsDisplayMode");
3013
3046
  },
3014
3047
  enumerable: false,
@@ -3016,10 +3049,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3016
3049
  });
3017
3050
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsSnapToData", {
3018
3051
  get: function () {
3019
- return this.b0;
3052
+ return this.b2;
3020
3053
  },
3021
3054
  set: function (a) {
3022
- this.b0 = a;
3055
+ this.b2 = a;
3023
3056
  this.g("CrosshairsSnapToData");
3024
3057
  },
3025
3058
  enumerable: false,
@@ -3027,10 +3060,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3027
3060
  });
3028
3061
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineVerticalStroke", {
3029
3062
  get: function () {
3030
- return this.kf;
3063
+ return this.kt;
3031
3064
  },
3032
3065
  set: function (a) {
3033
- this.kf = a;
3066
+ this.kt = a;
3034
3067
  this.g("CrosshairsLineVerticalStroke");
3035
3068
  },
3036
3069
  enumerable: false,
@@ -3038,10 +3071,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3038
3071
  });
3039
3072
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineThickness", {
3040
3073
  get: function () {
3041
- return this.de;
3074
+ return this.dj;
3042
3075
  },
3043
3076
  set: function (a) {
3044
- this.de = a;
3077
+ this.dj = a;
3045
3078
  this.g("CrosshairsLineThickness");
3046
3079
  },
3047
3080
  enumerable: false,
@@ -3049,10 +3082,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3049
3082
  });
3050
3083
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineHorizontalStroke", {
3051
3084
  get: function () {
3052
- return this.ke;
3085
+ return this.ks;
3053
3086
  },
3054
3087
  set: function (a) {
3055
- this.ke = a;
3088
+ this.ks = a;
3056
3089
  this.g("CrosshairsLineHorizontalStroke");
3057
3090
  },
3058
3091
  enumerable: false,
@@ -3060,10 +3093,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3060
3093
  });
3061
3094
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationEnabled", {
3062
3095
  get: function () {
3063
- return this.bz;
3096
+ return this.b1;
3064
3097
  },
3065
3098
  set: function (a) {
3066
- this.bz = a;
3099
+ this.b1 = a;
3067
3100
  this.g("CrosshairsAnnotationEnabled");
3068
3101
  },
3069
3102
  enumerable: false,
@@ -3071,10 +3104,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3071
3104
  });
3072
3105
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisBackground", {
3073
3106
  get: function () {
3074
- return this.j9;
3107
+ return this.kn;
3075
3108
  },
3076
3109
  set: function (a) {
3077
- this.j9 = a;
3110
+ this.kn = a;
3078
3111
  this.g("CrosshairsAnnotationXAxisBackground");
3079
3112
  },
3080
3113
  enumerable: false,
@@ -3082,10 +3115,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3082
3115
  });
3083
3116
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisBackground", {
3084
3117
  get: function () {
3085
- return this.kb;
3118
+ return this.kp;
3086
3119
  },
3087
3120
  set: function (a) {
3088
- this.kb = a;
3121
+ this.kp = a;
3089
3122
  this.g("CrosshairsAnnotationYAxisBackground");
3090
3123
  },
3091
3124
  enumerable: false,
@@ -3093,10 +3126,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3093
3126
  });
3094
3127
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisTextColor", {
3095
3128
  get: function () {
3096
- return this.ka;
3129
+ return this.ko;
3097
3130
  },
3098
3131
  set: function (a) {
3099
- this.ka = a;
3132
+ this.ko = a;
3100
3133
  this.g("CrosshairsAnnotationXAxisTextColor");
3101
3134
  },
3102
3135
  enumerable: false,
@@ -3104,10 +3137,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3104
3137
  });
3105
3138
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisTextColor", {
3106
3139
  get: function () {
3107
- return this.kc;
3140
+ return this.kq;
3108
3141
  },
3109
3142
  set: function (a) {
3110
- this.kc = a;
3143
+ this.kq = a;
3111
3144
  this.g("CrosshairsAnnotationYAxisTextColor");
3112
3145
  },
3113
3146
  enumerable: false,
@@ -3115,10 +3148,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3115
3148
  });
3116
3149
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisPrecision", {
3117
3150
  get: function () {
3118
- return this.jb;
3151
+ return this.jh;
3119
3152
  },
3120
3153
  set: function (a) {
3121
- this.jb = a;
3154
+ this.jh = a;
3122
3155
  this.g("CrosshairsAnnotationXAxisPrecision");
3123
3156
  },
3124
3157
  enumerable: false,
@@ -3126,10 +3159,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3126
3159
  });
3127
3160
  Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisPrecision", {
3128
3161
  get: function () {
3129
- return this.jc;
3162
+ return this.ji;
3130
3163
  },
3131
3164
  set: function (a) {
3132
- this.jc = a;
3165
+ this.ji = a;
3133
3166
  this.g("CrosshairsAnnotationYAxisPrecision");
3134
3167
  },
3135
3168
  enumerable: false,
@@ -3137,10 +3170,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3137
3170
  });
3138
3171
  Object.defineProperty(DomainChartDescription.prototype, "shouldAvoidAxisAnnotationCollisions", {
3139
3172
  get: function () {
3140
- return this.cd;
3173
+ return this.cf;
3141
3174
  },
3142
3175
  set: function (a) {
3143
- this.cd = a;
3176
+ this.cf = a;
3144
3177
  this.g("ShouldAvoidAxisAnnotationCollisions");
3145
3178
  },
3146
3179
  enumerable: false,
@@ -3148,10 +3181,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3148
3181
  });
3149
3182
  Object.defineProperty(DomainChartDescription.prototype, "shouldPanOnMaximumZoom", {
3150
3183
  get: function () {
3151
- return this.cf;
3184
+ return this.ch;
3152
3185
  },
3153
3186
  set: function (a) {
3154
- this.cf = a;
3187
+ this.ch = a;
3155
3188
  this.g("ShouldPanOnMaximumZoom");
3156
3189
  },
3157
3190
  enumerable: false,
@@ -3159,10 +3192,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3159
3192
  });
3160
3193
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsVisible", {
3161
3194
  get: function () {
3162
- return this.b7;
3195
+ return this.b9;
3163
3196
  },
3164
3197
  set: function (a) {
3165
- this.b7 = a;
3198
+ this.b9 = a;
3166
3199
  this.g("FinalValueAnnotationsVisible");
3167
3200
  },
3168
3201
  enumerable: false,
@@ -3170,10 +3203,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3170
3203
  });
3171
3204
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsBackground", {
3172
3205
  get: function () {
3173
- return this.l7;
3206
+ return this.ml;
3174
3207
  },
3175
3208
  set: function (a) {
3176
- this.l7 = a;
3209
+ this.ml = a;
3177
3210
  this.g("FinalValueAnnotationsBackground");
3178
3211
  },
3179
3212
  enumerable: false,
@@ -3181,10 +3214,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3181
3214
  });
3182
3215
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsTextColor", {
3183
3216
  get: function () {
3184
- return this.l8;
3217
+ return this.mm;
3185
3218
  },
3186
3219
  set: function (a) {
3187
- this.l8 = a;
3220
+ this.mm = a;
3188
3221
  this.g("FinalValueAnnotationsTextColor");
3189
3222
  },
3190
3223
  enumerable: false,
@@ -3192,10 +3225,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3192
3225
  });
3193
3226
  Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsPrecision", {
3194
3227
  get: function () {
3195
- return this.jf;
3228
+ return this.jl;
3196
3229
  },
3197
3230
  set: function (a) {
3198
- this.jf = a;
3231
+ this.jl = a;
3199
3232
  this.g("FinalValueAnnotationsPrecision");
3200
3233
  },
3201
3234
  enumerable: false,
@@ -3203,10 +3236,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3203
3236
  });
3204
3237
  Object.defineProperty(DomainChartDescription.prototype, "autoCalloutsVisible", {
3205
3238
  get: function () {
3206
- return this.bt;
3239
+ return this.bv;
3207
3240
  },
3208
3241
  set: function (a) {
3209
- this.bt = a;
3242
+ this.bv = a;
3210
3243
  this.g("AutoCalloutsVisible");
3211
3244
  },
3212
3245
  enumerable: false,
@@ -3214,10 +3247,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3214
3247
  });
3215
3248
  Object.defineProperty(DomainChartDescription.prototype, "calloutsVisible", {
3216
3249
  get: function () {
3217
- return this.by;
3250
+ return this.b0;
3218
3251
  },
3219
3252
  set: function (a) {
3220
- this.by = a;
3253
+ this.b0 = a;
3221
3254
  this.g("CalloutsVisible");
3222
3255
  },
3223
3256
  enumerable: false,
@@ -3225,10 +3258,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3225
3258
  });
3226
3259
  Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingEventEnabled", {
3227
3260
  get: function () {
3228
- return this.bu;
3261
+ return this.bw;
3229
3262
  },
3230
3263
  set: function (a) {
3231
- this.bu = a;
3264
+ this.bw = a;
3232
3265
  this.g("CalloutStyleUpdatingEventEnabled");
3233
3266
  },
3234
3267
  enumerable: false,
@@ -3236,10 +3269,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3236
3269
  });
3237
3270
  Object.defineProperty(DomainChartDescription.prototype, "useValueForAutoCalloutLabels", {
3238
3271
  get: function () {
3239
- return this.ch;
3272
+ return this.ck;
3240
3273
  },
3241
3274
  set: function (a) {
3242
- this.ch = a;
3275
+ this.ck = a;
3243
3276
  this.g("UseValueForAutoCalloutLabels");
3244
3277
  },
3245
3278
  enumerable: false,
@@ -3247,76 +3280,131 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3247
3280
  });
3248
3281
  Object.defineProperty(DomainChartDescription.prototype, "calloutCollisionMode", {
3249
3282
  get: function () {
3250
- return this.jy;
3283
+ return this.j4;
3251
3284
  },
3252
3285
  set: function (a) {
3253
- this.jy = a;
3286
+ this.j4 = a;
3254
3287
  this.g("CalloutCollisionMode");
3255
3288
  },
3256
3289
  enumerable: false,
3257
3290
  configurable: true
3258
3291
  });
3259
- Object.defineProperty(DomainChartDescription.prototype, "calloutsUseItemColorForFill", {
3292
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsUseItemColorForFill", {
3293
+ get: function () {
3294
+ return this.by;
3295
+ },
3296
+ set: function (a) {
3297
+ this.by = a;
3298
+ this.g("CalloutsUseItemColorForFill");
3299
+ },
3300
+ enumerable: false,
3301
+ configurable: true
3302
+ });
3303
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsUseItemColorForOutline", {
3304
+ get: function () {
3305
+ return this.bz;
3306
+ },
3307
+ set: function (a) {
3308
+ this.bz = a;
3309
+ this.g("CalloutsUseItemColorForOutline");
3310
+ },
3311
+ enumerable: false,
3312
+ configurable: true
3313
+ });
3314
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsUseAutoContrastingLabelColors", {
3315
+ get: function () {
3316
+ return this.bx;
3317
+ },
3318
+ set: function (a) {
3319
+ this.bx = a;
3320
+ this.g("CalloutsUseAutoContrastingLabelColors");
3321
+ },
3322
+ enumerable: false,
3323
+ configurable: true
3324
+ });
3325
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsStrokeThickness", {
3326
+ get: function () {
3327
+ return this.di;
3328
+ },
3329
+ set: function (a) {
3330
+ this.di = a;
3331
+ this.g("CalloutsStrokeThickness");
3332
+ },
3333
+ enumerable: false,
3334
+ configurable: true
3335
+ });
3336
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsBackground", {
3337
+ get: function () {
3338
+ return this.j6;
3339
+ },
3340
+ set: function (a) {
3341
+ this.j6 = a;
3342
+ this.g("CalloutsBackground");
3343
+ },
3344
+ enumerable: false,
3345
+ configurable: true
3346
+ });
3347
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsOutline", {
3260
3348
  get: function () {
3261
- return this.bw;
3349
+ return this.kg;
3262
3350
  },
3263
3351
  set: function (a) {
3264
- this.bw = a;
3265
- this.g("CalloutsUseItemColorForFill");
3352
+ this.kg = a;
3353
+ this.g("CalloutsOutline");
3266
3354
  },
3267
3355
  enumerable: false,
3268
3356
  configurable: true
3269
3357
  });
3270
- Object.defineProperty(DomainChartDescription.prototype, "calloutsUseItemColorForOutline", {
3358
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsTextColor", {
3271
3359
  get: function () {
3272
- return this.bx;
3360
+ return this.kh;
3273
3361
  },
3274
3362
  set: function (a) {
3275
- this.bx = a;
3276
- this.g("CalloutsUseItemColorForOutline");
3363
+ this.kh = a;
3364
+ this.g("CalloutsTextColor");
3277
3365
  },
3278
3366
  enumerable: false,
3279
3367
  configurable: true
3280
3368
  });
3281
- Object.defineProperty(DomainChartDescription.prototype, "calloutsUseAutoContrastingLabelColors", {
3369
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsLightTextColor", {
3282
3370
  get: function () {
3283
- return this.bv;
3371
+ return this.kf;
3284
3372
  },
3285
3373
  set: function (a) {
3286
- this.bv = a;
3287
- this.g("CalloutsUseAutoContrastingLabelColors");
3374
+ this.kf = a;
3375
+ this.g("CalloutsLightTextColor");
3288
3376
  },
3289
3377
  enumerable: false,
3290
3378
  configurable: true
3291
3379
  });
3292
- Object.defineProperty(DomainChartDescription.prototype, "calloutsStrokeThickness", {
3380
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsDarkTextColor", {
3293
3381
  get: function () {
3294
- return this.dd;
3382
+ return this.j8;
3295
3383
  },
3296
3384
  set: function (a) {
3297
- this.dd = a;
3298
- this.g("CalloutsStrokeThickness");
3385
+ this.j8 = a;
3386
+ this.g("CalloutsDarkTextColor");
3299
3387
  },
3300
3388
  enumerable: false,
3301
3389
  configurable: true
3302
3390
  });
3303
- Object.defineProperty(DomainChartDescription.prototype, "calloutsBackground", {
3391
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsLeaderBrush", {
3304
3392
  get: function () {
3305
- return this.j0;
3393
+ return this.ke;
3306
3394
  },
3307
3395
  set: function (a) {
3308
- this.j0 = a;
3309
- this.g("CalloutsBackground");
3396
+ this.ke = a;
3397
+ this.g("CalloutsLeaderBrush");
3310
3398
  },
3311
3399
  enumerable: false,
3312
3400
  configurable: true
3313
3401
  });
3314
3402
  Object.defineProperty(DomainChartDescription.prototype, "calloutsAutoLabelPrecision", {
3315
3403
  get: function () {
3316
- return this.ja;
3404
+ return this.jg;
3317
3405
  },
3318
3406
  set: function (a) {
3319
- this.ja = a;
3407
+ this.jg = a;
3320
3408
  this.g("CalloutsAutoLabelPrecision");
3321
3409
  },
3322
3410
  enumerable: false,
@@ -3324,10 +3412,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3324
3412
  });
3325
3413
  Object.defineProperty(DomainChartDescription.prototype, "calloutsDataSourceRef", {
3326
3414
  get: function () {
3327
- return this.j2;
3415
+ return this.j9;
3328
3416
  },
3329
3417
  set: function (a) {
3330
- this.j2 = a;
3418
+ this.j9 = a;
3331
3419
  this.g("CalloutsDataSourceRef");
3332
3420
  },
3333
3421
  enumerable: false,
@@ -3346,10 +3434,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3346
3434
  });
3347
3435
  Object.defineProperty(DomainChartDescription.prototype, "calloutsXMemberPath", {
3348
3436
  get: function () {
3349
- return this.j5;
3437
+ return this.kj;
3350
3438
  },
3351
3439
  set: function (a) {
3352
- this.j5 = a;
3440
+ this.kj = a;
3353
3441
  this.g("CalloutsXMemberPath");
3354
3442
  },
3355
3443
  enumerable: false,
@@ -3357,10 +3445,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3357
3445
  });
3358
3446
  Object.defineProperty(DomainChartDescription.prototype, "calloutsYMemberPath", {
3359
3447
  get: function () {
3360
- return this.j6;
3448
+ return this.kk;
3361
3449
  },
3362
3450
  set: function (a) {
3363
- this.j6 = a;
3451
+ this.kk = a;
3364
3452
  this.g("CalloutsYMemberPath");
3365
3453
  },
3366
3454
  enumerable: false,
@@ -3368,10 +3456,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3368
3456
  });
3369
3457
  Object.defineProperty(DomainChartDescription.prototype, "calloutsLabelMemberPath", {
3370
3458
  get: function () {
3371
- return this.j3;
3459
+ return this.kd;
3372
3460
  },
3373
3461
  set: function (a) {
3374
- this.j3 = a;
3462
+ this.kd = a;
3375
3463
  this.g("CalloutsLabelMemberPath");
3376
3464
  },
3377
3465
  enumerable: false,
@@ -3379,21 +3467,65 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3379
3467
  });
3380
3468
  Object.defineProperty(DomainChartDescription.prototype, "calloutsContentMemberPath", {
3381
3469
  get: function () {
3382
- return this.j1;
3470
+ return this.j7;
3383
3471
  },
3384
3472
  set: function (a) {
3385
- this.j1 = a;
3473
+ this.j7 = a;
3386
3474
  this.g("CalloutsContentMemberPath");
3387
3475
  },
3388
3476
  enumerable: false,
3389
3477
  configurable: true
3390
3478
  });
3479
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsFontFamily", {
3480
+ get: function () {
3481
+ return this.ka;
3482
+ },
3483
+ set: function (a) {
3484
+ this.ka = a;
3485
+ this.g("CalloutsFontFamily");
3486
+ },
3487
+ enumerable: false,
3488
+ configurable: true
3489
+ });
3490
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsFontSize", {
3491
+ get: function () {
3492
+ return this.dh;
3493
+ },
3494
+ set: function (a) {
3495
+ this.dh = a;
3496
+ this.g("CalloutsFontSize");
3497
+ },
3498
+ enumerable: false,
3499
+ configurable: true
3500
+ });
3501
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsFontStyle", {
3502
+ get: function () {
3503
+ return this.kb;
3504
+ },
3505
+ set: function (a) {
3506
+ this.kb = a;
3507
+ this.g("CalloutsFontStyle");
3508
+ },
3509
+ enumerable: false,
3510
+ configurable: true
3511
+ });
3512
+ Object.defineProperty(DomainChartDescription.prototype, "calloutsFontWeight", {
3513
+ get: function () {
3514
+ return this.kc;
3515
+ },
3516
+ set: function (a) {
3517
+ this.kc = a;
3518
+ this.g("CalloutsFontWeight");
3519
+ },
3520
+ enumerable: false,
3521
+ configurable: true
3522
+ });
3391
3523
  Object.defineProperty(DomainChartDescription.prototype, "valueLines", {
3392
3524
  get: function () {
3393
- return this.am;
3525
+ return this.an;
3394
3526
  },
3395
3527
  set: function (a) {
3396
- this.am = a;
3528
+ this.an = a;
3397
3529
  this.g("ValueLines");
3398
3530
  },
3399
3531
  enumerable: false,
@@ -3401,10 +3533,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3401
3533
  });
3402
3534
  Object.defineProperty(DomainChartDescription.prototype, "valueLinesBrushes", {
3403
3535
  get: function () {
3404
- return this.an;
3536
+ return this.ao;
3405
3537
  },
3406
3538
  set: function (a) {
3407
- this.an = a;
3539
+ this.ao = a;
3408
3540
  this.g("ValueLinesBrushes");
3409
3541
  },
3410
3542
  enumerable: false,
@@ -3412,10 +3544,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3412
3544
  });
3413
3545
  Object.defineProperty(DomainChartDescription.prototype, "valueLinesThickness", {
3414
3546
  get: function () {
3415
- return this.fy;
3547
+ return this.f3;
3416
3548
  },
3417
3549
  set: function (a) {
3418
- this.fy = a;
3550
+ this.f3 = a;
3419
3551
  this.g("ValueLinesThickness");
3420
3552
  },
3421
3553
  enumerable: false,
@@ -3423,10 +3555,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3423
3555
  });
3424
3556
  Object.defineProperty(DomainChartDescription.prototype, "seriesValueLayerUseLegend", {
3425
3557
  get: function () {
3426
- return this.cc;
3558
+ return this.ce;
3427
3559
  },
3428
3560
  set: function (a) {
3429
- this.cc = a;
3561
+ this.ce = a;
3430
3562
  this.g("SeriesValueLayerUseLegend");
3431
3563
  },
3432
3564
  enumerable: false,
@@ -3434,10 +3566,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3434
3566
  });
3435
3567
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMode", {
3436
3568
  get: function () {
3437
- return this.mj;
3569
+ return this.mx;
3438
3570
  },
3439
3571
  set: function (a) {
3440
- this.mj = a;
3572
+ this.mx = a;
3441
3573
  this.g("HorizontalViewScrollbarMode");
3442
3574
  },
3443
3575
  enumerable: false,
@@ -3445,10 +3577,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3445
3577
  });
3446
3578
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMode", {
3447
3579
  get: function () {
3448
- return this.nv;
3580
+ return this.n9;
3449
3581
  },
3450
3582
  set: function (a) {
3451
- this.nv = a;
3583
+ this.n9 = a;
3452
3584
  this.g("VerticalViewScrollbarMode");
3453
3585
  },
3454
3586
  enumerable: false,
@@ -3456,10 +3588,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3456
3588
  });
3457
3589
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarPosition", {
3458
3590
  get: function () {
3459
- return this.ml;
3591
+ return this.mz;
3460
3592
  },
3461
3593
  set: function (a) {
3462
- this.ml = a;
3594
+ this.mz = a;
3463
3595
  this.g("HorizontalViewScrollbarPosition");
3464
3596
  },
3465
3597
  enumerable: false,
@@ -3467,10 +3599,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3467
3599
  });
3468
3600
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarPosition", {
3469
3601
  get: function () {
3470
- return this.nx;
3602
+ return this.ob;
3471
3603
  },
3472
3604
  set: function (a) {
3473
- this.nx = a;
3605
+ this.ob = a;
3474
3606
  this.g("VerticalViewScrollbarPosition");
3475
3607
  },
3476
3608
  enumerable: false,
@@ -3478,10 +3610,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3478
3610
  });
3479
3611
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarFill", {
3480
3612
  get: function () {
3481
- return this.mi;
3613
+ return this.mw;
3482
3614
  },
3483
3615
  set: function (a) {
3484
- this.mi = a;
3616
+ this.mw = a;
3485
3617
  this.g("HorizontalViewScrollbarFill");
3486
3618
  },
3487
3619
  enumerable: false,
@@ -3489,10 +3621,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3489
3621
  });
3490
3622
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarOutline", {
3491
3623
  get: function () {
3492
- return this.mk;
3624
+ return this.my;
3493
3625
  },
3494
3626
  set: function (a) {
3495
- this.mk = a;
3627
+ this.my = a;
3496
3628
  this.g("HorizontalViewScrollbarOutline");
3497
3629
  },
3498
3630
  enumerable: false,
@@ -3500,10 +3632,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3500
3632
  });
3501
3633
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarStrokeThickness", {
3502
3634
  get: function () {
3503
- return this.fa;
3635
+ return this.ff;
3504
3636
  },
3505
3637
  set: function (a) {
3506
- this.fa = a;
3638
+ this.ff = a;
3507
3639
  this.g("HorizontalViewScrollbarStrokeThickness");
3508
3640
  },
3509
3641
  enumerable: false,
@@ -3511,10 +3643,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3511
3643
  });
3512
3644
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMaxOpacity", {
3513
3645
  get: function () {
3514
- return this.e9;
3646
+ return this.fe;
3515
3647
  },
3516
3648
  set: function (a) {
3517
- this.e9 = a;
3649
+ this.fe = a;
3518
3650
  this.g("HorizontalViewScrollbarMaxOpacity");
3519
3651
  },
3520
3652
  enumerable: false,
@@ -3522,10 +3654,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3522
3654
  });
3523
3655
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarCornerRadius", {
3524
3656
  get: function () {
3525
- return this.e6;
3657
+ return this.fb;
3526
3658
  },
3527
3659
  set: function (a) {
3528
- this.e6 = a;
3660
+ this.fb = a;
3529
3661
  this.g("HorizontalViewScrollbarCornerRadius");
3530
3662
  },
3531
3663
  enumerable: false,
@@ -3533,10 +3665,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3533
3665
  });
3534
3666
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarHeight", {
3535
3667
  get: function () {
3536
- return this.e7;
3668
+ return this.fc;
3537
3669
  },
3538
3670
  set: function (a) {
3539
- this.e7 = a;
3671
+ this.fc = a;
3540
3672
  this.g("HorizontalViewScrollbarHeight");
3541
3673
  },
3542
3674
  enumerable: false,
@@ -3544,10 +3676,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3544
3676
  });
3545
3677
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarInset", {
3546
3678
  get: function () {
3547
- return this.e8;
3679
+ return this.fd;
3548
3680
  },
3549
3681
  set: function (a) {
3550
- this.e8 = a;
3682
+ this.fd = a;
3551
3683
  this.g("HorizontalViewScrollbarInset");
3552
3684
  },
3553
3685
  enumerable: false,
@@ -3555,10 +3687,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3555
3687
  });
3556
3688
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarTrackStartInset", {
3557
3689
  get: function () {
3558
- return this.fc;
3690
+ return this.fh;
3559
3691
  },
3560
3692
  set: function (a) {
3561
- this.fc = a;
3693
+ this.fh = a;
3562
3694
  this.g("HorizontalViewScrollbarTrackStartInset");
3563
3695
  },
3564
3696
  enumerable: false,
@@ -3566,10 +3698,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3566
3698
  });
3567
3699
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarTrackEndInset", {
3568
3700
  get: function () {
3569
- return this.fb;
3701
+ return this.fg;
3570
3702
  },
3571
3703
  set: function (a) {
3572
- this.fb = a;
3704
+ this.fg = a;
3573
3705
  this.g("HorizontalViewScrollbarTrackEndInset");
3574
3706
  },
3575
3707
  enumerable: false,
@@ -3577,10 +3709,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3577
3709
  });
3578
3710
  Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarShouldAddAutoTrackInsets", {
3579
3711
  get: function () {
3580
- return this.b8;
3712
+ return this.ca;
3581
3713
  },
3582
3714
  set: function (a) {
3583
- this.b8 = a;
3715
+ this.ca = a;
3584
3716
  this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
3585
3717
  },
3586
3718
  enumerable: false,
@@ -3588,10 +3720,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3588
3720
  });
3589
3721
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarFill", {
3590
3722
  get: function () {
3591
- return this.nu;
3723
+ return this.n8;
3592
3724
  },
3593
3725
  set: function (a) {
3594
- this.nu = a;
3726
+ this.n8 = a;
3595
3727
  this.g("VerticalViewScrollbarFill");
3596
3728
  },
3597
3729
  enumerable: false,
@@ -3599,10 +3731,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3599
3731
  });
3600
3732
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarOutline", {
3601
3733
  get: function () {
3602
- return this.nw;
3734
+ return this.oa;
3603
3735
  },
3604
3736
  set: function (a) {
3605
- this.nw = a;
3737
+ this.oa = a;
3606
3738
  this.g("VerticalViewScrollbarOutline");
3607
3739
  },
3608
3740
  enumerable: false,
@@ -3610,10 +3742,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3610
3742
  });
3611
3743
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarStrokeThickness", {
3612
3744
  get: function () {
3613
- return this.f2;
3745
+ return this.f7;
3614
3746
  },
3615
3747
  set: function (a) {
3616
- this.f2 = a;
3748
+ this.f7 = a;
3617
3749
  this.g("VerticalViewScrollbarStrokeThickness");
3618
3750
  },
3619
3751
  enumerable: false,
@@ -3621,10 +3753,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3621
3753
  });
3622
3754
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMaxOpacity", {
3623
3755
  get: function () {
3624
- return this.f1;
3756
+ return this.f6;
3625
3757
  },
3626
3758
  set: function (a) {
3627
- this.f1 = a;
3759
+ this.f6 = a;
3628
3760
  this.g("VerticalViewScrollbarMaxOpacity");
3629
3761
  },
3630
3762
  enumerable: false,
@@ -3632,10 +3764,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3632
3764
  });
3633
3765
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarCornerRadius", {
3634
3766
  get: function () {
3635
- return this.fz;
3767
+ return this.f4;
3636
3768
  },
3637
3769
  set: function (a) {
3638
- this.fz = a;
3770
+ this.f4 = a;
3639
3771
  this.g("VerticalViewScrollbarCornerRadius");
3640
3772
  },
3641
3773
  enumerable: false,
@@ -3643,10 +3775,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3643
3775
  });
3644
3776
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarWidth", {
3645
3777
  get: function () {
3646
- return this.f5;
3778
+ return this.ga;
3647
3779
  },
3648
3780
  set: function (a) {
3649
- this.f5 = a;
3781
+ this.ga = a;
3650
3782
  this.g("VerticalViewScrollbarWidth");
3651
3783
  },
3652
3784
  enumerable: false,
@@ -3654,10 +3786,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3654
3786
  });
3655
3787
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarInset", {
3656
3788
  get: function () {
3657
- return this.f0;
3789
+ return this.f5;
3658
3790
  },
3659
3791
  set: function (a) {
3660
- this.f0 = a;
3792
+ this.f5 = a;
3661
3793
  this.g("VerticalViewScrollbarInset");
3662
3794
  },
3663
3795
  enumerable: false,
@@ -3665,10 +3797,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3665
3797
  });
3666
3798
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackStartInset", {
3667
3799
  get: function () {
3668
- return this.f4;
3800
+ return this.f9;
3669
3801
  },
3670
3802
  set: function (a) {
3671
- this.f4 = a;
3803
+ this.f9 = a;
3672
3804
  this.g("VerticalViewScrollbarTrackStartInset");
3673
3805
  },
3674
3806
  enumerable: false,
@@ -3676,10 +3808,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3676
3808
  });
3677
3809
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackEndInset", {
3678
3810
  get: function () {
3679
- return this.f3;
3811
+ return this.f8;
3680
3812
  },
3681
3813
  set: function (a) {
3682
- this.f3 = a;
3814
+ this.f8 = a;
3683
3815
  this.g("VerticalViewScrollbarTrackEndInset");
3684
3816
  },
3685
3817
  enumerable: false,
@@ -3687,10 +3819,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3687
3819
  });
3688
3820
  Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarShouldAddAutoTrackInsets", {
3689
3821
  get: function () {
3690
- return this.ci;
3822
+ return this.cl;
3691
3823
  },
3692
3824
  set: function (a) {
3693
- this.ci = a;
3825
+ this.cl = a;
3694
3826
  this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
3695
3827
  },
3696
3828
  enumerable: false,
@@ -3698,10 +3830,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3698
3830
  });
3699
3831
  Object.defineProperty(DomainChartDescription.prototype, "windowRectMinWidth", {
3700
3832
  get: function () {
3701
- return this.f7;
3833
+ return this.gc;
3702
3834
  },
3703
3835
  set: function (a) {
3704
- this.f7 = a;
3836
+ this.gc = a;
3705
3837
  this.g("WindowRectMinWidth");
3706
3838
  },
3707
3839
  enumerable: false,
@@ -3709,10 +3841,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3709
3841
  });
3710
3842
  Object.defineProperty(DomainChartDescription.prototype, "windowRectMinHeight", {
3711
3843
  get: function () {
3712
- return this.f6;
3844
+ return this.gb;
3713
3845
  },
3714
3846
  set: function (a) {
3715
- this.f6 = a;
3847
+ this.gb = a;
3716
3848
  this.g("WindowRectMinHeight");
3717
3849
  },
3718
3850
  enumerable: false,
@@ -3720,10 +3852,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3720
3852
  });
3721
3853
  Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinWidth", {
3722
3854
  get: function () {
3723
- return this.f9;
3855
+ return this.ge;
3724
3856
  },
3725
3857
  set: function (a) {
3726
- this.f9 = a;
3858
+ this.ge = a;
3727
3859
  this.g("WindowSizeMinWidth");
3728
3860
  },
3729
3861
  enumerable: false,
@@ -3731,10 +3863,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3731
3863
  });
3732
3864
  Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinHeight", {
3733
3865
  get: function () {
3734
- return this.f8;
3866
+ return this.gd;
3735
3867
  },
3736
3868
  set: function (a) {
3737
- this.f8 = a;
3869
+ this.gd = a;
3738
3870
  this.g("WindowSizeMinHeight");
3739
3871
  },
3740
3872
  enumerable: false,
@@ -3742,10 +3874,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3742
3874
  });
3743
3875
  Object.defineProperty(DomainChartDescription.prototype, "seriesAddedRef", {
3744
3876
  get: function () {
3745
- return this.m9;
3877
+ return this.nn;
3746
3878
  },
3747
3879
  set: function (a) {
3748
- this.m9 = a;
3880
+ this.nn = a;
3749
3881
  this.g("SeriesAddedRef");
3750
3882
  },
3751
3883
  enumerable: false,
@@ -3753,10 +3885,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3753
3885
  });
3754
3886
  Object.defineProperty(DomainChartDescription.prototype, "seriesRemovedRef", {
3755
3887
  get: function () {
3756
- return this.ni;
3888
+ return this.nw;
3757
3889
  },
3758
3890
  set: function (a) {
3759
- this.ni = a;
3891
+ this.nw = a;
3760
3892
  this.g("SeriesRemovedRef");
3761
3893
  },
3762
3894
  enumerable: false,
@@ -3764,10 +3896,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3764
3896
  });
3765
3897
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerEnterRef", {
3766
3898
  get: function () {
3767
- return this.ne;
3899
+ return this.ns;
3768
3900
  },
3769
3901
  set: function (a) {
3770
- this.ne = a;
3902
+ this.ns = a;
3771
3903
  this.g("SeriesPointerEnterRef");
3772
3904
  },
3773
3905
  enumerable: false,
@@ -3775,10 +3907,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3775
3907
  });
3776
3908
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerLeaveRef", {
3777
3909
  get: function () {
3778
- return this.nf;
3910
+ return this.nt;
3779
3911
  },
3780
3912
  set: function (a) {
3781
- this.nf = a;
3913
+ this.nt = a;
3782
3914
  this.g("SeriesPointerLeaveRef");
3783
3915
  },
3784
3916
  enumerable: false,
@@ -3786,10 +3918,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3786
3918
  });
3787
3919
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerMoveRef", {
3788
3920
  get: function () {
3789
- return this.ng;
3921
+ return this.nu;
3790
3922
  },
3791
3923
  set: function (a) {
3792
- this.ng = a;
3924
+ this.nu = a;
3793
3925
  this.g("SeriesPointerMoveRef");
3794
3926
  },
3795
3927
  enumerable: false,
@@ -3797,10 +3929,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3797
3929
  });
3798
3930
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerDownRef", {
3799
3931
  get: function () {
3800
- return this.nd;
3932
+ return this.nr;
3801
3933
  },
3802
3934
  set: function (a) {
3803
- this.nd = a;
3935
+ this.nr = a;
3804
3936
  this.g("SeriesPointerDownRef");
3805
3937
  },
3806
3938
  enumerable: false,
@@ -3808,10 +3940,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3808
3940
  });
3809
3941
  Object.defineProperty(DomainChartDescription.prototype, "seriesPointerUpRef", {
3810
3942
  get: function () {
3811
- return this.nh;
3943
+ return this.nv;
3812
3944
  },
3813
3945
  set: function (a) {
3814
- this.nh = a;
3946
+ this.nv = a;
3815
3947
  this.g("SeriesPointerUpRef");
3816
3948
  },
3817
3949
  enumerable: false,
@@ -3819,10 +3951,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3819
3951
  });
3820
3952
  Object.defineProperty(DomainChartDescription.prototype, "seriesClickRef", {
3821
3953
  get: function () {
3822
- return this.na;
3954
+ return this.no;
3823
3955
  },
3824
3956
  set: function (a) {
3825
- this.na = a;
3957
+ this.no = a;
3826
3958
  this.g("SeriesClickRef");
3827
3959
  },
3828
3960
  enumerable: false,
@@ -3830,10 +3962,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3830
3962
  });
3831
3963
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerEnterRef", {
3832
3964
  get: function () {
3833
- return this.m1;
3965
+ return this.nf;
3834
3966
  },
3835
3967
  set: function (a) {
3836
- this.m1 = a;
3968
+ this.nf = a;
3837
3969
  this.g("PlotAreaPointerEnterRef");
3838
3970
  },
3839
3971
  enumerable: false,
@@ -3841,10 +3973,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3841
3973
  });
3842
3974
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerLeaveRef", {
3843
3975
  get: function () {
3844
- return this.m2;
3976
+ return this.ng;
3845
3977
  },
3846
3978
  set: function (a) {
3847
- this.m2 = a;
3979
+ this.ng = a;
3848
3980
  this.g("PlotAreaPointerLeaveRef");
3849
3981
  },
3850
3982
  enumerable: false,
@@ -3852,10 +3984,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3852
3984
  });
3853
3985
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerMoveRef", {
3854
3986
  get: function () {
3855
- return this.m3;
3987
+ return this.nh;
3856
3988
  },
3857
3989
  set: function (a) {
3858
- this.m3 = a;
3990
+ this.nh = a;
3859
3991
  this.g("PlotAreaPointerMoveRef");
3860
3992
  },
3861
3993
  enumerable: false,
@@ -3863,10 +3995,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3863
3995
  });
3864
3996
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerDownRef", {
3865
3997
  get: function () {
3866
- return this.m0;
3998
+ return this.ne;
3867
3999
  },
3868
4000
  set: function (a) {
3869
- this.m0 = a;
4001
+ this.ne = a;
3870
4002
  this.g("PlotAreaPointerDownRef");
3871
4003
  },
3872
4004
  enumerable: false,
@@ -3874,10 +4006,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3874
4006
  });
3875
4007
  Object.defineProperty(DomainChartDescription.prototype, "plotAreaPointerUpRef", {
3876
4008
  get: function () {
3877
- return this.m4;
4009
+ return this.ni;
3878
4010
  },
3879
4011
  set: function (a) {
3880
- this.m4 = a;
4012
+ this.ni = a;
3881
4013
  this.g("PlotAreaPointerUpRef");
3882
4014
  },
3883
4015
  enumerable: false,
@@ -3885,10 +4017,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3885
4017
  });
3886
4018
  Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingRef", {
3887
4019
  get: function () {
3888
- return this.j4;
4020
+ return this.ki;
3889
4021
  },
3890
4022
  set: function (a) {
3891
- this.j4 = a;
4023
+ this.ki = a;
3892
4024
  this.g("CalloutStyleUpdatingRef");
3893
4025
  },
3894
4026
  enumerable: false,
@@ -3896,10 +4028,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3896
4028
  });
3897
4029
  Object.defineProperty(DomainChartDescription.prototype, "calloutRenderStyleUpdatingRef", {
3898
4030
  get: function () {
3899
- return this.jz;
4031
+ return this.j5;
3900
4032
  },
3901
4033
  set: function (a) {
3902
- this.jz = a;
4034
+ this.j5 = a;
3903
4035
  this.g("CalloutRenderStyleUpdatingRef");
3904
4036
  },
3905
4037
  enumerable: false,
@@ -3907,10 +4039,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3907
4039
  });
3908
4040
  Object.defineProperty(DomainChartDescription.prototype, "selectedSeriesItemsChangedRef", {
3909
4041
  get: function () {
3910
- return this.m5;
4042
+ return this.nj;
3911
4043
  },
3912
4044
  set: function (a) {
3913
- this.m5 = a;
4045
+ this.nj = a;
3914
4046
  this.g("SelectedSeriesItemsChangedRef");
3915
4047
  },
3916
4048
  enumerable: false,
@@ -3918,10 +4050,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3918
4050
  });
3919
4051
  Object.defineProperty(DomainChartDescription.prototype, "focusedSeriesItemsChangedRef", {
3920
4052
  get: function () {
3921
- return this.ma;
4053
+ return this.mo;
3922
4054
  },
3923
4055
  set: function (a) {
3924
- this.ma = a;
4056
+ this.mo = a;
3925
4057
  this.g("FocusedSeriesItemsChangedRef");
3926
4058
  },
3927
4059
  enumerable: false,
@@ -3929,10 +4061,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
3929
4061
  });
3930
4062
  Object.defineProperty(DomainChartDescription.prototype, "filterStringErrorsParsingRef", {
3931
4063
  get: function () {
3932
- return this.l6;
4064
+ return this.mk;
3933
4065
  },
3934
4066
  set: function (a) {
3935
- this.l6 = a;
4067
+ this.mk = a;
3936
4068
  this.g("FilterStringErrorsParsingRef");
3937
4069
  },
3938
4070
  enumerable: false,