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