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
@@ -13,176 +13,176 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
13
13
  class DomainChartDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.fg = 0;
16
+ this.fl = 0;
17
+ this.fy = 0;
18
+ this.fz = 0;
19
+ this.f0 = 0;
20
+ this.fx = 0;
17
21
  this.ft = 0;
18
- this.fu = 0;
19
22
  this.fv = 0;
23
+ this.fu = 0;
20
24
  this.fs = 0;
21
- this.fo = 0;
22
- this.fq = 0;
23
- this.fp = 0;
24
- this.fn = 0;
25
- this.nl = null;
26
- this.no = null;
27
- this.fd = 0;
28
- this.fw = 0;
29
- this.fm = 0;
30
- this.dc = 0;
31
- this.jk = 0;
32
- this.nr = null;
33
- this.jh = 0;
34
- this.jj = 0;
35
- this.jg = 0;
36
- this.nm = null;
37
- this.np = null;
38
- this.kk = null;
39
- this.d9 = 0;
40
- this.ea = 0;
41
- this.dj = 0;
42
- this.dk = 0;
43
- this.ki = null;
44
- this.kj = null;
45
- this.b3 = false;
25
+ this.nz = null;
26
+ this.n2 = null;
27
+ this.fi = 0;
28
+ this.f1 = 0;
29
+ this.fr = 0;
30
+ this.dg = 0;
31
+ this.jq = 0;
32
+ this.n5 = null;
33
+ this.jn = 0;
34
+ this.jp = 0;
35
+ this.jm = 0;
36
+ this.n0 = null;
37
+ this.n3 = null;
38
+ this.ky = null;
39
+ this.ee = 0;
40
+ this.ef = 0;
41
+ this.dp = 0;
42
+ this.dq = 0;
43
+ this.kw = null;
44
+ this.kx = null;
45
+ this.b5 = false;
46
46
  this.p = null;
47
47
  this.m = null;
48
48
  this.o = null;
49
49
  this.l = null;
50
- this.lx = null;
51
- this.jd = 0;
52
- this.je = 0;
53
- this.lz = null;
54
- this.ly = null;
55
- this.b4 = false;
56
- this.l0 = null;
57
- this.q = null;
58
- this.ex = 0;
59
- this.ey = 0;
60
- this.ez = 0;
61
- this.e0 = 0;
62
- this.b5 = false;
63
- this.l5 = null;
50
+ this.mb = null;
51
+ this.jj = 0;
52
+ this.jk = 0;
53
+ this.md = null;
54
+ this.mc = null;
64
55
  this.b6 = false;
56
+ this.me = null;
57
+ this.q = null;
65
58
  this.e2 = 0;
66
59
  this.e3 = 0;
67
60
  this.e4 = 0;
68
61
  this.e5 = 0;
69
- this.l1 = null;
70
- this.l2 = null;
71
- this.e1 = 0;
72
- this.l3 = null;
73
- this.l4 = null;
74
- this.kr = null;
62
+ this.b7 = false;
63
+ this.mj = null;
64
+ this.b8 = false;
65
+ this.e7 = 0;
66
+ this.e8 = 0;
67
+ this.e9 = 0;
68
+ this.fa = 0;
69
+ this.mf = null;
70
+ this.mg = null;
71
+ this.e6 = 0;
72
+ this.mh = null;
73
+ this.mi = null;
74
+ this.k5 = null;
75
75
  this.n = null;
76
- this.kp = null;
77
- this.kq = null;
78
- this.ks = null;
79
- this.kt = null;
80
- this.ku = null;
76
+ this.k3 = null;
77
+ this.k4 = null;
78
+ this.k6 = null;
79
+ this.k7 = null;
80
+ this.k8 = null;
81
+ this.d5 = 0;
82
+ this.d6 = 0;
83
+ this.d7 = 0;
84
+ this.d8 = 0;
81
85
  this.d0 = 0;
82
86
  this.d1 = 0;
83
87
  this.d2 = 0;
84
88
  this.d3 = 0;
85
- this.dv = 0;
89
+ this.b4 = false;
90
+ this.k9 = null;
91
+ this.d4 = 0;
92
+ this.la = null;
93
+ this.lb = null;
94
+ this.kz = null;
86
95
  this.dw = 0;
87
96
  this.dx = 0;
88
97
  this.dy = 0;
89
- this.b2 = false;
90
- this.kv = null;
91
98
  this.dz = 0;
92
- this.kw = null;
93
- this.kx = null;
94
- this.kl = null;
95
99
  this.dr = 0;
96
100
  this.ds = 0;
97
101
  this.dt = 0;
98
102
  this.du = 0;
99
- this.dl = 0;
100
- this.dm = 0;
101
- this.dn = 0;
102
- this.dp = 0;
103
- this.b1 = false;
104
- this.km = null;
105
- this.dq = 0;
106
- this.kn = null;
107
- this.ko = null;
108
- this.k9 = null;
109
- this.la = null;
110
- this.eg = 0;
111
- this.lb = null;
112
- this.lc = null;
113
- this.ld = null;
114
- this.k8 = null;
103
+ this.b3 = false;
104
+ this.k0 = null;
105
+ this.dv = 0;
106
+ this.k1 = null;
107
+ this.k2 = null;
108
+ this.ln = null;
109
+ this.lo = null;
110
+ this.el = 0;
111
+ this.lp = null;
112
+ this.lq = null;
113
+ this.lr = null;
114
+ this.lm = null;
115
+ this.em = 0;
116
+ this.en = 0;
117
+ this.eo = 0;
118
+ this.ep = 0;
115
119
  this.eh = 0;
116
120
  this.ei = 0;
117
121
  this.ej = 0;
118
122
  this.ek = 0;
119
- this.ec = 0;
120
- this.ed = 0;
121
- this.ee = 0;
122
- this.ef = 0;
123
+ this.lx = null;
124
+ this.ly = null;
125
+ this.er = 0;
126
+ this.lz = null;
127
+ this.l0 = null;
128
+ this.lh = null;
129
+ this.li = null;
123
130
  this.lj = null;
131
+ this.eg = 0;
124
132
  this.lk = null;
125
- this.em = 0;
126
133
  this.ll = null;
127
- this.lm = null;
128
- this.k3 = null;
129
- this.k4 = null;
130
- this.k5 = null;
131
- this.eb = 0;
132
- this.k6 = null;
133
- this.k7 = null;
134
- this.le = null;
135
- this.lf = null;
136
- this.lg = null;
137
- this.el = 0;
138
- this.lh = null;
139
- this.li = null;
140
- this.df = 0;
141
- this.dg = 0;
142
- this.dh = 0;
143
- this.di = 0;
144
- this.kh = null;
145
- this.lr = null;
146
134
  this.ls = null;
147
135
  this.lt = null;
136
+ this.lu = null;
137
+ this.eq = 0;
138
+ this.lv = null;
139
+ this.lw = null;
140
+ this.dk = 0;
141
+ this.dl = 0;
142
+ this.dm = 0;
143
+ this.dn = 0;
144
+ this.kv = null;
145
+ this.l5 = null;
146
+ this.l6 = null;
147
+ this.l7 = null;
148
+ this.ey = 0;
149
+ this.ez = 0;
150
+ this.e0 = 0;
151
+ this.e1 = 0;
152
+ this.l8 = null;
153
+ this.ex = 0;
154
+ this.l9 = null;
155
+ this.ma = null;
148
156
  this.et = 0;
149
157
  this.eu = 0;
150
158
  this.ev = 0;
151
159
  this.ew = 0;
152
- this.lu = null;
160
+ this.l1 = null;
161
+ this.l2 = null;
153
162
  this.es = 0;
154
- this.lv = null;
155
- this.lw = null;
156
- this.eo = 0;
157
- this.ep = 0;
158
- this.eq = 0;
159
- this.er = 0;
160
- this.ln = null;
161
- this.lo = null;
162
- this.en = 0;
163
- this.lp = null;
164
- this.lq = null;
165
- this.ky = null;
166
- this.kz = null;
167
- this.d5 = 0;
168
- this.d6 = 0;
169
- this.d7 = 0;
170
- this.d8 = 0;
171
- this.k0 = null;
172
- this.d4 = 0;
173
- this.k1 = null;
174
- this.k2 = null;
163
+ this.l3 = null;
164
+ this.l4 = null;
165
+ this.lc = null;
166
+ this.ld = null;
167
+ this.ea = 0;
168
+ this.eb = 0;
169
+ this.ec = 0;
170
+ this.ed = 0;
171
+ this.le = null;
172
+ this.d9 = 0;
173
+ this.lf = null;
174
+ this.lg = null;
175
175
  this.aj = null;
176
176
  this.v = null;
177
177
  this.u = null;
178
178
  this.s = null;
179
179
  this.w = null;
180
180
  this.ak = null;
181
- this.m8 = null;
182
- this.mb = null;
183
- this.m7 = null;
184
- this.l9 = null;
185
- this.m6 = null;
181
+ this.nm = null;
182
+ this.mp = null;
183
+ this.nl = null;
184
+ this.mn = null;
185
+ this.nk = null;
186
186
  this.ai = null;
187
187
  this.t = null;
188
188
  this.ac = null;
@@ -191,154 +191,165 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
191
191
  this.y = null;
192
192
  this.ab = null;
193
193
  this.ad = null;
194
- this.mp = null;
195
- this.mc = null;
196
- this.mn = null;
197
- this.mm = null;
198
- this.mo = null;
194
+ this.m3 = null;
199
195
  this.mq = null;
200
- this.kg = null;
201
- this.bl = null;
202
- this.md = null;
203
- this.bm = null;
196
+ this.m1 = null;
197
+ this.m0 = null;
198
+ this.m2 = null;
199
+ this.m4 = null;
200
+ this.ku = null;
201
+ this.bn = null;
202
+ this.mr = null;
203
+ this.bo = null;
204
204
  this.x = null;
205
205
  this.r = null;
206
206
  this.j = null;
207
207
  this.ah = null;
208
208
  this.h = null;
209
209
  this.i = null;
210
- this.mv = null;
211
- this.b9 = false;
210
+ this.m9 = null;
212
211
  this.cb = false;
213
- this.ce = false;
212
+ this.cd = false;
214
213
  this.cg = false;
215
- this.mf = null;
216
- this.ca = false;
217
- this.me = null;
218
- this.mu = null;
219
- this.bp = null;
220
- this.j7 = null;
221
- this.nj = null;
222
- this.nn = null;
223
- this.nk = null;
224
- this.nt = null;
225
- this.fl = 0;
226
- this.fr = 0;
227
- this.mz = null;
228
- this.my = null;
229
- this.mx = null;
230
- this.fe = 0;
231
- this.ff = 0;
214
+ this.ci = false;
215
+ this.mt = null;
216
+ this.cc = false;
217
+ this.ms = null;
218
+ this.m8 = null;
219
+ this.br = null;
220
+ this.kl = null;
221
+ this.nx = null;
222
+ this.n1 = null;
223
+ this.ny = null;
224
+ this.n7 = null;
225
+ this.fq = 0;
226
+ this.fw = 0;
227
+ this.nd = null;
228
+ this.nc = null;
229
+ this.nb = null;
230
+ this.fj = 0;
231
+ this.fk = 0;
232
232
  this.ag = null;
233
- this.mw = null;
233
+ this.na = null;
234
234
  this.ae = null;
235
235
  this.af = null;
236
- this.ji = 0;
237
- this.db = 0;
238
- this.bs = false;
236
+ this.jo = 0;
237
+ this.df = 0;
238
+ this.bu = false;
239
239
  this.al = null;
240
- this.ns = null;
241
- this.fx = 0;
242
- this.br = false;
243
- this.fi = 0;
244
- this.fk = 0;
245
- this.fj = 0;
246
- this.fh = 0;
247
- this.j8 = null;
248
- this.nb = null;
249
- this.nc = null;
250
- this.mh = null;
251
- this.mg = null;
252
- this.mr = null;
253
- this.mt = null;
254
- this.ms = null;
255
- this.jl = 0;
240
+ this.n6 = null;
241
+ this.f2 = 0;
242
+ this.am = null;
243
+ this.cj = false;
244
+ this.bt = false;
245
+ this.fn = 0;
246
+ this.fp = 0;
247
+ this.fo = 0;
248
+ this.fm = 0;
249
+ this.km = null;
250
+ this.np = null;
256
251
  this.nq = null;
257
- this.kd = null;
252
+ this.mv = null;
253
+ this.mu = null;
254
+ this.m5 = null;
255
+ this.m7 = null;
256
+ this.m6 = null;
257
+ this.jr = 0;
258
+ this.n4 = null;
259
+ this.kr = null;
260
+ this.b2 = false;
261
+ this.kt = null;
262
+ this.dj = 0;
263
+ this.ks = null;
264
+ this.b1 = false;
265
+ this.kn = null;
266
+ this.kp = null;
267
+ this.ko = null;
268
+ this.kq = null;
269
+ this.jh = 0;
270
+ this.ji = 0;
271
+ this.cf = false;
272
+ this.ch = false;
273
+ this.b9 = false;
274
+ this.ml = null;
275
+ this.mm = null;
276
+ this.jl = 0;
277
+ this.bv = false;
258
278
  this.b0 = false;
279
+ this.bw = false;
280
+ this.ck = false;
281
+ this.j4 = null;
282
+ this.by = false;
283
+ this.bz = false;
284
+ this.bx = false;
285
+ this.di = 0;
286
+ this.j6 = null;
287
+ this.kg = null;
288
+ this.kh = null;
259
289
  this.kf = null;
260
- this.de = 0;
290
+ this.j8 = null;
261
291
  this.ke = null;
262
- this.bz = false;
292
+ this.jg = 0;
263
293
  this.j9 = null;
264
- this.kb = null;
294
+ this.k = null;
295
+ this.kj = null;
296
+ this.kk = null;
297
+ this.kd = null;
298
+ this.j7 = null;
265
299
  this.ka = null;
300
+ this.dh = 0;
301
+ this.kb = null;
266
302
  this.kc = null;
267
- this.jb = 0;
268
- this.jc = 0;
269
- this.cd = false;
270
- this.cf = false;
271
- this.b7 = false;
272
- this.l7 = null;
273
- this.l8 = null;
274
- this.jf = 0;
275
- this.bt = false;
276
- this.by = false;
277
- this.bu = false;
278
- this.ch = false;
279
- this.jy = null;
280
- this.bw = false;
281
- this.bx = false;
282
- this.bv = false;
283
- this.dd = 0;
284
- this.j0 = null;
285
- this.ja = 0;
286
- this.j2 = null;
287
- this.k = null;
288
- this.j5 = null;
289
- this.j6 = null;
290
- this.j3 = null;
291
- this.j1 = null;
292
- this.am = null;
293
303
  this.an = null;
294
- this.fy = 0;
295
- this.cc = false;
296
- this.mj = null;
297
- this.nv = null;
298
- this.ml = null;
299
- this.nx = null;
300
- this.mi = null;
301
- this.mk = null;
302
- this.fa = 0;
303
- this.e9 = 0;
304
- this.e6 = 0;
305
- this.e7 = 0;
306
- this.e8 = 0;
307
- this.fc = 0;
308
- this.fb = 0;
309
- this.b8 = false;
310
- this.nu = null;
311
- this.nw = null;
312
- this.f2 = 0;
313
- this.f1 = 0;
314
- this.fz = 0;
315
- this.f5 = 0;
316
- this.f0 = 0;
317
- this.f4 = 0;
304
+ this.ao = null;
318
305
  this.f3 = 0;
