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