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
|
@@ -13,280 +13,287 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class DomainChartDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.eo = 0;
|
|
17
|
+
this.e1 = 0;
|
|
18
|
+
this.e2 = 0;
|
|
19
|
+
this.e3 = 0;
|
|
20
|
+
this.e0 = 0;
|
|
18
21
|
this.ew = 0;
|
|
22
|
+
this.ey = 0;
|
|
19
23
|
this.ex = 0;
|
|
24
|
+
this.ev = 0;
|
|
25
|
+
this.lp = null;
|
|
26
|
+
this.ls = null;
|
|
27
|
+
this.el = 0;
|
|
28
|
+
this.e4 = 0;
|
|
20
29
|
this.eu = 0;
|
|
21
|
-
this.eq = 0;
|
|
22
|
-
this.es = 0;
|
|
23
|
-
this.er = 0;
|
|
24
|
-
this.ep = 0;
|
|
25
|
-
this.lf = null;
|
|
26
|
-
this.li = null;
|
|
27
|
-
this.ef = 0;
|
|
28
|
-
this.ey = 0;
|
|
29
|
-
this.eo = 0;
|
|
30
|
-
this.co = 0;
|
|
31
|
-
this.h6 = 0;
|
|
32
|
-
this.ll = null;
|
|
33
|
-
this.lg = null;
|
|
34
|
-
this.lj = null;
|
|
35
|
-
this.i2 = null;
|
|
36
|
-
this.da = 0;
|
|
37
|
-
this.db = 0;
|
|
38
30
|
this.cu = 0;
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
31
|
+
this.ic = 0;
|
|
32
|
+
this.lv = null;
|
|
33
|
+
this.lq = null;
|
|
34
|
+
this.lt = null;
|
|
35
|
+
this.i8 = null;
|
|
36
|
+
this.dg = 0;
|
|
37
|
+
this.dh = 0;
|
|
38
|
+
this.c0 = 0;
|
|
39
|
+
this.c1 = 0;
|
|
40
|
+
this.i6 = null;
|
|
41
|
+
this.i7 = null;
|
|
42
|
+
this.bt = false;
|
|
43
43
|
this.p = null;
|
|
44
44
|
this.m = null;
|
|
45
45
|
this.o = null;
|
|
46
46
|
this.l = null;
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.kd = null;
|
|
51
|
-
this.kc = null;
|
|
52
|
-
this.bo = false;
|
|
53
|
-
this.ke = null;
|
|
54
|
-
this.q = null;
|
|
55
|
-
this.dz = 0;
|
|
56
|
-
this.d0 = 0;
|
|
57
|
-
this.d1 = 0;
|
|
58
|
-
this.d2 = 0;
|
|
59
|
-
this.bp = false;
|
|
47
|
+
this.kh = null;
|
|
48
|
+
this.h8 = 0;
|
|
49
|
+
this.h9 = 0;
|
|
60
50
|
this.kj = null;
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
51
|
+
this.ki = null;
|
|
52
|
+
this.bu = false;
|
|
53
|
+
this.kk = null;
|
|
54
|
+
this.q = null;
|
|
63
55
|
this.d5 = 0;
|
|
64
56
|
this.d6 = 0;
|
|
65
57
|
this.d7 = 0;
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
58
|
+
this.d8 = 0;
|
|
59
|
+
this.bv = false;
|
|
60
|
+
this.kp = null;
|
|
61
|
+
this.bw = false;
|
|
62
|
+
this.ea = 0;
|
|
63
|
+
this.eb = 0;
|
|
64
|
+
this.ec = 0;
|
|
65
|
+
this.ed = 0;
|
|
66
|
+
this.kl = null;
|
|
67
|
+
this.km = null;
|
|
68
|
+
this.d9 = 0;
|
|
69
|
+
this.kn = null;
|
|
70
|
+
this.ko = null;
|
|
71
|
+
this.jb = null;
|
|
72
72
|
this.n = null;
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
73
|
+
this.i9 = null;
|
|
74
|
+
this.ja = null;
|
|
75
|
+
this.jc = null;
|
|
76
|
+
this.jd = null;
|
|
77
|
+
this.je = null;
|
|
78
|
+
this.c7 = 0;
|
|
79
|
+
this.c8 = 0;
|
|
80
|
+
this.c9 = 0;
|
|
81
|
+
this.da = 0;
|
|
79
82
|
this.c2 = 0;
|
|
80
83
|
this.c3 = 0;
|
|
81
84
|
this.c4 = 0;
|
|
82
|
-
this.
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
85
|
+
this.c5 = 0;
|
|
86
|
+
this.bs = false;
|
|
87
|
+
this.jf = null;
|
|
88
|
+
this.c6 = 0;
|
|
89
|
+
this.jg = null;
|
|
90
|
+
this.jh = null;
|
|
91
|
+
this.jt = null;
|
|
92
|
+
this.ju = null;
|
|
93
|
+
this.dn = 0;
|
|
94
|
+
this.jv = null;
|
|
95
|
+
this.jw = null;
|
|
96
|
+
this.jx = null;
|
|
97
|
+
this.js = null;
|
|
98
|
+
this.dp = 0;
|
|
99
|
+
this.dq = 0;
|
|
100
|
+
this.dr = 0;
|
|
101
|
+
this.ds = 0;
|
|
102
|
+
this.dj = 0;
|
|
103
|
+
this.dk = 0;
|
|
104
|
+
this.dl = 0;
|
|
105
|
+
this.dm = 0;
|
|
106
|
+
this.j3 = null;
|
|
107
|
+
this.j4 = null;
|
|
108
|
+
this.du = 0;
|
|
109
|
+
this.j5 = null;
|
|
110
|
+
this.j6 = null;
|
|
91
111
|
this.jn = null;
|
|
92
112
|
this.jo = null;
|
|
93
|
-
this.dh = 0;
|
|
94
113
|
this.jp = null;
|
|
114
|
+
this.di = 0;
|
|
95
115
|
this.jq = null;
|
|
96
116
|
this.jr = null;
|
|
97
|
-
this.jm = null;
|
|
98
|
-
this.di = 0;
|
|
99
|
-
this.dj = 0;
|
|
100
|
-
this.dk = 0;
|
|
101
|
-
this.dl = 0;
|
|
102
|
-
this.dd = 0;
|
|
103
|
-
this.de = 0;
|
|
104
|
-
this.df = 0;
|
|
105
|
-
this.dg = 0;
|
|
106
|
-
this.jx = null;
|
|
107
117
|
this.jy = null;
|
|
108
|
-
this.dn = 0;
|
|
109
118
|
this.jz = null;
|
|
110
119
|
this.j0 = null;
|
|
111
|
-
this.
|
|
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.j7 = null;
|
|
131
|
-
this.dv = 0;
|
|
120
|
+
this.dt = 0;
|
|
121
|
+
this.j1 = null;
|
|
122
|
+
this.j2 = null;
|
|
123
|
+
this.cw = 0;
|
|
124
|
+
this.cx = 0;
|
|
125
|
+
this.cy = 0;
|
|
126
|
+
this.cz = 0;
|
|
127
|
+
this.i5 = null;
|
|
128
|
+
this.kb = null;
|
|
129
|
+
this.kc = null;
|
|
130
|
+
this.kd = null;
|
|
131
|
+
this.d1 = 0;
|
|
132
|
+
this.d2 = 0;
|
|
133
|
+
this.d3 = 0;
|
|
134
|
+
this.d4 = 0;
|
|
135
|
+
this.ke = null;
|
|
136
|
+
this.d0 = 0;
|
|
137
|
+
this.kf = null;
|
|
138
|
+
this.kg = null;
|
|
132
139
|
this.dw = 0;
|
|
133
140
|
this.dx = 0;
|
|
134
141
|
this.dy = 0;
|
|
142
|
+
this.dz = 0;
|
|
143
|
+
this.j7 = null;
|
|
135
144
|
this.j8 = null;
|
|
136
|
-
this.
|
|
145
|
+
this.dv = 0;
|
|
137
146
|
this.j9 = null;
|
|
138
147
|
this.ka = null;
|
|
139
|
-
this.
|
|
140
|
-
this.
|
|
141
|
-
this.
|
|
142
|
-
this.
|
|
143
|
-
this.
|
|
144
|
-
this.
|
|
145
|
-
this.
|
|
146
|
-
this.
|
|
147
|
-
this.
|
|
148
|
-
this.
|
|
149
|
-
this.
|
|
150
|
-
this.c6 = 0;
|
|
151
|
-
this.c7 = 0;
|
|
152
|
-
this.c8 = 0;
|
|
153
|
-
this.c9 = 0;
|
|
154
|
-
this.je = null;
|
|
155
|
-
this.c5 = 0;
|
|
156
|
-
this.jf = null;
|
|
157
|
-
this.jg = null;
|
|
158
|
-
this.ae = null;
|
|
148
|
+
this.ji = null;
|
|
149
|
+
this.jj = null;
|
|
150
|
+
this.dc = 0;
|
|
151
|
+
this.dd = 0;
|
|
152
|
+
this.de = 0;
|
|
153
|
+
this.df = 0;
|
|
154
|
+
this.jk = null;
|
|
155
|
+
this.db = 0;
|
|
156
|
+
this.jl = null;
|
|
157
|
+
this.jm = null;
|
|
158
|
+
this.ah = null;
|
|
159
159
|
this.u = null;
|
|
160
160
|
this.t = null;
|
|
161
161
|
this.s = null;
|
|
162
|
-
this.
|
|
162
|
+
this.v = null;
|
|
163
|
+
this.ai = null;
|
|
164
|
+
this.ab = null;
|
|
165
|
+
this.z = null;
|
|
163
166
|
this.y = null;
|
|
164
167
|
this.x = null;
|
|
165
|
-
this.
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
168
|
-
this.km = null;
|
|
168
|
+
this.aa = null;
|
|
169
|
+
this.ac = null;
|
|
170
|
+
this.k4 = null;
|
|
169
171
|
this.kt = null;
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
172
|
+
this.k2 = null;
|
|
173
|
+
this.k1 = null;
|
|
174
|
+
this.k3 = null;
|
|
175
|
+
this.k5 = null;
|
|
176
|
+
this.i4 = null;
|
|
177
|
+
this.bh = null;
|
|
178
|
+
this.w = null;
|
|
174
179
|
this.r = null;
|
|
175
180
|
this.j = null;
|
|
176
|
-
this.
|
|
181
|
+
this.ag = null;
|
|
177
182
|
this.h = null;
|
|
178
183
|
this.i = null;
|
|
179
|
-
this.
|
|
180
|
-
this.bt = false;
|
|
181
|
-
this.bv = false;
|
|
182
|
-
this.bx = false;
|
|
184
|
+
this.k9 = null;
|
|
183
185
|
this.bz = false;
|
|
184
|
-
this.
|
|
185
|
-
this.
|
|
186
|
-
this.
|
|
187
|
-
this.
|
|
188
|
-
this.
|
|
189
|
-
this.
|
|
186
|
+
this.b1 = false;
|
|
187
|
+
this.b3 = false;
|
|
188
|
+
this.b5 = false;
|
|
189
|
+
this.ku = null;
|
|
190
|
+
this.b0 = false;
|
|
191
|
+
this.bj = null;
|
|
192
|
+
this.iv = null;
|
|
190
193
|
this.ln = null;
|
|
191
|
-
this.
|
|
194
|
+
this.lr = null;
|
|
195
|
+
this.lo = null;
|
|
196
|
+
this.lx = null;
|
|
192
197
|
this.et = 0;
|
|
193
|
-
this.k3 = null;
|
|
194
|
-
this.k2 = null;
|
|
195
|
-
this.k1 = null;
|
|
196
|
-
this.eg = 0;
|
|
197
|
-
this.eh = 0;
|
|
198
|
-
this.ac = null;
|
|
199
|
-
this.k0 = null;
|
|
200
|
-
this.aa = null;
|
|
201
|
-
this.ab = null;
|
|
202
|
-
this.h5 = 0;
|
|
203
|
-
this.cn = 0;
|
|
204
|
-
this.bg = false;
|
|
205
|
-
this.ag = null;
|
|
206
|
-
this.lm = null;
|
|
207
198
|
this.ez = 0;
|
|
208
|
-
this.
|
|
209
|
-
this.
|
|
199
|
+
this.ld = null;
|
|
200
|
+
this.lc = null;
|
|
201
|
+
this.lb = null;
|
|
210
202
|
this.em = 0;
|
|
211
|
-
this.
|
|
212
|
-
this.
|
|
213
|
-
this.
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
this.
|
|
217
|
-
this.
|
|
218
|
-
this.
|
|
219
|
-
this.
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
222
|
-
this.lk = null;
|
|
223
|
-
this.iv = null;
|
|
203
|
+
this.en = 0;
|
|
204
|
+
this.af = null;
|
|
205
|
+
this.la = null;
|
|
206
|
+
this.ad = null;
|
|
207
|
+
this.ae = null;
|
|
208
|
+
this.ib = 0;
|
|
209
|
+
this.ct = 0;
|
|
210
|
+
this.bm = false;
|
|
211
|
+
this.aj = null;
|
|
212
|
+
this.lw = null;
|
|
213
|
+
this.e5 = 0;
|
|
224
214
|
this.bl = false;
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
215
|
+
this.eq = 0;
|
|
216
|
+
this.es = 0;
|
|
217
|
+
this.er = 0;
|
|
218
|
+
this.ep = 0;
|
|
227
219
|
this.iw = null;
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
230
|
-
this.
|
|
231
|
-
this.
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
234
|
-
this.
|
|
235
|
-
this.
|
|
236
|
-
this.
|
|
220
|
+
this.lf = null;
|
|
221
|
+
this.lg = null;
|
|
222
|
+
this.kw = null;
|
|
223
|
+
this.kv = null;
|
|
224
|
+
this.k6 = null;
|
|
225
|
+
this.k8 = null;
|
|
226
|
+
this.k7 = null;
|
|
227
|
+
this.id = 0;
|
|
228
|
+
this.lu = null;
|
|
229
|
+
this.i1 = null;
|
|
237
230
|
this.br = false;
|
|
238
|
-
this.
|
|
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.ai = null;
|
|
252
|
-
this.e0 = 0;
|
|
253
|
-
this.kq = null;
|
|
254
|
-
this.lp = null;
|
|
255
|
-
this.ks = null;
|
|
256
|
-
this.lr = null;
|
|
257
|
-
this.kp = null;
|
|
231
|
+
this.i3 = null;
|
|
232
|
+
this.cv = 0;
|
|
233
|
+
this.i2 = null;
|
|
234
|
+
this.bq = false;
|
|
235
|
+
this.ix = null;
|
|
236
|
+
this.iz = null;
|
|
237
|
+
this.iy = null;
|
|
238
|
+
this.i0 = null;
|
|
239
|
+
this.h6 = 0;
|
|
240
|
+
this.h7 = 0;
|
|
241
|
+
this.b2 = false;
|
|
242
|
+
this.b4 = false;
|
|
243
|
+
this.bx = false;
|
|
258
244
|
this.kr = null;
|
|
259
|
-
this.
|
|
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.e7 = 0;
|
|
273
|
-
this.e2 = 0;
|
|
245
|
+
this.ks = null;
|
|
246
|
+
this.ia = 0;
|
|
247
|
+
this.bn = false;
|
|
248
|
+
this.bp = false;
|
|
249
|
+
this.bo = false;
|
|
250
|
+
this.iq = null;
|
|
251
|
+
this.k = null;
|
|
252
|
+
this.it = null;
|
|
253
|
+
this.iu = null;
|
|
254
|
+
this.ir = null;
|
|
255
|
+
this.ip = null;
|
|
256
|
+
this.ak = null;
|
|
257
|
+
this.al = null;
|
|
274
258
|
this.e6 = 0;
|
|
275
|
-
this.
|
|
276
|
-
this.
|
|
259
|
+
this.ky = null;
|
|
260
|
+
this.lz = null;
|
|
261
|
+
this.k0 = null;
|
|
262
|
+
this.l1 = null;
|
|
263
|
+
this.kx = null;
|
|
264
|
+
this.kz = null;
|
|
265
|
+
this.ei = 0;
|
|
266
|
+
this.eh = 0;
|
|
267
|
+
this.ee = 0;
|
|
268
|
+
this.ef = 0;
|
|
269
|
+
this.eg = 0;
|
|
270
|
+
this.ek = 0;
|
|
271
|
+
this.ej = 0;
|
|
272
|
+
this.by = false;
|
|
273
|
+
this.ly = null;
|
|
274
|
+
this.l0 = null;
|
|
275
|
+
this.fa = 0;
|
|
277
276
|
this.e9 = 0;
|
|
277
|
+
this.e7 = 0;
|
|
278
|
+
this.fd = 0;
|
|
278
279
|
this.e8 = 0;
|
|
280
|
+
this.fc = 0;
|
|
279
281
|
this.fb = 0;
|
|
280
|
-
this.
|
|
281
|
-
this.
|
|
282
|
-
this.
|
|
283
|
-
this.
|
|
284
|
-
this.
|
|
285
|
-
this.
|
|
286
|
-
this.
|
|
287
|
-
this.
|
|
288
|
-
this.
|
|
289
|
-
this.
|
|
282
|
+
this.b6 = false;
|
|
283
|
+
this.ff = 0;
|
|
284
|
+
this.fe = 0;
|
|
285
|
+
this.fh = 0;
|
|
286
|
+
this.fg = 0;
|
|
287
|
+
this.le = null;
|
|
288
|
+
this.lm = null;
|
|
289
|
+
this.li = null;
|
|
290
|
+
this.lj = null;
|
|
291
|
+
this.lk = null;
|
|
292
|
+
this.lh = null;
|
|
293
|
+
this.ll = null;
|
|
294
|
+
this.is = null;
|
|
295
|
+
this.io = null;
|
|
296
|
+
this.kq = null;
|
|
290
297
|
}
|
|
291
298
|
get_type() {
|
|
292
299
|
return "DomainChart";
|
|
@@ -295,192 +302,192 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
295
302
|
return this.get_type();
|
|
296
303
|
}
|
|
297
304
|
get pixelScalingRatio() {
|
|
298
|
-
return this.
|
|
305
|
+
return this.eo;
|
|
299
306
|
}
|
|
300
307
|
set pixelScalingRatio(a) {
|
|
301
|
-
this.
|
|
308
|
+
this.eo = a;
|
|
302
309
|
this.g("PixelScalingRatio");
|
|
303
310
|
}
|
|
304
311
|
get titleLeftMargin() {
|
|
305
|
-
return this.
|
|
312
|
+
return this.e1;
|
|
306
313
|
}
|
|
307
314
|
set titleLeftMargin(a) {
|
|
308
|
-
this.
|
|
315
|
+
this.e1 = a;
|
|
309
316
|
this.g("TitleLeftMargin");
|
|
310
317
|
}
|
|
311
318
|
get titleRightMargin() {
|
|
312
|
-
return this.
|
|
319
|
+
return this.e2;
|
|
313
320
|
}
|
|
314
321
|
set titleRightMargin(a) {
|
|
315
|
-
this.
|
|
322
|
+
this.e2 = a;
|
|
316
323
|
this.g("TitleRightMargin");
|
|
317
324
|
}
|
|
318
325
|
get titleTopMargin() {
|
|
319
|
-
return this.
|
|
326
|
+
return this.e3;
|
|
320
327
|
}
|
|
321
328
|
set titleTopMargin(a) {
|
|
322
|
-
this.
|
|
329
|
+
this.e3 = a;
|
|
323
330
|
this.g("TitleTopMargin");
|
|
324
331
|
}
|
|
325
332
|
get titleBottomMargin() {
|
|
326
|
-
return this.
|
|
333
|
+
return this.e0;
|
|
327
334
|
}
|
|
328
335
|
set titleBottomMargin(a) {
|
|
329
|
-
this.
|
|
336
|
+
this.e0 = a;
|
|
330
337
|
this.g("TitleBottomMargin");
|
|
331
338
|
}
|
|
332
339
|
get subtitleLeftMargin() {
|
|
333
|
-
return this.
|
|
340
|
+
return this.ew;
|
|
334
341
|
}
|
|
335
342
|
set subtitleLeftMargin(a) {
|
|
336
|
-
this.
|
|
343
|
+
this.ew = a;
|
|
337
344
|
this.g("SubtitleLeftMargin");
|
|
338
345
|
}
|
|
339
346
|
get subtitleTopMargin() {
|
|
340
|
-
return this.
|
|
347
|
+
return this.ey;
|
|
341
348
|
}
|
|
342
349
|
set subtitleTopMargin(a) {
|
|
343
|
-
this.
|
|
350
|
+
this.ey = a;
|
|
344
351
|
this.g("SubtitleTopMargin");
|
|
345
352
|
}
|
|
346
353
|
get subtitleRightMargin() {
|
|
347
|
-
return this.
|
|
354
|
+
return this.ex;
|
|
348
355
|
}
|
|
349
356
|
set subtitleRightMargin(a) {
|
|
350
|
-
this.
|
|
357
|
+
this.ex = a;
|
|
351
358
|
this.g("SubtitleRightMargin");
|
|
352
359
|
}
|
|
353
360
|
get subtitleBottomMargin() {
|
|
354
|
-
return this.
|
|
361
|
+
return this.ev;
|
|
355
362
|
}
|
|
356
363
|
set subtitleBottomMargin(a) {
|
|
357
|
-
this.
|
|
364
|
+
this.ev = a;
|
|
358
365
|
this.g("SubtitleBottomMargin");
|
|
359
366
|
}
|
|
360
367
|
get subtitleTextColor() {
|
|
361
|
-
return this.
|
|
368
|
+
return this.lp;
|
|
362
369
|
}
|
|
363
370
|
set subtitleTextColor(a) {
|
|
364
|
-
this.
|
|
371
|
+
this.lp = a;
|
|
365
372
|
this.g("SubtitleTextColor");
|
|
366
373
|
}
|
|
367
374
|
get titleTextColor() {
|
|
368
|
-
return this.
|
|
375
|
+
return this.ls;
|
|
369
376
|
}
|
|
370
377
|
set titleTextColor(a) {
|
|
371
|
-
this.
|
|
378
|
+
this.ls = a;
|
|
372
379
|
this.g("TitleTextColor");
|
|
373
380
|
}
|
|
374
381
|
get leftMargin() {
|
|
375
|
-
return this.
|
|
382
|
+
return this.el;
|
|
376
383
|
}
|
|
377
384
|
set leftMargin(a) {
|
|
378
|
-
this.
|
|
385
|
+
this.el = a;
|
|
379
386
|
this.g("LeftMargin");
|
|
380
387
|
}
|
|
381
388
|
get topMargin() {
|
|
382
|
-
return this.
|
|
389
|
+
return this.e4;
|
|
383
390
|
}
|
|
384
391
|
set topMargin(a) {
|
|
385
|
-
this.
|
|
392
|
+
this.e4 = a;
|
|
386
393
|
this.g("TopMargin");
|
|
387
394
|
}
|
|
388
395
|
get rightMargin() {
|
|
389
|
-
return this.
|
|
396
|
+
return this.eu;
|
|
390
397
|
}
|
|
391
398
|
set rightMargin(a) {
|
|
392
|
-
this.
|
|
399
|
+
this.eu = a;
|
|
393
400
|
this.g("RightMargin");
|
|
394
401
|
}
|
|
395
402
|
get bottomMargin() {
|
|
396
|
-
return this.
|
|
403
|
+
return this.cu;
|
|
397
404
|
}
|
|
398
405
|
set bottomMargin(a) {
|
|
399
|
-
this.
|
|
406
|
+
this.cu = a;
|
|
400
407
|
this.g("BottomMargin");
|
|
401
408
|
}
|
|
402
409
|
get transitionDuration() {
|
|
403
|
-
return this.
|
|
410
|
+
return this.ic;
|
|
404
411
|
}
|
|
405
412
|
set transitionDuration(a) {
|
|
406
|
-
this.
|
|
413
|
+
this.ic = a;
|
|
407
414
|
this.g("TransitionDuration");
|
|
408
415
|
}
|
|
409
416
|
get transitionEasingFunctionRef() {
|
|
410
|
-
return this.
|
|
417
|
+
return this.lv;
|
|
411
418
|
}
|
|
412
419
|
set transitionEasingFunctionRef(a) {
|
|
413
|
-
this.
|
|
420
|
+
this.lv = a;
|
|
414
421
|
this.g("TransitionEasingFunctionRef");
|
|
415
422
|
}
|
|
416
423
|
get subtitleTextStyle() {
|
|
417
|
-
return this.
|
|
424
|
+
return this.lq;
|
|
418
425
|
}
|
|
419
426
|
set subtitleTextStyle(a) {
|
|
420
|
-
this.
|
|
427
|
+
this.lq = a;
|
|
421
428
|
this.g("SubtitleTextStyle");
|
|
422
429
|
}
|
|
423
430
|
get titleTextStyle() {
|
|
424
|
-
return this.
|
|
431
|
+
return this.lt;
|
|
425
432
|
}
|
|
426
433
|
set titleTextStyle(a) {
|
|
427
|
-
this.
|
|
434
|
+
this.lt = a;
|
|
428
435
|
this.g("TitleTextStyle");
|
|
429
436
|
}
|
|
430
437
|
get dataToolTipGroupingMode() {
|
|
431
|
-
return this.
|
|
438
|
+
return this.i8;
|
|
432
439
|
}
|
|
433
440
|
set dataToolTipGroupingMode(a) {
|
|
434
|
-
this.
|
|
441
|
+
this.i8 = a;
|
|
435
442
|
this.g("DataToolTipGroupingMode");
|
|
436
443
|
}
|
|
437
444
|
get dataToolTipPositionOffsetX() {
|
|
438
|
-
return this.
|
|
445
|
+
return this.dg;
|
|
439
446
|
}
|
|
440
447
|
set dataToolTipPositionOffsetX(a) {
|
|
441
|
-
this.
|
|
448
|
+
this.dg = a;
|
|
442
449
|
this.g("DataToolTipPositionOffsetX");
|
|
443
450
|
}
|
|
444
451
|
get dataToolTipPositionOffsetY() {
|
|
445
|
-
return this.
|
|
452
|
+
return this.dh;
|
|
446
453
|
}
|
|
447
454
|
set dataToolTipPositionOffsetY(a) {
|
|
448
|
-
this.
|
|
455
|
+
this.dh = a;
|
|
449
456
|
this.g("DataToolTipPositionOffsetY");
|
|
450
457
|
}
|
|
451
458
|
get dataToolTipDefaultPositionOffsetX() {
|
|
452
|
-
return this.
|
|
459
|
+
return this.c0;
|
|
453
460
|
}
|
|
454
461
|
set dataToolTipDefaultPositionOffsetX(a) {
|
|
455
|
-
this.
|
|
462
|
+
this.c0 = a;
|
|
456
463
|
this.g("DataToolTipDefaultPositionOffsetX");
|
|
457
464
|
}
|
|
458
465
|
get dataToolTipDefaultPositionOffsetY() {
|
|
459
|
-
return this.
|
|
466
|
+
return this.c1;
|
|
460
467
|
}
|
|
461
468
|
set dataToolTipDefaultPositionOffsetY(a) {
|
|
462
|
-
this.
|
|
469
|
+
this.c1 = a;
|
|
463
470
|
this.g("DataToolTipDefaultPositionOffsetY");
|
|
464
471
|
}
|
|
465
472
|
get dataToolTipGroupedPositionModeX() {
|
|
466
|
-
return this.
|
|
473
|
+
return this.i6;
|
|
467
474
|
}
|
|
468
475
|
set dataToolTipGroupedPositionModeX(a) {
|
|
469
|
-
this.
|
|
476
|
+
this.i6 = a;
|
|
470
477
|
this.g("DataToolTipGroupedPositionModeX");
|
|
471
478
|
}
|
|
472
479
|
get dataToolTipGroupedPositionModeY() {
|
|
473
|
-
return this.
|
|
480
|
+
return this.i7;
|
|
474
481
|
}
|
|
475
482
|
set dataToolTipGroupedPositionModeY(a) {
|
|
476
|
-
this.
|
|
483
|
+
this.i7 = a;
|
|
477
484
|
this.g("DataToolTipGroupedPositionModeY");
|
|
478
485
|
}
|
|
479
486
|
get dataToolTipShouldUpdateWhenSeriesDataChanges() {
|
|
480
|
-
return this.
|
|
487
|
+
return this.bt;
|
|
481
488
|
}
|
|
482
489
|
set dataToolTipShouldUpdateWhenSeriesDataChanges(a) {
|
|
483
|
-
this.
|
|
490
|
+
this.bt = a;
|
|
484
491
|
this.g("DataToolTipShouldUpdateWhenSeriesDataChanges");
|
|
485
492
|
}
|
|
486
493
|
get dataToolTipIncludedSeries() {
|
|
@@ -512,52 +519,52 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
512
519
|
this.g("DataToolTipExcludedColumns");
|
|
513
520
|
}
|
|
514
521
|
get dataToolTipValueFormatAbbreviation() {
|
|
515
|
-
return this.
|
|
522
|
+
return this.kh;
|
|
516
523
|
}
|
|
517
524
|
set dataToolTipValueFormatAbbreviation(a) {
|
|
518
|
-
this.
|
|
525
|
+
this.kh = a;
|
|
519
526
|
this.g("DataToolTipValueFormatAbbreviation");
|
|
520
527
|
}
|
|
521
528
|
get dataToolTipValueFormatMaxFractions() {
|
|
522
|
-
return this.
|
|
529
|
+
return this.h8;
|
|
523
530
|
}
|
|
524
531
|
set dataToolTipValueFormatMaxFractions(a) {
|
|
525
|
-
this.
|
|
532
|
+
this.h8 = a;
|
|
526
533
|
this.g("DataToolTipValueFormatMaxFractions");
|
|
527
534
|
}
|
|
528
535
|
get dataToolTipValueFormatMinFractions() {
|
|
529
|
-
return this.
|
|
536
|
+
return this.h9;
|
|
530
537
|
}
|
|
531
538
|
set dataToolTipValueFormatMinFractions(a) {
|
|
532
|
-
this.
|
|
539
|
+
this.h9 = a;
|
|
533
540
|
this.g("DataToolTipValueFormatMinFractions");
|
|
534
541
|
}
|
|
535
542
|
get dataToolTipValueFormatMode() {
|
|
536
|
-
return this.
|
|
543
|
+
return this.kj;
|
|
537
544
|
}
|
|
538
545
|
set dataToolTipValueFormatMode(a) {
|
|
539
|
-
this.
|
|
546
|
+
this.kj = a;
|
|
540
547
|
this.g("DataToolTipValueFormatMode");
|
|
541
548
|
}
|
|
542
549
|
get dataToolTipValueFormatCulture() {
|
|
543
|
-
return this.
|
|
550
|
+
return this.ki;
|
|
544
551
|
}
|
|
545
552
|
set dataToolTipValueFormatCulture(a) {
|
|
546
|
-
this.
|
|
553
|
+
this.ki = a;
|
|
547
554
|
this.g("DataToolTipValueFormatCulture");
|
|
548
555
|
}
|
|
549
556
|
get dataToolTipValueFormatUseGrouping() {
|
|
550
|
-
return this.
|
|
557
|
+
return this.bu;
|
|
551
558
|
}
|
|
552
559
|
set dataToolTipValueFormatUseGrouping(a) {
|
|
553
|
-
this.
|
|
560
|
+
this.bu = a;
|
|
554
561
|
this.g("DataToolTipValueFormatUseGrouping");
|
|
555
562
|
}
|
|
556
563
|
get dataToolTipValueFormatString() {
|
|
557
|
-
return this.
|
|
564
|
+
return this.kk;
|
|
558
565
|
}
|
|
559
566
|
set dataToolTipValueFormatString(a) {
|
|
560
|
-
this.
|
|
567
|
+
this.kk = a;
|
|
561
568
|
this.g("DataToolTipValueFormatString");
|
|
562
569
|
}
|
|
563
570
|
get dataToolTipValueFormatSpecifiers() {
|
|
@@ -568,122 +575,122 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
568
575
|
this.g("DataToolTipValueFormatSpecifiers");
|
|
569
576
|
}
|
|
570
577
|
get dataToolTipValueRowMarginBottom() {
|
|
571
|
-
return this.
|
|
578
|
+
return this.d5;
|
|
572
579
|
}
|
|
573
580
|
set dataToolTipValueRowMarginBottom(a) {
|
|
574
|
-
this.
|
|
581
|
+
this.d5 = a;
|
|
575
582
|
this.g("DataToolTipValueRowMarginBottom");
|
|
576
583
|
}
|
|
577
584
|
get dataToolTipValueRowMarginLeft() {
|
|
578
|
-
return this.
|
|
585
|
+
return this.d6;
|
|
579
586
|
}
|
|
580
587
|
set dataToolTipValueRowMarginLeft(a) {
|
|
581
|
-
this.
|
|
588
|
+
this.d6 = a;
|
|
582
589
|
this.g("DataToolTipValueRowMarginLeft");
|
|
583
590
|
}
|
|
584
591
|
get dataToolTipValueRowMarginRight() {
|
|
585
|
-
return this.
|
|
592
|
+
return this.d7;
|
|
586
593
|
}
|
|
587
594
|
set dataToolTipValueRowMarginRight(a) {
|
|
588
|
-
this.
|
|
595
|
+
this.d7 = a;
|
|
589
596
|
this.g("DataToolTipValueRowMarginRight");
|
|
590
597
|
}
|
|
591
598
|
get dataToolTipValueRowMarginTop() {
|
|
592
|
-
return this.
|
|
599
|
+
return this.d8;
|
|
593
600
|
}
|
|
594
601
|
set dataToolTipValueRowMarginTop(a) {
|
|
595
|
-
this.
|
|
602
|
+
this.d8 = a;
|
|
596
603
|
this.g("DataToolTipValueRowMarginTop");
|
|
597
604
|
}
|
|
598
605
|
get dataToolTipValueRowVisible() {
|
|
599
|
-
return this.
|
|
606
|
+
return this.bv;
|
|
600
607
|
}
|
|
601
608
|
set dataToolTipValueRowVisible(a) {
|
|
602
|
-
this.
|
|
609
|
+
this.bv = a;
|
|
603
610
|
this.g("DataToolTipValueRowVisible");
|
|
604
611
|
}
|
|
605
612
|
get dataToolTipValueTextWhenMissingData() {
|
|
606
|
-
return this.
|
|
613
|
+
return this.kp;
|
|
607
614
|
}
|
|
608
615
|
set dataToolTipValueTextWhenMissingData(a) {
|
|
609
|
-
this.
|
|
616
|
+
this.kp = a;
|
|
610
617
|
this.g("DataToolTipValueTextWhenMissingData");
|
|
611
618
|
}
|
|
612
619
|
get dataToolTipValueTextUseSeriesColors() {
|
|
613
|
-
return this.
|
|
620
|
+
return this.bw;
|
|
614
621
|
}
|
|
615
622
|
set dataToolTipValueTextUseSeriesColors(a) {
|
|
616
|
-
this.
|
|
623
|
+
this.bw = a;
|
|
617
624
|
this.g("DataToolTipValueTextUseSeriesColors");
|
|
618
625
|
}
|
|
619
626
|
get dataToolTipValueTextMarginBottom() {
|
|
620
|
-
return this.
|
|
627
|
+
return this.ea;
|
|
621
628
|
}
|
|
622
629
|
set dataToolTipValueTextMarginBottom(a) {
|
|
623
|
-
this.
|
|
630
|
+
this.ea = a;
|
|
624
631
|
this.g("DataToolTipValueTextMarginBottom");
|
|
625
632
|
}
|
|
626
633
|
get dataToolTipValueTextMarginLeft() {
|
|
627
|
-
return this.
|
|
634
|
+
return this.eb;
|
|
628
635
|
}
|
|
629
636
|
set dataToolTipValueTextMarginLeft(a) {
|
|
630
|
-
this.
|
|
637
|
+
this.eb = a;
|
|
631
638
|
this.g("DataToolTipValueTextMarginLeft");
|
|
632
639
|
}
|
|
633
640
|
get dataToolTipValueTextMarginRight() {
|
|
634
|
-
return this.
|
|
641
|
+
return this.ec;
|
|
635
642
|
}
|
|
636
643
|
set dataToolTipValueTextMarginRight(a) {
|
|
637
|
-
this.
|
|
644
|
+
this.ec = a;
|
|
638
645
|
this.g("DataToolTipValueTextMarginRight");
|
|
639
646
|
}
|
|
640
647
|
get dataToolTipValueTextMarginTop() {
|
|
641
|
-
return this.
|
|
648
|
+
return this.ed;
|
|
642
649
|
}
|
|
643
650
|
set dataToolTipValueTextMarginTop(a) {
|
|
644
|
-
this.
|
|
651
|
+
this.ed = a;
|
|
645
652
|
this.g("DataToolTipValueTextMarginTop");
|
|
646
653
|
}
|
|
647
654
|
get dataToolTipValueTextColor() {
|
|
648
|
-
return this.
|
|
655
|
+
return this.kl;
|
|
649
656
|
}
|
|
650
657
|
set dataToolTipValueTextColor(a) {
|
|
651
|
-
this.
|
|
658
|
+
this.kl = a;
|
|
652
659
|
this.g("DataToolTipValueTextColor");
|
|
653
660
|
}
|
|
654
661
|
get dataToolTipValueTextFontFamily() {
|
|
655
|
-
return this.
|
|
662
|
+
return this.km;
|
|
656
663
|
}
|
|
657
664
|
set dataToolTipValueTextFontFamily(a) {
|
|
658
|
-
this.
|
|
665
|
+
this.km = a;
|
|
659
666
|
this.g("DataToolTipValueTextFontFamily");
|
|
660
667
|
}
|
|
661
668
|
get dataToolTipValueTextFontSize() {
|
|
662
|
-
return this.
|
|
669
|
+
return this.d9;
|
|
663
670
|
}
|
|
664
671
|
set dataToolTipValueTextFontSize(a) {
|
|
665
|
-
this.
|
|
672
|
+
this.d9 = a;
|
|
666
673
|
this.g("DataToolTipValueTextFontSize");
|
|
667
674
|
}
|
|
668
675
|
get dataToolTipValueTextFontStyle() {
|
|
669
|
-
return this.
|
|
676
|
+
return this.kn;
|
|
670
677
|
}
|
|
671
678
|
set dataToolTipValueTextFontStyle(a) {
|
|
672
|
-
this.
|
|
679
|
+
this.kn = a;
|
|
673
680
|
this.g("DataToolTipValueTextFontStyle");
|
|
674
681
|
}
|
|
675
682
|
get dataToolTipValueTextFontWeight() {
|
|
676
|
-
return this.
|
|
683
|
+
return this.ko;
|
|
677
684
|
}
|
|
678
685
|
set dataToolTipValueTextFontWeight(a) {
|
|
679
|
-
this.
|
|
686
|
+
this.ko = a;
|
|
680
687
|
this.g("DataToolTipValueTextFontWeight");
|
|
681
688
|
}
|
|
682
689
|
get dataToolTipHeaderFormatString() {
|
|
683
|
-
return this.
|
|
690
|
+
return this.jb;
|
|
684
691
|
}
|
|
685
692
|
set dataToolTipHeaderFormatString(a) {
|
|
686
|
-
this.
|
|
693
|
+
this.jb = a;
|
|
687
694
|
this.g("DataToolTipHeaderFormatString");
|
|
688
695
|
}
|
|
689
696
|
get dataToolTipHeaderFormatSpecifiers() {
|
|
@@ -694,605 +701,605 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
694
701
|
this.g("DataToolTipHeaderFormatSpecifiers");
|
|
695
702
|
}
|
|
696
703
|
get dataToolTipHeaderFormatCulture() {
|
|
697
|
-
return this.
|
|
704
|
+
return this.i9;
|
|
698
705
|
}
|
|
699
706
|
set dataToolTipHeaderFormatCulture(a) {
|
|
700
|
-
this.
|
|
707
|
+
this.i9 = a;
|
|
701
708
|
this.g("DataToolTipHeaderFormatCulture");
|
|
702
709
|
}
|
|
703
710
|
get dataToolTipHeaderFormatDate() {
|
|
704
|
-
return this.
|
|
711
|
+
return this.ja;
|
|
705
712
|
}
|
|
706
713
|
set dataToolTipHeaderFormatDate(a) {
|
|
707
|
-
this.
|
|
714
|
+
this.ja = a;
|
|
708
715
|
this.g("DataToolTipHeaderFormatDate");
|
|
709
716
|
}
|
|
710
717
|
get dataToolTipHeaderFormatTime() {
|
|
711
|
-
return this.
|
|
718
|
+
return this.jc;
|
|
712
719
|
}
|
|
713
720
|
set dataToolTipHeaderFormatTime(a) {
|
|
714
|
-
this.
|
|
721
|
+
this.jc = a;
|
|
715
722
|
this.g("DataToolTipHeaderFormatTime");
|
|
716
723
|
}
|
|
717
724
|
get dataToolTipHeaderText() {
|
|
718
|
-
return this.
|
|
725
|
+
return this.jd;
|
|
719
726
|
}
|
|
720
727
|
set dataToolTipHeaderText(a) {
|
|
721
|
-
this.
|
|
728
|
+
this.jd = a;
|
|
722
729
|
this.g("DataToolTipHeaderText");
|
|
723
730
|
}
|
|
724
731
|
get dataToolTipHeaderTextColor() {
|
|
725
|
-
return this.
|
|
732
|
+
return this.je;
|
|
726
733
|
}
|
|
727
734
|
set dataToolTipHeaderTextColor(a) {
|
|
728
|
-
this.
|
|
735
|
+
this.je = a;
|
|
729
736
|
this.g("DataToolTipHeaderTextColor");
|
|
730
737
|
}
|
|
731
738
|
get dataToolTipHeaderTextMarginBottom() {
|
|
732
|
-
return this.
|
|
739
|
+
return this.c7;
|
|
733
740
|
}
|
|
734
741
|
set dataToolTipHeaderTextMarginBottom(a) {
|
|
735
|
-
this.
|
|
742
|
+
this.c7 = a;
|
|
736
743
|
this.g("DataToolTipHeaderTextMarginBottom");
|
|
737
744
|
}
|
|
738
745
|
get dataToolTipHeaderTextMarginLeft() {
|
|
739
|
-
return this.
|
|
746
|
+
return this.c8;
|
|
740
747
|
}
|
|
741
748
|
set dataToolTipHeaderTextMarginLeft(a) {
|
|
742
|
-
this.
|
|
749
|
+
this.c8 = a;
|
|
743
750
|
this.g("DataToolTipHeaderTextMarginLeft");
|
|
744
751
|
}
|
|
745
752
|
get dataToolTipHeaderTextMarginRight() {
|
|
746
|
-
return this.
|
|
753
|
+
return this.c9;
|
|
747
754
|
}
|
|
748
755
|
set dataToolTipHeaderTextMarginRight(a) {
|
|
749
|
-
this.
|
|
756
|
+
this.c9 = a;
|
|
750
757
|
this.g("DataToolTipHeaderTextMarginRight");
|
|
751
758
|
}
|
|
752
759
|
get dataToolTipHeaderTextMarginTop() {
|
|
753
|
-
return this.
|
|
760
|
+
return this.da;
|
|
754
761
|
}
|
|
755
762
|
set dataToolTipHeaderTextMarginTop(a) {
|
|
756
|
-
this.
|
|
763
|
+
this.da = a;
|
|
757
764
|
this.g("DataToolTipHeaderTextMarginTop");
|
|
758
765
|
}
|
|
759
766
|
get dataToolTipHeaderRowMarginBottom() {
|
|
760
|
-
return this.
|
|
767
|
+
return this.c2;
|
|
761
768
|
}
|
|
762
769
|
set dataToolTipHeaderRowMarginBottom(a) {
|
|
763
|
-
this.
|
|
770
|
+
this.c2 = a;
|
|
764
771
|
this.g("DataToolTipHeaderRowMarginBottom");
|
|
765
772
|
}
|
|
766
773
|
get dataToolTipHeaderRowMarginLeft() {
|
|
767
|
-
return this.
|
|
774
|
+
return this.c3;
|
|
768
775
|
}
|
|
769
776
|
set dataToolTipHeaderRowMarginLeft(a) {
|
|
770
|
-
this.
|
|
777
|
+
this.c3 = a;
|
|
771
778
|
this.g("DataToolTipHeaderRowMarginLeft");
|
|
772
779
|
}
|
|
773
780
|
get dataToolTipHeaderRowMarginRight() {
|
|
774
|
-
return this.
|
|
781
|
+
return this.c4;
|
|
775
782
|
}
|
|
776
783
|
set dataToolTipHeaderRowMarginRight(a) {
|
|
777
|
-
this.
|
|
784
|
+
this.c4 = a;
|
|
778
785
|
this.g("DataToolTipHeaderRowMarginRight");
|
|
779
786
|
}
|
|
780
787
|
get dataToolTipHeaderRowMarginTop() {
|
|
781
|
-
return this.
|
|
788
|
+
return this.c5;
|
|
782
789
|
}
|
|
783
790
|
set dataToolTipHeaderRowMarginTop(a) {
|
|
784
|
-
this.
|
|
791
|
+
this.c5 = a;
|
|
785
792
|
this.g("DataToolTipHeaderRowMarginTop");
|
|
786
793
|
}
|
|
787
794
|
get dataToolTipHeaderRowVisible() {
|
|
788
|
-
return this.
|
|
795
|
+
return this.bs;
|
|
789
796
|
}
|
|
790
797
|
set dataToolTipHeaderRowVisible(a) {
|
|
791
|
-
this.
|
|
798
|
+
this.bs = a;
|
|
792
799
|
this.g("DataToolTipHeaderRowVisible");
|
|
793
800
|
}
|
|
794
801
|
get dataToolTipHeaderTextFontFamily() {
|
|
795
|
-
return this.
|
|
802
|
+
return this.jf;
|
|
796
803
|
}
|
|
797
804
|
set dataToolTipHeaderTextFontFamily(a) {
|
|
798
|
-
this.
|
|
805
|
+
this.jf = a;
|
|
799
806
|
this.g("DataToolTipHeaderTextFontFamily");
|
|
800
807
|
}
|
|
801
808
|
get dataToolTipHeaderTextFontSize() {
|
|
802
|
-
return this.
|
|
809
|
+
return this.c6;
|
|
803
810
|
}
|
|
804
811
|
set dataToolTipHeaderTextFontSize(a) {
|
|
805
|
-
this.
|
|
812
|
+
this.c6 = a;
|
|
806
813
|
this.g("DataToolTipHeaderTextFontSize");
|
|
807
814
|
}
|
|
808
815
|
get dataToolTipHeaderTextFontStyle() {
|
|
809
|
-
return this.
|
|
816
|
+
return this.jg;
|
|
810
817
|
}
|
|
811
818
|
set dataToolTipHeaderTextFontStyle(a) {
|
|
812
|
-
this.
|
|
819
|
+
this.jg = a;
|
|
813
820
|
this.g("DataToolTipHeaderTextFontStyle");
|
|
814
821
|
}
|
|
815
822
|
get dataToolTipHeaderTextFontWeight() {
|
|
816
|
-
return this.
|
|
823
|
+
return this.jh;
|
|
817
824
|
}
|
|
818
825
|
set dataToolTipHeaderTextFontWeight(a) {
|
|
819
|
-
this.
|
|
826
|
+
this.jh = a;
|
|
820
827
|
this.g("DataToolTipHeaderTextFontWeight");
|
|
821
828
|
}
|
|
822
829
|
get dataToolTipSummaryTitleTextColor() {
|
|
823
|
-
return this.
|
|
830
|
+
return this.jt;
|
|
824
831
|
}
|
|
825
832
|
set dataToolTipSummaryTitleTextColor(a) {
|
|
826
|
-
this.
|
|
833
|
+
this.jt = a;
|
|
827
834
|
this.g("DataToolTipSummaryTitleTextColor");
|
|
828
835
|
}
|
|
829
836
|
get dataToolTipSummaryTitleTextFontFamily() {
|
|
830
|
-
return this.
|
|
837
|
+
return this.ju;
|
|
831
838
|
}
|
|
832
839
|
set dataToolTipSummaryTitleTextFontFamily(a) {
|
|
833
|
-
this.
|
|
840
|
+
this.ju = a;
|
|
834
841
|
this.g("DataToolTipSummaryTitleTextFontFamily");
|
|
835
842
|
}
|
|
836
843
|
get dataToolTipSummaryTitleTextFontSize() {
|
|
837
|
-
return this.
|
|
844
|
+
return this.dn;
|
|
838
845
|
}
|
|
839
846
|
set dataToolTipSummaryTitleTextFontSize(a) {
|
|
840
|
-
this.
|
|
847
|
+
this.dn = a;
|
|
841
848
|
this.g("DataToolTipSummaryTitleTextFontSize");
|
|
842
849
|
}
|
|
843
850
|
get dataToolTipSummaryTitleTextFontStyle() {
|
|
844
|
-
return this.
|
|
851
|
+
return this.jv;
|
|
845
852
|
}
|
|
846
853
|
set dataToolTipSummaryTitleTextFontStyle(a) {
|
|
847
|
-
this.
|
|
854
|
+
this.jv = a;
|
|
848
855
|
this.g("DataToolTipSummaryTitleTextFontStyle");
|
|
849
856
|
}
|
|
850
857
|
get dataToolTipSummaryTitleTextFontWeight() {
|
|
851
|
-
return this.
|
|
858
|
+
return this.jw;
|
|
852
859
|
}
|
|
853
860
|
set dataToolTipSummaryTitleTextFontWeight(a) {
|
|
854
|
-
this.
|
|
861
|
+
this.jw = a;
|
|
855
862
|
this.g("DataToolTipSummaryTitleTextFontWeight");
|
|
856
863
|
}
|
|
857
864
|
get dataToolTipSummaryType() {
|
|
858
|
-
return this.
|
|
865
|
+
return this.jx;
|
|
859
866
|
}
|
|
860
867
|
set dataToolTipSummaryType(a) {
|
|
861
|
-
this.
|
|
868
|
+
this.jx = a;
|
|
862
869
|
this.g("DataToolTipSummaryType");
|
|
863
870
|
}
|
|
864
871
|
get dataToolTipSummaryTitleText() {
|
|
865
|
-
return this.
|
|
872
|
+
return this.js;
|
|
866
873
|
}
|
|
867
874
|
set dataToolTipSummaryTitleText(a) {
|
|
868
|
-
this.
|
|
875
|
+
this.js = a;
|
|
869
876
|
this.g("DataToolTipSummaryTitleText");
|
|
870
877
|
}
|
|
871
878
|
get dataToolTipSummaryTitleTextMarginBottom() {
|
|
872
|
-
return this.
|
|
879
|
+
return this.dp;
|
|
873
880
|
}
|
|
874
881
|
set dataToolTipSummaryTitleTextMarginBottom(a) {
|
|
875
|
-
this.
|
|
882
|
+
this.dp = a;
|
|
876
883
|
this.g("DataToolTipSummaryTitleTextMarginBottom");
|
|
877
884
|
}
|
|
878
885
|
get dataToolTipSummaryTitleTextMarginLeft() {
|
|
879
|
-
return this.
|
|
886
|
+
return this.dq;
|
|
880
887
|
}
|
|
881
888
|
set dataToolTipSummaryTitleTextMarginLeft(a) {
|
|
882
|
-
this.
|
|
889
|
+
this.dq = a;
|
|
883
890
|
this.g("DataToolTipSummaryTitleTextMarginLeft");
|
|
884
891
|
}
|
|
885
892
|
get dataToolTipSummaryTitleTextMarginRight() {
|
|
886
|
-
return this.
|
|
893
|
+
return this.dr;
|
|
887
894
|
}
|
|
888
895
|
set dataToolTipSummaryTitleTextMarginRight(a) {
|
|
889
|
-
this.
|
|
896
|
+
this.dr = a;
|
|
890
897
|
this.g("DataToolTipSummaryTitleTextMarginRight");
|
|
891
898
|
}
|
|
892
899
|
get dataToolTipSummaryTitleTextMarginTop() {
|
|
893
|
-
return this.
|
|
900
|
+
return this.ds;
|
|
894
901
|
}
|
|
895
902
|
set dataToolTipSummaryTitleTextMarginTop(a) {
|
|
896
|
-
this.
|
|
903
|
+
this.ds = a;
|
|
897
904
|
this.g("DataToolTipSummaryTitleTextMarginTop");
|
|
898
905
|
}
|
|
899
906
|
get dataToolTipSummaryRowMarginBottom() {
|
|
900
|
-
return this.
|
|
907
|
+
return this.dj;
|
|
901
908
|
}
|
|
902
909
|
set dataToolTipSummaryRowMarginBottom(a) {
|
|
903
|
-
this.
|
|
910
|
+
this.dj = a;
|
|
904
911
|
this.g("DataToolTipSummaryRowMarginBottom");
|
|
905
912
|
}
|
|
906
913
|
get dataToolTipSummaryRowMarginLeft() {
|
|
907
|
-
return this.
|
|
914
|
+
return this.dk;
|
|
908
915
|
}
|
|
909
916
|
set dataToolTipSummaryRowMarginLeft(a) {
|
|
910
|
-
this.
|
|
917
|
+
this.dk = a;
|
|
911
918
|
this.g("DataToolTipSummaryRowMarginLeft");
|
|
912
919
|
}
|
|
913
920
|
get dataToolTipSummaryRowMarginRight() {
|
|
914
|
-
return this.
|
|
921
|
+
return this.dl;
|
|
915
922
|
}
|
|
916
923
|
set dataToolTipSummaryRowMarginRight(a) {
|
|
917
|
-
this.
|
|
924
|
+
this.dl = a;
|
|
918
925
|
this.g("DataToolTipSummaryRowMarginRight");
|
|
919
926
|
}
|
|
920
927
|
get dataToolTipSummaryRowMarginTop() {
|
|
921
|
-
return this.
|
|
928
|
+
return this.dm;
|
|
922
929
|
}
|
|
923
930
|
set dataToolTipSummaryRowMarginTop(a) {
|
|
924
|
-
this.
|
|
931
|
+
this.dm = a;
|
|
925
932
|
this.g("DataToolTipSummaryRowMarginTop");
|
|
926
933
|
}
|
|
927
934
|
get dataToolTipSummaryValueTextColor() {
|
|
928
|
-
return this.
|
|
935
|
+
return this.j3;
|
|
929
936
|
}
|
|
930
937
|
set dataToolTipSummaryValueTextColor(a) {
|
|
931
|
-
this.
|
|
938
|
+
this.j3 = a;
|
|
932
939
|
this.g("DataToolTipSummaryValueTextColor");
|
|
933
940
|
}
|
|
934
941
|
get dataToolTipSummaryValueTextFontFamily() {
|
|
935
|
-
return this.
|
|
942
|
+
return this.j4;
|
|
936
943
|
}
|
|
937
944
|
set dataToolTipSummaryValueTextFontFamily(a) {
|
|
938
|
-
this.
|
|
945
|
+
this.j4 = a;
|
|
939
946
|
this.g("DataToolTipSummaryValueTextFontFamily");
|
|
940
947
|
}
|
|
941
948
|
get dataToolTipSummaryValueTextFontSize() {
|
|
942
|
-
return this.
|
|
949
|
+
return this.du;
|
|
943
950
|
}
|
|
944
951
|
set dataToolTipSummaryValueTextFontSize(a) {
|
|
945
|
-
this.
|
|
952
|
+
this.du = a;
|
|
946
953
|
this.g("DataToolTipSummaryValueTextFontSize");
|
|
947
954
|
}
|
|
948
955
|
get dataToolTipSummaryValueTextFontStyle() {
|
|
949
|
-
return this.
|
|
956
|
+
return this.j5;
|
|
950
957
|
}
|
|
951
958
|
set dataToolTipSummaryValueTextFontStyle(a) {
|
|
952
|
-
this.
|
|
959
|
+
this.j5 = a;
|
|
953
960
|
this.g("DataToolTipSummaryValueTextFontStyle");
|
|
954
961
|
}
|
|
955
962
|
get dataToolTipSummaryValueTextFontWeight() {
|
|
956
|
-
return this.
|
|
963
|
+
return this.j6;
|
|
957
964
|
}
|
|
958
965
|
set dataToolTipSummaryValueTextFontWeight(a) {
|
|
959
|
-
this.
|
|
966
|
+
this.j6 = a;
|
|
960
967
|
this.g("DataToolTipSummaryValueTextFontWeight");
|
|
961
968
|
}
|
|
962
969
|
get dataToolTipSummaryLabelText() {
|
|
963
|
-
return this.
|
|
970
|
+
return this.jn;
|
|
964
971
|
}
|
|
965
972
|
set dataToolTipSummaryLabelText(a) {
|
|
966
|
-
this.
|
|
973
|
+
this.jn = a;
|
|
967
974
|
this.g("DataToolTipSummaryLabelText");
|
|
968
975
|
}
|
|
969
976
|
get dataToolTipSummaryLabelTextColor() {
|
|
970
|
-
return this.
|
|
977
|
+
return this.jo;
|
|
971
978
|
}
|
|
972
979
|
set dataToolTipSummaryLabelTextColor(a) {
|
|
973
|
-
this.
|
|
980
|
+
this.jo = a;
|
|
974
981
|
this.g("DataToolTipSummaryLabelTextColor");
|
|
975
982
|
}
|
|
976
983
|
get dataToolTipSummaryLabelTextFontFamily() {
|
|
977
|
-
return this.
|
|
984
|
+
return this.jp;
|
|
978
985
|
}
|
|
979
986
|
set dataToolTipSummaryLabelTextFontFamily(a) {
|
|
980
|
-
this.
|
|
987
|
+
this.jp = a;
|
|
981
988
|
this.g("DataToolTipSummaryLabelTextFontFamily");
|
|
982
989
|
}
|
|
983
990
|
get dataToolTipSummaryLabelTextFontSize() {
|
|
984
|
-
return this.
|
|
991
|
+
return this.di;
|
|
985
992
|
}
|
|
986
993
|
set dataToolTipSummaryLabelTextFontSize(a) {
|
|
987
|
-
this.
|
|
994
|
+
this.di = a;
|
|
988
995
|
this.g("DataToolTipSummaryLabelTextFontSize");
|
|
989
996
|
}
|
|
990
997
|
get dataToolTipSummaryLabelTextFontStyle() {
|
|
991
|
-
return this.
|
|
998
|
+
return this.jq;
|
|
992
999
|
}
|
|
993
1000
|
set dataToolTipSummaryLabelTextFontStyle(a) {
|
|
994
|
-
this.
|
|
1001
|
+
this.jq = a;
|
|
995
1002
|
this.g("DataToolTipSummaryLabelTextFontStyle");
|
|
996
1003
|
}
|
|
997
1004
|
get dataToolTipSummaryLabelTextFontWeight() {
|
|
998
|
-
return this.
|
|
1005
|
+
return this.jr;
|
|
999
1006
|
}
|
|
1000
1007
|
set dataToolTipSummaryLabelTextFontWeight(a) {
|
|
1001
|
-
this.
|
|
1008
|
+
this.jr = a;
|
|
1002
1009
|
this.g("DataToolTipSummaryLabelTextFontWeight");
|
|
1003
1010
|
}
|
|
1004
1011
|
get dataToolTipSummaryUnitsText() {
|
|
1005
|
-
return this.
|
|
1012
|
+
return this.jy;
|
|
1006
1013
|
}
|
|
1007
1014
|
set dataToolTipSummaryUnitsText(a) {
|
|
1008
|
-
this.
|
|
1015
|
+
this.jy = a;
|
|
1009
1016
|
this.g("DataToolTipSummaryUnitsText");
|
|
1010
1017
|
}
|
|
1011
1018
|
get dataToolTipSummaryUnitsTextColor() {
|
|
1012
|
-
return this.
|
|
1019
|
+
return this.jz;
|
|
1013
1020
|
}
|
|
1014
1021
|
set dataToolTipSummaryUnitsTextColor(a) {
|
|
1015
|
-
this.
|
|
1022
|
+
this.jz = a;
|
|
1016
1023
|
this.g("DataToolTipSummaryUnitsTextColor");
|
|
1017
1024
|
}
|
|
1018
1025
|
get dataToolTipSummaryUnitsTextFontFamily() {
|
|
1019
|
-
return this.
|
|
1026
|
+
return this.j0;
|
|
1020
1027
|
}
|
|
1021
1028
|
set dataToolTipSummaryUnitsTextFontFamily(a) {
|
|
1022
|
-
this.
|
|
1029
|
+
this.j0 = a;
|
|
1023
1030
|
this.g("DataToolTipSummaryUnitsTextFontFamily");
|
|
1024
1031
|
}
|
|
1025
1032
|
get dataToolTipSummaryUnitsTextFontSize() {
|
|
1026
|
-
return this.
|
|
1033
|
+
return this.dt;
|
|
1027
1034
|
}
|
|
1028
1035
|
set dataToolTipSummaryUnitsTextFontSize(a) {
|
|
1029
|
-
this.
|
|
1036
|
+
this.dt = a;
|
|
1030
1037
|
this.g("DataToolTipSummaryUnitsTextFontSize");
|
|
1031
1038
|
}
|
|
1032
1039
|
get dataToolTipSummaryUnitsTextFontStyle() {
|
|
1033
|
-
return this.
|
|
1040
|
+
return this.j1;
|
|
1034
1041
|
}
|
|
1035
1042
|
set dataToolTipSummaryUnitsTextFontStyle(a) {
|
|
1036
|
-
this.
|
|
1043
|
+
this.j1 = a;
|
|
1037
1044
|
this.g("DataToolTipSummaryUnitsTextFontStyle");
|
|
1038
1045
|
}
|
|
1039
1046
|
get dataToolTipSummaryUnitsTextFontWeight() {
|
|
1040
|
-
return this.
|
|
1047
|
+
return this.j2;
|
|
1041
1048
|
}
|
|
1042
1049
|
set dataToolTipSummaryUnitsTextFontWeight(a) {
|
|
1043
|
-
this.
|
|
1050
|
+
this.j2 = a;
|
|
1044
1051
|
this.g("DataToolTipSummaryUnitsTextFontWeight");
|
|
1045
1052
|
}
|
|
1046
1053
|
get dataToolTipBadgeMarginBottom() {
|
|
1047
|
-
return this.
|
|
1054
|
+
return this.cw;
|
|
1048
1055
|
}
|
|
1049
1056
|
set dataToolTipBadgeMarginBottom(a) {
|
|
1050
|
-
this.
|
|
1057
|
+
this.cw = a;
|
|
1051
1058
|
this.g("DataToolTipBadgeMarginBottom");
|
|
1052
1059
|
}
|
|
1053
1060
|
get dataToolTipBadgeMarginLeft() {
|
|
1054
|
-
return this.
|
|
1061
|
+
return this.cx;
|
|
1055
1062
|
}
|
|
1056
1063
|
set dataToolTipBadgeMarginLeft(a) {
|
|
1057
|
-
this.
|
|
1064
|
+
this.cx = a;
|
|
1058
1065
|
this.g("DataToolTipBadgeMarginLeft");
|
|
1059
1066
|
}
|
|
1060
1067
|
get dataToolTipBadgeMarginRight() {
|
|
1061
|
-
return this.
|
|
1068
|
+
return this.cy;
|
|
1062
1069
|
}
|
|
1063
1070
|
set dataToolTipBadgeMarginRight(a) {
|
|
1064
|
-
this.
|
|
1071
|
+
this.cy = a;
|
|
1065
1072
|
this.g("DataToolTipBadgeMarginRight");
|
|
1066
1073
|
}
|
|
1067
1074
|
get dataToolTipBadgeMarginTop() {
|
|
1068
|
-
return this.
|
|
1075
|
+
return this.cz;
|
|
1069
1076
|
}
|
|
1070
1077
|
set dataToolTipBadgeMarginTop(a) {
|
|
1071
|
-
this.
|
|
1078
|
+
this.cz = a;
|
|
1072
1079
|
this.g("DataToolTipBadgeMarginTop");
|
|
1073
1080
|
}
|
|
1074
1081
|
get dataToolTipBadgeShape() {
|
|
1075
|
-
return this.
|
|
1082
|
+
return this.i5;
|
|
1076
1083
|
}
|
|
1077
1084
|
set dataToolTipBadgeShape(a) {
|
|
1078
|
-
this.
|
|
1085
|
+
this.i5 = a;
|
|
1079
1086
|
this.g("DataToolTipBadgeShape");
|
|
1080
1087
|
}
|
|
1081
1088
|
get dataToolTipUnitsDisplayMode() {
|
|
1082
|
-
return this.
|
|
1089
|
+
return this.kb;
|
|
1083
1090
|
}
|
|
1084
1091
|
set dataToolTipUnitsDisplayMode(a) {
|
|
1085
|
-
this.
|
|
1092
|
+
this.kb = a;
|
|
1086
1093
|
this.g("DataToolTipUnitsDisplayMode");
|
|
1087
1094
|
}
|
|
1088
1095
|
get dataToolTipUnitsText() {
|
|
1089
|
-
return this.
|
|
1096
|
+
return this.kc;
|
|
1090
1097
|
}
|
|
1091
1098
|
set dataToolTipUnitsText(a) {
|
|
1092
|
-
this.
|
|
1099
|
+
this.kc = a;
|
|
1093
1100
|
this.g("DataToolTipUnitsText");
|
|
1094
1101
|
}
|
|
1095
1102
|
get dataToolTipUnitsTextColor() {
|
|
1096
|
-
return this.
|
|
1103
|
+
return this.kd;
|
|
1097
1104
|
}
|
|
1098
1105
|
set dataToolTipUnitsTextColor(a) {
|
|
1099
|
-
this.
|
|
1106
|
+
this.kd = a;
|
|
1100
1107
|
this.g("DataToolTipUnitsTextColor");
|
|
1101
1108
|
}
|
|
1102
1109
|
get dataToolTipUnitsTextMarginBottom() {
|
|
1103
|
-
return this.
|
|
1110
|
+
return this.d1;
|
|
1104
1111
|
}
|
|
1105
1112
|
set dataToolTipUnitsTextMarginBottom(a) {
|
|
1106
|
-
this.
|
|
1113
|
+
this.d1 = a;
|
|
1107
1114
|
this.g("DataToolTipUnitsTextMarginBottom");
|
|
1108
1115
|
}
|
|
1109
1116
|
get dataToolTipUnitsTextMarginLeft() {
|
|
1110
|
-
return this.
|
|
1117
|
+
return this.d2;
|
|
1111
1118
|
}
|
|
1112
1119
|
set dataToolTipUnitsTextMarginLeft(a) {
|
|
1113
|
-
this.
|
|
1120
|
+
this.d2 = a;
|
|
1114
1121
|
this.g("DataToolTipUnitsTextMarginLeft");
|
|
1115
1122
|
}
|
|
1116
1123
|
get dataToolTipUnitsTextMarginRight() {
|
|
1117
|
-
return this.
|
|
1124
|
+
return this.d3;
|
|
1118
1125
|
}
|
|
1119
1126
|
set dataToolTipUnitsTextMarginRight(a) {
|
|
1120
|
-
this.
|
|
1127
|
+
this.d3 = a;
|
|
1121
1128
|
this.g("DataToolTipUnitsTextMarginRight");
|
|
1122
1129
|
}
|
|
1123
1130
|
get dataToolTipUnitsTextMarginTop() {
|
|
1124
|
-
return this.
|
|
1131
|
+
return this.d4;
|
|
1125
1132
|
}
|
|
1126
1133
|
set dataToolTipUnitsTextMarginTop(a) {
|
|
1127
|
-
this.
|
|
1134
|
+
this.d4 = a;
|
|
1128
1135
|
this.g("DataToolTipUnitsTextMarginTop");
|
|
1129
1136
|
}
|
|
1130
1137
|
get dataToolTipUnitsTextFontFamily() {
|
|
1131
|
-
return this.
|
|
1138
|
+
return this.ke;
|
|
1132
1139
|
}
|
|
1133
1140
|
set dataToolTipUnitsTextFontFamily(a) {
|
|
1134
|
-
this.
|
|
1141
|
+
this.ke = a;
|
|
1135
1142
|
this.g("DataToolTipUnitsTextFontFamily");
|
|
1136
1143
|
}
|
|
1137
1144
|
get dataToolTipUnitsTextFontSize() {
|
|
1138
|
-
return this.
|
|
1145
|
+
return this.d0;
|
|
1139
1146
|
}
|
|
1140
1147
|
set dataToolTipUnitsTextFontSize(a) {
|
|
1141
|
-
this.
|
|
1148
|
+
this.d0 = a;
|
|
1142
1149
|
this.g("DataToolTipUnitsTextFontSize");
|
|
1143
1150
|
}
|
|
1144
1151
|
get dataToolTipUnitsTextFontStyle() {
|
|
1145
|
-
return this.
|
|
1152
|
+
return this.kf;
|
|
1146
1153
|
}
|
|
1147
1154
|
set dataToolTipUnitsTextFontStyle(a) {
|
|
1148
|
-
this.
|
|
1155
|
+
this.kf = a;
|
|
1149
1156
|
this.g("DataToolTipUnitsTextFontStyle");
|
|
1150
1157
|
}
|
|
1151
1158
|
get dataToolTipUnitsTextFontWeight() {
|
|
1152
|
-
return this.
|
|
1159
|
+
return this.kg;
|
|
1153
1160
|
}
|
|
1154
1161
|
set dataToolTipUnitsTextFontWeight(a) {
|
|
1155
|
-
this.
|
|
1162
|
+
this.kg = a;
|
|
1156
1163
|
this.g("DataToolTipUnitsTextFontWeight");
|
|
1157
1164
|
}
|
|
1158
1165
|
get dataToolTipTitleTextMarginBottom() {
|
|
1159
|
-
return this.
|
|
1166
|
+
return this.dw;
|
|
1160
1167
|
}
|
|
1161
1168
|
set dataToolTipTitleTextMarginBottom(a) {
|
|
1162
|
-
this.
|
|
1169
|
+
this.dw = a;
|
|
1163
1170
|
this.g("DataToolTipTitleTextMarginBottom");
|
|
1164
1171
|
}
|
|
1165
1172
|
get dataToolTipTitleTextMarginLeft() {
|
|
1166
|
-
return this.
|
|
1173
|
+
return this.dx;
|
|
1167
1174
|
}
|
|
1168
1175
|
set dataToolTipTitleTextMarginLeft(a) {
|
|
1169
|
-
this.
|
|
1176
|
+
this.dx = a;
|
|
1170
1177
|
this.g("DataToolTipTitleTextMarginLeft");
|
|
1171
1178
|
}
|
|
1172
1179
|
get dataToolTipTitleTextMarginRight() {
|
|
1173
|
-
return this.
|
|
1180
|
+
return this.dy;
|
|
1174
1181
|
}
|
|
1175
1182
|
set dataToolTipTitleTextMarginRight(a) {
|
|
1176
|
-
this.
|
|
1183
|
+
this.dy = a;
|
|
1177
1184
|
this.g("DataToolTipTitleTextMarginRight");
|
|
1178
1185
|
}
|
|
1179
1186
|
get dataToolTipTitleTextMarginTop() {
|
|
1180
|
-
return this.
|
|
1187
|
+
return this.dz;
|
|
1181
1188
|
}
|
|
1182
1189
|
set dataToolTipTitleTextMarginTop(a) {
|
|
1183
|
-
this.
|
|
1190
|
+
this.dz = a;
|
|
1184
1191
|
this.g("DataToolTipTitleTextMarginTop");
|
|
1185
1192
|
}
|
|
1186
1193
|
get dataToolTipTitleTextColor() {
|
|
1187
|
-
return this.
|
|
1194
|
+
return this.j7;
|
|
1188
1195
|
}
|
|
1189
1196
|
set dataToolTipTitleTextColor(a) {
|
|
1190
|
-
this.
|
|
1197
|
+
this.j7 = a;
|
|
1191
1198
|
this.g("DataToolTipTitleTextColor");
|
|
1192
1199
|
}
|
|
1193
1200
|
get dataToolTipTitleTextFontFamily() {
|
|
1194
|
-
return this.
|
|
1201
|
+
return this.j8;
|
|
1195
1202
|
}
|
|
1196
1203
|
set dataToolTipTitleTextFontFamily(a) {
|
|
1197
|
-
this.
|
|
1204
|
+
this.j8 = a;
|
|
1198
1205
|
this.g("DataToolTipTitleTextFontFamily");
|
|
1199
1206
|
}
|
|
1200
1207
|
get dataToolTipTitleTextFontSize() {
|
|
1201
|
-
return this.
|
|
1208
|
+
return this.dv;
|
|
1202
1209
|
}
|
|
1203
1210
|
set dataToolTipTitleTextFontSize(a) {
|
|
1204
|
-
this.
|
|
1211
|
+
this.dv = a;
|
|
1205
1212
|
this.g("DataToolTipTitleTextFontSize");
|
|
1206
1213
|
}
|
|
1207
1214
|
get dataToolTipTitleTextFontStyle() {
|
|
1208
|
-
return this.
|
|
1215
|
+
return this.j9;
|
|
1209
1216
|
}
|
|
1210
1217
|
set dataToolTipTitleTextFontStyle(a) {
|
|
1211
|
-
this.
|
|
1218
|
+
this.j9 = a;
|
|
1212
1219
|
this.g("DataToolTipTitleTextFontStyle");
|
|
1213
1220
|
}
|
|
1214
1221
|
get dataToolTipTitleTextFontWeight() {
|
|
1215
|
-
return this.
|
|
1222
|
+
return this.ka;
|
|
1216
1223
|
}
|
|
1217
1224
|
set dataToolTipTitleTextFontWeight(a) {
|
|
1218
|
-
this.
|
|
1225
|
+
this.ka = a;
|
|
1219
1226
|
this.g("DataToolTipTitleTextFontWeight");
|
|
1220
1227
|
}
|
|
1221
1228
|
get dataToolTipLabelDisplayMode() {
|
|
1222
|
-
return this.
|
|
1229
|
+
return this.ji;
|
|
1223
1230
|
}
|
|
1224
1231
|
set dataToolTipLabelDisplayMode(a) {
|
|
1225
|
-
this.
|
|
1232
|
+
this.ji = a;
|
|
1226
1233
|
this.g("DataToolTipLabelDisplayMode");
|
|
1227
1234
|
}
|
|
1228
1235
|
get dataToolTipLabelTextColor() {
|
|
1229
|
-
return this.
|
|
1236
|
+
return this.jj;
|
|
1230
1237
|
}
|
|
1231
1238
|
set dataToolTipLabelTextColor(a) {
|
|
1232
|
-
this.
|
|
1239
|
+
this.jj = a;
|
|
1233
1240
|
this.g("DataToolTipLabelTextColor");
|
|
1234
1241
|
}
|
|
1235
1242
|
get dataToolTipLabelTextMarginBottom() {
|
|
1236
|
-
return this.
|
|
1243
|
+
return this.dc;
|
|
1237
1244
|
}
|
|
1238
1245
|
set dataToolTipLabelTextMarginBottom(a) {
|
|
1239
|
-
this.
|
|
1246
|
+
this.dc = a;
|
|
1240
1247
|
this.g("DataToolTipLabelTextMarginBottom");
|
|
1241
1248
|
}
|
|
1242
1249
|
get dataToolTipLabelTextMarginLeft() {
|
|
1243
|
-
return this.
|
|
1250
|
+
return this.dd;
|
|
1244
1251
|
}
|
|
1245
1252
|
set dataToolTipLabelTextMarginLeft(a) {
|
|
1246
|
-
this.
|
|
1253
|
+
this.dd = a;
|
|
1247
1254
|
this.g("DataToolTipLabelTextMarginLeft");
|
|
1248
1255
|
}
|
|
1249
1256
|
get dataToolTipLabelTextMarginRight() {
|
|
1250
|
-
return this.
|
|
1257
|
+
return this.de;
|
|
1251
1258
|
}
|
|
1252
1259
|
set dataToolTipLabelTextMarginRight(a) {
|
|
1253
|
-
this.
|
|
1260
|
+
this.de = a;
|
|
1254
1261
|
this.g("DataToolTipLabelTextMarginRight");
|
|
1255
1262
|
}
|
|
1256
1263
|
get dataToolTipLabelTextMarginTop() {
|
|
1257
|
-
return this.
|
|
1264
|
+
return this.df;
|
|
1258
1265
|
}
|
|
1259
1266
|
set dataToolTipLabelTextMarginTop(a) {
|
|
1260
|
-
this.
|
|
1267
|
+
this.df = a;
|
|
1261
1268
|
this.g("DataToolTipLabelTextMarginTop");
|
|
1262
1269
|
}
|
|
1263
1270
|
get dataToolTipLabelTextFontFamily() {
|
|
1264
|
-
return this.
|
|
1271
|
+
return this.jk;
|
|
1265
1272
|
}
|
|
1266
1273
|
set dataToolTipLabelTextFontFamily(a) {
|
|
1267
|
-
this.
|
|
1274
|
+
this.jk = a;
|
|
1268
1275
|
this.g("DataToolTipLabelTextFontFamily");
|
|
1269
1276
|
}
|
|
1270
1277
|
get dataToolTipLabelTextFontSize() {
|
|
1271
|
-
return this.
|
|
1278
|
+
return this.db;
|
|
1272
1279
|
}
|
|
1273
1280
|
set dataToolTipLabelTextFontSize(a) {
|
|
1274
|
-
this.
|
|
1281
|
+
this.db = a;
|
|
1275
1282
|
this.g("DataToolTipLabelTextFontSize");
|
|
1276
1283
|
}
|
|
1277
1284
|
get dataToolTipLabelTextFontStyle() {
|
|
1278
|
-
return this.
|
|
1285
|
+
return this.jl;
|
|
1279
1286
|
}
|
|
1280
1287
|
set dataToolTipLabelTextFontStyle(a) {
|
|
1281
|
-
this.
|
|
1288
|
+
this.jl = a;
|
|
1282
1289
|
this.g("DataToolTipLabelTextFontStyle");
|
|
1283
1290
|
}
|
|
1284
1291
|
get dataToolTipLabelTextFontWeight() {
|
|
1285
|
-
return this.
|
|
1292
|
+
return this.jm;
|
|
1286
1293
|
}
|
|
1287
1294
|
set dataToolTipLabelTextFontWeight(a) {
|
|
1288
|
-
this.
|
|
1295
|
+
this.jm = a;
|
|
1289
1296
|
this.g("DataToolTipLabelTextFontWeight");
|
|
1290
1297
|
}
|
|
1291
1298
|
get sortDescriptions() {
|
|
1292
|
-
return this.
|
|
1299
|
+
return this.ah;
|
|
1293
1300
|
}
|
|
1294
1301
|
set sortDescriptions(a) {
|
|
1295
|
-
this.
|
|
1302
|
+
this.ah = a;
|
|
1296
1303
|
this.g("SortDescriptions");
|
|
1297
1304
|
}
|
|
1298
1305
|
get groupSortDescriptions() {
|
|
@@ -1316,88 +1323,123 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1316
1323
|
this.s = a;
|
|
1317
1324
|
this.g("FilterExpressions");
|
|
1318
1325
|
}
|
|
1326
|
+
get highlightFilterExpressions() {
|
|
1327
|
+
return this.v;
|
|
1328
|
+
}
|
|
1329
|
+
set highlightFilterExpressions(a) {
|
|
1330
|
+
this.v = a;
|
|
1331
|
+
this.g("HighlightFilterExpressions");
|
|
1332
|
+
}
|
|
1319
1333
|
get summaryDescriptions() {
|
|
1320
|
-
return this.
|
|
1334
|
+
return this.ai;
|
|
1321
1335
|
}
|
|
1322
1336
|
set summaryDescriptions(a) {
|
|
1323
|
-
this.
|
|
1337
|
+
this.ai = a;
|
|
1324
1338
|
this.g("SummaryDescriptions");
|
|
1325
1339
|
}
|
|
1326
1340
|
get initialSortDescriptions() {
|
|
1327
|
-
return this.
|
|
1341
|
+
return this.ab;
|
|
1328
1342
|
}
|
|
1329
1343
|
set initialSortDescriptions(a) {
|
|
1330
|
-
this.
|
|
1344
|
+
this.ab = a;
|
|
1331
1345
|
this.g("InitialSortDescriptions");
|
|
1332
1346
|
}
|
|
1333
1347
|
get initialGroupSortDescriptions() {
|
|
1334
|
-
return this.
|
|
1348
|
+
return this.z;
|
|
1335
1349
|
}
|
|
1336
1350
|
set initialGroupSortDescriptions(a) {
|
|
1337
|
-
this.
|
|
1351
|
+
this.z = a;
|
|
1338
1352
|
this.g("InitialGroupSortDescriptions");
|
|
1339
1353
|
}
|
|
1340
1354
|
get initialGroupDescriptions() {
|
|
1341
|
-
return this.
|
|
1355
|
+
return this.y;
|
|
1342
1356
|
}
|
|
1343
1357
|
set initialGroupDescriptions(a) {
|
|
1344
|
-
this.
|
|
1358
|
+
this.y = a;
|
|
1345
1359
|
this.g("InitialGroupDescriptions");
|
|
1346
1360
|
}
|
|
1361
|
+
get initialFilterExpressions() {
|
|
1362
|
+
return this.x;
|
|
1363
|
+
}
|
|
1364
|
+
set initialFilterExpressions(a) {
|
|
1365
|
+
this.x = a;
|
|
1366
|
+
this.g("InitialFilterExpressions");
|
|
1367
|
+
}
|
|
1368
|
+
get initialHighlightFilterExpressions() {
|
|
1369
|
+
return this.aa;
|
|
1370
|
+
}
|
|
1371
|
+
set initialHighlightFilterExpressions(a) {
|
|
1372
|
+
this.aa = a;
|
|
1373
|
+
this.g("InitialHighlightFilterExpressions");
|
|
1374
|
+
}
|
|
1347
1375
|
get initialSummaryDescriptions() {
|
|
1348
|
-
return this.
|
|
1376
|
+
return this.ac;
|
|
1349
1377
|
}
|
|
1350
1378
|
set initialSummaryDescriptions(a) {
|
|
1351
|
-
this.
|
|
1379
|
+
this.ac = a;
|
|
1352
1380
|
this.g("InitialSummaryDescriptions");
|
|
1353
1381
|
}
|
|
1354
1382
|
get initialSorts() {
|
|
1355
|
-
return this.
|
|
1383
|
+
return this.k4;
|
|
1356
1384
|
}
|
|
1357
1385
|
set initialSorts(a) {
|
|
1358
|
-
this.
|
|
1386
|
+
this.k4 = a;
|
|
1359
1387
|
this.g("InitialSorts");
|
|
1360
1388
|
}
|
|
1361
1389
|
get groupSorts() {
|
|
1362
|
-
return this.
|
|
1390
|
+
return this.kt;
|
|
1363
1391
|
}
|
|
1364
1392
|
set groupSorts(a) {
|
|
1365
|
-
this.
|
|
1393
|
+
this.kt = a;
|
|
1366
1394
|
this.g("GroupSorts");
|
|
1367
1395
|
}
|
|
1368
1396
|
get initialGroups() {
|
|
1369
|
-
return this.
|
|
1397
|
+
return this.k2;
|
|
1370
1398
|
}
|
|
1371
1399
|
set initialGroups(a) {
|
|
1372
|
-
this.
|
|
1400
|
+
this.k2 = a;
|
|
1373
1401
|
this.g("InitialGroups");
|
|
1374
1402
|
}
|
|
1403
|
+
get initialFilter() {
|
|
1404
|
+
return this.k1;
|
|
1405
|
+
}
|
|
1406
|
+
set initialFilter(a) {
|
|
1407
|
+
this.k1 = a;
|
|
1408
|
+
this.g("InitialFilter");
|
|
1409
|
+
}
|
|
1410
|
+
get initialHighlightFilter() {
|
|
1411
|
+
return this.k3;
|
|
1412
|
+
}
|
|
1413
|
+
set initialHighlightFilter(a) {
|
|
1414
|
+
this.k3 = a;
|
|
1415
|
+
this.g("InitialHighlightFilter");
|
|
1416
|
+
}
|
|
1375
1417
|
get initialSummaries() {
|
|
1376
|
-
return this.
|
|
1418
|
+
return this.k5;
|
|
1377
1419
|
}
|
|
1378
1420
|
set initialSummaries(a) {
|
|
1379
|
-
this.
|
|
1421
|
+
this.k5 = a;
|
|
1380
1422
|
this.g("InitialSummaries");
|
|
1381
1423
|
}
|
|
1382
1424
|
get dataSourceRef() {
|
|
1383
|
-
return this.
|
|
1425
|
+
return this.i4;
|
|
1384
1426
|
}
|
|
1385
1427
|
set dataSourceRef(a) {
|
|
1386
|
-
this.
|
|
1428
|
+
this.i4 = a;
|
|
1387
1429
|
this.g("DataSourceRef");
|
|
1388
1430
|
}
|
|
1389
1431
|
get dataSource() {
|
|
1390
|
-
return this.
|
|
1432
|
+
return this.bh;
|
|
1391
1433
|
}
|
|
1392
1434
|
set dataSource(a) {
|
|
1393
|
-
this.
|
|
1435
|
+
this.bh = a;
|
|
1394
1436
|
this.g("DataSource");
|
|
1395
1437
|
}
|
|
1396
1438
|
get includedProperties() {
|
|
1397
|
-
return this.
|
|
1439
|
+
return this.w;
|
|
1398
1440
|
}
|
|
1399
1441
|
set includedProperties(a) {
|
|
1400
|
-
this.
|
|
1442
|
+
this.w = a;
|
|
1401
1443
|
this.g("IncludedProperties");
|
|
1402
1444
|
}
|
|
1403
1445
|
get excludedProperties() {
|
|
@@ -1415,10 +1457,10 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1415
1457
|
this.g("Brushes");
|
|
1416
1458
|
}
|
|
1417
1459
|
get outlines() {
|
|
1418
|
-
return this.
|
|
1460
|
+
return this.ag;
|
|
1419
1461
|
}
|
|
1420
1462
|
set outlines(a) {
|
|
1421
|
-
this.
|
|
1463
|
+
this.ag = a;
|
|
1422
1464
|
this.g("Outlines");
|
|
1423
1465
|
}
|
|
1424
1466
|
get actualBrushes() {
|
|
@@ -1436,465 +1478,472 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1436
1478
|
this.g("ActualOutlines");
|
|
1437
1479
|
}
|
|
1438
1480
|
get legendRef() {
|
|
1439
|
-
return this.
|
|
1481
|
+
return this.k9;
|
|
1440
1482
|
}
|
|
1441
1483
|
set legendRef(a) {
|
|
1442
|
-
this.
|
|
1484
|
+
this.k9 = a;
|
|
1443
1485
|
this.g("LegendRef");
|
|
1444
1486
|
}
|
|
1445
1487
|
get isHorizontalZoomEnabled() {
|
|
1446
|
-
return this.
|
|
1488
|
+
return this.bz;
|
|
1447
1489
|
}
|
|
1448
1490
|
set isHorizontalZoomEnabled(a) {
|
|
1449
|
-
this.
|
|
1491
|
+
this.bz = a;
|
|
1450
1492
|
this.g("IsHorizontalZoomEnabled");
|
|
1451
1493
|
}
|
|
1452
1494
|
get isVerticalZoomEnabled() {
|
|
1453
|
-
return this.
|
|
1495
|
+
return this.b1;
|
|
1454
1496
|
}
|
|
1455
1497
|
set isVerticalZoomEnabled(a) {
|
|
1456
|
-
this.
|
|
1498
|
+
this.b1 = a;
|
|
1457
1499
|
this.g("IsVerticalZoomEnabled");
|
|
1458
1500
|
}
|
|
1459
1501
|
get shouldDisplayMockData() {
|
|
1460
|
-
return this.
|
|
1502
|
+
return this.b3;
|
|
1461
1503
|
}
|
|
1462
1504
|
set shouldDisplayMockData(a) {
|
|
1463
|
-
this.
|
|
1505
|
+
this.b3 = a;
|
|
1464
1506
|
this.g("ShouldDisplayMockData");
|
|
1465
1507
|
}
|
|
1466
1508
|
get shouldUseSkeletonStyleForMockData() {
|
|
1467
|
-
return this.
|
|
1509
|
+
return this.b5;
|
|
1468
1510
|
}
|
|
1469
1511
|
set shouldUseSkeletonStyleForMockData(a) {
|
|
1470
|
-
this.
|
|
1512
|
+
this.b5 = a;
|
|
1471
1513
|
this.g("ShouldUseSkeletonStyleForMockData");
|
|
1472
1514
|
}
|
|
1515
|
+
get highlightedValuesDisplayMode() {
|
|
1516
|
+
return this.ku;
|
|
1517
|
+
}
|
|
1518
|
+
set highlightedValuesDisplayMode(a) {
|
|
1519
|
+
this.ku = a;
|
|
1520
|
+
this.g("HighlightedValuesDisplayMode");
|
|
1521
|
+
}
|
|
1473
1522
|
get isSeriesHighlightingEnabled() {
|
|
1474
|
-
return this.
|
|
1523
|
+
return this.b0;
|
|
1475
1524
|
}
|
|
1476
1525
|
set isSeriesHighlightingEnabled(a) {
|
|
1477
|
-
this.
|
|
1526
|
+
this.b0 = a;
|
|
1478
1527
|
this.g("IsSeriesHighlightingEnabled");
|
|
1479
1528
|
}
|
|
1480
1529
|
get windowRect() {
|
|
1481
|
-
return this.
|
|
1530
|
+
return this.bj;
|
|
1482
1531
|
}
|
|
1483
1532
|
set windowRect(a) {
|
|
1484
|
-
this.
|
|
1533
|
+
this.bj = a;
|
|
1485
1534
|
this.g("WindowRect");
|
|
1486
1535
|
}
|
|
1487
1536
|
get chartTitle() {
|
|
1488
|
-
return this.
|
|
1537
|
+
return this.iv;
|
|
1489
1538
|
}
|
|
1490
1539
|
set chartTitle(a) {
|
|
1491
|
-
this.
|
|
1540
|
+
this.iv = a;
|
|
1492
1541
|
this.g("ChartTitle");
|
|
1493
1542
|
}
|
|
1494
1543
|
get subtitle() {
|
|
1495
|
-
return this.
|
|
1544
|
+
return this.ln;
|
|
1496
1545
|
}
|
|
1497
1546
|
set subtitle(a) {
|
|
1498
|
-
this.
|
|
1547
|
+
this.ln = a;
|
|
1499
1548
|
this.g("Subtitle");
|
|
1500
1549
|
}
|
|
1501
1550
|
get titleAlignment() {
|
|
1502
|
-
return this.
|
|
1551
|
+
return this.lr;
|
|
1503
1552
|
}
|
|
1504
1553
|
set titleAlignment(a) {
|
|
1505
|
-
this.
|
|
1554
|
+
this.lr = a;
|
|
1506
1555
|
this.g("TitleAlignment");
|
|
1507
1556
|
}
|
|
1508
1557
|
get subtitleAlignment() {
|
|
1509
|
-
return this.
|
|
1558
|
+
return this.lo;
|
|
1510
1559
|
}
|
|
1511
1560
|
set subtitleAlignment(a) {
|
|
1512
|
-
this.
|
|
1561
|
+
this.lo = a;
|
|
1513
1562
|
this.g("SubtitleAlignment");
|
|
1514
1563
|
}
|
|
1515
1564
|
get unknownValuePlotting() {
|
|
1516
|
-
return this.
|
|
1565
|
+
return this.lx;
|
|
1517
1566
|
}
|
|
1518
1567
|
set unknownValuePlotting(a) {
|
|
1519
|
-
this.
|
|
1568
|
+
this.lx = a;
|
|
1520
1569
|
this.g("UnknownValuePlotting");
|
|
1521
1570
|
}
|
|
1522
1571
|
get resolution() {
|
|
1523
|
-
return this.
|
|
1572
|
+
return this.et;
|
|
1524
1573
|
}
|
|
1525
1574
|
set resolution(a) {
|
|
1526
|
-
this.
|
|
1575
|
+
this.et = a;
|
|
1527
1576
|
this.g("Resolution");
|
|
1528
1577
|
}
|
|
1529
1578
|
get thickness() {
|
|
1530
|
-
return this.
|
|
1579
|
+
return this.ez;
|
|
1531
1580
|
}
|
|
1532
1581
|
set thickness(a) {
|
|
1533
|
-
this.
|
|
1582
|
+
this.ez = a;
|
|
1534
1583
|
this.g("Thickness");
|
|
1535
1584
|
}
|
|
1536
1585
|
get outlineMode() {
|
|
1537
|
-
return this.
|
|
1586
|
+
return this.ld;
|
|
1538
1587
|
}
|
|
1539
1588
|
set outlineMode(a) {
|
|
1540
|
-
this.
|
|
1589
|
+
this.ld = a;
|
|
1541
1590
|
this.g("OutlineMode");
|
|
1542
1591
|
}
|
|
1543
1592
|
get markerOutlineMode() {
|
|
1544
|
-
return this.
|
|
1593
|
+
return this.lc;
|
|
1545
1594
|
}
|
|
1546
1595
|
set markerOutlineMode(a) {
|
|
1547
|
-
this.
|
|
1596
|
+
this.lc = a;
|
|
1548
1597
|
this.g("MarkerOutlineMode");
|
|
1549
1598
|
}
|
|
1550
1599
|
get markerFillMode() {
|
|
1551
|
-
return this.
|
|
1600
|
+
return this.lb;
|
|
1552
1601
|
}
|
|
1553
1602
|
set markerFillMode(a) {
|
|
1554
|
-
this.
|
|
1603
|
+
this.lb = a;
|
|
1555
1604
|
this.g("MarkerFillMode");
|
|
1556
1605
|
}
|
|
1557
1606
|
get markerFillOpacity() {
|
|
1558
|
-
return this.
|
|
1607
|
+
return this.em;
|
|
1559
1608
|
}
|
|
1560
1609
|
set markerFillOpacity(a) {
|
|
1561
|
-
this.
|
|
1610
|
+
this.em = a;
|
|
1562
1611
|
this.g("MarkerFillOpacity");
|
|
1563
1612
|
}
|
|
1564
1613
|
get markerThickness() {
|
|
1565
|
-
return this.
|
|
1614
|
+
return this.en;
|
|
1566
1615
|
}
|
|
1567
1616
|
set markerThickness(a) {
|
|
1568
|
-
this.
|
|
1617
|
+
this.en = a;
|
|
1569
1618
|
this.g("MarkerThickness");
|
|
1570
1619
|
}
|
|
1571
1620
|
get markerTypes() {
|
|
1572
|
-
return this.
|
|
1621
|
+
return this.af;
|
|
1573
1622
|
}
|
|
1574
1623
|
set markerTypes(a) {
|
|
1575
|
-
this.
|
|
1624
|
+
this.af = a;
|
|
1576
1625
|
this.g("MarkerTypes");
|
|
1577
1626
|
}
|
|
1578
1627
|
get markerAutomaticBehavior() {
|
|
1579
|
-
return this.
|
|
1628
|
+
return this.la;
|
|
1580
1629
|
}
|
|
1581
1630
|
set markerAutomaticBehavior(a) {
|
|
1582
|
-
this.
|
|
1631
|
+
this.la = a;
|
|
1583
1632
|
this.g("MarkerAutomaticBehavior");
|
|
1584
1633
|
}
|
|
1585
1634
|
get markerBrushes() {
|
|
1586
|
-
return this.
|
|
1635
|
+
return this.ad;
|
|
1587
1636
|
}
|
|
1588
1637
|
set markerBrushes(a) {
|
|
1589
|
-
this.
|
|
1638
|
+
this.ad = a;
|
|
1590
1639
|
this.g("MarkerBrushes");
|
|
1591
1640
|
}
|
|
1592
1641
|
get markerOutlines() {
|
|
1593
|
-
return this.
|
|
1642
|
+
return this.ae;
|
|
1594
1643
|
}
|
|
1595
1644
|
set markerOutlines(a) {
|
|
1596
|
-
this.
|
|
1645
|
+
this.ae = a;
|
|
1597
1646
|
this.g("MarkerOutlines");
|
|
1598
1647
|
}
|
|
1599
1648
|
get markerMaxCount() {
|
|
1600
|
-
return this.
|
|
1649
|
+
return this.ib;
|
|
1601
1650
|
}
|
|
1602
1651
|
set markerMaxCount(a) {
|
|
1603
|
-
this.
|
|
1652
|
+
this.ib = a;
|
|
1604
1653
|
this.g("MarkerMaxCount");
|
|
1605
1654
|
}
|
|
1606
1655
|
get areaFillOpacity() {
|
|
1607
|
-
return this.
|
|
1656
|
+
return this.ct;
|
|
1608
1657
|
}
|
|
1609
1658
|
set areaFillOpacity(a) {
|
|
1610
|
-
this.
|
|
1659
|
+
this.ct = a;
|
|
1611
1660
|
this.g("AreaFillOpacity");
|
|
1612
1661
|
}
|
|
1613
1662
|
get animateSeriesWhenAxisRangeChanges() {
|
|
1614
|
-
return this.
|
|
1663
|
+
return this.bm;
|
|
1615
1664
|
}
|
|
1616
1665
|
set animateSeriesWhenAxisRangeChanges(a) {
|
|
1617
|
-
this.
|
|
1666
|
+
this.bm = a;
|
|
1618
1667
|
this.g("AnimateSeriesWhenAxisRangeChanges");
|
|
1619
1668
|
}
|
|
1620
1669
|
get trendLineBrushes() {
|
|
1621
|
-
return this.
|
|
1670
|
+
return this.aj;
|
|
1622
1671
|
}
|
|
1623
1672
|
set trendLineBrushes(a) {
|
|
1624
|
-
this.
|
|
1673
|
+
this.aj = a;
|
|
1625
1674
|
this.g("TrendLineBrushes");
|
|
1626
1675
|
}
|
|
1627
1676
|
get trendLineType() {
|
|
1628
|
-
return this.
|
|
1677
|
+
return this.lw;
|
|
1629
1678
|
}
|
|
1630
1679
|
set trendLineType(a) {
|
|
1631
|
-
this.
|
|
1680
|
+
this.lw = a;
|
|
1632
1681
|
this.g("TrendLineType");
|
|
1633
1682
|
}
|
|
1634
1683
|
get trendLineThickness() {
|
|
1635
|
-
return this.
|
|
1684
|
+
return this.e5;
|
|
1636
1685
|
}
|
|
1637
1686
|
set trendLineThickness(a) {
|
|
1638
|
-
this.
|
|
1687
|
+
this.e5 = a;
|
|
1639
1688
|
this.g("TrendLineThickness");
|
|
1640
1689
|
}
|
|
1641
1690
|
get alignsGridLinesToPixels() {
|
|
1642
|
-
return this.
|
|
1691
|
+
return this.bl;
|
|
1643
1692
|
}
|
|
1644
1693
|
set alignsGridLinesToPixels(a) {
|
|
1645
|
-
this.
|
|
1694
|
+
this.bl = a;
|
|
1646
1695
|
this.g("AlignsGridLinesToPixels");
|
|
1647
1696
|
}
|
|
1648
1697
|
get plotAreaMarginLeft() {
|
|
1649
|
-
return this.
|
|
1698
|
+
return this.eq;
|
|
1650
1699
|
}
|
|
1651
1700
|
set plotAreaMarginLeft(a) {
|
|
1652
|
-
this.
|
|
1701
|
+
this.eq = a;
|
|
1653
1702
|
this.g("PlotAreaMarginLeft");
|
|
1654
1703
|
}
|
|
1655
1704
|
get plotAreaMarginTop() {
|
|
1656
|
-
return this.
|
|
1705
|
+
return this.es;
|
|
1657
1706
|
}
|
|
1658
1707
|
set plotAreaMarginTop(a) {
|
|
1659
|
-
this.
|
|
1708
|
+
this.es = a;
|
|
1660
1709
|
this.g("PlotAreaMarginTop");
|
|
1661
1710
|
}
|
|
1662
1711
|
get plotAreaMarginRight() {
|
|
1663
|
-
return this.
|
|
1712
|
+
return this.er;
|
|
1664
1713
|
}
|
|
1665
1714
|
set plotAreaMarginRight(a) {
|
|
1666
|
-
this.
|
|
1715
|
+
this.er = a;
|
|
1667
1716
|
this.g("PlotAreaMarginRight");
|
|
1668
1717
|
}
|
|
1669
1718
|
get plotAreaMarginBottom() {
|
|
1670
|
-
return this.
|
|
1719
|
+
return this.ep;
|
|
1671
1720
|
}
|
|
1672
1721
|
set plotAreaMarginBottom(a) {
|
|
1673
|
-
this.
|
|
1722
|
+
this.ep = a;
|
|
1674
1723
|
this.g("PlotAreaMarginBottom");
|
|
1675
1724
|
}
|
|
1676
1725
|
get computedPlotAreaMarginMode() {
|
|
1677
|
-
return this.
|
|
1726
|
+
return this.iw;
|
|
1678
1727
|
}
|
|
1679
1728
|
set computedPlotAreaMarginMode(a) {
|
|
1680
|
-
this.
|
|
1729
|
+
this.iw = a;
|
|
1681
1730
|
this.g("ComputedPlotAreaMarginMode");
|
|
1682
1731
|
}
|
|
1683
1732
|
get seriesPlotAreaMarginHorizontalMode() {
|
|
1684
|
-
return this.
|
|
1733
|
+
return this.lf;
|
|
1685
1734
|
}
|
|
1686
1735
|
set seriesPlotAreaMarginHorizontalMode(a) {
|
|
1687
|
-
this.
|
|
1736
|
+
this.lf = a;
|
|
1688
1737
|
this.g("SeriesPlotAreaMarginHorizontalMode");
|
|
1689
1738
|
}
|
|
1690
1739
|
get seriesPlotAreaMarginVerticalMode() {
|
|
1691
|
-
return this.
|
|
1740
|
+
return this.lg;
|
|
1692
1741
|
}
|
|
1693
1742
|
set seriesPlotAreaMarginVerticalMode(a) {
|
|
1694
|
-
this.
|
|
1743
|
+
this.lg = a;
|
|
1695
1744
|
this.g("SeriesPlotAreaMarginVerticalMode");
|
|
1696
1745
|
}
|
|
1697
1746
|
get highlightingMode() {
|
|
1698
|
-
return this.
|
|
1747
|
+
return this.kw;
|
|
1699
1748
|
}
|
|
1700
1749
|
set highlightingMode(a) {
|
|
1701
|
-
this.
|
|
1750
|
+
this.kw = a;
|
|
1702
1751
|
this.g("HighlightingMode");
|
|
1703
1752
|
}
|
|
1704
1753
|
get highlightingBehavior() {
|
|
1705
|
-
return this.
|
|
1754
|
+
return this.kv;
|
|
1706
1755
|
}
|
|
1707
1756
|
set highlightingBehavior(a) {
|
|
1708
|
-
this.
|
|
1757
|
+
this.kv = a;
|
|
1709
1758
|
this.g("HighlightingBehavior");
|
|
1710
1759
|
}
|
|
1711
1760
|
get legendHighlightingMode() {
|
|
1712
|
-
return this.
|
|
1761
|
+
return this.k6;
|
|
1713
1762
|
}
|
|
1714
1763
|
set legendHighlightingMode(a) {
|
|
1715
|
-
this.
|
|
1764
|
+
this.k6 = a;
|
|
1716
1765
|
this.g("LegendHighlightingMode");
|
|
1717
1766
|
}
|
|
1718
1767
|
get legendItemBadgeShape() {
|
|
1719
|
-
return this.
|
|
1768
|
+
return this.k8;
|
|
1720
1769
|
}
|
|
1721
1770
|
set legendItemBadgeShape(a) {
|
|
1722
|
-
this.
|
|
1771
|
+
this.k8 = a;
|
|
1723
1772
|
this.g("LegendItemBadgeShape");
|
|
1724
1773
|
}
|
|
1725
1774
|
get legendItemBadgeMode() {
|
|
1726
|
-
return this.
|
|
1775
|
+
return this.k7;
|
|
1727
1776
|
}
|
|
1728
1777
|
set legendItemBadgeMode(a) {
|
|
1729
|
-
this.
|
|
1778
|
+
this.k7 = a;
|
|
1730
1779
|
this.g("LegendItemBadgeMode");
|
|
1731
1780
|
}
|
|
1732
1781
|
get trendLinePeriod() {
|
|
1733
|
-
return this.
|
|
1782
|
+
return this.id;
|
|
1734
1783
|
}
|
|
1735
1784
|
set trendLinePeriod(a) {
|
|
1736
|
-
this.
|
|
1785
|
+
this.id = a;
|
|
1737
1786
|
this.g("TrendLinePeriod");
|
|
1738
1787
|
}
|
|
1739
1788
|
get toolTipType() {
|
|
1740
|
-
return this.
|
|
1789
|
+
return this.lu;
|
|
1741
1790
|
}
|
|
1742
1791
|
set toolTipType(a) {
|
|
1743
|
-
this.
|
|
1792
|
+
this.lu = a;
|
|
1744
1793
|
this.g("ToolTipType");
|
|
1745
1794
|
}
|
|
1746
1795
|
get crosshairsDisplayMode() {
|
|
1747
|
-
return this.
|
|
1796
|
+
return this.i1;
|
|
1748
1797
|
}
|
|
1749
1798
|
set crosshairsDisplayMode(a) {
|
|
1750
|
-
this.
|
|
1799
|
+
this.i1 = a;
|
|
1751
1800
|
this.g("CrosshairsDisplayMode");
|
|
1752
1801
|
}
|
|
1753
1802
|
get crosshairsSnapToData() {
|
|
1754
|
-
return this.
|
|
1803
|
+
return this.br;
|
|
1755
1804
|
}
|
|
1756
1805
|
set crosshairsSnapToData(a) {
|
|
1757
|
-
this.
|
|
1806
|
+
this.br = a;
|
|
1758
1807
|
this.g("CrosshairsSnapToData");
|
|
1759
1808
|
}
|
|
1760
1809
|
get crosshairsLineVerticalStroke() {
|
|
1761
|
-
return this.
|
|
1810
|
+
return this.i3;
|
|
1762
1811
|
}
|
|
1763
1812
|
set crosshairsLineVerticalStroke(a) {
|
|
1764
|
-
this.
|
|
1813
|
+
this.i3 = a;
|
|
1765
1814
|
this.g("CrosshairsLineVerticalStroke");
|
|
1766
1815
|
}
|
|
1767
1816
|
get crosshairsLineThickness() {
|
|
1768
|
-
return this.
|
|
1817
|
+
return this.cv;
|
|
1769
1818
|
}
|
|
1770
1819
|
set crosshairsLineThickness(a) {
|
|
1771
|
-
this.
|
|
1820
|
+
this.cv = a;
|
|
1772
1821
|
this.g("CrosshairsLineThickness");
|
|
1773
1822
|
}
|
|
1774
1823
|
get crosshairsLineHorizontalStroke() {
|
|
1775
|
-
return this.
|
|
1824
|
+
return this.i2;
|
|
1776
1825
|
}
|
|
1777
1826
|
set crosshairsLineHorizontalStroke(a) {
|
|
1778
|
-
this.
|
|
1827
|
+
this.i2 = a;
|
|
1779
1828
|
this.g("CrosshairsLineHorizontalStroke");
|
|
1780
1829
|
}
|
|
1781
1830
|
get crosshairsAnnotationEnabled() {
|
|
1782
|
-
return this.
|
|
1831
|
+
return this.bq;
|
|
1783
1832
|
}
|
|
1784
1833
|
set crosshairsAnnotationEnabled(a) {
|
|
1785
|
-
this.
|
|
1834
|
+
this.bq = a;
|
|
1786
1835
|
this.g("CrosshairsAnnotationEnabled");
|
|
1787
1836
|
}
|
|
1788
1837
|
get crosshairsAnnotationXAxisBackground() {
|
|
1789
|
-
return this.
|
|
1838
|
+
return this.ix;
|
|
1790
1839
|
}
|
|
1791
1840
|
set crosshairsAnnotationXAxisBackground(a) {
|
|
1792
|
-
this.
|
|
1841
|
+
this.ix = a;
|
|
1793
1842
|
this.g("CrosshairsAnnotationXAxisBackground");
|
|
1794
1843
|
}
|
|
1795
1844
|
get crosshairsAnnotationYAxisBackground() {
|
|
1796
|
-
return this.
|
|
1845
|
+
return this.iz;
|
|
1797
1846
|
}
|
|
1798
1847
|
set crosshairsAnnotationYAxisBackground(a) {
|
|
1799
|
-
this.
|
|
1848
|
+
this.iz = a;
|
|
1800
1849
|
this.g("CrosshairsAnnotationYAxisBackground");
|
|
1801
1850
|
}
|
|
1802
1851
|
get crosshairsAnnotationXAxisTextColor() {
|
|
1803
|
-
return this.
|
|
1852
|
+
return this.iy;
|
|
1804
1853
|
}
|
|
1805
1854
|
set crosshairsAnnotationXAxisTextColor(a) {
|
|
1806
|
-
this.
|
|
1855
|
+
this.iy = a;
|
|
1807
1856
|
this.g("CrosshairsAnnotationXAxisTextColor");
|
|
1808
1857
|
}
|
|
1809
1858
|
get crosshairsAnnotationYAxisTextColor() {
|
|
1810
|
-
return this.
|
|
1859
|
+
return this.i0;
|
|
1811
1860
|
}
|
|
1812
1861
|
set crosshairsAnnotationYAxisTextColor(a) {
|
|
1813
|
-
this.
|
|
1862
|
+
this.i0 = a;
|
|
1814
1863
|
this.g("CrosshairsAnnotationYAxisTextColor");
|
|
1815
1864
|
}
|
|
1816
1865
|
get crosshairsAnnotationXAxisPrecision() {
|
|
1817
|
-
return this.
|
|
1866
|
+
return this.h6;
|
|
1818
1867
|
}
|
|
1819
1868
|
set crosshairsAnnotationXAxisPrecision(a) {
|
|
1820
|
-
this.
|
|
1869
|
+
this.h6 = a;
|
|
1821
1870
|
this.g("CrosshairsAnnotationXAxisPrecision");
|
|
1822
1871
|
}
|
|
1823
1872
|
get crosshairsAnnotationYAxisPrecision() {
|
|
1824
|
-
return this.
|
|
1873
|
+
return this.h7;
|
|
1825
1874
|
}
|
|
1826
1875
|
set crosshairsAnnotationYAxisPrecision(a) {
|
|
1827
|
-
this.
|
|
1876
|
+
this.h7 = a;
|
|
1828
1877
|
this.g("CrosshairsAnnotationYAxisPrecision");
|
|
1829
1878
|
}
|
|
1830
1879
|
get shouldAvoidAxisAnnotationCollisions() {
|
|
1831
|
-
return this.
|
|
1880
|
+
return this.b2;
|
|
1832
1881
|
}
|
|
1833
1882
|
set shouldAvoidAxisAnnotationCollisions(a) {
|
|
1834
|
-
this.
|
|
1883
|
+
this.b2 = a;
|
|
1835
1884
|
this.g("ShouldAvoidAxisAnnotationCollisions");
|
|
1836
1885
|
}
|
|
1837
1886
|
get shouldPanOnMaximumZoom() {
|
|
1838
|
-
return this.
|
|
1887
|
+
return this.b4;
|
|
1839
1888
|
}
|
|
1840
1889
|
set shouldPanOnMaximumZoom(a) {
|
|
1841
|
-
this.
|
|
1890
|
+
this.b4 = a;
|
|
1842
1891
|
this.g("ShouldPanOnMaximumZoom");
|
|
1843
1892
|
}
|
|
1844
1893
|
get finalValueAnnotationsVisible() {
|
|
1845
|
-
return this.
|
|
1894
|
+
return this.bx;
|
|
1846
1895
|
}
|
|
1847
1896
|
set finalValueAnnotationsVisible(a) {
|
|
1848
|
-
this.
|
|
1897
|
+
this.bx = a;
|
|
1849
1898
|
this.g("FinalValueAnnotationsVisible");
|
|
1850
1899
|
}
|
|
1851
1900
|
get finalValueAnnotationsBackground() {
|
|
1852
|
-
return this.
|
|
1901
|
+
return this.kr;
|
|
1853
1902
|
}
|
|
1854
1903
|
set finalValueAnnotationsBackground(a) {
|
|
1855
|
-
this.
|
|
1904
|
+
this.kr = a;
|
|
1856
1905
|
this.g("FinalValueAnnotationsBackground");
|
|
1857
1906
|
}
|
|
1858
1907
|
get finalValueAnnotationsTextColor() {
|
|
1859
|
-
return this.
|
|
1908
|
+
return this.ks;
|
|
1860
1909
|
}
|
|
1861
1910
|
set finalValueAnnotationsTextColor(a) {
|
|
1862
|
-
this.
|
|
1911
|
+
this.ks = a;
|
|
1863
1912
|
this.g("FinalValueAnnotationsTextColor");
|
|
1864
1913
|
}
|
|
1865
1914
|
get finalValueAnnotationsPrecision() {
|
|
1866
|
-
return this.
|
|
1915
|
+
return this.ia;
|
|
1867
1916
|
}
|
|
1868
1917
|
set finalValueAnnotationsPrecision(a) {
|
|
1869
|
-
this.
|
|
1918
|
+
this.ia = a;
|
|
1870
1919
|
this.g("FinalValueAnnotationsPrecision");
|
|
1871
1920
|
}
|
|
1872
1921
|
get autoCalloutsVisible() {
|
|
1873
|
-
return this.
|
|
1922
|
+
return this.bn;
|
|
1874
1923
|
}
|
|
1875
1924
|
set autoCalloutsVisible(a) {
|
|
1876
|
-
this.
|
|
1925
|
+
this.bn = a;
|
|
1877
1926
|
this.g("AutoCalloutsVisible");
|
|
1878
1927
|
}
|
|
1879
1928
|
get calloutsVisible() {
|
|
1880
|
-
return this.
|
|
1929
|
+
return this.bp;
|
|
1881
1930
|
}
|
|
1882
1931
|
set calloutsVisible(a) {
|
|
1883
|
-
this.
|
|
1932
|
+
this.bp = a;
|
|
1884
1933
|
this.g("CalloutsVisible");
|
|
1885
1934
|
}
|
|
1886
1935
|
get calloutStyleUpdatingEventEnabled() {
|
|
1887
|
-
return this.
|
|
1936
|
+
return this.bo;
|
|
1888
1937
|
}
|
|
1889
1938
|
set calloutStyleUpdatingEventEnabled(a) {
|
|
1890
|
-
this.
|
|
1939
|
+
this.bo = a;
|
|
1891
1940
|
this.g("CalloutStyleUpdatingEventEnabled");
|
|
1892
1941
|
}
|
|
1893
1942
|
get calloutsDataSourceRef() {
|
|
1894
|
-
return this.
|
|
1943
|
+
return this.iq;
|
|
1895
1944
|
}
|
|
1896
1945
|
set calloutsDataSourceRef(a) {
|
|
1897
|
-
this.
|
|
1946
|
+
this.iq = a;
|
|
1898
1947
|
this.g("CalloutsDataSourceRef");
|
|
1899
1948
|
}
|
|
1900
1949
|
get calloutsAllowedPositions() {
|
|
@@ -1905,313 +1954,320 @@ export let DomainChartDescription = /*@__PURE__*/ (() => {
|
|
|
1905
1954
|
this.g("CalloutsAllowedPositions");
|
|
1906
1955
|
}
|
|
1907
1956
|
get calloutsXMemberPath() {
|
|
1908
|
-
return this.
|
|
1957
|
+
return this.it;
|
|
1909
1958
|
}
|
|
1910
1959
|
set calloutsXMemberPath(a) {
|
|
1911
|
-
this.
|
|
1960
|
+
this.it = a;
|
|
1912
1961
|
this.g("CalloutsXMemberPath");
|
|
1913
1962
|
}
|
|
1914
1963
|
get calloutsYMemberPath() {
|
|
1915
|
-
return this.
|
|
1964
|
+
return this.iu;
|
|
1916
1965
|
}
|
|
1917
1966
|
set calloutsYMemberPath(a) {
|
|
1918
|
-
this.
|
|
1967
|
+
this.iu = a;
|
|
1919
1968
|
this.g("CalloutsYMemberPath");
|
|
1920
1969
|
}
|
|
1921
1970
|
get calloutsLabelMemberPath() {
|
|
1922
|
-
return this.
|
|
1971
|
+
return this.ir;
|
|
1923
1972
|
}
|
|
1924
1973
|
set calloutsLabelMemberPath(a) {
|
|
1925
|
-
this.
|
|
1974
|
+
this.ir = a;
|
|
1926
1975
|
this.g("CalloutsLabelMemberPath");
|
|
1927
1976
|
}
|
|
1928
1977
|
get calloutsContentMemberPath() {
|
|
1929
|
-
return this.
|
|
1978
|
+
return this.ip;
|
|
1930
1979
|
}
|
|
1931
1980
|
set calloutsContentMemberPath(a) {
|
|
1932
|
-
this.
|
|
1981
|
+
this.ip = a;
|
|
1933
1982
|
this.g("CalloutsContentMemberPath");
|
|
1934
1983
|
}
|
|
1935
1984
|
get valueLines() {
|
|
1936
|
-
return this.
|
|
1985
|
+
return this.ak;
|
|
1937
1986
|
}
|
|
1938
1987
|
set valueLines(a) {
|
|
1939
|
-
this.
|
|
1988
|
+
this.ak = a;
|
|
1940
1989
|
this.g("ValueLines");
|
|
1941
1990
|
}
|
|
1942
1991
|
get valueLinesBrushes() {
|
|
1943
|
-
return this.
|
|
1992
|
+
return this.al;
|
|
1944
1993
|
}
|
|
1945
1994
|
set valueLinesBrushes(a) {
|
|
1946
|
-
this.
|
|
1995
|
+
this.al = a;
|
|
1947
1996
|
this.g("ValueLinesBrushes");
|
|
1948
1997
|
}
|
|
1949
1998
|
get valueLinesThickness() {
|
|
1950
|
-
return this.
|
|
1999
|
+
return this.e6;
|
|
1951
2000
|
}
|
|
1952
2001
|
set valueLinesThickness(a) {
|
|
1953
|
-
this.
|
|
2002
|
+
this.e6 = a;
|
|
1954
2003
|
this.g("ValueLinesThickness");
|
|
1955
2004
|
}
|
|
1956
2005
|
get horizontalViewScrollbarMode() {
|
|
1957
|
-
return this.
|
|
2006
|
+
return this.ky;
|
|
1958
2007
|
}
|
|
1959
2008
|
set horizontalViewScrollbarMode(a) {
|
|
1960
|
-
this.
|
|
2009
|
+
this.ky = a;
|
|
1961
2010
|
this.g("HorizontalViewScrollbarMode");
|
|
1962
2011
|
}
|
|
1963
2012
|
get verticalViewScrollbarMode() {
|
|
1964
|
-
return this.
|
|
2013
|
+
return this.lz;
|
|
1965
2014
|
}
|
|
1966
2015
|
set verticalViewScrollbarMode(a) {
|
|
1967
|
-
this.
|
|
2016
|
+
this.lz = a;
|
|
1968
2017
|
this.g("VerticalViewScrollbarMode");
|
|
1969
2018
|
}
|
|
1970
2019
|
get horizontalViewScrollbarPosition() {
|
|
1971
|
-
return this.
|
|
2020
|
+
return this.k0;
|
|
1972
2021
|
}
|
|
1973
2022
|
set horizontalViewScrollbarPosition(a) {
|
|
1974
|
-
this.
|
|
2023
|
+
this.k0 = a;
|
|
1975
2024
|
this.g("HorizontalViewScrollbarPosition");
|
|
1976
2025
|
}
|
|
1977
2026
|
get verticalViewScrollbarPosition() {
|
|
1978
|
-
return this.
|
|
2027
|
+
return this.l1;
|
|
1979
2028
|
}
|
|
1980
2029
|
set verticalViewScrollbarPosition(a) {
|
|
1981
|
-
this.
|
|
2030
|
+
this.l1 = a;
|
|
1982
2031
|
this.g("VerticalViewScrollbarPosition");
|
|
1983
2032
|
}
|
|
1984
2033
|
get horizontalViewScrollbarFill() {
|
|
1985
|
-
return this.
|
|
2034
|
+
return this.kx;
|
|
1986
2035
|
}
|
|
1987
2036
|
set horizontalViewScrollbarFill(a) {
|
|
1988
|
-
this.
|
|
2037
|
+
this.kx = a;
|
|
1989
2038
|
this.g("HorizontalViewScrollbarFill");
|
|
1990
2039
|
}
|
|
1991
2040
|
get horizontalViewScrollbarOutline() {
|
|
1992
|
-
return this.
|
|
2041
|
+
return this.kz;
|
|
1993
2042
|
}
|
|
1994
2043
|
set horizontalViewScrollbarOutline(a) {
|
|
1995
|
-
this.
|
|
2044
|
+
this.kz = a;
|
|
1996
2045
|
this.g("HorizontalViewScrollbarOutline");
|
|
1997
2046
|
}
|
|
1998
2047
|
get horizontalViewScrollbarStrokeThickness() {
|
|
1999
|
-
return this.
|
|
2048
|
+
return this.ei;
|
|
2000
2049
|
}
|
|
2001
2050
|
set horizontalViewScrollbarStrokeThickness(a) {
|
|
2002
|
-
this.
|
|
2051
|
+
this.ei = a;
|
|
2003
2052
|
this.g("HorizontalViewScrollbarStrokeThickness");
|
|
2004
2053
|
}
|
|
2005
2054
|
get horizontalViewScrollbarMaxOpacity() {
|
|
2006
|
-
return this.
|
|
2055
|
+
return this.eh;
|
|
2007
2056
|
}
|
|
2008
2057
|
set horizontalViewScrollbarMaxOpacity(a) {
|
|
2009
|
-
this.
|
|
2058
|
+
this.eh = a;
|
|
2010
2059
|
this.g("HorizontalViewScrollbarMaxOpacity");
|
|
2011
2060
|
}
|
|
2012
2061
|
get horizontalViewScrollbarCornerRadius() {
|
|
2013
|
-
return this.
|
|
2062
|
+
return this.ee;
|
|
2014
2063
|
}
|
|
2015
2064
|
set horizontalViewScrollbarCornerRadius(a) {
|
|
2016
|
-
this.
|
|
2065
|
+
this.ee = a;
|
|
2017
2066
|
this.g("HorizontalViewScrollbarCornerRadius");
|
|
2018
2067
|
}
|
|
2019
2068
|
get horizontalViewScrollbarHeight() {
|
|
2020
|
-
return this.
|
|
2069
|
+
return this.ef;
|
|
2021
2070
|
}
|
|
2022
2071
|
set horizontalViewScrollbarHeight(a) {
|
|
2023
|
-
this.
|
|
2072
|
+
this.ef = a;
|
|
2024
2073
|
this.g("HorizontalViewScrollbarHeight");
|
|
2025
2074
|
}
|
|
2026
2075
|
get horizontalViewScrollbarInset() {
|
|
2027
|
-
return this.
|
|
2076
|
+
return this.eg;
|
|
2028
2077
|
}
|
|
2029
2078
|
set horizontalViewScrollbarInset(a) {
|
|
2030
|
-
this.
|
|
2079
|
+
this.eg = a;
|
|
2031
2080
|
this.g("HorizontalViewScrollbarInset");
|
|
2032
2081
|
}
|
|
2033
2082
|
get horizontalViewScrollbarTrackStartInset() {
|
|
2034
|
-
return this.
|
|
2083
|
+
return this.ek;
|
|
2035
2084
|
}
|
|
2036
2085
|
set horizontalViewScrollbarTrackStartInset(a) {
|
|
2037
|
-
this.
|
|
2086
|
+
this.ek = a;
|
|
2038
2087
|
this.g("HorizontalViewScrollbarTrackStartInset");
|
|
2039
2088
|
}
|
|
2040
2089
|
get horizontalViewScrollbarTrackEndInset() {
|
|
2041
|
-
return this.
|
|
2090
|
+
return this.ej;
|
|
2042
2091
|
}
|
|
2043
2092
|
set horizontalViewScrollbarTrackEndInset(a) {
|
|
2044
|
-
this.
|
|
2093
|
+
this.ej = a;
|
|
2045
2094
|
this.g("HorizontalViewScrollbarTrackEndInset");
|
|
2046
2095
|
}
|
|
2047
2096
|
get horizontalViewScrollbarShouldAddAutoTrackInsets() {
|
|
2048
|
-
return this.
|
|
2097
|
+
return this.by;
|
|
2049
2098
|
}
|
|
2050
2099
|
set horizontalViewScrollbarShouldAddAutoTrackInsets(a) {
|
|
2051
|
-
this.
|
|
2100
|
+
this.by = a;
|
|
2052
2101
|
this.g("HorizontalViewScrollbarShouldAddAutoTrackInsets");
|
|
2053
2102
|
}
|
|
2054
2103
|
get verticalViewScrollbarFill() {
|
|
2055
|
-
return this.
|
|
2104
|
+
return this.ly;
|
|
2056
2105
|
}
|
|
2057
2106
|
set verticalViewScrollbarFill(a) {
|
|
2058
|
-
this.
|
|
2107
|
+
this.ly = a;
|
|
2059
2108
|
this.g("VerticalViewScrollbarFill");
|
|
2060
2109
|
}
|
|
2061
2110
|
get verticalViewScrollbarOutline() {
|
|
2062
|
-
return this.
|
|
2111
|
+
return this.l0;
|
|
2063
2112
|
}
|
|
2064
2113
|
set verticalViewScrollbarOutline(a) {
|
|
2065
|
-
this.
|
|
2114
|
+
this.l0 = a;
|
|
2066
2115
|
this.g("VerticalViewScrollbarOutline");
|
|
2067
2116
|
}
|
|
2068
2117
|
get verticalViewScrollbarStrokeThickness() {
|
|
2069
|
-
return this.
|
|
2118
|
+
return this.fa;
|
|
2070
2119
|
}
|
|
2071
2120
|
set verticalViewScrollbarStrokeThickness(a) {
|
|
2072
|
-
this.
|
|
2121
|
+
this.fa = a;
|
|
2073
2122
|
this.g("VerticalViewScrollbarStrokeThickness");
|
|
2074
2123
|
}
|
|
2075
2124
|
get verticalViewScrollbarMaxOpacity() {
|
|
2076
|
-
return this.
|
|
2125
|
+
return this.e9;
|
|
2077
2126
|
}
|
|
2078
2127
|
set verticalViewScrollbarMaxOpacity(a) {
|
|
2079
|
-
this.
|
|
2128
|
+
this.e9 = a;
|
|
2080
2129
|
this.g("VerticalViewScrollbarMaxOpacity");
|
|
2081
2130
|
}
|
|
2082
2131
|
get verticalViewScrollbarCornerRadius() {
|
|
2083
|
-
return this.
|
|
2132
|
+
return this.e7;
|
|
2084
2133
|
}
|
|
2085
2134
|
set verticalViewScrollbarCornerRadius(a) {
|
|
2086
|
-
this.
|
|
2135
|
+
this.e7 = a;
|
|
2087
2136
|
this.g("VerticalViewScrollbarCornerRadius");
|
|
2088
2137
|
}
|
|
2089
2138
|
get verticalViewScrollbarWidth() {
|
|
2090
|
-
return this.
|
|
2139
|
+
return this.fd;
|
|
2091
2140
|
}
|
|
2092
2141
|
set verticalViewScrollbarWidth(a) {
|
|
2093
|
-
this.
|
|
2142
|
+
this.fd = a;
|
|
2094
2143
|
this.g("VerticalViewScrollbarWidth");
|
|
2095
2144
|
}
|
|
2096
2145
|
get verticalViewScrollbarInset() {
|
|
2097
|
-
return this.
|
|
2146
|
+
return this.e8;
|
|
2098
2147
|
}
|
|
2099
2148
|
set verticalViewScrollbarInset(a) {
|
|
2100
|
-
this.
|
|
2149
|
+
this.e8 = a;
|
|
2101
2150
|
this.g("VerticalViewScrollbarInset");
|
|
2102
2151
|
}
|
|
2103
2152
|
get verticalViewScrollbarTrackStartInset() {
|
|
2104
|
-
return this.
|
|
2153
|
+
return this.fc;
|
|
2105
2154
|
}
|
|
2106
2155
|
set verticalViewScrollbarTrackStartInset(a) {
|
|
2107
|
-
this.
|
|
2156
|
+
this.fc = a;
|
|
2108
2157
|
this.g("VerticalViewScrollbarTrackStartInset");
|
|
2109
2158
|
}
|
|
2110
2159
|
get verticalViewScrollbarTrackEndInset() {
|
|
2111
|
-
return this.
|
|
2160
|
+
return this.fb;
|
|
2112
2161
|
}
|
|
2113
2162
|
set verticalViewScrollbarTrackEndInset(a) {
|
|
2114
|
-
this.
|
|
2163
|
+
this.fb = a;
|
|
2115
2164
|
this.g("VerticalViewScrollbarTrackEndInset");
|
|
2116
2165
|
}
|
|
2117
2166
|
get verticalViewScrollbarShouldAddAutoTrackInsets() {
|
|
2118
|
-
return this.
|
|
2167
|
+
return this.b6;
|
|
2119
2168
|
}
|
|
2120
2169
|
set verticalViewScrollbarShouldAddAutoTrackInsets(a) {
|
|
2121
|
-
this.
|
|
2170
|
+
this.b6 = a;
|
|
2122
2171
|
this.g("VerticalViewScrollbarShouldAddAutoTrackInsets");
|
|
2123
2172
|
}
|
|
2124
2173
|
get windowRectMinWidth() {
|
|
2125
|
-
return this.
|
|
2174
|
+
return this.ff;
|
|
2126
2175
|
}
|
|
2127
2176
|
set windowRectMinWidth(a) {
|
|
2128
|
-
this.
|
|
2177
|
+
this.ff = a;
|
|
2129
2178
|
this.g("WindowRectMinWidth");
|
|
2130
2179
|
}
|
|
2131
2180
|
get windowRectMinHeight() {
|
|
2132
|
-
return this.
|
|
2181
|
+
return this.fe;
|
|
2133
2182
|
}
|
|
2134
2183
|
set windowRectMinHeight(a) {
|
|
2135
|
-
this.
|
|
2184
|
+
this.fe = a;
|
|
2136
2185
|
this.g("WindowRectMinHeight");
|
|
2137
2186
|
}
|
|
2138
2187
|
get windowSizeMinWidth() {
|
|
2139
|
-
return this.
|
|
2188
|
+
return this.fh;
|
|
2140
2189
|
}
|
|
2141
2190
|
set windowSizeMinWidth(a) {
|
|
2142
|
-
this.
|
|
2191
|
+
this.fh = a;
|
|
2143
2192
|
this.g("WindowSizeMinWidth");
|
|
2144
2193
|
}
|
|
2145
2194
|
get windowSizeMinHeight() {
|
|
2146
|
-
return this.
|
|
2195
|
+
return this.fg;
|
|
2147
2196
|
}
|
|
2148
2197
|
set windowSizeMinHeight(a) {
|
|
2149
|
-
this.
|
|
2198
|
+
this.fg = a;
|
|
2150
2199
|
this.g("WindowSizeMinHeight");
|
|
2151
2200
|
}
|
|
2152
2201
|
get seriesAddedRef() {
|
|
2153
|
-
return this.
|
|
2202
|
+
return this.le;
|
|
2154
2203
|
}
|
|
2155
2204
|
set seriesAddedRef(a) {
|
|
2156
|
-
this.
|
|
2205
|
+
this.le = a;
|
|
2157
2206
|
this.g("SeriesAddedRef");
|
|
2158
2207
|
}
|
|
2159
2208
|
get seriesRemovedRef() {
|
|
2160
|
-
return this.
|
|
2209
|
+
return this.lm;
|
|
2161
2210
|
}
|
|
2162
2211
|
set seriesRemovedRef(a) {
|
|
2163
|
-
this.
|
|
2212
|
+
this.lm = a;
|
|
2164
2213
|
this.g("SeriesRemovedRef");
|
|
2165
2214
|
}
|
|
2166
2215
|
get seriesPointerEnterRef() {
|
|
2167
|
-
return this.
|
|
2216
|
+
return this.li;
|
|
2168
2217
|
}
|
|
2169
2218
|
set seriesPointerEnterRef(a) {
|
|
2170
|
-
this.
|
|
2219
|
+
this.li = a;
|
|
2171
2220
|
this.g("SeriesPointerEnterRef");
|
|
2172
2221
|
}
|
|
2173
2222
|
get seriesPointerLeaveRef() {
|
|
2174
|
-
return this.
|
|
2223
|
+
return this.lj;
|
|
2175
2224
|
}
|
|
2176
2225
|
set seriesPointerLeaveRef(a) {
|
|
2177
|
-
this.
|
|
2226
|
+
this.lj = a;
|
|
2178
2227
|
this.g("SeriesPointerLeaveRef");
|
|
2179
2228
|
}
|
|
2180
2229
|
get seriesPointerMoveRef() {
|
|
2181
|
-
return this.
|
|
2230
|
+
return this.lk;
|
|
2182
2231
|
}
|
|
2183
2232
|
set seriesPointerMoveRef(a) {
|
|
2184
|
-
this.
|
|
2233
|
+
this.lk = a;
|
|
2185
2234
|
this.g("SeriesPointerMoveRef");
|
|
2186
2235
|
}
|
|
2187
2236
|
get seriesPointerDownRef() {
|
|
2188
|
-
return this.
|
|
2237
|
+
return this.lh;
|
|
2189
2238
|
}
|
|
2190
2239
|
set seriesPointerDownRef(a) {
|
|
2191
|
-
this.
|
|
2240
|
+
this.lh = a;
|
|
2192
2241
|
this.g("SeriesPointerDownRef");
|
|
2193
2242
|
}
|
|
2194
2243
|
get seriesPointerUpRef() {
|
|
2195
|
-
return this.
|
|
2244
|
+
return this.ll;
|
|
2196
2245
|
}
|
|
2197
2246
|
set seriesPointerUpRef(a) {
|
|
2198
|
-
this.
|
|
2247
|
+
this.ll = a;
|
|
2199
2248
|
this.g("SeriesPointerUpRef");
|
|
2200
2249
|
}
|
|
2201
2250
|
get calloutStyleUpdatingRef() {
|
|
2202
|
-
return this.
|
|
2251
|
+
return this.is;
|
|
2203
2252
|
}
|
|
2204
2253
|
set calloutStyleUpdatingRef(a) {
|
|
2205
|
-
this.
|
|
2254
|
+
this.is = a;
|
|
2206
2255
|
this.g("CalloutStyleUpdatingRef");
|
|
2207
2256
|
}
|
|
2208
2257
|
get calloutRenderStyleUpdatingRef() {
|
|
2209
|
-
return this.
|
|
2258
|
+
return this.io;
|
|
2210
2259
|
}
|
|
2211
2260
|
set calloutRenderStyleUpdatingRef(a) {
|
|
2212
|
-
this.
|
|
2261
|
+
this.io = a;
|
|
2213
2262
|
this.g("CalloutRenderStyleUpdatingRef");
|
|
2214
2263
|
}
|
|
2264
|
+
get filterStringErrorsParsingRef() {
|
|
2265
|
+
return this.kq;
|
|
2266
|
+
}
|
|
2267
|
+
set filterStringErrorsParsingRef(a) {
|
|
2268
|
+
this.kq = a;
|
|
2269
|
+
this.g("FilterStringErrorsParsingRef");
|
|
2270
|
+
}
|
|
2215
2271
|
}
|
|
2216
2272
|
DomainChartDescription.$t = markType(DomainChartDescription, 'DomainChartDescription', Description.$);
|
|
2217
2273
|
return DomainChartDescription;
|