319
- this.ci = false;
306
+ this.ce = false;
307
+ this.mx = null;
308
+ this.n9 = null;
309
+ this.mz = null;
310
+ this.ob = null;
311
+ this.mw = null;
312
+ this.my = null;
313
+ this.ff = 0;
314
+ this.fe = 0;
315
+ this.fb = 0;
316
+ this.fc = 0;
317
+ this.fd = 0;
318
+ this.fh = 0;
319
+ this.fg = 0;
320
+ this.ca = false;
321
+ this.n8 = null;
322
+ this.oa = null;
320
323
  this.f7 = 0;
321
324
  this.f6 = 0;
325
+ this.f4 = 0;
326
+ this.ga = 0;
327
+ this.f5 = 0;
322
328
  this.f9 = 0;
323
329
  this.f8 = 0;
324
- this.m9 = null;
325
- this.ni = null;
326
- this.ne = null;
330
+ this.cl = false;
331
+ this.gc = 0;
332
+ this.gb = 0;
333
+ this.ge = 0;
334
+ this.gd = 0;
335
+ this.nn = null;
336
+ this.nw = null;
337
+ this.ns = null;
338
+ this.nt = null;
339
+ this.nu = null;
340
+ this.nr = null;
341
+ this.nv = null;
342
+ this.no = null;
327
343
  this.nf = null;
328
344
  this.ng = null;
329
- this.nd = null;
330
345
  this.nh = null;
331
- this.na = null;
332
- this.m1 = null;
333
- this.m2 = null;
334
- this.m3 = null;
335
- this.m0 = null;
336
- this.m4 = null;
337
- this.j4 = null;
338
- this.jz = null;
339
- this.m5 = null;
340
- this.ma = null;
341
- this.l6 = null;
346
+ this.ne = null;
347
+ this.ni = null;
348
+ this.ki = null;
349
+ this.j5 = null;
350
+ this.nj = null;
351
+ this.mo = null;
352
+ this.mk = null;
342
353
  }
343
354
  get_type() {
344
355
  return "DomainChart";
@@ -347,213 +358,213 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
347
358
  return this.get_type();
348
359
  }
349
360
  get pixelScalingRatio() {
350
- return this.fg;
361
+ return this.fl;
351
362
  }
352
363
  set pixelScalingRatio(a) {
353
- this.fg = a;
364
+ this.fl = a;
354
365
  this.g("PixelScalingRatio");
355
366
  }
356
367
  get titleLeftMargin() {
357
- return this.ft;
368
+ return this.fy;
358
369
  }
359
370
  set titleLeftMargin(a) {
360
- this.ft = a;
371
+ this.fy = a;
361
372
  this.g("TitleLeftMargin");
362
373
  }
363
374
  get titleRightMargin() {
364
- return this.fu;
375
+ return this.fz;
365
376
  }
366
377
  set titleRightMargin(a) {
367
- this.fu = a;
378
+ this.fz = a;
368
379
  this.g("TitleRightMargin");
369
380
  }
370
381
  get titleTopMargin() {
371
- return this.fv;
382
+ return this.f0;
372
383
  }
373
384
  set titleTopMargin(a) {
374
- this.fv = a;
385
+ this.f0 = a;
375
386
  this.g("TitleTopMargin");
376
387
  }
377
388
  get titleBottomMargin() {
378
- return this.fs;
389
+ return this.fx;
379
390
  }
380
391
  set titleBottomMargin(a) {
381
- this.fs = a;
392
+ this.fx = a;
382
393
  this.g("TitleBottomMargin");
383
394
  }
384
395
  get subtitleLeftMargin() {
385
- return this.fo;
396
+ return this.ft;
386
397
  }
387
398
  set subtitleLeftMargin(a) {
388
- this.fo = a;
399
+ this.ft = a;
389
400
  this.g("SubtitleLeftMargin");
390
401
  }
391
402
  get subtitleTopMargin() {
392
- return this.fq;
403
+ return this.fv;
393
404
  }
394
405
  set subtitleTopMargin(a) {
395
- this.fq = a;
406
+ this.fv = a;
396
407
  this.g("SubtitleTopMargin");
397
408
  }
398
409
  get subtitleRightMargin() {
399
- return this.fp;
410
+ return this.fu;
400
411
  }
401
412
  set subtitleRightMargin(a) {
402
- this.fp = a;
413
+ this.fu = a;
403
414
  this.g("SubtitleRightMargin");
404
415
  }
405
416
  get subtitleBottomMargin() {
406
- return this.fn;
417
+ return this.fs;
407
418
  }
408
419
  set subtitleBottomMargin(a) {
409
- this.fn = a;
420
+ this.fs = a;
410
421
  this.g("SubtitleBottomMargin");
411
422
  }
412
423
  get subtitleTextColor() {
413
- return this.nl;
424
+ return this.nz;
414
425
  }
415
426
  set subtitleTextColor(a) {
416
- this.nl = a;
427
+ this.nz = a;
417
428
  this.g("SubtitleTextColor");
418
429
  }
419
430
  get titleTextColor() {
420
- return this.no;
431
+ return this.n2;
421
432
  }
422
433
  set titleTextColor(a) {
423
- this.no = a;
434
+ this.n2 = a;
424
435
  this.g("TitleTextColor");
425
436
  }
426
437
  get leftMargin() {
427
- return this.fd;
438
+ return this.fi;
428
439
  }
429
440
  set leftMargin(a) {
430
- this.fd = a;
441
+ this.fi = a;
431
442
  this.g("LeftMargin");
432
443
  }
433
444
  get topMargin() {
434
- return this.fw;
445
+ return this.f1;
435
446
  }
436
447
  set topMargin(a) {
437
- this.fw = a;
448
+ this.f1 = a;
438
449
  this.g("TopMargin");
439
450
  }
440
451
  get rightMargin() {
441
- return this.fm;
452
+ return this.fr;
442
453
  }
443
454
  set rightMargin(a) {
444
- this.fm = a;
455
+ this.fr = a;
445
456
  this.g("RightMargin");
446
457
  }
447
458
  get bottomMargin() {
448
- return this.dc;
459
+ return this.dg;
449
460
  }
450
461
  set bottomMargin(a) {
451
- this.dc = a;
462
+ this.dg = a;
452
463
  this.g("BottomMargin");
453
464
  }
454
465
  get transitionDuration() {
455
- return this.jk;
466
+ return this.jq;
456
467
  }
457
468
  set transitionDuration(a) {
458
- this.jk = a;
469
+ this.jq = a;
459
470
  this.g("TransitionDuration");
460
471
  }
461
472
  get transitionEasingFunctionRef() {
462
- return this.nr;
473
+ return this.n5;
463
474
  }
464
475
  set transitionEasingFunctionRef(a) {
465
- this.nr = a;
476
+ this.n5 = a;
466
477
  this.g("TransitionEasingFunctionRef");
467
478
  }
468
479
  get highlightingTransitionDuration() {
469
- return this.jh;
480
+ return this.jn;
470
481
  }
471
482
  set highlightingTransitionDuration(a) {
472
- this.jh = a;
483
+ this.jn = a;
473
484
  this.g("HighlightingTransitionDuration");
474
485
  }
475
486
  get selectionTransitionDuration() {
476
- return this.jj;
487
+ return this.jp;
477
488
  }
478
489
  set selectionTransitionDuration(a) {
479
- this.jj = a;
490
+ this.jp = a;
480
491
  this.g("SelectionTransitionDuration");
481
492
  }
482
493
  get focusTransitionDuration() {
483
- return this.jg;
494
+ return this.jm;
484
495
  }
485
496
  set focusTransitionDuration(a) {
486
- this.jg = a;
497
+ this.jm = a;
487
498
  this.g("FocusTransitionDuration");
488
499
  }
489
500
  get subtitleTextStyle() {
490
- return this.nm;
501
+ return this.n0;
491
502
  }
492
503
  set subtitleTextStyle(a) {
493
- this.nm = a;
504
+ this.n0 = a;
494
505
  this.g("SubtitleTextStyle");
495
506
  }
496
507
  get titleTextStyle() {
497
- return this.np;
508
+ return this.n3;
498
509
  }
499
510
  set titleTextStyle(a) {
500
- this.np = a;
511
+ this.n3 = a;
501
512
  this.g("TitleTextStyle");
502
513
  }
503
514
  get dataToolTipGroupingMode() {
504
- return this.kk;
515
+ return this.ky;
505
516
  }
506
517
  set dataToolTipGroupingMode(a) {
507
- this.kk = a;
518
+ this.ky = a;
508
519
  this.g("DataToolTipGroupingMode");
509
520
  }
510
521
  get dataToolTipPositionOffsetX() {
511
- return this.d9;
522
+ return this.ee;
512
523
  }
513
524
  set dataToolTipPositionOffsetX(a) {
514
- this.d9 = a;
525
+ this.ee = a;
515
526
  this.g("DataToolTipPositionOffsetX");
516
527
  }
517
528
  get dataToolTipPositionOffsetY() {
518
- return this.ea;
529
+ return this.ef;
519
530
  }
520
531
  set dataToolTipPositionOffsetY(a) {
521
- this.ea = a;
532
+ this.ef = a;
522
533
  this.g("DataToolTipPositionOffsetY");
523
534
  }
524
535
  get dataToolTipDefaultPositionOffsetX() {
525
- return this.dj;
536
+ return this.dp;
526
537
  }
527
538
  set dataToolTipDefaultPositionOffsetX(a) {
528
- this.dj = a;
539
+ this.dp = a;
529
540
  this.g("DataToolTipDefaultPositionOffsetX");
530
541
  }
531
542
  get dataToolTipDefaultPositionOffsetY() {
532
- return this.dk;
543
+ return this.dq;
533
544
  }
534
545
  set dataToolTipDefaultPositionOffsetY(a) {
535
- this.dk = a;
546
+ this.dq = a;
536
547
  this.g("DataToolTipDefaultPositionOffsetY");
537
548
  }
538
549
  get dataToolTipGroupedPositionModeX() {
539
- return this.ki;
550
+ return this.kw;
540
551
  }
541
552
  set dataToolTipGroupedPositionModeX(a) {
542
- this.ki = a;
553
+ this.kw = a;
543
554
  this.g("DataToolTipGroupedPositionModeX");
544
555
  }
545
556
  get dataToolTipGroupedPositionModeY() {
546
- return this.kj;
557
+ return this.kx;
547
558
  }
548
559
  set dataToolTipGroupedPositionModeY(a) {
549
- this.kj = a;
560
+ this.kx = a;
550
561
  this.g("DataToolTipGroupedPositionModeY");
551
562
  }
552
563
  get dataToolTipShouldUpdateWhenSeriesDataChanges() {
553
- return this.b3;
564
+ return this.b5;
554
565
  }
555
566
  set dataToolTipShouldUpdateWhenSeriesDataChanges(a) {
556
- this.b3 = a;
567
+ this.b5 = a;
557
568
  this.g("DataToolTipShouldUpdateWhenSeriesDataChanges");
558
569
  }
559
570
  get dataToolTipIncludedSeries() {
@@ -585,52 +596,52 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
585
596
  this.g("DataToolTipExcludedColumns");
586
597
  }
587
598
  get dataToolTipValueFormatAbbreviation() {
588
- return this.lx;
599
+ return this.mb;
589
600
  }
590
601
  set dataToolTipValueFormatAbbreviation(a) {
591
- this.lx = a;
602
+ this.mb = a;
592
603
  this.g("DataToolTipValueFormatAbbreviation");
593
604
  }
594
605
  get dataToolTipValueFormatMaxFractions() {
595
- return this.jd;
606
+ return this.jj;
596
607
  }
597
608
  set dataToolTipValueFormatMaxFractions(a) {
598
- this.jd = a;
609
+ this.jj = a;
599
610
  this.g("DataToolTipValueFormatMaxFractions");
600
611
  }
601
612
  get dataToolTipValueFormatMinFractions() {
602
- return this.je;
613
+ return this.jk;
603
614
  }
604
615
  set dataToolTipValueFormatMinFractions(a) {
605
- this.je = a;
616
+ this.jk = a;
606
617
  this.g("DataToolTipValueFormatMinFractions");
607
618
  }
608
619
  get dataToolTipValueFormatMode() {
609
- return this.lz;
620
+ return this.md;
610
621
  }
611
622
  set dataToolTipValueFormatMode(a) {
612
- this.lz = a;
623
+ this.md = a;
613
624
  this.g("DataToolTipValueFormatMode");
614
625
  }
615
626
  get dataToolTipValueFormatCulture() {
616
- return this.ly;
627
+ return this.mc;
617
628
  }
618
629
  set dataToolTipValueFormatCulture(a) {
619
- this.ly = a;
630
+ this.mc = a;
620
631
  this.g("DataToolTipValueFormatCulture");
621
632
  }
622
633
  get dataToolTipValueFormatUseGrouping() {
623
- return this.b4;
634
+ return this.b6;
624
635
  }
625
636
  set dataToolTipValueFormatUseGrouping(a) {
626
- this.b4 = a;
637
+ this.b6 = a;
627
638
  this.g("DataToolTipValueFormatUseGrouping");
628
639
  }
629
640
  get dataToolTipValueFormatString() {
630
- return this.l0;
641
+ return this.me;
631
642
  }
632
643
  set dataToolTipValueFormatString(a) {
633
- this.l0 = a;
644
+ this.me = a;
634
645
  this.g("DataToolTipValueFormatString");
635
646
  }
636
647
  get dataToolTipValueFormatSpecifiers() {
@@ -641,122 +652,122 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
641
652
  this.g("DataToolTipValueFormatSpecifiers");
642
653
  }
643
654
  get dataToolTipValueRowMarginBottom() {
644
- return this.ex;
655
+ return this.e2;
645
656
  }
646
657
  set dataToolTipValueRowMarginBottom(a) {
647
- this.ex = a;
658
+ this.e2 = a;
648
659
  this.g("DataToolTipValueRowMarginBottom");
649
660
  }
650
661
  get dataToolTipValueRowMarginLeft() {
651
- return this.ey;
662
+ return this.e3;
652
663
  }
653
664
  set dataToolTipValueRowMarginLeft(a) {
654
- this.ey = a;
665
+ this.e3 = a;
655
666
  this.g("DataToolTipValueRowMarginLeft");
656
667
  }
657
668
  get dataToolTipValueRowMarginRight() {
658
- return this.ez;
669
+ return this.e4;
659
670
  }
660
671
  set dataToolTipValueRowMarginRight(a) {
661
- this.ez = a;
672
+ this.e4 = a;
662
673
  this.g("DataToolTipValueRowMarginRight");
663
674
  }
664
675
  get dataToolTipValueRowMarginTop() {
665
- return this.e0;
676
+ return this.e5;
666
677
  }
667
678
  set dataToolTipValueRowMarginTop(a) {
668
- this.e0 = a;
679
+ this.e5 = a;
669
680
  this.g("DataToolTipValueRowMarginTop");
670
681
  }
671
682
  get dataToolTipValueRowVisible() {
672
- return this.b5;
683
+ return this.b7;
673
684
  }
674
685
  set dataToolTipValueRowVisible(a) {
675
- this.b5 = a;
686
+ this.b7 = a;
676
687
  this.g("DataToolTipValueRowVisible");
677
688
  }
