igniteui-webcomponents-charts 3.2.3 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-charts.umd.js +29124 -22745
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
- package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm2015/lib/AnnotationLayerProxy.js +39 -26
- package/esm2015/lib/AnnotationLayer_combined.js +133 -133
- package/esm2015/lib/AreaSeries_combined.js +44 -44
- package/esm2015/lib/AutomaticSeriesManager.js +7 -0
- package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
- package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
- package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
- package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm2015/lib/AxisAnnotationManager.js +1 -1
- package/esm2015/lib/AxisVisualDataManager.js +2 -2
- package/esm2015/lib/BarSeries_combined.js +127 -104
- package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
- package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm2015/lib/BrushScale.js +7 -7
- package/esm2015/lib/BubbleSeries_combined.js +255 -255
- package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm2015/lib/CalloutLayer_combined.js +451 -449
- package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm2015/lib/CategoryChart.js +554 -456
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
- package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm2015/lib/CategoryMarkerManager.js +1 -1
- package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm2015/lib/CategoryXAxis_combined.js +140 -23
- package/esm2015/lib/CategoryYAxis_combined.js +140 -23
- package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
- package/esm2015/lib/ChartGroupDescription.js +52 -0
- package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
- package/esm2015/lib/ChartSortDescription.js +61 -0
- package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
- package/esm2015/lib/ChartSummaryDescription.js +123 -0
- package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
- package/esm2015/lib/ColumnSeries_combined.js +65 -65
- package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
- package/esm2015/lib/CrosshairLayer_combined.js +85 -85
- package/esm2015/lib/CustomIndicator.js +23 -23
- package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
- package/esm2015/lib/DataChartToolbarProvider.js +107 -0
- package/esm2015/lib/DataChartVisualDataManager.js +4 -4
- package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm2015/lib/DataToolTipLayer_combined.js +442 -440
- package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
- package/esm2015/lib/DomainChart.js +2165 -1902
- package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
- package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/FinalValueLayer_combined.js +70 -70
- package/esm2015/lib/FinancialChart_combined.js +1440 -1356
- package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
- package/esm2015/lib/FinancialIndicator_combined.js +201 -201
- package/esm2015/lib/FinancialOverlay.js +36 -36
- package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
- package/esm2015/lib/ForceIndexIndicator.js +16 -16
- package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
- package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
- package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
- package/esm2015/lib/IndicatorProxy.js +11 -11
- package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm2015/lib/LineSeries_combined.js +38 -38
- package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm2015/lib/MassIndexIndicator.js +6 -6
- package/esm2015/lib/MedianPriceIndicator.js +6 -6
- package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/NumberAbbreviator.js +1 -1
- package/esm2015/lib/NumericXAxis_combined.js +3 -3
- package/esm2015/lib/NumericYAxis_combined.js +3 -3
- package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
- package/esm2015/lib/OverlayProxy.js +8 -8
- package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm2015/lib/PieChartViewManager_combined.js +9 -9
- package/esm2015/lib/PointSeries_combined.js +19 -19
- package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
- package/esm2015/lib/PolarBase_combined.js +388 -388
- package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm2015/lib/PolarLineSeries_combined.js +21 -21
- package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
- package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
- package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
- package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
- package/esm2015/lib/RadialLineSeries_combined.js +37 -37
- package/esm2015/lib/RadialPieSeries_combined.js +45 -45
- package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
- package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
- package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
- package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
- package/esm2015/lib/ScatterBase_combined.js +445 -445
- package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
- package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
- package/esm2015/lib/ScatterLineSeries.js +51 -51
- package/esm2015/lib/ScatterLineSeriesView.js +7 -7
- package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
- package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm2015/lib/ScatterSeries_combined.js +15 -15
- package/esm2015/lib/ScatterSplineSeries.js +38 -38
- package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
- package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
- package/esm2015/lib/SeriesInteractionManager.js +80 -80
- package/esm2015/lib/SeriesRenderManager.js +17 -17
- package/esm2015/lib/SeriesRenderingArguments.js +1 -1
- package/esm2015/lib/SeriesViewerInteractionManager.js +198 -198
- package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm2015/lib/SeriesViewer_combined.js +3505 -3171
- package/esm2015/lib/SeriesVisualDataManager.js +23 -23
- package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
- package/esm2015/lib/SizeScale.js +3 -3
- package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
- package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
- package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
- package/esm2015/lib/SplineSeries_combined.js +25 -25
- package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100BarBucketCalculator.js +6 -6
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +6 -6
- package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100DataPreparer.js +5 -5
- package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm2015/lib/StackedLineSeries_combined.js +9 -9
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1556 -1455
- package/esm2015/lib/StandardDeviationIndicator.js +15 -15
- package/esm2015/lib/StepAreaSeries_combined.js +37 -37
- package/esm2015/lib/StepLineSeries_combined.js +43 -43
- package/esm2015/lib/StochRSIIndicator.js +15 -15
- package/esm2015/lib/StrategyBasedIndicator.js +59 -59
- package/esm2015/lib/TRIXIndicator.js +16 -16
- package/esm2015/lib/TileZoomManager_combined.js +9 -9
- package/esm2015/lib/TimeAxisBase.js +8 -8
- package/esm2015/lib/TimeXAxis.js +10 -10
- package/esm2015/lib/TypicalPriceIndicator.js +6 -6
- package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm2015/lib/ValueOverlay_combined.js +115 -115
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm2015/lib/WaterfallSeries_combined.js +103 -103
- package/esm2015/lib/WeightedCloseIndicator.js +6 -6
- package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
- package/esm2015/lib/XYChart.js +802 -802
- package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm2015/lib/igc-anchored-category-series-component.js +32 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +45 -31
- package/esm2015/lib/igc-annotation-layer-component.js +31 -17
- package/esm2015/lib/igc-area-fragment-component.js +14 -0
- package/esm2015/lib/igc-area-series-component.js +14 -0
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +17 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +17 -3
- package/esm2015/lib/igc-axis-annotation.js +5 -0
- package/esm2015/lib/igc-axis-component.js +28 -6
- package/esm2015/lib/igc-bar-fragment-component.js +34 -18
- package/esm2015/lib/igc-bar-series-component.js +25 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +20 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +23 -9
- package/esm2015/lib/igc-brush-scale-component.js +20 -0
- package/esm2015/lib/igc-bubble-series-component.js +60 -44
- package/esm2015/lib/igc-calculated-column.js +5 -0
- package/esm2015/lib/igc-callout-annotation.js +12 -6
- package/esm2015/lib/igc-callout-label-updating-event-args.js +36 -6
- package/esm2015/lib/igc-callout-layer-component.js +115 -95
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-category-axis-base-component.js +14 -0
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-category-highlight-layer-component.js +28 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +47 -32
- package/esm2015/lib/igc-category-series-component.js +36 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +27 -12
- package/esm2015/lib/igc-category-x-axis-component.js +89 -2
- package/esm2015/lib/igc-category-y-axis-component.js +89 -2
- package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +17 -3
- package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm2015/lib/igc-chart-group-description-collection.js +105 -0
- package/esm2015/lib/igc-chart-group-description-module.js +15 -0
- package/esm2015/lib/igc-chart-group-description.js +20 -0
- package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
- package/esm2015/lib/igc-chart-series-event-args.js +7 -6
- package/esm2015/lib/igc-chart-sort-description-collection.js +115 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +66 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +112 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +101 -0
- package/esm2015/lib/igc-color-scale-component.js +20 -0
- package/esm2015/lib/igc-column-fragment-component.js +39 -23
- package/esm2015/lib/igc-column-series-component.js +27 -13
- package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +17 -3
- package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm2015/lib/igc-crosshair-layer-component.js +105 -90
- package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm2015/lib/igc-custom-indicator-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm2015/lib/igc-data-legend-component.js +12 -1
- package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +379 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-domain-chart-component.js +969 -650
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
- package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-final-value-layer-component.js +57 -42
- package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm2015/lib/igc-financial-chart-component.js +215 -157
- package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm2015/lib/igc-financial-event-args.js +22 -10
- package/esm2015/lib/igc-financial-indicator-component.js +30 -16
- package/esm2015/lib/igc-financial-overlay-component.js +19 -5
- package/esm2015/lib/igc-financial-price-series-component.js +44 -30
- package/esm2015/lib/igc-financial-series-component.js +79 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-fragment-base-component.js +16 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
- package/esm2015/lib/igc-funnel-chart-component.js +9 -0
- package/esm2015/lib/igc-funnel-data-context.js +5 -0
- package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm2015/lib/igc-high-density-scatter-series-component.js +74 -57
- package/esm2015/lib/igc-highlighting-info.js +12 -6
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +35 -19
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +47 -31
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +31 -15
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +33 -18
- package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-legend-base-component.js +10 -0
- package/esm2015/lib/igc-line-fragment-component.js +15 -1
- package/esm2015/lib/igc-line-series-component.js +15 -1
- package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm2015/lib/igc-marker-series-component.js +42 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +15 -1
- package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
- package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +19 -5
- package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm2015/lib/igc-point-series-component.js +14 -0
- package/esm2015/lib/igc-polar-area-series-component.js +17 -3
- package/esm2015/lib/igc-polar-base-component.js +95 -77
- package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm2015/lib/igc-polar-line-series-component.js +18 -4
- package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-polar-spline-area-series-component.js +18 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +18 -4
- package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-price-channel-overlay-component.js +20 -6
- package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm2015/lib/igc-radial-area-series-component.js +17 -3
- package/esm2015/lib/igc-radial-base-component.js +49 -31
- package/esm2015/lib/igc-radial-column-series-component.js +23 -9
- package/esm2015/lib/igc-radial-line-series-component.js +18 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +23 -9
- package/esm2015/lib/igc-range-area-series-component.js +14 -0
- package/esm2015/lib/igc-range-category-series-component.js +20 -6
- package/esm2015/lib/igc-range-column-series-component.js +24 -10
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +18 -4
- package/esm2015/lib/igc-ring-series-base-component.js +20 -0
- package/esm2015/lib/igc-ring-series-component.js +25 -5
- package/esm2015/lib/igc-ring.js +12 -6
- package/esm2015/lib/igc-scale-legend-component.js +14 -0
- package/esm2015/lib/igc-scaler-params.js +5 -0
- package/esm2015/lib/igc-scatter-area-series-component.js +40 -24
- package/esm2015/lib/igc-scatter-base-component.js +79 -61
- package/esm2015/lib/igc-scatter-contour-series-component.js +46 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +18 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +59 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +27 -7
- package/esm2015/lib/igc-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-spline-series-component.js +18 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +54 -37
- package/esm2015/lib/igc-series-component.js +215 -185
- package/esm2015/lib/igc-series-viewer-component.js +417 -282
- package/esm2015/lib/igc-shape-series-base-component.js +64 -45
- package/esm2015/lib/igc-size-scale-component.js +20 -0
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
- package/esm2015/lib/igc-sparkline-component.js +5 -0
- package/esm2015/lib/igc-spline-area-fragment-component.js +15 -1
- package/esm2015/lib/igc-spline-area-series-component.js +15 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +16 -2
- package/esm2015/lib/igc-spline-fragment-component.js +15 -1
- package/esm2015/lib/igc-spline-series-base-component.js +20 -6
- package/esm2015/lib/igc-spline-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-area-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-bar-series-component.js +26 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +23 -9
- package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
- package/esm2015/lib/igc-stacked-line-series-component.js +15 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +12 -11
- package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +18 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +18 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +17 -3
- package/esm2015/lib/igc-step-area-series-component.js +16 -2
- package/esm2015/lib/igc-step-line-series-component.js +17 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +17 -3
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-time-axis-base-component.js +14 -0
- package/esm2015/lib/igc-time-axis-break-component.js +19 -0
- package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
- package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm2015/lib/igc-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-treemap-component.js +11 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
- package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm2015/lib/igc-trix-indicator-component.js +17 -3
- package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-value-overlay-component.js +67 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +38 -22
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +30 -14
- package/esm2015/lib/igc-waterfall-series-component.js +33 -19
- package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +17 -3
- package/esm2015/lib/igc-xy-chart-component.js +232 -218
- package/esm2015/lib/igc-zoom-slider-component.js +7 -7
- package/esm2015/public_api.js +23 -0
- package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
- package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
- package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
- package/esm5/lib/AnnotationLayerProxy.js +39 -26
- package/esm5/lib/AnnotationLayer_combined.js +132 -132
- package/esm5/lib/AreaSeries_combined.js +44 -44
- package/esm5/lib/AutomaticSeriesManager.js +7 -0
- package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
- package/esm5/lib/AutomaticSeriesRequest.js +7 -0
- package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
- package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
- package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
- package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
- package/esm5/lib/AxisAnnotationManager.js +1 -1
- package/esm5/lib/AxisVisualDataManager.js +2 -2
- package/esm5/lib/BarSeries_combined.js +127 -104
- package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
- package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
- package/esm5/lib/BrushScale.js +7 -7
- package/esm5/lib/BubbleSeries_combined.js +252 -252
- package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
- package/esm5/lib/CalloutLayer_combined.js +442 -440
- package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
- package/esm5/lib/CategoryChart.js +531 -413
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +4 -4
- package/esm5/lib/CategoryErrorBarSettings.js +5 -5
- package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
- package/esm5/lib/CategoryMarkerManager.js +1 -1
- package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
- package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
- package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
- package/esm5/lib/CategoryXAxis_combined.js +140 -23
- package/esm5/lib/CategoryYAxis_combined.js +140 -23
- package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
- package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
- package/esm5/lib/ChartGroupDescription.js +59 -0
- package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
- package/esm5/lib/ChartSortDescription.js +75 -0
- package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
- package/esm5/lib/ChartSummaryDescription.js +149 -0
- package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
- package/esm5/lib/ColumnSeries_combined.js +64 -64
- package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
- package/esm5/lib/CrosshairLayer_combined.js +85 -85
- package/esm5/lib/CustomIndicator.js +23 -23
- package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
- package/esm5/lib/DataChartToolbarProvider.js +117 -0
- package/esm5/lib/DataChartVisualDataManager.js +4 -4
- package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
- package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
- package/esm5/lib/DataToolTipLayer_combined.js +436 -434
- package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
- package/esm5/lib/DomainChart.js +2101 -1752
- package/esm5/lib/EaseOfMovementIndicator.js +6 -6
- package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/FinalValueLayer_combined.js +70 -70
- package/esm5/lib/FinancialChart_combined.js +1404 -1299
- package/esm5/lib/FinancialEventArgs_combined.js +581 -581
- package/esm5/lib/FinancialIndicator_combined.js +200 -200
- package/esm5/lib/FinancialOverlay.js +36 -36
- package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
- package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
- package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
- package/esm5/lib/ForceIndexIndicator.js +15 -15
- package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
- package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
- package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
- package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
- package/esm5/lib/IDataChartToolbarProvider.js +7 -0
- package/esm5/lib/IZoomableCategoryAxis.js +11 -0
- package/esm5/lib/IndicatorProxy.js +11 -11
- package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
- package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
- package/esm5/lib/LineSeries_combined.js +38 -38
- package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
- package/esm5/lib/MassIndexIndicator.js +6 -6
- package/esm5/lib/MedianPriceIndicator.js +6 -6
- package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
- package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
- package/esm5/lib/NumberAbbreviator.js +1 -1
- package/esm5/lib/NumericXAxis_combined.js +3 -3
- package/esm5/lib/NumericYAxis_combined.js +3 -3
- package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
- package/esm5/lib/OrdinalTimeXAxis.js +109 -109
- package/esm5/lib/OverlayProxy.js +8 -8
- package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
- package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
- package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
- package/esm5/lib/PieChartViewManager_combined.js +9 -9
- package/esm5/lib/PointSeries_combined.js +19 -19
- package/esm5/lib/PolarAreaSeries_combined.js +23 -23
- package/esm5/lib/PolarBase_combined.js +384 -384
- package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
- package/esm5/lib/PolarLineSeries_combined.js +21 -21
- package/esm5/lib/PolarScatterSeries_combined.js +13 -13
- package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
- package/esm5/lib/PolarSplineSeries_combined.js +23 -23
- package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
- package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
- package/esm5/lib/RadialAreaSeries_combined.js +35 -35
- package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
- package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
- package/esm5/lib/RadialColumnSeries_combined.js +47 -47
- package/esm5/lib/RadialLineSeries_combined.js +37 -37
- package/esm5/lib/RadialPieSeries_combined.js +45 -45
- package/esm5/lib/RangeAreaSeries_combined.js +22 -22
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
- package/esm5/lib/RangeColumnSeries_combined.js +35 -35
- package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
- package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
- package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
- package/esm5/lib/ScatterBase_combined.js +441 -441
- package/esm5/lib/ScatterContourSeries_combined.js +110 -110
- package/esm5/lib/ScatterErrorBarSettings.js +5 -5
- package/esm5/lib/ScatterLineSeries.js +51 -51
- package/esm5/lib/ScatterLineSeriesView.js +7 -7
- package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
- package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
- package/esm5/lib/ScatterSeries_combined.js +15 -15
- package/esm5/lib/ScatterSplineSeries.js +38 -38
- package/esm5/lib/ScatterSplineSeriesView.js +7 -7
- package/esm5/lib/ScatterTriangulationSeries.js +173 -173
- package/esm5/lib/SeriesInteractionManager.js +80 -80
- package/esm5/lib/SeriesRenderManager.js +17 -17
- package/esm5/lib/SeriesRenderingArguments.js +1 -1
- package/esm5/lib/SeriesViewerInteractionManager.js +198 -198
- package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
- package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
- package/esm5/lib/SeriesViewer_combined.js +3458 -3101
- package/esm5/lib/SeriesVisualDataManager.js +23 -23
- package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
- package/esm5/lib/SizeScale.js +3 -3
- package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
- package/esm5/lib/SplineAreaSeries_combined.js +38 -38
- package/esm5/lib/SplineSeriesBase_combined.js +121 -121
- package/esm5/lib/SplineSeries_combined.js +25 -25
- package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100BarBucketCalculator.js +6 -6
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +6 -6
- package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
- package/esm5/lib/Stacked100DataPreparer.js +5 -5
- package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
- package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
- package/esm5/lib/StackedLineSeries_combined.js +9 -9
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1835 -1686
- package/esm5/lib/StandardDeviationIndicator.js +14 -14
- package/esm5/lib/StepAreaSeries_combined.js +37 -37
- package/esm5/lib/StepLineSeries_combined.js +43 -43
- package/esm5/lib/StochRSIIndicator.js +14 -14
- package/esm5/lib/StrategyBasedIndicator.js +59 -59
- package/esm5/lib/TRIXIndicator.js +15 -15
- package/esm5/lib/TileZoomManager_combined.js +9 -9
- package/esm5/lib/TimeAxisBase.js +8 -8
- package/esm5/lib/TimeXAxis.js +10 -10
- package/esm5/lib/TypicalPriceIndicator.js +6 -6
- package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
- package/esm5/lib/ValueOverlay_combined.js +115 -115
- package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
- package/esm5/lib/WaterfallSeries_combined.js +103 -103
- package/esm5/lib/WeightedCloseIndicator.js +6 -6
- package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
- package/esm5/lib/XYChart.js +717 -717
- package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm5/lib/igc-anchored-category-series-component.js +32 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +45 -31
- package/esm5/lib/igc-annotation-layer-component.js +31 -17
- package/esm5/lib/igc-area-fragment-component.js +14 -0
- package/esm5/lib/igc-area-series-component.js +14 -0
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
- package/esm5/lib/igc-average-directional-index-indicator-component.js +17 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +17 -3
- package/esm5/lib/igc-axis-annotation.js +5 -0
- package/esm5/lib/igc-axis-component.js +28 -6
- package/esm5/lib/igc-bar-fragment-component.js +34 -18
- package/esm5/lib/igc-bar-series-component.js +25 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +20 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +23 -9
- package/esm5/lib/igc-brush-scale-component.js +20 -0
- package/esm5/lib/igc-bubble-series-component.js +60 -44
- package/esm5/lib/igc-calculated-column.js +5 -0
- package/esm5/lib/igc-callout-annotation.js +12 -6
- package/esm5/lib/igc-callout-label-updating-event-args.js +44 -6
- package/esm5/lib/igc-callout-layer-component.js +115 -95
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-category-angle-axis-component.js +14 -0
- package/esm5/lib/igc-category-axis-base-component.js +14 -0
- package/esm5/lib/igc-category-chart-component.js +189 -112
- package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-category-highlight-layer-component.js +28 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +47 -32
- package/esm5/lib/igc-category-series-component.js +36 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +27 -12
- package/esm5/lib/igc-category-x-axis-component.js +109 -2
- package/esm5/lib/igc-category-y-axis-component.js +109 -2
- package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +17 -3
- package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm5/lib/igc-chart-group-description-collection.js +132 -0
- package/esm5/lib/igc-chart-group-description-module.js +19 -0
- package/esm5/lib/igc-chart-group-description.js +34 -0
- package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
- package/esm5/lib/igc-chart-series-event-args.js +7 -6
- package/esm5/lib/igc-chart-sort-description-collection.js +146 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +86 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +143 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +128 -0
- package/esm5/lib/igc-color-scale-component.js +20 -0
- package/esm5/lib/igc-column-fragment-component.js +39 -23
- package/esm5/lib/igc-column-series-component.js +27 -13
- package/esm5/lib/igc-column-supporting-calculation.js +5 -0
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +17 -3
- package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm5/lib/igc-crosshair-layer-component.js +105 -90
- package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm5/lib/igc-custom-indicator-component.js +14 -0
- package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm5/lib/igc-data-legend-component.js +12 -1
- package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm5/lib/igc-data-tool-tip-layer-component.js +379 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-domain-chart-component.js +1041 -650
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm5/lib/igc-doughnut-chart-component.js +7 -0
- package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-final-value-layer-component.js +57 -42
- package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm5/lib/igc-financial-chart-component.js +235 -157
- package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm5/lib/igc-financial-event-args.js +22 -10
- package/esm5/lib/igc-financial-indicator-component.js +30 -16
- package/esm5/lib/igc-financial-overlay-component.js +19 -5
- package/esm5/lib/igc-financial-price-series-component.js +44 -30
- package/esm5/lib/igc-financial-series-component.js +79 -60
- package/esm5/lib/igc-force-index-indicator-component.js +18 -4
- package/esm5/lib/igc-fragment-base-component.js +16 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +20 -6
- package/esm5/lib/igc-funnel-chart-component.js +9 -0
- package/esm5/lib/igc-funnel-data-context.js +5 -0
- package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm5/lib/igc-high-density-scatter-series-component.js +74 -57
- package/esm5/lib/igc-highlighting-info.js +12 -6
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +35 -19
- package/esm5/lib/igc-horizontal-range-category-series-component.js +47 -31
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +31 -15
- package/esm5/lib/igc-item-tool-tip-layer-component.js +33 -18
- package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-legend-base-component.js +10 -0
- package/esm5/lib/igc-line-fragment-component.js +15 -1
- package/esm5/lib/igc-line-series-component.js +15 -1
- package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm5/lib/igc-marker-series-component.js +42 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +15 -1
- package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm5/lib/igc-median-price-indicator-component.js +14 -0
- package/esm5/lib/igc-money-flow-index-indicator-component.js +18 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +15 -1
- package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +19 -5
- package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-pie-chart-base-component.js +28 -0
- package/esm5/lib/igc-pie-slice-others-context.js +5 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm5/lib/igc-point-series-component.js +14 -0
- package/esm5/lib/igc-polar-area-series-component.js +17 -3
- package/esm5/lib/igc-polar-base-component.js +95 -77
- package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm5/lib/igc-polar-line-series-component.js +18 -4
- package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm5/lib/igc-polar-spline-area-series-component.js +18 -4
- package/esm5/lib/igc-polar-spline-series-component.js +18 -4
- package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-price-channel-overlay-component.js +20 -6
- package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm5/lib/igc-radial-area-series-component.js +17 -3
- package/esm5/lib/igc-radial-base-component.js +49 -31
- package/esm5/lib/igc-radial-column-series-component.js +23 -9
- package/esm5/lib/igc-radial-line-series-component.js +18 -4
- package/esm5/lib/igc-radial-pie-series-component.js +23 -9
- package/esm5/lib/igc-range-area-series-component.js +14 -0
- package/esm5/lib/igc-range-category-series-component.js +20 -6
- package/esm5/lib/igc-range-column-series-component.js +24 -10
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +17 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +18 -4
- package/esm5/lib/igc-ring-series-base-component.js +20 -0
- package/esm5/lib/igc-ring-series-component.js +25 -5
- package/esm5/lib/igc-ring.js +12 -6
- package/esm5/lib/igc-scale-legend-component.js +14 -0
- package/esm5/lib/igc-scaler-params.js +5 -0
- package/esm5/lib/igc-scatter-area-series-component.js +40 -24
- package/esm5/lib/igc-scatter-base-component.js +79 -61
- package/esm5/lib/igc-scatter-contour-series-component.js +46 -29
- package/esm5/lib/igc-scatter-line-series-component.js +18 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +59 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +27 -7
- package/esm5/lib/igc-scatter-series-component.js +14 -0
- package/esm5/lib/igc-scatter-spline-series-component.js +18 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +54 -37
- package/esm5/lib/igc-series-component.js +219 -185
- package/esm5/lib/igc-series-viewer-component.js +441 -282
- package/esm5/lib/igc-shape-series-base-component.js +64 -45
- package/esm5/lib/igc-size-scale-component.js +20 -0
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +17 -3
- package/esm5/lib/igc-sparkline-component.js +5 -0
- package/esm5/lib/igc-spline-area-fragment-component.js +15 -1
- package/esm5/lib/igc-spline-area-series-component.js +15 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +16 -2
- package/esm5/lib/igc-spline-fragment-component.js +15 -1
- package/esm5/lib/igc-spline-series-base-component.js +20 -6
- package/esm5/lib/igc-spline-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-area-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +15 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +15 -1
- package/esm5/lib/igc-stacked-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-bar-series-component.js +26 -12
- package/esm5/lib/igc-stacked-column-series-component.js +23 -9
- package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
- package/esm5/lib/igc-stacked-line-series-component.js +15 -1
- package/esm5/lib/igc-stacked-series-base-component.js +12 -11
- package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm5/lib/igc-stacked-spline-area-series-component.js +18 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +18 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +17 -3
- package/esm5/lib/igc-step-area-series-component.js +16 -2
- package/esm5/lib/igc-step-line-series-component.js +17 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +17 -3
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-time-axis-base-component.js +14 -0
- package/esm5/lib/igc-time-axis-break-component.js +19 -0
- package/esm5/lib/igc-time-axis-interval-component.js +19 -0
- package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm5/lib/igc-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-treemap-component.js +11 -0
- package/esm5/lib/igc-treemap-node-style-component.js +19 -0
- package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm5/lib/igc-trix-indicator-component.js +17 -3
- package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-value-brush-scale-component.js +14 -0
- package/esm5/lib/igc-value-overlay-component.js +67 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +38 -22
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +30 -14
- package/esm5/lib/igc-waterfall-series-component.js +33 -19
- package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +17 -3
- package/esm5/lib/igc-xy-chart-component.js +232 -218
- package/esm5/lib/igc-zoom-slider-component.js +7 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +28613 -22896
- package/fesm5/igniteui-webcomponents-charts.js +29103 -22747
- package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/AccumulationDistributionIndicator.d.ts +4 -4
- package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
- package/lib/AnnotationLayerProxy.d.ts +4 -0
- package/lib/AnnotationLayer_combined.d.ts +40 -40
- package/lib/AreaSeries_combined.d.ts +8 -8
- package/lib/AutomaticSeriesManager.d.ts +1 -0
- package/lib/AutomaticSeriesPurpose.d.ts +11 -0
- package/lib/AutomaticSeriesRequest.d.ts +1 -0
- package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
- package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
- package/lib/AverageTrueRangeIndicator.d.ts +8 -8
- package/lib/BarSeries_combined.d.ts +19 -19
- package/lib/BollingerBandWidthIndicator.d.ts +10 -10
- package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
- package/lib/BubbleSeries_combined.d.ts +48 -48
- package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
- package/lib/CalloutLayer_combined.d.ts +101 -101
- package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
- package/lib/CategoryChart.d.ts +131 -116
- package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
- package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
- package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
- package/lib/CategoryXAxis_combined.d.ts +17 -5
- package/lib/CategoryYAxis_combined.d.ts +17 -5
- package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
- package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
- package/lib/ChartGroupDescription.d.ts +16 -0
- package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
- package/lib/ChartSortDescription.d.ts +18 -0
- package/lib/ChartSortDescriptionCollection.d.ts +27 -0
- package/lib/ChartSummaryDescription.d.ts +33 -0
- package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
- package/lib/ColumnSeries_combined.d.ts +17 -17
- package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
- package/lib/CrosshairLayer_combined.d.ts +41 -41
- package/lib/CustomIndicator.d.ts +8 -8
- package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
- package/lib/DataChartToolbarProvider.d.ts +21 -0
- package/lib/DataToolTipLayer_combined.d.ts +138 -138
- package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
- package/lib/DomainChart.d.ts +541 -489
- package/lib/EaseOfMovementIndicator.d.ts +4 -4
- package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/FinalValueLayer_combined.d.ts +28 -28
- package/lib/FinancialChart_combined.d.ts +299 -287
- package/lib/FinancialEventArgs_combined.d.ts +123 -123
- package/lib/FinancialIndicator_combined.d.ts +36 -36
- package/lib/FinancialOverlay.d.ts +9 -9
- package/lib/FinancialPriceSeries_combined.d.ts +41 -41
- package/lib/ForceIndexIndicator.d.ts +9 -9
- package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
- package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
- package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
- package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
- package/lib/IAnnotationLayerProxy.d.ts +4 -0
- package/lib/IDataChartToolbarProvider.d.ts +1 -0
- package/lib/IZoomableCategoryAxis.d.ts +17 -0
- package/lib/ItemToolTipLayer_combined.d.ts +19 -19
- package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
- package/lib/LineSeries_combined.d.ts +7 -7
- package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
- package/lib/MassIndexIndicator.d.ts +4 -4
- package/lib/MedianPriceIndicator.d.ts +4 -4
- package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
- package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
- package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
- package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
- package/lib/OrdinalTimeXAxis.d.ts +26 -26
- package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
- package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
- package/lib/PointSeries_combined.d.ts +6 -6
- package/lib/PolarAreaSeries_combined.d.ts +7 -7
- package/lib/PolarBase_combined.d.ts +107 -107
- package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
- package/lib/PolarLineSeries_combined.d.ts +8 -8
- package/lib/PolarScatterSeries_combined.d.ts +4 -4
- package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
- package/lib/PolarSplineSeries_combined.d.ts +7 -7
- package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
- package/lib/PriceChannelOverlay_combined.d.ts +14 -14
- package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
- package/lib/RadialAreaSeries_combined.d.ts +7 -7
- package/lib/RadialBucketCalculator_combined.d.ts +50 -50
- package/lib/RadialColumnSeries_combined.d.ts +11 -11
- package/lib/RadialLineSeries_combined.d.ts +8 -8
- package/lib/RadialPieSeries_combined.d.ts +13 -13
- package/lib/RangeAreaSeries_combined.d.ts +6 -6
- package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
- package/lib/RangeColumnSeries_combined.d.ts +12 -12
- package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
- package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
- package/lib/ScatterAreaSeries_combined.d.ts +28 -28
- package/lib/ScatterBase_combined.d.ts +108 -108
- package/lib/ScatterContourSeries_combined.d.ts +20 -20
- package/lib/ScatterLineSeries.d.ts +12 -12
- package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
- package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
- package/lib/ScatterSeries_combined.d.ts +4 -4
- package/lib/ScatterSplineSeries.d.ts +9 -9
- package/lib/ScatterTriangulationSeries.d.ts +40 -40
- package/lib/SeriesViewer_combined.d.ts +1036 -956
- package/lib/ShapeSeriesBase_combined.d.ts +91 -91
- package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
- package/lib/SplineAreaSeries_combined.d.ts +8 -8
- package/lib/SplineSeriesBase_combined.d.ts +23 -23
- package/lib/SplineSeries_combined.d.ts +6 -6
- package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100BarSeries_combined.d.ts +6 -6
- package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
- package/lib/Stacked100LineSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
- package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
- package/lib/StackedLineSeries_combined.d.ts +3 -3
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +415 -397
- package/lib/StandardDeviationIndicator.d.ts +8 -8
- package/lib/StepAreaSeries_combined.d.ts +10 -10
- package/lib/StepLineSeries_combined.d.ts +9 -9
- package/lib/StochRSIIndicator.d.ts +8 -8
- package/lib/StrategyBasedIndicator.d.ts +21 -21
- package/lib/TRIXIndicator.d.ts +8 -8
- package/lib/TypicalPriceIndicator.d.ts +4 -4
- package/lib/UltimateOscillatorIndicator.d.ts +4 -4
- package/lib/ValueOverlay_combined.d.ts +41 -41
- package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
- package/lib/WaterfallSeries_combined.d.ts +23 -23
- package/lib/WeightedCloseIndicator.d.ts +4 -4
- package/lib/WilliamsPercentRIndicator.d.ts +8 -8
- package/lib/XYChart.d.ts +187 -187
- package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
- package/lib/igc-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-anchored-radial-series-component.d.ts +1 -0
- package/lib/igc-annotation-layer-component.d.ts +1 -0
- package/lib/igc-area-fragment-component.d.ts +1 -0
- package/lib/igc-area-series-component.d.ts +1 -0
- package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
- package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
- package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
- package/lib/igc-axis-component.d.ts +1 -0
- package/lib/igc-bar-fragment-component.d.ts +1 -0
- package/lib/igc-bar-series-component.d.ts +1 -0
- package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
- package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
- package/lib/igc-brush-scale-component.d.ts +1 -0
- package/lib/igc-bubble-series-component.d.ts +1 -0
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-callout-layer-component.d.ts +1 -0
- package/lib/igc-category-angle-axis-component.d.ts +1 -0
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
- package/lib/igc-category-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-series-component.d.ts +1 -0
- package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-category-x-axis-component.d.ts +38 -0
- package/lib/igc-category-y-axis-component.d.ts +38 -0
- package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
- package/lib/igc-chart-group-description-collection.d.ts +24 -0
- package/lib/igc-chart-group-description-module.d.ts +3 -0
- package/lib/igc-chart-group-description.d.ts +14 -0
- package/lib/igc-chart-sort-description-collection.d.ts +28 -0
- package/lib/igc-chart-sort-description-module.d.ts +3 -0
- package/lib/igc-chart-sort-description.d.ts +31 -0
- package/lib/igc-chart-summary-description-collection.d.ts +25 -0
- package/lib/igc-chart-summary-description-module.d.ts +3 -0
- package/lib/igc-chart-summary-description.d.ts +35 -0
- package/lib/igc-color-scale-component.d.ts +1 -0
- package/lib/igc-column-fragment-component.d.ts +1 -0
- package/lib/igc-column-series-component.d.ts +1 -0
- package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
- package/lib/igc-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-crosshair-layer-component.d.ts +1 -0
- package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-custom-indicator-component.d.ts +1 -0
- package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
- package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
- package/lib/igc-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +2 -1
- package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
- package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-final-value-layer-component.d.ts +1 -0
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-financial-indicator-component.d.ts +1 -0
- package/lib/igc-financial-overlay-component.d.ts +1 -0
- package/lib/igc-financial-price-series-component.d.ts +1 -0
- package/lib/igc-financial-series-component.d.ts +1 -0
- package/lib/igc-force-index-indicator-component.d.ts +1 -0
- package/lib/igc-fragment-base-component.d.ts +1 -0
- package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
- package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-line-fragment-component.d.ts +1 -0
- package/lib/igc-line-series-component.d.ts +1 -0
- package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-marker-series-component.d.ts +1 -0
- package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
- package/lib/igc-mass-index-indicator-component.d.ts +1 -0
- package/lib/igc-median-price-indicator-component.d.ts +1 -0
- package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
- package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
- package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
- package/lib/igc-numeric-x-axis-component.d.ts +1 -0
- package/lib/igc-numeric-y-axis-component.d.ts +1 -0
- package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
- package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
- package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
- package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-pie-chart-base-component.d.ts +1 -0
- package/lib/igc-point-series-component.d.ts +1 -0
- package/lib/igc-polar-area-series-component.d.ts +1 -0
- package/lib/igc-polar-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-component.d.ts +1 -0
- package/lib/igc-polar-scatter-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-series-component.d.ts +1 -0
- package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-price-channel-overlay-component.d.ts +1 -0
- package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
- package/lib/igc-radial-area-series-component.d.ts +1 -0
- package/lib/igc-radial-base-component.d.ts +1 -0
- package/lib/igc-radial-column-series-component.d.ts +1 -0
- package/lib/igc-radial-line-series-component.d.ts +1 -0
- package/lib/igc-radial-pie-series-component.d.ts +1 -0
- package/lib/igc-range-area-series-component.d.ts +1 -0
- package/lib/igc-range-category-series-component.d.ts +1 -0
- package/lib/igc-range-column-series-component.d.ts +1 -0
- package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
- package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
- package/lib/igc-ring-series-base-component.d.ts +1 -0
- package/lib/igc-ring-series-component.d.ts +1 -0
- package/lib/igc-scale-legend-component.d.ts +1 -0
- package/lib/igc-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-scatter-base-component.d.ts +1 -0
- package/lib/igc-scatter-contour-series-component.d.ts +1 -0
- package/lib/igc-scatter-line-series-component.d.ts +1 -0
- package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
- package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
- package/lib/igc-scatter-series-component.d.ts +1 -0
- package/lib/igc-scatter-spline-series-component.d.ts +1 -0
- package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +5 -0
- package/lib/igc-series-viewer-component.d.ts +52 -0
- package/lib/igc-shape-series-base-component.d.ts +1 -0
- package/lib/igc-size-scale-component.d.ts +1 -0
- package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-spline-area-fragment-component.d.ts +1 -0
- package/lib/igc-spline-area-series-component.d.ts +1 -0
- package/lib/igc-spline-fragment-base-component.d.ts +1 -0
- package/lib/igc-spline-fragment-component.d.ts +1 -0
- package/lib/igc-spline-series-base-component.d.ts +1 -0
- package/lib/igc-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
- package/lib/igc-stacked-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-series-component.d.ts +1 -0
- package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
- package/lib/igc-step-area-series-component.d.ts +1 -0
- package/lib/igc-step-line-series-component.d.ts +1 -0
- package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
- package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/lib/igc-time-axis-break-component.d.ts +1 -0
- package/lib/igc-time-axis-interval-component.d.ts +1 -0
- package/lib/igc-time-axis-label-format-component.d.ts +1 -0
- package/lib/igc-time-x-axis-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
- package/lib/igc-trix-indicator-component.d.ts +1 -0
- package/lib/igc-typical-price-indicator-component.d.ts +1 -0
- package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-value-brush-scale-component.d.ts +1 -0
- package/lib/igc-value-overlay-component.d.ts +1 -0
- package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-waterfall-series-component.d.ts +1 -0
- package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
- package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
- package/lib/igc-xy-chart-component.d.ts +1 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
|
@@ -3,6 +3,7 @@ import { INotifyPropertyChanged, Type, Base, Point, EventArgs, PropertyChangedEv
|
|
|
3
3
|
import { ILegendOwner } from "igniteui-webcomponents-core";
|
|
4
4
|
import { IInternalLegendOwner } from "igniteui-webcomponents-core";
|
|
5
5
|
import { IDataLegendTarget } from "igniteui-webcomponents-core";
|
|
6
|
+
import { IToolbarTarget } from "igniteui-webcomponents-core";
|
|
6
7
|
import { ISeriesViewerWidget } from "./ISeriesViewerWidget";
|
|
7
8
|
import { SRProvider } from "igniteui-webcomponents-core";
|
|
8
9
|
import { SeriesPlotAreaMarginHorizontalMode } from "./SeriesPlotAreaMarginHorizontalMode";
|
|
@@ -35,6 +36,9 @@ import { DataTemplate } from "igniteui-webcomponents-core";
|
|
|
35
36
|
import { HorizontalAlignment } from "igniteui-webcomponents-core";
|
|
36
37
|
import { CanvasRenderScheduler } from "igniteui-webcomponents-core";
|
|
37
38
|
import { SyncSettings } from "./SyncSettings";
|
|
39
|
+
import { ToolActionInfo } from "igniteui-webcomponents-core";
|
|
40
|
+
import { ToolCommand } from "igniteui-webcomponents-core";
|
|
41
|
+
import { ICommandAvailabilityListener } from "igniteui-webcomponents-core";
|
|
38
42
|
import { SeriesViewerComponentsForView } from "./SeriesViewerComponentsForView";
|
|
39
43
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
40
44
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
@@ -111,6 +115,7 @@ import { FastItemsSourceEventAction } from "igniteui-webcomponents-core";
|
|
|
111
115
|
import { AxisRangeBufferMode } from "./AxisRangeBufferMode";
|
|
112
116
|
import { NumericAxisRenderingParameters } from "./NumericAxisRenderingParameters";
|
|
113
117
|
import { AxisRenderingParametersBase } from "./AxisRenderingParametersBase";
|
|
118
|
+
import { AutomaticSeriesPurpose } from "./AutomaticSeriesPurpose";
|
|
114
119
|
import { HighlightingState } from "./HighlightingState";
|
|
115
120
|
import { Marker } from "./Marker";
|
|
116
121
|
import { Polyline } from "igniteui-webcomponents-core";
|
|
@@ -141,544 +146,566 @@ import { HashPool$2 } from "igniteui-webcomponents-core";
|
|
|
141
146
|
/**
|
|
142
147
|
* @hidden
|
|
143
148
|
*/
|
|
144
|
-
export declare abstract class SeriesViewer extends Control implements INotifyPropertyChanged, ILegendOwner, IInternalLegendOwner, IDataLegendTarget {
|
|
149
|
+
export declare abstract class SeriesViewer extends Control implements INotifyPropertyChanged, ILegendOwner, IInternalLegendOwner, IDataLegendTarget, IToolbarTarget {
|
|
145
150
|
static $t: Type;
|
|
146
151
|
private _widget;
|
|
147
152
|
widget: ISeriesViewerWidget;
|
|
148
|
-
|
|
153
|
+
cu: SeriesViewerView;
|
|
149
154
|
static staticInit(): void;
|
|
150
|
-
private
|
|
151
|
-
private readonly
|
|
152
|
-
private
|
|
153
|
-
|
|
154
|
-
|
|
155
|
+
private c6;
|
|
156
|
+
private readonly c7;
|
|
157
|
+
private an;
|
|
158
|
+
ao(a: SeriesViewer): AutomaticSeriesManager;
|
|
159
|
+
getDesiredToolbarActions(): ToolActionInfo[];
|
|
160
|
+
onToolCommandExecuting(a: ToolCommand): void;
|
|
161
|
+
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
162
|
+
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
163
|
+
private a5;
|
|
164
|
+
readonly a6: IDataChartToolbarProvider;
|
|
165
|
+
readonly eo: boolean;
|
|
166
|
+
private a8;
|
|
167
|
+
readonly a9: ISeriesViewerInteractionManager;
|
|
168
|
+
readonly eh: boolean;
|
|
155
169
|
constructor();
|
|
156
|
-
private
|
|
157
|
-
|
|
158
|
-
private
|
|
159
|
-
protected
|
|
160
|
-
readonly
|
|
161
|
-
protected
|
|
162
|
-
readonly
|
|
163
|
-
|
|
170
|
+
private cm;
|
|
171
|
+
l2(): void;
|
|
172
|
+
private n0;
|
|
173
|
+
protected get_ez(): boolean;
|
|
174
|
+
readonly ez: boolean;
|
|
175
|
+
protected get_ey(): boolean;
|
|
176
|
+
readonly ey: boolean;
|
|
177
|
+
l3(): void;
|
|
164
178
|
readonly series: SeriesCollection;
|
|
165
|
-
private
|
|
166
|
-
private
|
|
167
|
-
private
|
|
168
|
-
|
|
169
|
-
private
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
protected
|
|
179
|
+
private bp;
|
|
180
|
+
private ou;
|
|
181
|
+
private bw;
|
|
182
|
+
bx: SeriesPlotAreaMarginHorizontalMode;
|
|
183
|
+
private by;
|
|
184
|
+
bz: SeriesPlotAreaMarginVerticalMode;
|
|
185
|
+
l5(): void;
|
|
186
|
+
protected mq(): void;
|
|
173
187
|
private _skipDataCleanup;
|
|
174
188
|
skipDataCleanup: boolean;
|
|
175
|
-
protected
|
|
176
|
-
private
|
|
177
|
-
|
|
189
|
+
protected oo(a: any): void;
|
|
190
|
+
private ov;
|
|
191
|
+
l8(a: number, b: number, c: boolean, d: boolean): {
|
|
178
192
|
p0?: number;
|
|
179
193
|
p1?: number;
|
|
180
194
|
};
|
|
181
|
-
|
|
182
|
-
readonly
|
|
183
|
-
protected readonly
|
|
184
|
-
protected readonly
|
|
185
|
-
protected readonly
|
|
186
|
-
readonly
|
|
187
|
-
readonly
|
|
188
|
-
readonly
|
|
189
|
-
private
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
private
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
private
|
|
195
|
+
d3(): boolean;
|
|
196
|
+
readonly fb: boolean;
|
|
197
|
+
protected readonly ed: boolean;
|
|
198
|
+
protected readonly dw: boolean;
|
|
199
|
+
protected readonly dv: boolean;
|
|
200
|
+
readonly du: boolean;
|
|
201
|
+
readonly a7: IHighlightingManager;
|
|
202
|
+
readonly ba: ISeriesViewerScrollbarManager;
|
|
203
|
+
private lw;
|
|
204
|
+
cv: DoubleAnimator;
|
|
205
|
+
cw: DoubleAnimator;
|
|
206
|
+
private l1;
|
|
207
|
+
o8(a: number): void;
|
|
208
|
+
l0(): void;
|
|
209
|
+
sg(a: number): Brush;
|
|
210
|
+
sm(a: number): Brush;
|
|
211
|
+
sk(a: number): Brush;
|
|
212
|
+
sl(a: number): Brush;
|
|
213
|
+
private sf;
|
|
200
214
|
ag: BrushCollection;
|
|
201
215
|
aj: BrushCollection;
|
|
202
216
|
ah: BrushCollection;
|
|
203
217
|
ai: BrushCollection;
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
private
|
|
208
|
-
|
|
209
|
-
readonly
|
|
218
|
+
be: MarkerAutomaticBehavior;
|
|
219
|
+
ar: ChartContentManager;
|
|
220
|
+
s0: Point;
|
|
221
|
+
private sz;
|
|
222
|
+
ok(): void;
|
|
223
|
+
readonly eg: boolean;
|
|
210
224
|
legend: IChartLegend;
|
|
211
|
-
static readonly
|
|
212
|
-
|
|
225
|
+
static readonly qs: DependencyProperty;
|
|
226
|
+
ds: boolean;
|
|
213
227
|
plotAreaMouseLeftButtonDown: (sender: any, e: PlotAreaMouseButtonEventArgs) => void;
|
|
214
228
|
plotAreaMouseLeftButtonUp: (sender: any, e: PlotAreaMouseButtonEventArgs) => void;
|
|
215
229
|
plotAreaClicked: (sender: any, e: PlotAreaMouseButtonEventArgs) => void;
|
|
216
230
|
plotAreaMouseEnter: (sender: any, e: PlotAreaMouseEventArgs) => void;
|
|
217
231
|
plotAreaMouseLeave: (sender: any, e: PlotAreaMouseEventArgs) => void;
|
|
218
232
|
plotAreaMouseOver: (sender: any, e: PlotAreaMouseEventArgs) => void;
|
|
219
|
-
|
|
220
|
-
private bb;
|
|
233
|
+
ng(a: Point, b: boolean): void;
|
|
221
234
|
private bf;
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
235
|
+
private bj;
|
|
236
|
+
nh(a: Point, b: boolean, c: boolean): void;
|
|
237
|
+
static readonly px: DependencyProperty;
|
|
238
|
+
ep: boolean;
|
|
239
|
+
static readonly qo: DependencyProperty;
|
|
240
|
+
fa: boolean;
|
|
241
|
+
static readonly rb: DependencyProperty;
|
|
242
|
+
bv: SeriesHighlightingMode;
|
|
243
|
+
static readonly p7: DependencyProperty;
|
|
244
|
+
b5: SeriesViewerScrollbarMode;
|
|
245
|
+
protected b3: SeriesViewerScrollbarMode;
|
|
246
|
+
static readonly qf: DependencyProperty;
|
|
247
|
+
b6: SeriesViewerScrollbarMode;
|
|
248
|
+
protected b4: SeriesViewerScrollbarMode;
|
|
249
|
+
static readonly rp: DependencyProperty;
|
|
250
|
+
b2: SeriesViewerHorizontalScrollbarPosition;
|
|
251
|
+
static readonly qh: DependencyProperty;
|
|
252
|
+
b7: SeriesViewerVerticalScrollbarPosition;
|
|
253
|
+
static readonly rr: DependencyProperty;
|
|
254
|
+
so: Brush;
|
|
255
|
+
static readonly qb: DependencyProperty;
|
|
256
|
+
sp: Brush;
|
|
257
|
+
static readonly qg: DependencyProperty;
|
|
258
|
+
gs: number;
|
|
259
|
+
static readonly qj: DependencyProperty;
|
|
260
|
+
gr: number;
|
|
261
|
+
static readonly qe: DependencyProperty;
|
|
262
|
+
go: number;
|
|
263
|
+
static readonly qa: DependencyProperty;
|
|
264
|
+
gp: number;
|
|
265
|
+
static readonly qc: DependencyProperty;
|
|
266
|
+
gq: number;
|
|
267
|
+
static readonly qd: DependencyProperty;
|
|
268
|
+
gu: number;
|
|
269
|
+
static readonly ql: DependencyProperty;
|
|
270
|
+
gt: number;
|
|
227
271
|
static readonly qk: DependencyProperty;
|
|
228
|
-
|
|
229
|
-
static readonly
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
static readonly
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
static readonly
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
static readonly
|
|
261
|
-
|
|
262
|
-
static readonly
|
|
263
|
-
r4: Brush;
|
|
264
|
-
static readonly qz: DependencyProperty;
|
|
265
|
-
g0: number;
|
|
266
|
-
static readonly q2: DependencyProperty;
|
|
267
|
-
gz: number;
|
|
268
|
-
static readonly qx: DependencyProperty;
|
|
269
|
-
gx: number;
|
|
270
|
-
static readonly qu: DependencyProperty;
|
|
271
|
-
g3: number;
|
|
272
|
-
static readonly q5: DependencyProperty;
|
|
273
|
-
gy: number;
|
|
274
|
-
static readonly qw: DependencyProperty;
|
|
275
|
-
g2: number;
|
|
276
|
-
static readonly q4: DependencyProperty;
|
|
277
|
-
g1: number;
|
|
278
|
-
static readonly q3: DependencyProperty;
|
|
279
|
-
fd: boolean;
|
|
280
|
-
static readonly kh: string;
|
|
281
|
-
static readonly q1: DependencyProperty;
|
|
282
|
-
private bq;
|
|
283
|
-
private bn;
|
|
284
|
-
readonly bo: SeriesHighlightingBehavior;
|
|
285
|
-
bp: SeriesHighlightingBehavior;
|
|
286
|
-
static readonly pg: DependencyProperty;
|
|
287
|
-
a7: LegendHighlightingMode;
|
|
288
|
-
static readonly pz: DependencyProperty;
|
|
289
|
-
a9: LegendItemBadgeShape;
|
|
290
|
-
static readonly p1: DependencyProperty;
|
|
291
|
-
a8: LegendItemBadgeMode;
|
|
292
|
-
static readonly p0: DependencyProperty;
|
|
272
|
+
d5: boolean;
|
|
273
|
+
static readonly i4: string;
|
|
274
|
+
static readonly qi: DependencyProperty;
|
|
275
|
+
sx: Brush;
|
|
276
|
+
static readonly rm: DependencyProperty;
|
|
277
|
+
sy: Brush;
|
|
278
|
+
static readonly rq: DependencyProperty;
|
|
279
|
+
he: number;
|
|
280
|
+
static readonly rt: DependencyProperty;
|
|
281
|
+
hd: number;
|
|
282
|
+
static readonly ro: DependencyProperty;
|
|
283
|
+
hb: number;
|
|
284
|
+
static readonly rl: DependencyProperty;
|
|
285
|
+
hh: number;
|
|
286
|
+
static readonly rw: DependencyProperty;
|
|
287
|
+
hc: number;
|
|
288
|
+
static readonly rn: DependencyProperty;
|
|
289
|
+
hg: number;
|
|
290
|
+
static readonly rv: DependencyProperty;
|
|
291
|
+
hf: number;
|
|
292
|
+
static readonly ru: DependencyProperty;
|
|
293
|
+
fj: boolean;
|
|
294
|
+
static readonly k1: string;
|
|
295
|
+
static readonly rs: DependencyProperty;
|
|
296
|
+
private bu;
|
|
297
|
+
private br;
|
|
298
|
+
readonly bs: SeriesHighlightingBehavior;
|
|
299
|
+
bt: SeriesHighlightingBehavior;
|
|
300
|
+
static readonly p6: DependencyProperty;
|
|
301
|
+
bb: LegendHighlightingMode;
|
|
302
|
+
static readonly qp: DependencyProperty;
|
|
303
|
+
bd: LegendItemBadgeShape;
|
|
304
|
+
static readonly qr: DependencyProperty;
|
|
305
|
+
bc: LegendItemBadgeMode;
|
|
306
|
+
static readonly qq: DependencyProperty;
|
|
293
307
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
294
308
|
propertyUpdated: (sender: any, e: PropertyUpdatedEventArgs) => void;
|
|
295
|
-
protected
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
readonly
|
|
305
|
-
private
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
+
protected n8(a: string, b: any, c: any): void;
|
|
310
|
+
m7(): void;
|
|
311
|
+
m8(a: IEnumerable): void;
|
|
312
|
+
nj(a: Series, b: any, c: any): void;
|
|
313
|
+
nn(a: Series, b: any, c: any): void;
|
|
314
|
+
nk(a: Series, b: any, c: any): void;
|
|
315
|
+
nl(a: Series, b: any, c: any): void;
|
|
316
|
+
nm(a: Series, b: any, c: any): void;
|
|
317
|
+
lh(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
318
|
+
readonly ev: boolean;
|
|
319
|
+
private dg;
|
|
320
|
+
mp(): void;
|
|
321
|
+
no(a: Series, b: any, c: any): void;
|
|
322
|
+
np(a: Series, b: any, c: any): void;
|
|
309
323
|
seriesCursorMouseMove: (sender: any, e: ChartCursorEventArgs) => void;
|
|
310
|
-
|
|
324
|
+
ob(a: Series, b: any): void;
|
|
311
325
|
seriesMouseLeftButtonDown: (sender: any, e: DataChartMouseButtonEventArgs) => void;
|
|
312
|
-
|
|
326
|
+
of(a: Series, b: any, c: MouseButtonEventArgs): void;
|
|
313
327
|
seriesMouseLeftButtonUp: (sender: any, e: DataChartMouseButtonEventArgs) => void;
|
|
314
|
-
|
|
328
|
+
og(a: Series, b: any, c: MouseButtonEventArgs): void;
|
|
315
329
|
seriesMouseMove: (sender: any, e: ChartMouseEventArgs) => void;
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
330
|
+
oz(a: Point): void;
|
|
331
|
+
o0(a: Point): void;
|
|
332
|
+
oh(a: Series, b: any, c: MouseEventArgs): void;
|
|
319
333
|
seriesMouseEnter: (sender: any, e: ChartMouseEventArgs) => void;
|
|
320
|
-
|
|
334
|
+
od(a: Series, b: any, c: MouseEventArgs): void;
|
|
321
335
|
seriesMouseLeave: (sender: any, e: ChartMouseEventArgs) => void;
|
|
322
|
-
|
|
323
|
-
private
|
|
324
|
-
|
|
325
|
-
private
|
|
326
|
-
protected
|
|
327
|
-
readonly
|
|
328
|
-
private
|
|
329
|
-
|
|
330
|
-
protected
|
|
331
|
-
readonly
|
|
332
|
-
|
|
333
|
-
private
|
|
334
|
-
private
|
|
335
|
-
protected
|
|
336
|
-
readonly
|
|
337
|
-
|
|
338
|
-
protected
|
|
339
|
-
|
|
340
|
-
protected
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
private
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
protected
|
|
351
|
-
protected
|
|
352
|
-
|
|
353
|
-
private
|
|
354
|
-
|
|
355
|
-
private
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
private
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
protected
|
|
362
|
-
private
|
|
363
|
-
|
|
364
|
-
|
|
336
|
+
oe(a: Series, b: any, c: MouseEventArgs): void;
|
|
337
|
+
private db;
|
|
338
|
+
mo(): void;
|
|
339
|
+
private s8;
|
|
340
|
+
protected get_to(): Rect;
|
|
341
|
+
readonly to: Rect;
|
|
342
|
+
private s6;
|
|
343
|
+
td: Rect;
|
|
344
|
+
protected get_d4(): boolean;
|
|
345
|
+
readonly d4: boolean;
|
|
346
|
+
ti(a: Rect, b: Rect, c: Rect): Rect;
|
|
347
|
+
private c9;
|
|
348
|
+
private s5;
|
|
349
|
+
protected get_tc(): Rect;
|
|
350
|
+
readonly tc: Rect;
|
|
351
|
+
tg(a: Rect, b: Rect, c: Rect): Rect;
|
|
352
|
+
protected tb(a: Rect): Rect;
|
|
353
|
+
th(): Rect;
|
|
354
|
+
protected o4(a: Axis): void;
|
|
355
|
+
tp: Rect;
|
|
356
|
+
fi: boolean;
|
|
357
|
+
dp: boolean;
|
|
358
|
+
e5: boolean;
|
|
359
|
+
hx: number;
|
|
360
|
+
private hp;
|
|
361
|
+
hs: number;
|
|
362
|
+
hv: number;
|
|
363
|
+
hw: number;
|
|
364
|
+
protected ew: boolean;
|
|
365
|
+
protected dr: boolean;
|
|
366
|
+
n3(a: Rect, b: Rect): void;
|
|
367
|
+
private b0;
|
|
368
|
+
b1(): SeriesViewerComponentsForView;
|
|
369
|
+
private de;
|
|
370
|
+
ln(a: Point, b: boolean): void;
|
|
371
|
+
ek: boolean;
|
|
372
|
+
private at;
|
|
373
|
+
av: ChartHitTestMode;
|
|
374
|
+
oj(): void;
|
|
375
|
+
protected aw(): ChartHitTestMode;
|
|
376
|
+
private as;
|
|
377
|
+
au: ChartHitTestMode;
|
|
378
|
+
el: boolean;
|
|
365
379
|
seriesAnimating: (series: Series) => void;
|
|
366
|
-
|
|
367
|
-
abstract
|
|
368
|
-
abstract
|
|
369
|
-
|
|
380
|
+
oa(a: Series): void;
|
|
381
|
+
abstract er(): boolean;
|
|
382
|
+
abstract es(): boolean;
|
|
383
|
+
eq(): boolean;
|
|
370
384
|
onDetachedFromUI(): void;
|
|
371
385
|
onAttachedToUI(): void;
|
|
372
|
-
|
|
373
|
-
private
|
|
374
|
-
private
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
private de;
|
|
381
|
-
dv: boolean;
|
|
382
|
-
private c6;
|
|
383
|
-
dp: boolean;
|
|
384
|
-
protected get_ee(): boolean;
|
|
385
|
-
readonly ee: boolean;
|
|
386
|
-
mf(a: Point): void;
|
|
387
|
-
readonly dy: boolean;
|
|
388
|
-
j6: string;
|
|
389
|
-
ms(a: Point): void;
|
|
390
|
-
mg(a: Point, b: boolean): void;
|
|
391
|
-
me(a: Point): void;
|
|
392
|
-
ez: boolean;
|
|
393
|
-
private nb;
|
|
394
|
-
mr(a: Point): void;
|
|
395
|
-
nc(a: Point, b: number, c: number, d: number): void;
|
|
396
|
-
mq(a: number): void;
|
|
397
|
-
m8(a: Point, b: number, c: number, d: number): void;
|
|
398
|
-
mm(a: Point): void;
|
|
399
|
-
mp(a: number): void;
|
|
400
|
-
mh(a: Point): void;
|
|
401
|
-
m7(a: Point, b: number, c: number, d: number): void;
|
|
402
|
-
m4(): void;
|
|
403
|
-
mj(a: Size): void;
|
|
404
|
-
lc(): void;
|
|
405
|
-
l6(a: Point, b: boolean): void;
|
|
406
|
-
cf(a: boolean): InteractionState;
|
|
407
|
-
viewerManipulationStarting: (sender: any, e: SeriesViewerManipulationEventArgs) => void;
|
|
408
|
-
viewerManipulationEnding: (sender: any, e: SeriesViewerManipulationEventArgs) => void;
|
|
386
|
+
cl: InteractionState;
|
|
387
|
+
private dc;
|
|
388
|
+
private ch;
|
|
389
|
+
na(a: Point): void;
|
|
390
|
+
nb(a: Point, b: boolean): void;
|
|
391
|
+
e3(a: Point, b: number): boolean;
|
|
392
|
+
m0(a: Point): void;
|
|
393
|
+
e2(a: Key): boolean;
|
|
409
394
|
private di;
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
k2(): void;
|
|
415
|
-
k1(): void;
|
|
416
|
-
ne(): void;
|
|
417
|
-
n0(): void;
|
|
418
|
-
ny(): void;
|
|
419
|
-
l5(a: Point, b: boolean): void;
|
|
420
|
-
e3(): boolean;
|
|
421
|
-
private df;
|
|
422
|
-
e7: boolean;
|
|
423
|
-
l4(a: Point, b: boolean, c: boolean): void;
|
|
424
|
-
or(a: any, b: PropertyUpdatedEventArgs): void;
|
|
425
|
-
oq(a: SyncLink, b: SyncLink): void;
|
|
426
|
-
k3(a: Point): void;
|
|
427
|
-
ot(a: Rect, b: boolean): void;
|
|
428
|
-
ou(a: Rect, b: boolean, c: boolean): void;
|
|
429
|
-
nf(a: Rect, b: boolean): void;
|
|
395
|
+
dz: boolean;
|
|
396
|
+
private da;
|
|
397
|
+
dt: boolean;
|
|
398
|
+
protected get_ei(): boolean;
|
|
430
399
|
readonly ei: boolean;
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
400
|
+
m2(a: Point): void;
|
|
401
|
+
readonly d2: boolean;
|
|
402
|
+
kq: string;
|
|
403
|
+
nf(a: Point): void;
|
|
404
|
+
m3(a: Point, b: boolean): void;
|
|
405
|
+
m1(a: Point): void;
|
|
406
|
+
e4: boolean;
|
|
407
|
+
private ny;
|
|
408
|
+
ne(a: Point): void;
|
|
409
|
+
nz(a: Point, b: number, c: number, d: number): void;
|
|
410
|
+
nd(a: number): void;
|
|
411
|
+
nv(a: Point, b: number, c: number, d: number): void;
|
|
412
|
+
m9(a: Point): void;
|
|
413
|
+
nc(a: number): void;
|
|
414
|
+
m4(a: Point): void;
|
|
415
|
+
nu(a: Point, b: number, c: number, d: number): void;
|
|
416
|
+
nr(): void;
|
|
417
|
+
m6(a: Size): void;
|
|
418
|
+
lz(): void;
|
|
419
|
+
mt(a: Point, b: boolean): void;
|
|
420
|
+
cj(a: boolean): InteractionState;
|
|
421
|
+
viewerManipulationStarting: (sender: any, e: SeriesViewerManipulationEventArgs) => void;
|
|
422
|
+
viewerManipulationEnding: (sender: any, e: SeriesViewerManipulationEventArgs) => void;
|
|
423
|
+
private dm;
|
|
424
|
+
nx(): void;
|
|
425
|
+
nw(): void;
|
|
426
|
+
o1(): void;
|
|
427
|
+
lu(): void;
|
|
428
|
+
lp(): void;
|
|
429
|
+
lo(): void;
|
|
430
|
+
n1(): void;
|
|
431
|
+
on(): void;
|
|
432
|
+
ol(): void;
|
|
433
|
+
ms(a: Point, b: boolean): void;
|
|
434
|
+
e8(): boolean;
|
|
435
|
+
private dj;
|
|
436
|
+
fd: boolean;
|
|
437
|
+
mr(a: Point, b: boolean, c: boolean): void;
|
|
438
|
+
pe(a: any, b: PropertyUpdatedEventArgs): void;
|
|
439
|
+
pd(a: SyncLink, b: SyncLink): void;
|
|
440
|
+
lq(a: Point): void;
|
|
441
|
+
ph(a: Rect, b: boolean): void;
|
|
442
|
+
pi(a: Rect, b: boolean, c: boolean): void;
|
|
443
|
+
n2(a: Rect, b: boolean): void;
|
|
444
|
+
readonly em: boolean;
|
|
445
|
+
private _fm;
|
|
446
|
+
fm(): IEnumerable$1<SeriesViewer>;
|
|
447
|
+
s3(a: Point): Point;
|
|
448
|
+
s1(a: Point): Point;
|
|
449
|
+
tn(a: Rect): Rect;
|
|
436
450
|
windowRectChanged: (sender: any, e: RectChangedEventArgs) => void;
|
|
437
|
-
private
|
|
438
|
-
|
|
451
|
+
private oi;
|
|
452
|
+
nt(a: Rect, b: Rect): void;
|
|
439
453
|
sizeChanged: (sender: any, e: RectChangedEventArgs) => void;
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
454
|
+
nq(a: Size, b: Size): void;
|
|
455
|
+
d8: boolean;
|
|
456
|
+
e6(a: Rect, b: Rect): boolean;
|
|
443
457
|
actualWindowRectChanged: (sender: any, e: RectChangedEventArgs) => void;
|
|
444
|
-
private
|
|
445
|
-
|
|
458
|
+
private n6;
|
|
459
|
+
pj(a: number): void;
|
|
460
|
+
pk(a: number): void;
|
|
461
|
+
ot(): void;
|
|
446
462
|
gridAreaRectChanged: (sender: any, e: RectChangedEventArgs) => void;
|
|
447
|
-
private
|
|
448
|
-
protected
|
|
449
|
-
readonly
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
463
|
+
private n7;
|
|
464
|
+
protected get_ej(): boolean;
|
|
465
|
+
readonly ej: boolean;
|
|
466
|
+
ni(a: Rect, b: Rect): void;
|
|
467
|
+
cb: WindowResponse;
|
|
468
|
+
l7(): void;
|
|
469
|
+
d1: boolean;
|
|
470
|
+
hl: number;
|
|
471
|
+
hk: number;
|
|
472
|
+
private fu;
|
|
473
|
+
gg: number;
|
|
474
|
+
private ft;
|
|
475
|
+
gf: number;
|
|
476
|
+
hn: number;
|
|
477
|
+
hm: number;
|
|
455
478
|
private _syncChannel;
|
|
456
479
|
syncChannel: string;
|
|
457
|
-
private b4;
|
|
458
|
-
actualSyncLink: SyncLink;
|
|
459
|
-
e8: boolean;
|
|
460
|
-
lj(): void;
|
|
461
|
-
s0: Visibility;
|
|
462
|
-
private dh;
|
|
463
|
-
mb(): void;
|
|
464
|
-
l9(): void;
|
|
465
|
-
ma(): void;
|
|
466
|
-
readonly cj: IOverviewPlusDetailPane;
|
|
467
|
-
protected on(a: boolean): void;
|
|
468
|
-
sz: Visibility;
|
|
469
|
-
d3: boolean;
|
|
470
|
-
fb: boolean;
|
|
471
|
-
rt: Brush;
|
|
472
|
-
r2: Brush;
|
|
473
480
|
private b8;
|
|
474
|
-
|
|
475
|
-
ca(): ZoomCoercionMode;
|
|
476
|
-
cb: ZoomCoercionMode;
|
|
477
|
-
rx: Brush;
|
|
478
|
-
rj: Brush;
|
|
479
|
-
rw: Brush;
|
|
480
|
-
du(): boolean;
|
|
481
|
-
dl(): boolean;
|
|
482
|
-
sw: Rect;
|
|
483
|
-
kz(): void;
|
|
484
|
-
private ha;
|
|
485
|
-
private notifyCrosshairUpdate;
|
|
486
|
-
protected os(a: number, b: number): void;
|
|
487
|
-
ga(): number;
|
|
488
|
-
gb(): number;
|
|
489
|
-
protected nh(a: any, b: string, c: any, d: any): void;
|
|
490
|
-
readonly ea: boolean;
|
|
491
|
-
protected readonly ew: boolean;
|
|
492
|
-
bk: Series;
|
|
493
|
-
om(a: Point): void;
|
|
494
|
-
private kt;
|
|
495
|
-
op(): void;
|
|
496
|
-
protected ly(): void;
|
|
497
|
-
oo(): void;
|
|
498
|
-
private dg;
|
|
499
|
-
protected e9: boolean;
|
|
500
|
-
ce: InteractionState;
|
|
501
|
-
cg: InteractionState;
|
|
502
|
-
rf: ModifierKeys;
|
|
503
|
-
rg: ModifierKeys;
|
|
504
|
-
private sd;
|
|
505
|
-
sp: Rect;
|
|
506
|
-
fi: Date;
|
|
481
|
+
actualSyncLink: SyncLink;
|
|
507
482
|
fe: boolean;
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
483
|
+
l6(): void;
|
|
484
|
+
tu: Visibility;
|
|
485
|
+
private dl;
|
|
486
|
+
my(): void;
|
|
487
|
+
mw(): void;
|
|
488
|
+
mx(): void;
|
|
489
|
+
readonly cn: IOverviewPlusDetailPane;
|
|
490
|
+
protected pa(a: boolean): void;
|
|
491
|
+
tt: Visibility;
|
|
492
|
+
d7: boolean;
|
|
493
|
+
fh: boolean;
|
|
494
|
+
sn: Brush;
|
|
495
|
+
sw: Brush;
|
|
496
|
+
private cc;
|
|
497
|
+
cd: ZoomCoercionMode;
|
|
498
|
+
ce(): ZoomCoercionMode;
|
|
499
|
+
cf: ZoomCoercionMode;
|
|
500
|
+
sr: Brush;
|
|
501
|
+
sd: Brush;
|
|
502
|
+
sq: Brush;
|
|
503
|
+
dy(): boolean;
|
|
504
|
+
dq(): boolean;
|
|
505
|
+
tq: Rect;
|
|
506
|
+
lm(): void;
|
|
507
|
+
private hr;
|
|
508
|
+
private notifyCrosshairUpdate;
|
|
509
|
+
pf(a: number, b: number): void;
|
|
510
|
+
pg(a: number, b: number, c: number, d: number): void;
|
|
511
|
+
gm(): number;
|
|
512
|
+
gn(): number;
|
|
513
|
+
private g0;
|
|
514
|
+
private gz;
|
|
515
|
+
protected n4(a: any, b: string, c: any, d: any): void;
|
|
516
|
+
readonly ee: boolean;
|
|
517
|
+
protected readonly e1: boolean;
|
|
518
|
+
bo: Series;
|
|
519
|
+
o9(a: Point): void;
|
|
520
|
+
private lg;
|
|
521
|
+
pc(): void;
|
|
522
|
+
protected ml(): void;
|
|
523
|
+
pb(): void;
|
|
524
|
+
private dk;
|
|
525
|
+
protected ff: boolean;
|
|
526
|
+
ci: InteractionState;
|
|
527
|
+
ck: InteractionState;
|
|
528
|
+
r9: ModifierKeys;
|
|
529
|
+
sa: ModifierKeys;
|
|
530
|
+
private s7;
|
|
531
|
+
tj: Rect;
|
|
532
|
+
fo: Date;
|
|
533
|
+
fk: boolean;
|
|
534
|
+
protected o3(): void;
|
|
535
|
+
li(a: Rect, b: Rect): void;
|
|
536
|
+
protected mm(a: Rect, b: Rect): void;
|
|
537
|
+
hi: number;
|
|
538
|
+
hj: number;
|
|
539
|
+
private tm;
|
|
514
540
|
refreshCompleted: (sender: any, e: RefreshCompletedEventArgs) => void;
|
|
515
|
-
|
|
516
|
-
protected abstract
|
|
517
|
-
protected
|
|
518
|
-
static
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
private
|
|
533
|
-
|
|
534
|
-
private
|
|
535
|
-
|
|
536
|
-
private
|
|
537
|
-
|
|
538
|
-
private
|
|
539
|
-
|
|
540
|
-
private
|
|
541
|
-
|
|
542
|
-
private
|
|
543
|
-
|
|
544
|
-
private
|
|
545
|
-
|
|
546
|
-
private
|
|
547
|
-
|
|
548
|
-
private
|
|
549
|
-
|
|
550
|
-
private
|
|
551
|
-
|
|
552
|
-
private
|
|
553
|
-
|
|
554
|
-
private
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
541
|
+
n9(): void;
|
|
542
|
+
protected abstract ct(): SeriesViewerView;
|
|
543
|
+
protected ns(a: SeriesViewerView): void;
|
|
544
|
+
static tl: Rect;
|
|
545
|
+
pl: DataTemplate;
|
|
546
|
+
pu: DataTemplate;
|
|
547
|
+
pr: DataTemplate;
|
|
548
|
+
ps: DataTemplate;
|
|
549
|
+
pm: DataTemplate;
|
|
550
|
+
pp: DataTemplate;
|
|
551
|
+
pn: DataTemplate;
|
|
552
|
+
pt: DataTemplate;
|
|
553
|
+
pq: DataTemplate;
|
|
554
|
+
po: DataTemplate;
|
|
555
|
+
kg: string;
|
|
556
|
+
r8: HorizontalAlignment;
|
|
557
|
+
r7: HorizontalAlignment;
|
|
558
|
+
private h3;
|
|
559
|
+
kn: string;
|
|
560
|
+
private h2;
|
|
561
|
+
kb: string;
|
|
562
|
+
private sc;
|
|
563
|
+
sv: Brush;
|
|
564
|
+
private sb;
|
|
565
|
+
su: Brush;
|
|
566
|
+
private f9;
|
|
567
|
+
g9: number;
|
|
568
|
+
private f7;
|
|
569
|
+
g7: number;
|
|
570
|
+
private f8;
|
|
571
|
+
g8: number;
|
|
572
|
+
private f6;
|
|
573
|
+
g6: number;
|
|
574
|
+
private f5;
|
|
575
|
+
g5: number;
|
|
576
|
+
private f3;
|
|
577
|
+
g3: number;
|
|
578
|
+
private f4;
|
|
579
|
+
g4: number;
|
|
580
|
+
private f2;
|
|
581
|
+
g2: number;
|
|
582
|
+
j4: string;
|
|
583
|
+
tr(): Thickness;
|
|
584
|
+
ts(): Thickness;
|
|
585
|
+
ap(a: Axis): AxisTitlePosition;
|
|
586
|
+
aq(a: Axis): AxisTitlePosition;
|
|
561
587
|
abstract getFontInfo(): FontInfo;
|
|
562
588
|
getFontHeight(): number;
|
|
563
|
-
protected
|
|
564
|
-
readonly
|
|
565
|
-
|
|
589
|
+
protected get_e0(): boolean;
|
|
590
|
+
readonly e0: boolean;
|
|
591
|
+
mv(): void;
|
|
566
592
|
abstract getFontBrush(): Brush;
|
|
567
|
-
abstract
|
|
568
|
-
|
|
593
|
+
abstract se(): Brush;
|
|
594
|
+
h0: any;
|
|
569
595
|
provideContainer(a: any): void;
|
|
570
|
-
|
|
596
|
+
mu(a: number, b: number): void;
|
|
571
597
|
notifyContainerResized(): void;
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
598
|
+
te(): Rect;
|
|
599
|
+
lv(): void;
|
|
600
|
+
s2(): Point;
|
|
601
|
+
cy(): FontInfo;
|
|
602
|
+
cx(): FontInfo;
|
|
603
|
+
sh(): Brush;
|
|
604
|
+
si(): Brush;
|
|
605
|
+
lk(a: Series): void;
|
|
606
|
+
op(a: Series): void;
|
|
581
607
|
al: CanvasRenderScheduler;
|
|
582
608
|
am: CanvasRenderScheduler;
|
|
583
609
|
ak: CanvasRenderScheduler;
|
|
584
|
-
private
|
|
585
|
-
|
|
586
|
-
private
|
|
587
|
-
|
|
610
|
+
private dh;
|
|
611
|
+
ex: boolean;
|
|
612
|
+
private c8;
|
|
613
|
+
dn: boolean;
|
|
588
614
|
private _syncSettings;
|
|
589
615
|
syncSettings: SyncSettings;
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
616
|
+
lj(a: any): void;
|
|
617
|
+
or(a: any): void;
|
|
618
|
+
mi(source_: any, a: number, b: any, c: any): void;
|
|
619
|
+
l9(source_: any): void;
|
|
620
|
+
mg(source_: any, a: number, b: any): void;
|
|
621
|
+
mh(source_: any, a: number, b: any): void;
|
|
596
622
|
destroyed: boolean;
|
|
597
|
-
protected
|
|
598
|
-
protected
|
|
599
|
-
|
|
623
|
+
protected hy: any;
|
|
624
|
+
protected fl: Dictionary$2<string, any>;
|
|
625
|
+
eu: boolean;
|
|
600
626
|
destroy(): void;
|
|
601
|
-
protected
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
protected
|
|
607
|
-
protected
|
|
608
|
-
protected
|
|
609
|
-
private
|
|
627
|
+
protected lt(): void;
|
|
628
|
+
oy(source_: any): void;
|
|
629
|
+
os(): void;
|
|
630
|
+
ox(a: string, source_: any): void;
|
|
631
|
+
oq(a: string, b: boolean): void;
|
|
632
|
+
protected ow(a: Series, b: any): void;
|
|
633
|
+
protected o6(a: any): void;
|
|
634
|
+
protected o7(): void;
|
|
635
|
+
private ga;
|
|
636
|
+
ha: number;
|
|
637
|
+
private fz;
|
|
610
638
|
gw: number;
|
|
611
|
-
private
|
|
612
|
-
|
|
613
|
-
private
|
|
614
|
-
|
|
639
|
+
private f1;
|
|
640
|
+
g1: number;
|
|
641
|
+
private fx;
|
|
642
|
+
gj: number;
|
|
643
|
+
private fw;
|
|
644
|
+
gi: number;
|
|
645
|
+
private fv;
|
|
646
|
+
gh: number;
|
|
647
|
+
e7(): boolean;
|
|
648
|
+
private dd;
|
|
649
|
+
ea: boolean;
|
|
650
|
+
private f0;
|
|
651
|
+
gx: number;
|
|
652
|
+
private fy;
|
|
653
|
+
gv: number;
|
|
654
|
+
static cg(a: string, b: any): CoercionInfo;
|
|
655
|
+
private h1;
|
|
656
|
+
jl: string;
|
|
657
|
+
private fq;
|
|
658
|
+
gc: number;
|
|
615
659
|
private fp;
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
e2(): boolean;
|
|
622
|
-
private c9;
|
|
660
|
+
gb: number;
|
|
661
|
+
e9: boolean;
|
|
662
|
+
private s4;
|
|
663
|
+
s9: Rect;
|
|
664
|
+
tf(): Rect;
|
|
623
665
|
d6: boolean;
|
|
666
|
+
private l4;
|
|
667
|
+
tk(): Rect;
|
|
668
|
+
protected ta(): Rect;
|
|
669
|
+
hz(a: number, b: number): any;
|
|
670
|
+
private fr;
|
|
671
|
+
gd: number;
|
|
624
672
|
private fs;
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
static cc(a: string, b: any): CoercionInfo;
|
|
629
|
-
private hk;
|
|
630
|
-
i2: string;
|
|
631
|
-
private fk;
|
|
632
|
-
f4: number;
|
|
633
|
-
private fj;
|
|
634
|
-
f3: number;
|
|
635
|
-
private sa;
|
|
636
|
-
sf: Rect;
|
|
637
|
-
sl(): Rect;
|
|
638
|
-
d2: boolean;
|
|
639
|
-
private lh;
|
|
640
|
-
sq(): Rect;
|
|
641
|
-
protected sg(): Rect;
|
|
642
|
-
hi(a: number, b: number): any;
|
|
643
|
-
private fl;
|
|
644
|
-
f5: number;
|
|
645
|
-
private fm;
|
|
646
|
-
f6: number;
|
|
647
|
-
lx(): void;
|
|
648
|
-
lw(): void;
|
|
673
|
+
ge: number;
|
|
674
|
+
mk(): void;
|
|
675
|
+
mj(): void;
|
|
649
676
|
flush(): void;
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
private
|
|
653
|
-
private
|
|
654
|
-
protected
|
|
655
|
-
protected
|
|
656
|
-
|
|
657
|
-
d7: boolean;
|
|
658
|
-
d8: boolean;
|
|
659
|
-
d5: boolean;
|
|
660
|
-
mi(): void;
|
|
661
|
-
private db;
|
|
662
|
-
readonly ej: boolean;
|
|
663
|
-
ky(): void;
|
|
664
|
-
eo(): boolean;
|
|
665
|
-
private g9;
|
|
666
|
-
hd(): number;
|
|
667
|
-
cx(): FontInfo;
|
|
668
|
-
cw(): FontInfo;
|
|
669
|
-
oi(): void;
|
|
670
|
-
protected dt: boolean;
|
|
671
|
-
rz: Brush;
|
|
672
|
-
ry: Brush;
|
|
673
|
-
gm: number;
|
|
677
|
+
ly(a: boolean, b: boolean, c: boolean): void;
|
|
678
|
+
fg(): boolean;
|
|
679
|
+
private pv;
|
|
680
|
+
private ax;
|
|
681
|
+
protected om(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
682
|
+
protected o2(a: DependencyObject): void;
|
|
683
|
+
lr(): void;
|
|
674
684
|
eb: boolean;
|
|
685
|
+
ec: boolean;
|
|
686
|
+
d9: boolean;
|
|
687
|
+
m5(): void;
|
|
688
|
+
private df;
|
|
689
|
+
readonly en: boolean;
|
|
690
|
+
ll(): void;
|
|
691
|
+
et(): boolean;
|
|
692
|
+
private hq;
|
|
693
|
+
hu(): number;
|
|
694
|
+
c1(): FontInfo;
|
|
695
|
+
c0(): FontInfo;
|
|
696
|
+
o5(): void;
|
|
697
|
+
protected dx: boolean;
|
|
698
|
+
st: Brush;
|
|
699
|
+
ss: Brush;
|
|
700
|
+
gy: number;
|
|
701
|
+
ef: boolean;
|
|
675
702
|
seriesDataUpdated: (sender: any, e: EventArgs) => void;
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
private
|
|
680
|
-
|
|
681
|
-
private
|
|
703
|
+
oc(): void;
|
|
704
|
+
md(): void;
|
|
705
|
+
me(): void;
|
|
706
|
+
private mf;
|
|
707
|
+
mc(a: Point): void;
|
|
708
|
+
private fn;
|
|
682
709
|
attachDataLegend(a: IDataLegend): void;
|
|
683
710
|
detachDataLegend(a: IDataLegend): void;
|
|
684
711
|
getDataLegendSeries(): IDataLegendSeries[];
|
|
@@ -1994,6 +2021,57 @@ export interface IHasCategoryModePreference extends IHasCategoryAxis {
|
|
|
1994
2021
|
* @hidden
|
|
1995
2022
|
*/
|
|
1996
2023
|
export declare let IHasCategoryModePreference_$type: Type;
|
|
2024
|
+
/**
|
|
2025
|
+
* @hidden
|
|
2026
|
+
*/
|
|
2027
|
+
export declare class AutomaticSeriesManager extends Base {
|
|
2028
|
+
static $t: Type;
|
|
2029
|
+
private g;
|
|
2030
|
+
private c;
|
|
2031
|
+
e(a: AutomaticSeriesPurpose): boolean;
|
|
2032
|
+
constructor(a: SeriesViewer);
|
|
2033
|
+
private i;
|
|
2034
|
+
private n;
|
|
2035
|
+
private m;
|
|
2036
|
+
protected f: boolean;
|
|
2037
|
+
private j;
|
|
2038
|
+
private k;
|
|
2039
|
+
l(a: AutomaticSeriesPurpose): void;
|
|
2040
|
+
private h;
|
|
2041
|
+
private d;
|
|
2042
|
+
private a;
|
|
2043
|
+
readonly b: AutomaticSeriesRequestCollection;
|
|
2044
|
+
}
|
|
2045
|
+
/**
|
|
2046
|
+
* @hidden
|
|
2047
|
+
*/
|
|
2048
|
+
export declare class AutomaticSeriesRequest extends Base {
|
|
2049
|
+
static $t: Type;
|
|
2050
|
+
a: AutomaticSeriesPurpose;
|
|
2051
|
+
d: Series;
|
|
2052
|
+
b: Series;
|
|
2053
|
+
c: Series;
|
|
2054
|
+
e: boolean;
|
|
2055
|
+
f: boolean;
|
|
2056
|
+
}
|
|
2057
|
+
/**
|
|
2058
|
+
* @hidden
|
|
2059
|
+
*/
|
|
2060
|
+
export declare class AutomaticSeriesRequestCollection extends ObservableCollection$1<AutomaticSeriesRequest> {
|
|
2061
|
+
static $t: Type;
|
|
2062
|
+
constructor();
|
|
2063
|
+
}
|
|
2064
|
+
/**
|
|
2065
|
+
* @hidden
|
|
2066
|
+
*/
|
|
2067
|
+
export interface IDataChartToolbarProvider {
|
|
2068
|
+
getDesiredToolbarActions(): ToolActionInfo[];
|
|
2069
|
+
onToolCommandExecuting(a: SeriesViewer, b: ToolCommand): void;
|
|
2070
|
+
}
|
|
2071
|
+
/**
|
|
2072
|
+
* @hidden
|
|
2073
|
+
*/
|
|
2074
|
+
export declare let IDataChartToolbarProvider_$type: Type;
|
|
1997
2075
|
/**
|
|
1998
2076
|
* @hidden
|
|
1999
2077
|
*/
|
|
@@ -2213,133 +2291,133 @@ export declare let ISeriesVisualDataManager_$type: Type;
|
|
|
2213
2291
|
*/
|
|
2214
2292
|
export declare class XamDataChart extends SeriesViewer {
|
|
2215
2293
|
static $t: Type;
|
|
2216
|
-
static
|
|
2217
|
-
static
|
|
2294
|
+
static vj: number;
|
|
2295
|
+
static vi: number;
|
|
2218
2296
|
private _xsr;
|
|
2219
2297
|
private readonly XSRP;
|
|
2220
|
-
private
|
|
2221
|
-
readonly
|
|
2298
|
+
private t1;
|
|
2299
|
+
readonly t2: IDataChartVisualDataManager;
|
|
2222
2300
|
static staticInit(): void;
|
|
2223
|
-
static
|
|
2301
|
+
static vv(a: Series): number;
|
|
2224
2302
|
constructor();
|
|
2225
|
-
protected
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
protected
|
|
2229
|
-
protected
|
|
2230
|
-
|
|
2231
|
-
private
|
|
2232
|
-
private
|
|
2233
|
-
private wa;
|
|
2234
|
-
private td;
|
|
2235
|
-
private tc;
|
|
2236
|
-
private ta;
|
|
2237
|
-
private s9;
|
|
2303
|
+
protected n4(a: any, b: string, c: any, d: any): void;
|
|
2304
|
+
ok(): void;
|
|
2305
|
+
mv(): void;
|
|
2306
|
+
protected mm(a: Rect, b: Rect): void;
|
|
2307
|
+
protected mq(): void;
|
|
2308
|
+
w2(): void;
|
|
2309
|
+
private wx;
|
|
2310
|
+
private xx;
|
|
2238
2311
|
private w4;
|
|
2239
|
-
private
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2312
|
+
private t7;
|
|
2313
|
+
private t6;
|
|
2314
|
+
private t4;
|
|
2315
|
+
private t3;
|
|
2316
|
+
private xy;
|
|
2317
|
+
private xz;
|
|
2318
|
+
protected get_d4(): boolean;
|
|
2319
|
+
um: boolean;
|
|
2320
|
+
gm(): number;
|
|
2321
|
+
gn(): number;
|
|
2322
|
+
protected o3(): void;
|
|
2323
|
+
vt: number;
|
|
2324
|
+
vu: number;
|
|
2325
|
+
private u2;
|
|
2326
|
+
ve: number;
|
|
2327
|
+
private u3;
|
|
2328
|
+
vf: number;
|
|
2329
|
+
er(): boolean;
|
|
2330
|
+
es(): boolean;
|
|
2331
|
+
uj: boolean;
|
|
2332
|
+
uw: boolean;
|
|
2333
|
+
uk: boolean;
|
|
2334
|
+
un: boolean;
|
|
2335
|
+
t0: GridMode;
|
|
2336
|
+
ug: boolean;
|
|
2337
|
+
ur: boolean;
|
|
2338
|
+
us: boolean;
|
|
2339
|
+
vl: number;
|
|
2340
|
+
vh: number;
|
|
2341
|
+
vg: number;
|
|
2342
|
+
readonly ue: boolean;
|
|
2343
|
+
protected get_e0(): boolean;
|
|
2344
|
+
readonly uf: boolean;
|
|
2345
|
+
uu: boolean;
|
|
2346
|
+
uq: boolean;
|
|
2347
|
+
ut: boolean;
|
|
2348
|
+
uv: boolean;
|
|
2349
|
+
tv: AutoMarginsAndAngleUpdateMode;
|
|
2350
|
+
ul: boolean;
|
|
2351
|
+
up: boolean;
|
|
2352
|
+
uo: boolean;
|
|
2353
|
+
private u4;
|
|
2354
|
+
private u5;
|
|
2355
|
+
private vm;
|
|
2356
|
+
private vn;
|
|
2357
|
+
protected get_ez(): boolean;
|
|
2358
|
+
protected get_ey(): boolean;
|
|
2359
|
+
w1(): void;
|
|
2360
|
+
w0(): void;
|
|
2361
|
+
wz(a: AxisLabelPanelBase, b: Rect, c: Rect, d: Rect): void;
|
|
2362
|
+
private vs;
|
|
2363
|
+
private vk;
|
|
2364
|
+
private ww;
|
|
2365
|
+
xw: Brush;
|
|
2366
|
+
xu: Brush;
|
|
2367
|
+
xv: Brush;
|
|
2290
2368
|
readonly axes: AxisCollection;
|
|
2291
|
-
private
|
|
2292
|
-
private
|
|
2293
|
-
private
|
|
2369
|
+
private tw;
|
|
2370
|
+
private wt;
|
|
2371
|
+
private wu;
|
|
2294
2372
|
axisRangeChanged: (sender: any, e: ChartAxisRangeChangedEventArgs) => void;
|
|
2295
|
-
private
|
|
2296
|
-
private static
|
|
2297
|
-
|
|
2298
|
-
private
|
|
2373
|
+
private wv;
|
|
2374
|
+
private static wy;
|
|
2375
|
+
pd(a: SyncLink, b: SyncLink): void;
|
|
2376
|
+
private ua;
|
|
2299
2377
|
getFontInfo(): FontInfo;
|
|
2300
|
-
|
|
2378
|
+
w3(): void;
|
|
2301
2379
|
getFontBrush(): Brush;
|
|
2302
|
-
protected
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
protected
|
|
2306
|
-
|
|
2307
|
-
private
|
|
2308
|
-
protected
|
|
2309
|
-
protected
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
private tj;
|
|
2313
|
-
static u4: string;
|
|
2314
|
-
private t5;
|
|
2315
|
-
uh: number;
|
|
2316
|
-
static u6: string;
|
|
2317
|
-
private t7;
|
|
2318
|
-
uj: number;
|
|
2319
|
-
static u5: string;
|
|
2320
|
-
private t6;
|
|
2321
|
-
ui: number;
|
|
2322
|
-
static u3: string;
|
|
2323
|
-
private t4;
|
|
2324
|
-
ug: number;
|
|
2325
|
-
s4: ComputedPlotAreaMarginMode;
|
|
2326
|
-
tb: SeriesPlotAreaMarginHorizontalMode;
|
|
2327
|
-
te: SeriesPlotAreaMarginVerticalMode;
|
|
2380
|
+
protected lt(): void;
|
|
2381
|
+
se(): Brush;
|
|
2382
|
+
e7(): boolean;
|
|
2383
|
+
protected o7(): void;
|
|
2384
|
+
d3(): boolean;
|
|
2385
|
+
private ui;
|
|
2386
|
+
protected ct(): SeriesViewerView;
|
|
2387
|
+
protected ns(a: SeriesViewerView): void;
|
|
2388
|
+
t9: XamDataChartView;
|
|
2389
|
+
ol(): void;
|
|
2328
2390
|
private ud;
|
|
2329
|
-
|
|
2330
|
-
private
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2391
|
+
static vy: string;
|
|
2392
|
+
private uz;
|
|
2393
|
+
vb: number;
|
|
2394
|
+
static v0: string;
|
|
2395
|
+
private u1;
|
|
2396
|
+
vd: number;
|
|
2397
|
+
static vz: string;
|
|
2398
|
+
private u0;
|
|
2399
|
+
vc: number;
|
|
2400
|
+
static vx: string;
|
|
2401
|
+
private uy;
|
|
2402
|
+
va: number;
|
|
2403
|
+
ty: ComputedPlotAreaMarginMode;
|
|
2404
|
+
t5: SeriesPlotAreaMarginHorizontalMode;
|
|
2405
|
+
t8: SeriesPlotAreaMarginVerticalMode;
|
|
2406
|
+
private u7;
|
|
2407
|
+
vp: number;
|
|
2408
|
+
private u9;
|
|
2409
|
+
vr: number;
|
|
2410
|
+
private u8;
|
|
2411
|
+
vq: number;
|
|
2412
|
+
private u6;
|
|
2413
|
+
vo: number;
|
|
2414
|
+
protected tb(a: Rect): Rect;
|
|
2415
|
+
th(): Rect;
|
|
2416
|
+
vw(): any;
|
|
2417
|
+
wb(): string;
|
|
2418
|
+
n1(): void;
|
|
2419
|
+
on(): void;
|
|
2420
|
+
ux(a: Axis): List$1<Axis>;
|
|
2343
2421
|
static $$p: string[];
|
|
2344
2422
|
}
|
|
2345
2423
|
/**
|
|
@@ -2404,74 +2482,75 @@ export declare class ContentInfo extends Base {
|
|
|
2404
2482
|
export declare abstract class Series extends Control implements INotifyPropertyChanged, IProvidesViewport, ILegendSeries, ILegendSeriesInternal, ILegendOwner, ILegendTemplateProvider, IDataLegendSeries {
|
|
2405
2483
|
static $t: Type;
|
|
2406
2484
|
b0: SeriesView;
|
|
2407
|
-
private static
|
|
2408
|
-
|
|
2409
|
-
|
|
2485
|
+
private static hc;
|
|
2486
|
+
hq: number;
|
|
2487
|
+
pu: Rect;
|
|
2410
2488
|
protected get_dataLegendKey(): string;
|
|
2411
2489
|
readonly dataLegendKey: string;
|
|
2412
|
-
|
|
2413
|
-
|
|
2490
|
+
df: boolean;
|
|
2491
|
+
private ha;
|
|
2492
|
+
hb: DomRenderer;
|
|
2414
2493
|
provideRenderer(a: DomRenderer): void;
|
|
2415
|
-
|
|
2494
|
+
jt(): string;
|
|
2416
2495
|
constructor();
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
private static readonly
|
|
2421
|
-
protected
|
|
2496
|
+
m3(a: MarkerOutlineMode): void;
|
|
2497
|
+
m2(a: MarkerFillMode): void;
|
|
2498
|
+
m4(a: number): void;
|
|
2499
|
+
private static readonly ox;
|
|
2500
|
+
protected ks(a: any, b: PropertyChangedEventArgs): void;
|
|
2422
2501
|
private cm;
|
|
2423
2502
|
readonly cn: SRProvider;
|
|
2424
2503
|
private a7;
|
|
2425
2504
|
readonly a8: ISeriesVisualDataManager;
|
|
2426
|
-
protected readonly
|
|
2505
|
+
protected readonly fe: Dictionary$2<string, SeriesView>;
|
|
2427
2506
|
private a5;
|
|
2428
2507
|
readonly a6: ISeriesInteractionManager;
|
|
2429
|
-
readonly
|
|
2508
|
+
readonly d0: boolean;
|
|
2430
2509
|
ce: DoubleAnimator;
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2510
|
+
l2(a: SeriesView): void;
|
|
2511
|
+
l0(): void;
|
|
2512
|
+
l1(): void;
|
|
2434
2513
|
by(): SeriesView;
|
|
2435
2514
|
protected bx(): SeriesView;
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2515
|
+
nd: Canvas;
|
|
2516
|
+
e8(): boolean;
|
|
2517
|
+
hy(a: any, b: string): any;
|
|
2439
2518
|
onLegendItemOver(a: any): void;
|
|
2440
2519
|
onLegendItemPointerUp(a: any): void;
|
|
2441
2520
|
onLegendItemPointerDown(a: any): void;
|
|
2442
2521
|
onLegendItemEnter(a: any): void;
|
|
2443
2522
|
onLegendItemLeave(a: any): void;
|
|
2444
|
-
private
|
|
2445
|
-
protected
|
|
2446
|
-
private
|
|
2447
|
-
protected
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
protected
|
|
2451
|
-
readonly
|
|
2523
|
+
private fd;
|
|
2524
|
+
protected js(a: string): string;
|
|
2525
|
+
private fc;
|
|
2526
|
+
protected hz(a: any, b: string, c: string): any;
|
|
2527
|
+
f7(a: Point): number;
|
|
2528
|
+
hh(a: Point): number;
|
|
2529
|
+
protected get_ea(): boolean;
|
|
2530
|
+
readonly ea: boolean;
|
|
2452
2531
|
ar(): CategoryAxisBase;
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2532
|
+
hf(a: Point): number;
|
|
2533
|
+
p4(): Thickness;
|
|
2534
|
+
p6(a: SeriesPlotAreaMarginHorizontalMode, b: SeriesPlotAreaMarginVerticalMode): Thickness;
|
|
2535
|
+
p5(a: SeriesPlotAreaMarginHorizontalMode, b: SeriesPlotAreaMarginVerticalMode): Thickness;
|
|
2457
2536
|
bv(): SeriesPlotAreaMarginHorizontalMode;
|
|
2458
2537
|
bw(): SeriesPlotAreaMarginVerticalMode;
|
|
2459
|
-
|
|
2460
|
-
protected
|
|
2538
|
+
hv(a: Point): any;
|
|
2539
|
+
protected h0(a: Series, b: Point): any;
|
|
2461
2540
|
protected ay(a: Series, b: any, c: Point, d: boolean): HighlightingInfo;
|
|
2462
2541
|
protected az(a: Series, b: any, c: Point, d: boolean): HighlightingInfo;
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2542
|
+
he(): number;
|
|
2543
|
+
hi(): number;
|
|
2544
|
+
hn(): number;
|
|
2466
2545
|
readonly container: ILegendOwner;
|
|
2467
2546
|
readonly hasSubItems: boolean;
|
|
2468
2547
|
protected c3(): boolean;
|
|
2469
2548
|
forSubItems(a: (arg1: any) => void): void;
|
|
2470
|
-
protected
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2549
|
+
protected lc(a: (arg1: any) => void): void;
|
|
2550
|
+
ld(a: (arg1: Series) => boolean): void;
|
|
2551
|
+
jr(): string;
|
|
2552
|
+
pd(): Brush;
|
|
2553
|
+
pe(): Brush;
|
|
2475
2554
|
resolveLegendIndex(): number;
|
|
2476
2555
|
bf(): Series;
|
|
2477
2556
|
protected get_dc(): boolean;
|
|
@@ -2486,314 +2565,315 @@ export declare abstract class Series extends Control implements INotifyPropertyC
|
|
|
2486
2565
|
readonly da: boolean;
|
|
2487
2566
|
protected get_isVertical(): boolean;
|
|
2488
2567
|
readonly isVertical: boolean;
|
|
2489
|
-
protected
|
|
2490
|
-
readonly
|
|
2568
|
+
protected get_dv(): boolean;
|
|
2569
|
+
readonly dv: boolean;
|
|
2491
2570
|
protected get_de(): boolean;
|
|
2492
2571
|
readonly de: boolean;
|
|
2493
2572
|
protected get_dd(): boolean;
|
|
2494
2573
|
readonly dd: boolean;
|
|
2495
2574
|
protected get_c6(): boolean;
|
|
2496
2575
|
readonly c6: boolean;
|
|
2497
|
-
protected get_ej(): boolean;
|
|
2498
|
-
readonly ej: boolean;
|
|
2499
|
-
protected get_d1(): boolean;
|
|
2500
|
-
readonly d1: boolean;
|
|
2501
|
-
protected get_d0(): boolean;
|
|
2502
|
-
readonly d0: boolean;
|
|
2503
|
-
protected get_eg(): boolean;
|
|
2504
|
-
readonly eg: boolean;
|
|
2505
|
-
protected get_dh(): boolean;
|
|
2506
|
-
readonly dh: boolean;
|
|
2507
|
-
protected get_df(): boolean;
|
|
2508
|
-
readonly df: boolean;
|
|
2509
2576
|
protected get_ek(): boolean;
|
|
2510
2577
|
readonly ek: boolean;
|
|
2578
|
+
protected get_d2(): boolean;
|
|
2579
|
+
readonly d2: boolean;
|
|
2580
|
+
protected get_d1(): boolean;
|
|
2581
|
+
readonly d1: boolean;
|
|
2582
|
+
protected get_eh(): boolean;
|
|
2583
|
+
readonly eh: boolean;
|
|
2584
|
+
protected get_di(): boolean;
|
|
2585
|
+
readonly di: boolean;
|
|
2586
|
+
protected get_dg(): boolean;
|
|
2587
|
+
readonly dg: boolean;
|
|
2588
|
+
protected get_el(): boolean;
|
|
2589
|
+
readonly el: boolean;
|
|
2590
|
+
protected get_d9(): boolean;
|
|
2591
|
+
readonly d9: boolean;
|
|
2511
2592
|
protected get_d8(): boolean;
|
|
2512
2593
|
readonly d8: boolean;
|
|
2513
|
-
protected
|
|
2514
|
-
readonly
|
|
2594
|
+
protected get_d6(): boolean;
|
|
2595
|
+
readonly d6: boolean;
|
|
2515
2596
|
protected get_d5(): boolean;
|
|
2516
2597
|
readonly d5: boolean;
|
|
2517
|
-
protected
|
|
2518
|
-
readonly
|
|
2598
|
+
protected get_ej(): boolean;
|
|
2599
|
+
readonly ej: boolean;
|
|
2519
2600
|
protected get_ei(): boolean;
|
|
2520
2601
|
readonly ei: boolean;
|
|
2521
|
-
protected
|
|
2522
|
-
readonly
|
|
2523
|
-
protected
|
|
2524
|
-
readonly
|
|
2525
|
-
protected get_d6(): boolean;
|
|
2526
|
-
readonly d6: boolean;
|
|
2527
|
-
protected get_ec(): boolean;
|
|
2528
|
-
readonly ec: boolean;
|
|
2529
|
-
protected get_ea(): boolean;
|
|
2530
|
-
readonly ea: boolean;
|
|
2531
|
-
protected get_isStacked(): boolean;
|
|
2532
|
-
readonly isStacked: boolean;
|
|
2533
|
-
protected get_dp(): boolean;
|
|
2534
|
-
readonly dp: boolean;
|
|
2535
|
-
protected get_eb(): boolean;
|
|
2536
|
-
readonly eb: boolean;
|
|
2537
|
-
protected get_dg(): boolean;
|
|
2538
|
-
readonly dg: boolean;
|
|
2539
|
-
protected get_dv(): boolean;
|
|
2540
|
-
readonly dv: boolean;
|
|
2602
|
+
protected get_ef(): boolean;
|
|
2603
|
+
readonly ef: boolean;
|
|
2604
|
+
protected get_d7(): boolean;
|
|
2605
|
+
readonly d7: boolean;
|
|
2541
2606
|
protected get_ed(): boolean;
|
|
2542
2607
|
readonly ed: boolean;
|
|
2608
|
+
protected get_eb(): boolean;
|
|
2609
|
+
readonly eb: boolean;
|
|
2610
|
+
protected get_isStacked(): boolean;
|
|
2611
|
+
readonly isStacked: boolean;
|
|
2612
|
+
protected get_dq(): boolean;
|
|
2613
|
+
readonly dq: boolean;
|
|
2614
|
+
protected get_ec(): boolean;
|
|
2615
|
+
readonly ec: boolean;
|
|
2616
|
+
protected get_dh(): boolean;
|
|
2617
|
+
readonly dh: boolean;
|
|
2618
|
+
protected get_dw(): boolean;
|
|
2619
|
+
readonly dw: boolean;
|
|
2620
|
+
protected get_ee(): boolean;
|
|
2621
|
+
readonly ee: boolean;
|
|
2543
2622
|
protected get_isValueOverlay(): boolean;
|
|
2544
2623
|
readonly isValueOverlay: boolean;
|
|
2545
2624
|
be(): Series;
|
|
2546
2625
|
protected get_c4(): boolean;
|
|
2547
2626
|
readonly c4: boolean;
|
|
2627
|
+
protected get_dt(): boolean;
|
|
2628
|
+
readonly dt: boolean;
|
|
2548
2629
|
protected get_ds(): boolean;
|
|
2549
2630
|
readonly ds: boolean;
|
|
2550
2631
|
protected get_dr(): boolean;
|
|
2551
2632
|
readonly dr: boolean;
|
|
2552
|
-
protected
|
|
2553
|
-
readonly
|
|
2554
|
-
protected get_dt(): boolean;
|
|
2555
|
-
readonly dt: boolean;
|
|
2556
|
-
protected get_dj(): boolean;
|
|
2557
|
-
readonly dj: boolean;
|
|
2633
|
+
protected get_du(): boolean;
|
|
2634
|
+
readonly du: boolean;
|
|
2558
2635
|
protected get_dk(): boolean;
|
|
2559
2636
|
readonly dk: boolean;
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
protected
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2637
|
+
protected get_dl(): boolean;
|
|
2638
|
+
readonly dl: boolean;
|
|
2639
|
+
f5(a: Point, b: number, c: Axis, d: ScalerParams, e: number): number;
|
|
2640
|
+
protected f6(a: Point, b: number, c: Axis, d: ScalerParams, e: number, f: number, g: (arg1: Point) => number): number;
|
|
2641
|
+
protected get_fa(): boolean;
|
|
2642
|
+
readonly fa: boolean;
|
|
2643
|
+
protected gn(a: IList$1<number>, b: Point, c: Axis, d: ScalerParams, e: number, f: (arg1: Point) => number, g: boolean, h: boolean): number;
|
|
2644
|
+
gb(a: number, b: IList$1<number>, c: number, d: number, e: number, f: number, g: number, h: boolean): number;
|
|
2645
|
+
hm(a: Point, b: boolean, c: Axis, d: (arg1: Point) => number, e: IList$1<number>): number;
|
|
2646
|
+
ga(a: boolean): number;
|
|
2568
2647
|
ah(a: Point): Point[][];
|
|
2569
2648
|
ai(a: Point): Point[][];
|
|
2570
|
-
protected
|
|
2649
|
+
protected ew(a: Point, b: boolean): boolean;
|
|
2571
2650
|
aj(a: CategoryAxisBase, b: List$1<number[]>, c: number, d: number, e: Point, f: boolean): number[][];
|
|
2572
|
-
protected
|
|
2573
|
-
protected
|
|
2574
|
-
|
|
2575
|
-
|
|
2651
|
+
protected ey(a: Point, b: boolean, c: PathGeometry): boolean;
|
|
2652
|
+
protected ez(a: Point, b: PathGeometry): boolean;
|
|
2653
|
+
hk(a: Point, b: boolean, c: Axis, d: (arg1: Point) => number, e: IList$1<number>): number;
|
|
2654
|
+
f9(a: Point, b: Axis): number;
|
|
2655
|
+
hl(a: Point, b: boolean): number;
|
|
2576
2656
|
hj(a: Point, b: boolean): number;
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
pv(a: Point): Rect;
|
|
2657
|
+
gl(a: Point, b: boolean, c: boolean): number;
|
|
2658
|
+
pq(a: Point, b: boolean, c: boolean): Point;
|
|
2659
|
+
pz(a: Point): Rect;
|
|
2581
2660
|
ak(a: Point): Rect[];
|
|
2582
|
-
|
|
2661
|
+
p0(a: Point): Rect;
|
|
2583
2662
|
al(a: Point): Rect[];
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
protected
|
|
2587
|
-
protected
|
|
2588
|
-
gf(a: Point, b: boolean, c: boolean): number;
|
|
2589
|
-
pi(a: Point, b: boolean, c: boolean): Point;
|
|
2663
|
+
p1(a: Point): Rect;
|
|
2664
|
+
p2(a: Point): Rect;
|
|
2665
|
+
protected e0(a: Point, b: boolean): boolean;
|
|
2666
|
+
protected ps(a: Point, b: boolean, c: boolean, d: number, e: Axis, f: Axis, g: (arg1: Point, arg2: boolean, arg3: boolean) => number, h: (arg1: Point, arg2: boolean) => number, i: (arg1: Point, arg2: boolean) => number): Point;
|
|
2590
2667
|
gh(a: Point, b: boolean, c: boolean): number;
|
|
2591
|
-
|
|
2668
|
+
pm(a: Point, b: boolean, c: boolean): Point;
|
|
2669
|
+
gj(a: Point, b: boolean, c: boolean): number;
|
|
2670
|
+
po(a: Point, b: boolean, c: boolean): Point;
|
|
2671
|
+
pr(a: Point, b: boolean, c: boolean): Point;
|
|
2672
|
+
gm(a: Point, b: boolean, c: boolean): number;
|
|
2592
2673
|
pn(a: Point, b: boolean, c: boolean): Point;
|
|
2593
|
-
gk(a: Point, b: boolean, c: boolean): number;
|
|
2594
|
-
pj(a: Point, b: boolean, c: boolean): Point;
|
|
2595
|
-
gg(a: Point, b: boolean, c: boolean): number;
|
|
2596
|
-
pl(a: Point, b: boolean, c: boolean): Point;
|
|
2597
2674
|
gi(a: Point, b: boolean, c: boolean): number;
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2675
|
+
pp(a: Point, b: boolean, c: boolean): Point;
|
|
2676
|
+
gk(a: Point, b: boolean, c: boolean): number;
|
|
2677
|
+
hg(a: Point): number;
|
|
2678
|
+
gc(): number;
|
|
2679
|
+
f8(a: Point): number;
|
|
2680
|
+
hw(a: Point): any;
|
|
2602
2681
|
c1(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
|
|
2603
|
-
|
|
2604
|
-
|
|
2682
|
+
gq(a: Marker): number;
|
|
2683
|
+
i2(): string;
|
|
2605
2684
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2606
2685
|
propertyUpdated: (sender: any, e: PropertyUpdatedEventArgs) => void;
|
|
2607
2686
|
protected raisePropertyChanged(a: string, b: any, c: any): void;
|
|
2608
2687
|
protected get_hasMarkers(): boolean;
|
|
2609
2688
|
readonly hasMarkers: boolean;
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2689
|
+
lg(): void;
|
|
2690
|
+
lh(): void;
|
|
2691
|
+
pa(): Brush;
|
|
2692
|
+
pb(): Brush;
|
|
2693
|
+
nh(): DataTemplate;
|
|
2694
|
+
f4(): number;
|
|
2695
|
+
pt(a: Point): Point;
|
|
2696
|
+
pl(a: Point): Point;
|
|
2697
|
+
h1(a: any, b: Point): any;
|
|
2698
|
+
eo(a: any): boolean;
|
|
2620
2699
|
ap(a: Axis): AxisRange;
|
|
2621
2700
|
aq(a: Rect): AxisRange;
|
|
2622
2701
|
ao(a: AxisRange, b: NumericAxisBase, c: Rect): AxisRange;
|
|
2623
|
-
protected
|
|
2624
|
-
|
|
2702
|
+
protected k9(): void;
|
|
2703
|
+
ml(a: boolean): void;
|
|
2625
2704
|
renderRequested: (sender: any, e: RenderRequestedEventArgs) => void;
|
|
2626
|
-
private
|
|
2627
|
-
|
|
2628
|
-
protected
|
|
2629
|
-
protected
|
|
2630
|
-
protected
|
|
2705
|
+
private k6;
|
|
2706
|
+
mm(a: boolean): void;
|
|
2707
|
+
protected e2: boolean;
|
|
2708
|
+
protected kw(): void;
|
|
2709
|
+
protected k1(): void;
|
|
2631
2710
|
bz: SeriesView;
|
|
2632
|
-
|
|
2633
|
-
|
|
2711
|
+
mn(a: Rect, b: RenderSurface): void;
|
|
2712
|
+
mk(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
2634
2713
|
getEffectiveViewport1(a: SeriesView): Rect;
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2714
|
+
pv(a: SeriesView): Rect;
|
|
2715
|
+
py(a: Rect): Rect;
|
|
2716
|
+
px(a: SeriesView): Rect;
|
|
2638
2717
|
getEffectiveViewport(): Rect;
|
|
2639
|
-
|
|
2718
|
+
mf(): void;
|
|
2640
2719
|
protected get_c2(): boolean;
|
|
2641
2720
|
readonly c2: boolean;
|
|
2642
2721
|
protected get_c5(): boolean;
|
|
2643
2722
|
readonly c5: boolean;
|
|
2644
|
-
private
|
|
2645
|
-
|
|
2723
|
+
private mg;
|
|
2724
|
+
mh(a: string): void;
|
|
2646
2725
|
getViewInfo(a: Rect, b: Rect): {
|
|
2647
2726
|
p0: Rect;
|
|
2648
2727
|
p1: Rect;
|
|
2649
2728
|
};
|
|
2650
|
-
|
|
2651
|
-
|
|
2729
|
+
fb(a: Rect, b: Rect, c: SeriesView): boolean;
|
|
2730
|
+
k0(a: boolean, b: SeriesView): void;
|
|
2652
2731
|
protected cw(): boolean;
|
|
2653
2732
|
cx(a: SeriesView): boolean;
|
|
2654
|
-
|
|
2655
|
-
protected
|
|
2656
|
-
protected
|
|
2733
|
+
l3(a: Rect, b: Rect): void;
|
|
2734
|
+
protected m9(a: Rect, b: Rect): void;
|
|
2735
|
+
protected m8(a: Rect, b: Rect): void;
|
|
2657
2736
|
as: ContentInfo;
|
|
2658
2737
|
private cs;
|
|
2659
|
-
|
|
2660
|
-
protected
|
|
2661
|
-
protected
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
protected
|
|
2665
|
-
readonly
|
|
2738
|
+
e1: boolean;
|
|
2739
|
+
protected lb(a: Series): void;
|
|
2740
|
+
protected lt(): void;
|
|
2741
|
+
ln(): void;
|
|
2742
|
+
ls(): void;
|
|
2743
|
+
protected get_dz(): boolean;
|
|
2744
|
+
readonly dz: boolean;
|
|
2666
2745
|
protected get_isUsableInLegend(): boolean;
|
|
2667
2746
|
readonly isUsableInLegend: boolean;
|
|
2668
|
-
protected
|
|
2669
|
-
|
|
2670
|
-
protected
|
|
2671
|
-
|
|
2672
|
-
protected
|
|
2673
|
-
protected
|
|
2674
|
-
protected
|
|
2675
|
-
protected
|
|
2747
|
+
protected ly(): void;
|
|
2748
|
+
lu(): void;
|
|
2749
|
+
protected l4(): void;
|
|
2750
|
+
l5(): void;
|
|
2751
|
+
protected eu: boolean;
|
|
2752
|
+
protected ev: boolean;
|
|
2753
|
+
protected en(): boolean;
|
|
2754
|
+
protected l6(a: boolean): void;
|
|
2676
2755
|
private ct;
|
|
2677
|
-
protected
|
|
2678
|
-
protected readonly
|
|
2756
|
+
protected e3: boolean;
|
|
2757
|
+
protected readonly e4: boolean;
|
|
2679
2758
|
protected v(): void;
|
|
2680
2759
|
protected w(a: Visibility, b: Visibility): void;
|
|
2681
|
-
protected
|
|
2682
|
-
protected
|
|
2683
|
-
protected
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
protected
|
|
2687
|
-
protected readonly
|
|
2760
|
+
protected lx(): void;
|
|
2761
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
2762
|
+
protected my(): void;
|
|
2763
|
+
m6(a: Point): void;
|
|
2764
|
+
k8(): void;
|
|
2765
|
+
protected get_dy(): boolean;
|
|
2766
|
+
protected readonly dy: boolean;
|
|
2688
2767
|
cy: boolean;
|
|
2689
|
-
protected
|
|
2768
|
+
protected k5(a: Series): void;
|
|
2690
2769
|
b8: SyncLink;
|
|
2691
2770
|
private b7;
|
|
2692
2771
|
cd: SeriesViewer;
|
|
2693
2772
|
private cc;
|
|
2694
2773
|
cb: XamDataChart;
|
|
2695
|
-
readonly
|
|
2774
|
+
readonly fi: (sender: any, e: NotifyCollectionChangedEventArgs) => void;
|
|
2696
2775
|
readonly bd: (sender: any, e: PropertyUpdatedEventArgs) => void;
|
|
2697
2776
|
readonly cl: (sender: any, e: RectChangedEventArgs) => void;
|
|
2698
2777
|
itemsSource: IEnumerable;
|
|
2699
|
-
static readonly
|
|
2778
|
+
static readonly n3: DependencyProperty;
|
|
2700
2779
|
ck: IFastItemsSource;
|
|
2701
|
-
|
|
2702
|
-
protected
|
|
2780
|
+
g7: (sender: any, e: FastItemsSourceEventArgs) => void;
|
|
2781
|
+
protected k3(a: FastItemsSourceEventAction, b: number, c: number, d: string): void;
|
|
2703
2782
|
legend: IChartLegend;
|
|
2704
|
-
static readonly
|
|
2705
|
-
|
|
2706
|
-
private
|
|
2707
|
-
|
|
2708
|
-
protected
|
|
2783
|
+
static readonly n9: DependencyProperty;
|
|
2784
|
+
nc: Control;
|
|
2785
|
+
private na;
|
|
2786
|
+
h2(): any;
|
|
2787
|
+
protected nb(): Control;
|
|
2709
2788
|
a1: IChartLegend;
|
|
2710
2789
|
private a0;
|
|
2711
|
-
|
|
2790
|
+
p7: Visibility;
|
|
2712
2791
|
legendItemBadgeTemplate: DataTemplate;
|
|
2713
|
-
static readonly
|
|
2714
|
-
|
|
2715
|
-
private
|
|
2716
|
-
|
|
2717
|
-
|
|
2792
|
+
static readonly n6: DependencyProperty;
|
|
2793
|
+
ne: DataTemplate;
|
|
2794
|
+
private ng;
|
|
2795
|
+
o5: Brush;
|
|
2796
|
+
o4: Brush;
|
|
2718
2797
|
b6: StandardLegendItems;
|
|
2719
2798
|
b5: StandardLegendItems;
|
|
2720
2799
|
legendItemBadgeShape: LegendItemBadgeShape;
|
|
2721
2800
|
a9: LegendItemBadgeMode;
|
|
2722
2801
|
legendItemTemplate: DataTemplate;
|
|
2723
|
-
static readonly
|
|
2724
|
-
|
|
2725
|
-
static readonly
|
|
2802
|
+
static readonly n7: DependencyProperty;
|
|
2803
|
+
nf: DataTemplate;
|
|
2804
|
+
static readonly nu: DependencyProperty;
|
|
2726
2805
|
index: number;
|
|
2727
|
-
static readonly
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
protected
|
|
2806
|
+
static readonly ny: DependencyProperty;
|
|
2807
|
+
m7(): void;
|
|
2808
|
+
k7(): void;
|
|
2809
|
+
protected mz(): void;
|
|
2731
2810
|
cf: (time: number) => number;
|
|
2732
2811
|
cg: (time: number) => number;
|
|
2733
2812
|
c0: boolean;
|
|
2734
|
-
|
|
2735
|
-
|
|
2813
|
+
ho: number;
|
|
2814
|
+
g2: number;
|
|
2736
2815
|
cv(): boolean;
|
|
2737
|
-
|
|
2816
|
+
mu(): void;
|
|
2738
2817
|
private cr;
|
|
2739
|
-
private fj;
|
|
2740
|
-
ft: number;
|
|
2741
|
-
protected gu(): number;
|
|
2742
|
-
gt: number;
|
|
2743
|
-
private fn;
|
|
2744
|
-
protected fy: number;
|
|
2745
|
-
g4: number;
|
|
2746
|
-
private fk;
|
|
2747
|
-
protected fv: number;
|
|
2748
|
-
g1: number;
|
|
2749
2818
|
private fl;
|
|
2750
|
-
|
|
2751
|
-
|
|
2819
|
+
fv: number;
|
|
2820
|
+
protected gw(): number;
|
|
2821
|
+
gv: number;
|
|
2822
|
+
private fp;
|
|
2823
|
+
protected f0: number;
|
|
2824
|
+
g6: number;
|
|
2752
2825
|
private fm;
|
|
2753
2826
|
protected fx: number;
|
|
2754
2827
|
g3: number;
|
|
2828
|
+
private fn;
|
|
2829
|
+
protected fy: number;
|
|
2830
|
+
g4: number;
|
|
2831
|
+
private fo;
|
|
2832
|
+
protected fz: number;
|
|
2833
|
+
g5: number;
|
|
2755
2834
|
title: any;
|
|
2835
|
+
o7: Brush;
|
|
2756
2836
|
o3: Brush;
|
|
2757
|
-
oz: Brush;
|
|
2758
|
-
o4: Brush;
|
|
2759
|
-
o5: Brush;
|
|
2760
2837
|
o8: Brush;
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2838
|
+
o9: Brush;
|
|
2839
|
+
pc: Brush;
|
|
2840
|
+
o6: Brush;
|
|
2841
|
+
gt: number;
|
|
2842
|
+
g1: number;
|
|
2843
|
+
fw: number;
|
|
2844
|
+
f2: number;
|
|
2845
|
+
ph: PenLineCap;
|
|
2846
|
+
pg: DoubleCollection;
|
|
2768
2847
|
toolTip: any;
|
|
2769
2848
|
private bj;
|
|
2770
2849
|
bk: SeriesHighlightingMode;
|
|
2771
2850
|
protected bl(): SeriesHighlightingMode;
|
|
2772
|
-
protected
|
|
2773
|
-
private
|
|
2774
|
-
|
|
2775
|
-
|
|
2851
|
+
protected eg(a: SeriesHighlightingMode): boolean;
|
|
2852
|
+
private fk;
|
|
2853
|
+
ft: number;
|
|
2854
|
+
gr: number;
|
|
2776
2855
|
c7: boolean;
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
pb: Color;
|
|
2784
|
-
e7: boolean;
|
|
2785
|
-
gx: number;
|
|
2856
|
+
dj: boolean;
|
|
2857
|
+
dx: boolean;
|
|
2858
|
+
er: boolean;
|
|
2859
|
+
dn: boolean;
|
|
2860
|
+
protected get_dp(): boolean;
|
|
2861
|
+
readonly dp: boolean;
|
|
2786
2862
|
gy: number;
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2863
|
+
pf: Color;
|
|
2864
|
+
e9: boolean;
|
|
2865
|
+
gz: number;
|
|
2866
|
+
g0: number;
|
|
2867
|
+
f1: number;
|
|
2791
2868
|
fs: number;
|
|
2792
|
-
|
|
2793
|
-
|
|
2869
|
+
mw(): void;
|
|
2870
|
+
gs: number;
|
|
2871
|
+
fu: number;
|
|
2872
|
+
mx(): void;
|
|
2873
|
+
protected gx(): number;
|
|
2794
2874
|
private cq;
|
|
2795
|
-
|
|
2796
|
-
|
|
2875
|
+
dm: boolean;
|
|
2876
|
+
et: boolean;
|
|
2797
2877
|
private b1;
|
|
2798
2878
|
b2: SeriesVisibleRangeMode;
|
|
2799
2879
|
b3(): SeriesVisibleRangeMode;
|
|
@@ -2803,63 +2883,63 @@ export declare abstract class Series extends Control implements INotifyPropertyC
|
|
|
2803
2883
|
bu(): SeriesOutlineMode;
|
|
2804
2884
|
bt: SeriesOutlineMode;
|
|
2805
2885
|
au(a: any): DataContext;
|
|
2806
|
-
|
|
2886
|
+
hp: number;
|
|
2807
2887
|
ca: TransitionInSpeedType;
|
|
2808
2888
|
protected b9(): TransitionInSpeedType;
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
private static
|
|
2816
|
-
static
|
|
2817
|
-
static
|
|
2818
|
-
|
|
2819
|
-
|
|
2889
|
+
ht: any;
|
|
2890
|
+
mj(): void;
|
|
2891
|
+
mo(): void;
|
|
2892
|
+
mi(): void;
|
|
2893
|
+
kx(): void;
|
|
2894
|
+
li(): void;
|
|
2895
|
+
private static _fg;
|
|
2896
|
+
static fg(a: (arg1: number) => number, b: number, c: number): IEnumerable$1<number>;
|
|
2897
|
+
static ff(a: (arg1: number) => number, b: number): IEnumerable$1<number>;
|
|
2898
|
+
pj: PenLineCap;
|
|
2899
|
+
pi: PenLineCap;
|
|
2820
2900
|
private bg;
|
|
2821
2901
|
bh(): SeriesComponentsForView;
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2902
|
+
mp(a: Canvas): void;
|
|
2903
|
+
go(): number;
|
|
2904
|
+
gp(): number;
|
|
2825
2905
|
private cu;
|
|
2826
|
-
protected
|
|
2827
|
-
protected
|
|
2828
|
-
protected
|
|
2829
|
-
readonly
|
|
2830
|
-
|
|
2831
|
-
|
|
2906
|
+
protected get_e5(): boolean;
|
|
2907
|
+
protected set_e5(a: boolean): void;
|
|
2908
|
+
protected e5: boolean;
|
|
2909
|
+
readonly eq: boolean;
|
|
2910
|
+
em: boolean;
|
|
2911
|
+
ky(): void;
|
|
2832
2912
|
aw(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
2833
2913
|
ax(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
private
|
|
2837
|
-
private
|
|
2838
|
-
|
|
2839
|
-
private
|
|
2840
|
-
|
|
2841
|
-
|
|
2914
|
+
lz(a: Point, b: any, c: any, d: boolean): void;
|
|
2915
|
+
mt(a: Point): void;
|
|
2916
|
+
private ku;
|
|
2917
|
+
private kz;
|
|
2918
|
+
kt(a: IChartLegend, b: IChartLegend): void;
|
|
2919
|
+
private kv;
|
|
2920
|
+
me(a: IFastItemsSourceProvider): void;
|
|
2921
|
+
md(a: IFastItemsSourceProvider): void;
|
|
2842
2922
|
protected a2(): IChartLegend;
|
|
2843
|
-
protected
|
|
2844
|
-
|
|
2845
|
-
protected
|
|
2846
|
-
protected
|
|
2923
|
+
protected es(): boolean;
|
|
2924
|
+
ep(a: boolean): boolean;
|
|
2925
|
+
protected k4(a: Axis): void;
|
|
2926
|
+
protected mc(a: Axis): void;
|
|
2847
2927
|
bi(): SeriesComponentsFromView;
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
protected
|
|
2851
|
-
readonly
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2928
|
+
m1(a: Canvas): void;
|
|
2929
|
+
ms(a: Point, b: (arg1: any) => void): void;
|
|
2930
|
+
protected get_e7(): boolean;
|
|
2931
|
+
readonly e7: boolean;
|
|
2932
|
+
l8(a: RenderingContext, b: RenderingContext): void;
|
|
2933
|
+
ma(a: Rect): void;
|
|
2934
|
+
lf(a: NotifyCollectionChangedEventArgs): void;
|
|
2935
|
+
lq(a: number, b: any, c: any): void;
|
|
2936
|
+
lm(): void;
|
|
2937
|
+
lo(a: number, b: any): void;
|
|
2938
|
+
lp(a: number, b: any): void;
|
|
2939
|
+
mv(): void;
|
|
2940
|
+
h4: any;
|
|
2941
|
+
g9: (arg1: any) => any;
|
|
2942
|
+
ex(a: Point, b: boolean): boolean;
|
|
2863
2943
|
protected _coercionMethods: any;
|
|
2864
2944
|
protected get_coercionMethods(): any;
|
|
2865
2945
|
protected set_coercionMethods(a: any): void;
|
|
@@ -2877,42 +2957,42 @@ export declare abstract class Series extends Control implements INotifyPropertyC
|
|
|
2877
2957
|
protected ch(a: string): IFastItemColumn$1<number>;
|
|
2878
2958
|
protected ci(a: string): IFastItemColumn$1<number>;
|
|
2879
2959
|
protected cj(a: string): IFastItemColumn$1<any>;
|
|
2880
|
-
protected readonly
|
|
2960
|
+
protected readonly p3: Rect;
|
|
2961
|
+
protected get_d4(): boolean;
|
|
2962
|
+
readonly d4: boolean;
|
|
2881
2963
|
protected get_d3(): boolean;
|
|
2882
2964
|
readonly d3: boolean;
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
mo(a: boolean): void;
|
|
2886
|
-
mn(a: Brush, b: Brush): void;
|
|
2965
|
+
mr(a: boolean): void;
|
|
2966
|
+
mq(a: Brush, b: Brush): void;
|
|
2887
2967
|
co: (arg1: SeriesViewer) => void;
|
|
2888
|
-
protected
|
|
2889
|
-
|
|
2890
|
-
protected
|
|
2891
|
-
private
|
|
2892
|
-
|
|
2893
|
-
protected
|
|
2894
|
-
|
|
2895
|
-
|
|
2968
|
+
protected k2(a: any, b: any): void;
|
|
2969
|
+
hu(): any;
|
|
2970
|
+
protected la(a: any): void;
|
|
2971
|
+
private pk;
|
|
2972
|
+
lk(a: Point): void;
|
|
2973
|
+
protected lw(a: Point): void;
|
|
2974
|
+
ll(): void;
|
|
2975
|
+
lr(): void;
|
|
2896
2976
|
an(a: Axis): Axis;
|
|
2897
2977
|
ag(): Axis[];
|
|
2898
|
-
|
|
2899
|
-
static
|
|
2900
|
-
static
|
|
2901
|
-
|
|
2902
|
-
private
|
|
2903
|
-
|
|
2904
|
-
private
|
|
2905
|
-
|
|
2906
|
-
protected
|
|
2907
|
-
|
|
2908
|
-
readonly ih: string;
|
|
2909
|
-
readonly h5: string;
|
|
2910
|
-
readonly h6: string;
|
|
2911
|
-
readonly ie: string;
|
|
2912
|
-
readonly io: string;
|
|
2913
|
-
readonly im: string;
|
|
2978
|
+
ge(): number;
|
|
2979
|
+
static gf(a: IFastItemColumn$1<number>, b: ISortingAxis): number;
|
|
2980
|
+
static gg(a: IList$1<number>, b: ISortingAxis): number;
|
|
2981
|
+
lv(): void;
|
|
2982
|
+
private fq;
|
|
2983
|
+
f3: number;
|
|
2984
|
+
private fr;
|
|
2985
|
+
gu: number;
|
|
2986
|
+
protected m5(): void;
|
|
2987
|
+
hx(a: any): any;
|
|
2914
2988
|
readonly ij: string;
|
|
2915
|
-
|
|
2989
|
+
readonly h7: string;
|
|
2990
|
+
readonly h8: string;
|
|
2991
|
+
readonly ih: string;
|
|
2992
|
+
readonly iq: string;
|
|
2993
|
+
readonly ip: string;
|
|
2994
|
+
readonly il: string;
|
|
2995
|
+
protected m0(): void;
|
|
2916
2996
|
am(): ActualLegendItemBadgeShape;
|
|
2917
2997
|
protected ba(a: LegendItemBadgeShape): LegendItemBadgeShape;
|
|
2918
2998
|
private bb;
|
|
@@ -2920,15 +3000,15 @@ export declare abstract class Series extends Control implements INotifyPropertyC
|
|
|
2920
3000
|
private a4;
|
|
2921
3001
|
getDataLegendBadgeContext(): any;
|
|
2922
3002
|
getDataLegendBadgeShapeAndMarker(): string;
|
|
2923
|
-
|
|
2924
|
-
|
|
3003
|
+
i0(): string;
|
|
3004
|
+
i1(a: Series, b: DataTemplate): string;
|
|
2925
3005
|
getDataLegendSeriesTitle(): string;
|
|
2926
|
-
|
|
3006
|
+
gd(a: any, b: string): number;
|
|
2927
3007
|
getDataLegendSeriesContextAt(a: number, b: number): any;
|
|
2928
3008
|
av(): DataLegendSeriesGroup;
|
|
2929
3009
|
getDataLegendAxisLabelFromCursorPosition(a: number, b: number): any;
|
|
2930
|
-
private
|
|
2931
|
-
private
|
|
3010
|
+
private lj;
|
|
3011
|
+
private fj;
|
|
2932
3012
|
static $$p: string[];
|
|
2933
3013
|
}
|
|
2934
3014
|
/**
|
|
@@ -2936,49 +3016,49 @@ export declare abstract class Series extends Control implements INotifyPropertyC
|
|
|
2936
3016
|
*/
|
|
2937
3017
|
export declare abstract class MarkerSeries extends Series {
|
|
2938
3018
|
static $t: Type;
|
|
2939
|
-
|
|
3019
|
+
qg: MarkerSeriesView;
|
|
2940
3020
|
constructor();
|
|
2941
|
-
|
|
2942
|
-
|
|
3021
|
+
p5(a: SeriesPlotAreaMarginHorizontalMode, b: SeriesPlotAreaMarginVerticalMode): Thickness;
|
|
3022
|
+
l2(a: SeriesView): void;
|
|
2943
3023
|
protected get_hasMarkers(): boolean;
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
3024
|
+
pa(): Brush;
|
|
3025
|
+
pb(): Brush;
|
|
3026
|
+
nh(): DataTemplate;
|
|
3027
|
+
i0(): string;
|
|
3028
|
+
qh: MarkerType;
|
|
3029
|
+
private qc;
|
|
3030
|
+
qd: MarkerOutlineMode;
|
|
3031
|
+
qf(): MarkerOutlineMode;
|
|
3032
|
+
m3(a: MarkerOutlineMode): void;
|
|
3033
|
+
qe: MarkerOutlineMode;
|
|
2949
3034
|
private p8;
|
|
2950
|
-
p9:
|
|
2951
|
-
qb():
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
protected
|
|
2976
|
-
protected
|
|
2977
|
-
static qm(a: MarkerType): string;
|
|
2978
|
-
static qe(a: Series, b: MarkerType): MarkerType;
|
|
2979
|
-
protected mw(): void;
|
|
2980
|
-
protected k7(a: any): void;
|
|
2981
|
-
protected qg(a: Point, b: boolean): boolean;
|
|
3035
|
+
p9: MarkerFillMode;
|
|
3036
|
+
qb(): MarkerFillMode;
|
|
3037
|
+
m2(a: MarkerFillMode): void;
|
|
3038
|
+
m4(a: number): void;
|
|
3039
|
+
qa: MarkerFillMode;
|
|
3040
|
+
q3: DataTemplate;
|
|
3041
|
+
qm: number;
|
|
3042
|
+
f4(): number;
|
|
3043
|
+
q1: DataTemplate;
|
|
3044
|
+
q2: DataTemplate;
|
|
3045
|
+
private static q0;
|
|
3046
|
+
static readonly q4: DataTemplate;
|
|
3047
|
+
rj: Brush;
|
|
3048
|
+
static readonly q8: DependencyProperty;
|
|
3049
|
+
rh: Brush;
|
|
3050
|
+
rk: Brush;
|
|
3051
|
+
ri: Brush;
|
|
3052
|
+
rl: Style;
|
|
3053
|
+
ql: boolean;
|
|
3054
|
+
qj(): boolean;
|
|
3055
|
+
protected lx(): void;
|
|
3056
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
3057
|
+
static qq(a: MarkerType): string;
|
|
3058
|
+
static qi(a: Series, b: MarkerType): MarkerType;
|
|
3059
|
+
protected mz(): void;
|
|
3060
|
+
protected la(a: any): void;
|
|
3061
|
+
protected qk(a: Point, b: boolean): boolean;
|
|
2982
3062
|
at(a: Point, b: boolean): DataContext;
|
|
2983
3063
|
static $$p: string[];
|
|
2984
3064
|
}
|