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
|
@@ -44,6 +44,9 @@ import { CalloutPlacementPositionsCollection as CalloutPlacementPositionsCollect
|
|
|
44
44
|
import { DataToolTipLayerGroupingMode_$type } from "igniteui-webcomponents-core";
|
|
45
45
|
import { DataTooltipGroupedPositionX_$type } from "igniteui-webcomponents-core";
|
|
46
46
|
import { DataTooltipGroupedPositionY_$type } from "igniteui-webcomponents-core";
|
|
47
|
+
import { IgcChartSummaryDescriptionCollection } from './igc-chart-summary-description-collection';
|
|
48
|
+
import { IgcChartSortDescriptionCollection } from './igc-chart-sort-description-collection';
|
|
49
|
+
import { IgcFilterExpressionCollection } from "igniteui-webcomponents-core";
|
|
47
50
|
export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
48
51
|
class IgcDomainChartComponent extends IgcHTMLElement {
|
|
49
52
|
constructor() {
|
|
@@ -199,11 +202,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
199
202
|
* to appear blurry.
|
|
200
203
|
*/
|
|
201
204
|
get pixelScalingRatio() {
|
|
202
|
-
return this.i.
|
|
205
|
+
return this.i.ib;
|
|
203
206
|
}
|
|
204
207
|
set pixelScalingRatio(v) {
|
|
205
|
-
this.i.
|
|
206
|
-
this._a("pixelScalingRatio", this.i.
|
|
208
|
+
this.i.ib = +v;
|
|
209
|
+
this._a("pixelScalingRatio", this.i.ib);
|
|
207
210
|
}
|
|
208
211
|
/**
|
|
209
212
|
* Gets or sets the left margin of chart title
|
|
@@ -215,11 +218,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
215
218
|
* ```
|
|
216
219
|
*/
|
|
217
220
|
get titleLeftMargin() {
|
|
218
|
-
return this.i.
|
|
221
|
+
return this.i.iq;
|
|
219
222
|
}
|
|
220
223
|
set titleLeftMargin(v) {
|
|
221
|
-
this.i.
|
|
222
|
-
this._a("titleLeftMargin", this.i.
|
|
224
|
+
this.i.iq = +v;
|
|
225
|
+
this._a("titleLeftMargin", this.i.iq);
|
|
223
226
|
}
|
|
224
227
|
/**
|
|
225
228
|
* Gets or sets the right margin of chart title
|
|
@@ -231,11 +234,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
231
234
|
* ```
|
|
232
235
|
*/
|
|
233
236
|
get titleRightMargin() {
|
|
234
|
-
return this.i.
|
|
237
|
+
return this.i.ir;
|
|
235
238
|
}
|
|
236
239
|
set titleRightMargin(v) {
|
|
237
|
-
this.i.
|
|
238
|
-
this._a("titleRightMargin", this.i.
|
|
240
|
+
this.i.ir = +v;
|
|
241
|
+
this._a("titleRightMargin", this.i.ir);
|
|
239
242
|
}
|
|
240
243
|
/**
|
|
241
244
|
* Gets or sets the top margin of chart title
|
|
@@ -247,11 +250,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
247
250
|
* ```
|
|
248
251
|
*/
|
|
249
252
|
get titleTopMargin() {
|
|
250
|
-
return this.i.
|
|
253
|
+
return this.i.is;
|
|
251
254
|
}
|
|
252
255
|
set titleTopMargin(v) {
|
|
253
|
-
this.i.
|
|
254
|
-
this._a("titleTopMargin", this.i.
|
|
256
|
+
this.i.is = +v;
|
|
257
|
+
this._a("titleTopMargin", this.i.is);
|
|
255
258
|
}
|
|
256
259
|
/**
|
|
257
260
|
* Gets or sets the bottom margin of chart title
|
|
@@ -263,11 +266,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
263
266
|
* ```
|
|
264
267
|
*/
|
|
265
268
|
get titleBottomMargin() {
|
|
266
|
-
return this.i.
|
|
269
|
+
return this.i.ip;
|
|
267
270
|
}
|
|
268
271
|
set titleBottomMargin(v) {
|
|
269
|
-
this.i.
|
|
270
|
-
this._a("titleBottomMargin", this.i.
|
|
272
|
+
this.i.ip = +v;
|
|
273
|
+
this._a("titleBottomMargin", this.i.ip);
|
|
271
274
|
}
|
|
272
275
|
/**
|
|
273
276
|
* Gets or sets the left margin of chart subtitle
|
|
@@ -279,11 +282,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
279
282
|
* ```
|
|
280
283
|
*/
|
|
281
284
|
get subtitleLeftMargin() {
|
|
282
|
-
return this.i.
|
|
285
|
+
return this.i.ik;
|
|
283
286
|
}
|
|
284
287
|
set subtitleLeftMargin(v) {
|
|
285
|
-
this.i.
|
|
286
|
-
this._a("subtitleLeftMargin", this.i.
|
|
288
|
+
this.i.ik = +v;
|
|
289
|
+
this._a("subtitleLeftMargin", this.i.ik);
|
|
287
290
|
}
|
|
288
291
|
/**
|
|
289
292
|
* Gets or sets the top margin of chart subtitle
|
|
@@ -295,11 +298,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
295
298
|
* ```
|
|
296
299
|
*/
|
|
297
300
|
get subtitleTopMargin() {
|
|
298
|
-
return this.i.
|
|
301
|
+
return this.i.im;
|
|
299
302
|
}
|
|
300
303
|
set subtitleTopMargin(v) {
|
|
301
|
-
this.i.
|
|
302
|
-
this._a("subtitleTopMargin", this.i.
|
|
304
|
+
this.i.im = +v;
|
|
305
|
+
this._a("subtitleTopMargin", this.i.im);
|
|
303
306
|
}
|
|
304
307
|
/**
|
|
305
308
|
* Gets or sets the right margin of chart subtitle
|
|
@@ -311,11 +314,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
311
314
|
* ```
|
|
312
315
|
*/
|
|
313
316
|
get subtitleRightMargin() {
|
|
314
|
-
return this.i.
|
|
317
|
+
return this.i.il;
|
|
315
318
|
}
|
|
316
319
|
set subtitleRightMargin(v) {
|
|
317
|
-
this.i.
|
|
318
|
-
this._a("subtitleRightMargin", this.i.
|
|
320
|
+
this.i.il = +v;
|
|
321
|
+
this._a("subtitleRightMargin", this.i.il);
|
|
319
322
|
}
|
|
320
323
|
/**
|
|
321
324
|
* Gets or sets the bottom margin of chart subtitle
|
|
@@ -327,11 +330,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
327
330
|
* ```
|
|
328
331
|
*/
|
|
329
332
|
get subtitleBottomMargin() {
|
|
330
|
-
return this.i.
|
|
333
|
+
return this.i.ij;
|
|
331
334
|
}
|
|
332
335
|
set subtitleBottomMargin(v) {
|
|
333
|
-
this.i.
|
|
334
|
-
this._a("subtitleBottomMargin", this.i.
|
|
336
|
+
this.i.ij = +v;
|
|
337
|
+
this._a("subtitleBottomMargin", this.i.ij);
|
|
335
338
|
}
|
|
336
339
|
/**
|
|
337
340
|
* Gets or sets color of chart subtitle
|
|
@@ -343,11 +346,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
343
346
|
* ```
|
|
344
347
|
*/
|
|
345
348
|
get subtitleTextColor() {
|
|
346
|
-
return brushToString(this.i.
|
|
349
|
+
return brushToString(this.i.uk);
|
|
347
350
|
}
|
|
348
351
|
set subtitleTextColor(v) {
|
|
349
|
-
this.i.
|
|
350
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
352
|
+
this.i.uk = stringToBrush(v);
|
|
353
|
+
this._a("subtitleTextColor", brushToString(this.i.uk));
|
|
351
354
|
}
|
|
352
355
|
/**
|
|
353
356
|
* Gets or sets color of chart title
|
|
@@ -359,11 +362,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
359
362
|
* ```
|
|
360
363
|
*/
|
|
361
364
|
get titleTextColor() {
|
|
362
|
-
return brushToString(this.i.
|
|
365
|
+
return brushToString(this.i.ul);
|
|
363
366
|
}
|
|
364
367
|
set titleTextColor(v) {
|
|
365
|
-
this.i.
|
|
366
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
368
|
+
this.i.ul = stringToBrush(v);
|
|
369
|
+
this._a("titleTextColor", brushToString(this.i.ul));
|
|
367
370
|
}
|
|
368
371
|
/**
|
|
369
372
|
* Gets or sets the left margin of the chart content.
|
|
@@ -375,11 +378,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
375
378
|
* ```
|
|
376
379
|
*/
|
|
377
380
|
get leftMargin() {
|
|
378
|
-
return this.i.
|
|
381
|
+
return this.i.h8;
|
|
379
382
|
}
|
|
380
383
|
set leftMargin(v) {
|
|
381
|
-
this.i.
|
|
382
|
-
this._a("leftMargin", this.i.
|
|
384
|
+
this.i.h8 = +v;
|
|
385
|
+
this._a("leftMargin", this.i.h8);
|
|
383
386
|
}
|
|
384
387
|
/**
|
|
385
388
|
* Gets or sets the top margin of the chart content.
|
|
@@ -391,11 +394,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
391
394
|
* ```
|
|
392
395
|
*/
|
|
393
396
|
get topMargin() {
|
|
394
|
-
return this.i.
|
|
397
|
+
return this.i.it;
|
|
395
398
|
}
|
|
396
399
|
set topMargin(v) {
|
|
397
|
-
this.i.
|
|
398
|
-
this._a("topMargin", this.i.
|
|
400
|
+
this.i.it = +v;
|
|
401
|
+
this._a("topMargin", this.i.it);
|
|
399
402
|
}
|
|
400
403
|
/**
|
|
401
404
|
* Gets or sets the right margin of the chart content.
|
|
@@ -407,11 +410,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
407
410
|
* ```
|
|
408
411
|
*/
|
|
409
412
|
get rightMargin() {
|
|
410
|
-
return this.i.
|
|
413
|
+
return this.i.ii;
|
|
411
414
|
}
|
|
412
415
|
set rightMargin(v) {
|
|
413
|
-
this.i.
|
|
414
|
-
this._a("rightMargin", this.i.
|
|
416
|
+
this.i.ii = +v;
|
|
417
|
+
this._a("rightMargin", this.i.ii);
|
|
415
418
|
}
|
|
416
419
|
/**
|
|
417
420
|
* Gets or sets the bottom margin around the chart content.
|
|
@@ -423,11 +426,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
423
426
|
* ```
|
|
424
427
|
*/
|
|
425
428
|
get bottomMargin() {
|
|
426
|
-
return this.i.
|
|
429
|
+
return this.i.hv;
|
|
427
430
|
}
|
|
428
431
|
set bottomMargin(v) {
|
|
429
|
-
this.i.
|
|
430
|
-
this._a("bottomMargin", this.i.
|
|
432
|
+
this.i.hv = +v;
|
|
433
|
+
this._a("bottomMargin", this.i.hv);
|
|
431
434
|
}
|
|
432
435
|
/**
|
|
433
436
|
* Gets or sets the duration used for animating series plots when the data is changing
|
|
@@ -439,11 +442,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
439
442
|
* ```
|
|
440
443
|
*/
|
|
441
444
|
get transitionDuration() {
|
|
442
|
-
return this.i.
|
|
445
|
+
return this.i.jn;
|
|
443
446
|
}
|
|
444
447
|
set transitionDuration(v) {
|
|
445
|
-
this.i.
|
|
446
|
-
this._a("transitionDuration", this.i.
|
|
448
|
+
this.i.jn = +v;
|
|
449
|
+
this._a("transitionDuration", this.i.jn);
|
|
447
450
|
}
|
|
448
451
|
/**
|
|
449
452
|
* Gets or sets the easing function used for animating series plots when the data is changing.
|
|
@@ -461,10 +464,10 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
461
464
|
* ```
|
|
462
465
|
*/
|
|
463
466
|
get transitionEasingFunction() {
|
|
464
|
-
return this.i.
|
|
467
|
+
return this.i.dv;
|
|
465
468
|
}
|
|
466
469
|
set transitionEasingFunction(v) {
|
|
467
|
-
this.i.
|
|
470
|
+
this.i.dv = v;
|
|
468
471
|
}
|
|
469
472
|
/**
|
|
470
473
|
* Gets or sets CSS font property for the chart subtitle
|
|
@@ -476,10 +479,10 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
476
479
|
* ```
|
|
477
480
|
*/
|
|
478
481
|
get subtitleTextStyle() {
|
|
479
|
-
return this.i.
|
|
482
|
+
return this.i.ps;
|
|
480
483
|
}
|
|
481
484
|
set subtitleTextStyle(v) {
|
|
482
|
-
this.i.
|
|
485
|
+
this.i.ps = v;
|
|
483
486
|
}
|
|
484
487
|
/**
|
|
485
488
|
* Gets or sets CSS font property for the chart title
|
|
@@ -491,87 +494,87 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
491
494
|
* ```
|
|
492
495
|
*/
|
|
493
496
|
get titleTextStyle() {
|
|
494
|
-
return this.i.
|
|
497
|
+
return this.i.p3;
|
|
495
498
|
}
|
|
496
499
|
set titleTextStyle(v) {
|
|
497
|
-
this.i.
|
|
500
|
+
this.i.p3 = v;
|
|
498
501
|
}
|
|
499
502
|
get dataToolTipGroupingMode() {
|
|
500
|
-
return this.i.
|
|
503
|
+
return this.i.bt;
|
|
501
504
|
}
|
|
502
505
|
set dataToolTipGroupingMode(v) {
|
|
503
|
-
this.i.
|
|
504
|
-
this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
506
|
+
this.i.bt = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
507
|
+
this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.bt));
|
|
505
508
|
}
|
|
506
509
|
/**
|
|
507
510
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
508
511
|
*/
|
|
509
512
|
get dataToolTipPositionOffsetX() {
|
|
510
|
-
return this.i.
|
|
513
|
+
return this.i.hz;
|
|
511
514
|
}
|
|
512
515
|
set dataToolTipPositionOffsetX(v) {
|
|
513
|
-
this.i.
|
|
514
|
-
this._a("dataToolTipPositionOffsetX", this.i.
|
|
516
|
+
this.i.hz = +v;
|
|
517
|
+
this._a("dataToolTipPositionOffsetX", this.i.hz);
|
|
515
518
|
}
|
|
516
519
|
/**
|
|
517
520
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
518
521
|
*/
|
|
519
522
|
get dataToolTipPositionOffsetY() {
|
|
520
|
-
return this.i.
|
|
523
|
+
return this.i.h0;
|
|
521
524
|
}
|
|
522
525
|
set dataToolTipPositionOffsetY(v) {
|
|
523
|
-
this.i.
|
|
524
|
-
this._a("dataToolTipPositionOffsetY", this.i.
|
|
526
|
+
this.i.h0 = +v;
|
|
527
|
+
this._a("dataToolTipPositionOffsetY", this.i.h0);
|
|
525
528
|
}
|
|
526
529
|
/**
|
|
527
530
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
528
531
|
*/
|
|
529
532
|
get dataToolTipDefaultPositionOffsetX() {
|
|
530
|
-
return this.i.
|
|
533
|
+
return this.i.hx;
|
|
531
534
|
}
|
|
532
535
|
set dataToolTipDefaultPositionOffsetX(v) {
|
|
533
|
-
this.i.
|
|
534
|
-
this._a("dataToolTipDefaultPositionOffsetX", this.i.
|
|
536
|
+
this.i.hx = +v;
|
|
537
|
+
this._a("dataToolTipDefaultPositionOffsetX", this.i.hx);
|
|
535
538
|
}
|
|
536
539
|
/**
|
|
537
540
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
538
541
|
*/
|
|
539
542
|
get dataToolTipDefaultPositionOffsetY() {
|
|
540
|
-
return this.i.
|
|
543
|
+
return this.i.hy;
|
|
541
544
|
}
|
|
542
545
|
set dataToolTipDefaultPositionOffsetY(v) {
|
|
543
|
-
this.i.
|
|
544
|
-
this._a("dataToolTipDefaultPositionOffsetY", this.i.
|
|
546
|
+
this.i.hy = +v;
|
|
547
|
+
this._a("dataToolTipDefaultPositionOffsetY", this.i.hy);
|
|
545
548
|
}
|
|
546
549
|
/**
|
|
547
550
|
* Gets or sets the tooltip position mode on the X axis for grouped series.
|
|
548
551
|
*/
|
|
549
552
|
get dataToolTipGroupedPositionModeX() {
|
|
550
|
-
return this.i.
|
|
553
|
+
return this.i.bp;
|
|
551
554
|
}
|
|
552
555
|
set dataToolTipGroupedPositionModeX(v) {
|
|
553
|
-
this.i.
|
|
554
|
-
this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
556
|
+
this.i.bp = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
557
|
+
this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.bp));
|
|
555
558
|
}
|
|
556
559
|
/**
|
|
557
560
|
* Gets or sets the tooltip position mode on the Y axis for grouped series.
|
|
558
561
|
*/
|
|
559
562
|
get dataToolTipGroupedPositionModeY() {
|
|
560
|
-
return this.i.
|
|
563
|
+
return this.i.br;
|
|
561
564
|
}
|
|
562
565
|
set dataToolTipGroupedPositionModeY(v) {
|
|
563
|
-
this.i.
|
|
564
|
-
this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
566
|
+
this.i.br = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
567
|
+
this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.br));
|
|
565
568
|
}
|
|
566
569
|
/**
|
|
567
570
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
568
571
|
*/
|
|
569
572
|
get dataToolTipShouldUpdateWhenSeriesDataChanges() {
|
|
570
|
-
return this.i.
|
|
573
|
+
return this.i.ff;
|
|
571
574
|
}
|
|
572
575
|
set dataToolTipShouldUpdateWhenSeriesDataChanges(v) {
|
|
573
|
-
this.i.
|
|
574
|
-
this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.
|
|
576
|
+
this.i.ff = ensureBool(v);
|
|
577
|
+
this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.ff);
|
|
575
578
|
}
|
|
576
579
|
/**
|
|
577
580
|
* Gets or sets indexes or names of series to include in displaying in the data legend, e.g. "0, 1"
|
|
@@ -633,73 +636,73 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
633
636
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
634
637
|
*/
|
|
635
638
|
get dataToolTipValueFormatAbbreviation() {
|
|
636
|
-
return this.i.
|
|
639
|
+
return this.i.a9;
|
|
637
640
|
}
|
|
638
641
|
set dataToolTipValueFormatAbbreviation(v) {
|
|
639
|
-
this.i.
|
|
640
|
-
this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.
|
|
642
|
+
this.i.a9 = ensureEnum(DataAbbreviationMode_$type, v);
|
|
643
|
+
this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.a9));
|
|
641
644
|
}
|
|
642
645
|
/**
|
|
643
646
|
* Gets or sets maximum digits for formating numbers displayed in the legend
|
|
644
647
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
645
648
|
*/
|
|
646
649
|
get dataToolTipValueFormatMaxFractions() {
|
|
647
|
-
return this.i.
|
|
650
|
+
return this.i.jj;
|
|
648
651
|
}
|
|
649
652
|
set dataToolTipValueFormatMaxFractions(v) {
|
|
650
|
-
this.i.
|
|
651
|
-
this._a("dataToolTipValueFormatMaxFractions", this.i.
|
|
653
|
+
this.i.jj = +v;
|
|
654
|
+
this._a("dataToolTipValueFormatMaxFractions", this.i.jj);
|
|
652
655
|
}
|
|
653
656
|
/**
|
|
654
657
|
* Gets or sets minimum digits for formating numbers displayed in the legend
|
|
655
658
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
656
659
|
*/
|
|
657
660
|
get dataToolTipValueFormatMinFractions() {
|
|
658
|
-
return this.i.
|
|
661
|
+
return this.i.jk;
|
|
659
662
|
}
|
|
660
663
|
set dataToolTipValueFormatMinFractions(v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("dataToolTipValueFormatMinFractions", this.i.
|
|
664
|
+
this.i.jk = +v;
|
|
665
|
+
this._a("dataToolTipValueFormatMinFractions", this.i.jk);
|
|
663
666
|
}
|
|
664
667
|
/**
|
|
665
668
|
* Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
|
|
666
669
|
*/
|
|
667
670
|
get dataToolTipValueFormatMode() {
|
|
668
|
-
return this.i.
|
|
671
|
+
return this.i.bn;
|
|
669
672
|
}
|
|
670
673
|
set dataToolTipValueFormatMode(v) {
|
|
671
|
-
this.i.
|
|
672
|
-
this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.
|
|
674
|
+
this.i.bn = ensureEnum(DataLegendValueMode_$type, v);
|
|
675
|
+
this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.bn));
|
|
673
676
|
}
|
|
674
677
|
/**
|
|
675
678
|
* Gets or sets globalization culture when displaying values as currencies, e.g. use "en-GB" to display British pound symbol when the ValueFormatMode property is set to 'Currency' mode
|
|
676
679
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
677
680
|
*/
|
|
678
681
|
get dataToolTipValueFormatCulture() {
|
|
679
|
-
return this.i.
|
|
682
|
+
return this.i.nc;
|
|
680
683
|
}
|
|
681
684
|
set dataToolTipValueFormatCulture(v) {
|
|
682
|
-
this.i.
|
|
685
|
+
this.i.nc = v;
|
|
683
686
|
}
|
|
684
687
|
/**
|
|
685
|
-
* Gets or sets whether or not use
|
|
688
|
+
* Gets or sets whether or not use grouping separator, e.g, 15,000 for 15000
|
|
686
689
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
687
690
|
*/
|
|
688
691
|
get dataToolTipValueFormatUseGrouping() {
|
|
689
|
-
return this.i.
|
|
692
|
+
return this.i.fg;
|
|
690
693
|
}
|
|
691
694
|
set dataToolTipValueFormatUseGrouping(v) {
|
|
692
|
-
this.i.
|
|
693
|
-
this._a("dataToolTipValueFormatUseGrouping", this.i.
|
|
695
|
+
this.i.fg = ensureBool(v);
|
|
696
|
+
this._a("dataToolTipValueFormatUseGrouping", this.i.fg);
|
|
694
697
|
}
|
|
695
698
|
/**
|
|
696
699
|
* Gets or sets the format string for values displayed in the data legend.
|
|
697
700
|
*/
|
|
698
701
|
get dataToolTipValueFormatString() {
|
|
699
|
-
return this.i.
|
|
702
|
+
return this.i.ni;
|
|
700
703
|
}
|
|
701
704
|
set dataToolTipValueFormatString(v) {
|
|
702
|
-
this.i.
|
|
705
|
+
this.i.ni = v;
|
|
703
706
|
}
|
|
704
707
|
/**
|
|
705
708
|
* Gets or sets the format specifiers to use with the ValueFormatString string.
|
|
@@ -715,151 +718,151 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
715
718
|
this.i.n = v;
|
|
716
719
|
}
|
|
717
720
|
get dataToolTipValueRowMarginBottom() {
|
|
718
|
-
return this.i.
|
|
721
|
+
return this.i.va ? this.i.va.bottom : NaN;
|
|
719
722
|
}
|
|
720
723
|
set dataToolTipValueRowMarginBottom(v) {
|
|
721
724
|
this.ensureDataToolTipValueRowMargin();
|
|
722
|
-
this.i.
|
|
723
|
-
this._a("dataToolTipValueRowMarginBottom", this.i.
|
|
724
|
-
this.i.
|
|
725
|
+
this.i.va.bottom = +v;
|
|
726
|
+
this._a("dataToolTipValueRowMarginBottom", this.i.va.bottom);
|
|
727
|
+
this.i.va = this.i.va;
|
|
725
728
|
}
|
|
726
729
|
get dataToolTipValueRowMarginLeft() {
|
|
727
|
-
return this.i.
|
|
730
|
+
return this.i.va ? this.i.va.left : NaN;
|
|
728
731
|
}
|
|
729
732
|
set dataToolTipValueRowMarginLeft(v) {
|
|
730
733
|
this.ensureDataToolTipValueRowMargin();
|
|
731
|
-
this.i.
|
|
732
|
-
this._a("dataToolTipValueRowMarginLeft", this.i.
|
|
733
|
-
this.i.
|
|
734
|
+
this.i.va.left = +v;
|
|
735
|
+
this._a("dataToolTipValueRowMarginLeft", this.i.va.left);
|
|
736
|
+
this.i.va = this.i.va;
|
|
734
737
|
}
|
|
735
738
|
get dataToolTipValueRowMarginRight() {
|
|
736
|
-
return this.i.
|
|
739
|
+
return this.i.va ? this.i.va.right : NaN;
|
|
737
740
|
}
|
|
738
741
|
set dataToolTipValueRowMarginRight(v) {
|
|
739
742
|
this.ensureDataToolTipValueRowMargin();
|
|
740
|
-
this.i.
|
|
741
|
-
this._a("dataToolTipValueRowMarginRight", this.i.
|
|
742
|
-
this.i.
|
|
743
|
+
this.i.va.right = +v;
|
|
744
|
+
this._a("dataToolTipValueRowMarginRight", this.i.va.right);
|
|
745
|
+
this.i.va = this.i.va;
|
|
743
746
|
}
|
|
744
747
|
get dataToolTipValueRowMarginTop() {
|
|
745
|
-
return this.i.
|
|
748
|
+
return this.i.va ? this.i.va.top : NaN;
|
|
746
749
|
}
|
|
747
750
|
set dataToolTipValueRowMarginTop(v) {
|
|
748
751
|
this.ensureDataToolTipValueRowMargin();
|
|
749
|
-
this.i.
|
|
750
|
-
this._a("dataToolTipValueRowMarginTop", this.i.
|
|
751
|
-
this.i.
|
|
752
|
+
this.i.va.top = +v;
|
|
753
|
+
this._a("dataToolTipValueRowMarginTop", this.i.va.top);
|
|
754
|
+
this.i.va = this.i.va;
|
|
752
755
|
}
|
|
753
756
|
ensureDataToolTipValueRowMargin() {
|
|
754
|
-
if (this.i.
|
|
757
|
+
if (this.i.va) {
|
|
755
758
|
return;
|
|
756
759
|
}
|
|
757
|
-
this.i.
|
|
760
|
+
this.i.va = new Thickness(2);
|
|
758
761
|
}
|
|
759
762
|
/**
|
|
760
763
|
* Gets or sets whether to show series rows.
|
|
761
764
|
*/
|
|
762
765
|
get dataToolTipValueRowVisible() {
|
|
763
|
-
return this.i.
|
|
766
|
+
return this.i.fh;
|
|
764
767
|
}
|
|
765
768
|
set dataToolTipValueRowVisible(v) {
|
|
766
|
-
this.i.
|
|
767
|
-
this._a("dataToolTipValueRowVisible", this.i.
|
|
769
|
+
this.i.fh = ensureBool(v);
|
|
770
|
+
this._a("dataToolTipValueRowVisible", this.i.fh);
|
|
768
771
|
}
|
|
769
772
|
/**
|
|
770
773
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
771
774
|
*/
|
|
772
775
|
get dataToolTipValueTextWhenMissingData() {
|
|
773
|
-
return this.i.
|
|
776
|
+
return this.i.nr;
|
|
774
777
|
}
|
|
775
778
|
set dataToolTipValueTextWhenMissingData(v) {
|
|
776
|
-
this.i.
|
|
779
|
+
this.i.nr = v;
|
|
777
780
|
}
|
|
778
781
|
/**
|
|
779
782
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
780
783
|
*/
|
|
781
784
|
get dataToolTipValueTextUseSeriesColors() {
|
|
782
|
-
return this.i.
|
|
785
|
+
return this.i.fi;
|
|
783
786
|
}
|
|
784
787
|
set dataToolTipValueTextUseSeriesColors(v) {
|
|
785
|
-
this.i.
|
|
786
|
-
this._a("dataToolTipValueTextUseSeriesColors", this.i.
|
|
788
|
+
this.i.fi = ensureBool(v);
|
|
789
|
+
this._a("dataToolTipValueTextUseSeriesColors", this.i.fi);
|
|
787
790
|
}
|
|
788
791
|
get dataToolTipValueTextMarginBottom() {
|
|
789
|
-
return this.i.
|
|
792
|
+
return this.i.vb ? this.i.vb.bottom : NaN;
|
|
790
793
|
}
|
|
791
794
|
set dataToolTipValueTextMarginBottom(v) {
|
|
792
795
|
this.ensureDataToolTipValueTextMargin();
|
|
793
|
-
this.i.
|
|
794
|
-
this._a("dataToolTipValueTextMarginBottom", this.i.
|
|
795
|
-
this.i.
|
|
796
|
+
this.i.vb.bottom = +v;
|
|
797
|
+
this._a("dataToolTipValueTextMarginBottom", this.i.vb.bottom);
|
|
798
|
+
this.i.vb = this.i.vb;
|
|
796
799
|
}
|
|
797
800
|
get dataToolTipValueTextMarginLeft() {
|
|
798
|
-
return this.i.
|
|
801
|
+
return this.i.vb ? this.i.vb.left : NaN;
|
|
799
802
|
}
|
|
800
803
|
set dataToolTipValueTextMarginLeft(v) {
|
|
801
804
|
this.ensureDataToolTipValueTextMargin();
|
|
802
|
-
this.i.
|
|
803
|
-
this._a("dataToolTipValueTextMarginLeft", this.i.
|
|
804
|
-
this.i.
|
|
805
|
+
this.i.vb.left = +v;
|
|
806
|
+
this._a("dataToolTipValueTextMarginLeft", this.i.vb.left);
|
|
807
|
+
this.i.vb = this.i.vb;
|
|
805
808
|
}
|
|
806
809
|
get dataToolTipValueTextMarginRight() {
|
|
807
|
-
return this.i.
|
|
810
|
+
return this.i.vb ? this.i.vb.right : NaN;
|
|
808
811
|
}
|
|
809
812
|
set dataToolTipValueTextMarginRight(v) {
|
|
810
813
|
this.ensureDataToolTipValueTextMargin();
|
|
811
|
-
this.i.
|
|
812
|
-
this._a("dataToolTipValueTextMarginRight", this.i.
|
|
813
|
-
this.i.
|
|
814
|
+
this.i.vb.right = +v;
|
|
815
|
+
this._a("dataToolTipValueTextMarginRight", this.i.vb.right);
|
|
816
|
+
this.i.vb = this.i.vb;
|
|
814
817
|
}
|
|
815
818
|
get dataToolTipValueTextMarginTop() {
|
|
816
|
-
return this.i.
|
|
819
|
+
return this.i.vb ? this.i.vb.top : NaN;
|
|
817
820
|
}
|
|
818
821
|
set dataToolTipValueTextMarginTop(v) {
|
|
819
822
|
this.ensureDataToolTipValueTextMargin();
|
|
820
|
-
this.i.
|
|
821
|
-
this._a("dataToolTipValueTextMarginTop", this.i.
|
|
822
|
-
this.i.
|
|
823
|
+
this.i.vb.top = +v;
|
|
824
|
+
this._a("dataToolTipValueTextMarginTop", this.i.vb.top);
|
|
825
|
+
this.i.vb = this.i.vb;
|
|
823
826
|
}
|
|
824
827
|
ensureDataToolTipValueTextMargin() {
|
|
825
|
-
if (this.i.
|
|
828
|
+
if (this.i.vb) {
|
|
826
829
|
return;
|
|
827
830
|
}
|
|
828
|
-
this.i.
|
|
831
|
+
this.i.vb = new Thickness(2);
|
|
829
832
|
}
|
|
830
833
|
/**
|
|
831
834
|
* Gets or sets the units text color.
|
|
832
835
|
*/
|
|
833
836
|
get dataToolTipValueTextColor() {
|
|
834
|
-
return brushToString(this.i.
|
|
837
|
+
return brushToString(this.i.ua);
|
|
835
838
|
}
|
|
836
839
|
set dataToolTipValueTextColor(v) {
|
|
837
|
-
this.i.
|
|
838
|
-
this._a("dataToolTipValueTextColor", brushToString(this.i.
|
|
840
|
+
this.i.ua = stringToBrush(v);
|
|
841
|
+
this._a("dataToolTipValueTextColor", brushToString(this.i.ua));
|
|
839
842
|
}
|
|
840
843
|
/**
|
|
841
844
|
* Gets or Sets the style to use for the units text.
|
|
842
845
|
*/
|
|
843
846
|
get dataToolTipValueTextStyle() {
|
|
844
|
-
if (this.i.
|
|
847
|
+
if (this.i.ed == null) {
|
|
845
848
|
return null;
|
|
846
849
|
}
|
|
847
|
-
return this.i.
|
|
850
|
+
return this.i.ed.fontString;
|
|
848
851
|
}
|
|
849
852
|
set dataToolTipValueTextStyle(v) {
|
|
850
853
|
let fi = new FontInfo();
|
|
851
854
|
fi.fontString = v;
|
|
852
|
-
this.i.
|
|
853
|
-
this._a("dataToolTipValueTextStyle", this.i.
|
|
855
|
+
this.i.ed = fi;
|
|
856
|
+
this._a("dataToolTipValueTextStyle", this.i.ed != null ? this.i.ed.fontString : "");
|
|
854
857
|
}
|
|
855
858
|
/**
|
|
856
859
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
857
860
|
*/
|
|
858
861
|
get dataToolTipHeaderFormatString() {
|
|
859
|
-
return this.i.
|
|
862
|
+
return this.i.l2;
|
|
860
863
|
}
|
|
861
864
|
set dataToolTipHeaderFormatString(v) {
|
|
862
|
-
this.i.
|
|
865
|
+
this.i.l2 = v;
|
|
863
866
|
}
|
|
864
867
|
/**
|
|
865
868
|
* Gets or sets the format specifiers to use with the HeaderFormatString string.
|
|
@@ -879,669 +882,882 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
879
882
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
880
883
|
*/
|
|
881
884
|
get dataToolTipHeaderFormatCulture() {
|
|
882
|
-
return this.i.
|
|
885
|
+
return this.i.ly;
|
|
883
886
|
}
|
|
884
887
|
set dataToolTipHeaderFormatCulture(v) {
|
|
885
|
-
this.i.
|
|
888
|
+
this.i.ly = v;
|
|
886
889
|
}
|
|
887
890
|
/**
|
|
888
891
|
* Gets or sets date format for the header
|
|
889
892
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
890
893
|
*/
|
|
891
894
|
get dataToolTipHeaderFormatDate() {
|
|
892
|
-
return this.i.
|
|
895
|
+
return this.i.bd;
|
|
893
896
|
}
|
|
894
897
|
set dataToolTipHeaderFormatDate(v) {
|
|
895
|
-
this.i.
|
|
896
|
-
this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.
|
|
898
|
+
this.i.bd = ensureEnum(DataLegendHeaderDateMode_$type, v);
|
|
899
|
+
this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.bd));
|
|
897
900
|
}
|
|
898
901
|
/**
|
|
899
902
|
* Gets or sets time format for the header
|
|
900
903
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
901
904
|
*/
|
|
902
905
|
get dataToolTipHeaderFormatTime() {
|
|
903
|
-
return this.i.
|
|
906
|
+
return this.i.bf;
|
|
904
907
|
}
|
|
905
908
|
set dataToolTipHeaderFormatTime(v) {
|
|
906
|
-
this.i.
|
|
907
|
-
this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.
|
|
909
|
+
this.i.bf = ensureEnum(DataLegendHeaderTimeMode_$type, v);
|
|
910
|
+
this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.bf));
|
|
908
911
|
}
|
|
909
912
|
/**
|
|
910
913
|
* Gets or sets the HeaderText for the data legend.
|
|
911
914
|
*/
|
|
912
915
|
get dataToolTipHeaderText() {
|
|
913
|
-
return this.i.
|
|
916
|
+
return this.i.l7;
|
|
914
917
|
}
|
|
915
918
|
set dataToolTipHeaderText(v) {
|
|
916
|
-
this.i.
|
|
919
|
+
this.i.l7 = v;
|
|
917
920
|
}
|
|
918
921
|
/**
|
|
919
922
|
* Gets or sets the header text color.
|
|
920
923
|
*/
|
|
921
924
|
get dataToolTipHeaderTextColor() {
|
|
922
|
-
return brushToString(this.i.
|
|
925
|
+
return brushToString(this.i.t2);
|
|
923
926
|
}
|
|
924
927
|
set dataToolTipHeaderTextColor(v) {
|
|
925
|
-
this.i.
|
|
926
|
-
this._a("dataToolTipHeaderTextColor", brushToString(this.i.
|
|
928
|
+
this.i.t2 = stringToBrush(v);
|
|
929
|
+
this._a("dataToolTipHeaderTextColor", brushToString(this.i.t2));
|
|
927
930
|
}
|
|
928
931
|
get dataToolTipHeaderTextMarginBottom() {
|
|
929
|
-
return this.i.
|
|
932
|
+
return this.i.u4 ? this.i.u4.bottom : NaN;
|
|
930
933
|
}
|
|
931
934
|
set dataToolTipHeaderTextMarginBottom(v) {
|
|
932
935
|
this.ensureDataToolTipHeaderTextMargin();
|
|
933
|
-
this.i.
|
|
934
|
-
this._a("dataToolTipHeaderTextMarginBottom", this.i.
|
|
935
|
-
this.i.
|
|
936
|
+
this.i.u4.bottom = +v;
|
|
937
|
+
this._a("dataToolTipHeaderTextMarginBottom", this.i.u4.bottom);
|
|
938
|
+
this.i.u4 = this.i.u4;
|
|
936
939
|
}
|
|
937
940
|
get dataToolTipHeaderTextMarginLeft() {
|
|
938
|
-
return this.i.
|
|
941
|
+
return this.i.u4 ? this.i.u4.left : NaN;
|
|
939
942
|
}
|
|
940
943
|
set dataToolTipHeaderTextMarginLeft(v) {
|
|
941
944
|
this.ensureDataToolTipHeaderTextMargin();
|
|
942
|
-
this.i.
|
|
943
|
-
this._a("dataToolTipHeaderTextMarginLeft", this.i.
|
|
944
|
-
this.i.
|
|
945
|
+
this.i.u4.left = +v;
|
|
946
|
+
this._a("dataToolTipHeaderTextMarginLeft", this.i.u4.left);
|
|
947
|
+
this.i.u4 = this.i.u4;
|
|
945
948
|
}
|
|
946
949
|
get dataToolTipHeaderTextMarginRight() {
|
|
947
|
-
return this.i.
|
|
950
|
+
return this.i.u4 ? this.i.u4.right : NaN;
|
|
948
951
|
}
|
|
949
952
|
set dataToolTipHeaderTextMarginRight(v) {
|
|
950
953
|
this.ensureDataToolTipHeaderTextMargin();
|
|
951
|
-
this.i.
|
|
952
|
-
this._a("dataToolTipHeaderTextMarginRight", this.i.
|
|
953
|
-
this.i.
|
|
954
|
+
this.i.u4.right = +v;
|
|
955
|
+
this._a("dataToolTipHeaderTextMarginRight", this.i.u4.right);
|
|
956
|
+
this.i.u4 = this.i.u4;
|
|
954
957
|
}
|
|
955
958
|
get dataToolTipHeaderTextMarginTop() {
|
|
956
|
-
return this.i.
|
|
959
|
+
return this.i.u4 ? this.i.u4.top : NaN;
|
|
957
960
|
}
|
|
958
961
|
set dataToolTipHeaderTextMarginTop(v) {
|
|
959
962
|
this.ensureDataToolTipHeaderTextMargin();
|
|
960
|
-
this.i.
|
|
961
|
-
this._a("dataToolTipHeaderTextMarginTop", this.i.
|
|
962
|
-
this.i.
|
|
963
|
+
this.i.u4.top = +v;
|
|
964
|
+
this._a("dataToolTipHeaderTextMarginTop", this.i.u4.top);
|
|
965
|
+
this.i.u4 = this.i.u4;
|
|
963
966
|
}
|
|
964
967
|
ensureDataToolTipHeaderTextMargin() {
|
|
965
|
-
if (this.i.
|
|
968
|
+
if (this.i.u4) {
|
|
966
969
|
return;
|
|
967
970
|
}
|
|
968
|
-
this.i.
|
|
971
|
+
this.i.u4 = new Thickness(2);
|
|
969
972
|
}
|
|
970
973
|
get dataToolTipHeaderRowMarginBottom() {
|
|
971
|
-
return this.i.
|
|
974
|
+
return this.i.u3 ? this.i.u3.bottom : NaN;
|
|
972
975
|
}
|
|
973
976
|
set dataToolTipHeaderRowMarginBottom(v) {
|
|
974
977
|
this.ensureDataToolTipHeaderRowMargin();
|
|
975
|
-
this.i.
|
|
976
|
-
this._a("dataToolTipHeaderRowMarginBottom", this.i.
|
|
977
|
-
this.i.
|
|
978
|
+
this.i.u3.bottom = +v;
|
|
979
|
+
this._a("dataToolTipHeaderRowMarginBottom", this.i.u3.bottom);
|
|
980
|
+
this.i.u3 = this.i.u3;
|
|
978
981
|
}
|
|
979
982
|
get dataToolTipHeaderRowMarginLeft() {
|
|
980
|
-
return this.i.
|
|
983
|
+
return this.i.u3 ? this.i.u3.left : NaN;
|
|
981
984
|
}
|
|
982
985
|
set dataToolTipHeaderRowMarginLeft(v) {
|
|
983
986
|
this.ensureDataToolTipHeaderRowMargin();
|
|
984
|
-
this.i.
|
|
985
|
-
this._a("dataToolTipHeaderRowMarginLeft", this.i.
|
|
986
|
-
this.i.
|
|
987
|
+
this.i.u3.left = +v;
|
|
988
|
+
this._a("dataToolTipHeaderRowMarginLeft", this.i.u3.left);
|
|
989
|
+
this.i.u3 = this.i.u3;
|
|
987
990
|
}
|
|
988
991
|
get dataToolTipHeaderRowMarginRight() {
|
|
989
|
-
return this.i.
|
|
992
|
+
return this.i.u3 ? this.i.u3.right : NaN;
|
|
990
993
|
}
|
|
991
994
|
set dataToolTipHeaderRowMarginRight(v) {
|
|
992
995
|
this.ensureDataToolTipHeaderRowMargin();
|
|
993
|
-
this.i.
|
|
994
|
-
this._a("dataToolTipHeaderRowMarginRight", this.i.
|
|
995
|
-
this.i.
|
|
996
|
+
this.i.u3.right = +v;
|
|
997
|
+
this._a("dataToolTipHeaderRowMarginRight", this.i.u3.right);
|
|
998
|
+
this.i.u3 = this.i.u3;
|
|
996
999
|
}
|
|
997
1000
|
get dataToolTipHeaderRowMarginTop() {
|
|
998
|
-
return this.i.
|
|
1001
|
+
return this.i.u3 ? this.i.u3.top : NaN;
|
|
999
1002
|
}
|
|
1000
1003
|
set dataToolTipHeaderRowMarginTop(v) {
|
|
1001
1004
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1002
|
-
this.i.
|
|
1003
|
-
this._a("dataToolTipHeaderRowMarginTop", this.i.
|
|
1004
|
-
this.i.
|
|
1005
|
+
this.i.u3.top = +v;
|
|
1006
|
+
this._a("dataToolTipHeaderRowMarginTop", this.i.u3.top);
|
|
1007
|
+
this.i.u3 = this.i.u3;
|
|
1005
1008
|
}
|
|
1006
1009
|
ensureDataToolTipHeaderRowMargin() {
|
|
1007
|
-
if (this.i.
|
|
1010
|
+
if (this.i.u3) {
|
|
1008
1011
|
return;
|
|
1009
1012
|
}
|
|
1010
|
-
this.i.
|
|
1013
|
+
this.i.u3 = new Thickness(2);
|
|
1011
1014
|
}
|
|
1012
1015
|
/**
|
|
1013
1016
|
* Gets or sets whether to show Header row.
|
|
1014
1017
|
*/
|
|
1015
1018
|
get dataToolTipHeaderRowVisible() {
|
|
1016
|
-
return this.i.
|
|
1019
|
+
return this.i.fe;
|
|
1017
1020
|
}
|
|
1018
1021
|
set dataToolTipHeaderRowVisible(v) {
|
|
1019
|
-
this.i.
|
|
1020
|
-
this._a("dataToolTipHeaderRowVisible", this.i.
|
|
1022
|
+
this.i.fe = ensureBool(v);
|
|
1023
|
+
this._a("dataToolTipHeaderRowVisible", this.i.fe);
|
|
1021
1024
|
}
|
|
1022
1025
|
/**
|
|
1023
1026
|
* Gets or Sets the style to use for the header text.
|
|
1024
1027
|
*/
|
|
1025
1028
|
get dataToolTipHeaderTextStyle() {
|
|
1026
|
-
if (this.i.
|
|
1029
|
+
if (this.i.d5 == null) {
|
|
1027
1030
|
return null;
|
|
1028
1031
|
}
|
|
1029
|
-
return this.i.
|
|
1032
|
+
return this.i.d5.fontString;
|
|
1030
1033
|
}
|
|
1031
1034
|
set dataToolTipHeaderTextStyle(v) {
|
|
1032
1035
|
let fi = new FontInfo();
|
|
1033
1036
|
fi.fontString = v;
|
|
1034
|
-
this.i.
|
|
1035
|
-
this._a("dataToolTipHeaderTextStyle", this.i.
|
|
1037
|
+
this.i.d5 = fi;
|
|
1038
|
+
this._a("dataToolTipHeaderTextStyle", this.i.d5 != null ? this.i.d5.fontString : "");
|
|
1036
1039
|
}
|
|
1037
1040
|
/**
|
|
1038
1041
|
* Gets or sets the summary text color.
|
|
1039
1042
|
*/
|
|
1040
1043
|
get dataToolTipSummaryTitleTextColor() {
|
|
1041
|
-
return brushToString(this.i.
|
|
1044
|
+
return brushToString(this.i.t5);
|
|
1042
1045
|
}
|
|
1043
1046
|
set dataToolTipSummaryTitleTextColor(v) {
|
|
1044
|
-
this.i.
|
|
1045
|
-
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.
|
|
1047
|
+
this.i.t5 = stringToBrush(v);
|
|
1048
|
+
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.t5));
|
|
1046
1049
|
}
|
|
1047
1050
|
/**
|
|
1048
1051
|
* Gets or Sets the style to use for the summary text.
|
|
1049
1052
|
*/
|
|
1050
1053
|
get dataToolTipSummaryTitleTextStyle() {
|
|
1051
|
-
if (this.i.
|
|
1054
|
+
if (this.i.d8 == null) {
|
|
1052
1055
|
return null;
|
|
1053
1056
|
}
|
|
1054
|
-
return this.i.
|
|
1057
|
+
return this.i.d8.fontString;
|
|
1055
1058
|
}
|
|
1056
1059
|
set dataToolTipSummaryTitleTextStyle(v) {
|
|
1057
1060
|
let fi = new FontInfo();
|
|
1058
1061
|
fi.fontString = v;
|
|
1059
|
-
this.i.
|
|
1060
|
-
this._a("dataToolTipSummaryTitleTextStyle", this.i.
|
|
1062
|
+
this.i.d8 = fi;
|
|
1063
|
+
this._a("dataToolTipSummaryTitleTextStyle", this.i.d8 != null ? this.i.d8.fontString : "");
|
|
1061
1064
|
}
|
|
1062
1065
|
/**
|
|
1063
1066
|
* Gets or sets the SummaryType for the data legend.
|
|
1064
1067
|
*/
|
|
1065
1068
|
get dataToolTipSummaryType() {
|
|
1066
|
-
return this.i.
|
|
1069
|
+
return this.i.bj;
|
|
1067
1070
|
}
|
|
1068
1071
|
set dataToolTipSummaryType(v) {
|
|
1069
|
-
this.i.
|
|
1070
|
-
this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.
|
|
1072
|
+
this.i.bj = ensureEnum(DataLegendSummaryType_$type, v);
|
|
1073
|
+
this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.bj));
|
|
1071
1074
|
}
|
|
1072
1075
|
/**
|
|
1073
1076
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
1074
1077
|
*/
|
|
1075
1078
|
get dataToolTipSummaryTitleText() {
|
|
1076
|
-
return this.i.
|
|
1079
|
+
return this.i.mq;
|
|
1077
1080
|
}
|
|
1078
1081
|
set dataToolTipSummaryTitleText(v) {
|
|
1079
|
-
this.i.
|
|
1082
|
+
this.i.mq = v;
|
|
1080
1083
|
}
|
|
1081
1084
|
get dataToolTipSummaryTitleTextMarginBottom() {
|
|
1082
|
-
return this.i.
|
|
1085
|
+
return this.i.u7 ? this.i.u7.bottom : NaN;
|
|
1083
1086
|
}
|
|
1084
1087
|
set dataToolTipSummaryTitleTextMarginBottom(v) {
|
|
1085
1088
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1086
|
-
this.i.
|
|
1087
|
-
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.
|
|
1088
|
-
this.i.
|
|
1089
|
+
this.i.u7.bottom = +v;
|
|
1090
|
+
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.u7.bottom);
|
|
1091
|
+
this.i.u7 = this.i.u7;
|
|
1089
1092
|
}
|
|
1090
1093
|
get dataToolTipSummaryTitleTextMarginLeft() {
|
|
1091
|
-
return this.i.
|
|
1094
|
+
return this.i.u7 ? this.i.u7.left : NaN;
|
|
1092
1095
|
}
|
|
1093
1096
|
set dataToolTipSummaryTitleTextMarginLeft(v) {
|
|
1094
1097
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1095
|
-
this.i.
|
|
1096
|
-
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.
|
|
1097
|
-
this.i.
|
|
1098
|
+
this.i.u7.left = +v;
|
|
1099
|
+
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.u7.left);
|
|
1100
|
+
this.i.u7 = this.i.u7;
|
|
1098
1101
|
}
|
|
1099
1102
|
get dataToolTipSummaryTitleTextMarginRight() {
|
|
1100
|
-
return this.i.
|
|
1103
|
+
return this.i.u7 ? this.i.u7.right : NaN;
|
|
1101
1104
|
}
|
|
1102
1105
|
set dataToolTipSummaryTitleTextMarginRight(v) {
|
|
1103
1106
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1104
|
-
this.i.
|
|
1105
|
-
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.
|
|
1106
|
-
this.i.
|
|
1107
|
+
this.i.u7.right = +v;
|
|
1108
|
+
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.u7.right);
|
|
1109
|
+
this.i.u7 = this.i.u7;
|
|
1107
1110
|
}
|
|
1108
1111
|
get dataToolTipSummaryTitleTextMarginTop() {
|
|
1109
|
-
return this.i.
|
|
1112
|
+
return this.i.u7 ? this.i.u7.top : NaN;
|
|
1110
1113
|
}
|
|
1111
1114
|
set dataToolTipSummaryTitleTextMarginTop(v) {
|
|
1112
1115
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1113
|
-
this.i.
|
|
1114
|
-
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.
|
|
1115
|
-
this.i.
|
|
1116
|
+
this.i.u7.top = +v;
|
|
1117
|
+
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.u7.top);
|
|
1118
|
+
this.i.u7 = this.i.u7;
|
|
1116
1119
|
}
|
|
1117
1120
|
ensureDataToolTipSummaryTitleTextMargin() {
|
|
1118
|
-
if (this.i.
|
|
1121
|
+
if (this.i.u7) {
|
|
1119
1122
|
return;
|
|
1120
1123
|
}
|
|
1121
|
-
this.i.
|
|
1124
|
+
this.i.u7 = new Thickness(2);
|
|
1122
1125
|
}
|
|
1123
1126
|
get dataToolTipSummaryRowMarginBottom() {
|
|
1124
|
-
return this.i.
|
|
1127
|
+
return this.i.u6 ? this.i.u6.bottom : NaN;
|
|
1125
1128
|
}
|
|
1126
1129
|
set dataToolTipSummaryRowMarginBottom(v) {
|
|
1127
1130
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1128
|
-
this.i.
|
|
1129
|
-
this._a("dataToolTipSummaryRowMarginBottom", this.i.
|
|
1130
|
-
this.i.
|
|
1131
|
+
this.i.u6.bottom = +v;
|
|
1132
|
+
this._a("dataToolTipSummaryRowMarginBottom", this.i.u6.bottom);
|
|
1133
|
+
this.i.u6 = this.i.u6;
|
|
1131
1134
|
}
|
|
1132
1135
|
get dataToolTipSummaryRowMarginLeft() {
|
|
1133
|
-
return this.i.
|
|
1136
|
+
return this.i.u6 ? this.i.u6.left : NaN;
|
|
1134
1137
|
}
|
|
1135
1138
|
set dataToolTipSummaryRowMarginLeft(v) {
|
|
1136
1139
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1137
|
-
this.i.
|
|
1138
|
-
this._a("dataToolTipSummaryRowMarginLeft", this.i.
|
|
1139
|
-
this.i.
|
|
1140
|
+
this.i.u6.left = +v;
|
|
1141
|
+
this._a("dataToolTipSummaryRowMarginLeft", this.i.u6.left);
|
|
1142
|
+
this.i.u6 = this.i.u6;
|
|
1140
1143
|
}
|
|
1141
1144
|
get dataToolTipSummaryRowMarginRight() {
|
|
1142
|
-
return this.i.
|
|
1145
|
+
return this.i.u6 ? this.i.u6.right : NaN;
|
|
1143
1146
|
}
|
|
1144
1147
|
set dataToolTipSummaryRowMarginRight(v) {
|
|
1145
1148
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1146
|
-
this.i.
|
|
1147
|
-
this._a("dataToolTipSummaryRowMarginRight", this.i.
|
|
1148
|
-
this.i.
|
|
1149
|
+
this.i.u6.right = +v;
|
|
1150
|
+
this._a("dataToolTipSummaryRowMarginRight", this.i.u6.right);
|
|
1151
|
+
this.i.u6 = this.i.u6;
|
|
1149
1152
|
}
|
|
1150
1153
|
get dataToolTipSummaryRowMarginTop() {
|
|
1151
|
-
return this.i.
|
|
1154
|
+
return this.i.u6 ? this.i.u6.top : NaN;
|
|
1152
1155
|
}
|
|
1153
1156
|
set dataToolTipSummaryRowMarginTop(v) {
|
|
1154
1157
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1155
|
-
this.i.
|
|
1156
|
-
this._a("dataToolTipSummaryRowMarginTop", this.i.
|
|
1157
|
-
this.i.
|
|
1158
|
+
this.i.u6.top = +v;
|
|
1159
|
+
this._a("dataToolTipSummaryRowMarginTop", this.i.u6.top);
|
|
1160
|
+
this.i.u6 = this.i.u6;
|
|
1158
1161
|
}
|
|
1159
1162
|
ensureDataToolTipSummaryRowMargin() {
|
|
1160
|
-
if (this.i.
|
|
1163
|
+
if (this.i.u6) {
|
|
1161
1164
|
return;
|
|
1162
1165
|
}
|
|
1163
|
-
this.i.
|
|
1166
|
+
this.i.u6 = new Thickness(2);
|
|
1164
1167
|
}
|
|
1165
1168
|
/**
|
|
1166
1169
|
* Gets or sets the units text color.
|
|
1167
1170
|
*/
|
|
1168
1171
|
get dataToolTipSummaryValueTextColor() {
|
|
1169
|
-
return brushToString(this.i.
|
|
1172
|
+
return brushToString(this.i.t7);
|
|
1170
1173
|
}
|
|
1171
1174
|
set dataToolTipSummaryValueTextColor(v) {
|
|
1172
|
-
this.i.
|
|
1173
|
-
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.
|
|
1175
|
+
this.i.t7 = stringToBrush(v);
|
|
1176
|
+
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.t7));
|
|
1174
1177
|
}
|
|
1175
1178
|
/**
|
|
1176
1179
|
* Gets or Sets the style to use for the units text.
|
|
1177
1180
|
*/
|
|
1178
1181
|
get dataToolTipSummaryValueTextStyle() {
|
|
1179
|
-
if (this.i.
|
|
1182
|
+
if (this.i.ea == null) {
|
|
1180
1183
|
return null;
|
|
1181
1184
|
}
|
|
1182
|
-
return this.i.
|
|
1185
|
+
return this.i.ea.fontString;
|
|
1183
1186
|
}
|
|
1184
1187
|
set dataToolTipSummaryValueTextStyle(v) {
|
|
1185
1188
|
let fi = new FontInfo();
|
|
1186
1189
|
fi.fontString = v;
|
|
1187
|
-
this.i.
|
|
1188
|
-
this._a("dataToolTipSummaryValueTextStyle", this.i.
|
|
1190
|
+
this.i.ea = fi;
|
|
1191
|
+
this._a("dataToolTipSummaryValueTextStyle", this.i.ea != null ? this.i.ea.fontString : "");
|
|
1189
1192
|
}
|
|
1190
1193
|
/**
|
|
1191
1194
|
* Gets or sets the units text for the data legend.
|
|
1192
1195
|
*/
|
|
1193
1196
|
get dataToolTipSummaryLabelText() {
|
|
1194
|
-
return this.i.
|
|
1197
|
+
return this.i.ml;
|
|
1195
1198
|
}
|
|
1196
1199
|
set dataToolTipSummaryLabelText(v) {
|
|
1197
|
-
this.i.
|
|
1200
|
+
this.i.ml = v;
|
|
1198
1201
|
}
|
|
1199
1202
|
/**
|
|
1200
1203
|
* Gets or sets the units text color.
|
|
1201
1204
|
*/
|
|
1202
1205
|
get dataToolTipSummaryLabelTextColor() {
|
|
1203
|
-
return brushToString(this.i.
|
|
1206
|
+
return brushToString(this.i.t4);
|
|
1204
1207
|
}
|
|
1205
1208
|
set dataToolTipSummaryLabelTextColor(v) {
|
|
1206
|
-
this.i.
|
|
1207
|
-
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.
|
|
1209
|
+
this.i.t4 = stringToBrush(v);
|
|
1210
|
+
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.t4));
|
|
1208
1211
|
}
|
|
1209
1212
|
/**
|
|
1210
1213
|
* Gets or Sets the style to use for the units text.
|
|
1211
1214
|
*/
|
|
1212
1215
|
get dataToolTipSummaryLabelTextStyle() {
|
|
1213
|
-
if (this.i.
|
|
1216
|
+
if (this.i.d7 == null) {
|
|
1214
1217
|
return null;
|
|
1215
1218
|
}
|
|
1216
|
-
return this.i.
|
|
1219
|
+
return this.i.d7.fontString;
|
|
1217
1220
|
}
|
|
1218
1221
|
set dataToolTipSummaryLabelTextStyle(v) {
|
|
1219
1222
|
let fi = new FontInfo();
|
|
1220
1223
|
fi.fontString = v;
|
|
1221
|
-
this.i.
|
|
1222
|
-
this._a("dataToolTipSummaryLabelTextStyle", this.i.
|
|
1224
|
+
this.i.d7 = fi;
|
|
1225
|
+
this._a("dataToolTipSummaryLabelTextStyle", this.i.d7 != null ? this.i.d7.fontString : "");
|
|
1223
1226
|
}
|
|
1224
1227
|
/**
|
|
1225
1228
|
* Gets or sets the units text for the data legend.
|
|
1226
1229
|
*/
|
|
1227
1230
|
get dataToolTipSummaryUnitsText() {
|
|
1228
|
-
return this.i.
|
|
1231
|
+
return this.i.mw;
|
|
1229
1232
|
}
|
|
1230
1233
|
set dataToolTipSummaryUnitsText(v) {
|
|
1231
|
-
this.i.
|
|
1234
|
+
this.i.mw = v;
|
|
1232
1235
|
}
|
|
1233
1236
|
/**
|
|
1234
1237
|
* Gets or sets the units text color.
|
|
1235
1238
|
*/
|
|
1236
1239
|
get dataToolTipSummaryUnitsTextColor() {
|
|
1237
|
-
return brushToString(this.i.
|
|
1240
|
+
return brushToString(this.i.t6);
|
|
1238
1241
|
}
|
|
1239
1242
|
set dataToolTipSummaryUnitsTextColor(v) {
|
|
1240
|
-
this.i.
|
|
1241
|
-
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.
|
|
1243
|
+
this.i.t6 = stringToBrush(v);
|
|
1244
|
+
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.t6));
|
|
1242
1245
|
}
|
|
1243
1246
|
/**
|
|
1244
1247
|
* Gets or Sets the style to use for the units text.
|
|
1245
1248
|
*/
|
|
1246
1249
|
get dataToolTipSummaryUnitsTextStyle() {
|
|
1247
|
-
if (this.i.
|
|
1250
|
+
if (this.i.d9 == null) {
|
|
1248
1251
|
return null;
|
|
1249
1252
|
}
|
|
1250
|
-
return this.i.
|
|
1253
|
+
return this.i.d9.fontString;
|
|
1251
1254
|
}
|
|
1252
1255
|
set dataToolTipSummaryUnitsTextStyle(v) {
|
|
1253
1256
|
let fi = new FontInfo();
|
|
1254
1257
|
fi.fontString = v;
|
|
1255
|
-
this.i.
|
|
1256
|
-
this._a("dataToolTipSummaryUnitsTextStyle", this.i.
|
|
1258
|
+
this.i.d9 = fi;
|
|
1259
|
+
this._a("dataToolTipSummaryUnitsTextStyle", this.i.d9 != null ? this.i.d9.fontString : "");
|
|
1257
1260
|
}
|
|
1258
1261
|
get dataToolTipBadgeMarginBottom() {
|
|
1259
|
-
return this.i.
|
|
1262
|
+
return this.i.u2 ? this.i.u2.bottom : NaN;
|
|
1260
1263
|
}
|
|
1261
1264
|
set dataToolTipBadgeMarginBottom(v) {
|
|
1262
1265
|
this.ensureDataToolTipBadgeMargin();
|
|
1263
|
-
this.i.
|
|
1264
|
-
this._a("dataToolTipBadgeMarginBottom", this.i.
|
|
1265
|
-
this.i.
|
|
1266
|
+
this.i.u2.bottom = +v;
|
|
1267
|
+
this._a("dataToolTipBadgeMarginBottom", this.i.u2.bottom);
|
|
1268
|
+
this.i.u2 = this.i.u2;
|
|
1266
1269
|
}
|
|
1267
1270
|
get dataToolTipBadgeMarginLeft() {
|
|
1268
|
-
return this.i.
|
|
1271
|
+
return this.i.u2 ? this.i.u2.left : NaN;
|
|
1269
1272
|
}
|
|
1270
1273
|
set dataToolTipBadgeMarginLeft(v) {
|
|
1271
1274
|
this.ensureDataToolTipBadgeMargin();
|
|
1272
|
-
this.i.
|
|
1273
|
-
this._a("dataToolTipBadgeMarginLeft", this.i.
|
|
1274
|
-
this.i.
|
|
1275
|
+
this.i.u2.left = +v;
|
|
1276
|
+
this._a("dataToolTipBadgeMarginLeft", this.i.u2.left);
|
|
1277
|
+
this.i.u2 = this.i.u2;
|
|
1275
1278
|
}
|
|
1276
1279
|
get dataToolTipBadgeMarginRight() {
|
|
1277
|
-
return this.i.
|
|
1280
|
+
return this.i.u2 ? this.i.u2.right : NaN;
|
|
1278
1281
|
}
|
|
1279
1282
|
set dataToolTipBadgeMarginRight(v) {
|
|
1280
1283
|
this.ensureDataToolTipBadgeMargin();
|
|
1281
|
-
this.i.
|
|
1282
|
-
this._a("dataToolTipBadgeMarginRight", this.i.
|
|
1283
|
-
this.i.
|
|
1284
|
+
this.i.u2.right = +v;
|
|
1285
|
+
this._a("dataToolTipBadgeMarginRight", this.i.u2.right);
|
|
1286
|
+
this.i.u2 = this.i.u2;
|
|
1284
1287
|
}
|
|
1285
1288
|
get dataToolTipBadgeMarginTop() {
|
|
1286
|
-
return this.i.
|
|
1289
|
+
return this.i.u2 ? this.i.u2.top : NaN;
|
|
1287
1290
|
}
|
|
1288
1291
|
set dataToolTipBadgeMarginTop(v) {
|
|
1289
1292
|
this.ensureDataToolTipBadgeMargin();
|
|
1290
|
-
this.i.
|
|
1291
|
-
this._a("dataToolTipBadgeMarginTop", this.i.
|
|
1292
|
-
this.i.
|
|
1293
|
+
this.i.u2.top = +v;
|
|
1294
|
+
this._a("dataToolTipBadgeMarginTop", this.i.u2.top);
|
|
1295
|
+
this.i.u2 = this.i.u2;
|
|
1293
1296
|
}
|
|
1294
1297
|
ensureDataToolTipBadgeMargin() {
|
|
1295
|
-
if (this.i.
|
|
1298
|
+
if (this.i.u2) {
|
|
1296
1299
|
return;
|
|
1297
1300
|
}
|
|
1298
|
-
this.i.
|
|
1301
|
+
this.i.u2 = new Thickness(2);
|
|
1299
1302
|
}
|
|
1300
1303
|
/**
|
|
1301
1304
|
* Gets or sets the BadgeShape for the data legend.
|
|
1302
1305
|
*/
|
|
1303
1306
|
get dataToolTipBadgeShape() {
|
|
1304
|
-
return this.i.
|
|
1307
|
+
return this.i.cd;
|
|
1305
1308
|
}
|
|
1306
1309
|
set dataToolTipBadgeShape(v) {
|
|
1307
|
-
this.i.
|
|
1308
|
-
this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
1310
|
+
this.i.cd = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
1311
|
+
this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.cd));
|
|
1309
1312
|
}
|
|
1310
1313
|
/**
|
|
1311
1314
|
* Gets or sets the UnitsMode for the data legend.
|
|
1312
1315
|
*/
|
|
1313
1316
|
get dataToolTipUnitsDisplayMode() {
|
|
1314
|
-
return this.i.
|
|
1317
|
+
return this.i.bl;
|
|
1315
1318
|
}
|
|
1316
1319
|
set dataToolTipUnitsDisplayMode(v) {
|
|
1317
|
-
this.i.
|
|
1318
|
-
this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.
|
|
1320
|
+
this.i.bl = ensureEnum(DataLegendUnitsMode_$type, v);
|
|
1321
|
+
this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.bl));
|
|
1319
1322
|
}
|
|
1320
1323
|
/**
|
|
1321
1324
|
* Gets or sets the units text for the data legend.
|
|
1322
1325
|
*/
|
|
1323
1326
|
get dataToolTipUnitsText() {
|
|
1324
|
-
return this.i.
|
|
1327
|
+
return this.i.m6;
|
|
1325
1328
|
}
|
|
1326
1329
|
set dataToolTipUnitsText(v) {
|
|
1327
|
-
this.i.
|
|
1330
|
+
this.i.m6 = v;
|
|
1328
1331
|
}
|
|
1329
1332
|
/**
|
|
1330
1333
|
* Gets or sets the units text color.
|
|
1331
1334
|
*/
|
|
1332
1335
|
get dataToolTipUnitsTextColor() {
|
|
1333
|
-
return brushToString(this.i.
|
|
1336
|
+
return brushToString(this.i.t9);
|
|
1334
1337
|
}
|
|
1335
1338
|
set dataToolTipUnitsTextColor(v) {
|
|
1336
|
-
this.i.
|
|
1337
|
-
this._a("dataToolTipUnitsTextColor", brushToString(this.i.
|
|
1339
|
+
this.i.t9 = stringToBrush(v);
|
|
1340
|
+
this._a("dataToolTipUnitsTextColor", brushToString(this.i.t9));
|
|
1338
1341
|
}
|
|
1339
1342
|
get dataToolTipUnitsTextMarginBottom() {
|
|
1340
|
-
return this.i.
|
|
1343
|
+
return this.i.u9 ? this.i.u9.bottom : NaN;
|
|
1341
1344
|
}
|
|
1342
1345
|
set dataToolTipUnitsTextMarginBottom(v) {
|
|
1343
1346
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1344
|
-
this.i.
|
|
1345
|
-
this._a("dataToolTipUnitsTextMarginBottom", this.i.
|
|
1346
|
-
this.i.
|
|
1347
|
+
this.i.u9.bottom = +v;
|
|
1348
|
+
this._a("dataToolTipUnitsTextMarginBottom", this.i.u9.bottom);
|
|
1349
|
+
this.i.u9 = this.i.u9;
|
|
1347
1350
|
}
|
|
1348
1351
|
get dataToolTipUnitsTextMarginLeft() {
|
|
1349
|
-
return this.i.
|
|
1352
|
+
return this.i.u9 ? this.i.u9.left : NaN;
|
|
1350
1353
|
}
|
|
1351
1354
|
set dataToolTipUnitsTextMarginLeft(v) {
|
|
1352
1355
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1353
|
-
this.i.
|
|
1354
|
-
this._a("dataToolTipUnitsTextMarginLeft", this.i.
|
|
1355
|
-
this.i.
|
|
1356
|
+
this.i.u9.left = +v;
|
|
1357
|
+
this._a("dataToolTipUnitsTextMarginLeft", this.i.u9.left);
|
|
1358
|
+
this.i.u9 = this.i.u9;
|
|
1356
1359
|
}
|
|
1357
1360
|
get dataToolTipUnitsTextMarginRight() {
|
|
1358
|
-
return this.i.
|
|
1361
|
+
return this.i.u9 ? this.i.u9.right : NaN;
|
|
1359
1362
|
}
|
|
1360
1363
|
set dataToolTipUnitsTextMarginRight(v) {
|
|
1361
1364
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1362
|
-
this.i.
|
|
1363
|
-
this._a("dataToolTipUnitsTextMarginRight", this.i.
|
|
1364
|
-
this.i.
|
|
1365
|
+
this.i.u9.right = +v;
|
|
1366
|
+
this._a("dataToolTipUnitsTextMarginRight", this.i.u9.right);
|
|
1367
|
+
this.i.u9 = this.i.u9;
|
|
1365
1368
|
}
|
|
1366
1369
|
get dataToolTipUnitsTextMarginTop() {
|
|
1367
|
-
return this.i.
|
|
1370
|
+
return this.i.u9 ? this.i.u9.top : NaN;
|
|
1368
1371
|
}
|
|
1369
1372
|
set dataToolTipUnitsTextMarginTop(v) {
|
|
1370
1373
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1371
|
-
this.i.
|
|
1372
|
-
this._a("dataToolTipUnitsTextMarginTop", this.i.
|
|
1373
|
-
this.i.
|
|
1374
|
+
this.i.u9.top = +v;
|
|
1375
|
+
this._a("dataToolTipUnitsTextMarginTop", this.i.u9.top);
|
|
1376
|
+
this.i.u9 = this.i.u9;
|
|
1374
1377
|
}
|
|
1375
1378
|
ensureDataToolTipUnitsTextMargin() {
|
|
1376
|
-
if (this.i.
|
|
1379
|
+
if (this.i.u9) {
|
|
1377
1380
|
return;
|
|
1378
1381
|
}
|
|
1379
|
-
this.i.
|
|
1382
|
+
this.i.u9 = new Thickness(2);
|
|
1380
1383
|
}
|
|
1381
1384
|
/**
|
|
1382
1385
|
* Gets or Sets the style to use for the units text.
|
|
1383
1386
|
*/
|
|
1384
1387
|
get dataToolTipUnitsTextStyle() {
|
|
1385
|
-
if (this.i.
|
|
1388
|
+
if (this.i.ec == null) {
|
|
1386
1389
|
return null;
|
|
1387
1390
|
}
|
|
1388
|
-
return this.i.
|
|
1391
|
+
return this.i.ec.fontString;
|
|
1389
1392
|
}
|
|
1390
1393
|
set dataToolTipUnitsTextStyle(v) {
|
|
1391
1394
|
let fi = new FontInfo();
|
|
1392
1395
|
fi.fontString = v;
|
|
1393
|
-
this.i.
|
|
1394
|
-
this._a("dataToolTipUnitsTextStyle", this.i.
|
|
1396
|
+
this.i.ec = fi;
|
|
1397
|
+
this._a("dataToolTipUnitsTextStyle", this.i.ec != null ? this.i.ec.fontString : "");
|
|
1395
1398
|
}
|
|
1396
1399
|
get dataToolTipTitleTextMarginBottom() {
|
|
1397
|
-
return this.i.
|
|
1400
|
+
return this.i.u8 ? this.i.u8.bottom : NaN;
|
|
1398
1401
|
}
|
|
1399
1402
|
set dataToolTipTitleTextMarginBottom(v) {
|
|
1400
1403
|
this.ensureDataToolTipTitleTextMargin();
|
|
1401
|
-
this.i.
|
|
1402
|
-
this._a("dataToolTipTitleTextMarginBottom", this.i.
|
|
1403
|
-
this.i.
|
|
1404
|
+
this.i.u8.bottom = +v;
|
|
1405
|
+
this._a("dataToolTipTitleTextMarginBottom", this.i.u8.bottom);
|
|
1406
|
+
this.i.u8 = this.i.u8;
|
|
1404
1407
|
}
|
|
1405
1408
|
get dataToolTipTitleTextMarginLeft() {
|
|
1406
|
-
return this.i.
|
|
1409
|
+
return this.i.u8 ? this.i.u8.left : NaN;
|
|
1407
1410
|
}
|
|
1408
1411
|
set dataToolTipTitleTextMarginLeft(v) {
|
|
1409
1412
|
this.ensureDataToolTipTitleTextMargin();
|
|
1410
|
-
this.i.
|
|
1411
|
-
this._a("dataToolTipTitleTextMarginLeft", this.i.
|
|
1412
|
-
this.i.
|
|
1413
|
+
this.i.u8.left = +v;
|
|
1414
|
+
this._a("dataToolTipTitleTextMarginLeft", this.i.u8.left);
|
|
1415
|
+
this.i.u8 = this.i.u8;
|
|
1413
1416
|
}
|
|
1414
1417
|
get dataToolTipTitleTextMarginRight() {
|
|
1415
|
-
return this.i.
|
|
1418
|
+
return this.i.u8 ? this.i.u8.right : NaN;
|
|
1416
1419
|
}
|
|
1417
1420
|
set dataToolTipTitleTextMarginRight(v) {
|
|
1418
1421
|
this.ensureDataToolTipTitleTextMargin();
|
|
1419
|
-
this.i.
|
|
1420
|
-
this._a("dataToolTipTitleTextMarginRight", this.i.
|
|
1421
|
-
this.i.
|
|
1422
|
+
this.i.u8.right = +v;
|
|
1423
|
+
this._a("dataToolTipTitleTextMarginRight", this.i.u8.right);
|
|
1424
|
+
this.i.u8 = this.i.u8;
|
|
1422
1425
|
}
|
|
1423
1426
|
get dataToolTipTitleTextMarginTop() {
|
|
1424
|
-
return this.i.
|
|
1427
|
+
return this.i.u8 ? this.i.u8.top : NaN;
|
|
1425
1428
|
}
|
|
1426
1429
|
set dataToolTipTitleTextMarginTop(v) {
|
|
1427
1430
|
this.ensureDataToolTipTitleTextMargin();
|
|
1428
|
-
this.i.
|
|
1429
|
-
this._a("dataToolTipTitleTextMarginTop", this.i.
|
|
1430
|
-
this.i.
|
|
1431
|
+
this.i.u8.top = +v;
|
|
1432
|
+
this._a("dataToolTipTitleTextMarginTop", this.i.u8.top);
|
|
1433
|
+
this.i.u8 = this.i.u8;
|
|
1431
1434
|
}
|
|
1432
1435
|
ensureDataToolTipTitleTextMargin() {
|
|
1433
|
-
if (this.i.
|
|
1436
|
+
if (this.i.u8) {
|
|
1434
1437
|
return;
|
|
1435
1438
|
}
|
|
1436
|
-
this.i.
|
|
1439
|
+
this.i.u8 = new Thickness(2);
|
|
1437
1440
|
}
|
|
1438
1441
|
/**
|
|
1439
1442
|
* Gets or sets the display text color.
|
|
1440
1443
|
*/
|
|
1441
1444
|
get dataToolTipTitleTextColor() {
|
|
1442
|
-
return brushToString(this.i.
|
|
1445
|
+
return brushToString(this.i.t8);
|
|
1443
1446
|
}
|
|
1444
1447
|
set dataToolTipTitleTextColor(v) {
|
|
1445
|
-
this.i.
|
|
1446
|
-
this._a("dataToolTipTitleTextColor", brushToString(this.i.
|
|
1448
|
+
this.i.t8 = stringToBrush(v);
|
|
1449
|
+
this._a("dataToolTipTitleTextColor", brushToString(this.i.t8));
|
|
1447
1450
|
}
|
|
1448
1451
|
/**
|
|
1449
1452
|
* Gets or Sets the style to use for the display text.
|
|
1450
1453
|
*/
|
|
1451
1454
|
get dataToolTipTitleTextStyle() {
|
|
1452
|
-
if (this.i.
|
|
1455
|
+
if (this.i.eb == null) {
|
|
1453
1456
|
return null;
|
|
1454
1457
|
}
|
|
1455
|
-
return this.i.
|
|
1458
|
+
return this.i.eb.fontString;
|
|
1456
1459
|
}
|
|
1457
1460
|
set dataToolTipTitleTextStyle(v) {
|
|
1458
1461
|
let fi = new FontInfo();
|
|
1459
1462
|
fi.fontString = v;
|
|
1460
|
-
this.i.
|
|
1461
|
-
this._a("dataToolTipTitleTextStyle", this.i.
|
|
1463
|
+
this.i.eb = fi;
|
|
1464
|
+
this._a("dataToolTipTitleTextStyle", this.i.eb != null ? this.i.eb.fontString : "");
|
|
1462
1465
|
}
|
|
1463
1466
|
/**
|
|
1464
1467
|
* Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
|
|
1465
1468
|
*/
|
|
1466
1469
|
get dataToolTipLabelDisplayMode() {
|
|
1467
|
-
return this.i.
|
|
1470
|
+
return this.i.bh;
|
|
1468
1471
|
}
|
|
1469
1472
|
set dataToolTipLabelDisplayMode(v) {
|
|
1470
|
-
this.i.
|
|
1471
|
-
this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.
|
|
1473
|
+
this.i.bh = ensureEnum(DataLegendLabelMode_$type, v);
|
|
1474
|
+
this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.bh));
|
|
1472
1475
|
}
|
|
1473
1476
|
/**
|
|
1474
1477
|
* Gets or sets the units text color.
|
|
1475
1478
|
*/
|
|
1476
1479
|
get dataToolTipLabelTextColor() {
|
|
1477
|
-
return brushToString(this.i.
|
|
1480
|
+
return brushToString(this.i.t3);
|
|
1478
1481
|
}
|
|
1479
1482
|
set dataToolTipLabelTextColor(v) {
|
|
1480
|
-
this.i.
|
|
1481
|
-
this._a("dataToolTipLabelTextColor", brushToString(this.i.
|
|
1483
|
+
this.i.t3 = stringToBrush(v);
|
|
1484
|
+
this._a("dataToolTipLabelTextColor", brushToString(this.i.t3));
|
|
1482
1485
|
}
|
|
1483
1486
|
get dataToolTipLabelTextMarginBottom() {
|
|
1484
|
-
return this.i.
|
|
1487
|
+
return this.i.u5 ? this.i.u5.bottom : NaN;
|
|
1485
1488
|
}
|
|
1486
1489
|
set dataToolTipLabelTextMarginBottom(v) {
|
|
1487
1490
|
this.ensureDataToolTipLabelTextMargin();
|
|
1488
|
-
this.i.
|
|
1489
|
-
this._a("dataToolTipLabelTextMarginBottom", this.i.
|
|
1490
|
-
this.i.
|
|
1491
|
+
this.i.u5.bottom = +v;
|
|
1492
|
+
this._a("dataToolTipLabelTextMarginBottom", this.i.u5.bottom);
|
|
1493
|
+
this.i.u5 = this.i.u5;
|
|
1491
1494
|
}
|
|
1492
1495
|
get dataToolTipLabelTextMarginLeft() {
|
|
1493
|
-
return this.i.
|
|
1496
|
+
return this.i.u5 ? this.i.u5.left : NaN;
|
|
1494
1497
|
}
|
|
1495
1498
|
set dataToolTipLabelTextMarginLeft(v) {
|
|
1496
1499
|
this.ensureDataToolTipLabelTextMargin();
|
|
1497
|
-
this.i.
|
|
1498
|
-
this._a("dataToolTipLabelTextMarginLeft", this.i.
|
|
1499
|
-
this.i.
|
|
1500
|
+
this.i.u5.left = +v;
|
|
1501
|
+
this._a("dataToolTipLabelTextMarginLeft", this.i.u5.left);
|
|
1502
|
+
this.i.u5 = this.i.u5;
|
|
1500
1503
|
}
|
|
1501
1504
|
get dataToolTipLabelTextMarginRight() {
|
|
1502
|
-
return this.i.
|
|
1505
|
+
return this.i.u5 ? this.i.u5.right : NaN;
|
|
1503
1506
|
}
|
|
1504
1507
|
set dataToolTipLabelTextMarginRight(v) {
|
|
1505
1508
|
this.ensureDataToolTipLabelTextMargin();
|
|
1506
|
-
this.i.
|
|
1507
|
-
this._a("dataToolTipLabelTextMarginRight", this.i.
|
|
1508
|
-
this.i.
|
|
1509
|
+
this.i.u5.right = +v;
|
|
1510
|
+
this._a("dataToolTipLabelTextMarginRight", this.i.u5.right);
|
|
1511
|
+
this.i.u5 = this.i.u5;
|
|
1509
1512
|
}
|
|
1510
1513
|
get dataToolTipLabelTextMarginTop() {
|
|
1511
|
-
return this.i.
|
|
1514
|
+
return this.i.u5 ? this.i.u5.top : NaN;
|
|
1512
1515
|
}
|
|
1513
1516
|
set dataToolTipLabelTextMarginTop(v) {
|
|
1514
1517
|
this.ensureDataToolTipLabelTextMargin();
|
|
1515
|
-
this.i.
|
|
1516
|
-
this._a("dataToolTipLabelTextMarginTop", this.i.
|
|
1517
|
-
this.i.
|
|
1518
|
+
this.i.u5.top = +v;
|
|
1519
|
+
this._a("dataToolTipLabelTextMarginTop", this.i.u5.top);
|
|
1520
|
+
this.i.u5 = this.i.u5;
|
|
1518
1521
|
}
|
|
1519
1522
|
ensureDataToolTipLabelTextMargin() {
|
|
1520
|
-
if (this.i.
|
|
1523
|
+
if (this.i.u5) {
|
|
1521
1524
|
return;
|
|
1522
1525
|
}
|
|
1523
|
-
this.i.
|
|
1526
|
+
this.i.u5 = new Thickness(2);
|
|
1524
1527
|
}
|
|
1525
1528
|
/**
|
|
1526
1529
|
* Gets or Sets the style to use for the units text.
|
|
1527
1530
|
*/
|
|
1528
1531
|
get dataToolTipLabelTextStyle() {
|
|
1529
|
-
if (this.i.
|
|
1532
|
+
if (this.i.d6 == null) {
|
|
1530
1533
|
return null;
|
|
1531
1534
|
}
|
|
1532
|
-
return this.i.
|
|
1535
|
+
return this.i.d6.fontString;
|
|
1533
1536
|
}
|
|
1534
1537
|
set dataToolTipLabelTextStyle(v) {
|
|
1535
1538
|
let fi = new FontInfo();
|
|
1536
1539
|
fi.fontString = v;
|
|
1537
|
-
this.i.
|
|
1538
|
-
this._a("dataToolTipLabelTextStyle", this.i.
|
|
1540
|
+
this.i.d6 = fi;
|
|
1541
|
+
this._a("dataToolTipLabelTextStyle", this.i.d6 != null ? this.i.d6.fontString : "");
|
|
1539
1542
|
}
|
|
1540
1543
|
/**
|
|
1541
1544
|
* Gets the domain type of this chart
|
|
1542
1545
|
*/
|
|
1543
1546
|
get domainType() {
|
|
1544
|
-
return this.i.
|
|
1547
|
+
return this.i.bz;
|
|
1548
|
+
}
|
|
1549
|
+
/**
|
|
1550
|
+
* 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.
|
|
1551
|
+
*/
|
|
1552
|
+
get sortDescriptions() {
|
|
1553
|
+
const r = this.i.ay;
|
|
1554
|
+
if (r == null) {
|
|
1555
|
+
return null;
|
|
1556
|
+
}
|
|
1557
|
+
if (!r.externalObject) {
|
|
1558
|
+
let e = new IgcChartSortDescriptionCollection();
|
|
1559
|
+
if (e.i.setNativeElement) {
|
|
1560
|
+
e.i.setNativeElement(r);
|
|
1561
|
+
}
|
|
1562
|
+
else {
|
|
1563
|
+
e._implementation = r;
|
|
1564
|
+
}
|
|
1565
|
+
r.externalObject = e;
|
|
1566
|
+
}
|
|
1567
|
+
return r.externalObject;
|
|
1568
|
+
}
|
|
1569
|
+
get groupSortDescriptions() {
|
|
1570
|
+
const r = this.i.au;
|
|
1571
|
+
if (r == null) {
|
|
1572
|
+
return null;
|
|
1573
|
+
}
|
|
1574
|
+
if (!r.externalObject) {
|
|
1575
|
+
let e = new IgcChartSortDescriptionCollection();
|
|
1576
|
+
if (e.i.setNativeElement) {
|
|
1577
|
+
e.i.setNativeElement(r);
|
|
1578
|
+
}
|
|
1579
|
+
else {
|
|
1580
|
+
e._implementation = r;
|
|
1581
|
+
}
|
|
1582
|
+
r.externalObject = e;
|
|
1583
|
+
}
|
|
1584
|
+
return r.externalObject;
|
|
1585
|
+
}
|
|
1586
|
+
/**
|
|
1587
|
+
* 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.
|
|
1588
|
+
*/
|
|
1589
|
+
get groupDescriptions() {
|
|
1590
|
+
const r = this.i.at;
|
|
1591
|
+
if (r == null) {
|
|
1592
|
+
return null;
|
|
1593
|
+
}
|
|
1594
|
+
if (!r.externalObject) {
|
|
1595
|
+
let e = new IgcChartSortDescriptionCollection();
|
|
1596
|
+
if (e.i.setNativeElement) {
|
|
1597
|
+
e.i.setNativeElement(r);
|
|
1598
|
+
}
|
|
1599
|
+
else {
|
|
1600
|
+
e._implementation = r;
|
|
1601
|
+
}
|
|
1602
|
+
r.externalObject = e;
|
|
1603
|
+
}
|
|
1604
|
+
return r.externalObject;
|
|
1605
|
+
}
|
|
1606
|
+
/**
|
|
1607
|
+
* 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.
|
|
1608
|
+
*/
|
|
1609
|
+
get filterExpressions() {
|
|
1610
|
+
const r = this.i.dr;
|
|
1611
|
+
if (r == null) {
|
|
1612
|
+
return null;
|
|
1613
|
+
}
|
|
1614
|
+
if (!r.externalObject) {
|
|
1615
|
+
let e = new IgcFilterExpressionCollection();
|
|
1616
|
+
if (e.i.setNativeElement) {
|
|
1617
|
+
e.i.setNativeElement(r);
|
|
1618
|
+
}
|
|
1619
|
+
else {
|
|
1620
|
+
e._implementation = r;
|
|
1621
|
+
}
|
|
1622
|
+
r.externalObject = e;
|
|
1623
|
+
}
|
|
1624
|
+
return r.externalObject;
|
|
1625
|
+
}
|
|
1626
|
+
/**
|
|
1627
|
+
* Gets the current summaries that are applied to the grid.
|
|
1628
|
+
*/
|
|
1629
|
+
get summaryDescriptions() {
|
|
1630
|
+
const r = this.i.a2;
|
|
1631
|
+
if (r == null) {
|
|
1632
|
+
return null;
|
|
1633
|
+
}
|
|
1634
|
+
if (!r.externalObject) {
|
|
1635
|
+
let e = new IgcChartSummaryDescriptionCollection();
|
|
1636
|
+
if (e.i.setNativeElement) {
|
|
1637
|
+
e.i.setNativeElement(r);
|
|
1638
|
+
}
|
|
1639
|
+
else {
|
|
1640
|
+
e._implementation = r;
|
|
1641
|
+
}
|
|
1642
|
+
r.externalObject = e;
|
|
1643
|
+
}
|
|
1644
|
+
return r.externalObject;
|
|
1645
|
+
}
|
|
1646
|
+
/**
|
|
1647
|
+
* Gets the initial sorts that are applied to the chart.
|
|
1648
|
+
*/
|
|
1649
|
+
get initialSortDescriptions() {
|
|
1650
|
+
const r = this.i.ax;
|
|
1651
|
+
if (r == null) {
|
|
1652
|
+
return null;
|
|
1653
|
+
}
|
|
1654
|
+
if (!r.externalObject) {
|
|
1655
|
+
let e = new IgcChartSortDescriptionCollection();
|
|
1656
|
+
if (e.i.setNativeElement) {
|
|
1657
|
+
e.i.setNativeElement(r);
|
|
1658
|
+
}
|
|
1659
|
+
else {
|
|
1660
|
+
e._implementation = r;
|
|
1661
|
+
}
|
|
1662
|
+
r.externalObject = e;
|
|
1663
|
+
}
|
|
1664
|
+
return r.externalObject;
|
|
1665
|
+
}
|
|
1666
|
+
/**
|
|
1667
|
+
* Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
|
|
1668
|
+
*/
|
|
1669
|
+
get initialGroupSortDescriptions() {
|
|
1670
|
+
const r = this.i.aw;
|
|
1671
|
+
if (r == null) {
|
|
1672
|
+
return null;
|
|
1673
|
+
}
|
|
1674
|
+
if (!r.externalObject) {
|
|
1675
|
+
let e = new IgcChartSortDescriptionCollection();
|
|
1676
|
+
if (e.i.setNativeElement) {
|
|
1677
|
+
e.i.setNativeElement(r);
|
|
1678
|
+
}
|
|
1679
|
+
else {
|
|
1680
|
+
e._implementation = r;
|
|
1681
|
+
}
|
|
1682
|
+
r.externalObject = e;
|
|
1683
|
+
}
|
|
1684
|
+
return r.externalObject;
|
|
1685
|
+
}
|
|
1686
|
+
/**
|
|
1687
|
+
* Gets the initial groupings that are applied to the chart.
|
|
1688
|
+
*/
|
|
1689
|
+
get initialGroupDescriptions() {
|
|
1690
|
+
const r = this.i.av;
|
|
1691
|
+
if (r == null) {
|
|
1692
|
+
return null;
|
|
1693
|
+
}
|
|
1694
|
+
if (!r.externalObject) {
|
|
1695
|
+
let e = new IgcChartSortDescriptionCollection();
|
|
1696
|
+
if (e.i.setNativeElement) {
|
|
1697
|
+
e.i.setNativeElement(r);
|
|
1698
|
+
}
|
|
1699
|
+
else {
|
|
1700
|
+
e._implementation = r;
|
|
1701
|
+
}
|
|
1702
|
+
r.externalObject = e;
|
|
1703
|
+
}
|
|
1704
|
+
return r.externalObject;
|
|
1705
|
+
}
|
|
1706
|
+
/**
|
|
1707
|
+
* Gets the initial summaries that are applied to the chart.
|
|
1708
|
+
*/
|
|
1709
|
+
get initialSummaryDescriptions() {
|
|
1710
|
+
const r = this.i.a1;
|
|
1711
|
+
if (r == null) {
|
|
1712
|
+
return null;
|
|
1713
|
+
}
|
|
1714
|
+
if (!r.externalObject) {
|
|
1715
|
+
let e = new IgcChartSummaryDescriptionCollection();
|
|
1716
|
+
if (e.i.setNativeElement) {
|
|
1717
|
+
e.i.setNativeElement(r);
|
|
1718
|
+
}
|
|
1719
|
+
else {
|
|
1720
|
+
e._implementation = r;
|
|
1721
|
+
}
|
|
1722
|
+
r.externalObject = e;
|
|
1723
|
+
}
|
|
1724
|
+
return r.externalObject;
|
|
1725
|
+
}
|
|
1726
|
+
/**
|
|
1727
|
+
* Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
1728
|
+
*/
|
|
1729
|
+
get initialSorts() {
|
|
1730
|
+
return this.i.ok;
|
|
1731
|
+
}
|
|
1732
|
+
set initialSorts(v) {
|
|
1733
|
+
this.i.ok = v;
|
|
1734
|
+
}
|
|
1735
|
+
/**
|
|
1736
|
+
* Gets or sets the sorts to apply after grouping has been applied.
|
|
1737
|
+
*/
|
|
1738
|
+
get groupSorts() {
|
|
1739
|
+
return this.i.n1;
|
|
1740
|
+
}
|
|
1741
|
+
set groupSorts(v) {
|
|
1742
|
+
this.i.n1 = v;
|
|
1743
|
+
}
|
|
1744
|
+
/**
|
|
1745
|
+
* Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
1746
|
+
*/
|
|
1747
|
+
get initialGroups() {
|
|
1748
|
+
return this.i.oi;
|
|
1749
|
+
}
|
|
1750
|
+
set initialGroups(v) {
|
|
1751
|
+
this.i.oi = v;
|
|
1752
|
+
}
|
|
1753
|
+
/**
|
|
1754
|
+
* Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
1755
|
+
*/
|
|
1756
|
+
get initialSummaries() {
|
|
1757
|
+
return this.i.om;
|
|
1758
|
+
}
|
|
1759
|
+
set initialSummaries(v) {
|
|
1760
|
+
this.i.om = v;
|
|
1545
1761
|
}
|
|
1546
1762
|
/**
|
|
1547
1763
|
* Gets or sets a set of property paths that should be included for consideration by the category chart, leaving the remainder excluded. If null, all properties will be considered.
|
|
@@ -1641,11 +1857,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1641
1857
|
* ```
|
|
1642
1858
|
*/
|
|
1643
1859
|
get isHorizontalZoomEnabled() {
|
|
1644
|
-
return this.i.
|
|
1860
|
+
return this.i.fs;
|
|
1645
1861
|
}
|
|
1646
1862
|
set isHorizontalZoomEnabled(v) {
|
|
1647
|
-
this.i.
|
|
1648
|
-
this._a("isHorizontalZoomEnabled", this.i.
|
|
1863
|
+
this.i.fs = ensureBool(v);
|
|
1864
|
+
this._a("isHorizontalZoomEnabled", this.i.fs);
|
|
1649
1865
|
}
|
|
1650
1866
|
/**
|
|
1651
1867
|
* Gets or sets whether the chart can be vertically zoomed through user interactions.
|
|
@@ -1657,42 +1873,42 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1657
1873
|
* ```
|
|
1658
1874
|
*/
|
|
1659
1875
|
get isVerticalZoomEnabled() {
|
|
1660
|
-
return this.i.
|
|
1876
|
+
return this.i.fy;
|
|
1661
1877
|
}
|
|
1662
1878
|
set isVerticalZoomEnabled(v) {
|
|
1663
|
-
this.i.
|
|
1664
|
-
this._a("isVerticalZoomEnabled", this.i.
|
|
1879
|
+
this.i.fy = ensureBool(v);
|
|
1880
|
+
this._a("isVerticalZoomEnabled", this.i.fy);
|
|
1665
1881
|
}
|
|
1666
1882
|
/**
|
|
1667
1883
|
* 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.
|
|
1668
1884
|
*/
|
|
1669
1885
|
get shouldDisplayMockData() {
|
|
1670
|
-
return this.i.
|
|
1886
|
+
return this.i.f1;
|
|
1671
1887
|
}
|
|
1672
1888
|
set shouldDisplayMockData(v) {
|
|
1673
|
-
this.i.
|
|
1674
|
-
this._a("shouldDisplayMockData", this.i.
|
|
1889
|
+
this.i.f1 = ensureBool(v);
|
|
1890
|
+
this._a("shouldDisplayMockData", this.i.f1);
|
|
1675
1891
|
}
|
|
1676
1892
|
/**
|
|
1677
1893
|
* Gets or sets whether the chart should use a faded skeleton style for mock data.
|
|
1678
1894
|
*/
|
|
1679
1895
|
get shouldUseSkeletonStyleForMockData() {
|
|
1680
|
-
return this.i.
|
|
1896
|
+
return this.i.f4;
|
|
1681
1897
|
}
|
|
1682
1898
|
set shouldUseSkeletonStyleForMockData(v) {
|
|
1683
|
-
this.i.
|
|
1684
|
-
this._a("shouldUseSkeletonStyleForMockData", this.i.
|
|
1899
|
+
this.i.f4 = ensureBool(v);
|
|
1900
|
+
this._a("shouldUseSkeletonStyleForMockData", this.i.f4);
|
|
1685
1901
|
}
|
|
1686
1902
|
/**
|
|
1687
1903
|
* Gets or sets whether the chart can highlight series through user interactions.
|
|
1688
1904
|
* This property applies to Category Chart and Financial Chart controls.
|
|
1689
1905
|
*/
|
|
1690
1906
|
get isSeriesHighlightingEnabled() {
|
|
1691
|
-
return this.i.
|
|
1907
|
+
return this.i.fu;
|
|
1692
1908
|
}
|
|
1693
1909
|
set isSeriesHighlightingEnabled(v) {
|
|
1694
|
-
this.i.
|
|
1695
|
-
this._a("isSeriesHighlightingEnabled", this.i.
|
|
1910
|
+
this.i.fu = ensureBool(v);
|
|
1911
|
+
this._a("isSeriesHighlightingEnabled", this.i.fu);
|
|
1696
1912
|
}
|
|
1697
1913
|
/**
|
|
1698
1914
|
* Gets or sets the rectangle representing the current scroll and zoom state of the chart.
|
|
@@ -1705,11 +1921,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1705
1921
|
* ```
|
|
1706
1922
|
*/
|
|
1707
1923
|
get windowRect() {
|
|
1708
|
-
return fromRect(this.i.
|
|
1924
|
+
return fromRect(this.i.ur);
|
|
1709
1925
|
}
|
|
1710
1926
|
set windowRect(v) {
|
|
1711
|
-
this.i.
|
|
1712
|
-
this._a("windowRect", rectToString(this.i.
|
|
1927
|
+
this.i.ur = toRect(v);
|
|
1928
|
+
this._a("windowRect", rectToString(this.i.ur));
|
|
1713
1929
|
}
|
|
1714
1930
|
/**
|
|
1715
1931
|
* Gets a rectangle representing the bounds of the plot area.
|
|
@@ -1721,7 +1937,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1721
1937
|
* ```
|
|
1722
1938
|
*/
|
|
1723
1939
|
get viewport() {
|
|
1724
|
-
return fromRect(this.i.
|
|
1940
|
+
return fromRect(this.i.uq);
|
|
1725
1941
|
}
|
|
1726
1942
|
/**
|
|
1727
1943
|
* Gets or sets text to display above the plot area.
|
|
@@ -1733,10 +1949,10 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1733
1949
|
* ```
|
|
1734
1950
|
*/
|
|
1735
1951
|
get chartTitle() {
|
|
1736
|
-
return this.i.
|
|
1952
|
+
return this.i.pw;
|
|
1737
1953
|
}
|
|
1738
1954
|
set chartTitle(v) {
|
|
1739
|
-
this.i.
|
|
1955
|
+
this.i.pw = v;
|
|
1740
1956
|
}
|
|
1741
1957
|
/**
|
|
1742
1958
|
* Gets or sets text to display below the Title, above the plot area.
|
|
@@ -1748,10 +1964,10 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1748
1964
|
* ```
|
|
1749
1965
|
*/
|
|
1750
1966
|
get subtitle() {
|
|
1751
|
-
return this.i.
|
|
1967
|
+
return this.i.pl;
|
|
1752
1968
|
}
|
|
1753
1969
|
set subtitle(v) {
|
|
1754
|
-
this.i.
|
|
1970
|
+
this.i.pl = v;
|
|
1755
1971
|
}
|
|
1756
1972
|
/**
|
|
1757
1973
|
* Gets or sets horizontal alignment which determines the title position, relative to the left and right edges of the control.
|
|
@@ -1763,11 +1979,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1763
1979
|
* ```
|
|
1764
1980
|
*/
|
|
1765
1981
|
get titleAlignment() {
|
|
1766
|
-
return this.i.
|
|
1982
|
+
return this.i.s8;
|
|
1767
1983
|
}
|
|
1768
1984
|
set titleAlignment(v) {
|
|
1769
|
-
this.i.
|
|
1770
|
-
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1985
|
+
this.i.s8 = ensureEnum(HorizontalAlignment_$type, v);
|
|
1986
|
+
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.s8));
|
|
1771
1987
|
}
|
|
1772
1988
|
/**
|
|
1773
1989
|
* Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control.
|
|
@@ -1779,11 +1995,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1779
1995
|
* ```
|
|
1780
1996
|
*/
|
|
1781
1997
|
get subtitleAlignment() {
|
|
1782
|
-
return this.i.
|
|
1998
|
+
return this.i.s7;
|
|
1783
1999
|
}
|
|
1784
2000
|
set subtitleAlignment(v) {
|
|
1785
|
-
this.i.
|
|
1786
|
-
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2001
|
+
this.i.s7 = ensureEnum(HorizontalAlignment_$type, v);
|
|
2002
|
+
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.s7));
|
|
1787
2003
|
}
|
|
1788
2004
|
/**
|
|
1789
2005
|
* Gets or sets the behavior that determines how unknown values will be plotted on the chart.
|
|
@@ -1796,11 +2012,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1796
2012
|
* ```
|
|
1797
2013
|
*/
|
|
1798
2014
|
get unknownValuePlotting() {
|
|
1799
|
-
return this.i.
|
|
2015
|
+
return this.i.dl;
|
|
1800
2016
|
}
|
|
1801
2017
|
set unknownValuePlotting(v) {
|
|
1802
|
-
this.i.
|
|
1803
|
-
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.
|
|
2018
|
+
this.i.dl = ensureEnum(UnknownValuePlotting_$type, v);
|
|
2019
|
+
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.dl));
|
|
1804
2020
|
}
|
|
1805
2021
|
/**
|
|
1806
2022
|
* Gets or sets the rendering resolution for all series in this chart.
|
|
@@ -1813,11 +2029,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1813
2029
|
* ```
|
|
1814
2030
|
*/
|
|
1815
2031
|
get resolution() {
|
|
1816
|
-
return this.i.
|
|
2032
|
+
return this.i.ih;
|
|
1817
2033
|
}
|
|
1818
2034
|
set resolution(v) {
|
|
1819
|
-
this.i.
|
|
1820
|
-
this._a("resolution", this.i.
|
|
2035
|
+
this.i.ih = +v;
|
|
2036
|
+
this._a("resolution", this.i.ih);
|
|
1821
2037
|
}
|
|
1822
2038
|
/**
|
|
1823
2039
|
* Gets or sets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline.
|
|
@@ -1825,61 +2041,61 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1825
2041
|
* Use the `thickness` property for the thickness of all the series in this chart.
|
|
1826
2042
|
*/
|
|
1827
2043
|
get thickness() {
|
|
1828
|
-
return this.i.
|
|
2044
|
+
return this.i.io;
|
|
1829
2045
|
}
|
|
1830
2046
|
set thickness(v) {
|
|
1831
|
-
this.i.
|
|
1832
|
-
this._a("thickness", this.i.
|
|
2047
|
+
this.i.io = +v;
|
|
2048
|
+
this._a("thickness", this.i.io);
|
|
1833
2049
|
}
|
|
1834
2050
|
/**
|
|
1835
2051
|
* Gets or sets the OutlineMode for all series in this chart.
|
|
1836
2052
|
*/
|
|
1837
2053
|
get outlineMode() {
|
|
1838
|
-
return this.i.
|
|
2054
|
+
return this.i.c3;
|
|
1839
2055
|
}
|
|
1840
2056
|
set outlineMode(v) {
|
|
1841
|
-
this.i.
|
|
1842
|
-
this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.
|
|
2057
|
+
this.i.c3 = ensureEnum(SeriesOutlineMode_$type, v);
|
|
2058
|
+
this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.c3));
|
|
1843
2059
|
}
|
|
1844
2060
|
/**
|
|
1845
2061
|
* Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
|
|
1846
2062
|
*/
|
|
1847
2063
|
get markerOutlineMode() {
|
|
1848
|
-
return this.i.
|
|
2064
|
+
return this.i.ck;
|
|
1849
2065
|
}
|
|
1850
2066
|
set markerOutlineMode(v) {
|
|
1851
|
-
this.i.
|
|
1852
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
2067
|
+
this.i.ck = ensureEnum(MarkerOutlineMode_$type, v);
|
|
2068
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ck));
|
|
1853
2069
|
}
|
|
1854
2070
|
/**
|
|
1855
2071
|
* Gets or sets the MarkerFillMode for all series that support markers in this chart.
|
|
1856
2072
|
*/
|
|
1857
2073
|
get markerFillMode() {
|
|
1858
|
-
return this.i.
|
|
2074
|
+
return this.i.ci;
|
|
1859
2075
|
}
|
|
1860
2076
|
set markerFillMode(v) {
|
|
1861
|
-
this.i.
|
|
1862
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
2077
|
+
this.i.ci = ensureEnum(MarkerFillMode_$type, v);
|
|
2078
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.ci));
|
|
1863
2079
|
}
|
|
1864
2080
|
/**
|
|
1865
2081
|
* Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
|
|
1866
2082
|
*/
|
|
1867
2083
|
get markerFillOpacity() {
|
|
1868
|
-
return this.i.
|
|
2084
|
+
return this.i.h9;
|
|
1869
2085
|
}
|
|
1870
2086
|
set markerFillOpacity(v) {
|
|
1871
|
-
this.i.
|
|
1872
|
-
this._a("markerFillOpacity", this.i.
|
|
2087
|
+
this.i.h9 = +v;
|
|
2088
|
+
this._a("markerFillOpacity", this.i.h9);
|
|
1873
2089
|
}
|
|
1874
2090
|
/**
|
|
1875
2091
|
* Gets or sets the Marker Thickness for all series that support markers in this chart.
|
|
1876
2092
|
*/
|
|
1877
2093
|
get markerThickness() {
|
|
1878
|
-
return this.i.
|
|
2094
|
+
return this.i.ia;
|
|
1879
2095
|
}
|
|
1880
2096
|
set markerThickness(v) {
|
|
1881
|
-
this.i.
|
|
1882
|
-
this._a("markerThickness", this.i.
|
|
2097
|
+
this.i.ia = +v;
|
|
2098
|
+
this._a("markerThickness", this.i.ia);
|
|
1883
2099
|
}
|
|
1884
2100
|
/**
|
|
1885
2101
|
* Gets or sets the marker shapes used for indicating location of data points in this chart.
|
|
@@ -1888,12 +2104,12 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1888
2104
|
get markerTypes() {
|
|
1889
2105
|
if (this._markerTypes === null) {
|
|
1890
2106
|
let coll = new IgcMarkerTypeCollection();
|
|
1891
|
-
let innerColl = this.i.
|
|
2107
|
+
let innerColl = this.i.cp;
|
|
1892
2108
|
if (!innerColl) {
|
|
1893
2109
|
innerColl = new MarkerTypeCollection_internal();
|
|
1894
2110
|
}
|
|
1895
2111
|
this._markerTypes = coll._fromInner(innerColl);
|
|
1896
|
-
this.i.
|
|
2112
|
+
this.i.cp = innerColl;
|
|
1897
2113
|
}
|
|
1898
2114
|
return this._markerTypes;
|
|
1899
2115
|
}
|
|
@@ -1905,25 +2121,25 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1905
2121
|
let coll = new IgcMarkerTypeCollection();
|
|
1906
2122
|
this._markerTypes = coll._fromOuter(v);
|
|
1907
2123
|
let syncColl = new SyncableObservableCollection$1(MarkerType_$type);
|
|
1908
|
-
let innerColl = this.i.
|
|
2124
|
+
let innerColl = this.i.cp;
|
|
1909
2125
|
if (!innerColl) {
|
|
1910
2126
|
innerColl = new MarkerTypeCollection_internal();
|
|
1911
2127
|
}
|
|
1912
2128
|
syncColl._inner = innerColl;
|
|
1913
2129
|
syncColl.clear();
|
|
1914
2130
|
this._markerTypes._setSyncTarget(syncColl);
|
|
1915
|
-
this.i.
|
|
2131
|
+
this.i.cp = innerColl;
|
|
1916
2132
|
}
|
|
1917
2133
|
/**
|
|
1918
2134
|
* Gets or sets the default marker type for all series plotted in this chart.
|
|
1919
2135
|
* This property is ignored when the MarkerTypes property is set
|
|
1920
2136
|
*/
|
|
1921
2137
|
get markerAutomaticBehavior() {
|
|
1922
|
-
return this.i.
|
|
2138
|
+
return this.i.cg;
|
|
1923
2139
|
}
|
|
1924
2140
|
set markerAutomaticBehavior(v) {
|
|
1925
|
-
this.i.
|
|
1926
|
-
this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.
|
|
2141
|
+
this.i.cg = ensureEnum(MarkerAutomaticBehavior_$type, v);
|
|
2142
|
+
this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.cg));
|
|
1927
2143
|
}
|
|
1928
2144
|
/**
|
|
1929
2145
|
* Gets or sets the palette of brushes used for rendering fill area of data point markers.
|
|
@@ -1969,32 +2185,32 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
1969
2185
|
* ```
|
|
1970
2186
|
*/
|
|
1971
2187
|
get markerMaxCount() {
|
|
1972
|
-
return this.i.
|
|
2188
|
+
return this.i.jm;
|
|
1973
2189
|
}
|
|
1974
2190
|
set markerMaxCount(v) {
|
|
1975
|
-
this.i.
|
|
1976
|
-
this._a("markerMaxCount", this.i.
|
|
2191
|
+
this.i.jm = +v;
|
|
2192
|
+
this._a("markerMaxCount", this.i.jm);
|
|
1977
2193
|
}
|
|
1978
2194
|
/**
|
|
1979
2195
|
* Gets or sets the fill opacity for all series that have area visuals in this chart.
|
|
1980
2196
|
* For example, Area, SplineArea, Column chart types
|
|
1981
2197
|
*/
|
|
1982
2198
|
get areaFillOpacity() {
|
|
1983
|
-
return this.i.
|
|
2199
|
+
return this.i.hu;
|
|
1984
2200
|
}
|
|
1985
2201
|
set areaFillOpacity(v) {
|
|
1986
|
-
this.i.
|
|
1987
|
-
this._a("areaFillOpacity", this.i.
|
|
2202
|
+
this.i.hu = +v;
|
|
2203
|
+
this._a("areaFillOpacity", this.i.hu);
|
|
1988
2204
|
}
|
|
1989
2205
|
/**
|
|
1990
2206
|
* Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
|
|
1991
2207
|
*/
|
|
1992
2208
|
get animateSeriesWhenAxisRangeChanges() {
|
|
1993
|
-
return this.i.
|
|
2209
|
+
return this.i.e8;
|
|
1994
2210
|
}
|
|
1995
2211
|
set animateSeriesWhenAxisRangeChanges(v) {
|
|
1996
|
-
this.i.
|
|
1997
|
-
this._a("animateSeriesWhenAxisRangeChanges", this.i.
|
|
2212
|
+
this.i.e8 = ensureBool(v);
|
|
2213
|
+
this._a("animateSeriesWhenAxisRangeChanges", this.i.e8);
|
|
1998
2214
|
}
|
|
1999
2215
|
/**
|
|
2000
2216
|
* Gets or sets the palette of brushes to used for coloring trend lines in this chart.
|
|
@@ -2024,11 +2240,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2024
2240
|
* ```
|
|
2025
2241
|
*/
|
|
2026
2242
|
get trendLineType() {
|
|
2027
|
-
return this.i.
|
|
2243
|
+
return this.i.dj;
|
|
2028
2244
|
}
|
|
2029
2245
|
set trendLineType(v) {
|
|
2030
|
-
this.i.
|
|
2031
|
-
this._a("trendLineType", enumToString(TrendLineType_$type, this.i.
|
|
2246
|
+
this.i.dj = ensureEnum(TrendLineType_$type, v);
|
|
2247
|
+
this._a("trendLineType", enumToString(TrendLineType_$type, this.i.dj));
|
|
2032
2248
|
}
|
|
2033
2249
|
/**
|
|
2034
2250
|
* Gets or sets the thickness of the trend lines in this chart.
|
|
@@ -2041,11 +2257,11 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2041
2257
|
* ```
|
|
2042
2258
|
*/
|
|
2043
2259
|
get trendLineThickness() {
|
|
2044
|
-
return this.i.
|
|
2260
|
+
return this.i.iu;
|
|
2045
2261
|
}
|
|
2046
2262
|
set trendLineThickness(v) {
|
|
2047
|
-
this.i.
|
|
2048
|
-
this._a("trendLineThickness", this.i.
|
|
2263
|
+
this.i.iu = +v;
|
|
2264
|
+
this._a("trendLineThickness", this.i.iu);
|
|
2049
2265
|
}
|
|
2050
2266
|
/**
|
|
2051
2267
|
* Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.
|
|
@@ -2057,340 +2273,350 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2057
2273
|
* ```
|
|
2058
2274
|
*/
|
|
2059
2275
|
get alignsGridLinesToPixels() {
|
|
2060
|
-
return this.i.
|
|
2276
|
+
return this.i.e7;
|
|
2061
2277
|
}
|
|
2062
2278
|
set alignsGridLinesToPixels(v) {
|
|
2063
|
-
this.i.
|
|
2064
|
-
this._a("alignsGridLinesToPixels", this.i.
|
|
2279
|
+
this.i.e7 = ensureBool(v);
|
|
2280
|
+
this._a("alignsGridLinesToPixels", this.i.e7);
|
|
2065
2281
|
}
|
|
2066
2282
|
/**
|
|
2067
2283
|
* Margin applied to the Left of the plot area.
|
|
2068
2284
|
*/
|
|
2069
2285
|
get plotAreaMarginLeft() {
|
|
2070
|
-
return this.i.
|
|
2286
|
+
return this.i.id;
|
|
2071
2287
|
}
|
|
2072
2288
|
set plotAreaMarginLeft(v) {
|
|
2073
|
-
this.i.
|
|
2074
|
-
this._a("plotAreaMarginLeft", this.i.
|
|
2289
|
+
this.i.id = +v;
|
|
2290
|
+
this._a("plotAreaMarginLeft", this.i.id);
|
|
2075
2291
|
}
|
|
2076
2292
|
/**
|
|
2077
2293
|
* Margin applied to the Top of the plot area.
|
|
2078
2294
|
*/
|
|
2079
2295
|
get plotAreaMarginTop() {
|
|
2080
|
-
return this.i.
|
|
2296
|
+
return this.i.ig;
|
|
2081
2297
|
}
|
|
2082
2298
|
set plotAreaMarginTop(v) {
|
|
2083
|
-
this.i.
|
|
2084
|
-
this._a("plotAreaMarginTop", this.i.
|
|
2299
|
+
this.i.ig = +v;
|
|
2300
|
+
this._a("plotAreaMarginTop", this.i.ig);
|
|
2085
2301
|
}
|
|
2086
2302
|
/**
|
|
2087
2303
|
* Margin applied to the right of the plot area.
|
|
2088
2304
|
*/
|
|
2089
2305
|
get plotAreaMarginRight() {
|
|
2090
|
-
return this.i.
|
|
2306
|
+
return this.i.ie;
|
|
2091
2307
|
}
|
|
2092
2308
|
set plotAreaMarginRight(v) {
|
|
2093
|
-
this.i.
|
|
2094
|
-
this._a("plotAreaMarginRight", this.i.
|
|
2309
|
+
this.i.ie = +v;
|
|
2310
|
+
this._a("plotAreaMarginRight", this.i.ie);
|
|
2095
2311
|
}
|
|
2096
2312
|
/**
|
|
2097
2313
|
* Margin applied below the plot area.
|
|
2098
2314
|
*/
|
|
2099
2315
|
get plotAreaMarginBottom() {
|
|
2100
|
-
return this.i.
|
|
2316
|
+
return this.i.ic;
|
|
2101
2317
|
}
|
|
2102
2318
|
set plotAreaMarginBottom(v) {
|
|
2103
|
-
this.i.
|
|
2104
|
-
this._a("plotAreaMarginBottom", this.i.
|
|
2319
|
+
this.i.ic = +v;
|
|
2320
|
+
this._a("plotAreaMarginBottom", this.i.ic);
|
|
2105
2321
|
}
|
|
2106
2322
|
/**
|
|
2107
2323
|
* Gets or sets mode to use for automatically calculating the plot area margin.
|
|
2108
2324
|
*/
|
|
2109
2325
|
get computedPlotAreaMarginMode() {
|
|
2110
|
-
return this.i.
|
|
2326
|
+
return this.i.a4;
|
|
2111
2327
|
}
|
|
2112
2328
|
set computedPlotAreaMarginMode(v) {
|
|
2113
|
-
this.i.
|
|
2114
|
-
this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.
|
|
2329
|
+
this.i.a4 = ensureEnum(ComputedPlotAreaMarginMode_$type, v);
|
|
2330
|
+
this._a("computedPlotAreaMarginMode", enumToString(ComputedPlotAreaMarginMode_$type, this.i.a4));
|
|
2115
2331
|
}
|
|
2116
2332
|
/**
|
|
2117
2333
|
* Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
|
|
2118
2334
|
*/
|
|
2119
2335
|
get seriesPlotAreaMarginHorizontalMode() {
|
|
2120
|
-
return this.i.
|
|
2336
|
+
return this.i.c5;
|
|
2121
2337
|
}
|
|
2122
2338
|
set seriesPlotAreaMarginHorizontalMode(v) {
|
|
2123
|
-
this.i.
|
|
2124
|
-
this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.
|
|
2339
|
+
this.i.c5 = ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
|
|
2340
|
+
this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.c5));
|
|
2125
2341
|
}
|
|
2126
2342
|
/**
|
|
2127
2343
|
* Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
|
|
2128
2344
|
*/
|
|
2129
2345
|
get seriesPlotAreaMarginVerticalMode() {
|
|
2130
|
-
return this.i.
|
|
2346
|
+
return this.i.c7;
|
|
2131
2347
|
}
|
|
2132
2348
|
set seriesPlotAreaMarginVerticalMode(v) {
|
|
2133
|
-
this.i.
|
|
2134
|
-
this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.
|
|
2349
|
+
this.i.c7 = ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
|
|
2350
|
+
this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.c7));
|
|
2135
2351
|
}
|
|
2136
2352
|
/**
|
|
2137
2353
|
* Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
2138
2354
|
*/
|
|
2139
2355
|
get highlightingMode() {
|
|
2140
|
-
return this.i.
|
|
2356
|
+
return this.i.c1;
|
|
2141
2357
|
}
|
|
2142
2358
|
set highlightingMode(v) {
|
|
2143
|
-
this.i.
|
|
2144
|
-
this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.
|
|
2359
|
+
this.i.c1 = ensureEnum(SeriesHighlightingMode_$type, v);
|
|
2360
|
+
this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.c1));
|
|
2145
2361
|
}
|
|
2146
2362
|
/**
|
|
2147
2363
|
* Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
2148
2364
|
*/
|
|
2149
2365
|
get highlightingBehavior() {
|
|
2150
|
-
return this.i.
|
|
2366
|
+
return this.i.cz;
|
|
2151
2367
|
}
|
|
2152
2368
|
set highlightingBehavior(v) {
|
|
2153
|
-
this.i.
|
|
2154
|
-
this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.
|
|
2369
|
+
this.i.cz = ensureEnum(SeriesHighlightingBehavior_$type, v);
|
|
2370
|
+
this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.cz));
|
|
2155
2371
|
}
|
|
2156
2372
|
/**
|
|
2157
2373
|
* Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
|
|
2158
2374
|
*/
|
|
2159
2375
|
get legendHighlightingMode() {
|
|
2160
|
-
return this.i.
|
|
2376
|
+
return this.i.b8;
|
|
2161
2377
|
}
|
|
2162
2378
|
set legendHighlightingMode(v) {
|
|
2163
|
-
this.i.
|
|
2164
|
-
this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.
|
|
2379
|
+
this.i.b8 = ensureEnum(LegendHighlightingMode_$type, v);
|
|
2380
|
+
this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.b8));
|
|
2165
2381
|
}
|
|
2166
2382
|
/**
|
|
2167
2383
|
* Gets or sets the type of legend badges representing all series displayed in a legend linked to this component
|
|
2168
2384
|
* This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
|
|
2169
2385
|
*/
|
|
2170
2386
|
get legendItemBadgeShape() {
|
|
2171
|
-
return this.i.
|
|
2387
|
+
return this.i.ce;
|
|
2172
2388
|
}
|
|
2173
2389
|
set legendItemBadgeShape(v) {
|
|
2174
|
-
this.i.
|
|
2175
|
-
this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
2390
|
+
this.i.ce = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
2391
|
+
this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.ce));
|
|
2176
2392
|
}
|
|
2177
2393
|
/**
|
|
2178
2394
|
* Gets or sets the mode of legend badges representing all series displayed in a legend linked to this component.
|
|
2179
2395
|
* This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
|
|
2180
2396
|
*/
|
|
2181
2397
|
get legendItemBadgeMode() {
|
|
2182
|
-
return this.i.
|
|
2398
|
+
return this.i.ca;
|
|
2183
2399
|
}
|
|
2184
2400
|
set legendItemBadgeMode(v) {
|
|
2185
|
-
this.i.
|
|
2186
|
-
this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.
|
|
2401
|
+
this.i.ca = ensureEnum(LegendItemBadgeMode_$type, v);
|
|
2402
|
+
this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.ca));
|
|
2187
2403
|
}
|
|
2188
2404
|
get trendLinePeriod() {
|
|
2189
|
-
return this.i.
|
|
2405
|
+
return this.i.jo;
|
|
2190
2406
|
}
|
|
2191
2407
|
set trendLinePeriod(v) {
|
|
2192
|
-
this.i.
|
|
2193
|
-
this._a("trendLinePeriod", this.i.
|
|
2408
|
+
this.i.jo = +v;
|
|
2409
|
+
this._a("trendLinePeriod", this.i.jo);
|
|
2194
2410
|
}
|
|
2195
2411
|
/**
|
|
2196
2412
|
* Gets or sets the style of tooltip to be displayed.
|
|
2197
2413
|
*/
|
|
2198
2414
|
get toolTipType() {
|
|
2199
|
-
return this.i.
|
|
2415
|
+
return this.i.dh;
|
|
2200
2416
|
}
|
|
2201
2417
|
set toolTipType(v) {
|
|
2202
|
-
this.i.
|
|
2203
|
-
this._a("toolTipType", enumToString(ToolTipType_$type, this.i.
|
|
2418
|
+
this.i.dh = ensureEnum(ToolTipType_$type, v);
|
|
2419
|
+
this._a("toolTipType", enumToString(ToolTipType_$type, this.i.dh));
|
|
2204
2420
|
}
|
|
2205
2421
|
/**
|
|
2206
2422
|
* Gets or sets the crosshairs to be displayed.
|
|
2207
2423
|
*/
|
|
2208
2424
|
get crosshairsDisplayMode() {
|
|
2209
|
-
return this.i.
|
|
2425
|
+
return this.i.a7;
|
|
2210
2426
|
}
|
|
2211
2427
|
set crosshairsDisplayMode(v) {
|
|
2212
|
-
this.i.
|
|
2213
|
-
this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.
|
|
2428
|
+
this.i.a7 = ensureEnum(CrosshairsDisplayMode_$type, v);
|
|
2429
|
+
this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.a7));
|
|
2214
2430
|
}
|
|
2215
2431
|
/**
|
|
2216
2432
|
* Gets or sets whether crosshairs will snap to the nearest data point.
|
|
2217
2433
|
*/
|
|
2218
2434
|
get crosshairsSnapToData() {
|
|
2219
|
-
return this.i.
|
|
2435
|
+
return this.i.fd;
|
|
2220
2436
|
}
|
|
2221
2437
|
set crosshairsSnapToData(v) {
|
|
2222
|
-
this.i.
|
|
2223
|
-
this._a("crosshairsSnapToData", this.i.
|
|
2438
|
+
this.i.fd = ensureBool(v);
|
|
2439
|
+
this._a("crosshairsSnapToData", this.i.fd);
|
|
2224
2440
|
}
|
|
2225
2441
|
/**
|
|
2226
2442
|
* Gets or sets the color to apply to vertical crosshairs line.
|
|
2227
2443
|
*/
|
|
2228
2444
|
get crosshairsLineVerticalStroke() {
|
|
2229
|
-
return brushToString(this.i.
|
|
2445
|
+
return brushToString(this.i.t1);
|
|
2230
2446
|
}
|
|
2231
2447
|
set crosshairsLineVerticalStroke(v) {
|
|
2232
|
-
this.i.
|
|
2233
|
-
this._a("crosshairsLineVerticalStroke", brushToString(this.i.
|
|
2448
|
+
this.i.t1 = stringToBrush(v);
|
|
2449
|
+
this._a("crosshairsLineVerticalStroke", brushToString(this.i.t1));
|
|
2234
2450
|
}
|
|
2235
2451
|
/**
|
|
2236
2452
|
* Gets or sets thickness of crosshairs lines.
|
|
2237
2453
|
*/
|
|
2238
2454
|
get crosshairsLineThickness() {
|
|
2239
|
-
return this.i.
|
|
2455
|
+
return this.i.hw;
|
|
2240
2456
|
}
|
|
2241
2457
|
set crosshairsLineThickness(v) {
|
|
2242
|
-
this.i.
|
|
2243
|
-
this._a("crosshairsLineThickness", this.i.
|
|
2458
|
+
this.i.hw = +v;
|
|
2459
|
+
this._a("crosshairsLineThickness", this.i.hw);
|
|
2244
2460
|
}
|
|
2245
2461
|
/**
|
|
2246
2462
|
* Gets or sets the color to apply to horizontal crosshairs line.
|
|
2247
2463
|
*/
|
|
2248
2464
|
get crosshairsLineHorizontalStroke() {
|
|
2249
|
-
return brushToString(this.i.
|
|
2465
|
+
return brushToString(this.i.t0);
|
|
2250
2466
|
}
|
|
2251
2467
|
set crosshairsLineHorizontalStroke(v) {
|
|
2252
|
-
this.i.
|
|
2253
|
-
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.
|
|
2468
|
+
this.i.t0 = stringToBrush(v);
|
|
2469
|
+
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.t0));
|
|
2254
2470
|
}
|
|
2255
2471
|
/**
|
|
2256
2472
|
* Gets or sets whether annotations are shown along the axis for crosshair values
|
|
2257
2473
|
*/
|
|
2258
2474
|
get crosshairsAnnotationEnabled() {
|
|
2259
|
-
return this.i.
|
|
2475
|
+
return this.i.fc;
|
|
2260
2476
|
}
|
|
2261
2477
|
set crosshairsAnnotationEnabled(v) {
|
|
2262
|
-
this.i.
|
|
2263
|
-
this._a("crosshairsAnnotationEnabled", this.i.
|
|
2478
|
+
this.i.fc = ensureBool(v);
|
|
2479
|
+
this._a("crosshairsAnnotationEnabled", this.i.fc);
|
|
2264
2480
|
}
|
|
2265
2481
|
/**
|
|
2266
2482
|
* Gets or sets the background of crosshair annotation on x-axis.
|
|
2267
2483
|
*/
|
|
2268
2484
|
get crosshairsAnnotationXAxisBackground() {
|
|
2269
|
-
return brushToString(this.i.
|
|
2485
|
+
return brushToString(this.i.tw);
|
|
2270
2486
|
}
|
|
2271
2487
|
set crosshairsAnnotationXAxisBackground(v) {
|
|
2272
|
-
this.i.
|
|
2273
|
-
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.
|
|
2488
|
+
this.i.tw = stringToBrush(v);
|
|
2489
|
+
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.tw));
|
|
2274
2490
|
}
|
|
2275
2491
|
/**
|
|
2276
2492
|
* Gets or sets the background of crosshair annotation on y-axis.
|
|
2277
2493
|
*/
|
|
2278
2494
|
get crosshairsAnnotationYAxisBackground() {
|
|
2279
|
-
return brushToString(this.i.
|
|
2495
|
+
return brushToString(this.i.ty);
|
|
2280
2496
|
}
|
|
2281
2497
|
set crosshairsAnnotationYAxisBackground(v) {
|
|
2282
|
-
this.i.
|
|
2283
|
-
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.
|
|
2498
|
+
this.i.ty = stringToBrush(v);
|
|
2499
|
+
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.ty));
|
|
2284
2500
|
}
|
|
2285
2501
|
/**
|
|
2286
2502
|
* Gets or sets the text color of crosshair annotation on x-axis.
|
|
2287
2503
|
*/
|
|
2288
2504
|
get crosshairsAnnotationXAxisTextColor() {
|
|
2289
|
-
return brushToString(this.i.
|
|
2505
|
+
return brushToString(this.i.tx);
|
|
2290
2506
|
}
|
|
2291
2507
|
set crosshairsAnnotationXAxisTextColor(v) {
|
|
2292
|
-
this.i.
|
|
2293
|
-
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.
|
|
2508
|
+
this.i.tx = stringToBrush(v);
|
|
2509
|
+
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.tx));
|
|
2294
2510
|
}
|
|
2295
2511
|
/**
|
|
2296
2512
|
* Gets or sets the text color of crosshair annotation on y-axis.
|
|
2297
2513
|
*/
|
|
2298
2514
|
get crosshairsAnnotationYAxisTextColor() {
|
|
2299
|
-
return brushToString(this.i.
|
|
2515
|
+
return brushToString(this.i.tz);
|
|
2300
2516
|
}
|
|
2301
2517
|
set crosshairsAnnotationYAxisTextColor(v) {
|
|
2302
|
-
this.i.
|
|
2303
|
-
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.
|
|
2518
|
+
this.i.tz = stringToBrush(v);
|
|
2519
|
+
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.tz));
|
|
2304
2520
|
}
|
|
2305
2521
|
/**
|
|
2306
2522
|
* Gets or sets precision on interpolated values of crosshairs on x-axis.
|
|
2307
2523
|
*/
|
|
2308
2524
|
get crosshairsAnnotationXAxisPrecision() {
|
|
2309
|
-
return this.i.
|
|
2525
|
+
return this.i.jh;
|
|
2310
2526
|
}
|
|
2311
2527
|
set crosshairsAnnotationXAxisPrecision(v) {
|
|
2312
|
-
this.i.
|
|
2313
|
-
this._a("crosshairsAnnotationXAxisPrecision", this.i.
|
|
2528
|
+
this.i.jh = +v;
|
|
2529
|
+
this._a("crosshairsAnnotationXAxisPrecision", this.i.jh);
|
|
2314
2530
|
}
|
|
2315
2531
|
/**
|
|
2316
2532
|
* Gets or sets precision on interpolated values of crosshairs on y-axis.
|
|
2317
2533
|
*/
|
|
2318
2534
|
get crosshairsAnnotationYAxisPrecision() {
|
|
2319
|
-
return this.i.
|
|
2535
|
+
return this.i.ji;
|
|
2320
2536
|
}
|
|
2321
2537
|
set crosshairsAnnotationYAxisPrecision(v) {
|
|
2322
|
-
this.i.
|
|
2323
|
-
this._a("crosshairsAnnotationYAxisPrecision", this.i.
|
|
2538
|
+
this.i.ji = +v;
|
|
2539
|
+
this._a("crosshairsAnnotationYAxisPrecision", this.i.ji);
|
|
2324
2540
|
}
|
|
2325
2541
|
/**
|
|
2326
2542
|
* Gets or sets whether annotations for the final value of each series is displayed on the axis.
|
|
2327
2543
|
*/
|
|
2328
2544
|
get shouldAvoidAxisAnnotationCollisions() {
|
|
2329
|
-
return this.i.
|
|
2545
|
+
return this.i.f0;
|
|
2330
2546
|
}
|
|
2331
2547
|
set shouldAvoidAxisAnnotationCollisions(v) {
|
|
2332
|
-
this.i.
|
|
2333
|
-
this._a("shouldAvoidAxisAnnotationCollisions", this.i.
|
|
2548
|
+
this.i.f0 = ensureBool(v);
|
|
2549
|
+
this._a("shouldAvoidAxisAnnotationCollisions", this.i.f0);
|
|
2550
|
+
}
|
|
2551
|
+
/**
|
|
2552
|
+
* Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
|
|
2553
|
+
*/
|
|
2554
|
+
get shouldPanOnMaximumZoom() {
|
|
2555
|
+
return this.i.f2;
|
|
2556
|
+
}
|
|
2557
|
+
set shouldPanOnMaximumZoom(v) {
|
|
2558
|
+
this.i.f2 = ensureBool(v);
|
|
2559
|
+
this._a("shouldPanOnMaximumZoom", this.i.f2);
|
|
2334
2560
|
}
|
|
2335
2561
|
/**
|
|
2336
2562
|
* Gets or sets whether annotations for the final value of each series is displayed on the axis.
|
|
2337
2563
|
*/
|
|
2338
2564
|
get finalValueAnnotationsVisible() {
|
|
2339
|
-
return this.i.
|
|
2565
|
+
return this.i.fj;
|
|
2340
2566
|
}
|
|
2341
2567
|
set finalValueAnnotationsVisible(v) {
|
|
2342
|
-
this.i.
|
|
2343
|
-
this._a("finalValueAnnotationsVisible", this.i.
|
|
2568
|
+
this.i.fj = ensureBool(v);
|
|
2569
|
+
this._a("finalValueAnnotationsVisible", this.i.fj);
|
|
2344
2570
|
}
|
|
2345
2571
|
/**
|
|
2346
2572
|
* Gets or sets the background of final value annotation.
|
|
2347
2573
|
*/
|
|
2348
2574
|
get finalValueAnnotationsBackground() {
|
|
2349
|
-
return brushToString(this.i.
|
|
2575
|
+
return brushToString(this.i.ub);
|
|
2350
2576
|
}
|
|
2351
2577
|
set finalValueAnnotationsBackground(v) {
|
|
2352
|
-
this.i.
|
|
2353
|
-
this._a("finalValueAnnotationsBackground", brushToString(this.i.
|
|
2578
|
+
this.i.ub = stringToBrush(v);
|
|
2579
|
+
this._a("finalValueAnnotationsBackground", brushToString(this.i.ub));
|
|
2354
2580
|
}
|
|
2355
2581
|
/**
|
|
2356
2582
|
* Gets or sets the text color of final value annotation.
|
|
2357
2583
|
*/
|
|
2358
2584
|
get finalValueAnnotationsTextColor() {
|
|
2359
|
-
return brushToString(this.i.
|
|
2585
|
+
return brushToString(this.i.uc);
|
|
2360
2586
|
}
|
|
2361
2587
|
set finalValueAnnotationsTextColor(v) {
|
|
2362
|
-
this.i.
|
|
2363
|
-
this._a("finalValueAnnotationsTextColor", brushToString(this.i.
|
|
2588
|
+
this.i.uc = stringToBrush(v);
|
|
2589
|
+
this._a("finalValueAnnotationsTextColor", brushToString(this.i.uc));
|
|
2364
2590
|
}
|
|
2365
2591
|
/**
|
|
2366
2592
|
* Gets or sets precision on final value annotation.
|
|
2367
2593
|
*/
|
|
2368
2594
|
get finalValueAnnotationsPrecision() {
|
|
2369
|
-
return this.i.
|
|
2595
|
+
return this.i.jl;
|
|
2370
2596
|
}
|
|
2371
2597
|
set finalValueAnnotationsPrecision(v) {
|
|
2372
|
-
this.i.
|
|
2373
|
-
this._a("finalValueAnnotationsPrecision", this.i.
|
|
2598
|
+
this.i.jl = +v;
|
|
2599
|
+
this._a("finalValueAnnotationsPrecision", this.i.jl);
|
|
2374
2600
|
}
|
|
2375
2601
|
/**
|
|
2376
2602
|
* Gets or sets if callouts should be displayed.
|
|
2377
2603
|
*/
|
|
2378
2604
|
get calloutsVisible() {
|
|
2379
|
-
return this.i.
|
|
2605
|
+
return this.i.fb;
|
|
2380
2606
|
}
|
|
2381
2607
|
set calloutsVisible(v) {
|
|
2382
|
-
this.i.
|
|
2383
|
-
this._a("calloutsVisible", this.i.
|
|
2608
|
+
this.i.fb = ensureBool(v);
|
|
2609
|
+
this._a("calloutsVisible", this.i.fb);
|
|
2384
2610
|
}
|
|
2385
2611
|
/**
|
|
2386
2612
|
* Gets or sets if event annotations should be displayed.
|
|
2387
2613
|
*/
|
|
2388
2614
|
get calloutStyleUpdatingEventEnabled() {
|
|
2389
|
-
return this.i.
|
|
2615
|
+
return this.i.fa;
|
|
2390
2616
|
}
|
|
2391
2617
|
set calloutStyleUpdatingEventEnabled(v) {
|
|
2392
|
-
this.i.
|
|
2393
|
-
this._a("calloutStyleUpdatingEventEnabled", this.i.
|
|
2618
|
+
this.i.fa = ensureBool(v);
|
|
2619
|
+
this._a("calloutStyleUpdatingEventEnabled", this.i.fa);
|
|
2394
2620
|
}
|
|
2395
2621
|
/**
|
|
2396
2622
|
* Gets or sets the allowed positions that the callout layer is allowed to use.
|
|
@@ -2428,285 +2654,369 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2428
2654
|
* Gets or sets the member path of the X data for the callouts.
|
|
2429
2655
|
*/
|
|
2430
2656
|
get calloutsXMemberPath() {
|
|
2431
|
-
return this.i.
|
|
2657
|
+
return this.i.k7;
|
|
2432
2658
|
}
|
|
2433
2659
|
set calloutsXMemberPath(v) {
|
|
2434
|
-
this.i.
|
|
2660
|
+
this.i.k7 = v;
|
|
2435
2661
|
}
|
|
2436
2662
|
/**
|
|
2437
2663
|
* Gets or sets the member path of the Y data for the callouts.
|
|
2438
2664
|
*/
|
|
2439
2665
|
get calloutsYMemberPath() {
|
|
2440
|
-
return this.i.
|
|
2666
|
+
return this.i.k9;
|
|
2441
2667
|
}
|
|
2442
2668
|
set calloutsYMemberPath(v) {
|
|
2443
|
-
this.i.
|
|
2669
|
+
this.i.k9 = v;
|
|
2444
2670
|
}
|
|
2445
2671
|
/**
|
|
2446
2672
|
* Gets or sets the member path of the label data for the callouts.
|
|
2447
2673
|
*/
|
|
2448
2674
|
get calloutsLabelMemberPath() {
|
|
2449
|
-
return this.i.
|
|
2675
|
+
return this.i.k3;
|
|
2450
2676
|
}
|
|
2451
2677
|
set calloutsLabelMemberPath(v) {
|
|
2452
|
-
this.i.
|
|
2678
|
+
this.i.k3 = v;
|
|
2453
2679
|
}
|
|
2454
2680
|
/**
|
|
2455
2681
|
* Gets or sets the member path of the content data for the callouts.
|
|
2456
2682
|
*/
|
|
2457
2683
|
get calloutsContentMemberPath() {
|
|
2458
|
-
return this.i.
|
|
2684
|
+
return this.i.k0;
|
|
2459
2685
|
}
|
|
2460
2686
|
set calloutsContentMemberPath(v) {
|
|
2461
|
-
this.i.
|
|
2687
|
+
this.i.k0 = v;
|
|
2462
2688
|
}
|
|
2463
2689
|
/**
|
|
2464
2690
|
* Gets or sets the horizontal scrollbar mode to use for the series viewer.
|
|
2465
2691
|
*/
|
|
2466
2692
|
get horizontalViewScrollbarMode() {
|
|
2467
|
-
return this.i.
|
|
2693
|
+
return this.i.dc;
|
|
2468
2694
|
}
|
|
2469
2695
|
set horizontalViewScrollbarMode(v) {
|
|
2470
|
-
this.i.
|
|
2471
|
-
this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.
|
|
2696
|
+
this.i.dc = ensureEnum(SeriesViewerScrollbarMode_$type, v);
|
|
2697
|
+
this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dc));
|
|
2472
2698
|
}
|
|
2473
2699
|
/**
|
|
2474
2700
|
* Gets or sets the vertical scrollbar mode to use for the series viewer.
|
|
2475
2701
|
*/
|
|
2476
2702
|
get verticalViewScrollbarMode() {
|
|
2477
|
-
return this.i.
|
|
2703
|
+
return this.i.dd;
|
|
2478
2704
|
}
|
|
2479
2705
|
set verticalViewScrollbarMode(v) {
|
|
2480
|
-
this.i.
|
|
2481
|
-
this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.
|
|
2706
|
+
this.i.dd = ensureEnum(SeriesViewerScrollbarMode_$type, v);
|
|
2707
|
+
this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dd));
|
|
2482
2708
|
}
|
|
2483
2709
|
/**
|
|
2484
2710
|
* Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
|
|
2485
2711
|
*/
|
|
2486
2712
|
get horizontalViewScrollbarPosition() {
|
|
2487
|
-
return this.i.
|
|
2713
|
+
return this.i.c9;
|
|
2488
2714
|
}
|
|
2489
2715
|
set horizontalViewScrollbarPosition(v) {
|
|
2490
|
-
this.i.
|
|
2491
|
-
this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.
|
|
2716
|
+
this.i.c9 = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
|
|
2717
|
+
this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.c9));
|
|
2492
2718
|
}
|
|
2493
2719
|
/**
|
|
2494
2720
|
* Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
|
|
2495
2721
|
*/
|
|
2496
2722
|
get verticalViewScrollbarPosition() {
|
|
2497
|
-
return this.i.
|
|
2723
|
+
return this.i.df;
|
|
2498
2724
|
}
|
|
2499
2725
|
set verticalViewScrollbarPosition(v) {
|
|
2500
|
-
this.i.
|
|
2501
|
-
this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.
|
|
2726
|
+
this.i.df = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
|
|
2727
|
+
this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.df));
|
|
2502
2728
|
}
|
|
2503
2729
|
/**
|
|
2504
2730
|
* Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
|
|
2505
2731
|
*/
|
|
2506
2732
|
get horizontalViewScrollbarFill() {
|
|
2507
|
-
return brushToString(this.i.
|
|
2733
|
+
return brushToString(this.i.uh);
|
|
2508
2734
|
}
|
|
2509
2735
|
set horizontalViewScrollbarFill(v) {
|
|
2510
|
-
this.i.
|
|
2511
|
-
this._a("horizontalViewScrollbarFill", brushToString(this.i.
|
|
2736
|
+
this.i.uh = stringToBrush(v);
|
|
2737
|
+
this._a("horizontalViewScrollbarFill", brushToString(this.i.uh));
|
|
2512
2738
|
}
|
|
2513
2739
|
/**
|
|
2514
2740
|
* Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
|
|
2515
2741
|
*/
|
|
2516
2742
|
get horizontalViewScrollbarOutline() {
|
|
2517
|
-
return brushToString(this.i.
|
|
2743
|
+
return brushToString(this.i.ui);
|
|
2518
2744
|
}
|
|
2519
2745
|
set horizontalViewScrollbarOutline(v) {
|
|
2520
|
-
this.i.
|
|
2521
|
-
this._a("horizontalViewScrollbarOutline", brushToString(this.i.
|
|
2746
|
+
this.i.ui = stringToBrush(v);
|
|
2747
|
+
this._a("horizontalViewScrollbarOutline", brushToString(this.i.ui));
|
|
2522
2748
|
}
|
|
2523
2749
|
/**
|
|
2524
2750
|
* Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
|
|
2525
2751
|
*/
|
|
2526
2752
|
get horizontalViewScrollbarStrokeThickness() {
|
|
2527
|
-
return this.i.
|
|
2753
|
+
return this.i.h5;
|
|
2528
2754
|
}
|
|
2529
2755
|
set horizontalViewScrollbarStrokeThickness(v) {
|
|
2530
|
-
this.i.
|
|
2531
|
-
this._a("horizontalViewScrollbarStrokeThickness", this.i.
|
|
2756
|
+
this.i.h5 = +v;
|
|
2757
|
+
this._a("horizontalViewScrollbarStrokeThickness", this.i.h5);
|
|
2532
2758
|
}
|
|
2533
2759
|
/**
|
|
2534
2760
|
* Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
|
|
2535
2761
|
*/
|
|
2536
2762
|
get horizontalViewScrollbarMaxOpacity() {
|
|
2537
|
-
return this.i.
|
|
2763
|
+
return this.i.h4;
|
|
2538
2764
|
}
|
|
2539
2765
|
set horizontalViewScrollbarMaxOpacity(v) {
|
|
2540
|
-
this.i.
|
|
2541
|
-
this._a("horizontalViewScrollbarMaxOpacity", this.i.
|
|
2766
|
+
this.i.h4 = +v;
|
|
2767
|
+
this._a("horizontalViewScrollbarMaxOpacity", this.i.h4);
|
|
2542
2768
|
}
|
|
2543
2769
|
/**
|
|
2544
2770
|
* Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
|
|
2545
2771
|
*/
|
|
2546
2772
|
get horizontalViewScrollbarCornerRadius() {
|
|
2547
|
-
return this.i.
|
|
2773
|
+
return this.i.h1;
|
|
2548
2774
|
}
|
|
2549
2775
|
set horizontalViewScrollbarCornerRadius(v) {
|
|
2550
|
-
this.i.
|
|
2551
|
-
this._a("horizontalViewScrollbarCornerRadius", this.i.
|
|
2776
|
+
this.i.h1 = +v;
|
|
2777
|
+
this._a("horizontalViewScrollbarCornerRadius", this.i.h1);
|
|
2552
2778
|
}
|
|
2553
2779
|
/**
|
|
2554
2780
|
* Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
|
|
2555
2781
|
*/
|
|
2556
2782
|
get horizontalViewScrollbarHeight() {
|
|
2557
|
-
return this.i.
|
|
2783
|
+
return this.i.h2;
|
|
2558
2784
|
}
|
|
2559
2785
|
set horizontalViewScrollbarHeight(v) {
|
|
2560
|
-
this.i.
|
|
2561
|
-
this._a("horizontalViewScrollbarHeight", this.i.
|
|
2786
|
+
this.i.h2 = +v;
|
|
2787
|
+
this._a("horizontalViewScrollbarHeight", this.i.h2);
|
|
2562
2788
|
}
|
|
2563
2789
|
/**
|
|
2564
2790
|
* Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
|
|
2565
2791
|
*/
|
|
2566
2792
|
get horizontalViewScrollbarInset() {
|
|
2567
|
-
return this.i.
|
|
2793
|
+
return this.i.h3;
|
|
2568
2794
|
}
|
|
2569
2795
|
set horizontalViewScrollbarInset(v) {
|
|
2570
|
-
this.i.
|
|
2571
|
-
this._a("horizontalViewScrollbarInset", this.i.
|
|
2796
|
+
this.i.h3 = +v;
|
|
2797
|
+
this._a("horizontalViewScrollbarInset", this.i.h3);
|
|
2572
2798
|
}
|
|
2573
2799
|
/**
|
|
2574
2800
|
* Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
|
|
2575
2801
|
*/
|
|
2576
2802
|
get horizontalViewScrollbarTrackStartInset() {
|
|
2577
|
-
return this.i.
|
|
2803
|
+
return this.i.h7;
|
|
2578
2804
|
}
|
|
2579
2805
|
set horizontalViewScrollbarTrackStartInset(v) {
|
|
2580
|
-
this.i.
|
|
2581
|
-
this._a("horizontalViewScrollbarTrackStartInset", this.i.
|
|
2806
|
+
this.i.h7 = +v;
|
|
2807
|
+
this._a("horizontalViewScrollbarTrackStartInset", this.i.h7);
|
|
2582
2808
|
}
|
|
2583
2809
|
/**
|
|
2584
2810
|
* Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
|
|
2585
2811
|
*/
|
|
2586
2812
|
get horizontalViewScrollbarTrackEndInset() {
|
|
2587
|
-
return this.i.
|
|
2813
|
+
return this.i.h6;
|
|
2588
2814
|
}
|
|
2589
2815
|
set horizontalViewScrollbarTrackEndInset(v) {
|
|
2590
|
-
this.i.
|
|
2591
|
-
this._a("horizontalViewScrollbarTrackEndInset", this.i.
|
|
2816
|
+
this.i.h6 = +v;
|
|
2817
|
+
this._a("horizontalViewScrollbarTrackEndInset", this.i.h6);
|
|
2592
2818
|
}
|
|
2593
2819
|
/**
|
|
2594
2820
|
* Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
|
|
2595
2821
|
*/
|
|
2596
2822
|
get horizontalViewScrollbarShouldAddAutoTrackInsets() {
|
|
2597
|
-
return this.i.
|
|
2823
|
+
return this.i.fl;
|
|
2598
2824
|
}
|
|
2599
2825
|
set horizontalViewScrollbarShouldAddAutoTrackInsets(v) {
|
|
2600
|
-
this.i.
|
|
2601
|
-
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
2826
|
+
this.i.fl = ensureBool(v);
|
|
2827
|
+
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.fl);
|
|
2602
2828
|
}
|
|
2603
2829
|
/**
|
|
2604
2830
|
* Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
|
|
2605
2831
|
*/
|
|
2606
2832
|
get verticalViewScrollbarFill() {
|
|
2607
|
-
return brushToString(this.i.
|
|
2833
|
+
return brushToString(this.i.um);
|
|
2608
2834
|
}
|
|
2609
2835
|
set verticalViewScrollbarFill(v) {
|
|
2610
|
-
this.i.
|
|
2611
|
-
this._a("verticalViewScrollbarFill", brushToString(this.i.
|
|
2836
|
+
this.i.um = stringToBrush(v);
|
|
2837
|
+
this._a("verticalViewScrollbarFill", brushToString(this.i.um));
|
|
2612
2838
|
}
|
|
2613
2839
|
/**
|
|
2614
2840
|
* Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
|
|
2615
2841
|
*/
|
|
2616
2842
|
get verticalViewScrollbarOutline() {
|
|
2617
|
-
return brushToString(this.i.
|
|
2843
|
+
return brushToString(this.i.un);
|
|
2618
2844
|
}
|
|
2619
2845
|
set verticalViewScrollbarOutline(v) {
|
|
2620
|
-
this.i.
|
|
2621
|
-
this._a("verticalViewScrollbarOutline", brushToString(this.i.
|
|
2846
|
+
this.i.un = stringToBrush(v);
|
|
2847
|
+
this._a("verticalViewScrollbarOutline", brushToString(this.i.un));
|
|
2622
2848
|
}
|
|
2623
2849
|
/**
|
|
2624
2850
|
* Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
|
|
2625
2851
|
*/
|
|
2626
2852
|
get verticalViewScrollbarStrokeThickness() {
|
|
2627
|
-
return this.i.
|
|
2853
|
+
return this.i.iy;
|
|
2628
2854
|
}
|
|
2629
2855
|
set verticalViewScrollbarStrokeThickness(v) {
|
|
2630
|
-
this.i.
|
|
2631
|
-
this._a("verticalViewScrollbarStrokeThickness", this.i.
|
|
2856
|
+
this.i.iy = +v;
|
|
2857
|
+
this._a("verticalViewScrollbarStrokeThickness", this.i.iy);
|
|
2632
2858
|
}
|
|
2633
2859
|
/**
|
|
2634
2860
|
* Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
|
|
2635
2861
|
*/
|
|
2636
2862
|
get verticalViewScrollbarMaxOpacity() {
|
|
2637
|
-
return this.i.
|
|
2863
|
+
return this.i.ix;
|
|
2638
2864
|
}
|
|
2639
2865
|
set verticalViewScrollbarMaxOpacity(v) {
|
|
2640
|
-
this.i.
|
|
2641
|
-
this._a("verticalViewScrollbarMaxOpacity", this.i.
|
|
2866
|
+
this.i.ix = +v;
|
|
2867
|
+
this._a("verticalViewScrollbarMaxOpacity", this.i.ix);
|
|
2642
2868
|
}
|
|
2643
2869
|
/**
|
|
2644
2870
|
* Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
|
|
2645
2871
|
*/
|
|
2646
2872
|
get verticalViewScrollbarCornerRadius() {
|
|
2647
|
-
return this.i.
|
|
2873
|
+
return this.i.iv;
|
|
2648
2874
|
}
|
|
2649
2875
|
set verticalViewScrollbarCornerRadius(v) {
|
|
2650
|
-
this.i.
|
|
2651
|
-
this._a("verticalViewScrollbarCornerRadius", this.i.
|
|
2876
|
+
this.i.iv = +v;
|
|
2877
|
+
this._a("verticalViewScrollbarCornerRadius", this.i.iv);
|
|
2652
2878
|
}
|
|
2653
2879
|
/**
|
|
2654
2880
|
* Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
|
|
2655
2881
|
*/
|
|
2656
2882
|
get verticalViewScrollbarWidth() {
|
|
2657
|
-
return this.i.
|
|
2883
|
+
return this.i.i1;
|
|
2658
2884
|
}
|
|
2659
2885
|
set verticalViewScrollbarWidth(v) {
|
|
2660
|
-
this.i.
|
|
2661
|
-
this._a("verticalViewScrollbarWidth", this.i.
|
|
2886
|
+
this.i.i1 = +v;
|
|
2887
|
+
this._a("verticalViewScrollbarWidth", this.i.i1);
|
|
2662
2888
|
}
|
|
2663
2889
|
/**
|
|
2664
2890
|
* Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
|
|
2665
2891
|
*/
|
|
2666
2892
|
get verticalViewScrollbarInset() {
|
|
2667
|
-
return this.i.
|
|
2893
|
+
return this.i.iw;
|
|
2668
2894
|
}
|
|
2669
2895
|
set verticalViewScrollbarInset(v) {
|
|
2670
|
-
this.i.
|
|
2671
|
-
this._a("verticalViewScrollbarInset", this.i.
|
|
2896
|
+
this.i.iw = +v;
|
|
2897
|
+
this._a("verticalViewScrollbarInset", this.i.iw);
|
|
2672
2898
|
}
|
|
2673
2899
|
/**
|
|
2674
2900
|
* Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
|
|
2675
2901
|
*/
|
|
2676
2902
|
get verticalViewScrollbarTrackStartInset() {
|
|
2677
|
-
return this.i.
|
|
2903
|
+
return this.i.i0;
|
|
2678
2904
|
}
|
|
2679
2905
|
set verticalViewScrollbarTrackStartInset(v) {
|
|
2680
|
-
this.i.
|
|
2681
|
-
this._a("verticalViewScrollbarTrackStartInset", this.i.
|
|
2906
|
+
this.i.i0 = +v;
|
|
2907
|
+
this._a("verticalViewScrollbarTrackStartInset", this.i.i0);
|
|
2682
2908
|
}
|
|
2683
2909
|
/**
|
|
2684
2910
|
* Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
|
|
2685
2911
|
*/
|
|
2686
2912
|
get verticalViewScrollbarTrackEndInset() {
|
|
2687
|
-
return this.i.
|
|
2913
|
+
return this.i.iz;
|
|
2688
2914
|
}
|
|
2689
2915
|
set verticalViewScrollbarTrackEndInset(v) {
|
|
2690
|
-
this.i.
|
|
2691
|
-
this._a("verticalViewScrollbarTrackEndInset", this.i.
|
|
2916
|
+
this.i.iz = +v;
|
|
2917
|
+
this._a("verticalViewScrollbarTrackEndInset", this.i.iz);
|
|
2692
2918
|
}
|
|
2693
2919
|
/**
|
|
2694
2920
|
* Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
|
|
2695
2921
|
*/
|
|
2696
2922
|
get verticalViewScrollbarShouldAddAutoTrackInsets() {
|
|
2697
|
-
return this.i.
|
|
2923
|
+
return this.i.f5;
|
|
2698
2924
|
}
|
|
2699
2925
|
set verticalViewScrollbarShouldAddAutoTrackInsets(v) {
|
|
2700
|
-
this.i.
|
|
2701
|
-
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
2926
|
+
this.i.f5 = ensureBool(v);
|
|
2927
|
+
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.f5);
|
|
2928
|
+
}
|
|
2929
|
+
/**
|
|
2930
|
+
* Sets or gets the minimum width that the window rect is allowed to reach before being clamped.
|
|
2931
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
2932
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
2933
|
+
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
2934
|
+
*/
|
|
2935
|
+
get windowRectMinWidth() {
|
|
2936
|
+
return this.i.i3;
|
|
2937
|
+
}
|
|
2938
|
+
set windowRectMinWidth(v) {
|
|
2939
|
+
this.i.i3 = +v;
|
|
2940
|
+
this._a("windowRectMinWidth", this.i.i3);
|
|
2941
|
+
}
|
|
2942
|
+
/**
|
|
2943
|
+
* Sets or gets the minimum height that the window rect is allowed to reach before being clamped.
|
|
2944
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
2945
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
2946
|
+
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
2947
|
+
*/
|
|
2948
|
+
get windowRectMinHeight() {
|
|
2949
|
+
return this.i.i2;
|
|
2950
|
+
}
|
|
2951
|
+
set windowRectMinHeight(v) {
|
|
2952
|
+
this.i.i2 = +v;
|
|
2953
|
+
this._a("windowRectMinHeight", this.i.i2);
|
|
2954
|
+
}
|
|
2955
|
+
/**
|
|
2956
|
+
* Sets or gets minimum pixel width that the window is allowed to reach before being clamped.
|
|
2957
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
2958
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
2959
|
+
* This property is overridden by the WindowRectMinWidth property
|
|
2960
|
+
*/
|
|
2961
|
+
get windowSizeMinWidth() {
|
|
2962
|
+
return this.i.i5;
|
|
2963
|
+
}
|
|
2964
|
+
set windowSizeMinWidth(v) {
|
|
2965
|
+
this.i.i5 = +v;
|
|
2966
|
+
this._a("windowSizeMinWidth", this.i.i5);
|
|
2967
|
+
}
|
|
2968
|
+
/**
|
|
2969
|
+
* Sets or gets minimum pixel height that the window is allowed to reach before being clamped.
|
|
2970
|
+
* Decrease this value if you want to allow for further zooming into the viewer.
|
|
2971
|
+
* If this value is lowered too much it can cause graphical corruption due to floating point arithmetic inaccuracy.
|
|
2972
|
+
* This property is overridden by the WindowRectMinHeight property
|
|
2973
|
+
*/
|
|
2974
|
+
get windowSizeMinHeight() {
|
|
2975
|
+
return this.i.i4;
|
|
2976
|
+
}
|
|
2977
|
+
set windowSizeMinHeight(v) {
|
|
2978
|
+
this.i.i4 = +v;
|
|
2979
|
+
this._a("windowSizeMinHeight", this.i.i4);
|
|
2702
2980
|
}
|
|
2703
2981
|
findByName(name) {
|
|
2982
|
+
if (this.findEphemera) {
|
|
2983
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
2984
|
+
return this.findEphemera(name);
|
|
2985
|
+
}
|
|
2986
|
+
}
|
|
2704
2987
|
if (this.dataToolTipValueFormatSpecifiers != null && arrayFindByName(this.dataToolTipValueFormatSpecifiers, name)) {
|
|
2705
2988
|
return arrayFindByName(this.dataToolTipValueFormatSpecifiers, name);
|
|
2706
2989
|
}
|
|
2707
2990
|
if (this.dataToolTipHeaderFormatSpecifiers != null && arrayFindByName(this.dataToolTipHeaderFormatSpecifiers, name)) {
|
|
2708
2991
|
return arrayFindByName(this.dataToolTipHeaderFormatSpecifiers, name);
|
|
2709
2992
|
}
|
|
2993
|
+
if (this.sortDescriptions != null && this.sortDescriptions.findByName && this.sortDescriptions.findByName(name)) {
|
|
2994
|
+
return this.sortDescriptions.findByName(name);
|
|
2995
|
+
}
|
|
2996
|
+
if (this.groupSortDescriptions != null && this.groupSortDescriptions.findByName && this.groupSortDescriptions.findByName(name)) {
|
|
2997
|
+
return this.groupSortDescriptions.findByName(name);
|
|
2998
|
+
}
|
|
2999
|
+
if (this.groupDescriptions != null && this.groupDescriptions.findByName && this.groupDescriptions.findByName(name)) {
|
|
3000
|
+
return this.groupDescriptions.findByName(name);
|
|
3001
|
+
}
|
|
3002
|
+
if (this.filterExpressions != null && this.filterExpressions.findByName && this.filterExpressions.findByName(name)) {
|
|
3003
|
+
return this.filterExpressions.findByName(name);
|
|
3004
|
+
}
|
|
3005
|
+
if (this.summaryDescriptions != null && this.summaryDescriptions.findByName && this.summaryDescriptions.findByName(name)) {
|
|
3006
|
+
return this.summaryDescriptions.findByName(name);
|
|
3007
|
+
}
|
|
3008
|
+
if (this.initialSortDescriptions != null && this.initialSortDescriptions.findByName && this.initialSortDescriptions.findByName(name)) {
|
|
3009
|
+
return this.initialSortDescriptions.findByName(name);
|
|
3010
|
+
}
|
|
3011
|
+
if (this.initialGroupSortDescriptions != null && this.initialGroupSortDescriptions.findByName && this.initialGroupSortDescriptions.findByName(name)) {
|
|
3012
|
+
return this.initialGroupSortDescriptions.findByName(name);
|
|
3013
|
+
}
|
|
3014
|
+
if (this.initialGroupDescriptions != null && this.initialGroupDescriptions.findByName && this.initialGroupDescriptions.findByName(name)) {
|
|
3015
|
+
return this.initialGroupDescriptions.findByName(name);
|
|
3016
|
+
}
|
|
3017
|
+
if (this.initialSummaryDescriptions != null && this.initialSummaryDescriptions.findByName && this.initialSummaryDescriptions.findByName(name)) {
|
|
3018
|
+
return this.initialSummaryDescriptions.findByName(name);
|
|
3019
|
+
}
|
|
2710
3020
|
if (this.legend && this.legend.name && this.legend.name == name) {
|
|
2711
3021
|
return this.legend;
|
|
2712
3022
|
}
|
|
@@ -2811,7 +3121,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2811
3121
|
this.i.notifyResized();
|
|
2812
3122
|
}
|
|
2813
3123
|
notifyVisualPropertiesChanged() {
|
|
2814
|
-
this.i.
|
|
3124
|
+
this.i.r3();
|
|
2815
3125
|
}
|
|
2816
3126
|
/**
|
|
2817
3127
|
* Forces any pending refresh to the chart to be finished.
|
|
@@ -2824,7 +3134,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2824
3134
|
* ```
|
|
2825
3135
|
*/
|
|
2826
3136
|
flush() {
|
|
2827
|
-
this.i.
|
|
3137
|
+
this.i.ra();
|
|
2828
3138
|
}
|
|
2829
3139
|
/**
|
|
2830
3140
|
* Hides the active main tooltip, if displayed.
|
|
@@ -2837,17 +3147,17 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2837
3147
|
* ```
|
|
2838
3148
|
*/
|
|
2839
3149
|
hideToolTip() {
|
|
2840
|
-
this.i.
|
|
3150
|
+
this.i.ri();
|
|
2841
3151
|
}
|
|
2842
3152
|
/**
|
|
2843
3153
|
* Replays transition-in animation on all series in the chart.
|
|
2844
3154
|
|
|
2845
3155
|
*/
|
|
2846
3156
|
replayTransitionIn() {
|
|
2847
|
-
this.i.
|
|
3157
|
+
this.i.su();
|
|
2848
3158
|
}
|
|
2849
3159
|
notifySetItem(source_, index, oldItem, newItem) {
|
|
2850
|
-
this.i.
|
|
3160
|
+
this.i.r2(source_, index, oldItem, newItem);
|
|
2851
3161
|
}
|
|
2852
3162
|
/**
|
|
2853
3163
|
* Used to manually notify the chart that the data source has reset or cleared its items.
|
|
@@ -2860,13 +3170,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2860
3170
|
* ```
|
|
2861
3171
|
*/
|
|
2862
3172
|
notifyClearItems(source_) {
|
|
2863
|
-
this.i.
|
|
3173
|
+
this.i.ry(source_);
|
|
2864
3174
|
}
|
|
2865
3175
|
notifyInsertItem(source_, index, newItem) {
|
|
2866
|
-
this.i.
|
|
3176
|
+
this.i.rz(source_, index, newItem);
|
|
2867
3177
|
}
|
|
2868
3178
|
notifyRemoveItem(source_, index, oldItem) {
|
|
2869
|
-
this.i.
|
|
3179
|
+
this.i.r0(source_, index, oldItem);
|
|
2870
3180
|
}
|
|
2871
3181
|
/**
|
|
2872
3182
|
* Event raised when a series is initialized and added to this chart.
|
|
@@ -2894,6 +3204,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2894
3204
|
}
|
|
2895
3205
|
};
|
|
2896
3206
|
this.i.seriesAdded = delegateCombine(this.i.seriesAdded, this._seriesAdded_wrapped);
|
|
3207
|
+
;
|
|
2897
3208
|
}
|
|
2898
3209
|
/**
|
|
2899
3210
|
* Event raised when a series is removed from this chart.
|
|
@@ -2928,6 +3239,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2928
3239
|
}
|
|
2929
3240
|
};
|
|
2930
3241
|
this.i.seriesRemoved = delegateCombine(this.i.seriesRemoved, this._seriesRemoved_wrapped);
|
|
3242
|
+
;
|
|
2931
3243
|
}
|
|
2932
3244
|
/**
|
|
2933
3245
|
* Occurs when the pointer enters a Series.
|
|
@@ -2962,6 +3274,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2962
3274
|
}
|
|
2963
3275
|
};
|
|
2964
3276
|
this.i.seriesPointerEnter = delegateCombine(this.i.seriesPointerEnter, this._seriesPointerEnter_wrapped);
|
|
3277
|
+
;
|
|
2965
3278
|
}
|
|
2966
3279
|
/**
|
|
2967
3280
|
* Occurs when the pointer leaves a Series.
|
|
@@ -2996,6 +3309,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
2996
3309
|
}
|
|
2997
3310
|
};
|
|
2998
3311
|
this.i.seriesPointerLeave = delegateCombine(this.i.seriesPointerLeave, this._seriesPointerLeave_wrapped);
|
|
3312
|
+
;
|
|
2999
3313
|
}
|
|
3000
3314
|
/**
|
|
3001
3315
|
* Occurs when the pointer moves over a Series.
|
|
@@ -3030,6 +3344,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3030
3344
|
}
|
|
3031
3345
|
};
|
|
3032
3346
|
this.i.seriesPointerMove = delegateCombine(this.i.seriesPointerMove, this._seriesPointerMove_wrapped);
|
|
3347
|
+
;
|
|
3033
3348
|
}
|
|
3034
3349
|
/**
|
|
3035
3350
|
* Occurs when the pointer is pressed down over a Series.
|
|
@@ -3057,6 +3372,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3057
3372
|
}
|
|
3058
3373
|
};
|
|
3059
3374
|
this.i.seriesPointerDown = delegateCombine(this.i.seriesPointerDown, this._seriesPointerDown_wrapped);
|
|
3375
|
+
;
|
|
3060
3376
|
}
|
|
3061
3377
|
/**
|
|
3062
3378
|
* Occurs when the pointer is released over a Series.
|
|
@@ -3091,6 +3407,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3091
3407
|
}
|
|
3092
3408
|
};
|
|
3093
3409
|
this.i.seriesPointerUp = delegateCombine(this.i.seriesPointerUp, this._seriesPointerUp_wrapped);
|
|
3410
|
+
;
|
|
3094
3411
|
}
|
|
3095
3412
|
/**
|
|
3096
3413
|
* Occurs when the style of a callout is updated.
|
|
@@ -3116,6 +3433,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3116
3433
|
}
|
|
3117
3434
|
};
|
|
3118
3435
|
this.i.calloutStyleUpdating = delegateCombine(this.i.calloutStyleUpdating, this._calloutStyleUpdating_wrapped);
|
|
3436
|
+
;
|
|
3119
3437
|
}
|
|
3120
3438
|
/**
|
|
3121
3439
|
* Occurs when the style of a callout is updated.
|
|
@@ -3141,6 +3459,7 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
|
|
|
3141
3459
|
}
|
|
3142
3460
|
};
|
|
3143
3461
|
this.i.calloutRenderStyleUpdating = delegateCombine(this.i.calloutRenderStyleUpdating, this._calloutRenderStyleUpdating_wrapped);
|
|
3462
|
+
;
|
|
3144
3463
|
}
|
|
3145
3464
|
}
|
|
3146
3465
|
IgcDomainChartComponent._observedAttributesIgcDomainChartComponent = null;
|