678
689
  get dataToolTipValueTextWhenMissingData() {
679
- return this.l5;
690
+ return this.mj;
680
691
  }
681
692
  set dataToolTipValueTextWhenMissingData(a) {
682
- this.l5 = a;
693
+ this.mj = a;
683
694
  this.g("DataToolTipValueTextWhenMissingData");
684
695
  }
685
696
  get dataToolTipValueTextUseSeriesColors() {
686
- return this.b6;
697
+ return this.b8;
687
698
  }
688
699
  set dataToolTipValueTextUseSeriesColors(a) {
689
- this.b6 = a;
700
+ this.b8 = a;
690
701
  this.g("DataToolTipValueTextUseSeriesColors");
691
702
  }
692
703
  get dataToolTipValueTextMarginBottom() {
693
- return this.e2;
704
+ return this.e7;
694
705
  }
695
706
  set dataToolTipValueTextMarginBottom(a) {
696
- this.e2 = a;
707
+ this.e7 = a;
697
708
  this.g("DataToolTipValueTextMarginBottom");
698
709
  }
699
710
  get dataToolTipValueTextMarginLeft() {
700
- return this.e3;
711
+ return this.e8;
701
712
  }
702
713
  set dataToolTipValueTextMarginLeft(a) {
703
- this.e3 = a;
714
+ this.e8 = a;
704
715
  this.g("DataToolTipValueTextMarginLeft");
705
716
  }
706
717
  get dataToolTipValueTextMarginRight() {
707
- return this.e4;
718
+ return this.e9;
708
719
  }
709
720
  set dataToolTipValueTextMarginRight(a) {
710
- this.e4 = a;
721
+ this.e9 = a;
711
722
  this.g("DataToolTipValueTextMarginRight");
712
723
  }
713
724
  get dataToolTipValueTextMarginTop() {
714
- return this.e5;
725
+ return this.fa;
715
726
  }
716
727
  set dataToolTipValueTextMarginTop(a) {
717
- this.e5 = a;
728
+ this.fa = a;
718
729
  this.g("DataToolTipValueTextMarginTop");
719
730
  }
720
731
  get dataToolTipValueTextColor() {
721
- return this.l1;
732
+ return this.mf;
722
733
  }
723
734
  set dataToolTipValueTextColor(a) {
724
- this.l1 = a;
735
+ this.mf = a;
725
736
  this.g("DataToolTipValueTextColor");
726
737
  }
727
738
  get dataToolTipValueTextFontFamily() {
728
- return this.l2;
739
+ return this.mg;
729
740
  }
730
741
  set dataToolTipValueTextFontFamily(a) {
731
- this.l2 = a;
742
+ this.mg = a;
732
743
  this.g("DataToolTipValueTextFontFamily");
733
744
  }
734
745
  get dataToolTipValueTextFontSize() {
735
- return this.e1;
746
+ return this.e6;
736
747
  }
737
748
  set dataToolTipValueTextFontSize(a) {
738
- this.e1 = a;
749
+ this.e6 = a;
739
750
  this.g("DataToolTipValueTextFontSize");
740
751
  }
741
752
  get dataToolTipValueTextFontStyle() {
742
- return this.l3;
753
+ return this.mh;
743
754
  }
744
755
  set dataToolTipValueTextFontStyle(a) {
745
- this.l3 = a;
756
+ this.mh = a;
746
757
  this.g("DataToolTipValueTextFontStyle");
747
758
  }
748
759
  get dataToolTipValueTextFontWeight() {
749
- return this.l4;
760
+ return this.mi;
750
761
  }
751
762
  set dataToolTipValueTextFontWeight(a) {
752
- this.l4 = a;
763
+ this.mi = a;
753
764
  this.g("DataToolTipValueTextFontWeight");
754
765
  }
755
766
  get dataToolTipHeaderFormatString() {
756
- return this.kr;
767
+ return this.k5;
757
768
  }
758
769
  set dataToolTipHeaderFormatString(a) {
759
- this.kr = a;
770
+ this.k5 = a;
760
771
  this.g("DataToolTipHeaderFormatString");
761
772
  }
762
773
  get dataToolTipHeaderFormatSpecifiers() {
@@ -767,696 +778,696 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
767
778
  this.g("DataToolTipHeaderFormatSpecifiers");
768
779
  }
769
780
  get dataToolTipHeaderFormatCulture() {
770
- return this.kp;
781
+ return this.k3;
771
782
  }
772
783
  set dataToolTipHeaderFormatCulture(a) {
773
- this.kp = a;
784
+ this.k3 = a;
774
785
  this.g("DataToolTipHeaderFormatCulture");
775
786
  }
776
787
  get dataToolTipHeaderFormatDate() {
777
- return this.kq;
788
+ return this.k4;
778
789
  }
779
790
  set dataToolTipHeaderFormatDate(a) {
780
- this.kq = a;
791
+ this.k4 = a;
781
792
  this.g("DataToolTipHeaderFormatDate");
782
793
  }
783
794
  get dataToolTipHeaderFormatTime() {
784
- return this.ks;
795
+ return this.k6;
785
796
  }
786
797
  set dataToolTipHeaderFormatTime(a) {
787
- this.ks = a;
798
+ this.k6 = a;
788
799
  this.g("DataToolTipHeaderFormatTime");
789
800
  }
790
801
  get dataToolTipHeaderText() {
791
- return this.kt;
802
+ return this.k7;
792
803
  }
793
804
  set dataToolTipHeaderText(a) {
794
- this.kt = a;
805
+ this.k7 = a;
795
806
  this.g("DataToolTipHeaderText");
796
807
  }
797
808
  get dataToolTipHeaderTextColor() {
798
- return this.ku;
809
+ return this.k8;
799
810
  }
800
811
  set dataToolTipHeaderTextColor(a) {
801
- this.ku = a;
812
+ this.k8 = a;
802
813
  this.g("DataToolTipHeaderTextColor");
803
814
  }
804
815
  get dataToolTipHeaderTextMarginBottom() {
805
- return this.d0;
816
+ return this.d5;
806
817
  }
807
818
  set dataToolTipHeaderTextMarginBottom(a) {
808
- this.d0 = a;
819
+ this.d5 = a;
809
820
  this.g("DataToolTipHeaderTextMarginBottom");
810
821
  }
811
822
  get dataToolTipHeaderTextMarginLeft() {
812
- return this.d1;
823
+ return this.d6;
813
824
  }
814
825
  set dataToolTipHeaderTextMarginLeft(a) {
815
- this.d1 = a;
826
+ this.d6 = a;
816
827
  this.g("DataToolTipHeaderTextMarginLeft");
817
828
  }
818
829
  get dataToolTipHeaderTextMarginRight() {
819
- return this.d2;
830
+ return this.d7;
820
831
  }
821
832
  set dataToolTipHeaderTextMarginRight(a) {
822
- this.d2 = a;
833
+ this.d7 = a;
823
834
  this.g("DataToolTipHeaderTextMarginRight");
824
835
  }
825
836
  get dataToolTipHeaderTextMarginTop() {
826
- return this.d3;
837
+ return this.d8;
827
838
  }
828
839
  set dataToolTipHeaderTextMarginTop(a) {
829
- this.d3 = a;
840
+ this.d8 = a;
830
841
  this.g("DataToolTipHeaderTextMarginTop");
831
842
  }
832
843
  get dataToolTipHeaderRowMarginBottom() {
833
- return this.dv;
844
+ return this.d0;
834
845
  }
835
846
  set dataToolTipHeaderRowMarginBottom(a) {
836
- this.dv = a;
847
+ this.d0 = a;
837
848
  this.g("DataToolTipHeaderRowMarginBottom");
838
849
  }
839
850
  get dataToolTipHeaderRowMarginLeft() {
840
- return this.dw;
851
+ return this.d1;
841
852
  }
842
853
  set dataToolTipHeaderRowMarginLeft(a) {
843
- this.dw = a;
854
+ this.d1 = a;
844
855
  this.g("DataToolTipHeaderRowMarginLeft");
845
856
  }
846
857
  get dataToolTipHeaderRowMarginRight() {
847
- return this.dx;
858
+ return this.d2;
848
859
  }
849
860
  set dataToolTipHeaderRowMarginRight(a) {
850
- this.dx = a;
861
+ this.d2 = a;
851
862
  this.g("DataToolTipHeaderRowMarginRight");
852
863
  }
853
864
  get dataToolTipHeaderRowMarginTop() {
854
- return this.dy;
865
+ return this.d3;
855
866
  }
856
867
  set dataToolTipHeaderRowMarginTop(a) {
857
- this.dy = a;
868
+ this.d3 = a;
858
869
  this.g("DataToolTipHeaderRowMarginTop");
859
870
  }
860
871
  get dataToolTipHeaderRowVisible() {
861
- return this.b2;
872
+ return this.b4;
862
873
  }
863
874
  set dataToolTipHeaderRowVisible(a) {
864
- this.b2 = a;
875
+ this.b4 = a;
865
876
  this.g("DataToolTipHeaderRowVisible");
866
877
  }
867
878
  get dataToolTipHeaderTextFontFamily() {
868
- return this.kv;
879
+ return this.k9;
869
880
  }
870
881
  set dataToolTipHeaderTextFontFamily(a) {
871
- this.kv = a;
882
+ this.k9 = a;
872
883
  this.g("DataToolTipHeaderTextFontFamily");
873
884
  }
874
885
  get dataToolTipHeaderTextFontSize() {
875
- return this.dz;
886
+ return this.d4;
876
887
  }
877
888
  set dataToolTipHeaderTextFontSize(a) {
878
- this.dz = a;
889
+ this.d4 = a;
879
890
  this.g("DataToolTipHeaderTextFontSize");
880
891
  }
881
892
  get dataToolTipHeaderTextFontStyle() {
882
- return this.kw;
893
+ return this.la;
883
894
  }
884
895
  set dataToolTipHeaderTextFontStyle(a) {
885
- this.kw = a;
896
+ this.la = a;
886
897
  this.g("DataToolTipHeaderTextFontStyle");
887
898
  }
888
899
  get dataToolTipHeaderTextFontWeight() {
889
- return this.kx;
900
+ return this.lb;
890
901
  }
891
902
  set dataToolTipHeaderTextFontWeight(a) {
892
- this.kx = a;
903
+ this.lb = a;
893
904
  this.g("DataToolTipHeaderTextFontWeight");
894
905
  }
895
906
  get dataToolTipGroupTextColor() {
896
- return this.kl;
907
+ return this.kz;
897
908
  }
898
909
  set dataToolTipGroupTextColor(a) {
899
- this.kl = a;
910
+ this.kz = a;
900
911
  this.g("DataToolTipGroupTextColor");
901
912
  }
902
913
  get dataToolTipGroupTextMarginBottom() {
903
- return this.dr;
914
+ return this.dw;
904
915
  }
905
916
  set dataToolTipGroupTextMarginBottom(a) {
906
- this.dr = a;
917
+ this.dw = a;
907
918
  this.g("DataToolTipGroupTextMarginBottom");
908
919
  }
909
920
  get dataToolTipGroupTextMarginLeft() {
910
- return this.ds;
921
+ return this.dx;
911
922
  }
912
923
  set dataToolTipGroupTextMarginLeft(a) {
913
- this.ds = a;
924
+ this.dx = a;
914
925
  this.g("DataToolTipGroupTextMarginLeft");
915
926
  }
916
927
  get dataToolTipGroupTextMarginRight() {
917
- return this.dt;
928
+ return this.dy;
918
929
  }
919
930
  set dataToolTipGroupTextMarginRight(a) {
920
- this.dt = a;
931
+ this.dy = a;
921
932
  this.g("DataToolTipGroupTextMarginRight");
922
933
  }
923
934
  get dataToolTipGroupTextMarginTop() {
924
- return this.du;
935
+ return this.dz;
925
936
  }
926
937
  set dataToolTipGroupTextMarginTop(a) {
927
- this.du = a;
938
+ this.dz = a;
928
939
  this.g("DataToolTipGroupTextMarginTop");
929
940
  }
930
941
  get dataToolTipGroupRowMarginBottom() {
931
- return this.dl;
942
+ return this.dr;
932
943
  }
933
944
  set dataToolTipGroupRowMarginBottom(a) {
934
- this.dl = a;
945
+ this.dr = a;
935
946
  this.g("DataToolTipGroupRowMarginBottom");
936
947
  }
937
948
  get dataToolTipGroupRowMarginLeft() {
938
- return this.dm;
949
+ return this.ds;
939
950
  }
940
951
  set dataToolTipGroupRowMarginLeft(a) {
941
- this.dm = a;
952
+ this.ds = a;
942
953
  this.g("DataToolTipGroupRowMarginLeft");
943
954
  }
944
955
  get dataToolTipGroupRowMarginRight() {
945
- return this.dn;
956
+ return this.dt;
946
957
  }
947
958
  set dataToolTipGroupRowMarginRight(a) {
948
- this.dn = a;
959
+ this.dt = a;
949
960
  this.g("DataToolTipGroupRowMarginRight");
950
961
  }
951
962
  get dataToolTipGroupRowMarginTop() {
952
- return this.dp;
963
+ return this.du;
953
964
  }
954
965
  set dataToolTipGroupRowMarginTop(a) {
955
- this.dp = a;
966
+ this.du = a;
956
967
  this.g("DataToolTipGroupRowMarginTop");
957
968
  }
958
969
  get dataToolTipGroupRowVisible() {
959
- return this.b1;
970
+ return this.b3;
960
971
  }
961
972
  set dataToolTipGroupRowVisible(a) {
962
- this.b1 = a;
973
+ this.b3 = a;
963
974
  this.g("DataToolTipGroupRowVisible");
964
975
  }
965
976
  get dataToolTipGroupTextFontFamily() {
966
- return this.km;
977
+ return this.k0;
967
978
  }
968
979
  set dataToolTipGroupTextFontFamily(a) {
969
- this.km = a;
980
+ this.k0 = a;
970
981
  this.g("DataToolTipGroupTextFontFamily");
971
982
  }
972
983
  get dataToolTipGroupTextFontSize() {
973
- return this.dq;
984
+ return this.dv;
974
985
  }
975
986
  set dataToolTipGroupTextFontSize(a) {
976
- this.dq = a;
987
+ this.dv = a;
977
988
  this.g("DataToolTipGroupTextFontSize");
978
989
  }
979
990
  get dataToolTipGroupTextFontStyle() {
980
- return this.kn;
991
+ return this.k1;
981
992
  }
982
993
  set dataToolTipGroupTextFontStyle(a) {
983
- this.kn = a;
994
+ this.k1 = a;
984
995
  this.g("DataToolTipGroupTextFontStyle");
985
996
  }
986
997
  get dataToolTipGroupTextFontWeight() {
987
- return this.ko;
998
+ return this.k2;
988
999
  }
989
1000
  set dataToolTipGroupTextFontWeight(a) {
990
- this.ko = a;
1001
+ this.k2 = a;
991
1002
  this.g("DataToolTipGroupTextFontWeight");
992
1003
  }
993
1004
  get dataToolTipSummaryTitleTextColor() {
994
- return this.k9;
1005
+ return this.ln;
995
1006
  }
996
1007
  set dataToolTipSummaryTitleTextColor(a) {
997
- this.k9 = a;
1008
+ this.ln = a;
998
1009
  this.g("DataToolTipSummaryTitleTextColor");
999
1010
  }
