igniteui-webcomponents-charts 4.3.2 → 4.3.3-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/License +1 -1
- package/bundles/igniteui-webcomponents-charts.umd.js +12498 -11820
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm2015/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +553 -550
- package/esm2015/lib/AnnotationLayer_combined.js +4 -4
- package/esm2015/lib/AreaSeries_combined.js +1 -1
- package/esm2015/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm2015/lib/AxisAnnotationManager.js +28 -28
- package/esm2015/lib/AxisVisualDataManager.js +32 -32
- package/esm2015/lib/BarFramePreparer.js +8 -8
- package/esm2015/lib/BarSeries_combined.js +31 -31
- package/esm2015/lib/BarTrendFitCalculator.js +2 -2
- package/esm2015/lib/BarTrendLineManager.js +4 -4
- package/esm2015/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm2015/lib/BubbleSeries_combined.js +5 -5
- package/esm2015/lib/CalloutLayer_combined.js +13 -13
- package/esm2015/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm2015/lib/CategoryChart.js +380 -380
- package/esm2015/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +144 -141
- package/esm2015/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm2015/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm2015/lib/CategorySeriesRenderManager.js +5 -5
- package/esm2015/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm2015/lib/CategoryTrendLineManager.js +4 -4
- package/esm2015/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm2015/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm2015/lib/CategoryXAxis_combined.js +240 -237
- package/esm2015/lib/CategoryYAxis_combined.js +220 -217
- package/esm2015/lib/ColumnSeries_combined.js +10 -10
- package/esm2015/lib/CustomIndicator.js +1 -1
- package/esm2015/lib/DataChartToolbarProvider.js +107 -82
- package/esm2015/lib/DataChartVisualDataManager.js +2 -2
- package/esm2015/lib/DataToolTipLayer_combined.js +17 -17
- package/esm2015/lib/DefaultProvidesViewport.js +3 -0
- package/esm2015/lib/DomainChartToolbarProvider.js +87 -64
- package/esm2015/lib/DomainChart_combined.js +678 -658
- package/esm2015/lib/ErrorBarsHelper.js +25 -25
- package/esm2015/lib/FinalValueLayer_combined.js +13 -11
- package/esm2015/lib/FinancialChart_combined.js +1260 -1260
- package/esm2015/lib/FinancialEventArgs_combined.js +52 -52
- package/esm2015/lib/FinancialIndicator_combined.js +68 -63
- package/esm2015/lib/FinancialOverlay.js +6 -6
- package/esm2015/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm2015/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/HorizontalAxisView_combined.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm2015/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm2015/lib/LineSeries_combined.js +1 -1
- package/esm2015/lib/LogarithmicScaler.js +1 -1
- package/esm2015/lib/MarkerTemplates.js +4 -4
- package/esm2015/lib/NumericXAxis_combined.js +88 -85
- package/esm2015/lib/NumericYAxis_combined.js +89 -86
- package/esm2015/lib/OrdinalTimeXAxis.js +215 -212
- package/esm2015/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm2015/lib/PolarAxes.js +13 -13
- package/esm2015/lib/PolarAxisInfoCache.js +6 -6
- package/esm2015/lib/PolarBase_combined.js +31 -31
- package/esm2015/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm2015/lib/PolarTrendLineManager.js +4 -4
- package/esm2015/lib/PreparationParams.js +9 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm2015/lib/RadialAreaSeries_combined.js +1 -1
- package/esm2015/lib/RadialAxes.js +2 -2
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm2015/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm2015/lib/RadialColumnSeries_combined.js +6 -6
- package/esm2015/lib/RadialLineSeries_combined.js +1 -1
- package/esm2015/lib/RadialPieSeries_combined.js +5 -5
- package/esm2015/lib/RadialTrendLineManager.js +8 -8
- package/esm2015/lib/RangeAreaSeries_combined.js +1 -1
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm2015/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm2015/lib/RangeColumnSeries_combined.js +6 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm2015/lib/ScatterBase_combined.js +74 -74
- package/esm2015/lib/ScatterContourSeries_combined.js +4 -4
- package/esm2015/lib/ScatterLineSeries.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm2015/lib/ScatterSplineSeries.js +2 -2
- package/esm2015/lib/ScatterTrendLineManager.js +1 -1
- package/esm2015/lib/ScatterTriangulationSeries.js +11 -11
- package/esm2015/lib/SeriesInteractionManager.js +57 -57
- package/esm2015/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm2015/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm2015/lib/SeriesViewer_combined.js +3760 -3621
- package/esm2015/lib/SeriesVisualDataManager.js +20 -20
- package/esm2015/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm2015/lib/SortedReadOnlyDoubleCollection.js +78 -0
- package/esm2015/lib/SortingTrendLineManager.js +12 -18
- package/esm2015/lib/SplineAreaSeries_combined.js +1 -1
- package/esm2015/lib/SplineSeriesBase_combined.js +28 -28
- package/esm2015/lib/SplineSeries_combined.js +1 -1
- package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm2015/lib/StepAreaSeries_combined.js +2 -2
- package/esm2015/lib/StepLineSeries_combined.js +3 -3
- package/esm2015/lib/StraightNumericAxisBase_combined.js +72 -72
- package/esm2015/lib/StrategyBasedIndicator.js +2 -2
- package/esm2015/lib/TileZoomManager_combined.js +4 -4
- package/esm2015/lib/TimeAxisBase.js +238 -232
- package/esm2015/lib/TimeXAxis.js +251 -248
- package/esm2015/lib/TrendFitCalculator.js +2 -2
- package/esm2015/lib/TrendLineManagerBase$1.js +1 -1
- package/esm2015/lib/TrendResolutionParams.js +6 -4
- package/esm2015/lib/ValueLayer_combined.js +4 -4
- package/esm2015/lib/ValueOverlay_combined.js +23 -23
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm2015/lib/WaterfallSeries_combined.js +5 -5
- package/esm2015/lib/XYChart.js +710 -710
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm2015/lib/igc-axis-annotation.js +6 -0
- package/esm2015/lib/igc-axis-component.js +213 -209
- package/esm2015/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm2015/lib/igc-brush-scale-component.js +3 -0
- package/esm2015/lib/igc-callout-annotation.js +6 -0
- package/esm2015/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm2015/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-category-angle-axis-component.js +17 -17
- package/esm2015/lib/igc-category-axis-base-component.js +31 -27
- package/esm2015/lib/igc-category-chart-component.js +126 -126
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm2015/lib/igc-category-x-axis-component.js +16 -16
- package/esm2015/lib/igc-category-y-axis-component.js +18 -18
- package/esm2015/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm2015/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-chart-series-event-args.js +3 -0
- package/esm2015/lib/igc-chart-summary-description.js +6 -0
- package/esm2015/lib/igc-color-scale-component.js +3 -0
- package/esm2015/lib/igc-column-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm2015/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm2015/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-domain-chart-component.js +268 -271
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm2015/lib/igc-financial-chart-component.js +159 -159
- package/esm2015/lib/igc-funnel-data-context.js +6 -0
- package/esm2015/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm2015/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm2015/lib/igc-highlighting-info.js +6 -0
- package/esm2015/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm2015/lib/igc-label-click-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm2015/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm2015/lib/igc-pie-chart-base-component.js +3 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +6 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm2015/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm2015/lib/igc-render-requested-event-args.js +6 -0
- package/esm2015/lib/igc-ring.js +6 -0
- package/esm2015/lib/igc-scaler-params.js +3 -0
- package/esm2015/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm2015/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm2015/lib/igc-series-component.js +4 -0
- package/esm2015/lib/igc-series-viewer-component.js +289 -257
- package/esm2015/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm2015/lib/igc-size-scale-component.js +3 -0
- package/esm2015/lib/igc-slice-click-event-args.js +3 -0
- package/esm2015/lib/igc-slice-event-args.js +3 -0
- package/esm2015/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm2015/lib/igc-time-axis-base-component.js +10 -6
- package/esm2015/lib/igc-time-x-axis-component.js +6 -6
- package/esm2015/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +3 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm5/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm5/lib/AngleAxisLabelPanel_combined.js +549 -546
- package/esm5/lib/AnnotationLayer_combined.js +4 -4
- package/esm5/lib/AreaSeries_combined.js +1 -1
- package/esm5/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm5/lib/AxisAnnotationManager.js +28 -28
- package/esm5/lib/AxisVisualDataManager.js +32 -32
- package/esm5/lib/BarFramePreparer.js +8 -8
- package/esm5/lib/BarSeries_combined.js +31 -31
- package/esm5/lib/BarTrendFitCalculator.js +2 -2
- package/esm5/lib/BarTrendLineManager.js +4 -4
- package/esm5/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm5/lib/BubbleSeries_combined.js +5 -5
- package/esm5/lib/CalloutLayer_combined.js +13 -13
- package/esm5/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm5/lib/CategoryChart.js +371 -371
- package/esm5/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +140 -137
- package/esm5/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm5/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm5/lib/CategorySeriesRenderManager.js +5 -5
- package/esm5/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm5/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm5/lib/CategoryTrendLineManager.js +4 -4
- package/esm5/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm5/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm5/lib/CategoryXAxis_combined.js +239 -236
- package/esm5/lib/CategoryYAxis_combined.js +219 -216
- package/esm5/lib/ColumnSeries_combined.js +10 -10
- package/esm5/lib/CustomIndicator.js +1 -1
- package/esm5/lib/DataChartToolbarProvider.js +107 -82
- package/esm5/lib/DataChartVisualDataManager.js +2 -2
- package/esm5/lib/DataToolTipLayer_combined.js +17 -17
- package/esm5/lib/DefaultProvidesViewport.js +3 -0
- package/esm5/lib/DomainChartToolbarProvider.js +87 -64
- package/esm5/lib/DomainChart_combined.js +667 -639
- package/esm5/lib/ErrorBarsHelper.js +25 -25
- package/esm5/lib/FinalValueLayer_combined.js +13 -11
- package/esm5/lib/FinancialChart_combined.js +1239 -1239
- package/esm5/lib/FinancialEventArgs_combined.js +52 -52
- package/esm5/lib/FinancialIndicator_combined.js +68 -63
- package/esm5/lib/FinancialOverlay.js +6 -6
- package/esm5/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm5/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/HorizontalAxisView_combined.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm5/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm5/lib/LineSeries_combined.js +1 -1
- package/esm5/lib/LogarithmicScaler.js +1 -1
- package/esm5/lib/MarkerTemplates.js +4 -4
- package/esm5/lib/NumericXAxis_combined.js +88 -85
- package/esm5/lib/NumericYAxis_combined.js +89 -86
- package/esm5/lib/OrdinalTimeXAxis.js +213 -210
- package/esm5/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm5/lib/PolarAxes.js +13 -13
- package/esm5/lib/PolarAxisInfoCache.js +6 -6
- package/esm5/lib/PolarBase_combined.js +31 -31
- package/esm5/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm5/lib/PolarTrendLineManager.js +4 -4
- package/esm5/lib/PreparationParams.js +9 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm5/lib/RadialAreaSeries_combined.js +1 -1
- package/esm5/lib/RadialAxes.js +2 -2
- package/esm5/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm5/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm5/lib/RadialColumnSeries_combined.js +6 -6
- package/esm5/lib/RadialLineSeries_combined.js +1 -1
- package/esm5/lib/RadialPieSeries_combined.js +5 -5
- package/esm5/lib/RadialTrendLineManager.js +8 -8
- package/esm5/lib/RangeAreaSeries_combined.js +1 -1
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm5/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm5/lib/RangeColumnSeries_combined.js +6 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm5/lib/ScatterBase_combined.js +74 -74
- package/esm5/lib/ScatterContourSeries_combined.js +4 -4
- package/esm5/lib/ScatterLineSeries.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm5/lib/ScatterSplineSeries.js +2 -2
- package/esm5/lib/ScatterTrendLineManager.js +1 -1
- package/esm5/lib/ScatterTriangulationSeries.js +11 -11
- package/esm5/lib/SeriesInteractionManager.js +57 -57
- package/esm5/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm5/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm5/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm5/lib/SeriesViewer_combined.js +3730 -3570
- package/esm5/lib/SeriesVisualDataManager.js +20 -20
- package/esm5/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm5/lib/SortedReadOnlyDoubleCollection.js +105 -0
- package/esm5/lib/SortingTrendLineManager.js +12 -18
- package/esm5/lib/SplineAreaSeries_combined.js +1 -1
- package/esm5/lib/SplineSeriesBase_combined.js +28 -28
- package/esm5/lib/SplineSeries_combined.js +1 -1
- package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm5/lib/StepAreaSeries_combined.js +2 -2
- package/esm5/lib/StepLineSeries_combined.js +3 -3
- package/esm5/lib/StraightNumericAxisBase_combined.js +70 -70
- package/esm5/lib/StrategyBasedIndicator.js +2 -2
- package/esm5/lib/TileZoomManager_combined.js +4 -4
- package/esm5/lib/TimeAxisBase.js +234 -228
- package/esm5/lib/TimeXAxis.js +249 -246
- package/esm5/lib/TrendFitCalculator.js +2 -2
- package/esm5/lib/TrendLineManagerBase$1.js +1 -1
- package/esm5/lib/TrendResolutionParams.js +6 -4
- package/esm5/lib/ValueLayer_combined.js +4 -4
- package/esm5/lib/ValueOverlay_combined.js +23 -23
- package/esm5/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm5/lib/WaterfallSeries_combined.js +5 -5
- package/esm5/lib/XYChart.js +675 -675
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm5/lib/igc-axis-annotation.js +6 -0
- package/esm5/lib/igc-axis-component.js +213 -209
- package/esm5/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm5/lib/igc-brush-scale-component.js +3 -0
- package/esm5/lib/igc-callout-annotation.js +6 -0
- package/esm5/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm5/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-category-angle-axis-component.js +17 -17
- package/esm5/lib/igc-category-axis-base-component.js +31 -27
- package/esm5/lib/igc-category-chart-component.js +126 -126
- package/esm5/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm5/lib/igc-category-x-axis-component.js +16 -16
- package/esm5/lib/igc-category-y-axis-component.js +18 -18
- package/esm5/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm5/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm5/lib/igc-chart-series-event-args.js +3 -0
- package/esm5/lib/igc-chart-summary-description.js +6 -0
- package/esm5/lib/igc-color-scale-component.js +3 -0
- package/esm5/lib/igc-column-supporting-calculation.js +3 -0
- package/esm5/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm5/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm5/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm5/lib/igc-domain-chart-component.js +268 -271
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm5/lib/igc-financial-chart-component.js +159 -159
- package/esm5/lib/igc-funnel-data-context.js +6 -0
- package/esm5/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm5/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm5/lib/igc-highlighting-info.js +6 -0
- package/esm5/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm5/lib/igc-label-click-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm5/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm5/lib/igc-pie-chart-base-component.js +3 -0
- package/esm5/lib/igc-pie-slice-others-context.js +6 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm5/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm5/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm5/lib/igc-render-requested-event-args.js +6 -0
- package/esm5/lib/igc-ring.js +6 -0
- package/esm5/lib/igc-scaler-params.js +3 -0
- package/esm5/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm5/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm5/lib/igc-series-component.js +4 -0
- package/esm5/lib/igc-series-viewer-component.js +294 -257
- package/esm5/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm5/lib/igc-size-scale-component.js +3 -0
- package/esm5/lib/igc-slice-click-event-args.js +3 -0
- package/esm5/lib/igc-slice-event-args.js +3 -0
- package/esm5/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm5/lib/igc-time-axis-base-component.js +10 -6
- package/esm5/lib/igc-time-x-axis-component.js +6 -6
- package/esm5/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm5/lib/igc-treemap-node-style-component.js +3 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-charts.js +12564 -11946
- package/fesm5/igniteui-webcomponents-charts.js +12499 -11822
- package/lib/AngleAxisLabelPanel_combined.d.ts +116 -115
- package/lib/CategoryChart.d.ts +100 -100
- package/lib/CategoryChartToolbarProvider.d.ts +4 -4
- package/lib/CategoryDateTimeXAxis_combined.d.ts +31 -30
- package/lib/CategoryXAxis_combined.d.ts +42 -41
- package/lib/CategoryYAxis_combined.d.ts +40 -39
- package/lib/DataChartToolbarProvider.d.ts +19 -15
- package/lib/DefaultProvidesViewport.d.ts +1 -0
- package/lib/DomainChartToolbarProvider.d.ts +21 -17
- package/lib/DomainChart_combined.d.ts +139 -131
- package/lib/FinancialChart_combined.d.ts +249 -249
- package/lib/IProvidesViewport.d.ts +1 -0
- package/lib/IScaler.d.ts +5 -4
- package/lib/NumericXAxis_combined.d.ts +21 -20
- package/lib/NumericYAxis_combined.d.ts +21 -20
- package/lib/OrdinalTimeXAxis.d.ts +51 -50
- package/lib/PercentChangeYAxis_combined.d.ts +9 -8
- package/lib/PreparationParams.d.ts +9 -6
- package/lib/SeriesViewer_combined.d.ts +1049 -1023
- package/lib/SortedReadOnlyDoubleCollection.d.ts +24 -0
- package/lib/SortingTrendLineManager.d.ts +2 -3
- package/lib/StraightNumericAxisBase_combined.d.ts +22 -22
- package/lib/TimeAxisBase.d.ts +51 -49
- package/lib/TimeXAxis.d.ts +59 -58
- package/lib/TrendResolutionParams.d.ts +6 -4
- package/lib/XYChart.d.ts +189 -189
- package/lib/igc-axis-component.d.ts +4 -3
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-domain-chart-component.d.ts +0 -2
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +1 -0
- package/lib/igc-series-viewer-component.d.ts +10 -2
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -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.v5 = null;
|
|
27
26
|
this.v6 = null;
|
|
28
|
-
this.
|
|
29
|
-
this.wo = 5;
|
|
27
|
+
this.v7 = null;
|
|
30
28
|
this.wn = 0;
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
29
|
+
this.wp = 5;
|
|
30
|
+
this.wo = 0;
|
|
31
|
+
this.wm = 5;
|
|
34
32
|
this.w4 = 5;
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
33
|
+
this.w6 = 0;
|
|
34
|
+
this.w5 = 5;
|
|
35
|
+
this.w3 = 0;
|
|
36
|
+
this.abx = null;
|
|
37
|
+
this.ab4 = null;
|
|
39
38
|
this.abv = null;
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
39
|
+
this.abw = null;
|
|
40
|
+
this.wy = 0;
|
|
41
|
+
this.xf = 0;
|
|
42
|
+
this.wx = NaN;
|
|
43
|
+
this.xe = NaN;
|
|
44
|
+
this.w0 = NaN;
|
|
45
|
+
this.xh = NaN;
|
|
44
46
|
this.wz = NaN;
|
|
45
47
|
this.xg = NaN;
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.yq = null;
|
|
55
|
-
this.yu = null;
|
|
56
|
-
this.yj = null;
|
|
48
|
+
this.ww = NaN;
|
|
49
|
+
this.xd = NaN;
|
|
50
|
+
this.ab3 = null;
|
|
51
|
+
this.aca = null;
|
|
52
|
+
this.yp = null;
|
|
53
|
+
this.yt = null;
|
|
54
|
+
this.yr = null;
|
|
55
|
+
this.yv = null;
|
|
57
56
|
this.yk = null;
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.w6 = DeviceUtils.g(1);
|
|
57
|
+
this.yl = null;
|
|
58
|
+
this.aby = null;
|
|
59
|
+
this.ab5 = null;
|
|
62
60
|
this.wq = DeviceUtils.g(1);
|
|
63
61
|
this.w7 = DeviceUtils.g(1);
|
|
64
|
-
this.abz = null;
|
|
65
|
-
this.ab6 = null;
|
|
66
|
-
this.ab0 = null;
|
|
67
|
-
this.ab7 = null;
|
|
68
62
|
this.wr = DeviceUtils.g(1);
|
|
69
63
|
this.w8 = DeviceUtils.g(1);
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
64
|
+
this.ab0 = null;
|
|
65
|
+
this.ab7 = null;
|
|
72
66
|
this.ab1 = null;
|
|
73
67
|
this.ab8 = null;
|
|
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.
|
|
68
|
+
this.ws = DeviceUtils.g(1);
|
|
69
|
+
this.w9 = DeviceUtils.g(1);
|
|
70
|
+
this.wt = DeviceUtils.g(8);
|
|
71
|
+
this.xa = 0;
|
|
72
|
+
this.ab2 = null;
|
|
73
|
+
this.ab9 = null;
|
|
74
|
+
this.wu = DeviceUtils.g(1);
|
|
75
|
+
this.xb = DeviceUtils.g(1);
|
|
76
|
+
this.yq = null;
|
|
77
|
+
this.yu = null;
|
|
78
|
+
this.abz = null;
|
|
79
|
+
this.ab6 = null;
|
|
80
|
+
this.wl = 0;
|
|
81
|
+
this.w2 = 0;
|
|
82
|
+
this.wk = NaN;
|
|
83
|
+
this.w1 = NaN;
|
|
84
|
+
this.wv = 0;
|
|
85
|
+
this.xc = -90;
|
|
87
86
|
this.wg = false;
|
|
87
|
+
this.wh = false;
|
|
88
|
+
this.abq = 1;
|
|
89
|
+
this.act = 1;
|
|
88
90
|
this.abp = 1;
|
|
91
|
+
this.abr = 2;
|
|
92
|
+
this.acr = 0;
|
|
89
93
|
this.acs = 1;
|
|
90
|
-
this.abo = 1;
|
|
91
|
-
this.abq = 2;
|
|
92
|
-
this.acq = 0;
|
|
93
|
-
this.acr = 1;
|
|
94
|
-
this.acw = 0;
|
|
95
94
|
this.acx = 0;
|
|
96
|
-
this.
|
|
97
|
-
this.
|
|
98
|
-
this.
|
|
99
|
-
this.
|
|
100
|
-
this.yr = null;
|
|
95
|
+
this.acy = 0;
|
|
96
|
+
this.we = 4;
|
|
97
|
+
this.wc = 4;
|
|
98
|
+
this.yo = null;
|
|
101
99
|
this.v0 = null;
|
|
100
|
+
this.ys = null;
|
|
101
|
+
this.v1 = null;
|
|
102
102
|
}
|
|
103
103
|
provideContainer(a) {
|
|
104
104
|
if (a != null) {
|
|
105
|
-
let b = this.
|
|
106
|
-
let c = this.
|
|
105
|
+
let b = this.v4();
|
|
106
|
+
let c = this.v5();
|
|
107
107
|
if (b != null) {
|
|
108
108
|
b.provideRenderer(a);
|
|
109
109
|
}
|
|
@@ -115,120 +115,110 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
115
115
|
}
|
|
116
116
|
r9() {
|
|
117
117
|
super.r9();
|
|
118
|
-
let a = this.
|
|
119
|
-
let b = this.
|
|
120
|
-
if (a != null && a.
|
|
121
|
-
this.
|
|
118
|
+
let a = this.v4();
|
|
119
|
+
let b = this.v5();
|
|
120
|
+
if (a != null && a.az != null) {
|
|
121
|
+
this.acd = a.az.textColor;
|
|
122
122
|
}
|
|
123
|
-
if (b != null && b.
|
|
124
|
-
this.
|
|
123
|
+
if (b != null && b.az != null) {
|
|
124
|
+
this.ack = b.az.textColor;
|
|
125
125
|
}
|
|
126
|
-
this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
this.
|
|
126
|
+
this.aci = AxisDefaults.j;
|
|
127
|
+
this.acp = AxisDefaults.j;
|
|
128
|
+
this.ace = AxisDefaults.h;
|
|
129
|
+
this.acl = AxisDefaults.h;
|
|
130
|
+
this.ach = AxisDefaults.g;
|
|
131
|
+
this.aco = AxisDefaults.g;
|
|
132
132
|
}
|
|
133
|
-
|
|
134
|
-
super.
|
|
133
|
+
sz(a, b, c) {
|
|
134
|
+
super.sz(a, b, c);
|
|
135
135
|
switch (a) {
|
|
136
136
|
case "XAxisLabelLeftMargin":
|
|
137
|
-
this.
|
|
137
|
+
this.abh((d) => d.leftMargin = this.xp);
|
|
138
138
|
break;
|
|
139
139
|
case "XAxisLabelTopMargin":
|
|
140
|
-
this.
|
|
140
|
+
this.abh((d) => d.topMargin = this.xr);
|
|
141
141
|
break;
|
|
142
142
|
case "XAxisLabelRightMargin":
|
|
143
|
-
this.
|
|
143
|
+
this.abh((d) => d.rightMargin = this.xq);
|
|
144
144
|
break;
|
|
145
145
|
case "XAxisLabelBottomMargin":
|
|
146
|
-
this.
|
|
146
|
+
this.abh((d) => d.bottomMargin = this.xo);
|
|
147
147
|
break;
|
|
148
148
|
case "YAxisLabelLeftMargin":
|
|
149
|
-
this.
|
|
149
|
+
this.abm((d) => d.leftMargin = this.x6);
|
|
150
150
|
break;
|
|
151
151
|
case "YAxisLabelTopMargin":
|
|
152
|
-
this.
|
|
152
|
+
this.abm((d) => d.topMargin = this.x8);
|
|
153
153
|
break;
|
|
154
154
|
case "YAxisLabelRightMargin":
|
|
155
|
-
this.
|
|
155
|
+
this.abm((d) => d.rightMargin = this.x7);
|
|
156
156
|
break;
|
|
157
157
|
case "YAxisLabelBottomMargin":
|
|
158
|
-
this.
|
|
158
|
+
this.abm((d) => d.bottomMargin = this.x5);
|
|
159
159
|
break;
|
|
160
160
|
case "ActualItemsSource":
|
|
161
161
|
case "ShouldDisplayMockData":
|
|
162
162
|
case "ShouldUseSkeletonStyleForMockData":
|
|
163
|
-
this.
|
|
164
|
-
this.
|
|
163
|
+
this.acb = this.u7(this.acd);
|
|
164
|
+
this.acc = this.u7(this.ack);
|
|
165
165
|
break;
|
|
166
166
|
case "XAxisLabelTextColor":
|
|
167
|
-
this.
|
|
167
|
+
this.acb = this.u7(this.acd);
|
|
168
168
|
break;
|
|
169
169
|
case "YAxisLabelTextColor":
|
|
170
|
-
this.
|
|
170
|
+
this.acc = this.u7(this.ack);
|
|
171
171
|
break;
|
|
172
172
|
case "ActualXAxisLabelTextColor":
|
|
173
|
-
this.
|
|
173
|
+
this.abh((d) => d.textColor = this.acb);
|
|
174
174
|
break;
|
|
175
175
|
case "ActualYAxisLabelTextColor":
|
|
176
|
-
this.
|
|
176
|
+
this.abm((d) => d.textColor = this.acc);
|
|
177
177
|
break;
|
|
178
178
|
case "XAxisTitleMargin":
|
|
179
|
-
this.
|
|
179
|
+
this.abj((d) => d.margin = this.x0);
|
|
180
180
|
break;
|
|
181
181
|
case "YAxisTitleMargin":
|
|
182
|
-
this.
|
|
182
|
+
this.abo((d) => d.margin = this.yh);
|
|
183
183
|
break;
|
|
184
184
|
case "XAxisTitleLeftMargin":
|
|
185
|
-
this.
|
|
185
|
+
this.abj((d) => d.leftMargin = this.xz);
|
|
186
186
|
break;
|
|
187
187
|
case "YAxisTitleLeftMargin":
|
|
188
|
-
this.
|
|
188
|
+
this.abo((d) => d.leftMargin = this.yg);
|
|
189
189
|
break;
|
|
190
190
|
case "XAxisTitleTopMargin":
|
|
191
|
-
this.
|
|
191
|
+
this.abj((d) => d.topMargin = this.x2);
|
|
192
192
|
break;
|
|
193
193
|
case "YAxisTitleTopMargin":
|
|
194
|
-
this.
|
|
194
|
+
this.abo((d) => d.topMargin = this.yj);
|
|
195
195
|
break;
|
|
196
196
|
case "XAxisTitleRightMargin":
|
|
197
|
-
this.
|
|
197
|
+
this.abj((d) => d.rightMargin = this.x1);
|
|
198
198
|
break;
|
|
199
199
|
case "YAxisTitleRightMargin":
|
|
200
|
-
this.
|
|
200
|
+
this.abo((d) => d.rightMargin = this.yi);
|
|
201
201
|
break;
|
|
202
202
|
case "XAxisTitleBottomMargin":
|
|
203
|
-
this.
|
|
203
|
+
this.abj((d) => d.bottomMargin = this.xy);
|
|
204
204
|
break;
|
|
205
205
|
case "YAxisTitleBottomMargin":
|
|
206
|
-
this.
|
|
206
|
+
this.abo((d) => d.bottomMargin = this.yf);
|
|
207
207
|
break;
|
|
208
208
|
case "XAxisTitleTextColor":
|
|
209
|
-
this.
|
|
209
|
+
this.abj((d) => d.textColor = this.acj);
|
|
210
210
|
break;
|
|
211
211
|
case "YAxisTitleTextColor":
|
|
212
|
-
this.
|
|
212
|
+
this.abo((d) => d.textColor = this.acq);
|
|
213
213
|
break;
|
|
214
214
|
case "XAxisFormatLabel":
|
|
215
|
-
this.
|
|
215
|
+
this.abf((d) => d.au = this.v8);
|
|
216
216
|
break;
|
|
217
217
|
case "YAxisFormatLabel":
|
|
218
|
-
this.
|
|
218
|
+
this.abk((d) => d.au = this.v9);
|
|
219
219
|
break;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
get v7() {
|
|
223
|
-
return this.v5;
|
|
224
|
-
}
|
|
225
|
-
set v7(a) {
|
|
226
|
-
let b = this.v7;
|
|
227
|
-
if (a != b) {
|
|
228
|
-
this.v5 = a;
|
|
229
|
-
this.sv("XAxisFormatLabel", b, this.v7);
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
222
|
get v8() {
|
|
233
223
|
return this.v6;
|
|
234
224
|
}
|
|
@@ -236,27 +226,17 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
236
226
|
let b = this.v8;
|
|
237
227
|
if (a != b) {
|
|
238
228
|
this.v6 = a;
|
|
239
|
-
this.
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
get xo() {
|
|
243
|
-
return this.wm;
|
|
244
|
-
}
|
|
245
|
-
set xo(a) {
|
|
246
|
-
let b = this.xo;
|
|
247
|
-
if (a != b) {
|
|
248
|
-
this.wm = a;
|
|
249
|
-
this.sv("XAxisLabelLeftMargin", b, this.xo);
|
|
229
|
+
this.sw("XAxisFormatLabel", b, this.v8);
|
|
250
230
|
}
|
|
251
231
|
}
|
|
252
|
-
get
|
|
253
|
-
return this.
|
|
232
|
+
get v9() {
|
|
233
|
+
return this.v7;
|
|
254
234
|
}
|
|
255
|
-
set
|
|
256
|
-
let b = this.
|
|
235
|
+
set v9(a) {
|
|
236
|
+
let b = this.v9;
|
|
257
237
|
if (a != b) {
|
|
258
|
-
this.
|
|
259
|
-
this.
|
|
238
|
+
this.v7 = a;
|
|
239
|
+
this.sw("YAxisFormatLabel", b, this.v9);
|
|
260
240
|
}
|
|
261
241
|
}
|
|
262
242
|
get xp() {
|
|
@@ -266,37 +246,37 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
266
246
|
let b = this.xp;
|
|
267
247
|
if (a != b) {
|
|
268
248
|
this.wn = a;
|
|
269
|
-
this.
|
|
249
|
+
this.sw("XAxisLabelLeftMargin", b, this.xp);
|
|
270
250
|
}
|
|
271
251
|
}
|
|
272
|
-
get
|
|
273
|
-
return this.
|
|
252
|
+
get xr() {
|
|
253
|
+
return this.wp;
|
|
274
254
|
}
|
|
275
|
-
set
|
|
276
|
-
let b = this.
|
|
255
|
+
set xr(a) {
|
|
256
|
+
let b = this.xr;
|
|
277
257
|
if (a != b) {
|
|
278
|
-
this.
|
|
279
|
-
this.
|
|
258
|
+
this.wp = a;
|
|
259
|
+
this.sw("XAxisLabelTopMargin", b, this.xr);
|
|
280
260
|
}
|
|
281
261
|
}
|
|
282
|
-
get
|
|
283
|
-
return this.
|
|
262
|
+
get xq() {
|
|
263
|
+
return this.wo;
|
|
284
264
|
}
|
|
285
|
-
set
|
|
286
|
-
let b = this.
|
|
265
|
+
set xq(a) {
|
|
266
|
+
let b = this.xq;
|
|
287
267
|
if (a != b) {
|
|
288
|
-
this.
|
|
289
|
-
this.
|
|
268
|
+
this.wo = a;
|
|
269
|
+
this.sw("XAxisLabelRightMargin", b, this.xq);
|
|
290
270
|
}
|
|
291
271
|
}
|
|
292
|
-
get
|
|
293
|
-
return this.
|
|
272
|
+
get xo() {
|
|
273
|
+
return this.wm;
|
|
294
274
|
}
|
|
295
|
-
set
|
|
296
|
-
let b = this.
|
|
275
|
+
set xo(a) {
|
|
276
|
+
let b = this.xo;
|
|
297
277
|
if (a != b) {
|
|
298
|
-
this.
|
|
299
|
-
this.
|
|
278
|
+
this.wm = a;
|
|
279
|
+
this.sw("XAxisLabelBottomMargin", b, this.xo);
|
|
300
280
|
}
|
|
301
281
|
}
|
|
302
282
|
get x6() {
|
|
@@ -306,47 +286,57 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
306
286
|
let b = this.x6;
|
|
307
287
|
if (a != b) {
|
|
308
288
|
this.w4 = a;
|
|
309
|
-
this.
|
|
289
|
+
this.sw("YAxisLabelLeftMargin", b, this.x6);
|
|
310
290
|
}
|
|
311
291
|
}
|
|
312
|
-
get
|
|
313
|
-
return this.
|
|
292
|
+
get x8() {
|
|
293
|
+
return this.w6;
|
|
314
294
|
}
|
|
315
|
-
set
|
|
316
|
-
let b = this.
|
|
295
|
+
set x8(a) {
|
|
296
|
+
let b = this.x8;
|
|
317
297
|
if (a != b) {
|
|
318
|
-
this.
|
|
319
|
-
this.
|
|
298
|
+
this.w6 = a;
|
|
299
|
+
this.sw("YAxisLabelTopMargin", b, this.x8);
|
|
320
300
|
}
|
|
321
301
|
}
|
|
322
|
-
get
|
|
323
|
-
return this.
|
|
302
|
+
get x7() {
|
|
303
|
+
return this.w5;
|
|
324
304
|
}
|
|
325
|
-
set
|
|
326
|
-
let b = this.
|
|
305
|
+
set x7(a) {
|
|
306
|
+
let b = this.x7;
|
|
327
307
|
if (a != b) {
|
|
328
|
-
this.
|
|
329
|
-
this.
|
|
308
|
+
this.w5 = a;
|
|
309
|
+
this.sw("YAxisLabelRightMargin", b, this.x7);
|
|
330
310
|
}
|
|
331
311
|
}
|
|
332
|
-
get
|
|
333
|
-
return this.
|
|
312
|
+
get x5() {
|
|
313
|
+
return this.w3;
|
|
334
314
|
}
|
|
335
|
-
set
|
|
336
|
-
let b = this.
|
|
315
|
+
set x5(a) {
|
|
316
|
+
let b = this.x5;
|
|
337
317
|
if (a != b) {
|
|
338
|
-
this.
|
|
339
|
-
this.
|
|
318
|
+
this.w3 = a;
|
|
319
|
+
this.sw("YAxisLabelBottomMargin", b, this.x5);
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
get acd() {
|
|
323
|
+
return this.abx;
|
|
324
|
+
}
|
|
325
|
+
set acd(a) {
|
|
326
|
+
let b = this.acd;
|
|
327
|
+
if (a != b) {
|
|
328
|
+
this.abx = a;
|
|
329
|
+
this.sw("XAxisLabelTextColor", b, this.acd);
|
|
340
330
|
}
|
|
341
331
|
}
|
|
342
|
-
get
|
|
343
|
-
return this.
|
|
332
|
+
get ack() {
|
|
333
|
+
return this.ab4;
|
|
344
334
|
}
|
|
345
|
-
set
|
|
346
|
-
let b = this.
|
|
335
|
+
set ack(a) {
|
|
336
|
+
let b = this.ack;
|
|
347
337
|
if (a != b) {
|
|
348
|
-
this.
|
|
349
|
-
this.
|
|
338
|
+
this.ab4 = a;
|
|
339
|
+
this.sw("YAxisLabelTextColor", b, this.ack);
|
|
350
340
|
}
|
|
351
341
|
}
|
|
352
342
|
get acb() {
|
|
@@ -356,7 +346,37 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
356
346
|
let b = this.abv;
|
|
357
347
|
if (a != b) {
|
|
358
348
|
this.abv = a;
|
|
359
|
-
this.
|
|
349
|
+
this.sw("ActualXAxisLabelTextColor", b, this.acb);
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
get acc() {
|
|
353
|
+
return this.abw;
|
|
354
|
+
}
|
|
355
|
+
set acc(a) {
|
|
356
|
+
let b = this.abw;
|
|
357
|
+
if (a != b) {
|
|
358
|
+
this.abw = a;
|
|
359
|
+
this.sw("ActualYAxisLabelTextColor", b, this.acc);
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
get x0() {
|
|
363
|
+
return this.wy;
|
|
364
|
+
}
|
|
365
|
+
set x0(a) {
|
|
366
|
+
let b = this.x0;
|
|
367
|
+
if (a != b) {
|
|
368
|
+
this.wy = a;
|
|
369
|
+
this.sw("XAxisTitleMargin", b, this.x0);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
get yh() {
|
|
373
|
+
return this.xf;
|
|
374
|
+
}
|
|
375
|
+
set yh(a) {
|
|
376
|
+
let b = this.yh;
|
|
377
|
+
if (a != b) {
|
|
378
|
+
this.xf = a;
|
|
379
|
+
this.sw("YAxisTitleMargin", b, this.yh);
|
|
360
380
|
}
|
|
361
381
|
}
|
|
362
382
|
get xz() {
|
|
@@ -366,7 +386,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
366
386
|
let b = this.xz;
|
|
367
387
|
if (a != b) {
|
|
368
388
|
this.wx = a;
|
|
369
|
-
this.
|
|
389
|
+
this.sw("XAxisTitleLeftMargin", b, this.xz);
|
|
370
390
|
}
|
|
371
391
|
}
|
|
372
392
|
get yg() {
|
|
@@ -376,27 +396,27 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
376
396
|
let b = this.yg;
|
|
377
397
|
if (a != b) {
|
|
378
398
|
this.xe = a;
|
|
379
|
-
this.
|
|
399
|
+
this.sw("YAxisTitleLeftMargin", b, this.yg);
|
|
380
400
|
}
|
|
381
401
|
}
|
|
382
|
-
get
|
|
383
|
-
return this.
|
|
402
|
+
get x2() {
|
|
403
|
+
return this.w0;
|
|
384
404
|
}
|
|
385
|
-
set
|
|
386
|
-
let b = this.
|
|
405
|
+
set x2(a) {
|
|
406
|
+
let b = this.x2;
|
|
387
407
|
if (a != b) {
|
|
388
|
-
this.
|
|
389
|
-
this.
|
|
408
|
+
this.w0 = a;
|
|
409
|
+
this.sw("XAxisTitleTopMargin", b, this.x2);
|
|
390
410
|
}
|
|
391
411
|
}
|
|
392
|
-
get
|
|
393
|
-
return this.
|
|
412
|
+
get yj() {
|
|
413
|
+
return this.xh;
|
|
394
414
|
}
|
|
395
|
-
set
|
|
396
|
-
let b = this.
|
|
415
|
+
set yj(a) {
|
|
416
|
+
let b = this.yj;
|
|
397
417
|
if (a != b) {
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
418
|
+
this.xh = a;
|
|
419
|
+
this.sw("YAxisTitleTopMargin", b, this.yj);
|
|
400
420
|
}
|
|
401
421
|
}
|
|
402
422
|
get x1() {
|
|
@@ -406,7 +426,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
406
426
|
let b = this.x1;
|
|
407
427
|
if (a != b) {
|
|
408
428
|
this.wz = a;
|
|
409
|
-
this.
|
|
429
|
+
this.sw("XAxisTitleRightMargin", b, this.x1);
|
|
410
430
|
}
|
|
411
431
|
}
|
|
412
432
|
get yi() {
|
|
@@ -416,155 +436,135 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
416
436
|
let b = this.yi;
|
|
417
437
|
if (a != b) {
|
|
418
438
|
this.xg = a;
|
|
419
|
-
this.
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
get x0() {
|
|
423
|
-
return this.wy;
|
|
424
|
-
}
|
|
425
|
-
set x0(a) {
|
|
426
|
-
let b = this.x0;
|
|
427
|
-
if (a != b) {
|
|
428
|
-
this.wy = a;
|
|
429
|
-
this.sv("XAxisTitleRightMargin", b, this.x0);
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
get yh() {
|
|
433
|
-
return this.xf;
|
|
434
|
-
}
|
|
435
|
-
set yh(a) {
|
|
436
|
-
let b = this.yh;
|
|
437
|
-
if (a != b) {
|
|
438
|
-
this.xf = a;
|
|
439
|
-
this.sv("YAxisTitleRightMargin", b, this.yh);
|
|
439
|
+
this.sw("YAxisTitleRightMargin", b, this.yi);
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
|
-
get
|
|
443
|
-
return this.
|
|
442
|
+
get xy() {
|
|
443
|
+
return this.ww;
|
|
444
444
|
}
|
|
445
|
-
set
|
|
446
|
-
let b = this.
|
|
445
|
+
set xy(a) {
|
|
446
|
+
let b = this.xy;
|
|
447
447
|
if (a != b) {
|
|
448
|
-
this.
|
|
449
|
-
this.
|
|
448
|
+
this.ww = a;
|
|
449
|
+
this.sw("XAxisTitleBottomMargin", b, this.xy);
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
-
get
|
|
453
|
-
return this.
|
|
452
|
+
get yf() {
|
|
453
|
+
return this.xd;
|
|
454
454
|
}
|
|
455
|
-
set
|
|
456
|
-
let b = this.
|
|
455
|
+
set yf(a) {
|
|
456
|
+
let b = this.yf;
|
|
457
457
|
if (a != b) {
|
|
458
|
-
this.
|
|
459
|
-
this.
|
|
458
|
+
this.xd = a;
|
|
459
|
+
this.sw("YAxisTitleBottomMargin", b, this.yf);
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
|
-
get
|
|
463
|
-
return this.
|
|
462
|
+
get acj() {
|
|
463
|
+
return this.ab3;
|
|
464
464
|
}
|
|
465
|
-
set
|
|
466
|
-
let b = this.
|
|
465
|
+
set acj(a) {
|
|
466
|
+
let b = this.acj;
|
|
467
467
|
if (a != b) {
|
|
468
|
-
this.
|
|
469
|
-
this.
|
|
468
|
+
this.ab3 = a;
|
|
469
|
+
this.sw("XAxisTitleTextColor", b, this.acj);
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
|
-
get
|
|
473
|
-
return this.
|
|
472
|
+
get acq() {
|
|
473
|
+
return this.aca;
|
|
474
474
|
}
|
|
475
|
-
set
|
|
476
|
-
let b = this.
|
|
475
|
+
set acq(a) {
|
|
476
|
+
let b = this.acq;
|
|
477
477
|
if (a != b) {
|
|
478
|
-
this.
|
|
479
|
-
this.
|
|
478
|
+
this.aca = a;
|
|
479
|
+
this.sw("YAxisTitleTextColor", b, this.acq);
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
|
-
|
|
483
|
-
super.
|
|
482
|
+
s0(a, b, c) {
|
|
483
|
+
super.s0(a, b, c);
|
|
484
484
|
switch (a) {
|
|
485
485
|
case "XAxisLabelTextStyle":
|
|
486
|
-
this.
|
|
486
|
+
this.abh((d) => d.textStyle = this.zd);
|
|
487
487
|
break;
|
|
488
488
|
case "YAxisLabelTextStyle":
|
|
489
|
-
this.
|
|
489
|
+
this.abm((d) => d.textStyle = this.aai);
|
|
490
490
|
break;
|
|
491
491
|
case "XAxisTitleTextStyle":
|
|
492
|
-
this.
|
|
492
|
+
this.abj((d) => d.textStyle = this.z1);
|
|
493
493
|
break;
|
|
494
494
|
case "YAxisTitleTextStyle":
|
|
495
|
-
this.
|
|
495
|
+
this.abo((d) => d.textStyle = this.aa6);
|
|
496
496
|
break;
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
|
-
get
|
|
500
|
-
return this.
|
|
499
|
+
get zd() {
|
|
500
|
+
return this.yp;
|
|
501
501
|
}
|
|
502
|
-
set
|
|
503
|
-
let b = this.
|
|
502
|
+
set zd(a) {
|
|
503
|
+
let b = this.zd;
|
|
504
504
|
if (a != b) {
|
|
505
|
-
this.
|
|
506
|
-
this.
|
|
505
|
+
this.yp = a;
|
|
506
|
+
this.sw("XAxisLabelTextStyle", b, this.zd);
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
|
-
get
|
|
510
|
-
return this.
|
|
509
|
+
get aai() {
|
|
510
|
+
return this.yt;
|
|
511
511
|
}
|
|
512
|
-
set
|
|
513
|
-
let b = this.
|
|
512
|
+
set aai(a) {
|
|
513
|
+
let b = this.aai;
|
|
514
514
|
if (a != b) {
|
|
515
|
-
this.
|
|
516
|
-
this.
|
|
515
|
+
this.yt = a;
|
|
516
|
+
this.sw("YAxisLabelTextStyle", b, this.aai);
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
-
get
|
|
520
|
-
return this.
|
|
519
|
+
get z1() {
|
|
520
|
+
return this.yr;
|
|
521
521
|
}
|
|
522
|
-
set
|
|
523
|
-
let b = this.
|
|
522
|
+
set z1(a) {
|
|
523
|
+
let b = this.z1;
|
|
524
524
|
if (a != b) {
|
|
525
|
-
this.
|
|
526
|
-
this.
|
|
525
|
+
this.yr = a;
|
|
526
|
+
this.sw("XAxisTitleTextStyle", b, this.z1);
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
|
-
get
|
|
530
|
-
return this.
|
|
529
|
+
get aa6() {
|
|
530
|
+
return this.yv;
|
|
531
531
|
}
|
|
532
|
-
set
|
|
533
|
-
let b = this.
|
|
532
|
+
set aa6(a) {
|
|
533
|
+
let b = this.aa6;
|
|
534
534
|
if (a != b) {
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
535
|
+
this.yv = a;
|
|
536
|
+
this.sw("YAxisTitleTextStyle", b, this.aa6);
|
|
537
537
|
}
|
|
538
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.
|
|
539
|
+
abc(a) {
|
|
540
|
+
this.aa9(a, (b) => b.leftMargin = this.xp);
|
|
541
|
+
this.aa9(a, (b) => b.topMargin = this.xr);
|
|
542
|
+
this.aa9(a, (b) => b.rightMargin = this.xq);
|
|
543
|
+
this.aa9(a, (b) => b.bottomMargin = this.xo);
|
|
544
|
+
this.aa9(a, (b) => b.textColor = this.acb);
|
|
545
|
+
this.aba(a, (b) => b.textColor = this.acj);
|
|
546
|
+
this.aba(a, (b) => b.leftMargin = this.xz);
|
|
547
|
+
this.aba(a, (b) => b.topMargin = this.x2);
|
|
548
|
+
this.aba(a, (b) => b.rightMargin = this.x1);
|
|
549
|
+
this.aba(a, (b) => b.bottomMargin = this.xy);
|
|
550
|
+
this.aa9(a, (b) => b.textStyle = this.zd);
|
|
551
|
+
this.aba(a, (b) => b.textStyle = this.z1);
|
|
552
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
|
-
|
|
553
|
+
abe(a) {
|
|
554
|
+
this.aa9(a, (b) => b.leftMargin = this.x6);
|
|
555
|
+
this.aa9(a, (b) => b.topMargin = this.x8);
|
|
556
|
+
this.aa9(a, (b) => b.rightMargin = this.x7);
|
|
557
|
+
this.aa9(a, (b) => b.bottomMargin = this.x5);
|
|
558
|
+
this.aa9(a, (b) => b.textColor = this.acc);
|
|
559
|
+
this.aba(a, (b) => b.textColor = this.acq);
|
|
560
|
+
this.aba(a, (b) => b.leftMargin = this.yg);
|
|
561
|
+
this.aba(a, (b) => b.topMargin = this.yj);
|
|
562
|
+
this.aba(a, (b) => b.rightMargin = this.yi);
|
|
563
|
+
this.aba(a, (b) => b.bottomMargin = this.yf);
|
|
564
|
+
this.aa9(a, (b) => b.textStyle = this.aai);
|
|
565
|
+
this.aba(a, (b) => b.textStyle = this.aa6);
|
|
566
|
+
}
|
|
567
|
+
th(a) {
|
|
568
568
|
let b = this.bc(a);
|
|
569
569
|
let c = this.c1(a, b);
|
|
570
570
|
if (c == null) {
|
|
@@ -575,58 +575,58 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
575
575
|
c.title = this.of(a, b);
|
|
576
576
|
this.dataChart.series.add(c);
|
|
577
577
|
}
|
|
578
|
-
|
|
579
|
-
this.
|
|
578
|
+
abf(a) {
|
|
579
|
+
this.abg(a, null);
|
|
580
580
|
}
|
|
581
|
-
|
|
582
|
-
a(this.v3());
|
|
583
|
-
}
|
|
584
|
-
abk(a, b) {
|
|
581
|
+
abg(a, b) {
|
|
585
582
|
a(this.v4());
|
|
586
583
|
}
|
|
587
|
-
|
|
588
|
-
this.
|
|
589
|
-
}
|
|
590
|
-
rt(a, b) {
|
|
591
|
-
this.abe(a);
|
|
592
|
-
this.abk(a, b);
|
|
584
|
+
abl(a, b) {
|
|
585
|
+
a(this.v5());
|
|
593
586
|
}
|
|
594
|
-
|
|
595
|
-
this.
|
|
587
|
+
abk(a) {
|
|
588
|
+
this.abl(a, true);
|
|
596
589
|
}
|
|
597
|
-
|
|
598
|
-
this.
|
|
590
|
+
rt(a, b) {
|
|
591
|
+
this.abf(a);
|
|
592
|
+
this.abl(a, b);
|
|
599
593
|
}
|
|
600
|
-
|
|
601
|
-
this.
|
|
594
|
+
abj(a) {
|
|
595
|
+
this.aba(this.v4(), a);
|
|
602
596
|
}
|
|
603
|
-
|
|
604
|
-
this.
|
|
597
|
+
abo(a) {
|
|
598
|
+
this.aba(this.v5(), a);
|
|
605
599
|
}
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
return b.ei(a, new ScalerParams(1, this.ve, this.vd, b.cg));
|
|
600
|
+
abm(a) {
|
|
601
|
+
this.aa9(this.v5(), a);
|
|
609
602
|
}
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
return b.el(a, new ScalerParams(1, this.ve, this.vd, b.cg));
|
|
603
|
+
abh(a) {
|
|
604
|
+
this.aa9(this.v4(), a);
|
|
613
605
|
}
|
|
614
606
|
xi(a) {
|
|
615
607
|
let b = this.v4();
|
|
616
|
-
return b.
|
|
608
|
+
return b.ej(a, new ScalerParams(1, this.vf, this.ve, b.ch));
|
|
617
609
|
}
|
|
618
610
|
xk(a) {
|
|
619
611
|
let b = this.v4();
|
|
620
|
-
return b.
|
|
612
|
+
return b.em(a, new ScalerParams(1, this.vf, this.ve, b.ch));
|
|
621
613
|
}
|
|
622
|
-
|
|
623
|
-
|
|
614
|
+
xj(a) {
|
|
615
|
+
let b = this.v5();
|
|
616
|
+
return b.ej(a, new ScalerParams(1, this.vf, this.ve, b.ch));
|
|
617
|
+
}
|
|
618
|
+
xl(a) {
|
|
619
|
+
let b = this.v5();
|
|
620
|
+
return b.em(a, new ScalerParams(1, this.vf, this.ve, b.ch));
|
|
621
|
+
}
|
|
622
|
+
te(a) {
|
|
623
|
+
super.te(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.v4();
|
|
629
|
+
let c = this.v5();
|
|
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 yy(a, b) {
|
|
639
639
|
for (let c of fromEnum(b)) {
|
|
640
640
|
let d = c.findMatchingHint(16);
|
|
641
641
|
if (d != null) {
|
|
@@ -648,290 +648,290 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
648
648
|
r4(a) {
|
|
649
649
|
super.r4(a);
|
|
650
650
|
if (a == this.dataChart) {
|
|
651
|
-
this.dataChart.axes.add(this.v3());
|
|
652
651
|
this.dataChart.axes.add(this.v4());
|
|
652
|
+
this.dataChart.axes.add(this.v5());
|
|
653
653
|
}
|
|
654
654
|
}
|
|
655
|
-
|
|
656
|
-
if (a != null && this.j8 != null && a.
|
|
655
|
+
abb(a) {
|
|
656
|
+
if (a != null && this.j8 != null && a.fl == null) {
|
|
657
657
|
a.provideRenderer(this.j8);
|
|
658
658
|
}
|
|
659
|
-
a.jv = this.acd;
|
|
660
|
-
a.eq = this.xr;
|
|
661
659
|
a.jw = this.ace;
|
|
662
|
-
a.
|
|
663
|
-
a.jy = this.acg;
|
|
664
|
-
a.ff = this.xt;
|
|
660
|
+
a.er = this.xs;
|
|
665
661
|
a.jx = this.acf;
|
|
666
|
-
a.
|
|
662
|
+
a.eu = this.xt;
|
|
667
663
|
a.jz = this.ach;
|
|
664
|
+
a.fg = this.xu;
|
|
665
|
+
a.jy = this.acg;
|
|
668
666
|
a.fh = this.xv;
|
|
669
|
-
a.
|
|
670
|
-
a.
|
|
671
|
-
a.
|
|
672
|
-
|
|
667
|
+
a.j0 = this.aci;
|
|
668
|
+
a.fi = this.xw;
|
|
669
|
+
a.c4 = true;
|
|
670
|
+
a.cu = this.gb;
|
|
671
|
+
a.cw = this.gb;
|
|
672
|
+
let b = a == this.v4();
|
|
673
673
|
if (b) {
|
|
674
|
-
a.
|
|
675
|
-
}
|
|
676
|
-
a.
|
|
677
|
-
a.
|
|
678
|
-
a.
|
|
679
|
-
this.
|
|
680
|
-
this.
|
|
681
|
-
if (c.extent != this.
|
|
682
|
-
c.extent = this.
|
|
674
|
+
a.g6 = this.zs;
|
|
675
|
+
}
|
|
676
|
+
a.f0 = this.ym;
|
|
677
|
+
a.gg = this.y4;
|
|
678
|
+
a.ah = this.v2;
|
|
679
|
+
this.aa9(a, (c) => c.angle = this.xn);
|
|
680
|
+
this.aa9(a, (c) => {
|
|
681
|
+
if (c.extent != this.xm) {
|
|
682
|
+
c.extent = this.xm;
|
|
683
683
|
}
|
|
684
684
|
});
|
|
685
|
-
this.aa8(a, (c) => c.horizontalAlignment = this.abr);
|
|
686
|
-
this.aa8(a, (c) => c.verticalAlignment = this.act);
|
|
687
|
-
this.aa8(a, (c) => c.visibility = this.acy);
|
|
688
|
-
this.aa8(a, (c) => c.location = this.v9(this.wc));
|
|
689
685
|
this.aa9(a, (c) => c.horizontalAlignment = this.abs);
|
|
690
|
-
this.aa9(a, (c) => c.
|
|
691
|
-
this.
|
|
686
|
+
this.aa9(a, (c) => c.verticalAlignment = this.acu);
|
|
687
|
+
this.aa9(a, (c) => c.visibility = this.acz);
|
|
688
|
+
this.aa9(a, (c) => c.location = this.wa(this.wd));
|
|
689
|
+
this.aba(a, (c) => c.horizontalAlignment = this.abt);
|
|
690
|
+
this.aba(a, (c) => c.angle = this.xx);
|
|
691
|
+
this.abc(a);
|
|
692
692
|
}
|
|
693
|
-
|
|
693
|
+
abd(a) {
|
|
694
694
|
if (a == null) {
|
|
695
695
|
return;
|
|
696
696
|
}
|
|
697
|
-
if (this.j8 != null && a.
|
|
697
|
+
if (this.j8 != null && a.fl == null) {
|
|
698
698
|
a.provideRenderer(this.j8);
|
|
699
699
|
}
|
|
700
|
-
a.
|
|
701
|
-
a.
|
|
702
|
-
this.
|
|
703
|
-
this.
|
|
704
|
-
if (b.extent != this.
|
|
705
|
-
b.extent = this.
|
|
700
|
+
a.cu = this.gb;
|
|
701
|
+
a.cw = this.gb;
|
|
702
|
+
this.aa9(a, (b) => b.angle = this.x4);
|
|
703
|
+
this.aa9(a, (b) => {
|
|
704
|
+
if (b.extent != this.x3) {
|
|
705
|
+
b.extent = this.x3;
|
|
706
706
|
}
|
|
707
707
|
});
|
|
708
|
-
this.
|
|
709
|
-
this.aa8(a, (b) => b.verticalAlignment = this.acu);
|
|
710
|
-
this.aa8(a, (b) => b.visibility = this.acz);
|
|
711
|
-
this.aa8(a, (b) => b.location = this.wa(this.we));
|
|
708
|
+
this.aa9(a, (b) => b.horizontalAlignment = this.abu);
|
|
712
709
|
this.aa9(a, (b) => b.verticalAlignment = this.acv);
|
|
713
|
-
this.aa9(a, (b) => b.
|
|
714
|
-
a.
|
|
715
|
-
a.
|
|
710
|
+
this.aa9(a, (b) => b.visibility = this.ac0);
|
|
711
|
+
this.aa9(a, (b) => b.location = this.wb(this.wf));
|
|
712
|
+
this.aba(a, (b) => b.verticalAlignment = this.acw);
|
|
713
|
+
this.aba(a, (b) => b.angle = this.ye);
|
|
716
714
|
a.jw = this.acl;
|
|
717
|
-
a.
|
|
718
|
-
a.jy = this.acn;
|
|
719
|
-
a.ff = this.ya;
|
|
715
|
+
a.er = this.x9;
|
|
720
716
|
a.jx = this.acm;
|
|
721
|
-
a.
|
|
717
|
+
a.eu = this.ya;
|
|
722
718
|
a.jz = this.aco;
|
|
719
|
+
a.fg = this.yb;
|
|
720
|
+
a.jy = this.acn;
|
|
723
721
|
a.fh = this.yc;
|
|
724
|
-
|
|
722
|
+
a.j0 = this.acp;
|
|
723
|
+
a.fi = this.yd;
|
|
724
|
+
let b = a == this.v5();
|
|
725
725
|
if (b) {
|
|
726
|
-
a.
|
|
726
|
+
a.g6 = this.aax;
|
|
727
727
|
}
|
|
728
|
-
a.
|
|
729
|
-
a.
|
|
730
|
-
this.
|
|
728
|
+
a.gg = this.z9;
|
|
729
|
+
a.ah = this.v3;
|
|
730
|
+
this.abe(a);
|
|
731
731
|
}
|
|
732
732
|
r1() {
|
|
733
733
|
super.r1();
|
|
734
|
-
this.
|
|
735
|
-
this.
|
|
734
|
+
this.abb(this.v4());
|
|
735
|
+
this.abd(this.v5());
|
|
736
736
|
}
|
|
737
|
-
|
|
737
|
+
aa9(a, b) {
|
|
738
738
|
if (a == null) {
|
|
739
739
|
return;
|
|
740
740
|
}
|
|
741
|
-
if (a.
|
|
742
|
-
a.
|
|
743
|
-
a.
|
|
744
|
-
a.
|
|
745
|
-
a.
|
|
746
|
-
a.
|
|
747
|
-
a.
|
|
748
|
-
a.
|
|
749
|
-
a.
|
|
750
|
-
a.
|
|
741
|
+
if (a.az == null) {
|
|
742
|
+
a.az = new AxisLabelSettings();
|
|
743
|
+
a.az.angle = a.d5();
|
|
744
|
+
a.az.bottomMargin = a.d6();
|
|
745
|
+
a.az.leftMargin = a.d7();
|
|
746
|
+
a.az.rightMargin = a.d8();
|
|
747
|
+
a.az.topMargin = a.d9();
|
|
748
|
+
a.az.horizontalAlignment = a.jr();
|
|
749
|
+
a.az.location = a.a0();
|
|
750
|
+
a.az.verticalAlignment = a.kk();
|
|
751
751
|
}
|
|
752
|
-
b(a.
|
|
752
|
+
b(a.az);
|
|
753
753
|
}
|
|
754
|
-
|
|
754
|
+
aba(a, b) {
|
|
755
755
|
if (a == null) {
|
|
756
756
|
return;
|
|
757
757
|
}
|
|
758
|
-
if (a.
|
|
759
|
-
a.
|
|
760
|
-
a.
|
|
761
|
-
a.
|
|
762
|
-
a.
|
|
763
|
-
a.
|
|
764
|
-
a.
|
|
765
|
-
a.
|
|
766
|
-
a.
|
|
767
|
-
a.
|
|
768
|
-
}
|
|
769
|
-
b(a.
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
super.
|
|
758
|
+
if (a.bf == null) {
|
|
759
|
+
a.bf = new TitleSettings();
|
|
760
|
+
a.bf.bottomMargin = a.eb();
|
|
761
|
+
a.bf.leftMargin = a.ec();
|
|
762
|
+
a.bf.rightMargin = a.ed();
|
|
763
|
+
a.bf.topMargin = a.ee();
|
|
764
|
+
a.bf.location = a.a1();
|
|
765
|
+
a.bf.angle = a.ea();
|
|
766
|
+
a.bf.horizontalAlignment = a.js();
|
|
767
|
+
a.bf.verticalAlignment = a.kl();
|
|
768
|
+
}
|
|
769
|
+
b(a.bf);
|
|
770
|
+
}
|
|
771
|
+
sw(a, b, c) {
|
|
772
|
+
super.sw(a, b, c);
|
|
773
773
|
switch (a) {
|
|
774
774
|
case "XAxisLabelAngle":
|
|
775
|
-
this.
|
|
775
|
+
this.abh((d) => d.angle = this.xn);
|
|
776
776
|
break;
|
|
777
777
|
case "YAxisLabelAngle":
|
|
778
|
-
this.
|
|
778
|
+
this.abm((d) => d.angle = this.x4);
|
|
779
779
|
break;
|
|
780
780
|
case "XAxisLabelHorizontalAlignment":
|
|
781
|
-
this.
|
|
781
|
+
this.abh((d) => d.horizontalAlignment = this.abs);
|
|
782
782
|
break;
|
|
783
783
|
case "YAxisLabelHorizontalAlignment":
|
|
784
|
-
this.
|
|
784
|
+
this.abm((d) => d.horizontalAlignment = this.abu);
|
|
785
785
|
break;
|
|
786
786
|
case "XAxisLabelVerticalAlignment":
|
|
787
|
-
this.
|
|
787
|
+
this.abh((d) => d.verticalAlignment = this.acu);
|
|
788
788
|
break;
|
|
789
789
|
case "YAxisLabelVerticalAlignment":
|
|
790
|
-
this.
|
|
790
|
+
this.abm((d) => d.verticalAlignment = this.acv);
|
|
791
791
|
break;
|
|
792
792
|
case "XAxisLabelVisibility":
|
|
793
|
-
this.
|
|
793
|
+
this.abh((d) => d.visibility = this.acz);
|
|
794
794
|
break;
|
|
795
795
|
case "YAxisLabelVisibility":
|
|
796
|
-
this.
|
|
796
|
+
this.abm((d) => d.visibility = this.ac0);
|
|
797
797
|
break;
|
|
798
798
|
case "XAxisLabel":
|
|
799
|
-
this.
|
|
799
|
+
this.abf((d) => d.f0 = this.ym);
|
|
800
800
|
break;
|
|
801
801
|
case "YAxisLabel":
|
|
802
|
-
this.
|
|
802
|
+
this.abk((d) => d.f0 = this.yn);
|
|
803
803
|
break;
|
|
804
804
|
case "XAxisLabelFormat":
|
|
805
|
-
this.
|
|
805
|
+
this.abf((d) => d.gg = this.y4);
|
|
806
806
|
break;
|
|
807
807
|
case "XAxisLabelFormatSpecifiers":
|
|
808
|
-
this.
|
|
808
|
+
this.abf((d) => d.ah = this.v2);
|
|
809
809
|
break;
|
|
810
810
|
case "YAxisLabelFormat":
|
|
811
|
-
this.
|
|
811
|
+
this.abk((d) => d.gg = this.z9);
|
|
812
812
|
break;
|
|
813
813
|
case "YAxisLabelFormatSpecifiers":
|
|
814
|
-
this.
|
|
814
|
+
this.abk((d) => d.ah = this.v3);
|
|
815
815
|
break;
|
|
816
816
|
case "XAxisTitleAngle":
|
|
817
|
-
this.
|
|
817
|
+
this.abj((d) => d.angle = this.xx);
|
|
818
818
|
break;
|
|
819
819
|
case "YAxisTitleAngle":
|
|
820
|
-
this.
|
|
820
|
+
this.abo((d) => d.angle = this.ye);
|
|
821
821
|
break;
|
|
822
822
|
case "XAxisTitleAlignment":
|
|
823
|
-
this.
|
|
823
|
+
this.abj((d) => d.horizontalAlignment = this.abt);
|
|
824
824
|
break;
|
|
825
825
|
case "YAxisTitleAlignment":
|
|
826
|
-
this.
|
|
826
|
+
this.abo((d) => d.verticalAlignment = this.acw);
|
|
827
827
|
break;
|
|
828
828
|
case "XAxisTitle":
|
|
829
|
-
this.
|
|
829
|
+
this.abf((d) => d.g6 = this.zs);
|
|
830
830
|
break;
|
|
831
831
|
case "YAxisTitle":
|
|
832
|
-
this.
|
|
832
|
+
this.abl((d) => d.g6 = this.aax, false);
|
|
833
833
|
break;
|
|
834
834
|
case "XAxisMajorStroke":
|
|
835
|
-
this.
|
|
835
|
+
this.abg((d) => d.jw = this.ace, a);
|
|
836
836
|
break;
|
|
837
837
|
case "YAxisMajorStroke":
|
|
838
|
-
this.
|
|
838
|
+
this.abk((d) => d.jw = this.acl);
|
|
839
839
|
break;
|
|
840
840
|
case "XAxisMajorStrokeThickness":
|
|
841
|
-
this.
|
|
841
|
+
this.abg((d) => d.er = this.xs, a);
|
|
842
842
|
break;
|
|
843
843
|
case "YAxisMajorStrokeThickness":
|
|
844
|
-
this.
|
|
844
|
+
this.abk((d) => d.er = this.x9);
|
|
845
845
|
break;
|
|
846
846
|
case "XAxisMinorStroke":
|
|
847
|
-
this.
|
|
847
|
+
this.abf((d) => d.jx = this.acf);
|
|
848
848
|
break;
|
|
849
849
|
case "YAxisMinorStroke":
|
|
850
|
-
this.
|
|
850
|
+
this.abk((d) => d.jx = this.acm);
|
|
851
851
|
break;
|
|
852
852
|
case "XAxisMinorStrokeThickness":
|
|
853
|
-
this.
|
|
853
|
+
this.abf((d) => d.eu = this.xt);
|
|
854
854
|
break;
|
|
855
855
|
case "YAxisMinorStrokeThickness":
|
|
856
|
-
this.
|
|
856
|
+
this.abk((d) => d.eu = this.ya);
|
|
857
857
|
break;
|
|
858
858
|
case "XAxisTickLength":
|
|
859
|
-
this.
|
|
859
|
+
this.abf((d) => d.fh = this.xv);
|
|
860
860
|
break;
|
|
861
861
|
case "YAxisTickLength":
|
|
862
|
-
this.
|
|
862
|
+
this.abk((d) => d.fh = this.yc);
|
|
863
863
|
break;
|
|
864
864
|
case "XAxisTickStroke":
|
|
865
|
-
this.
|
|
865
|
+
this.abf((d) => d.j0 = this.aci);
|
|
866
866
|
break;
|
|
867
867
|
case "YAxisTickStroke":
|
|
868
|
-
this.
|
|
868
|
+
this.abk((d) => d.j0 = this.acp);
|
|
869
869
|
break;
|
|
870
870
|
case "XAxisTickStrokeThickness":
|
|
871
|
-
this.
|
|
871
|
+
this.abf((d) => d.fi = this.xw);
|
|
872
872
|
break;
|
|
873
873
|
case "YAxisTickStrokeThickness":
|
|
874
|
-
this.
|
|
874
|
+
this.abk((d) => d.fi = this.yd);
|
|
875
875
|
break;
|
|
876
876
|
case "XAxisStroke":
|
|
877
|
-
this.
|
|
877
|
+
this.abf((d) => d.jz = this.ach);
|
|
878
878
|
break;
|
|
879
879
|
case "YAxisStroke":
|
|
880
|
-
this.
|
|
880
|
+
this.abk((d) => d.jz = this.aco);
|
|
881
881
|
break;
|
|
882
882
|
case "XAxisStrokeThickness":
|
|
883
|
-
this.
|
|
883
|
+
this.abf((d) => d.fg = this.xu);
|
|
884
884
|
break;
|
|
885
885
|
case "YAxisStrokeThickness":
|
|
886
|
-
this.
|
|
886
|
+
this.abk((d) => d.fg = this.yb);
|
|
887
887
|
break;
|
|
888
888
|
case "XAxisExtent":
|
|
889
|
-
this.
|
|
889
|
+
this.abh((d) => d.extent = this.xm);
|
|
890
890
|
break;
|
|
891
891
|
case "YAxisExtent":
|
|
892
|
-
this.
|
|
892
|
+
this.abm((d) => d.extent = this.x3);
|
|
893
893
|
break;
|
|
894
894
|
case "XAxisStrip":
|
|
895
|
-
this.
|
|
895
|
+
this.abf((d) => d.jy = this.acg);
|
|
896
896
|
break;
|
|
897
897
|
case "YAxisStrip":
|
|
898
|
-
this.
|
|
898
|
+
this.abk((d) => d.jy = this.acn);
|
|
899
899
|
break;
|
|
900
900
|
case "XAxisInverted":
|
|
901
|
-
this.
|
|
901
|
+
this.abf((d) => d.ch = this.wi);
|
|
902
902
|
break;
|
|
903
903
|
case "YAxisInverted":
|
|
904
|
-
this.
|
|
904
|
+
this.abk((d) => d.ch = this.wj);
|
|
905
905
|
break;
|
|
906
906
|
case "YAxisLabelLocation":
|
|
907
|
-
this.
|
|
907
|
+
this.abn();
|
|
908
908
|
break;
|
|
909
909
|
case "XAxisLabelLocation":
|
|
910
|
-
this.
|
|
910
|
+
this.abi();
|
|
911
911
|
break;
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
|
-
|
|
915
|
-
let a = this.
|
|
914
|
+
abn() {
|
|
915
|
+
let a = this.wb(this.wf);
|
|
916
916
|
if (a == 2 || a == 7) {
|
|
917
|
-
this.
|
|
917
|
+
this.abu = 2;
|
|
918
918
|
}
|
|
919
919
|
else {
|
|
920
|
-
this.
|
|
920
|
+
this.abu = 0;
|
|
921
921
|
}
|
|
922
|
-
this.
|
|
922
|
+
this.abm((b) => b.location = a);
|
|
923
923
|
}
|
|
924
|
-
|
|
925
|
-
let a = this.
|
|
924
|
+
abi() {
|
|
925
|
+
let a = this.wa(this.wd);
|
|
926
926
|
if (a == 1 || a == 5) {
|
|
927
|
-
this.
|
|
927
|
+
this.acu = 0;
|
|
928
928
|
}
|
|
929
929
|
else {
|
|
930
|
-
this.
|
|
930
|
+
this.acu = 2;
|
|
931
931
|
}
|
|
932
|
-
this.
|
|
932
|
+
this.abh((b) => b.location = a);
|
|
933
933
|
}
|
|
934
|
-
|
|
934
|
+
wb(a) {
|
|
935
935
|
if (a == 0) {
|
|
936
936
|
return 2;
|
|
937
937
|
}
|
|
@@ -953,7 +953,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
953
953
|
}
|
|
954
954
|
}
|
|
955
955
|
}
|
|
956
|
-
|
|
956
|
+
wa(a) {
|
|
957
957
|
if (a == 1) {
|
|
958
958
|
return 1;
|
|
959
959
|
}
|
|
@@ -970,16 +970,6 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
970
970
|
return 1;
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
|
-
get yl() {
|
|
974
|
-
return this.yj;
|
|
975
|
-
}
|
|
976
|
-
set yl(a) {
|
|
977
|
-
let b = this.yl;
|
|
978
|
-
if (a != b) {
|
|
979
|
-
this.yj = a;
|
|
980
|
-
this.sv("XAxisLabel", b, this.yl);
|
|
981
|
-
}
|
|
982
|
-
}
|
|
983
973
|
get ym() {
|
|
984
974
|
return this.yk;
|
|
985
975
|
}
|
|
@@ -987,47 +977,37 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
987
977
|
let b = this.ym;
|
|
988
978
|
if (a != b) {
|
|
989
979
|
this.yk = a;
|
|
990
|
-
this.
|
|
980
|
+
this.sw("XAxisLabel", b, this.ym);
|
|
991
981
|
}
|
|
992
982
|
}
|
|
993
|
-
get
|
|
994
|
-
return this.
|
|
983
|
+
get yn() {
|
|
984
|
+
return this.yl;
|
|
995
985
|
}
|
|
996
|
-
set
|
|
997
|
-
let b = this.
|
|
998
|
-
if (a != b) {
|
|
999
|
-
this.abx = a;
|
|
1000
|
-
this.sv("XAxisMajorStroke", b, this.acd);
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
get ack() {
|
|
1004
|
-
return this.ab4;
|
|
1005
|
-
}
|
|
1006
|
-
set ack(a) {
|
|
1007
|
-
let b = this.ack;
|
|
986
|
+
set yn(a) {
|
|
987
|
+
let b = this.yn;
|
|
1008
988
|
if (a != b) {
|
|
1009
|
-
this.
|
|
1010
|
-
this.
|
|
989
|
+
this.yl = a;
|
|
990
|
+
this.sw("YAxisLabel", b, this.yn);
|
|
1011
991
|
}
|
|
1012
992
|
}
|
|
1013
|
-
get
|
|
1014
|
-
return this.
|
|
993
|
+
get ace() {
|
|
994
|
+
return this.aby;
|
|
1015
995
|
}
|
|
1016
|
-
set
|
|
1017
|
-
let b = this.
|
|
996
|
+
set ace(a) {
|
|
997
|
+
let b = this.ace;
|
|
1018
998
|
if (a != b) {
|
|
1019
|
-
this.
|
|
1020
|
-
this.
|
|
999
|
+
this.aby = a;
|
|
1000
|
+
this.sw("XAxisMajorStroke", b, this.ace);
|
|
1021
1001
|
}
|
|
1022
1002
|
}
|
|
1023
|
-
get
|
|
1024
|
-
return this.
|
|
1003
|
+
get acl() {
|
|
1004
|
+
return this.ab5;
|
|
1025
1005
|
}
|
|
1026
|
-
set
|
|
1027
|
-
let b = this.
|
|
1006
|
+
set acl(a) {
|
|
1007
|
+
let b = this.acl;
|
|
1028
1008
|
if (a != b) {
|
|
1029
|
-
this.
|
|
1030
|
-
this.
|
|
1009
|
+
this.ab5 = a;
|
|
1010
|
+
this.sw("YAxisMajorStroke", b, this.acl);
|
|
1031
1011
|
}
|
|
1032
1012
|
}
|
|
1033
1013
|
get xs() {
|
|
@@ -1037,7 +1017,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1037
1017
|
let b = this.xs;
|
|
1038
1018
|
if (a != b) {
|
|
1039
1019
|
this.wq = a;
|
|
1040
|
-
this.
|
|
1020
|
+
this.sw("XAxisMajorStrokeThickness", b, this.xs);
|
|
1041
1021
|
}
|
|
1042
1022
|
}
|
|
1043
1023
|
get x9() {
|
|
@@ -1047,27 +1027,27 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1047
1027
|
let b = this.x9;
|
|
1048
1028
|
if (a != b) {
|
|
1049
1029
|
this.w7 = a;
|
|
1050
|
-
this.
|
|
1030
|
+
this.sw("YAxisMajorStrokeThickness", b, this.x9);
|
|
1051
1031
|
}
|
|
1052
1032
|
}
|
|
1053
|
-
get
|
|
1054
|
-
return this.
|
|
1033
|
+
get xt() {
|
|
1034
|
+
return this.wr;
|
|
1055
1035
|
}
|
|
1056
|
-
set
|
|
1057
|
-
let b = this.
|
|
1036
|
+
set xt(a) {
|
|
1037
|
+
let b = this.xt;
|
|
1058
1038
|
if (a != b) {
|
|
1059
|
-
this.
|
|
1060
|
-
this.
|
|
1039
|
+
this.wr = a;
|
|
1040
|
+
this.sw("XAxisMinorStrokeThickness", b, this.xt);
|
|
1061
1041
|
}
|
|
1062
1042
|
}
|
|
1063
|
-
get
|
|
1064
|
-
return this.
|
|
1043
|
+
get ya() {
|
|
1044
|
+
return this.w8;
|
|
1065
1045
|
}
|
|
1066
|
-
set
|
|
1067
|
-
let b = this.
|
|
1046
|
+
set ya(a) {
|
|
1047
|
+
let b = this.ya;
|
|
1068
1048
|
if (a != b) {
|
|
1069
|
-
this.
|
|
1070
|
-
this.
|
|
1049
|
+
this.w8 = a;
|
|
1050
|
+
this.sw("YAxisMinorStrokeThickness", b, this.ya);
|
|
1071
1051
|
}
|
|
1072
1052
|
}
|
|
1073
1053
|
get acg() {
|
|
@@ -1077,7 +1057,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1077
1057
|
let b = this.acg;
|
|
1078
1058
|
if (a != b) {
|
|
1079
1059
|
this.ab0 = a;
|
|
1080
|
-
this.
|
|
1060
|
+
this.sw("XAxisStrip", b, this.acg);
|
|
1081
1061
|
}
|
|
1082
1062
|
}
|
|
1083
1063
|
get acn() {
|
|
@@ -1087,27 +1067,27 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1087
1067
|
let b = this.acn;
|
|
1088
1068
|
if (a != b) {
|
|
1089
1069
|
this.ab7 = a;
|
|
1090
|
-
this.
|
|
1070
|
+
this.sw("YAxisStrip", b, this.acn);
|
|
1091
1071
|
}
|
|
1092
1072
|
}
|
|
1093
|
-
get
|
|
1094
|
-
return this.
|
|
1073
|
+
get ach() {
|
|
1074
|
+
return this.ab1;
|
|
1095
1075
|
}
|
|
1096
|
-
set
|
|
1097
|
-
let b = this.
|
|
1076
|
+
set ach(a) {
|
|
1077
|
+
let b = this.ach;
|
|
1098
1078
|
if (a != b) {
|
|
1099
|
-
this.
|
|
1100
|
-
this.
|
|
1079
|
+
this.ab1 = a;
|
|
1080
|
+
this.sw("XAxisStroke", b, this.ach);
|
|
1101
1081
|
}
|
|
1102
1082
|
}
|
|
1103
|
-
get
|
|
1104
|
-
return this.
|
|
1083
|
+
get aco() {
|
|
1084
|
+
return this.ab8;
|
|
1105
1085
|
}
|
|
1106
|
-
set
|
|
1107
|
-
let b = this.
|
|
1086
|
+
set aco(a) {
|
|
1087
|
+
let b = this.aco;
|
|
1108
1088
|
if (a != b) {
|
|
1109
|
-
this.
|
|
1110
|
-
this.
|
|
1089
|
+
this.ab8 = a;
|
|
1090
|
+
this.sw("YAxisStroke", b, this.aco);
|
|
1111
1091
|
}
|
|
1112
1092
|
}
|
|
1113
1093
|
get xu() {
|
|
@@ -1117,7 +1097,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1117
1097
|
let b = this.xu;
|
|
1118
1098
|
if (a != b) {
|
|
1119
1099
|
this.ws = a;
|
|
1120
|
-
this.
|
|
1100
|
+
this.sw("XAxisStrokeThickness", b, this.xu);
|
|
1121
1101
|
}
|
|
1122
1102
|
}
|
|
1123
1103
|
get yb() {
|
|
@@ -1127,27 +1107,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1127
1107
|
let b = this.yb;
|
|
1128
1108
|
if (a != b) {
|
|
1129
1109
|
this.w9 = a;
|
|
1130
|
-
this.
|
|
1131
|
-
}
|
|
1132
|
-
}
|
|
1133
|
-
get ach() {
|
|
1134
|
-
return this.ab1;
|
|
1135
|
-
}
|
|
1136
|
-
set ach(a) {
|
|
1137
|
-
let b = this.ach;
|
|
1138
|
-
if (a != b) {
|
|
1139
|
-
this.ab1 = a;
|
|
1140
|
-
this.sv("XAxisTickStroke", b, this.ach);
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
1143
|
-
get aco() {
|
|
1144
|
-
return this.ab8;
|
|
1145
|
-
}
|
|
1146
|
-
set aco(a) {
|
|
1147
|
-
let b = this.aco;
|
|
1148
|
-
if (a != b) {
|
|
1149
|
-
this.ab8 = a;
|
|
1150
|
-
this.sv("YAxisTickStroke", b, this.aco);
|
|
1110
|
+
this.sw("YAxisStrokeThickness", b, this.yb);
|
|
1151
1111
|
}
|
|
1152
1112
|
}
|
|
1153
1113
|
get xv() {
|
|
@@ -1157,7 +1117,7 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1157
1117
|
let b = this.xv;
|
|
1158
1118
|
if (a != b) {
|
|
1159
1119
|
this.wt = a;
|
|
1160
|
-
this.
|
|
1120
|
+
this.sw("XAxisTickLength", b, this.xv);
|
|
1161
1121
|
}
|
|
1162
1122
|
}
|
|
1163
1123
|
get yc() {
|
|
@@ -1167,185 +1127,215 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1167
1127
|
let b = this.yc;
|
|
1168
1128
|
if (a != b) {
|
|
1169
1129
|
this.xa = a;
|
|
1170
|
-
this.
|
|
1130
|
+
this.sw("YAxisTickLength", b, this.yc);
|
|
1171
1131
|
}
|
|
1172
1132
|
}
|
|
1173
|
-
get
|
|
1174
|
-
return this.
|
|
1133
|
+
get aci() {
|
|
1134
|
+
return this.ab2;
|
|
1175
1135
|
}
|
|
1176
|
-
set
|
|
1177
|
-
let b = this.
|
|
1136
|
+
set aci(a) {
|
|
1137
|
+
let b = this.aci;
|
|
1178
1138
|
if (a != b) {
|
|
1179
|
-
this.
|
|
1180
|
-
this.
|
|
1139
|
+
this.ab2 = a;
|
|
1140
|
+
this.sw("XAxisTickStroke", b, this.aci);
|
|
1181
1141
|
}
|
|
1182
1142
|
}
|
|
1183
|
-
get
|
|
1184
|
-
return this.
|
|
1143
|
+
get acp() {
|
|
1144
|
+
return this.ab9;
|
|
1185
1145
|
}
|
|
1186
|
-
set
|
|
1187
|
-
let b = this.
|
|
1146
|
+
set acp(a) {
|
|
1147
|
+
let b = this.acp;
|
|
1188
1148
|
if (a != b) {
|
|
1189
|
-
this.
|
|
1190
|
-
this.
|
|
1149
|
+
this.ab9 = a;
|
|
1150
|
+
this.sw("YAxisTickStroke", b, this.acp);
|
|
1191
1151
|
}
|
|
1192
1152
|
}
|
|
1193
|
-
get
|
|
1194
|
-
return this.
|
|
1153
|
+
get xw() {
|
|
1154
|
+
return this.wu;
|
|
1195
1155
|
}
|
|
1196
|
-
set
|
|
1197
|
-
let b = this.
|
|
1156
|
+
set xw(a) {
|
|
1157
|
+
let b = this.xw;
|
|
1198
1158
|
if (a != b) {
|
|
1199
|
-
this.
|
|
1200
|
-
this.
|
|
1159
|
+
this.wu = a;
|
|
1160
|
+
this.sw("XAxisTickStrokeThickness", b, this.xw);
|
|
1201
1161
|
}
|
|
1202
1162
|
}
|
|
1203
|
-
get
|
|
1204
|
-
return this.
|
|
1163
|
+
get yd() {
|
|
1164
|
+
return this.xb;
|
|
1205
1165
|
}
|
|
1206
|
-
set
|
|
1207
|
-
let b = this.
|
|
1166
|
+
set yd(a) {
|
|
1167
|
+
let b = this.yd;
|
|
1208
1168
|
if (a != b) {
|
|
1209
|
-
this.
|
|
1210
|
-
this.
|
|
1169
|
+
this.xb = a;
|
|
1170
|
+
this.sw("YAxisTickStrokeThickness", b, this.yd);
|
|
1211
1171
|
}
|
|
1212
1172
|
}
|
|
1213
|
-
get
|
|
1214
|
-
return this.
|
|
1173
|
+
get zs() {
|
|
1174
|
+
return this.yq;
|
|
1215
1175
|
}
|
|
1216
|
-
set
|
|
1217
|
-
let b = this.
|
|
1176
|
+
set zs(a) {
|
|
1177
|
+
let b = this.zs;
|
|
1218
1178
|
if (a != b) {
|
|
1219
|
-
this.
|
|
1220
|
-
this.
|
|
1179
|
+
this.yq = a;
|
|
1180
|
+
this.sw("XAxisTitle", b, this.zs);
|
|
1221
1181
|
}
|
|
1222
1182
|
}
|
|
1223
|
-
get
|
|
1224
|
-
return this.
|
|
1183
|
+
get aax() {
|
|
1184
|
+
return this.yu;
|
|
1225
1185
|
}
|
|
1226
|
-
set
|
|
1227
|
-
let b = this.
|
|
1186
|
+
set aax(a) {
|
|
1187
|
+
let b = this.aax;
|
|
1228
1188
|
if (a != b) {
|
|
1229
|
-
this.
|
|
1230
|
-
this.
|
|
1189
|
+
this.yu = a;
|
|
1190
|
+
this.sw("YAxisTitle", b, this.aax);
|
|
1231
1191
|
}
|
|
1232
1192
|
}
|
|
1233
|
-
get
|
|
1234
|
-
return this.
|
|
1193
|
+
get acf() {
|
|
1194
|
+
return this.abz;
|
|
1235
1195
|
}
|
|
1236
|
-
set
|
|
1237
|
-
let b = this.
|
|
1196
|
+
set acf(a) {
|
|
1197
|
+
let b = this.acf;
|
|
1238
1198
|
if (a != b) {
|
|
1239
|
-
this.
|
|
1240
|
-
this.
|
|
1199
|
+
this.abz = a;
|
|
1200
|
+
this.sw("XAxisMinorStroke", b, this.acf);
|
|
1241
1201
|
}
|
|
1242
1202
|
}
|
|
1243
|
-
get
|
|
1244
|
-
return this.
|
|
1203
|
+
get acm() {
|
|
1204
|
+
return this.ab6;
|
|
1245
1205
|
}
|
|
1246
|
-
set
|
|
1247
|
-
let b = this.
|
|
1206
|
+
set acm(a) {
|
|
1207
|
+
let b = this.acm;
|
|
1248
1208
|
if (a != b) {
|
|
1249
|
-
this.
|
|
1250
|
-
this.
|
|
1209
|
+
this.ab6 = a;
|
|
1210
|
+
this.sw("YAxisMinorStroke", b, this.acm);
|
|
1251
1211
|
}
|
|
1252
1212
|
}
|
|
1253
|
-
get
|
|
1254
|
-
return this.
|
|
1213
|
+
get xn() {
|
|
1214
|
+
return this.wl;
|
|
1255
1215
|
}
|
|
1256
|
-
set
|
|
1257
|
-
let b = this.
|
|
1216
|
+
set xn(a) {
|
|
1217
|
+
let b = this.xn;
|
|
1258
1218
|
if (a != b) {
|
|
1259
|
-
this.
|
|
1260
|
-
this.
|
|
1219
|
+
this.wl = a;
|
|
1220
|
+
this.sw("XAxisLabelAngle", b, this.xn);
|
|
1261
1221
|
}
|
|
1262
1222
|
}
|
|
1263
|
-
get
|
|
1264
|
-
return this.
|
|
1223
|
+
get x4() {
|
|
1224
|
+
return this.w2;
|
|
1265
1225
|
}
|
|
1266
|
-
set
|
|
1267
|
-
let b = this.
|
|
1226
|
+
set x4(a) {
|
|
1227
|
+
let b = this.x4;
|
|
1268
1228
|
if (a != b) {
|
|
1269
|
-
this.
|
|
1270
|
-
this.
|
|
1229
|
+
this.w2 = a;
|
|
1230
|
+
this.sw("YAxisLabelAngle", b, this.x4);
|
|
1271
1231
|
}
|
|
1272
1232
|
}
|
|
1273
|
-
get
|
|
1274
|
-
return this.
|
|
1233
|
+
get xm() {
|
|
1234
|
+
return this.wk;
|
|
1275
1235
|
}
|
|
1276
|
-
set
|
|
1277
|
-
let b = this.
|
|
1236
|
+
set xm(a) {
|
|
1237
|
+
let b = this.xm;
|
|
1278
1238
|
if (a != b) {
|
|
1279
|
-
this.
|
|
1280
|
-
this.
|
|
1239
|
+
this.wk = a;
|
|
1240
|
+
this.sw("XAxisExtent", b, this.xm);
|
|
1281
1241
|
}
|
|
1282
1242
|
}
|
|
1283
|
-
get
|
|
1284
|
-
return this.
|
|
1243
|
+
get x3() {
|
|
1244
|
+
return this.w1;
|
|
1285
1245
|
}
|
|
1286
|
-
set
|
|
1287
|
-
let b = this.
|
|
1246
|
+
set x3(a) {
|
|
1247
|
+
let b = this.x3;
|
|
1288
1248
|
if (a != b) {
|
|
1289
|
-
this.
|
|
1290
|
-
this.
|
|
1249
|
+
this.w1 = a;
|
|
1250
|
+
this.sw("YAxisExtent", b, this.x3);
|
|
1291
1251
|
}
|
|
1292
1252
|
}
|
|
1293
|
-
get
|
|
1294
|
-
return this.
|
|
1253
|
+
get xx() {
|
|
1254
|
+
return this.wv;
|
|
1295
1255
|
}
|
|
1296
|
-
set
|
|
1297
|
-
let b = this.
|
|
1256
|
+
set xx(a) {
|
|
1257
|
+
let b = this.xx;
|
|
1298
1258
|
if (a != b) {
|
|
1299
|
-
this.
|
|
1300
|
-
this.
|
|
1259
|
+
this.wv = a;
|
|
1260
|
+
this.sw("XAxisTitleAngle", b, this.xx);
|
|
1301
1261
|
}
|
|
1302
1262
|
}
|
|
1303
|
-
get
|
|
1304
|
-
return this.
|
|
1263
|
+
get ye() {
|
|
1264
|
+
return this.xc;
|
|
1305
1265
|
}
|
|
1306
|
-
set
|
|
1307
|
-
let b = this.
|
|
1266
|
+
set ye(a) {
|
|
1267
|
+
let b = this.ye;
|
|
1308
1268
|
if (a != b) {
|
|
1309
|
-
this.
|
|
1310
|
-
this.
|
|
1269
|
+
this.xc = a;
|
|
1270
|
+
this.sw("YAxisTitleAngle", b, this.ye);
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
get wi() {
|
|
1274
|
+
return this.wg;
|
|
1275
|
+
}
|
|
1276
|
+
set wi(a) {
|
|
1277
|
+
let b = this.wi;
|
|
1278
|
+
if (a != b) {
|
|
1279
|
+
this.wg = a;
|
|
1280
|
+
this.sw("XAxisInverted", b, this.wi);
|
|
1311
1281
|
}
|
|
1312
1282
|
}
|
|
1313
|
-
get
|
|
1314
|
-
return this.
|
|
1283
|
+
get wj() {
|
|
1284
|
+
return this.wh;
|
|
1315
1285
|
}
|
|
1316
|
-
set
|
|
1317
|
-
let b = this.
|
|
1286
|
+
set wj(a) {
|
|
1287
|
+
let b = this.wj;
|
|
1318
1288
|
if (a != b) {
|
|
1319
|
-
this.
|
|
1320
|
-
this.
|
|
1289
|
+
this.wh = a;
|
|
1290
|
+
this.sw("YAxisInverted", b, this.wj);
|
|
1321
1291
|
}
|
|
1322
1292
|
}
|
|
1323
|
-
|
|
1293
|
+
get abt() {
|
|
1324
1294
|
return this.abq;
|
|
1325
1295
|
}
|
|
1326
|
-
|
|
1296
|
+
set abt(a) {
|
|
1327
1297
|
let b = this.abt;
|
|
1328
1298
|
if (a != b) {
|
|
1329
1299
|
this.abq = a;
|
|
1330
|
-
this.
|
|
1300
|
+
this.sw("XAxisTitleAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.abt));
|
|
1331
1301
|
}
|
|
1332
1302
|
}
|
|
1333
|
-
get
|
|
1334
|
-
return this.
|
|
1303
|
+
get acw() {
|
|
1304
|
+
return this.act;
|
|
1335
1305
|
}
|
|
1336
|
-
set
|
|
1337
|
-
this.
|
|
1306
|
+
set acw(a) {
|
|
1307
|
+
let b = this.acw;
|
|
1308
|
+
if (a != b) {
|
|
1309
|
+
this.act = a;
|
|
1310
|
+
this.sw("YAxisTitleAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.acw));
|
|
1311
|
+
}
|
|
1338
1312
|
}
|
|
1339
|
-
get
|
|
1340
|
-
return this.
|
|
1313
|
+
get abs() {
|
|
1314
|
+
return this.abp;
|
|
1341
1315
|
}
|
|
1342
|
-
set
|
|
1343
|
-
let b = this.
|
|
1316
|
+
set abs(a) {
|
|
1317
|
+
let b = this.abs;
|
|
1344
1318
|
if (a != b) {
|
|
1345
|
-
this.
|
|
1346
|
-
this.
|
|
1319
|
+
this.abp = a;
|
|
1320
|
+
this.sw("XAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.abs));
|
|
1347
1321
|
}
|
|
1348
1322
|
}
|
|
1323
|
+
get_abu() {
|
|
1324
|
+
return this.abr;
|
|
1325
|
+
}
|
|
1326
|
+
set_abu(a) {
|
|
1327
|
+
let b = this.abu;
|
|
1328
|
+
if (a != b) {
|
|
1329
|
+
this.abr = a;
|
|
1330
|
+
this.sw("YAxisLabelHorizontalAlignment", enumGetBox(HorizontalAlignment_$type, b), enumGetBox(HorizontalAlignment_$type, this.abu));
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
get abu() {
|
|
1334
|
+
return this.get_abu();
|
|
1335
|
+
}
|
|
1336
|
+
set abu(a) {
|
|
1337
|
+
this.set_abu(a);
|
|
1338
|
+
}
|
|
1349
1339
|
get acu() {
|
|
1350
1340
|
return this.acr;
|
|
1351
1341
|
}
|
|
@@ -1353,17 +1343,17 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1353
1343
|
let b = this.acu;
|
|
1354
1344
|
if (a != b) {
|
|
1355
1345
|
this.acr = a;
|
|
1356
|
-
this.
|
|
1346
|
+
this.sw("XAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.acu));
|
|
1357
1347
|
}
|
|
1358
1348
|
}
|
|
1359
|
-
get
|
|
1360
|
-
return this.
|
|
1349
|
+
get acv() {
|
|
1350
|
+
return this.acs;
|
|
1361
1351
|
}
|
|
1362
|
-
set
|
|
1363
|
-
let b = this.
|
|
1352
|
+
set acv(a) {
|
|
1353
|
+
let b = this.acv;
|
|
1364
1354
|
if (a != b) {
|
|
1365
|
-
this.
|
|
1366
|
-
this.
|
|
1355
|
+
this.acs = a;
|
|
1356
|
+
this.sw("YAxisLabelVerticalAlignment", enumGetBox(VerticalAlignment_$type, b), enumGetBox(VerticalAlignment_$type, this.acv));
|
|
1367
1357
|
}
|
|
1368
1358
|
}
|
|
1369
1359
|
get acz() {
|
|
@@ -1373,69 +1363,59 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1373
1363
|
let b = this.acz;
|
|
1374
1364
|
if (a != b) {
|
|
1375
1365
|
this.acx = a;
|
|
1376
|
-
this.
|
|
1366
|
+
this.sw("XAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.acz));
|
|
1377
1367
|
}
|
|
1378
1368
|
}
|
|
1379
|
-
|
|
1380
|
-
return this.
|
|
1369
|
+
get ac0() {
|
|
1370
|
+
return this.acy;
|
|
1381
1371
|
}
|
|
1382
|
-
|
|
1383
|
-
let b = this.
|
|
1372
|
+
set ac0(a) {
|
|
1373
|
+
let b = this.ac0;
|
|
1384
1374
|
if (a != b) {
|
|
1385
|
-
this.
|
|
1386
|
-
this.
|
|
1375
|
+
this.acy = a;
|
|
1376
|
+
this.sw("YAxisLabelVisibility", enumGetBox(Visibility_$type, b), enumGetBox(Visibility_$type, this.ac0));
|
|
1387
1377
|
}
|
|
1388
1378
|
}
|
|
1389
|
-
|
|
1390
|
-
return this.
|
|
1391
|
-
}
|
|
1392
|
-
set we(a) {
|
|
1393
|
-
this.set_we(a);
|
|
1379
|
+
get_wf() {
|
|
1380
|
+
return this.we;
|
|
1394
1381
|
}
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
}
|
|
1398
|
-
set_wc(a) {
|
|
1399
|
-
let b = this.wc;
|
|
1382
|
+
set_wf(a) {
|
|
1383
|
+
let b = this.wf;
|
|
1400
1384
|
if (a != b) {
|
|
1401
|
-
this.
|
|
1402
|
-
this.
|
|
1385
|
+
this.we = a;
|
|
1386
|
+
this.sw("YAxisLabelLocation", enumGetBox(YAxisLabelLocation_$type, b), enumGetBox(YAxisLabelLocation_$type, this.wf));
|
|
1403
1387
|
}
|
|
1404
1388
|
}
|
|
1405
|
-
get
|
|
1406
|
-
return this.
|
|
1389
|
+
get wf() {
|
|
1390
|
+
return this.get_wf();
|
|
1407
1391
|
}
|
|
1408
|
-
set
|
|
1409
|
-
this.
|
|
1392
|
+
set wf(a) {
|
|
1393
|
+
this.set_wf(a);
|
|
1410
1394
|
}
|
|
1411
|
-
|
|
1412
|
-
return this.
|
|
1395
|
+
get_wd() {
|
|
1396
|
+
return this.wc;
|
|
1413
1397
|
}
|
|
1414
|
-
|
|
1415
|
-
let b = this.
|
|
1398
|
+
set_wd(a) {
|
|
1399
|
+
let b = this.wd;
|
|
1416
1400
|
if (a != b) {
|
|
1417
|
-
this.
|
|
1418
|
-
this.
|
|
1401
|
+
this.wc = a;
|
|
1402
|
+
this.sw("XAxisLabelLocation", enumGetBox(XAxisLabelLocation_$type, b), enumGetBox(XAxisLabelLocation_$type, this.wd));
|
|
1419
1403
|
}
|
|
1420
1404
|
}
|
|
1421
|
-
get
|
|
1422
|
-
return this.
|
|
1405
|
+
get wd() {
|
|
1406
|
+
return this.get_wd();
|
|
1423
1407
|
}
|
|
1424
|
-
set
|
|
1425
|
-
|
|
1426
|
-
if (a != b) {
|
|
1427
|
-
this.vz = a;
|
|
1428
|
-
this.sv("XAxisLabelFormatSpecifiers", b, this.vz);
|
|
1429
|
-
}
|
|
1408
|
+
set wd(a) {
|
|
1409
|
+
this.set_wd(a);
|
|
1430
1410
|
}
|
|
1431
|
-
get
|
|
1432
|
-
return this.
|
|
1411
|
+
get y4() {
|
|
1412
|
+
return this.yo;
|
|
1433
1413
|
}
|
|
1434
|
-
set
|
|
1435
|
-
let b = this.
|
|
1414
|
+
set y4(a) {
|
|
1415
|
+
let b = this.yo;
|
|
1436
1416
|
if (a != b) {
|
|
1437
|
-
this.
|
|
1438
|
-
this.
|
|
1417
|
+
this.yo = a;
|
|
1418
|
+
this.sw("XAxisLabelFormat", b, this.yo);
|
|
1439
1419
|
}
|
|
1440
1420
|
}
|
|
1441
1421
|
get v2() {
|
|
@@ -1445,7 +1425,27 @@ export let XYChart = /*@__PURE__*/ (() => {
|
|
|
1445
1425
|
let b = this.v0;
|
|
1446
1426
|
if (a != b) {
|
|
1447
1427
|
this.v0 = a;
|
|
1448
|
-
this.
|
|
1428
|
+
this.sw("XAxisLabelFormatSpecifiers", b, this.v0);
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
get z9() {
|
|
1432
|
+
return this.ys;
|
|
1433
|
+
}
|
|
1434
|
+
set z9(a) {
|
|
1435
|
+
let b = this.ys;
|
|
1436
|
+
if (a != b) {
|
|
1437
|
+
this.ys = a;
|
|
1438
|
+
this.sw("YAxisLabelFormat", b, this.ys);
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
get v3() {
|
|
1442
|
+
return this.v1;
|
|
1443
|
+
}
|
|
1444
|
+
set v3(a) {
|
|
1445
|
+
let b = this.v1;
|
|
1446
|
+
if (a != b) {
|
|
1447
|
+
this.v1 = a;
|
|
1448
|
+
this.sw("YAxisLabelFormatSpecifiers", b, this.v1);
|
|
1449
1449
|
}
|
|
1450
1450
|
}
|
|
1451
1451
|
}
|