igniteui-webcomponents-charts 3.2.0 → 3.2.3
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 +10356 -10171
- 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 +3 -3
- package/esm2015/lib/AnchoredCategorySeries_combined.js +117 -117
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +185 -185
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
- package/esm2015/lib/AnnotationLayerProxy.js +25 -25
- package/esm2015/lib/AnnotationLayer_combined.js +116 -116
- package/esm2015/lib/AreaSeries_combined.js +35 -35
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/BarSeries_combined.js +69 -69
- package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
- package/esm2015/lib/BollingerBandsOverlay_combined.js +77 -77
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +227 -227
- package/esm2015/lib/CalloutLayer_combined.js +404 -404
- package/esm2015/lib/CategoryBucketCalculator_combined.js +180 -180
- package/esm2015/lib/CategoryChart.js +13 -13
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +1 -1
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +49 -49
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +96 -96
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/CategoryToolTipLayer_combined.js +64 -64
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ColumnSeries_combined.js +50 -50
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +77 -77
- package/esm2015/lib/CustomIndicator.js +22 -22
- package/esm2015/lib/DataAbbreviator.js +2 -2
- package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +500 -463
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +11 -8
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +63 -63
- package/esm2015/lib/FinancialChart_combined.js +20 -20
- package/esm2015/lib/FinancialEventArgs_combined.js +509 -509
- package/esm2015/lib/FinancialIndicator_combined.js +168 -168
- package/esm2015/lib/FinancialOverlay.js +28 -28
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
- package/esm2015/lib/FinancialPriceSeries_combined.js +203 -203
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +388 -388
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +94 -94
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +36 -36
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IndicatorProxy.js +10 -10
- package/esm2015/lib/ItemLegend_combined.js +17 -5
- package/esm2015/lib/ItemToolTipLayer_combined.js +86 -68
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +29 -29
- 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/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OverlayProxy.js +7 -7
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +1 -0
- package/esm2015/lib/PointSeries_combined.js +13 -13
- package/esm2015/lib/PointerTooltip_combined.js +75 -65
- package/esm2015/lib/PolarAreaSeries_combined.js +19 -19
- package/esm2015/lib/PolarBase_combined.js +334 -334
- package/esm2015/lib/PolarLineSeriesBase_combined.js +46 -46
- package/esm2015/lib/PolarLineSeries_combined.js +18 -18
- package/esm2015/lib/PolarScatterSeries_combined.js +8 -8
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +20 -20
- package/esm2015/lib/PolarSplineSeries_combined.js +17 -17
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +61 -61
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +31 -31
- package/esm2015/lib/RadialBucketCalculator_combined.js +129 -129
- package/esm2015/lib/RadialColumnSeries_combined.js +37 -37
- package/esm2015/lib/RadialLineSeries_combined.js +28 -28
- package/esm2015/lib/RadialPieSeries_combined.js +35 -35
- package/esm2015/lib/RangeAreaSeries_combined.js +16 -16
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +77 -77
- package/esm2015/lib/RangeColumnSeries_combined.js +22 -22
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +110 -110
- package/esm2015/lib/ScatterBase_combined.js +380 -380
- package/esm2015/lib/ScatterContourSeries_combined.js +98 -98
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +43 -43
- package/esm2015/lib/ScatterLineSeriesView.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +194 -194
- package/esm2015/lib/ScatterPolylineSeries_combined.js +20 -20
- package/esm2015/lib/ScatterSeries_combined.js +11 -11
- package/esm2015/lib/ScatterSplineSeries.js +30 -30
- package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
- package/esm2015/lib/ScatterTriangulationSeries.js +141 -141
- package/esm2015/lib/SeriesInteractionManager.js +24 -16
- package/esm2015/lib/SeriesRenderManager.js +8 -8
- package/esm2015/lib/SeriesViewerInteractionManager.js +5 -5
- package/esm2015/lib/SeriesViewer_combined.js +497 -467
- package/esm2015/lib/SeriesVisualDataManager.js +2 -2
- package/esm2015/lib/ShapeSeriesBase_combined.js +264 -264
- package/esm2015/lib/SizeScale.js +2 -2
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +28 -28
- package/esm2015/lib/SplineSeriesBase_combined.js +101 -101
- package/esm2015/lib/SplineSeries_combined.js +20 -20
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +25 -23
- package/esm2015/lib/Stacked100BarSeries_combined.js +11 -11
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +25 -23
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +11 -11
- 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 +8 -8
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +850 -844
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +30 -30
- package/esm2015/lib/StepLineSeries_combined.js +31 -31
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TimeAxisBase.js +1 -1
- package/esm2015/lib/TimeXAxis.js +1 -1
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +96 -96
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +52 -52
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/WaterfallSeries_combined.js +88 -88
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/igc-anchored-category-series-component.js +15 -15
- package/esm2015/lib/igc-anchored-radial-series-component.js +25 -25
- package/esm2015/lib/igc-annotation-layer-component.js +15 -15
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +1 -1
- package/esm2015/lib/igc-bar-series-component.js +7 -7
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +6 -6
- package/esm2015/lib/igc-bubble-series-component.js +43 -43
- package/esm2015/lib/igc-callout-layer-component.js +94 -94
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +15 -15
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +10 -10
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-column-fragment-component.js +7 -7
- package/esm2015/lib/igc-column-series-component.js +10 -10
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-legend-component.js +4 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +367 -360
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-indicator-component.js +11 -11
- package/esm2015/lib/igc-financial-overlay-component.js +3 -3
- package/esm2015/lib/igc-financial-price-series-component.js +27 -27
- package/esm2015/lib/igc-financial-series-component.js +48 -48
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +1 -1
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +52 -52
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +4 -4
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +13 -13
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-item-legend-component.js +18 -0
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -15
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +71 -71
- package/esm2015/lib/igc-polar-line-series-component.js +3 -3
- package/esm2015/lib/igc-polar-spline-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-spline-series-component.js +3 -3
- package/esm2015/lib/igc-price-channel-overlay-component.js +3 -3
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +26 -26
- package/esm2015/lib/igc-radial-column-series-component.js +6 -6
- package/esm2015/lib/igc-radial-line-series-component.js +3 -3
- package/esm2015/lib/igc-radial-pie-series-component.js +6 -6
- package/esm2015/lib/igc-range-category-series-component.js +4 -4
- package/esm2015/lib/igc-range-column-series-component.js +7 -7
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +22 -22
- package/esm2015/lib/igc-scatter-base-component.js +43 -43
- package/esm2015/lib/igc-scatter-contour-series-component.js +27 -27
- package/esm2015/lib/igc-scatter-line-series-component.js +3 -3
- package/esm2015/lib/igc-scatter-polygon-series-component.js +37 -37
- package/esm2015/lib/igc-scatter-polyline-series-component.js +6 -6
- package/esm2015/lib/igc-scatter-spline-series-component.js +3 -3
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +34 -34
- package/esm2015/lib/igc-series-component.js +54 -47
- package/esm2015/lib/igc-shape-series-base-component.js +40 -40
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +6 -6
- package/esm2015/lib/igc-stacked-column-series-component.js +6 -6
- package/esm2015/lib/igc-stacked-series-base-component.js +10 -10
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +3 -3
- package/esm2015/lib/igc-stacked-spline-series-component.js +3 -3
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +48 -48
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +4 -4
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +14 -14
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/AnchoredCategorySeries_combined.js +116 -116
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +183 -183
- package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
- package/esm5/lib/AnnotationLayerProxy.js +25 -25
- package/esm5/lib/AnnotationLayer_combined.js +115 -115
- package/esm5/lib/AreaSeries_combined.js +35 -35
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/BarSeries_combined.js +69 -69
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +77 -77
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +230 -230
- package/esm5/lib/CalloutLayer_combined.js +405 -405
- package/esm5/lib/CategoryBucketCalculator_combined.js +180 -180
- package/esm5/lib/CategoryChart.js +13 -13
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +1 -1
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +48 -48
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +96 -96
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/CategoryToolTipLayer_combined.js +64 -64
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ColumnSeries_combined.js +49 -49
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +77 -77
- package/esm5/lib/CustomIndicator.js +22 -22
- package/esm5/lib/DataAbbreviator.js +1 -7
- package/esm5/lib/DataLegendVisualData_combined.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +505 -464
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +11 -8
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +63 -63
- package/esm5/lib/FinancialChart_combined.js +20 -20
- package/esm5/lib/FinancialEventArgs_combined.js +509 -509
- package/esm5/lib/FinancialIndicator_combined.js +167 -167
- package/esm5/lib/FinancialOverlay.js +28 -28
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
- package/esm5/lib/FinancialPriceSeries_combined.js +202 -202
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +389 -389
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +92 -92
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +36 -36
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IndicatorProxy.js +10 -10
- package/esm5/lib/ItemLegend_combined.js +25 -5
- package/esm5/lib/ItemToolTipLayer_combined.js +86 -68
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +29 -29
- 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/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OverlayProxy.js +7 -7
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +1 -0
- package/esm5/lib/PointSeries_combined.js +13 -13
- package/esm5/lib/PointerTooltip_combined.js +75 -65
- package/esm5/lib/PolarAreaSeries_combined.js +19 -19
- package/esm5/lib/PolarBase_combined.js +333 -333
- package/esm5/lib/PolarLineSeriesBase_combined.js +46 -46
- package/esm5/lib/PolarLineSeries_combined.js +18 -18
- package/esm5/lib/PolarScatterSeries_combined.js +8 -8
- package/esm5/lib/PolarSplineAreaSeries_combined.js +20 -20
- package/esm5/lib/PolarSplineSeries_combined.js +17 -17
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +61 -61
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +31 -31
- package/esm5/lib/RadialBucketCalculator_combined.js +129 -129
- package/esm5/lib/RadialColumnSeries_combined.js +37 -37
- package/esm5/lib/RadialLineSeries_combined.js +28 -28
- package/esm5/lib/RadialPieSeries_combined.js +35 -35
- package/esm5/lib/RangeAreaSeries_combined.js +16 -16
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +77 -77
- package/esm5/lib/RangeColumnSeries_combined.js +22 -22
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +108 -108
- package/esm5/lib/ScatterBase_combined.js +379 -379
- package/esm5/lib/ScatterContourSeries_combined.js +96 -96
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +43 -43
- package/esm5/lib/ScatterLineSeriesView.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +192 -192
- package/esm5/lib/ScatterPolylineSeries_combined.js +20 -20
- package/esm5/lib/ScatterSeries_combined.js +11 -11
- package/esm5/lib/ScatterSplineSeries.js +30 -30
- package/esm5/lib/ScatterSplineSeriesView.js +2 -2
- package/esm5/lib/ScatterTriangulationSeries.js +145 -145
- package/esm5/lib/SeriesInteractionManager.js +24 -16
- package/esm5/lib/SeriesRenderManager.js +8 -8
- package/esm5/lib/SeriesViewerInteractionManager.js +5 -5
- package/esm5/lib/SeriesViewer_combined.js +492 -462
- package/esm5/lib/SeriesVisualDataManager.js +2 -2
- package/esm5/lib/ShapeSeriesBase_combined.js +262 -262
- package/esm5/lib/SizeScale.js +2 -2
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +28 -28
- package/esm5/lib/SplineSeriesBase_combined.js +101 -101
- package/esm5/lib/SplineSeries_combined.js +20 -20
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +25 -23
- package/esm5/lib/Stacked100BarSeries_combined.js +11 -11
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +25 -23
- package/esm5/lib/Stacked100ColumnSeries_combined.js +11 -11
- 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 +8 -8
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +849 -843
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +30 -30
- package/esm5/lib/StepLineSeries_combined.js +31 -31
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TimeAxisBase.js +1 -1
- package/esm5/lib/TimeXAxis.js +1 -1
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +96 -96
- package/esm5/lib/VerticalAnchoredCategorySeries.js +52 -52
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/WaterfallSeries_combined.js +88 -88
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/igc-anchored-category-series-component.js +15 -15
- package/esm5/lib/igc-anchored-radial-series-component.js +25 -25
- package/esm5/lib/igc-annotation-layer-component.js +15 -15
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +1 -1
- package/esm5/lib/igc-bar-series-component.js +7 -7
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +6 -6
- package/esm5/lib/igc-bubble-series-component.js +43 -43
- package/esm5/lib/igc-callout-layer-component.js +94 -94
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +15 -15
- package/esm5/lib/igc-category-tool-tip-layer-component.js +10 -10
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-column-fragment-component.js +7 -7
- package/esm5/lib/igc-column-series-component.js +10 -10
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-legend-component.js +4 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +367 -360
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-indicator-component.js +11 -11
- package/esm5/lib/igc-financial-overlay-component.js +3 -3
- package/esm5/lib/igc-financial-price-series-component.js +27 -27
- package/esm5/lib/igc-financial-series-component.js +48 -48
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +1 -1
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +52 -52
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +4 -4
- package/esm5/lib/igc-horizontal-range-category-series-component.js +13 -13
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-item-legend-component.js +26 -0
- package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -15
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +71 -71
- package/esm5/lib/igc-polar-line-series-component.js +3 -3
- package/esm5/lib/igc-polar-spline-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-spline-series-component.js +3 -3
- package/esm5/lib/igc-price-channel-overlay-component.js +3 -3
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +26 -26
- package/esm5/lib/igc-radial-column-series-component.js +6 -6
- package/esm5/lib/igc-radial-line-series-component.js +3 -3
- package/esm5/lib/igc-radial-pie-series-component.js +6 -6
- package/esm5/lib/igc-range-category-series-component.js +4 -4
- package/esm5/lib/igc-range-column-series-component.js +7 -7
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +22 -22
- package/esm5/lib/igc-scatter-base-component.js +43 -43
- package/esm5/lib/igc-scatter-contour-series-component.js +27 -27
- package/esm5/lib/igc-scatter-line-series-component.js +3 -3
- package/esm5/lib/igc-scatter-polygon-series-component.js +37 -37
- package/esm5/lib/igc-scatter-polyline-series-component.js +6 -6
- package/esm5/lib/igc-scatter-spline-series-component.js +3 -3
- package/esm5/lib/igc-scatter-triangulation-series-component.js +34 -34
- package/esm5/lib/igc-series-component.js +54 -47
- package/esm5/lib/igc-shape-series-base-component.js +40 -40
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +6 -6
- package/esm5/lib/igc-stacked-column-series-component.js +6 -6
- package/esm5/lib/igc-stacked-series-base-component.js +10 -10
- package/esm5/lib/igc-stacked-spline-area-series-component.js +3 -3
- package/esm5/lib/igc-stacked-spline-series-component.js +3 -3
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +48 -48
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +4 -4
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +14 -14
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-charts.js +10369 -10198
- package/fesm5/igniteui-webcomponents-charts.js +10356 -10171
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +34 -34
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +36 -36
- package/lib/AnnotationLayer_combined.d.ts +31 -31
- package/lib/AreaSeries_combined.d.ts +6 -6
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +10 -10
- package/lib/BollingerBandWidthIndicator.d.ts +8 -8
- package/lib/BollingerBandsOverlay_combined.d.ts +10 -10
- package/lib/BubbleSeries_combined.d.ts +38 -38
- package/lib/CalloutLayer_combined.d.ts +83 -83
- package/lib/CategoryBucketCalculator_combined.d.ts +49 -49
- package/lib/CategoryHighlightLayer_combined.d.ts +14 -14
- package/lib/CategoryItemHighlightLayer_combined.d.ts +24 -24
- package/lib/CategoryToolTipLayer_combined.d.ts +13 -13
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ColumnSeries_combined.d.ts +10 -10
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +37 -37
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataAbbreviator.d.ts +1 -1
- package/lib/DataToolTipLayer_combined.d.ts +117 -115
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +25 -25
- package/lib/FinancialEventArgs_combined.d.ts +90 -90
- package/lib/FinancialIndicator_combined.d.ts +26 -26
- package/lib/FinancialOverlay.d.ts +4 -4
- package/lib/FinancialPriceSeries_combined.d.ts +30 -30
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +13 -13
- package/lib/HighDensityScatterSeries_combined.d.ts +74 -74
- package/lib/HorizontalAnchoredCategorySeries.d.ts +19 -19
- package/lib/HorizontalRangeCategorySeries.d.ts +10 -10
- package/lib/ItemLegend_combined.d.ts +4 -2
- package/lib/ItemToolTipLayer_combined.d.ts +17 -15
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +5 -5
- 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/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +4 -4
- package/lib/PointerTooltip_combined.d.ts +27 -25
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +81 -81
- package/lib/PolarLineSeriesBase_combined.d.ts +18 -18
- package/lib/PolarLineSeries_combined.d.ts +7 -7
- package/lib/PolarScatterSeries_combined.d.ts +3 -3
- package/lib/PolarSplineAreaSeries_combined.d.ts +7 -7
- package/lib/PolarSplineSeries_combined.d.ts +6 -6
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +8 -8
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +6 -6
- package/lib/RadialBucketCalculator_combined.d.ts +32 -32
- package/lib/RadialColumnSeries_combined.d.ts +5 -5
- package/lib/RadialLineSeries_combined.d.ts +6 -6
- package/lib/RadialPieSeries_combined.d.ts +6 -6
- package/lib/RangeAreaSeries_combined.d.ts +4 -4
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +14 -14
- package/lib/RangeColumnSeries_combined.d.ts +5 -5
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +21 -21
- package/lib/ScatterBase_combined.d.ts +80 -80
- package/lib/ScatterContourSeries_combined.d.ts +15 -15
- package/lib/ScatterLineSeries.d.ts +9 -9
- package/lib/ScatterPolygonSeries_combined.d.ts +36 -36
- package/lib/ScatterPolylineSeries_combined.d.ts +8 -8
- package/lib/ScatterSeries_combined.d.ts +3 -3
- package/lib/ScatterSplineSeries.d.ts +7 -7
- package/lib/ScatterTriangulationSeries.d.ts +29 -29
- package/lib/SeriesViewer_combined.d.ts +138 -137
- package/lib/ShapeSeriesBase_combined.d.ts +69 -69
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +5 -5
- package/lib/SplineSeriesBase_combined.d.ts +17 -17
- package/lib/SplineSeries_combined.d.ts +4 -4
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +5 -5
- package/lib/Stacked100ColumnSeries_combined.d.ts +5 -5
- 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 +2 -2
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +149 -149
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +6 -6
- package/lib/StepLineSeries_combined.d.ts +5 -5
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +19 -19
- 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 +31 -31
- package/lib/VerticalAnchoredCategorySeries.d.ts +13 -13
- package/lib/WaterfallSeries_combined.d.ts +13 -13
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/igc-data-tool-tip-layer-component.d.ts +5 -0
- package/lib/igc-item-legend-component.d.ts +8 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +5 -0
- package/lib/igc-series-component.d.ts +5 -0
- package/package.json +2 -2
|
@@ -430,7 +430,7 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
430
430
|
this.cq.bp(d);
|
|
431
431
|
d.cd = this;
|
|
432
432
|
d.b8 = this.actualSyncLink;
|
|
433
|
-
d.
|
|
433
|
+
d.m4();
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
}
|
|
@@ -589,13 +589,13 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
589
589
|
let d = this.series;
|
|
590
590
|
for (let e = 0; e < d.count; e++) {
|
|
591
591
|
let f = d._inner[e];
|
|
592
|
-
f.
|
|
592
|
+
f.l2();
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
595
|
else {
|
|
596
596
|
for (let g = 0; g < c.count; g++) {
|
|
597
597
|
let h = c._inner[g];
|
|
598
|
-
h.
|
|
598
|
+
h.l2();
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
601
|
if (!b) {
|
|
@@ -607,6 +607,7 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
607
607
|
this.lc();
|
|
608
608
|
for (let a = 0; a < this.series.count; a++) {
|
|
609
609
|
if (this.series._inner[a].dc) {
|
|
610
|
+
this.series._inner[a].ld();
|
|
610
611
|
}
|
|
611
612
|
}
|
|
612
613
|
}
|
|
@@ -937,14 +938,14 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
937
938
|
if (c == null) {
|
|
938
939
|
continue;
|
|
939
940
|
}
|
|
940
|
-
let d = b.
|
|
941
|
+
let d = b.m9;
|
|
941
942
|
if (d == null) {
|
|
942
943
|
continue;
|
|
943
944
|
}
|
|
944
945
|
if (c.containsChild(d)) {
|
|
945
946
|
c.removeChild(d);
|
|
946
947
|
}
|
|
947
|
-
if (!c.containsChild(d) && b.
|
|
948
|
+
if (!c.containsChild(d) && b.p3 != 1) {
|
|
948
949
|
c.addChildInOrder(d, b);
|
|
949
950
|
}
|
|
950
951
|
}
|
|
@@ -1019,10 +1020,10 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
1019
1020
|
this.om(b);
|
|
1020
1021
|
for (let e = 0; e < this.series.count; e++) {
|
|
1021
1022
|
let f = this.series._inner[e];
|
|
1022
|
-
f.
|
|
1023
|
+
f.m3(b);
|
|
1023
1024
|
if (f.isStacked) {
|
|
1024
1025
|
f.la((g) => {
|
|
1025
|
-
g.
|
|
1026
|
+
g.m3(b);
|
|
1026
1027
|
return true;
|
|
1027
1028
|
});
|
|
1028
1029
|
}
|
|
@@ -1404,7 +1405,7 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
1404
1405
|
}
|
|
1405
1406
|
ny() {
|
|
1406
1407
|
for (let a = 0; a < this.series.count; a++) {
|
|
1407
|
-
this.series._inner[a].
|
|
1408
|
+
this.series._inner[a].mi(false);
|
|
1408
1409
|
}
|
|
1409
1410
|
this.lb(false, false, true);
|
|
1410
1411
|
}
|
|
@@ -1867,7 +1868,7 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
1867
1868
|
case SeriesViewer.$$p[15]:
|
|
1868
1869
|
case SeriesViewer.$$p[13]:
|
|
1869
1870
|
for (let h of fromEnum(this.series)) {
|
|
1870
|
-
h.
|
|
1871
|
+
h.lk();
|
|
1871
1872
|
}
|
|
1872
1873
|
break;
|
|
1873
1874
|
case "HorizontalViewScrollbarCornerRadius":
|
|
@@ -1943,8 +1944,8 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
1943
1944
|
this.bk = c;
|
|
1944
1945
|
}
|
|
1945
1946
|
kt(a, b, c, d) {
|
|
1946
|
-
let e = a.
|
|
1947
|
-
let f = a.
|
|
1947
|
+
let e = a.ph(d);
|
|
1948
|
+
let f = a.pm(d, true, true);
|
|
1948
1949
|
if (isNaN_(f.x) || isNaN_(f.y)) {
|
|
1949
1950
|
return null;
|
|
1950
1951
|
}
|
|
@@ -2281,7 +2282,7 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
2281
2282
|
this.series.remove(a._inner[c]);
|
|
2282
2283
|
this.n3(a._inner[c].name, true);
|
|
2283
2284
|
a._inner[c].itemsSource = null;
|
|
2284
|
-
a._inner[c].
|
|
2285
|
+
a._inner[c].l5(null, null);
|
|
2285
2286
|
}
|
|
2286
2287
|
this.k6();
|
|
2287
2288
|
this.n5();
|
|
@@ -2625,7 +2626,7 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
2625
2626
|
ky() {
|
|
2626
2627
|
this.cq.bq();
|
|
2627
2628
|
for (let a = 0; a < this.series.count; a++) {
|
|
2628
|
-
this.series._inner[a].
|
|
2629
|
+
this.series._inner[a].ls();
|
|
2629
2630
|
}
|
|
2630
2631
|
}
|
|
2631
2632
|
eo() {
|
|
@@ -2689,16 +2690,37 @@ export let SeriesViewer = /*@__PURE__*/ (() => {
|
|
|
2689
2690
|
getDataLegendSeries() {
|
|
2690
2691
|
let a = 0;
|
|
2691
2692
|
for (let b = 0; b < this.series.count; b++) {
|
|
2692
|
-
if (this.series._inner[b].
|
|
2693
|
-
|
|
2693
|
+
if (this.series._inner[b].isStacked) {
|
|
2694
|
+
this.series._inner[b].la((c) => {
|
|
2695
|
+
if (c.isUsableInLegend) {
|
|
2696
|
+
a++;
|
|
2697
|
+
}
|
|
2698
|
+
return true;
|
|
2699
|
+
});
|
|
2700
|
+
}
|
|
2701
|
+
else {
|
|
2702
|
+
if (this.series._inner[b].isUsableInLegend) {
|
|
2703
|
+
a++;
|
|
2704
|
+
}
|
|
2694
2705
|
}
|
|
2695
2706
|
}
|
|
2696
2707
|
let c = new Array(a);
|
|
2697
2708
|
let d = 0;
|
|
2698
2709
|
for (let e = 0; e < this.series.count; e++) {
|
|
2699
|
-
if (this.series._inner[e].
|
|
2700
|
-
|
|
2701
|
-
|
|
2710
|
+
if (this.series._inner[e].isStacked) {
|
|
2711
|
+
this.series._inner[e].la((f) => {
|
|
2712
|
+
if (f.isUsableInLegend) {
|
|
2713
|
+
c[d] = f;
|
|
2714
|
+
d++;
|
|
2715
|
+
}
|
|
2716
|
+
return true;
|
|
2717
|
+
});
|
|
2718
|
+
}
|
|
2719
|
+
else {
|
|
2720
|
+
if (this.series._inner[e].isUsableInLegend) {
|
|
2721
|
+
c[d] = this.series._inner[e];
|
|
2722
|
+
d++;
|
|
2723
|
+
}
|
|
2702
2724
|
}
|
|
2703
2725
|
}
|
|
2704
2726
|
return c;
|
|
@@ -3034,7 +3056,7 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
|
|
|
3034
3056
|
d = false;
|
|
3035
3057
|
c.a.k(0, 0, a, b);
|
|
3036
3058
|
}
|
|
3037
|
-
e.
|
|
3059
|
+
e.mk(new Rect(0, 0, 0, a, b), c);
|
|
3038
3060
|
}
|
|
3039
3061
|
}
|
|
3040
3062
|
d5() {
|
|
@@ -3070,7 +3092,7 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
|
|
|
3070
3092
|
});
|
|
3071
3093
|
}
|
|
3072
3094
|
this.p.nw();
|
|
3073
|
-
a.
|
|
3095
|
+
a.l5(null, null);
|
|
3074
3096
|
this.dc();
|
|
3075
3097
|
}
|
|
3076
3098
|
dc() {
|
|
@@ -3100,7 +3122,7 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
|
|
|
3100
3122
|
}
|
|
3101
3123
|
}
|
|
3102
3124
|
aq(a) {
|
|
3103
|
-
a.
|
|
3125
|
+
a.l0(a.b0.bu, this.e9);
|
|
3104
3126
|
return this.g.contains(a);
|
|
3105
3127
|
}
|
|
3106
3128
|
get au() {
|
|
@@ -3120,13 +3142,13 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
|
|
|
3120
3142
|
}
|
|
3121
3143
|
this.p.nw();
|
|
3122
3144
|
}
|
|
3123
|
-
a.
|
|
3145
|
+
a.l5(this.y, this.x);
|
|
3124
3146
|
this.p.lj();
|
|
3125
3147
|
}
|
|
3126
3148
|
dt(a) {
|
|
3127
3149
|
this.x = a;
|
|
3128
3150
|
for (let b = 0; b < this.g.count; b++) {
|
|
3129
|
-
this.g._inner[b].
|
|
3151
|
+
this.g._inner[b].l5(this.y, this.x);
|
|
3130
3152
|
}
|
|
3131
3153
|
for (let c = 0; c < this.b.count; c++) {
|
|
3132
3154
|
this.b._inner[c].hw(this.y, this.x);
|
|
@@ -3629,7 +3651,7 @@ export let SeriesViewerView = /*@__PURE__*/ (() => {
|
|
|
3629
3651
|
if (x.b0.bu.equals1(this.e9) && !this.j.y()) {
|
|
3630
3652
|
continue;
|
|
3631
3653
|
}
|
|
3632
|
-
x.
|
|
3654
|
+
x.l0(x.b0.bu, this.e9);
|
|
3633
3655
|
}
|
|
3634
3656
|
this.ek();
|
|
3635
3657
|
this.dv(this.e9);
|
|
@@ -4451,13 +4473,13 @@ export let LegendTemplates = /*@__PURE__*/ (() => {
|
|
|
4451
4473
|
a.actualItemBrush = a.itemBrush;
|
|
4452
4474
|
}
|
|
4453
4475
|
else {
|
|
4454
|
-
a.actualItemBrush = b.
|
|
4476
|
+
a.actualItemBrush = b.o0;
|
|
4455
4477
|
}
|
|
4456
4478
|
if (b == null) {
|
|
4457
4479
|
a.outline = a.actualItemBrush;
|
|
4458
4480
|
}
|
|
4459
4481
|
else {
|
|
4460
|
-
a.outline = b.
|
|
4482
|
+
a.outline = b.o1;
|
|
4461
4483
|
}
|
|
4462
4484
|
}
|
|
4463
4485
|
static b(a, b, c) {
|
|
@@ -4552,9 +4574,9 @@ export let LegendTemplates = /*@__PURE__*/ (() => {
|
|
|
4552
4574
|
let g = c.actualItemBrush;
|
|
4553
4575
|
let h = c.itemBrush;
|
|
4554
4576
|
let i = c.series;
|
|
4555
|
-
let j = i.
|
|
4556
|
-
c.actualItemBrush = i.
|
|
4557
|
-
c.outline = i.
|
|
4577
|
+
let j = i.ne();
|
|
4578
|
+
c.actualItemBrush = i.o6();
|
|
4579
|
+
c.outline = i.o7();
|
|
4558
4580
|
if (i.a9 == 1) {
|
|
4559
4581
|
c.thickness = i.f2();
|
|
4560
4582
|
}
|
|
@@ -4604,7 +4626,7 @@ export let LegendTemplates = /*@__PURE__*/ (() => {
|
|
|
4604
4626
|
if (c.a9 == 0) {
|
|
4605
4627
|
let d = Defaults.v;
|
|
4606
4628
|
let e = b.actualItemBrush;
|
|
4607
|
-
let f = c.
|
|
4629
|
+
let f = c.o1;
|
|
4608
4630
|
let g = Defaults.w;
|
|
4609
4631
|
let h = Defaults.u;
|
|
4610
4632
|
LegendTemplates.u(a, d, f, e, 0, 0, g, h);
|
|
@@ -4612,7 +4634,7 @@ export let LegendTemplates = /*@__PURE__*/ (() => {
|
|
|
4612
4634
|
else {
|
|
4613
4635
|
let i = Defaults.v;
|
|
4614
4636
|
let j = b.actualItemBrush;
|
|
4615
|
-
let k = c.
|
|
4637
|
+
let k = c.o9();
|
|
4616
4638
|
let l = Defaults.w / 2;
|
|
4617
4639
|
let m = Defaults.w;
|
|
4618
4640
|
let n = Defaults.u;
|
|
@@ -5572,7 +5594,7 @@ export let SeriesViewerViewManager = /*@__PURE__*/ (() => {
|
|
|
5572
5594
|
j.a = d.d;
|
|
5573
5595
|
for (let k = 0; k < this.j.p.series.count; k++) {
|
|
5574
5596
|
let l = this.j.p.series._inner[k];
|
|
5575
|
-
l.
|
|
5597
|
+
l.mh(i, a, j, "tile", 1);
|
|
5576
5598
|
}
|
|
5577
5599
|
this.j.p.ak.i();
|
|
5578
5600
|
return d.c;
|
|
@@ -6854,9 +6876,9 @@ export let Axis = /*@__PURE__*/ (() => {
|
|
|
6854
6876
|
let g = new AxisRangeChangedEventArgs(0, 0, 0, 1, 1);
|
|
6855
6877
|
this.hi(g);
|
|
6856
6878
|
for (let h of fromEnum(this.dd)) {
|
|
6857
|
-
h.
|
|
6879
|
+
h.lf();
|
|
6858
6880
|
if (h.cd != null) {
|
|
6859
|
-
h.
|
|
6881
|
+
h.lp();
|
|
6860
6882
|
}
|
|
6861
6883
|
}
|
|
6862
6884
|
break;
|
|
@@ -9041,9 +9063,9 @@ export let CategoryAxisBase = /*@__PURE__*/ (() => {
|
|
|
9041
9063
|
f.event = delegateCombine(f.event, runOn(this, this.lu));
|
|
9042
9064
|
this.h7(false);
|
|
9043
9065
|
for (let g of fromEnum(this.da())) {
|
|
9044
|
-
g.
|
|
9066
|
+
g.mi(false);
|
|
9045
9067
|
if (g.cd != null) {
|
|
9046
|
-
g.
|
|
9068
|
+
g.lp();
|
|
9047
9069
|
}
|
|
9048
9070
|
}
|
|
9049
9071
|
if (this.bh != null && this.bh.ev) {
|
|
@@ -9055,7 +9077,7 @@ export let CategoryAxisBase = /*@__PURE__*/ (() => {
|
|
|
9055
9077
|
for (let h of fromEnum(this.da())) {
|
|
9056
9078
|
h.kx(true, h.b0);
|
|
9057
9079
|
if (h.cd != null) {
|
|
9058
|
-
h.
|
|
9080
|
+
h.lp();
|
|
9059
9081
|
}
|
|
9060
9082
|
}
|
|
9061
9083
|
}
|
|
@@ -9086,7 +9108,7 @@ export let CategoryAxisBase = /*@__PURE__*/ (() => {
|
|
|
9086
9108
|
i.ez = true;
|
|
9087
9109
|
let j = typeCast(IHasCategoryModePreference_$type, i);
|
|
9088
9110
|
if (j != null && j.preferredCategoryMode(this) == 2) {
|
|
9089
|
-
i.
|
|
9111
|
+
i.mi(false);
|
|
9090
9112
|
}
|
|
9091
9113
|
}
|
|
9092
9114
|
this.h7(false);
|
|
@@ -9103,7 +9125,7 @@ export let CategoryAxisBase = /*@__PURE__*/ (() => {
|
|
|
9103
9125
|
}
|
|
9104
9126
|
ls() {
|
|
9105
9127
|
for (let a of fromEnum(this.da())) {
|
|
9106
|
-
a.
|
|
9128
|
+
a.mi(false);
|
|
9107
9129
|
}
|
|
9108
9130
|
}
|
|
9109
9131
|
lu(a, b) {
|
|
@@ -9155,7 +9177,7 @@ export let CategoryAxisBase = /*@__PURE__*/ (() => {
|
|
|
9155
9177
|
for (let d of fromEnum(this.da())) {
|
|
9156
9178
|
let e = typeCast(IHasCategoryModePreference_$type, d);
|
|
9157
9179
|
if (e != null && e != c && e.preferredCategoryMode(this) == 2) {
|
|
9158
|
-
d.
|
|
9180
|
+
d.mi(false);
|
|
9159
9181
|
}
|
|
9160
9182
|
}
|
|
9161
9183
|
}
|
|
@@ -9173,7 +9195,7 @@ export let CategoryAxisBase = /*@__PURE__*/ (() => {
|
|
|
9173
9195
|
for (let d of fromEnum(this.da())) {
|
|
9174
9196
|
let e = typeCast(IHasCategoryModePreference_$type, d);
|
|
9175
9197
|
if (e != null) {
|
|
9176
|
-
d.
|
|
9198
|
+
d.mi(false);
|
|
9177
9199
|
}
|
|
9178
9200
|
}
|
|
9179
9201
|
}
|
|
@@ -10098,7 +10120,7 @@ export let NumericAxisBase = /*@__PURE__*/ (() => {
|
|
|
10098
10120
|
}
|
|
10099
10121
|
mz() {
|
|
10100
10122
|
for (let a of fromEnum(this.da())) {
|
|
10101
|
-
a.
|
|
10123
|
+
a.mi(false);
|
|
10102
10124
|
}
|
|
10103
10125
|
}
|
|
10104
10126
|
kq() {
|
|
@@ -11398,7 +11420,7 @@ export let XamDataChart = /*@__PURE__*/ (() => {
|
|
|
11398
11420
|
b.h6();
|
|
11399
11421
|
}
|
|
11400
11422
|
for (let c of fromEnum(this.series)) {
|
|
11401
|
-
c.
|
|
11423
|
+
c.mi(false);
|
|
11402
11424
|
}
|
|
11403
11425
|
}
|
|
11404
11426
|
}
|
|
@@ -11469,7 +11491,7 @@ export let XamDataChart = /*@__PURE__*/ (() => {
|
|
|
11469
11491
|
let a = new Thickness(1, 0, 0, 0, 0);
|
|
11470
11492
|
for (let b = 0; b < this.series.count; b++) {
|
|
11471
11493
|
let c = this.series._inner[b];
|
|
11472
|
-
let d = c.
|
|
11494
|
+
let d = c.p0();
|
|
11473
11495
|
a = new Thickness(1, Math.max(d.left, a.left), Math.max(d.top, a.top), Math.max(d.right, a.right), Math.max(d.bottom, a.bottom));
|
|
11474
11496
|
}
|
|
11475
11497
|
return a;
|
|
@@ -11478,7 +11500,7 @@ export let XamDataChart = /*@__PURE__*/ (() => {
|
|
|
11478
11500
|
let c = new Thickness(1, 0, 0, 0, 0);
|
|
11479
11501
|
for (let d = 0; d < this.series.count; d++) {
|
|
11480
11502
|
let e = this.series._inner[d];
|
|
11481
|
-
let f = e.
|
|
11503
|
+
let f = e.p2(a, b);
|
|
11482
11504
|
c = new Thickness(1, Math.max(f.left, c.left), Math.max(f.top, c.top), Math.max(f.right, c.right), Math.max(f.bottom, c.bottom));
|
|
11483
11505
|
}
|
|
11484
11506
|
return c;
|
|
@@ -11841,7 +11863,7 @@ export let XamDataChart = /*@__PURE__*/ (() => {
|
|
|
11841
11863
|
this.cq.dx(c);
|
|
11842
11864
|
if (c.dd != null) {
|
|
11843
11865
|
for (let d of fromEnum(c.da())) {
|
|
11844
|
-
d.
|
|
11866
|
+
d.mi(false);
|
|
11845
11867
|
}
|
|
11846
11868
|
}
|
|
11847
11869
|
}
|
|
@@ -11889,7 +11911,7 @@ export let XamDataChart = /*@__PURE__*/ (() => {
|
|
|
11889
11911
|
}
|
|
11890
11912
|
}
|
|
11891
11913
|
for (let g of fromEnum(c)) {
|
|
11892
|
-
g.
|
|
11914
|
+
g.mi(false);
|
|
11893
11915
|
}
|
|
11894
11916
|
}
|
|
11895
11917
|
v1(a, b) {
|
|
@@ -11912,7 +11934,7 @@ export let XamDataChart = /*@__PURE__*/ (() => {
|
|
|
11912
11934
|
for (let e of fromEnum(c.da())) {
|
|
11913
11935
|
e.ez = true;
|
|
11914
11936
|
this.lw();
|
|
11915
|
-
e.
|
|
11937
|
+
e.mi(d);
|
|
11916
11938
|
}
|
|
11917
11939
|
if (c.bh != null) {
|
|
11918
11940
|
for (let f of fromEnum(c.bh.series)) {
|
|
@@ -11948,7 +11970,7 @@ export let XamDataChart = /*@__PURE__*/ (() => {
|
|
|
11948
11970
|
}
|
|
11949
11971
|
for (let b of fromEnum(this.series)) {
|
|
11950
11972
|
b.b0.bj();
|
|
11951
|
-
b.
|
|
11973
|
+
b.mi(false);
|
|
11952
11974
|
}
|
|
11953
11975
|
}
|
|
11954
11976
|
getFontBrush() {
|
|
@@ -12648,13 +12670,13 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12648
12670
|
super();
|
|
12649
12671
|
this.b0 = null;
|
|
12650
12672
|
this.ho = 0;
|
|
12651
|
-
this.
|
|
12673
|
+
this.pq = null;
|
|
12652
12674
|
this.g8 = null;
|
|
12653
12675
|
this.cm = null;
|
|
12654
12676
|
this.a7 = null;
|
|
12655
12677
|
this.a5 = null;
|
|
12656
12678
|
this.ce = null;
|
|
12657
|
-
this.
|
|
12679
|
+
this.na = null;
|
|
12658
12680
|
this.fb = new Dictionary$2(String_$type, String_$type, 0);
|
|
12659
12681
|
this.fa = new Dictionary$2(String_$type, FastReflectionHelper.$, 0);
|
|
12660
12682
|
this.propertyChanged = null;
|
|
@@ -12674,7 +12696,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12674
12696
|
this.bd = null;
|
|
12675
12697
|
this.cl = null;
|
|
12676
12698
|
this.g5 = null;
|
|
12677
|
-
this.
|
|
12699
|
+
this.m7 = null;
|
|
12678
12700
|
this.a0 = null;
|
|
12679
12701
|
this.b6 = 0;
|
|
12680
12702
|
this.b5 = 0;
|
|
@@ -12685,8 +12707,8 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12685
12707
|
this.fk = NaN;
|
|
12686
12708
|
this.fl = NaN;
|
|
12687
12709
|
this.fm = NaN;
|
|
12688
|
-
this.o3 = null;
|
|
12689
12710
|
this.o4 = null;
|
|
12711
|
+
this.o5 = null;
|
|
12690
12712
|
this.f0 = DeviceUtils.g(2);
|
|
12691
12713
|
this.bj = 1;
|
|
12692
12714
|
this.fi = 0.2;
|
|
@@ -12703,7 +12725,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12703
12725
|
this.bn = 0;
|
|
12704
12726
|
this.bm = 0;
|
|
12705
12727
|
this.co = null;
|
|
12706
|
-
this.
|
|
12728
|
+
this.pg = { $type: Point_$type, x: NaN, y: NaN };
|
|
12707
12729
|
this.fo = NaN;
|
|
12708
12730
|
this.fp = NaN;
|
|
12709
12731
|
this.a4 = null;
|
|
@@ -12712,20 +12734,20 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12712
12734
|
DVContainer.instance.registerIfLoaded("VisualDataFactoryManager");
|
|
12713
12735
|
this.ho = Series.ha++;
|
|
12714
12736
|
this.ez = true;
|
|
12715
|
-
this.
|
|
12737
|
+
this.pq = Rect.empty;
|
|
12716
12738
|
this.b0 = this.bx();
|
|
12717
12739
|
this.b0.bu = Rect.empty;
|
|
12718
|
-
this.
|
|
12740
|
+
this.lz(this.b0);
|
|
12719
12741
|
this.b0.n = true;
|
|
12720
12742
|
this.b0.as();
|
|
12721
12743
|
this.b0.n = false;
|
|
12722
12744
|
this.ab = Series.$;
|
|
12723
12745
|
this.cl = (a, b) => {
|
|
12724
12746
|
if (this.cd == null || !this.cd.d4) {
|
|
12725
|
-
this.
|
|
12747
|
+
this.m6(b.oldRect, b.newRect);
|
|
12726
12748
|
}
|
|
12727
12749
|
};
|
|
12728
|
-
this.bd = (a, b) => this.
|
|
12750
|
+
this.bd = (a, b) => this.l4(a, b.propertyName, b.oldValue, b.newValue);
|
|
12729
12751
|
this.g5 = (a, b) => {
|
|
12730
12752
|
if (this.cd != null) {
|
|
12731
12753
|
this.ez = true;
|
|
@@ -12733,12 +12755,12 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12733
12755
|
}
|
|
12734
12756
|
this.k0(b.action, b.position, b.count, b.propertyName);
|
|
12735
12757
|
};
|
|
12736
|
-
this.propertyUpdated = delegateCombine(this.propertyUpdated, (a, b) => this.
|
|
12737
|
-
this.
|
|
12758
|
+
this.propertyUpdated = delegateCombine(this.propertyUpdated, (a, b) => this.l4(a, b.propertyName, b.oldValue, b.newValue));
|
|
12759
|
+
this.na = new Canvas();
|
|
12738
12760
|
this.ce = new DoubleAnimator(0, 1, this.hm);
|
|
12739
12761
|
let a = this.ce;
|
|
12740
12762
|
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.kp));
|
|
12741
|
-
this.g(Series.
|
|
12763
|
+
this.g(Series.ot, ((() => {
|
|
12742
12764
|
let $ret = new Binding(1, "Visibility");
|
|
12743
12765
|
$ret.d = this;
|
|
12744
12766
|
return $ret;
|
|
@@ -12768,11 +12790,11 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12768
12790
|
jr() {
|
|
12769
12791
|
return this.a6.a$r(this);
|
|
12770
12792
|
}
|
|
12771
|
-
|
|
12793
|
+
m0(a) {
|
|
12772
12794
|
}
|
|
12773
|
-
|
|
12795
|
+
mz(a) {
|
|
12774
12796
|
}
|
|
12775
|
-
|
|
12797
|
+
m1(a) {
|
|
12776
12798
|
}
|
|
12777
12799
|
kp(a, b) {
|
|
12778
12800
|
this.g0 = this.ce.o;
|
|
@@ -12812,16 +12834,16 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12812
12834
|
get dz() {
|
|
12813
12835
|
return DVContainer.instance.checkLoaded("InteractivityFactoryManager");
|
|
12814
12836
|
}
|
|
12815
|
-
|
|
12837
|
+
lz(a) {
|
|
12816
12838
|
}
|
|
12817
|
-
|
|
12839
|
+
lx() {
|
|
12818
12840
|
this.kq(this.a1, this.a1);
|
|
12819
12841
|
if (this.ck == null && this.b8 != null && this.itemsSource != null) {
|
|
12820
12842
|
this.ck = this.b8.getFastItemsSource(this.itemsSource);
|
|
12821
12843
|
}
|
|
12822
12844
|
this.b0.av();
|
|
12823
12845
|
}
|
|
12824
|
-
|
|
12846
|
+
ly() {
|
|
12825
12847
|
this.kw();
|
|
12826
12848
|
if (this.ck != null && this.b8 != null && this.itemsSource != null) {
|
|
12827
12849
|
this.ck = this.b8.releaseFastItemsSource(this.itemsSource);
|
|
@@ -12901,19 +12923,19 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12901
12923
|
hd(a) {
|
|
12902
12924
|
return -1;
|
|
12903
12925
|
}
|
|
12904
|
-
|
|
12926
|
+
p0() {
|
|
12905
12927
|
let a = 1;
|
|
12906
12928
|
let b = 1;
|
|
12907
12929
|
if (this.cd != null) {
|
|
12908
12930
|
a = this.cd.bt;
|
|
12909
12931
|
b = this.cd.bv;
|
|
12910
12932
|
}
|
|
12911
|
-
return this.
|
|
12933
|
+
return this.p1(a, b);
|
|
12912
12934
|
}
|
|
12913
|
-
|
|
12914
|
-
return this.
|
|
12935
|
+
p2(a, b) {
|
|
12936
|
+
return this.p1(a, b);
|
|
12915
12937
|
}
|
|
12916
|
-
|
|
12938
|
+
p1(a, b) {
|
|
12917
12939
|
return new Thickness(1, 0, 0, 0, 0);
|
|
12918
12940
|
}
|
|
12919
12941
|
bv() {
|
|
@@ -12962,11 +12984,11 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
12962
12984
|
jp() {
|
|
12963
12985
|
return null;
|
|
12964
12986
|
}
|
|
12965
|
-
o8() {
|
|
12966
|
-
return this.o2;
|
|
12967
|
-
}
|
|
12968
12987
|
o9() {
|
|
12969
|
-
return this.
|
|
12988
|
+
return this.o3;
|
|
12989
|
+
}
|
|
12990
|
+
pa() {
|
|
12991
|
+
return this.o8;
|
|
12970
12992
|
}
|
|
12971
12993
|
resolveLegendIndex() {
|
|
12972
12994
|
return this.index;
|
|
@@ -13280,14 +13302,14 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13280
13302
|
gj(a, b, c) {
|
|
13281
13303
|
return NaN;
|
|
13282
13304
|
}
|
|
13283
|
-
|
|
13305
|
+
pm(a, b, c) {
|
|
13284
13306
|
return { $type: Point_$type, x: NaN, y: NaN };
|
|
13285
13307
|
}
|
|
13286
|
-
|
|
13308
|
+
pv(a) {
|
|
13287
13309
|
return Rect.empty;
|
|
13288
13310
|
}
|
|
13289
13311
|
ak(a) {
|
|
13290
|
-
let b = this.
|
|
13312
|
+
let b = this.pv(a);
|
|
13291
13313
|
if (!b.isEmpty) {
|
|
13292
13314
|
let c = new Array(1);
|
|
13293
13315
|
c[0] = b;
|
|
@@ -13295,73 +13317,73 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13295
13317
|
}
|
|
13296
13318
|
return null;
|
|
13297
13319
|
}
|
|
13298
|
-
|
|
13299
|
-
return this.
|
|
13320
|
+
pw(a) {
|
|
13321
|
+
return this.pv(this.pp(a));
|
|
13300
13322
|
}
|
|
13301
13323
|
al(a) {
|
|
13302
|
-
return this.ak(this.
|
|
13324
|
+
return this.ak(this.pp(a));
|
|
13303
13325
|
}
|
|
13304
|
-
|
|
13326
|
+
px(a) {
|
|
13305
13327
|
return Rect.empty;
|
|
13306
13328
|
}
|
|
13307
|
-
|
|
13308
|
-
return this.
|
|
13329
|
+
py(a) {
|
|
13330
|
+
return this.px(this.pp(a));
|
|
13309
13331
|
}
|
|
13310
13332
|
ey(a, b) {
|
|
13311
13333
|
return this.a6.a$g(this, a, b);
|
|
13312
13334
|
}
|
|
13313
|
-
|
|
13335
|
+
po(a, b, c, d, e, f, g, h, i) {
|
|
13314
13336
|
return this.a6.a$al(this, a, b, c, d, e, f, g, h, i);
|
|
13315
13337
|
}
|
|
13316
13338
|
gf(a, b, c) {
|
|
13317
13339
|
return this.gj(a, b, c);
|
|
13318
13340
|
}
|
|
13319
|
-
|
|
13320
|
-
return this.
|
|
13341
|
+
pi(a, b, c) {
|
|
13342
|
+
return this.pm(a, b, c);
|
|
13321
13343
|
}
|
|
13322
13344
|
gh(a, b, c) {
|
|
13323
13345
|
return this.gj(a, b, c);
|
|
13324
13346
|
}
|
|
13325
|
-
|
|
13326
|
-
return this.
|
|
13347
|
+
pk(a, b, c) {
|
|
13348
|
+
return this.pm(a, b, c);
|
|
13327
13349
|
}
|
|
13328
|
-
|
|
13329
|
-
let d = this.
|
|
13330
|
-
return this.
|
|
13350
|
+
pn(a, b, c) {
|
|
13351
|
+
let d = this.pp(a);
|
|
13352
|
+
return this.pm(d, b, c);
|
|
13331
13353
|
}
|
|
13332
13354
|
gk(a, b, c) {
|
|
13333
|
-
let d = this.
|
|
13355
|
+
let d = this.pp(a);
|
|
13334
13356
|
return this.gj(d, b, c);
|
|
13335
13357
|
}
|
|
13336
|
-
|
|
13337
|
-
let d = this.
|
|
13338
|
-
return this.
|
|
13358
|
+
pj(a, b, c) {
|
|
13359
|
+
let d = this.pp(a);
|
|
13360
|
+
return this.pi(d, b, c);
|
|
13339
13361
|
}
|
|
13340
13362
|
gg(a, b, c) {
|
|
13341
|
-
let d = this.
|
|
13363
|
+
let d = this.pp(a);
|
|
13342
13364
|
return this.gf(d, b, c);
|
|
13343
13365
|
}
|
|
13344
|
-
|
|
13345
|
-
let d = this.
|
|
13346
|
-
return this.
|
|
13366
|
+
pl(a, b, c) {
|
|
13367
|
+
let d = this.pp(a);
|
|
13368
|
+
return this.pk(d, b, c);
|
|
13347
13369
|
}
|
|
13348
13370
|
gi(a, b, c) {
|
|
13349
|
-
let d = this.
|
|
13371
|
+
let d = this.pp(a);
|
|
13350
13372
|
return this.gh(d, b, c);
|
|
13351
13373
|
}
|
|
13352
13374
|
he(a) {
|
|
13353
|
-
let b = this.
|
|
13375
|
+
let b = this.pp(a);
|
|
13354
13376
|
return this.hd(b);
|
|
13355
13377
|
}
|
|
13356
13378
|
ga() {
|
|
13357
13379
|
return 0;
|
|
13358
13380
|
}
|
|
13359
13381
|
f6(a) {
|
|
13360
|
-
let b = this.
|
|
13382
|
+
let b = this.pp(a);
|
|
13361
13383
|
return this.f5(b);
|
|
13362
13384
|
}
|
|
13363
13385
|
hu(a) {
|
|
13364
|
-
let b = this.
|
|
13386
|
+
let b = this.pp(a);
|
|
13365
13387
|
return this.ht(b);
|
|
13366
13388
|
}
|
|
13367
13389
|
c1(a, b, c, d) {
|
|
@@ -13399,25 +13421,28 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13399
13421
|
}
|
|
13400
13422
|
ld() {
|
|
13401
13423
|
}
|
|
13402
|
-
|
|
13403
|
-
|
|
13424
|
+
le() {
|
|
13425
|
+
this.ld();
|
|
13404
13426
|
}
|
|
13405
13427
|
o6() {
|
|
13406
13428
|
return null;
|
|
13407
13429
|
}
|
|
13408
|
-
|
|
13430
|
+
o7() {
|
|
13431
|
+
return null;
|
|
13432
|
+
}
|
|
13433
|
+
ne() {
|
|
13409
13434
|
return null;
|
|
13410
13435
|
}
|
|
13411
13436
|
f2() {
|
|
13412
13437
|
return NaN;
|
|
13413
13438
|
}
|
|
13414
|
-
|
|
13439
|
+
pp(a) {
|
|
13415
13440
|
let b = this.cd != null ? this.cd.si : this.b0.bu;
|
|
13416
13441
|
let c = this.b0.bv;
|
|
13417
13442
|
let d = { $type: Point_$type, x: c.left + c.width * (a.x - b.left) / b.width, y: c.top + c.height * (a.y - b.top) / b.height };
|
|
13418
13443
|
return d;
|
|
13419
13444
|
}
|
|
13420
|
-
|
|
13445
|
+
ph(a) {
|
|
13421
13446
|
let b = this.cd != null ? this.cd.si : this.b0.bu;
|
|
13422
13447
|
let c = this.b0.bv;
|
|
13423
13448
|
let d = b.left + (a.x - c.left) / c.width * b.width;
|
|
@@ -13428,7 +13453,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13428
13453
|
let c = this.b0.c(a);
|
|
13429
13454
|
let d = c != null ? c.item : null;
|
|
13430
13455
|
if (d == null) {
|
|
13431
|
-
let e = this.
|
|
13456
|
+
let e = this.pp(b);
|
|
13432
13457
|
d = this.ht(e);
|
|
13433
13458
|
}
|
|
13434
13459
|
return d;
|
|
@@ -13487,35 +13512,35 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13487
13512
|
}
|
|
13488
13513
|
k6() {
|
|
13489
13514
|
if (isNaN_(this.fy)) {
|
|
13490
|
-
let a = this.
|
|
13515
|
+
let a = this.p2(1, 1);
|
|
13491
13516
|
this.fy = a.top;
|
|
13492
13517
|
if (isNaN_(this.fy)) {
|
|
13493
13518
|
this.fy = 0;
|
|
13494
13519
|
}
|
|
13495
13520
|
}
|
|
13496
13521
|
if (isNaN_(this.fv)) {
|
|
13497
|
-
let b = this.
|
|
13522
|
+
let b = this.p2(1, 1);
|
|
13498
13523
|
this.fv = b.bottom;
|
|
13499
13524
|
if (isNaN_(this.fv)) {
|
|
13500
13525
|
this.fv = 0;
|
|
13501
13526
|
}
|
|
13502
13527
|
}
|
|
13503
13528
|
if (isNaN_(this.fw)) {
|
|
13504
|
-
let c = this.
|
|
13529
|
+
let c = this.p2(1, 1);
|
|
13505
13530
|
this.fw = c.left;
|
|
13506
13531
|
if (isNaN_(this.fw)) {
|
|
13507
13532
|
this.fw = 0;
|
|
13508
13533
|
}
|
|
13509
13534
|
}
|
|
13510
13535
|
if (isNaN_(this.fx)) {
|
|
13511
|
-
let d = this.
|
|
13536
|
+
let d = this.p2(1, 1);
|
|
13512
13537
|
this.fx = d.right;
|
|
13513
13538
|
if (isNaN_(this.fx)) {
|
|
13514
13539
|
this.fx = 0;
|
|
13515
13540
|
}
|
|
13516
13541
|
}
|
|
13517
13542
|
}
|
|
13518
|
-
|
|
13543
|
+
mi(a) {
|
|
13519
13544
|
this.es = false;
|
|
13520
13545
|
if (this.cd != null) {
|
|
13521
13546
|
this.cd.ap.ac(0, this, this.as, a);
|
|
@@ -13528,10 +13553,10 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13528
13553
|
}
|
|
13529
13554
|
}
|
|
13530
13555
|
k3(a) {
|
|
13531
|
-
this.
|
|
13556
|
+
this.mj(a);
|
|
13532
13557
|
this.es = false;
|
|
13533
13558
|
}
|
|
13534
|
-
|
|
13559
|
+
mj(a) {
|
|
13535
13560
|
if (this.e2 && !this.eq()) {
|
|
13536
13561
|
this.e1 = false;
|
|
13537
13562
|
}
|
|
@@ -13544,7 +13569,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13544
13569
|
}
|
|
13545
13570
|
ky() {
|
|
13546
13571
|
}
|
|
13547
|
-
|
|
13572
|
+
mk(a, b) {
|
|
13548
13573
|
if (this.bz == null) {
|
|
13549
13574
|
this.bz = this.bx();
|
|
13550
13575
|
this.bz.q = true;
|
|
@@ -13556,7 +13581,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13556
13581
|
}
|
|
13557
13582
|
this.bz.bu = a;
|
|
13558
13583
|
}
|
|
13559
|
-
|
|
13584
|
+
mh(a, b, c, d, e) {
|
|
13560
13585
|
this.a6.a$t(this, a, b, d, e);
|
|
13561
13586
|
}
|
|
13562
13587
|
getEffectiveViewport1(a) {
|
|
@@ -13575,7 +13600,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13575
13600
|
}
|
|
13576
13601
|
return this.cd.sj;
|
|
13577
13602
|
}
|
|
13578
|
-
|
|
13603
|
+
pr(a) {
|
|
13579
13604
|
if (this.cd == null || this.cd.si.isEmpty) {
|
|
13580
13605
|
return a.bu;
|
|
13581
13606
|
}
|
|
@@ -13595,13 +13620,13 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13595
13620
|
}
|
|
13596
13621
|
return this.cd.si;
|
|
13597
13622
|
}
|
|
13598
|
-
|
|
13599
|
-
if (!this.
|
|
13623
|
+
pu(a) {
|
|
13624
|
+
if (!this.pz.equals1(a)) {
|
|
13600
13625
|
return Rect.empty;
|
|
13601
13626
|
}
|
|
13602
13627
|
return this.getEffectiveViewport();
|
|
13603
13628
|
}
|
|
13604
|
-
|
|
13629
|
+
pt(a) {
|
|
13605
13630
|
if (this.cd == null || this.cd.sj.isEmpty) {
|
|
13606
13631
|
return Rect.empty;
|
|
13607
13632
|
}
|
|
@@ -13616,8 +13641,8 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13616
13641
|
getEffectiveViewport() {
|
|
13617
13642
|
return this.getEffectiveViewport1(this.b0);
|
|
13618
13643
|
}
|
|
13619
|
-
|
|
13620
|
-
this.
|
|
13644
|
+
mc() {
|
|
13645
|
+
this.md(null);
|
|
13621
13646
|
}
|
|
13622
13647
|
get_c2() {
|
|
13623
13648
|
return false;
|
|
@@ -13631,12 +13656,12 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13631
13656
|
get c5() {
|
|
13632
13657
|
return this.get_c5();
|
|
13633
13658
|
}
|
|
13634
|
-
|
|
13659
|
+
md(a) {
|
|
13635
13660
|
if (this.dz) {
|
|
13636
13661
|
this.a6.a$ae(this, a);
|
|
13637
13662
|
}
|
|
13638
13663
|
}
|
|
13639
|
-
|
|
13664
|
+
me(a) {
|
|
13640
13665
|
if (this.dz) {
|
|
13641
13666
|
this.a6.a$af(this, a, this.cd);
|
|
13642
13667
|
}
|
|
@@ -13675,9 +13700,9 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13675
13700
|
}
|
|
13676
13701
|
return false;
|
|
13677
13702
|
}
|
|
13678
|
-
|
|
13703
|
+
l0(a, b) {
|
|
13679
13704
|
this.b0.bu = b;
|
|
13680
|
-
this.
|
|
13705
|
+
this.m5(a, b);
|
|
13681
13706
|
if (this.cd != null) {
|
|
13682
13707
|
this.cd.ap.ae(0, this, this.as, b);
|
|
13683
13708
|
if (a.isEmpty || a.width == 0 || a.height == 0) {
|
|
@@ -13685,9 +13710,9 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13685
13710
|
}
|
|
13686
13711
|
}
|
|
13687
13712
|
}
|
|
13688
|
-
|
|
13713
|
+
m6(a, b) {
|
|
13689
13714
|
}
|
|
13690
|
-
|
|
13715
|
+
m5(a, b) {
|
|
13691
13716
|
}
|
|
13692
13717
|
get ez() {
|
|
13693
13718
|
return this.cs;
|
|
@@ -13698,18 +13723,18 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13698
13723
|
k8(a) {
|
|
13699
13724
|
a.k4();
|
|
13700
13725
|
}
|
|
13701
|
-
|
|
13726
|
+
lq() {
|
|
13702
13727
|
this.et = false;
|
|
13703
13728
|
this.ez = true;
|
|
13704
13729
|
if (this.cd != null) {
|
|
13705
13730
|
this.cd.lx();
|
|
13706
13731
|
}
|
|
13707
13732
|
}
|
|
13708
|
-
|
|
13709
|
-
this.
|
|
13710
|
-
this.
|
|
13733
|
+
lk() {
|
|
13734
|
+
this.mw();
|
|
13735
|
+
this.l1();
|
|
13711
13736
|
}
|
|
13712
|
-
|
|
13737
|
+
lp() {
|
|
13713
13738
|
this.et = false;
|
|
13714
13739
|
this.ez = true;
|
|
13715
13740
|
if (this.cd != null) {
|
|
@@ -13728,25 +13753,25 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13728
13753
|
get isUsableInLegend() {
|
|
13729
13754
|
return this.get_isUsableInLegend();
|
|
13730
13755
|
}
|
|
13731
|
-
|
|
13756
|
+
lv() {
|
|
13732
13757
|
this.b0.ao();
|
|
13733
13758
|
}
|
|
13734
|
-
|
|
13735
|
-
this.
|
|
13759
|
+
lr() {
|
|
13760
|
+
this.l1();
|
|
13736
13761
|
}
|
|
13737
|
-
|
|
13762
|
+
l1() {
|
|
13738
13763
|
this.b0.az();
|
|
13739
|
-
this.
|
|
13740
|
-
this.
|
|
13764
|
+
this.l3(false);
|
|
13765
|
+
this.mx();
|
|
13741
13766
|
}
|
|
13742
|
-
|
|
13767
|
+
l2() {
|
|
13743
13768
|
this.b0.az();
|
|
13744
|
-
this.
|
|
13769
|
+
this.l3(true);
|
|
13745
13770
|
}
|
|
13746
13771
|
em() {
|
|
13747
13772
|
return false;
|
|
13748
13773
|
}
|
|
13749
|
-
|
|
13774
|
+
l3(a) {
|
|
13750
13775
|
if (this.as == null || this.as.c) {
|
|
13751
13776
|
return;
|
|
13752
13777
|
}
|
|
@@ -13760,13 +13785,13 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13760
13785
|
this.k3(false);
|
|
13761
13786
|
}
|
|
13762
13787
|
else {
|
|
13763
|
-
this.
|
|
13788
|
+
this.mi(false);
|
|
13764
13789
|
this.es = !this.em();
|
|
13765
13790
|
}
|
|
13766
13791
|
}
|
|
13767
13792
|
if (e) {
|
|
13768
13793
|
if (!this.ez) {
|
|
13769
|
-
this.
|
|
13794
|
+
this.lp();
|
|
13770
13795
|
this.et = true;
|
|
13771
13796
|
}
|
|
13772
13797
|
}
|
|
@@ -13791,20 +13816,20 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13791
13816
|
super.w(a, b);
|
|
13792
13817
|
this.raisePropertyChanged("Visibility", enumGetBox(Visibility_$type, a), enumGetBox(Visibility_$type, b));
|
|
13793
13818
|
}
|
|
13794
|
-
|
|
13819
|
+
lu() {
|
|
13795
13820
|
}
|
|
13796
|
-
|
|
13821
|
+
l4(a, b, c, d) {
|
|
13797
13822
|
switch (b) {
|
|
13798
13823
|
case "SyncLink":
|
|
13799
13824
|
if (typeCast(SyncLink.$, c) !== null) {
|
|
13800
13825
|
let e = c;
|
|
13801
13826
|
e.propertyUpdated = delegateRemove(e.propertyUpdated, this.bd);
|
|
13802
|
-
this.
|
|
13827
|
+
this.mb(typeCast(IFastItemsSourceProvider_$type, c));
|
|
13803
13828
|
}
|
|
13804
13829
|
if (typeCast(SyncLink.$, d) !== null) {
|
|
13805
13830
|
let f = d;
|
|
13806
13831
|
f.propertyUpdated = delegateCombine(f.propertyUpdated, this.bd);
|
|
13807
|
-
this.
|
|
13832
|
+
this.ma(typeCast(IFastItemsSourceProvider_$type, d));
|
|
13808
13833
|
}
|
|
13809
13834
|
if (this.index == -1) {
|
|
13810
13835
|
this.index = XamDataChart.u1(this);
|
|
@@ -13812,9 +13837,9 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13812
13837
|
break;
|
|
13813
13838
|
case Series.$$p[25]:
|
|
13814
13839
|
this.bs = this.bu();
|
|
13815
|
-
this.
|
|
13840
|
+
this.mv();
|
|
13816
13841
|
this.k4();
|
|
13817
|
-
this.
|
|
13842
|
+
this.l1();
|
|
13818
13843
|
break;
|
|
13819
13844
|
case SeriesViewer.$$p[1]:
|
|
13820
13845
|
case SeriesViewer.$$p[15]:
|
|
@@ -13835,7 +13860,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13835
13860
|
let i = c;
|
|
13836
13861
|
i.propertyUpdated = delegateRemove(i.propertyUpdated, this.bd);
|
|
13837
13862
|
c.ap.ad(0, this);
|
|
13838
|
-
this.
|
|
13863
|
+
this.md(c);
|
|
13839
13864
|
this.b0.ak(c);
|
|
13840
13865
|
}
|
|
13841
13866
|
if (typeCast(SeriesViewer.$, d) !== null) {
|
|
@@ -13849,7 +13874,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13849
13874
|
this.as = d.ap.k(0, this, runOn(this, this.k3));
|
|
13850
13875
|
this.b0.ag(d);
|
|
13851
13876
|
this.bk = this.bl();
|
|
13852
|
-
this.
|
|
13877
|
+
this.mt();
|
|
13853
13878
|
if (this.eg) {
|
|
13854
13879
|
this.ft = this.gu();
|
|
13855
13880
|
}
|
|
@@ -13861,7 +13886,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13861
13886
|
this.ce.w();
|
|
13862
13887
|
}
|
|
13863
13888
|
if (this.index != -1) {
|
|
13864
|
-
this.
|
|
13889
|
+
this.mw();
|
|
13865
13890
|
}
|
|
13866
13891
|
if (this.index == -1 || d == null) {
|
|
13867
13892
|
this.index = XamDataChart.u1(this);
|
|
@@ -13886,11 +13911,11 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13886
13911
|
case "LegendItemTemplate":
|
|
13887
13912
|
case Series.$$p[20]:
|
|
13888
13913
|
case Series.$$p[19]:
|
|
13889
|
-
this.
|
|
13890
|
-
this.
|
|
13914
|
+
this.mw();
|
|
13915
|
+
this.l1();
|
|
13891
13916
|
break;
|
|
13892
13917
|
case Series.$$p[22]:
|
|
13893
|
-
this.
|
|
13918
|
+
this.mu();
|
|
13894
13919
|
break;
|
|
13895
13920
|
case Series.$$p[5]:
|
|
13896
13921
|
case Series.$$p[9]:
|
|
@@ -13898,62 +13923,62 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13898
13923
|
case Series.$$p[10]:
|
|
13899
13924
|
case Series.$$p[11]:
|
|
13900
13925
|
this.k4();
|
|
13901
|
-
this.
|
|
13926
|
+
this.l1();
|
|
13902
13927
|
break;
|
|
13903
13928
|
case "Index":
|
|
13904
13929
|
if (typeGetValue(c) != typeGetValue(d)) {
|
|
13905
|
-
this.
|
|
13930
|
+
this.lu();
|
|
13906
13931
|
this.bs = this.bu();
|
|
13932
|
+
this.mv();
|
|
13907
13933
|
this.mu();
|
|
13908
|
-
this.mt();
|
|
13909
13934
|
this.k4();
|
|
13910
|
-
this.
|
|
13935
|
+
this.l1();
|
|
13911
13936
|
}
|
|
13912
13937
|
break;
|
|
13913
13938
|
case "RadiusX":
|
|
13914
13939
|
case "RadiusY":
|
|
13915
13940
|
case "RoundedCornersLocation":
|
|
13916
|
-
this.
|
|
13941
|
+
this.l1();
|
|
13917
13942
|
break;
|
|
13918
13943
|
case Series.$$p[8]:
|
|
13919
|
-
this.
|
|
13920
|
-
this.
|
|
13944
|
+
this.mt();
|
|
13945
|
+
this.l1();
|
|
13921
13946
|
break;
|
|
13922
13947
|
case Series.$$p[33]:
|
|
13923
13948
|
case Series.$$p[12]:
|
|
13924
13949
|
case Series.$$p[23]:
|
|
13925
|
-
this.
|
|
13950
|
+
this.l1();
|
|
13926
13951
|
break;
|
|
13927
13952
|
case Series.$$p[17]:
|
|
13928
|
-
this.
|
|
13929
|
-
this.
|
|
13953
|
+
this.lv();
|
|
13954
|
+
this.l1();
|
|
13930
13955
|
break;
|
|
13931
13956
|
case Series.$$p[43]:
|
|
13932
13957
|
case Series.$$p[29]:
|
|
13933
13958
|
case Series.$$p[28]:
|
|
13934
13959
|
case Series.$$p[30]:
|
|
13935
13960
|
case Series.$$p[31]:
|
|
13936
|
-
this.
|
|
13961
|
+
this.l1();
|
|
13937
13962
|
break;
|
|
13938
13963
|
case Series.$$p[34]:
|
|
13939
|
-
this.
|
|
13964
|
+
this.mv();
|
|
13940
13965
|
if (this.a9 == 1) {
|
|
13941
|
-
this.
|
|
13966
|
+
this.mx();
|
|
13942
13967
|
}
|
|
13943
13968
|
break;
|
|
13944
13969
|
case Series.$$p[2]:
|
|
13945
13970
|
case Series.$$p[3]:
|
|
13946
|
-
this.
|
|
13971
|
+
this.l1();
|
|
13947
13972
|
break;
|
|
13948
13973
|
case Series.$$p[1]:
|
|
13949
13974
|
case Series.$$p[6]:
|
|
13950
13975
|
case Series.$$p[7]:
|
|
13951
|
-
this.
|
|
13952
|
-
this.
|
|
13976
|
+
this.o4 = this.oz;
|
|
13977
|
+
this.o5 = this.o2;
|
|
13953
13978
|
this.f0 = this.fu;
|
|
13954
|
-
this.
|
|
13955
|
-
this.
|
|
13956
|
-
this.
|
|
13979
|
+
this.o1 = this.o2;
|
|
13980
|
+
this.o0 = this.oz;
|
|
13981
|
+
this.l1();
|
|
13957
13982
|
this.b0.bj();
|
|
13958
13983
|
if (this.toolTip != null && this.a5 != null) {
|
|
13959
13984
|
this.a6.a$aj(this, this.toolTip);
|
|
@@ -13964,14 +13989,14 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
13964
13989
|
break;
|
|
13965
13990
|
case "ItemsSource":
|
|
13966
13991
|
if (this.b8 != null) {
|
|
13967
|
-
this.
|
|
13992
|
+
this.ma(this.b8);
|
|
13968
13993
|
}
|
|
13969
13994
|
break;
|
|
13970
13995
|
case Series.$$p[13]:
|
|
13971
13996
|
if (c != d && d != null) {
|
|
13972
13997
|
this.e1 = true;
|
|
13973
13998
|
}
|
|
13974
|
-
this.
|
|
13999
|
+
this.lq();
|
|
13975
14000
|
if (typeCast(IFastItemsSource_$type, c) != null) {
|
|
13976
14001
|
let m = c;
|
|
13977
14002
|
m.event = delegateRemove(m.event, this.g5);
|
|
@@ -14009,7 +14034,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14009
14034
|
break;
|
|
14010
14035
|
case "CrosshairPoint":
|
|
14011
14036
|
if (this.cd != null) {
|
|
14012
|
-
this.
|
|
14037
|
+
this.m3(this.cd.r6);
|
|
14013
14038
|
}
|
|
14014
14039
|
if (this.cd != null) {
|
|
14015
14040
|
if (!this.cy) {
|
|
@@ -14021,8 +14046,8 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14021
14046
|
this.ft = this.gu();
|
|
14022
14047
|
break;
|
|
14023
14048
|
case "ActualResolution":
|
|
14024
|
-
this.
|
|
14025
|
-
this.
|
|
14049
|
+
this.mi(false);
|
|
14050
|
+
this.lp();
|
|
14026
14051
|
break;
|
|
14027
14052
|
case Series.$$p[47]:
|
|
14028
14053
|
this.fy = this.g4;
|
|
@@ -14041,21 +14066,21 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14041
14066
|
this.ce.w();
|
|
14042
14067
|
this.ce.r = this.hm;
|
|
14043
14068
|
this.ce.b = this.cf;
|
|
14044
|
-
this.
|
|
14069
|
+
this.mi(false);
|
|
14045
14070
|
break;
|
|
14046
14071
|
case "DiscreteLegendItemTemplate":
|
|
14047
|
-
this.
|
|
14072
|
+
this.mi(false);
|
|
14048
14073
|
break;
|
|
14049
14074
|
case "VisibilityProxy":
|
|
14050
14075
|
if (c != d) {
|
|
14051
|
-
this.
|
|
14076
|
+
this.mi(false);
|
|
14052
14077
|
}
|
|
14053
|
-
this.
|
|
14078
|
+
this.lp();
|
|
14054
14079
|
this.b0.bk();
|
|
14055
14080
|
break;
|
|
14056
14081
|
case Series.$$p[18]:
|
|
14057
14082
|
this.bk = this.bl();
|
|
14058
|
-
this.
|
|
14083
|
+
this.mi(false);
|
|
14059
14084
|
break;
|
|
14060
14085
|
case Series.$$p[14]:
|
|
14061
14086
|
this.fr = isNaN_(this.gp) ? 0.2 : this.gp;
|
|
@@ -14064,14 +14089,14 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14064
14089
|
this.k5();
|
|
14065
14090
|
break;
|
|
14066
14091
|
case "FinalValue":
|
|
14067
|
-
this.
|
|
14092
|
+
this.m2();
|
|
14068
14093
|
break;
|
|
14069
14094
|
case Series.$$p[48]:
|
|
14070
14095
|
this.b2 = this.b3();
|
|
14071
14096
|
break;
|
|
14072
14097
|
}
|
|
14073
14098
|
}
|
|
14074
|
-
|
|
14099
|
+
mv() {
|
|
14075
14100
|
let a = this.bs;
|
|
14076
14101
|
let b = this.gz;
|
|
14077
14102
|
if (isNaN_(b)) {
|
|
@@ -14085,7 +14110,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14085
14110
|
}
|
|
14086
14111
|
this.f0 = this.fu;
|
|
14087
14112
|
}
|
|
14088
|
-
|
|
14113
|
+
m3(a) {
|
|
14089
14114
|
if (this.cd != null && this.cd.ed && this.bk != 1 && this.cd.ea) {
|
|
14090
14115
|
if (isNaN_(a.x) || isNaN_(a.y)) {
|
|
14091
14116
|
this.a6.a$v(this, null, a, false, false, false, false, this.cd.bk == this, true);
|
|
@@ -14138,10 +14163,10 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14138
14163
|
this.cd = a;
|
|
14139
14164
|
}
|
|
14140
14165
|
get itemsSource() {
|
|
14141
|
-
return this.c(Series.
|
|
14166
|
+
return this.c(Series.n0);
|
|
14142
14167
|
}
|
|
14143
14168
|
set itemsSource(a) {
|
|
14144
|
-
this.h(Series.
|
|
14169
|
+
this.h(Series.n0, a);
|
|
14145
14170
|
}
|
|
14146
14171
|
k0(a, b, c, d) {
|
|
14147
14172
|
if (this.cd != null) {
|
|
@@ -14149,29 +14174,29 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14149
14174
|
}
|
|
14150
14175
|
}
|
|
14151
14176
|
get legend() {
|
|
14152
|
-
return this.c(Series.
|
|
14177
|
+
return this.c(Series.n6);
|
|
14153
14178
|
}
|
|
14154
14179
|
set legend(a) {
|
|
14155
|
-
this.h(Series.
|
|
14180
|
+
this.h(Series.n6, a);
|
|
14156
14181
|
}
|
|
14157
|
-
get
|
|
14158
|
-
if (this.
|
|
14159
|
-
this.
|
|
14182
|
+
get m9() {
|
|
14183
|
+
if (this.m7 == null && this.a1 != null) {
|
|
14184
|
+
this.m7 = this.m8();
|
|
14160
14185
|
}
|
|
14161
|
-
return this.
|
|
14186
|
+
return this.m7;
|
|
14162
14187
|
}
|
|
14163
|
-
set
|
|
14164
|
-
if (this.
|
|
14165
|
-
let b = this.
|
|
14166
|
-
this.
|
|
14167
|
-
this.raisePropertyChanged("LegendItem", b, this.
|
|
14188
|
+
set m9(a) {
|
|
14189
|
+
if (this.m9 != a) {
|
|
14190
|
+
let b = this.m9;
|
|
14191
|
+
this.m7 = a;
|
|
14192
|
+
this.raisePropertyChanged("LegendItem", b, this.m7);
|
|
14168
14193
|
}
|
|
14169
14194
|
}
|
|
14170
14195
|
h0() {
|
|
14171
|
-
return this.
|
|
14196
|
+
return this.m8();
|
|
14172
14197
|
}
|
|
14173
|
-
|
|
14174
|
-
let a = typeCast(ContentControl.$, this.
|
|
14198
|
+
m8() {
|
|
14199
|
+
let a = typeCast(ContentControl.$, this.m7);
|
|
14175
14200
|
let b = this.legendItemTemplate;
|
|
14176
14201
|
if (b == null) {
|
|
14177
14202
|
b = this.b0.bl(this.b6);
|
|
@@ -14204,80 +14229,80 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14204
14229
|
}
|
|
14205
14230
|
}
|
|
14206
14231
|
get legendItemBadgeTemplate() {
|
|
14207
|
-
return this.c(Series.
|
|
14232
|
+
return this.c(Series.n3);
|
|
14208
14233
|
}
|
|
14209
14234
|
set legendItemBadgeTemplate(a) {
|
|
14210
|
-
this.h(Series.
|
|
14235
|
+
this.h(Series.n3, a);
|
|
14211
14236
|
}
|
|
14212
|
-
|
|
14237
|
+
nd() {
|
|
14213
14238
|
return this.legendItemBadgeTemplate;
|
|
14214
14239
|
}
|
|
14215
14240
|
get legendItemTemplate() {
|
|
14216
|
-
return this.c(Series.
|
|
14241
|
+
return this.c(Series.n4);
|
|
14217
14242
|
}
|
|
14218
14243
|
set legendItemTemplate(a) {
|
|
14219
|
-
this.h(Series.
|
|
14244
|
+
this.h(Series.n4, a);
|
|
14220
14245
|
}
|
|
14221
|
-
get
|
|
14222
|
-
return this.c(Series.
|
|
14246
|
+
get nc() {
|
|
14247
|
+
return this.c(Series.nr);
|
|
14223
14248
|
}
|
|
14224
|
-
set
|
|
14225
|
-
this.h(Series.
|
|
14249
|
+
set nc(a) {
|
|
14250
|
+
this.h(Series.nr, a);
|
|
14226
14251
|
}
|
|
14227
14252
|
get index() {
|
|
14228
|
-
return typeGetValue(this.c(Series.
|
|
14253
|
+
return typeGetValue(this.c(Series.nv));
|
|
14229
14254
|
}
|
|
14230
14255
|
set index(a) {
|
|
14231
|
-
this.h(Series.
|
|
14256
|
+
this.h(Series.nv, a);
|
|
14232
14257
|
}
|
|
14233
|
-
|
|
14234
|
-
this.
|
|
14258
|
+
m4() {
|
|
14259
|
+
this.mw();
|
|
14235
14260
|
}
|
|
14236
14261
|
k4() {
|
|
14237
|
-
this.
|
|
14262
|
+
this.mw();
|
|
14238
14263
|
}
|
|
14239
|
-
|
|
14240
|
-
this.
|
|
14264
|
+
mw() {
|
|
14265
|
+
this.lp();
|
|
14241
14266
|
if (this.index < 0) {
|
|
14242
14267
|
return;
|
|
14243
14268
|
}
|
|
14244
|
-
if (this.
|
|
14269
|
+
if (this.o3 != null) {
|
|
14245
14270
|
this.b0.a7();
|
|
14246
14271
|
this.b0.ah();
|
|
14247
14272
|
}
|
|
14248
14273
|
else {
|
|
14249
|
-
this.
|
|
14274
|
+
this.oz = this.cd == null ? null : this.cd.rm(this.index);
|
|
14250
14275
|
}
|
|
14251
14276
|
if (this.bs == 2) {
|
|
14252
14277
|
this.b0.a8();
|
|
14253
|
-
this.
|
|
14278
|
+
this.o2 = this.oz;
|
|
14254
14279
|
}
|
|
14255
14280
|
else {
|
|
14256
|
-
if (this.
|
|
14281
|
+
if (this.o8 != null) {
|
|
14257
14282
|
this.b0.a8();
|
|
14258
14283
|
this.b0.ai();
|
|
14259
14284
|
}
|
|
14260
14285
|
else {
|
|
14261
|
-
this.
|
|
14286
|
+
this.o2 = this.cd == null ? null : this.cd.rs(this.index);
|
|
14262
14287
|
}
|
|
14263
14288
|
}
|
|
14264
14289
|
if ((this.ec || this.dv) && this.d8) {
|
|
14265
|
-
this.
|
|
14290
|
+
this.oz = this.o2;
|
|
14266
14291
|
}
|
|
14267
14292
|
else if ((this.ec || this.dv) && this.dd) {
|
|
14268
|
-
this.
|
|
14293
|
+
this.o2 = this.oz;
|
|
14269
14294
|
}
|
|
14270
14295
|
else if ((this.ec || this.dv) && this.d0) {
|
|
14271
|
-
this.
|
|
14296
|
+
this.o2 = this.oz;
|
|
14272
14297
|
}
|
|
14273
14298
|
else if (this.ei && this.legendItemBadgeShape == 2) {
|
|
14274
|
-
this.
|
|
14299
|
+
this.oz = this.o2;
|
|
14275
14300
|
}
|
|
14276
14301
|
}
|
|
14277
14302
|
cv() {
|
|
14278
14303
|
return this.ce.f();
|
|
14279
14304
|
}
|
|
14280
|
-
|
|
14305
|
+
mr() {
|
|
14281
14306
|
this.ce.v();
|
|
14282
14307
|
}
|
|
14283
14308
|
get ft() {
|
|
@@ -14371,13 +14396,13 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14371
14396
|
get dn() {
|
|
14372
14397
|
return this.get_dn();
|
|
14373
14398
|
}
|
|
14374
|
-
|
|
14399
|
+
mt() {
|
|
14375
14400
|
let a = (typeCast(XamDataChart.$, this.cd));
|
|
14376
14401
|
if (a != null) {
|
|
14377
14402
|
this.fq = isNaN_(this.fz) ? a.tf.fp : this.fz;
|
|
14378
14403
|
}
|
|
14379
14404
|
}
|
|
14380
|
-
|
|
14405
|
+
mu() {
|
|
14381
14406
|
this.fs = isNaN_(this.gq) ? this.gv() : this.gq;
|
|
14382
14407
|
}
|
|
14383
14408
|
gv() {
|
|
@@ -14424,19 +14449,19 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14424
14449
|
b9() {
|
|
14425
14450
|
return 1;
|
|
14426
14451
|
}
|
|
14427
|
-
|
|
14452
|
+
mg() {
|
|
14428
14453
|
this.b0.a3();
|
|
14429
14454
|
}
|
|
14430
|
-
|
|
14455
|
+
ml() {
|
|
14431
14456
|
this.e1 = true;
|
|
14432
|
-
this.
|
|
14457
|
+
this.mi(true);
|
|
14433
14458
|
}
|
|
14434
|
-
|
|
14459
|
+
mf() {
|
|
14435
14460
|
this.ku();
|
|
14436
14461
|
}
|
|
14437
14462
|
ku() {
|
|
14438
14463
|
}
|
|
14439
|
-
|
|
14464
|
+
lf() {
|
|
14440
14465
|
}
|
|
14441
14466
|
static *_fe(a, b, c) {
|
|
14442
14467
|
for (let d = b; d < c; d++) {
|
|
@@ -14452,8 +14477,8 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14452
14477
|
bh() {
|
|
14453
14478
|
return this.bg;
|
|
14454
14479
|
}
|
|
14455
|
-
|
|
14456
|
-
this.
|
|
14480
|
+
mm(a) {
|
|
14481
|
+
this.my(a);
|
|
14457
14482
|
}
|
|
14458
14483
|
gm() {
|
|
14459
14484
|
return this.hm;
|
|
@@ -14485,35 +14510,35 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14485
14510
|
ax(a, b, c) {
|
|
14486
14511
|
return null;
|
|
14487
14512
|
}
|
|
14488
|
-
|
|
14513
|
+
lw(a, b, c, d) {
|
|
14489
14514
|
this.a6.a$y(this, a, b, c, d);
|
|
14490
14515
|
}
|
|
14491
|
-
|
|
14516
|
+
mq(a) {
|
|
14492
14517
|
this.a6.a$ai(this, a);
|
|
14493
14518
|
}
|
|
14494
14519
|
kr(a, b) {
|
|
14495
|
-
if (this.a1 != null && this.
|
|
14496
|
-
if (b == null && this.a1.containsChild(this.
|
|
14497
|
-
this.a1.removeChild(this.
|
|
14520
|
+
if (this.a1 != null && this.m9 != null) {
|
|
14521
|
+
if (b == null && this.a1.containsChild(this.m9)) {
|
|
14522
|
+
this.a1.removeChild(this.m9);
|
|
14498
14523
|
}
|
|
14499
|
-
if (b != null && !this.a1.containsChild(this.
|
|
14500
|
-
this.a1.addChildInOrder(this.
|
|
14524
|
+
if (b != null && !this.a1.containsChild(this.m9) && this.p3 != 1) {
|
|
14525
|
+
this.a1.addChildInOrder(this.m9, this);
|
|
14501
14526
|
}
|
|
14502
14527
|
}
|
|
14503
14528
|
}
|
|
14504
14529
|
kw() {
|
|
14505
|
-
if (this.a1 == null || this.
|
|
14530
|
+
if (this.a1 == null || this.m9 == null) {
|
|
14506
14531
|
return;
|
|
14507
14532
|
}
|
|
14508
|
-
this.a1.removeChild(this.
|
|
14533
|
+
this.a1.removeChild(this.m9);
|
|
14509
14534
|
}
|
|
14510
14535
|
kq(a, b) {
|
|
14511
|
-
if (this.
|
|
14512
|
-
if (a != null && a.containsChild(this.
|
|
14513
|
-
a.removeChild(this.
|
|
14536
|
+
if (this.m9 != null) {
|
|
14537
|
+
if (a != null && a.containsChild(this.m9)) {
|
|
14538
|
+
a.removeChild(this.m9);
|
|
14514
14539
|
}
|
|
14515
|
-
if (this.cd != null && b != null && !b.containsChild(this.
|
|
14516
|
-
b.addChildInOrder(this.
|
|
14540
|
+
if (this.cd != null && b != null && !b.containsChild(this.m9) && this.p3 != 1) {
|
|
14541
|
+
b.addChildInOrder(this.m9, this);
|
|
14517
14542
|
}
|
|
14518
14543
|
}
|
|
14519
14544
|
}
|
|
@@ -14522,15 +14547,15 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14522
14547
|
if (a != null && this.a1.containsChild(a)) {
|
|
14523
14548
|
this.a1.removeChild(a);
|
|
14524
14549
|
}
|
|
14525
|
-
if (this.cd != null && b != null && this.
|
|
14550
|
+
if (this.cd != null && b != null && this.p3 != 1) {
|
|
14526
14551
|
this.a1.addChildInOrder(b, this);
|
|
14527
14552
|
}
|
|
14528
14553
|
}
|
|
14529
14554
|
}
|
|
14530
|
-
|
|
14555
|
+
mb(a) {
|
|
14531
14556
|
this.ck = a.releaseFastItemsSource(this.itemsSource);
|
|
14532
14557
|
}
|
|
14533
|
-
|
|
14558
|
+
ma(a) {
|
|
14534
14559
|
this.ck = a.getFastItemsSource(this.itemsSource);
|
|
14535
14560
|
}
|
|
14536
14561
|
a2() {
|
|
@@ -14553,7 +14578,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14553
14578
|
a.bz(this);
|
|
14554
14579
|
}
|
|
14555
14580
|
}
|
|
14556
|
-
|
|
14581
|
+
l9(a) {
|
|
14557
14582
|
if (a != null) {
|
|
14558
14583
|
a.cs(this);
|
|
14559
14584
|
}
|
|
@@ -14561,10 +14586,10 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14561
14586
|
bi() {
|
|
14562
14587
|
return this.b0.g();
|
|
14563
14588
|
}
|
|
14564
|
-
|
|
14589
|
+
my(a) {
|
|
14565
14590
|
this.b0.a9(a);
|
|
14566
14591
|
}
|
|
14567
|
-
|
|
14592
|
+
mp(a, b) {
|
|
14568
14593
|
this.a6.a$ah(this, a, b);
|
|
14569
14594
|
}
|
|
14570
14595
|
get_e5() {
|
|
@@ -14573,31 +14598,31 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14573
14598
|
get e5() {
|
|
14574
14599
|
return this.get_e5();
|
|
14575
14600
|
}
|
|
14576
|
-
|
|
14601
|
+
l5(a, b) {
|
|
14577
14602
|
this.b0.ar(a, b);
|
|
14578
14603
|
}
|
|
14579
|
-
|
|
14580
|
-
this.
|
|
14604
|
+
l7(a) {
|
|
14605
|
+
this.l0(this.pz, a);
|
|
14581
14606
|
}
|
|
14582
14607
|
lc(a) {
|
|
14583
14608
|
if (this.ck != null) {
|
|
14584
14609
|
this.ck.handleCollectionChanged(a);
|
|
14585
14610
|
}
|
|
14586
14611
|
}
|
|
14587
|
-
|
|
14612
|
+
ln(a, b, c) {
|
|
14588
14613
|
this.lc(new NotifyCollectionChangedEventArgs(2, 2, c, b, a));
|
|
14589
14614
|
}
|
|
14590
|
-
|
|
14615
|
+
lj() {
|
|
14591
14616
|
this.lc(new NotifyCollectionChangedEventArgs(0, 4));
|
|
14592
14617
|
}
|
|
14593
|
-
|
|
14618
|
+
ll(a, b) {
|
|
14594
14619
|
this.lc(new NotifyCollectionChangedEventArgs(1, 0, b, a));
|
|
14595
14620
|
}
|
|
14596
|
-
|
|
14621
|
+
lm(a, b) {
|
|
14597
14622
|
this.lc(new NotifyCollectionChangedEventArgs(1, 1, b, a));
|
|
14598
14623
|
}
|
|
14599
|
-
|
|
14600
|
-
this.
|
|
14624
|
+
ms() {
|
|
14625
|
+
this.mi(false);
|
|
14601
14626
|
}
|
|
14602
14627
|
ev(a, b) {
|
|
14603
14628
|
return false;
|
|
@@ -14683,7 +14708,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14683
14708
|
b = c.a;
|
|
14684
14709
|
return this.ck.registerColumnObject(a, b, this.expectFunctions);
|
|
14685
14710
|
}
|
|
14686
|
-
get
|
|
14711
|
+
get pz() {
|
|
14687
14712
|
return this.b0 != null ? this.b0.bu : Rect.empty;
|
|
14688
14713
|
}
|
|
14689
14714
|
get_d3() {
|
|
@@ -14698,32 +14723,32 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14698
14723
|
get d2() {
|
|
14699
14724
|
return this.get_d2();
|
|
14700
14725
|
}
|
|
14701
|
-
|
|
14726
|
+
mo(a) {
|
|
14702
14727
|
}
|
|
14703
|
-
|
|
14728
|
+
mn(a, b) {
|
|
14704
14729
|
}
|
|
14705
14730
|
kz(a, b) {
|
|
14706
14731
|
this.a8.copyVisualData(a, b);
|
|
14707
14732
|
}
|
|
14708
14733
|
hs() {
|
|
14709
|
-
let a = this.a8.exportVisualData(this, this.
|
|
14734
|
+
let a = this.a8.exportVisualData(this, this.pz);
|
|
14710
14735
|
this.k7(a);
|
|
14711
14736
|
this.b0.al(a);
|
|
14712
14737
|
return a;
|
|
14713
14738
|
}
|
|
14714
14739
|
k7(a) {
|
|
14715
14740
|
}
|
|
14716
|
-
|
|
14717
|
-
if (this.
|
|
14718
|
-
this.
|
|
14719
|
-
this.
|
|
14741
|
+
lh(a) {
|
|
14742
|
+
if (this.pg.x != a.x || this.pg.y != a.y) {
|
|
14743
|
+
this.pg = a;
|
|
14744
|
+
this.lt(a);
|
|
14720
14745
|
}
|
|
14721
14746
|
}
|
|
14722
|
-
|
|
14747
|
+
lt(a) {
|
|
14723
14748
|
}
|
|
14724
|
-
|
|
14749
|
+
li() {
|
|
14725
14750
|
}
|
|
14726
|
-
|
|
14751
|
+
lo() {
|
|
14727
14752
|
}
|
|
14728
14753
|
an(a) {
|
|
14729
14754
|
return null;
|
|
@@ -14776,7 +14801,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14776
14801
|
}
|
|
14777
14802
|
return NaN;
|
|
14778
14803
|
}
|
|
14779
|
-
|
|
14804
|
+
ls() {
|
|
14780
14805
|
}
|
|
14781
14806
|
get f1() {
|
|
14782
14807
|
return this.fo;
|
|
@@ -14798,7 +14823,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14798
14823
|
this.raisePropertyChanged("PercentChange", b, this.gs);
|
|
14799
14824
|
}
|
|
14800
14825
|
}
|
|
14801
|
-
|
|
14826
|
+
m2() {
|
|
14802
14827
|
let a = this.gc();
|
|
14803
14828
|
this.gs = (this.f1 - a) / a * 100;
|
|
14804
14829
|
}
|
|
@@ -14826,8 +14851,8 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14826
14851
|
get ij() {
|
|
14827
14852
|
return !stringIsNullOrWhiteSpace(this.cn.m) ? this.cn.m : "Radius";
|
|
14828
14853
|
}
|
|
14829
|
-
|
|
14830
|
-
this.
|
|
14854
|
+
mx() {
|
|
14855
|
+
this.nb = this.nd();
|
|
14831
14856
|
this.b0.bj();
|
|
14832
14857
|
}
|
|
14833
14858
|
am() {
|
|
@@ -14896,7 +14921,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
14896
14921
|
return this.ba(1);
|
|
14897
14922
|
}
|
|
14898
14923
|
getDataLegendBadge() {
|
|
14899
|
-
let a = this.
|
|
14924
|
+
let a = this.nd();
|
|
14900
14925
|
if (a == null) {
|
|
14901
14926
|
a = LegendTemplates.af(this);
|
|
14902
14927
|
}
|
|
@@ -15103,7 +15128,7 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
15103
15128
|
}
|
|
15104
15129
|
return null;
|
|
15105
15130
|
}
|
|
15106
|
-
|
|
15131
|
+
lg(message_) {
|
|
15107
15132
|
console.log('Series >> ' + message_);
|
|
15108
15133
|
;
|
|
15109
15134
|
}
|
|
@@ -15114,44 +15139,44 @@ export let Series = /*@__PURE__*/ (() => {
|
|
|
15114
15139
|
}
|
|
15115
15140
|
Series.$t = /*@__PURE__*/ markType(Series, 'Series', Control.$, [INotifyPropertyChanged_$type, IProvidesViewport_$type, ILegendSeries_$type, ILegendSeriesInternal_$type, ILegendOwner_$type, ILegendTemplateProvider_$type, IDataLegendSeries_$type]);
|
|
15116
15141
|
Series.ha = 0;
|
|
15117
|
-
Series.
|
|
15118
|
-
Series.
|
|
15142
|
+
Series.ot = /*@__PURE__*/ DependencyProperty.i("VisibilityProxy", Visibility_$type, Series.$, /*@__PURE__*/ new PropertyMetadata(2, /*@__PURE__*/ enumGetBox(Visibility_$type, 0), (a, b) => a.raisePropertyChanged("VisibilityProxy", b.oldValue, b.newValue)));
|
|
15143
|
+
Series.n0 = /*@__PURE__*/ DependencyProperty.i("ItemsSource", IEnumerable_$type, Series.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => {
|
|
15119
15144
|
let c = typeCast(Series.$, a);
|
|
15120
15145
|
if (c.b8 != null) {
|
|
15121
15146
|
c.b8.releaseFastItemsSource(b.oldValue);
|
|
15122
15147
|
}
|
|
15123
15148
|
a.raisePropertyChanged("ItemsSource", b.oldValue, b.newValue);
|
|
15124
15149
|
}));
|
|
15125
|
-
Series.
|
|
15150
|
+
Series.n6 = /*@__PURE__*/ DependencyProperty.i("Legend", IChartLegend_$type, Series.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => {
|
|
15126
15151
|
let c = typeCast(Series.$, a);
|
|
15127
15152
|
c.raisePropertyChanged("Legend", b.oldValue, b.newValue);
|
|
15128
15153
|
}));
|
|
15129
|
-
Series.
|
|
15154
|
+
Series.n3 = /*@__PURE__*/ DependencyProperty.i("LegendItemBadgeTemplate", DataTemplate.$, Series.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => {
|
|
15130
15155
|
let c = typeCast(Series.$, a);
|
|
15131
15156
|
c.raisePropertyChanged("LegendItemBadgeTemplate", b.oldValue, b.newValue);
|
|
15132
|
-
if (c.
|
|
15133
|
-
c.
|
|
15157
|
+
if (c.m9 != null) {
|
|
15158
|
+
c.m9 = c.m8();
|
|
15134
15159
|
}
|
|
15135
15160
|
}));
|
|
15136
|
-
Series.
|
|
15161
|
+
Series.n4 = /*@__PURE__*/ DependencyProperty.i("LegendItemTemplate", DataTemplate.$, Series.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => {
|
|
15137
15162
|
let c = typeCast(Series.$, a);
|
|
15138
15163
|
c.raisePropertyChanged("LegendItemTemplate", b.oldValue, b.newValue);
|
|
15139
|
-
if (c.
|
|
15140
|
-
c.
|
|
15164
|
+
if (c.m9 != null) {
|
|
15165
|
+
c.m9 = c.m8();
|
|
15141
15166
|
}
|
|
15142
15167
|
}));
|
|
15143
|
-
Series.
|
|
15168
|
+
Series.nr = /*@__PURE__*/ DependencyProperty.i("DiscreteLegendItemTemplate", DataTemplate.$, Series.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => {
|
|
15144
15169
|
let c = typeCast(Series.$, a);
|
|
15145
15170
|
c.raisePropertyChanged("DiscreteLegendItemTemplate", b.oldValue, b.newValue);
|
|
15146
15171
|
}));
|
|
15147
|
-
Series.
|
|
15172
|
+
Series.nv = /*@__PURE__*/ DependencyProperty.i("Index", Number_$type, Series.$, /*@__PURE__*/ new PropertyMetadata(2, -1, (a, b) => {
|
|
15148
15173
|
let c = typeCast(Series.$, a);
|
|
15149
15174
|
c.raisePropertyChanged("Index", b.oldValue, b.newValue);
|
|
15150
|
-
if (c.
|
|
15151
|
-
c.
|
|
15175
|
+
if (c.m9 != null) {
|
|
15176
|
+
c.m9 = c.m8();
|
|
15152
15177
|
}
|
|
15153
15178
|
}));
|
|
15154
|
-
Series.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, Series, 'raisePropertyChanged', ['ActualAreaFillOpacity:fq:
|
|
15179
|
+
Series.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, Series, 'raisePropertyChanged', ['ActualAreaFillOpacity:fq:nf', [1, 1], 'ActualBrush:oz:ng', [Brush.$], 'ActualLegendItemBadgeBrush:o0:nh', [Brush.$], 'ActualLegendItemBadgeOutline:o1:ni', [Brush.$], 'ActualLegendItemBadgeTemplate:nb:nj', [DataTemplate.$], 'ActualMarkerFillOpacity:fs:nk', [1, 1], 'ActualOutline:o2:nl', [Brush.$], 'ActualThickness:fu:nm', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'AreaFillOpacity:fz:nn', [1, NaN], 'Brush:o3:no', [Brush.$, null], 'DashArray:pc:np', [DoubleCollection.$], 'DashCap:pd:nq', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 0)], 'EndCap:pe:ns', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 2)], 'FastItemsSource:ck:nt', [IFastItemsSource_$type], 'HighlightingFadeOpacity:gp:nu', [1, NaN], 'IsActualLegendFinancial:c7:nw', [0, false], 'IsComponentHighlightingModeIgnored:di:nx', [0, false], 'IsDropShadowEnabled:dm:ny', [0, false], 'IsHighlightingEnabled:dw:nz', [0, false], 'LegendItemBadgeMode:a9:n1', [LegendItemBadgeMode_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeMode_$type, 0)], 'LegendItemBadgeShape::n2', [LegendItemBadgeShape_$type, /*@__PURE__*/ enumGetBox(LegendItemBadgeShape_$type, 0)], 'LegendItemVisibility:p3:n5', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)], 'MarkerFillOpacity:gq:n7', [1, NaN], 'MiterLimit:gr:n8', [1, 0], 'MouseOverEnabled:el:n9', [0, true], 'OutlineMode:bt:oa', [SeriesOutlineMode_$type, /*@__PURE__*/ enumGetBox(SeriesOutlineMode_$type, 0)], 'Outline:o8:ob', [Brush.$, null], 'Resolution:gt:oc', [1, NaN], 'ShadowBlur:gw:od', [1, NaN], 'ShadowColor:pb:oe', [Color.$], 'ShadowOffsetX:gx:of', [1, NaN], 'ShadowOffsetY:gy:og', [1, NaN], 'ShowDefaultTooltip:er:oh', [0, false], 'StartCap:pf:oi', [PenLineCap_$type, /*@__PURE__*/ enumGetBox(PenLineCap_$type, 2)], 'Thickness:gz:oj', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'Title::ok', [4, "Series Title"], 'ToolTip::ol', [4, null], 'TransitionDuration:hm:om', [1, 0], 'TransitionEasingFunction:cf:on', [Delegate_$type, null], 'TransitionInDuration:hn:oo', [1, 1000], 'TransitionInEasingFunction:cg:op', [Delegate_$type, null], 'TransitionInSpeedType:ca:oq', [TransitionInSpeedType_$type, /*@__PURE__*/ enumGetBox(TransitionInSpeedType_$type, 0)], 'TransitionProgress:g0:or', [1, 0], 'UseSingleShadow:e7:os', [0, true], 'VisibleRangeMarginBottom:g1:ou', [1, NaN], 'VisibleRangeMarginLeft:g2:ov', [1, NaN], 'VisibleRangeMarginRight:g3:ow', [1, NaN], 'VisibleRangeMarginTop:g4:ox', [1, NaN], 'VisibleRangeMode:b4:oy', [SeriesVisibleRangeMode_$type, /*@__PURE__*/ enumGetBox(SeriesVisibleRangeMode_$type, 0)]]);
|
|
15155
15180
|
return Series;
|
|
15156
15181
|
})();
|
|
15157
15182
|
/**
|
|
@@ -15161,18 +15186,18 @@ export let MarkerSeries = /*@__PURE__*/ (() => {
|
|
|
15161
15186
|
class MarkerSeries extends Series {
|
|
15162
15187
|
constructor() {
|
|
15163
15188
|
super();
|
|
15164
|
-
this.
|
|
15165
|
-
this.
|
|
15166
|
-
this.
|
|
15189
|
+
this.p8 = 1;
|
|
15190
|
+
this.p4 = 1;
|
|
15191
|
+
this.qy = null;
|
|
15167
15192
|
}
|
|
15168
|
-
|
|
15193
|
+
p1(a, b) {
|
|
15169
15194
|
if (this.ea || this.d6) {
|
|
15170
15195
|
return new Thickness(1, 0, 0, 0, 0);
|
|
15171
15196
|
}
|
|
15172
|
-
if (this.
|
|
15173
|
-
let c = this.
|
|
15174
|
-
let d = (c.width / 2) + (this.
|
|
15175
|
-
let e = (c.height / 2) + (this.
|
|
15197
|
+
if (this.qd != 1 && this.qd != 13) {
|
|
15198
|
+
let c = this.qc.cq();
|
|
15199
|
+
let d = (c.width / 2) + (this.qi / 2);
|
|
15200
|
+
let e = (c.height / 2) + (this.qi / 2);
|
|
15176
15201
|
let f = e;
|
|
15177
15202
|
let g = e;
|
|
15178
15203
|
let h = d;
|
|
@@ -15193,114 +15218,114 @@ export let MarkerSeries = /*@__PURE__*/ (() => {
|
|
|
15193
15218
|
}
|
|
15194
15219
|
return new Thickness(1, 0, 0, 0, 0);
|
|
15195
15220
|
}
|
|
15196
|
-
|
|
15197
|
-
super.
|
|
15198
|
-
this.
|
|
15221
|
+
lz(a) {
|
|
15222
|
+
super.lz(a);
|
|
15223
|
+
this.qc = a;
|
|
15199
15224
|
}
|
|
15200
15225
|
get_hasMarkers() {
|
|
15201
15226
|
return true;
|
|
15202
15227
|
}
|
|
15203
|
-
o5() {
|
|
15204
|
-
return this.rc;
|
|
15205
|
-
}
|
|
15206
15228
|
o6() {
|
|
15207
15229
|
return this.rd;
|
|
15208
15230
|
}
|
|
15209
|
-
|
|
15210
|
-
return this.
|
|
15231
|
+
o7() {
|
|
15232
|
+
return this.re;
|
|
15233
|
+
}
|
|
15234
|
+
ne() {
|
|
15235
|
+
return this.qy;
|
|
15211
15236
|
}
|
|
15212
15237
|
iy() {
|
|
15213
|
-
return this.iz(this, this.
|
|
15238
|
+
return this.iz(this, this.qy);
|
|
15214
15239
|
}
|
|
15215
|
-
get
|
|
15216
|
-
return this.
|
|
15240
|
+
get p9() {
|
|
15241
|
+
return this.p8;
|
|
15217
15242
|
}
|
|
15218
|
-
set
|
|
15219
|
-
this.
|
|
15243
|
+
set p9(a) {
|
|
15244
|
+
this.p8 = a;
|
|
15220
15245
|
}
|
|
15221
|
-
|
|
15222
|
-
if (this.
|
|
15246
|
+
qb() {
|
|
15247
|
+
if (this.qa == 0) {
|
|
15223
15248
|
return 1;
|
|
15224
15249
|
}
|
|
15225
|
-
return this.
|
|
15250
|
+
return this.qa;
|
|
15226
15251
|
}
|
|
15227
|
-
|
|
15228
|
-
super.
|
|
15229
|
-
this.
|
|
15252
|
+
m0(a) {
|
|
15253
|
+
super.m0(a);
|
|
15254
|
+
this.qa = a;
|
|
15230
15255
|
}
|
|
15231
|
-
get
|
|
15232
|
-
return this.
|
|
15256
|
+
get p5() {
|
|
15257
|
+
return this.p4;
|
|
15233
15258
|
}
|
|
15234
|
-
set
|
|
15235
|
-
this.
|
|
15259
|
+
set p5(a) {
|
|
15260
|
+
this.p4 = a;
|
|
15236
15261
|
}
|
|
15237
|
-
|
|
15238
|
-
if (this.
|
|
15262
|
+
p7() {
|
|
15263
|
+
if (this.p6 == 0) {
|
|
15239
15264
|
return 1;
|
|
15240
15265
|
}
|
|
15241
|
-
return this.
|
|
15266
|
+
return this.p6;
|
|
15242
15267
|
}
|
|
15243
|
-
|
|
15244
|
-
super.
|
|
15245
|
-
this.
|
|
15268
|
+
mz(a) {
|
|
15269
|
+
super.mz(a);
|
|
15270
|
+
this.p6 = a;
|
|
15246
15271
|
}
|
|
15247
|
-
|
|
15248
|
-
super.
|
|
15249
|
-
this.
|
|
15272
|
+
m1(a) {
|
|
15273
|
+
super.m1(a);
|
|
15274
|
+
this.qi = a;
|
|
15250
15275
|
}
|
|
15251
15276
|
f2() {
|
|
15252
|
-
return this.
|
|
15277
|
+
return this.qi;
|
|
15253
15278
|
}
|
|
15254
|
-
static get
|
|
15255
|
-
if (MarkerSeries.
|
|
15256
|
-
MarkerSeries.
|
|
15279
|
+
static get q0() {
|
|
15280
|
+
if (MarkerSeries.qw == null) {
|
|
15281
|
+
MarkerSeries.qw = new DataTemplate();
|
|
15257
15282
|
}
|
|
15258
|
-
return MarkerSeries.
|
|
15283
|
+
return MarkerSeries.qw;
|
|
15259
15284
|
}
|
|
15260
|
-
get
|
|
15261
|
-
return this.c(MarkerSeries.
|
|
15285
|
+
get rf() {
|
|
15286
|
+
return this.c(MarkerSeries.q4);
|
|
15262
15287
|
}
|
|
15263
|
-
set
|
|
15264
|
-
this.h(MarkerSeries.
|
|
15288
|
+
set rf(a) {
|
|
15289
|
+
this.h(MarkerSeries.q4, a);
|
|
15265
15290
|
}
|
|
15266
|
-
|
|
15267
|
-
return this.
|
|
15291
|
+
qf() {
|
|
15292
|
+
return this.qy != null && ((this.qd != 1 && this.qd != 0) || this.qz != null);
|
|
15268
15293
|
}
|
|
15269
|
-
|
|
15270
|
-
super.
|
|
15271
|
-
this.
|
|
15272
|
-
this.
|
|
15294
|
+
lu() {
|
|
15295
|
+
super.lu();
|
|
15296
|
+
this.p9 = this.qb();
|
|
15297
|
+
this.p5 = this.p7();
|
|
15273
15298
|
}
|
|
15274
|
-
|
|
15275
|
-
super.
|
|
15299
|
+
l4(a, b, c, d) {
|
|
15300
|
+
super.l4(a, b, c, d);
|
|
15276
15301
|
switch (b) {
|
|
15277
15302
|
case "MarkerBrush":
|
|
15278
15303
|
case MarkerSeries.$$p[9]:
|
|
15279
15304
|
case MarkerSeries.$$p[5]:
|
|
15280
15305
|
case MarkerSeries.$$p[7]:
|
|
15281
15306
|
case MarkerSeries.$$p[8]:
|
|
15282
|
-
this.
|
|
15283
|
-
this.
|
|
15307
|
+
this.mw();
|
|
15308
|
+
this.l1();
|
|
15284
15309
|
break;
|
|
15285
15310
|
case MarkerSeries.$$p[4]:
|
|
15286
|
-
this.
|
|
15287
|
-
this.
|
|
15288
|
-
this.
|
|
15311
|
+
this.p9 = this.qb();
|
|
15312
|
+
this.mw();
|
|
15313
|
+
this.l1();
|
|
15289
15314
|
break;
|
|
15290
15315
|
case MarkerSeries.$$p[3]:
|
|
15291
|
-
this.
|
|
15292
|
-
this.
|
|
15293
|
-
this.
|
|
15316
|
+
this.p5 = this.p7();
|
|
15317
|
+
this.mw();
|
|
15318
|
+
this.l1();
|
|
15294
15319
|
break;
|
|
15295
15320
|
case MarkerSeries.$$p[2]:
|
|
15296
|
-
this.
|
|
15297
|
-
if (c == MarkerSeries.
|
|
15298
|
-
this.
|
|
15321
|
+
this.qy = d;
|
|
15322
|
+
if (c == MarkerSeries.q0 || d == MarkerSeries.q0 || (c == null || d != null)) {
|
|
15323
|
+
this.qc.cg();
|
|
15299
15324
|
let e = typeCast(MarkerSeriesView.$, this.bz);
|
|
15300
15325
|
if (e != null) {
|
|
15301
15326
|
e.cg();
|
|
15302
15327
|
}
|
|
15303
|
-
this.
|
|
15328
|
+
this.mi(false);
|
|
15304
15329
|
}
|
|
15305
15330
|
if (this.cd != null) {
|
|
15306
15331
|
this.cd.li();
|
|
@@ -15309,22 +15334,22 @@ export let MarkerSeries = /*@__PURE__*/ (() => {
|
|
|
15309
15334
|
if (this.toolTip != null && this.dz) {
|
|
15310
15335
|
this.a6.a$aj(this, this.toolTip);
|
|
15311
15336
|
}
|
|
15312
|
-
this.
|
|
15337
|
+
this.lp();
|
|
15313
15338
|
break;
|
|
15314
15339
|
case MarkerSeries.$$p[10]:
|
|
15315
|
-
this.
|
|
15316
|
-
this.
|
|
15340
|
+
this.qc.cn(this.qh);
|
|
15341
|
+
this.mi(false);
|
|
15317
15342
|
break;
|
|
15318
15343
|
case MarkerSeries.$$p[0]:
|
|
15319
15344
|
case MarkerSeries.$$p[1]:
|
|
15320
15345
|
if (this.c4) {
|
|
15321
|
-
this.oz = this.o5();
|
|
15322
15346
|
this.o0 = this.o6();
|
|
15347
|
+
this.o1 = this.o7();
|
|
15323
15348
|
}
|
|
15324
15349
|
break;
|
|
15325
15350
|
}
|
|
15326
15351
|
}
|
|
15327
|
-
static
|
|
15352
|
+
static qm(a) {
|
|
15328
15353
|
switch (a) {
|
|
15329
15354
|
case 3:
|
|
15330
15355
|
case 13: return SeriesViewer.$$p[2];
|
|
@@ -15342,7 +15367,7 @@ export let MarkerSeries = /*@__PURE__*/ (() => {
|
|
|
15342
15367
|
default: return null;
|
|
15343
15368
|
}
|
|
15344
15369
|
}
|
|
15345
|
-
static
|
|
15370
|
+
static qe(a, b) {
|
|
15346
15371
|
let c = 1;
|
|
15347
15372
|
let d = 0;
|
|
15348
15373
|
if (a != null && a.cd != null) {
|
|
@@ -15415,75 +15440,75 @@ export let MarkerSeries = /*@__PURE__*/ (() => {
|
|
|
15415
15440
|
}
|
|
15416
15441
|
return c;
|
|
15417
15442
|
}
|
|
15418
|
-
|
|
15419
|
-
super.
|
|
15443
|
+
mw() {
|
|
15444
|
+
super.mw();
|
|
15420
15445
|
if (this.index < 0) {
|
|
15421
15446
|
return;
|
|
15422
15447
|
}
|
|
15423
|
-
if (this.
|
|
15424
|
-
this.
|
|
15425
|
-
this.
|
|
15448
|
+
if (this.qc.b2()) {
|
|
15449
|
+
this.qc.ce();
|
|
15450
|
+
this.qc.b8();
|
|
15426
15451
|
}
|
|
15427
15452
|
else {
|
|
15428
|
-
let a = MarkerSeries.
|
|
15429
|
-
let b = MarkerSeries.
|
|
15453
|
+
let a = MarkerSeries.qe(this, this.qd);
|
|
15454
|
+
let b = MarkerSeries.qm(a);
|
|
15430
15455
|
if (b == null) {
|
|
15431
|
-
this.
|
|
15456
|
+
this.qx = MarkerSeries.q0;
|
|
15432
15457
|
}
|
|
15433
15458
|
else {
|
|
15434
|
-
this.
|
|
15459
|
+
this.qc.cb(b);
|
|
15435
15460
|
}
|
|
15436
15461
|
}
|
|
15437
|
-
if (this.
|
|
15438
|
-
this.
|
|
15439
|
-
this.
|
|
15462
|
+
if (this.rf != null && this.qd != 13) {
|
|
15463
|
+
this.qc.cc();
|
|
15464
|
+
this.qc.b9();
|
|
15440
15465
|
}
|
|
15441
15466
|
else {
|
|
15442
|
-
if (this.
|
|
15443
|
-
this.
|
|
15467
|
+
if (this.qd == 13) {
|
|
15468
|
+
this.rd = this.b0.bq();
|
|
15444
15469
|
}
|
|
15445
15470
|
else {
|
|
15446
|
-
if (this.
|
|
15471
|
+
if (this.p5 != 2) {
|
|
15447
15472
|
if (this.cd != null) {
|
|
15448
15473
|
let c = this.cd.rq(this.index);
|
|
15449
15474
|
if (!isNaN_(this.fs) && this.fs != 1) {
|
|
15450
15475
|
c = BrushUtil.o(c, this.fs);
|
|
15451
15476
|
}
|
|
15452
|
-
this.
|
|
15477
|
+
this.rd = c;
|
|
15453
15478
|
}
|
|
15454
15479
|
else {
|
|
15455
|
-
this.
|
|
15480
|
+
this.rd = null;
|
|
15456
15481
|
}
|
|
15457
15482
|
}
|
|
15458
15483
|
}
|
|
15459
15484
|
}
|
|
15460
|
-
if (this.
|
|
15461
|
-
this.
|
|
15462
|
-
this.
|
|
15485
|
+
if (this.rg != null) {
|
|
15486
|
+
this.qc.cd();
|
|
15487
|
+
this.qc.ca();
|
|
15463
15488
|
}
|
|
15464
15489
|
else {
|
|
15465
|
-
if (this.
|
|
15466
|
-
this.
|
|
15490
|
+
if (this.qd == 13) {
|
|
15491
|
+
this.re = this.b0.bq();
|
|
15467
15492
|
}
|
|
15468
15493
|
else {
|
|
15469
|
-
if (this.
|
|
15470
|
-
this.
|
|
15494
|
+
if (this.p9 == 2) {
|
|
15495
|
+
this.re = this.rd;
|
|
15471
15496
|
}
|
|
15472
15497
|
else {
|
|
15473
|
-
this.
|
|
15498
|
+
this.re = this.cd == null ? null : this.cd.rr(this.index);
|
|
15474
15499
|
}
|
|
15475
15500
|
}
|
|
15476
15501
|
}
|
|
15477
|
-
if (this.
|
|
15478
|
-
if (this.
|
|
15479
|
-
let d = this.
|
|
15502
|
+
if (this.p5 == 2 && this.rf == null && this.qd != 13) {
|
|
15503
|
+
if (this.re != null) {
|
|
15504
|
+
let d = this.re;
|
|
15480
15505
|
if (!isNaN_(this.fs) && this.fs != 1) {
|
|
15481
15506
|
d = BrushUtil.o(d, this.fs);
|
|
15482
15507
|
}
|
|
15483
|
-
this.
|
|
15508
|
+
this.rd = d;
|
|
15484
15509
|
}
|
|
15485
15510
|
else {
|
|
15486
|
-
this.
|
|
15511
|
+
this.rd = null;
|
|
15487
15512
|
}
|
|
15488
15513
|
}
|
|
15489
15514
|
}
|
|
@@ -15491,9 +15516,9 @@ export let MarkerSeries = /*@__PURE__*/ (() => {
|
|
|
15491
15516
|
super.k7(a);
|
|
15492
15517
|
this.a8.exportMarkerVisualData(this, a);
|
|
15493
15518
|
}
|
|
15494
|
-
|
|
15495
|
-
if (this.hasMarkers && this.
|
|
15496
|
-
let c = this.
|
|
15519
|
+
qg(a, b) {
|
|
15520
|
+
if (this.hasMarkers && this.qf()) {
|
|
15521
|
+
let c = this.py(a);
|
|
15497
15522
|
if (c.isEmpty) {
|
|
15498
15523
|
return false;
|
|
15499
15524
|
}
|
|
@@ -15505,7 +15530,7 @@ export let MarkerSeries = /*@__PURE__*/ (() => {
|
|
|
15505
15530
|
return false;
|
|
15506
15531
|
}
|
|
15507
15532
|
at(a, b) {
|
|
15508
|
-
let c = this.
|
|
15533
|
+
let c = this.qc.by(a);
|
|
15509
15534
|
let d = null;
|
|
15510
15535
|
if (c != null) {
|
|
15511
15536
|
d = c.content;
|
|
@@ -15514,12 +15539,12 @@ export let MarkerSeries = /*@__PURE__*/ (() => {
|
|
|
15514
15539
|
}
|
|
15515
15540
|
}
|
|
15516
15541
|
MarkerSeries.$t = /*@__PURE__*/ markType(MarkerSeries, 'MarkerSeries', Series.$);
|
|
15517
|
-
MarkerSeries.
|
|
15518
|
-
MarkerSeries.
|
|
15542
|
+
MarkerSeries.qw = null;
|
|
15543
|
+
MarkerSeries.q4 = /*@__PURE__*/ DependencyProperty.i("MarkerBrush", Brush.$, MarkerSeries.$, /*@__PURE__*/ new PropertyMetadata(1, (a, b) => {
|
|
15519
15544
|
let c = (typeCast(MarkerSeries.$, a));
|
|
15520
15545
|
c.raisePropertyChanged("MarkerBrush", b.oldValue, b.newValue);
|
|
15521
15546
|
}));
|
|
15522
|
-
MarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, MarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
15547
|
+
MarkerSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, MarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:rd:q1', [Brush.$], 'ActualMarkerOutline:re:q2', [Brush.$], 'ActualMarkerTemplate:qx:q3', [DataTemplate.$, null], 'MarkerFillMode:p6:q5', [MarkerFillMode_$type, /*@__PURE__*/ enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qa:q6', [MarkerOutlineMode_$type, /*@__PURE__*/ enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rg:q7', [Brush.$], 'MarkerStyle:rh:q8', [Style.$], 'MarkerTemplate:qz:q9', [DataTemplate.$, null], 'MarkerThickness:qi:ra', [1, /*@__PURE__*/ DeviceUtils.g(2)], 'MarkerType:qd:rb', [MarkerType_$type, /*@__PURE__*/ enumGetBox(MarkerType_$type, 1)], 'UseLightweightMarkers:qh:rc', [0, false]]);
|
|
15523
15548
|
return MarkerSeries;
|
|
15524
15549
|
})();
|
|
15525
15550
|
/**
|
|
@@ -17081,11 +17106,16 @@ export let AxisView = /*@__PURE__*/ (() => {
|
|
|
17081
17106
|
return null;
|
|
17082
17107
|
}
|
|
17083
17108
|
p(dataItem_) {
|
|
17084
|
-
if (this.
|
|
17085
|
-
return this.
|
|
17109
|
+
if (this.n() && this.l()) {
|
|
17110
|
+
return this.q(dataItem_);
|
|
17086
17111
|
}
|
|
17087
|
-
|
|
17088
|
-
|
|
17112
|
+
else {
|
|
17113
|
+
if (this.a.at != null) {
|
|
17114
|
+
return this.a.at(dataItem_);
|
|
17115
|
+
}
|
|
17116
|
+
if (this.a.ah != null) {
|
|
17117
|
+
return this.a.ah.i(dataItem_);
|
|
17118
|
+
}
|
|
17089
17119
|
}
|
|
17090
17120
|
let label_ = this.a.fz;
|
|
17091
17121
|
let a = typeof dataItem_ === 'number' && typeof label_ === 'string';
|
|
@@ -17699,7 +17729,7 @@ export let XamDataChartView = /*@__PURE__*/ (() => {
|
|
|
17699
17729
|
this.fs = f.i;
|
|
17700
17730
|
this.fp = c;
|
|
17701
17731
|
for (let k of fromEnum(this.fn.series)) {
|
|
17702
|
-
k.
|
|
17732
|
+
k.mt();
|
|
17703
17733
|
}
|
|
17704
17734
|
this.fq = d;
|
|
17705
17735
|
}
|
|
@@ -17947,8 +17977,8 @@ export let SeriesView = /*@__PURE__*/ (() => {
|
|
|
17947
17977
|
this.k.aa(h, h);
|
|
17948
17978
|
}
|
|
17949
17979
|
this.k.z();
|
|
17950
|
-
if (!this.q && Rect.l_op_Inequality(this.e.
|
|
17951
|
-
this.k.ae(new Rect(0, this.bu.left + this.bu.width * this.e.
|
|
17980
|
+
if (!this.q && Rect.l_op_Inequality(this.e.pq, null) && !this.e.pq.isEmpty && (this.e.pq.width != 1 || this.e.pq.height != 1)) {
|
|
17981
|
+
this.k.ae(new Rect(0, this.bu.left + this.bu.width * this.e.pq.left, this.bu.top + this.bu.height * this.e.pq.top, this.bu.width * this.e.pq.width, this.bu.height * this.e.pq.height));
|
|
17952
17982
|
}
|
|
17953
17983
|
else {
|
|
17954
17984
|
this.k.ae(this.bu);
|
|
@@ -17957,7 +17987,7 @@ export let SeriesView = /*@__PURE__*/ (() => {
|
|
|
17957
17987
|
this.k.ad(this.e._opacity);
|
|
17958
17988
|
if (this.e.dm && this.e.dn && !this.q) {
|
|
17959
17989
|
if (this.e.e7) {
|
|
17960
|
-
this.k.o(this.e.
|
|
17990
|
+
this.k.o(this.e.pb.colorString, 0, this.e.gx, this.e.gy);
|
|
17961
17991
|
let i = this.e.cd.cq.j.x;
|
|
17962
17992
|
let j = this.e.cd.cq.j.ak;
|
|
17963
17993
|
if (h != 1) {
|
|
@@ -17973,7 +18003,7 @@ export let SeriesView = /*@__PURE__*/ (() => {
|
|
|
17973
18003
|
}
|
|
17974
18004
|
}
|
|
17975
18005
|
else {
|
|
17976
|
-
this.k.o(this.e.
|
|
18006
|
+
this.k.o(this.e.pb.colorString, this.e.gw, this.e.gx, this.e.gy);
|
|
17977
18007
|
this.a6(this.k, false);
|
|
17978
18008
|
this.a5(this.k, false);
|
|
17979
18009
|
}
|
|
@@ -18078,16 +18108,16 @@ export let SeriesView = /*@__PURE__*/ (() => {
|
|
|
18078
18108
|
av() {
|
|
18079
18109
|
}
|
|
18080
18110
|
a7() {
|
|
18081
|
-
this.e.
|
|
18111
|
+
this.e.oz = null;
|
|
18082
18112
|
}
|
|
18083
18113
|
ah() {
|
|
18084
|
-
this.e.
|
|
18114
|
+
this.e.oz = this.e.o3;
|
|
18085
18115
|
}
|
|
18086
18116
|
a8() {
|
|
18087
|
-
this.e.
|
|
18117
|
+
this.e.o2 = null;
|
|
18088
18118
|
}
|
|
18089
18119
|
ai() {
|
|
18090
|
-
this.e.
|
|
18120
|
+
this.e.o2 = this.e.o8;
|
|
18091
18121
|
}
|
|
18092
18122
|
c(a) {
|
|
18093
18123
|
if (typeCast(DataContext.$, a) !== null) {
|
|
@@ -18179,13 +18209,13 @@ export let SeriesView = /*@__PURE__*/ (() => {
|
|
|
18179
18209
|
}
|
|
18180
18210
|
if (this.e.cd != null) {
|
|
18181
18211
|
let a = (this.e.legend != null) ? this.e.legend : this.e.cd.legend;
|
|
18182
|
-
if (a != null && this.e.
|
|
18183
|
-
a.removeChild(this.e.
|
|
18212
|
+
if (a != null && this.e.m9 != null && a.containsChild(this.e.m9)) {
|
|
18213
|
+
a.removeChild(this.e.m9);
|
|
18184
18214
|
let b = this.e.h0();
|
|
18185
|
-
b.content.actualItemBrush = this.e.
|
|
18186
|
-
b.content.outline = this.e.
|
|
18215
|
+
b.content.actualItemBrush = this.e.oz;
|
|
18216
|
+
b.content.outline = this.e.o2;
|
|
18187
18217
|
b.content.thickness = this.e.fu;
|
|
18188
|
-
a.addChildInOrder(this.e.
|
|
18218
|
+
a.addChildInOrder(this.e.m9, this.e);
|
|
18189
18219
|
}
|
|
18190
18220
|
}
|
|
18191
18221
|
}
|
|
@@ -18216,7 +18246,7 @@ export let SeriesView = /*@__PURE__*/ (() => {
|
|
|
18216
18246
|
af() {
|
|
18217
18247
|
let a = new Color();
|
|
18218
18248
|
a.colorString = "rgba(95,95,95,0.5)";
|
|
18219
|
-
this.e.
|
|
18249
|
+
this.e.pb = a;
|
|
18220
18250
|
this.e.gw = 5;
|
|
18221
18251
|
this.e.gx = 5;
|
|
18222
18252
|
this.e.gy = 5;
|
|
@@ -18274,7 +18304,7 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18274
18304
|
}
|
|
18275
18305
|
cg() {
|
|
18276
18306
|
for (let a of fromEnum(this.b4)) {
|
|
18277
|
-
a.ah = this.b1.
|
|
18307
|
+
a.ah = this.b1.qy;
|
|
18278
18308
|
}
|
|
18279
18309
|
this.aq();
|
|
18280
18310
|
}
|
|
@@ -18300,10 +18330,10 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18300
18330
|
b.context = d;
|
|
18301
18331
|
let e = 0;
|
|
18302
18332
|
let f = 0;
|
|
18303
|
-
if (this.b1.
|
|
18304
|
-
this.b1.
|
|
18333
|
+
if (this.b1.qy != null && this.b1.qy.passStarting != null) {
|
|
18334
|
+
this.b1.qy.passStarting(a);
|
|
18305
18335
|
}
|
|
18306
|
-
let g = this.b1.
|
|
18336
|
+
let g = this.b1.qy;
|
|
18307
18337
|
if (this.b4.count > 0) {
|
|
18308
18338
|
let h = this.b4._inner[0];
|
|
18309
18339
|
c.data = h.content;
|
|
@@ -18321,8 +18351,8 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18321
18351
|
i = c.width;
|
|
18322
18352
|
j = c.height;
|
|
18323
18353
|
}
|
|
18324
|
-
if (this.b1.
|
|
18325
|
-
this.b1.
|
|
18354
|
+
if (this.b1.qy != null && this.b1.qy.passCompleted != null) {
|
|
18355
|
+
this.b1.qy.passCompleted(a);
|
|
18326
18356
|
}
|
|
18327
18357
|
return new Size(1, i, j);
|
|
18328
18358
|
}
|
|
@@ -18335,7 +18365,7 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18335
18365
|
$ret.series = this.e;
|
|
18336
18366
|
return $ret;
|
|
18337
18367
|
})());
|
|
18338
|
-
a.ah = this.b1.
|
|
18368
|
+
a.ah = this.b1.qy;
|
|
18339
18369
|
this.b4.add(a);
|
|
18340
18370
|
return a;
|
|
18341
18371
|
}
|
|
@@ -18349,13 +18379,13 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18349
18379
|
this.b4.remove(a);
|
|
18350
18380
|
}
|
|
18351
18381
|
b2() {
|
|
18352
|
-
return this.b1.
|
|
18382
|
+
return this.b1.qz != null;
|
|
18353
18383
|
}
|
|
18354
18384
|
ce() {
|
|
18355
|
-
this.b1.
|
|
18385
|
+
this.b1.qx = null;
|
|
18356
18386
|
}
|
|
18357
18387
|
b8() {
|
|
18358
|
-
this.b1.
|
|
18388
|
+
this.b1.qx = this.b1.qz;
|
|
18359
18389
|
}
|
|
18360
18390
|
cp(a) {
|
|
18361
18391
|
let b = a.n;
|
|
@@ -18367,54 +18397,54 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18367
18397
|
cb(a) {
|
|
18368
18398
|
switch (a) {
|
|
18369
18399
|
case SeriesViewer.$$p[2]:
|
|
18370
|
-
this.b1.
|
|
18400
|
+
this.b1.qx = this.b1.cd.ov;
|
|
18371
18401
|
break;
|
|
18372
18402
|
case SeriesViewer.$$p[36]:
|
|
18373
|
-
this.b1.
|
|
18403
|
+
this.b1.qx = this.b1.cd.o4;
|
|
18374
18404
|
break;
|
|
18375
18405
|
case SeriesViewer.$$p[27]:
|
|
18376
|
-
this.b1.
|
|
18406
|
+
this.b1.qx = this.b1.cd.o1;
|
|
18377
18407
|
break;
|
|
18378
18408
|
case SeriesViewer.$$p[30]:
|
|
18379
|
-
this.b1.
|
|
18409
|
+
this.b1.qx = this.b1.cd.o2;
|
|
18380
18410
|
break;
|
|
18381
18411
|
case SeriesViewer.$$p[5]:
|
|
18382
|
-
this.b1.
|
|
18412
|
+
this.b1.qx = this.b1.cd.ow;
|
|
18383
18413
|
break;
|
|
18384
18414
|
case SeriesViewer.$$p[19]:
|
|
18385
|
-
this.b1.
|
|
18415
|
+
this.b1.qx = this.b1.cd.oz;
|
|
18386
18416
|
break;
|
|
18387
18417
|
case SeriesViewer.$$p[7]:
|
|
18388
|
-
this.b1.
|
|
18418
|
+
this.b1.qx = this.b1.cd.ox;
|
|
18389
18419
|
break;
|
|
18390
18420
|
case SeriesViewer.$$p[33]:
|
|
18391
|
-
this.b1.
|
|
18421
|
+
this.b1.qx = this.b1.cd.o3;
|
|
18392
18422
|
break;
|
|
18393
18423
|
case SeriesViewer.$$p[20]:
|
|
18394
|
-
this.b1.
|
|
18424
|
+
this.b1.qx = this.b1.cd.o0;
|
|
18395
18425
|
break;
|
|
18396
18426
|
case SeriesViewer.$$p[8]:
|
|
18397
|
-
this.b1.
|
|
18427
|
+
this.b1.qx = this.b1.cd.oy;
|
|
18398
18428
|
break;
|
|
18399
18429
|
}
|
|
18400
18430
|
}
|
|
18401
18431
|
cc() {
|
|
18402
|
-
this.b1.
|
|
18432
|
+
this.b1.rd = null;
|
|
18403
18433
|
}
|
|
18404
18434
|
b9() {
|
|
18405
18435
|
if (!isNaN_(this.e.fs) && this.e.fs != 1) {
|
|
18406
|
-
let a = BrushUtil.o(this.b1.
|
|
18407
|
-
this.b1.
|
|
18436
|
+
let a = BrushUtil.o(this.b1.rf, this.e.fs);
|
|
18437
|
+
this.b1.rd = a;
|
|
18408
18438
|
}
|
|
18409
18439
|
else {
|
|
18410
|
-
this.b1.
|
|
18440
|
+
this.b1.rd = this.b1.rf;
|
|
18411
18441
|
}
|
|
18412
18442
|
}
|
|
18413
18443
|
cd() {
|
|
18414
|
-
this.b1.
|
|
18444
|
+
this.b1.re = null;
|
|
18415
18445
|
}
|
|
18416
18446
|
ca() {
|
|
18417
|
-
this.b1.
|
|
18447
|
+
this.b1.re = this.b1.rg;
|
|
18418
18448
|
}
|
|
18419
18449
|
cm() {
|
|
18420
18450
|
this.aq();
|
|
@@ -18425,12 +18455,12 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18425
18455
|
let c = a;
|
|
18426
18456
|
let d = c.content;
|
|
18427
18457
|
if (d != null) {
|
|
18428
|
-
d.actualItemBrush = this.b1.
|
|
18458
|
+
d.actualItemBrush = this.b1.rd;
|
|
18429
18459
|
if (d.itemBrush != null) {
|
|
18430
18460
|
d.actualItemBrush = d.itemBrush;
|
|
18431
18461
|
}
|
|
18432
|
-
d.outline = this.b1.
|
|
18433
|
-
d.thickness = this.b1.
|
|
18462
|
+
d.outline = this.b1.re;
|
|
18463
|
+
d.thickness = this.b1.qi;
|
|
18434
18464
|
}
|
|
18435
18465
|
}
|
|
18436
18466
|
}
|
|
@@ -18485,8 +18515,8 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18485
18515
|
d.context = g;
|
|
18486
18516
|
let h = 0;
|
|
18487
18517
|
let i = 0;
|
|
18488
|
-
if (this.b1.
|
|
18489
|
-
this.b1.
|
|
18518
|
+
if (this.b1.qy != null && this.b1.qy.passStarting != null) {
|
|
18519
|
+
this.b1.qy.passStarting(c);
|
|
18490
18520
|
}
|
|
18491
18521
|
for (let j = 0; j < this.b4.count; j++) {
|
|
18492
18522
|
let k = this.b4._inner[j];
|
|
@@ -18536,8 +18566,8 @@ export let MarkerSeriesView = /*@__PURE__*/ (() => {
|
|
|
18536
18566
|
k.ai = d.renderOffsetX;
|
|
18537
18567
|
k.aj = d.renderOffsetY;
|
|
18538
18568
|
}
|
|
18539
|
-
if (this.b1.
|
|
18540
|
-
this.b1.
|
|
18569
|
+
if (this.b1.qy != null && this.b1.qy.passCompleted != null) {
|
|
18570
|
+
this.b1.qy.passCompleted(c);
|
|
18541
18571
|
}
|
|
18542
18572
|
}
|
|
18543
18573
|
}
|