1000
1011
  get dataToolTipSummaryTitleTextFontFamily() {
1001
- return this.la;
1012
+ return this.lo;
1002
1013
  }
1003
1014
  set dataToolTipSummaryTitleTextFontFamily(a) {
1004
- this.la = a;
1015
+ this.lo = a;
1005
1016
  this.g("DataToolTipSummaryTitleTextFontFamily");
1006
1017
  }
1007
1018
  get dataToolTipSummaryTitleTextFontSize() {
1008
- return this.eg;
1019
+ return this.el;
1009
1020
  }
1010
1021
  set dataToolTipSummaryTitleTextFontSize(a) {
1011
- this.eg = a;
1022
+ this.el = a;
1012
1023
  this.g("DataToolTipSummaryTitleTextFontSize");
1013
1024
  }
1014
1025
  get dataToolTipSummaryTitleTextFontStyle() {
1015
- return this.lb;
1026
+ return this.lp;
1016
1027
  }
1017
1028
  set dataToolTipSummaryTitleTextFontStyle(a) {
1018
- this.lb = a;
1029
+ this.lp = a;
1019
1030
  this.g("DataToolTipSummaryTitleTextFontStyle");
1020
1031
  }
1021
1032
  get dataToolTipSummaryTitleTextFontWeight() {
1022
- return this.lc;
1033
+ return this.lq;
1023
1034
  }
1024
1035
  set dataToolTipSummaryTitleTextFontWeight(a) {
1025
- this.lc = a;
1036
+ this.lq = a;
1026
1037
  this.g("DataToolTipSummaryTitleTextFontWeight");
1027
1038
  }
1028
1039
  get dataToolTipSummaryType() {
1029
- return this.ld;
1040
+ return this.lr;
1030
1041
  }
1031
1042
  set dataToolTipSummaryType(a) {
1032
- this.ld = a;
1043
+ this.lr = a;
1033
1044
  this.g("DataToolTipSummaryType");
1034
1045
  }
1035
1046
  get dataToolTipSummaryTitleText() {
1036
- return this.k8;
1047
+ return this.lm;
1037
1048
  }
1038
1049
  set dataToolTipSummaryTitleText(a) {
1039
- this.k8 = a;
1050
+ this.lm = a;
1040
1051
  this.g("DataToolTipSummaryTitleText");
1041
1052
  }
1042
1053
  get dataToolTipSummaryTitleTextMarginBottom() {
1043
- return this.eh;
1054
+ return this.em;
1044
1055
  }
1045
1056
  set dataToolTipSummaryTitleTextMarginBottom(a) {
1046
- this.eh = a;
1057
+ this.em = a;
1047
1058
  this.g("DataToolTipSummaryTitleTextMarginBottom");
1048
1059
  }
1049
1060
  get dataToolTipSummaryTitleTextMarginLeft() {
1050
- return this.ei;
1061
+ return this.en;
1051
1062
  }
1052
1063
  set dataToolTipSummaryTitleTextMarginLeft(a) {
1053
- this.ei = a;
1064
+ this.en = a;
1054
1065
  this.g("DataToolTipSummaryTitleTextMarginLeft");
1055
1066
  }
1056
1067
  get dataToolTipSummaryTitleTextMarginRight() {
1057
- return this.ej;
1068
+ return this.eo;
1058
1069
  }
1059
1070
  set dataToolTipSummaryTitleTextMarginRight(a) {
1060
- this.ej = a;
1071
+ this.eo = a;
1061
1072
  this.g("DataToolTipSummaryTitleTextMarginRight");
1062
1073
  }
1063
1074
  get dataToolTipSummaryTitleTextMarginTop() {
1064
- return this.ek;
1075
+ return this.ep;
1065
1076
  }
1066
1077
  set dataToolTipSummaryTitleTextMarginTop(a) {
1067
- this.ek = a;
1078
+ this.ep = a;
1068
1079
  this.g("DataToolTipSummaryTitleTextMarginTop");
1069
1080
  }
1070
1081
  get dataToolTipSummaryRowMarginBottom() {
1071
- return this.ec;
1082
+ return this.eh;
1072
1083
  }
1073
1084
  set dataToolTipSummaryRowMarginBottom(a) {
1074
- this.ec = a;
1085
+ this.eh = a;
1075
1086
  this.g("DataToolTipSummaryRowMarginBottom");
1076
1087
  }
1077
1088
  get dataToolTipSummaryRowMarginLeft() {
1078
- return this.ed;
1089
+ return this.ei;
1079
1090
  }
1080
1091
  set dataToolTipSummaryRowMarginLeft(a) {
1081
- this.ed = a;
1092
+ this.ei = a;
1082
1093
  this.g("DataToolTipSummaryRowMarginLeft");
1083
1094
  }
1084
1095
  get dataToolTipSummaryRowMarginRight() {
1085
- return this.ee;
1096
+ return this.ej;
1086
1097
  }
1087
1098
  set dataToolTipSummaryRowMarginRight(a) {
1088
- this.ee = a;
1099
+ this.ej = a;
1089
1100
  this.g("DataToolTipSummaryRowMarginRight");
1090
1101
  }
1091
1102
  get dataToolTipSummaryRowMarginTop() {
1092
- return this.ef;
1103
+ return this.ek;
1093
1104
  }
1094
1105
  set dataToolTipSummaryRowMarginTop(a) {
1095
- this.ef = a;
1106
+ this.ek = a;
1096
1107
  this.g("DataToolTipSummaryRowMarginTop");
1097
1108
  }
1098
1109
  get dataToolTipSummaryValueTextColor() {
1099
- return this.lj;
1110
+ return this.lx;
1100
1111
  }
1101
1112
  set dataToolTipSummaryValueTextColor(a) {
1102
- this.lj = a;
1113
+ this.lx = a;
1103
1114
  this.g("DataToolTipSummaryValueTextColor");
1104
1115
  }
1105
1116
  get dataToolTipSummaryValueTextFontFamily() {
1106
- return this.lk;
1117
+ return this.ly;
1107
1118
  }
1108
1119
  set dataToolTipSummaryValueTextFontFamily(a) {
1109
- this.lk = a;
1120
+ this.ly = a;
1110
1121
  this.g("DataToolTipSummaryValueTextFontFamily");
1111
1122
  }
1112
1123
  get dataToolTipSummaryValueTextFontSize() {
1113
- return this.em;
1124
+ return this.er;
1114
1125
  }
1115
1126
  set dataToolTipSummaryValueTextFontSize(a) {
1116
- this.em = a;
1127
+ this.er = a;
1117
1128
  this.g("DataToolTipSummaryValueTextFontSize");
1118
1129
  }
1119
1130
  get dataToolTipSummaryValueTextFontStyle() {
1120
- return this.ll;
1131
+ return this.lz;
1121
1132
  }
1122
1133
  set dataToolTipSummaryValueTextFontStyle(a) {
1123
- this.ll = a;
1134
+ this.lz = a;
1124
1135
  this.g("DataToolTipSummaryValueTextFontStyle");
1125
1136
  }
1126
1137
  get dataToolTipSummaryValueTextFontWeight() {
1127
- return this.lm;
1138
+ return this.l0;
1128
1139
  }
1129
1140
  set dataToolTipSummaryValueTextFontWeight(a) {
1130
- this.lm = a;
1141
+ this.l0 = a;
1131
1142
  this.g("DataToolTipSummaryValueTextFontWeight");
1132
1143
  }
1133
1144
  get dataToolTipSummaryLabelText() {
1134
- return this.k3;
1145
+ return this.lh;
1135
1146
  }
1136
1147
  set dataToolTipSummaryLabelText(a) {
1137
- this.k3 = a;
1148
+ this.lh = a;
1138
1149
  this.g("DataToolTipSummaryLabelText");
1139
1150
  }
1140
1151
  get dataToolTipSummaryLabelTextColor() {
1141
- return this.k4;
1152
+ return this.li;
1142
1153
  }
1143
1154
  set dataToolTipSummaryLabelTextColor(a) {
1144
- this.k4 = a;
1155
+ this.li = a;
1145
1156
  this.g("DataToolTipSummaryLabelTextColor");
1146
1157
  }
1147
1158
  get dataToolTipSummaryLabelTextFontFamily() {
1148
- return this.k5;
1159
+ return this.lj;
1149
1160
  }
1150
1161
  set dataToolTipSummaryLabelTextFontFamily(a) {
1151
- this.k5 = a;
1162
+ this.lj = a;
1152
1163
  this.g("DataToolTipSummaryLabelTextFontFamily");
1153
1164
  }
1154
1165
  get dataToolTipSummaryLabelTextFontSize() {
1155
- return this.eb;
1166
+ return this.eg;
1156
1167
  }
1157
1168
  set dataToolTipSummaryLabelTextFontSize(a) {
1158
- this.eb = a;
1169
+ this.eg = a;
1159
1170
  this.g("DataToolTipSummaryLabelTextFontSize");
1160
1171
  }
1161
1172
  get dataToolTipSummaryLabelTextFontStyle() {
1162
- return this.k6;
1173
+ return this.lk;
1163
1174
  }
1164
1175
  set dataToolTipSummaryLabelTextFontStyle(a) {
1165
- this.k6 = a;
1176
+ this.lk = a;
1166
1177
  this.g("DataToolTipSummaryLabelTextFontStyle");
1167
1178
  }
1168
1179
  get dataToolTipSummaryLabelTextFontWeight() {
1169
- return this.k7;
1180
+ return this.ll;
1170
1181
  }
1171
1182
  set dataToolTipSummaryLabelTextFontWeight(a) {
1172
- this.k7 = a;
1183
+ this.ll = a;
1173
1184
  this.g("DataToolTipSummaryLabelTextFontWeight");
1174
1185
  }
1175
1186
  get dataToolTipSummaryUnitsText() {
1176
- return this.le;
1187
+ return this.ls;
1177
1188
  }
1178
1189
  set dataToolTipSummaryUnitsText(a) {
1179
- this.le = a;
1190
+ this.ls = a;
1180
1191
  this.g("DataToolTipSummaryUnitsText");
1181
1192
  }
1182
1193
  get dataToolTipSummaryUnitsTextColor() {
1183
- return this.lf;
1194
+ return this.lt;
1184
1195
  }
1185
1196
  set dataToolTipSummaryUnitsTextColor(a) {
1186
- this.lf = a;
1197
+ this.lt = a;
1187
1198
  this.g("DataToolTipSummaryUnitsTextColor");
1188
1199
  }
1189
1200
  get dataToolTipSummaryUnitsTextFontFamily() {
1190
- return this.lg;
1201
+ return this.lu;
1191
1202
  }
1192
1203
  set dataToolTipSummaryUnitsTextFontFamily(a) {
1193
- this.lg = a;
1204
+ this.lu = a;
1194
1205
  this.g("DataToolTipSummaryUnitsTextFontFamily");
1195
1206
  }
1196
1207
  get dataToolTipSummaryUnitsTextFontSize() {
1197
- return this.el;
1208
+ return this.eq;
1198
1209
  }
1199
1210
  set dataToolTipSummaryUnitsTextFontSize(a) {
1200
- this.el = a;
1211
+ this.eq = a;
1201
1212
  this.g("DataToolTipSummaryUnitsTextFontSize");
1202
1213
  }
1203
1214
  get dataToolTipSummaryUnitsTextFontStyle() {
1204
- return this.lh;
1215
+ return this.lv;
1205
1216
  }
1206
1217
  set dataToolTipSummaryUnitsTextFontStyle(a) {
1207
- this.lh = a;
1218
+ this.lv = a;
1208
1219
  this.g("DataToolTipSummaryUnitsTextFontStyle");
1209
1220
  }
1210
1221
  get dataToolTipSummaryUnitsTextFontWeight() {
1211
- return this.li;
1222
+ return this.lw;
1212
1223
  }
1213
1224
  set dataToolTipSummaryUnitsTextFontWeight(a) {
1214
- this.li = a;
1225
+ this.lw = a;
1215
1226
  this.g("DataToolTipSummaryUnitsTextFontWeight");
1216
1227
  }
1217
1228
  get dataToolTipBadgeMarginBottom() {
1218
- return this.df;
1229
+ return this.dk;
1219
1230
  }
1220
1231
  set dataToolTipBadgeMarginBottom(a) {
1221
- this.df = a;
1232
+ this.dk = a;
1222
1233
  this.g("DataToolTipBadgeMarginBottom");
1223
1234
  }
1224
1235
  get dataToolTipBadgeMarginLeft() {
1225
- return this.dg;
1236
+ return this.dl;
1226
1237
  }
1227
1238
  set dataToolTipBadgeMarginLeft(a) {
1228
- this.dg = a;
1239
+ this.dl = a;
1229
1240
  this.g("DataToolTipBadgeMarginLeft");
1230
1241
  }
1231
1242
  get dataToolTipBadgeMarginRight() {
1232
- return this.dh;
1243
+ return this.dm;
1233
1244
  }
1234
1245
  set dataToolTipBadgeMarginRight(a) {
1235
- this.dh = a;
1246
+ this.dm = a;
1236
1247
  this.g("DataToolTipBadgeMarginRight");
1237
1248
  }
1238
1249
  get dataToolTipBadgeMarginTop() {
1239
- return this.di;
1250
+ return this.dn;
1240
1251
  }
1241
1252
  set dataToolTipBadgeMarginTop(a) {
1242
- this.di = a;
1253
+ this.dn = a;
1243
1254
  this.g("DataToolTipBadgeMarginTop");
1244
1255
  }
1245
1256
  get dataToolTipBadgeShape() {
1246
- return this.kh;
1257
+ return this.kv;
1247
1258
  }
1248
1259
  set dataToolTipBadgeShape(a) {
1249
- this.kh = a;
1260
+ this.kv = a;
1250
1261
  this.g("DataToolTipBadgeShape");
1251
1262
  }
1252
1263
  get dataToolTipUnitsDisplayMode() {
1253
- return this.lr;
1264
+ return this.l5;
1254
1265
  }
1255
1266
  set dataToolTipUnitsDisplayMode(a) {
1256
- this.lr = a;
1267
+ this.l5 = a;
1257
1268
  this.g("DataToolTipUnitsDisplayMode");
1258
1269
  }
1259
1270
  get dataToolTipUnitsText() {
1260
- return this.ls;
1271
+ return this.l6;
1261
1272
  }
1262
1273
  set dataToolTipUnitsText(a) {
1263
- this.ls = a;
1274
+ this.l6 = a;
1264
1275
  this.g("DataToolTipUnitsText");
1265
1276
  }
1266
1277
  get dataToolTipUnitsTextColor() {
1267
- return this.lt;
1278
+ return this.l7;
1268
1279
  }
1269
1280
  set dataToolTipUnitsTextColor(a) {
1270
- this.lt = a;
1281
+ this.l7 = a;
1271
1282
  this.g("DataToolTipUnitsTextColor");
1272
1283
  }
1273
1284
  get dataToolTipUnitsTextMarginBottom() {
1274
- return this.et;
1285
+ return this.ey;
1275
1286
  }
1276
1287
  set dataToolTipUnitsTextMarginBottom(a) {
1277
- this.et = a;
1288
+ this.ey = a;
1278
1289
  this.g("DataToolTipUnitsTextMarginBottom");
1279
1290
  }
