igniteui-angular-core 17.1.0 → 17.2.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 +10479 -5108
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/AggregatedDataProvider_combined.js +26 -0
- package/esm2015/lib/AnchoredCategorySeriesDescription.js +41 -33
- package/esm2015/lib/AnchoredCategorySeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/AnchoredRadialSeriesDescription.js +38 -30
- package/esm2015/lib/AnchoredRadialSeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/AnnotationLayerDescription.js +61 -61
- package/esm2015/lib/AreaSeriesDescription.js +3 -3
- package/esm2015/lib/ArrayExtension.js +26 -0
- package/esm2015/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/AverageTrueRangeIndicatorDescription.js +3 -3
- package/esm2015/lib/BarSeriesDescription.js +6 -6
- package/esm2015/lib/BollingerBandWidthIndicatorDescription.js +6 -6
- package/esm2015/lib/BollingerBandsOverlayDescription.js +6 -6
- package/esm2015/lib/BrushUtil.js +29 -26
- package/esm2015/lib/BubbleSeriesDescription.js +42 -42
- package/esm2015/lib/CalloutLayerDescription.js +111 -111
- package/esm2015/lib/CaptureImageSettingsDescription.js +42 -0
- package/esm2015/lib/CaptureImageSettingsDescriptionMetadata.js +39 -0
- package/esm2015/lib/CategoryChartDescription.js +144 -128
- package/esm2015/lib/CategoryChartDescriptionMetadata.js +3 -1
- package/esm2015/lib/CategoryHighlightLayerDescription.js +9 -9
- package/esm2015/lib/CategoryItemHighlightLayerDescription.js +30 -30
- package/esm2015/lib/CategorySeriesDescription.js +21 -21
- package/esm2015/lib/CategorySeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/CategoryToolTipLayerDescription.js +6 -6
- package/esm2015/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +2 -2
- package/esm2015/lib/ColumnFragmentDescription.js +6 -6
- package/esm2015/lib/ColumnSeriesDescription.js +9 -9
- package/esm2015/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/ContainsPropertyDataSourceFilterExpressionVisitor.js +31 -0
- package/esm2015/lib/CrosshairLayerDescription.js +93 -93
- package/esm2015/lib/DataChartDescription.js +93 -93
- package/esm2015/lib/DataSeries.js +10 -0
- package/esm2015/lib/DataSeriesAdapter.js +1 -1
- package/esm2015/lib/DataSeriesAdapterProviderInfo.js +26 -0
- package/esm2015/lib/DataSourceLocalDataProvider.js +22 -0
- package/esm2015/lib/DataToolTipLayerDescription.js +366 -366
- package/esm2015/lib/DependencyObject_combined.js +4 -1
- package/esm2015/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/DomainChartDescription.js +797 -741
- package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -0
- package/esm2015/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/FilterExpressionConversionVisitor.js +230 -0
- package/esm2015/lib/FilterExpressionParsingHelper.js +37 -0
- package/esm2015/lib/FilterExpressionParsingResult.js +21 -0
- package/esm2015/lib/FilterFactory_combined.js +30 -6
- package/esm2015/lib/FilterStringErrorsParsingEventArgsDescription.js +42 -0
- package/esm2015/lib/FilterStringErrorsParsingEventArgsDescriptionMetadata.js +38 -0
- package/esm2015/lib/FilterSyntaxBinaryOperatorExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxExpressionSyntax_combined.js +193 -0
- package/esm2015/lib/FilterSyntaxIdentifierExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxLexer.js +854 -0
- package/esm2015/lib/FilterSyntaxMemberExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxMethodCallExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxNullExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxParenthesisExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxParseResult.js +31 -0
- package/esm2015/lib/FilterSyntaxParser.js +748 -0
- package/esm2015/lib/FilterSyntaxPrimitiveValueExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxPrintingHelper.js +51 -0
- package/esm2015/lib/{DataSeriesAdapterCachedProvider.js → FilterSyntaxToken.js} +4 -5
- package/esm2015/lib/FilterSyntaxTokenType.js +11 -0
- package/esm2015/lib/FilterSyntaxUnaryOperatorExpressionSyntax.js +7 -0
- package/esm2015/lib/FilterSyntaxVisitor.js +7 -0
- package/esm2015/lib/FinalValueLayerDescription.js +42 -42
- package/esm2015/lib/FinancialChartDescription.js +181 -181
- package/esm2015/lib/FinancialIndicatorDescription.js +24 -24
- package/esm2015/lib/FinancialOverlayDescription.js +3 -3
- package/esm2015/lib/FinancialPriceSeriesDescription.js +48 -48
- package/esm2015/lib/FinancialSeriesDescription.js +82 -42
- package/esm2015/lib/FinancialSeriesDescriptionMetadata.js +6 -1
- package/esm2015/lib/FlatDataProviderJoinCollisionType.js +37 -0
- package/esm2015/lib/FlatDataProviderJoinType.js +29 -0
- package/esm2015/lib/FlatDataProvider_combined.js +440 -137
- package/esm2015/lib/FontDefaults.js +5 -5
- package/esm2015/lib/ForceIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/FullStochasticOscillatorIndicatorDescription.js +9 -9
- package/esm2015/lib/GeographicContourLineSeriesDescription.js +15 -15
- package/esm2015/lib/GeographicHighDensityScatterSeriesDescription.js +33 -33
- package/esm2015/lib/GeographicMapImageryDescription_combined.js +41 -41
- package/esm2015/lib/GeographicMapSeriesHostDescription.js +6 -6
- package/esm2015/lib/GeographicMarkerSeriesDescription.js +33 -33
- package/esm2015/lib/GeographicPolylineSeriesDescription.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesDescription.js +54 -54
- package/esm2015/lib/GeographicScatterAreaSeriesDescription.js +12 -12
- package/esm2015/lib/GeographicShapeSeriesBaseDescription.js +30 -30
- package/esm2015/lib/GeographicShapeSeriesDescription.js +51 -51
- package/esm2015/lib/GeographicSymbolSeriesDescription.js +27 -27
- package/esm2015/lib/GeographicTileSeriesDescription.js +6 -6
- package/esm2015/lib/GeographicXYTriangulatingSeriesDescription.js +18 -18
- package/esm2015/lib/HashSet$1.js +1 -1
- package/esm2015/lib/HighDensityScatterSeriesDescription.js +51 -51
- package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +18 -18
- package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/IDataSeriesAdapterRule_combined.js +368 -221
- package/esm2015/lib/IDataSourceClonableDataProvider.js +11 -0
- package/esm2015/lib/IDataSourceDataProvider_combined.js +22 -13
- package/esm2015/lib/IDataSourceLocalDataProvider.js +2 -1
- package/esm2015/lib/IPlatformAPIHelperImpl.js +11 -0
- package/esm2015/lib/IgcDropdownBridge.js +8 -1
- package/esm2015/lib/ImageCapturedEventArgsDescription.js +26 -0
- package/esm2015/lib/ImageCapturedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/ItemToolTipLayerDescription.js +12 -12
- package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm2015/lib/LineSeriesDescription.js +3 -3
- package/esm2015/lib/LocalDataSource_combined.js +81 -73
- package/esm2015/lib/MarkerSeriesDescription.js +30 -30
- package/esm2015/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +9 -9
- package/esm2015/lib/PagedDataSource.js +6 -6
- package/esm2015/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/PlatformAPIHelper.js +173 -0
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -0
- package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarBaseDescription.js +90 -74
- package/esm2015/lib/PolarBaseDescriptionMetadata.js +2 -0
- 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/PrimitiveAppearanceData.js +14 -1
- package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm2015/lib/RadialBaseDescription.js +21 -21
- package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
- package/esm2015/lib/RadialPieSeriesDescription.js +6 -6
- package/esm2015/lib/RangeCategorySeriesDescription.js +22 -6
- package/esm2015/lib/RangeCategorySeriesDescriptionMetadata.js +2 -0
- package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
- package/esm2015/lib/RearrangedListView.js +46 -38
- package/esm2015/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/SVGNode_combined.js +2 -2
- package/esm2015/lib/ScatterAreaSeriesDescription.js +15 -15
- package/esm2015/lib/ScatterBaseDescription.js +87 -71
- package/esm2015/lib/ScatterBaseDescriptionMetadata.js +2 -0
- package/esm2015/lib/ScatterContourSeriesDescription.js +18 -18
- package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterPolygonSeriesDescription.js +36 -36
- package/esm2015/lib/ScatterPolylineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterTriangulationSeriesDescription.js +39 -39
- package/esm2015/lib/SeriesDescription.js +296 -184
- package/esm2015/lib/SeriesDescriptionMetadata.js +16 -0
- package/esm2015/lib/SeriesLayerDescription.js +42 -0
- package/esm2015/lib/SeriesLayerDescriptionMetadata.js +38 -0
- package/esm2015/lib/SeriesLayerPropertyOverlayDescription.js +82 -0
- package/esm2015/lib/SeriesLayerPropertyOverlayDescriptionMetadata.js +47 -0
- package/esm2015/lib/SeriesLayerPropertyOverlayValueResolvingEventArgsDescription.js +34 -0
- package/esm2015/lib/SeriesLayerPropertyOverlayValueResolvingEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/SeriesViewerDescription.js +167 -151
- package/esm2015/lib/ShapeSeriesBaseDescription.js +47 -39
- package/esm2015/lib/ShapeSeriesBaseDescriptionMetadata.js +1 -0
- package/esm2015/lib/SimpleCategorySeriesRule.js +11 -5
- package/esm2015/lib/SimpleFinancialPriceSeriesRule.js +18 -12
- package/esm2015/lib/SimpleScatterSeriesRule.js +3 -0
- package/esm2015/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/SortDescriptionCollection.js +7 -1
- package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
- package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm2015/lib/StackedFragmentSeriesDescription.js +151 -135
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +5 -2
- 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 +3 -0
- package/esm2015/lib/SyncableObservableCollection$2_combined.js +61 -39
- package/esm2015/lib/TRIXIndicatorDescription.js +3 -3
- package/esm2015/lib/TestFilterSyntaxVisitor.js +82 -0
- package/esm2015/lib/TileSeriesDescription.js +3 -3
- package/esm2015/lib/ToolActionCheckboxDescription.js +3 -3
- package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionDescription.js +131 -123
- package/esm2015/lib/ToolActionDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm2015/lib/ToolActionIconButtonDescription.js +3 -3
- package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionInfoDescription.js +63 -55
- package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioDescription.js +6 -6
- package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm2015/lib/ValueLayerDescription.js +96 -96
- package/esm2015/lib/ValueOverlayDescription.js +42 -42
- package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
- package/esm2015/lib/WebBaseDateTimeFilteringOperandDescription.js +23 -0
- package/esm2015/lib/WebBaseDateTimeFilteringOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/WebBooleanFilteringOperandDescription.js +23 -0
- package/esm2015/lib/WebBooleanFilteringOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebCellPositionDescription.js +42 -0
- package/esm2015/lib/WebCellPositionDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebDateFilteringOperandDescription.js +23 -0
- package/esm2015/lib/WebDateFilteringOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebDateSummaryOperandDescription.js +23 -0
- package/esm2015/lib/WebDateSummaryOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebDateTimeFilteringOperandDescription.js +23 -0
- package/esm2015/lib/WebDateTimeFilteringOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebFilteringOperationDescription.js +11 -3
- package/esm2015/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGroupByResultDescription.js +42 -0
- package/esm2015/lib/WebGroupByResultDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebGroupingExpressionDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebNumberFilteringOperandDescription.js +23 -0
- package/esm2015/lib/WebNumberFilteringOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebNumberSummaryOperandDescription.js +23 -0
- package/esm2015/lib/WebNumberSummaryOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebSortingExpressionDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStringFilteringOperandDescription.js +23 -0
- package/esm2015/lib/WebStringFilteringOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebSummaryExpressionDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebSummaryOperandDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTimeFilteringOperandDescription.js +23 -0
- package/esm2015/lib/WebTimeFilteringOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WebTimeSummaryOperandDescription.js +23 -0
- package/esm2015/lib/WebTimeSummaryOperandDescriptionMetadata.js +44 -0
- package/esm2015/lib/WilliamsPercentRIndicatorDescription.js +3 -3
- package/esm2015/lib/XYChartDescription.js +218 -218
- package/esm2015/public_api.js +63 -1
- package/esm5/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/AggregatedDataProvider_combined.js +26 -0
- package/esm5/lib/AnchoredCategorySeriesDescription.js +45 -33
- package/esm5/lib/AnchoredCategorySeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/AnchoredRadialSeriesDescription.js +42 -30
- package/esm5/lib/AnchoredRadialSeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/AnnotationLayerDescription.js +61 -61
- package/esm5/lib/AreaSeriesDescription.js +3 -3
- package/esm5/lib/ArrayExtension.js +26 -0
- package/esm5/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
- package/esm5/lib/AverageTrueRangeIndicatorDescription.js +3 -3
- package/esm5/lib/BarSeriesDescription.js +6 -6
- package/esm5/lib/BollingerBandWidthIndicatorDescription.js +6 -6
- package/esm5/lib/BollingerBandsOverlayDescription.js +6 -6
- package/esm5/lib/BrushUtil.js +29 -26
- package/esm5/lib/BubbleSeriesDescription.js +42 -42
- package/esm5/lib/CalloutLayerDescription.js +111 -111
- package/esm5/lib/CaptureImageSettingsDescription.js +56 -0
- package/esm5/lib/CaptureImageSettingsDescriptionMetadata.js +43 -0
- package/esm5/lib/CategoryChartDescription.js +152 -128
- package/esm5/lib/CategoryChartDescriptionMetadata.js +3 -1
- package/esm5/lib/CategoryHighlightLayerDescription.js +9 -9
- package/esm5/lib/CategoryItemHighlightLayerDescription.js +30 -30
- package/esm5/lib/CategorySeriesDescription.js +21 -21
- package/esm5/lib/CategorySeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/CategoryToolTipLayerDescription.js +6 -6
- package/esm5/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +2 -2
- package/esm5/lib/ColumnFragmentDescription.js +6 -6
- package/esm5/lib/ColumnSeriesDescription.js +9 -9
- package/esm5/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
- package/esm5/lib/ContainsPropertyDataSourceFilterExpressionVisitor.js +37 -0
- package/esm5/lib/CrosshairLayerDescription.js +93 -93
- package/esm5/lib/DataChartDescription.js +93 -93
- package/esm5/lib/DataSeries.js +14 -0
- package/esm5/lib/DataSeriesAdapter.js +1 -1
- package/esm5/lib/DataSeriesAdapterProviderInfo.js +28 -0
- package/esm5/lib/DataSourceLocalDataProvider.js +22 -0
- package/esm5/lib/DataToolTipLayerDescription.js +366 -366
- package/esm5/lib/DependencyObject_combined.js +4 -1
- package/esm5/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/DomainChartDescription.js +825 -741
- package/esm5/lib/DomainChartDescriptionMetadata.js +10 -0
- package/esm5/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/FilterExpressionConversionVisitor.js +240 -0
- package/esm5/lib/FilterExpressionParsingHelper.js +41 -0
- package/esm5/lib/FilterExpressionParsingResult.js +23 -0
- package/esm5/lib/FilterFactory_combined.js +30 -6
- package/esm5/lib/FilterStringErrorsParsingEventArgsDescription.js +56 -0
- package/esm5/lib/FilterStringErrorsParsingEventArgsDescriptionMetadata.js +42 -0
- package/esm5/lib/FilterSyntaxBinaryOperatorExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxExpressionSyntax_combined.js +205 -0
- package/esm5/lib/FilterSyntaxIdentifierExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxLexer.js +855 -0
- package/esm5/lib/FilterSyntaxMemberExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxMethodCallExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxNullExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxParenthesisExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxParseResult.js +41 -0
- package/esm5/lib/FilterSyntaxParser.js +756 -0
- package/esm5/lib/FilterSyntaxPrimitiveValueExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxPrintingHelper.js +55 -0
- package/esm5/lib/{DataSeriesAdapterCachedProvider.js → FilterSyntaxToken.js} +6 -7
- package/esm5/lib/FilterSyntaxTokenType.js +11 -0
- package/esm5/lib/FilterSyntaxUnaryOperatorExpressionSyntax.js +7 -0
- package/esm5/lib/FilterSyntaxVisitor.js +7 -0
- package/esm5/lib/FinalValueLayerDescription.js +42 -42
- package/esm5/lib/FinancialChartDescription.js +181 -181
- package/esm5/lib/FinancialIndicatorDescription.js +24 -24
- package/esm5/lib/FinancialOverlayDescription.js +3 -3
- package/esm5/lib/FinancialPriceSeriesDescription.js +48 -48
- package/esm5/lib/FinancialSeriesDescription.js +102 -42
- package/esm5/lib/FinancialSeriesDescriptionMetadata.js +6 -1
- package/esm5/lib/FlatDataProviderJoinCollisionType.js +37 -0
- package/esm5/lib/FlatDataProviderJoinType.js +29 -0
- package/esm5/lib/FlatDataProvider_combined.js +462 -135
- package/esm5/lib/FontDefaults.js +5 -5
- package/esm5/lib/ForceIndexIndicatorDescription.js +3 -3
- package/esm5/lib/FullStochasticOscillatorIndicatorDescription.js +9 -9
- package/esm5/lib/GeographicContourLineSeriesDescription.js +15 -15
- package/esm5/lib/GeographicHighDensityScatterSeriesDescription.js +33 -33
- package/esm5/lib/GeographicMapImageryDescription_combined.js +41 -41
- package/esm5/lib/GeographicMapSeriesHostDescription.js +6 -6
- package/esm5/lib/GeographicMarkerSeriesDescription.js +33 -33
- package/esm5/lib/GeographicPolylineSeriesDescription.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesDescription.js +54 -54
- package/esm5/lib/GeographicScatterAreaSeriesDescription.js +12 -12
- package/esm5/lib/GeographicShapeSeriesBaseDescription.js +30 -30
- package/esm5/lib/GeographicShapeSeriesDescription.js +51 -51
- package/esm5/lib/GeographicSymbolSeriesDescription.js +27 -27
- package/esm5/lib/GeographicTileSeriesDescription.js +6 -6
- package/esm5/lib/GeographicXYTriangulatingSeriesDescription.js +18 -18
- package/esm5/lib/HashSet$1.js +1 -1
- package/esm5/lib/HighDensityScatterSeriesDescription.js +51 -51
- package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +18 -18
- package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/IDataSeriesAdapterRule_combined.js +382 -228
- package/esm5/lib/IDataSourceClonableDataProvider.js +11 -0
- package/esm5/lib/IDataSourceDataProvider_combined.js +22 -14
- package/esm5/lib/IDataSourceLocalDataProvider.js +2 -1
- package/esm5/lib/IPlatformAPIHelperImpl.js +11 -0
- package/esm5/lib/IgcDropdownBridge.js +8 -1
- package/esm5/lib/ImageCapturedEventArgsDescription.js +31 -0
- package/esm5/lib/ImageCapturedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/ItemToolTipLayerDescription.js +12 -12
- package/esm5/lib/KeyFrameAnimationTimeline_combined.js +1 -1
- package/esm5/lib/LineSeriesDescription.js +3 -3
- package/esm5/lib/LocalDataSource_combined.js +81 -73
- package/esm5/lib/MarkerSeriesDescription.js +30 -30
- package/esm5/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +9 -9
- package/esm5/lib/PagedDataSource.js +6 -6
- package/esm5/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/PlatformAPIHelper.js +177 -0
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +5 -0
- package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarBaseDescription.js +98 -74
- package/esm5/lib/PolarBaseDescriptionMetadata.js +2 -0
- 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/PrimitiveAppearanceData.js +14 -1
- package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm5/lib/RadialBaseDescription.js +21 -21
- package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm5/lib/RadialLineSeriesDescription.js +3 -3
- package/esm5/lib/RadialPieSeriesDescription.js +6 -6
- package/esm5/lib/RangeCategorySeriesDescription.js +30 -6
- package/esm5/lib/RangeCategorySeriesDescriptionMetadata.js +2 -0
- package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm5/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
- package/esm5/lib/RearrangedListView.js +46 -38
- package/esm5/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
- package/esm5/lib/SVGNode_combined.js +2 -2
- package/esm5/lib/ScatterAreaSeriesDescription.js +15 -15
- package/esm5/lib/ScatterBaseDescription.js +95 -71
- package/esm5/lib/ScatterBaseDescriptionMetadata.js +2 -0
- package/esm5/lib/ScatterContourSeriesDescription.js +18 -18
- package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterPolygonSeriesDescription.js +36 -36
- package/esm5/lib/ScatterPolylineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterTriangulationSeriesDescription.js +39 -39
- package/esm5/lib/SeriesDescription.js +352 -184
- package/esm5/lib/SeriesDescriptionMetadata.js +16 -0
- package/esm5/lib/SeriesLayerDescription.js +56 -0
- package/esm5/lib/SeriesLayerDescriptionMetadata.js +42 -0
- package/esm5/lib/SeriesLayerPropertyOverlayDescription.js +116 -0
- package/esm5/lib/SeriesLayerPropertyOverlayDescriptionMetadata.js +51 -0
- package/esm5/lib/SeriesLayerPropertyOverlayValueResolvingEventArgsDescription.js +44 -0
- package/esm5/lib/SeriesLayerPropertyOverlayValueResolvingEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/SeriesViewerDescription.js +175 -151
- package/esm5/lib/ShapeSeriesBaseDescription.js +51 -39
- package/esm5/lib/ShapeSeriesBaseDescriptionMetadata.js +1 -0
- package/esm5/lib/SimpleCategorySeriesRule.js +11 -5
- package/esm5/lib/SimpleFinancialPriceSeriesRule.js +18 -12
- package/esm5/lib/SimpleScatterSeriesRule.js +3 -0
- package/esm5/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/SortDescriptionCollection.js +7 -1
- package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm5/lib/StackedBarSeriesDescription.js +6 -6
- package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm5/lib/StackedFragmentSeriesDescription.js +159 -135
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +5 -2
- 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 +3 -0
- package/esm5/lib/SyncableObservableCollection$2_combined.js +61 -39
- package/esm5/lib/TRIXIndicatorDescription.js +3 -3
- package/esm5/lib/TestFilterSyntaxVisitor.js +88 -0
- package/esm5/lib/TileSeriesDescription.js +3 -3
- package/esm5/lib/ToolActionCheckboxDescription.js +3 -3
- package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm5/lib/ToolActionDescription.js +135 -123
- package/esm5/lib/ToolActionDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm5/lib/ToolActionIconButtonDescription.js +3 -3
- package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm5/lib/ToolActionInfoDescription.js +67 -55
- package/esm5/lib/ToolActionInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm5/lib/ToolActionRadioDescription.js +6 -6
- package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm5/lib/ValueLayerDescription.js +96 -96
- package/esm5/lib/ValueOverlayDescription.js +42 -42
- package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/WaterfallSeriesDescription.js +12 -12
- package/esm5/lib/WebBaseDateTimeFilteringOperandDescription.js +24 -0
- package/esm5/lib/WebBaseDateTimeFilteringOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/WebBooleanFilteringOperandDescription.js +24 -0
- package/esm5/lib/WebBooleanFilteringOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebCellPositionDescription.js +56 -0
- package/esm5/lib/WebCellPositionDescriptionMetadata.js +49 -0
- package/esm5/lib/WebDateFilteringOperandDescription.js +24 -0
- package/esm5/lib/WebDateFilteringOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebDateSummaryOperandDescription.js +24 -0
- package/esm5/lib/WebDateSummaryOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebDateTimeFilteringOperandDescription.js +24 -0
- package/esm5/lib/WebDateTimeFilteringOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebFilteringOperationDescription.js +15 -3
- package/esm5/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGroupByResultDescription.js +56 -0
- package/esm5/lib/WebGroupByResultDescriptionMetadata.js +51 -0
- package/esm5/lib/WebGroupingExpressionDescriptionMetadata.js +1 -0
- package/esm5/lib/WebNumberFilteringOperandDescription.js +24 -0
- package/esm5/lib/WebNumberFilteringOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebNumberSummaryOperandDescription.js +24 -0
- package/esm5/lib/WebNumberSummaryOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebSortingExpressionDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStringFilteringOperandDescription.js +24 -0
- package/esm5/lib/WebStringFilteringOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebSummaryExpressionDescriptionMetadata.js +1 -1
- package/esm5/lib/WebSummaryOperandDescriptionMetadata.js +1 -0
- package/esm5/lib/WebTimeFilteringOperandDescription.js +24 -0
- package/esm5/lib/WebTimeFilteringOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WebTimeSummaryOperandDescription.js +24 -0
- package/esm5/lib/WebTimeSummaryOperandDescriptionMetadata.js +48 -0
- package/esm5/lib/WilliamsPercentRIndicatorDescription.js +3 -3
- package/esm5/lib/XYChartDescription.js +218 -218
- package/esm5/public_api.js +63 -1
- package/fesm2015/igniteui-angular-core.js +10394 -5462
- package/fesm5/igniteui-angular-core.js +10415 -5108
- package/lib/AbsoluteVolumeOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/AggregatedDataProvider_combined.d.ts +2 -0
- package/lib/AnchoredCategorySeriesDescription.d.ts +14 -11
- package/lib/AnchoredRadialSeriesDescription.d.ts +13 -10
- package/lib/AnnotationLayerDescription.d.ts +21 -21
- package/lib/AreaSeriesDescription.d.ts +1 -1
- package/lib/ArrayExtension.d.ts +4 -1
- package/lib/AverageDirectionalIndexIndicatorDescription.d.ts +1 -1
- package/lib/AverageTrueRangeIndicatorDescription.d.ts +1 -1
- package/lib/BarSeriesDescription.d.ts +2 -2
- package/lib/BollingerBandWidthIndicatorDescription.d.ts +2 -2
- package/lib/BollingerBandsOverlayDescription.d.ts +2 -2
- package/lib/BrushUtil.d.ts +16 -15
- package/lib/BubbleSeriesDescription.d.ts +14 -14
- package/lib/CalloutLayerDescription.d.ts +37 -37
- package/lib/CaptureImageSettingsDescription.d.ts +17 -0
- package/lib/CaptureImageSettingsDescriptionMetadata.d.ts +13 -0
- package/lib/CategoryChartDescription.d.ts +49 -43
- package/lib/CategoryHighlightLayerDescription.d.ts +3 -3
- package/lib/CategoryItemHighlightLayerDescription.d.ts +10 -10
- package/lib/CategorySeriesDescription.d.ts +7 -7
- package/lib/CategoryToolTipLayerDescription.d.ts +2 -2
- package/lib/ChaikinOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/ChaikinVolatilityIndicatorDescription.d.ts +1 -1
- package/lib/ColumnFragmentDescription.d.ts +2 -2
- package/lib/ColumnSeriesDescription.d.ts +3 -3
- package/lib/CommodityChannelIndexIndicatorDescription.d.ts +1 -1
- package/lib/ContainsPropertyDataSourceFilterExpressionVisitor.d.ts +14 -0
- package/lib/CrosshairLayerDescription.d.ts +31 -31
- package/lib/DataChartDescription.d.ts +33 -33
- package/lib/DataSeries.d.ts +3 -0
- package/lib/{DataSeriesAdapterCachedProvider.d.ts → DataSeriesAdapterProviderInfo.d.ts} +6 -2
- package/lib/DataSourceLocalDataProvider.d.ts +2 -0
- package/lib/DataToolTipLayerDescription.d.ts +128 -128
- package/lib/DetrendedPriceOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/DomainChartDescription.d.ts +281 -260
- package/lib/FastStochasticOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/FilterExpressionConversionVisitor.d.ts +36 -0
- package/lib/FilterExpressionParsingHelper.d.ts +9 -0
- package/lib/FilterExpressionParsingResult.d.ts +10 -0
- package/lib/FilterFactory_combined.d.ts +3 -2
- package/lib/FilterStringErrorsParsingEventArgsDescription.d.ts +17 -0
- package/lib/FilterStringErrorsParsingEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/FilterSyntaxBinaryOperatorExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxExpressionSyntax_combined.d.ts +98 -0
- package/lib/FilterSyntaxIdentifierExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxLexer.d.ts +21 -0
- package/lib/FilterSyntaxMemberExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxMethodCallExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxNullExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxParenthesisExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxParseResult.d.ts +15 -0
- package/lib/FilterSyntaxParser.d.ts +49 -0
- package/lib/FilterSyntaxPrimitiveValueExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxPrintingHelper.d.ts +13 -0
- package/lib/FilterSyntaxToken.d.ts +10 -0
- package/lib/FilterSyntaxTokenType.d.ts +85 -0
- package/lib/FilterSyntaxUnaryOperatorExpressionSyntax.d.ts +1 -0
- package/lib/FilterSyntaxVisitor.d.ts +1 -0
- 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 +16 -16
- package/lib/FinancialSeriesDescription.d.ts +29 -14
- package/lib/FlatDataProviderJoinCollisionType.d.ts +30 -0
- package/lib/FlatDataProviderJoinType.d.ts +22 -0
- package/lib/FlatDataProvider_combined.d.ts +60 -29
- 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/GeographicMapImageryDescription_combined.d.ts +14 -14
- 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 +10 -10
- 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/HighDensityScatterSeriesDescription.d.ts +17 -17
- package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
- package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/IDataLegendSeries.d.ts +1 -0
- package/lib/IDataSeriesAdapterRule_combined.d.ts +57 -41
- package/lib/IDataSourceClonableDataProvider.d.ts +12 -0
- package/lib/IDataSourceDataProvider_combined.d.ts +6 -2
- package/lib/IDataSourceLocalDataProvider.d.ts +2 -1
- package/lib/IPlatformAPIHelperImpl.d.ts +26 -0
- package/lib/ImageCapturedEventArgsDescription.d.ts +11 -0
- package/lib/ImageCapturedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ItemToolTipLayerDescription.d.ts +4 -4
- package/lib/LineSeriesDescription.d.ts +1 -1
- package/lib/LocalDataSource_combined.d.ts +19 -18
- package/lib/MarkerSeriesDescription.d.ts +10 -10
- package/lib/MoneyFlowIndexIndicatorDescription.d.ts +1 -1
- package/lib/MovingAverageConvergenceDivergenceIndicatorDescription.d.ts +3 -3
- package/lib/PagedDataSource.d.ts +2 -2
- package/lib/PercentagePriceOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/PercentageVolumeOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/PlatformAPIHelper.d.ts +27 -0
- package/lib/PolarAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarBaseDescription.d.ts +31 -25
- 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/RadialBaseDescription.d.ts +7 -7
- package/lib/RadialColumnSeriesDescription.d.ts +2 -2
- package/lib/RadialLineSeriesDescription.d.ts +1 -1
- package/lib/RadialPieSeriesDescription.d.ts +2 -2
- package/lib/RangeCategorySeriesDescription.d.ts +8 -2
- package/lib/RangeColumnSeriesDescription.d.ts +2 -2
- package/lib/RateOfChangeAndMomentumIndicatorDescription.d.ts +1 -1
- package/lib/RelativeStrengthIndexIndicatorDescription.d.ts +1 -1
- package/lib/ScatterAreaSeriesDescription.d.ts +5 -5
- package/lib/ScatterBaseDescription.d.ts +30 -24
- 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 +108 -64
- package/lib/SeriesLayerDescription.d.ts +18 -0
- package/lib/SeriesLayerDescriptionMetadata.d.ts +13 -0
- package/lib/SeriesLayerPropertyOverlayDescription.d.ts +32 -0
- package/lib/SeriesLayerPropertyOverlayDescriptionMetadata.d.ts +13 -0
- package/lib/SeriesLayerPropertyOverlayValueResolvingEventArgsDescription.d.ts +14 -0
- package/lib/SeriesLayerPropertyOverlayValueResolvingEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/SeriesViewerDescription.d.ts +60 -54
- package/lib/ShapeSeriesBaseDescription.d.ts +16 -13
- package/lib/SimpleCategorySeriesRule.d.ts +4 -1
- package/lib/SimpleFinancialPriceSeriesRule.d.ts +5 -2
- package/lib/SimpleScatterSeriesRule.d.ts +1 -0
- package/lib/SlowStochasticOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/SortDescriptionCollection.d.ts +3 -1
- package/lib/SplineSeriesBaseDescription.d.ts +2 -2
- package/lib/StackedBarSeriesDescription.d.ts +2 -2
- package/lib/StackedColumnSeriesDescription.d.ts +2 -2
- package/lib/StackedFragmentSeriesDescription.d.ts +56 -50
- 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/SubCollectionsRule.d.ts +1 -0
- package/lib/SyncableObservableCollection$2_combined.d.ts +11 -8
- package/lib/TRIXIndicatorDescription.d.ts +1 -1
- package/lib/TestFilterSyntaxVisitor.d.ts +27 -0
- package/lib/TileSeriesDescription.d.ts +1 -1
- package/lib/ToolActionCheckboxDescription.d.ts +1 -1
- package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
- package/lib/ToolActionDescription.d.ts +48 -45
- package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
- package/lib/ToolActionIconButtonDescription.d.ts +1 -1
- package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
- package/lib/ToolActionInfoDescription.d.ts +23 -20
- package/lib/ToolActionNumberInputDescription.d.ts +1 -1
- package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
- package/lib/ToolActionRadioDescription.d.ts +2 -2
- package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
- package/lib/ValueLayerDescription.d.ts +32 -32
- package/lib/ValueOverlayDescription.d.ts +14 -14
- package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/WaterfallSeriesDescription.d.ts +4 -4
- package/lib/WebBaseDateTimeFilteringOperandDescription.d.ts +10 -0
- package/lib/WebBaseDateTimeFilteringOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebBooleanFilteringOperandDescription.d.ts +10 -0
- package/lib/WebBooleanFilteringOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebCellPositionDescription.d.ts +17 -0
- package/lib/WebCellPositionDescriptionMetadata.d.ts +13 -0
- package/lib/WebDateFilteringOperandDescription.d.ts +10 -0
- package/lib/WebDateFilteringOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebDateSummaryOperandDescription.d.ts +10 -0
- package/lib/WebDateSummaryOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebDateTimeFilteringOperandDescription.d.ts +10 -0
- package/lib/WebDateTimeFilteringOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebFilteringOperationDescription.d.ts +4 -1
- package/lib/WebGroupByResultDescription.d.ts +18 -0
- package/lib/WebGroupByResultDescriptionMetadata.d.ts +13 -0
- package/lib/WebNumberFilteringOperandDescription.d.ts +10 -0
- package/lib/WebNumberFilteringOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebNumberSummaryOperandDescription.d.ts +10 -0
- package/lib/WebNumberSummaryOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebStringFilteringOperandDescription.d.ts +10 -0
- package/lib/WebStringFilteringOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebTimeFilteringOperandDescription.d.ts +10 -0
- package/lib/WebTimeFilteringOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WebTimeSummaryOperandDescription.d.ts +10 -0
- package/lib/WebTimeSummaryOperandDescriptionMetadata.d.ts +13 -0
- package/lib/WilliamsPercentRIndicatorDescription.d.ts +1 -1
- package/lib/XYChartDescription.d.ts +76 -76
- package/package.json +1 -1
- package/public_api.d.ts +63 -1
|
@@ -14,280 +14,287 @@ 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.
|
|
18
|
-
_this.
|
|
17
|
+
_this.eo = 0;
|
|
18
|
+
_this.e1 = 0;
|
|
19
|
+
_this.e2 = 0;
|
|
20
|
+
_this.e3 = 0;
|
|
21
|
+
_this.e0 = 0;
|
|
19
22
|
_this.ew = 0;
|
|
23
|
+
_this.ey = 0;
|
|
20
24
|
_this.ex = 0;
|
|
25
|
+
_this.ev = 0;
|
|
26
|
+
_this.lp = null;
|
|
27
|
+
_this.ls = null;
|
|
28
|
+
_this.el = 0;
|
|
29
|
+
_this.e4 = 0;
|
|
21
30
|
_this.eu = 0;
|
|
22
|
-
_this.eq = 0;
|
|
23
|
-
_this.es = 0;
|
|
24
|
-
_this.er = 0;
|
|
25
|
-
_this.ep = 0;
|
|
26
|
-
_this.lf = null;
|
|
27
|
-
_this.li = null;
|
|
28
|
-
_this.ef = 0;
|
|
29
|
-
_this.ey = 0;
|
|
30
|
-
_this.eo = 0;
|
|
31
|
-
_this.co = 0;
|
|
32
|
-
_this.h6 = 0;
|
|
33
|
-
_this.ll = null;
|
|
34
|
-
_this.lg = null;
|
|
35
|
-
_this.lj = null;
|
|
36
|
-
_this.i2 = null;
|
|
37
|
-
_this.da = 0;
|
|
38
|
-
_this.db = 0;
|
|
39
31
|
_this.cu = 0;
|
|
40
|
-
_this.
|
|
41
|
-
_this.
|
|
42
|
-
_this.
|
|
43
|
-
_this.
|
|
32
|
+
_this.ic = 0;
|
|
33
|
+
_this.lv = null;
|
|
34
|
+
_this.lq = null;
|
|
35
|
+
_this.lt = null;
|
|
36
|
+
_this.i8 = null;
|
|
37
|
+
_this.dg = 0;
|
|
38
|
+
_this.dh = 0;
|
|
39
|
+
_this.c0 = 0;
|
|
40
|
+
_this.c1 = 0;
|
|
41
|
+
_this.i6 = null;
|
|
42
|
+
_this.i7 = null;
|
|
43
|
+
_this.bt = false;
|
|
44
44
|
_this.p = null;
|
|
45
45
|
_this.m = null;
|
|
46
46
|
_this.o = null;
|
|
47
47
|
_this.l = null;
|
|
48
|
-
_this.
|
|
49
|
-
_this.
|
|
50
|
-
_this.
|
|
51
|
-
_this.kd = null;
|
|
52
|
-
_this.kc = null;
|
|
53
|
-
_this.bo = false;
|
|
54
|
-
_this.ke = null;
|
|
55
|
-
_this.q = null;
|
|
56
|
-
_this.dz = 0;
|
|
57
|
-
_this.d0 = 0;
|
|
58
|
-
_this.d1 = 0;
|
|
59
|
-
_this.d2 = 0;
|
|
60
|
-
_this.bp = false;
|
|
48
|
+
_this.kh = null;
|
|
49
|
+
_this.h8 = 0;
|
|
50
|
+
_this.h9 = 0;
|
|
61
51
|
_this.kj = null;
|
|
62
|
-
_this.
|
|
63
|
-
_this.
|
|
52
|
+
_this.ki = null;
|
|
53
|
+
_this.bu = false;
|
|
54
|
+
_this.kk = null;
|
|
55
|
+
_this.q = null;
|
|
64
56
|
_this.d5 = 0;
|
|
65
57
|
_this.d6 = 0;
|
|
66
58
|
_this.d7 = 0;
|
|
67
|
-
_this.
|
|
68
|
-
_this.
|
|
69
|
-
_this.
|
|
70
|
-
_this.
|
|
71
|
-
_this.
|
|
72
|
-
_this.
|
|
59
|
+
_this.d8 = 0;
|
|
60
|
+
_this.bv = false;
|
|
61
|
+
_this.kp = null;
|
|
62
|
+
_this.bw = false;
|
|
63
|
+
_this.ea = 0;
|
|
64
|
+
_this.eb = 0;
|
|
65
|
+
_this.ec = 0;
|
|
66
|
+
_this.ed = 0;
|
|
67
|
+
_this.kl = null;
|
|
68
|
+
_this.km = null;
|
|
69
|
+
_this.d9 = 0;
|
|
70
|
+
_this.kn = null;
|
|
71
|
+
_this.ko = null;
|
|
72
|
+
_this.jb = null;
|
|
73
73
|
_this.n = null;
|
|
74
|
-
_this.
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
77
|
-
_this.
|
|
78
|
-
_this.
|
|
79
|
-
_this.
|
|
74
|
+
_this.i9 = null;
|
|
75
|
+
_this.ja = null;
|
|
76
|
+
_this.jc = null;
|
|
77
|
+
_this.jd = null;
|
|
78
|
+
_this.je = null;
|
|
79
|
+
_this.c7 = 0;
|
|
80
|
+
_this.c8 = 0;
|
|
81
|
+
_this.c9 = 0;
|
|
82
|
+
_this.da = 0;
|
|
80
83
|
_this.c2 = 0;
|
|
81
84
|
_this.c3 = 0;
|
|
82
85
|
_this.c4 = 0;
|
|
83
|
-
_this.
|
|
84
|
-
_this.
|
|
85
|
-
_this.
|
|
86
|
-
_this.
|
|
87
|
-
_this.
|
|
88
|
-
_this.
|
|
89
|
-
_this.
|
|
90
|
-
_this.
|
|
91
|
-
_this.
|
|
86
|
+
_this.c5 = 0;
|
|
87
|
+
_this.bs = false;
|
|
88
|
+
_this.jf = null;
|
|
89
|
+
_this.c6 = 0;
|
|
90
|
+
_this.jg = null;
|
|
91
|
+
_this.jh = null;
|
|
92
|
+
_this.jt = null;
|
|
93
|
+
_this.ju = null;
|
|
94
|
+
_this.dn = 0;
|
|
95
|
+
_this.jv = null;
|
|
96
|
+
_this.jw = null;
|
|
97
|
+
_this.jx = null;
|
|
98
|
+
_this.js = null;
|
|
99
|
+
_this.dp = 0;
|
|
100
|
+
_this.dq = 0;
|
|
101
|
+
_this.dr = 0;
|
|
102
|
+
_this.ds = 0;
|
|
103
|
+
_this.dj = 0;
|
|
104
|
+
_this.dk = 0;
|
|
105
|
+
_this.dl = 0;
|
|
106
|
+
_this.dm = 0;
|
|
107
|
+
_this.j3 = null;
|
|
108
|
+
_this.j4 = null;
|
|
109
|
+
_this.du = 0;
|
|
110
|
+
_this.j5 = null;
|
|
111
|
+
_this.j6 = null;
|
|
92
112
|
_this.jn = null;
|
|
93
113
|
_this.jo = null;
|
|
94
|
-
_this.dh = 0;
|
|
95
114
|
_this.jp = null;
|
|
115
|
+
_this.di = 0;
|
|
96
116
|
_this.jq = null;
|
|
97
117
|
_this.jr = null;
|
|
98
|
-
_this.jm = null;
|
|
99
|
-
_this.di = 0;
|
|
100
|
-
_this.dj = 0;
|
|
101
|
-
_this.dk = 0;
|
|
102
|
-
_this.dl = 0;
|
|
103
|
-
_this.dd = 0;
|
|
104
|
-
_this.de = 0;
|
|
105
|
-
_this.df = 0;
|
|
106
|
-
_this.dg = 0;
|
|
107
|
-
_this.jx = null;
|
|
108
118
|
_this.jy = null;
|
|
109
|
-
_this.dn = 0;
|
|
110
119
|
_this.jz = null;
|
|
111
120
|
_this.j0 = null;
|
|
112
|
-
_this.
|
|
113
|
-
_this.
|
|
114
|
-
_this.
|
|
115
|
-
_this.
|
|
116
|
-
_this.
|
|
117
|
-
_this.
|
|
118
|
-
_this.
|
|
119
|
-
_this.
|
|
120
|
-
_this.
|
|
121
|
-
_this.
|
|
122
|
-
_this.
|
|
123
|
-
_this.
|
|
124
|
-
_this.
|
|
125
|
-
_this.
|
|
126
|
-
_this.
|
|
127
|
-
_this.
|
|
128
|
-
_this.
|
|
129
|
-
_this.
|
|
130
|
-
_this.
|
|
131
|
-
_this.j7 = null;
|
|
132
|
-
_this.dv = 0;
|
|
121
|
+
_this.dt = 0;
|
|
122
|
+
_this.j1 = null;
|
|
123
|
+
_this.j2 = null;
|
|
124
|
+
_this.cw = 0;
|
|
125
|
+
_this.cx = 0;
|
|
126
|
+
_this.cy = 0;
|
|
127
|
+
_this.cz = 0;
|
|
128
|
+
_this.i5 = null;
|
|
129
|
+
_this.kb = null;
|
|
130
|
+
_this.kc = null;
|
|
131
|
+
_this.kd = null;
|
|
132
|
+
_this.d1 = 0;
|
|
133
|
+
_this.d2 = 0;
|
|
134
|
+
_this.d3 = 0;
|
|
135
|
+
_this.d4 = 0;
|
|
136
|
+
_this.ke = null;
|
|
137
|
+
_this.d0 = 0;
|
|
138
|
+
_this.kf = null;
|
|
139
|
+
_this.kg = null;
|
|
133
140
|
_this.dw = 0;
|
|
134
141
|
_this.dx = 0;
|
|
135
142
|
_this.dy = 0;
|
|
143
|
+
_this.dz = 0;
|
|
144
|
+
_this.j7 = null;
|
|
136
145
|
_this.j8 = null;
|
|
137
|
-
_this.
|
|
146
|
+
_this.dv = 0;
|
|
138
147
|
_this.j9 = null;
|
|
139
148
|
_this.ka = null;
|
|
140
|
-
_this.
|
|
141
|
-
_this.
|
|
142
|
-
_this.
|
|
143
|
-
_this.
|
|
144
|
-
_this.
|
|
145
|
-
_this.
|
|
146
|
-
_this.
|
|
147
|
-
_this.
|
|
148
|
-
_this.
|
|
149
|
-
_this.
|
|
150
|
-
_this.
|
|
151
|
-
_this.c6 = 0;
|
|
152
|
-
_this.c7 = 0;
|
|
153
|
-
_this.c8 = 0;
|
|
154
|
-
_this.c9 = 0;
|
|
155
|
-
_this.je = null;
|
|
156
|
-
_this.c5 = 0;
|
|
157
|
-
_this.jf = null;
|
|
158
|
-
_this.jg = null;
|
|
159
|
-
_this.ae = null;
|
|
149
|
+
_this.ji = null;
|
|
150
|
+
_this.jj = null;
|
|
151
|
+
_this.dc = 0;
|
|
152
|
+
_this.dd = 0;
|
|
153
|
+
_this.de = 0;
|
|
154
|
+
_this.df = 0;
|
|
155
|
+
_this.jk = null;
|
|
156
|
+
_this.db = 0;
|
|
157
|
+
_this.jl = null;
|
|
158
|
+
_this.jm = null;
|
|
159
|
+
_this.ah = null;
|
|
160
160
|
_this.u = null;
|
|
161
161
|
_this.t = null;
|
|
162
162
|
_this.s = null;
|
|
163
|
-
_this.
|
|
163
|
+
_this.v = null;
|
|
164
|
+
_this.ai = null;
|
|
165
|
+
_this.ab = null;
|
|
166
|
+
_this.z = null;
|
|
164
167
|
_this.y = null;
|
|
165
168
|
_this.x = null;
|
|
166
|
-
_this.
|
|
167
|
-
_this.
|
|
168
|
-
_this.
|
|
169
|
-
_this.km = null;
|
|
169
|
+
_this.aa = null;
|
|
170
|
+
_this.ac = null;
|
|
171
|
+
_this.k4 = null;
|
|
170
172
|
_this.kt = null;
|
|
171
|
-
_this.
|
|
172
|
-
_this.
|
|
173
|
-
_this.
|
|
174
|
-
_this.
|
|
173
|
+
_this.k2 = null;
|
|
174
|
+
_this.k1 = null;
|
|
175
|
+
_this.k3 = null;
|
|
176
|
+
_this.k5 = null;
|
|
177
|
+
_this.i4 = null;
|
|
178
|
+
_this.bh = null;
|
|
179
|
+
_this.w = null;
|
|
175
180
|
_this.r = null;
|
|
176
181
|
_this.j = null;
|
|
177
|
-
_this.
|
|
182
|
+
_this.ag = null;
|
|
178
183
|
_this.h = null;
|
|
179
184
|
_this.i = null;
|
|
180
|
-
_this.
|
|
181
|
-
_this.bt = false;
|
|
182
|
-
_this.bv = false;
|
|
183
|
-
_this.bx = false;
|
|
185
|
+
_this.k9 = null;
|
|
184
186
|
_this.bz = false;
|
|
185
|
-
_this.
|
|
186
|
-
_this.
|
|
187
|
-
_this.
|
|
188
|
-
_this.
|
|
189
|
-
_this.
|
|
190
|
-
_this.
|
|
187
|
+
_this.b1 = false;
|
|
188
|
+
_this.b3 = false;
|
|
189
|
+
_this.b5 = false;
|
|
190
|
+
_this.ku = null;
|
|
191
|
+
_this.b0 = false;
|
|
192
|
+
_this.bj = null;
|
|
193
|
+
_this.iv = null;
|
|
191
194
|
_this.ln = null;
|
|
192
|
-
_this.
|
|
195
|
+
_this.lr = null;
|
|
196
|
+
_this.lo = null;
|
|
197
|
+
_this.lx = null;
|
|
193
198
|
_this.et = 0;
|
|
194
|
-
_this.k3 = null;
|
|
195
|
-
_this.k2 = null;
|
|
196
|
-
_this.k1 = null;
|
|
197
|
-
_this.eg = 0;
|
|
198
|
-
_this.eh = 0;
|
|
199
|
-
_this.ac = null;
|
|
200
|
-
_this.k0 = null;
|
|
201
|
-
_this.aa = null;
|
|
202
|
-
_this.ab = null;
|
|
203
|
-
_this.h5 = 0;
|
|
204
|
-
_this.cn = 0;
|
|
205
|
-
_this.bg = false;
|
|
206
|
-
_this.ag = null;
|
|
207
|
-
_this.lm = null;
|
|
208
199
|
_this.ez = 0;
|
|
209
|
-
_this.
|
|
210
|
-
_this.
|
|
200
|
+
_this.ld = null;
|
|
201
|
+
_this.lc = null;
|
|
202
|
+
_this.lb = null;
|
|
211
203
|
_this.em = 0;
|
|
212
|
-
_this.
|
|
213
|
-
_this.
|
|
214
|
-
_this.
|
|
215
|
-
_this.
|
|
216
|
-
_this.
|
|
217
|
-
_this.
|
|
218
|
-
_this.
|
|
219
|
-
_this.
|
|
220
|
-
_this.
|
|
221
|
-
_this.
|
|
222
|
-
_this.
|
|
223
|
-
_this.lk = null;
|
|
224
|
-
_this.iv = null;
|
|
204
|
+
_this.en = 0;
|
|
205
|
+
_this.af = null;
|
|
206
|
+
_this.la = null;
|
|
207
|
+
_this.ad = null;
|
|
208
|
+
_this.ae = null;
|
|
209
|
+
_this.ib = 0;
|
|
210
|
+
_this.ct = 0;
|
|
211
|
+
_this.bm = false;
|
|
212
|
+
_this.aj = null;
|
|
213
|
+
_this.lw = null;
|
|
214
|
+
_this.e5 = 0;
|
|
225
215
|
_this.bl = false;
|
|
226
|
-
_this.
|
|
227
|
-
_this.
|
|
216
|
+
_this.eq = 0;
|
|
217
|
+
_this.es = 0;
|
|
218
|
+
_this.er = 0;
|
|
219
|
+
_this.ep = 0;
|
|
228
220
|
_this.iw = null;
|
|
229
|
-
_this.
|
|
230
|
-
_this.
|
|
231
|
-
_this.
|
|
232
|
-
_this.
|
|
233
|
-
_this.
|
|
234
|
-
_this.
|
|
235
|
-
_this.
|
|
236
|
-
_this.
|
|
237
|
-
_this.
|
|
221
|
+
_this.lf = null;
|
|
222
|
+
_this.lg = null;
|
|
223
|
+
_this.kw = null;
|
|
224
|
+
_this.kv = null;
|
|
225
|
+
_this.k6 = null;
|
|
226
|
+
_this.k8 = null;
|
|
227
|
+
_this.k7 = null;
|
|
228
|
+
_this.id = 0;
|
|
229
|
+
_this.lu = null;
|
|
230
|
+
_this.i1 = null;
|
|
238
231
|
_this.br = false;
|
|
239
|
-
_this.
|
|
240
|
-
_this.
|
|
241
|
-
_this.
|
|
242
|
-
_this.
|
|
243
|
-
_this.
|
|
244
|
-
_this.
|
|
245
|
-
_this.
|
|
246
|
-
_this.
|
|
247
|
-
_this.
|
|
248
|
-
_this.
|
|
249
|
-
_this.
|
|
250
|
-
_this.
|
|
251
|
-
_this.
|
|
252
|
-
_this.ai = null;
|
|
253
|
-
_this.e0 = 0;
|
|
254
|
-
_this.kq = null;
|
|
255
|
-
_this.lp = null;
|
|
256
|
-
_this.ks = null;
|
|
257
|
-
_this.lr = null;
|
|
258
|
-
_this.kp = null;
|
|
232
|
+
_this.i3 = null;
|
|
233
|
+
_this.cv = 0;
|
|
234
|
+
_this.i2 = null;
|
|
235
|
+
_this.bq = false;
|
|
236
|
+
_this.ix = null;
|
|
237
|
+
_this.iz = null;
|
|
238
|
+
_this.iy = null;
|
|
239
|
+
_this.i0 = null;
|
|
240
|
+
_this.h6 = 0;
|
|
241
|
+
_this.h7 = 0;
|
|
242
|
+
_this.b2 = false;
|
|
243
|
+
_this.b4 = false;
|
|
244
|
+
_this.bx = false;
|
|
259
245
|
_this.kr = null;
|
|
260
|
-
_this.
|
|
261
|
-
_this.
|
|
262
|
-
_this.
|
|
263
|
-
_this.
|
|
264
|
-
_this.
|
|
265
|
-
_this.
|
|
266
|
-
_this.
|
|
267
|
-
_this.
|
|
268
|
-
_this.
|
|
269
|
-
_this.
|
|
270
|
-
_this.
|
|
271
|
-
_this.
|
|
272
|
-
_this.
|
|
273
|
-
_this.e7 = 0;
|
|
274
|
-
_this.e2 = 0;
|
|
246
|
+
_this.ks = null;
|
|
247
|
+
_this.ia = 0;
|
|
248
|
+
_this.bn = false;
|
|
249
|
+
_this.bp = false;
|
|
250
|
+
_this.bo = false;
|
|
251
|
+
_this.iq = null;
|
|
252
|
+
_this.k = null;
|
|
253
|
+
_this.it = null;
|
|
254
|
+
_this.iu = null;
|
|
255
|
+
_this.ir = null;
|
|
256
|
+
_this.ip = null;
|
|
257
|
+
_this.ak = null;
|
|
258
|
+
_this.al = null;
|
|
275
259
|
_this.e6 = 0;
|
|
276
|
-
_this.
|
|
277
|
-
_this.
|
|
260
|
+
_this.ky = null;
|
|
261
|
+
_this.lz = null;
|
|
262
|
+
_this.k0 = null;
|
|
263
|
+
_this.l1 = null;
|
|
264
|
+
_this.kx = null;
|
|
265
|
+
_this.kz = null;
|
|
266
|
+
_this.ei = 0;
|
|
267
|
+
_this.eh = 0;
|
|
268
|
+
_this.ee = 0;
|
|
269
|
+
_this.ef = 0;
|
|
270
|
+
_this.eg = 0;
|
|
271
|
+
_this.ek = 0;
|
|
272
|
+
_this.ej = 0;
|
|
273
|
+
_this.by = false;
|
|
274
|
+
_this.ly = null;
|
|
275
|
+
_this.l0 = null;
|
|
276
|
+
_this.fa = 0;
|
|
278
277
|
_this.e9 = 0;
|
|
278
|
+
_this.e7 = 0;
|
|
279
|
+
_this.fd = 0;
|
|
279
280
|
_this.e8 = 0;
|
|
281
|
+
_this.fc = 0;
|
|
280
282
|
_this.fb = 0;
|
|
281
|
-
_this.
|
|
282
|
-
_this.
|
|
283
|
-
_this.
|
|
284
|
-
_this.
|
|
285
|
-
_this.
|
|
286
|
-
_this.
|
|
287
|
-
_this.
|
|
288
|
-
_this.
|
|
289
|
-
_this.
|
|
290
|
-
_this.
|
|
283
|
+
_this.b6 = false;
|
|
284
|
+
_this.ff = 0;
|
|
285
|
+
_this.fe = 0;
|
|
286
|
+
_this.fh = 0;
|
|
287
|
+
_this.fg = 0;
|
|
288
|
+
_this.le = null;
|
|
289
|
+
_this.lm = null;
|
|
290
|
+
_this.li = null;
|
|
291
|
+
_this.lj = null;
|
|
292
|
+
_this.lk = null;
|
|
293
|
+
_this.lh = null;
|
|
294
|
+
_this.ll = null;
|
|
295
|
+
_this.is = null;
|
|
296
|
+
_this.io = null;
|
|
297
|
+
_this.kq = null;
|
|
291
298
|
return _this;
|
|
292
299
|
}
|
|
293
300
|
DomainChartDescription.prototype.get_type = function () {
|
|
@@ -302,10 +309,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
302
309
|
});
|
|
303
310
|
Object.defineProperty(DomainChartDescription.prototype, "pixelScalingRatio", {
|
|
304
311
|
get: function () {
|
|
305
|
-
return this.
|
|
312
|
+
return this.eo;
|
|
306
313
|
},
|
|
307
314
|
set: function (a) {
|
|
308
|
-
this.
|
|
315
|
+
this.eo = a;
|
|
309
316
|
this.g("PixelScalingRatio");
|
|
310
317
|
},
|
|
311
318
|
enumerable: false,
|
|
@@ -313,10 +320,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
320
|
});
|
|
314
321
|
Object.defineProperty(DomainChartDescription.prototype, "titleLeftMargin", {
|
|
315
322
|
get: function () {
|
|
316
|
-
return this.
|
|
323
|
+
return this.e1;
|
|
317
324
|
},
|
|
318
325
|
set: function (a) {
|
|
319
|
-
this.
|
|
326
|
+
this.e1 = a;
|
|
320
327
|
this.g("TitleLeftMargin");
|
|
321
328
|
},
|
|
322
329
|
enumerable: false,
|
|
@@ -324,10 +331,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
324
331
|
});
|
|
325
332
|
Object.defineProperty(DomainChartDescription.prototype, "titleRightMargin", {
|
|
326
333
|
get: function () {
|
|
327
|
-
return this.
|
|
334
|
+
return this.e2;
|
|
328
335
|
},
|
|
329
336
|
set: function (a) {
|
|
330
|
-
this.
|
|
337
|
+
this.e2 = a;
|
|
331
338
|
this.g("TitleRightMargin");
|
|
332
339
|
},
|
|
333
340
|
enumerable: false,
|
|
@@ -335,10 +342,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
335
342
|
});
|
|
336
343
|
Object.defineProperty(DomainChartDescription.prototype, "titleTopMargin", {
|
|
337
344
|
get: function () {
|
|
338
|
-
return this.
|
|
345
|
+
return this.e3;
|
|
339
346
|
},
|
|
340
347
|
set: function (a) {
|
|
341
|
-
this.
|
|
348
|
+
this.e3 = a;
|
|
342
349
|
this.g("TitleTopMargin");
|
|
343
350
|
},
|
|
344
351
|
enumerable: false,
|
|
@@ -346,10 +353,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
353
|
});
|
|
347
354
|
Object.defineProperty(DomainChartDescription.prototype, "titleBottomMargin", {
|
|
348
355
|
get: function () {
|
|
349
|
-
return this.
|
|
356
|
+
return this.e0;
|
|
350
357
|
},
|
|
351
358
|
set: function (a) {
|
|
352
|
-
this.
|
|
359
|
+
this.e0 = a;
|
|
353
360
|
this.g("TitleBottomMargin");
|
|
354
361
|
},
|
|
355
362
|
enumerable: false,
|
|
@@ -357,10 +364,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
364
|
});
|
|
358
365
|
Object.defineProperty(DomainChartDescription.prototype, "subtitleLeftMargin", {
|
|
359
366
|
get: function () {
|
|
360
|
-
return this.
|
|
367
|
+
return this.ew;
|
|
361
368
|
},
|
|
362
369
|
set: function (a) {
|
|
363
|
-
this.
|
|
370
|
+
this.ew = a;
|
|
364
371
|
this.g("SubtitleLeftMargin");
|
|
365
372
|
},
|
|
366
373
|
enumerable: false,
|
|
@@ -368,10 +375,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
368
375
|
});
|
|
369
376
|
Object.defineProperty(DomainChartDescription.prototype, "subtitleTopMargin", {
|
|
370
377
|
get: function () {
|
|
371
|
-
return this.
|
|
378
|
+
return this.ey;
|
|
372
379
|
},
|
|
373
380
|
set: function (a) {
|
|
374
|
-
this.
|
|
381
|
+
this.ey = a;
|
|
375
382
|
this.g("SubtitleTopMargin");
|
|
376
383
|
},
|
|
377
384
|
enumerable: false,
|
|
@@ -379,10 +386,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
379
386
|
});
|
|
380
387
|
Object.defineProperty(DomainChartDescription.prototype, "subtitleRightMargin", {
|
|
381
388
|
get: function () {
|
|
382
|
-
return this.
|
|
389
|
+
return this.ex;
|
|
383
390
|
},
|
|
384
391
|
set: function (a) {
|
|
385
|
-
this.
|
|
392
|
+
this.ex = a;
|
|
386
393
|
this.g("SubtitleRightMargin");
|
|
387
394
|
},
|
|
388
395
|
enumerable: false,
|
|
@@ -390,10 +397,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
390
397
|
});
|
|
391
398
|
Object.defineProperty(DomainChartDescription.prototype, "subtitleBottomMargin", {
|
|
392
399
|
get: function () {
|
|
393
|
-
return this.
|
|
400
|
+
return this.ev;
|
|
394
401
|
},
|
|
395
402
|
set: function (a) {
|
|
396
|
-
this.
|
|
403
|
+
this.ev = a;
|
|
397
404
|
this.g("SubtitleBottomMargin");
|
|
398
405
|
},
|
|
399
406
|
enumerable: false,
|
|
@@ -401,10 +408,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
401
408
|
});
|
|
402
409
|
Object.defineProperty(DomainChartDescription.prototype, "subtitleTextColor", {
|
|
403
410
|
get: function () {
|
|
404
|
-
return this.
|
|
411
|
+
return this.lp;
|
|
405
412
|
},
|
|
406
413
|
set: function (a) {
|
|
407
|
-
this.
|
|
414
|
+
this.lp = a;
|
|
408
415
|
this.g("SubtitleTextColor");
|
|
409
416
|
},
|
|
410
417
|
enumerable: false,
|
|
@@ -412,10 +419,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
412
419
|
});
|
|
413
420
|
Object.defineProperty(DomainChartDescription.prototype, "titleTextColor", {
|
|
414
421
|
get: function () {
|
|
415
|
-
return this.
|
|
422
|
+
return this.ls;
|
|
416
423
|
},
|
|
417
424
|
set: function (a) {
|
|
418
|
-
this.
|
|
425
|
+
this.ls = a;
|
|
419
426
|
this.g("TitleTextColor");
|
|
420
427
|
},
|
|
421
428
|
enumerable: false,
|
|
@@ -423,10 +430,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
423
430
|
});
|
|
424
431
|
Object.defineProperty(DomainChartDescription.prototype, "leftMargin", {
|
|
425
432
|
get: function () {
|
|
426
|
-
return this.
|
|
433
|
+
return this.el;
|
|
427
434
|
},
|
|
428
435
|
set: function (a) {
|
|
429
|
-
this.
|
|
436
|
+
this.el = a;
|
|
430
437
|
this.g("LeftMargin");
|
|
431
438
|
},
|
|
432
439
|
enumerable: false,
|
|
@@ -434,10 +441,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
434
441
|
});
|
|
435
442
|
Object.defineProperty(DomainChartDescription.prototype, "topMargin", {
|
|
436
443
|
get: function () {
|
|
437
|
-
return this.
|
|
444
|
+
return this.e4;
|
|
438
445
|
},
|
|
439
446
|
set: function (a) {
|
|
440
|
-
this.
|
|
447
|
+
this.e4 = a;
|
|
441
448
|
this.g("TopMargin");
|
|
442
449
|
},
|
|
443
450
|
enumerable: false,
|
|
@@ -445,10 +452,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
445
452
|
});
|
|
446
453
|
Object.defineProperty(DomainChartDescription.prototype, "rightMargin", {
|
|
447
454
|
get: function () {
|
|
448
|
-
return this.
|
|
455
|
+
return this.eu;
|
|
449
456
|
},
|
|
450
457
|
set: function (a) {
|
|
451
|
-
this.
|
|
458
|
+
this.eu = a;
|
|
452
459
|
this.g("RightMargin");
|
|
453
460
|
},
|
|
454
461
|
enumerable: false,
|
|
@@ -456,10 +463,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
456
463
|
});
|
|
457
464
|
Object.defineProperty(DomainChartDescription.prototype, "bottomMargin", {
|
|
458
465
|
get: function () {
|
|
459
|
-
return this.
|
|
466
|
+
return this.cu;
|
|
460
467
|
},
|
|
461
468
|
set: function (a) {
|
|
462
|
-
this.
|
|
469
|
+
this.cu = a;
|
|
463
470
|
this.g("BottomMargin");
|
|
464
471
|
},
|
|
465
472
|
enumerable: false,
|
|
@@ -467,10 +474,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
467
474
|
});
|
|
468
475
|
Object.defineProperty(DomainChartDescription.prototype, "transitionDuration", {
|
|
469
476
|
get: function () {
|
|
470
|
-
return this.
|
|
477
|
+
return this.ic;
|
|
471
478
|
},
|
|
472
479
|
set: function (a) {
|
|
473
|
-
this.
|
|
480
|
+
this.ic = a;
|
|
474
481
|
this.g("TransitionDuration");
|
|
475
482
|
},
|
|
476
483
|
enumerable: false,
|
|
@@ -478,10 +485,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
478
485
|
});
|
|
479
486
|
Object.defineProperty(DomainChartDescription.prototype, "transitionEasingFunctionRef", {
|
|
480
487
|
get: function () {
|
|
481
|
-
return this.
|
|
488
|
+
return this.lv;
|
|
482
489
|
},
|
|
483
490
|
set: function (a) {
|
|
484
|
-
this.
|
|
491
|
+
this.lv = a;
|
|
485
492
|
this.g("TransitionEasingFunctionRef");
|
|
486
493
|
},
|
|
487
494
|
enumerable: false,
|
|
@@ -489,10 +496,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
496
|
});
|
|
490
497
|
Object.defineProperty(DomainChartDescription.prototype, "subtitleTextStyle", {
|
|
491
498
|
get: function () {
|
|
492
|
-
return this.
|
|
499
|
+
return this.lq;
|
|
493
500
|
},
|
|
494
501
|
set: function (a) {
|
|
495
|
-
this.
|
|
502
|
+
this.lq = a;
|
|
496
503
|
this.g("SubtitleTextStyle");
|
|
497
504
|
},
|
|
498
505
|
enumerable: false,
|
|
@@ -500,10 +507,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
500
507
|
});
|
|
501
508
|
Object.defineProperty(DomainChartDescription.prototype, "titleTextStyle", {
|
|
502
509
|
get: function () {
|
|
503
|
-
return this.
|
|
510
|
+
return this.lt;
|
|
504
511
|
},
|
|
505
512
|
set: function (a) {
|
|
506
|
-
this.
|
|
513
|
+
this.lt = a;
|
|
507
514
|
this.g("TitleTextStyle");
|
|
508
515
|
},
|
|
509
516
|
enumerable: false,
|
|
@@ -511,10 +518,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
518
|
});
|
|
512
519
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupingMode", {
|
|
513
520
|
get: function () {
|
|
514
|
-
return this.
|
|
521
|
+
return this.i8;
|
|
515
522
|
},
|
|
516
523
|
set: function (a) {
|
|
517
|
-
this.
|
|
524
|
+
this.i8 = a;
|
|
518
525
|
this.g("DataToolTipGroupingMode");
|
|
519
526
|
},
|
|
520
527
|
enumerable: false,
|
|
@@ -522,10 +529,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
522
529
|
});
|
|
523
530
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipPositionOffsetX", {
|
|
524
531
|
get: function () {
|
|
525
|
-
return this.
|
|
532
|
+
return this.dg;
|
|
526
533
|
},
|
|
527
534
|
set: function (a) {
|
|
528
|
-
this.
|
|
535
|
+
this.dg = a;
|
|
529
536
|
this.g("DataToolTipPositionOffsetX");
|
|
530
537
|
},
|
|
531
538
|
enumerable: false,
|
|
@@ -533,10 +540,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
533
540
|
});
|
|
534
541
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipPositionOffsetY", {
|
|
535
542
|
get: function () {
|
|
536
|
-
return this.
|
|
543
|
+
return this.dh;
|
|
537
544
|
},
|
|
538
545
|
set: function (a) {
|
|
539
|
-
this.
|
|
546
|
+
this.dh = a;
|
|
540
547
|
this.g("DataToolTipPositionOffsetY");
|
|
541
548
|
},
|
|
542
549
|
enumerable: false,
|
|
@@ -544,10 +551,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
544
551
|
});
|
|
545
552
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipDefaultPositionOffsetX", {
|
|
546
553
|
get: function () {
|
|
547
|
-
return this.
|
|
554
|
+
return this.c0;
|
|
548
555
|
},
|
|
549
556
|
set: function (a) {
|
|
550
|
-
this.
|
|
557
|
+
this.c0 = a;
|
|
551
558
|
this.g("DataToolTipDefaultPositionOffsetX");
|
|
552
559
|
},
|
|
553
560
|
enumerable: false,
|
|
@@ -555,10 +562,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
555
562
|
});
|
|
556
563
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipDefaultPositionOffsetY", {
|
|
557
564
|
get: function () {
|
|
558
|
-
return this.
|
|
565
|
+
return this.c1;
|
|
559
566
|
},
|
|
560
567
|
set: function (a) {
|
|
561
|
-
this.
|
|
568
|
+
this.c1 = a;
|
|
562
569
|
this.g("DataToolTipDefaultPositionOffsetY");
|
|
563
570
|
},
|
|
564
571
|
enumerable: false,
|
|
@@ -566,10 +573,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
566
573
|
});
|
|
567
574
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeX", {
|
|
568
575
|
get: function () {
|
|
569
|
-
return this.
|
|
576
|
+
return this.i6;
|
|
570
577
|
},
|
|
571
578
|
set: function (a) {
|
|
572
|
-
this.
|
|
579
|
+
this.i6 = a;
|
|
573
580
|
this.g("DataToolTipGroupedPositionModeX");
|
|
574
581
|
},
|
|
575
582
|
enumerable: false,
|
|
@@ -577,10 +584,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
577
584
|
});
|
|
578
585
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipGroupedPositionModeY", {
|
|
579
586
|
get: function () {
|
|
580
|
-
return this.
|
|
587
|
+
return this.i7;
|
|
581
588
|
},
|
|
582
589
|
set: function (a) {
|
|
583
|
-
this.
|
|
590
|
+
this.i7 = a;
|
|
584
591
|
this.g("DataToolTipGroupedPositionModeY");
|
|
585
592
|
},
|
|
586
593
|
enumerable: false,
|
|
@@ -588,10 +595,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
588
595
|
});
|
|
589
596
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipShouldUpdateWhenSeriesDataChanges", {
|
|
590
597
|
get: function () {
|
|
591
|
-
return this.
|
|
598
|
+
return this.bt;
|
|
592
599
|
},
|
|
593
600
|
set: function (a) {
|
|
594
|
-
this.
|
|
601
|
+
this.bt = a;
|
|
595
602
|
this.g("DataToolTipShouldUpdateWhenSeriesDataChanges");
|
|
596
603
|
},
|
|
597
604
|
enumerable: false,
|
|
@@ -643,10 +650,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
643
650
|
});
|
|
644
651
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatAbbreviation", {
|
|
645
652
|
get: function () {
|
|
646
|
-
return this.
|
|
653
|
+
return this.kh;
|
|
647
654
|
},
|
|
648
655
|
set: function (a) {
|
|
649
|
-
this.
|
|
656
|
+
this.kh = a;
|
|
650
657
|
this.g("DataToolTipValueFormatAbbreviation");
|
|
651
658
|
},
|
|
652
659
|
enumerable: false,
|
|
@@ -654,10 +661,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
654
661
|
});
|
|
655
662
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMaxFractions", {
|
|
656
663
|
get: function () {
|
|
657
|
-
return this.
|
|
664
|
+
return this.h8;
|
|
658
665
|
},
|
|
659
666
|
set: function (a) {
|
|
660
|
-
this.
|
|
667
|
+
this.h8 = a;
|
|
661
668
|
this.g("DataToolTipValueFormatMaxFractions");
|
|
662
669
|
},
|
|
663
670
|
enumerable: false,
|
|
@@ -665,10 +672,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
665
672
|
});
|
|
666
673
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMinFractions", {
|
|
667
674
|
get: function () {
|
|
668
|
-
return this.
|
|
675
|
+
return this.h9;
|
|
669
676
|
},
|
|
670
677
|
set: function (a) {
|
|
671
|
-
this.
|
|
678
|
+
this.h9 = a;
|
|
672
679
|
this.g("DataToolTipValueFormatMinFractions");
|
|
673
680
|
},
|
|
674
681
|
enumerable: false,
|
|
@@ -676,10 +683,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
676
683
|
});
|
|
677
684
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatMode", {
|
|
678
685
|
get: function () {
|
|
679
|
-
return this.
|
|
686
|
+
return this.kj;
|
|
680
687
|
},
|
|
681
688
|
set: function (a) {
|
|
682
|
-
this.
|
|
689
|
+
this.kj = a;
|
|
683
690
|
this.g("DataToolTipValueFormatMode");
|
|
684
691
|
},
|
|
685
692
|
enumerable: false,
|
|
@@ -687,10 +694,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
687
694
|
});
|
|
688
695
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatCulture", {
|
|
689
696
|
get: function () {
|
|
690
|
-
return this.
|
|
697
|
+
return this.ki;
|
|
691
698
|
},
|
|
692
699
|
set: function (a) {
|
|
693
|
-
this.
|
|
700
|
+
this.ki = a;
|
|
694
701
|
this.g("DataToolTipValueFormatCulture");
|
|
695
702
|
},
|
|
696
703
|
enumerable: false,
|
|
@@ -698,10 +705,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
698
705
|
});
|
|
699
706
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatUseGrouping", {
|
|
700
707
|
get: function () {
|
|
701
|
-
return this.
|
|
708
|
+
return this.bu;
|
|
702
709
|
},
|
|
703
710
|
set: function (a) {
|
|
704
|
-
this.
|
|
711
|
+
this.bu = a;
|
|
705
712
|
this.g("DataToolTipValueFormatUseGrouping");
|
|
706
713
|
},
|
|
707
714
|
enumerable: false,
|
|
@@ -709,10 +716,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
709
716
|
});
|
|
710
717
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueFormatString", {
|
|
711
718
|
get: function () {
|
|
712
|
-
return this.
|
|
719
|
+
return this.kk;
|
|
713
720
|
},
|
|
714
721
|
set: function (a) {
|
|
715
|
-
this.
|
|
722
|
+
this.kk = a;
|
|
716
723
|
this.g("DataToolTipValueFormatString");
|
|
717
724
|
},
|
|
718
725
|
enumerable: false,
|
|
@@ -731,10 +738,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
731
738
|
});
|
|
732
739
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginBottom", {
|
|
733
740
|
get: function () {
|
|
734
|
-
return this.
|
|
741
|
+
return this.d5;
|
|
735
742
|
},
|
|
736
743
|
set: function (a) {
|
|
737
|
-
this.
|
|
744
|
+
this.d5 = a;
|
|
738
745
|
this.g("DataToolTipValueRowMarginBottom");
|
|
739
746
|
},
|
|
740
747
|
enumerable: false,
|
|
@@ -742,10 +749,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
742
749
|
});
|
|
743
750
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginLeft", {
|
|
744
751
|
get: function () {
|
|
745
|
-
return this.
|
|
752
|
+
return this.d6;
|
|
746
753
|
},
|
|
747
754
|
set: function (a) {
|
|
748
|
-
this.
|
|
755
|
+
this.d6 = a;
|
|
749
756
|
this.g("DataToolTipValueRowMarginLeft");
|
|
750
757
|
},
|
|
751
758
|
enumerable: false,
|
|
@@ -753,10 +760,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
753
760
|
});
|
|
754
761
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginRight", {
|
|
755
762
|
get: function () {
|
|
756
|
-
return this.
|
|
763
|
+
return this.d7;
|
|
757
764
|
},
|
|
758
765
|
set: function (a) {
|
|
759
|
-
this.
|
|
766
|
+
this.d7 = a;
|
|
760
767
|
this.g("DataToolTipValueRowMarginRight");
|
|
761
768
|
},
|
|
762
769
|
enumerable: false,
|
|
@@ -764,10 +771,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
764
771
|
});
|
|
765
772
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowMarginTop", {
|
|
766
773
|
get: function () {
|
|
767
|
-
return this.
|
|
774
|
+
return this.d8;
|
|
768
775
|
},
|
|
769
776
|
set: function (a) {
|
|
770
|
-
this.
|
|
777
|
+
this.d8 = a;
|
|
771
778
|
this.g("DataToolTipValueRowMarginTop");
|
|
772
779
|
},
|
|
773
780
|
enumerable: false,
|
|
@@ -775,10 +782,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
775
782
|
});
|
|
776
783
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueRowVisible", {
|
|
777
784
|
get: function () {
|
|
778
|
-
return this.
|
|
785
|
+
return this.bv;
|
|
779
786
|
},
|
|
780
787
|
set: function (a) {
|
|
781
|
-
this.
|
|
788
|
+
this.bv = a;
|
|
782
789
|
this.g("DataToolTipValueRowVisible");
|
|
783
790
|
},
|
|
784
791
|
enumerable: false,
|
|
@@ -786,10 +793,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
786
793
|
});
|
|
787
794
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextWhenMissingData", {
|
|
788
795
|
get: function () {
|
|
789
|
-
return this.
|
|
796
|
+
return this.kp;
|
|
790
797
|
},
|
|
791
798
|
set: function (a) {
|
|
792
|
-
this.
|
|
799
|
+
this.kp = a;
|
|
793
800
|
this.g("DataToolTipValueTextWhenMissingData");
|
|
794
801
|
},
|
|
795
802
|
enumerable: false,
|
|
@@ -797,10 +804,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
797
804
|
});
|
|
798
805
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextUseSeriesColors", {
|
|
799
806
|
get: function () {
|
|
800
|
-
return this.
|
|
807
|
+
return this.bw;
|
|
801
808
|
},
|
|
802
809
|
set: function (a) {
|
|
803
|
-
this.
|
|
810
|
+
this.bw = a;
|
|
804
811
|
this.g("DataToolTipValueTextUseSeriesColors");
|
|
805
812
|
},
|
|
806
813
|
enumerable: false,
|
|
@@ -808,10 +815,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
808
815
|
});
|
|
809
816
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginBottom", {
|
|
810
817
|
get: function () {
|
|
811
|
-
return this.
|
|
818
|
+
return this.ea;
|
|
812
819
|
},
|
|
813
820
|
set: function (a) {
|
|
814
|
-
this.
|
|
821
|
+
this.ea = a;
|
|
815
822
|
this.g("DataToolTipValueTextMarginBottom");
|
|
816
823
|
},
|
|
817
824
|
enumerable: false,
|
|
@@ -819,10 +826,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
819
826
|
});
|
|
820
827
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginLeft", {
|
|
821
828
|
get: function () {
|
|
822
|
-
return this.
|
|
829
|
+
return this.eb;
|
|
823
830
|
},
|
|
824
831
|
set: function (a) {
|
|
825
|
-
this.
|
|
832
|
+
this.eb = a;
|
|
826
833
|
this.g("DataToolTipValueTextMarginLeft");
|
|
827
834
|
},
|
|
828
835
|
enumerable: false,
|
|
@@ -830,10 +837,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
830
837
|
});
|
|
831
838
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginRight", {
|
|
832
839
|
get: function () {
|
|
833
|
-
return this.
|
|
840
|
+
return this.ec;
|
|
834
841
|
},
|
|
835
842
|
set: function (a) {
|
|
836
|
-
this.
|
|
843
|
+
this.ec = a;
|
|
837
844
|
this.g("DataToolTipValueTextMarginRight");
|
|
838
845
|
},
|
|
839
846
|
enumerable: false,
|
|
@@ -841,10 +848,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
841
848
|
});
|
|
842
849
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextMarginTop", {
|
|
843
850
|
get: function () {
|
|
844
|
-
return this.
|
|
851
|
+
return this.ed;
|
|
845
852
|
},
|
|
846
853
|
set: function (a) {
|
|
847
|
-
this.
|
|
854
|
+
this.ed = a;
|
|
848
855
|
this.g("DataToolTipValueTextMarginTop");
|
|
849
856
|
},
|
|
850
857
|
enumerable: false,
|
|
@@ -852,10 +859,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
852
859
|
});
|
|
853
860
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextColor", {
|
|
854
861
|
get: function () {
|
|
855
|
-
return this.
|
|
862
|
+
return this.kl;
|
|
856
863
|
},
|
|
857
864
|
set: function (a) {
|
|
858
|
-
this.
|
|
865
|
+
this.kl = a;
|
|
859
866
|
this.g("DataToolTipValueTextColor");
|
|
860
867
|
},
|
|
861
868
|
enumerable: false,
|
|
@@ -863,10 +870,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
863
870
|
});
|
|
864
871
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontFamily", {
|
|
865
872
|
get: function () {
|
|
866
|
-
return this.
|
|
873
|
+
return this.km;
|
|
867
874
|
},
|
|
868
875
|
set: function (a) {
|
|
869
|
-
this.
|
|
876
|
+
this.km = a;
|
|
870
877
|
this.g("DataToolTipValueTextFontFamily");
|
|
871
878
|
},
|
|
872
879
|
enumerable: false,
|
|
@@ -874,10 +881,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
874
881
|
});
|
|
875
882
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontSize", {
|
|
876
883
|
get: function () {
|
|
877
|
-
return this.
|
|
884
|
+
return this.d9;
|
|
878
885
|
},
|
|
879
886
|
set: function (a) {
|
|
880
|
-
this.
|
|
887
|
+
this.d9 = a;
|
|
881
888
|
this.g("DataToolTipValueTextFontSize");
|
|
882
889
|
},
|
|
883
890
|
enumerable: false,
|
|
@@ -885,10 +892,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
885
892
|
});
|
|
886
893
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontStyle", {
|
|
887
894
|
get: function () {
|
|
888
|
-
return this.
|
|
895
|
+
return this.kn;
|
|
889
896
|
},
|
|
890
897
|
set: function (a) {
|
|
891
|
-
this.
|
|
898
|
+
this.kn = a;
|
|
892
899
|
this.g("DataToolTipValueTextFontStyle");
|
|
893
900
|
},
|
|
894
901
|
enumerable: false,
|
|
@@ -896,10 +903,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
896
903
|
});
|
|
897
904
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipValueTextFontWeight", {
|
|
898
905
|
get: function () {
|
|
899
|
-
return this.
|
|
906
|
+
return this.ko;
|
|
900
907
|
},
|
|
901
908
|
set: function (a) {
|
|
902
|
-
this.
|
|
909
|
+
this.ko = a;
|
|
903
910
|
this.g("DataToolTipValueTextFontWeight");
|
|
904
911
|
},
|
|
905
912
|
enumerable: false,
|
|
@@ -907,10 +914,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
907
914
|
});
|
|
908
915
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatString", {
|
|
909
916
|
get: function () {
|
|
910
|
-
return this.
|
|
917
|
+
return this.jb;
|
|
911
918
|
},
|
|
912
919
|
set: function (a) {
|
|
913
|
-
this.
|
|
920
|
+
this.jb = a;
|
|
914
921
|
this.g("DataToolTipHeaderFormatString");
|
|
915
922
|
},
|
|
916
923
|
enumerable: false,
|
|
@@ -929,10 +936,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
929
936
|
});
|
|
930
937
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatCulture", {
|
|
931
938
|
get: function () {
|
|
932
|
-
return this.
|
|
939
|
+
return this.i9;
|
|
933
940
|
},
|
|
934
941
|
set: function (a) {
|
|
935
|
-
this.
|
|
942
|
+
this.i9 = a;
|
|
936
943
|
this.g("DataToolTipHeaderFormatCulture");
|
|
937
944
|
},
|
|
938
945
|
enumerable: false,
|
|
@@ -940,10 +947,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
940
947
|
});
|
|
941
948
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatDate", {
|
|
942
949
|
get: function () {
|
|
943
|
-
return this.
|
|
950
|
+
return this.ja;
|
|
944
951
|
},
|
|
945
952
|
set: function (a) {
|
|
946
|
-
this.
|
|
953
|
+
this.ja = a;
|
|
947
954
|
this.g("DataToolTipHeaderFormatDate");
|
|
948
955
|
},
|
|
949
956
|
enumerable: false,
|
|
@@ -951,10 +958,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
951
958
|
});
|
|
952
959
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderFormatTime", {
|
|
953
960
|
get: function () {
|
|
954
|
-
return this.
|
|
961
|
+
return this.jc;
|
|
955
962
|
},
|
|
956
963
|
set: function (a) {
|
|
957
|
-
this.
|
|
964
|
+
this.jc = a;
|
|
958
965
|
this.g("DataToolTipHeaderFormatTime");
|
|
959
966
|
},
|
|
960
967
|
enumerable: false,
|
|
@@ -962,10 +969,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
962
969
|
});
|
|
963
970
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderText", {
|
|
964
971
|
get: function () {
|
|
965
|
-
return this.
|
|
972
|
+
return this.jd;
|
|
966
973
|
},
|
|
967
974
|
set: function (a) {
|
|
968
|
-
this.
|
|
975
|
+
this.jd = a;
|
|
969
976
|
this.g("DataToolTipHeaderText");
|
|
970
977
|
},
|
|
971
978
|
enumerable: false,
|
|
@@ -973,10 +980,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
973
980
|
});
|
|
974
981
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextColor", {
|
|
975
982
|
get: function () {
|
|
976
|
-
return this.
|
|
983
|
+
return this.je;
|
|
977
984
|
},
|
|
978
985
|
set: function (a) {
|
|
979
|
-
this.
|
|
986
|
+
this.je = a;
|
|
980
987
|
this.g("DataToolTipHeaderTextColor");
|
|
981
988
|
},
|
|
982
989
|
enumerable: false,
|
|
@@ -984,10 +991,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
984
991
|
});
|
|
985
992
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginBottom", {
|
|
986
993
|
get: function () {
|
|
987
|
-
return this.
|
|
994
|
+
return this.c7;
|
|
988
995
|
},
|
|
989
996
|
set: function (a) {
|
|
990
|
-
this.
|
|
997
|
+
this.c7 = a;
|
|
991
998
|
this.g("DataToolTipHeaderTextMarginBottom");
|
|
992
999
|
},
|
|
993
1000
|
enumerable: false,
|
|
@@ -995,10 +1002,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
995
1002
|
});
|
|
996
1003
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginLeft", {
|
|
997
1004
|
get: function () {
|
|
998
|
-
return this.
|
|
1005
|
+
return this.c8;
|
|
999
1006
|
},
|
|
1000
1007
|
set: function (a) {
|
|
1001
|
-
this.
|
|
1008
|
+
this.c8 = a;
|
|
1002
1009
|
this.g("DataToolTipHeaderTextMarginLeft");
|
|
1003
1010
|
},
|
|
1004
1011
|
enumerable: false,
|
|
@@ -1006,10 +1013,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1006
1013
|
});
|
|
1007
1014
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginRight", {
|
|
1008
1015
|
get: function () {
|
|
1009
|
-
return this.
|
|
1016
|
+
return this.c9;
|
|
1010
1017
|
},
|
|
1011
1018
|
set: function (a) {
|
|
1012
|
-
this.
|
|
1019
|
+
this.c9 = a;
|
|
1013
1020
|
this.g("DataToolTipHeaderTextMarginRight");
|
|
1014
1021
|
},
|
|
1015
1022
|
enumerable: false,
|
|
@@ -1017,10 +1024,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1017
1024
|
});
|
|
1018
1025
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextMarginTop", {
|
|
1019
1026
|
get: function () {
|
|
1020
|
-
return this.
|
|
1027
|
+
return this.da;
|
|
1021
1028
|
},
|
|
1022
1029
|
set: function (a) {
|
|
1023
|
-
this.
|
|
1030
|
+
this.da = a;
|
|
1024
1031
|
this.g("DataToolTipHeaderTextMarginTop");
|
|
1025
1032
|
},
|
|
1026
1033
|
enumerable: false,
|
|
@@ -1028,10 +1035,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1028
1035
|
});
|
|
1029
1036
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginBottom", {
|
|
1030
1037
|
get: function () {
|
|
1031
|
-
return this.
|
|
1038
|
+
return this.c2;
|
|
1032
1039
|
},
|
|
1033
1040
|
set: function (a) {
|
|
1034
|
-
this.
|
|
1041
|
+
this.c2 = a;
|
|
1035
1042
|
this.g("DataToolTipHeaderRowMarginBottom");
|
|
1036
1043
|
},
|
|
1037
1044
|
enumerable: false,
|
|
@@ -1039,10 +1046,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1039
1046
|
});
|
|
1040
1047
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginLeft", {
|
|
1041
1048
|
get: function () {
|
|
1042
|
-
return this.
|
|
1049
|
+
return this.c3;
|
|
1043
1050
|
},
|
|
1044
1051
|
set: function (a) {
|
|
1045
|
-
this.
|
|
1052
|
+
this.c3 = a;
|
|
1046
1053
|
this.g("DataToolTipHeaderRowMarginLeft");
|
|
1047
1054
|
},
|
|
1048
1055
|
enumerable: false,
|
|
@@ -1050,10 +1057,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1050
1057
|
});
|
|
1051
1058
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginRight", {
|
|
1052
1059
|
get: function () {
|
|
1053
|
-
return this.
|
|
1060
|
+
return this.c4;
|
|
1054
1061
|
},
|
|
1055
1062
|
set: function (a) {
|
|
1056
|
-
this.
|
|
1063
|
+
this.c4 = a;
|
|
1057
1064
|
this.g("DataToolTipHeaderRowMarginRight");
|
|
1058
1065
|
},
|
|
1059
1066
|
enumerable: false,
|
|
@@ -1061,10 +1068,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1061
1068
|
});
|
|
1062
1069
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowMarginTop", {
|
|
1063
1070
|
get: function () {
|
|
1064
|
-
return this.
|
|
1071
|
+
return this.c5;
|
|
1065
1072
|
},
|
|
1066
1073
|
set: function (a) {
|
|
1067
|
-
this.
|
|
1074
|
+
this.c5 = a;
|
|
1068
1075
|
this.g("DataToolTipHeaderRowMarginTop");
|
|
1069
1076
|
},
|
|
1070
1077
|
enumerable: false,
|
|
@@ -1072,10 +1079,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1072
1079
|
});
|
|
1073
1080
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderRowVisible", {
|
|
1074
1081
|
get: function () {
|
|
1075
|
-
return this.
|
|
1082
|
+
return this.bs;
|
|
1076
1083
|
},
|
|
1077
1084
|
set: function (a) {
|
|
1078
|
-
this.
|
|
1085
|
+
this.bs = a;
|
|
1079
1086
|
this.g("DataToolTipHeaderRowVisible");
|
|
1080
1087
|
},
|
|
1081
1088
|
enumerable: false,
|
|
@@ -1083,10 +1090,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1083
1090
|
});
|
|
1084
1091
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontFamily", {
|
|
1085
1092
|
get: function () {
|
|
1086
|
-
return this.
|
|
1093
|
+
return this.jf;
|
|
1087
1094
|
},
|
|
1088
1095
|
set: function (a) {
|
|
1089
|
-
this.
|
|
1096
|
+
this.jf = a;
|
|
1090
1097
|
this.g("DataToolTipHeaderTextFontFamily");
|
|
1091
1098
|
},
|
|
1092
1099
|
enumerable: false,
|
|
@@ -1094,10 +1101,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1094
1101
|
});
|
|
1095
1102
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontSize", {
|
|
1096
1103
|
get: function () {
|
|
1097
|
-
return this.
|
|
1104
|
+
return this.c6;
|
|
1098
1105
|
},
|
|
1099
1106
|
set: function (a) {
|
|
1100
|
-
this.
|
|
1107
|
+
this.c6 = a;
|
|
1101
1108
|
this.g("DataToolTipHeaderTextFontSize");
|
|
1102
1109
|
},
|
|
1103
1110
|
enumerable: false,
|
|
@@ -1105,10 +1112,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1105
1112
|
});
|
|
1106
1113
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontStyle", {
|
|
1107
1114
|
get: function () {
|
|
1108
|
-
return this.
|
|
1115
|
+
return this.jg;
|
|
1109
1116
|
},
|
|
1110
1117
|
set: function (a) {
|
|
1111
|
-
this.
|
|
1118
|
+
this.jg = a;
|
|
1112
1119
|
this.g("DataToolTipHeaderTextFontStyle");
|
|
1113
1120
|
},
|
|
1114
1121
|
enumerable: false,
|
|
@@ -1116,10 +1123,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1116
1123
|
});
|
|
1117
1124
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipHeaderTextFontWeight", {
|
|
1118
1125
|
get: function () {
|
|
1119
|
-
return this.
|
|
1126
|
+
return this.jh;
|
|
1120
1127
|
},
|
|
1121
1128
|
set: function (a) {
|
|
1122
|
-
this.
|
|
1129
|
+
this.jh = a;
|
|
1123
1130
|
this.g("DataToolTipHeaderTextFontWeight");
|
|
1124
1131
|
},
|
|
1125
1132
|
enumerable: false,
|
|
@@ -1127,10 +1134,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1127
1134
|
});
|
|
1128
1135
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextColor", {
|
|
1129
1136
|
get: function () {
|
|
1130
|
-
return this.
|
|
1137
|
+
return this.jt;
|
|
1131
1138
|
},
|
|
1132
1139
|
set: function (a) {
|
|
1133
|
-
this.
|
|
1140
|
+
this.jt = a;
|
|
1134
1141
|
this.g("DataToolTipSummaryTitleTextColor");
|
|
1135
1142
|
},
|
|
1136
1143
|
enumerable: false,
|
|
@@ -1138,10 +1145,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1138
1145
|
});
|
|
1139
1146
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontFamily", {
|
|
1140
1147
|
get: function () {
|
|
1141
|
-
return this.
|
|
1148
|
+
return this.ju;
|
|
1142
1149
|
},
|
|
1143
1150
|
set: function (a) {
|
|
1144
|
-
this.
|
|
1151
|
+
this.ju = a;
|
|
1145
1152
|
this.g("DataToolTipSummaryTitleTextFontFamily");
|
|
1146
1153
|
},
|
|
1147
1154
|
enumerable: false,
|
|
@@ -1149,10 +1156,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1149
1156
|
});
|
|
1150
1157
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontSize", {
|
|
1151
1158
|
get: function () {
|
|
1152
|
-
return this.
|
|
1159
|
+
return this.dn;
|
|
1153
1160
|
},
|
|
1154
1161
|
set: function (a) {
|
|
1155
|
-
this.
|
|
1162
|
+
this.dn = a;
|
|
1156
1163
|
this.g("DataToolTipSummaryTitleTextFontSize");
|
|
1157
1164
|
},
|
|
1158
1165
|
enumerable: false,
|
|
@@ -1160,10 +1167,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1160
1167
|
});
|
|
1161
1168
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontStyle", {
|
|
1162
1169
|
get: function () {
|
|
1163
|
-
return this.
|
|
1170
|
+
return this.jv;
|
|
1164
1171
|
},
|
|
1165
1172
|
set: function (a) {
|
|
1166
|
-
this.
|
|
1173
|
+
this.jv = a;
|
|
1167
1174
|
this.g("DataToolTipSummaryTitleTextFontStyle");
|
|
1168
1175
|
},
|
|
1169
1176
|
enumerable: false,
|
|
@@ -1171,10 +1178,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1171
1178
|
});
|
|
1172
1179
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextFontWeight", {
|
|
1173
1180
|
get: function () {
|
|
1174
|
-
return this.
|
|
1181
|
+
return this.jw;
|
|
1175
1182
|
},
|
|
1176
1183
|
set: function (a) {
|
|
1177
|
-
this.
|
|
1184
|
+
this.jw = a;
|
|
1178
1185
|
this.g("DataToolTipSummaryTitleTextFontWeight");
|
|
1179
1186
|
},
|
|
1180
1187
|
enumerable: false,
|
|
@@ -1182,10 +1189,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1182
1189
|
});
|
|
1183
1190
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryType", {
|
|
1184
1191
|
get: function () {
|
|
1185
|
-
return this.
|
|
1192
|
+
return this.jx;
|
|
1186
1193
|
},
|
|
1187
1194
|
set: function (a) {
|
|
1188
|
-
this.
|
|
1195
|
+
this.jx = a;
|
|
1189
1196
|
this.g("DataToolTipSummaryType");
|
|
1190
1197
|
},
|
|
1191
1198
|
enumerable: false,
|
|
@@ -1193,10 +1200,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1193
1200
|
});
|
|
1194
1201
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleText", {
|
|
1195
1202
|
get: function () {
|
|
1196
|
-
return this.
|
|
1203
|
+
return this.js;
|
|
1197
1204
|
},
|
|
1198
1205
|
set: function (a) {
|
|
1199
|
-
this.
|
|
1206
|
+
this.js = a;
|
|
1200
1207
|
this.g("DataToolTipSummaryTitleText");
|
|
1201
1208
|
},
|
|
1202
1209
|
enumerable: false,
|
|
@@ -1204,10 +1211,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1204
1211
|
});
|
|
1205
1212
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginBottom", {
|
|
1206
1213
|
get: function () {
|
|
1207
|
-
return this.
|
|
1214
|
+
return this.dp;
|
|
1208
1215
|
},
|
|
1209
1216
|
set: function (a) {
|
|
1210
|
-
this.
|
|
1217
|
+
this.dp = a;
|
|
1211
1218
|
this.g("DataToolTipSummaryTitleTextMarginBottom");
|
|
1212
1219
|
},
|
|
1213
1220
|
enumerable: false,
|
|
@@ -1215,10 +1222,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1215
1222
|
});
|
|
1216
1223
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginLeft", {
|
|
1217
1224
|
get: function () {
|
|
1218
|
-
return this.
|
|
1225
|
+
return this.dq;
|
|
1219
1226
|
},
|
|
1220
1227
|
set: function (a) {
|
|
1221
|
-
this.
|
|
1228
|
+
this.dq = a;
|
|
1222
1229
|
this.g("DataToolTipSummaryTitleTextMarginLeft");
|
|
1223
1230
|
},
|
|
1224
1231
|
enumerable: false,
|
|
@@ -1226,10 +1233,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1226
1233
|
});
|
|
1227
1234
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginRight", {
|
|
1228
1235
|
get: function () {
|
|
1229
|
-
return this.
|
|
1236
|
+
return this.dr;
|
|
1230
1237
|
},
|
|
1231
1238
|
set: function (a) {
|
|
1232
|
-
this.
|
|
1239
|
+
this.dr = a;
|
|
1233
1240
|
this.g("DataToolTipSummaryTitleTextMarginRight");
|
|
1234
1241
|
},
|
|
1235
1242
|
enumerable: false,
|
|
@@ -1237,10 +1244,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1237
1244
|
});
|
|
1238
1245
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryTitleTextMarginTop", {
|
|
1239
1246
|
get: function () {
|
|
1240
|
-
return this.
|
|
1247
|
+
return this.ds;
|
|
1241
1248
|
},
|
|
1242
1249
|
set: function (a) {
|
|
1243
|
-
this.
|
|
1250
|
+
this.ds = a;
|
|
1244
1251
|
this.g("DataToolTipSummaryTitleTextMarginTop");
|
|
1245
1252
|
},
|
|
1246
1253
|
enumerable: false,
|
|
@@ -1248,10 +1255,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1248
1255
|
});
|
|
1249
1256
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginBottom", {
|
|
1250
1257
|
get: function () {
|
|
1251
|
-
return this.
|
|
1258
|
+
return this.dj;
|
|
1252
1259
|
},
|
|
1253
1260
|
set: function (a) {
|
|
1254
|
-
this.
|
|
1261
|
+
this.dj = a;
|
|
1255
1262
|
this.g("DataToolTipSummaryRowMarginBottom");
|
|
1256
1263
|
},
|
|
1257
1264
|
enumerable: false,
|
|
@@ -1259,10 +1266,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1259
1266
|
});
|
|
1260
1267
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginLeft", {
|
|
1261
1268
|
get: function () {
|
|
1262
|
-
return this.
|
|
1269
|
+
return this.dk;
|
|
1263
1270
|
},
|
|
1264
1271
|
set: function (a) {
|
|
1265
|
-
this.
|
|
1272
|
+
this.dk = a;
|
|
1266
1273
|
this.g("DataToolTipSummaryRowMarginLeft");
|
|
1267
1274
|
},
|
|
1268
1275
|
enumerable: false,
|
|
@@ -1270,10 +1277,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1270
1277
|
});
|
|
1271
1278
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginRight", {
|
|
1272
1279
|
get: function () {
|
|
1273
|
-
return this.
|
|
1280
|
+
return this.dl;
|
|
1274
1281
|
},
|
|
1275
1282
|
set: function (a) {
|
|
1276
|
-
this.
|
|
1283
|
+
this.dl = a;
|
|
1277
1284
|
this.g("DataToolTipSummaryRowMarginRight");
|
|
1278
1285
|
},
|
|
1279
1286
|
enumerable: false,
|
|
@@ -1281,10 +1288,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1281
1288
|
});
|
|
1282
1289
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryRowMarginTop", {
|
|
1283
1290
|
get: function () {
|
|
1284
|
-
return this.
|
|
1291
|
+
return this.dm;
|
|
1285
1292
|
},
|
|
1286
1293
|
set: function (a) {
|
|
1287
|
-
this.
|
|
1294
|
+
this.dm = a;
|
|
1288
1295
|
this.g("DataToolTipSummaryRowMarginTop");
|
|
1289
1296
|
},
|
|
1290
1297
|
enumerable: false,
|
|
@@ -1292,10 +1299,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1292
1299
|
});
|
|
1293
1300
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextColor", {
|
|
1294
1301
|
get: function () {
|
|
1295
|
-
return this.
|
|
1302
|
+
return this.j3;
|
|
1296
1303
|
},
|
|
1297
1304
|
set: function (a) {
|
|
1298
|
-
this.
|
|
1305
|
+
this.j3 = a;
|
|
1299
1306
|
this.g("DataToolTipSummaryValueTextColor");
|
|
1300
1307
|
},
|
|
1301
1308
|
enumerable: false,
|
|
@@ -1303,10 +1310,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1303
1310
|
});
|
|
1304
1311
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontFamily", {
|
|
1305
1312
|
get: function () {
|
|
1306
|
-
return this.
|
|
1313
|
+
return this.j4;
|
|
1307
1314
|
},
|
|
1308
1315
|
set: function (a) {
|
|
1309
|
-
this.
|
|
1316
|
+
this.j4 = a;
|
|
1310
1317
|
this.g("DataToolTipSummaryValueTextFontFamily");
|
|
1311
1318
|
},
|
|
1312
1319
|
enumerable: false,
|
|
@@ -1314,10 +1321,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1314
1321
|
});
|
|
1315
1322
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontSize", {
|
|
1316
1323
|
get: function () {
|
|
1317
|
-
return this.
|
|
1324
|
+
return this.du;
|
|
1318
1325
|
},
|
|
1319
1326
|
set: function (a) {
|
|
1320
|
-
this.
|
|
1327
|
+
this.du = a;
|
|
1321
1328
|
this.g("DataToolTipSummaryValueTextFontSize");
|
|
1322
1329
|
},
|
|
1323
1330
|
enumerable: false,
|
|
@@ -1325,10 +1332,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1325
1332
|
});
|
|
1326
1333
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontStyle", {
|
|
1327
1334
|
get: function () {
|
|
1328
|
-
return this.
|
|
1335
|
+
return this.j5;
|
|
1329
1336
|
},
|
|
1330
1337
|
set: function (a) {
|
|
1331
|
-
this.
|
|
1338
|
+
this.j5 = a;
|
|
1332
1339
|
this.g("DataToolTipSummaryValueTextFontStyle");
|
|
1333
1340
|
},
|
|
1334
1341
|
enumerable: false,
|
|
@@ -1336,10 +1343,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1336
1343
|
});
|
|
1337
1344
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryValueTextFontWeight", {
|
|
1338
1345
|
get: function () {
|
|
1339
|
-
return this.
|
|
1346
|
+
return this.j6;
|
|
1340
1347
|
},
|
|
1341
1348
|
set: function (a) {
|
|
1342
|
-
this.
|
|
1349
|
+
this.j6 = a;
|
|
1343
1350
|
this.g("DataToolTipSummaryValueTextFontWeight");
|
|
1344
1351
|
},
|
|
1345
1352
|
enumerable: false,
|
|
@@ -1347,10 +1354,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1347
1354
|
});
|
|
1348
1355
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelText", {
|
|
1349
1356
|
get: function () {
|
|
1350
|
-
return this.
|
|
1357
|
+
return this.jn;
|
|
1351
1358
|
},
|
|
1352
1359
|
set: function (a) {
|
|
1353
|
-
this.
|
|
1360
|
+
this.jn = a;
|
|
1354
1361
|
this.g("DataToolTipSummaryLabelText");
|
|
1355
1362
|
},
|
|
1356
1363
|
enumerable: false,
|
|
@@ -1358,10 +1365,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1358
1365
|
});
|
|
1359
1366
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextColor", {
|
|
1360
1367
|
get: function () {
|
|
1361
|
-
return this.
|
|
1368
|
+
return this.jo;
|
|
1362
1369
|
},
|
|
1363
1370
|
set: function (a) {
|
|
1364
|
-
this.
|
|
1371
|
+
this.jo = a;
|
|
1365
1372
|
this.g("DataToolTipSummaryLabelTextColor");
|
|
1366
1373
|
},
|
|
1367
1374
|
enumerable: false,
|
|
@@ -1369,10 +1376,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1369
1376
|
});
|
|
1370
1377
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontFamily", {
|
|
1371
1378
|
get: function () {
|
|
1372
|
-
return this.
|
|
1379
|
+
return this.jp;
|
|
1373
1380
|
},
|
|
1374
1381
|
set: function (a) {
|
|
1375
|
-
this.
|
|
1382
|
+
this.jp = a;
|
|
1376
1383
|
this.g("DataToolTipSummaryLabelTextFontFamily");
|
|
1377
1384
|
},
|
|
1378
1385
|
enumerable: false,
|
|
@@ -1380,10 +1387,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1380
1387
|
});
|
|
1381
1388
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontSize", {
|
|
1382
1389
|
get: function () {
|
|
1383
|
-
return this.
|
|
1390
|
+
return this.di;
|
|
1384
1391
|
},
|
|
1385
1392
|
set: function (a) {
|
|
1386
|
-
this.
|
|
1393
|
+
this.di = a;
|
|
1387
1394
|
this.g("DataToolTipSummaryLabelTextFontSize");
|
|
1388
1395
|
},
|
|
1389
1396
|
enumerable: false,
|
|
@@ -1391,10 +1398,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1391
1398
|
});
|
|
1392
1399
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontStyle", {
|
|
1393
1400
|
get: function () {
|
|
1394
|
-
return this.
|
|
1401
|
+
return this.jq;
|
|
1395
1402
|
},
|
|
1396
1403
|
set: function (a) {
|
|
1397
|
-
this.
|
|
1404
|
+
this.jq = a;
|
|
1398
1405
|
this.g("DataToolTipSummaryLabelTextFontStyle");
|
|
1399
1406
|
},
|
|
1400
1407
|
enumerable: false,
|
|
@@ -1402,10 +1409,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1402
1409
|
});
|
|
1403
1410
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryLabelTextFontWeight", {
|
|
1404
1411
|
get: function () {
|
|
1405
|
-
return this.
|
|
1412
|
+
return this.jr;
|
|
1406
1413
|
},
|
|
1407
1414
|
set: function (a) {
|
|
1408
|
-
this.
|
|
1415
|
+
this.jr = a;
|
|
1409
1416
|
this.g("DataToolTipSummaryLabelTextFontWeight");
|
|
1410
1417
|
},
|
|
1411
1418
|
enumerable: false,
|
|
@@ -1413,10 +1420,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1413
1420
|
});
|
|
1414
1421
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsText", {
|
|
1415
1422
|
get: function () {
|
|
1416
|
-
return this.
|
|
1423
|
+
return this.jy;
|
|
1417
1424
|
},
|
|
1418
1425
|
set: function (a) {
|
|
1419
|
-
this.
|
|
1426
|
+
this.jy = a;
|
|
1420
1427
|
this.g("DataToolTipSummaryUnitsText");
|
|
1421
1428
|
},
|
|
1422
1429
|
enumerable: false,
|
|
@@ -1424,10 +1431,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1424
1431
|
});
|
|
1425
1432
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextColor", {
|
|
1426
1433
|
get: function () {
|
|
1427
|
-
return this.
|
|
1434
|
+
return this.jz;
|
|
1428
1435
|
},
|
|
1429
1436
|
set: function (a) {
|
|
1430
|
-
this.
|
|
1437
|
+
this.jz = a;
|
|
1431
1438
|
this.g("DataToolTipSummaryUnitsTextColor");
|
|
1432
1439
|
},
|
|
1433
1440
|
enumerable: false,
|
|
@@ -1435,10 +1442,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1435
1442
|
});
|
|
1436
1443
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontFamily", {
|
|
1437
1444
|
get: function () {
|
|
1438
|
-
return this.
|
|
1445
|
+
return this.j0;
|
|
1439
1446
|
},
|
|
1440
1447
|
set: function (a) {
|
|
1441
|
-
this.
|
|
1448
|
+
this.j0 = a;
|
|
1442
1449
|
this.g("DataToolTipSummaryUnitsTextFontFamily");
|
|
1443
1450
|
},
|
|
1444
1451
|
enumerable: false,
|
|
@@ -1446,10 +1453,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1446
1453
|
});
|
|
1447
1454
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontSize", {
|
|
1448
1455
|
get: function () {
|
|
1449
|
-
return this.
|
|
1456
|
+
return this.dt;
|
|
1450
1457
|
},
|
|
1451
1458
|
set: function (a) {
|
|
1452
|
-
this.
|
|
1459
|
+
this.dt = a;
|
|
1453
1460
|
this.g("DataToolTipSummaryUnitsTextFontSize");
|
|
1454
1461
|
},
|
|
1455
1462
|
enumerable: false,
|
|
@@ -1457,10 +1464,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1457
1464
|
});
|
|
1458
1465
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontStyle", {
|
|
1459
1466
|
get: function () {
|
|
1460
|
-
return this.
|
|
1467
|
+
return this.j1;
|
|
1461
1468
|
},
|
|
1462
1469
|
set: function (a) {
|
|
1463
|
-
this.
|
|
1470
|
+
this.j1 = a;
|
|
1464
1471
|
this.g("DataToolTipSummaryUnitsTextFontStyle");
|
|
1465
1472
|
},
|
|
1466
1473
|
enumerable: false,
|
|
@@ -1468,10 +1475,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1468
1475
|
});
|
|
1469
1476
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipSummaryUnitsTextFontWeight", {
|
|
1470
1477
|
get: function () {
|
|
1471
|
-
return this.
|
|
1478
|
+
return this.j2;
|
|
1472
1479
|
},
|
|
1473
1480
|
set: function (a) {
|
|
1474
|
-
this.
|
|
1481
|
+
this.j2 = a;
|
|
1475
1482
|
this.g("DataToolTipSummaryUnitsTextFontWeight");
|
|
1476
1483
|
},
|
|
1477
1484
|
enumerable: false,
|
|
@@ -1479,10 +1486,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1479
1486
|
});
|
|
1480
1487
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginBottom", {
|
|
1481
1488
|
get: function () {
|
|
1482
|
-
return this.
|
|
1489
|
+
return this.cw;
|
|
1483
1490
|
},
|
|
1484
1491
|
set: function (a) {
|
|
1485
|
-
this.
|
|
1492
|
+
this.cw = a;
|
|
1486
1493
|
this.g("DataToolTipBadgeMarginBottom");
|
|
1487
1494
|
},
|
|
1488
1495
|
enumerable: false,
|
|
@@ -1490,10 +1497,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1490
1497
|
});
|
|
1491
1498
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginLeft", {
|
|
1492
1499
|
get: function () {
|
|
1493
|
-
return this.
|
|
1500
|
+
return this.cx;
|
|
1494
1501
|
},
|
|
1495
1502
|
set: function (a) {
|
|
1496
|
-
this.
|
|
1503
|
+
this.cx = a;
|
|
1497
1504
|
this.g("DataToolTipBadgeMarginLeft");
|
|
1498
1505
|
},
|
|
1499
1506
|
enumerable: false,
|
|
@@ -1501,10 +1508,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1501
1508
|
});
|
|
1502
1509
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginRight", {
|
|
1503
1510
|
get: function () {
|
|
1504
|
-
return this.
|
|
1511
|
+
return this.cy;
|
|
1505
1512
|
},
|
|
1506
1513
|
set: function (a) {
|
|
1507
|
-
this.
|
|
1514
|
+
this.cy = a;
|
|
1508
1515
|
this.g("DataToolTipBadgeMarginRight");
|
|
1509
1516
|
},
|
|
1510
1517
|
enumerable: false,
|
|
@@ -1512,10 +1519,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1512
1519
|
});
|
|
1513
1520
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeMarginTop", {
|
|
1514
1521
|
get: function () {
|
|
1515
|
-
return this.
|
|
1522
|
+
return this.cz;
|
|
1516
1523
|
},
|
|
1517
1524
|
set: function (a) {
|
|
1518
|
-
this.
|
|
1525
|
+
this.cz = a;
|
|
1519
1526
|
this.g("DataToolTipBadgeMarginTop");
|
|
1520
1527
|
},
|
|
1521
1528
|
enumerable: false,
|
|
@@ -1523,10 +1530,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1523
1530
|
});
|
|
1524
1531
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipBadgeShape", {
|
|
1525
1532
|
get: function () {
|
|
1526
|
-
return this.
|
|
1533
|
+
return this.i5;
|
|
1527
1534
|
},
|
|
1528
1535
|
set: function (a) {
|
|
1529
|
-
this.
|
|
1536
|
+
this.i5 = a;
|
|
1530
1537
|
this.g("DataToolTipBadgeShape");
|
|
1531
1538
|
},
|
|
1532
1539
|
enumerable: false,
|
|
@@ -1534,10 +1541,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1534
1541
|
});
|
|
1535
1542
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsDisplayMode", {
|
|
1536
1543
|
get: function () {
|
|
1537
|
-
return this.
|
|
1544
|
+
return this.kb;
|
|
1538
1545
|
},
|
|
1539
1546
|
set: function (a) {
|
|
1540
|
-
this.
|
|
1547
|
+
this.kb = a;
|
|
1541
1548
|
this.g("DataToolTipUnitsDisplayMode");
|
|
1542
1549
|
},
|
|
1543
1550
|
enumerable: false,
|
|
@@ -1545,10 +1552,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1545
1552
|
});
|
|
1546
1553
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsText", {
|
|
1547
1554
|
get: function () {
|
|
1548
|
-
return this.
|
|
1555
|
+
return this.kc;
|
|
1549
1556
|
},
|
|
1550
1557
|
set: function (a) {
|
|
1551
|
-
this.
|
|
1558
|
+
this.kc = a;
|
|
1552
1559
|
this.g("DataToolTipUnitsText");
|
|
1553
1560
|
},
|
|
1554
1561
|
enumerable: false,
|
|
@@ -1556,10 +1563,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1556
1563
|
});
|
|
1557
1564
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextColor", {
|
|
1558
1565
|
get: function () {
|
|
1559
|
-
return this.
|
|
1566
|
+
return this.kd;
|
|
1560
1567
|
},
|
|
1561
1568
|
set: function (a) {
|
|
1562
|
-
this.
|
|
1569
|
+
this.kd = a;
|
|
1563
1570
|
this.g("DataToolTipUnitsTextColor");
|
|
1564
1571
|
},
|
|
1565
1572
|
enumerable: false,
|
|
@@ -1567,10 +1574,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1567
1574
|
});
|
|
1568
1575
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginBottom", {
|
|
1569
1576
|
get: function () {
|
|
1570
|
-
return this.
|
|
1577
|
+
return this.d1;
|
|
1571
1578
|
},
|
|
1572
1579
|
set: function (a) {
|
|
1573
|
-
this.
|
|
1580
|
+
this.d1 = a;
|
|
1574
1581
|
this.g("DataToolTipUnitsTextMarginBottom");
|
|
1575
1582
|
},
|
|
1576
1583
|
enumerable: false,
|
|
@@ -1578,10 +1585,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1578
1585
|
});
|
|
1579
1586
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginLeft", {
|
|
1580
1587
|
get: function () {
|
|
1581
|
-
return this.
|
|
1588
|
+
return this.d2;
|
|
1582
1589
|
},
|
|
1583
1590
|
set: function (a) {
|
|
1584
|
-
this.
|
|
1591
|
+
this.d2 = a;
|
|
1585
1592
|
this.g("DataToolTipUnitsTextMarginLeft");
|
|
1586
1593
|
},
|
|
1587
1594
|
enumerable: false,
|
|
@@ -1589,10 +1596,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1589
1596
|
});
|
|
1590
1597
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginRight", {
|
|
1591
1598
|
get: function () {
|
|
1592
|
-
return this.
|
|
1599
|
+
return this.d3;
|
|
1593
1600
|
},
|
|
1594
1601
|
set: function (a) {
|
|
1595
|
-
this.
|
|
1602
|
+
this.d3 = a;
|
|
1596
1603
|
this.g("DataToolTipUnitsTextMarginRight");
|
|
1597
1604
|
},
|
|
1598
1605
|
enumerable: false,
|
|
@@ -1600,10 +1607,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1600
1607
|
});
|
|
1601
1608
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextMarginTop", {
|
|
1602
1609
|
get: function () {
|
|
1603
|
-
return this.
|
|
1610
|
+
return this.d4;
|
|
1604
1611
|
},
|
|
1605
1612
|
set: function (a) {
|
|
1606
|
-
this.
|
|
1613
|
+
this.d4 = a;
|
|
1607
1614
|
this.g("DataToolTipUnitsTextMarginTop");
|
|
1608
1615
|
},
|
|
1609
1616
|
enumerable: false,
|
|
@@ -1611,10 +1618,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1611
1618
|
});
|
|
1612
1619
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontFamily", {
|
|
1613
1620
|
get: function () {
|
|
1614
|
-
return this.
|
|
1621
|
+
return this.ke;
|
|
1615
1622
|
},
|
|
1616
1623
|
set: function (a) {
|
|
1617
|
-
this.
|
|
1624
|
+
this.ke = a;
|
|
1618
1625
|
this.g("DataToolTipUnitsTextFontFamily");
|
|
1619
1626
|
},
|
|
1620
1627
|
enumerable: false,
|
|
@@ -1622,10 +1629,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1622
1629
|
});
|
|
1623
1630
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontSize", {
|
|
1624
1631
|
get: function () {
|
|
1625
|
-
return this.
|
|
1632
|
+
return this.d0;
|
|
1626
1633
|
},
|
|
1627
1634
|
set: function (a) {
|
|
1628
|
-
this.
|
|
1635
|
+
this.d0 = a;
|
|
1629
1636
|
this.g("DataToolTipUnitsTextFontSize");
|
|
1630
1637
|
},
|
|
1631
1638
|
enumerable: false,
|
|
@@ -1633,10 +1640,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1633
1640
|
});
|
|
1634
1641
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontStyle", {
|
|
1635
1642
|
get: function () {
|
|
1636
|
-
return this.
|
|
1643
|
+
return this.kf;
|
|
1637
1644
|
},
|
|
1638
1645
|
set: function (a) {
|
|
1639
|
-
this.
|
|
1646
|
+
this.kf = a;
|
|
1640
1647
|
this.g("DataToolTipUnitsTextFontStyle");
|
|
1641
1648
|
},
|
|
1642
1649
|
enumerable: false,
|
|
@@ -1644,10 +1651,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1644
1651
|
});
|
|
1645
1652
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipUnitsTextFontWeight", {
|
|
1646
1653
|
get: function () {
|
|
1647
|
-
return this.
|
|
1654
|
+
return this.kg;
|
|
1648
1655
|
},
|
|
1649
1656
|
set: function (a) {
|
|
1650
|
-
this.
|
|
1657
|
+
this.kg = a;
|
|
1651
1658
|
this.g("DataToolTipUnitsTextFontWeight");
|
|
1652
1659
|
},
|
|
1653
1660
|
enumerable: false,
|
|
@@ -1655,10 +1662,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1655
1662
|
});
|
|
1656
1663
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginBottom", {
|
|
1657
1664
|
get: function () {
|
|
1658
|
-
return this.
|
|
1665
|
+
return this.dw;
|
|
1659
1666
|
},
|
|
1660
1667
|
set: function (a) {
|
|
1661
|
-
this.
|
|
1668
|
+
this.dw = a;
|
|
1662
1669
|
this.g("DataToolTipTitleTextMarginBottom");
|
|
1663
1670
|
},
|
|
1664
1671
|
enumerable: false,
|
|
@@ -1666,10 +1673,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1666
1673
|
});
|
|
1667
1674
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginLeft", {
|
|
1668
1675
|
get: function () {
|
|
1669
|
-
return this.
|
|
1676
|
+
return this.dx;
|
|
1670
1677
|
},
|
|
1671
1678
|
set: function (a) {
|
|
1672
|
-
this.
|
|
1679
|
+
this.dx = a;
|
|
1673
1680
|
this.g("DataToolTipTitleTextMarginLeft");
|
|
1674
1681
|
},
|
|
1675
1682
|
enumerable: false,
|
|
@@ -1677,10 +1684,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1677
1684
|
});
|
|
1678
1685
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginRight", {
|
|
1679
1686
|
get: function () {
|
|
1680
|
-
return this.
|
|
1687
|
+
return this.dy;
|
|
1681
1688
|
},
|
|
1682
1689
|
set: function (a) {
|
|
1683
|
-
this.
|
|
1690
|
+
this.dy = a;
|
|
1684
1691
|
this.g("DataToolTipTitleTextMarginRight");
|
|
1685
1692
|
},
|
|
1686
1693
|
enumerable: false,
|
|
@@ -1688,10 +1695,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1688
1695
|
});
|
|
1689
1696
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextMarginTop", {
|
|
1690
1697
|
get: function () {
|
|
1691
|
-
return this.
|
|
1698
|
+
return this.dz;
|
|
1692
1699
|
},
|
|
1693
1700
|
set: function (a) {
|
|
1694
|
-
this.
|
|
1701
|
+
this.dz = a;
|
|
1695
1702
|
this.g("DataToolTipTitleTextMarginTop");
|
|
1696
1703
|
},
|
|
1697
1704
|
enumerable: false,
|
|
@@ -1699,10 +1706,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1699
1706
|
});
|
|
1700
1707
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextColor", {
|
|
1701
1708
|
get: function () {
|
|
1702
|
-
return this.
|
|
1709
|
+
return this.j7;
|
|
1703
1710
|
},
|
|
1704
1711
|
set: function (a) {
|
|
1705
|
-
this.
|
|
1712
|
+
this.j7 = a;
|
|
1706
1713
|
this.g("DataToolTipTitleTextColor");
|
|
1707
1714
|
},
|
|
1708
1715
|
enumerable: false,
|
|
@@ -1710,10 +1717,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1710
1717
|
});
|
|
1711
1718
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontFamily", {
|
|
1712
1719
|
get: function () {
|
|
1713
|
-
return this.
|
|
1720
|
+
return this.j8;
|
|
1714
1721
|
},
|
|
1715
1722
|
set: function (a) {
|
|
1716
|
-
this.
|
|
1723
|
+
this.j8 = a;
|
|
1717
1724
|
this.g("DataToolTipTitleTextFontFamily");
|
|
1718
1725
|
},
|
|
1719
1726
|
enumerable: false,
|
|
@@ -1721,10 +1728,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1721
1728
|
});
|
|
1722
1729
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontSize", {
|
|
1723
1730
|
get: function () {
|
|
1724
|
-
return this.
|
|
1731
|
+
return this.dv;
|
|
1725
1732
|
},
|
|
1726
1733
|
set: function (a) {
|
|
1727
|
-
this.
|
|
1734
|
+
this.dv = a;
|
|
1728
1735
|
this.g("DataToolTipTitleTextFontSize");
|
|
1729
1736
|
},
|
|
1730
1737
|
enumerable: false,
|
|
@@ -1732,10 +1739,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1732
1739
|
});
|
|
1733
1740
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontStyle", {
|
|
1734
1741
|
get: function () {
|
|
1735
|
-
return this.
|
|
1742
|
+
return this.j9;
|
|
1736
1743
|
},
|
|
1737
1744
|
set: function (a) {
|
|
1738
|
-
this.
|
|
1745
|
+
this.j9 = a;
|
|
1739
1746
|
this.g("DataToolTipTitleTextFontStyle");
|
|
1740
1747
|
},
|
|
1741
1748
|
enumerable: false,
|
|
@@ -1743,10 +1750,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1743
1750
|
});
|
|
1744
1751
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipTitleTextFontWeight", {
|
|
1745
1752
|
get: function () {
|
|
1746
|
-
return this.
|
|
1753
|
+
return this.ka;
|
|
1747
1754
|
},
|
|
1748
1755
|
set: function (a) {
|
|
1749
|
-
this.
|
|
1756
|
+
this.ka = a;
|
|
1750
1757
|
this.g("DataToolTipTitleTextFontWeight");
|
|
1751
1758
|
},
|
|
1752
1759
|
enumerable: false,
|
|
@@ -1754,10 +1761,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1754
1761
|
});
|
|
1755
1762
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelDisplayMode", {
|
|
1756
1763
|
get: function () {
|
|
1757
|
-
return this.
|
|
1764
|
+
return this.ji;
|
|
1758
1765
|
},
|
|
1759
1766
|
set: function (a) {
|
|
1760
|
-
this.
|
|
1767
|
+
this.ji = a;
|
|
1761
1768
|
this.g("DataToolTipLabelDisplayMode");
|
|
1762
1769
|
},
|
|
1763
1770
|
enumerable: false,
|
|
@@ -1765,10 +1772,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1765
1772
|
});
|
|
1766
1773
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextColor", {
|
|
1767
1774
|
get: function () {
|
|
1768
|
-
return this.
|
|
1775
|
+
return this.jj;
|
|
1769
1776
|
},
|
|
1770
1777
|
set: function (a) {
|
|
1771
|
-
this.
|
|
1778
|
+
this.jj = a;
|
|
1772
1779
|
this.g("DataToolTipLabelTextColor");
|
|
1773
1780
|
},
|
|
1774
1781
|
enumerable: false,
|
|
@@ -1776,10 +1783,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1776
1783
|
});
|
|
1777
1784
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginBottom", {
|
|
1778
1785
|
get: function () {
|
|
1779
|
-
return this.
|
|
1786
|
+
return this.dc;
|
|
1780
1787
|
},
|
|
1781
1788
|
set: function (a) {
|
|
1782
|
-
this.
|
|
1789
|
+
this.dc = a;
|
|
1783
1790
|
this.g("DataToolTipLabelTextMarginBottom");
|
|
1784
1791
|
},
|
|
1785
1792
|
enumerable: false,
|
|
@@ -1787,10 +1794,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1787
1794
|
});
|
|
1788
1795
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginLeft", {
|
|
1789
1796
|
get: function () {
|
|
1790
|
-
return this.
|
|
1797
|
+
return this.dd;
|
|
1791
1798
|
},
|
|
1792
1799
|
set: function (a) {
|
|
1793
|
-
this.
|
|
1800
|
+
this.dd = a;
|
|
1794
1801
|
this.g("DataToolTipLabelTextMarginLeft");
|
|
1795
1802
|
},
|
|
1796
1803
|
enumerable: false,
|
|
@@ -1798,10 +1805,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1798
1805
|
});
|
|
1799
1806
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginRight", {
|
|
1800
1807
|
get: function () {
|
|
1801
|
-
return this.
|
|
1808
|
+
return this.de;
|
|
1802
1809
|
},
|
|
1803
1810
|
set: function (a) {
|
|
1804
|
-
this.
|
|
1811
|
+
this.de = a;
|
|
1805
1812
|
this.g("DataToolTipLabelTextMarginRight");
|
|
1806
1813
|
},
|
|
1807
1814
|
enumerable: false,
|
|
@@ -1809,10 +1816,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1809
1816
|
});
|
|
1810
1817
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextMarginTop", {
|
|
1811
1818
|
get: function () {
|
|
1812
|
-
return this.
|
|
1819
|
+
return this.df;
|
|
1813
1820
|
},
|
|
1814
1821
|
set: function (a) {
|
|
1815
|
-
this.
|
|
1822
|
+
this.df = a;
|
|
1816
1823
|
this.g("DataToolTipLabelTextMarginTop");
|
|
1817
1824
|
},
|
|
1818
1825
|
enumerable: false,
|
|
@@ -1820,10 +1827,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1820
1827
|
});
|
|
1821
1828
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontFamily", {
|
|
1822
1829
|
get: function () {
|
|
1823
|
-
return this.
|
|
1830
|
+
return this.jk;
|
|
1824
1831
|
},
|
|
1825
1832
|
set: function (a) {
|
|
1826
|
-
this.
|
|
1833
|
+
this.jk = a;
|
|
1827
1834
|
this.g("DataToolTipLabelTextFontFamily");
|
|
1828
1835
|
},
|
|
1829
1836
|
enumerable: false,
|
|
@@ -1831,10 +1838,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1831
1838
|
});
|
|
1832
1839
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontSize", {
|
|
1833
1840
|
get: function () {
|
|
1834
|
-
return this.
|
|
1841
|
+
return this.db;
|
|
1835
1842
|
},
|
|
1836
1843
|
set: function (a) {
|
|
1837
|
-
this.
|
|
1844
|
+
this.db = a;
|
|
1838
1845
|
this.g("DataToolTipLabelTextFontSize");
|
|
1839
1846
|
},
|
|
1840
1847
|
enumerable: false,
|
|
@@ -1842,10 +1849,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1842
1849
|
});
|
|
1843
1850
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontStyle", {
|
|
1844
1851
|
get: function () {
|
|
1845
|
-
return this.
|
|
1852
|
+
return this.jl;
|
|
1846
1853
|
},
|
|
1847
1854
|
set: function (a) {
|
|
1848
|
-
this.
|
|
1855
|
+
this.jl = a;
|
|
1849
1856
|
this.g("DataToolTipLabelTextFontStyle");
|
|
1850
1857
|
},
|
|
1851
1858
|
enumerable: false,
|
|
@@ -1853,10 +1860,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1853
1860
|
});
|
|
1854
1861
|
Object.defineProperty(DomainChartDescription.prototype, "dataToolTipLabelTextFontWeight", {
|
|
1855
1862
|
get: function () {
|
|
1856
|
-
return this.
|
|
1863
|
+
return this.jm;
|
|
1857
1864
|
},
|
|
1858
1865
|
set: function (a) {
|
|
1859
|
-
this.
|
|
1866
|
+
this.jm = a;
|
|
1860
1867
|
this.g("DataToolTipLabelTextFontWeight");
|
|
1861
1868
|
},
|
|
1862
1869
|
enumerable: false,
|
|
@@ -1864,10 +1871,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1864
1871
|
});
|
|
1865
1872
|
Object.defineProperty(DomainChartDescription.prototype, "sortDescriptions", {
|
|
1866
1873
|
get: function () {
|
|
1867
|
-
return this.
|
|
1874
|
+
return this.ah;
|
|
1868
1875
|
},
|
|
1869
1876
|
set: function (a) {
|
|
1870
|
-
this.
|
|
1877
|
+
this.ah = a;
|
|
1871
1878
|
this.g("SortDescriptions");
|
|
1872
1879
|
},
|
|
1873
1880
|
enumerable: false,
|
|
@@ -1906,12 +1913,23 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1906
1913
|
enumerable: false,
|
|
1907
1914
|
configurable: true
|
|
1908
1915
|
});
|
|
1916
|
+
Object.defineProperty(DomainChartDescription.prototype, "highlightFilterExpressions", {
|
|
1917
|
+
get: function () {
|
|
1918
|
+
return this.v;
|
|
1919
|
+
},
|
|
1920
|
+
set: function (a) {
|
|
1921
|
+
this.v = a;
|
|
1922
|
+
this.g("HighlightFilterExpressions");
|
|
1923
|
+
},
|
|
1924
|
+
enumerable: false,
|
|
1925
|
+
configurable: true
|
|
1926
|
+
});
|
|
1909
1927
|
Object.defineProperty(DomainChartDescription.prototype, "summaryDescriptions", {
|
|
1910
1928
|
get: function () {
|
|
1911
|
-
return this.
|
|
1929
|
+
return this.ai;
|
|
1912
1930
|
},
|
|
1913
1931
|
set: function (a) {
|
|
1914
|
-
this.
|
|
1932
|
+
this.ai = a;
|
|
1915
1933
|
this.g("SummaryDescriptions");
|
|
1916
1934
|
},
|
|
1917
1935
|
enumerable: false,
|
|
@@ -1919,10 +1937,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1919
1937
|
});
|
|
1920
1938
|
Object.defineProperty(DomainChartDescription.prototype, "initialSortDescriptions", {
|
|
1921
1939
|
get: function () {
|
|
1922
|
-
return this.
|
|
1940
|
+
return this.ab;
|
|
1923
1941
|
},
|
|
1924
1942
|
set: function (a) {
|
|
1925
|
-
this.
|
|
1943
|
+
this.ab = a;
|
|
1926
1944
|
this.g("InitialSortDescriptions");
|
|
1927
1945
|
},
|
|
1928
1946
|
enumerable: false,
|
|
@@ -1930,10 +1948,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1930
1948
|
});
|
|
1931
1949
|
Object.defineProperty(DomainChartDescription.prototype, "initialGroupSortDescriptions", {
|
|
1932
1950
|
get: function () {
|
|
1933
|
-
return this.
|
|
1951
|
+
return this.z;
|
|
1934
1952
|
},
|
|
1935
1953
|
set: function (a) {
|
|
1936
|
-
this.
|
|
1954
|
+
this.z = a;
|
|
1937
1955
|
this.g("InitialGroupSortDescriptions");
|
|
1938
1956
|
},
|
|
1939
1957
|
enumerable: false,
|
|
@@ -1941,21 +1959,43 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1941
1959
|
});
|
|
1942
1960
|
Object.defineProperty(DomainChartDescription.prototype, "initialGroupDescriptions", {
|
|
1943
1961
|
get: function () {
|
|
1944
|
-
return this.
|
|
1962
|
+
return this.y;
|
|
1945
1963
|
},
|
|
1946
1964
|
set: function (a) {
|
|
1947
|
-
this.
|
|
1965
|
+
this.y = a;
|
|
1948
1966
|
this.g("InitialGroupDescriptions");
|
|
1949
1967
|
},
|
|
1950
1968
|
enumerable: false,
|
|
1951
1969
|
configurable: true
|
|
1952
1970
|
});
|
|
1971
|
+
Object.defineProperty(DomainChartDescription.prototype, "initialFilterExpressions", {
|
|
1972
|
+
get: function () {
|
|
1973
|
+
return this.x;
|
|
1974
|
+
},
|
|
1975
|
+
set: function (a) {
|
|
1976
|
+
this.x = a;
|
|
1977
|
+
this.g("InitialFilterExpressions");
|
|
1978
|
+
},
|
|
1979
|
+
enumerable: false,
|
|
1980
|
+
configurable: true
|
|
1981
|
+
});
|
|
1982
|
+
Object.defineProperty(DomainChartDescription.prototype, "initialHighlightFilterExpressions", {
|
|
1983
|
+
get: function () {
|
|
1984
|
+
return this.aa;
|
|
1985
|
+
},
|
|
1986
|
+
set: function (a) {
|
|
1987
|
+
this.aa = a;
|
|
1988
|
+
this.g("InitialHighlightFilterExpressions");
|
|
1989
|
+
},
|
|
1990
|
+
enumerable: false,
|
|
1991
|
+
configurable: true
|
|
1992
|
+
});
|
|
1953
1993
|
Object.defineProperty(DomainChartDescription.prototype, "initialSummaryDescriptions", {
|
|
1954
1994
|
get: function () {
|
|
1955
|
-
return this.
|
|
1995
|
+
return this.ac;
|
|
1956
1996
|
},
|
|
1957
1997
|
set: function (a) {
|
|
1958
|
-
this.
|
|
1998
|
+
this.ac = a;
|
|
1959
1999
|
this.g("InitialSummaryDescriptions");
|
|
1960
2000
|
},
|
|
1961
2001
|
enumerable: false,
|
|
@@ -1963,10 +2003,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1963
2003
|
});
|
|
1964
2004
|
Object.defineProperty(DomainChartDescription.prototype, "initialSorts", {
|
|
1965
2005
|
get: function () {
|
|
1966
|
-
return this.
|
|
2006
|
+
return this.k4;
|
|
1967
2007
|
},
|
|
1968
2008
|
set: function (a) {
|
|
1969
|
-
this.
|
|
2009
|
+
this.k4 = a;
|
|
1970
2010
|
this.g("InitialSorts");
|
|
1971
2011
|
},
|
|
1972
2012
|
enumerable: false,
|
|
@@ -1974,10 +2014,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1974
2014
|
});
|
|
1975
2015
|
Object.defineProperty(DomainChartDescription.prototype, "groupSorts", {
|
|
1976
2016
|
get: function () {
|
|
1977
|
-
return this.
|
|
2017
|
+
return this.kt;
|
|
1978
2018
|
},
|
|
1979
2019
|
set: function (a) {
|
|
1980
|
-
this.
|
|
2020
|
+
this.kt = a;
|
|
1981
2021
|
this.g("GroupSorts");
|
|
1982
2022
|
},
|
|
1983
2023
|
enumerable: false,
|
|
@@ -1985,21 +2025,43 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1985
2025
|
});
|
|
1986
2026
|
Object.defineProperty(DomainChartDescription.prototype, "initialGroups", {
|
|
1987
2027
|
get: function () {
|
|
1988
|
-
return this.
|
|
2028
|
+
return this.k2;
|
|
1989
2029
|
},
|
|
1990
2030
|
set: function (a) {
|
|
1991
|
-
this.
|
|
2031
|
+
this.k2 = a;
|
|
1992
2032
|
this.g("InitialGroups");
|
|
1993
2033
|
},
|
|
1994
2034
|
enumerable: false,
|
|
1995
2035
|
configurable: true
|
|
1996
2036
|
});
|
|
2037
|
+
Object.defineProperty(DomainChartDescription.prototype, "initialFilter", {
|
|
2038
|
+
get: function () {
|
|
2039
|
+
return this.k1;
|
|
2040
|
+
},
|
|
2041
|
+
set: function (a) {
|
|
2042
|
+
this.k1 = a;
|
|
2043
|
+
this.g("InitialFilter");
|
|
2044
|
+
},
|
|
2045
|
+
enumerable: false,
|
|
2046
|
+
configurable: true
|
|
2047
|
+
});
|
|
2048
|
+
Object.defineProperty(DomainChartDescription.prototype, "initialHighlightFilter", {
|
|
2049
|
+
get: function () {
|
|
2050
|
+
return this.k3;
|
|
2051
|
+
},
|
|
2052
|
+
set: function (a) {
|
|
2053
|
+
this.k3 = a;
|
|
2054
|
+
this.g("InitialHighlightFilter");
|
|
2055
|
+
},
|
|
2056
|
+
enumerable: false,
|
|
2057
|
+
configurable: true
|
|
2058
|
+
});
|
|
1997
2059
|
Object.defineProperty(DomainChartDescription.prototype, "initialSummaries", {
|
|
1998
2060
|
get: function () {
|
|
1999
|
-
return this.
|
|
2061
|
+
return this.k5;
|
|
2000
2062
|
},
|
|
2001
2063
|
set: function (a) {
|
|
2002
|
-
this.
|
|
2064
|
+
this.k5 = a;
|
|
2003
2065
|
this.g("InitialSummaries");
|
|
2004
2066
|
},
|
|
2005
2067
|
enumerable: false,
|
|
@@ -2007,10 +2069,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2007
2069
|
});
|
|
2008
2070
|
Object.defineProperty(DomainChartDescription.prototype, "dataSourceRef", {
|
|
2009
2071
|
get: function () {
|
|
2010
|
-
return this.
|
|
2072
|
+
return this.i4;
|
|
2011
2073
|
},
|
|
2012
2074
|
set: function (a) {
|
|
2013
|
-
this.
|
|
2075
|
+
this.i4 = a;
|
|
2014
2076
|
this.g("DataSourceRef");
|
|
2015
2077
|
},
|
|
2016
2078
|
enumerable: false,
|
|
@@ -2018,10 +2080,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2018
2080
|
});
|
|
2019
2081
|
Object.defineProperty(DomainChartDescription.prototype, "dataSource", {
|
|
2020
2082
|
get: function () {
|
|
2021
|
-
return this.
|
|
2083
|
+
return this.bh;
|
|
2022
2084
|
},
|
|
2023
2085
|
set: function (a) {
|
|
2024
|
-
this.
|
|
2086
|
+
this.bh = a;
|
|
2025
2087
|
this.g("DataSource");
|
|
2026
2088
|
},
|
|
2027
2089
|
enumerable: false,
|
|
@@ -2029,10 +2091,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2029
2091
|
});
|
|
2030
2092
|
Object.defineProperty(DomainChartDescription.prototype, "includedProperties", {
|
|
2031
2093
|
get: function () {
|
|
2032
|
-
return this.
|
|
2094
|
+
return this.w;
|
|
2033
2095
|
},
|
|
2034
2096
|
set: function (a) {
|
|
2035
|
-
this.
|
|
2097
|
+
this.w = a;
|
|
2036
2098
|
this.g("IncludedProperties");
|
|
2037
2099
|
},
|
|
2038
2100
|
enumerable: false,
|
|
@@ -2062,10 +2124,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2062
2124
|
});
|
|
2063
2125
|
Object.defineProperty(DomainChartDescription.prototype, "outlines", {
|
|
2064
2126
|
get: function () {
|
|
2065
|
-
return this.
|
|
2127
|
+
return this.ag;
|
|
2066
2128
|
},
|
|
2067
2129
|
set: function (a) {
|
|
2068
|
-
this.
|
|
2130
|
+
this.ag = a;
|
|
2069
2131
|
this.g("Outlines");
|
|
2070
2132
|
},
|
|
2071
2133
|
enumerable: false,
|
|
@@ -2095,10 +2157,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2095
2157
|
});
|
|
2096
2158
|
Object.defineProperty(DomainChartDescription.prototype, "legendRef", {
|
|
2097
2159
|
get: function () {
|
|
2098
|
-
return this.
|
|
2160
|
+
return this.k9;
|
|
2099
2161
|
},
|
|
2100
2162
|
set: function (a) {
|
|
2101
|
-
this.
|
|
2163
|
+
this.k9 = a;
|
|
2102
2164
|
this.g("LegendRef");
|
|
2103
2165
|
},
|
|
2104
2166
|
enumerable: false,
|
|
@@ -2106,10 +2168,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2106
2168
|
});
|
|
2107
2169
|
Object.defineProperty(DomainChartDescription.prototype, "isHorizontalZoomEnabled", {
|
|
2108
2170
|
get: function () {
|
|
2109
|
-
return this.
|
|
2171
|
+
return this.bz;
|
|
2110
2172
|
},
|
|
2111
2173
|
set: function (a) {
|
|
2112
|
-
this.
|
|
2174
|
+
this.bz = a;
|
|
2113
2175
|
this.g("IsHorizontalZoomEnabled");
|
|
2114
2176
|
},
|
|
2115
2177
|
enumerable: false,
|
|
@@ -2117,10 +2179,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2117
2179
|
});
|
|
2118
2180
|
Object.defineProperty(DomainChartDescription.prototype, "isVerticalZoomEnabled", {
|
|
2119
2181
|
get: function () {
|
|
2120
|
-
return this.
|
|
2182
|
+
return this.b1;
|
|
2121
2183
|
},
|
|
2122
2184
|
set: function (a) {
|
|
2123
|
-
this.
|
|
2185
|
+
this.b1 = a;
|
|
2124
2186
|
this.g("IsVerticalZoomEnabled");
|
|
2125
2187
|
},
|
|
2126
2188
|
enumerable: false,
|
|
@@ -2128,10 +2190,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2128
2190
|
});
|
|
2129
2191
|
Object.defineProperty(DomainChartDescription.prototype, "shouldDisplayMockData", {
|
|
2130
2192
|
get: function () {
|
|
2131
|
-
return this.
|
|
2193
|
+
return this.b3;
|
|
2132
2194
|
},
|
|
2133
2195
|
set: function (a) {
|
|
2134
|
-
this.
|
|
2196
|
+
this.b3 = a;
|
|
2135
2197
|
this.g("ShouldDisplayMockData");
|
|
2136
2198
|
},
|
|
2137
2199
|
enumerable: false,
|
|
@@ -2139,21 +2201,32 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2139
2201
|
});
|
|
2140
2202
|
Object.defineProperty(DomainChartDescription.prototype, "shouldUseSkeletonStyleForMockData", {
|
|
2141
2203
|
get: function () {
|
|
2142
|
-
return this.
|
|
2204
|
+
return this.b5;
|
|
2143
2205
|
},
|
|
2144
2206
|
set: function (a) {
|
|
2145
|
-
this.
|
|
2207
|
+
this.b5 = a;
|
|
2146
2208
|
this.g("ShouldUseSkeletonStyleForMockData");
|
|
2147
2209
|
},
|
|
2148
2210
|
enumerable: false,
|
|
2149
2211
|
configurable: true
|
|
2150
2212
|
});
|
|
2213
|
+
Object.defineProperty(DomainChartDescription.prototype, "highlightedValuesDisplayMode", {
|
|
2214
|
+
get: function () {
|
|
2215
|
+
return this.ku;
|
|
2216
|
+
},
|
|
2217
|
+
set: function (a) {
|
|
2218
|
+
this.ku = a;
|
|
2219
|
+
this.g("HighlightedValuesDisplayMode");
|
|
2220
|
+
},
|
|
2221
|
+
enumerable: false,
|
|
2222
|
+
configurable: true
|
|
2223
|
+
});
|
|
2151
2224
|
Object.defineProperty(DomainChartDescription.prototype, "isSeriesHighlightingEnabled", {
|
|
2152
2225
|
get: function () {
|
|
2153
|
-
return this.
|
|
2226
|
+
return this.b0;
|
|
2154
2227
|
},
|
|
2155
2228
|
set: function (a) {
|
|
2156
|
-
this.
|
|
2229
|
+
this.b0 = a;
|
|
2157
2230
|
this.g("IsSeriesHighlightingEnabled");
|
|
2158
2231
|
},
|
|
2159
2232
|
enumerable: false,
|
|
@@ -2161,10 +2234,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2161
2234
|
});
|
|
2162
2235
|
Object.defineProperty(DomainChartDescription.prototype, "windowRect", {
|
|
2163
2236
|
get: function () {
|
|
2164
|
-
return this.
|
|
2237
|
+
return this.bj;
|
|
2165
2238
|
},
|
|
2166
2239
|
set: function (a) {
|
|
2167
|
-
this.
|
|
2240
|
+
this.bj = a;
|
|
2168
2241
|
this.g("WindowRect");
|
|
2169
2242
|
},
|
|
2170
2243
|
enumerable: false,
|
|
@@ -2172,10 +2245,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2172
2245
|
});
|
|
2173
2246
|
Object.defineProperty(DomainChartDescription.prototype, "chartTitle", {
|
|
2174
2247
|
get: function () {
|
|
2175
|
-
return this.
|
|
2248
|
+
return this.iv;
|
|
2176
2249
|
},
|
|
2177
2250
|
set: function (a) {
|
|
2178
|
-
this.
|
|
2251
|
+
this.iv = a;
|
|
2179
2252
|
this.g("ChartTitle");
|
|
2180
2253
|
},
|
|
2181
2254
|
enumerable: false,
|
|
@@ -2183,10 +2256,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2183
2256
|
});
|
|
2184
2257
|
Object.defineProperty(DomainChartDescription.prototype, "subtitle", {
|
|
2185
2258
|
get: function () {
|
|
2186
|
-
return this.
|
|
2259
|
+
return this.ln;
|
|
2187
2260
|
},
|
|
2188
2261
|
set: function (a) {
|
|
2189
|
-
this.
|
|
2262
|
+
this.ln = a;
|
|
2190
2263
|
this.g("Subtitle");
|
|
2191
2264
|
},
|
|
2192
2265
|
enumerable: false,
|
|
@@ -2194,10 +2267,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2194
2267
|
});
|
|
2195
2268
|
Object.defineProperty(DomainChartDescription.prototype, "titleAlignment", {
|
|
2196
2269
|
get: function () {
|
|
2197
|
-
return this.
|
|
2270
|
+
return this.lr;
|
|
2198
2271
|
},
|
|
2199
2272
|
set: function (a) {
|
|
2200
|
-
this.
|
|
2273
|
+
this.lr = a;
|
|
2201
2274
|
this.g("TitleAlignment");
|
|
2202
2275
|
},
|
|
2203
2276
|
enumerable: false,
|
|
@@ -2205,10 +2278,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2205
2278
|
});
|
|
2206
2279
|
Object.defineProperty(DomainChartDescription.prototype, "subtitleAlignment", {
|
|
2207
2280
|
get: function () {
|
|
2208
|
-
return this.
|
|
2281
|
+
return this.lo;
|
|
2209
2282
|
},
|
|
2210
2283
|
set: function (a) {
|
|
2211
|
-
this.
|
|
2284
|
+
this.lo = a;
|
|
2212
2285
|
this.g("SubtitleAlignment");
|
|
2213
2286
|
},
|
|
2214
2287
|
enumerable: false,
|
|
@@ -2216,10 +2289,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2216
2289
|
});
|
|
2217
2290
|
Object.defineProperty(DomainChartDescription.prototype, "unknownValuePlotting", {
|
|
2218
2291
|
get: function () {
|
|
2219
|
-
return this.
|
|
2292
|
+
return this.lx;
|
|
2220
2293
|
},
|
|
2221
2294
|
set: function (a) {
|
|
2222
|
-
this.
|
|
2295
|
+
this.lx = a;
|
|
2223
2296
|
this.g("UnknownValuePlotting");
|
|
2224
2297
|
},
|
|
2225
2298
|
enumerable: false,
|
|
@@ -2227,10 +2300,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2227
2300
|
});
|
|
2228
2301
|
Object.defineProperty(DomainChartDescription.prototype, "resolution", {
|
|
2229
2302
|
get: function () {
|
|
2230
|
-
return this.
|
|
2303
|
+
return this.et;
|
|
2231
2304
|
},
|
|
2232
2305
|
set: function (a) {
|
|
2233
|
-
this.
|
|
2306
|
+
this.et = a;
|
|
2234
2307
|
this.g("Resolution");
|
|
2235
2308
|
},
|
|
2236
2309
|
enumerable: false,
|
|
@@ -2238,10 +2311,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2238
2311
|
});
|
|
2239
2312
|
Object.defineProperty(DomainChartDescription.prototype, "thickness", {
|
|
2240
2313
|
get: function () {
|
|
2241
|
-
return this.
|
|
2314
|
+
return this.ez;
|
|
2242
2315
|
},
|
|
2243
2316
|
set: function (a) {
|
|
2244
|
-
this.
|
|
2317
|
+
this.ez = a;
|
|
2245
2318
|
this.g("Thickness");
|
|
2246
2319
|
},
|
|
2247
2320
|
enumerable: false,
|
|
@@ -2249,10 +2322,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2249
2322
|
});
|
|
2250
2323
|
Object.defineProperty(DomainChartDescription.prototype, "outlineMode", {
|
|
2251
2324
|
get: function () {
|
|
2252
|
-
return this.
|
|
2325
|
+
return this.ld;
|
|
2253
2326
|
},
|
|
2254
2327
|
set: function (a) {
|
|
2255
|
-
this.
|
|
2328
|
+
this.ld = a;
|
|
2256
2329
|
this.g("OutlineMode");
|
|
2257
2330
|
},
|
|
2258
2331
|
enumerable: false,
|
|
@@ -2260,10 +2333,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2260
2333
|
});
|
|
2261
2334
|
Object.defineProperty(DomainChartDescription.prototype, "markerOutlineMode", {
|
|
2262
2335
|
get: function () {
|
|
2263
|
-
return this.
|
|
2336
|
+
return this.lc;
|
|
2264
2337
|
},
|
|
2265
2338
|
set: function (a) {
|
|
2266
|
-
this.
|
|
2339
|
+
this.lc = a;
|
|
2267
2340
|
this.g("MarkerOutlineMode");
|
|
2268
2341
|
},
|
|
2269
2342
|
enumerable: false,
|
|
@@ -2271,10 +2344,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2271
2344
|
});
|
|
2272
2345
|
Object.defineProperty(DomainChartDescription.prototype, "markerFillMode", {
|
|
2273
2346
|
get: function () {
|
|
2274
|
-
return this.
|
|
2347
|
+
return this.lb;
|
|
2275
2348
|
},
|
|
2276
2349
|
set: function (a) {
|
|
2277
|
-
this.
|
|
2350
|
+
this.lb = a;
|
|
2278
2351
|
this.g("MarkerFillMode");
|
|
2279
2352
|
},
|
|
2280
2353
|
enumerable: false,
|
|
@@ -2282,10 +2355,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2282
2355
|
});
|
|
2283
2356
|
Object.defineProperty(DomainChartDescription.prototype, "markerFillOpacity", {
|
|
2284
2357
|
get: function () {
|
|
2285
|
-
return this.
|
|
2358
|
+
return this.em;
|
|
2286
2359
|
},
|
|
2287
2360
|
set: function (a) {
|
|
2288
|
-
this.
|
|
2361
|
+
this.em = a;
|
|
2289
2362
|
this.g("MarkerFillOpacity");
|
|
2290
2363
|
},
|
|
2291
2364
|
enumerable: false,
|
|
@@ -2293,10 +2366,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2293
2366
|
});
|
|
2294
2367
|
Object.defineProperty(DomainChartDescription.prototype, "markerThickness", {
|
|
2295
2368
|
get: function () {
|
|
2296
|
-
return this.
|
|
2369
|
+
return this.en;
|
|
2297
2370
|
},
|
|
2298
2371
|
set: function (a) {
|
|
2299
|
-
this.
|
|
2372
|
+
this.en = a;
|
|
2300
2373
|
this.g("MarkerThickness");
|
|
2301
2374
|
},
|
|
2302
2375
|
enumerable: false,
|
|
@@ -2304,10 +2377,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2304
2377
|
});
|
|
2305
2378
|
Object.defineProperty(DomainChartDescription.prototype, "markerTypes", {
|
|
2306
2379
|
get: function () {
|
|
2307
|
-
return this.
|
|
2380
|
+
return this.af;
|
|
2308
2381
|
},
|
|
2309
2382
|
set: function (a) {
|
|
2310
|
-
this.
|
|
2383
|
+
this.af = a;
|
|
2311
2384
|
this.g("MarkerTypes");
|
|
2312
2385
|
},
|
|
2313
2386
|
enumerable: false,
|
|
@@ -2315,10 +2388,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2315
2388
|
});
|
|
2316
2389
|
Object.defineProperty(DomainChartDescription.prototype, "markerAutomaticBehavior", {
|
|
2317
2390
|
get: function () {
|
|
2318
|
-
return this.
|
|
2391
|
+
return this.la;
|
|
2319
2392
|
},
|
|
2320
2393
|
set: function (a) {
|
|
2321
|
-
this.
|
|
2394
|
+
this.la = a;
|
|
2322
2395
|
this.g("MarkerAutomaticBehavior");
|
|
2323
2396
|
},
|
|
2324
2397
|
enumerable: false,
|
|
@@ -2326,10 +2399,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2326
2399
|
});
|
|
2327
2400
|
Object.defineProperty(DomainChartDescription.prototype, "markerBrushes", {
|
|
2328
2401
|
get: function () {
|
|
2329
|
-
return this.
|
|
2402
|
+
return this.ad;
|
|
2330
2403
|
},
|
|
2331
2404
|
set: function (a) {
|
|
2332
|
-
this.
|
|
2405
|
+
this.ad = a;
|
|
2333
2406
|
this.g("MarkerBrushes");
|
|
2334
2407
|
},
|
|
2335
2408
|
enumerable: false,
|
|
@@ -2337,10 +2410,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2337
2410
|
});
|
|
2338
2411
|
Object.defineProperty(DomainChartDescription.prototype, "markerOutlines", {
|
|
2339
2412
|
get: function () {
|
|
2340
|
-
return this.
|
|
2413
|
+
return this.ae;
|
|
2341
2414
|
},
|
|
2342
2415
|
set: function (a) {
|
|
2343
|
-
this.
|
|
2416
|
+
this.ae = a;
|
|
2344
2417
|
this.g("MarkerOutlines");
|
|
2345
2418
|
},
|
|
2346
2419
|
enumerable: false,
|
|
@@ -2348,10 +2421,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2348
2421
|
});
|
|
2349
2422
|
Object.defineProperty(DomainChartDescription.prototype, "markerMaxCount", {
|
|
2350
2423
|
get: function () {
|
|
2351
|
-
return this.
|
|
2424
|
+
return this.ib;
|
|
2352
2425
|
},
|
|
2353
2426
|
set: function (a) {
|
|
2354
|
-
this.
|
|
2427
|
+
this.ib = a;
|
|
2355
2428
|
this.g("MarkerMaxCount");
|
|
2356
2429
|
},
|
|
2357
2430
|
enumerable: false,
|
|
@@ -2359,10 +2432,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2359
2432
|
});
|
|
2360
2433
|
Object.defineProperty(DomainChartDescription.prototype, "areaFillOpacity", {
|
|
2361
2434
|
get: function () {
|
|
2362
|
-
return this.
|
|
2435
|
+
return this.ct;
|
|
2363
2436
|
},
|
|
2364
2437
|
set: function (a) {
|
|
2365
|
-
this.
|
|
2438
|
+
this.ct = a;
|
|
2366
2439
|
this.g("AreaFillOpacity");
|
|
2367
2440
|
},
|
|
2368
2441
|
enumerable: false,
|
|
@@ -2370,10 +2443,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2370
2443
|
});
|
|
2371
2444
|
Object.defineProperty(DomainChartDescription.prototype, "animateSeriesWhenAxisRangeChanges", {
|
|
2372
2445
|
get: function () {
|
|
2373
|
-
return this.
|
|
2446
|
+
return this.bm;
|
|
2374
2447
|
},
|
|
2375
2448
|
set: function (a) {
|
|
2376
|
-
this.
|
|
2449
|
+
this.bm = a;
|
|
2377
2450
|
this.g("AnimateSeriesWhenAxisRangeChanges");
|
|
2378
2451
|
},
|
|
2379
2452
|
enumerable: false,
|
|
@@ -2381,10 +2454,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2381
2454
|
});
|
|
2382
2455
|
Object.defineProperty(DomainChartDescription.prototype, "trendLineBrushes", {
|
|
2383
2456
|
get: function () {
|
|
2384
|
-
return this.
|
|
2457
|
+
return this.aj;
|
|
2385
2458
|
},
|
|
2386
2459
|
set: function (a) {
|
|
2387
|
-
this.
|
|
2460
|
+
this.aj = a;
|
|
2388
2461
|
this.g("TrendLineBrushes");
|
|
2389
2462
|
},
|
|
2390
2463
|
enumerable: false,
|
|
@@ -2392,10 +2465,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2392
2465
|
});
|
|
2393
2466
|
Object.defineProperty(DomainChartDescription.prototype, "trendLineType", {
|
|
2394
2467
|
get: function () {
|
|
2395
|
-
return this.
|
|
2468
|
+
return this.lw;
|
|
2396
2469
|
},
|
|
2397
2470
|
set: function (a) {
|
|
2398
|
-
this.
|
|
2471
|
+
this.lw = a;
|
|
2399
2472
|
this.g("TrendLineType");
|
|
2400
2473
|
},
|
|
2401
2474
|
enumerable: false,
|
|
@@ -2403,10 +2476,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2403
2476
|
});
|
|
2404
2477
|
Object.defineProperty(DomainChartDescription.prototype, "trendLineThickness", {
|
|
2405
2478
|
get: function () {
|
|
2406
|
-
return this.
|
|
2479
|
+
return this.e5;
|
|
2407
2480
|
},
|
|
2408
2481
|
set: function (a) {
|
|
2409
|
-
this.
|
|
2482
|
+
this.e5 = a;
|
|
2410
2483
|
this.g("TrendLineThickness");
|
|
2411
2484
|
},
|
|
2412
2485
|
enumerable: false,
|
|
@@ -2414,10 +2487,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2414
2487
|
});
|
|
2415
2488
|
Object.defineProperty(DomainChartDescription.prototype, "alignsGridLinesToPixels", {
|
|
2416
2489
|
get: function () {
|
|
2417
|
-
return this.
|
|
2490
|
+
return this.bl;
|
|
2418
2491
|
},
|
|
2419
2492
|
set: function (a) {
|
|
2420
|
-
this.
|
|
2493
|
+
this.bl = a;
|
|
2421
2494
|
this.g("AlignsGridLinesToPixels");
|
|
2422
2495
|
},
|
|
2423
2496
|
enumerable: false,
|
|
@@ -2425,10 +2498,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2425
2498
|
});
|
|
2426
2499
|
Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginLeft", {
|
|
2427
2500
|
get: function () {
|
|
2428
|
-
return this.
|
|
2501
|
+
return this.eq;
|
|
2429
2502
|
},
|
|
2430
2503
|
set: function (a) {
|
|
2431
|
-
this.
|
|
2504
|
+
this.eq = a;
|
|
2432
2505
|
this.g("PlotAreaMarginLeft");
|
|
2433
2506
|
},
|
|
2434
2507
|
enumerable: false,
|
|
@@ -2436,10 +2509,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2436
2509
|
});
|
|
2437
2510
|
Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginTop", {
|
|
2438
2511
|
get: function () {
|
|
2439
|
-
return this.
|
|
2512
|
+
return this.es;
|
|
2440
2513
|
},
|
|
2441
2514
|
set: function (a) {
|
|
2442
|
-
this.
|
|
2515
|
+
this.es = a;
|
|
2443
2516
|
this.g("PlotAreaMarginTop");
|
|
2444
2517
|
},
|
|
2445
2518
|
enumerable: false,
|
|
@@ -2447,10 +2520,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2447
2520
|
});
|
|
2448
2521
|
Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginRight", {
|
|
2449
2522
|
get: function () {
|
|
2450
|
-
return this.
|
|
2523
|
+
return this.er;
|
|
2451
2524
|
},
|
|
2452
2525
|
set: function (a) {
|
|
2453
|
-
this.
|
|
2526
|
+
this.er = a;
|
|
2454
2527
|
this.g("PlotAreaMarginRight");
|
|
2455
2528
|
},
|
|
2456
2529
|
enumerable: false,
|
|
@@ -2458,10 +2531,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2458
2531
|
});
|
|
2459
2532
|
Object.defineProperty(DomainChartDescription.prototype, "plotAreaMarginBottom", {
|
|
2460
2533
|
get: function () {
|
|
2461
|
-
return this.
|
|
2534
|
+
return this.ep;
|
|
2462
2535
|
},
|
|
2463
2536
|
set: function (a) {
|
|
2464
|
-
this.
|
|
2537
|
+
this.ep = a;
|
|
2465
2538
|
this.g("PlotAreaMarginBottom");
|
|
2466
2539
|
},
|
|
2467
2540
|
enumerable: false,
|
|
@@ -2469,10 +2542,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2469
2542
|
});
|
|
2470
2543
|
Object.defineProperty(DomainChartDescription.prototype, "computedPlotAreaMarginMode", {
|
|
2471
2544
|
get: function () {
|
|
2472
|
-
return this.
|
|
2545
|
+
return this.iw;
|
|
2473
2546
|
},
|
|
2474
2547
|
set: function (a) {
|
|
2475
|
-
this.
|
|
2548
|
+
this.iw = a;
|
|
2476
2549
|
this.g("ComputedPlotAreaMarginMode");
|
|
2477
2550
|
},
|
|
2478
2551
|
enumerable: false,
|
|
@@ -2480,10 +2553,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2480
2553
|
});
|
|
2481
2554
|
Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginHorizontalMode", {
|
|
2482
2555
|
get: function () {
|
|
2483
|
-
return this.
|
|
2556
|
+
return this.lf;
|
|
2484
2557
|
},
|
|
2485
2558
|
set: function (a) {
|
|
2486
|
-
this.
|
|
2559
|
+
this.lf = a;
|
|
2487
2560
|
this.g("SeriesPlotAreaMarginHorizontalMode");
|
|
2488
2561
|
},
|
|
2489
2562
|
enumerable: false,
|
|
@@ -2491,10 +2564,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2491
2564
|
});
|
|
2492
2565
|
Object.defineProperty(DomainChartDescription.prototype, "seriesPlotAreaMarginVerticalMode", {
|
|
2493
2566
|
get: function () {
|
|
2494
|
-
return this.
|
|
2567
|
+
return this.lg;
|
|
2495
2568
|
},
|
|
2496
2569
|
set: function (a) {
|
|
2497
|
-
this.
|
|
2570
|
+
this.lg = a;
|
|
2498
2571
|
this.g("SeriesPlotAreaMarginVerticalMode");
|
|
2499
2572
|
},
|
|
2500
2573
|
enumerable: false,
|
|
@@ -2502,10 +2575,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2502
2575
|
});
|
|
2503
2576
|
Object.defineProperty(DomainChartDescription.prototype, "highlightingMode", {
|
|
2504
2577
|
get: function () {
|
|
2505
|
-
return this.
|
|
2578
|
+
return this.kw;
|
|
2506
2579
|
},
|
|
2507
2580
|
set: function (a) {
|
|
2508
|
-
this.
|
|
2581
|
+
this.kw = a;
|
|
2509
2582
|
this.g("HighlightingMode");
|
|
2510
2583
|
},
|
|
2511
2584
|
enumerable: false,
|
|
@@ -2513,10 +2586,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2513
2586
|
});
|
|
2514
2587
|
Object.defineProperty(DomainChartDescription.prototype, "highlightingBehavior", {
|
|
2515
2588
|
get: function () {
|
|
2516
|
-
return this.
|
|
2589
|
+
return this.kv;
|
|
2517
2590
|
},
|
|
2518
2591
|
set: function (a) {
|
|
2519
|
-
this.
|
|
2592
|
+
this.kv = a;
|
|
2520
2593
|
this.g("HighlightingBehavior");
|
|
2521
2594
|
},
|
|
2522
2595
|
enumerable: false,
|
|
@@ -2524,10 +2597,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2524
2597
|
});
|
|
2525
2598
|
Object.defineProperty(DomainChartDescription.prototype, "legendHighlightingMode", {
|
|
2526
2599
|
get: function () {
|
|
2527
|
-
return this.
|
|
2600
|
+
return this.k6;
|
|
2528
2601
|
},
|
|
2529
2602
|
set: function (a) {
|
|
2530
|
-
this.
|
|
2603
|
+
this.k6 = a;
|
|
2531
2604
|
this.g("LegendHighlightingMode");
|
|
2532
2605
|
},
|
|
2533
2606
|
enumerable: false,
|
|
@@ -2535,10 +2608,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2535
2608
|
});
|
|
2536
2609
|
Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeShape", {
|
|
2537
2610
|
get: function () {
|
|
2538
|
-
return this.
|
|
2611
|
+
return this.k8;
|
|
2539
2612
|
},
|
|
2540
2613
|
set: function (a) {
|
|
2541
|
-
this.
|
|
2614
|
+
this.k8 = a;
|
|
2542
2615
|
this.g("LegendItemBadgeShape");
|
|
2543
2616
|
},
|
|
2544
2617
|
enumerable: false,
|
|
@@ -2546,10 +2619,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2546
2619
|
});
|
|
2547
2620
|
Object.defineProperty(DomainChartDescription.prototype, "legendItemBadgeMode", {
|
|
2548
2621
|
get: function () {
|
|
2549
|
-
return this.
|
|
2622
|
+
return this.k7;
|
|
2550
2623
|
},
|
|
2551
2624
|
set: function (a) {
|
|
2552
|
-
this.
|
|
2625
|
+
this.k7 = a;
|
|
2553
2626
|
this.g("LegendItemBadgeMode");
|
|
2554
2627
|
},
|
|
2555
2628
|
enumerable: false,
|
|
@@ -2557,10 +2630,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2557
2630
|
});
|
|
2558
2631
|
Object.defineProperty(DomainChartDescription.prototype, "trendLinePeriod", {
|
|
2559
2632
|
get: function () {
|
|
2560
|
-
return this.
|
|
2633
|
+
return this.id;
|
|
2561
2634
|
},
|
|
2562
2635
|
set: function (a) {
|
|
2563
|
-
this.
|
|
2636
|
+
this.id = a;
|
|
2564
2637
|
this.g("TrendLinePeriod");
|
|
2565
2638
|
},
|
|
2566
2639
|
enumerable: false,
|
|
@@ -2568,10 +2641,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2568
2641
|
});
|
|
2569
2642
|
Object.defineProperty(DomainChartDescription.prototype, "toolTipType", {
|
|
2570
2643
|
get: function () {
|
|
2571
|
-
return this.
|
|
2644
|
+
return this.lu;
|
|
2572
2645
|
},
|
|
2573
2646
|
set: function (a) {
|
|
2574
|
-
this.
|
|
2647
|
+
this.lu = a;
|
|
2575
2648
|
this.g("ToolTipType");
|
|
2576
2649
|
},
|
|
2577
2650
|
enumerable: false,
|
|
@@ -2579,10 +2652,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2579
2652
|
});
|
|
2580
2653
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsDisplayMode", {
|
|
2581
2654
|
get: function () {
|
|
2582
|
-
return this.
|
|
2655
|
+
return this.i1;
|
|
2583
2656
|
},
|
|
2584
2657
|
set: function (a) {
|
|
2585
|
-
this.
|
|
2658
|
+
this.i1 = a;
|
|
2586
2659
|
this.g("CrosshairsDisplayMode");
|
|
2587
2660
|
},
|
|
2588
2661
|
enumerable: false,
|
|
@@ -2590,10 +2663,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2590
2663
|
});
|
|
2591
2664
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsSnapToData", {
|
|
2592
2665
|
get: function () {
|
|
2593
|
-
return this.
|
|
2666
|
+
return this.br;
|
|
2594
2667
|
},
|
|
2595
2668
|
set: function (a) {
|
|
2596
|
-
this.
|
|
2669
|
+
this.br = a;
|
|
2597
2670
|
this.g("CrosshairsSnapToData");
|
|
2598
2671
|
},
|
|
2599
2672
|
enumerable: false,
|
|
@@ -2601,10 +2674,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2601
2674
|
});
|
|
2602
2675
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineVerticalStroke", {
|
|
2603
2676
|
get: function () {
|
|
2604
|
-
return this.
|
|
2677
|
+
return this.i3;
|
|
2605
2678
|
},
|
|
2606
2679
|
set: function (a) {
|
|
2607
|
-
this.
|
|
2680
|
+
this.i3 = a;
|
|
2608
2681
|
this.g("CrosshairsLineVerticalStroke");
|
|
2609
2682
|
},
|
|
2610
2683
|
enumerable: false,
|
|
@@ -2612,10 +2685,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2612
2685
|
});
|
|
2613
2686
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineThickness", {
|
|
2614
2687
|
get: function () {
|
|
2615
|
-
return this.
|
|
2688
|
+
return this.cv;
|
|
2616
2689
|
},
|
|
2617
2690
|
set: function (a) {
|
|
2618
|
-
this.
|
|
2691
|
+
this.cv = a;
|
|
2619
2692
|
this.g("CrosshairsLineThickness");
|
|
2620
2693
|
},
|
|
2621
2694
|
enumerable: false,
|
|
@@ -2623,10 +2696,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2623
2696
|
});
|
|
2624
2697
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsLineHorizontalStroke", {
|
|
2625
2698
|
get: function () {
|
|
2626
|
-
return this.
|
|
2699
|
+
return this.i2;
|
|
2627
2700
|
},
|
|
2628
2701
|
set: function (a) {
|
|
2629
|
-
this.
|
|
2702
|
+
this.i2 = a;
|
|
2630
2703
|
this.g("CrosshairsLineHorizontalStroke");
|
|
2631
2704
|
},
|
|
2632
2705
|
enumerable: false,
|
|
@@ -2634,10 +2707,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2634
2707
|
});
|
|
2635
2708
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationEnabled", {
|
|
2636
2709
|
get: function () {
|
|
2637
|
-
return this.
|
|
2710
|
+
return this.bq;
|
|
2638
2711
|
},
|
|
2639
2712
|
set: function (a) {
|
|
2640
|
-
this.
|
|
2713
|
+
this.bq = a;
|
|
2641
2714
|
this.g("CrosshairsAnnotationEnabled");
|
|
2642
2715
|
},
|
|
2643
2716
|
enumerable: false,
|
|
@@ -2645,10 +2718,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2645
2718
|
});
|
|
2646
2719
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisBackground", {
|
|
2647
2720
|
get: function () {
|
|
2648
|
-
return this.
|
|
2721
|
+
return this.ix;
|
|
2649
2722
|
},
|
|
2650
2723
|
set: function (a) {
|
|
2651
|
-
this.
|
|
2724
|
+
this.ix = a;
|
|
2652
2725
|
this.g("CrosshairsAnnotationXAxisBackground");
|
|
2653
2726
|
},
|
|
2654
2727
|
enumerable: false,
|
|
@@ -2656,10 +2729,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2656
2729
|
});
|
|
2657
2730
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisBackground", {
|
|
2658
2731
|
get: function () {
|
|
2659
|
-
return this.
|
|
2732
|
+
return this.iz;
|
|
2660
2733
|
},
|
|
2661
2734
|
set: function (a) {
|
|
2662
|
-
this.
|
|
2735
|
+
this.iz = a;
|
|
2663
2736
|
this.g("CrosshairsAnnotationYAxisBackground");
|
|
2664
2737
|
},
|
|
2665
2738
|
enumerable: false,
|
|
@@ -2667,10 +2740,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2667
2740
|
});
|
|
2668
2741
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisTextColor", {
|
|
2669
2742
|
get: function () {
|
|
2670
|
-
return this.
|
|
2743
|
+
return this.iy;
|
|
2671
2744
|
},
|
|
2672
2745
|
set: function (a) {
|
|
2673
|
-
this.
|
|
2746
|
+
this.iy = a;
|
|
2674
2747
|
this.g("CrosshairsAnnotationXAxisTextColor");
|
|
2675
2748
|
},
|
|
2676
2749
|
enumerable: false,
|
|
@@ -2678,10 +2751,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2678
2751
|
});
|
|
2679
2752
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisTextColor", {
|
|
2680
2753
|
get: function () {
|
|
2681
|
-
return this.
|
|
2754
|
+
return this.i0;
|
|
2682
2755
|
},
|
|
2683
2756
|
set: function (a) {
|
|
2684
|
-
this.
|
|
2757
|
+
this.i0 = a;
|
|
2685
2758
|
this.g("CrosshairsAnnotationYAxisTextColor");
|
|
2686
2759
|
},
|
|
2687
2760
|
enumerable: false,
|
|
@@ -2689,10 +2762,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2689
2762
|
});
|
|
2690
2763
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationXAxisPrecision", {
|
|
2691
2764
|
get: function () {
|
|
2692
|
-
return this.
|
|
2765
|
+
return this.h6;
|
|
2693
2766
|
},
|
|
2694
2767
|
set: function (a) {
|
|
2695
|
-
this.
|
|
2768
|
+
this.h6 = a;
|
|
2696
2769
|
this.g("CrosshairsAnnotationXAxisPrecision");
|
|
2697
2770
|
},
|
|
2698
2771
|
enumerable: false,
|
|
@@ -2700,10 +2773,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2700
2773
|
});
|
|
2701
2774
|
Object.defineProperty(DomainChartDescription.prototype, "crosshairsAnnotationYAxisPrecision", {
|
|
2702
2775
|
get: function () {
|
|
2703
|
-
return this.
|
|
2776
|
+
return this.h7;
|
|
2704
2777
|
},
|
|
2705
2778
|
set: function (a) {
|
|
2706
|
-
this.
|
|
2779
|
+
this.h7 = a;
|
|
2707
2780
|
this.g("CrosshairsAnnotationYAxisPrecision");
|
|
2708
2781
|
},
|
|
2709
2782
|
enumerable: false,
|
|
@@ -2711,10 +2784,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2711
2784
|
});
|
|
2712
2785
|
Object.defineProperty(DomainChartDescription.prototype, "shouldAvoidAxisAnnotationCollisions", {
|
|
2713
2786
|
get: function () {
|
|
2714
|
-
return this.
|
|
2787
|
+
return this.b2;
|
|
2715
2788
|
},
|
|
2716
2789
|
set: function (a) {
|
|
2717
|
-
this.
|
|
2790
|
+
this.b2 = a;
|
|
2718
2791
|
this.g("ShouldAvoidAxisAnnotationCollisions");
|
|
2719
2792
|
},
|
|
2720
2793
|
enumerable: false,
|
|
@@ -2722,10 +2795,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2722
2795
|
});
|
|
2723
2796
|
Object.defineProperty(DomainChartDescription.prototype, "shouldPanOnMaximumZoom", {
|
|
2724
2797
|
get: function () {
|
|
2725
|
-
return this.
|
|
2798
|
+
return this.b4;
|
|
2726
2799
|
},
|
|
2727
2800
|
set: function (a) {
|
|
2728
|
-
this.
|
|
2801
|
+
this.b4 = a;
|
|
2729
2802
|
this.g("ShouldPanOnMaximumZoom");
|
|
2730
2803
|
},
|
|
2731
2804
|
enumerable: false,
|
|
@@ -2733,10 +2806,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2733
2806
|
});
|
|
2734
2807
|
Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsVisible", {
|
|
2735
2808
|
get: function () {
|
|
2736
|
-
return this.
|
|
2809
|
+
return this.bx;
|
|
2737
2810
|
},
|
|
2738
2811
|
set: function (a) {
|
|
2739
|
-
this.
|
|
2812
|
+
this.bx = a;
|
|
2740
2813
|
this.g("FinalValueAnnotationsVisible");
|
|
2741
2814
|
},
|
|
2742
2815
|
enumerable: false,
|
|
@@ -2744,10 +2817,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2744
2817
|
});
|
|
2745
2818
|
Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsBackground", {
|
|
2746
2819
|
get: function () {
|
|
2747
|
-
return this.
|
|
2820
|
+
return this.kr;
|
|
2748
2821
|
},
|
|
2749
2822
|
set: function (a) {
|
|
2750
|
-
this.
|
|
2823
|
+
this.kr = a;
|
|
2751
2824
|
this.g("FinalValueAnnotationsBackground");
|
|
2752
2825
|
},
|
|
2753
2826
|
enumerable: false,
|
|
@@ -2755,10 +2828,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2755
2828
|
});
|
|
2756
2829
|
Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsTextColor", {
|
|
2757
2830
|
get: function () {
|
|
2758
|
-
return this.
|
|
2831
|
+
return this.ks;
|
|
2759
2832
|
},
|
|
2760
2833
|
set: function (a) {
|
|
2761
|
-
this.
|
|
2834
|
+
this.ks = a;
|
|
2762
2835
|
this.g("FinalValueAnnotationsTextColor");
|
|
2763
2836
|
},
|
|
2764
2837
|
enumerable: false,
|
|
@@ -2766,10 +2839,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2766
2839
|
});
|
|
2767
2840
|
Object.defineProperty(DomainChartDescription.prototype, "finalValueAnnotationsPrecision", {
|
|
2768
2841
|
get: function () {
|
|
2769
|
-
return this.
|
|
2842
|
+
return this.ia;
|
|
2770
2843
|
},
|
|
2771
2844
|
set: function (a) {
|
|
2772
|
-
this.
|
|
2845
|
+
this.ia = a;
|
|
2773
2846
|
this.g("FinalValueAnnotationsPrecision");
|
|
2774
2847
|
},
|
|
2775
2848
|
enumerable: false,
|
|
@@ -2777,10 +2850,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2777
2850
|
});
|
|
2778
2851
|
Object.defineProperty(DomainChartDescription.prototype, "autoCalloutsVisible", {
|
|
2779
2852
|
get: function () {
|
|
2780
|
-
return this.
|
|
2853
|
+
return this.bn;
|
|
2781
2854
|
},
|
|
2782
2855
|
set: function (a) {
|
|
2783
|
-
this.
|
|
2856
|
+
this.bn = a;
|
|
2784
2857
|
this.g("AutoCalloutsVisible");
|
|
2785
2858
|
},
|
|
2786
2859
|
enumerable: false,
|
|
@@ -2788,10 +2861,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2788
2861
|
});
|
|
2789
2862
|
Object.defineProperty(DomainChartDescription.prototype, "calloutsVisible", {
|
|
2790
2863
|
get: function () {
|
|
2791
|
-
return this.
|
|
2864
|
+
return this.bp;
|
|
2792
2865
|
},
|
|
2793
2866
|
set: function (a) {
|
|
2794
|
-
this.
|
|
2867
|
+
this.bp = a;
|
|
2795
2868
|
this.g("CalloutsVisible");
|
|
2796
2869
|
},
|
|
2797
2870
|
enumerable: false,
|
|
@@ -2799,10 +2872,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2799
2872
|
});
|
|
2800
2873
|
Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingEventEnabled", {
|
|
2801
2874
|
get: function () {
|
|
2802
|
-
return this.
|
|
2875
|
+
return this.bo;
|
|
2803
2876
|
},
|
|
2804
2877
|
set: function (a) {
|
|
2805
|
-
this.
|
|
2878
|
+
this.bo = a;
|
|
2806
2879
|
this.g("CalloutStyleUpdatingEventEnabled");
|
|
2807
2880
|
},
|
|
2808
2881
|
enumerable: false,
|
|
@@ -2810,10 +2883,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2810
2883
|
});
|
|
2811
2884
|
Object.defineProperty(DomainChartDescription.prototype, "calloutsDataSourceRef", {
|
|
2812
2885
|
get: function () {
|
|
2813
|
-
return this.
|
|
2886
|
+
return this.iq;
|
|
2814
2887
|
},
|
|
2815
2888
|
set: function (a) {
|
|
2816
|
-
this.
|
|
2889
|
+
this.iq = a;
|
|
2817
2890
|
this.g("CalloutsDataSourceRef");
|
|
2818
2891
|
},
|
|
2819
2892
|
enumerable: false,
|
|
@@ -2832,10 +2905,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2832
2905
|
});
|
|
2833
2906
|
Object.defineProperty(DomainChartDescription.prototype, "calloutsXMemberPath", {
|
|
2834
2907
|
get: function () {
|
|
2835
|
-
return this.
|
|
2908
|
+
return this.it;
|
|
2836
2909
|
},
|
|
2837
2910
|
set: function (a) {
|
|
2838
|
-
this.
|
|
2911
|
+
this.it = a;
|
|
2839
2912
|
this.g("CalloutsXMemberPath");
|
|
2840
2913
|
},
|
|
2841
2914
|
enumerable: false,
|
|
@@ -2843,10 +2916,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2843
2916
|
});
|
|
2844
2917
|
Object.defineProperty(DomainChartDescription.prototype, "calloutsYMemberPath", {
|
|
2845
2918
|
get: function () {
|
|
2846
|
-
return this.
|
|
2919
|
+
return this.iu;
|
|
2847
2920
|
},
|
|
2848
2921
|
set: function (a) {
|
|
2849
|
-
this.
|
|
2922
|
+
this.iu = a;
|
|
2850
2923
|
this.g("CalloutsYMemberPath");
|
|
2851
2924
|
},
|
|
2852
2925
|
enumerable: false,
|
|
@@ -2854,10 +2927,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2854
2927
|
});
|
|
2855
2928
|
Object.defineProperty(DomainChartDescription.prototype, "calloutsLabelMemberPath", {
|
|
2856
2929
|
get: function () {
|
|
2857
|
-
return this.
|
|
2930
|
+
return this.ir;
|
|
2858
2931
|
},
|
|
2859
2932
|
set: function (a) {
|
|
2860
|
-
this.
|
|
2933
|
+
this.ir = a;
|
|
2861
2934
|
this.g("CalloutsLabelMemberPath");
|
|
2862
2935
|
},
|
|
2863
2936
|
enumerable: false,
|
|
@@ -2865,10 +2938,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2865
2938
|
});
|
|
2866
2939
|
Object.defineProperty(DomainChartDescription.prototype, "calloutsContentMemberPath", {
|
|
2867
2940
|
get: function () {
|
|
2868
|
-
return this.
|
|
2941
|
+
return this.ip;
|
|
2869
2942
|
},
|
|
2870
2943
|
set: function (a) {
|
|
2871
|
-
this.
|
|
2944
|
+
this.ip = a;
|
|
2872
2945
|
this.g("CalloutsContentMemberPath");
|
|
2873
2946
|
},
|
|
2874
2947
|
enumerable: false,
|
|
@@ -2876,10 +2949,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2876
2949
|
});
|
|
2877
2950
|
Object.defineProperty(DomainChartDescription.prototype, "valueLines", {
|
|
2878
2951
|
get: function () {
|
|
2879
|
-
return this.
|
|
2952
|
+
return this.ak;
|
|
2880
2953
|
},
|
|
2881
2954
|
set: function (a) {
|
|
2882
|
-
this.
|
|
2955
|
+
this.ak = a;
|
|
2883
2956
|
this.g("ValueLines");
|
|
2884
2957
|
},
|
|
2885
2958
|
enumerable: false,
|
|
@@ -2887,10 +2960,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2887
2960
|
});
|
|
2888
2961
|
Object.defineProperty(DomainChartDescription.prototype, "valueLinesBrushes", {
|
|
2889
2962
|
get: function () {
|
|
2890
|
-
return this.
|
|
2963
|
+
return this.al;
|
|
2891
2964
|
},
|
|
2892
2965
|
set: function (a) {
|
|
2893
|
-
this.
|
|
2966
|
+
this.al = a;
|
|
2894
2967
|
this.g("ValueLinesBrushes");
|
|
2895
2968
|
},
|
|
2896
2969
|
enumerable: false,
|
|
@@ -2898,10 +2971,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2898
2971
|
});
|
|
2899
2972
|
Object.defineProperty(DomainChartDescription.prototype, "valueLinesThickness", {
|
|
2900
2973
|
get: function () {
|
|
2901
|
-
return this.
|
|
2974
|
+
return this.e6;
|
|
2902
2975
|
},
|
|
2903
2976
|
set: function (a) {
|
|
2904
|
-
this.
|
|
2977
|
+
this.e6 = a;
|
|
2905
2978
|
this.g("ValueLinesThickness");
|
|
2906
2979
|
},
|
|
2907
2980
|
enumerable: false,
|
|
@@ -2909,10 +2982,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2909
2982
|
});
|
|
2910
2983
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMode", {
|
|
2911
2984
|
get: function () {
|
|
2912
|
-
return this.
|
|
2985
|
+
return this.ky;
|
|
2913
2986
|
},
|
|
2914
2987
|
set: function (a) {
|
|
2915
|
-
this.
|
|
2988
|
+
this.ky = a;
|
|
2916
2989
|
this.g("HorizontalViewScrollbarMode");
|
|
2917
2990
|
},
|
|
2918
2991
|
enumerable: false,
|
|
@@ -2920,10 +2993,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2920
2993
|
});
|
|
2921
2994
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMode", {
|
|
2922
2995
|
get: function () {
|
|
2923
|
-
return this.
|
|
2996
|
+
return this.lz;
|
|
2924
2997
|
},
|
|
2925
2998
|
set: function (a) {
|
|
2926
|
-
this.
|
|
2999
|
+
this.lz = a;
|
|
2927
3000
|
this.g("VerticalViewScrollbarMode");
|
|
2928
3001
|
},
|
|
2929
3002
|
enumerable: false,
|
|
@@ -2931,10 +3004,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2931
3004
|
});
|
|
2932
3005
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarPosition", {
|
|
2933
3006
|
get: function () {
|
|
2934
|
-
return this.
|
|
3007
|
+
return this.k0;
|
|
2935
3008
|
},
|
|
2936
3009
|
set: function (a) {
|
|
2937
|
-
this.
|
|
3010
|
+
this.k0 = a;
|
|
2938
3011
|
this.g("HorizontalViewScrollbarPosition");
|
|
2939
3012
|
},
|
|
2940
3013
|
enumerable: false,
|
|
@@ -2942,10 +3015,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2942
3015
|
});
|
|
2943
3016
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarPosition", {
|
|
2944
3017
|
get: function () {
|
|
2945
|
-
return this.
|
|
3018
|
+
return this.l1;
|
|
2946
3019
|
},
|
|
2947
3020
|
set: function (a) {
|
|
2948
|
-
this.
|
|
3021
|
+
this.l1 = a;
|
|
2949
3022
|
this.g("VerticalViewScrollbarPosition");
|
|
2950
3023
|
},
|
|
2951
3024
|
enumerable: false,
|
|
@@ -2953,10 +3026,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2953
3026
|
});
|
|
2954
3027
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarFill", {
|
|
2955
3028
|
get: function () {
|
|
2956
|
-
return this.
|
|
3029
|
+
return this.kx;
|
|
2957
3030
|
},
|
|
2958
3031
|
set: function (a) {
|
|
2959
|
-
this.
|
|
3032
|
+
this.kx = a;
|
|
2960
3033
|
this.g("HorizontalViewScrollbarFill");
|
|
2961
3034
|
},
|
|
2962
3035
|
enumerable: false,
|
|
@@ -2964,10 +3037,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2964
3037
|
});
|
|
2965
3038
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarOutline", {
|
|
2966
3039
|
get: function () {
|
|
2967
|
-
return this.
|
|
3040
|
+
return this.kz;
|
|
2968
3041
|
},
|
|
2969
3042
|
set: function (a) {
|
|
2970
|
-
this.
|
|
3043
|
+
this.kz = a;
|
|
2971
3044
|
this.g("HorizontalViewScrollbarOutline");
|
|
2972
3045
|
},
|
|
2973
3046
|
enumerable: false,
|
|
@@ -2975,10 +3048,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2975
3048
|
});
|
|
2976
3049
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarStrokeThickness", {
|
|
2977
3050
|
get: function () {
|
|
2978
|
-
return this.
|
|
3051
|
+
return this.ei;
|
|
2979
3052
|
},
|
|
2980
3053
|
set: function (a) {
|
|
2981
|
-
this.
|
|
3054
|
+
this.ei = a;
|
|
2982
3055
|
this.g("HorizontalViewScrollbarStrokeThickness");
|
|
2983
3056
|
},
|
|
2984
3057
|
enumerable: false,
|
|
@@ -2986,10 +3059,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2986
3059
|
});
|
|
2987
3060
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarMaxOpacity", {
|
|
2988
3061
|
get: function () {
|
|
2989
|
-
return this.
|
|
3062
|
+
return this.eh;
|
|
2990
3063
|
},
|
|
2991
3064
|
set: function (a) {
|
|
2992
|
-
this.
|
|
3065
|
+
this.eh = a;
|
|
2993
3066
|
this.g("HorizontalViewScrollbarMaxOpacity");
|
|
2994
3067
|
},
|
|
2995
3068
|
enumerable: false,
|
|
@@ -2997,10 +3070,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2997
3070
|
});
|
|
2998
3071
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarCornerRadius", {
|
|
2999
3072
|
get: function () {
|
|
3000
|
-
return this.
|
|
3073
|
+
return this.ee;
|
|
3001
3074
|
},
|
|
3002
3075
|
set: function (a) {
|
|
3003
|
-
this.
|
|
3076
|
+
this.ee = a;
|
|
3004
3077
|
this.g("HorizontalViewScrollbarCornerRadius");
|
|
3005
3078
|
},
|
|
3006
3079
|
enumerable: false,
|
|
@@ -3008,10 +3081,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3008
3081
|
});
|
|
3009
3082
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarHeight", {
|
|
3010
3083
|
get: function () {
|
|
3011
|
-
return this.
|
|
3084
|
+
return this.ef;
|
|
3012
3085
|
},
|
|
3013
3086
|
set: function (a) {
|
|
3014
|
-
this.
|
|
3087
|
+
this.ef = a;
|
|
3015
3088
|
this.g("HorizontalViewScrollbarHeight");
|
|
3016
3089
|
},
|
|
3017
3090
|
enumerable: false,
|
|
@@ -3019,10 +3092,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3019
3092
|
});
|
|
3020
3093
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarInset", {
|
|
3021
3094
|
get: function () {
|
|
3022
|
-
return this.
|
|
3095
|
+
return this.eg;
|
|
3023
3096
|
},
|
|
3024
3097
|
set: function (a) {
|
|
3025
|
-
this.
|
|
3098
|
+
this.eg = a;
|
|
3026
3099
|
this.g("HorizontalViewScrollbarInset");
|
|
3027
3100
|
},
|
|
3028
3101
|
enumerable: false,
|
|
@@ -3030,10 +3103,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3030
3103
|
});
|
|
3031
3104
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarTrackStartInset", {
|
|
3032
3105
|
get: function () {
|
|
3033
|
-
return this.
|
|
3106
|
+
return this.ek;
|
|
3034
3107
|
},
|
|
3035
3108
|
set: function (a) {
|
|
3036
|
-
this.
|
|
3109
|
+
this.ek = a;
|
|
3037
3110
|
this.g("HorizontalViewScrollbarTrackStartInset");
|
|
3038
3111
|
},
|
|
3039
3112
|
enumerable: false,
|
|
@@ -3041,10 +3114,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3041
3114
|
});
|
|
3042
3115
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarTrackEndInset", {
|
|
3043
3116
|
get: function () {
|
|
3044
|
-
return this.
|
|
3117
|
+
return this.ej;
|
|
3045
3118
|
},
|
|
3046
3119
|
set: function (a) {
|
|
3047
|
-
this.
|
|
3120
|
+
this.ej = a;
|
|
3048
3121
|
this.g("HorizontalViewScrollbarTrackEndInset");
|
|
3049
3122
|
},
|
|
3050
3123
|
enumerable: false,
|
|
@@ -3052,10 +3125,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3052
3125
|
});
|
|
3053
3126
|
Object.defineProperty(DomainChartDescription.prototype, "horizontalViewScrollbarShouldAddAutoTrackInsets", {
|
|
3054
3127
|
get: function () {
|
|
3055
|
-
return this.
|
|
3128
|
+
return this.by;
|
|
3056
3129
|
},
|
|
3057
3130
|
set: function (a) {
|
|
3058
|
-
this.
|
|
3131
|
+
this.by = a;
|
|
3059
3132
|
this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
|
|
3060
3133
|
},
|
|
3061
3134
|
enumerable: false,
|
|
@@ -3063,10 +3136,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3063
3136
|
});
|
|
3064
3137
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarFill", {
|
|
3065
3138
|
get: function () {
|
|
3066
|
-
return this.
|
|
3139
|
+
return this.ly;
|
|
3067
3140
|
},
|
|
3068
3141
|
set: function (a) {
|
|
3069
|
-
this.
|
|
3142
|
+
this.ly = a;
|
|
3070
3143
|
this.g("VerticalViewScrollbarFill");
|
|
3071
3144
|
},
|
|
3072
3145
|
enumerable: false,
|
|
@@ -3074,10 +3147,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3074
3147
|
});
|
|
3075
3148
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarOutline", {
|
|
3076
3149
|
get: function () {
|
|
3077
|
-
return this.
|
|
3150
|
+
return this.l0;
|
|
3078
3151
|
},
|
|
3079
3152
|
set: function (a) {
|
|
3080
|
-
this.
|
|
3153
|
+
this.l0 = a;
|
|
3081
3154
|
this.g("VerticalViewScrollbarOutline");
|
|
3082
3155
|
},
|
|
3083
3156
|
enumerable: false,
|
|
@@ -3085,10 +3158,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3085
3158
|
});
|
|
3086
3159
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarStrokeThickness", {
|
|
3087
3160
|
get: function () {
|
|
3088
|
-
return this.
|
|
3161
|
+
return this.fa;
|
|
3089
3162
|
},
|
|
3090
3163
|
set: function (a) {
|
|
3091
|
-
this.
|
|
3164
|
+
this.fa = a;
|
|
3092
3165
|
this.g("VerticalViewScrollbarStrokeThickness");
|
|
3093
3166
|
},
|
|
3094
3167
|
enumerable: false,
|
|
@@ -3096,10 +3169,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3096
3169
|
});
|
|
3097
3170
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarMaxOpacity", {
|
|
3098
3171
|
get: function () {
|
|
3099
|
-
return this.
|
|
3172
|
+
return this.e9;
|
|
3100
3173
|
},
|
|
3101
3174
|
set: function (a) {
|
|
3102
|
-
this.
|
|
3175
|
+
this.e9 = a;
|
|
3103
3176
|
this.g("VerticalViewScrollbarMaxOpacity");
|
|
3104
3177
|
},
|
|
3105
3178
|
enumerable: false,
|
|
@@ -3107,10 +3180,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3107
3180
|
});
|
|
3108
3181
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarCornerRadius", {
|
|
3109
3182
|
get: function () {
|
|
3110
|
-
return this.
|
|
3183
|
+
return this.e7;
|
|
3111
3184
|
},
|
|
3112
3185
|
set: function (a) {
|
|
3113
|
-
this.
|
|
3186
|
+
this.e7 = a;
|
|
3114
3187
|
this.g("VerticalViewScrollbarCornerRadius");
|
|
3115
3188
|
},
|
|
3116
3189
|
enumerable: false,
|
|
@@ -3118,10 +3191,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3118
3191
|
});
|
|
3119
3192
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarWidth", {
|
|
3120
3193
|
get: function () {
|
|
3121
|
-
return this.
|
|
3194
|
+
return this.fd;
|
|
3122
3195
|
},
|
|
3123
3196
|
set: function (a) {
|
|
3124
|
-
this.
|
|
3197
|
+
this.fd = a;
|
|
3125
3198
|
this.g("VerticalViewScrollbarWidth");
|
|
3126
3199
|
},
|
|
3127
3200
|
enumerable: false,
|
|
@@ -3129,10 +3202,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3129
3202
|
});
|
|
3130
3203
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarInset", {
|
|
3131
3204
|
get: function () {
|
|
3132
|
-
return this.
|
|
3205
|
+
return this.e8;
|
|
3133
3206
|
},
|
|
3134
3207
|
set: function (a) {
|
|
3135
|
-
this.
|
|
3208
|
+
this.e8 = a;
|
|
3136
3209
|
this.g("VerticalViewScrollbarInset");
|
|
3137
3210
|
},
|
|
3138
3211
|
enumerable: false,
|
|
@@ -3140,10 +3213,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3140
3213
|
});
|
|
3141
3214
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackStartInset", {
|
|
3142
3215
|
get: function () {
|
|
3143
|
-
return this.
|
|
3216
|
+
return this.fc;
|
|
3144
3217
|
},
|
|
3145
3218
|
set: function (a) {
|
|
3146
|
-
this.
|
|
3219
|
+
this.fc = a;
|
|
3147
3220
|
this.g("VerticalViewScrollbarTrackStartInset");
|
|
3148
3221
|
},
|
|
3149
3222
|
enumerable: false,
|
|
@@ -3151,10 +3224,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3151
3224
|
});
|
|
3152
3225
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarTrackEndInset", {
|
|
3153
3226
|
get: function () {
|
|
3154
|
-
return this.
|
|
3227
|
+
return this.fb;
|
|
3155
3228
|
},
|
|
3156
3229
|
set: function (a) {
|
|
3157
|
-
this.
|
|
3230
|
+
this.fb = a;
|
|
3158
3231
|
this.g("VerticalViewScrollbarTrackEndInset");
|
|
3159
3232
|
},
|
|
3160
3233
|
enumerable: false,
|
|
@@ -3162,10 +3235,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3162
3235
|
});
|
|
3163
3236
|
Object.defineProperty(DomainChartDescription.prototype, "verticalViewScrollbarShouldAddAutoTrackInsets", {
|
|
3164
3237
|
get: function () {
|
|
3165
|
-
return this.
|
|
3238
|
+
return this.b6;
|
|
3166
3239
|
},
|
|
3167
3240
|
set: function (a) {
|
|
3168
|
-
this.
|
|
3241
|
+
this.b6 = a;
|
|
3169
3242
|
this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
|
|
3170
3243
|
},
|
|
3171
3244
|
enumerable: false,
|
|
@@ -3173,10 +3246,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3173
3246
|
});
|
|
3174
3247
|
Object.defineProperty(DomainChartDescription.prototype, "windowRectMinWidth", {
|
|
3175
3248
|
get: function () {
|
|
3176
|
-
return this.
|
|
3249
|
+
return this.ff;
|
|
3177
3250
|
},
|
|
3178
3251
|
set: function (a) {
|
|
3179
|
-
this.
|
|
3252
|
+
this.ff = a;
|
|
3180
3253
|
this.g("WindowRectMinWidth");
|
|
3181
3254
|
},
|
|
3182
3255
|
enumerable: false,
|
|
@@ -3184,10 +3257,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3184
3257
|
});
|
|
3185
3258
|
Object.defineProperty(DomainChartDescription.prototype, "windowRectMinHeight", {
|
|
3186
3259
|
get: function () {
|
|
3187
|
-
return this.
|
|
3260
|
+
return this.fe;
|
|
3188
3261
|
},
|
|
3189
3262
|
set: function (a) {
|
|
3190
|
-
this.
|
|
3263
|
+
this.fe = a;
|
|
3191
3264
|
this.g("WindowRectMinHeight");
|
|
3192
3265
|
},
|
|
3193
3266
|
enumerable: false,
|
|
@@ -3195,10 +3268,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3195
3268
|
});
|
|
3196
3269
|
Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinWidth", {
|
|
3197
3270
|
get: function () {
|
|
3198
|
-
return this.
|
|
3271
|
+
return this.fh;
|
|
3199
3272
|
},
|
|
3200
3273
|
set: function (a) {
|
|
3201
|
-
this.
|
|
3274
|
+
this.fh = a;
|
|
3202
3275
|
this.g("WindowSizeMinWidth");
|
|
3203
3276
|
},
|
|
3204
3277
|
enumerable: false,
|
|
@@ -3206,10 +3279,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3206
3279
|
});
|
|
3207
3280
|
Object.defineProperty(DomainChartDescription.prototype, "windowSizeMinHeight", {
|
|
3208
3281
|
get: function () {
|
|
3209
|
-
return this.
|
|
3282
|
+
return this.fg;
|
|
3210
3283
|
},
|
|
3211
3284
|
set: function (a) {
|
|
3212
|
-
this.
|
|
3285
|
+
this.fg = a;
|
|
3213
3286
|
this.g("WindowSizeMinHeight");
|
|
3214
3287
|
},
|
|
3215
3288
|
enumerable: false,
|
|
@@ -3217,10 +3290,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3217
3290
|
});
|
|
3218
3291
|
Object.defineProperty(DomainChartDescription.prototype, "seriesAddedRef", {
|
|
3219
3292
|
get: function () {
|
|
3220
|
-
return this.
|
|
3293
|
+
return this.le;
|
|
3221
3294
|
},
|
|
3222
3295
|
set: function (a) {
|
|
3223
|
-
this.
|
|
3296
|
+
this.le = a;
|
|
3224
3297
|
this.g("SeriesAddedRef");
|
|
3225
3298
|
},
|
|
3226
3299
|
enumerable: false,
|
|
@@ -3228,10 +3301,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3228
3301
|
});
|
|
3229
3302
|
Object.defineProperty(DomainChartDescription.prototype, "seriesRemovedRef", {
|
|
3230
3303
|
get: function () {
|
|
3231
|
-
return this.
|
|
3304
|
+
return this.lm;
|
|
3232
3305
|
},
|
|
3233
3306
|
set: function (a) {
|
|
3234
|
-
this.
|
|
3307
|
+
this.lm = a;
|
|
3235
3308
|
this.g("SeriesRemovedRef");
|
|
3236
3309
|
},
|
|
3237
3310
|
enumerable: false,
|
|
@@ -3239,10 +3312,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3239
3312
|
});
|
|
3240
3313
|
Object.defineProperty(DomainChartDescription.prototype, "seriesPointerEnterRef", {
|
|
3241
3314
|
get: function () {
|
|
3242
|
-
return this.
|
|
3315
|
+
return this.li;
|
|
3243
3316
|
},
|
|
3244
3317
|
set: function (a) {
|
|
3245
|
-
this.
|
|
3318
|
+
this.li = a;
|
|
3246
3319
|
this.g("SeriesPointerEnterRef");
|
|
3247
3320
|
},
|
|
3248
3321
|
enumerable: false,
|
|
@@ -3250,10 +3323,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3250
3323
|
});
|
|
3251
3324
|
Object.defineProperty(DomainChartDescription.prototype, "seriesPointerLeaveRef", {
|
|
3252
3325
|
get: function () {
|
|
3253
|
-
return this.
|
|
3326
|
+
return this.lj;
|
|
3254
3327
|
},
|
|
3255
3328
|
set: function (a) {
|
|
3256
|
-
this.
|
|
3329
|
+
this.lj = a;
|
|
3257
3330
|
this.g("SeriesPointerLeaveRef");
|
|
3258
3331
|
},
|
|
3259
3332
|
enumerable: false,
|
|
@@ -3261,10 +3334,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3261
3334
|
});
|
|
3262
3335
|
Object.defineProperty(DomainChartDescription.prototype, "seriesPointerMoveRef", {
|
|
3263
3336
|
get: function () {
|
|
3264
|
-
return this.
|
|
3337
|
+
return this.lk;
|
|
3265
3338
|
},
|
|
3266
3339
|
set: function (a) {
|
|
3267
|
-
this.
|
|
3340
|
+
this.lk = a;
|
|
3268
3341
|
this.g("SeriesPointerMoveRef");
|
|
3269
3342
|
},
|
|
3270
3343
|
enumerable: false,
|
|
@@ -3272,10 +3345,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3272
3345
|
});
|
|
3273
3346
|
Object.defineProperty(DomainChartDescription.prototype, "seriesPointerDownRef", {
|
|
3274
3347
|
get: function () {
|
|
3275
|
-
return this.
|
|
3348
|
+
return this.lh;
|
|
3276
3349
|
},
|
|
3277
3350
|
set: function (a) {
|
|
3278
|
-
this.
|
|
3351
|
+
this.lh = a;
|
|
3279
3352
|
this.g("SeriesPointerDownRef");
|
|
3280
3353
|
},
|
|
3281
3354
|
enumerable: false,
|
|
@@ -3283,10 +3356,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3283
3356
|
});
|
|
3284
3357
|
Object.defineProperty(DomainChartDescription.prototype, "seriesPointerUpRef", {
|
|
3285
3358
|
get: function () {
|
|
3286
|
-
return this.
|
|
3359
|
+
return this.ll;
|
|
3287
3360
|
},
|
|
3288
3361
|
set: function (a) {
|
|
3289
|
-
this.
|
|
3362
|
+
this.ll = a;
|
|
3290
3363
|
this.g("SeriesPointerUpRef");
|
|
3291
3364
|
},
|
|
3292
3365
|
enumerable: false,
|
|
@@ -3294,10 +3367,10 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3294
3367
|
});
|
|
3295
3368
|
Object.defineProperty(DomainChartDescription.prototype, "calloutStyleUpdatingRef", {
|
|
3296
3369
|
get: function () {
|
|
3297
|
-
return this.
|
|
3370
|
+
return this.is;
|
|
3298
3371
|
},
|
|
3299
3372
|
set: function (a) {
|
|
3300
|
-
this.
|
|
3373
|
+
this.is = a;
|
|
3301
3374
|
this.g("CalloutStyleUpdatingRef");
|
|
3302
3375
|
},
|
|
3303
3376
|
enumerable: false,
|
|
@@ -3305,15 +3378,26 @@ var DomainChartDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3305
3378
|
});
|
|
3306
3379
|
Object.defineProperty(DomainChartDescription.prototype, "calloutRenderStyleUpdatingRef", {
|
|
3307
3380
|
get: function () {
|
|
3308
|
-
return this.
|
|
3381
|
+
return this.io;
|
|
3309
3382
|
},
|
|
3310
3383
|
set: function (a) {
|
|
3311
|
-
this.
|
|
3384
|
+
this.io = a;
|
|
3312
3385
|
this.g("CalloutRenderStyleUpdatingRef");
|
|
3313
3386
|
},
|
|
3314
3387
|
enumerable: false,
|
|
3315
3388
|
configurable: true
|
|
3316
3389
|
});
|
|
3390
|
+
Object.defineProperty(DomainChartDescription.prototype, "filterStringErrorsParsingRef", {
|
|
3391
|
+
get: function () {
|
|
3392
|
+
return this.kq;
|
|
3393
|
+
},
|
|
3394
|
+
set: function (a) {
|
|
3395
|
+
this.kq = a;
|
|
3396
|
+
this.g("FilterStringErrorsParsingRef");
|
|
3397
|
+
},
|
|
3398
|
+
enumerable: false,
|
|
3399
|
+
configurable: true
|
|
3400
|
+
});
|
|
3317
3401
|
DomainChartDescription.$t = markType(DomainChartDescription, 'DomainChartDescription', Description.$);
|
|
3318
3402
|
return DomainChartDescription;
|
|
3319
3403
|
}(Description));
|