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
|
@@ -45,6 +45,9 @@ import { CalloutPlacementPositionsCollection as CalloutPlacementPositionsCollect
|
|
|
45
45
|
import { DataToolTipLayerGroupingMode_$type } from "igniteui-webcomponents-core";
|
|
46
46
|
import { DataTooltipGroupedPositionX_$type } from "igniteui-webcomponents-core";
|
|
47
47
|
import { DataTooltipGroupedPositionY_$type } from "igniteui-webcomponents-core";
|
|
48
|
+
import { IgcChartSummaryDescriptionCollection } from './igc-chart-summary-description-collection';
|
|
49
|
+
import { IgcChartSortDescriptionCollection } from './igc-chart-sort-description-collection';
|
|
50
|
+
import { IgcFilterExpressionCollection } from "igniteui-webcomponents-core";
|
|
48
51
|
var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
49
52
|
tslib_1.__extends(IgcDomainChartComponent, _super);
|
|
50
53
|
function IgcDomainChartComponent() {
|
|
@@ -226,11 +229,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
226
229
|
* to appear blurry.
|
|
227
230
|
*/
|
|
228
231
|
get: function () {
|
|
229
|
-
return this.i.
|
|
232
|
+
return this.i.ib;
|
|
230
233
|
},
|
|
231
234
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("pixelScalingRatio", this.i.
|
|
235
|
+
this.i.ib = +v;
|
|
236
|
+
this._a("pixelScalingRatio", this.i.ib);
|
|
234
237
|
},
|
|
235
238
|
enumerable: true,
|
|
236
239
|
configurable: true
|
|
@@ -246,11 +249,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
246
249
|
* ```
|
|
247
250
|
*/
|
|
248
251
|
get: function () {
|
|
249
|
-
return this.i.
|
|
252
|
+
return this.i.iq;
|
|
250
253
|
},
|
|
251
254
|
set: function (v) {
|
|
252
|
-
this.i.
|
|
253
|
-
this._a("titleLeftMargin", this.i.
|
|
255
|
+
this.i.iq = +v;
|
|
256
|
+
this._a("titleLeftMargin", this.i.iq);
|
|
254
257
|
},
|
|
255
258
|
enumerable: true,
|
|
256
259
|
configurable: true
|
|
@@ -266,11 +269,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
266
269
|
* ```
|
|
267
270
|
*/
|
|
268
271
|
get: function () {
|
|
269
|
-
return this.i.
|
|
272
|
+
return this.i.ir;
|
|
270
273
|
},
|
|
271
274
|
set: function (v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("titleRightMargin", this.i.
|
|
275
|
+
this.i.ir = +v;
|
|
276
|
+
this._a("titleRightMargin", this.i.ir);
|
|
274
277
|
},
|
|
275
278
|
enumerable: true,
|
|
276
279
|
configurable: true
|
|
@@ -286,11 +289,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
286
289
|
* ```
|
|
287
290
|
*/
|
|
288
291
|
get: function () {
|
|
289
|
-
return this.i.
|
|
292
|
+
return this.i.is;
|
|
290
293
|
},
|
|
291
294
|
set: function (v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("titleTopMargin", this.i.
|
|
295
|
+
this.i.is = +v;
|
|
296
|
+
this._a("titleTopMargin", this.i.is);
|
|
294
297
|
},
|
|
295
298
|
enumerable: true,
|
|
296
299
|
configurable: true
|
|
@@ -306,11 +309,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
306
309
|
* ```
|
|
307
310
|
*/
|
|
308
311
|
get: function () {
|
|
309
|
-
return this.i.
|
|
312
|
+
return this.i.ip;
|
|
310
313
|
},
|
|
311
314
|
set: function (v) {
|
|
312
|
-
this.i.
|
|
313
|
-
this._a("titleBottomMargin", this.i.
|
|
315
|
+
this.i.ip = +v;
|
|
316
|
+
this._a("titleBottomMargin", this.i.ip);
|
|
314
317
|
},
|
|
315
318
|
enumerable: true,
|
|
316
319
|
configurable: true
|
|
@@ -326,11 +329,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
326
329
|
* ```
|
|
327
330
|
*/
|
|
328
331
|
get: function () {
|
|
329
|
-
return this.i.
|
|
332
|
+
return this.i.ik;
|
|
330
333
|
},
|
|
331
334
|
set: function (v) {
|
|
332
|
-
this.i.
|
|
333
|
-
this._a("subtitleLeftMargin", this.i.
|
|
335
|
+
this.i.ik = +v;
|
|
336
|
+
this._a("subtitleLeftMargin", this.i.ik);
|
|
334
337
|
},
|
|
335
338
|
enumerable: true,
|
|
336
339
|
configurable: true
|
|
@@ -346,11 +349,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
349
|
* ```
|
|
347
350
|
*/
|
|
348
351
|
get: function () {
|
|
349
|
-
return this.i.
|
|
352
|
+
return this.i.im;
|
|
350
353
|
},
|
|
351
354
|
set: function (v) {
|
|
352
|
-
this.i.
|
|
353
|
-
this._a("subtitleTopMargin", this.i.
|
|
355
|
+
this.i.im = +v;
|
|
356
|
+
this._a("subtitleTopMargin", this.i.im);
|
|
354
357
|
},
|
|
355
358
|
enumerable: true,
|
|
356
359
|
configurable: true
|
|
@@ -366,11 +369,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
366
369
|
* ```
|
|
367
370
|
*/
|
|
368
371
|
get: function () {
|
|
369
|
-
return this.i.
|
|
372
|
+
return this.i.il;
|
|
370
373
|
},
|
|
371
374
|
set: function (v) {
|
|
372
|
-
this.i.
|
|
373
|
-
this._a("subtitleRightMargin", this.i.
|
|
375
|
+
this.i.il = +v;
|
|
376
|
+
this._a("subtitleRightMargin", this.i.il);
|
|
374
377
|
},
|
|
375
378
|
enumerable: true,
|
|
376
379
|
configurable: true
|
|
@@ -386,11 +389,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
389
|
* ```
|
|
387
390
|
*/
|
|
388
391
|
get: function () {
|
|
389
|
-
return this.i.
|
|
392
|
+
return this.i.ij;
|
|
390
393
|
},
|
|
391
394
|
set: function (v) {
|
|
392
|
-
this.i.
|
|
393
|
-
this._a("subtitleBottomMargin", this.i.
|
|
395
|
+
this.i.ij = +v;
|
|
396
|
+
this._a("subtitleBottomMargin", this.i.ij);
|
|
394
397
|
},
|
|
395
398
|
enumerable: true,
|
|
396
399
|
configurable: true
|
|
@@ -406,11 +409,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
406
409
|
* ```
|
|
407
410
|
*/
|
|
408
411
|
get: function () {
|
|
409
|
-
return brushToString(this.i.
|
|
412
|
+
return brushToString(this.i.uk);
|
|
410
413
|
},
|
|
411
414
|
set: function (v) {
|
|
412
|
-
this.i.
|
|
413
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
415
|
+
this.i.uk = stringToBrush(v);
|
|
416
|
+
this._a("subtitleTextColor", brushToString(this.i.uk));
|
|
414
417
|
},
|
|
415
418
|
enumerable: true,
|
|
416
419
|
configurable: true
|
|
@@ -426,11 +429,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
426
429
|
* ```
|
|
427
430
|
*/
|
|
428
431
|
get: function () {
|
|
429
|
-
return brushToString(this.i.
|
|
432
|
+
return brushToString(this.i.ul);
|
|
430
433
|
},
|
|
431
434
|
set: function (v) {
|
|
432
|
-
this.i.
|
|
433
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
435
|
+
this.i.ul = stringToBrush(v);
|
|
436
|
+
this._a("titleTextColor", brushToString(this.i.ul));
|
|
434
437
|
},
|
|
435
438
|
enumerable: true,
|
|
436
439
|
configurable: true
|
|
@@ -446,11 +449,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
446
449
|
* ```
|
|
447
450
|
*/
|
|
448
451
|
get: function () {
|
|
449
|
-
return this.i.
|
|
452
|
+
return this.i.h8;
|
|
450
453
|
},
|
|
451
454
|
set: function (v) {
|
|
452
|
-
this.i.
|
|
453
|
-
this._a("leftMargin", this.i.
|
|
455
|
+
this.i.h8 = +v;
|
|
456
|
+
this._a("leftMargin", this.i.h8);
|
|
454
457
|
},
|
|
455
458
|
enumerable: true,
|
|
456
459
|
configurable: true
|
|
@@ -466,11 +469,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
466
469
|
* ```
|
|
467
470
|
*/
|
|
468
471
|
get: function () {
|
|
469
|
-
return this.i.
|
|
472
|
+
return this.i.it;
|
|
470
473
|
},
|
|
471
474
|
set: function (v) {
|
|
472
|
-
this.i.
|
|
473
|
-
this._a("topMargin", this.i.
|
|
475
|
+
this.i.it = +v;
|
|
476
|
+
this._a("topMargin", this.i.it);
|
|
474
477
|
},
|
|
475
478
|
enumerable: true,
|
|
476
479
|
configurable: true
|
|
@@ -486,11 +489,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
486
489
|
* ```
|
|
487
490
|
*/
|
|
488
491
|
get: function () {
|
|
489
|
-
return this.i.
|
|
492
|
+
return this.i.ii;
|
|
490
493
|
},
|
|
491
494
|
set: function (v) {
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("rightMargin", this.i.
|
|
495
|
+
this.i.ii = +v;
|
|
496
|
+
this._a("rightMargin", this.i.ii);
|
|
494
497
|
},
|
|
495
498
|
enumerable: true,
|
|
496
499
|
configurable: true
|
|
@@ -506,11 +509,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
506
509
|
* ```
|
|
507
510
|
*/
|
|
508
511
|
get: function () {
|
|
509
|
-
return this.i.
|
|
512
|
+
return this.i.hv;
|
|
510
513
|
},
|
|
511
514
|
set: function (v) {
|
|
512
|
-
this.i.
|
|
513
|
-
this._a("bottomMargin", this.i.
|
|
515
|
+
this.i.hv = +v;
|
|
516
|
+
this._a("bottomMargin", this.i.hv);
|
|
514
517
|
},
|
|
515
518
|
enumerable: true,
|
|
516
519
|
configurable: true
|
|
@@ -526,11 +529,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
526
529
|
* ```
|
|
527
530
|
*/
|
|
528
531
|
get: function () {
|
|
529
|
-
return this.i.
|
|
532
|
+
return this.i.jn;
|
|
530
533
|
},
|
|
531
534
|
set: function (v) {
|
|
532
|
-
this.i.
|
|
533
|
-
this._a("transitionDuration", this.i.
|
|
535
|
+
this.i.jn = +v;
|
|
536
|
+
this._a("transitionDuration", this.i.jn);
|
|
534
537
|
},
|
|
535
538
|
enumerable: true,
|
|
536
539
|
configurable: true
|
|
@@ -552,10 +555,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
552
555
|
* ```
|
|
553
556
|
*/
|
|
554
557
|
get: function () {
|
|
555
|
-
return this.i.
|
|
558
|
+
return this.i.dv;
|
|
556
559
|
},
|
|
557
560
|
set: function (v) {
|
|
558
|
-
this.i.
|
|
561
|
+
this.i.dv = v;
|
|
559
562
|
},
|
|
560
563
|
enumerable: true,
|
|
561
564
|
configurable: true
|
|
@@ -571,10 +574,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
571
574
|
* ```
|
|
572
575
|
*/
|
|
573
576
|
get: function () {
|
|
574
|
-
return this.i.
|
|
577
|
+
return this.i.ps;
|
|
575
578
|
},
|
|
576
579
|
set: function (v) {
|
|
577
|
-
this.i.
|
|
580
|
+
this.i.ps = v;
|
|
578
581
|
},
|
|
579
582
|
enumerable: true,
|
|
580
583
|
configurable: true
|
|
@@ -590,21 +593,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
590
593
|
* ```
|
|
591
594
|
*/
|
|
592
595
|
get: function () {
|
|
593
|
-
return this.i.
|
|
596
|
+
return this.i.p3;
|
|
594
597
|
},
|
|
595
598
|
set: function (v) {
|
|
596
|
-
this.i.
|
|
599
|
+
this.i.p3 = v;
|
|
597
600
|
},
|
|
598
601
|
enumerable: true,
|
|
599
602
|
configurable: true
|
|
600
603
|
});
|
|
601
604
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipGroupingMode", {
|
|
602
605
|
get: function () {
|
|
603
|
-
return this.i.
|
|
606
|
+
return this.i.bt;
|
|
604
607
|
},
|
|
605
608
|
set: function (v) {
|
|
606
|
-
this.i.
|
|
607
|
-
this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
609
|
+
this.i.bt = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
610
|
+
this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.bt));
|
|
608
611
|
},
|
|
609
612
|
enumerable: true,
|
|
610
613
|
configurable: true
|
|
@@ -614,11 +617,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
614
617
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
615
618
|
*/
|
|
616
619
|
get: function () {
|
|
617
|
-
return this.i.
|
|
620
|
+
return this.i.hz;
|
|
618
621
|
},
|
|
619
622
|
set: function (v) {
|
|
620
|
-
this.i.
|
|
621
|
-
this._a("dataToolTipPositionOffsetX", this.i.
|
|
623
|
+
this.i.hz = +v;
|
|
624
|
+
this._a("dataToolTipPositionOffsetX", this.i.hz);
|
|
622
625
|
},
|
|
623
626
|
enumerable: true,
|
|
624
627
|
configurable: true
|
|
@@ -628,11 +631,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
628
631
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
629
632
|
*/
|
|
630
633
|
get: function () {
|
|
631
|
-
return this.i.
|
|
634
|
+
return this.i.h0;
|
|
632
635
|
},
|
|
633
636
|
set: function (v) {
|
|
634
|
-
this.i.
|
|
635
|
-
this._a("dataToolTipPositionOffsetY", this.i.
|
|
637
|
+
this.i.h0 = +v;
|
|
638
|
+
this._a("dataToolTipPositionOffsetY", this.i.h0);
|
|
636
639
|
},
|
|
637
640
|
enumerable: true,
|
|
638
641
|
configurable: true
|
|
@@ -642,11 +645,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
642
645
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
643
646
|
*/
|
|
644
647
|
get: function () {
|
|
645
|
-
return this.i.
|
|
648
|
+
return this.i.hx;
|
|
646
649
|
},
|
|
647
650
|
set: function (v) {
|
|
648
|
-
this.i.
|
|
649
|
-
this._a("dataToolTipDefaultPositionOffsetX", this.i.
|
|
651
|
+
this.i.hx = +v;
|
|
652
|
+
this._a("dataToolTipDefaultPositionOffsetX", this.i.hx);
|
|
650
653
|
},
|
|
651
654
|
enumerable: true,
|
|
652
655
|
configurable: true
|
|
@@ -656,11 +659,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
656
659
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
657
660
|
*/
|
|
658
661
|
get: function () {
|
|
659
|
-
return this.i.
|
|
662
|
+
return this.i.hy;
|
|
660
663
|
},
|
|
661
664
|
set: function (v) {
|
|
662
|
-
this.i.
|
|
663
|
-
this._a("dataToolTipDefaultPositionOffsetY", this.i.
|
|
665
|
+
this.i.hy = +v;
|
|
666
|
+
this._a("dataToolTipDefaultPositionOffsetY", this.i.hy);
|
|
664
667
|
},
|
|
665
668
|
enumerable: true,
|
|
666
669
|
configurable: true
|
|
@@ -670,11 +673,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
670
673
|
* Gets or sets the tooltip position mode on the X axis for grouped series.
|
|
671
674
|
*/
|
|
672
675
|
get: function () {
|
|
673
|
-
return this.i.
|
|
676
|
+
return this.i.bp;
|
|
674
677
|
},
|
|
675
678
|
set: function (v) {
|
|
676
|
-
this.i.
|
|
677
|
-
this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
679
|
+
this.i.bp = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
680
|
+
this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.bp));
|
|
678
681
|
},
|
|
679
682
|
enumerable: true,
|
|
680
683
|
configurable: true
|
|
@@ -684,11 +687,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
684
687
|
* Gets or sets the tooltip position mode on the Y axis for grouped series.
|
|
685
688
|
*/
|
|
686
689
|
get: function () {
|
|
687
|
-
return this.i.
|
|
690
|
+
return this.i.br;
|
|
688
691
|
},
|
|
689
692
|
set: function (v) {
|
|
690
|
-
this.i.
|
|
691
|
-
this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
693
|
+
this.i.br = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
694
|
+
this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.br));
|
|
692
695
|
},
|
|
693
696
|
enumerable: true,
|
|
694
697
|
configurable: true
|
|
@@ -698,11 +701,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
698
701
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
699
702
|
*/
|
|
700
703
|
get: function () {
|
|
701
|
-
return this.i.
|
|
704
|
+
return this.i.ff;
|
|
702
705
|
},
|
|
703
706
|
set: function (v) {
|
|
704
|
-
this.i.
|
|
705
|
-
this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.
|
|
707
|
+
this.i.ff = ensureBool(v);
|
|
708
|
+
this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.ff);
|
|
706
709
|
},
|
|
707
710
|
enumerable: true,
|
|
708
711
|
configurable: true
|
|
@@ -784,11 +787,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
784
787
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
785
788
|
*/
|
|
786
789
|
get: function () {
|
|
787
|
-
return this.i.
|
|
790
|
+
return this.i.a9;
|
|
788
791
|
},
|
|
789
792
|
set: function (v) {
|
|
790
|
-
this.i.
|
|
791
|
-
this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.
|
|
793
|
+
this.i.a9 = ensureEnum(DataAbbreviationMode_$type, v);
|
|
794
|
+
this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.a9));
|
|
792
795
|
},
|
|
793
796
|
enumerable: true,
|
|
794
797
|
configurable: true
|
|
@@ -799,11 +802,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
799
802
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
800
803
|
*/
|
|
801
804
|
get: function () {
|
|
802
|
-
return this.i.
|
|
805
|
+
return this.i.jj;
|
|
803
806
|
},
|
|
804
807
|
set: function (v) {
|
|
805
|
-
this.i.
|
|
806
|
-
this._a("dataToolTipValueFormatMaxFractions", this.i.
|
|
808
|
+
this.i.jj = +v;
|
|
809
|
+
this._a("dataToolTipValueFormatMaxFractions", this.i.jj);
|
|
807
810
|
},
|
|
808
811
|
enumerable: true,
|
|
809
812
|
configurable: true
|
|
@@ -814,11 +817,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
814
817
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
815
818
|
*/
|
|
816
819
|
get: function () {
|
|
817
|
-
return this.i.
|
|
820
|
+
return this.i.jk;
|
|
818
821
|
},
|
|
819
822
|
set: function (v) {
|
|
820
|
-
this.i.
|
|
821
|
-
this._a("dataToolTipValueFormatMinFractions", this.i.
|
|
823
|
+
this.i.jk = +v;
|
|
824
|
+
this._a("dataToolTipValueFormatMinFractions", this.i.jk);
|
|
822
825
|
},
|
|
823
826
|
enumerable: true,
|
|
824
827
|
configurable: true
|
|
@@ -828,11 +831,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
831
|
* Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
|
|
829
832
|
*/
|
|
830
833
|
get: function () {
|
|
831
|
-
return this.i.
|
|
834
|
+
return this.i.bn;
|
|
832
835
|
},
|
|
833
836
|
set: function (v) {
|
|
834
|
-
this.i.
|
|
835
|
-
this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.
|
|
837
|
+
this.i.bn = ensureEnum(DataLegendValueMode_$type, v);
|
|
838
|
+
this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.bn));
|
|
836
839
|
},
|
|
837
840
|
enumerable: true,
|
|
838
841
|
configurable: true
|
|
@@ -843,25 +846,25 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
843
846
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
844
847
|
*/
|
|
845
848
|
get: function () {
|
|
846
|
-
return this.i.
|
|
849
|
+
return this.i.nc;
|
|
847
850
|
},
|
|
848
851
|
set: function (v) {
|
|
849
|
-
this.i.
|
|
852
|
+
this.i.nc = v;
|
|
850
853
|
},
|
|
851
854
|
enumerable: true,
|
|
852
855
|
configurable: true
|
|
853
856
|
});
|
|
854
857
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueFormatUseGrouping", {
|
|
855
858
|
/**
|
|
856
|
-
* Gets or sets whether or not use
|
|
859
|
+
* Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
|
|
857
860
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
858
861
|
*/
|
|
859
862
|
get: function () {
|
|
860
|
-
return this.i.
|
|
863
|
+
return this.i.fg;
|
|
861
864
|
},
|
|
862
865
|
set: function (v) {
|
|
863
|
-
this.i.
|
|
864
|
-
this._a("dataToolTipValueFormatUseGrouping", this.i.
|
|
866
|
+
this.i.fg = ensureBool(v);
|
|
867
|
+
this._a("dataToolTipValueFormatUseGrouping", this.i.fg);
|
|
865
868
|
},
|
|
866
869
|
enumerable: true,
|
|
867
870
|
configurable: true
|
|
@@ -871,10 +874,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
871
874
|
* Gets or sets the format string for values displayed in the data legend.
|
|
872
875
|
*/
|
|
873
876
|
get: function () {
|
|
874
|
-
return this.i.
|
|
877
|
+
return this.i.ni;
|
|
875
878
|
},
|
|
876
879
|
set: function (v) {
|
|
877
|
-
this.i.
|
|
880
|
+
this.i.ni = v;
|
|
878
881
|
},
|
|
879
882
|
enumerable: true,
|
|
880
883
|
configurable: true
|
|
@@ -898,72 +901,72 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
898
901
|
});
|
|
899
902
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginBottom", {
|
|
900
903
|
get: function () {
|
|
901
|
-
return this.i.
|
|
904
|
+
return this.i.va ? this.i.va.bottom : NaN;
|
|
902
905
|
},
|
|
903
906
|
set: function (v) {
|
|
904
907
|
this.ensureDataToolTipValueRowMargin();
|
|
905
|
-
this.i.
|
|
906
|
-
this._a("dataToolTipValueRowMarginBottom", this.i.
|
|
907
|
-
this.i.
|
|
908
|
+
this.i.va.bottom = +v;
|
|
909
|
+
this._a("dataToolTipValueRowMarginBottom", this.i.va.bottom);
|
|
910
|
+
this.i.va = this.i.va;
|
|
908
911
|
},
|
|
909
912
|
enumerable: true,
|
|
910
913
|
configurable: true
|
|
911
914
|
});
|
|
912
915
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginLeft", {
|
|
913
916
|
get: function () {
|
|
914
|
-
return this.i.
|
|
917
|
+
return this.i.va ? this.i.va.left : NaN;
|
|
915
918
|
},
|
|
916
919
|
set: function (v) {
|
|
917
920
|
this.ensureDataToolTipValueRowMargin();
|
|
918
|
-
this.i.
|
|
919
|
-
this._a("dataToolTipValueRowMarginLeft", this.i.
|
|
920
|
-
this.i.
|
|
921
|
+
this.i.va.left = +v;
|
|
922
|
+
this._a("dataToolTipValueRowMarginLeft", this.i.va.left);
|
|
923
|
+
this.i.va = this.i.va;
|
|
921
924
|
},
|
|
922
925
|
enumerable: true,
|
|
923
926
|
configurable: true
|
|
924
927
|
});
|
|
925
928
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginRight", {
|
|
926
929
|
get: function () {
|
|
927
|
-
return this.i.
|
|
930
|
+
return this.i.va ? this.i.va.right : NaN;
|
|
928
931
|
},
|
|
929
932
|
set: function (v) {
|
|
930
933
|
this.ensureDataToolTipValueRowMargin();
|
|
931
|
-
this.i.
|
|
932
|
-
this._a("dataToolTipValueRowMarginRight", this.i.
|
|
933
|
-
this.i.
|
|
934
|
+
this.i.va.right = +v;
|
|
935
|
+
this._a("dataToolTipValueRowMarginRight", this.i.va.right);
|
|
936
|
+
this.i.va = this.i.va;
|
|
934
937
|
},
|
|
935
938
|
enumerable: true,
|
|
936
939
|
configurable: true
|
|
937
940
|
});
|
|
938
941
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginTop", {
|
|
939
942
|
get: function () {
|
|
940
|
-
return this.i.
|
|
943
|
+
return this.i.va ? this.i.va.top : NaN;
|
|
941
944
|
},
|
|
942
945
|
set: function (v) {
|
|
943
946
|
this.ensureDataToolTipValueRowMargin();
|
|
944
|
-
this.i.
|
|
945
|
-
this._a("dataToolTipValueRowMarginTop", this.i.
|
|
946
|
-
this.i.
|
|
947
|
+
this.i.va.top = +v;
|
|
948
|
+
this._a("dataToolTipValueRowMarginTop", this.i.va.top);
|
|
949
|
+
this.i.va = this.i.va;
|
|
947
950
|
},
|
|
948
951
|
enumerable: true,
|
|
949
952
|
configurable: true
|
|
950
953
|
});
|
|
951
954
|
IgcDomainChartComponent.prototype.ensureDataToolTipValueRowMargin = function () {
|
|
952
|
-
if (this.i.
|
|
955
|
+
if (this.i.va) {
|
|
953
956
|
return;
|
|
954
957
|
}
|
|
955
|
-
this.i.
|
|
958
|
+
this.i.va = new Thickness(2);
|
|
956
959
|
};
|
|
957
960
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowVisible", {
|
|
958
961
|
/**
|
|
959
962
|
* Gets or sets whether to show series rows.
|
|
960
963
|
*/
|
|
961
964
|
get: function () {
|
|
962
|
-
return this.i.
|
|
965
|
+
return this.i.fh;
|
|
963
966
|
},
|
|
964
967
|
set: function (v) {
|
|
965
|
-
this.i.
|
|
966
|
-
this._a("dataToolTipValueRowVisible", this.i.
|
|
968
|
+
this.i.fh = ensureBool(v);
|
|
969
|
+
this._a("dataToolTipValueRowVisible", this.i.fh);
|
|
967
970
|
},
|
|
968
971
|
enumerable: true,
|
|
969
972
|
configurable: true
|
|
@@ -973,10 +976,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
973
976
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
974
977
|
*/
|
|
975
978
|
get: function () {
|
|
976
|
-
return this.i.
|
|
979
|
+
return this.i.nr;
|
|
977
980
|
},
|
|
978
981
|
set: function (v) {
|
|
979
|
-
this.i.
|
|
982
|
+
this.i.nr = v;
|
|
980
983
|
},
|
|
981
984
|
enumerable: true,
|
|
982
985
|
configurable: true
|
|
@@ -986,83 +989,83 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
986
989
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
987
990
|
*/
|
|
988
991
|
get: function () {
|
|
989
|
-
return this.i.
|
|
992
|
+
return this.i.fi;
|
|
990
993
|
},
|
|
991
994
|
set: function (v) {
|
|
992
|
-
this.i.
|
|
993
|
-
this._a("dataToolTipValueTextUseSeriesColors", this.i.
|
|
995
|
+
this.i.fi = ensureBool(v);
|
|
996
|
+
this._a("dataToolTipValueTextUseSeriesColors", this.i.fi);
|
|
994
997
|
},
|
|
995
998
|
enumerable: true,
|
|
996
999
|
configurable: true
|
|
997
1000
|
});
|
|
998
1001
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginBottom", {
|
|
999
1002
|
get: function () {
|
|
1000
|
-
return this.i.
|
|
1003
|
+
return this.i.vb ? this.i.vb.bottom : NaN;
|
|
1001
1004
|
},
|
|
1002
1005
|
set: function (v) {
|
|
1003
1006
|
this.ensureDataToolTipValueTextMargin();
|
|
1004
|
-
this.i.
|
|
1005
|
-
this._a("dataToolTipValueTextMarginBottom", this.i.
|
|
1006
|
-
this.i.
|
|
1007
|
+
this.i.vb.bottom = +v;
|
|
1008
|
+
this._a("dataToolTipValueTextMarginBottom", this.i.vb.bottom);
|
|
1009
|
+
this.i.vb = this.i.vb;
|
|
1007
1010
|
},
|
|
1008
1011
|
enumerable: true,
|
|
1009
1012
|
configurable: true
|
|
1010
1013
|
});
|
|
1011
1014
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginLeft", {
|
|
1012
1015
|
get: function () {
|
|
1013
|
-
return this.i.
|
|
1016
|
+
return this.i.vb ? this.i.vb.left : NaN;
|
|
1014
1017
|
},
|
|
1015
1018
|
set: function (v) {
|
|
1016
1019
|
this.ensureDataToolTipValueTextMargin();
|
|
1017
|
-
this.i.
|
|
1018
|
-
this._a("dataToolTipValueTextMarginLeft", this.i.
|
|
1019
|
-
this.i.
|
|
1020
|
+
this.i.vb.left = +v;
|
|
1021
|
+
this._a("dataToolTipValueTextMarginLeft", this.i.vb.left);
|
|
1022
|
+
this.i.vb = this.i.vb;
|
|
1020
1023
|
},
|
|
1021
1024
|
enumerable: true,
|
|
1022
1025
|
configurable: true
|
|
1023
1026
|
});
|
|
1024
1027
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginRight", {
|
|
1025
1028
|
get: function () {
|
|
1026
|
-
return this.i.
|
|
1029
|
+
return this.i.vb ? this.i.vb.right : NaN;
|
|
1027
1030
|
},
|
|
1028
1031
|
set: function (v) {
|
|
1029
1032
|
this.ensureDataToolTipValueTextMargin();
|
|
1030
|
-
this.i.
|
|
1031
|
-
this._a("dataToolTipValueTextMarginRight", this.i.
|
|
1032
|
-
this.i.
|
|
1033
|
+
this.i.vb.right = +v;
|
|
1034
|
+
this._a("dataToolTipValueTextMarginRight", this.i.vb.right);
|
|
1035
|
+
this.i.vb = this.i.vb;
|
|
1033
1036
|
},
|
|
1034
1037
|
enumerable: true,
|
|
1035
1038
|
configurable: true
|
|
1036
1039
|
});
|
|
1037
1040
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginTop", {
|
|
1038
1041
|
get: function () {
|
|
1039
|
-
return this.i.
|
|
1042
|
+
return this.i.vb ? this.i.vb.top : NaN;
|
|
1040
1043
|
},
|
|
1041
1044
|
set: function (v) {
|
|
1042
1045
|
this.ensureDataToolTipValueTextMargin();
|
|
1043
|
-
this.i.
|
|
1044
|
-
this._a("dataToolTipValueTextMarginTop", this.i.
|
|
1045
|
-
this.i.
|
|
1046
|
+
this.i.vb.top = +v;
|
|
1047
|
+
this._a("dataToolTipValueTextMarginTop", this.i.vb.top);
|
|
1048
|
+
this.i.vb = this.i.vb;
|
|
1046
1049
|
},
|
|
1047
1050
|
enumerable: true,
|
|
1048
1051
|
configurable: true
|
|
1049
1052
|
});
|
|
1050
1053
|
IgcDomainChartComponent.prototype.ensureDataToolTipValueTextMargin = function () {
|
|
1051
|
-
if (this.i.
|
|
1054
|
+
if (this.i.vb) {
|
|
1052
1055
|
return;
|
|
1053
1056
|
}
|
|
1054
|
-
this.i.
|
|
1057
|
+
this.i.vb = new Thickness(2);
|
|
1055
1058
|
};
|
|
1056
1059
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextColor", {
|
|
1057
1060
|
/**
|
|
1058
1061
|
* Gets or sets the units text color.
|
|
1059
1062
|
*/
|
|
1060
1063
|
get: function () {
|
|
1061
|
-
return brushToString(this.i.
|
|
1064
|
+
return brushToString(this.i.ua);
|
|
1062
1065
|
},
|
|
1063
1066
|
set: function (v) {
|
|
1064
|
-
this.i.
|
|
1065
|
-
this._a("dataToolTipValueTextColor", brushToString(this.i.
|
|
1067
|
+
this.i.ua = stringToBrush(v);
|
|
1068
|
+
this._a("dataToolTipValueTextColor", brushToString(this.i.ua));
|
|
1066
1069
|
},
|
|
1067
1070
|
enumerable: true,
|
|
1068
1071
|
configurable: true
|
|
@@ -1072,16 +1075,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1072
1075
|
* Gets or Sets the style to use for the units text.
|
|
1073
1076
|
*/
|
|
1074
1077
|
get: function () {
|
|
1075
|
-
if (this.i.
|
|
1078
|
+
if (this.i.ed == null) {
|
|
1076
1079
|
return null;
|
|
1077
1080
|
}
|
|
1078
|
-
return this.i.
|
|
1081
|
+
return this.i.ed.fontString;
|
|
1079
1082
|
},
|
|
1080
1083
|
set: function (v) {
|
|
1081
1084
|
var fi = new FontInfo();
|
|
1082
1085
|
fi.fontString = v;
|
|
1083
|
-
this.i.
|
|
1084
|
-
this._a("dataToolTipValueTextStyle", this.i.
|
|
1086
|
+
this.i.ed = fi;
|
|
1087
|
+
this._a("dataToolTipValueTextStyle", this.i.ed != null ? this.i.ed.fontString : "");
|
|
1085
1088
|
},
|
|
1086
1089
|
enumerable: true,
|
|
1087
1090
|
configurable: true
|
|
@@ -1091,10 +1094,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1091
1094
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
1092
1095
|
*/
|
|
1093
1096
|
get: function () {
|
|
1094
|
-
return this.i.
|
|
1097
|
+
return this.i.l2;
|
|
1095
1098
|
},
|
|
1096
1099
|
set: function (v) {
|
|
1097
|
-
this.i.
|
|
1100
|
+
this.i.l2 = v;
|
|
1098
1101
|
},
|
|
1099
1102
|
enumerable: true,
|
|
1100
1103
|
configurable: true
|
|
@@ -1122,10 +1125,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1122
1125
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
1123
1126
|
*/
|
|
1124
1127
|
get: function () {
|
|
1125
|
-
return this.i.
|
|
1128
|
+
return this.i.ly;
|
|
1126
1129
|
},
|
|
1127
1130
|
set: function (v) {
|
|
1128
|
-
this.i.
|
|
1131
|
+
this.i.ly = v;
|
|
1129
1132
|
},
|
|
1130
1133
|
enumerable: true,
|
|
1131
1134
|
configurable: true
|
|
@@ -1136,11 +1139,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1136
1139
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
1137
1140
|
*/
|
|
1138
1141
|
get: function () {
|
|
1139
|
-
return this.i.
|
|
1142
|
+
return this.i.bd;
|
|
1140
1143
|
},
|
|
1141
1144
|
set: function (v) {
|
|
1142
|
-
this.i.
|
|
1143
|
-
this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.
|
|
1145
|
+
this.i.bd = ensureEnum(DataLegendHeaderDateMode_$type, v);
|
|
1146
|
+
this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.bd));
|
|
1144
1147
|
},
|
|
1145
1148
|
enumerable: true,
|
|
1146
1149
|
configurable: true
|
|
@@ -1151,11 +1154,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1151
1154
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
1152
1155
|
*/
|
|
1153
1156
|
get: function () {
|
|
1154
|
-
return this.i.
|
|
1157
|
+
return this.i.bf;
|
|
1155
1158
|
},
|
|
1156
1159
|
set: function (v) {
|
|
1157
|
-
this.i.
|
|
1158
|
-
this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.
|
|
1160
|
+
this.i.bf = ensureEnum(DataLegendHeaderTimeMode_$type, v);
|
|
1161
|
+
this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.bf));
|
|
1159
1162
|
},
|
|
1160
1163
|
enumerable: true,
|
|
1161
1164
|
configurable: true
|
|
@@ -1165,10 +1168,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1165
1168
|
* Gets or sets the HeaderText for the data legend.
|
|
1166
1169
|
*/
|
|
1167
1170
|
get: function () {
|
|
1168
|
-
return this.i.
|
|
1171
|
+
return this.i.l7;
|
|
1169
1172
|
},
|
|
1170
1173
|
set: function (v) {
|
|
1171
|
-
this.i.
|
|
1174
|
+
this.i.l7 = v;
|
|
1172
1175
|
},
|
|
1173
1176
|
enumerable: true,
|
|
1174
1177
|
configurable: true
|
|
@@ -1178,141 +1181,141 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1178
1181
|
* Gets or sets the header text color.
|
|
1179
1182
|
*/
|
|
1180
1183
|
get: function () {
|
|
1181
|
-
return brushToString(this.i.
|
|
1184
|
+
return brushToString(this.i.t2);
|
|
1182
1185
|
},
|
|
1183
1186
|
set: function (v) {
|
|
1184
|
-
this.i.
|
|
1185
|
-
this._a("dataToolTipHeaderTextColor", brushToString(this.i.
|
|
1187
|
+
this.i.t2 = stringToBrush(v);
|
|
1188
|
+
this._a("dataToolTipHeaderTextColor", brushToString(this.i.t2));
|
|
1186
1189
|
},
|
|
1187
1190
|
enumerable: true,
|
|
1188
1191
|
configurable: true
|
|
1189
1192
|
});
|
|
1190
1193
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginBottom", {
|
|
1191
1194
|
get: function () {
|
|
1192
|
-
return this.i.
|
|
1195
|
+
return this.i.u4 ? this.i.u4.bottom : NaN;
|
|
1193
1196
|
},
|
|
1194
1197
|
set: function (v) {
|
|
1195
1198
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1196
|
-
this.i.
|
|
1197
|
-
this._a("dataToolTipHeaderTextMarginBottom", this.i.
|
|
1198
|
-
this.i.
|
|
1199
|
+
this.i.u4.bottom = +v;
|
|
1200
|
+
this._a("dataToolTipHeaderTextMarginBottom", this.i.u4.bottom);
|
|
1201
|
+
this.i.u4 = this.i.u4;
|
|
1199
1202
|
},
|
|
1200
1203
|
enumerable: true,
|
|
1201
1204
|
configurable: true
|
|
1202
1205
|
});
|
|
1203
1206
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginLeft", {
|
|
1204
1207
|
get: function () {
|
|
1205
|
-
return this.i.
|
|
1208
|
+
return this.i.u4 ? this.i.u4.left : NaN;
|
|
1206
1209
|
},
|
|
1207
1210
|
set: function (v) {
|
|
1208
1211
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1209
|
-
this.i.
|
|
1210
|
-
this._a("dataToolTipHeaderTextMarginLeft", this.i.
|
|
1211
|
-
this.i.
|
|
1212
|
+
this.i.u4.left = +v;
|
|
1213
|
+
this._a("dataToolTipHeaderTextMarginLeft", this.i.u4.left);
|
|
1214
|
+
this.i.u4 = this.i.u4;
|
|
1212
1215
|
},
|
|
1213
1216
|
enumerable: true,
|
|
1214
1217
|
configurable: true
|
|
1215
1218
|
});
|
|
1216
1219
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginRight", {
|
|
1217
1220
|
get: function () {
|
|
1218
|
-
return this.i.
|
|
1221
|
+
return this.i.u4 ? this.i.u4.right : NaN;
|
|
1219
1222
|
},
|
|
1220
1223
|
set: function (v) {
|
|
1221
1224
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1222
|
-
this.i.
|
|
1223
|
-
this._a("dataToolTipHeaderTextMarginRight", this.i.
|
|
1224
|
-
this.i.
|
|
1225
|
+
this.i.u4.right = +v;
|
|
1226
|
+
this._a("dataToolTipHeaderTextMarginRight", this.i.u4.right);
|
|
1227
|
+
this.i.u4 = this.i.u4;
|
|
1225
1228
|
},
|
|
1226
1229
|
enumerable: true,
|
|
1227
1230
|
configurable: true
|
|
1228
1231
|
});
|
|
1229
1232
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginTop", {
|
|
1230
1233
|
get: function () {
|
|
1231
|
-
return this.i.
|
|
1234
|
+
return this.i.u4 ? this.i.u4.top : NaN;
|
|
1232
1235
|
},
|
|
1233
1236
|
set: function (v) {
|
|
1234
1237
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1235
|
-
this.i.
|
|
1236
|
-
this._a("dataToolTipHeaderTextMarginTop", this.i.
|
|
1237
|
-
this.i.
|
|
1238
|
+
this.i.u4.top = +v;
|
|
1239
|
+
this._a("dataToolTipHeaderTextMarginTop", this.i.u4.top);
|
|
1240
|
+
this.i.u4 = this.i.u4;
|
|
1238
1241
|
},
|
|
1239
1242
|
enumerable: true,
|
|
1240
1243
|
configurable: true
|
|
1241
1244
|
});
|
|
1242
1245
|
IgcDomainChartComponent.prototype.ensureDataToolTipHeaderTextMargin = function () {
|
|
1243
|
-
if (this.i.
|
|
1246
|
+
if (this.i.u4) {
|
|
1244
1247
|
return;
|
|
1245
1248
|
}
|
|
1246
|
-
this.i.
|
|
1249
|
+
this.i.u4 = new Thickness(2);
|
|
1247
1250
|
};
|
|
1248
1251
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginBottom", {
|
|
1249
1252
|
get: function () {
|
|
1250
|
-
return this.i.
|
|
1253
|
+
return this.i.u3 ? this.i.u3.bottom : NaN;
|
|
1251
1254
|
},
|
|
1252
1255
|
set: function (v) {
|
|
1253
1256
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1254
|
-
this.i.
|
|
1255
|
-
this._a("dataToolTipHeaderRowMarginBottom", this.i.
|
|
1256
|
-
this.i.
|
|
1257
|
+
this.i.u3.bottom = +v;
|
|
1258
|
+
this._a("dataToolTipHeaderRowMarginBottom", this.i.u3.bottom);
|
|
1259
|
+
this.i.u3 = this.i.u3;
|
|
1257
1260
|
},
|
|
1258
1261
|
enumerable: true,
|
|
1259
1262
|
configurable: true
|
|
1260
1263
|
});
|
|
1261
1264
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginLeft", {
|
|
1262
1265
|
get: function () {
|
|
1263
|
-
return this.i.
|
|
1266
|
+
return this.i.u3 ? this.i.u3.left : NaN;
|
|
1264
1267
|
},
|
|
1265
1268
|
set: function (v) {
|
|
1266
1269
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1267
|
-
this.i.
|
|
1268
|
-
this._a("dataToolTipHeaderRowMarginLeft", this.i.
|
|
1269
|
-
this.i.
|
|
1270
|
+
this.i.u3.left = +v;
|
|
1271
|
+
this._a("dataToolTipHeaderRowMarginLeft", this.i.u3.left);
|
|
1272
|
+
this.i.u3 = this.i.u3;
|
|
1270
1273
|
},
|
|
1271
1274
|
enumerable: true,
|
|
1272
1275
|
configurable: true
|
|
1273
1276
|
});
|
|
1274
1277
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginRight", {
|
|
1275
1278
|
get: function () {
|
|
1276
|
-
return this.i.
|
|
1279
|
+
return this.i.u3 ? this.i.u3.right : NaN;
|
|
1277
1280
|
},
|
|
1278
1281
|
set: function (v) {
|
|
1279
1282
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1280
|
-
this.i.
|
|
1281
|
-
this._a("dataToolTipHeaderRowMarginRight", this.i.
|
|
1282
|
-
this.i.
|
|
1283
|
+
this.i.u3.right = +v;
|
|
1284
|
+
this._a("dataToolTipHeaderRowMarginRight", this.i.u3.right);
|
|
1285
|
+
this.i.u3 = this.i.u3;
|
|
1283
1286
|
},
|
|
1284
1287
|
enumerable: true,
|
|
1285
1288
|
configurable: true
|
|
1286
1289
|
});
|
|
1287
1290
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginTop", {
|
|
1288
1291
|
get: function () {
|
|
1289
|
-
return this.i.
|
|
1292
|
+
return this.i.u3 ? this.i.u3.top : NaN;
|
|
1290
1293
|
},
|
|
1291
1294
|
set: function (v) {
|
|
1292
1295
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1293
|
-
this.i.
|
|
1294
|
-
this._a("dataToolTipHeaderRowMarginTop", this.i.
|
|
1295
|
-
this.i.
|
|
1296
|
+
this.i.u3.top = +v;
|
|
1297
|
+
this._a("dataToolTipHeaderRowMarginTop", this.i.u3.top);
|
|
1298
|
+
this.i.u3 = this.i.u3;
|
|
1296
1299
|
},
|
|
1297
1300
|
enumerable: true,
|
|
1298
1301
|
configurable: true
|
|
1299
1302
|
});
|
|
1300
1303
|
IgcDomainChartComponent.prototype.ensureDataToolTipHeaderRowMargin = function () {
|
|
1301
|
-
if (this.i.
|
|
1304
|
+
if (this.i.u3) {
|
|
1302
1305
|
return;
|
|
1303
1306
|
}
|
|
1304
|
-
this.i.
|
|
1307
|
+
this.i.u3 = new Thickness(2);
|
|
1305
1308
|
};
|
|
1306
1309
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowVisible", {
|
|
1307
1310
|
/**
|
|
1308
1311
|
* Gets or sets whether to show Header row.
|
|
1309
1312
|
*/
|
|
1310
1313
|
get: function () {
|
|
1311
|
-
return this.i.
|
|
1314
|
+
return this.i.fe;
|
|
1312
1315
|
},
|
|
1313
1316
|
set: function (v) {
|
|
1314
|
-
this.i.
|
|
1315
|
-
this._a("dataToolTipHeaderRowVisible", this.i.
|
|
1317
|
+
this.i.fe = ensureBool(v);
|
|
1318
|
+
this._a("dataToolTipHeaderRowVisible", this.i.fe);
|
|
1316
1319
|
},
|
|
1317
1320
|
enumerable: true,
|
|
1318
1321
|
configurable: true
|
|
@@ -1322,16 +1325,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1322
1325
|
* Gets or Sets the style to use for the header text.
|
|
1323
1326
|
*/
|
|
1324
1327
|
get: function () {
|
|
1325
|
-
if (this.i.
|
|
1328
|
+
if (this.i.d5 == null) {
|
|
1326
1329
|
return null;
|
|
1327
1330
|
}
|
|
1328
|
-
return this.i.
|
|
1331
|
+
return this.i.d5.fontString;
|
|
1329
1332
|
},
|
|
1330
1333
|
set: function (v) {
|
|
1331
1334
|
var fi = new FontInfo();
|
|
1332
1335
|
fi.fontString = v;
|
|
1333
|
-
this.i.
|
|
1334
|
-
this._a("dataToolTipHeaderTextStyle", this.i.
|
|
1336
|
+
this.i.d5 = fi;
|
|
1337
|
+
this._a("dataToolTipHeaderTextStyle", this.i.d5 != null ? this.i.d5.fontString : "");
|
|
1335
1338
|
},
|
|
1336
1339
|
enumerable: true,
|
|
1337
1340
|
configurable: true
|
|
@@ -1341,11 +1344,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1341
1344
|
* Gets or sets the summary text color.
|
|
1342
1345
|
*/
|
|
1343
1346
|
get: function () {
|
|
1344
|
-
return brushToString(this.i.
|
|
1347
|
+
return brushToString(this.i.t5);
|
|
1345
1348
|
},
|
|
1346
1349
|
set: function (v) {
|
|
1347
|
-
this.i.
|
|
1348
|
-
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.
|
|
1350
|
+
this.i.t5 = stringToBrush(v);
|
|
1351
|
+
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.t5));
|
|
1349
1352
|
},
|
|
1350
1353
|
enumerable: true,
|
|
1351
1354
|
configurable: true
|
|
@@ -1355,16 +1358,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1355
1358
|
* Gets or Sets the style to use for the summary text.
|
|
1356
1359
|
*/
|
|
1357
1360
|
get: function () {
|
|
1358
|
-
if (this.i.
|
|
1361
|
+
if (this.i.d8 == null) {
|
|
1359
1362
|
return null;
|
|
1360
1363
|
}
|
|
1361
|
-
return this.i.
|
|
1364
|
+
return this.i.d8.fontString;
|
|
1362
1365
|
},
|
|
1363
1366
|
set: function (v) {
|
|
1364
1367
|
var fi = new FontInfo();
|
|
1365
1368
|
fi.fontString = v;
|
|
1366
|
-
this.i.
|
|
1367
|
-
this._a("dataToolTipSummaryTitleTextStyle", this.i.
|
|
1369
|
+
this.i.d8 = fi;
|
|
1370
|
+
this._a("dataToolTipSummaryTitleTextStyle", this.i.d8 != null ? this.i.d8.fontString : "");
|
|
1368
1371
|
},
|
|
1369
1372
|
enumerable: true,
|
|
1370
1373
|
configurable: true
|
|
@@ -1374,11 +1377,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1374
1377
|
* Gets or sets the SummaryType for the data legend.
|
|
1375
1378
|
*/
|
|
1376
1379
|
get: function () {
|
|
1377
|
-
return this.i.
|
|
1380
|
+
return this.i.bj;
|
|
1378
1381
|
},
|
|
1379
1382
|
set: function (v) {
|
|
1380
|
-
this.i.
|
|
1381
|
-
this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.
|
|
1383
|
+
this.i.bj = ensureEnum(DataLegendSummaryType_$type, v);
|
|
1384
|
+
this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.bj));
|
|
1382
1385
|
},
|
|
1383
1386
|
enumerable: true,
|
|
1384
1387
|
configurable: true
|
|
@@ -1388,140 +1391,140 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1388
1391
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
1389
1392
|
*/
|
|
1390
1393
|
get: function () {
|
|
1391
|
-
return this.i.
|
|
1394
|
+
return this.i.mq;
|
|
1392
1395
|
},
|
|
1393
1396
|
set: function (v) {
|
|
1394
|
-
this.i.
|
|
1397
|
+
this.i.mq = v;
|
|
1395
1398
|
},
|
|
1396
1399
|
enumerable: true,
|
|
1397
1400
|
configurable: true
|
|
1398
1401
|
});
|
|
1399
1402
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginBottom", {
|
|
1400
1403
|
get: function () {
|
|
1401
|
-
return this.i.
|
|
1404
|
+
return this.i.u7 ? this.i.u7.bottom : NaN;
|
|
1402
1405
|
},
|
|
1403
1406
|
set: function (v) {
|
|
1404
1407
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1405
|
-
this.i.
|
|
1406
|
-
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.
|
|
1407
|
-
this.i.
|
|
1408
|
+
this.i.u7.bottom = +v;
|
|
1409
|
+
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.u7.bottom);
|
|
1410
|
+
this.i.u7 = this.i.u7;
|
|
1408
1411
|
},
|
|
1409
1412
|
enumerable: true,
|
|
1410
1413
|
configurable: true
|
|
1411
1414
|
});
|
|
1412
1415
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginLeft", {
|
|
1413
1416
|
get: function () {
|
|
1414
|
-
return this.i.
|
|
1417
|
+
return this.i.u7 ? this.i.u7.left : NaN;
|
|
1415
1418
|
},
|
|
1416
1419
|
set: function (v) {
|
|
1417
1420
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1418
|
-
this.i.
|
|
1419
|
-
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.
|
|
1420
|
-
this.i.
|
|
1421
|
+
this.i.u7.left = +v;
|
|
1422
|
+
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.u7.left);
|
|
1423
|
+
this.i.u7 = this.i.u7;
|
|
1421
1424
|
},
|
|
1422
1425
|
enumerable: true,
|
|
1423
1426
|
configurable: true
|
|
1424
1427
|
});
|
|
1425
1428
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginRight", {
|
|
1426
1429
|
get: function () {
|
|
1427
|
-
return this.i.
|
|
1430
|
+
return this.i.u7 ? this.i.u7.right : NaN;
|
|
1428
1431
|
},
|
|
1429
1432
|
set: function (v) {
|
|
1430
1433
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1431
|
-
this.i.
|
|
1432
|
-
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.
|
|
1433
|
-
this.i.
|
|
1434
|
+
this.i.u7.right = +v;
|
|
1435
|
+
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.u7.right);
|
|
1436
|
+
this.i.u7 = this.i.u7;
|
|
1434
1437
|
},
|
|
1435
1438
|
enumerable: true,
|
|
1436
1439
|
configurable: true
|
|
1437
1440
|
});
|
|
1438
1441
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginTop", {
|
|
1439
1442
|
get: function () {
|
|
1440
|
-
return this.i.
|
|
1443
|
+
return this.i.u7 ? this.i.u7.top : NaN;
|
|
1441
1444
|
},
|
|
1442
1445
|
set: function (v) {
|
|
1443
1446
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1444
|
-
this.i.
|
|
1445
|
-
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.
|
|
1446
|
-
this.i.
|
|
1447
|
+
this.i.u7.top = +v;
|
|
1448
|
+
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.u7.top);
|
|
1449
|
+
this.i.u7 = this.i.u7;
|
|
1447
1450
|
},
|
|
1448
1451
|
enumerable: true,
|
|
1449
1452
|
configurable: true
|
|
1450
1453
|
});
|
|
1451
1454
|
IgcDomainChartComponent.prototype.ensureDataToolTipSummaryTitleTextMargin = function () {
|
|
1452
|
-
if (this.i.
|
|
1455
|
+
if (this.i.u7) {
|
|
1453
1456
|
return;
|
|
1454
1457
|
}
|
|
1455
|
-
this.i.
|
|
1458
|
+
this.i.u7 = new Thickness(2);
|
|
1456
1459
|
};
|
|
1457
1460
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginBottom", {
|
|
1458
1461
|
get: function () {
|
|
1459
|
-
return this.i.
|
|
1462
|
+
return this.i.u6 ? this.i.u6.bottom : NaN;
|
|
1460
1463
|
},
|
|
1461
1464
|
set: function (v) {
|
|
1462
1465
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1463
|
-
this.i.
|
|
1464
|
-
this._a("dataToolTipSummaryRowMarginBottom", this.i.
|
|
1465
|
-
this.i.
|
|
1466
|
+
this.i.u6.bottom = +v;
|
|
1467
|
+
this._a("dataToolTipSummaryRowMarginBottom", this.i.u6.bottom);
|
|
1468
|
+
this.i.u6 = this.i.u6;
|
|
1466
1469
|
},
|
|
1467
1470
|
enumerable: true,
|
|
1468
1471
|
configurable: true
|
|
1469
1472
|
});
|
|
1470
1473
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginLeft", {
|
|
1471
1474
|
get: function () {
|
|
1472
|
-
return this.i.
|
|
1475
|
+
return this.i.u6 ? this.i.u6.left : NaN;
|
|
1473
1476
|
},
|
|
1474
1477
|
set: function (v) {
|
|
1475
1478
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1476
|
-
this.i.
|
|
1477
|
-
this._a("dataToolTipSummaryRowMarginLeft", this.i.
|
|
1478
|
-
this.i.
|
|
1479
|
+
this.i.u6.left = +v;
|
|
1480
|
+
this._a("dataToolTipSummaryRowMarginLeft", this.i.u6.left);
|
|
1481
|
+
this.i.u6 = this.i.u6;
|
|
1479
1482
|
},
|
|
1480
1483
|
enumerable: true,
|
|
1481
1484
|
configurable: true
|
|
1482
1485
|
});
|
|
1483
1486
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginRight", {
|
|
1484
1487
|
get: function () {
|
|
1485
|
-
return this.i.
|
|
1488
|
+
return this.i.u6 ? this.i.u6.right : NaN;
|
|
1486
1489
|
},
|
|
1487
1490
|
set: function (v) {
|
|
1488
1491
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1489
|
-
this.i.
|
|
1490
|
-
this._a("dataToolTipSummaryRowMarginRight", this.i.
|
|
1491
|
-
this.i.
|
|
1492
|
+
this.i.u6.right = +v;
|
|
1493
|
+
this._a("dataToolTipSummaryRowMarginRight", this.i.u6.right);
|
|
1494
|
+
this.i.u6 = this.i.u6;
|
|
1492
1495
|
},
|
|
1493
1496
|
enumerable: true,
|
|
1494
1497
|
configurable: true
|
|
1495
1498
|
});
|
|
1496
1499
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginTop", {
|
|
1497
1500
|
get: function () {
|
|
1498
|
-
return this.i.
|
|
1501
|
+
return this.i.u6 ? this.i.u6.top : NaN;
|
|
1499
1502
|
},
|
|
1500
1503
|
set: function (v) {
|
|
1501
1504
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1502
|
-
this.i.
|
|
1503
|
-
this._a("dataToolTipSummaryRowMarginTop", this.i.
|
|
1504
|
-
this.i.
|
|
1505
|
+
this.i.u6.top = +v;
|
|
1506
|
+
this._a("dataToolTipSummaryRowMarginTop", this.i.u6.top);
|
|
1507
|
+
this.i.u6 = this.i.u6;
|
|
1505
1508
|
},
|
|
1506
1509
|
enumerable: true,
|
|
1507
1510
|
configurable: true
|
|
1508
1511
|
});
|
|
1509
1512
|
IgcDomainChartComponent.prototype.ensureDataToolTipSummaryRowMargin = function () {
|
|
1510
|
-
if (this.i.
|
|
1513
|
+
if (this.i.u6) {
|
|
1511
1514
|
return;
|
|
1512
1515
|
}
|
|
1513
|
-
this.i.
|
|
1516
|
+
this.i.u6 = new Thickness(2);
|
|
1514
1517
|
};
|
|
1515
1518
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryValueTextColor", {
|
|
1516
1519
|
/**
|
|
1517
1520
|
* Gets or sets the units text color.
|
|
1518
1521
|
*/
|
|
1519
1522
|
get: function () {
|
|
1520
|
-
return brushToString(this.i.
|
|
1523
|
+
return brushToString(this.i.t7);
|
|
1521
1524
|
},
|
|
1522
1525
|
set: function (v) {
|
|
1523
|
-
this.i.
|
|
1524
|
-
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.
|
|
1526
|
+
this.i.t7 = stringToBrush(v);
|
|
1527
|
+
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.t7));
|
|
1525
1528
|
},
|
|
1526
1529
|
enumerable: true,
|
|
1527
1530
|
configurable: true
|
|
@@ -1531,16 +1534,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1531
1534
|
* Gets or Sets the style to use for the units text.
|
|
1532
1535
|
*/
|
|
1533
1536
|
get: function () {
|
|
1534
|
-
if (this.i.
|
|
1537
|
+
if (this.i.ea == null) {
|
|
1535
1538
|
return null;
|
|
1536
1539
|
}
|
|
1537
|
-
return this.i.
|
|
1540
|
+
return this.i.ea.fontString;
|
|
1538
1541
|
},
|
|
1539
1542
|
set: function (v) {
|
|
1540
1543
|
var fi = new FontInfo();
|
|
1541
1544
|
fi.fontString = v;
|
|
1542
|
-
this.i.
|
|
1543
|
-
this._a("dataToolTipSummaryValueTextStyle", this.i.
|
|
1545
|
+
this.i.ea = fi;
|
|
1546
|
+
this._a("dataToolTipSummaryValueTextStyle", this.i.ea != null ? this.i.ea.fontString : "");
|
|
1544
1547
|
},
|
|
1545
1548
|
enumerable: true,
|
|
1546
1549
|
configurable: true
|
|
@@ -1550,10 +1553,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1550
1553
|
* Gets or sets the units text for the data legend.
|
|
1551
1554
|
*/
|
|
1552
1555
|
get: function () {
|
|
1553
|
-
return this.i.
|
|
1556
|
+
return this.i.ml;
|
|
1554
1557
|
},
|
|
1555
1558
|
set: function (v) {
|
|
1556
|
-
this.i.
|
|
1559
|
+
this.i.ml = v;
|
|
1557
1560
|
},
|
|
1558
1561
|
enumerable: true,
|
|
1559
1562
|
configurable: true
|
|
@@ -1563,11 +1566,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1563
1566
|
* Gets or sets the units text color.
|
|
1564
1567
|
*/
|
|
1565
1568
|
get: function () {
|
|
1566
|
-
return brushToString(this.i.
|
|
1569
|
+
return brushToString(this.i.t4);
|
|
1567
1570
|
},
|
|
1568
1571
|
set: function (v) {
|
|
1569
|
-
this.i.
|
|
1570
|
-
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.
|
|
1572
|
+
this.i.t4 = stringToBrush(v);
|
|
1573
|
+
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.t4));
|
|
1571
1574
|
},
|
|
1572
1575
|
enumerable: true,
|
|
1573
1576
|
configurable: true
|
|
@@ -1577,16 +1580,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1577
1580
|
* Gets or Sets the style to use for the units text.
|
|
1578
1581
|
*/
|
|
1579
1582
|
get: function () {
|
|
1580
|
-
if (this.i.
|
|
1583
|
+
if (this.i.d7 == null) {
|
|
1581
1584
|
return null;
|
|
1582
1585
|
}
|
|
1583
|
-
return this.i.
|
|
1586
|
+
return this.i.d7.fontString;
|
|
1584
1587
|
},
|
|
1585
1588
|
set: function (v) {
|
|
1586
1589
|
var fi = new FontInfo();
|
|
1587
1590
|
fi.fontString = v;
|
|
1588
|
-
this.i.
|
|
1589
|
-
this._a("dataToolTipSummaryLabelTextStyle", this.i.
|
|
1591
|
+
this.i.d7 = fi;
|
|
1592
|
+
this._a("dataToolTipSummaryLabelTextStyle", this.i.d7 != null ? this.i.d7.fontString : "");
|
|
1590
1593
|
},
|
|
1591
1594
|
enumerable: true,
|
|
1592
1595
|
configurable: true
|
|
@@ -1596,10 +1599,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1596
1599
|
* Gets or sets the units text for the data legend.
|
|
1597
1600
|
*/
|
|
1598
1601
|
get: function () {
|
|
1599
|
-
return this.i.
|
|
1602
|
+
return this.i.mw;
|
|
1600
1603
|
},
|
|
1601
1604
|
set: function (v) {
|
|
1602
|
-
this.i.
|
|
1605
|
+
this.i.mw = v;
|
|
1603
1606
|
},
|
|
1604
1607
|
enumerable: true,
|
|
1605
1608
|
configurable: true
|
|
@@ -1609,11 +1612,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1609
1612
|
* Gets or sets the units text color.
|
|
1610
1613
|
*/
|
|
1611
1614
|
get: function () {
|
|
1612
|
-
return brushToString(this.i.
|
|
1615
|
+
return brushToString(this.i.t6);
|
|
1613
1616
|
},
|
|
1614
1617
|
set: function (v) {
|
|
1615
|
-
this.i.
|
|
1616
|
-
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.
|
|
1618
|
+
this.i.t6 = stringToBrush(v);
|
|
1619
|
+
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.t6));
|
|
1617
1620
|
},
|
|
1618
1621
|
enumerable: true,
|
|
1619
1622
|
configurable: true
|
|
@@ -1623,88 +1626,88 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1623
1626
|
* Gets or Sets the style to use for the units text.
|
|
1624
1627
|
*/
|
|
1625
1628
|
get: function () {
|
|
1626
|
-
if (this.i.
|
|
1629
|
+
if (this.i.d9 == null) {
|
|
1627
1630
|
return null;
|
|
1628
1631
|
}
|
|
1629
|
-
return this.i.
|
|
1632
|
+
return this.i.d9.fontString;
|
|
1630
1633
|
},
|
|
1631
1634
|
set: function (v) {
|
|
1632
1635
|
var fi = new FontInfo();
|
|
1633
1636
|
fi.fontString = v;
|
|
1634
|
-
this.i.
|
|
1635
|
-
this._a("dataToolTipSummaryUnitsTextStyle", this.i.
|
|
1637
|
+
this.i.d9 = fi;
|
|
1638
|
+
this._a("dataToolTipSummaryUnitsTextStyle", this.i.d9 != null ? this.i.d9.fontString : "");
|
|
1636
1639
|
},
|
|
1637
1640
|
enumerable: true,
|
|
1638
1641
|
configurable: true
|
|
1639
1642
|
});
|
|
1640
1643
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginBottom", {
|
|
1641
1644
|
get: function () {
|
|
1642
|
-
return this.i.
|
|
1645
|
+
return this.i.u2 ? this.i.u2.bottom : NaN;
|
|
1643
1646
|
},
|
|
1644
1647
|
set: function (v) {
|
|
1645
1648
|
this.ensureDataToolTipBadgeMargin();
|
|
1646
|
-
this.i.
|
|
1647
|
-
this._a("dataToolTipBadgeMarginBottom", this.i.
|
|
1648
|
-
this.i.
|
|
1649
|
+
this.i.u2.bottom = +v;
|
|
1650
|
+
this._a("dataToolTipBadgeMarginBottom", this.i.u2.bottom);
|
|
1651
|
+
this.i.u2 = this.i.u2;
|
|
1649
1652
|
},
|
|
1650
1653
|
enumerable: true,
|
|
1651
1654
|
configurable: true
|
|
1652
1655
|
});
|
|
1653
1656
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginLeft", {
|
|
1654
1657
|
get: function () {
|
|
1655
|
-
return this.i.
|
|
1658
|
+
return this.i.u2 ? this.i.u2.left : NaN;
|
|
1656
1659
|
},
|
|
1657
1660
|
set: function (v) {
|
|
1658
1661
|
this.ensureDataToolTipBadgeMargin();
|
|
1659
|
-
this.i.
|
|
1660
|
-
this._a("dataToolTipBadgeMarginLeft", this.i.
|
|
1661
|
-
this.i.
|
|
1662
|
+
this.i.u2.left = +v;
|
|
1663
|
+
this._a("dataToolTipBadgeMarginLeft", this.i.u2.left);
|
|
1664
|
+
this.i.u2 = this.i.u2;
|
|
1662
1665
|
},
|
|
1663
1666
|
enumerable: true,
|
|
1664
1667
|
configurable: true
|
|
1665
1668
|
});
|
|
1666
1669
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginRight", {
|
|
1667
1670
|
get: function () {
|
|
1668
|
-
return this.i.
|
|
1671
|
+
return this.i.u2 ? this.i.u2.right : NaN;
|
|
1669
1672
|
},
|
|
1670
1673
|
set: function (v) {
|
|
1671
1674
|
this.ensureDataToolTipBadgeMargin();
|
|
1672
|
-
this.i.
|
|
1673
|
-
this._a("dataToolTipBadgeMarginRight", this.i.
|
|
1674
|
-
this.i.
|
|
1675
|
+
this.i.u2.right = +v;
|
|
1676
|
+
this._a("dataToolTipBadgeMarginRight", this.i.u2.right);
|
|
1677
|
+
this.i.u2 = this.i.u2;
|
|
1675
1678
|
},
|
|
1676
1679
|
enumerable: true,
|
|
1677
1680
|
configurable: true
|
|
1678
1681
|
});
|
|
1679
1682
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginTop", {
|
|
1680
1683
|
get: function () {
|
|
1681
|
-
return this.i.
|
|
1684
|
+
return this.i.u2 ? this.i.u2.top : NaN;
|
|
1682
1685
|
},
|
|
1683
1686
|
set: function (v) {
|
|
1684
1687
|
this.ensureDataToolTipBadgeMargin();
|
|
1685
|
-
this.i.
|
|
1686
|
-
this._a("dataToolTipBadgeMarginTop", this.i.
|
|
1687
|
-
this.i.
|
|
1688
|
+
this.i.u2.top = +v;
|
|
1689
|
+
this._a("dataToolTipBadgeMarginTop", this.i.u2.top);
|
|
1690
|
+
this.i.u2 = this.i.u2;
|
|
1688
1691
|
},
|
|
1689
1692
|
enumerable: true,
|
|
1690
1693
|
configurable: true
|
|
1691
1694
|
});
|
|
1692
1695
|
IgcDomainChartComponent.prototype.ensureDataToolTipBadgeMargin = function () {
|
|
1693
|
-
if (this.i.
|
|
1696
|
+
if (this.i.u2) {
|
|
1694
1697
|
return;
|
|
1695
1698
|
}
|
|
1696
|
-
this.i.
|
|
1699
|
+
this.i.u2 = new Thickness(2);
|
|
1697
1700
|
};
|
|
1698
1701
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeShape", {
|
|
1699
1702
|
/**
|
|
1700
1703
|
* Gets or sets the BadgeShape for the data legend.
|
|
1701
1704
|
*/
|
|
1702
1705
|
get: function () {
|
|
1703
|
-
return this.i.
|
|
1706
|
+
return this.i.cd;
|
|
1704
1707
|
},
|
|
1705
1708
|
set: function (v) {
|
|
1706
|
-
this.i.
|
|
1707
|
-
this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
1709
|
+
this.i.cd = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
1710
|
+
this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.cd));
|
|
1708
1711
|
},
|
|
1709
1712
|
enumerable: true,
|
|
1710
1713
|
configurable: true
|
|
@@ -1714,11 +1717,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1714
1717
|
* Gets or sets the UnitsMode for the data legend.
|
|
1715
1718
|
*/
|
|
1716
1719
|
get: function () {
|
|
1717
|
-
return this.i.
|
|
1720
|
+
return this.i.bl;
|
|
1718
1721
|
},
|
|
1719
1722
|
set: function (v) {
|
|
1720
|
-
this.i.
|
|
1721
|
-
this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.
|
|
1723
|
+
this.i.bl = ensureEnum(DataLegendUnitsMode_$type, v);
|
|
1724
|
+
this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.bl));
|
|
1722
1725
|
},
|
|
1723
1726
|
enumerable: true,
|
|
1724
1727
|
configurable: true
|
|
@@ -1728,10 +1731,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1728
1731
|
* Gets or sets the units text for the data legend.
|
|
1729
1732
|
*/
|
|
1730
1733
|
get: function () {
|
|
1731
|
-
return this.i.
|
|
1734
|
+
return this.i.m6;
|
|
1732
1735
|
},
|
|
1733
1736
|
set: function (v) {
|
|
1734
|
-
this.i.
|
|
1737
|
+
this.i.m6 = v;
|
|
1735
1738
|
},
|
|
1736
1739
|
enumerable: true,
|
|
1737
1740
|
configurable: true
|
|
@@ -1741,160 +1744,160 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1741
1744
|
* Gets or sets the units text color.
|
|
1742
1745
|
*/
|
|
1743
1746
|
get: function () {
|
|
1744
|
-
return brushToString(this.i.
|
|
1747
|
+
return brushToString(this.i.t9);
|
|
1745
1748
|
},
|
|
1746
1749
|
set: function (v) {
|
|
1747
|
-
this.i.
|
|
1748
|
-
this._a("dataToolTipUnitsTextColor", brushToString(this.i.
|
|
1750
|
+
this.i.t9 = stringToBrush(v);
|
|
1751
|
+
this._a("dataToolTipUnitsTextColor", brushToString(this.i.t9));
|
|
1749
1752
|
},
|
|
1750
1753
|
enumerable: true,
|
|
1751
1754
|
configurable: true
|
|
1752
1755
|
});
|
|
1753
1756
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginBottom", {
|
|
1754
1757
|
get: function () {
|
|
1755
|
-
return this.i.
|
|
1758
|
+
return this.i.u9 ? this.i.u9.bottom : NaN;
|
|
1756
1759
|
},
|
|
1757
1760
|
set: function (v) {
|
|
1758
1761
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1759
|
-
this.i.
|
|
1760
|
-
this._a("dataToolTipUnitsTextMarginBottom", this.i.
|
|
1761
|
-
this.i.
|
|
1762
|
+
this.i.u9.bottom = +v;
|
|
1763
|
+
this._a("dataToolTipUnitsTextMarginBottom", this.i.u9.bottom);
|
|
1764
|
+
this.i.u9 = this.i.u9;
|
|
1762
1765
|
},
|
|
1763
1766
|
enumerable: true,
|
|
1764
1767
|
configurable: true
|
|
1765
1768
|
});
|
|
1766
1769
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginLeft", {
|
|
1767
1770
|
get: function () {
|
|
1768
|
-
return this.i.
|
|
1771
|
+
return this.i.u9 ? this.i.u9.left : NaN;
|
|
1769
1772
|
},
|
|
1770
1773
|
set: function (v) {
|
|
1771
1774
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1772
|
-
this.i.
|
|
1773
|
-
this._a("dataToolTipUnitsTextMarginLeft", this.i.
|
|
1774
|
-
this.i.
|
|
1775
|
+
this.i.u9.left = +v;
|
|
1776
|
+
this._a("dataToolTipUnitsTextMarginLeft", this.i.u9.left);
|
|
1777
|
+
this.i.u9 = this.i.u9;
|
|
1775
1778
|
},
|
|
1776
1779
|
enumerable: true,
|
|
1777
1780
|
configurable: true
|
|
1778
1781
|
});
|
|
1779
1782
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginRight", {
|
|
1780
1783
|
get: function () {
|
|
1781
|
-
return this.i.
|
|
1784
|
+
return this.i.u9 ? this.i.u9.right : NaN;
|
|
1782
1785
|
},
|
|
1783
1786
|
set: function (v) {
|
|
1784
1787
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1785
|
-
this.i.
|
|
1786
|
-
this._a("dataToolTipUnitsTextMarginRight", this.i.
|
|
1787
|
-
this.i.
|
|
1788
|
+
this.i.u9.right = +v;
|
|
1789
|
+
this._a("dataToolTipUnitsTextMarginRight", this.i.u9.right);
|
|
1790
|
+
this.i.u9 = this.i.u9;
|
|
1788
1791
|
},
|
|
1789
1792
|
enumerable: true,
|
|
1790
1793
|
configurable: true
|
|
1791
1794
|
});
|
|
1792
1795
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginTop", {
|
|
1793
1796
|
get: function () {
|
|
1794
|
-
return this.i.
|
|
1797
|
+
return this.i.u9 ? this.i.u9.top : NaN;
|
|
1795
1798
|
},
|
|
1796
1799
|
set: function (v) {
|
|
1797
1800
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1798
|
-
this.i.
|
|
1799
|
-
this._a("dataToolTipUnitsTextMarginTop", this.i.
|
|
1800
|
-
this.i.
|
|
1801
|
+
this.i.u9.top = +v;
|
|
1802
|
+
this._a("dataToolTipUnitsTextMarginTop", this.i.u9.top);
|
|
1803
|
+
this.i.u9 = this.i.u9;
|
|
1801
1804
|
},
|
|
1802
1805
|
enumerable: true,
|
|
1803
1806
|
configurable: true
|
|
1804
1807
|
});
|
|
1805
1808
|
IgcDomainChartComponent.prototype.ensureDataToolTipUnitsTextMargin = function () {
|
|
1806
|
-
if (this.i.
|
|
1809
|
+
if (this.i.u9) {
|
|
1807
1810
|
return;
|
|
1808
1811
|
}
|
|
1809
|
-
this.i.
|
|
1812
|
+
this.i.u9 = new Thickness(2);
|
|
1810
1813
|
};
|
|
1811
1814
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextStyle", {
|
|
1812
1815
|
/**
|
|
1813
1816
|
* Gets or Sets the style to use for the units text.
|
|
1814
1817
|
*/
|
|
1815
1818
|
get: function () {
|
|
1816
|
-
if (this.i.
|
|
1819
|
+
if (this.i.ec == null) {
|
|
1817
1820
|
return null;
|
|
1818
1821
|
}
|
|
1819
|
-
return this.i.
|
|
1822
|
+
return this.i.ec.fontString;
|
|
1820
1823
|
},
|
|
1821
1824
|
set: function (v) {
|
|
1822
1825
|
var fi = new FontInfo();
|
|
1823
1826
|
fi.fontString = v;
|
|
1824
|
-
this.i.
|
|
1825
|
-
this._a("dataToolTipUnitsTextStyle", this.i.
|
|
1827
|
+
this.i.ec = fi;
|
|
1828
|
+
this._a("dataToolTipUnitsTextStyle", this.i.ec != null ? this.i.ec.fontString : "");
|
|
1826
1829
|
},
|
|
1827
1830
|
enumerable: true,
|
|
1828
1831
|
configurable: true
|
|
1829
1832
|
});
|
|
1830
1833
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginBottom", {
|
|
1831
1834
|
get: function () {
|
|
1832
|
-
return this.i.
|
|
1835
|
+
return this.i.u8 ? this.i.u8.bottom : NaN;
|
|
1833
1836
|
},
|
|
1834
1837
|
set: function (v) {
|
|
1835
1838
|
this.ensureDataToolTipTitleTextMargin();
|
|
1836
|
-
this.i.
|
|
1837
|
-
this._a("dataToolTipTitleTextMarginBottom", this.i.
|
|
1838
|
-
this.i.
|
|
1839
|
+
this.i.u8.bottom = +v;
|
|
1840
|
+
this._a("dataToolTipTitleTextMarginBottom", this.i.u8.bottom);
|
|
1841
|
+
this.i.u8 = this.i.u8;
|
|
1839
1842
|
},
|
|
1840
1843
|
enumerable: true,
|
|
1841
1844
|
configurable: true
|
|
1842
1845
|
});
|
|
1843
1846
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginLeft", {
|
|
1844
1847
|
get: function () {
|
|
1845
|
-
return this.i.
|
|
1848
|
+
return this.i.u8 ? this.i.u8.left : NaN;
|
|
1846
1849
|
},
|
|
1847
1850
|
set: function (v) {
|
|
1848
1851
|
this.ensureDataToolTipTitleTextMargin();
|
|
1849
|
-
this.i.
|
|
1850
|
-
this._a("dataToolTipTitleTextMarginLeft", this.i.
|
|
1851
|
-
this.i.
|
|
1852
|
+
this.i.u8.left = +v;
|
|
1853
|
+
this._a("dataToolTipTitleTextMarginLeft", this.i.u8.left);
|
|
1854
|
+
this.i.u8 = this.i.u8;
|
|
1852
1855
|
},
|
|
1853
1856
|
enumerable: true,
|
|
1854
1857
|
configurable: true
|
|
1855
1858
|
});
|
|
1856
1859
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginRight", {
|
|
1857
1860
|
get: function () {
|
|
1858
|
-
return this.i.
|
|
1861
|
+
return this.i.u8 ? this.i.u8.right : NaN;
|
|
1859
1862
|
},
|
|
1860
1863
|
set: function (v) {
|
|
1861
1864
|
this.ensureDataToolTipTitleTextMargin();
|
|
1862
|
-
this.i.
|
|
1863
|
-
this._a("dataToolTipTitleTextMarginRight", this.i.
|
|
1864
|
-
this.i.
|
|
1865
|
+
this.i.u8.right = +v;
|
|
1866
|
+
this._a("dataToolTipTitleTextMarginRight", this.i.u8.right);
|
|
1867
|
+
this.i.u8 = this.i.u8;
|
|
1865
1868
|
},
|
|
1866
1869
|
enumerable: true,
|
|
1867
1870
|
configurable: true
|
|
1868
1871
|
});
|
|
1869
1872
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginTop", {
|
|
1870
1873
|
get: function () {
|
|
1871
|
-
return this.i.
|
|
1874
|
+
return this.i.u8 ? this.i.u8.top : NaN;
|
|
1872
1875
|
},
|
|
1873
1876
|
set: function (v) {
|
|
1874
1877
|
this.ensureDataToolTipTitleTextMargin();
|
|
1875
|
-
this.i.
|
|
1876
|
-
this._a("dataToolTipTitleTextMarginTop", this.i.
|
|
1877
|
-
this.i.
|
|
1878
|
+
this.i.u8.top = +v;
|
|
1879
|
+
this._a("dataToolTipTitleTextMarginTop", this.i.u8.top);
|
|
1880
|
+
this.i.u8 = this.i.u8;
|
|
1878
1881
|
},
|
|
1879
1882
|
enumerable: true,
|
|
1880
1883
|
configurable: true
|
|
1881
1884
|
});
|
|
1882
1885
|
IgcDomainChartComponent.prototype.ensureDataToolTipTitleTextMargin = function () {
|
|
1883
|
-
if (this.i.
|
|
1886
|
+
if (this.i.u8) {
|
|
1884
1887
|
return;
|
|
1885
1888
|
}
|
|
1886
|
-
this.i.
|
|
1889
|
+
this.i.u8 = new Thickness(2);
|
|
1887
1890
|
};
|
|
1888
1891
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextColor", {
|
|
1889
1892
|
/**
|
|
1890
1893
|
* Gets or sets the display text color.
|
|
1891
1894
|
*/
|
|
1892
1895
|
get: function () {
|
|
1893
|
-
return brushToString(this.i.
|
|
1896
|
+
return brushToString(this.i.t8);
|
|
1894
1897
|
},
|
|
1895
1898
|
set: function (v) {
|
|
1896
|
-
this.i.
|
|
1897
|
-
this._a("dataToolTipTitleTextColor", brushToString(this.i.
|
|
1899
|
+
this.i.t8 = stringToBrush(v);
|
|
1900
|
+
this._a("dataToolTipTitleTextColor", brushToString(this.i.t8));
|
|
1898
1901
|
},
|
|
1899
1902
|
enumerable: true,
|
|
1900
1903
|
configurable: true
|
|
@@ -1904,16 +1907,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1904
1907
|
* Gets or Sets the style to use for the display text.
|
|
1905
1908
|
*/
|
|
1906
1909
|
get: function () {
|
|
1907
|
-
if (this.i.
|
|
1910
|
+
if (this.i.eb == null) {
|
|
1908
1911
|
return null;
|
|
1909
1912
|
}
|
|
1910
|
-
return this.i.
|
|
1913
|
+
return this.i.eb.fontString;
|
|
1911
1914
|
},
|
|
1912
1915
|
set: function (v) {
|
|
1913
1916
|
var fi = new FontInfo();
|
|
1914
1917
|
fi.fontString = v;
|
|
1915
|
-
this.i.
|
|
1916
|
-
this._a("dataToolTipTitleTextStyle", this.i.
|
|
1918
|
+
this.i.eb = fi;
|
|
1919
|
+
this._a("dataToolTipTitleTextStyle", this.i.eb != null ? this.i.eb.fontString : "");
|
|
1917
1920
|
},
|
|
1918
1921
|
enumerable: true,
|
|
1919
1922
|
configurable: true
|
|
@@ -1923,11 +1926,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1923
1926
|
* Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
|
|
1924
1927
|
*/
|
|
1925
1928
|
get: function () {
|
|
1926
|
-
return this.i.
|
|
1929
|
+
return this.i.bh;
|
|
1927
1930
|
},
|
|
1928
1931
|
set: function (v) {
|
|
1929
|
-
this.i.
|
|
1930
|
-
this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.
|
|
1932
|
+
this.i.bh = ensureEnum(DataLegendLabelMode_$type, v);
|
|
1933
|
+
this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.bh));
|
|
1931
1934
|
},
|
|
1932
1935
|
enumerable: true,
|
|
1933
1936
|
configurable: true
|
|
@@ -1937,88 +1940,88 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1937
1940
|
* Gets or sets the units text color.
|
|
1938
1941
|
*/
|
|
1939
1942
|
get: function () {
|
|
1940
|
-
return brushToString(this.i.
|
|
1943
|
+
return brushToString(this.i.t3);
|
|
1941
1944
|
},
|
|
1942
1945
|
set: function (v) {
|
|
1943
|
-
this.i.
|
|
1944
|
-
this._a("dataToolTipLabelTextColor", brushToString(this.i.
|
|
1946
|
+
this.i.t3 = stringToBrush(v);
|
|
1947
|
+
this._a("dataToolTipLabelTextColor", brushToString(this.i.t3));
|
|
1945
1948
|
},
|
|
1946
1949
|
enumerable: true,
|
|
1947
1950
|
configurable: true
|
|
1948
1951
|
});
|
|
1949
1952
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginBottom", {
|
|
1950
1953
|
get: function () {
|
|
1951
|
-
return this.i.
|
|
1954
|
+
return this.i.u5 ? this.i.u5.bottom : NaN;
|
|
1952
1955
|
},
|
|
1953
1956
|
set: function (v) {
|
|
1954
1957
|
this.ensureDataToolTipLabelTextMargin();
|
|
1955
|
-
this.i.
|
|
1956
|
-
this._a("dataToolTipLabelTextMarginBottom", this.i.
|
|
1957
|
-
this.i.
|
|
1958
|
+
this.i.u5.bottom = +v;
|
|
1959
|
+
this._a("dataToolTipLabelTextMarginBottom", this.i.u5.bottom);
|
|
1960
|
+
this.i.u5 = this.i.u5;
|
|
1958
1961
|
},
|
|
1959
1962
|
enumerable: true,
|
|
1960
1963
|
configurable: true
|
|
1961
1964
|
});
|
|
1962
1965
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginLeft", {
|
|
1963
1966
|
get: function () {
|
|
1964
|
-
return this.i.
|
|
1967
|
+
return this.i.u5 ? this.i.u5.left : NaN;
|
|
1965
1968
|
},
|
|
1966
1969
|
set: function (v) {
|
|
1967
1970
|
this.ensureDataToolTipLabelTextMargin();
|
|
1968
|
-
this.i.
|
|
1969
|
-
this._a("dataToolTipLabelTextMarginLeft", this.i.
|
|
1970
|
-
this.i.
|
|
1971
|
+
this.i.u5.left = +v;
|
|
1972
|
+
this._a("dataToolTipLabelTextMarginLeft", this.i.u5.left);
|
|
1973
|
+
this.i.u5 = this.i.u5;
|
|
1971
1974
|
},
|
|
1972
1975
|
enumerable: true,
|
|
1973
1976
|
configurable: true
|
|
1974
1977
|
});
|
|
1975
1978
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginRight", {
|
|
1976
1979
|
get: function () {
|
|
1977
|
-
return this.i.
|
|
1980
|
+
return this.i.u5 ? this.i.u5.right : NaN;
|
|
1978
1981
|
},
|
|
1979
1982
|
set: function (v) {
|
|
1980
1983
|
this.ensureDataToolTipLabelTextMargin();
|
|
1981
|
-
this.i.
|
|
1982
|
-
this._a("dataToolTipLabelTextMarginRight", this.i.
|
|
1983
|
-
this.i.
|
|
1984
|
+
this.i.u5.right = +v;
|
|
1985
|
+
this._a("dataToolTipLabelTextMarginRight", this.i.u5.right);
|
|
1986
|
+
this.i.u5 = this.i.u5;
|
|
1984
1987
|
},
|
|
1985
1988
|
enumerable: true,
|
|
1986
1989
|
configurable: true
|
|
1987
1990
|
});
|
|
1988
1991
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginTop", {
|
|
1989
1992
|
get: function () {
|
|
1990
|
-
return this.i.
|
|
1993
|
+
return this.i.u5 ? this.i.u5.top : NaN;
|
|
1991
1994
|
},
|
|
1992
1995
|
set: function (v) {
|
|
1993
1996
|
this.ensureDataToolTipLabelTextMargin();
|
|
1994
|
-
this.i.
|
|
1995
|
-
this._a("dataToolTipLabelTextMarginTop", this.i.
|
|
1996
|
-
this.i.
|
|
1997
|
+
this.i.u5.top = +v;
|
|
1998
|
+
this._a("dataToolTipLabelTextMarginTop", this.i.u5.top);
|
|
1999
|
+
this.i.u5 = this.i.u5;
|
|
1997
2000
|
},
|
|
1998
2001
|
enumerable: true,
|
|
1999
2002
|
configurable: true
|
|
2000
2003
|
});
|
|
2001
2004
|
IgcDomainChartComponent.prototype.ensureDataToolTipLabelTextMargin = function () {
|
|
2002
|
-
if (this.i.
|
|
2005
|
+
if (this.i.u5) {
|
|
2003
2006
|
return;
|
|
2004
2007
|
}
|
|
2005
|
-
this.i.
|
|
2008
|
+
this.i.u5 = new Thickness(2);
|
|
2006
2009
|
};
|
|
2007
2010
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextStyle", {
|
|
2008
2011
|
/**
|
|
2009
2012
|
* Gets or Sets the style to use for the units text.
|
|
2010
2013
|
*/
|
|
2011
2014
|
get: function () {
|
|
2012
|
-
if (this.i.
|
|
2015
|
+
if (this.i.d6 == null) {
|
|
2013
2016
|
return null;
|
|
2014
2017
|
}
|
|
2015
|
-
return this.i.
|
|
2018
|
+
return this.i.d6.fontString;
|
|
2016
2019
|
},
|
|
2017
2020
|
set: function (v) {
|
|
2018
2021
|
var fi = new FontInfo();
|
|
2019
2022
|
fi.fontString = v;
|
|
2020
|
-
this.i.
|
|
2021
|
-
this._a("dataToolTipLabelTextStyle", this.i.
|
|
2023
|
+
this.i.d6 = fi;
|
|
2024
|
+
this._a("dataToolTipLabelTextStyle", this.i.d6 != null ? this.i.d6.fontString : "");
|
|
2022
2025
|
},
|
|
2023
2026
|
enumerable: true,
|
|
2024
2027
|
configurable: true
|
|
@@ -2028,7 +2031,272 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2028
2031
|
* Gets the domain type of this chart
|
|
2029
2032
|
*/
|
|
2030
2033
|
get: function () {
|
|
2031
|
-
return this.i.
|
|
2034
|
+
return this.i.bz;
|
|
2035
|
+
},
|
|
2036
|
+
enumerable: true,
|
|
2037
|
+
configurable: true
|
|
2038
|
+
});
|
|
2039
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "sortDescriptions", {
|
|
2040
|
+
/**
|
|
2041
|
+
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
2042
|
+
*/
|
|
2043
|
+
get: function () {
|
|
2044
|
+
var r = this.i.ay;
|
|
2045
|
+
if (r == null) {
|
|
2046
|
+
return null;
|
|
2047
|
+
}
|
|
2048
|
+
if (!r.externalObject) {
|
|
2049
|
+
var e = new IgcChartSortDescriptionCollection();
|
|
2050
|
+
if (e.i.setNativeElement) {
|
|
2051
|
+
e.i.setNativeElement(r);
|
|
2052
|
+
}
|
|
2053
|
+
else {
|
|
2054
|
+
e._implementation = r;
|
|
2055
|
+
}
|
|
2056
|
+
r.externalObject = e;
|
|
2057
|
+
}
|
|
2058
|
+
return r.externalObject;
|
|
2059
|
+
},
|
|
2060
|
+
enumerable: true,
|
|
2061
|
+
configurable: true
|
|
2062
|
+
});
|
|
2063
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "groupSortDescriptions", {
|
|
2064
|
+
get: function () {
|
|
2065
|
+
var r = this.i.au;
|
|
2066
|
+
if (r == null) {
|
|
2067
|
+
return null;
|
|
2068
|
+
}
|
|
2069
|
+
if (!r.externalObject) {
|
|
2070
|
+
var e = new IgcChartSortDescriptionCollection();
|
|
2071
|
+
if (e.i.setNativeElement) {
|
|
2072
|
+
e.i.setNativeElement(r);
|
|
2073
|
+
}
|
|
2074
|
+
else {
|
|
2075
|
+
e._implementation = r;
|
|
2076
|
+
}
|
|
2077
|
+
r.externalObject = e;
|
|
2078
|
+
}
|
|
2079
|
+
return r.externalObject;
|
|
2080
|
+
},
|
|
2081
|
+
enumerable: true,
|
|
2082
|
+
configurable: true
|
|
2083
|
+
});
|
|
2084
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "groupDescriptions", {
|
|
2085
|
+
/**
|
|
2086
|
+
* Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
2087
|
+
*/
|
|
2088
|
+
get: function () {
|
|
2089
|
+
var r = this.i.at;
|
|
2090
|
+
if (r == null) {
|
|
2091
|
+
return null;
|
|
2092
|
+
}
|
|
2093
|
+
if (!r.externalObject) {
|
|
2094
|
+
var e = new IgcChartSortDescriptionCollection();
|
|
2095
|
+
if (e.i.setNativeElement) {
|
|
2096
|
+
e.i.setNativeElement(r);
|
|
2097
|
+
}
|
|
2098
|
+
else {
|
|
2099
|
+
e._implementation = r;
|
|
2100
|
+
}
|
|
2101
|
+
r.externalObject = e;
|
|
2102
|
+
}
|
|
2103
|
+
return r.externalObject;
|
|
2104
|
+
},
|
|
2105
|
+
enumerable: true,
|
|
2106
|
+
configurable: true
|
|
2107
|
+
});
|
|
2108
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "filterExpressions", {
|
|
2109
|
+
/**
|
|
2110
|
+
* Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties.
|
|
2111
|
+
*/
|
|
2112
|
+
get: function () {
|
|
2113
|
+
var r = this.i.dr;
|
|
2114
|
+
if (r == null) {
|
|
2115
|
+
return null;
|
|
2116
|
+
}
|
|
2117
|
+
if (!r.externalObject) {
|
|
2118
|
+
var e = new IgcFilterExpressionCollection();
|
|
2119
|
+
if (e.i.setNativeElement) {
|
|
2120
|
+
e.i.setNativeElement(r);
|
|
2121
|
+
}
|
|
2122
|
+
else {
|
|
2123
|
+
e._implementation = r;
|
|
2124
|
+
}
|
|
2125
|
+
r.externalObject = e;
|
|
2126
|
+
}
|
|
2127
|
+
return r.externalObject;
|
|
2128
|
+
},
|
|
2129
|
+
enumerable: true,
|
|
2130
|
+
configurable: true
|
|
2131
|
+
});
|
|
2132
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "summaryDescriptions", {
|
|
2133
|
+
/**
|
|
2134
|
+
* Gets the current summaries that are applied to the grid.
|
|
2135
|
+
*/
|
|
2136
|
+
get: function () {
|
|
2137
|
+
var r = this.i.a2;
|
|
2138
|
+
if (r == null) {
|
|
2139
|
+
return null;
|
|
2140
|
+
}
|
|
2141
|
+
if (!r.externalObject) {
|
|
2142
|
+
var e = new IgcChartSummaryDescriptionCollection();
|
|
2143
|
+
if (e.i.setNativeElement) {
|
|
2144
|
+
e.i.setNativeElement(r);
|
|
2145
|
+
}
|
|
2146
|
+
else {
|
|
2147
|
+
e._implementation = r;
|
|
2148
|
+
}
|
|
2149
|
+
r.externalObject = e;
|
|
2150
|
+
}
|
|
2151
|
+
return r.externalObject;
|
|
2152
|
+
},
|
|
2153
|
+
enumerable: true,
|
|
2154
|
+
configurable: true
|
|
2155
|
+
});
|
|
2156
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "initialSortDescriptions", {
|
|
2157
|
+
/**
|
|
2158
|
+
* Gets the initial sorts that are applied to the chart.
|
|
2159
|
+
*/
|
|
2160
|
+
get: function () {
|
|
2161
|
+
var r = this.i.ax;
|
|
2162
|
+
if (r == null) {
|
|
2163
|
+
return null;
|
|
2164
|
+
}
|
|
2165
|
+
if (!r.externalObject) {
|
|
2166
|
+
var e = new IgcChartSortDescriptionCollection();
|
|
2167
|
+
if (e.i.setNativeElement) {
|
|
2168
|
+
e.i.setNativeElement(r);
|
|
2169
|
+
}
|
|
2170
|
+
else {
|
|
2171
|
+
e._implementation = r;
|
|
2172
|
+
}
|
|
2173
|
+
r.externalObject = e;
|
|
2174
|
+
}
|
|
2175
|
+
return r.externalObject;
|
|
2176
|
+
},
|
|
2177
|
+
enumerable: true,
|
|
2178
|
+
configurable: true
|
|
2179
|
+
});
|
|
2180
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "initialGroupSortDescriptions", {
|
|
2181
|
+
/**
|
|
2182
|
+
* Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
|
|
2183
|
+
*/
|
|
2184
|
+
get: function () {
|
|
2185
|
+
var r = this.i.aw;
|
|
2186
|
+
if (r == null) {
|
|
2187
|
+
return null;
|
|
2188
|
+
}
|
|
2189
|
+
if (!r.externalObject) {
|
|
2190
|
+
var e = new IgcChartSortDescriptionCollection();
|
|
2191
|
+
if (e.i.setNativeElement) {
|
|
2192
|
+
e.i.setNativeElement(r);
|
|
2193
|
+
}
|
|
2194
|
+
else {
|
|
2195
|
+
e._implementation = r;
|
|
2196
|
+
}
|
|
2197
|
+
r.externalObject = e;
|
|
2198
|
+
}
|
|
2199
|
+
return r.externalObject;
|
|
2200
|
+
},
|
|
2201
|
+
enumerable: true,
|
|
2202
|
+
configurable: true
|
|
2203
|
+
});
|
|
2204
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "initialGroupDescriptions", {
|
|
2205
|
+
/**
|
|
2206
|
+
* Gets the initial groupings that are applied to the chart.
|
|
2207
|
+
*/
|
|
2208
|
+
get: function () {
|
|
2209
|
+
var r = this.i.av;
|
|
2210
|
+
if (r == null) {
|
|
2211
|
+
return null;
|
|
2212
|
+
}
|
|
2213
|
+
if (!r.externalObject) {
|
|
2214
|
+
var e = new IgcChartSortDescriptionCollection();
|
|
2215
|
+
if (e.i.setNativeElement) {
|
|
2216
|
+
e.i.setNativeElement(r);
|
|
2217
|
+
}
|
|
2218
|
+
else {
|
|
2219
|
+
e._implementation = r;
|
|
2220
|
+
}
|
|
2221
|
+
r.externalObject = e;
|
|
2222
|
+
}
|
|
2223
|
+
return r.externalObject;
|
|
2224
|
+
},
|
|
2225
|
+
enumerable: true,
|
|
2226
|
+
configurable: true
|
|
2227
|
+
});
|
|
2228
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "initialSummaryDescriptions", {
|
|
2229
|
+
/**
|
|
2230
|
+
* Gets the initial summaries that are applied to the chart.
|
|
2231
|
+
*/
|
|
2232
|
+
get: function () {
|
|
2233
|
+
var r = this.i.a1;
|
|
2234
|
+
if (r == null) {
|
|
2235
|
+
return null;
|
|
2236
|
+
}
|
|
2237
|
+
if (!r.externalObject) {
|
|
2238
|
+
var e = new IgcChartSummaryDescriptionCollection();
|
|
2239
|
+
if (e.i.setNativeElement) {
|
|
2240
|
+
e.i.setNativeElement(r);
|
|
2241
|
+
}
|
|
2242
|
+
else {
|
|
2243
|
+
e._implementation = r;
|
|
2244
|
+
}
|
|
2245
|
+
r.externalObject = e;
|
|
2246
|
+
}
|
|
2247
|
+
return r.externalObject;
|
|
2248
|
+
},
|
|
2249
|
+
enumerable: true,
|
|
2250
|
+
configurable: true
|
|
2251
|
+
});
|
|
2252
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "initialSorts", {
|
|
2253
|
+
/**
|
|
2254
|
+
* Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
2255
|
+
*/
|
|
2256
|
+
get: function () {
|
|
2257
|
+
return this.i.ok;
|
|
2258
|
+
},
|
|
2259
|
+
set: function (v) {
|
|
2260
|
+
this.i.ok = v;
|
|
2261
|
+
},
|
|
2262
|
+
enumerable: true,
|
|
2263
|
+
configurable: true
|
|
2264
|
+
});
|
|
2265
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "groupSorts", {
|
|
2266
|
+
/**
|
|
2267
|
+
* Gets or sets the sorts to apply after grouping has been applied.
|
|
2268
|
+
*/
|
|
2269
|
+
get: function () {
|
|
2270
|
+
return this.i.n1;
|
|
2271
|
+
},
|
|
2272
|
+
set: function (v) {
|
|
2273
|
+
this.i.n1 = v;
|
|
2274
|
+
},
|
|
2275
|
+
enumerable: true,
|
|
2276
|
+
configurable: true
|
|
2277
|
+
});
|
|
2278
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "initialGroups", {
|
|
2279
|
+
/**
|
|
2280
|
+
* Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
2281
|
+
*/
|
|
2282
|
+
get: function () {
|
|
2283
|
+
return this.i.oi;
|
|
2284
|
+
},
|
|
2285
|
+
set: function (v) {
|
|
2286
|
+
this.i.oi = v;
|
|
2287
|
+
},
|
|
2288
|
+
enumerable: true,
|
|
2289
|
+
configurable: true
|
|
2290
|
+
});
|
|
2291
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "initialSummaries", {
|
|
2292
|
+
/**
|
|
2293
|
+
* Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
2294
|
+
*/
|
|
2295
|
+
get: function () {
|
|
2296
|
+
return this.i.om;
|
|
2297
|
+
},
|
|
2298
|
+
set: function (v) {
|
|
2299
|
+
this.i.om = v;
|
|
2032
2300
|
},
|
|
2033
2301
|
enumerable: true,
|
|
2034
2302
|
configurable: true
|
|
@@ -2156,11 +2424,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2156
2424
|
* ```
|
|
2157
2425
|
*/
|
|
2158
2426
|
get: function () {
|
|
2159
|
-
return this.i.
|
|
2427
|
+
return this.i.fs;
|
|
2160
2428
|
},
|
|
2161
2429
|
set: function (v) {
|
|
2162
|
-
this.i.
|
|
2163
|
-
this._a("isHorizontalZoomEnabled", this.i.
|
|
2430
|
+
this.i.fs = ensureBool(v);
|
|
2431
|
+
this._a("isHorizontalZoomEnabled", this.i.fs);
|
|
2164
2432
|
},
|
|
2165
2433
|
enumerable: true,
|
|
2166
2434
|
configurable: true
|
|
@@ -2176,11 +2444,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2176
2444
|
* ```
|
|
2177
2445
|
*/
|
|
2178
2446
|
get: function () {
|
|
2179
|
-
return this.i.
|
|
2447
|
+
return this.i.fy;
|
|
2180
2448
|
},
|
|
2181
2449
|
set: function (v) {
|
|
2182
|
-
this.i.
|
|
2183
|
-
this._a("isVerticalZoomEnabled", this.i.
|
|
2450
|
+
this.i.fy = ensureBool(v);
|
|
2451
|
+
this._a("isVerticalZoomEnabled", this.i.fy);
|
|
2184
2452
|
},
|
|
2185
2453
|
enumerable: true,
|
|
2186
2454
|
configurable: true
|
|
@@ -2190,11 +2458,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2190
2458
|
* Gets or sets whether the chart should display mock data when the data source has not been provided, if supported for this type of chart.
|
|
2191
2459
|
*/
|
|
2192
2460
|
get: function () {
|
|
2193
|
-
return this.i.
|
|
2461
|
+
return this.i.f1;
|
|
2194
2462
|
},
|
|
2195
2463
|
set: function (v) {
|
|
2196
|
-
this.i.
|
|
2197
|
-
this._a("shouldDisplayMockData", this.i.
|
|
2464
|
+
this.i.f1 = ensureBool(v);
|
|
2465
|
+
this._a("shouldDisplayMockData", this.i.f1);
|
|
2198
2466
|
},
|
|
2199
2467
|
enumerable: true,
|
|
2200
2468
|
configurable: true
|
|
@@ -2204,11 +2472,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2204
2472
|
* Gets or sets whether the chart should use a faded skeleton style for mock data.
|
|
2205
2473
|
*/
|
|
2206
2474
|
get: function () {
|
|
2207
|
-
return this.i.
|
|
2475
|
+
return this.i.f4;
|
|
2208
2476
|
},
|
|
2209
2477
|
set: function (v) {
|
|
2210
|
-
this.i.
|
|
2211
|
-
this._a("shouldUseSkeletonStyleForMockData", this.i.
|
|
2478
|
+
this.i.f4 = ensureBool(v);
|
|
2479
|
+
this._a("shouldUseSkeletonStyleForMockData", this.i.f4);
|
|
2212
2480
|
},
|
|
2213
2481
|
enumerable: true,
|
|
2214
2482
|
configurable: true
|
|
@@ -2219,11 +2487,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2219
2487
|
* This property applies to Category Chart and Financial Chart controls.
|
|
2220
2488
|
*/
|
|
2221
2489
|
get: function () {
|
|
2222
|
-
return this.i.
|
|
2490
|
+
return this.i.fu;
|
|
2223
2491
|
},
|
|
2224
2492
|
set: function (v) {
|
|
2225
|
-
this.i.
|
|
2226
|
-
this._a("isSeriesHighlightingEnabled", this.i.
|
|
2493
|
+
this.i.fu = ensureBool(v);
|
|
2494
|
+
this._a("isSeriesHighlightingEnabled", this.i.fu);
|
|
2227
2495
|
},
|
|
2228
2496
|
enumerable: true,
|
|
2229
2497
|
configurable: true
|
|
@@ -2240,11 +2508,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2240
2508
|
* ```
|
|
2241
2509
|
*/
|
|
2242
2510
|
get: function () {
|
|
2243
|
-
return fromRect(this.i.
|
|
2511
|
+
return fromRect(this.i.ur);
|
|
2244
2512
|
},
|
|
2245
2513
|
set: function (v) {
|
|
2246
|
-
this.i.
|
|
2247
|
-
this._a("windowRect", rectToString(this.i.
|
|
2514
|
+
this.i.ur = toRect(v);
|
|
2515
|
+
this._a("windowRect", rectToString(this.i.ur));
|
|
2248
2516
|
},
|
|
2249
2517
|
enumerable: true,
|
|
2250
2518
|
configurable: true
|
|
@@ -2260,7 +2528,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2260
2528
|
* ```
|
|
2261
2529
|
*/
|
|
2262
2530
|
get: function () {
|
|
2263
|
-
return fromRect(this.i.
|
|
2531
|
+
return fromRect(this.i.uq);
|
|
2264
2532
|
},
|
|
2265
2533
|
enumerable: true,
|
|
2266
2534
|
configurable: true
|
|
@@ -2276,10 +2544,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2276
2544
|
* ```
|
|
2277
2545
|
*/
|
|
2278
2546
|
get: function () {
|
|
2279
|
-
return this.i.
|
|
2547
|
+
return this.i.pw;
|
|
2280
2548
|
},
|
|
2281
2549
|
set: function (v) {
|
|
2282
|
-
this.i.
|
|
2550
|
+
this.i.pw = v;
|
|
2283
2551
|
},
|
|
2284
2552
|
enumerable: true,
|
|
2285
2553
|
configurable: true
|
|
@@ -2295,10 +2563,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2295
2563
|
* ```
|
|
2296
2564
|
*/
|
|
2297
2565
|
get: function () {
|
|
2298
|
-
return this.i.
|
|
2566
|
+
return this.i.pl;
|
|
2299
2567
|
},
|
|
2300
2568
|
set: function (v) {
|
|
2301
|
-
this.i.
|
|
2569
|
+
this.i.pl = v;
|
|
2302
2570
|
},
|
|
2303
2571
|
enumerable: true,
|
|
2304
2572
|
configurable: true
|
|
@@ -2314,11 +2582,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2314
2582
|
* ```
|
|
2315
2583
|
*/
|
|
2316
2584
|
get: function () {
|
|
2317
|
-
return this.i.
|
|
2585
|
+
return this.i.s8;
|
|
2318
2586
|
},
|
|
2319
2587
|
set: function (v) {
|
|
2320
|
-
this.i.
|
|
2321
|
-
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2588
|
+
this.i.s8 = ensureEnum(HorizontalAlignment_$type, v);
|
|
2589
|
+
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.s8));
|
|
2322
2590
|
},
|
|
2323
2591
|
enumerable: true,
|
|
2324
2592
|
configurable: true
|
|
@@ -2334,11 +2602,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2334
2602
|
* ```
|
|
2335
2603
|
*/
|
|
2336
2604
|
get: function () {
|
|
2337
|
-
return this.i.
|
|
2605
|
+
return this.i.s7;
|
|
2338
2606
|
},
|
|
2339
2607
|
set: function (v) {
|
|
2340
|
-
this.i.
|
|
2341
|
-
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2608
|
+
this.i.s7 = ensureEnum(HorizontalAlignment_$type, v);
|
|
2609
|
+
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.s7));
|
|
2342
2610
|
},
|
|
2343
2611
|
enumerable: true,
|
|
2344
2612
|
configurable: true
|
|
@@ -2355,11 +2623,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2355
2623
|
* ```
|
|
2356
2624
|
*/
|
|
2357
2625
|
get: function () {
|
|
2358
|
-
return this.i.
|
|
2626
|
+
return this.i.dl;
|
|
2359
2627
|
},
|
|
2360
2628
|
set: function (v) {
|
|
2361
|
-
this.i.
|
|
2362
|
-
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.
|
|
2629
|
+
this.i.dl = ensureEnum(UnknownValuePlotting_$type, v);
|
|
2630
|
+
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.dl));
|
|
2363
2631
|
},
|
|
2364
2632
|
enumerable: true,
|
|
2365
2633
|
configurable: true
|
|
@@ -2376,11 +2644,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2376
2644
|
* ```
|
|
2377
2645
|
*/
|
|
2378
2646
|
get: function () {
|
|
2379
|
-
return this.i.
|
|
2647
|
+
return this.i.ih;
|
|
2380
2648
|
},
|
|
2381
2649
|
set: function (v) {
|
|
2382
|
-
this.i.
|
|
2383
|
-
this._a("resolution", this.i.
|
|
2650
|
+
this.i.ih = +v;
|
|
2651
|
+
this._a("resolution", this.i.ih);
|
|
2384
2652
|
},
|
|
2385
2653
|
enumerable: true,
|
|
2386
2654
|
configurable: true
|
|
@@ -2392,11 +2660,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2392
2660
|
* Use the `thickness` property for the thickness of all the series in this chart.
|
|
2393
2661
|
*/
|
|
2394
2662
|
get: function () {
|
|
2395
|
-
return this.i.
|
|
2663
|
+
return this.i.io;
|
|
2396
2664
|
},
|
|
2397
2665
|
set: function (v) {
|
|
2398
|
-
this.i.
|
|
2399
|
-
this._a("thickness", this.i.
|
|
2666
|
+
this.i.io = +v;
|
|
2667
|
+
this._a("thickness", this.i.io);
|
|
2400
2668
|
},
|
|
2401
2669
|
enumerable: true,
|
|
2402
2670
|
configurable: true
|
|
@@ -2406,11 +2674,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2406
2674
|
* Gets or sets the OutlineMode for all series in this chart.
|
|
2407
2675
|
*/
|
|
2408
2676
|
get: function () {
|
|
2409
|
-
return this.i.
|
|
2677
|
+
return this.i.c3;
|
|
2410
2678
|
},
|
|
2411
2679
|
set: function (v) {
|
|
2412
|
-
this.i.
|
|
2413
|
-
this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.
|
|
2680
|
+
this.i.c3 = ensureEnum(SeriesOutlineMode_$type, v);
|
|
2681
|
+
this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.c3));
|
|
2414
2682
|
},
|
|
2415
2683
|
enumerable: true,
|
|
2416
2684
|
configurable: true
|
|
@@ -2420,11 +2688,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2420
2688
|
* Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
|
|
2421
2689
|
*/
|
|
2422
2690
|
get: function () {
|
|
2423
|
-
return this.i.
|
|
2691
|
+
return this.i.ck;
|
|
2424
2692
|
},
|
|
2425
2693
|
set: function (v) {
|
|
2426
|
-
this.i.
|
|
2427
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
2694
|
+
this.i.ck = ensureEnum(MarkerOutlineMode_$type, v);
|
|
2695
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ck));
|
|
2428
2696
|
},
|
|
2429
2697
|
enumerable: true,
|
|
2430
2698
|
configurable: true
|
|
@@ -2434,11 +2702,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2434
2702
|
* Gets or sets the MarkerFillMode for all series that support markers in this chart.
|
|
2435
2703
|
*/
|
|
2436
2704
|
get: function () {
|
|
2437
|
-
return this.i.
|
|
2705
|
+
return this.i.ci;
|
|
2438
2706
|
},
|
|
2439
2707
|
set: function (v) {
|
|
2440
|
-
this.i.
|
|
2441
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
2708
|
+
this.i.ci = ensureEnum(MarkerFillMode_$type, v);
|
|
2709
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.ci));
|
|
2442
2710
|
},
|
|
2443
2711
|
enumerable: true,
|
|
2444
2712
|
configurable: true
|
|
@@ -2448,11 +2716,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2448
2716
|
* Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
|
|
2449
2717
|
*/
|
|
2450
2718
|
get: function () {
|
|
2451
|
-
return this.i.
|
|
2719
|
+
return this.i.h9;
|
|
2452
2720
|
},
|
|
2453
2721
|
set: function (v) {
|
|
2454
|
-
this.i.
|
|
2455
|
-
this._a("markerFillOpacity", this.i.
|
|
2722
|
+
this.i.h9 = +v;
|
|
2723
|
+
this._a("markerFillOpacity", this.i.h9);
|
|
2456
2724
|
},
|
|
2457
2725
|
enumerable: true,
|
|
2458
2726
|
configurable: true
|
|
@@ -2462,11 +2730,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2462
2730
|
* Gets or sets the Marker Thickness for all series that support markers in this chart.
|
|
2463
2731
|
*/
|
|
2464
2732
|
get: function () {
|
|
2465
|
-
return this.i.
|
|
2733
|
+
return this.i.ia;
|
|
2466
2734
|
},
|
|
2467
2735
|
set: function (v) {
|
|
2468
|
-
this.i.
|
|
2469
|
-
this._a("markerThickness", this.i.
|
|
2736
|
+
this.i.ia = +v;
|
|
2737
|
+
this._a("markerThickness", this.i.ia);
|
|
2470
2738
|
},
|
|
2471
2739
|
enumerable: true,
|
|
2472
2740
|
configurable: true
|
|
@@ -2479,12 +2747,12 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2479
2747
|
get: function () {
|
|
2480
2748
|
if (this._markerTypes === null) {
|
|
2481
2749
|
var coll = new IgcMarkerTypeCollection();
|
|
2482
|
-
var innerColl = this.i.
|
|
2750
|
+
var innerColl = this.i.cp;
|
|
2483
2751
|
if (!innerColl) {
|
|
2484
2752
|
innerColl = new MarkerTypeCollection_internal();
|
|
2485
2753
|
}
|
|
2486
2754
|
this._markerTypes = coll._fromInner(innerColl);
|
|
2487
|
-
this.i.
|
|
2755
|
+
this.i.cp = innerColl;
|
|
2488
2756
|
}
|
|
2489
2757
|
return this._markerTypes;
|
|
2490
2758
|
},
|
|
@@ -2496,14 +2764,14 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2496
2764
|
var coll = new IgcMarkerTypeCollection();
|
|
2497
2765
|
this._markerTypes = coll._fromOuter(v);
|
|
2498
2766
|
var syncColl = new SyncableObservableCollection$1(MarkerType_$type);
|
|
2499
|
-
var innerColl = this.i.
|
|
2767
|
+
var innerColl = this.i.cp;
|
|
2500
2768
|
if (!innerColl) {
|
|
2501
2769
|
innerColl = new MarkerTypeCollection_internal();
|
|
2502
2770
|
}
|
|
2503
2771
|
syncColl._inner = innerColl;
|
|
2504
2772
|
syncColl.clear();
|
|
2505
2773
|
this._markerTypes._setSyncTarget(syncColl);
|
|
2506
|
-
this.i.
|
|
2774
|
+
this.i.cp = innerColl;
|
|
2507
2775
|
},
|
|
2508
2776
|
enumerable: true,
|
|
2509
2777
|
configurable: true
|
|
@@ -2514,11 +2782,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2514
2782
|
* This property is ignored when the MarkerTypes property is set
|
|
2515
2783
|
*/
|
|
2516
2784
|
get: function () {
|
|
2517
|
-
return this.i.
|
|
2785
|
+
return this.i.cg;
|
|
2518
2786
|
},
|
|
2519
2787
|
set: function (v) {
|
|
2520
|
-
this.i.
|
|
2521
|
-
this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.
|
|
2788
|
+
this.i.cg = ensureEnum(MarkerAutomaticBehavior_$type, v);
|
|
2789
|
+
this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.cg));
|
|
2522
2790
|
},
|
|
2523
2791
|
enumerable: true,
|
|
2524
2792
|
configurable: true
|
|
@@ -2576,11 +2844,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2576
2844
|
* ```
|
|
2577
2845
|
*/
|
|
2578
2846
|
get: function () {
|
|
2579
|
-
return this.i.
|
|
2847
|
+
return this.i.jm;
|
|
2580
2848
|
},
|
|
2581
2849
|
set: function (v) {
|
|
2582
|
-
this.i.
|
|
2583
|
-
this._a("markerMaxCount", this.i.
|
|
2850
|
+
this.i.jm = +v;
|
|
2851
|
+
this._a("markerMaxCount", this.i.jm);
|
|
2584
2852
|
},
|
|
2585
2853
|
enumerable: true,
|
|
2586
2854
|
configurable: true
|
|
@@ -2591,11 +2859,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2591
2859
|
* For example, Area, SplineArea, Column chart types
|
|
2592
2860
|
*/
|
|
2593
2861
|
get: function () {
|
|
2594
|
-
return this.i.
|
|
2862
|
+
return this.i.hu;
|
|
2595
2863
|
},
|
|
2596
2864
|
set: function (v) {
|
|
2597
|
-
this.i.
|
|
2598
|
-
this._a("areaFillOpacity", this.i.
|
|
2865
|
+
this.i.hu = +v;
|
|
2866
|
+
this._a("areaFillOpacity", this.i.hu);
|
|
2599
2867
|
},
|
|
2600
2868
|
enumerable: true,
|
|
2601
2869
|
configurable: true
|
|
@@ -2605,11 +2873,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2605
2873
|
* Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
|
|
2606
2874
|
*/
|
|
2607
2875
|
get: function () {
|
|
2608
|
-
return this.i.
|
|
2876
|
+
return this.i.e8;
|
|
2609
2877
|
},
|
|
2610
2878
|
set: function (v) {
|
|
2611
|
-
this.i.
|
|
2612
|
-
this._a("animateSeriesWhenAxisRangeChanges", this.i.
|
|
2879
|
+
this.i.e8 = ensureBool(v);
|
|
2880
|
+
this._a("animateSeriesWhenAxisRangeChanges", this.i.e8);
|
|
2613
2881
|
},
|
|
2614
2882
|
enumerable: true,
|
|
2615
2883
|
configurable: true
|
|
@@ -2647,11 +2915,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2647
2915
|
* ```
|
|
2648
2916
|
*/
|
|
2649
2917
|
get: function () {
|
|
2650
|
-
return this.i.
|
|
2918
|
+
return this.i.dj;
|
|
2651
2919
|
},
|
|
2652
2920
|
set: function (v) {
|
|
2653
|
-
this.i.
|
|
2654
|
-
this._a("trendLineType", enumToString(TrendLineType_$type, this.i.
|
|
2921
|
+
this.i.dj = ensureEnum(TrendLineType_$type, v);
|
|
2922
|
+
this._a("trendLineType", enumToString(TrendLineType_$type, this.i.dj));
|
|
2655
2923
|
},
|
|
2656
2924
|
enumerable: true,
|
|
2657
2925
|
configurable: true
|
|
@@ -2668,11 +2936,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2668
2936
|
* ```
|
|
2669
2937
|
*/
|
|
2670
2938
|
get: function () {
|
|
2671
|
-
return this.i.
|
|
2939
|
+
return this.i.iu;
|
|
2672
2940
|
},
|
|
2673
2941
|
set: function (v) {
|
|
2674
|
-
this.i.
|
|
2675
|
-
this._a("trendLineThickness", this.i.
|
|
2942
|
+
this.i.iu = +v;
|
|
2943
|
+
this._a("trendLineThickness", this.i.iu);
|
|
2676
2944
|
},
|
|
2677
2945
|
enumerable: true,
|
|
2678
2946
|
configurable: true
|
|
@@ -2688,11 +2956,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2688
2956
|
* ```
|
|
2689
2957
|
*/
|
|
2690
2958
|
get: function () {
|
|
2691
|
-
return this.i.
|
|
2959
|
+
return this.i.e7;
|
|
2692
2960
|
},
|
|
2693
2961
|
set: function (v) {
|
|
2694
|
-
this.i.
|
|
2695
|
-
this._a("alignsGridLinesToPixels", this.i.
|
|
2962
|
+
this.i.e7 = ensureBool(v);
|
|
2963
|
+
this._a("alignsGridLinesToPixels", this.i.e7);
|
|
2696
2964
|
},
|
|
2697
2965
|
enumerable: true,
|
|
2698
2966
|
configurable: true
|
|
@@ -2702,11 +2970,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2702
2970
|
* Margin applied to the Left of the plot area.
|
|
2703
2971
|
*/
|
|
2704
2972
|
get: function () {
|
|
2705
|
-
return this.i.
|
|
2973
|
+
return this.i.id;
|
|
2706
2974
|
},
|
|
2707
2975
|
set: function (v) {
|
|
2708
|
-
this.i.
|
|
2709
|
-
this._a("plotAreaMarginLeft", this.i.
|
|
2976
|
+
this.i.id = +v;
|
|
2977
|
+
this._a("plotAreaMarginLeft", this.i.id);
|
|
2710
2978
|
},
|
|
2711
2979
|
enumerable: true,
|
|
2712
2980
|
configurable: true
|
|
@@ -2716,11 +2984,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2716
2984
|
* Margin applied to the Top of the plot area.
|
|
2717
2985
|
*/
|
|
2718
2986
|
get: function () {
|
|
2719
|
-
return this.i.
|
|
2987
|
+
return this.i.ig;
|
|
2720
2988
|
},
|
|
2721
2989
|
set: function (v) {
|
|
2722
|
-
this.i.
|
|
2723
|
-
this._a("plotAreaMarginTop", this.i.
|
|
2990
|
+
this.i.ig = +v;
|
|
2991
|
+
this._a("plotAreaMarginTop", this.i.ig);
|
|
2724
2992
|
},
|
|
2725
2993
|
enumerable: true,
|
|
2726
2994
|
configurable: true
|
|
@@ -2730,11 +2998,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2730
2998
|
* Margin applied to the right of the plot area.
|
|
2731
2999
|
*/
|
|
2732
3000
|
get: function () {
|
|
2733
|
-
return this.i.
|
|
3001
|
+
return this.i.ie;
|
|
2734
3002
|
},
|
|
2735
3003
|
set: function (v) {
|
|
2736
|
-
this.i.
|
|
2737
|
-
this._a("plotAreaMarginRight", this.i.
|
|
3004
|
+
this.i.ie = +v;
|
|
3005
|
+
this._a("plotAreaMarginRight", this.i.ie);
|
|
2738
3006
|
},
|
|
2739
3007
|
enumerable: true,
|
|
2740
3008
|
configurable: true
|
|
@@ -2744,11 +3012,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2744
3012
|
* Margin applied below the plot area.
|
|
2745
3013
|
*/
|
|
2746
3014
|
get: function () {
|
|
2747
|
-
return this.i.
|
|
3015
|
+
return this.i.ic;
|
|
2748
3016
|
},
|
|
2749
3017
|
set: function (v) {
|
|
2750
|
-
this.i.
|
|
2751
|
-
this._a("plotAreaMarginBottom", this.i.
|
|
3018
|
+
this.i.ic = +v;
|
|
3019
|
+
this._a("plotAreaMarginBottom", this.i.ic);
|
|
2752
3020
|
},
|
|
2753
3021
|
enumerable: true,
|
|
2754
3022
|
configurable: true
|
|
@@ -2758,11 +3026,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2758
3026
|
* Gets or sets mode to use for automatically calculating the plot area margin.
|
|
2759
3027
|
*/
|
|
2760
3028
|
get: function () {
|
|
2761
|
-
return this.i.
|
|
3029
|
+
return this.i.a4;
|
|
2762
3030
|
},
|
|
2763
3031
|
set: function (v) {
|
|
2764
|
-
this.i.
|
|
2765
|
-
this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.
|
|
3032
|
+
this.i.a4 = ensureEnum(ComputedPlotAreaMarginMode_$type, v);
|
|
3033
|
+
this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.a4));
|
|
2766
3034
|
},
|
|
2767
3035
|
enumerable: true,
|
|
2768
3036
|
configurable: true
|
|
@@ -2772,11 +3040,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2772
3040
|
* Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
|
|
2773
3041
|
*/
|
|
2774
3042
|
get: function () {
|
|
2775
|
-
return this.i.
|
|
3043
|
+
return this.i.c5;
|
|
2776
3044
|
},
|
|
2777
3045
|
set: function (v) {
|
|
2778
|
-
this.i.
|
|
2779
|
-
this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.
|
|
3046
|
+
this.i.c5 = ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
|
|
3047
|
+
this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.c5));
|
|
2780
3048
|
},
|
|
2781
3049
|
enumerable: true,
|
|
2782
3050
|
configurable: true
|
|
@@ -2786,11 +3054,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2786
3054
|
* Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
|
|
2787
3055
|
*/
|
|
2788
3056
|
get: function () {
|
|
2789
|
-
return this.i.
|
|
3057
|
+
return this.i.c7;
|
|
2790
3058
|
},
|
|
2791
3059
|
set: function (v) {
|
|
2792
|
-
this.i.
|
|
2793
|
-
this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.
|
|
3060
|
+
this.i.c7 = ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
|
|
3061
|
+
this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.c7));
|
|
2794
3062
|
},
|
|
2795
3063
|
enumerable: true,
|
|
2796
3064
|
configurable: true
|
|
@@ -2800,11 +3068,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2800
3068
|
* Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
2801
3069
|
*/
|
|
2802
3070
|
get: function () {
|
|
2803
|
-
return this.i.
|
|
3071
|
+
return this.i.c1;
|
|
2804
3072
|
},
|
|
2805
3073
|
set: function (v) {
|
|
2806
|
-
this.i.
|
|
2807
|
-
this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.
|
|
3074
|
+
this.i.c1 = ensureEnum(SeriesHighlightingMode_$type, v);
|
|
3075
|
+
this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.c1));
|
|
2808
3076
|
},
|
|
2809
3077
|
enumerable: true,
|
|
2810
3078
|
configurable: true
|
|
@@ -2814,11 +3082,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2814
3082
|
* Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
2815
3083
|
*/
|
|
2816
3084
|
get: function () {
|
|
2817
|
-
return this.i.
|
|
3085
|
+
return this.i.cz;
|
|
2818
3086
|
},
|
|
2819
3087
|
set: function (v) {
|
|
2820
|
-
this.i.
|
|
2821
|
-
this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.
|
|
3088
|
+
this.i.cz = ensureEnum(SeriesHighlightingBehavior_$type, v);
|
|
3089
|
+
this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.cz));
|
|
2822
3090
|
},
|
|
2823
3091
|
enumerable: true,
|
|
2824
3092
|
configurable: true
|
|
@@ -2828,11 +3096,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2828
3096
|
* Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
|
|
2829
3097
|
*/
|
|
2830
3098
|
get: function () {
|
|
2831
|
-
return this.i.
|
|
3099
|
+
return this.i.b8;
|
|
2832
3100
|
},
|
|
2833
3101
|
set: function (v) {
|
|
2834
|
-
this.i.
|
|
2835
|
-
this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.
|
|
3102
|
+
this.i.b8 = ensureEnum(LegendHighlightingMode_$type, v);
|
|
3103
|
+
this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.b8));
|
|
2836
3104
|
},
|
|
2837
3105
|
enumerable: true,
|
|
2838
3106
|
configurable: true
|
|
@@ -2843,11 +3111,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2843
3111
|
* This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
|
|
2844
3112
|
*/
|
|
2845
3113
|
get: function () {
|
|
2846
|
-
return this.i.
|
|
3114
|
+
return this.i.ce;
|
|
2847
3115
|
},
|
|
2848
3116
|
set: function (v) {
|
|
2849
|
-
this.i.
|
|
2850
|
-
this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
3117
|
+
this.i.ce = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
3118
|
+
this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.ce));
|
|
2851
3119
|
},
|
|
2852
3120
|
enumerable: true,
|
|
2853
3121
|
configurable: true
|
|
@@ -2858,22 +3126,22 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2858
3126
|
* This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
|
|
2859
3127
|
*/
|
|
2860
3128
|
get: function () {
|
|
2861
|
-
return this.i.
|
|
3129
|
+
return this.i.ca;
|
|
2862
3130
|
},
|
|
2863
3131
|
set: function (v) {
|
|
2864
|
-
this.i.
|
|
2865
|
-
this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.
|
|
3132
|
+
this.i.ca = ensureEnum(LegendItemBadgeMode_$type, v);
|
|
3133
|
+
this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.ca));
|
|
2866
3134
|
},
|
|
2867
3135
|
enumerable: true,
|
|
2868
3136
|
configurable: true
|
|
2869
3137
|
});
|
|
2870
3138
|
Object.defineProperty(IgcDomainChartComponent.prototype, "trendLinePeriod", {
|
|
2871
3139
|
get: function () {
|
|
2872
|
-
return this.i.
|
|
3140
|
+
return this.i.jo;
|
|
2873
3141
|
},
|
|
2874
3142
|
set: function (v) {
|
|
2875
|
-
this.i.
|
|
2876
|
-
this._a("trendLinePeriod", this.i.
|
|
3143
|
+
this.i.jo = +v;
|
|
3144
|
+
this._a("trendLinePeriod", this.i.jo);
|
|
2877
3145
|
},
|
|
2878
3146
|
enumerable: true,
|
|
2879
3147
|
configurable: true
|
|
@@ -2883,11 +3151,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2883
3151
|
* Gets or sets the style of tooltip to be displayed.
|
|
2884
3152
|
*/
|
|
2885
3153
|
get: function () {
|
|
2886
|
-
return this.i.
|
|
3154
|
+
return this.i.dh;
|
|
2887
3155
|
},
|
|
2888
3156
|
set: function (v) {
|
|
2889
|
-
this.i.
|
|
2890
|
-
this._a("toolTipType", enumToString(ToolTipType_$type, this.i.
|
|
3157
|
+
this.i.dh = ensureEnum(ToolTipType_$type, v);
|
|
3158
|
+
this._a("toolTipType", enumToString(ToolTipType_$type, this.i.dh));
|
|
2891
3159
|
},
|
|
2892
3160
|
enumerable: true,
|
|
2893
3161
|
configurable: true
|
|
@@ -2897,11 +3165,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2897
3165
|
* Gets or sets the crosshairs to be displayed.
|
|
2898
3166
|
*/
|
|
2899
3167
|
get: function () {
|
|
2900
|
-
return this.i.
|
|
3168
|
+
return this.i.a7;
|
|
2901
3169
|
},
|
|
2902
3170
|
set: function (v) {
|
|
2903
|
-
this.i.
|
|
2904
|
-
this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.
|
|
3171
|
+
this.i.a7 = ensureEnum(CrosshairsDisplayMode_$type, v);
|
|
3172
|
+
this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.a7));
|
|
2905
3173
|
},
|
|
2906
3174
|
enumerable: true,
|
|
2907
3175
|
configurable: true
|
|
@@ -2911,11 +3179,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2911
3179
|
* Gets or sets whether crosshairs will snap to the nearest data point.
|
|
2912
3180
|
*/
|
|
2913
3181
|
get: function () {
|
|
2914
|
-
return this.i.
|
|
3182
|
+
return this.i.fd;
|
|
2915
3183
|
},
|
|
2916
3184
|
set: function (v) {
|
|
2917
|
-
this.i.
|
|
2918
|
-
this._a("crosshairsSnapToData", this.i.
|
|
3185
|
+
this.i.fd = ensureBool(v);
|
|
3186
|
+
this._a("crosshairsSnapToData", this.i.fd);
|
|
2919
3187
|
},
|
|
2920
3188
|
enumerable: true,
|
|
2921
3189
|
configurable: true
|
|
@@ -2925,11 +3193,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2925
3193
|
* Gets or sets the color to apply to vertical crosshairs line.
|
|
2926
3194
|
*/
|
|
2927
3195
|
get: function () {
|
|
2928
|
-
return brushToString(this.i.
|
|
3196
|
+
return brushToString(this.i.t1);
|
|
2929
3197
|
},
|
|
2930
3198
|
set: function (v) {
|
|
2931
|
-
this.i.
|
|
2932
|
-
this._a("crosshairsLineVerticalStroke", brushToString(this.i.
|
|
3199
|
+
this.i.t1 = stringToBrush(v);
|
|
3200
|
+
this._a("crosshairsLineVerticalStroke", brushToString(this.i.t1));
|
|
2933
3201
|
},
|
|
2934
3202
|
enumerable: true,
|
|
2935
3203
|
configurable: true
|
|
@@ -2939,11 +3207,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2939
3207
|
* Gets or sets thickness of crosshairs lines.
|
|
2940
3208
|
*/
|
|
2941
3209
|
get: function () {
|
|
2942
|
-
return this.i.
|
|
3210
|
+
return this.i.hw;
|
|
2943
3211
|
},
|
|
2944
3212
|
set: function (v) {
|
|
2945
|
-
this.i.
|
|
2946
|
-
this._a("crosshairsLineThickness", this.i.
|
|
3213
|
+
this.i.hw = +v;
|
|
3214
|
+
this._a("crosshairsLineThickness", this.i.hw);
|
|
2947
3215
|
},
|
|
2948
3216
|
enumerable: true,
|
|
2949
3217
|
configurable: true
|
|
@@ -2953,11 +3221,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2953
3221
|
* Gets or sets the color to apply to horizontal crosshairs line.
|
|
2954
3222
|
*/
|
|
2955
3223
|
get: function () {
|
|
2956
|
-
return brushToString(this.i.
|
|
3224
|
+
return brushToString(this.i.t0);
|
|
2957
3225
|
},
|
|
2958
3226
|
set: function (v) {
|
|
2959
|
-
this.i.
|
|
2960
|
-
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.
|
|
3227
|
+
this.i.t0 = stringToBrush(v);
|
|
3228
|
+
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.t0));
|
|
2961
3229
|
},
|
|
2962
3230
|
enumerable: true,
|
|
2963
3231
|
configurable: true
|
|
@@ -2967,11 +3235,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2967
3235
|
* Gets or sets whether annotations are shown along the axis for crosshair values
|
|
2968
3236
|
*/
|
|
2969
3237
|
get: function () {
|
|
2970
|
-
return this.i.
|
|
3238
|
+
return this.i.fc;
|
|
2971
3239
|
},
|
|
2972
3240
|
set: function (v) {
|
|
2973
|
-
this.i.
|
|
2974
|
-
this._a("crosshairsAnnotationEnabled", this.i.
|
|
3241
|
+
this.i.fc = ensureBool(v);
|
|
3242
|
+
this._a("crosshairsAnnotationEnabled", this.i.fc);
|
|
2975
3243
|
},
|
|
2976
3244
|
enumerable: true,
|
|
2977
3245
|
configurable: true
|
|
@@ -2981,11 +3249,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2981
3249
|
* Gets or sets the background of crosshair annotation on x-axis.
|
|
2982
3250
|
*/
|
|
2983
3251
|
get: function () {
|
|
2984
|
-
return brushToString(this.i.
|
|
3252
|
+
return brushToString(this.i.tw);
|
|
2985
3253
|
},
|
|
2986
3254
|
set: function (v) {
|
|
2987
|
-
this.i.
|
|
2988
|
-
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.
|
|
3255
|
+
this.i.tw = stringToBrush(v);
|
|
3256
|
+
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.tw));
|
|
2989
3257
|
},
|
|
2990
3258
|
enumerable: true,
|
|
2991
3259
|
configurable: true
|
|
@@ -2995,11 +3263,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2995
3263
|
* Gets or sets the background of crosshair annotation on y-axis.
|
|
2996
3264
|
*/
|
|
2997
3265
|
get: function () {
|
|
2998
|
-
return brushToString(this.i.
|
|
3266
|
+
return brushToString(this.i.ty);
|
|
2999
3267
|
},
|
|
3000
3268
|
set: function (v) {
|
|
3001
|
-
this.i.
|
|
3002
|
-
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.
|
|
3269
|
+
this.i.ty = stringToBrush(v);
|
|
3270
|
+
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.ty));
|
|
3003
3271
|
},
|
|
3004
3272
|
enumerable: true,
|
|
3005
3273
|
configurable: true
|
|
@@ -3009,11 +3277,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3009
3277
|
* Gets or sets the text color of crosshair annotation on x-axis.
|
|
3010
3278
|
*/
|
|
3011
3279
|
get: function () {
|
|
3012
|
-
return brushToString(this.i.
|
|
3280
|
+
return brushToString(this.i.tx);
|
|
3013
3281
|
},
|
|
3014
3282
|
set: function (v) {
|
|
3015
|
-
this.i.
|
|
3016
|
-
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.
|
|
3283
|
+
this.i.tx = stringToBrush(v);
|
|
3284
|
+
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.tx));
|
|
3017
3285
|
},
|
|
3018
3286
|
enumerable: true,
|
|
3019
3287
|
configurable: true
|
|
@@ -3023,11 +3291,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3023
3291
|
* Gets or sets the text color of crosshair annotation on y-axis.
|
|
3024
3292
|
*/
|
|
3025
3293
|
get: function () {
|
|
3026
|
-
return brushToString(this.i.
|
|
3294
|
+
return brushToString(this.i.tz);
|
|
3027
3295
|
},
|
|
3028
3296
|
set: function (v) {
|
|
3029
|
-
this.i.
|
|
3030
|
-
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.
|
|
3297
|
+
this.i.tz = stringToBrush(v);
|
|
3298
|
+
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.tz));
|
|
3031
3299
|
},
|
|
3032
3300
|
enumerable: true,
|
|
3033
3301
|
configurable: true
|
|
@@ -3037,11 +3305,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3037
3305
|
* Gets or sets precision on interpolated values of crosshairs on x-axis.
|
|
3038
3306
|
*/
|
|
3039
3307
|
get: function () {
|
|
3040
|
-
return this.i.
|
|
3308
|
+
return this.i.jh;
|
|
3041
3309
|
},
|
|
3042
3310
|
set: function (v) {
|
|
3043
|
-
this.i.
|
|
3044
|
-
this._a("crosshairsAnnotationXAxisPrecision", this.i.
|
|
3311
|
+
this.i.jh = +v;
|
|
3312
|
+
this._a("crosshairsAnnotationXAxisPrecision", this.i.jh);
|
|
3045
3313
|
},
|
|
3046
3314
|
enumerable: true,
|
|
3047
3315
|
configurable: true
|
|
@@ -3051,11 +3319,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3051
3319
|
* Gets or sets precision on interpolated values of crosshairs on y-axis.
|
|
3052
3320
|
*/
|
|
3053
3321
|
get: function () {
|
|
3054
|
-
return this.i.
|
|
3322
|
+
return this.i.ji;
|
|
3055
3323
|
},
|
|
3056
3324
|
set: function (v) {
|
|
3057
|
-
this.i.
|
|
3058
|
-
this._a("crosshairsAnnotationYAxisPrecision", this.i.
|
|
3325
|
+
this.i.ji = +v;
|
|
3326
|
+
this._a("crosshairsAnnotationYAxisPrecision", this.i.ji);
|
|
3059
3327
|
},
|
|
3060
3328
|
enumerable: true,
|
|
3061
3329
|
configurable: true
|
|
@@ -3065,11 +3333,25 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3065
3333
|
* Gets or sets whether annotations for the final value of each series is displayed on the axis.
|
|
3066
3334
|
*/
|
|
3067
3335
|
get: function () {
|
|
3068
|
-
return this.i.
|
|
3336
|
+
return this.i.f0;
|
|
3069
3337
|
},
|
|
3070
3338
|
set: function (v) {
|
|
3071
|
-
this.i.
|
|
3072
|
-
this._a("shouldAvoidAxisAnnotationCollisions", this.i.
|
|
3339
|
+
this.i.f0 = ensureBool(v);
|
|
3340
|
+
this._a("shouldAvoidAxisAnnotationCollisions", this.i.f0);
|
|
3341
|
+
},
|
|
3342
|
+
enumerable: true,
|
|
3343
|
+
configurable: true
|
|
3344
|
+
});
|
|
3345
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "shouldPanOnMaximumZoom", {
|
|
3346
|
+
/**
|
|
3347
|
+
* Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
|
|
3348
|
+
*/
|
|
3349
|
+
get: function () {
|
|
3350
|
+
return this.i.f2;
|
|
3351
|
+
},
|
|
3352
|
+
set: function (v) {
|
|
3353
|
+
this.i.f2 = ensureBool(v);
|
|
3354
|
+
this._a("shouldPanOnMaximumZoom", this.i.f2);
|
|
3073
3355
|
},
|
|
3074
3356
|
enumerable: true,
|
|
3075
3357
|
configurable: true
|
|
@@ -3079,11 +3361,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3079
3361
|
* Gets or sets whether annotations for the final value of each series is displayed on the axis.
|
|
3080
3362
|
*/
|
|
3081
3363
|
get: function () {
|
|
3082
|
-
return this.i.
|
|
3364
|
+
return this.i.fj;
|
|
3083
3365
|
},
|
|
3084
3366
|
set: function (v) {
|
|
3085
|
-
this.i.
|
|
3086
|
-
this._a("finalValueAnnotationsVisible", this.i.
|
|
3367
|
+
this.i.fj = ensureBool(v);
|
|
3368
|
+
this._a("finalValueAnnotationsVisible", this.i.fj);
|
|
3087
3369
|
},
|
|
3088
3370
|
enumerable: true,
|
|
3089
3371
|
configurable: true
|
|
@@ -3093,11 +3375,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3093
3375
|
* Gets or sets the background of final value annotation.
|
|
3094
3376
|
*/
|
|
3095
3377
|
get: function () {
|
|
3096
|
-
return brushToString(this.i.
|
|
3378
|
+
return brushToString(this.i.ub);
|
|
3097
3379
|
},
|
|
3098
3380
|
set: function (v) {
|
|
3099
|
-
this.i.
|
|
3100
|
-
this._a("finalValueAnnotationsBackground", brushToString(this.i.
|
|
3381
|
+
this.i.ub = stringToBrush(v);
|
|
3382
|
+
this._a("finalValueAnnotationsBackground", brushToString(this.i.ub));
|
|
3101
3383
|
},
|
|
3102
3384
|
enumerable: true,
|
|
3103
3385
|
configurable: true
|
|
@@ -3107,11 +3389,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3107
3389
|
* Gets or sets the text color of final value annotation.
|
|
3108
3390
|
*/
|
|
3109
3391
|
get: function () {
|
|
3110
|
-
return brushToString(this.i.
|
|
3392
|
+
return brushToString(this.i.uc);
|
|
3111
3393
|
},
|
|
3112
3394
|
set: function (v) {
|
|
3113
|
-
this.i.
|
|
3114
|
-
this._a("finalValueAnnotationsTextColor", brushToString(this.i.
|
|
3395
|
+
this.i.uc = stringToBrush(v);
|
|
3396
|
+
this._a("finalValueAnnotationsTextColor", brushToString(this.i.uc));
|
|
3115
3397
|
},
|
|
3116
3398
|
enumerable: true,
|
|
3117
3399
|
configurable: true
|
|
@@ -3121,11 +3403,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3121
3403
|
* Gets or sets precision on final value annotation.
|
|
3122
3404
|
*/
|
|
3123
3405
|
get: function () {
|
|
3124
|
-
return this.i.
|
|
3406
|
+
return this.i.jl;
|
|
3125
3407
|
},
|
|
3126
3408
|
set: function (v) {
|
|
3127
|
-
this.i.
|
|
3128
|
-
this._a("finalValueAnnotationsPrecision", this.i.
|
|
3409
|
+
this.i.jl = +v;
|
|
3410
|
+
this._a("finalValueAnnotationsPrecision", this.i.jl);
|
|
3129
3411
|
},
|
|
3130
3412
|
enumerable: true,
|
|
3131
3413
|
configurable: true
|
|
@@ -3135,11 +3417,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3135
3417
|
* Gets or sets if callouts should be displayed.
|
|
3136
3418
|
*/
|
|
3137
3419
|
get: function () {
|
|
3138
|
-
return this.i.
|
|
3420
|
+
return this.i.fb;
|
|
3139
3421
|
},
|
|
3140
3422
|
set: function (v) {
|
|
3141
|
-
this.i.
|
|
3142
|
-
this._a("calloutsVisible", this.i.
|
|
3423
|
+
this.i.fb = ensureBool(v);
|
|
3424
|
+
this._a("calloutsVisible", this.i.fb);
|
|
3143
3425
|
},
|
|
3144
3426
|
enumerable: true,
|
|
3145
3427
|
configurable: true
|
|
@@ -3149,11 +3431,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3149
3431
|
* Gets or sets if event annotations should be displayed.
|
|
3150
3432
|
*/
|
|
3151
3433
|
get: function () {
|
|
3152
|
-
return this.i.
|
|
3434
|
+
return this.i.fa;
|
|
3153
3435
|
},
|
|
3154
3436
|
set: function (v) {
|
|
3155
|
-
this.i.
|
|
3156
|
-
this._a("calloutStyleUpdatingEventEnabled", this.i.
|
|
3437
|
+
this.i.fa = ensureBool(v);
|
|
3438
|
+
this._a("calloutStyleUpdatingEventEnabled", this.i.fa);
|
|
3157
3439
|
},
|
|
3158
3440
|
enumerable: true,
|
|
3159
3441
|
configurable: true
|
|
@@ -3199,10 +3481,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3199
3481
|
* Gets or sets the member path of the X data for the callouts.
|
|
3200
3482
|
*/
|
|
3201
3483
|
get: function () {
|
|
3202
|
-
return this.i.
|
|
3484
|
+
return this.i.k7;
|
|
3203
3485
|
},
|
|
3204
3486
|
set: function (v) {
|
|
3205
|
-
this.i.
|
|
3487
|
+
this.i.k7 = v;
|
|
3206
3488
|
},
|
|
3207
3489
|
enumerable: true,
|
|
3208
3490
|
configurable: true
|
|
@@ -3212,10 +3494,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3212
3494
|
* Gets or sets the member path of the Y data for the callouts.
|
|
3213
3495
|
*/
|
|
3214
3496
|
get: function () {
|
|
3215
|
-
return this.i.
|
|
3497
|
+
return this.i.k9;
|
|
3216
3498
|
},
|
|
3217
3499
|
set: function (v) {
|
|
3218
|
-
this.i.
|
|
3500
|
+
this.i.k9 = v;
|
|
3219
3501
|
},
|
|
3220
3502
|
enumerable: true,
|
|
3221
3503
|
configurable: true
|
|
@@ -3225,10 +3507,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3225
3507
|
* Gets or sets the member path of the label data for the callouts.
|
|
3226
3508
|
*/
|
|
3227
3509
|
get: function () {
|
|
3228
|
-
return this.i.
|
|
3510
|
+
return this.i.k3;
|
|
3229
3511
|
},
|
|
3230
3512
|
set: function (v) {
|
|
3231
|
-
this.i.
|
|
3513
|
+
this.i.k3 = v;
|
|
3232
3514
|
},
|
|
3233
3515
|
enumerable: true,
|
|
3234
3516
|
configurable: true
|
|
@@ -3238,10 +3520,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3238
3520
|
* Gets or sets the member path of the content data for the callouts.
|
|
3239
3521
|
*/
|
|
3240
3522
|
get: function () {
|
|
3241
|
-
return this.i.
|
|
3523
|
+
return this.i.k0;
|
|
3242
3524
|
},
|
|
3243
3525
|
set: function (v) {
|
|
3244
|
-
this.i.
|
|
3526
|
+
this.i.k0 = v;
|
|
3245
3527
|
},
|
|
3246
3528
|
enumerable: true,
|
|
3247
3529
|
configurable: true
|
|
@@ -3251,11 +3533,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3251
3533
|
* Gets or sets the horizontal scrollbar mode to use for the series viewer.
|
|
3252
3534
|
*/
|
|
3253
3535
|
get: function () {
|
|
3254
|
-
return this.i.
|
|
3536
|
+
return this.i.dc;
|
|
3255
3537
|
},
|
|
3256
3538
|
set: function (v) {
|
|
3257
|
-
this.i.
|
|
3258
|
-
this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.
|
|
3539
|
+
this.i.dc = ensureEnum(SeriesViewerScrollbarMode_$type, v);
|
|
3540
|
+
this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dc));
|
|
3259
3541
|
},
|
|
3260
3542
|
enumerable: true,
|
|
3261
3543
|
configurable: true
|
|
@@ -3265,11 +3547,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3265
3547
|
* Gets or sets the vertical scrollbar mode to use for the series viewer.
|
|
3266
3548
|
*/
|
|
3267
3549
|
get: function () {
|
|
3268
|
-
return this.i.
|
|
3550
|
+
return this.i.dd;
|
|
3269
3551
|
},
|
|
3270
3552
|
set: function (v) {
|
|
3271
|
-
this.i.
|
|
3272
|
-
this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.
|
|
3553
|
+
this.i.dd = ensureEnum(SeriesViewerScrollbarMode_$type, v);
|
|
3554
|
+
this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dd));
|
|
3273
3555
|
},
|
|
3274
3556
|
enumerable: true,
|
|
3275
3557
|
configurable: true
|
|
@@ -3279,11 +3561,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3279
3561
|
* Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
|
|
3280
3562
|
*/
|
|
3281
3563
|
get: function () {
|
|
3282
|
-
return this.i.
|
|
3564
|
+
return this.i.c9;
|
|
3283
3565
|
},
|
|
3284
3566
|
set: function (v) {
|
|
3285
|
-
this.i.
|
|
3286
|
-
this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.
|
|
3567
|
+
this.i.c9 = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
|
|
3568
|
+
this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.c9));
|
|
3287
3569
|
},
|
|
3288
3570
|
enumerable: true,
|
|
3289
3571
|
configurable: true
|
|
@@ -3293,11 +3575,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3293
3575
|
* Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
|
|
3294
3576
|
*/
|
|
3295
3577
|
get: function () {
|
|
3296
|
-
return this.i.
|
|
3578
|
+
return this.i.df;
|
|
3297
3579
|
},
|
|
3298
3580
|
set: function (v) {
|
|
3299
|
-
this.i.
|
|
3300
|
-
this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.
|
|
3581
|
+
this.i.df = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
|
|
3582
|
+
this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.df));
|
|
3301
3583
|
},
|
|
3302
3584
|
enumerable: true,
|
|
3303
3585
|
configurable: true
|
|
@@ -3307,11 +3589,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3307
3589
|
* Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
|
|
3308
3590
|
*/
|
|
3309
3591
|
get: function () {
|
|
3310
|
-
return brushToString(this.i.
|
|
3592
|
+
return brushToString(this.i.uh);
|
|
3311
3593
|
},
|
|
3312
3594
|
set: function (v) {
|
|
3313
|
-
this.i.
|
|
3314
|
-
this._a("horizontalViewScrollbarFill", brushToString(this.i.
|
|
3595
|
+
this.i.uh = stringToBrush(v);
|
|
3596
|
+
this._a("horizontalViewScrollbarFill", brushToString(this.i.uh));
|
|
3315
3597
|
},
|
|
3316
3598
|
enumerable: true,
|
|
3317
3599
|
configurable: true
|
|
@@ -3321,11 +3603,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3321
3603
|
* Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
|
|
3322
3604
|
*/
|
|
3323
3605
|
get: function () {
|
|
3324
|
-
return brushToString(this.i.
|
|
3606
|
+
return brushToString(this.i.ui);
|
|
3325
3607
|
},
|
|
3326
3608
|
set: function (v) {
|
|
3327
|
-
this.i.
|
|
3328
|
-
this._a("horizontalViewScrollbarOutline", brushToString(this.i.
|
|
3609
|
+
this.i.ui = stringToBrush(v);
|
|
3610
|
+
this._a("horizontalViewScrollbarOutline", brushToString(this.i.ui));
|
|
3329
3611
|
},
|
|
3330
3612
|
enumerable: true,
|
|
3331
3613
|
configurable: true
|
|
@@ -3335,11 +3617,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3335
3617
|
* Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
|
|
3336
3618
|
*/
|
|
3337
3619
|
get: function () {
|
|
3338
|
-
return this.i.
|
|
3620
|
+
return this.i.h5;
|
|
3339
3621
|
},
|
|
3340
3622
|
set: function (v) {
|
|
3341
|
-
this.i.
|
|
3342
|
-
this._a("horizontalViewScrollbarStrokeThickness", this.i.
|
|
3623
|
+
this.i.h5 = +v;
|
|
3624
|
+
this._a("horizontalViewScrollbarStrokeThickness", this.i.h5);
|
|
3343
3625
|
},
|
|
3344
3626
|
enumerable: true,
|
|
3345
3627
|
configurable: true
|
|
@@ -3349,11 +3631,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3349
3631
|
* Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
|
|
3350
3632
|
*/
|
|
3351
3633
|
get: function () {
|
|
3352
|
-
return this.i.
|
|
3634
|
+
return this.i.h4;
|
|
3353
3635
|
},
|
|
3354
3636
|
set: function (v) {
|
|
3355
|
-
this.i.
|
|
3356
|
-
this._a("horizontalViewScrollbarMaxOpacity", this.i.
|
|
3637
|
+
this.i.h4 = +v;
|
|
3638
|
+
this._a("horizontalViewScrollbarMaxOpacity", this.i.h4);
|
|
3357
3639
|
},
|
|
3358
3640
|
enumerable: true,
|
|
3359
3641
|
configurable: true
|
|
@@ -3363,11 +3645,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3363
3645
|
* Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
|
|
3364
3646
|
*/
|
|
3365
3647
|
get: function () {
|
|
3366
|
-
return this.i.
|
|
3648
|
+
return this.i.h1;
|
|
3367
3649
|
},
|
|
3368
3650
|
set: function (v) {
|
|
3369
|
-
this.i.
|
|
3370
|
-
this._a("horizontalViewScrollbarCornerRadius", this.i.
|
|
3651
|
+
this.i.h1 = +v;
|
|
3652
|
+
this._a("horizontalViewScrollbarCornerRadius", this.i.h1);
|
|
3371
3653
|
},
|
|
3372
3654
|
enumerable: true,
|
|
3373
3655
|
configurable: true
|
|
@@ -3377,11 +3659,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3377
3659
|
* Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
|
|
3378
3660
|
*/
|
|
3379
3661
|
get: function () {
|
|
3380
|
-
return this.i.
|
|
3662
|
+
return this.i.h2;
|
|
3381
3663
|
},
|
|
3382
3664
|
set: function (v) {
|
|
3383
|
-
this.i.
|
|
3384
|
-
this._a("horizontalViewScrollbarHeight", this.i.
|
|
3665
|
+
this.i.h2 = +v;
|
|
3666
|
+
this._a("horizontalViewScrollbarHeight", this.i.h2);
|
|
3385
3667
|
},
|
|
3386
3668
|
enumerable: true,
|
|
3387
3669
|
configurable: true
|
|
@@ -3391,11 +3673,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3391
3673
|
* Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
|
|
3392
3674
|
*/
|
|
3393
3675
|
get: function () {
|
|
3394
|
-
return this.i.
|
|
3676
|
+
return this.i.h3;
|
|
3395
3677
|
},
|
|
3396
3678
|
set: function (v) {
|
|
3397
|
-
this.i.
|
|
3398
|
-
this._a("horizontalViewScrollbarInset", this.i.
|
|
3679
|
+
this.i.h3 = +v;
|
|
3680
|
+
this._a("horizontalViewScrollbarInset", this.i.h3);
|
|
3399
3681
|
},
|
|
3400
3682
|
enumerable: true,
|
|
3401
3683
|
configurable: true
|
|
@@ -3405,11 +3687,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3405
3687
|
* Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
|
|
3406
3688
|
*/
|
|
3407
3689
|
get: function () {
|
|
3408
|
-
return this.i.
|
|
3690
|
+
return this.i.h7;
|
|
3409
3691
|
},
|
|
3410
3692
|
set: function (v) {
|
|
3411
|
-
this.i.
|
|
3412
|
-
this._a("horizontalViewScrollbarTrackStartInset", this.i.
|
|
3693
|
+
this.i.h7 = +v;
|
|
3694
|
+
this._a("horizontalViewScrollbarTrackStartInset", this.i.h7);
|
|
3413
3695
|
},
|
|
3414
3696
|
enumerable: true,
|
|
3415
3697
|
configurable: true
|
|
@@ -3419,11 +3701,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3419
3701
|
* Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
|
|
3420
3702
|
*/
|
|
3421
3703
|
get: function () {
|
|
3422
|
-
return this.i.
|
|
3704
|
+
return this.i.h6;
|
|
3423
3705
|
},
|
|
3424
3706
|
set: function (v) {
|
|
3425
|
-
this.i.
|
|
3426
|
-
this._a("horizontalViewScrollbarTrackEndInset", this.i.
|
|
3707
|
+
this.i.h6 = +v;
|
|
3708
|
+
this._a("horizontalViewScrollbarTrackEndInset", this.i.h6);
|
|
3427
3709
|
},
|
|
3428
3710
|
enumerable: true,
|
|
3429
3711
|
configurable: true
|
|
@@ -3433,11 +3715,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3433
3715
|
* Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
|
|
3434
3716
|
*/
|
|
3435
3717
|
get: function () {
|
|
3436
|
-
return this.i.
|
|
3718
|
+
return this.i.fl;
|
|
3437
3719
|
},
|
|
3438
3720
|
set: function (v) {
|
|
3439
|
-
this.i.
|
|
3440
|
-
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
3721
|
+
this.i.fl = ensureBool(v);
|
|
3722
|
+
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.fl);
|
|
3441
3723
|
},
|
|
3442
3724
|
enumerable: true,
|
|
3443
3725
|
configurable: true
|
|
@@ -3447,11 +3729,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3447
3729
|
* Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
|
|
3448
3730
|
*/
|
|
3449
3731
|
get: function () {
|
|
3450
|
-
return brushToString(this.i.
|
|
3732
|
+
return brushToString(this.i.um);
|
|
3451
3733
|
},
|
|
3452
3734
|
set: function (v) {
|
|
3453
|
-
this.i.
|
|
3454
|
-
this._a("verticalViewScrollbarFill", brushToString(this.i.
|
|
3735
|
+
this.i.um = stringToBrush(v);
|
|
3736
|
+
this._a("verticalViewScrollbarFill", brushToString(this.i.um));
|
|
3455
3737
|
},
|
|
3456
3738
|
enumerable: true,
|
|
3457
3739
|
configurable: true
|
|
@@ -3461,11 +3743,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3461
3743
|
* Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
|
|
3462
3744
|
*/
|
|
3463
3745
|
get: function () {
|
|
3464
|
-
return brushToString(this.i.
|
|
3746
|
+
return brushToString(this.i.un);
|
|
3465
3747
|
},
|
|
3466
3748
|
set: function (v) {
|
|
3467
|
-
this.i.
|
|
3468
|
-
this._a("verticalViewScrollbarOutline", brushToString(this.i.
|
|
3749
|
+
this.i.un = stringToBrush(v);
|
|
3750
|
+
this._a("verticalViewScrollbarOutline", brushToString(this.i.un));
|
|
3469
3751
|
},
|
|
3470
3752
|
enumerable: true,
|
|
3471
3753
|
configurable: true
|
|
@@ -3475,11 +3757,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3475
3757
|
* Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
|
|
3476
3758
|
*/
|
|
3477
3759
|
get: function () {
|
|
3478
|
-
return this.i.
|
|
3760
|
+
return this.i.iy;
|
|
3479
3761
|
},
|
|
3480
3762
|
set: function (v) {
|
|
3481
|
-
this.i.
|
|
3482
|
-
this._a("verticalViewScrollbarStrokeThickness", this.i.
|
|
3763
|
+
this.i.iy = +v;
|
|
3764
|
+
this._a("verticalViewScrollbarStrokeThickness", this.i.iy);
|
|
3483
3765
|
},
|
|
3484
3766
|
enumerable: true,
|
|
3485
3767
|
configurable: true
|
|
@@ -3489,11 +3771,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3489
3771
|
* Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
|
|
3490
3772
|
*/
|
|
3491
3773
|
get: function () {
|
|
3492
|
-
return this.i.
|
|
3774
|
+
return this.i.ix;
|
|
3493
3775
|
},
|
|
3494
3776
|
set: function (v) {
|
|
3495
|
-
this.i.
|
|
3496
|
-
this._a("verticalViewScrollbarMaxOpacity", this.i.
|
|
3777
|
+
this.i.ix = +v;
|
|
3778
|
+
this._a("verticalViewScrollbarMaxOpacity", this.i.ix);
|
|
3497
3779
|
},
|
|
3498
3780
|
enumerable: true,
|
|
3499
3781
|
configurable: true
|
|
@@ -3503,11 +3785,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3503
3785
|
* Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
|
|
3504
3786
|
*/
|
|
3505
3787
|
get: function () {
|
|
3506
|
-
return this.i.
|
|
3788
|
+
return this.i.iv;
|
|
3507
3789
|
},
|
|
3508
3790
|
set: function (v) {
|
|
3509
|
-
this.i.
|
|
3510
|
-
this._a("verticalViewScrollbarCornerRadius", this.i.
|
|
3791
|
+
this.i.iv = +v;
|
|
3792
|
+
this._a("verticalViewScrollbarCornerRadius", this.i.iv);
|
|
3511
3793
|
},
|
|
3512
3794
|
enumerable: true,
|
|
3513
3795
|
configurable: true
|
|
@@ -3517,11 +3799,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3517
3799
|
* Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
|
|
3518
3800
|
*/
|
|
3519
3801
|
get: function () {
|
|
3520
|
-
return this.i.
|
|
3802
|
+
return this.i.i1;
|
|
3521
3803
|
},
|
|
3522
3804
|
set: function (v) {
|
|
3523
|
-
this.i.
|
|
3524
|
-
this._a("verticalViewScrollbarWidth", this.i.
|
|
3805
|
+
this.i.i1 = +v;
|
|
3806
|
+
this._a("verticalViewScrollbarWidth", this.i.i1);
|
|
3525
3807
|
},
|
|
3526
3808
|
enumerable: true,
|
|
3527
3809
|
configurable: true
|
|
@@ -3531,11 +3813,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3531
3813
|
* Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
|
|
3532
3814
|
*/
|
|
3533
3815
|
get: function () {
|
|
3534
|
-
return this.i.
|
|
3816
|
+
return this.i.iw;
|
|
3535
3817
|
},
|
|
3536
3818
|
set: function (v) {
|
|
3537
|
-
this.i.
|
|
3538
|
-
this._a("verticalViewScrollbarInset", this.i.
|
|
3819
|
+
this.i.iw = +v;
|
|
3820
|
+
this._a("verticalViewScrollbarInset", this.i.iw);
|
|
3539
3821
|
},
|
|
3540
3822
|
enumerable: true,
|
|
3541
3823
|
configurable: true
|
|
@@ -3545,11 +3827,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3545
3827
|
* Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
|
|
3546
3828
|
*/
|
|
3547
3829
|
get: function () {
|
|
3548
|
-
return this.i.
|
|
3830
|
+
return this.i.i0;
|
|
3549
3831
|
},
|
|
3550
3832
|
set: function (v) {
|
|
3551
|
-
this.i.
|
|
3552
|
-
this._a("verticalViewScrollbarTrackStartInset", this.i.
|
|
3833
|
+
this.i.i0 = +v;
|
|
3834
|
+
this._a("verticalViewScrollbarTrackStartInset", this.i.i0);
|
|
3553
3835
|
},
|
|
3554
3836
|
enumerable: true,
|
|
3555
3837
|
configurable: true
|
|
@@ -3559,11 +3841,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3559
3841
|
* Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
|
|
3560
3842
|
*/
|
|
3561
3843
|
get: function () {
|
|
3562
|
-
return this.i.
|
|
3844
|
+
return this.i.iz;
|
|
3563
3845
|
},
|
|
3564
3846
|
set: function (v) {
|
|
3565
|
-
this.i.
|
|
3566
|
-
this._a("verticalViewScrollbarTrackEndInset", this.i.
|
|
3847
|
+
this.i.iz = +v;
|
|
3848
|
+
this._a("verticalViewScrollbarTrackEndInset", this.i.iz);
|
|
3567
3849
|
},
|
|
3568
3850
|
enumerable: true,
|
|
3569
3851
|
configurable: true
|
|
@@ -3573,22 +3855,122 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3573
3855
|
* Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
|
|
3574
3856
|
*/
|
|
3575
3857
|
get: function () {
|
|
3576
|
-
return this.i.
|
|
3858
|
+
return this.i.f5;
|
|
3577
3859
|
},
|
|
3578
3860
|
set: function (v) {
|
|
3579
|
-
this.i.
|
|
3580
|
-
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
3861
|
+
this.i.f5 = ensureBool(v);
|
|
3862
|
+
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.f5);
|
|
3863
|
+
},
|
|
3864
|
+
enumerable: true,
|
|
3865
|
+
configurable: true
|
|
3866
|
+
});
|
|
3867
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "windowRectMinWidth", {
|
|
3868
|
+
/**
|
|
3869
|
+
* Sets or gets the minimum width that the window rect is allowed to reach before being clamped.
|
|
3870
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
3871
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
3872
|
+
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
3873
|
+
*/
|
|
3874
|
+
get: function () {
|
|
3875
|
+
return this.i.i3;
|
|
3876
|
+
},
|
|
3877
|
+
set: function (v) {
|
|
3878
|
+
this.i.i3 = +v;
|
|
3879
|
+
this._a("windowRectMinWidth", this.i.i3);
|
|
3880
|
+
},
|
|
3881
|
+
enumerable: true,
|
|
3882
|
+
configurable: true
|
|
3883
|
+
});
|
|
3884
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "windowRectMinHeight", {
|
|
3885
|
+
/**
|
|
3886
|
+
* Sets or gets the minimum height that the window rect is allowed to reach before being clamped.
|
|
3887
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
3888
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
3889
|
+
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
3890
|
+
*/
|
|
3891
|
+
get: function () {
|
|
3892
|
+
return this.i.i2;
|
|
3893
|
+
},
|
|
3894
|
+
set: function (v) {
|
|
3895
|
+
this.i.i2 = +v;
|
|
3896
|
+
this._a("windowRectMinHeight", this.i.i2);
|
|
3897
|
+
},
|
|
3898
|
+
enumerable: true,
|
|
3899
|
+
configurable: true
|
|
3900
|
+
});
|
|
3901
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "windowSizeMinWidth", {
|
|
3902
|
+
/**
|
|
3903
|
+
* Sets or gets minimum pixel width that the window is allowed to reach before being clamped.
|
|
3904
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
3905
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
3906
|
+
* This property is overridden by the WindowRectMinWidth property
|
|
3907
|
+
*/
|
|
3908
|
+
get: function () {
|
|
3909
|
+
return this.i.i5;
|
|
3910
|
+
},
|
|
3911
|
+
set: function (v) {
|
|
3912
|
+
this.i.i5 = +v;
|
|
3913
|
+
this._a("windowSizeMinWidth", this.i.i5);
|
|
3914
|
+
},
|
|
3915
|
+
enumerable: true,
|
|
3916
|
+
configurable: true
|
|
3917
|
+
});
|
|
3918
|
+
Object.defineProperty(IgcDomainChartComponent.prototype, "windowSizeMinHeight", {
|
|
3919
|
+
/**
|
|
3920
|
+
* Sets or gets minimum pixel height that the window is allowed to reach before being clamped.
|
|
3921
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
3922
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
3923
|
+
* This property is overridden by the WindowRectMinHeight property
|
|
3924
|
+
*/
|
|
3925
|
+
get: function () {
|
|
3926
|
+
return this.i.i4;
|
|
3927
|
+
},
|
|
3928
|
+
set: function (v) {
|
|
3929
|
+
this.i.i4 = +v;
|
|
3930
|
+
this._a("windowSizeMinHeight", this.i.i4);
|
|
3581
3931
|
},
|
|
3582
3932
|
enumerable: true,
|
|
3583
3933
|
configurable: true
|
|
3584
3934
|
});
|
|
3585
3935
|
IgcDomainChartComponent.prototype.findByName = function (name) {
|
|
3936
|
+
if (this.findEphemera) {
|
|
3937
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
3938
|
+
return this.findEphemera(name);
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3586
3941
|
if (this.dataToolTipValueFormatSpecifiers != null && arrayFindByName(this.dataToolTipValueFormatSpecifiers, name)) {
|
|
3587
3942
|
return arrayFindByName(this.dataToolTipValueFormatSpecifiers, name);
|
|
3588
3943
|
}
|
|
3589
3944
|
if (this.dataToolTipHeaderFormatSpecifiers != null && arrayFindByName(this.dataToolTipHeaderFormatSpecifiers, name)) {
|
|
3590
3945
|
return arrayFindByName(this.dataToolTipHeaderFormatSpecifiers, name);
|
|
3591
3946
|
}
|
|
3947
|
+
if (this.sortDescriptions != null && this.sortDescriptions.findByName && this.sortDescriptions.findByName(name)) {
|
|
3948
|
+
return this.sortDescriptions.findByName(name);
|
|
3949
|
+
}
|
|
3950
|
+
if (this.groupSortDescriptions != null && this.groupSortDescriptions.findByName && this.groupSortDescriptions.findByName(name)) {
|
|
3951
|
+
return this.groupSortDescriptions.findByName(name);
|
|
3952
|
+
}
|
|
3953
|
+
if (this.groupDescriptions != null && this.groupDescriptions.findByName && this.groupDescriptions.findByName(name)) {
|
|
3954
|
+
return this.groupDescriptions.findByName(name);
|
|
3955
|
+
}
|
|
3956
|
+
if (this.filterExpressions != null && this.filterExpressions.findByName && this.filterExpressions.findByName(name)) {
|
|
3957
|
+
return this.filterExpressions.findByName(name);
|
|
3958
|
+
}
|
|
3959
|
+
if (this.summaryDescriptions != null && this.summaryDescriptions.findByName && this.summaryDescriptions.findByName(name)) {
|
|
3960
|
+
return this.summaryDescriptions.findByName(name);
|
|
3961
|
+
}
|
|
3962
|
+
if (this.initialSortDescriptions != null && this.initialSortDescriptions.findByName && this.initialSortDescriptions.findByName(name)) {
|
|
3963
|
+
return this.initialSortDescriptions.findByName(name);
|
|
3964
|
+
}
|
|
3965
|
+
if (this.initialGroupSortDescriptions != null && this.initialGroupSortDescriptions.findByName && this.initialGroupSortDescriptions.findByName(name)) {
|
|
3966
|
+
return this.initialGroupSortDescriptions.findByName(name);
|
|
3967
|
+
}
|
|
3968
|
+
if (this.initialGroupDescriptions != null && this.initialGroupDescriptions.findByName && this.initialGroupDescriptions.findByName(name)) {
|
|
3969
|
+
return this.initialGroupDescriptions.findByName(name);
|
|
3970
|
+
}
|
|
3971
|
+
if (this.initialSummaryDescriptions != null && this.initialSummaryDescriptions.findByName && this.initialSummaryDescriptions.findByName(name)) {
|
|
3972
|
+
return this.initialSummaryDescriptions.findByName(name);
|
|
3973
|
+
}
|
|
3592
3974
|
if (this.legend && this.legend.name && this.legend.name == name) {
|
|
3593
3975
|
return this.legend;
|
|
3594
3976
|
}
|
|
@@ -3697,7 +4079,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3697
4079
|
this.i.notifyResized();
|
|
3698
4080
|
};
|
|
3699
4081
|
IgcDomainChartComponent.prototype.notifyVisualPropertiesChanged = function () {
|
|
3700
|
-
this.i.
|
|
4082
|
+
this.i.r3();
|
|
3701
4083
|
};
|
|
3702
4084
|
/**
|
|
3703
4085
|
* Forces any pending refresh to the chart to be finished.
|
|
@@ -3710,7 +4092,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3710
4092
|
* ```
|
|
3711
4093
|
*/
|
|
3712
4094
|
IgcDomainChartComponent.prototype.flush = function () {
|
|
3713
|
-
this.i.
|
|
4095
|
+
this.i.ra();
|
|
3714
4096
|
};
|
|
3715
4097
|
/**
|
|
3716
4098
|
* Hides the active main tooltip, if displayed.
|
|
@@ -3723,17 +4105,17 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3723
4105
|
* ```
|
|
3724
4106
|
*/
|
|
3725
4107
|
IgcDomainChartComponent.prototype.hideToolTip = function () {
|
|
3726
|
-
this.i.
|
|
4108
|
+
this.i.ri();
|
|
3727
4109
|
};
|
|
3728
4110
|
/**
|
|
3729
4111
|
* Replays transition-in animation on all series in the chart.
|
|
3730
4112
|
|
|
3731
4113
|
*/
|
|
3732
4114
|
IgcDomainChartComponent.prototype.replayTransitionIn = function () {
|
|
3733
|
-
this.i.
|
|
4115
|
+
this.i.su();
|
|
3734
4116
|
};
|
|
3735
4117
|
IgcDomainChartComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
|
|
3736
|
-
this.i.
|
|
4118
|
+
this.i.r2(source_, index, oldItem, newItem);
|
|
3737
4119
|
};
|
|
3738
4120
|
/**
|
|
3739
4121
|
* Used to manually notify the chart that the data source has reset or cleared its items.
|
|
@@ -3746,13 +4128,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3746
4128
|
* ```
|
|
3747
4129
|
*/
|
|
3748
4130
|
IgcDomainChartComponent.prototype.notifyClearItems = function (source_) {
|
|
3749
|
-
this.i.
|
|
4131
|
+
this.i.ry(source_);
|
|
3750
4132
|
};
|
|
3751
4133
|
IgcDomainChartComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
|
|
3752
|
-
this.i.
|
|
4134
|
+
this.i.rz(source_, index, newItem);
|
|
3753
4135
|
};
|
|
3754
4136
|
IgcDomainChartComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
|
|
3755
|
-
this.i.
|
|
4137
|
+
this.i.r0(source_, index, oldItem);
|
|
3756
4138
|
};
|
|
3757
4139
|
Object.defineProperty(IgcDomainChartComponent.prototype, "seriesAdded", {
|
|
3758
4140
|
/**
|
|
@@ -3782,6 +4164,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3782
4164
|
}
|
|
3783
4165
|
};
|
|
3784
4166
|
this.i.seriesAdded = delegateCombine(this.i.seriesAdded, this._seriesAdded_wrapped);
|
|
4167
|
+
;
|
|
3785
4168
|
},
|
|
3786
4169
|
enumerable: true,
|
|
3787
4170
|
configurable: true
|
|
@@ -3821,6 +4204,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3821
4204
|
}
|
|
3822
4205
|
};
|
|
3823
4206
|
this.i.seriesRemoved = delegateCombine(this.i.seriesRemoved, this._seriesRemoved_wrapped);
|
|
4207
|
+
;
|
|
3824
4208
|
},
|
|
3825
4209
|
enumerable: true,
|
|
3826
4210
|
configurable: true
|
|
@@ -3860,6 +4244,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3860
4244
|
}
|
|
3861
4245
|
};
|
|
3862
4246
|
this.i.seriesPointerEnter = delegateCombine(this.i.seriesPointerEnter, this._seriesPointerEnter_wrapped);
|
|
4247
|
+
;
|
|
3863
4248
|
},
|
|
3864
4249
|
enumerable: true,
|
|
3865
4250
|
configurable: true
|
|
@@ -3899,6 +4284,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3899
4284
|
}
|
|
3900
4285
|
};
|
|
3901
4286
|
this.i.seriesPointerLeave = delegateCombine(this.i.seriesPointerLeave, this._seriesPointerLeave_wrapped);
|
|
4287
|
+
;
|
|
3902
4288
|
},
|
|
3903
4289
|
enumerable: true,
|
|
3904
4290
|
configurable: true
|
|
@@ -3938,6 +4324,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3938
4324
|
}
|
|
3939
4325
|
};
|
|
3940
4326
|
this.i.seriesPointerMove = delegateCombine(this.i.seriesPointerMove, this._seriesPointerMove_wrapped);
|
|
4327
|
+
;
|
|
3941
4328
|
},
|
|
3942
4329
|
enumerable: true,
|
|
3943
4330
|
configurable: true
|
|
@@ -3970,6 +4357,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3970
4357
|
}
|
|
3971
4358
|
};
|
|
3972
4359
|
this.i.seriesPointerDown = delegateCombine(this.i.seriesPointerDown, this._seriesPointerDown_wrapped);
|
|
4360
|
+
;
|
|
3973
4361
|
},
|
|
3974
4362
|
enumerable: true,
|
|
3975
4363
|
configurable: true
|
|
@@ -4009,6 +4397,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4009
4397
|
}
|
|
4010
4398
|
};
|
|
4011
4399
|
this.i.seriesPointerUp = delegateCombine(this.i.seriesPointerUp, this._seriesPointerUp_wrapped);
|
|
4400
|
+
;
|
|
4012
4401
|
},
|
|
4013
4402
|
enumerable: true,
|
|
4014
4403
|
configurable: true
|
|
@@ -4039,6 +4428,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4039
4428
|
}
|
|
4040
4429
|
};
|
|
4041
4430
|
this.i.calloutStyleUpdating = delegateCombine(this.i.calloutStyleUpdating, this._calloutStyleUpdating_wrapped);
|
|
4431
|
+
;
|
|
4042
4432
|
},
|
|
4043
4433
|
enumerable: true,
|
|
4044
4434
|
configurable: true
|
|
@@ -4069,6 +4459,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4069
4459
|
}
|
|
4070
4460
|
};
|
|
4071
4461
|
this.i.calloutRenderStyleUpdating = delegateCombine(this.i.calloutRenderStyleUpdating, this._calloutRenderStyleUpdating_wrapped);
|
|
4462
|
+
;
|
|
4072
4463
|
},
|
|
4073
4464
|
enumerable: true,
|
|
4074
4465
|
configurable: true
|