1280
1291
  get dataToolTipUnitsTextMarginLeft() {
1281
- return this.eu;
1292
+ return this.ez;
1282
1293
  }
1283
1294
  set dataToolTipUnitsTextMarginLeft(a) {
1284
- this.eu = a;
1295
+ this.ez = a;
1285
1296
  this.g("DataToolTipUnitsTextMarginLeft");
1286
1297
  }
1287
1298
  get dataToolTipUnitsTextMarginRight() {
1288
- return this.ev;
1299
+ return this.e0;
1289
1300
  }
1290
1301
  set dataToolTipUnitsTextMarginRight(a) {
1291
- this.ev = a;
1302
+ this.e0 = a;
1292
1303
  this.g("DataToolTipUnitsTextMarginRight");
1293
1304
  }
1294
1305
  get dataToolTipUnitsTextMarginTop() {
1295
- return this.ew;
1306
+ return this.e1;
1296
1307
  }
1297
1308
  set dataToolTipUnitsTextMarginTop(a) {
1298
- this.ew = a;
1309
+ this.e1 = a;
1299
1310
  this.g("DataToolTipUnitsTextMarginTop");
1300
1311
  }
1301
1312
  get dataToolTipUnitsTextFontFamily() {
1302
- return this.lu;
1313
+ return this.l8;
1303
1314
  }
1304
1315
  set dataToolTipUnitsTextFontFamily(a) {
1305
- this.lu = a;
1316
+ this.l8 = a;
1306
1317
  this.g("DataToolTipUnitsTextFontFamily");
1307
1318
  }
1308
1319
  get dataToolTipUnitsTextFontSize() {
1309
- return this.es;
1320
+ return this.ex;
1310
1321
  }
1311
1322
  set dataToolTipUnitsTextFontSize(a) {
1312
- this.es = a;
1323
+ this.ex = a;
1313
1324
  this.g("DataToolTipUnitsTextFontSize");
1314
1325
  }
1315
1326
  get dataToolTipUnitsTextFontStyle() {
1316
- return this.lv;
1327
+ return this.l9;
1317
1328
  }
1318
1329
  set dataToolTipUnitsTextFontStyle(a) {
1319
- this.lv = a;
1330
+ this.l9 = a;
1320
1331
  this.g("DataToolTipUnitsTextFontStyle");
1321
1332
  }
1322
1333
  get dataToolTipUnitsTextFontWeight() {
1323
- return this.lw;
1334
+ return this.ma;
1324
1335
  }
1325
1336
  set dataToolTipUnitsTextFontWeight(a) {
1326
- this.lw = a;
1337
+ this.ma = a;
1327
1338
  this.g("DataToolTipUnitsTextFontWeight");
1328
1339
  }
1329
1340
  get dataToolTipTitleTextMarginBottom() {
1330
- return this.eo;
1341
+ return this.et;
1331
1342
  }
1332
1343
  set dataToolTipTitleTextMarginBottom(a) {
1333
- this.eo = a;
1344
+ this.et = a;
1334
1345
  this.g("DataToolTipTitleTextMarginBottom");
1335
1346
  }
1336
1347
  get dataToolTipTitleTextMarginLeft() {
1337
- return this.ep;
1348
+ return this.eu;
1338
1349
  }
1339
1350
  set dataToolTipTitleTextMarginLeft(a) {
1340
- this.ep = a;
1351
+ this.eu = a;
1341
1352
  this.g("DataToolTipTitleTextMarginLeft");
1342
1353
  }
1343
1354
  get dataToolTipTitleTextMarginRight() {
1344
- return this.eq;
1355
+ return this.ev;
1345
1356
  }
1346
1357
  set dataToolTipTitleTextMarginRight(a) {
1347
- this.eq = a;
1358
+ this.ev = a;
1348
1359
  this.g("DataToolTipTitleTextMarginRight");
1349
1360
  }
1350
1361
  get dataToolTipTitleTextMarginTop() {
1351
- return this.er;
1362
+ return this.ew;
1352
1363
  }
1353
1364
  set dataToolTipTitleTextMarginTop(a) {
1354
- this.er = a;
1365
+ this.ew = a;
1355
1366
  this.g("DataToolTipTitleTextMarginTop");
1356
1367
  }
1357
1368
  get dataToolTipTitleTextColor() {
1358
- return this.ln;
1369
+ return this.l1;
1359
1370
  }
1360
1371
  set dataToolTipTitleTextColor(a) {
1361
- this.ln = a;
1372
+ this.l1 = a;
1362
1373
  this.g("DataToolTipTitleTextColor");
1363
1374
  }
1364
1375
  get dataToolTipTitleTextFontFamily() {
1365
- return this.lo;
1376
+ return this.l2;
1366
1377
  }
1367
1378
  set dataToolTipTitleTextFontFamily(a) {
1368
- this.lo = a;
1379
+ this.l2 = a;
1369
1380
  this.g("DataToolTipTitleTextFontFamily");
1370
1381
  }
1371
1382
  get dataToolTipTitleTextFontSize() {
1372
- return this.en;
1383
+ return this.es;
1373
1384
  }
1374
1385
  set dataToolTipTitleTextFontSize(a) {
1375
- this.en = a;
1386
+ this.es = a;
1376
1387
  this.g("DataToolTipTitleTextFontSize");
1377
1388
  }
1378
1389
  get dataToolTipTitleTextFontStyle() {
1379
- return this.lp;
1390
+ return this.l3;
1380
1391
  }
1381
1392
  set dataToolTipTitleTextFontStyle(a) {
1382
- this.lp = a;
1393
+ this.l3 = a;
1383
1394
  this.g("DataToolTipTitleTextFontStyle");
1384
1395
  }
1385
1396
  get dataToolTipTitleTextFontWeight() {
1386
- return this.lq;
1397
+ return this.l4;
1387
1398
  }
1388
1399
  set dataToolTipTitleTextFontWeight(a) {
1389
- this.lq = a;
1400
+ this.l4 = a;
1390
1401
  this.g("DataToolTipTitleTextFontWeight");
1391
1402
  }
1392
1403
  get dataToolTipLabelDisplayMode() {
1393
- return this.ky;
1404
+ return this.lc;
1394
1405
  }
1395
1406
  set dataToolTipLabelDisplayMode(a) {
1396
- this.ky = a;
1407
+ this.lc = a;
1397
1408
  this.g("DataToolTipLabelDisplayMode");
1398
1409
  }
1399
1410
  get dataToolTipLabelTextColor() {
1400
- return this.kz;
1411
+ return this.ld;
1401
1412
  }
1402
1413
  set dataToolTipLabelTextColor(a) {
1403
- this.kz = a;
1414
+ this.ld = a;
1404
1415
  this.g("DataToolTipLabelTextColor");
1405
1416
  }
1406
1417
  get dataToolTipLabelTextMarginBottom() {
1407
- return this.d5;
1418
+ return this.ea;
1408
1419
  }
1409
1420
  set dataToolTipLabelTextMarginBottom(a) {
1410
- this.d5 = a;
1421
+ this.ea = a;
1411
1422
  this.g("DataToolTipLabelTextMarginBottom");
1412
1423
  }
1413
1424
  get dataToolTipLabelTextMarginLeft() {
1414
- return this.d6;
1425
+ return this.eb;
1415
1426
  }
1416
1427
  set dataToolTipLabelTextMarginLeft(a) {
1417
- this.d6 = a;
1428
+ this.eb = a;
1418
1429
  this.g("DataToolTipLabelTextMarginLeft");
1419
1430
  }
1420
1431
  get dataToolTipLabelTextMarginRight() {
1421
- return this.d7;
1432
+ return this.ec;
1422
1433
  }
1423
1434
  set dataToolTipLabelTextMarginRight(a) {
1424
- this.d7 = a;
1435
+ this.ec = a;
1425
1436
  this.g("DataToolTipLabelTextMarginRight");
1426
1437
  }
1427
1438
  get dataToolTipLabelTextMarginTop() {
1428
- return this.d8;
1439
+ return this.ed;
1429
1440
  }
1430
1441
  set dataToolTipLabelTextMarginTop(a) {
1431
- this.d8 = a;
1442
+ this.ed = a;
1432
1443
  this.g("DataToolTipLabelTextMarginTop");
1433
1444
  }
1434
1445
  get dataToolTipLabelTextFontFamily() {
1435
- return this.k0;
1446
+ return this.le;
1436
1447
  }
1437
1448
  set dataToolTipLabelTextFontFamily(a) {
1438
- this.k0 = a;
1449
+ this.le = a;
1439
1450
  this.g("DataToolTipLabelTextFontFamily");
1440
1451
  }
1441
1452
  get dataToolTipLabelTextFontSize() {
1442
- return this.d4;
1453
+ return this.d9;
1443
1454
  }
1444
1455
  set dataToolTipLabelTextFontSize(a) {
1445
- this.d4 = a;
1456
+ this.d9 = a;
1446
1457
  this.g("DataToolTipLabelTextFontSize");
1447
1458
  }
1448
1459
  get dataToolTipLabelTextFontStyle() {
1449
- return this.k1;
1460
+ return this.lf;
1450
1461
  }
1451
1462
  set dataToolTipLabelTextFontStyle(a) {
1452
- this.k1 = a;
1463
+ this.lf = a;
1453
1464
  this.g("DataToolTipLabelTextFontStyle");
1454
1465
  }
1455
1466
  get dataToolTipLabelTextFontWeight() {
1456
- return this.k2;
1467
+ return this.lg;
1457
1468
  }
1458
1469
  set dataToolTipLabelTextFontWeight(a) {
1459
- this.k2 = a;
1470
+ this.lg = a;
1460
1471
  this.g("DataToolTipLabelTextFontWeight");
1461
1472
  }
1462
1473
  get sortDescriptions() {
@@ -1502,38 +1513,38 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1502
1513
  this.g("SummaryDescriptions");
1503
1514
  }
1504
1515
  get selectionMode() {
1505
- return this.m8;
1516
+ return this.nm;
1506
1517
  }
1507
1518
  set selectionMode(a) {
1508
- this.m8 = a;
1519
+ this.nm = a;
1509
1520
  this.g("SelectionMode");
1510
1521
  }
1511
1522
  get focusMode() {
1512
- return this.mb;
1523
+ return this.mp;
1513
1524
  }
1514
1525
  set focusMode(a) {
1515
- this.mb = a;
1526
+ this.mp = a;
1516
1527
  this.g("FocusMode");
1517
1528
  }
1518
1529
  get selectionBrush() {
1519
- return this.m7;
1530
+ return this.nl;
1520
1531
  }
1521
1532
  set selectionBrush(a) {
1522
- this.m7 = a;
1533
+ this.nl = a;
1523
1534
  this.g("SelectionBrush");
1524
1535
  }
1525
1536
  get focusBrush() {
1526
- return this.l9;
1537
+ return this.mn;
1527
1538
  }
1528
1539
  set focusBrush(a) {
1529
- this.l9 = a;
1540
+ this.mn = a;
1530
1541
  this.g("FocusBrush");
1531
1542
  }
1532
1543
  get selectionBehavior() {
1533
- return this.m6;
1544
+ return this.nk;
1534
1545
  }
1535
1546
  set selectionBehavior(a) {
1536
- this.m6 = a;
1547
+ this.nk = a;
1537
1548
  this.g("SelectionBehavior");
1538
1549
  }
1539
1550
  get selectedSeriesItems() {
@@ -1593,73 +1604,73 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1593
1604
  this.g("InitialSummaryDescriptions");
1594
1605
  }
1595
1606
  get initialSorts() {
1596
- return this.mp;
1607
+ return this.m3;
1597
1608
  }
1598
1609
  set initialSorts(a) {
1599
- this.mp = a;
1610
+ this.m3 = a;
1600
1611
  this.g("InitialSorts");
1601
1612
  }
1602
1613
  get groupSorts() {
1603
- return this.mc;
1614
+ return this.mq;
1604
1615
  }
1605
1616
  set groupSorts(a) {
1606
- this.mc = a;
1617
+ this.mq = a;
1607
1618
  this.g("GroupSorts");
1608
1619
  }
1609
1620
  get initialGroups() {
1610
- return this.mn;
1621
+ return this.m1;
1611
1622
  }
1612
1623
  set initialGroups(a) {
1613
- this.mn = a;
1624
+ this.m1 = a;
1614
1625
  this.g("InitialGroups");
1615
1626
  }
1616
1627
  get initialFilter() {
1617
- return this.mm;
1628
+ return this.m0;
1618
1629
  }
1619
1630
  set initialFilter(a) {
1620
- this.mm = a;
1631
+ this.m0 = a;
1621
1632
  this.g("InitialFilter");
1622
1633
  }
1623
1634
  get initialHighlightFilter() {
1624
- return this.mo;
1635
+ return this.m2;
1625
1636
  }
1626
1637
  set initialHighlightFilter(a) {
1627
- this.mo = a;
1638
+ this.m2 = a;
1628
1639
  this.g("InitialHighlightFilter");
1629
1640
  }
1630
1641
  get initialSummaries() {
1631
- return this.mq;
1642
+ return this.m4;
1632
1643
  }
1633
1644
  set initialSummaries(a) {
1634
- this.mq = a;
1645
+ this.m4 = a;
1635
1646
  this.g("InitialSummaries");
1636
1647
  }
1637
1648
  get dataSourceRef() {
1638
- return this.kg;
1649
+ return this.ku;
1639
1650
  }
1640
1651
  set dataSourceRef(a) {
1641
- this.kg = a;
1652
+ this.ku = a;
1642
1653
  this.g("DataSourceRef");
1643
1654
  }
1644
1655
  get dataSource() {
1645
- return this.bl;
1656
+ return this.bn;
1646
1657
  }
1647
1658
  set dataSource(a) {
1648
- this.bl = a;
1659
+ this.bn = a;
1649
1660
  this.g("DataSource");
1650
1661
  }
1651
1662
  get highlightedDataSourceRef() {
1652
- return this.md;
1663
+ return this.mr;
1653
1664
  }
1654
1665
  set highlightedDataSourceRef(a) {
1655
- this.md = a;
1666
+ this.mr = a;
1656
1667
  this.g("HighlightedDataSourceRef");
1657
1668
  }
1658
1669
  get highlightedDataSource() {
1659
- return this.bm;
1670
+ return this.bo;
1660
1671
  }
1661
1672
  set highlightedDataSource(a) {
1662
- this.bm = a;
1673
+ this.bo = a;
1663
1674
  this.g("HighlightedDataSource");
1664
1675
  }
1665
1676
  get includedProperties() {
@@ -1705,157 +1716,157 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1705
1716
  this.g("ActualOutlines");
1706
1717
  }
1707
1718
  get legendRef() {
1708
- return this.mv;
1719
+ return this.m9;
1709
1720
  }
1710
1721
  set legendRef(a) {
1711
- this.mv = a;
1722
+ this.m9 = a;
1712
1723
  this.g("LegendRef");
1713
1724
  }
1714
1725
  get isHorizontalZoomEnabled() {
1715
- return this.b9;
1726
+ return this.cb;
1716
1727
  }
1717
1728
  set isHorizontalZoomEnabled(a) {
1718
- this.b9 = a;
1729
+ this.cb = a;
1719
1730
  this.g("IsHorizontalZoomEnabled");
1720
1731
  }
1721
1732
  get isVerticalZoomEnabled() {
1722
- return this.cb;
1733
+ return this.cd;
1723
1734
  }
