igniteui-webcomponents-charts 3.2.3 → 3.2.4
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 +24938 -21547
- 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 +110 -103
- 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 +545 -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 +2162 -1903
- 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 +1443 -1359
- 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 +197 -197
- 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 +2 -2
- package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- 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 +1026 -1026
- 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-anchored-category-series-component.js +18 -18
- package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm2015/lib/igc-annotation-layer-component.js +17 -17
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm2015/lib/igc-bar-fragment-component.js +6 -6
- package/esm2015/lib/igc-bar-series-component.js +11 -11
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm2015/lib/igc-bubble-series-component.js +44 -44
- package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
- package/esm2015/lib/igc-callout-layer-component.js +95 -95
- package/esm2015/lib/igc-category-chart-component.js +169 -112
- package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm2015/lib/igc-category-series-component.js +20 -20
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm2015/lib/igc-category-x-axis-component.js +75 -2
- package/esm2015/lib/igc-category-y-axis-component.js +75 -2
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm2015/lib/igc-chart-group-description-collection.js +88 -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-sort-description-collection.js +98 -0
- package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
- package/esm2015/lib/igc-chart-sort-description.js +61 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
- package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
- package/esm2015/lib/igc-chart-summary-description.js +95 -0
- package/esm2015/lib/igc-column-fragment-component.js +11 -11
- package/esm2015/lib/igc-column-series-component.js +13 -13
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-legend-component.js +1 -1
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-domain-chart-component.js +901 -650
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-final-value-layer-component.js +42 -42
- package/esm2015/lib/igc-financial-chart-component.js +214 -157
- package/esm2015/lib/igc-financial-indicator-component.js +16 -16
- package/esm2015/lib/igc-financial-overlay-component.js +5 -5
- package/esm2015/lib/igc-financial-price-series-component.js +30 -30
- package/esm2015/lib/igc-financial-series-component.js +60 -60
- package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm2015/lib/igc-line-fragment-component.js +1 -1
- package/esm2015/lib/igc-line-series-component.js +1 -1
- package/esm2015/lib/igc-marker-series-component.js +28 -28
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm2015/lib/igc-polar-area-series-component.js +3 -3
- package/esm2015/lib/igc-polar-base-component.js +77 -77
- package/esm2015/lib/igc-polar-line-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
- package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm2015/lib/igc-radial-area-series-component.js +3 -3
- package/esm2015/lib/igc-radial-base-component.js +31 -31
- package/esm2015/lib/igc-radial-column-series-component.js +9 -9
- package/esm2015/lib/igc-radial-line-series-component.js +4 -4
- package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
- package/esm2015/lib/igc-range-category-series-component.js +6 -6
- package/esm2015/lib/igc-range-column-series-component.js +10 -10
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
- package/esm2015/lib/igc-scatter-base-component.js +49 -49
- package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm2015/lib/igc-series-component.js +195 -185
- package/esm2015/lib/igc-series-viewer-component.js +379 -282
- package/esm2015/lib/igc-shape-series-base-component.js +45 -45
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm2015/lib/igc-spline-fragment-component.js +1 -1
- package/esm2015/lib/igc-spline-series-base-component.js +6 -6
- package/esm2015/lib/igc-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
- package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
- package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm2015/lib/igc-step-area-series-component.js +2 -2
- package/esm2015/lib/igc-step-line-series-component.js +3 -3
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm2015/lib/igc-trix-indicator-component.js +3 -3
- package/esm2015/lib/igc-value-overlay-component.js +52 -52
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm2015/lib/igc-waterfall-series-component.js +19 -19
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-component.js +0 -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 +110 -103
- 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 +522 -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 +2098 -1753
- 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 +1405 -1300
- 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 +197 -197
- 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 +2 -2
- package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- 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 +1025 -1025
- 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-anchored-category-series-component.js +18 -18
- package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
- package/esm5/lib/igc-annotation-layer-component.js +17 -17
- package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
- package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
- package/esm5/lib/igc-bar-fragment-component.js +6 -6
- package/esm5/lib/igc-bar-series-component.js +11 -11
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
- package/esm5/lib/igc-bubble-series-component.js +44 -44
- package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
- package/esm5/lib/igc-callout-layer-component.js +95 -95
- package/esm5/lib/igc-category-chart-component.js +189 -112
- package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
- package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
- package/esm5/lib/igc-category-series-component.js +20 -20
- package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
- package/esm5/lib/igc-category-x-axis-component.js +95 -2
- package/esm5/lib/igc-category-y-axis-component.js +95 -2
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
- package/esm5/lib/igc-chart-group-description-collection.js +115 -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-sort-description-collection.js +129 -0
- package/esm5/lib/igc-chart-sort-description-module.js +19 -0
- package/esm5/lib/igc-chart-sort-description.js +81 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
- package/esm5/lib/igc-chart-summary-description-module.js +19 -0
- package/esm5/lib/igc-chart-summary-description.js +122 -0
- package/esm5/lib/igc-column-fragment-component.js +11 -11
- package/esm5/lib/igc-column-series-component.js +13 -13
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
- package/esm5/lib/igc-crosshair-layer-component.js +90 -90
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-legend-component.js +1 -1
- package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-domain-chart-component.js +973 -650
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-final-value-layer-component.js +42 -42
- package/esm5/lib/igc-financial-chart-component.js +234 -157
- package/esm5/lib/igc-financial-indicator-component.js +16 -16
- package/esm5/lib/igc-financial-overlay-component.js +5 -5
- package/esm5/lib/igc-financial-price-series-component.js +30 -30
- package/esm5/lib/igc-financial-series-component.js +60 -60
- package/esm5/lib/igc-force-index-indicator-component.js +4 -4
- package/esm5/lib/igc-fragment-base-component.js +2 -2
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
- package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
- package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
- package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
- package/esm5/lib/igc-line-fragment-component.js +1 -1
- package/esm5/lib/igc-line-series-component.js +1 -1
- package/esm5/lib/igc-marker-series-component.js +28 -28
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
- package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
- package/esm5/lib/igc-polar-area-series-component.js +3 -3
- package/esm5/lib/igc-polar-base-component.js +77 -77
- package/esm5/lib/igc-polar-line-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-polar-spline-series-component.js +4 -4
- package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
- package/esm5/lib/igc-radial-area-series-component.js +3 -3
- package/esm5/lib/igc-radial-base-component.js +31 -31
- package/esm5/lib/igc-radial-column-series-component.js +9 -9
- package/esm5/lib/igc-radial-line-series-component.js +4 -4
- package/esm5/lib/igc-radial-pie-series-component.js +9 -9
- package/esm5/lib/igc-range-category-series-component.js +6 -6
- package/esm5/lib/igc-range-column-series-component.js +10 -10
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
- package/esm5/lib/igc-scatter-area-series-component.js +24 -24
- package/esm5/lib/igc-scatter-base-component.js +49 -49
- package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
- package/esm5/lib/igc-scatter-line-series-component.js +4 -4
- package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
- package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
- package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
- package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
- package/esm5/lib/igc-series-component.js +199 -185
- package/esm5/lib/igc-series-viewer-component.js +403 -282
- package/esm5/lib/igc-shape-series-base-component.js +45 -45
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
- package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
- package/esm5/lib/igc-spline-fragment-component.js +1 -1
- package/esm5/lib/igc-spline-series-base-component.js +6 -6
- package/esm5/lib/igc-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
- package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
- package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
- package/esm5/lib/igc-stacked-column-series-component.js +9 -9
- package/esm5/lib/igc-stacked-line-series-component.js +1 -1
- package/esm5/lib/igc-stacked-series-base-component.js +11 -11
- package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
- package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
- package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
- package/esm5/lib/igc-step-area-series-component.js +2 -2
- package/esm5/lib/igc-step-line-series-component.js +3 -3
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
- package/esm5/lib/igc-trix-indicator-component.js +3 -3
- package/esm5/lib/igc-value-overlay-component.js +52 -52
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
- package/esm5/lib/igc-waterfall-series-component.js +19 -19
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-component.js +0 -7
- package/esm5/public_api.js +23 -0
- package/fesm2015/igniteui-webcomponents-charts.js +24809 -22008
- package/fesm5/igniteui-webcomponents-charts.js +24917 -21549
- 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 +129 -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 +538 -487
- 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 +230 -230
- 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 +189 -189
- package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
- package/lib/igc-category-chart-component.d.ts +27 -0
- package/lib/igc-category-x-axis-component.d.ts +37 -0
- package/lib/igc-category-y-axis-component.d.ts +37 -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-data-legend-component.d.ts +1 -1
- package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
- package/lib/igc-domain-chart-component.d.ts +85 -1
- package/lib/igc-financial-chart-component.d.ts +27 -0
- package/lib/igc-series-component.d.ts +4 -0
- package/lib/igc-series-viewer-component.d.ts +51 -0
- package/lib/igc-zoom-slider-component.d.ts +0 -5
- package/package.json +2 -2
- package/public_api.d.ts +23 -0
package/esm2015/lib/XYChart.js
CHANGED
|
@@ -23,87 +23,87 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
23
23
|
class XYChart extends DomainChart {
|
|
24
24
|
constructor() {
|
|
25
25
|
super(...arguments);
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
98
|
-
this.
|
|
99
|
-
this.
|
|
100
|
-
this.
|
|
101
|
-
this.
|
|
26
|
+
this.vh = null;
|
|
27
|
+
this.vi = null;
|
|
28
|
+
this.vy = 0;
|
|
29
|
+
this.v0 = 5;
|
|
30
|
+
this.vz = 0;
|
|
31
|
+
this.vx = 5;
|
|
32
|
+
this.wf = 5;
|
|
33
|
+
this.wh = 0;
|
|
34
|
+
this.wg = 5;
|
|
35
|
+
this.we = 0;
|
|
36
|
+
this.aa8 = null;
|
|
37
|
+
this.abf = null;
|
|
38
|
+
this.aa6 = null;
|
|
39
|
+
this.aa7 = null;
|
|
40
|
+
this.v9 = 0;
|
|
41
|
+
this.wq = 0;
|
|
42
|
+
this.v8 = NaN;
|
|
43
|
+
this.wp = NaN;
|
|
44
|
+
this.wb = NaN;
|
|
45
|
+
this.ws = NaN;
|
|
46
|
+
this.wa = NaN;
|
|
47
|
+
this.wr = NaN;
|
|
48
|
+
this.v7 = NaN;
|
|
49
|
+
this.wo = NaN;
|
|
50
|
+
this.abe = null;
|
|
51
|
+
this.abl = null;
|
|
52
|
+
this.x0 = null;
|
|
53
|
+
this.x4 = null;
|
|
54
|
+
this.x2 = null;
|
|
55
|
+
this.x6 = null;
|
|
56
|
+
this.xv = null;
|
|
57
|
+
this.xw = null;
|
|
58
|
+
this.aa9 = null;
|
|
59
|
+
this.abg = null;
|
|
60
|
+
this.v1 = DeviceUtils.g(1);
|
|
61
|
+
this.wi = DeviceUtils.g(1);
|
|
62
|
+
this.v2 = DeviceUtils.g(1);
|
|
63
|
+
this.wj = DeviceUtils.g(1);
|
|
64
|
+
this.abb = null;
|
|
65
|
+
this.abi = null;
|
|
66
|
+
this.abc = null;
|
|
67
|
+
this.abj = null;
|
|
68
|
+
this.v3 = DeviceUtils.g(1);
|
|
69
|
+
this.wk = DeviceUtils.g(1);
|
|
70
|
+
this.v4 = DeviceUtils.g(8);
|
|
71
|
+
this.wl = 0;
|
|
72
|
+
this.abd = null;
|
|
73
|
+
this.abk = null;
|
|
74
|
+
this.v5 = DeviceUtils.g(1);
|
|
75
|
+
this.wm = DeviceUtils.g(1);
|
|
76
|
+
this.x1 = null;
|
|
77
|
+
this.x5 = null;
|
|
78
|
+
this.aba = null;
|
|
79
|
+
this.abh = null;
|
|
80
|
+
this.vw = 0;
|
|
81
|
+
this.wd = 0;
|
|
82
|
+
this.vv = NaN;
|
|
83
|
+
this.wc = NaN;
|
|
84
|
+
this.v6 = 0;
|
|
85
|
+
this.wn = -90;
|
|
86
|
+
this.vr = false;
|
|
87
|
+
this.vs = false;
|
|
88
|
+
this.aa1 = 1;
|
|
89
|
+
this.ab4 = 1;
|
|
90
|
+
this.aa0 = 1;
|
|
91
|
+
this.aa2 = 2;
|
|
92
|
+
this.ab2 = 0;
|
|
93
|
+
this.ab3 = 1;
|
|
94
|
+
this.ab8 = 0;
|
|
95
|
+
this.ab9 = 0;
|
|
96
|
+
this.vp = 4;
|
|
97
|
+
this.vn = 4;
|
|
98
|
+
this.xz = null;
|
|
99
|
+
this.vb = null;
|
|
100
|
+
this.x3 = null;
|
|
101
|
+
this.vc = null;
|
|
102
102
|
}
|
|
103
103
|
provideContainer(a) {
|
|
104
104
|
if (a != null) {
|
|
105
|
-
let b = this.
|
|
106
|
-
let c = this.
|
|
105
|
+
let b = this.vf();
|
|
106
|
+
let c = this.vg();
|
|
107
107
|
if (b != null) {
|
|
108
108
|
b.provideRenderer(a);
|
|
109
109
|
}
|
|
@@ -113,520 +113,520 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
113
113
|
}
|
|
114
114
|
super.provideContainer(a);
|
|
115
115
|
}
|
|
116
|
-
|
|
117
|
-
super.
|
|
118
|
-
let a = this.
|
|
119
|
-
let b = this.
|
|
116
|
+
rq() {
|
|
117
|
+
super.rq();
|
|
118
|
+
let a = this.vf();
|
|
119
|
+
let b = this.vg();
|
|
120
120
|
if (a != null && a.ay != null) {
|
|
121
|
-
this.
|
|
121
|
+
this.abo = a.ay.textColor;
|
|
122
122
|
}
|
|
123
123
|
if (b != null && b.ay != null) {
|
|
124
|
-
this.
|
|
124
|
+
this.abv = b.ay.textColor;
|
|
125
125
|
}
|
|
126
|
-
this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
126
|
+
this.abt = AxisDefaults.j;
|
|
127
|
+
this.ab0 = AxisDefaults.j;
|
|
128
|
+
this.abp = AxisDefaults.h;
|
|
129
|
+
this.abw = AxisDefaults.h;
|
|
130
|
+
this.abs = AxisDefaults.g;
|
|
131
|
+
this.abz = AxisDefaults.g;
|
|
132
132
|
}
|
|
133
|
-
|
|
134
|
-
super.
|
|
133
|
+
sd(a, b, c) {
|
|
134
|
+
super.sd(a, b, c);
|
|
135
135
|
switch (a) {
|
|
136
136
|
case "XAxisLabelLeftMargin":
|
|
137
|
-
this.
|
|
137
|
+
this.aas((d) => d.leftMargin = this.w0);
|
|
138
138
|
break;
|
|
139
139
|
case "XAxisLabelTopMargin":
|
|
140
|
-
this.
|
|
140
|
+
this.aas((d) => d.topMargin = this.w2);
|
|
141
141
|
break;
|
|
142
142
|
case "XAxisLabelRightMargin":
|
|
143
|
-
this.
|
|
143
|
+
this.aas((d) => d.rightMargin = this.w1);
|
|
144
144
|
break;
|
|
145
145
|
case "XAxisLabelBottomMargin":
|
|
146
|
-
this.
|
|
146
|
+
this.aas((d) => d.bottomMargin = this.wz);
|
|
147
147
|
break;
|
|
148
148
|
case "YAxisLabelLeftMargin":
|
|
149
|
-
this.
|
|
149
|
+
this.aax((d) => d.leftMargin = this.xh);
|
|
150
150
|
break;
|
|
151
151
|
case "YAxisLabelTopMargin":
|
|
152
|
-
this.
|
|
152
|
+
this.aax((d) => d.topMargin = this.xj);
|
|
153
153
|
break;
|
|
154
154
|
case "YAxisLabelRightMargin":
|
|
155
|
-
this.
|
|
155
|
+
this.aax((d) => d.rightMargin = this.xi);
|
|
156
156
|
break;
|
|
157
157
|
case "YAxisLabelBottomMargin":
|
|
158
|
-
this.
|
|
158
|
+
this.aax((d) => d.bottomMargin = this.xg);
|
|
159
159
|
break;
|
|
160
160
|
case "ActualItemsSource":
|
|
161
161
|
case "ShouldDisplayMockData":
|
|
162
162
|
case "ShouldUseSkeletonStyleForMockData":
|
|
163
|
-
this.
|
|
164
|
-
this.
|
|
163
|
+
this.abm = this.ui(this.abo);
|
|
164
|
+
this.abn = this.ui(this.abv);
|
|
165
165
|
break;
|
|
166
166
|
case "XAxisLabelTextColor":
|
|
167
|
-
this.
|
|
167
|
+
this.abm = this.ui(this.abo);
|
|
168
168
|
break;
|
|
169
169
|
case "YAxisLabelTextColor":
|
|
170
|
-
this.
|
|
170
|
+
this.abn = this.ui(this.abv);
|
|
171
171
|
break;
|
|
172
172
|
case "ActualXAxisLabelTextColor":
|
|
173
|
-
this.
|
|
173
|
+
this.aas((d) => d.textColor = this.abm);
|
|
174
174
|
break;
|
|
175
175
|
case "ActualYAxisLabelTextColor":
|
|
176
|
-
this.
|
|
176
|
+
this.aax((d) => d.textColor = this.abn);
|
|
177
177
|
break;
|
|
178
178
|
case "XAxisTitleMargin":
|
|
179
|
-
this.
|
|
179
|
+
this.aau((d) => d.margin = this.xb);
|
|
180
180
|
break;
|
|
181
181
|
case "YAxisTitleMargin":
|
|
182
|
-
this.
|
|
182
|
+
this.aaz((d) => d.margin = this.xs);
|
|
183
183
|
break;
|
|
184
184
|
case "XAxisTitleLeftMargin":
|
|
185
|
-
this.
|
|
185
|
+
this.aau((d) => d.leftMargin = this.xa);
|
|
186
186
|
break;
|
|
187
187
|
case "YAxisTitleLeftMargin":
|
|
188
|
-
this.
|
|
188
|
+
this.aaz((d) => d.leftMargin = this.xr);
|
|
189
189
|
break;
|
|
190
190
|
case "XAxisTitleTopMargin":
|
|
191
|
-
this.
|
|
191
|
+
this.aau((d) => d.topMargin = this.xd);
|
|
192
192
|
break;
|
|
193
193
|
case "YAxisTitleTopMargin":
|
|
194
|
-
this.
|
|
194
|
+
this.aaz((d) => d.topMargin = this.xu);
|
|
195
195
|
break;
|
|
196
196
|
case "XAxisTitleRightMargin":
|
|
197
|
-
this.
|
|
197
|
+
this.aau((d) => d.rightMargin = this.xc);
|
|
198
198
|
break;
|
|
199
199
|
case "YAxisTitleRightMargin":
|
|
200
|
-
this.
|
|
200
|
+
this.aaz((d) => d.rightMargin = this.xt);
|
|
201
201
|
break;
|
|
202
202
|
case "XAxisTitleBottomMargin":
|
|
203
|
-
this.
|
|
203
|
+
this.aau((d) => d.bottomMargin = this.w9);
|
|
204
204
|
break;
|
|
205
205
|
case "YAxisTitleBottomMargin":
|
|
206
|
-
this.
|
|
206
|
+
this.aaz((d) => d.bottomMargin = this.xq);
|
|
207
207
|
break;
|
|
208
208
|
case "XAxisTitleTextColor":
|
|
209
|
-
this.
|
|
209
|
+
this.aau((d) => d.textColor = this.abu);
|
|
210
210
|
break;
|
|
211
211
|
case "YAxisTitleTextColor":
|
|
212
|
-
this.
|
|
212
|
+
this.aaz((d) => d.textColor = this.ab1);
|
|
213
213
|
break;
|
|
214
214
|
case "XAxisFormatLabel":
|
|
215
|
-
this.
|
|
215
|
+
this.aaq((d) => d.at = this.vj);
|
|
216
216
|
break;
|
|
217
217
|
case "YAxisFormatLabel":
|
|
218
|
-
this.
|
|
218
|
+
this.aav((d) => d.at = this.vk);
|
|
219
219
|
break;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
get
|
|
223
|
-
return this.
|
|
222
|
+
get vj() {
|
|
223
|
+
return this.vh;
|
|
224
224
|
}
|
|
225
|
-
set
|
|
226
|
-
let b = this.
|
|
225
|
+
set vj(a) {
|
|
226
|
+
let b = this.vj;
|
|
227
227
|
if (a != b) {
|
|
228
|
-
this.
|
|
229
|
-
this.
|
|
228
|
+
this.vh = a;
|
|
229
|
+
this.sc("XAxisFormatLabel", b, this.vj);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
|
-
get
|
|
233
|
-
return this.
|
|
232
|
+
get vk() {
|
|
233
|
+
return this.vi;
|
|
234
234
|
}
|
|
235
|
-
set
|
|
236
|
-
let b = this.
|
|
235
|
+
set vk(a) {
|
|
236
|
+
let b = this.vk;
|
|
237
237
|
if (a != b) {
|
|
238
|
-
this.
|
|
239
|
-
this.
|
|
238
|
+
this.vi = a;
|
|
239
|
+
this.sc("YAxisFormatLabel", b, this.vk);
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
|
-
get
|
|
243
|
-
return this.
|
|
242
|
+
get w0() {
|
|
243
|
+
return this.vy;
|
|
244
244
|
}
|
|
245
|
-
set
|
|
246
|
-
let b = this.
|
|
245
|
+
set w0(a) {
|
|
246
|
+
let b = this.w0;
|
|
247
247
|
if (a != b) {
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
248
|
+
this.vy = a;
|
|
249
|
+
this.sc("XAxisLabelLeftMargin", b, this.w0);
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
|
-
get
|
|
253
|
-
return this.
|
|
252
|
+
get w2() {
|
|
253
|
+
return this.v0;
|
|
254
254
|
}
|
|
255
|
-
set
|
|
256
|
-
let b = this.
|
|
255
|
+
set w2(a) {
|
|
256
|
+
let b = this.w2;
|
|
257
257
|
if (a != b) {
|
|
258
|
-
this.
|
|
259
|
-
this.
|
|
258
|
+
this.v0 = a;
|
|
259
|
+
this.sc("XAxisLabelTopMargin", b, this.w2);
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
|
-
get
|
|
263
|
-
return this.
|
|
262
|
+
get w1() {
|
|
263
|
+
return this.vz;
|
|
264
264
|
}
|
|
265
|
-
set
|
|
266
|
-
let b = this.
|
|
265
|
+
set w1(a) {
|
|
266
|
+
let b = this.w1;
|
|
267
267
|
if (a != b) {
|
|
268
|
-
this.
|
|
269
|
-
this.
|
|
268
|
+
this.vz = a;
|
|
269
|
+
this.sc("XAxisLabelRightMargin", b, this.w1);
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
|
-
get
|
|
273
|
-
return this.
|
|
272
|
+
get wz() {
|
|
273
|
+
return this.vx;
|
|
274
274
|
}
|
|
275
|
-
set
|
|
276
|
-
let b = this.
|
|
275
|
+
set wz(a) {
|
|
276
|
+
let b = this.wz;
|
|
277
277
|
if (a != b) {
|
|
278
|
-
this.
|
|
279
|
-
this.
|
|
278
|
+
this.vx = a;
|
|
279
|
+
this.sc("XAxisLabelBottomMargin", b, this.wz);
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
get
|
|
283
|
-
return this.
|
|
282
|
+
get xh() {
|
|
283
|
+
return this.wf;
|
|
284
284
|
}
|
|
285
|
-
set
|
|
286
|
-
let b = this.
|
|
285
|
+
set xh(a) {
|
|
286
|
+
let b = this.xh;
|
|
287
287
|
if (a != b) {
|
|
288
|
-
this.
|
|
289
|
-
this.
|
|
288
|
+
this.wf = a;
|
|
289
|
+
this.sc("YAxisLabelLeftMargin", b, this.xh);
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
get
|
|
293
|
-
return this.
|
|
292
|
+
get xj() {
|
|
293
|
+
return this.wh;
|
|
294
294
|
}
|
|
295
|
-
set
|
|
296
|
-
let b = this.
|
|
295
|
+
set xj(a) {
|
|
296
|
+
let b = this.xj;
|
|
297
297
|
if (a != b) {
|
|
298
|
-
this.
|
|
299
|
-
this.
|
|
298
|
+
this.wh = a;
|
|
299
|
+
this.sc("YAxisLabelTopMargin", b, this.xj);
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
|
-
get
|
|
303
|
-
return this.
|
|
302
|
+
get xi() {
|
|
303
|
+
return this.wg;
|
|
304
304
|
}
|
|
305
|
-
set
|
|
306
|
-
let b = this.
|
|
305
|
+
set xi(a) {
|
|
306
|
+
let b = this.xi;
|
|
307
307
|
if (a != b) {
|
|
308
|
-
this.
|
|
309
|
-
this.
|
|
308
|
+
this.wg = a;
|
|
309
|
+
this.sc("YAxisLabelRightMargin", b, this.xi);
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
|
-
get
|
|
313
|
-
return this.
|
|
312
|
+
get xg() {
|
|
313
|
+
return this.we;
|
|
314
314
|
}
|
|
315
|
-
set
|
|
316
|
-
let b = this.
|
|
315
|
+
set xg(a) {
|
|
316
|
+
let b = this.xg;
|
|
317
317
|
if (a != b) {
|
|
318
|
-
this.
|
|
319
|
-
this.
|
|
318
|
+
this.we = a;
|
|
319
|
+
this.sc("YAxisLabelBottomMargin", b, this.xg);
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
|
-
get
|
|
323
|
-
return this.
|
|
322
|
+
get abo() {
|
|
323
|
+
return this.aa8;
|
|
324
324
|
}
|
|
325
|
-
set
|
|
326
|
-
let b = this.
|
|
325
|
+
set abo(a) {
|
|
326
|
+
let b = this.abo;
|
|
327
327
|
if (a != b) {
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
328
|
+
this.aa8 = a;
|
|
329
|
+
this.sc("XAxisLabelTextColor", b, this.abo);
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
|
-
get
|
|
333
|
-
return this.
|
|
332
|
+
get abv() {
|
|
333
|
+
return this.abf;
|
|
334
334
|
}
|
|
335
|
-
set
|
|
336
|
-
let b = this.
|
|
335
|
+
set abv(a) {
|
|
336
|
+
let b = this.abv;
|
|
337
337
|
if (a != b) {
|
|
338
|
-
this.
|
|
339
|
-
this.
|
|
338
|
+
this.abf = a;
|
|
339
|
+
this.sc("YAxisLabelTextColor", b, this.abv);
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
|
-
get
|
|
343
|
-
return this.
|
|
342
|
+
get abm() {
|
|
343
|
+
return this.aa6;
|
|
344
344
|
}
|
|
345
|
-
set
|
|
346
|
-
let b = this.
|
|
345
|
+
set abm(a) {
|
|
346
|
+
let b = this.aa6;
|
|
347
347
|
if (a != b) {
|
|
348
|
-
this.
|
|
349
|
-
this.
|
|
348
|
+
this.aa6 = a;
|
|
349
|
+
this.sc("ActualXAxisLabelTextColor", b, this.abm);
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
|
-
get
|
|
353
|
-
return this.
|
|
352
|
+
get abn() {
|
|
353
|
+
return this.aa7;
|
|
354
354
|
}
|
|
355
|
-
set
|
|
356
|
-
let b = this.
|
|
355
|
+
set abn(a) {
|
|
356
|
+
let b = this.aa7;
|
|
357
357
|
if (a != b) {
|
|
358
|
-
this.
|
|
359
|
-
this.
|
|
358
|
+
this.aa7 = a;
|
|
359
|
+
this.sc("ActualYAxisLabelTextColor", b, this.abn);
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
|
-
get
|
|
363
|
-
return this.
|
|
362
|
+
get xb() {
|
|
363
|
+
return this.v9;
|
|
364
364
|
}
|
|
365
|
-
set
|
|
366
|
-
let b = this.
|
|
365
|
+
set xb(a) {
|
|
366
|
+
let b = this.xb;
|
|
367
367
|
if (a != b) {
|
|
368
|
-
this.
|
|
369
|
-
this.
|
|
368
|
+
this.v9 = a;
|
|
369
|
+
this.sc("XAxisTitleMargin", b, this.xb);
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
|
-
get
|
|
373
|
-
return this.
|
|
372
|
+
get xs() {
|
|
373
|
+
return this.wq;
|
|
374
374
|
}
|
|
375
|
-
set
|
|
376
|
-
let b = this.
|
|
375
|
+
set xs(a) {
|
|
376
|
+
let b = this.xs;
|
|
377
377
|
if (a != b) {
|
|
378
|
-
this.
|
|
379
|
-
this.
|
|
378
|
+
this.wq = a;
|
|
379
|
+
this.sc("YAxisTitleMargin", b, this.xs);
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
|
-
get
|
|
383
|
-
return this.
|
|
382
|
+
get xa() {
|
|
383
|
+
return this.v8;
|
|
384
384
|
}
|
|
385
|
-
set
|
|
386
|
-
let b = this.
|
|
385
|
+
set xa(a) {
|
|
386
|
+
let b = this.xa;
|
|
387
387
|
if (a != b) {
|
|
388
|
-
this.
|
|
389
|
-
this.
|
|
388
|
+
this.v8 = a;
|
|
389
|
+
this.sc("XAxisTitleLeftMargin", b, this.xa);
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
|
-
get
|
|
393
|
-
return this.
|
|
392
|
+
get xr() {
|
|
393
|
+
return this.wp;
|
|
394
394
|
}
|
|
395
|
-
set
|
|
396
|
-
let b = this.
|
|
395
|
+
set xr(a) {
|
|
396
|
+
let b = this.xr;
|
|
397
397
|
if (a != b) {
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
398
|
+
this.wp = a;
|
|
399
|
+
this.sc("YAxisTitleLeftMargin", b, this.xr);
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
|
-
get
|
|
403
|
-
return this.
|
|
402
|
+
get xd() {
|
|
403
|
+
return this.wb;
|
|
404
404
|
}
|
|
405
|
-
set
|
|
406
|
-
let b = this.
|
|
405
|
+
set xd(a) {
|
|
406
|
+
let b = this.xd;
|
|
407
407
|
if (a != b) {
|
|
408
|
-
this.
|
|
409
|
-
this.
|
|
408
|
+
this.wb = a;
|
|
409
|
+
this.sc("XAxisTitleTopMargin", b, this.xd);
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
|
-
get
|
|
413
|
-
return this.
|
|
412
|
+
get xu() {
|
|
413
|
+
return this.ws;
|
|
414
414
|
}
|
|
415
|
-
set
|
|
416
|
-
let b = this.
|
|
415
|
+
set xu(a) {
|
|
416
|
+
let b = this.xu;
|
|
417
417
|
if (a != b) {
|
|
418
|
-
this.
|
|
419
|
-
this.
|
|
418
|
+
this.ws = a;
|
|
419
|
+
this.sc("YAxisTitleTopMargin", b, this.xu);
|
|
420
420
|
}
|
|
421
421
|
}
|
|
422
|
-
get
|
|
423
|
-
return this.
|
|
422
|
+
get xc() {
|
|
423
|
+
return this.wa;
|
|
424
424
|
}
|
|
425
|
-
set
|
|
426
|
-
let b = this.
|
|
425
|
+
set xc(a) {
|
|
426
|
+
let b = this.xc;
|
|
427
427
|
if (a != b) {
|
|
428
|
-
this.
|
|
429
|
-
this.
|
|
428
|
+
this.wa = a;
|
|
429
|
+
this.sc("XAxisTitleRightMargin", b, this.xc);
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
|
-
get
|
|
433
|
-
return this.
|
|
432
|
+
get xt() {
|
|
433
|
+
return this.wr;
|
|
434
434
|
}
|
|
435
|
-
set
|
|
436
|
-
let b = this.
|
|
435
|
+
set xt(a) {
|
|
436
|
+
let b = this.xt;
|
|
437
437
|
if (a != b) {
|
|
438
|
-
this.
|
|
439
|
-
this.
|
|
438
|
+
this.wr = a;
|
|
439
|
+
this.sc("YAxisTitleRightMargin", b, this.xt);
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
|
-
get
|
|
443
|
-
return this.
|
|
442
|
+
get w9() {
|
|
443
|
+
return this.v7;
|
|
444
444
|
}
|
|
445
|
-
set
|
|
446
|
-
let b = this.
|
|
445
|
+
set w9(a) {
|
|
446
|
+
let b = this.w9;
|
|
447
447
|
if (a != b) {
|
|
448
|
-
this.
|
|
449
|
-
this.
|
|
448
|
+
this.v7 = a;
|
|
449
|
+
this.sc("XAxisTitleBottomMargin", b, this.w9);
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
-
get
|
|
453
|
-
return this.
|
|
452
|
+
get xq() {
|
|
453
|
+
return this.wo;
|
|
454
454
|
}
|
|
455
|
-
set
|
|
456
|
-
let b = this.
|
|
455
|
+
set xq(a) {
|
|
456
|
+
let b = this.xq;
|
|
457
457
|
if (a != b) {
|
|
458
|
-
this.
|
|
459
|
-
this.
|
|
458
|
+
this.wo = a;
|
|
459
|
+
this.sc("YAxisTitleBottomMargin", b, this.xq);
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
get
|
|
463
|
-
return this.
|
|
462
|
+
get abu() {
|
|
463
|
+
return this.abe;
|
|
464
464
|
}
|
|
465
|
-
set
|
|
466
|
-
let b = this.
|
|
465
|
+
set abu(a) {
|
|
466
|
+
let b = this.abu;
|
|
467
467
|
if (a != b) {
|
|
468
|
-
this.
|
|
469
|
-
this.
|
|
468
|
+
this.abe = a;
|
|
469
|
+
this.sc("XAxisTitleTextColor", b, this.abu);
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
|
-
get
|
|
473
|
-
return this.
|
|
472
|
+
get ab1() {
|
|
473
|
+
return this.abl;
|
|
474
474
|
}
|
|
475
|
-
set
|
|
476
|
-
let b = this.
|
|
475
|
+
set ab1(a) {
|
|
476
|
+
let b = this.ab1;
|
|
477
477
|
if (a != b) {
|
|
478
|
-
this.
|
|
479
|
-
this.
|
|
478
|
+
this.abl = a;
|
|
479
|
+
this.sc("YAxisTitleTextColor", b, this.ab1);
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
|
-
|
|
483
|
-
super.
|
|
482
|
+
se(a, b, c) {
|
|
483
|
+
super.se(a, b, c);
|
|
484
484
|
switch (a) {
|
|
485
485
|
case "XAxisLabelTextStyle":
|
|
486
|
-
this.
|
|
486
|
+
this.aas((d) => d.textStyle = this.yo);
|
|
487
487
|
break;
|
|
488
488
|
case "YAxisLabelTextStyle":
|
|
489
|
-
this.
|
|
489
|
+
this.aax((d) => d.textStyle = this.zt);
|
|
490
490
|
break;
|
|
491
491
|
case "XAxisTitleTextStyle":
|
|
492
|
-
this.
|
|
492
|
+
this.aau((d) => d.textStyle = this.zc);
|
|
493
493
|
break;
|
|
494
494
|
case "YAxisTitleTextStyle":
|
|
495
|
-
this.
|
|
495
|
+
this.aaz((d) => d.textStyle = this.aah);
|
|
496
496
|
break;
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
|
-
get
|
|
500
|
-
return this.
|
|
499
|
+
get yo() {
|
|
500
|
+
return this.x0;
|
|
501
501
|
}
|
|
502
|
-
set
|
|
503
|
-
let b = this.
|
|
502
|
+
set yo(a) {
|
|
503
|
+
let b = this.yo;
|
|
504
504
|
if (a != b) {
|
|
505
|
-
this.
|
|
506
|
-
this.
|
|
505
|
+
this.x0 = a;
|
|
506
|
+
this.sc("XAxisLabelTextStyle", b, this.yo);
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
|
-
get
|
|
510
|
-
return this.
|
|
509
|
+
get zt() {
|
|
510
|
+
return this.x4;
|
|
511
511
|
}
|
|
512
|
-
set
|
|
513
|
-
let b = this.
|
|
512
|
+
set zt(a) {
|
|
513
|
+
let b = this.zt;
|
|
514
514
|
if (a != b) {
|
|
515
|
-
this.
|
|
516
|
-
this.
|
|
515
|
+
this.x4 = a;
|
|
516
|
+
this.sc("YAxisLabelTextStyle", b, this.zt);
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
-
get
|
|
520
|
-
return this.
|
|
519
|
+
get zc() {
|
|
520
|
+
return this.x2;
|
|
521
521
|
}
|
|
522
|
-
set
|
|
523
|
-
let b = this.
|
|
522
|
+
set zc(a) {
|
|
523
|
+
let b = this.zc;
|
|
524
524
|
if (a != b) {
|
|
525
|
-
this.
|
|
526
|
-
this.
|
|
525
|
+
this.x2 = a;
|
|
526
|
+
this.sc("XAxisTitleTextStyle", b, this.zc);
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
|
-
get
|
|
530
|
-
return this.
|
|
529
|
+
get aah() {
|
|
530
|
+
return this.x6;
|
|
531
531
|
}
|
|
532
|
-
set
|
|
533
|
-
let b = this.
|
|
532
|
+
set aah(a) {
|
|
533
|
+
let b = this.aah;
|
|
534
534
|
if (a != b) {
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
this.
|
|
541
|
-
this.
|
|
542
|
-
this.
|
|
543
|
-
this.
|
|
544
|
-
this.
|
|
545
|
-
this.
|
|
546
|
-
this.
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
549
|
-
this.
|
|
550
|
-
this.
|
|
551
|
-
this.
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
this.
|
|
555
|
-
this.
|
|
556
|
-
this.
|
|
557
|
-
this.
|
|
558
|
-
this.
|
|
559
|
-
this.
|
|
560
|
-
this.
|
|
561
|
-
this.
|
|
562
|
-
this.
|
|
563
|
-
this.
|
|
564
|
-
this.
|
|
565
|
-
this.
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
let b = this.
|
|
569
|
-
let c = this.
|
|
535
|
+
this.x6 = a;
|
|
536
|
+
this.sc("YAxisTitleTextStyle", b, this.aah);
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
aan(a) {
|
|
540
|
+
this.aak(a, (b) => b.leftMargin = this.w0);
|
|
541
|
+
this.aak(a, (b) => b.topMargin = this.w2);
|
|
542
|
+
this.aak(a, (b) => b.rightMargin = this.w1);
|
|
543
|
+
this.aak(a, (b) => b.bottomMargin = this.wz);
|
|
544
|
+
this.aak(a, (b) => b.textColor = this.abm);
|
|
545
|
+
this.aal(a, (b) => b.textColor = this.abu);
|
|
546
|
+
this.aal(a, (b) => b.leftMargin = this.xa);
|
|
547
|
+
this.aal(a, (b) => b.topMargin = this.xd);
|
|
548
|
+
this.aal(a, (b) => b.rightMargin = this.xc);
|
|
549
|
+
this.aal(a, (b) => b.bottomMargin = this.w9);
|
|
550
|
+
this.aak(a, (b) => b.textStyle = this.yo);
|
|
551
|
+
this.aal(a, (b) => b.textStyle = this.zc);
|
|
552
|
+
}
|
|
553
|
+
aap(a) {
|
|
554
|
+
this.aak(a, (b) => b.leftMargin = this.xh);
|
|
555
|
+
this.aak(a, (b) => b.topMargin = this.xj);
|
|
556
|
+
this.aak(a, (b) => b.rightMargin = this.xi);
|
|
557
|
+
this.aak(a, (b) => b.bottomMargin = this.xg);
|
|
558
|
+
this.aak(a, (b) => b.textColor = this.abn);
|
|
559
|
+
this.aal(a, (b) => b.textColor = this.ab1);
|
|
560
|
+
this.aal(a, (b) => b.leftMargin = this.xr);
|
|
561
|
+
this.aal(a, (b) => b.topMargin = this.xu);
|
|
562
|
+
this.aal(a, (b) => b.rightMargin = this.xt);
|
|
563
|
+
this.aal(a, (b) => b.bottomMargin = this.xq);
|
|
564
|
+
this.aak(a, (b) => b.textStyle = this.zt);
|
|
565
|
+
this.aal(a, (b) => b.textStyle = this.aah);
|
|
566
|
+
}
|
|
567
|
+
sv(a) {
|
|
568
|
+
let b = this.a9(a);
|
|
569
|
+
let c = this.cv(a, b);
|
|
570
570
|
if (c == null) {
|
|
571
571
|
return;
|
|
572
572
|
}
|
|
573
573
|
c.itemsSource = a.data;
|
|
574
|
-
c.name = this.
|
|
575
|
-
c.title = this.
|
|
574
|
+
c.name = this.ny(a);
|
|
575
|
+
c.title = this.nz(a, b);
|
|
576
576
|
this.dataChart.series.add(c);
|
|
577
577
|
}
|
|
578
|
-
|
|
579
|
-
this.
|
|
578
|
+
aaq(a) {
|
|
579
|
+
this.aar(a, null);
|
|
580
580
|
}
|
|
581
|
-
|
|
582
|
-
a(this.
|
|
581
|
+
aar(a, b) {
|
|
582
|
+
a(this.vf());
|
|
583
583
|
}
|
|
584
|
-
|
|
585
|
-
a(this.
|
|
584
|
+
aaw(a, b) {
|
|
585
|
+
a(this.vg());
|
|
586
586
|
}
|
|
587
|
-
|
|
588
|
-
this.
|
|
587
|
+
aav(a) {
|
|
588
|
+
this.aaw(a, true);
|
|
589
589
|
}
|
|
590
|
-
|
|
591
|
-
this.
|
|
592
|
-
this.
|
|
590
|
+
ra(a, b) {
|
|
591
|
+
this.aaq(a);
|
|
592
|
+
this.aaw(a, b);
|
|
593
593
|
}
|
|
594
|
-
|
|
595
|
-
this.
|
|
594
|
+
aau(a) {
|
|
595
|
+
this.aal(this.vf(), a);
|
|
596
596
|
}
|
|
597
|
-
|
|
598
|
-
this.
|
|
597
|
+
aaz(a) {
|
|
598
|
+
this.aal(this.vg(), a);
|
|
599
599
|
}
|
|
600
|
-
|
|
601
|
-
this.
|
|
600
|
+
aax(a) {
|
|
601
|
+
this.aak(this.vg(), a);
|
|
602
602
|
}
|
|
603
|
-
|
|
604
|
-
this.
|
|
603
|
+
aas(a) {
|
|
604
|
+
this.aak(this.vf(), a);
|
|
605
605
|
}
|
|
606
|
-
|
|
607
|
-
let b = this.
|
|
608
|
-
return b.ei(a, new ScalerParams(1, this.
|
|
606
|
+
wt(a) {
|
|
607
|
+
let b = this.vf();
|
|
608
|
+
return b.ei(a, new ScalerParams(1, this.uq, this.up, b.cg));
|
|
609
609
|
}
|
|
610
|
-
|
|
611
|
-
let b = this.
|
|
612
|
-
return b.el(a, new ScalerParams(1, this.
|
|
610
|
+
wv(a) {
|
|
611
|
+
let b = this.vf();
|
|
612
|
+
return b.el(a, new ScalerParams(1, this.uq, this.up, b.cg));
|
|
613
613
|
}
|
|
614
|
-
|
|
615
|
-
let b = this.
|
|
616
|
-
return b.ei(a, new ScalerParams(1, this.
|
|
614
|
+
wu(a) {
|
|
615
|
+
let b = this.vg();
|
|
616
|
+
return b.ei(a, new ScalerParams(1, this.uq, this.up, b.cg));
|
|
617
617
|
}
|
|
618
|
-
|
|
619
|
-
let b = this.
|
|
620
|
-
return b.el(a, new ScalerParams(1, this.
|
|
618
|
+
ww(a) {
|
|
619
|
+
let b = this.vg();
|
|
620
|
+
return b.el(a, new ScalerParams(1, this.uq, this.up, b.cg));
|
|
621
621
|
}
|
|
622
|
-
|
|
623
|
-
super.
|
|
622
|
+
ss(a) {
|
|
623
|
+
super.ss(a);
|
|
624
624
|
if (a == null) {
|
|
625
625
|
return;
|
|
626
626
|
}
|
|
627
627
|
if (a.axes != null) {
|
|
628
|
-
let b = this.
|
|
629
|
-
let c = this.
|
|
628
|
+
let b = this.vf();
|
|
629
|
+
let c = this.vg();
|
|
630
630
|
if (a.axes.contains(b)) {
|
|
631
631
|
a.axes.remove(b);
|
|
632
632
|
}
|
|
@@ -635,7 +635,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
635
635
|
}
|
|
636
636
|
}
|
|
637
637
|
}
|
|
638
|
-
static
|
|
638
|
+
static x9(a, b) {
|
|
639
639
|
for (let c of fromEnum(b)) {
|
|
640
640
|
let d = c.findMatchingHint(16);
|
|
641
641
|
if (d != null) {
|
|
@@ -645,96 +645,96 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
645
645
|
}
|
|
646
646
|
return null;
|
|
647
647
|
}
|
|
648
|
-
|
|
649
|
-
super.
|
|
648
|
+
rl(a) {
|
|
649
|
+
super.rl(a);
|
|
650
650
|
if (a == this.dataChart) {
|
|
651
|
-
this.dataChart.axes.add(this.
|
|
652
|
-
this.dataChart.axes.add(this.
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
if (a != null && this.
|
|
657
|
-
a.provideRenderer(this.
|
|
658
|
-
}
|
|
659
|
-
a.jv = this.
|
|
660
|
-
a.eq = this.
|
|
661
|
-
a.jw = this.
|
|
662
|
-
a.et = this.
|
|
663
|
-
a.jy = this.
|
|
664
|
-
a.ff = this.
|
|
665
|
-
a.jx = this.
|
|
666
|
-
a.fg = this.
|
|
667
|
-
a.jz = this.
|
|
668
|
-
a.fh = this.
|
|
651
|
+
this.dataChart.axes.add(this.vf());
|
|
652
|
+
this.dataChart.axes.add(this.vg());
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
aam(a) {
|
|
656
|
+
if (a != null && this.jt != null && a.fk == null) {
|
|
657
|
+
a.provideRenderer(this.jt);
|
|
658
|
+
}
|
|
659
|
+
a.jv = this.abp;
|
|
660
|
+
a.eq = this.w3;
|
|
661
|
+
a.jw = this.abq;
|
|
662
|
+
a.et = this.w4;
|
|
663
|
+
a.jy = this.abs;
|
|
664
|
+
a.ff = this.w5;
|
|
665
|
+
a.jx = this.abr;
|
|
666
|
+
a.fg = this.w6;
|
|
667
|
+
a.jz = this.abt;
|
|
668
|
+
a.fh = this.w7;
|
|
669
669
|
a.c3 = true;
|
|
670
|
-
a.ct = this.
|
|
671
|
-
a.cv = this.
|
|
672
|
-
let b = a == this.
|
|
670
|
+
a.ct = this.fz;
|
|
671
|
+
a.cv = this.fz;
|
|
672
|
+
let b = a == this.vf();
|
|
673
673
|
if (b) {
|
|
674
|
-
a.g5 = this.
|
|
675
|
-
}
|
|
676
|
-
a.fz = this.
|
|
677
|
-
a.gf = this.
|
|
678
|
-
a.ag = this.
|
|
679
|
-
this.
|
|
680
|
-
this.
|
|
681
|
-
if (c.extent != this.
|
|
682
|
-
c.extent = this.
|
|
674
|
+
a.g5 = this.y3;
|
|
675
|
+
}
|
|
676
|
+
a.fz = this.xx;
|
|
677
|
+
a.gf = this.yf;
|
|
678
|
+
a.ag = this.vd;
|
|
679
|
+
this.aak(a, (c) => c.angle = this.wy);
|
|
680
|
+
this.aak(a, (c) => {
|
|
681
|
+
if (c.extent != this.wx) {
|
|
682
|
+
c.extent = this.wx;
|
|
683
683
|
}
|
|
684
684
|
});
|
|
685
|
-
this.
|
|
686
|
-
this.
|
|
687
|
-
this.
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
690
|
-
this.
|
|
691
|
-
this.
|
|
692
|
-
}
|
|
693
|
-
|
|
685
|
+
this.aak(a, (c) => c.horizontalAlignment = this.aa3);
|
|
686
|
+
this.aak(a, (c) => c.verticalAlignment = this.ab5);
|
|
687
|
+
this.aak(a, (c) => c.visibility = this.aca);
|
|
688
|
+
this.aak(a, (c) => c.location = this.vl(this.vo));
|
|
689
|
+
this.aal(a, (c) => c.horizontalAlignment = this.aa4);
|
|
690
|
+
this.aal(a, (c) => c.angle = this.w8);
|
|
691
|
+
this.aan(a);
|
|
692
|
+
}
|
|
693
|
+
aao(a) {
|
|
694
694
|
if (a == null) {
|
|
695
695
|
return;
|
|
696
696
|
}
|
|
697
|
-
if (this.
|
|
698
|
-
a.provideRenderer(this.
|
|
697
|
+
if (this.jt != null && a.fk == null) {
|
|
698
|
+
a.provideRenderer(this.jt);
|
|
699
699
|
}
|
|
700
|
-
a.ct = this.
|
|
701
|
-
a.cv = this.
|
|
702
|
-
this.
|
|
703
|
-
this.
|
|
704
|
-
if (b.extent != this.
|
|
705
|
-
b.extent = this.
|
|
700
|
+
a.ct = this.fz;
|
|
701
|
+
a.cv = this.fz;
|
|
702
|
+
this.aak(a, (b) => b.angle = this.xf);
|
|
703
|
+
this.aak(a, (b) => {
|
|
704
|
+
if (b.extent != this.xe) {
|
|
705
|
+
b.extent = this.xe;
|
|
706
706
|
}
|
|
707
707
|
});
|
|
708
|
-
this.
|
|
709
|
-
this.
|
|
710
|
-
this.
|
|
711
|
-
this.
|
|
712
|
-
this.
|
|
713
|
-
this.
|
|
714
|
-
a.jv = this.
|
|
715
|
-
a.eq = this.
|
|
716
|
-
a.jw = this.
|
|
717
|
-
a.et = this.
|
|
718
|
-
a.jy = this.
|
|
719
|
-
a.ff = this.
|
|
720
|
-
a.jx = this.
|
|
721
|
-
a.fg = this.
|
|
722
|
-
a.jz = this.
|
|
723
|
-
a.fh = this.
|
|
724
|
-
let b = a == this.
|
|
708
|
+
this.aak(a, (b) => b.horizontalAlignment = this.aa5);
|
|
709
|
+
this.aak(a, (b) => b.verticalAlignment = this.ab6);
|
|
710
|
+
this.aak(a, (b) => b.visibility = this.acb);
|
|
711
|
+
this.aak(a, (b) => b.location = this.vm(this.vq));
|
|
712
|
+
this.aal(a, (b) => b.verticalAlignment = this.ab7);
|
|
713
|
+
this.aal(a, (b) => b.angle = this.xp);
|
|
714
|
+
a.jv = this.abw;
|
|
715
|
+
a.eq = this.xk;
|
|
716
|
+
a.jw = this.abx;
|
|
717
|
+
a.et = this.xl;
|
|
718
|
+
a.jy = this.abz;
|
|
719
|
+
a.ff = this.xm;
|
|
720
|
+
a.jx = this.aby;
|
|
721
|
+
a.fg = this.xn;
|
|
722
|
+
a.jz = this.ab0;
|
|
723
|
+
a.fh = this.xo;
|
|
724
|
+
let b = a == this.vg();
|
|
725
725
|
if (b) {
|
|
726
|
-
a.g5 = this.
|
|
726
|
+
a.g5 = this.z8;
|
|
727
727
|
}
|
|
728
|
-
a.gf = this.
|
|
729
|
-
a.ag = this.
|
|
730
|
-
this.
|
|
728
|
+
a.gf = this.zk;
|
|
729
|
+
a.ag = this.ve;
|
|
730
|
+
this.aap(a);
|
|
731
731
|
}
|
|
732
|
-
|
|
733
|
-
super.
|
|
734
|
-
this.
|
|
735
|
-
this.
|
|
732
|
+
ri() {
|
|
733
|
+
super.ri();
|
|
734
|
+
this.aam(this.vf());
|
|
735
|
+
this.aao(this.vg());
|
|
736
736
|
}
|
|
737
|
-
|
|
737
|
+
aak(a, b) {
|
|
738
738
|
if (a == null) {
|
|
739
739
|
return;
|
|
740
740
|
}
|
|
@@ -751,7 +751,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
751
751
|
}
|
|
752
752
|
b(a.ay);
|
|
753
753
|
}
|
|
754
|
-
|
|
754
|
+
aal(a, b) {
|
|
755
755
|
if (a == null) {
|
|
756
756
|
return;
|
|
757
757
|
}
|
|
@@ -768,170 +768,170 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
768
768
|
}
|
|
769
769
|
b(a.be);
|
|
770
770
|
}
|
|
771
|
-
|
|
772
|
-
super.
|
|
771
|
+
sc(a, b, c) {
|
|
772
|
+
super.sc(a, b, c);
|
|
773
773
|
switch (a) {
|
|
774
774
|
case "XAxisLabelAngle":
|
|
775
|
-
this.
|
|
775
|
+
this.aas((d) => d.angle = this.wy);
|
|
776
776
|
break;
|
|
777
777
|
case "YAxisLabelAngle":
|
|
778
|
-
this.
|
|
778
|
+
this.aax((d) => d.angle = this.xf);
|
|
779
779
|
break;
|
|
780
780
|
case "XAxisLabelHorizontalAlignment":
|
|
781
|
-
this.
|
|
781
|
+
this.aas((d) => d.horizontalAlignment = this.aa3);
|
|
782
782
|
break;
|
|
783
783
|
case "YAxisLabelHorizontalAlignment":
|
|
784
|
-
this.
|
|
784
|
+
this.aax((d) => d.horizontalAlignment = this.aa5);
|
|
785
785
|
break;
|
|
786
786
|
case "XAxisLabelVerticalAlignment":
|
|
787
|
-
this.
|
|
787
|
+
this.aas((d) => d.verticalAlignment = this.ab5);
|
|
788
788
|
break;
|
|
789
789
|
case "YAxisLabelVerticalAlignment":
|
|
790
|
-
this.
|
|
790
|
+
this.aax((d) => d.verticalAlignment = this.ab6);
|
|
791
791
|
break;
|
|
792
792
|
case "XAxisLabelVisibility":
|
|
793
|
-
this.
|
|
793
|
+
this.aas((d) => d.visibility = this.aca);
|
|
794
794
|
break;
|
|
795
795
|
case "YAxisLabelVisibility":
|
|
796
|
-
this.
|
|
796
|
+
this.aax((d) => d.visibility = this.acb);
|
|
797
797
|
break;
|
|
798
798
|
case "XAxisLabel":
|
|
799
|
-
this.
|
|
799
|
+
this.aaq((d) => d.fz = this.xx);
|
|
800
800
|
break;
|
|
801
801
|
case "YAxisLabel":
|
|
802
|
-
this.
|
|
802
|
+
this.aav((d) => d.fz = this.xy);
|
|
803
803
|
break;
|
|
804
804
|
case "XAxisLabelFormat":
|
|
805
|
-
this.
|
|
805
|
+
this.aaq((d) => d.gf = this.yf);
|
|
806
806
|
break;
|
|
807
807
|
case "XAxisLabelFormatSpecifiers":
|
|
808
|
-
this.
|
|
808
|
+
this.aaq((d) => d.ag = this.vd);
|
|
809
809
|
break;
|
|
810
810
|
case "YAxisLabelFormat":
|
|
811
|
-
this.
|
|
811
|
+
this.aav((d) => d.gf = this.zk);
|
|
812
812
|
break;
|
|
813
813
|
case "YAxisLabelFormatSpecifiers":
|
|
814
|
-
this.
|
|
814
|
+
this.aav((d) => d.ag = this.ve);
|
|
815
815
|
break;
|
|
816
816
|
case "XAxisTitleAngle":
|
|
817
|
-
this.
|
|
817
|
+
this.aau((d) => d.angle = this.w8);
|
|
818
818
|
break;
|
|
819
819
|
case "YAxisTitleAngle":
|
|
820
|
-
this.
|
|
820
|
+
this.aaz((d) => d.angle = this.xp);
|
|
821
821
|
break;
|
|
822
822
|
case "XAxisTitleAlignment":
|
|
823
|
-
this.
|
|
823
|
+
this.aau((d) => d.horizontalAlignment = this.aa4);
|
|
824
824
|
break;
|
|
825
825
|
case "YAxisTitleAlignment":
|
|
826
|
-
this.
|
|
826
|
+
this.aaz((d) => d.verticalAlignment = this.ab7);
|
|
827
827
|
break;
|
|
828
828
|
case "XAxisTitle":
|
|
829
|
-
this.
|
|
829
|
+
this.aaq((d) => d.g5 = this.y3);
|
|
830
830
|
break;
|
|
831
831
|
case "YAxisTitle":
|
|
832
|
-
this.
|
|
832
|
+
this.aaw((d) => d.g5 = this.z8, false);
|
|
833
833
|
break;
|
|
834
834
|
case "XAxisMajorStroke":
|
|
835
|
-
this.
|
|
835
|
+
this.aar((d) => d.jv = this.abp, a);
|
|
836
836
|
break;
|
|
837
837
|
case "YAxisMajorStroke":
|
|
838
|
-
this.
|
|
838
|
+
this.aav((d) => d.jv = this.abw);
|
|
839
839
|
break;
|
|
840
840
|
case "XAxisMajorStrokeThickness":
|
|
841
|
-
this.
|
|
841
|
+
this.aar((d) => d.eq = this.w3, a);
|
|
842
842
|
break;
|
|
843
843
|
case "YAxisMajorStrokeThickness":
|
|
844
|
-
this.
|
|
844
|
+
this.aav((d) => d.eq = this.xk);
|
|
845
845
|
break;
|
|
846
846
|
case "XAxisMinorStroke":
|
|
847
|
-
this.
|
|
847
|
+
this.aaq((d) => d.jw = this.abq);
|
|
848
848
|
break;
|
|
849
849
|
case "YAxisMinorStroke":
|
|
850
|
-
this.
|
|
850
|
+
this.aav((d) => d.jw = this.abx);
|
|
851
851
|
break;
|
|
852
852
|
case "XAxisMinorStrokeThickness":
|
|
853
|
-
this.
|
|
853
|
+
this.aaq((d) => d.et = this.w4);
|
|
854
854
|
break;
|
|
855
855
|
case "YAxisMinorStrokeThickness":
|
|
856
|
-
this.
|
|
856
|
+
this.aav((d) => d.et = this.xl);
|
|
857
857
|
break;
|
|
858
858
|
case "XAxisTickLength":
|
|
859
|
-
this.
|
|
859
|
+
this.aaq((d) => d.fg = this.w6);
|
|
860
860
|
break;
|
|
861
861
|
case "YAxisTickLength":
|
|
862
|
-
this.
|
|
862
|
+
this.aav((d) => d.fg = this.xn);
|
|
863
863
|
break;
|
|
864
864
|
case "XAxisTickStroke":
|
|
865
|
-
this.
|
|
865
|
+
this.aaq((d) => d.jz = this.abt);
|
|
866
866
|
break;
|
|
867
867
|
case "YAxisTickStroke":
|
|
868
|
-
this.
|
|
868
|
+
this.aav((d) => d.jz = this.ab0);
|
|
869
869
|
break;
|
|
870
870
|
case "XAxisTickStrokeThickness":
|
|
871
|
-
this.
|
|
871
|
+
this.aaq((d) => d.fh = this.w7);
|
|
872
872
|
break;
|
|
873
873
|
case "YAxisTickStrokeThickness":
|
|
874
|
-
this.
|
|
874
|
+
this.aav((d) => d.fh = this.xo);
|
|
875
875
|
break;
|
|
876
876
|
case "XAxisStroke":
|
|
877
|
-
this.
|
|
877
|
+
this.aaq((d) => d.jy = this.abs);
|
|
878
878
|
break;
|
|
879
879
|
case "YAxisStroke":
|
|
880
|
-
this.
|
|
880
|
+
this.aav((d) => d.jy = this.abz);
|
|
881
881
|
break;
|
|
882
882
|
case "XAxisStrokeThickness":
|
|
883
|
-
this.
|
|
883
|
+
this.aaq((d) => d.ff = this.w5);
|
|
884
884
|
break;
|
|
885
885
|
case "YAxisStrokeThickness":
|
|
886
|
-
this.
|
|
886
|
+
this.aav((d) => d.ff = this.xm);
|
|
887
887
|
break;
|
|
888
888
|
case "XAxisExtent":
|
|
889
|
-
this.
|
|
889
|
+
this.aas((d) => d.extent = this.wx);
|
|
890
890
|
break;
|
|
891
891
|
case "YAxisExtent":
|
|
892
|
-
this.
|
|
892
|
+
this.aax((d) => d.extent = this.xe);
|
|
893
893
|
break;
|
|
894
894
|
case "XAxisStrip":
|
|
895
|
-
this.
|
|
895
|
+
this.aaq((d) => d.jx = this.abr);
|
|
896
896
|
break;
|
|
897
897
|
case "YAxisStrip":
|
|
898
|
-
this.
|
|
898
|
+
this.aav((d) => d.jx = this.aby);
|
|
899
899
|
break;
|
|
900
900
|
case "XAxisInverted":
|
|
901
|
-
this.
|
|
901
|
+
this.aaq((d) => d.cg = this.vt);
|
|
902
902
|
break;
|
|
903
903
|
case "YAxisInverted":
|
|
904
|
-
this.
|
|
904
|
+
this.aav((d) => d.cg = this.vu);
|
|
905
905
|
break;
|
|
906
906
|
case "YAxisLabelLocation":
|
|
907
|
-
this.
|
|
907
|
+
this.aay();
|
|
908
908
|
break;
|
|
909
909
|
case "XAxisLabelLocation":
|
|
910
|
-
this.
|
|
910
|
+
this.aat();
|
|
911
911
|
break;
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
|
-
|
|
915
|
-
let a = this.
|
|
914
|
+
aay() {
|
|
915
|
+
let a = this.vm(this.vq);
|
|
916
916
|
if (a == 2 || a == 7) {
|
|
917
|
-
this.
|
|
917
|
+
this.aa5 = 2;
|
|
918
918
|
}
|
|
919
919
|
else {
|
|
920
|
-
this.
|
|
920
|
+
this.aa5 = 0;
|
|
921
921
|
}
|
|
922
|
-
this.
|
|
922
|
+
this.aax((b) => b.location = a);
|
|
923
923
|
}
|
|
924
|
-
|
|
925
|
-
let a = this.
|
|
924
|
+
aat() {
|
|
925
|
+
let a = this.vl(this.vo);
|
|
926
926
|
if (a == 1 || a == 5) {
|
|
927
|
-
this.
|
|
927
|
+
this.ab5 = 0;
|
|
928
928
|
}
|
|
929
929
|
else {
|
|
930
|
-
this.
|
|
930
|
+
this.ab5 = 2;
|
|
931
931
|
}
|
|
932
|
-
this.
|
|
932
|
+
this.aas((b) => b.location = a);
|
|
933
933
|
}
|
|
934
|
-
|
|
934
|
+
vm(a) {
|
|
935
935
|
if (a == 0) {
|
|
936
936
|
return 2;
|
|
937
937
|
}
|
|
@@ -945,7 +945,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
945
945
|
return 6;
|
|
946
946
|
}
|
|
947
947
|
else {
|
|
948
|
-
if (this.
|
|
948
|
+
if (this.by == 1) {
|
|
949
949
|
return 3;
|
|
950
950
|
}
|
|
951
951
|
else {
|
|
@@ -953,7 +953,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
953
953
|
}
|
|
954
954
|
}
|
|
955
955
|
}
|
|
956
|
-
|
|
956
|
+
vl(a) {
|
|
957
957
|
if (a == 1) {
|
|
958
958
|
return 1;
|
|
959
959
|
}
|
|
@@ -970,482 +970,482 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
970
970
|
return 1;
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
|
-
get
|
|
974
|
-
return this.
|
|
973
|
+
get xx() {
|
|
974
|
+
return this.xv;
|
|
975
975
|
}
|
|
976
|
-
set
|
|
977
|
-
let b = this.
|
|
976
|
+
set xx(a) {
|
|
977
|
+
let b = this.xx;
|
|
978
978
|
if (a != b) {
|
|
979
|
-
this.
|
|
980
|
-
this.
|
|
979
|
+
this.xv = a;
|
|
980
|
+
this.sc("XAxisLabel", b, this.xx);
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
|
-
get
|
|
984
|
-
return this.
|
|
983
|
+
get xy() {
|
|
984
|
+
return this.xw;
|
|
985
985
|
}
|
|
986
|
-
set
|
|
987
|
-
let b = this.
|
|
986
|
+
set xy(a) {
|
|
987
|
+
let b = this.xy;
|
|
988
988
|
if (a != b) {
|
|
989
|
-
this.
|
|
990
|
-
this.
|
|
989
|
+
this.xw = a;
|
|
990
|
+
this.sc("YAxisLabel", b, this.xy);
|
|
991
991
|
}
|
|
992
992
|
}
|
|
993
|
-
get
|
|
994
|
-
return this.
|
|
993
|
+
get abp() {
|
|
994
|
+
return this.aa9;
|
|
995
995
|
}
|
|
996
|
-
set
|
|
997
|
-
let b = this.
|
|
996
|
+
set abp(a) {
|
|
997
|
+
let b = this.abp;
|
|
998
998
|
if (a != b) {
|
|
999
|
-
this.
|
|
1000
|
-
this.
|
|
999
|
+
this.aa9 = a;
|
|
1000
|
+
this.sc("XAxisMajorStroke", b, this.abp);
|
|
1001
1001
|
}
|
|
1002
1002
|
}
|
|
1003
|
-
get
|
|
1004
|
-
return this.
|
|
1003
|
+
get abw() {
|
|
1004
|
+
return this.abg;
|
|
1005
1005
|
}
|
|
1006
|
-
set
|
|
1007
|
-
let b = this.
|
|
1006
|
+
set abw(a) {
|
|
1007
|
+
let b = this.abw;
|
|
1008
1008
|
if (a != b) {
|
|
1009
|
-
this.
|
|
1010
|
-
this.
|
|
1009
|
+
this.abg = a;
|
|
1010
|
+
this.sc("YAxisMajorStroke", b, this.abw);
|
|
1011
1011
|
}
|
|
1012
1012
|
}
|
|
1013
|
-
get
|
|
1014
|
-
return this.
|
|
1013
|
+
get w3() {
|
|
1014
|
+
return this.v1;
|
|
1015
1015
|
}
|
|
1016
|
-
set
|
|
1017
|
-
let b = this.
|
|
1016
|
+
set w3(a) {
|
|
1017
|
+
let b = this.w3;
|
|
1018
1018
|
if (a != b) {
|
|
1019
|
-
this.
|
|
1020
|
-
this.
|
|
1019
|
+
this.v1 = a;
|
|
1020
|
+
this.sc("XAxisMajorStrokeThickness", b, this.w3);
|
|
1021
1021
|
}
|
|
1022
1022
|
}
|
|
1023
|
-
get
|
|
1024
|
-
return this.
|
|
1023
|
+
get xk() {
|
|
1024
|
+
return this.wi;
|
|
1025
1025
|
}
|
|
1026
|
-
set
|
|
1027
|
-
let b = this.
|
|
1026
|
+
set xk(a) {
|
|
1027
|
+
let b = this.xk;
|
|
1028
1028
|
if (a != b) {
|
|
1029
|
-
this.
|
|
1030
|
-
this.
|
|
1029
|
+
this.wi = a;
|
|
1030
|
+
this.sc("YAxisMajorStrokeThickness", b, this.xk);
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|
|
1033
|
-
get
|
|
1034
|
-
return this.
|
|
1033
|
+
get w4() {
|
|
1034
|
+
return this.v2;
|
|
1035
1035
|
}
|
|
1036
|
-
set
|
|
1037
|
-
let b = this.
|
|
1036
|
+
set w4(a) {
|
|
1037
|
+
let b = this.w4;
|
|
1038
1038
|
if (a != b) {
|
|
1039
|
-
this.
|
|
1040
|
-
this.
|
|
1039
|
+
this.v2 = a;
|
|
1040
|
+
this.sc("XAxisMinorStrokeThickness", b, this.w4);
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
|
-
get
|
|
1044
|
-
return this.
|
|
1043
|
+
get xl() {
|
|
1044
|
+
return this.wj;
|
|
1045
1045
|
}
|
|
1046
|
-
set
|
|
1047
|
-
let b = this.
|
|
1046
|
+
set xl(a) {
|
|
1047
|
+
let b = this.xl;
|
|
1048
1048
|
if (a != b) {
|
|
1049
|
-
this.
|
|
1050
|
-
this.
|
|
1049
|
+
this.wj = a;
|
|
1050
|
+
this.sc("YAxisMinorStrokeThickness", b, this.xl);
|
|
1051
1051
|
}
|
|
1052
1052
|
}
|
|
1053
|
-
get
|
|
1054
|
-
return this.
|
|
1053
|
+
get abr() {
|
|
1054
|
+
return this.abb;
|
|
1055
1055
|
}
|
|
1056
|
-
set
|
|
1057
|
-
let b = this.
|
|
1056
|
+
set abr(a) {
|
|
1057
|
+
let b = this.abr;
|
|
1058
1058
|
if (a != b) {
|
|
1059
|
-
this.
|
|
1060
|
-
this.
|
|
1059
|
+
this.abb = a;
|
|
1060
|
+
this.sc("XAxisStrip", b, this.abr);
|
|
1061
1061
|
}
|
|
1062
1062
|
}
|
|
1063
|
-
get
|
|
1064
|
-
return this.
|
|
1063
|
+
get aby() {
|
|
1064
|
+
return this.abi;
|
|
1065
1065
|
}
|
|
1066
|
-
set
|
|
1067
|
-
let b = this.
|
|
1066
|
+
set aby(a) {
|
|
1067
|
+
let b = this.aby;
|
|
1068
1068
|
if (a != b) {
|
|
1069
|
-
this.
|
|
1070
|
-
this.
|
|
1069
|
+
this.abi = a;
|
|
1070
|
+
this.sc("YAxisStrip", b, this.aby);
|
|
1071
1071
|
}
|
|
1072
1072
|
}
|
|
1073
|
-
get
|
|
1074
|
-
return this.
|
|
1073
|
+
get abs() {
|
|
1074
|
+
return this.abc;
|
|
1075
1075
|
}
|
|
1076
|
-
set
|
|
1077
|
-
let b = this.
|
|
1076
|
+
set abs(a) {
|
|
1077
|
+
let b = this.abs;
|
|
1078
1078
|
if (a != b) {
|
|
1079
|
-
this.
|
|
1080
|
-
this.
|
|
1079
|
+
this.abc = a;
|
|
1080
|
+
this.sc("XAxisStroke", b, this.abs);
|
|
1081
1081
|
}
|
|
1082
1082
|
}
|
|
1083
|
-
get
|
|
1084
|
-
return this.
|
|
1083
|
+
get abz() {
|
|
1084
|
+
return this.abj;
|
|
1085
1085
|
}
|
|
1086
|
-
set
|
|
1087
|
-
let b = this.
|
|
1086
|
+
set abz(a) {
|
|
1087
|
+
let b = this.abz;
|
|
1088
1088
|
if (a != b) {
|
|
1089
|
-
this.
|
|
1090
|
-
this.
|
|
1089
|
+
this.abj = a;
|
|
1090
|
+
this.sc("YAxisStroke", b, this.abz);
|
|
1091
1091
|
}
|
|
1092
1092
|
}
|
|
1093
|
-
get
|
|
1094
|
-
return this.
|
|
1093
|
+
get w5() {
|
|
1094
|
+
return this.v3;
|
|
1095
1095
|
}
|
|
1096
|
-
set
|
|
1097
|
-
let b = this.
|
|
1096
|
+
set w5(a) {
|
|
1097
|
+
let b = this.w5;
|
|
1098
1098
|
if (a != b) {
|
|
1099
|
-
this.
|
|
1100
|
-
this.
|
|
1099
|
+
this.v3 = a;
|
|
1100
|
+
this.sc("XAxisStrokeThickness", b, this.w5);
|
|
1101
1101
|
}
|
|
1102
1102
|
}
|
|
1103
|
-
get
|
|
1104
|
-
return this.
|
|
1103
|
+
get xm() {
|
|
1104
|
+
return this.wk;
|
|
1105
1105
|
}
|
|
1106
|
-
set
|
|
1107
|
-
let b = this.
|
|
1106
|
+
set xm(a) {
|
|
1107
|
+
let b = this.xm;
|
|
1108
1108
|
if (a != b) {
|
|
1109
|
-
this.
|
|
1110
|
-
this.
|
|
1109
|
+
this.wk = a;
|
|
1110
|
+
this.sc("YAxisStrokeThickness", b, this.xm);
|
|
1111
1111
|
}
|
|
1112
1112
|
}
|
|
1113
|
-
get
|
|
1114
|
-
return this.
|
|
1113
|
+
get w6() {
|
|
1114
|
+
return this.v4;
|
|
1115
1115
|
}
|
|
1116
|
-
set
|
|
1117
|
-
let b = this.
|
|
1116
|
+
set w6(a) {
|
|
1117
|
+
let b = this.w6;
|
|
1118
1118
|
if (a != b) {
|
|
1119
|
-
this.
|
|
1120
|
-
this.
|
|
1119
|
+
this.v4 = a;
|
|
1120
|
+
this.sc("XAxisTickLength", b, this.w6);
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
|
-
get
|
|
1124
|
-
return this.
|
|
1123
|
+
get xn() {
|
|
1124
|
+
return this.wl;
|
|
1125
1125
|
}
|
|
1126
|
-
set
|
|
1127
|
-
let b = this.
|
|
1126
|
+
set xn(a) {
|
|
1127
|
+
let b = this.xn;
|
|
1128
1128
|
if (a != b) {
|
|
1129
|
-
this.
|
|
1130
|
-
this.
|
|
1129
|
+
this.wl = a;
|
|
1130
|
+
this.sc("YAxisTickLength", b, this.xn);
|
|
1131
1131
|
}
|
|
1132
1132
|
}
|
|
1133
|
-
get
|
|
1134
|
-
return this.
|
|
1133
|
+
get abt() {
|
|
1134
|
+
return this.abd;
|
|
1135
1135
|
}
|
|
1136
|
-
set
|
|
1137
|
-
let b = this.
|
|
1136
|
+
set abt(a) {
|
|
1137
|
+
let b = this.abt;
|
|
1138
1138
|
if (a != b) {
|
|
1139
|
-
this.
|
|
1140
|
-
this.
|
|
1139
|
+
this.abd = a;
|
|
1140
|
+
this.sc("XAxisTickStroke", b, this.abt);
|
|
1141
1141
|
}
|
|
1142
1142
|
}
|
|
1143
|
-
get
|
|
1144
|
-
return this.
|
|
1143
|
+
get ab0() {
|
|
1144
|
+
return this.abk;
|
|
1145
1145
|
}
|
|
1146
|
-
set
|
|
1147
|
-
let b = this.
|
|
1146
|
+
set ab0(a) {
|
|
1147
|
+
let b = this.ab0;
|
|
1148
1148
|
if (a != b) {
|
|
1149
|
-
this.
|
|
1150
|
-
this.
|
|
1149
|
+
this.abk = a;
|
|
1150
|
+
this.sc("YAxisTickStroke", b, this.ab0);
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
|
-
get
|
|
1154
|
-
return this.
|
|
1153
|
+
get w7() {
|
|
1154
|
+
return this.v5;
|
|
1155
1155
|
}
|
|
1156
|
-
set
|
|
1157
|
-
let b = this.
|
|
1156
|
+
set w7(a) {
|
|
1157
|
+
let b = this.w7;
|
|
1158
1158
|
if (a != b) {
|
|
1159
|
-
this.
|
|
1160
|
-
this.
|
|
1159
|
+
this.v5 = a;
|
|
1160
|
+
this.sc("XAxisTickStrokeThickness", b, this.w7);
|
|
1161
1161
|
}
|
|
1162
1162
|
}
|
|
1163
|
-
get
|
|
1164
|
-
return this.
|
|
1163
|
+
get xo() {
|
|
1164
|
+
return this.wm;
|
|
1165
1165
|
}
|
|
1166
|
-
set
|
|
1167
|
-
let b = this.
|
|
1166
|
+
set xo(a) {
|
|
1167
|
+
let b = this.xo;
|
|
1168
1168
|
if (a != b) {
|
|
1169
|
-
this.
|
|
1170
|
-
this.
|
|
1169
|
+
this.wm = a;
|
|
1170
|
+
this.sc("YAxisTickStrokeThickness", b, this.xo);
|
|
1171
1171
|
}
|
|
1172
1172
|
}
|
|
1173
|
-
get
|
|
1174
|
-
return this.
|
|
1173
|
+
get y3() {
|
|
1174
|
+
return this.x1;
|
|
1175
1175
|
}
|
|
1176
|
-
set
|
|
1177
|
-
let b = this.
|
|
1176
|
+
set y3(a) {
|
|
1177
|
+
let b = this.y3;
|
|
1178
1178
|
if (a != b) {
|
|
1179
|
-
this.
|
|
1180
|
-
this.
|
|
1179
|
+
this.x1 = a;
|
|
1180
|
+
this.sc("XAxisTitle", b, this.y3);
|
|
1181
1181
|
}
|
|
1182
1182
|
}
|
|
1183
|
-
get
|
|
1184
|
-
return this.
|
|
1183
|
+
get z8() {
|
|
1184
|
+
return this.x5;
|
|
1185
1185
|
}
|
|
1186
|
-
set
|
|
1187
|
-
let b = this.
|
|
1186
|
+
set z8(a) {
|
|
1187
|
+
let b = this.z8;
|
|
1188
1188
|
if (a != b) {
|
|
1189
|
-
this.
|
|
1190
|
-
this.
|
|
1189
|
+
this.x5 = a;
|
|
1190
|
+
this.sc("YAxisTitle", b, this.z8);
|
|
1191
1191
|
}
|
|
1192
1192
|
}
|
|
1193
|
-
get
|
|
1194
|
-
return this.
|
|
1193
|
+
get abq() {
|
|
1194
|
+
return this.aba;
|
|
1195
1195
|
}
|
|
1196
|
-
set
|
|
1197
|
-
let b = this.
|
|
1196
|
+
set abq(a) {
|
|
1197
|
+
let b = this.abq;
|
|
1198
1198
|
if (a != b) {
|
|
1199
|
-
this.
|
|
1200
|
-
this.
|
|
1199
|
+
this.aba = a;
|
|
1200
|
+
this.sc("XAxisMinorStroke", b, this.abq);
|
|
1201
1201
|
}
|
|
1202
1202
|
}
|
|
1203
|
-
get
|
|
1204
|
-
return this.
|
|
1203
|
+
get abx() {
|
|
1204
|
+
return this.abh;
|
|
1205
1205
|
}
|
|
1206
|
-
set
|
|
1207
|
-
let b = this.
|
|
1206
|
+
set abx(a) {
|
|
1207
|
+
let b = this.abx;
|
|
1208
1208
|
if (a != b) {
|
|
1209
|
-
this.
|
|
1210
|
-
this.
|
|
1209
|
+
this.abh = a;
|
|
1210
|
+
this.sc("YAxisMinorStroke", b, this.abx);
|
|
1211
1211
|
}
|
|
1212
1212
|
}
|
|
1213
|
-
get
|
|
1214
|
-
return this.
|
|
1213
|
+
get wy() {
|
|
1214
|
+
return this.vw;
|
|
1215
1215
|
}
|
|
1216
|
-
set
|
|
1217
|
-
let b = this.
|
|
1216
|
+
set wy(a) {
|
|
1217
|
+
let b = this.wy;
|
|
1218
1218
|
if (a != b) {
|
|
1219
|
-
this.
|
|
1220
|
-
this.
|
|
1219
|
+
this.vw = a;
|
|
1220
|
+
this.sc("XAxisLabelAngle", b, this.wy);
|
|
1221
1221
|
}
|
|
1222
1222
|
}
|
|
1223
|
-
get
|
|
1224
|
-
return this.
|
|
1223
|
+
get xf() {
|
|
1224
|
+
return this.wd;
|
|
1225
1225
|
}
|
|
1226
|
-
set
|
|
1227
|
-
let b = this.
|
|
1226
|
+
set xf(a) {
|
|
1227
|
+
let b = this.xf;
|
|
1228
1228
|
if (a != b) {
|
|
1229
|
-
this.
|
|
1230
|
-
this.
|
|
1229
|
+
this.wd = a;
|
|
1230
|
+
this.sc("YAxisLabelAngle", b, this.xf);
|
|
1231
1231
|
}
|
|
1232
1232
|
}
|
|
1233
|
-
get
|
|
1234
|
-
return this.
|
|
1233
|
+
get wx() {
|
|
1234
|
+
return this.vv;
|
|
1235
1235
|
}
|
|
1236
|
-
set
|
|
1237
|
-
let b = this.
|
|
1236
|
+
set wx(a) {
|
|
1237
|
+
let b = this.wx;
|
|
1238
1238
|
if (a != b) {
|
|
1239
|
-
this.
|
|
1240
|
-
this.
|
|
1239
|
+
this.vv = a;
|
|
1240
|
+
this.sc("XAxisExtent", b, this.wx);
|
|
1241
1241
|
}
|
|
1242
1242
|
}
|
|
1243
|
-
get
|
|
1244
|
-
return this.
|
|
1243
|
+
get xe() {
|
|
1244
|
+
return this.wc;
|
|
1245
1245
|
}
|
|
1246
|
-
set
|
|
1247
|
-
let b = this.
|
|
1246
|
+
set xe(a) {
|
|
1247
|
+
let b = this.xe;
|
|
1248
1248
|
if (a != b) {
|
|
1249
|
-
this.
|
|
1250
|
-
this.
|
|
1249
|
+
this.wc = a;
|
|
1250
|
+
this.sc("YAxisExtent", b, this.xe);
|
|
1251
1251
|
}
|
|
1252
1252
|
}
|
|
1253
|
-
get
|
|
1254
|
-
return this.
|
|
1253
|
+
get w8() {
|
|
1254
|
+
return this.v6;
|
|
1255
1255
|
}
|
|
1256
|
-
set
|
|
1257
|
-
let b = this.
|
|
1256
|
+
set w8(a) {
|
|
1257
|
+
let b = this.w8;
|
|
1258
1258
|
if (a != b) {
|
|
1259
|
-
this.
|
|
1260
|
-
this.
|
|
1259
|
+
this.v6 = a;
|
|
1260
|
+
this.sc("XAxisTitleAngle", b, this.w8);
|
|
1261
1261
|
}
|
|
1262
1262
|
}
|
|
1263
|
-
get
|
|
1264
|
-
return this.
|
|
1263
|
+
get xp() {
|
|
1264
|
+
return this.wn;
|
|
1265
1265
|
}
|
|
1266
|
-
set
|
|
1267
|
-
let b = this.
|
|
1266
|
+
set xp(a) {
|
|
1267
|
+
let b = this.xp;
|
|
1268
1268
|
if (a != b) {
|
|
1269
|
-
this.
|
|
1270
|
-
this.
|
|
1269
|
+
this.wn = a;
|
|
1270
|
+
this.sc("YAxisTitleAngle", b, this.xp);
|
|
1271
1271
|
}
|
|
1272
1272
|
}
|
|
1273
|
-
get
|
|
1274
|
-
return this.
|
|
1273
|
+
get vt() {
|
|
1274
|
+
return this.vr;
|
|
1275
1275
|
}
|
|
1276
|
-
set
|
|
1277
|
-
let b = this.
|
|
1276
|
+
set vt(a) {
|
|
1277
|
+
let b = this.vt;
|
|
1278
1278
|
if (a != b) {
|
|
1279
|
-
this.
|
|
1280
|
-
this.
|
|
1279
|
+
this.vr = a;
|
|
1280
|
+
this.sc("XAxisInverted", b, this.vt);
|
|
1281
1281
|
}
|
|
1282
1282
|
}
|
|
1283
|
-
get
|
|
1284
|
-
return this.
|
|
1283
|
+
get vu() {
|
|
1284
|
+
return this.vs;
|
|
1285
1285
|
}
|
|
1286
|
-
set
|
|
1287
|
-
let b = this.
|
|
1286
|
+
set vu(a) {
|
|
1287
|
+
let b = this.vu;
|
|
1288
1288
|
if (a != b) {
|
|
1289
|
-
this.
|
|
1290
|
-
this.
|
|
1289
|
+
this.vs = a;
|
|
1290
|
+
this.sc("YAxisInverted", b, this.vu);
|
|
1291
1291
|
}
|
|
1292
1292
|
}
|
|
1293
|
-
get
|
|
1294
|
-
return this.
|
|
1293
|
+
get aa4() {
|
|
1294
|
+
return this.aa1;
|
|
1295
1295
|
}
|
|
1296
|
-
set
|
|
1297
|
-
let b = this.
|
|
1296
|
+
set aa4(a) {
|
|
1297
|
+
let b = this.aa4;
|
|
1298
1298
|
if (a != b) {
|
|
1299
|
-
this.
|
|
1300
|
-
this.
|
|
1299
|
+
this.aa1 = a;
|
|
1300
|
+
this.sc("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa4));
|
|
1301
1301
|
}
|
|
1302
1302
|
}
|
|
1303
|
-
get
|
|
1304
|
-
return this.
|
|
1303
|
+
get ab7() {
|
|
1304
|
+
return this.ab4;
|
|
1305
1305
|
}
|
|
1306
|
-
set
|
|
1307
|
-
let b = this.
|
|
1306
|
+
set ab7(a) {
|
|
1307
|
+
let b = this.ab7;
|
|
1308
1308
|
if (a != b) {
|
|
1309
|
-
this.
|
|
1310
|
-
this.
|
|
1309
|
+
this.ab4 = a;
|
|
1310
|
+
this.sc("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab7));
|
|
1311
1311
|
}
|
|
1312
1312
|
}
|
|
1313
|
-
get
|
|
1314
|
-
return this.
|
|
1313
|
+
get aa3() {
|
|
1314
|
+
return this.aa0;
|
|
1315
1315
|
}
|
|
1316
|
-
set
|
|
1317
|
-
let b = this.
|
|
1316
|
+
set aa3(a) {
|
|
1317
|
+
let b = this.aa3;
|
|
1318
1318
|
if (a != b) {
|
|
1319
|
-
this.
|
|
1320
|
-
this.
|
|
1319
|
+
this.aa0 = a;
|
|
1320
|
+
this.sc("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa3));
|
|
1321
1321
|
}
|
|
1322
1322
|
}
|
|
1323
|
-
|
|
1324
|
-
return this.
|
|
1323
|
+
get_aa5() {
|
|
1324
|
+
return this.aa2;
|
|
1325
1325
|
}
|
|
1326
|
-
|
|
1327
|
-
let b = this.
|
|
1326
|
+
set_aa5(a) {
|
|
1327
|
+
let b = this.aa5;
|
|
1328
1328
|
if (a != b) {
|
|
1329
|
-
this.
|
|
1330
|
-
this.
|
|
1329
|
+
this.aa2 = a;
|
|
1330
|
+
this.sc("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.aa5));
|
|
1331
1331
|
}
|
|
1332
1332
|
}
|
|
1333
|
-
get
|
|
1334
|
-
return this.
|
|
1333
|
+
get aa5() {
|
|
1334
|
+
return this.get_aa5();
|
|
1335
1335
|
}
|
|
1336
|
-
set
|
|
1337
|
-
this.
|
|
1336
|
+
set aa5(a) {
|
|
1337
|
+
this.set_aa5(a);
|
|
1338
1338
|
}
|
|
1339
|
-
get
|
|
1340
|
-
return this.
|
|
1339
|
+
get ab5() {
|
|
1340
|
+
return this.ab2;
|
|
1341
1341
|
}
|
|
1342
|
-
set
|
|
1343
|
-
let b = this.
|
|
1342
|
+
set ab5(a) {
|
|
1343
|
+
let b = this.ab5;
|
|
1344
1344
|
if (a != b) {
|
|
1345
|
-
this.
|
|
1346
|
-
this.
|
|
1345
|
+
this.ab2 = a;
|
|
1346
|
+
this.sc("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab5));
|
|
1347
1347
|
}
|
|
1348
1348
|
}
|
|
1349
|
-
get
|
|
1350
|
-
return this.
|
|
1349
|
+
get ab6() {
|
|
1350
|
+
return this.ab3;
|
|
1351
1351
|
}
|
|
1352
|
-
set
|
|
1353
|
-
let b = this.
|
|
1352
|
+
set ab6(a) {
|
|
1353
|
+
let b = this.ab6;
|
|
1354
1354
|
if (a != b) {
|
|
1355
|
-
this.
|
|
1356
|
-
this.
|
|
1355
|
+
this.ab3 = a;
|
|
1356
|
+
this.sc("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.ab6));
|
|
1357
1357
|
}
|
|
1358
1358
|
}
|
|
1359
|
-
get
|
|
1360
|
-
return this.
|
|
1359
|
+
get aca() {
|
|
1360
|
+
return this.ab8;
|
|
1361
1361
|
}
|
|
1362
|
-
set
|
|
1363
|
-
let b = this.
|
|
1362
|
+
set aca(a) {
|
|
1363
|
+
let b = this.aca;
|
|
1364
1364
|
if (a != b) {
|
|
1365
|
-
this.
|
|
1366
|
-
this.
|
|
1365
|
+
this.ab8 = a;
|
|
1366
|
+
this.sc("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.aca));
|
|
1367
1367
|
}
|
|
1368
1368
|
}
|
|
1369
|
-
get
|
|
1370
|
-
return this.
|
|
1369
|
+
get acb() {
|
|
1370
|
+
return this.ab9;
|
|
1371
1371
|
}
|
|
1372
|
-
set
|
|
1373
|
-
let b = this.
|
|
1372
|
+
set acb(a) {
|
|
1373
|
+
let b = this.acb;
|
|
1374
1374
|
if (a != b) {
|
|
1375
|
-
this.
|
|
1376
|
-
this.
|
|
1375
|
+
this.ab9 = a;
|
|
1376
|
+
this.sc("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.acb));
|
|
1377
1377
|
}
|
|
1378
1378
|
}
|
|
1379
|
-
|
|
1380
|
-
return this.
|
|
1379
|
+
get_vq() {
|
|
1380
|
+
return this.vp;
|
|
1381
1381
|
}
|
|
1382
|
-
|
|
1383
|
-
let b = this.
|
|
1382
|
+
set_vq(a) {
|
|
1383
|
+
let b = this.vq;
|
|
1384
1384
|
if (a != b) {
|
|
1385
|
-
this.
|
|
1386
|
-
this.
|
|
1385
|
+
this.vp = a;
|
|
1386
|
+
this.sc("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.vq));
|
|
1387
1387
|
}
|
|
1388
1388
|
}
|
|
1389
|
-
get
|
|
1390
|
-
return this.
|
|
1389
|
+
get vq() {
|
|
1390
|
+
return this.get_vq();
|
|
1391
1391
|
}
|
|
1392
|
-
set
|
|
1393
|
-
this.
|
|
1392
|
+
set vq(a) {
|
|
1393
|
+
this.set_vq(a);
|
|
1394
1394
|
}
|
|
1395
|
-
|
|
1396
|
-
return this.
|
|
1395
|
+
get_vo() {
|
|
1396
|
+
return this.vn;
|
|
1397
1397
|
}
|
|
1398
|
-
|
|
1399
|
-
let b = this.
|
|
1398
|
+
set_vo(a) {
|
|
1399
|
+
let b = this.vo;
|
|
1400
1400
|
if (a != b) {
|
|
1401
|
-
this.
|
|
1402
|
-
this.
|
|
1401
|
+
this.vn = a;
|
|
1402
|
+
this.sc("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.vo));
|
|
1403
1403
|
}
|
|
1404
1404
|
}
|
|
1405
|
-
get
|
|
1406
|
-
return this.
|
|
1405
|
+
get vo() {
|
|
1406
|
+
return this.get_vo();
|
|
1407
1407
|
}
|
|
1408
|
-
set
|
|
1409
|
-
this.
|
|
1408
|
+
set vo(a) {
|
|
1409
|
+
this.set_vo(a);
|
|
1410
1410
|
}
|
|
1411
|
-
get
|
|
1412
|
-
return this.
|
|
1411
|
+
get yf() {
|
|
1412
|
+
return this.xz;
|
|
1413
1413
|
}
|
|
1414
|
-
set
|
|
1415
|
-
let b = this.
|
|
1414
|
+
set yf(a) {
|
|
1415
|
+
let b = this.xz;
|
|
1416
1416
|
if (a != b) {
|
|
1417
|
-
this.
|
|
1418
|
-
this.
|
|
1417
|
+
this.xz = a;
|
|
1418
|
+
this.sc("XAxisLabelFormat", b, this.xz);
|
|
1419
1419
|
}
|
|
1420
1420
|
}
|
|
1421
|
-
get
|
|
1422
|
-
return this.
|
|
1421
|
+
get vd() {
|
|
1422
|
+
return this.vb;
|
|
1423
1423
|
}
|
|
1424
|
-
set
|
|
1425
|
-
let b = this.
|
|
1424
|
+
set vd(a) {
|
|
1425
|
+
let b = this.vb;
|
|
1426
1426
|
if (a != b) {
|
|
1427
|
-
this.
|
|
1428
|
-
this.
|
|
1427
|
+
this.vb = a;
|
|
1428
|
+
this.sc("XAxisLabelFormatSpecifiers", b, this.vb);
|
|
1429
1429
|
}
|
|
1430
1430
|
}
|
|
1431
|
-
get
|
|
1432
|
-
return this.
|
|
1431
|
+
get zk() {
|
|
1432
|
+
return this.x3;
|
|
1433
1433
|
}
|
|
1434
|
-
set
|
|
1435
|
-
let b = this.
|
|
1434
|
+
set zk(a) {
|
|
1435
|
+
let b = this.x3;
|
|
1436
1436
|
if (a != b) {
|
|
1437
|
-
this.
|
|
1438
|
-
this.
|
|
1437
|
+
this.x3 = a;
|
|
1438
|
+
this.sc("YAxisLabelFormat", b, this.x3);
|
|
1439
1439
|
}
|
|
1440
1440
|
}
|
|
1441
|
-
get
|
|
1442
|
-
return this.
|
|
1441
|
+
get ve() {
|
|
1442
|
+
return this.vc;
|
|
1443
1443
|
}
|
|
1444
|
-
set
|
|
1445
|
-
let b = this.
|
|
1444
|
+
set ve(a) {
|
|
1445
|
+
let b = this.vc;
|
|
1446
1446
|
if (a != b) {
|
|
1447
|
-
this.
|
|
1448
|
-
this.
|
|
1447
|
+
this.vc = a;
|
|
1448
|
+
this.sc("YAxisLabelFormatSpecifiers", b, this.vc);
|
|
1449
1449
|
}
|
|
1450
1450
|
}
|
|
1451
1451
|
}
|