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