1724
1735
  set isVerticalZoomEnabled(a) {
1725
- this.cb = a;
1736
+ this.cd = a;
1726
1737
  this.g("IsVerticalZoomEnabled");
1727
1738
  }
1728
1739
  get shouldDisplayMockData() {
1729
- return this.ce;
1740
+ return this.cg;
1730
1741
  }
1731
1742
  set shouldDisplayMockData(a) {
1732
- this.ce = a;
1743
+ this.cg = a;
1733
1744
  this.g("ShouldDisplayMockData");
1734
1745
  }
1735
1746
  get shouldUseSkeletonStyleForMockData() {
1736
- return this.cg;
1747
+ return this.ci;
1737
1748
  }
1738
1749
  set shouldUseSkeletonStyleForMockData(a) {
1739
- this.cg = a;
1750
+ this.ci = a;
1740
1751
  this.g("ShouldUseSkeletonStyleForMockData");
1741
1752
  }
1742
1753
  get highlightedValuesDisplayMode() {
1743
- return this.mf;
1754
+ return this.mt;
1744
1755
  }
1745
1756
  set highlightedValuesDisplayMode(a) {
1746
- this.mf = a;
1757
+ this.mt = a;
1747
1758
  this.g("HighlightedValuesDisplayMode");
1748
1759
  }
1749
1760
  get isSeriesHighlightingEnabled() {
1750
- return this.ca;
1761
+ return this.cc;
1751
1762
  }
1752
1763
  set isSeriesHighlightingEnabled(a) {
1753
- this.ca = a;
1764
+ this.cc = a;
1754
1765
  this.g("IsSeriesHighlightingEnabled");
1755
1766
  }
1756
1767
  get highlightedLegendItemVisibility() {
1757
- return this.me;
1768
+ return this.ms;
1758
1769
  }
1759
1770
  set highlightedLegendItemVisibility(a) {
1760
- this.me = a;
1771
+ this.ms = a;
1761
1772
  this.g("HighlightedLegendItemVisibility");
1762
1773
  }
1763
1774
  get legendItemVisibility() {
1764
- return this.mu;
1775
+ return this.m8;
1765
1776
  }
1766
1777
  set legendItemVisibility(a) {
1767
- this.mu = a;
1778
+ this.m8 = a;
1768
1779
  this.g("LegendItemVisibility");
1769
1780
  }
1770
1781
  get windowRect() {
1771
- return this.bp;
1782
+ return this.br;
1772
1783
  }
1773
1784
  set windowRect(a) {
1774
- this.bp = a;
1785
+ this.br = a;
1775
1786
  this.g("WindowRect");
1776
1787
  }
1777
1788
  get chartTitle() {
1778
- return this.j7;
1789
+ return this.kl;
1779
1790
  }
1780
1791
  set chartTitle(a) {
1781
- this.j7 = a;
1792
+ this.kl = a;
1782
1793
  this.g("ChartTitle");
1783
1794
  }
1784
1795
  get subtitle() {
1785
- return this.nj;
1796
+ return this.nx;
1786
1797
  }
1787
1798
  set subtitle(a) {
1788
- this.nj = a;
1799
+ this.nx = a;
1789
1800
  this.g("Subtitle");
1790
1801
  }
1791
1802
  get titleAlignment() {
1792
- return this.nn;
1803
+ return this.n1;
1793
1804
  }
1794
1805
  set titleAlignment(a) {
1795
- this.nn = a;
1806
+ this.n1 = a;
1796
1807
  this.g("TitleAlignment");
1797
1808
  }
1798
1809
  get subtitleAlignment() {
1799
- return this.nk;
1810
+ return this.ny;
1800
1811
  }
1801
1812
  set subtitleAlignment(a) {
1802
- this.nk = a;
1813
+ this.ny = a;
1803
1814
  this.g("SubtitleAlignment");
1804
1815
  }
1805
1816
  get unknownValuePlotting() {
1806
- return this.nt;
1817
+ return this.n7;
1807
1818
  }
1808
1819
  set unknownValuePlotting(a) {
1809
- this.nt = a;
1820
+ this.n7 = a;
1810
1821
  this.g("UnknownValuePlotting");
1811
1822
  }
1812
1823
  get resolution() {
1813
- return this.fl;
1824
+ return this.fq;
1814
1825
  }
1815
1826
  set resolution(a) {
1816
- this.fl = a;
1827
+ this.fq = a;
1817
1828
  this.g("Resolution");
1818
1829
  }
1819
1830
  get thickness() {
1820
- return this.fr;
1831
+ return this.fw;
1821
1832
  }
1822
1833
  set thickness(a) {
1823
- this.fr = a;
1834
+ this.fw = a;
1824
1835
  this.g("Thickness");
1825
1836
  }
1826
1837
  get outlineMode() {
1827
- return this.mz;
1838
+ return this.nd;
1828
1839
  }
1829
1840
  set outlineMode(a) {
1830
- this.mz = a;
1841
+ this.nd = a;
1831
1842
  this.g("OutlineMode");
1832
1843
  }
1833
1844
  get markerOutlineMode() {
1834
- return this.my;
1845
+ return this.nc;
1835
1846
  }
1836
1847
  set markerOutlineMode(a) {
1837
- this.my = a;
1848
+ this.nc = a;
1838
1849
  this.g("MarkerOutlineMode");
1839
1850
  }
1840
1851
  get markerFillMode() {
1841
- return this.mx;
1852
+ return this.nb;
1842
1853
  }
1843
1854
  set markerFillMode(a) {
1844
- this.mx = a;
1855
+ this.nb = a;
1845
1856
  this.g("MarkerFillMode");
1846
1857
  }
1847
1858
  get markerFillOpacity() {
1848
- return this.fe;
1859
+ return this.fj;
1849
1860
  }
1850
1861
  set markerFillOpacity(a) {
1851
- this.fe = a;
1862
+ this.fj = a;
1852
1863
  this.g("MarkerFillOpacity");
1853
1864
  }
1854
1865
  get markerThickness() {
1855
- return this.ff;
1866
+ return this.fk;
1856
1867
  }
1857
1868
  set markerThickness(a) {
1858
- this.ff = a;
1869
+ this.fk = a;
1859
1870
  this.g("MarkerThickness");
1860
1871
  }
1861
1872
  get markerTypes() {
@@ -1866,10 +1877,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1866
1877
  this.g("MarkerTypes");
1867
1878
  }
1868
1879
  get markerAutomaticBehavior() {
1869
- return this.mw;
1880
+ return this.na;
1870
1881
  }
1871
1882
  set markerAutomaticBehavior(a) {
1872
- this.mw = a;
1883
+ this.na = a;
1873
1884
  this.g("MarkerAutomaticBehavior");
1874
1885
  }
1875
1886
  get markerBrushes() {
@@ -1887,24 +1898,24 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1887
1898
  this.g("MarkerOutlines");
1888
1899
  }
1889
1900
  get markerMaxCount() {
1890
- return this.ji;
1901
+ return this.jo;
1891
1902
  }
1892
1903
  set markerMaxCount(a) {
1893
- this.ji = a;
1904
+ this.jo = a;
1894
1905
  this.g("MarkerMaxCount");
1895
1906
  }
1896
1907
  get areaFillOpacity() {
1897
- return this.db;
1908
+ return this.df;
1898
1909
  }
1899
1910
  set areaFillOpacity(a) {
1900
- this.db = a;
1911
+ this.df = a;
1901
1912
  this.g("AreaFillOpacity");
1902
1913
  }
1903
1914
  get animateSeriesWhenAxisRangeChanges() {
1904
- return this.bs;
1915
+ return this.bu;
1905
1916
  }
1906
1917
  set animateSeriesWhenAxisRangeChanges(a) {
1907
- this.bs = a;
1918
+ this.bu = a;
1908
1919
  this.g("AnimateSeriesWhenAxisRangeChanges");
1909
1920
  }
1910
1921
  get trendLineBrushes() {
@@ -1915,332 +1926,381 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
1915
1926
  this.g("TrendLineBrushes");
1916
1927
  }
1917
1928
  get trendLineType() {
1918
- return this.ns;
1929
+ return this.n6;
1919
1930
  }
1920
1931
  set trendLineType(a) {
1921
- this.ns = a;
1932
+ this.n6 = a;
1922
1933
  this.g("TrendLineType");
1923
1934
  }
1924
1935
  get trendLineThickness() {
1925
- return this.fx;
1936
+ return this.f2;
1926
1937
  }
1927
1938
  set trendLineThickness(a) {
1928
- this.fx = a;
1939
+ this.f2 = a;
1929
1940
  this.g("TrendLineThickness");
1930
1941
  }
1942
+ get trendLineTypes() {
1943
+ return this.am;
1944
+ }
1945
+ set trendLineTypes(a) {
1946
+ this.am = a;
1947
+ this.g("TrendLineTypes");
1948
+ }
1949
+ get trendLineLayerUseLegend() {
1950
+ return this.cj;
1951
+ }
1952
+ set trendLineLayerUseLegend(a) {
1953
+ this.cj = a;
1954
+ this.g("TrendLineLayerUseLegend");
1955
+ }
1931
1956
  get alignsGridLinesToPixels() {
1932
- return this.br;
1957
+ return this.bt;
1933
1958
  }
1934
1959
  set alignsGridLinesToPixels(a) {
1935
- this.br = a;
1960
+ this.bt = a;
1936
1961
  this.g("AlignsGridLinesToPixels");
1937
1962
  }
1938
1963
  get plotAreaMarginLeft() {
1939
- return this.fi;
1964
+ return this.fn;
1940
1965
  }
1941
1966
  set plotAreaMarginLeft(a) {
1942
- this.fi = a;
1967
+ this.fn = a;
1943
1968
  this.g("PlotAreaMarginLeft");
1944
1969
  }
1945
1970
  get plotAreaMarginTop() {
1946
- return this.fk;
1971
+ return this.fp;
1947
1972
  }
1948
1973
  set plotAreaMarginTop(a) {
1949
- this.fk = a;
1974
+ this.fp = a;
1950
1975
  this.g("PlotAreaMarginTop");
1951
1976
  }
1952
1977
  get plotAreaMarginRight() {
1953
- return this.fj;
1978
+ return this.fo;
1954
1979
  }
1955
1980
  set plotAreaMarginRight(a) {
1956
- this.fj = a;
1981
+ this.fo = a;
1957
1982
  this.g("PlotAreaMarginRight");
1958
1983
  }
1959
1984
  get plotAreaMarginBottom() {
1960
- return this.fh;
1985
+ return this.fm;
1961
1986
  }
1962
1987
  set plotAreaMarginBottom(a) {
1963
- this.fh = a;
1988
+ this.fm = a;
1964
1989
  this.g("PlotAreaMarginBottom");
1965
1990
  }
1966
1991
  get computedPlotAreaMarginMode() {
1967
- return this.j8;
1992
+ return this.km;
1968
1993
  }
1969
1994
  set computedPlotAreaMarginMode(a) {
1970
- this.j8 = a;
1995
+ this.km = a;
1971
1996
  this.g("ComputedPlotAreaMarginMode");
1972
1997
  }
1973
1998
  get seriesPlotAreaMarginHorizontalMode() {
1974
- return this.nb;
1999
+ return this.np;
1975
2000
  }
1976
2001
  set seriesPlotAreaMarginHorizontalMode(a) {
1977
- this.nb = a;
2002
+ this.np = a;
1978
2003
  this.g("SeriesPlotAreaMarginHorizontalMode");
1979
2004
  }
1980
2005
  get seriesPlotAreaMarginVerticalMode() {
1981
- return this.nc;
2006
+ return this.nq;
1982
2007
  }
1983
2008
  set seriesPlotAreaMarginVerticalMode(a) {
1984
- this.nc = a;
2009
+ this.nq = a;
1985
2010
  this.g("SeriesPlotAreaMarginVerticalMode");
1986
2011
  }
1987
2012
  get highlightingMode() {
1988
- return this.mh;
2013
+ return this.mv;
1989
2014
  }
1990
2015
  set highlightingMode(a) {
1991
- this.mh = a;
2016
+ this.mv = a;
1992
2017
  this.g("HighlightingMode");
1993
2018
  }
1994
2019
  get highlightingBehavior() {
1995
- return this.mg;
2020
+ return this.mu;
1996
2021
  }
1997
2022
  set highlightingBehavior(a) {
1998
- this.mg = a;
2023
+ this.mu = a;
1999
2024
  this.g("HighlightingBehavior");
2000
2025
  }
2001
2026
  get legendHighlightingMode() {
2002
- return this.mr;
2027
+ return this.m5;
2003
2028
  }
2004
2029
  set legendHighlightingMode(a) {
2005
- this.mr = a;
2030
+ this.m5 = a;
2006
2031
  this.g("LegendHighlightingMode");
2007
2032
  }
2008
2033
  get legendItemBadgeShape() {
2009
- return this.mt;
2034
+ return this.m7;
2010
2035
  }
2011
2036
  set legendItemBadgeShape(a) {
2012
- this.mt = a;
2037
+ this.m7 = a;
2013
2038
  this.g("LegendItemBadgeShape");
2014
2039
  }
2015
2040
  get legendItemBadgeMode() {
2016
- return this.ms;
2041
+ return this.m6;
2017
2042
  }
2018
2043
  set legendItemBadgeMode(a) {
2019
- this.ms = a;
2044
+ this.m6 = a;
2020
2045
  this.g("LegendItemBadgeMode");
2021
2046
  }
2022
2047
  get trendLinePeriod() {
2023
- return this.jl;
2048
+ return this.jr;
2024
2049
  }
2025
2050
  set trendLinePeriod(a) {
2026
- this.jl = a;
2051
+ this.jr = a;
2027
2052
  this.g("TrendLinePeriod");
2028
2053
  }
2029
2054
  get toolTipType() {
2030
- return this.nq;
2055
+ return this.n4;
2031
2056
  }
2032
2057
  set toolTipType(a) {
2033
- this.nq = a;
2058
+ this.n4 = a;
2034
2059
  this.g("ToolTipType");
2035
2060
  }
2036
2061
  get crosshairsDisplayMode() {
2037
- return this.kd;
2062
+ return this.kr;
2038
2063
  }
2039
2064
  set crosshairsDisplayMode(a) {
2040
- this.kd = a;
2065
+ this.kr = a;
2041
2066
  this.g("CrosshairsDisplayMode");
2042
2067
  }
2043
2068
  get crosshairsSnapToData() {
2044
- return this.b0;
2069
+ return this.b2;
2045
2070
  }
2046
2071
  set crosshairsSnapToData(a) {
2047
- this.b0 = a;
2072
+ this.b2 = a;
2048
2073
  this.g("CrosshairsSnapToData");
2049
2074
  }
2050
2075
  get crosshairsLineVerticalStroke() {
2051
- return this.kf;
2076
+ return this.kt;
2052
2077
  }
2053
2078
  set crosshairsLineVerticalStroke(a) {
2054
- this.kf = a;
2079
+ this.kt = a;
2055
2080
  this.g("CrosshairsLineVerticalStroke");
2056
2081
  }
2057
2082
  get crosshairsLineThickness() {
2058
- return this.de;
2083
+ return this.dj;
2059
2084
  }
