igniteui-webcomponents-charts 3.2.3 → 3.2.4
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-webcomponents-charts.umd.js +24938 -21547
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
- package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm2015/lib/AnnotationLayerProxy.js +39 -26
- package/esm2015/lib/AnnotationLayer_combined.js +133 -133
- package/esm2015/lib/AreaSeries_combined.js +44 -44
- package/esm2015/lib/AutomaticSeriesManager.js +7 -0
- package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
- package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm2015/lib/AxisAnnotationManager.js +1 -1
- package/esm2015/lib/AxisVisualDataManager.js +2 -2
- package/esm2015/lib/BarSeries_combined.js +110 -103
- package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
- package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +255 -255
- package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm2015/lib/CalloutLayer_combined.js +451 -449
- package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm2015/lib/CategoryChart.js +545 -456
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm2015/lib/CategoryXAxis_combined.js +140 -23
- package/esm2015/lib/CategoryYAxis_combined.js +140 -23
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ChartGroupDescription.js +52 -0
- package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/ChartSortDescription.js +61 -0
- package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
- package/esm2015/lib/ChartSummaryDescription.js +123 -0
- package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
- package/esm2015/lib/ColumnSeries_combined.js +65 -65
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +85 -85
- package/esm2015/lib/CustomIndicator.js +23 -23
- package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
- package/esm2015/lib/DataChartToolbarProvider.js +107 -0
- package/esm2015/lib/DataChartVisualDataManager.js +4 -4
- package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +2162 -1903
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +70 -70
- package/esm2015/lib/FinancialChart_combined.js +1443 -1359
- package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
- package/esm2015/lib/FinancialIndicator_combined.js +201 -201
- package/esm2015/lib/FinancialOverlay.js +36 -36
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
- package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
- package/esm2015/lib/IndicatorProxy.js +11 -11
- package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +38 -38
- package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm2015/lib/MassIndexIndicator.js +6 -6
- package/esm2015/lib/MedianPriceIndicator.js +6 -6
- package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/NumberAbbreviator.js +1 -1
- package/esm2015/lib/NumericXAxis_combined.js +3 -3
- package/esm2015/lib/NumericYAxis_combined.js +3 -3
- package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
- package/esm2015/lib/OverlayProxy.js +8 -8
- package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +9 -9
- package/esm2015/lib/PointSeries_combined.js +19 -19
- package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
- package/esm2015/lib/PolarBase_combined.js +388 -388
- package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm2015/lib/PolarLineSeries_combined.js +21 -21
- package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
- package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
- package/esm2015/lib/RadialLineSeries_combined.js +37 -37
- package/esm2015/lib/RadialPieSeries_combined.js +45 -45
- package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
- package/esm2015/lib/ScatterBase_combined.js +445 -445
- package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +51 -51
- package/esm2015/lib/ScatterLineSeriesView.js +7 -7
- package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
- package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm2015/lib/ScatterSeries_combined.js +15 -15
- package/esm2015/lib/ScatterSplineSeries.js +38 -38
- package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
- package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
- package/esm2015/lib/SeriesInteractionManager.js +80 -80
- package/esm2015/lib/SeriesRenderManager.js +17 -17
- package/esm2015/lib/SeriesRenderingArguments.js +1 -1
- package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
- package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
- package/esm2015/lib/SeriesVisualDataManager.js +23 -23
- package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
- package/esm2015/lib/SizeScale.js +3 -3
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
- package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
- package/esm2015/lib/SplineSeries_combined.js +25 -25
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100DataPreparer.js +5 -5
- package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm2015/lib/StackedLineSeries_combined.js +9 -9
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +37 -37
- package/esm2015/lib/StepLineSeries_combined.js +43 -43
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TileZoomManager_combined.js +9 -9
- package/esm2015/lib/TimeAxisBase.js +8 -8
- package/esm2015/lib/TimeXAxis.js +10 -10
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +115 -115
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/WaterfallSeries_combined.js +103 -103
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/XYChart.js +802 -802
- package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm2015/lib/igc-annotation-layer-component.js +17 -17
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +6 -6
- package/esm2015/lib/igc-bar-series-component.js +11 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm2015/lib/igc-bubble-series-component.js +44 -44
- package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
- package/esm2015/lib/igc-callout-layer-component.js +95 -95
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +20 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm2015/lib/igc-category-x-axis-component.js +75 -2
- package/esm2015/lib/igc-category-y-axis-component.js +75 -2
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
- package/esm2015/lib/igc-chart-group-description-module.js +15 -0
- package/esm2015/lib/igc-chart-group-description.js +20 -0
- package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +61 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +95 -0
- package/esm2015/lib/igc-column-fragment-component.js +11 -11
- package/esm2015/lib/igc-column-series-component.js +13 -13
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-legend-component.js +1 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-domain-chart-component.js +901 -650
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-chart-component.js +214 -157
- package/esm2015/lib/igc-financial-indicator-component.js +16 -16
- package/esm2015/lib/igc-financial-overlay-component.js +5 -5
- package/esm2015/lib/igc-financial-price-series-component.js +30 -30
- package/esm2015/lib/igc-financial-series-component.js +60 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm2015/lib/igc-line-fragment-component.js +1 -1
- package/esm2015/lib/igc-line-series-component.js +1 -1
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +77 -77
- package/esm2015/lib/igc-polar-line-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
- package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +31 -31
- package/esm2015/lib/igc-radial-column-series-component.js +9 -9
- package/esm2015/lib/igc-radial-line-series-component.js +4 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
- package/esm2015/lib/igc-range-category-series-component.js +6 -6
- package/esm2015/lib/igc-range-column-series-component.js +10 -10
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
- package/esm2015/lib/igc-scatter-base-component.js +49 -49
- package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm2015/lib/igc-series-component.js +195 -185
- package/esm2015/lib/igc-series-viewer-component.js +379 -282
- package/esm2015/lib/igc-shape-series-base-component.js +45 -45
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-spline-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
- package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-step-area-series-component.js +2 -2
- package/esm2015/lib/igc-step-line-series-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +52 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +19 -19
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-component.js +0 -7
- package/esm2015/public_api.js +23 -0
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
- package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
- package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm5/lib/AnnotationLayerProxy.js +39 -26
- package/esm5/lib/AnnotationLayer_combined.js +132 -132
- package/esm5/lib/AreaSeries_combined.js +44 -44
- package/esm5/lib/AutomaticSeriesManager.js +7 -0
- package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm5/lib/AutomaticSeriesRequest.js +7 -0
- package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm5/lib/AxisAnnotationManager.js +1 -1
- package/esm5/lib/AxisVisualDataManager.js +2 -2
- package/esm5/lib/BarSeries_combined.js +110 -103
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +252 -252
- package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm5/lib/CalloutLayer_combined.js +442 -440
- package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm5/lib/CategoryChart.js +522 -413
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm5/lib/CategoryXAxis_combined.js +140 -23
- package/esm5/lib/CategoryYAxis_combined.js +140 -23
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ChartGroupDescription.js +59 -0
- package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
- package/esm5/lib/ChartSortDescription.js +75 -0
- package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
- package/esm5/lib/ChartSummaryDescription.js +149 -0
- package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
- package/esm5/lib/ColumnSeries_combined.js +64 -64
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +85 -85
- package/esm5/lib/CustomIndicator.js +23 -23
- package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
- package/esm5/lib/DataChartToolbarProvider.js +117 -0
- package/esm5/lib/DataChartVisualDataManager.js +4 -4
- package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +436 -434
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +2098 -1753
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +70 -70
- package/esm5/lib/FinancialChart_combined.js +1405 -1300
- package/esm5/lib/FinancialEventArgs_combined.js +581 -581
- package/esm5/lib/FinancialIndicator_combined.js +200 -200
- package/esm5/lib/FinancialOverlay.js +36 -36
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IDataChartToolbarProvider.js +7 -0
- package/esm5/lib/IZoomableCategoryAxis.js +11 -0
- package/esm5/lib/IndicatorProxy.js +11 -11
- package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +38 -38
- package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm5/lib/MassIndexIndicator.js +6 -6
- package/esm5/lib/MedianPriceIndicator.js +6 -6
- package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm5/lib/NumberAbbreviator.js +1 -1
- package/esm5/lib/NumericXAxis_combined.js +3 -3
- package/esm5/lib/NumericYAxis_combined.js +3 -3
- package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OrdinalTimeXAxis.js +109 -109
- package/esm5/lib/OverlayProxy.js +8 -8
- package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +9 -9
- package/esm5/lib/PointSeries_combined.js +19 -19
- package/esm5/lib/PolarAreaSeries_combined.js +23 -23
- package/esm5/lib/PolarBase_combined.js +384 -384
- package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm5/lib/PolarLineSeries_combined.js +21 -21
- package/esm5/lib/PolarScatterSeries_combined.js +13 -13
- package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm5/lib/PolarSplineSeries_combined.js +23 -23
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +35 -35
- package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
- package/esm5/lib/RadialColumnSeries_combined.js +47 -47
- package/esm5/lib/RadialLineSeries_combined.js +37 -37
- package/esm5/lib/RadialPieSeries_combined.js +45 -45
- package/esm5/lib/RangeAreaSeries_combined.js +22 -22
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm5/lib/RangeColumnSeries_combined.js +35 -35
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
- package/esm5/lib/ScatterBase_combined.js +441 -441
- package/esm5/lib/ScatterContourSeries_combined.js +110 -110
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +51 -51
- package/esm5/lib/ScatterLineSeriesView.js +7 -7
- package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
- package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm5/lib/ScatterSeries_combined.js +15 -15
- package/esm5/lib/ScatterSplineSeries.js +38 -38
- package/esm5/lib/ScatterSplineSeriesView.js +7 -7
- package/esm5/lib/ScatterTriangulationSeries.js +173 -173
- package/esm5/lib/SeriesInteractionManager.js +80 -80
- package/esm5/lib/SeriesRenderManager.js +17 -17
- package/esm5/lib/SeriesRenderingArguments.js +1 -1
- package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
- package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm5/lib/SeriesViewer_combined.js +3458 -3101
- package/esm5/lib/SeriesVisualDataManager.js +23 -23
- package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
- package/esm5/lib/SizeScale.js +3 -3
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +38 -38
- package/esm5/lib/SplineSeriesBase_combined.js +121 -121
- package/esm5/lib/SplineSeries_combined.js +25 -25
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
- package/esm5/lib/Stacked100DataPreparer.js +5 -5
- package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm5/lib/StackedLineSeries_combined.js +9 -9
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +37 -37
- package/esm5/lib/StepLineSeries_combined.js +43 -43
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TileZoomManager_combined.js +9 -9
- package/esm5/lib/TimeAxisBase.js +8 -8
- package/esm5/lib/TimeXAxis.js +10 -10
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +115 -115
- package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/WaterfallSeries_combined.js +103 -103
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/XYChart.js +717 -717
- package/esm5/lib/igc-anchored-category-series-component.js +18 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm5/lib/igc-annotation-layer-component.js +17 -17
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +6 -6
- package/esm5/lib/igc-bar-series-component.js +11 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm5/lib/igc-bubble-series-component.js +44 -44
- package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
- package/esm5/lib/igc-callout-layer-component.js +95 -95
- package/esm5/lib/igc-category-chart-component.js +189 -112
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +20 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm5/lib/igc-category-x-axis-component.js +95 -2
- package/esm5/lib/igc-category-y-axis-component.js +95 -2
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-chart-group-description-collection.js +115 -0
- package/esm5/lib/igc-chart-group-description-module.js +19 -0
- package/esm5/lib/igc-chart-group-description.js +34 -0
- package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +81 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +122 -0
- package/esm5/lib/igc-column-fragment-component.js +11 -11
- package/esm5/lib/igc-column-series-component.js +13 -13
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-legend-component.js +1 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-domain-chart-component.js +973 -650
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-chart-component.js +234 -157
- package/esm5/lib/igc-financial-indicator-component.js +16 -16
- package/esm5/lib/igc-financial-overlay-component.js +5 -5
- package/esm5/lib/igc-financial-price-series-component.js +30 -30
- package/esm5/lib/igc-financial-series-component.js +60 -60
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +2 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm5/lib/igc-line-fragment-component.js +1 -1
- package/esm5/lib/igc-line-series-component.js +1 -1
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +77 -77
- package/esm5/lib/igc-polar-line-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-series-component.js +4 -4
- package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +31 -31
- package/esm5/lib/igc-radial-column-series-component.js +9 -9
- package/esm5/lib/igc-radial-line-series-component.js +4 -4
- package/esm5/lib/igc-radial-pie-series-component.js +9 -9
- package/esm5/lib/igc-range-category-series-component.js +6 -6
- package/esm5/lib/igc-range-column-series-component.js +10 -10
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +24 -24
- package/esm5/lib/igc-scatter-base-component.js +49 -49
- package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm5/lib/igc-scatter-line-series-component.js +4 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm5/lib/igc-series-component.js +199 -185
- package/esm5/lib/igc-series-viewer-component.js +403 -282
- package/esm5/lib/igc-shape-series-base-component.js +45 -45
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm5/lib/igc-spline-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm5/lib/igc-stacked-column-series-component.js +9 -9
- package/esm5/lib/igc-stacked-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-series-base-component.js +11 -11
- package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-step-area-series-component.js +2 -2
- package/esm5/lib/igc-step-line-series-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +52 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +19 -19
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-component.js +0 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +24809 -22008
- package/fesm5/igniteui-webcomponents-charts.js +24917 -21549
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
- package/lib/AnnotationLayerProxy.d.ts +4 -0
- package/lib/AnnotationLayer_combined.d.ts +40 -40
- package/lib/AreaSeries_combined.d.ts +8 -8
- package/lib/AutomaticSeriesManager.d.ts +1 -0
- package/lib/AutomaticSeriesPurpose.d.ts +11 -0
- package/lib/AutomaticSeriesRequest.d.ts +1 -0
- package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +19 -19
- package/lib/BollingerBandWidthIndicator.d.ts +10 -10
- package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
- package/lib/BubbleSeries_combined.d.ts +48 -48
- package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
- package/lib/CalloutLayer_combined.d.ts +101 -101
- package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
- package/lib/CategoryChart.d.ts +129 -116
- package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
- package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
- package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
- package/lib/CategoryXAxis_combined.d.ts +17 -5
- package/lib/CategoryYAxis_combined.d.ts +17 -5
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ChartGroupDescription.d.ts +16 -0
- package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
- package/lib/ChartSortDescription.d.ts +18 -0
- package/lib/ChartSortDescriptionCollection.d.ts +27 -0
- package/lib/ChartSummaryDescription.d.ts +33 -0
- package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
- package/lib/ColumnSeries_combined.d.ts +17 -17
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +41 -41
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
- package/lib/DataChartToolbarProvider.d.ts +21 -0
- package/lib/DataToolTipLayer_combined.d.ts +138 -138
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/DomainChart.d.ts +538 -487
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +28 -28
- package/lib/FinancialChart_combined.d.ts +299 -287
- package/lib/FinancialEventArgs_combined.d.ts +123 -123
- package/lib/FinancialIndicator_combined.d.ts +36 -36
- package/lib/FinancialOverlay.d.ts +9 -9
- package/lib/FinancialPriceSeries_combined.d.ts +41 -41
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
- package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
- package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
- package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
- package/lib/IAnnotationLayerProxy.d.ts +4 -0
- package/lib/IDataChartToolbarProvider.d.ts +1 -0
- package/lib/IZoomableCategoryAxis.d.ts +17 -0
- package/lib/ItemToolTipLayer_combined.d.ts +19 -19
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +7 -7
- package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
- package/lib/MassIndexIndicator.d.ts +4 -4
- package/lib/MedianPriceIndicator.d.ts +4 -4
- package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
- package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
- package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
- package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
- package/lib/OrdinalTimeXAxis.d.ts +26 -26
- package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +6 -6
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +107 -107
- package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
- package/lib/PolarLineSeries_combined.d.ts +8 -8
- package/lib/PolarScatterSeries_combined.d.ts +4 -4
- package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
- package/lib/PolarSplineSeries_combined.d.ts +7 -7
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +14 -14
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +7 -7
- package/lib/RadialBucketCalculator_combined.d.ts +50 -50
- package/lib/RadialColumnSeries_combined.d.ts +11 -11
- package/lib/RadialLineSeries_combined.d.ts +8 -8
- package/lib/RadialPieSeries_combined.d.ts +13 -13
- package/lib/RangeAreaSeries_combined.d.ts +6 -6
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
- package/lib/RangeColumnSeries_combined.d.ts +12 -12
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +28 -28
- package/lib/ScatterBase_combined.d.ts +108 -108
- package/lib/ScatterContourSeries_combined.d.ts +20 -20
- package/lib/ScatterLineSeries.d.ts +12 -12
- package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
- package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
- package/lib/ScatterSeries_combined.d.ts +4 -4
- package/lib/ScatterSplineSeries.d.ts +9 -9
- package/lib/ScatterTriangulationSeries.d.ts +40 -40
- package/lib/SeriesViewer_combined.d.ts +1036 -956
- package/lib/ShapeSeriesBase_combined.d.ts +91 -91
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +8 -8
- package/lib/SplineSeriesBase_combined.d.ts +23 -23
- package/lib/SplineSeries_combined.d.ts +6 -6
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +6 -6
- package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
- package/lib/Stacked100LineSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
- package/lib/StackedLineSeries_combined.d.ts +3 -3
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +10 -10
- package/lib/StepLineSeries_combined.d.ts +9 -9
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +21 -21
- package/lib/TRIXIndicator.d.ts +8 -8
- package/lib/TypicalPriceIndicator.d.ts +4 -4
- package/lib/UltimateOscillatorIndicator.d.ts +4 -4
- package/lib/ValueOverlay_combined.d.ts +41 -41
- package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
- package/lib/WaterfallSeries_combined.d.ts +23 -23
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/XYChart.d.ts +189 -189
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-x-axis-component.d.ts +37 -0
- package/lib/igc-category-y-axis-component.d.ts +37 -0
- package/lib/igc-chart-group-description-collection.d.ts +24 -0
- package/lib/igc-chart-group-description-module.d.ts +3 -0
- package/lib/igc-chart-group-description.d.ts +14 -0
- package/lib/igc-chart-sort-description-collection.d.ts +28 -0
- package/lib/igc-chart-sort-description-module.d.ts +3 -0
- package/lib/igc-chart-sort-description.d.ts +31 -0
- package/lib/igc-chart-summary-description-collection.d.ts +25 -0
- package/lib/igc-chart-summary-description-module.d.ts +3 -0
- package/lib/igc-chart-summary-description.d.ts +35 -0
- package/lib/igc-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-series-component.d.ts +4 -0
- package/lib/igc-series-viewer-component.d.ts +51 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
|
@@ -69,1112 +69,1112 @@ export let IgcDataToolTipLayerComponent = /*@__PURE__*/ (() => {
|
|
|
69
69
|
* Gets whether the default tooltip behaviors for the chart are disabled if this layer is present.
|
|
70
70
|
*/
|
|
71
71
|
get isDefaultTooltipBehaviorDisabled() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.dl;
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
|
|
76
76
|
*/
|
|
77
77
|
get targetAxis() {
|
|
78
|
-
if (this.i.
|
|
78
|
+
if (this.i.rl == null) {
|
|
79
79
|
return null;
|
|
80
80
|
}
|
|
81
|
-
if (!this.i.
|
|
82
|
-
let e = IgcAxisComponent._createFromInternal(this.i.
|
|
81
|
+
if (!this.i.rl.externalObject) {
|
|
82
|
+
let e = IgcAxisComponent._createFromInternal(this.i.rl);
|
|
83
83
|
if (e) {
|
|
84
|
-
e._implementation = this.i.
|
|
84
|
+
e._implementation = this.i.rl;
|
|
85
85
|
}
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.rl.externalObject = e;
|
|
87
87
|
}
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.rl.externalObject;
|
|
89
89
|
}
|
|
90
90
|
set targetAxis(v) {
|
|
91
91
|
if (v != null && this._stylingContainer && v._styling)
|
|
92
92
|
v._styling(this._stylingContainer, this, this);
|
|
93
|
-
v == null ? this.i.
|
|
93
|
+
v == null ? this.i.rl = null : this.i.rl = v.i;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets whether to use value interpolation when drawing the tooltips.
|
|
97
97
|
*/
|
|
98
98
|
get useInterpolation() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.sz;
|
|
100
100
|
}
|
|
101
101
|
set useInterpolation(v) {
|
|
102
|
-
this.i.
|
|
103
|
-
this._a("useInterpolation", this.i.
|
|
102
|
+
this.i.sz = ensureBool(v);
|
|
103
|
+
this._a("useInterpolation", this.i.sz);
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
106
|
* Gets or sets the grouping mode to apply to use for the tooltip layer.
|
|
107
107
|
*/
|
|
108
108
|
get groupingMode() {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.r3;
|
|
110
110
|
}
|
|
111
111
|
set groupingMode(v) {
|
|
112
|
-
this.i.
|
|
113
|
-
this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
112
|
+
this.i.r3 = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
113
|
+
this._a("groupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.r3));
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Gets the actual resolved tooltip layer grouping mode.
|
|
117
117
|
*/
|
|
118
118
|
get actualGroupingMode() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.r2;
|
|
120
120
|
}
|
|
121
121
|
set actualGroupingMode(v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
122
|
+
this.i.r2 = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
123
|
+
this._a("actualGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.r2));
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
126
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
127
127
|
*/
|
|
128
128
|
get positionOffsetX() {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.s8;
|
|
130
130
|
}
|
|
131
131
|
set positionOffsetX(v) {
|
|
132
|
-
this.i.
|
|
133
|
-
this._a("positionOffsetX", this.i.
|
|
132
|
+
this.i.s8 = +v;
|
|
133
|
+
this._a("positionOffsetX", this.i.s8);
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
136
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
137
137
|
*/
|
|
138
138
|
get positionOffsetY() {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.s9;
|
|
140
140
|
}
|
|
141
141
|
set positionOffsetY(v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("positionOffsetY", this.i.
|
|
142
|
+
this.i.s9 = +v;
|
|
143
|
+
this._a("positionOffsetY", this.i.s9);
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Gets or sets the default offset of the tooltip layer on the X axis.
|
|
147
147
|
*/
|
|
148
148
|
get defaultPositionOffsetX() {
|
|
149
|
-
return this.i.
|
|
149
|
+
return this.i.s6;
|
|
150
150
|
}
|
|
151
151
|
set defaultPositionOffsetX(v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("defaultPositionOffsetX", this.i.
|
|
152
|
+
this.i.s6 = +v;
|
|
153
|
+
this._a("defaultPositionOffsetX", this.i.s6);
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
156
|
* Gets or sets the default offset of the tooltip layer on the Y axis.
|
|
157
157
|
*/
|
|
158
158
|
get defaultPositionOffsetY() {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.s7;
|
|
160
160
|
}
|
|
161
161
|
set defaultPositionOffsetY(v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("defaultPositionOffsetY", this.i.
|
|
162
|
+
this.i.s7 = +v;
|
|
163
|
+
this._a("defaultPositionOffsetY", this.i.s7);
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
166
|
* Gets or sets the tooltip position mode on the X axis for grouped series.
|
|
167
167
|
*/
|
|
168
168
|
get groupedPositionModeX() {
|
|
169
|
-
return this.i.
|
|
169
|
+
return this.i.rv;
|
|
170
170
|
}
|
|
171
171
|
set groupedPositionModeX(v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
172
|
+
this.i.rv = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
173
|
+
this._a("groupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.rv));
|
|
174
174
|
}
|
|
175
175
|
/**
|
|
176
176
|
* Gets the actual resolved tooltip position mode on the X axis for grouped series.
|
|
177
177
|
*/
|
|
178
178
|
get actualGroupedPositionModeX() {
|
|
179
|
-
return this.i.
|
|
179
|
+
return this.i.ru;
|
|
180
180
|
}
|
|
181
181
|
set actualGroupedPositionModeX(v) {
|
|
182
|
-
this.i.
|
|
183
|
-
this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
182
|
+
this.i.ru = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
183
|
+
this._a("actualGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.ru));
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* Gets or sets the tooltip position mode on the Y axis for grouped series.
|
|
187
187
|
*/
|
|
188
188
|
get groupedPositionModeY() {
|
|
189
|
-
return this.i.
|
|
189
|
+
return this.i.rz;
|
|
190
190
|
}
|
|
191
191
|
set groupedPositionModeY(v) {
|
|
192
|
-
this.i.
|
|
193
|
-
this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
192
|
+
this.i.rz = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
193
|
+
this._a("groupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.rz));
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
196
|
* Gets the actual resolved tooltip position mode on the Y axis for grouped series.
|
|
197
197
|
*/
|
|
198
198
|
get actualGroupedPositionModeY() {
|
|
199
|
-
return this.i.
|
|
199
|
+
return this.i.ry;
|
|
200
200
|
}
|
|
201
201
|
set actualGroupedPositionModeY(v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
202
|
+
this.i.ry = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
203
|
+
this._a("actualGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.ry));
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
206
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
207
207
|
*/
|
|
208
208
|
get shouldUpdateWhenSeriesDataChanges() {
|
|
209
|
-
return this.i.
|
|
209
|
+
return this.i.sy;
|
|
210
210
|
}
|
|
211
211
|
set shouldUpdateWhenSeriesDataChanges(v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("shouldUpdateWhenSeriesDataChanges", this.i.
|
|
212
|
+
this.i.sy = ensureBool(v);
|
|
213
|
+
this._a("shouldUpdateWhenSeriesDataChanges", this.i.sy);
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
216
|
* Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
|
|
217
217
|
*/
|
|
218
218
|
get includedSeries() {
|
|
219
|
-
return this.i.
|
|
219
|
+
return this.i.ri;
|
|
220
220
|
}
|
|
221
221
|
set includedSeries(v) {
|
|
222
222
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
223
223
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
224
224
|
v = v.split(re);
|
|
225
225
|
}
|
|
226
|
-
this.i.
|
|
226
|
+
this.i.ri = v;
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
229
|
* Gets or sets indexes or names of series to exclude from displaying in the data legend, e.g. "0, 1"
|
|
230
230
|
* The ExcludedSeries property takes precedences over values of IncludedSeries property
|
|
231
231
|
*/
|
|
232
232
|
get excludedSeries() {
|
|
233
|
-
return this.i.
|
|
233
|
+
return this.i.rd;
|
|
234
234
|
}
|
|
235
235
|
set excludedSeries(v) {
|
|
236
236
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
237
237
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
238
238
|
v = v.split(re);
|
|
239
239
|
}
|
|
240
|
-
this.i.
|
|
240
|
+
this.i.rd = v;
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* Gets or sets names of data columns or their labels to include in displaying in the data legend, e.g. "High, Low" or "H, L"
|
|
244
244
|
* The ExcludedColumns property takes precedences over values of IncludedColumns property
|
|
245
245
|
*/
|
|
246
246
|
get includedColumns() {
|
|
247
|
-
return this.i.
|
|
247
|
+
return this.i.rh;
|
|
248
248
|
}
|
|
249
249
|
set includedColumns(v) {
|
|
250
250
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
251
251
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
252
252
|
v = v.split(re);
|
|
253
253
|
}
|
|
254
|
-
this.i.
|
|
254
|
+
this.i.rh = v;
|
|
255
255
|
}
|
|
256
256
|
/**
|
|
257
257
|
* Gets or sets names of data columns or their labels to exclude from displaying in the data legend, e.g. "High, Low" or "H, L"
|
|
258
258
|
* The ExcludedColumns property takes precedences over values of IncludedColumns property
|
|
259
259
|
*/
|
|
260
260
|
get excludedColumns() {
|
|
261
|
-
return this.i.
|
|
261
|
+
return this.i.rc;
|
|
262
262
|
}
|
|
263
263
|
set excludedColumns(v) {
|
|
264
264
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
265
265
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
266
266
|
v = v.split(re);
|
|
267
267
|
}
|
|
268
|
-
this.i.
|
|
268
|
+
this.i.rc = v;
|
|
269
269
|
}
|
|
270
270
|
/**
|
|
271
271
|
* Gets or sets mode for abbreviating large numbers displayed in the legend
|
|
272
272
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
273
273
|
*/
|
|
274
274
|
get valueFormatAbbreviation() {
|
|
275
|
-
return this.i.
|
|
275
|
+
return this.i.rm;
|
|
276
276
|
}
|
|
277
277
|
set valueFormatAbbreviation(v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.
|
|
278
|
+
this.i.rm = ensureEnum(DataAbbreviationMode_$type, v);
|
|
279
|
+
this._a("valueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.rm));
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
282
282
|
* Gets or sets maximum digits for formating numbers displayed in the legend
|
|
283
283
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
284
284
|
*/
|
|
285
285
|
get valueFormatMaxFractions() {
|
|
286
|
-
return this.i.
|
|
286
|
+
return this.i.t8;
|
|
287
287
|
}
|
|
288
288
|
set valueFormatMaxFractions(v) {
|
|
289
|
-
this.i.
|
|
290
|
-
this._a("valueFormatMaxFractions", this.i.
|
|
289
|
+
this.i.t8 = +v;
|
|
290
|
+
this._a("valueFormatMaxFractions", this.i.t8);
|
|
291
291
|
}
|
|
292
292
|
/**
|
|
293
293
|
* Gets or sets minimum digits for formating numbers displayed in the legend
|
|
294
294
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
295
295
|
*/
|
|
296
296
|
get valueFormatMinFractions() {
|
|
297
|
-
return this.i.
|
|
297
|
+
return this.i.t9;
|
|
298
298
|
}
|
|
299
299
|
set valueFormatMinFractions(v) {
|
|
300
|
-
this.i.
|
|
301
|
-
this._a("valueFormatMinFractions", this.i.
|
|
300
|
+
this.i.t9 = +v;
|
|
301
|
+
this._a("valueFormatMinFractions", this.i.t9);
|
|
302
302
|
}
|
|
303
303
|
/**
|
|
304
304
|
* Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
|
|
305
305
|
*/
|
|
306
306
|
get valueFormatMode() {
|
|
307
|
-
return this.i.
|
|
307
|
+
return this.i.rs;
|
|
308
308
|
}
|
|
309
309
|
set valueFormatMode(v) {
|
|
310
|
-
this.i.
|
|
311
|
-
this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.
|
|
310
|
+
this.i.rs = ensureEnum(DataLegendValueMode_$type, v);
|
|
311
|
+
this._a("valueFormatMode", enumToString(DataLegendValueMode_$type, this.i.rs));
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode
|
|
315
315
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
316
316
|
*/
|
|
317
317
|
get valueFormatCulture() {
|
|
318
|
-
return this.i.
|
|
318
|
+
return this.i.v3;
|
|
319
319
|
}
|
|
320
320
|
set valueFormatCulture(v) {
|
|
321
|
-
this.i.
|
|
321
|
+
this.i.v3 = v;
|
|
322
322
|
}
|
|
323
323
|
/**
|
|
324
|
-
* Gets or sets whether or not use
|
|
324
|
+
* Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
|
|
325
325
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
326
326
|
*/
|
|
327
327
|
get valueFormatUseGrouping() {
|
|
328
|
-
return this.i.
|
|
328
|
+
return this.i.s0;
|
|
329
329
|
}
|
|
330
330
|
set valueFormatUseGrouping(v) {
|
|
331
|
-
this.i.
|
|
332
|
-
this._a("valueFormatUseGrouping", this.i.
|
|
331
|
+
this.i.s0 = ensureBool(v);
|
|
332
|
+
this._a("valueFormatUseGrouping", this.i.s0);
|
|
333
333
|
}
|
|
334
334
|
/**
|
|
335
335
|
* Gets or sets the format string for values displayed in the data legend.
|
|
336
336
|
*/
|
|
337
337
|
get valueFormatString() {
|
|
338
|
-
return this.i.
|
|
338
|
+
return this.i.v9;
|
|
339
339
|
}
|
|
340
340
|
set valueFormatString(v) {
|
|
341
|
-
this.i.
|
|
341
|
+
this.i.v9 = v;
|
|
342
342
|
}
|
|
343
343
|
/**
|
|
344
344
|
* Gets or sets the format specifiers to use with the ValueFormatString string.
|
|
345
345
|
*/
|
|
346
346
|
get valueFormatSpecifiers() {
|
|
347
|
-
return this.i.
|
|
347
|
+
return this.i.rj;
|
|
348
348
|
}
|
|
349
349
|
set valueFormatSpecifiers(v) {
|
|
350
350
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
351
351
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
352
352
|
v = v.split(re);
|
|
353
353
|
}
|
|
354
|
-
this.i.
|
|
354
|
+
this.i.rj = v;
|
|
355
355
|
}
|
|
356
356
|
get valueRowMarginBottom() {
|
|
357
|
-
return this.i.
|
|
357
|
+
return this.i.y0 ? this.i.y0.bottom : NaN;
|
|
358
358
|
}
|
|
359
359
|
set valueRowMarginBottom(v) {
|
|
360
360
|
this.ensureValueRowMargin();
|
|
361
|
-
this.i.
|
|
362
|
-
this._a("valueRowMarginBottom", this.i.
|
|
363
|
-
this.i.
|
|
361
|
+
this.i.y0.bottom = +v;
|
|
362
|
+
this._a("valueRowMarginBottom", this.i.y0.bottom);
|
|
363
|
+
this.i.y0 = this.i.y0;
|
|
364
364
|
}
|
|
365
365
|
get valueRowMarginLeft() {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.y0 ? this.i.y0.left : NaN;
|
|
367
367
|
}
|
|
368
368
|
set valueRowMarginLeft(v) {
|
|
369
369
|
this.ensureValueRowMargin();
|
|
370
|
-
this.i.
|
|
371
|
-
this._a("valueRowMarginLeft", this.i.
|
|
372
|
-
this.i.
|
|
370
|
+
this.i.y0.left = +v;
|
|
371
|
+
this._a("valueRowMarginLeft", this.i.y0.left);
|
|
372
|
+
this.i.y0 = this.i.y0;
|
|
373
373
|
}
|
|
374
374
|
get valueRowMarginRight() {
|
|
375
|
-
return this.i.
|
|
375
|
+
return this.i.y0 ? this.i.y0.right : NaN;
|
|
376
376
|
}
|
|
377
377
|
set valueRowMarginRight(v) {
|
|
378
378
|
this.ensureValueRowMargin();
|
|
379
|
-
this.i.
|
|
380
|
-
this._a("valueRowMarginRight", this.i.
|
|
381
|
-
this.i.
|
|
379
|
+
this.i.y0.right = +v;
|
|
380
|
+
this._a("valueRowMarginRight", this.i.y0.right);
|
|
381
|
+
this.i.y0 = this.i.y0;
|
|
382
382
|
}
|
|
383
383
|
get valueRowMarginTop() {
|
|
384
|
-
return this.i.
|
|
384
|
+
return this.i.y0 ? this.i.y0.top : NaN;
|
|
385
385
|
}
|
|
386
386
|
set valueRowMarginTop(v) {
|
|
387
387
|
this.ensureValueRowMargin();
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("valueRowMarginTop", this.i.
|
|
390
|
-
this.i.
|
|
388
|
+
this.i.y0.top = +v;
|
|
389
|
+
this._a("valueRowMarginTop", this.i.y0.top);
|
|
390
|
+
this.i.y0 = this.i.y0;
|
|
391
391
|
}
|
|
392
392
|
ensureValueRowMargin() {
|
|
393
|
-
if (this.i.
|
|
393
|
+
if (this.i.y0) {
|
|
394
394
|
return;
|
|
395
395
|
}
|
|
396
|
-
this.i.
|
|
396
|
+
this.i.y0 = new Thickness(2);
|
|
397
397
|
}
|
|
398
398
|
/**
|
|
399
399
|
* Gets or sets whether to show series rows.
|
|
400
400
|
*/
|
|
401
401
|
get valueRowVisible() {
|
|
402
|
-
return this.i.
|
|
402
|
+
return this.i.s1;
|
|
403
403
|
}
|
|
404
404
|
set valueRowVisible(v) {
|
|
405
|
-
this.i.
|
|
406
|
-
this._a("valueRowVisible", this.i.
|
|
405
|
+
this.i.s1 = ensureBool(v);
|
|
406
|
+
this._a("valueRowVisible", this.i.s1);
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
409
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
410
410
|
*/
|
|
411
411
|
get valueTextWhenMissingData() {
|
|
412
|
-
return this.i.
|
|
412
|
+
return this.i.wi;
|
|
413
413
|
}
|
|
414
414
|
set valueTextWhenMissingData(v) {
|
|
415
|
-
this.i.
|
|
415
|
+
this.i.wi = v;
|
|
416
416
|
}
|
|
417
417
|
/**
|
|
418
418
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
419
419
|
*/
|
|
420
420
|
get valueTextUseSeriesColors() {
|
|
421
|
-
return this.i.
|
|
421
|
+
return this.i.s2;
|
|
422
422
|
}
|
|
423
423
|
set valueTextUseSeriesColors(v) {
|
|
424
|
-
this.i.
|
|
425
|
-
this._a("valueTextUseSeriesColors", this.i.
|
|
424
|
+
this.i.s2 = ensureBool(v);
|
|
425
|
+
this._a("valueTextUseSeriesColors", this.i.s2);
|
|
426
426
|
}
|
|
427
427
|
get valueTextMarginBottom() {
|
|
428
|
-
return this.i.
|
|
428
|
+
return this.i.y1 ? this.i.y1.bottom : NaN;
|
|
429
429
|
}
|
|
430
430
|
set valueTextMarginBottom(v) {
|
|
431
431
|
this.ensureValueTextMargin();
|
|
432
|
-
this.i.
|
|
433
|
-
this._a("valueTextMarginBottom", this.i.
|
|
434
|
-
this.i.
|
|
432
|
+
this.i.y1.bottom = +v;
|
|
433
|
+
this._a("valueTextMarginBottom", this.i.y1.bottom);
|
|
434
|
+
this.i.y1 = this.i.y1;
|
|
435
435
|
}
|
|
436
436
|
get valueTextMarginLeft() {
|
|
437
|
-
return this.i.
|
|
437
|
+
return this.i.y1 ? this.i.y1.left : NaN;
|
|
438
438
|
}
|
|
439
439
|
set valueTextMarginLeft(v) {
|
|
440
440
|
this.ensureValueTextMargin();
|
|
441
|
-
this.i.
|
|
442
|
-
this._a("valueTextMarginLeft", this.i.
|
|
443
|
-
this.i.
|
|
441
|
+
this.i.y1.left = +v;
|
|
442
|
+
this._a("valueTextMarginLeft", this.i.y1.left);
|
|
443
|
+
this.i.y1 = this.i.y1;
|
|
444
444
|
}
|
|
445
445
|
get valueTextMarginRight() {
|
|
446
|
-
return this.i.
|
|
446
|
+
return this.i.y1 ? this.i.y1.right : NaN;
|
|
447
447
|
}
|
|
448
448
|
set valueTextMarginRight(v) {
|
|
449
449
|
this.ensureValueTextMargin();
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("valueTextMarginRight", this.i.
|
|
452
|
-
this.i.
|
|
450
|
+
this.i.y1.right = +v;
|
|
451
|
+
this._a("valueTextMarginRight", this.i.y1.right);
|
|
452
|
+
this.i.y1 = this.i.y1;
|
|
453
453
|
}
|
|
454
454
|
get valueTextMarginTop() {
|
|
455
|
-
return this.i.
|
|
455
|
+
return this.i.y1 ? this.i.y1.top : NaN;
|
|
456
456
|
}
|
|
457
457
|
set valueTextMarginTop(v) {
|
|
458
458
|
this.ensureValueTextMargin();
|
|
459
|
-
this.i.
|
|
460
|
-
this._a("valueTextMarginTop", this.i.
|
|
461
|
-
this.i.
|
|
459
|
+
this.i.y1.top = +v;
|
|
460
|
+
this._a("valueTextMarginTop", this.i.y1.top);
|
|
461
|
+
this.i.y1 = this.i.y1;
|
|
462
462
|
}
|
|
463
463
|
ensureValueTextMargin() {
|
|
464
|
-
if (this.i.
|
|
464
|
+
if (this.i.y1) {
|
|
465
465
|
return;
|
|
466
466
|
}
|
|
467
|
-
this.i.
|
|
467
|
+
this.i.y1 = new Thickness(2);
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
470
|
* Gets or sets the units text color.
|
|
471
471
|
*/
|
|
472
472
|
get valueTextColor() {
|
|
473
|
-
return brushToString(this.i.
|
|
473
|
+
return brushToString(this.i.yl);
|
|
474
474
|
}
|
|
475
475
|
set valueTextColor(v) {
|
|
476
|
-
this.i.
|
|
477
|
-
this._a("valueTextColor", brushToString(this.i.
|
|
476
|
+
this.i.yl = stringToBrush(v);
|
|
477
|
+
this._a("valueTextColor", brushToString(this.i.yl));
|
|
478
478
|
}
|
|
479
479
|
/**
|
|
480
480
|
* Gets or Sets the style to use for the units text.
|
|
481
481
|
*/
|
|
482
482
|
get valueTextStyle() {
|
|
483
|
-
if (this.i.
|
|
483
|
+
if (this.i.sp == null) {
|
|
484
484
|
return null;
|
|
485
485
|
}
|
|
486
|
-
return this.i.
|
|
486
|
+
return this.i.sp.fontString;
|
|
487
487
|
}
|
|
488
488
|
set valueTextStyle(v) {
|
|
489
489
|
let fi = new FontInfo();
|
|
490
490
|
fi.fontString = v;
|
|
491
|
-
this.i.
|
|
492
|
-
this._a("valueTextStyle", this.i.
|
|
491
|
+
this.i.sp = fi;
|
|
492
|
+
this._a("valueTextStyle", this.i.sp != null ? this.i.sp.fontString : "");
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
495
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
496
496
|
*/
|
|
497
497
|
get headerFormatString() {
|
|
498
|
-
return this.i.
|
|
498
|
+
return this.i.ur;
|
|
499
499
|
}
|
|
500
500
|
set headerFormatString(v) {
|
|
501
|
-
this.i.
|
|
501
|
+
this.i.ur = v;
|
|
502
502
|
}
|
|
503
503
|
/**
|
|
504
504
|
* Gets or sets the format specifiers to use with the HeaderFormatString string.
|
|
505
505
|
*/
|
|
506
506
|
get headerFormatSpecifiers() {
|
|
507
|
-
return this.i.
|
|
507
|
+
return this.i.rg;
|
|
508
508
|
}
|
|
509
509
|
set headerFormatSpecifiers(v) {
|
|
510
510
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
511
511
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
512
512
|
v = v.split(re);
|
|
513
513
|
}
|
|
514
|
-
this.i.
|
|
514
|
+
this.i.rg = v;
|
|
515
515
|
}
|
|
516
516
|
/**
|
|
517
517
|
* Gets or sets globalization culture when displaying header as date time
|
|
518
518
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
519
519
|
*/
|
|
520
520
|
get headerFormatCulture() {
|
|
521
|
-
return this.i.
|
|
521
|
+
return this.i.un;
|
|
522
522
|
}
|
|
523
523
|
set headerFormatCulture(v) {
|
|
524
|
-
this.i.
|
|
524
|
+
this.i.un = v;
|
|
525
525
|
}
|
|
526
526
|
/**
|
|
527
527
|
* Gets or sets date format for the header
|
|
528
528
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
529
529
|
*/
|
|
530
530
|
get headerFormatDate() {
|
|
531
|
-
return this.i.
|
|
531
|
+
return this.i.rn;
|
|
532
532
|
}
|
|
533
533
|
set headerFormatDate(v) {
|
|
534
|
-
this.i.
|
|
535
|
-
this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.
|
|
534
|
+
this.i.rn = ensureEnum(DataLegendHeaderDateMode_$type, v);
|
|
535
|
+
this._a("headerFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.rn));
|
|
536
536
|
}
|
|
537
537
|
/**
|
|
538
538
|
* Gets or sets time format for the header
|
|
539
539
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
540
540
|
*/
|
|
541
541
|
get headerFormatTime() {
|
|
542
|
-
return this.i.
|
|
542
|
+
return this.i.ro;
|
|
543
543
|
}
|
|
544
544
|
set headerFormatTime(v) {
|
|
545
|
-
this.i.
|
|
546
|
-
this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.
|
|
545
|
+
this.i.ro = ensureEnum(DataLegendHeaderTimeMode_$type, v);
|
|
546
|
+
this._a("headerFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.ro));
|
|
547
547
|
}
|
|
548
548
|
/**
|
|
549
549
|
* Gets or sets the HeaderText for the data legend.
|
|
550
550
|
*/
|
|
551
551
|
get headerText() {
|
|
552
|
-
return this.i.
|
|
552
|
+
return this.i.uw;
|
|
553
553
|
}
|
|
554
554
|
set headerText(v) {
|
|
555
|
-
this.i.
|
|
555
|
+
this.i.uw = v;
|
|
556
556
|
}
|
|
557
557
|
/**
|
|
558
558
|
* Gets or sets the header text color.
|
|
559
559
|
*/
|
|
560
560
|
get headerTextColor() {
|
|
561
|
-
return brushToString(this.i.
|
|
561
|
+
return brushToString(this.i.yd);
|
|
562
562
|
}
|
|
563
563
|
set headerTextColor(v) {
|
|
564
|
-
this.i.
|
|
565
|
-
this._a("headerTextColor", brushToString(this.i.
|
|
564
|
+
this.i.yd = stringToBrush(v);
|
|
565
|
+
this._a("headerTextColor", brushToString(this.i.yd));
|
|
566
566
|
}
|
|
567
567
|
get headerTextMarginBottom() {
|
|
568
|
-
return this.i.
|
|
568
|
+
return this.i.yu ? this.i.yu.bottom : NaN;
|
|
569
569
|
}
|
|
570
570
|
set headerTextMarginBottom(v) {
|
|
571
571
|
this.ensureHeaderTextMargin();
|
|
572
|
-
this.i.
|
|
573
|
-
this._a("headerTextMarginBottom", this.i.
|
|
574
|
-
this.i.
|
|
572
|
+
this.i.yu.bottom = +v;
|
|
573
|
+
this._a("headerTextMarginBottom", this.i.yu.bottom);
|
|
574
|
+
this.i.yu = this.i.yu;
|
|
575
575
|
}
|
|
576
576
|
get headerTextMarginLeft() {
|
|
577
|
-
return this.i.
|
|
577
|
+
return this.i.yu ? this.i.yu.left : NaN;
|
|
578
578
|
}
|
|
579
579
|
set headerTextMarginLeft(v) {
|
|
580
580
|
this.ensureHeaderTextMargin();
|
|
581
|
-
this.i.
|
|
582
|
-
this._a("headerTextMarginLeft", this.i.
|
|
583
|
-
this.i.
|
|
581
|
+
this.i.yu.left = +v;
|
|
582
|
+
this._a("headerTextMarginLeft", this.i.yu.left);
|
|
583
|
+
this.i.yu = this.i.yu;
|
|
584
584
|
}
|
|
585
585
|
get headerTextMarginRight() {
|
|
586
|
-
return this.i.
|
|
586
|
+
return this.i.yu ? this.i.yu.right : NaN;
|
|
587
587
|
}
|
|
588
588
|
set headerTextMarginRight(v) {
|
|
589
589
|
this.ensureHeaderTextMargin();
|
|
590
|
-
this.i.
|
|
591
|
-
this._a("headerTextMarginRight", this.i.
|
|
592
|
-
this.i.
|
|
590
|
+
this.i.yu.right = +v;
|
|
591
|
+
this._a("headerTextMarginRight", this.i.yu.right);
|
|
592
|
+
this.i.yu = this.i.yu;
|
|
593
593
|
}
|
|
594
594
|
get headerTextMarginTop() {
|
|
595
|
-
return this.i.
|
|
595
|
+
return this.i.yu ? this.i.yu.top : NaN;
|
|
596
596
|
}
|
|
597
597
|
set headerTextMarginTop(v) {
|
|
598
598
|
this.ensureHeaderTextMargin();
|
|
599
|
-
this.i.
|
|
600
|
-
this._a("headerTextMarginTop", this.i.
|
|
601
|
-
this.i.
|
|
599
|
+
this.i.yu.top = +v;
|
|
600
|
+
this._a("headerTextMarginTop", this.i.yu.top);
|
|
601
|
+
this.i.yu = this.i.yu;
|
|
602
602
|
}
|
|
603
603
|
ensureHeaderTextMargin() {
|
|
604
|
-
if (this.i.
|
|
604
|
+
if (this.i.yu) {
|
|
605
605
|
return;
|
|
606
606
|
}
|
|
607
|
-
this.i.
|
|
607
|
+
this.i.yu = new Thickness(2);
|
|
608
608
|
}
|
|
609
609
|
get headerRowMarginBottom() {
|
|
610
|
-
return this.i.
|
|
610
|
+
return this.i.yt ? this.i.yt.bottom : NaN;
|
|
611
611
|
}
|
|
612
612
|
set headerRowMarginBottom(v) {
|
|
613
613
|
this.ensureHeaderRowMargin();
|
|
614
|
-
this.i.
|
|
615
|
-
this._a("headerRowMarginBottom", this.i.
|
|
616
|
-
this.i.
|
|
614
|
+
this.i.yt.bottom = +v;
|
|
615
|
+
this._a("headerRowMarginBottom", this.i.yt.bottom);
|
|
616
|
+
this.i.yt = this.i.yt;
|
|
617
617
|
}
|
|
618
618
|
get headerRowMarginLeft() {
|
|
619
|
-
return this.i.
|
|
619
|
+
return this.i.yt ? this.i.yt.left : NaN;
|
|
620
620
|
}
|
|
621
621
|
set headerRowMarginLeft(v) {
|
|
622
622
|
this.ensureHeaderRowMargin();
|
|
623
|
-
this.i.
|
|
624
|
-
this._a("headerRowMarginLeft", this.i.
|
|
625
|
-
this.i.
|
|
623
|
+
this.i.yt.left = +v;
|
|
624
|
+
this._a("headerRowMarginLeft", this.i.yt.left);
|
|
625
|
+
this.i.yt = this.i.yt;
|
|
626
626
|
}
|
|
627
627
|
get headerRowMarginRight() {
|
|
628
|
-
return this.i.
|
|
628
|
+
return this.i.yt ? this.i.yt.right : NaN;
|
|
629
629
|
}
|
|
630
630
|
set headerRowMarginRight(v) {
|
|
631
631
|
this.ensureHeaderRowMargin();
|
|
632
|
-
this.i.
|
|
633
|
-
this._a("headerRowMarginRight", this.i.
|
|
634
|
-
this.i.
|
|
632
|
+
this.i.yt.right = +v;
|
|
633
|
+
this._a("headerRowMarginRight", this.i.yt.right);
|
|
634
|
+
this.i.yt = this.i.yt;
|
|
635
635
|
}
|
|
636
636
|
get headerRowMarginTop() {
|
|
637
|
-
return this.i.
|
|
637
|
+
return this.i.yt ? this.i.yt.top : NaN;
|
|
638
638
|
}
|
|
639
639
|
set headerRowMarginTop(v) {
|
|
640
640
|
this.ensureHeaderRowMargin();
|
|
641
|
-
this.i.
|
|
642
|
-
this._a("headerRowMarginTop", this.i.
|
|
643
|
-
this.i.
|
|
641
|
+
this.i.yt.top = +v;
|
|
642
|
+
this._a("headerRowMarginTop", this.i.yt.top);
|
|
643
|
+
this.i.yt = this.i.yt;
|
|
644
644
|
}
|
|
645
645
|
ensureHeaderRowMargin() {
|
|
646
|
-
if (this.i.
|
|
646
|
+
if (this.i.yt) {
|
|
647
647
|
return;
|
|
648
648
|
}
|
|
649
|
-
this.i.
|
|
649
|
+
this.i.yt = new Thickness(2);
|
|
650
650
|
}
|
|
651
651
|
/**
|
|
652
652
|
* Gets or sets whether to show Header row.
|
|
653
653
|
*/
|
|
654
654
|
get headerRowVisible() {
|
|
655
|
-
return this.i.
|
|
655
|
+
return this.i.sr;
|
|
656
656
|
}
|
|
657
657
|
set headerRowVisible(v) {
|
|
658
|
-
this.i.
|
|
659
|
-
this._a("headerRowVisible", this.i.
|
|
658
|
+
this.i.sr = ensureBool(v);
|
|
659
|
+
this._a("headerRowVisible", this.i.sr);
|
|
660
660
|
}
|
|
661
661
|
/**
|
|
662
662
|
* Gets or Sets the style to use for the header text.
|
|
663
663
|
*/
|
|
664
664
|
get headerTextStyle() {
|
|
665
|
-
if (this.i.
|
|
665
|
+
if (this.i.sh == null) {
|
|
666
666
|
return null;
|
|
667
667
|
}
|
|
668
|
-
return this.i.
|
|
668
|
+
return this.i.sh.fontString;
|
|
669
669
|
}
|
|
670
670
|
set headerTextStyle(v) {
|
|
671
671
|
let fi = new FontInfo();
|
|
672
672
|
fi.fontString = v;
|
|
673
|
-
this.i.
|
|
674
|
-
this._a("headerTextStyle", this.i.
|
|
673
|
+
this.i.sh = fi;
|
|
674
|
+
this._a("headerTextStyle", this.i.sh != null ? this.i.sh.fontString : "");
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
677
677
|
* Gets or sets the summary text color.
|
|
678
678
|
*/
|
|
679
679
|
get summaryTitleTextColor() {
|
|
680
|
-
return brushToString(this.i.
|
|
680
|
+
return brushToString(this.i.yg);
|
|
681
681
|
}
|
|
682
682
|
set summaryTitleTextColor(v) {
|
|
683
|
-
this.i.
|
|
684
|
-
this._a("summaryTitleTextColor", brushToString(this.i.
|
|
683
|
+
this.i.yg = stringToBrush(v);
|
|
684
|
+
this._a("summaryTitleTextColor", brushToString(this.i.yg));
|
|
685
685
|
}
|
|
686
686
|
/**
|
|
687
687
|
* Gets or Sets the style to use for the summary text.
|
|
688
688
|
*/
|
|
689
689
|
get summaryTitleTextStyle() {
|
|
690
|
-
if (this.i.
|
|
690
|
+
if (this.i.sk == null) {
|
|
691
691
|
return null;
|
|
692
692
|
}
|
|
693
|
-
return this.i.
|
|
693
|
+
return this.i.sk.fontString;
|
|
694
694
|
}
|
|
695
695
|
set summaryTitleTextStyle(v) {
|
|
696
696
|
let fi = new FontInfo();
|
|
697
697
|
fi.fontString = v;
|
|
698
|
-
this.i.
|
|
699
|
-
this._a("summaryTitleTextStyle", this.i.
|
|
698
|
+
this.i.sk = fi;
|
|
699
|
+
this._a("summaryTitleTextStyle", this.i.sk != null ? this.i.sk.fontString : "");
|
|
700
700
|
}
|
|
701
701
|
/**
|
|
702
702
|
* Gets or sets the SummaryType for the data legend.
|
|
703
703
|
*/
|
|
704
704
|
get summaryType() {
|
|
705
|
-
return this.i.
|
|
705
|
+
return this.i.rq;
|
|
706
706
|
}
|
|
707
707
|
set summaryType(v) {
|
|
708
|
-
this.i.
|
|
709
|
-
this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.
|
|
708
|
+
this.i.rq = ensureEnum(DataLegendSummaryType_$type, v);
|
|
709
|
+
this._a("summaryType", enumToString(DataLegendSummaryType_$type, this.i.rq));
|
|
710
710
|
}
|
|
711
711
|
/**
|
|
712
712
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
713
713
|
*/
|
|
714
714
|
get summaryTitleText() {
|
|
715
|
-
return this.i.
|
|
715
|
+
return this.i.vf;
|
|
716
716
|
}
|
|
717
717
|
set summaryTitleText(v) {
|
|
718
|
-
this.i.
|
|
718
|
+
this.i.vf = v;
|
|
719
719
|
}
|
|
720
720
|
get summaryTitleTextMarginBottom() {
|
|
721
|
-
return this.i.
|
|
721
|
+
return this.i.yx ? this.i.yx.bottom : NaN;
|
|
722
722
|
}
|
|
723
723
|
set summaryTitleTextMarginBottom(v) {
|
|
724
724
|
this.ensureSummaryTitleTextMargin();
|
|
725
|
-
this.i.
|
|
726
|
-
this._a("summaryTitleTextMarginBottom", this.i.
|
|
727
|
-
this.i.
|
|
725
|
+
this.i.yx.bottom = +v;
|
|
726
|
+
this._a("summaryTitleTextMarginBottom", this.i.yx.bottom);
|
|
727
|
+
this.i.yx = this.i.yx;
|
|
728
728
|
}
|
|
729
729
|
get summaryTitleTextMarginLeft() {
|
|
730
|
-
return this.i.
|
|
730
|
+
return this.i.yx ? this.i.yx.left : NaN;
|
|
731
731
|
}
|
|
732
732
|
set summaryTitleTextMarginLeft(v) {
|
|
733
733
|
this.ensureSummaryTitleTextMargin();
|
|
734
|
-
this.i.
|
|
735
|
-
this._a("summaryTitleTextMarginLeft", this.i.
|
|
736
|
-
this.i.
|
|
734
|
+
this.i.yx.left = +v;
|
|
735
|
+
this._a("summaryTitleTextMarginLeft", this.i.yx.left);
|
|
736
|
+
this.i.yx = this.i.yx;
|
|
737
737
|
}
|
|
738
738
|
get summaryTitleTextMarginRight() {
|
|
739
|
-
return this.i.
|
|
739
|
+
return this.i.yx ? this.i.yx.right : NaN;
|
|
740
740
|
}
|
|
741
741
|
set summaryTitleTextMarginRight(v) {
|
|
742
742
|
this.ensureSummaryTitleTextMargin();
|
|
743
|
-
this.i.
|
|
744
|
-
this._a("summaryTitleTextMarginRight", this.i.
|
|
745
|
-
this.i.
|
|
743
|
+
this.i.yx.right = +v;
|
|
744
|
+
this._a("summaryTitleTextMarginRight", this.i.yx.right);
|
|
745
|
+
this.i.yx = this.i.yx;
|
|
746
746
|
}
|
|
747
747
|
get summaryTitleTextMarginTop() {
|
|
748
|
-
return this.i.
|
|
748
|
+
return this.i.yx ? this.i.yx.top : NaN;
|
|
749
749
|
}
|
|
750
750
|
set summaryTitleTextMarginTop(v) {
|
|
751
751
|
this.ensureSummaryTitleTextMargin();
|
|
752
|
-
this.i.
|
|
753
|
-
this._a("summaryTitleTextMarginTop", this.i.
|
|
754
|
-
this.i.
|
|
752
|
+
this.i.yx.top = +v;
|
|
753
|
+
this._a("summaryTitleTextMarginTop", this.i.yx.top);
|
|
754
|
+
this.i.yx = this.i.yx;
|
|
755
755
|
}
|
|
756
756
|
ensureSummaryTitleTextMargin() {
|
|
757
|
-
if (this.i.
|
|
757
|
+
if (this.i.yx) {
|
|
758
758
|
return;
|
|
759
759
|
}
|
|
760
|
-
this.i.
|
|
760
|
+
this.i.yx = new Thickness(2);
|
|
761
761
|
}
|
|
762
762
|
get summaryRowMarginBottom() {
|
|
763
|
-
return this.i.
|
|
763
|
+
return this.i.yw ? this.i.yw.bottom : NaN;
|
|
764
764
|
}
|
|
765
765
|
set summaryRowMarginBottom(v) {
|
|
766
766
|
this.ensureSummaryRowMargin();
|
|
767
|
-
this.i.
|
|
768
|
-
this._a("summaryRowMarginBottom", this.i.
|
|
769
|
-
this.i.
|
|
767
|
+
this.i.yw.bottom = +v;
|
|
768
|
+
this._a("summaryRowMarginBottom", this.i.yw.bottom);
|
|
769
|
+
this.i.yw = this.i.yw;
|
|
770
770
|
}
|
|
771
771
|
get summaryRowMarginLeft() {
|
|
772
|
-
return this.i.
|
|
772
|
+
return this.i.yw ? this.i.yw.left : NaN;
|
|
773
773
|
}
|
|
774
774
|
set summaryRowMarginLeft(v) {
|
|
775
775
|
this.ensureSummaryRowMargin();
|
|
776
|
-
this.i.
|
|
777
|
-
this._a("summaryRowMarginLeft", this.i.
|
|
778
|
-
this.i.
|
|
776
|
+
this.i.yw.left = +v;
|
|
777
|
+
this._a("summaryRowMarginLeft", this.i.yw.left);
|
|
778
|
+
this.i.yw = this.i.yw;
|
|
779
779
|
}
|
|
780
780
|
get summaryRowMarginRight() {
|
|
781
|
-
return this.i.
|
|
781
|
+
return this.i.yw ? this.i.yw.right : NaN;
|
|
782
782
|
}
|
|
783
783
|
set summaryRowMarginRight(v) {
|
|
784
784
|
this.ensureSummaryRowMargin();
|
|
785
|
-
this.i.
|
|
786
|
-
this._a("summaryRowMarginRight", this.i.
|
|
787
|
-
this.i.
|
|
785
|
+
this.i.yw.right = +v;
|
|
786
|
+
this._a("summaryRowMarginRight", this.i.yw.right);
|
|
787
|
+
this.i.yw = this.i.yw;
|
|
788
788
|
}
|
|
789
789
|
get summaryRowMarginTop() {
|
|
790
|
-
return this.i.
|
|
790
|
+
return this.i.yw ? this.i.yw.top : NaN;
|
|
791
791
|
}
|
|
792
792
|
set summaryRowMarginTop(v) {
|
|
793
793
|
this.ensureSummaryRowMargin();
|
|
794
|
-
this.i.
|
|
795
|
-
this._a("summaryRowMarginTop", this.i.
|
|
796
|
-
this.i.
|
|
794
|
+
this.i.yw.top = +v;
|
|
795
|
+
this._a("summaryRowMarginTop", this.i.yw.top);
|
|
796
|
+
this.i.yw = this.i.yw;
|
|
797
797
|
}
|
|
798
798
|
ensureSummaryRowMargin() {
|
|
799
|
-
if (this.i.
|
|
799
|
+
if (this.i.yw) {
|
|
800
800
|
return;
|
|
801
801
|
}
|
|
802
|
-
this.i.
|
|
802
|
+
this.i.yw = new Thickness(2);
|
|
803
803
|
}
|
|
804
804
|
/**
|
|
805
805
|
* Gets or sets the units text color.
|
|
806
806
|
*/
|
|
807
807
|
get summaryValueTextColor() {
|
|
808
|
-
return brushToString(this.i.
|
|
808
|
+
return brushToString(this.i.yi);
|
|
809
809
|
}
|
|
810
810
|
set summaryValueTextColor(v) {
|
|
811
|
-
this.i.
|
|
812
|
-
this._a("summaryValueTextColor", brushToString(this.i.
|
|
811
|
+
this.i.yi = stringToBrush(v);
|
|
812
|
+
this._a("summaryValueTextColor", brushToString(this.i.yi));
|
|
813
813
|
}
|
|
814
814
|
/**
|
|
815
815
|
* Gets or Sets the style to use for the units text.
|
|
816
816
|
*/
|
|
817
817
|
get summaryValueTextStyle() {
|
|
818
|
-
if (this.i.
|
|
818
|
+
if (this.i.sm == null) {
|
|
819
819
|
return null;
|
|
820
820
|
}
|
|
821
|
-
return this.i.
|
|
821
|
+
return this.i.sm.fontString;
|
|
822
822
|
}
|
|
823
823
|
set summaryValueTextStyle(v) {
|
|
824
824
|
let fi = new FontInfo();
|
|
825
825
|
fi.fontString = v;
|
|
826
|
-
this.i.
|
|
827
|
-
this._a("summaryValueTextStyle", this.i.
|
|
826
|
+
this.i.sm = fi;
|
|
827
|
+
this._a("summaryValueTextStyle", this.i.sm != null ? this.i.sm.fontString : "");
|
|
828
828
|
}
|
|
829
829
|
/**
|
|
830
830
|
* Gets or sets the units text for the data legend.
|
|
831
831
|
*/
|
|
832
832
|
get summaryLabelText() {
|
|
833
|
-
return this.i.
|
|
833
|
+
return this.i.va;
|
|
834
834
|
}
|
|
835
835
|
set summaryLabelText(v) {
|
|
836
|
-
this.i.
|
|
836
|
+
this.i.va = v;
|
|
837
837
|
}
|
|
838
838
|
/**
|
|
839
839
|
* Gets or sets the units text color.
|
|
840
840
|
*/
|
|
841
841
|
get summaryLabelTextColor() {
|
|
842
|
-
return brushToString(this.i.
|
|
842
|
+
return brushToString(this.i.yf);
|
|
843
843
|
}
|
|
844
844
|
set summaryLabelTextColor(v) {
|
|
845
|
-
this.i.
|
|
846
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
845
|
+
this.i.yf = stringToBrush(v);
|
|
846
|
+
this._a("summaryLabelTextColor", brushToString(this.i.yf));
|
|
847
847
|
}
|
|
848
848
|
/**
|
|
849
849
|
* Gets or Sets the style to use for the units text.
|
|
850
850
|
*/
|
|
851
851
|
get summaryLabelTextStyle() {
|
|
852
|
-
if (this.i.
|
|
852
|
+
if (this.i.sj == null) {
|
|
853
853
|
return null;
|
|
854
854
|
}
|
|
855
|
-
return this.i.
|
|
855
|
+
return this.i.sj.fontString;
|
|
856
856
|
}
|
|
857
857
|
set summaryLabelTextStyle(v) {
|
|
858
858
|
let fi = new FontInfo();
|
|
859
859
|
fi.fontString = v;
|
|
860
|
-
this.i.
|
|
861
|
-
this._a("summaryLabelTextStyle", this.i.
|
|
860
|
+
this.i.sj = fi;
|
|
861
|
+
this._a("summaryLabelTextStyle", this.i.sj != null ? this.i.sj.fontString : "");
|
|
862
862
|
}
|
|
863
863
|
/**
|
|
864
864
|
* Gets or sets the units text for the data legend.
|
|
865
865
|
*/
|
|
866
866
|
get summaryUnitsText() {
|
|
867
|
-
return this.i.
|
|
867
|
+
return this.i.vl;
|
|
868
868
|
}
|
|
869
869
|
set summaryUnitsText(v) {
|
|
870
|
-
this.i.
|
|
870
|
+
this.i.vl = v;
|
|
871
871
|
}
|
|
872
872
|
/**
|
|
873
873
|
* Gets or sets the units text color.
|
|
874
874
|
*/
|
|
875
875
|
get summaryUnitsTextColor() {
|
|
876
|
-
return brushToString(this.i.
|
|
876
|
+
return brushToString(this.i.yh);
|
|
877
877
|
}
|
|
878
878
|
set summaryUnitsTextColor(v) {
|
|
879
|
-
this.i.
|
|
880
|
-
this._a("summaryUnitsTextColor", brushToString(this.i.
|
|
879
|
+
this.i.yh = stringToBrush(v);
|
|
880
|
+
this._a("summaryUnitsTextColor", brushToString(this.i.yh));
|
|
881
881
|
}
|
|
882
882
|
/**
|
|
883
883
|
* Gets or Sets the style to use for the units text.
|
|
884
884
|
*/
|
|
885
885
|
get summaryUnitsTextStyle() {
|
|
886
|
-
if (this.i.
|
|
886
|
+
if (this.i.sl == null) {
|
|
887
887
|
return null;
|
|
888
888
|
}
|
|
889
|
-
return this.i.
|
|
889
|
+
return this.i.sl.fontString;
|
|
890
890
|
}
|
|
891
891
|
set summaryUnitsTextStyle(v) {
|
|
892
892
|
let fi = new FontInfo();
|
|
893
893
|
fi.fontString = v;
|
|
894
|
-
this.i.
|
|
895
|
-
this._a("summaryUnitsTextStyle", this.i.
|
|
894
|
+
this.i.sl = fi;
|
|
895
|
+
this._a("summaryUnitsTextStyle", this.i.sl != null ? this.i.sl.fontString : "");
|
|
896
896
|
}
|
|
897
897
|
get badgeMarginBottom() {
|
|
898
|
-
return this.i.
|
|
898
|
+
return this.i.ys ? this.i.ys.bottom : NaN;
|
|
899
899
|
}
|
|
900
900
|
set badgeMarginBottom(v) {
|
|
901
901
|
this.ensureBadgeMargin();
|
|
902
|
-
this.i.
|
|
903
|
-
this._a("badgeMarginBottom", this.i.
|
|
904
|
-
this.i.
|
|
902
|
+
this.i.ys.bottom = +v;
|
|
903
|
+
this._a("badgeMarginBottom", this.i.ys.bottom);
|
|
904
|
+
this.i.ys = this.i.ys;
|
|
905
905
|
}
|
|
906
906
|
get badgeMarginLeft() {
|
|
907
|
-
return this.i.
|
|
907
|
+
return this.i.ys ? this.i.ys.left : NaN;
|
|
908
908
|
}
|
|
909
909
|
set badgeMarginLeft(v) {
|
|
910
910
|
this.ensureBadgeMargin();
|
|
911
|
-
this.i.
|
|
912
|
-
this._a("badgeMarginLeft", this.i.
|
|
913
|
-
this.i.
|
|
911
|
+
this.i.ys.left = +v;
|
|
912
|
+
this._a("badgeMarginLeft", this.i.ys.left);
|
|
913
|
+
this.i.ys = this.i.ys;
|
|
914
914
|
}
|
|
915
915
|
get badgeMarginRight() {
|
|
916
|
-
return this.i.
|
|
916
|
+
return this.i.ys ? this.i.ys.right : NaN;
|
|
917
917
|
}
|
|
918
918
|
set badgeMarginRight(v) {
|
|
919
919
|
this.ensureBadgeMargin();
|
|
920
|
-
this.i.
|
|
921
|
-
this._a("badgeMarginRight", this.i.
|
|
922
|
-
this.i.
|
|
920
|
+
this.i.ys.right = +v;
|
|
921
|
+
this._a("badgeMarginRight", this.i.ys.right);
|
|
922
|
+
this.i.ys = this.i.ys;
|
|
923
923
|
}
|
|
924
924
|
get badgeMarginTop() {
|
|
925
|
-
return this.i.
|
|
925
|
+
return this.i.ys ? this.i.ys.top : NaN;
|
|
926
926
|
}
|
|
927
927
|
set badgeMarginTop(v) {
|
|
928
928
|
this.ensureBadgeMargin();
|
|
929
|
-
this.i.
|
|
930
|
-
this._a("badgeMarginTop", this.i.
|
|
931
|
-
this.i.
|
|
929
|
+
this.i.ys.top = +v;
|
|
930
|
+
this._a("badgeMarginTop", this.i.ys.top);
|
|
931
|
+
this.i.ys = this.i.ys;
|
|
932
932
|
}
|
|
933
933
|
ensureBadgeMargin() {
|
|
934
|
-
if (this.i.
|
|
934
|
+
if (this.i.ys) {
|
|
935
935
|
return;
|
|
936
936
|
}
|
|
937
|
-
this.i.
|
|
937
|
+
this.i.ys = new Thickness(2);
|
|
938
938
|
}
|
|
939
939
|
/**
|
|
940
940
|
* Gets or sets the BadgeShape for the data legend.
|
|
941
941
|
*/
|
|
942
942
|
get badgeShape() {
|
|
943
|
-
return this.i.
|
|
943
|
+
return this.i.r7;
|
|
944
944
|
}
|
|
945
945
|
set badgeShape(v) {
|
|
946
|
-
this.i.
|
|
947
|
-
this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
946
|
+
this.i.r7 = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
947
|
+
this._a("badgeShape", enumToString(LegendItemBadgeShape_$type, this.i.r7));
|
|
948
948
|
}
|
|
949
949
|
/**
|
|
950
950
|
* Gets or sets the UnitsMode for the data legend.
|
|
951
951
|
*/
|
|
952
952
|
get unitsDisplayMode() {
|
|
953
|
-
return this.i.
|
|
953
|
+
return this.i.rr;
|
|
954
954
|
}
|
|
955
955
|
set unitsDisplayMode(v) {
|
|
956
|
-
this.i.
|
|
957
|
-
this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.
|
|
956
|
+
this.i.rr = ensureEnum(DataLegendUnitsMode_$type, v);
|
|
957
|
+
this._a("unitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.rr));
|
|
958
958
|
}
|
|
959
959
|
/**
|
|
960
960
|
* Gets or sets the units text for the data legend.
|
|
961
961
|
*/
|
|
962
962
|
get unitsText() {
|
|
963
|
-
return this.i.
|
|
963
|
+
return this.i.vw;
|
|
964
964
|
}
|
|
965
965
|
set unitsText(v) {
|
|
966
|
-
this.i.
|
|
966
|
+
this.i.vw = v;
|
|
967
967
|
}
|
|
968
968
|
/**
|
|
969
969
|
* Gets or sets the units text color.
|
|
970
970
|
*/
|
|
971
971
|
get unitsTextColor() {
|
|
972
|
-
return brushToString(this.i.
|
|
972
|
+
return brushToString(this.i.yk);
|
|
973
973
|
}
|
|
974
974
|
set unitsTextColor(v) {
|
|
975
|
-
this.i.
|
|
976
|
-
this._a("unitsTextColor", brushToString(this.i.
|
|
975
|
+
this.i.yk = stringToBrush(v);
|
|
976
|
+
this._a("unitsTextColor", brushToString(this.i.yk));
|
|
977
977
|
}
|
|
978
978
|
get unitsTextMarginBottom() {
|
|
979
|
-
return this.i.
|
|
979
|
+
return this.i.yz ? this.i.yz.bottom : NaN;
|
|
980
980
|
}
|
|
981
981
|
set unitsTextMarginBottom(v) {
|
|
982
982
|
this.ensureUnitsTextMargin();
|
|
983
|
-
this.i.
|
|
984
|
-
this._a("unitsTextMarginBottom", this.i.
|
|
985
|
-
this.i.
|
|
983
|
+
this.i.yz.bottom = +v;
|
|
984
|
+
this._a("unitsTextMarginBottom", this.i.yz.bottom);
|
|
985
|
+
this.i.yz = this.i.yz;
|
|
986
986
|
}
|
|
987
987
|
get unitsTextMarginLeft() {
|
|
988
|
-
return this.i.
|
|
988
|
+
return this.i.yz ? this.i.yz.left : NaN;
|
|
989
989
|
}
|
|
990
990
|
set unitsTextMarginLeft(v) {
|
|
991
991
|
this.ensureUnitsTextMargin();
|
|
992
|
-
this.i.
|
|
993
|
-
this._a("unitsTextMarginLeft", this.i.
|
|
994
|
-
this.i.
|
|
992
|
+
this.i.yz.left = +v;
|
|
993
|
+
this._a("unitsTextMarginLeft", this.i.yz.left);
|
|
994
|
+
this.i.yz = this.i.yz;
|
|
995
995
|
}
|
|
996
996
|
get unitsTextMarginRight() {
|
|
997
|
-
return this.i.
|
|
997
|
+
return this.i.yz ? this.i.yz.right : NaN;
|
|
998
998
|
}
|
|
999
999
|
set unitsTextMarginRight(v) {
|
|
1000
1000
|
this.ensureUnitsTextMargin();
|
|
1001
|
-
this.i.
|
|
1002
|
-
this._a("unitsTextMarginRight", this.i.
|
|
1003
|
-
this.i.
|
|
1001
|
+
this.i.yz.right = +v;
|
|
1002
|
+
this._a("unitsTextMarginRight", this.i.yz.right);
|
|
1003
|
+
this.i.yz = this.i.yz;
|
|
1004
1004
|
}
|
|
1005
1005
|
get unitsTextMarginTop() {
|
|
1006
|
-
return this.i.
|
|
1006
|
+
return this.i.yz ? this.i.yz.top : NaN;
|
|
1007
1007
|
}
|
|
1008
1008
|
set unitsTextMarginTop(v) {
|
|
1009
1009
|
this.ensureUnitsTextMargin();
|
|
1010
|
-
this.i.
|
|
1011
|
-
this._a("unitsTextMarginTop", this.i.
|
|
1012
|
-
this.i.
|
|
1010
|
+
this.i.yz.top = +v;
|
|
1011
|
+
this._a("unitsTextMarginTop", this.i.yz.top);
|
|
1012
|
+
this.i.yz = this.i.yz;
|
|
1013
1013
|
}
|
|
1014
1014
|
ensureUnitsTextMargin() {
|
|
1015
|
-
if (this.i.
|
|
1015
|
+
if (this.i.yz) {
|
|
1016
1016
|
return;
|
|
1017
1017
|
}
|
|
1018
|
-
this.i.
|
|
1018
|
+
this.i.yz = new Thickness(2);
|
|
1019
1019
|
}
|
|
1020
1020
|
/**
|
|
1021
1021
|
* Gets or Sets the style to use for the units text.
|
|
1022
1022
|
*/
|
|
1023
1023
|
get unitsTextStyle() {
|
|
1024
|
-
if (this.i.
|
|
1024
|
+
if (this.i.so == null) {
|
|
1025
1025
|
return null;
|
|
1026
1026
|
}
|
|
1027
|
-
return this.i.
|
|
1027
|
+
return this.i.so.fontString;
|
|
1028
1028
|
}
|
|
1029
1029
|
set unitsTextStyle(v) {
|
|
1030
1030
|
let fi = new FontInfo();
|
|
1031
1031
|
fi.fontString = v;
|
|
1032
|
-
this.i.
|
|
1033
|
-
this._a("unitsTextStyle", this.i.
|
|
1032
|
+
this.i.so = fi;
|
|
1033
|
+
this._a("unitsTextStyle", this.i.so != null ? this.i.so.fontString : "");
|
|
1034
1034
|
}
|
|
1035
1035
|
get titleTextMarginBottom() {
|
|
1036
|
-
return this.i.
|
|
1036
|
+
return this.i.yy ? this.i.yy.bottom : NaN;
|
|
1037
1037
|
}
|
|
1038
1038
|
set titleTextMarginBottom(v) {
|
|
1039
1039
|
this.ensureTitleTextMargin();
|
|
1040
|
-
this.i.
|
|
1041
|
-
this._a("titleTextMarginBottom", this.i.
|
|
1042
|
-
this.i.
|
|
1040
|
+
this.i.yy.bottom = +v;
|
|
1041
|
+
this._a("titleTextMarginBottom", this.i.yy.bottom);
|
|
1042
|
+
this.i.yy = this.i.yy;
|
|
1043
1043
|
}
|
|
1044
1044
|
get titleTextMarginLeft() {
|
|
1045
|
-
return this.i.
|
|
1045
|
+
return this.i.yy ? this.i.yy.left : NaN;
|
|
1046
1046
|
}
|
|
1047
1047
|
set titleTextMarginLeft(v) {
|
|
1048
1048
|
this.ensureTitleTextMargin();
|
|
1049
|
-
this.i.
|
|
1050
|
-
this._a("titleTextMarginLeft", this.i.
|
|
1051
|
-
this.i.
|
|
1049
|
+
this.i.yy.left = +v;
|
|
1050
|
+
this._a("titleTextMarginLeft", this.i.yy.left);
|
|
1051
|
+
this.i.yy = this.i.yy;
|
|
1052
1052
|
}
|
|
1053
1053
|
get titleTextMarginRight() {
|
|
1054
|
-
return this.i.
|
|
1054
|
+
return this.i.yy ? this.i.yy.right : NaN;
|
|
1055
1055
|
}
|
|
1056
1056
|
set titleTextMarginRight(v) {
|
|
1057
1057
|
this.ensureTitleTextMargin();
|
|
1058
|
-
this.i.
|
|
1059
|
-
this._a("titleTextMarginRight", this.i.
|
|
1060
|
-
this.i.
|
|
1058
|
+
this.i.yy.right = +v;
|
|
1059
|
+
this._a("titleTextMarginRight", this.i.yy.right);
|
|
1060
|
+
this.i.yy = this.i.yy;
|
|
1061
1061
|
}
|
|
1062
1062
|
get titleTextMarginTop() {
|
|
1063
|
-
return this.i.
|
|
1063
|
+
return this.i.yy ? this.i.yy.top : NaN;
|
|
1064
1064
|
}
|
|
1065
1065
|
set titleTextMarginTop(v) {
|
|
1066
1066
|
this.ensureTitleTextMargin();
|
|
1067
|
-
this.i.
|
|
1068
|
-
this._a("titleTextMarginTop", this.i.
|
|
1069
|
-
this.i.
|
|
1067
|
+
this.i.yy.top = +v;
|
|
1068
|
+
this._a("titleTextMarginTop", this.i.yy.top);
|
|
1069
|
+
this.i.yy = this.i.yy;
|
|
1070
1070
|
}
|
|
1071
1071
|
ensureTitleTextMargin() {
|
|
1072
|
-
if (this.i.
|
|
1072
|
+
if (this.i.yy) {
|
|
1073
1073
|
return;
|
|
1074
1074
|
}
|
|
1075
|
-
this.i.
|
|
1075
|
+
this.i.yy = new Thickness(2);
|
|
1076
1076
|
}
|
|
1077
1077
|
/**
|
|
1078
1078
|
* Gets or sets the display text color.
|
|
1079
1079
|
*/
|
|
1080
1080
|
get titleTextColor() {
|
|
1081
|
-
return brushToString(this.i.
|
|
1081
|
+
return brushToString(this.i.yj);
|
|
1082
1082
|
}
|
|
1083
1083
|
set titleTextColor(v) {
|
|
1084
|
-
this.i.
|
|
1085
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
1084
|
+
this.i.yj = stringToBrush(v);
|
|
1085
|
+
this._a("titleTextColor", brushToString(this.i.yj));
|
|
1086
1086
|
}
|
|
1087
1087
|
/**
|
|
1088
1088
|
* Gets or Sets the style to use for the display text.
|
|
1089
1089
|
*/
|
|
1090
1090
|
get titleTextStyle() {
|
|
1091
|
-
if (this.i.
|
|
1091
|
+
if (this.i.sn == null) {
|
|
1092
1092
|
return null;
|
|
1093
1093
|
}
|
|
1094
|
-
return this.i.
|
|
1094
|
+
return this.i.sn.fontString;
|
|
1095
1095
|
}
|
|
1096
1096
|
set titleTextStyle(v) {
|
|
1097
1097
|
let fi = new FontInfo();
|
|
1098
1098
|
fi.fontString = v;
|
|
1099
|
-
this.i.
|
|
1100
|
-
this._a("titleTextStyle", this.i.
|
|
1099
|
+
this.i.sn = fi;
|
|
1100
|
+
this._a("titleTextStyle", this.i.sn != null ? this.i.sn.fontString : "");
|
|
1101
1101
|
}
|
|
1102
1102
|
/**
|
|
1103
1103
|
* Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
|
|
1104
1104
|
*/
|
|
1105
1105
|
get labelDisplayMode() {
|
|
1106
|
-
return this.i.
|
|
1106
|
+
return this.i.rp;
|
|
1107
1107
|
}
|
|
1108
1108
|
set labelDisplayMode(v) {
|
|
1109
|
-
this.i.
|
|
1110
|
-
this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.
|
|
1109
|
+
this.i.rp = ensureEnum(DataLegendLabelMode_$type, v);
|
|
1110
|
+
this._a("labelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.rp));
|
|
1111
1111
|
}
|
|
1112
1112
|
/**
|
|
1113
1113
|
* Gets or sets the units text color.
|
|
1114
1114
|
*/
|
|
1115
1115
|
get labelTextColor() {
|
|
1116
|
-
return brushToString(this.i.
|
|
1116
|
+
return brushToString(this.i.ye);
|
|
1117
1117
|
}
|
|
1118
1118
|
set labelTextColor(v) {
|
|
1119
|
-
this.i.
|
|
1120
|
-
this._a("labelTextColor", brushToString(this.i.
|
|
1119
|
+
this.i.ye = stringToBrush(v);
|
|
1120
|
+
this._a("labelTextColor", brushToString(this.i.ye));
|
|
1121
1121
|
}
|
|
1122
1122
|
get labelTextMarginBottom() {
|
|
1123
|
-
return this.i.
|
|
1123
|
+
return this.i.yv ? this.i.yv.bottom : NaN;
|
|
1124
1124
|
}
|
|
1125
1125
|
set labelTextMarginBottom(v) {
|
|
1126
1126
|
this.ensureLabelTextMargin();
|
|
1127
|
-
this.i.
|
|
1128
|
-
this._a("labelTextMarginBottom", this.i.
|
|
1129
|
-
this.i.
|
|
1127
|
+
this.i.yv.bottom = +v;
|
|
1128
|
+
this._a("labelTextMarginBottom", this.i.yv.bottom);
|
|
1129
|
+
this.i.yv = this.i.yv;
|
|
1130
1130
|
}
|
|
1131
1131
|
get labelTextMarginLeft() {
|
|
1132
|
-
return this.i.
|
|
1132
|
+
return this.i.yv ? this.i.yv.left : NaN;
|
|
1133
1133
|
}
|
|
1134
1134
|
set labelTextMarginLeft(v) {
|
|
1135
1135
|
this.ensureLabelTextMargin();
|
|
1136
|
-
this.i.
|
|
1137
|
-
this._a("labelTextMarginLeft", this.i.
|
|
1138
|
-
this.i.
|
|
1136
|
+
this.i.yv.left = +v;
|
|
1137
|
+
this._a("labelTextMarginLeft", this.i.yv.left);
|
|
1138
|
+
this.i.yv = this.i.yv;
|
|
1139
1139
|
}
|
|
1140
1140
|
get labelTextMarginRight() {
|
|
1141
|
-
return this.i.
|
|
1141
|
+
return this.i.yv ? this.i.yv.right : NaN;
|
|
1142
1142
|
}
|
|
1143
1143
|
set labelTextMarginRight(v) {
|
|
1144
1144
|
this.ensureLabelTextMargin();
|
|
1145
|
-
this.i.
|
|
1146
|
-
this._a("labelTextMarginRight", this.i.
|
|
1147
|
-
this.i.
|
|
1145
|
+
this.i.yv.right = +v;
|
|
1146
|
+
this._a("labelTextMarginRight", this.i.yv.right);
|
|
1147
|
+
this.i.yv = this.i.yv;
|
|
1148
1148
|
}
|
|
1149
1149
|
get labelTextMarginTop() {
|
|
1150
|
-
return this.i.
|
|
1150
|
+
return this.i.yv ? this.i.yv.top : NaN;
|
|
1151
1151
|
}
|
|
1152
1152
|
set labelTextMarginTop(v) {
|
|
1153
1153
|
this.ensureLabelTextMargin();
|
|
1154
|
-
this.i.
|
|
1155
|
-
this._a("labelTextMarginTop", this.i.
|
|
1156
|
-
this.i.
|
|
1154
|
+
this.i.yv.top = +v;
|
|
1155
|
+
this._a("labelTextMarginTop", this.i.yv.top);
|
|
1156
|
+
this.i.yv = this.i.yv;
|
|
1157
1157
|
}
|
|
1158
1158
|
ensureLabelTextMargin() {
|
|
1159
|
-
if (this.i.
|
|
1159
|
+
if (this.i.yv) {
|
|
1160
1160
|
return;
|
|
1161
1161
|
}
|
|
1162
|
-
this.i.
|
|
1162
|
+
this.i.yv = new Thickness(2);
|
|
1163
1163
|
}
|
|
1164
1164
|
/**
|
|
1165
1165
|
* Gets or Sets the style to use for the units text.
|
|
1166
1166
|
*/
|
|
1167
1167
|
get labelTextStyle() {
|
|
1168
|
-
if (this.i.
|
|
1168
|
+
if (this.i.si == null) {
|
|
1169
1169
|
return null;
|
|
1170
1170
|
}
|
|
1171
|
-
return this.i.
|
|
1171
|
+
return this.i.si.fontString;
|
|
1172
1172
|
}
|
|
1173
1173
|
set labelTextStyle(v) {
|
|
1174
1174
|
let fi = new FontInfo();
|
|
1175
1175
|
fi.fontString = v;
|
|
1176
|
-
this.i.
|
|
1177
|
-
this._a("labelTextStyle", this.i.
|
|
1176
|
+
this.i.si = fi;
|
|
1177
|
+
this._a("labelTextStyle", this.i.si != null ? this.i.si.fontString : "");
|
|
1178
1178
|
}
|
|
1179
1179
|
findByName(name) {
|
|
1180
1180
|
var baseResult = super.findByName(name);
|
|
@@ -1205,14 +1205,14 @@ export let IgcDataToolTipLayerComponent = /*@__PURE__*/ (() => {
|
|
|
1205
1205
|
|
|
1206
1206
|
*/
|
|
1207
1207
|
hideToolTips() {
|
|
1208
|
-
this.i.
|
|
1208
|
+
this.i.lg();
|
|
1209
1209
|
}
|
|
1210
1210
|
/**
|
|
1211
1211
|
* Hides any tooltips presented by the layer, if any.
|
|
1212
1212
|
|
|
1213
1213
|
*/
|
|
1214
1214
|
hideToolTipsImmediate() {
|
|
1215
|
-
this.i.
|
|
1215
|
+
this.i.lh();
|
|
1216
1216
|
}
|
|
1217
1217
|
}
|
|
1218
1218
|
IgcDataToolTipLayerComponent._observedAttributesIgcDataToolTipLayerComponent = null;
|