2060
2085
  set crosshairsLineThickness(a) {
2061
- this.de = a;
2086
+ this.dj = a;
2062
2087
  this.g("CrosshairsLineThickness");
2063
2088
  }
2064
2089
  get crosshairsLineHorizontalStroke() {
2065
- return this.ke;
2090
+ return this.ks;
2066
2091
  }
2067
2092
  set crosshairsLineHorizontalStroke(a) {
2068
- this.ke = a;
2093
+ this.ks = a;
2069
2094
  this.g("CrosshairsLineHorizontalStroke");
2070
2095
  }
2071
2096
  get crosshairsAnnotationEnabled() {
2072
- return this.bz;
2097
+ return this.b1;
2073
2098
  }
2074
2099
  set crosshairsAnnotationEnabled(a) {
2075
- this.bz = a;
2100
+ this.b1 = a;
2076
2101
  this.g("CrosshairsAnnotationEnabled");
2077
2102
  }
2078
2103
  get crosshairsAnnotationXAxisBackground() {
2079
- return this.j9;
2104
+ return this.kn;
2080
2105
  }
2081
2106
  set crosshairsAnnotationXAxisBackground(a) {
2082
- this.j9 = a;
2107
+ this.kn = a;
2083
2108
  this.g("CrosshairsAnnotationXAxisBackground");
2084
2109
  }
2085
2110
  get crosshairsAnnotationYAxisBackground() {
2086
- return this.kb;
2111
+ return this.kp;
2087
2112
  }
2088
2113
  set crosshairsAnnotationYAxisBackground(a) {
2089
- this.kb = a;
2114
+ this.kp = a;
2090
2115
  this.g("CrosshairsAnnotationYAxisBackground");
2091
2116
  }
2092
2117
  get crosshairsAnnotationXAxisTextColor() {
2093
- return this.ka;
2118
+ return this.ko;
2094
2119
  }
2095
2120
  set crosshairsAnnotationXAxisTextColor(a) {
2096
- this.ka = a;
2121
+ this.ko = a;
2097
2122
  this.g("CrosshairsAnnotationXAxisTextColor");
2098
2123
  }
2099
2124
  get crosshairsAnnotationYAxisTextColor() {
2100
- return this.kc;
2125
+ return this.kq;
2101
2126
  }
2102
2127
  set crosshairsAnnotationYAxisTextColor(a) {
2103
- this.kc = a;
2128
+ this.kq = a;
2104
2129
  this.g("CrosshairsAnnotationYAxisTextColor");
2105
2130
  }
2106
2131
  get crosshairsAnnotationXAxisPrecision() {
2107
- return this.jb;
2132
+ return this.jh;
2108
2133
  }
2109
2134
  set crosshairsAnnotationXAxisPrecision(a) {
2110
- this.jb = a;
2135
+ this.jh = a;
2111
2136
  this.g("CrosshairsAnnotationXAxisPrecision");
2112
2137
  }
2113
2138
  get crosshairsAnnotationYAxisPrecision() {
2114
- return this.jc;
2139
+ return this.ji;
2115
2140
  }
2116
2141
  set crosshairsAnnotationYAxisPrecision(a) {
2117
- this.jc = a;
2142
+ this.ji = a;
2118
2143
  this.g("CrosshairsAnnotationYAxisPrecision");
2119
2144
  }
2120
2145
  get shouldAvoidAxisAnnotationCollisions() {
2121
- return this.cd;
2146
+ return this.cf;
2122
2147
  }
2123
2148
  set shouldAvoidAxisAnnotationCollisions(a) {
2124
- this.cd = a;
2149
+ this.cf = a;
2125
2150
  this.g("ShouldAvoidAxisAnnotationCollisions");
2126
2151
  }
2127
2152
  get shouldPanOnMaximumZoom() {
2128
- return this.cf;
2153
+ return this.ch;
2129
2154
  }
2130
2155
  set shouldPanOnMaximumZoom(a) {
2131
- this.cf = a;
2156
+ this.ch = a;
2132
2157
  this.g("ShouldPanOnMaximumZoom");
2133
2158
  }
2134
2159
  get finalValueAnnotationsVisible() {
2135
- return this.b7;
2160
+ return this.b9;
2136
2161
  }
2137
2162
  set finalValueAnnotationsVisible(a) {
2138
- this.b7 = a;
2163
+ this.b9 = a;
2139
2164
  this.g("FinalValueAnnotationsVisible");
2140
2165
  }
2141
2166
  get finalValueAnnotationsBackground() {
2142
- return this.l7;
2167
+ return this.ml;
2143
2168
  }
2144
2169
  set finalValueAnnotationsBackground(a) {
2145
- this.l7 = a;
2170
+ this.ml = a;
2146
2171
  this.g("FinalValueAnnotationsBackground");
2147
2172
  }
2148
2173
  get finalValueAnnotationsTextColor() {
2149
- return this.l8;
2174
+ return this.mm;
2150
2175
  }
2151
2176
  set finalValueAnnotationsTextColor(a) {
2152
- this.l8 = a;
2177
+ this.mm = a;
2153
2178
  this.g("FinalValueAnnotationsTextColor");
2154
2179
  }
2155
2180
  get finalValueAnnotationsPrecision() {
2156
- return this.jf;
2181
+ return this.jl;
2157
2182
  }
2158
2183
  set finalValueAnnotationsPrecision(a) {
2159
- this.jf = a;
2184
+ this.jl = a;
2160
2185
  this.g("FinalValueAnnotationsPrecision");
2161
2186
  }
2162
2187
  get autoCalloutsVisible() {
2163
- return this.bt;
2188
+ return this.bv;
2164
2189
  }
2165
2190
  set autoCalloutsVisible(a) {
2166
- this.bt = a;
2191
+ this.bv = a;
2167
2192
  this.g("AutoCalloutsVisible");
2168
2193
  }
2169
2194
  get calloutsVisible() {
2170
- return this.by;
2195
+ return this.b0;
2171
2196
  }
2172
2197
  set calloutsVisible(a) {
2173
- this.by = a;
2198
+ this.b0 = a;
2174
2199
  this.g("CalloutsVisible");
2175
2200
  }
2176
2201
  get calloutStyleUpdatingEventEnabled() {
2177
- return this.bu;
2202
+ return this.bw;
2178
2203
  }
2179
2204
  set calloutStyleUpdatingEventEnabled(a) {
2180
- this.bu = a;
2205
+ this.bw = a;
2181
2206
  this.g("CalloutStyleUpdatingEventEnabled");
2182
2207
  }
2183
2208
  get useValueForAutoCalloutLabels() {
2184
- return this.ch;
2209
+ return this.ck;
2185
2210
  }
2186
2211
  set useValueForAutoCalloutLabels(a) {
2187
- this.ch = a;
2212
+ this.ck = a;
2188
2213
  this.g("UseValueForAutoCalloutLabels");
2189
2214
  }
2190
2215
  get calloutCollisionMode() {
2191
- return this.jy;
2216
+ return this.j4;
2192
2217
  }
2193
2218
  set calloutCollisionMode(a) {
2194
- this.jy = a;
2219
+ this.j4 = a;
2195
2220
  this.g("CalloutCollisionMode");
2196
2221
  }
2197
2222
  get calloutsUseItemColorForFill() {
2198
- return this.bw;
2223
+ return this.by;
2199
2224
  }
2200
2225
  set calloutsUseItemColorForFill(a) {
2201
- this.bw = a;
2226
+ this.by = a;
2202
2227
  this.g("CalloutsUseItemColorForFill");
2203
2228
  }
2204
2229
  get calloutsUseItemColorForOutline() {
2205
- return this.bx;
2230
+ return this.bz;
2206
2231
  }
2207
2232
  set calloutsUseItemColorForOutline(a) {
2208
- this.bx = a;
2233
+ this.bz = a;
2209
2234
  this.g("CalloutsUseItemColorForOutline");
2210
2235
  }
2211
2236
  get calloutsUseAutoContrastingLabelColors() {
2212
- return this.bv;
2237
+ return this.bx;
2213
2238
  }
2214
2239
  set calloutsUseAutoContrastingLabelColors(a) {
2215
- this.bv = a;
2240
+ this.bx = a;
2216
2241
  this.g("CalloutsUseAutoContrastingLabelColors");
2217
2242
  }
2218
2243
  get calloutsStrokeThickness() {
2219
- return this.dd;
2244
+ return this.di;
2220
2245
  }
2221
2246
  set calloutsStrokeThickness(a) {
2222
- this.dd = a;
2247
+ this.di = a;
2223
2248
  this.g("CalloutsStrokeThickness");
2224
2249
  }
2225
2250
  get calloutsBackground() {
2226
- return this.j0;
2251
+ return this.j6;
2227
2252
  }
2228
2253
  set calloutsBackground(a) {
2229
- this.j0 = a;
2254
+ this.j6 = a;
2230
2255
  this.g("CalloutsBackground");
2231
2256
  }
2257
+ get calloutsOutline() {
2258
+ return this.kg;
2259
+ }
2260
+ set calloutsOutline(a) {
2261
+ this.kg = a;
2262
+ this.g("CalloutsOutline");
2263
+ }
2264
+ get calloutsTextColor() {
2265
+ return this.kh;
2266
+ }
2267
+ set calloutsTextColor(a) {
2268
+ this.kh = a;
2269
+ this.g("CalloutsTextColor");
2270
+ }
2271
+ get calloutsLightTextColor() {
2272
+ return this.kf;
2273
+ }
2274
+ set calloutsLightTextColor(a) {
2275
+ this.kf = a;
2276
+ this.g("CalloutsLightTextColor");
2277
+ }
2278
+ get calloutsDarkTextColor() {
2279
+ return this.j8;
2280
+ }
2281
+ set calloutsDarkTextColor(a) {
2282
+ this.j8 = a;
2283
+ this.g("CalloutsDarkTextColor");
2284
+ }
2285
+ get calloutsLeaderBrush() {
2286
+ return this.ke;
2287
+ }
2288
+ set calloutsLeaderBrush(a) {
2289
+ this.ke = a;
2290
+ this.g("CalloutsLeaderBrush");
2291
+ }
2232
2292
  get calloutsAutoLabelPrecision() {
2233
- return this.ja;
2293
+ return this.jg;
2234
2294
  }
2235
2295
  set calloutsAutoLabelPrecision(a) {
2236
- this.ja = a;
2296
+ this.jg = a;
2237
2297
  this.g("CalloutsAutoLabelPrecision");
2238
2298
  }
2239
2299
  get calloutsDataSourceRef() {
2240
- return this.j2;
2300
+ return this.j9;
2241
2301
  }
2242
2302
  set calloutsDataSourceRef(a) {
2243
- this.j2 = a;
2303
+ this.j9 = a;
2244
2304
  this.g("CalloutsDataSourceRef");
2245
2305
  }
2246
2306
  get calloutsAllowedPositions() {
@@ -2251,381 +2311,409 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
2251
2311
  this.g("CalloutsAllowedPositions");
2252
2312
  }
2253
2313
  get calloutsXMemberPath() {
2254
- return this.j5;
2314
+ return this.kj;
2255
2315
  }
2256
2316
  set calloutsXMemberPath(a) {
2257
- this.j5 = a;
2317
+ this.kj = a;
2258
2318
  this.g("CalloutsXMemberPath");
2259
2319
  }
2260
2320
  get calloutsYMemberPath() {
2261
- return this.j6;
2321
+ return this.kk;
2262
2322
  }
2263
2323
  set calloutsYMemberPath(a) {
2264
- this.j6 = a;
2324
+ this.kk = a;
2265
2325
  this.g("CalloutsYMemberPath");
2266
2326
  }
2267
2327
  get calloutsLabelMemberPath() {
2268
- return this.j3;
2328
+ return this.kd;
2269
2329
  }
2270
2330
  set calloutsLabelMemberPath(a) {
2271
- this.j3 = a;
2331
+ this.kd = a;
2272
2332
  this.g("CalloutsLabelMemberPath");
2273
2333
  }
2274
2334
  get calloutsContentMemberPath() {
2275
- return this.j1;
2335
+ return this.j7;
2276
2336
  }
2277
2337
  set calloutsContentMemberPath(a) {
2278
- this.j1 = a;
2338
+ this.j7 = a;
2279
2339
  this.g("CalloutsContentMemberPath");
2280
2340
  }
2341
+ get calloutsFontFamily() {
2342
+ return this.ka;
2343
+ }
2344
+ set calloutsFontFamily(a) {
2345
+ this.ka = a;
2346
+ this.g("CalloutsFontFamily");
2347
+ }
2348
+ get calloutsFontSize() {
2349
+ return this.dh;
2350
+ }
2351
+ set calloutsFontSize(a) {
2352
+ this.dh = a;
2353
+ this.g("CalloutsFontSize");
2354
+ }
2355
+ get calloutsFontStyle() {
2356
+ return this.kb;
2357
+ }
2358
+ set calloutsFontStyle(a) {
2359
+ this.kb = a;
2360
+ this.g("CalloutsFontStyle");
2361
+ }
2362
+ get calloutsFontWeight() {
2363
+ return this.kc;
2364
+ }
2365
+ set calloutsFontWeight(a) {
2366
+ this.kc = a;
2367
+ this.g("CalloutsFontWeight");
2368
+ }
2281
2369
  get valueLines() {
2282
- return this.am;
2370
+ return this.an;
2283
2371
  }
2284
2372
  set valueLines(a) {
2285
- this.am = a;
2373
+ this.an = a;
2286
2374
  this.g("ValueLines");
2287
2375
  }
2288
2376
  get valueLinesBrushes() {
2289
- return this.an;
2377
+ return this.ao;
2290
2378
  }
2291
2379
  set valueLinesBrushes(a) {
2292
- this.an = a;
2380
+ this.ao = a;
2293
2381
  this.g("ValueLinesBrushes");
2294
2382
  }
2295
2383
  get valueLinesThickness() {
2296
- return this.fy;
2384
+ return this.f3;
2297
2385
  }
2298
2386
  set valueLinesThickness(a) {
2299
- this.fy = a;
2387
+ this.f3 = a;
2300
2388
  this.g("ValueLinesThickness");
2301
2389
  }
2302
2390
  get seriesValueLayerUseLegend() {
2303
- return this.cc;
2391
+ return this.ce;
2304
2392
  }
2305
2393
  set seriesValueLayerUseLegend(a) {
2306
- this.cc = a;
2394
+ this.ce = a;
2307
2395
  this.g("SeriesValueLayerUseLegend");
2308
2396
  }
2309
2397
  get horizontalViewScrollbarMode() {
2310
- return this.mj;
2398
+ return this.mx;
2311
2399
  }
2312
2400
  set horizontalViewScrollbarMode(a) {
2313
- this.mj = a;
2401
+ this.mx = a;
2314
2402
  this.g("HorizontalViewScrollbarMode");
2315
2403
  }
2316
2404
  get verticalViewScrollbarMode() {
2317
- return this.nv;
2405
+ return this.n9;
2318
2406
  }
2319
2407
  set verticalViewScrollbarMode(a) {
2320
- this.nv = a;
2408
+ this.n9 = a;
2321
2409
  this.g("VerticalViewScrollbarMode");
2322
2410
  }
2323
2411
  get horizontalViewScrollbarPosition() {
2324
- return this.ml;
2412
+ return this.mz;
2325
2413
  }
2326
2414
  set horizontalViewScrollbarPosition(a) {
2327
- this.ml = a;
2415
+ this.mz = a;
2328
2416
  this.g("HorizontalViewScrollbarPosition");
2329
2417
  }
2330
2418
  get verticalViewScrollbarPosition() {
2331
- return this.nx;
2419
+ return this.ob;
2332
2420
  }
2333
2421
  set verticalViewScrollbarPosition(a) {
2334
- this.nx = a;
2422
+ this.ob = a;
2335
2423
  this.g("VerticalViewScrollbarPosition");
2336
2424
  }
2337
2425
  get horizontalViewScrollbarFill() {
2338
- return this.mi;
2426
+ return this.mw;
2339
2427
  }
2340
2428
  set horizontalViewScrollbarFill(a) {
2341
- this.mi = a;
2429
+ this.mw = a;
2342
2430
  this.g("HorizontalViewScrollbarFill");
2343
2431
  }
2344
2432
  get horizontalViewScrollbarOutline() {
2345
- return this.mk;
2433
+ return this.my;
2346
2434
  }
2347
2435
  set horizontalViewScrollbarOutline(a) {
2348
- this.mk = a;
2436
+ this.my = a;
2349
2437
  this.g("HorizontalViewScrollbarOutline");
2350
2438
  }
2351
2439
  get horizontalViewScrollbarStrokeThickness() {
2352
- return this.fa;
2440
+ return this.ff;
2353
2441
  }
2354
2442
  set horizontalViewScrollbarStrokeThickness(a) {
2355
- this.fa = a;
2443
+ this.ff = a;
2356
2444
  this.g("HorizontalViewScrollbarStrokeThickness");
2357
2445
  }
2358
2446
  get horizontalViewScrollbarMaxOpacity() {
2359
- return this.e9;
2447
+ return this.fe;
2360
2448
  }
2361
2449
  set horizontalViewScrollbarMaxOpacity(a) {
2362
- this.e9 = a;
2450
+ this.fe = a;
2363
2451
  this.g("HorizontalViewScrollbarMaxOpacity");
2364
2452
  }
2365
2453
  get horizontalViewScrollbarCornerRadius() {
2366
- return this.e6;
2454
+ return this.fb;
2367
2455
  }
2368
2456
  set horizontalViewScrollbarCornerRadius(a) {
2369
- this.e6 = a;
2457
+ this.fb = a;
2370
2458
  this.g("HorizontalViewScrollbarCornerRadius");
2371
2459
  }
2372
2460
  get horizontalViewScrollbarHeight() {
2373
- return this.e7;
2461
+ return this.fc;
2374
2462
  }
2375
2463
  set horizontalViewScrollbarHeight(a) {
2376
- this.e7 = a;
2464
+ this.fc = a;
2377
2465
  this.g("HorizontalViewScrollbarHeight");
2378
2466
  }
2379
2467
  get horizontalViewScrollbarInset() {
2380
- return this.e8;
2468
+ return this.fd;
2381
2469
  }
2382
2470
  set horizontalViewScrollbarInset(a) {
2383
- this.e8 = a;
2471
+ this.fd = a;
2384
2472
  this.g("HorizontalViewScrollbarInset");
2385
2473
  }
2386
2474
  get horizontalViewScrollbarTrackStartInset() {
2387
- return this.fc;
2475
+ return this.fh;
2388
2476
  }
2389
2477
  set horizontalViewScrollbarTrackStartInset(a) {
2390
- this.fc = a;
2478
+ this.fh = a;
2391
2479
  this.g("HorizontalViewScrollbarTrackStartInset");
2392
2480
  }
2393
2481
  get horizontalViewScrollbarTrackEndInset() {
2394
- return this.fb;
2482
+ return this.fg;
2395
2483
  }
2396
2484
  set horizontalViewScrollbarTrackEndInset(a) {
2397
- this.fb = a;
2485
+ this.fg = a;
2398
2486
  this.g("HorizontalViewScrollbarTrackEndInset");
2399
2487
  }
2400
2488
  get horizontalViewScrollbarShouldAddAutoTrackInsets() {
2401
- return this.b8;
2489
+ return this.ca;
2402
2490
  }
2403
2491
  set horizontalViewScrollbarShouldAddAutoTrackInsets(a) {
2404
- this.b8 = a;
2492
+ this.ca = a;
2405
2493
  this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
2406
2494
  }
2407
2495
  get verticalViewScrollbarFill() {
2408
- return this.nu;
2496
+ return this.n8;
2409
2497
  }
2410
2498
  set verticalViewScrollbarFill(a) {
2411
- this.nu = a;
2499
+ this.n8 = a;
2412
2500
  this.g("VerticalViewScrollbarFill");
2413
2501
  }
2414
2502
  get verticalViewScrollbarOutline() {
2415
- return this.nw;
2503
+ return this.oa;
2416
2504
  }
2417
2505
  set verticalViewScrollbarOutline(a) {
2418
- this.nw = a;
2506
+ this.oa = a;
2419
2507
  this.g("VerticalViewScrollbarOutline");
2420
2508
  }
2421
2509
  get verticalViewScrollbarStrokeThickness() {
2422
- return this.f2;
2510
+ return this.f7;
2423
2511
  }
2424
2512
  set verticalViewScrollbarStrokeThickness(a) {
2425
- this.f2 = a;
2513
+ this.f7 = a;
2426
2514
  this.g("VerticalViewScrollbarStrokeThickness");
2427
2515
  }
2428
2516
  get verticalViewScrollbarMaxOpacity() {
2429
- return this.f1;
2517
+ return this.f6;
2430
2518
  }
2431
2519
  set verticalViewScrollbarMaxOpacity(a) {
2432
- this.f1 = a;
2520
+ this.f6 = a;
2433
2521
  this.g("VerticalViewScrollbarMaxOpacity");
2434
2522
  }
2435
2523
  get verticalViewScrollbarCornerRadius() {
2436
- return this.fz;
2524
+ return this.f4;
2437
2525
  }
2438
2526
  set verticalViewScrollbarCornerRadius(a) {
2439
- this.fz = a;
2527
+ this.f4 = a;
2440
2528
  this.g("VerticalViewScrollbarCornerRadius");
2441
2529
  }
2442
2530
  get verticalViewScrollbarWidth() {
2443
- return this.f5;
2531
+ return this.ga;
2444
2532
  }
2445
2533
  set verticalViewScrollbarWidth(a) {
2446
- this.f5 = a;
2534
+ this.ga = a;
2447
2535
  this.g("VerticalViewScrollbarWidth");
2448
2536
  }
2449
2537
  get verticalViewScrollbarInset() {
2450
- return this.f0;
2538
+ return this.f5;
2451
2539
  }
2452
2540
  set verticalViewScrollbarInset(a) {
2453
- this.f0 = a;
2541
+ this.f5 = a;
2454
2542
  this.g("VerticalViewScrollbarInset");
2455
2543
  }
2456
2544
  get verticalViewScrollbarTrackStartInset() {
2457
- return this.f4;
2545
+ return this.f9;
2458
2546
  }
2459
2547
  set verticalViewScrollbarTrackStartInset(a) {
2460
- this.f4 = a;
2548
+ this.f9 = a;
2461
2549
  this.g("VerticalViewScrollbarTrackStartInset");
2462
2550
  }
2463
2551
  get verticalViewScrollbarTrackEndInset() {
2464
- return this.f3;
2552
+ return this.f8;
2465
2553
  }
2466
2554
  set verticalViewScrollbarTrackEndInset(a) {
2467
- this.f3 = a;
2555
+ this.f8 = a;
2468
2556
  this.g("VerticalViewScrollbarTrackEndInset");
2469
2557
  }
2470
2558
  get verticalViewScrollbarShouldAddAutoTrackInsets() {
2471
- return this.ci;
2559
+ return this.cl;
2472
2560
  }
2473
2561
  set verticalViewScrollbarShouldAddAutoTrackInsets(a) {
2474
- this.ci = a;
2562
+ this.cl = a;
2475
2563
  this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
2476
2564
  }
2477
2565
  get windowRectMinWidth() {
2478
- return this.f7;
2566
+ return this.gc;
2479
2567
  }
2480
2568
  set windowRectMinWidth(a) {
2481
- this.f7 = a;
2569
+ this.gc = a;
2482
2570
  this.g("WindowRectMinWidth");
2483
2571
  }
2484
2572
  get windowRectMinHeight() {
2485
- return this.f6;
2573
+ return this.gb;
2486
2574
  }
2487
2575
  set windowRectMinHeight(a) {
2488
- this.f6 = a;
2576
+ this.gb = a;
2489
2577
  this.g("WindowRectMinHeight");
2490
2578
  }
2491
2579
  get windowSizeMinWidth() {
2492
- return this.f9;
2580
+ return this.ge;
2493
2581
  }
2494
2582
  set windowSizeMinWidth(a) {
2495
- this.f9 = a;
2583
+ this.ge = a;
2496
2584
  this.g("WindowSizeMinWidth");
2497
2585
  }
2498
2586
  get windowSizeMinHeight() {
2499
- return this.f8;
2587
+ return this.gd;
2500
2588
  }
2501
2589
  set windowSizeMinHeight(a) {
2502
- this.f8 = a;
2590
+ this.gd = a;
2503
2591
  this.g("WindowSizeMinHeight");
2504
2592
  }
2505
2593
  get seriesAddedRef() {
2506
- return this.m9;
2594
+ return this.nn;
2507
2595
  }
2508
2596
  set seriesAddedRef(a) {
2509
- this.m9 = a;
2597
+ this.nn = a;
2510
2598
  this.g("SeriesAddedRef");
2511
2599
  }
2512
2600
  get seriesRemovedRef() {
2513
- return this.ni;
2601
+ return this.nw;
2514
2602
  }
2515
2603
  set seriesRemovedRef(a) {
2516
- this.ni = a;
2604
+ this.nw = a;
2517
2605
  this.g("SeriesRemovedRef");
2518
2606
  }
2519
2607
  get seriesPointerEnterRef() {
2520
- return this.ne;
2608
+ return this.ns;
2521
2609
  }
2522
2610
  set seriesPointerEnterRef(a) {
2523
- this.ne = a;
2611
+ this.ns = a;
2524
2612
  this.g("SeriesPointerEnterRef");
2525
2613
  }
2526
2614
  get seriesPointerLeaveRef() {
2527
- return this.nf;
2615
+ return this.nt;
2528
2616
  }
2529
2617
  set seriesPointerLeaveRef(a) {
2530
- this.nf = a;
2618
+ this.nt = a;
2531
2619
  this.g("SeriesPointerLeaveRef");
2532
2620
  }
2533
2621
  get seriesPointerMoveRef() {
2534
- return this.ng;
2622
+ return this.nu;
2535
2623
  }
2536
2624
  set seriesPointerMoveRef(a) {
2537
- this.ng = a;
2625
+ this.nu = a;
2538
2626
  this.g("SeriesPointerMoveRef");
2539
2627
  }
2540
2628
  get seriesPointerDownRef() {
2541
- return this.nd;
2629
+ return this.nr;
2542
2630
  }
2543
2631
  set seriesPointerDownRef(a) {
2544
- this.nd = a;
2632
+ this.nr = a;
2545
2633
  this.g("SeriesPointerDownRef");
2546
2634
  }
2547
2635
  get seriesPointerUpRef() {
2548
- return this.nh;
2636
+ return this.nv;
2549
2637
  }
2550
2638
  set seriesPointerUpRef(a) {
2551
- this.nh = a;
2639
+ this.nv = a;
2552
2640
  this.g("SeriesPointerUpRef");
2553
2641
  }
2554
2642
  get seriesClickRef() {
2555
- return this.na;
2643
+ return this.no;
2556
2644
  }
2557
2645
  set seriesClickRef(a) {
2558
- this.na = a;
2646
+ this.no = a;
2559
2647
  this.g("SeriesClickRef");
2560
2648
  }
2561
2649
  get plotAreaPointerEnterRef() {
2562
- return this.m1;
2650
+ return this.nf;
2563
2651
  }
2564
2652
  set plotAreaPointerEnterRef(a) {
2565
- this.m1 = a;
2653
+ this.nf = a;
2566
2654
  this.g("PlotAreaPointerEnterRef");
2567
2655
  }
2568
2656
  get plotAreaPointerLeaveRef() {
2569
- return this.m2;
2657
+ return this.ng;
2570
2658
  }
2571
2659
  set plotAreaPointerLeaveRef(a) {
2572
- this.m2 = a;
2660
+ this.ng = a;
2573
2661
  this.g("PlotAreaPointerLeaveRef");
2574
2662
  }
2575
2663
  get plotAreaPointerMoveRef() {
2576
- return this.m3;
2664
+ return this.nh;
2577
2665
  }
2578
2666
  set plotAreaPointerMoveRef(a) {
2579
- this.m3 = a;
2667
+ this.nh = a;
2580
2668
  this.g("PlotAreaPointerMoveRef");
2581
2669
  }
2582
2670
  get plotAreaPointerDownRef() {
2583
- return this.m0;
2671
+ return this.ne;
2584
2672
  }
2585
2673
  set plotAreaPointerDownRef(a) {
2586
- this.m0 = a;
2674
+ this.ne = a;
2587
2675
  this.g("PlotAreaPointerDownRef");
2588
2676
  }
2589
2677
  get plotAreaPointerUpRef() {
2590
- return this.m4;
2678
+ return this.ni;
2591
2679
  }
2592
2680
  set plotAreaPointerUpRef(a) {
2593
- this.m4 = a;
2681
+ this.ni = a;
2594
2682
  this.g("PlotAreaPointerUpRef");
2595
2683
  }
2596
2684
  get calloutStyleUpdatingRef() {
2597
- return this.j4;
2685
+ return this.ki;
2598
2686
  }
2599
2687
  set calloutStyleUpdatingRef(a) {
2600
- this.j4 = a;
2688
+ this.ki = a;
2601
2689
  this.g("CalloutStyleUpdatingRef");
2602
2690
  }
2603
2691
  get calloutRenderStyleUpdatingRef() {
2604
- return this.jz;
2692
+ return this.j5;
2605
2693
  }
2606
2694
  set calloutRenderStyleUpdatingRef(a) {
2607
- this.jz = a;
2695
+ this.j5 = a;
2608
2696
  this.g("CalloutRenderStyleUpdatingRef");
2609
2697
  }
2610
2698
  get selectedSeriesItemsChangedRef() {
2611
- return this.m5;
2699
+ return this.nj;
2612
2700
  }
2613
2701
  set selectedSeriesItemsChangedRef(a) {
2614
- this.m5 = a;
2702
+ this.nj = a;
2615
2703
  this.g("SelectedSeriesItemsChangedRef");
2616
2704
  }
2617
2705
  get focusedSeriesItemsChangedRef() {
2618
- return this.ma;
2706
+ return this.mo;
2619
2707
  }
2620
2708
  set focusedSeriesItemsChangedRef(a) {
2621
- this.ma = a;
2709
+ this.mo = a;
2622
2710
  this.g("FocusedSeriesItemsChangedRef");
2623
2711
  }
2624
2712
  get filterStringErrorsParsingRef() {
2625
- return this.l6;
2713
+ return this.mk;
2626
2714
  }
2627
2715
  set filterStringErrorsParsingRef(a) {
2628
- this.l6 = a;
2716
+ this.mk = a;
2629
2717
  this.g("FilterStringErrorsParsingRef");
2630
2718
  }
2631
2719
  }