igniteui-webcomponents-charts 3.2.4 → 4.0.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
|
@@ -229,11 +229,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
229
229
|
* to appear blurry.
|
|
230
230
|
*/
|
|
231
231
|
get: function () {
|
|
232
|
-
return this.i.
|
|
232
|
+
return this.i.ib;
|
|
233
233
|
},
|
|
234
234
|
set: function (v) {
|
|
235
|
-
this.i.
|
|
236
|
-
this._a("pixelScalingRatio", this.i.
|
|
235
|
+
this.i.ib = +v;
|
|
236
|
+
this._a("pixelScalingRatio", this.i.ib);
|
|
237
237
|
},
|
|
238
238
|
enumerable: true,
|
|
239
239
|
configurable: true
|
|
@@ -249,11 +249,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
249
249
|
* ```
|
|
250
250
|
*/
|
|
251
251
|
get: function () {
|
|
252
|
-
return this.i.
|
|
252
|
+
return this.i.iq;
|
|
253
253
|
},
|
|
254
254
|
set: function (v) {
|
|
255
|
-
this.i.
|
|
256
|
-
this._a("titleLeftMargin", this.i.
|
|
255
|
+
this.i.iq = +v;
|
|
256
|
+
this._a("titleLeftMargin", this.i.iq);
|
|
257
257
|
},
|
|
258
258
|
enumerable: true,
|
|
259
259
|
configurable: true
|
|
@@ -269,11 +269,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
269
269
|
* ```
|
|
270
270
|
*/
|
|
271
271
|
get: function () {
|
|
272
|
-
return this.i.
|
|
272
|
+
return this.i.ir;
|
|
273
273
|
},
|
|
274
274
|
set: function (v) {
|
|
275
|
-
this.i.
|
|
276
|
-
this._a("titleRightMargin", this.i.
|
|
275
|
+
this.i.ir = +v;
|
|
276
|
+
this._a("titleRightMargin", this.i.ir);
|
|
277
277
|
},
|
|
278
278
|
enumerable: true,
|
|
279
279
|
configurable: true
|
|
@@ -289,11 +289,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
289
289
|
* ```
|
|
290
290
|
*/
|
|
291
291
|
get: function () {
|
|
292
|
-
return this.i.
|
|
292
|
+
return this.i.is;
|
|
293
293
|
},
|
|
294
294
|
set: function (v) {
|
|
295
|
-
this.i.
|
|
296
|
-
this._a("titleTopMargin", this.i.
|
|
295
|
+
this.i.is = +v;
|
|
296
|
+
this._a("titleTopMargin", this.i.is);
|
|
297
297
|
},
|
|
298
298
|
enumerable: true,
|
|
299
299
|
configurable: true
|
|
@@ -309,11 +309,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
309
309
|
* ```
|
|
310
310
|
*/
|
|
311
311
|
get: function () {
|
|
312
|
-
return this.i.
|
|
312
|
+
return this.i.ip;
|
|
313
313
|
},
|
|
314
314
|
set: function (v) {
|
|
315
|
-
this.i.
|
|
316
|
-
this._a("titleBottomMargin", this.i.
|
|
315
|
+
this.i.ip = +v;
|
|
316
|
+
this._a("titleBottomMargin", this.i.ip);
|
|
317
317
|
},
|
|
318
318
|
enumerable: true,
|
|
319
319
|
configurable: true
|
|
@@ -329,11 +329,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
329
329
|
* ```
|
|
330
330
|
*/
|
|
331
331
|
get: function () {
|
|
332
|
-
return this.i.
|
|
332
|
+
return this.i.ik;
|
|
333
333
|
},
|
|
334
334
|
set: function (v) {
|
|
335
|
-
this.i.
|
|
336
|
-
this._a("subtitleLeftMargin", this.i.
|
|
335
|
+
this.i.ik = +v;
|
|
336
|
+
this._a("subtitleLeftMargin", this.i.ik);
|
|
337
337
|
},
|
|
338
338
|
enumerable: true,
|
|
339
339
|
configurable: true
|
|
@@ -349,11 +349,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
349
349
|
* ```
|
|
350
350
|
*/
|
|
351
351
|
get: function () {
|
|
352
|
-
return this.i.
|
|
352
|
+
return this.i.im;
|
|
353
353
|
},
|
|
354
354
|
set: function (v) {
|
|
355
|
-
this.i.
|
|
356
|
-
this._a("subtitleTopMargin", this.i.
|
|
355
|
+
this.i.im = +v;
|
|
356
|
+
this._a("subtitleTopMargin", this.i.im);
|
|
357
357
|
},
|
|
358
358
|
enumerable: true,
|
|
359
359
|
configurable: true
|
|
@@ -369,11 +369,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
369
369
|
* ```
|
|
370
370
|
*/
|
|
371
371
|
get: function () {
|
|
372
|
-
return this.i.
|
|
372
|
+
return this.i.il;
|
|
373
373
|
},
|
|
374
374
|
set: function (v) {
|
|
375
|
-
this.i.
|
|
376
|
-
this._a("subtitleRightMargin", this.i.
|
|
375
|
+
this.i.il = +v;
|
|
376
|
+
this._a("subtitleRightMargin", this.i.il);
|
|
377
377
|
},
|
|
378
378
|
enumerable: true,
|
|
379
379
|
configurable: true
|
|
@@ -389,11 +389,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
389
389
|
* ```
|
|
390
390
|
*/
|
|
391
391
|
get: function () {
|
|
392
|
-
return this.i.
|
|
392
|
+
return this.i.ij;
|
|
393
393
|
},
|
|
394
394
|
set: function (v) {
|
|
395
|
-
this.i.
|
|
396
|
-
this._a("subtitleBottomMargin", this.i.
|
|
395
|
+
this.i.ij = +v;
|
|
396
|
+
this._a("subtitleBottomMargin", this.i.ij);
|
|
397
397
|
},
|
|
398
398
|
enumerable: true,
|
|
399
399
|
configurable: true
|
|
@@ -409,11 +409,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
409
409
|
* ```
|
|
410
410
|
*/
|
|
411
411
|
get: function () {
|
|
412
|
-
return brushToString(this.i.
|
|
412
|
+
return brushToString(this.i.uk);
|
|
413
413
|
},
|
|
414
414
|
set: function (v) {
|
|
415
|
-
this.i.
|
|
416
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
415
|
+
this.i.uk = stringToBrush(v);
|
|
416
|
+
this._a("subtitleTextColor", brushToString(this.i.uk));
|
|
417
417
|
},
|
|
418
418
|
enumerable: true,
|
|
419
419
|
configurable: true
|
|
@@ -429,11 +429,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
429
429
|
* ```
|
|
430
430
|
*/
|
|
431
431
|
get: function () {
|
|
432
|
-
return brushToString(this.i.
|
|
432
|
+
return brushToString(this.i.ul);
|
|
433
433
|
},
|
|
434
434
|
set: function (v) {
|
|
435
|
-
this.i.
|
|
436
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
435
|
+
this.i.ul = stringToBrush(v);
|
|
436
|
+
this._a("titleTextColor", brushToString(this.i.ul));
|
|
437
437
|
},
|
|
438
438
|
enumerable: true,
|
|
439
439
|
configurable: true
|
|
@@ -449,11 +449,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
449
449
|
* ```
|
|
450
450
|
*/
|
|
451
451
|
get: function () {
|
|
452
|
-
return this.i.
|
|
452
|
+
return this.i.h8;
|
|
453
453
|
},
|
|
454
454
|
set: function (v) {
|
|
455
|
-
this.i.
|
|
456
|
-
this._a("leftMargin", this.i.
|
|
455
|
+
this.i.h8 = +v;
|
|
456
|
+
this._a("leftMargin", this.i.h8);
|
|
457
457
|
},
|
|
458
458
|
enumerable: true,
|
|
459
459
|
configurable: true
|
|
@@ -469,11 +469,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
469
469
|
* ```
|
|
470
470
|
*/
|
|
471
471
|
get: function () {
|
|
472
|
-
return this.i.
|
|
472
|
+
return this.i.it;
|
|
473
473
|
},
|
|
474
474
|
set: function (v) {
|
|
475
|
-
this.i.
|
|
476
|
-
this._a("topMargin", this.i.
|
|
475
|
+
this.i.it = +v;
|
|
476
|
+
this._a("topMargin", this.i.it);
|
|
477
477
|
},
|
|
478
478
|
enumerable: true,
|
|
479
479
|
configurable: true
|
|
@@ -489,11 +489,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
489
|
* ```
|
|
490
490
|
*/
|
|
491
491
|
get: function () {
|
|
492
|
-
return this.i.
|
|
492
|
+
return this.i.ii;
|
|
493
493
|
},
|
|
494
494
|
set: function (v) {
|
|
495
|
-
this.i.
|
|
496
|
-
this._a("rightMargin", this.i.
|
|
495
|
+
this.i.ii = +v;
|
|
496
|
+
this._a("rightMargin", this.i.ii);
|
|
497
497
|
},
|
|
498
498
|
enumerable: true,
|
|
499
499
|
configurable: true
|
|
@@ -509,11 +509,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
509
509
|
* ```
|
|
510
510
|
*/
|
|
511
511
|
get: function () {
|
|
512
|
-
return this.i.
|
|
512
|
+
return this.i.hv;
|
|
513
513
|
},
|
|
514
514
|
set: function (v) {
|
|
515
|
-
this.i.
|
|
516
|
-
this._a("bottomMargin", this.i.
|
|
515
|
+
this.i.hv = +v;
|
|
516
|
+
this._a("bottomMargin", this.i.hv);
|
|
517
517
|
},
|
|
518
518
|
enumerable: true,
|
|
519
519
|
configurable: true
|
|
@@ -529,11 +529,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
529
529
|
* ```
|
|
530
530
|
*/
|
|
531
531
|
get: function () {
|
|
532
|
-
return this.i.
|
|
532
|
+
return this.i.jn;
|
|
533
533
|
},
|
|
534
534
|
set: function (v) {
|
|
535
|
-
this.i.
|
|
536
|
-
this._a("transitionDuration", this.i.
|
|
535
|
+
this.i.jn = +v;
|
|
536
|
+
this._a("transitionDuration", this.i.jn);
|
|
537
537
|
},
|
|
538
538
|
enumerable: true,
|
|
539
539
|
configurable: true
|
|
@@ -555,10 +555,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
555
555
|
* ```
|
|
556
556
|
*/
|
|
557
557
|
get: function () {
|
|
558
|
-
return this.i.
|
|
558
|
+
return this.i.dv;
|
|
559
559
|
},
|
|
560
560
|
set: function (v) {
|
|
561
|
-
this.i.
|
|
561
|
+
this.i.dv = v;
|
|
562
562
|
},
|
|
563
563
|
enumerable: true,
|
|
564
564
|
configurable: true
|
|
@@ -574,10 +574,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
574
574
|
* ```
|
|
575
575
|
*/
|
|
576
576
|
get: function () {
|
|
577
|
-
return this.i.
|
|
577
|
+
return this.i.ps;
|
|
578
578
|
},
|
|
579
579
|
set: function (v) {
|
|
580
|
-
this.i.
|
|
580
|
+
this.i.ps = v;
|
|
581
581
|
},
|
|
582
582
|
enumerable: true,
|
|
583
583
|
configurable: true
|
|
@@ -593,21 +593,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
593
593
|
* ```
|
|
594
594
|
*/
|
|
595
595
|
get: function () {
|
|
596
|
-
return this.i.
|
|
596
|
+
return this.i.p3;
|
|
597
597
|
},
|
|
598
598
|
set: function (v) {
|
|
599
|
-
this.i.
|
|
599
|
+
this.i.p3 = v;
|
|
600
600
|
},
|
|
601
601
|
enumerable: true,
|
|
602
602
|
configurable: true
|
|
603
603
|
});
|
|
604
604
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipGroupingMode", {
|
|
605
605
|
get: function () {
|
|
606
|
-
return this.i.
|
|
606
|
+
return this.i.bt;
|
|
607
607
|
},
|
|
608
608
|
set: function (v) {
|
|
609
|
-
this.i.
|
|
610
|
-
this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.
|
|
609
|
+
this.i.bt = ensureEnum(DataToolTipLayerGroupingMode_$type, v);
|
|
610
|
+
this._a("dataToolTipGroupingMode", enumToString(DataToolTipLayerGroupingMode_$type, this.i.bt));
|
|
611
611
|
},
|
|
612
612
|
enumerable: true,
|
|
613
613
|
configurable: true
|
|
@@ -617,11 +617,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
617
617
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
618
618
|
*/
|
|
619
619
|
get: function () {
|
|
620
|
-
return this.i.
|
|
620
|
+
return this.i.hz;
|
|
621
621
|
},
|
|
622
622
|
set: function (v) {
|
|
623
|
-
this.i.
|
|
624
|
-
this._a("dataToolTipPositionOffsetX", this.i.
|
|
623
|
+
this.i.hz = +v;
|
|
624
|
+
this._a("dataToolTipPositionOffsetX", this.i.hz);
|
|
625
625
|
},
|
|
626
626
|
enumerable: true,
|
|
627
627
|
configurable: true
|
|
@@ -631,11 +631,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
631
631
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
632
632
|
*/
|
|
633
633
|
get: function () {
|
|
634
|
-
return this.i.
|
|
634
|
+
return this.i.h0;
|
|
635
635
|
},
|
|
636
636
|
set: function (v) {
|
|
637
|
-
this.i.
|
|
638
|
-
this._a("dataToolTipPositionOffsetY", this.i.
|
|
637
|
+
this.i.h0 = +v;
|
|
638
|
+
this._a("dataToolTipPositionOffsetY", this.i.h0);
|
|
639
639
|
},
|
|
640
640
|
enumerable: true,
|
|
641
641
|
configurable: true
|
|
@@ -645,11 +645,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
645
645
|
* Gets or sets the offset of the tooltip layer on the X axis.
|
|
646
646
|
*/
|
|
647
647
|
get: function () {
|
|
648
|
-
return this.i.
|
|
648
|
+
return this.i.hx;
|
|
649
649
|
},
|
|
650
650
|
set: function (v) {
|
|
651
|
-
this.i.
|
|
652
|
-
this._a("dataToolTipDefaultPositionOffsetX", this.i.
|
|
651
|
+
this.i.hx = +v;
|
|
652
|
+
this._a("dataToolTipDefaultPositionOffsetX", this.i.hx);
|
|
653
653
|
},
|
|
654
654
|
enumerable: true,
|
|
655
655
|
configurable: true
|
|
@@ -659,11 +659,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
659
659
|
* Gets or sets the offset of the tooltip layer on the Y axis.
|
|
660
660
|
*/
|
|
661
661
|
get: function () {
|
|
662
|
-
return this.i.
|
|
662
|
+
return this.i.hy;
|
|
663
663
|
},
|
|
664
664
|
set: function (v) {
|
|
665
|
-
this.i.
|
|
666
|
-
this._a("dataToolTipDefaultPositionOffsetY", this.i.
|
|
665
|
+
this.i.hy = +v;
|
|
666
|
+
this._a("dataToolTipDefaultPositionOffsetY", this.i.hy);
|
|
667
667
|
},
|
|
668
668
|
enumerable: true,
|
|
669
669
|
configurable: true
|
|
@@ -673,11 +673,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
673
673
|
* Gets or sets the tooltip position mode on the X axis for grouped series.
|
|
674
674
|
*/
|
|
675
675
|
get: function () {
|
|
676
|
-
return this.i.
|
|
676
|
+
return this.i.bp;
|
|
677
677
|
},
|
|
678
678
|
set: function (v) {
|
|
679
|
-
this.i.
|
|
680
|
-
this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.
|
|
679
|
+
this.i.bp = ensureEnum(DataTooltipGroupedPositionX_$type, v);
|
|
680
|
+
this._a("dataToolTipGroupedPositionModeX", enumToString(DataTooltipGroupedPositionX_$type, this.i.bp));
|
|
681
681
|
},
|
|
682
682
|
enumerable: true,
|
|
683
683
|
configurable: true
|
|
@@ -687,11 +687,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
687
687
|
* Gets or sets the tooltip position mode on the Y axis for grouped series.
|
|
688
688
|
*/
|
|
689
689
|
get: function () {
|
|
690
|
-
return this.i.
|
|
690
|
+
return this.i.br;
|
|
691
691
|
},
|
|
692
692
|
set: function (v) {
|
|
693
|
-
this.i.
|
|
694
|
-
this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.
|
|
693
|
+
this.i.br = ensureEnum(DataTooltipGroupedPositionY_$type, v);
|
|
694
|
+
this._a("dataToolTipGroupedPositionModeY", enumToString(DataTooltipGroupedPositionY_$type, this.i.br));
|
|
695
695
|
},
|
|
696
696
|
enumerable: true,
|
|
697
697
|
configurable: true
|
|
@@ -701,11 +701,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
701
701
|
* Gets or sets whether the data legend should update when the series data is mutated.
|
|
702
702
|
*/
|
|
703
703
|
get: function () {
|
|
704
|
-
return this.i.
|
|
704
|
+
return this.i.ff;
|
|
705
705
|
},
|
|
706
706
|
set: function (v) {
|
|
707
|
-
this.i.
|
|
708
|
-
this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.
|
|
707
|
+
this.i.ff = ensureBool(v);
|
|
708
|
+
this._a("dataToolTipShouldUpdateWhenSeriesDataChanges", this.i.ff);
|
|
709
709
|
},
|
|
710
710
|
enumerable: true,
|
|
711
711
|
configurable: true
|
|
@@ -787,11 +787,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
787
787
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
788
788
|
*/
|
|
789
789
|
get: function () {
|
|
790
|
-
return this.i.
|
|
790
|
+
return this.i.a9;
|
|
791
791
|
},
|
|
792
792
|
set: function (v) {
|
|
793
|
-
this.i.
|
|
794
|
-
this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.
|
|
793
|
+
this.i.a9 = ensureEnum(DataAbbreviationMode_$type, v);
|
|
794
|
+
this._a("dataToolTipValueFormatAbbreviation", enumToString(DataAbbreviationMode_$type, this.i.a9));
|
|
795
795
|
},
|
|
796
796
|
enumerable: true,
|
|
797
797
|
configurable: true
|
|
@@ -802,11 +802,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
802
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
803
803
|
*/
|
|
804
804
|
get: function () {
|
|
805
|
-
return this.i.
|
|
805
|
+
return this.i.jj;
|
|
806
806
|
},
|
|
807
807
|
set: function (v) {
|
|
808
|
-
this.i.
|
|
809
|
-
this._a("dataToolTipValueFormatMaxFractions", this.i.
|
|
808
|
+
this.i.jj = +v;
|
|
809
|
+
this._a("dataToolTipValueFormatMaxFractions", this.i.jj);
|
|
810
810
|
},
|
|
811
811
|
enumerable: true,
|
|
812
812
|
configurable: true
|
|
@@ -817,11 +817,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
817
817
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
818
818
|
*/
|
|
819
819
|
get: function () {
|
|
820
|
-
return this.i.
|
|
820
|
+
return this.i.jk;
|
|
821
821
|
},
|
|
822
822
|
set: function (v) {
|
|
823
|
-
this.i.
|
|
824
|
-
this._a("dataToolTipValueFormatMinFractions", this.i.
|
|
823
|
+
this.i.jk = +v;
|
|
824
|
+
this._a("dataToolTipValueFormatMinFractions", this.i.jk);
|
|
825
825
|
},
|
|
826
826
|
enumerable: true,
|
|
827
827
|
configurable: true
|
|
@@ -831,11 +831,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
831
831
|
* Gets or sets the mode for displaying values in the data legend, e.g. Currency ($500.25), Decimal (500.25), Integer (500)
|
|
832
832
|
*/
|
|
833
833
|
get: function () {
|
|
834
|
-
return this.i.
|
|
834
|
+
return this.i.bn;
|
|
835
835
|
},
|
|
836
836
|
set: function (v) {
|
|
837
|
-
this.i.
|
|
838
|
-
this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.
|
|
837
|
+
this.i.bn = ensureEnum(DataLegendValueMode_$type, v);
|
|
838
|
+
this._a("dataToolTipValueFormatMode", enumToString(DataLegendValueMode_$type, this.i.bn));
|
|
839
839
|
},
|
|
840
840
|
enumerable: true,
|
|
841
841
|
configurable: true
|
|
@@ -846,10 +846,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
846
846
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
847
847
|
*/
|
|
848
848
|
get: function () {
|
|
849
|
-
return this.i.
|
|
849
|
+
return this.i.nc;
|
|
850
850
|
},
|
|
851
851
|
set: function (v) {
|
|
852
|
-
this.i.
|
|
852
|
+
this.i.nc = v;
|
|
853
853
|
},
|
|
854
854
|
enumerable: true,
|
|
855
855
|
configurable: true
|
|
@@ -860,11 +860,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
860
860
|
* This property is ignored when setting ValueFormatSpecifiers or ValueFormatString properties
|
|
861
861
|
*/
|
|
862
862
|
get: function () {
|
|
863
|
-
return this.i.
|
|
863
|
+
return this.i.fg;
|
|
864
864
|
},
|
|
865
865
|
set: function (v) {
|
|
866
|
-
this.i.
|
|
867
|
-
this._a("dataToolTipValueFormatUseGrouping", this.i.
|
|
866
|
+
this.i.fg = ensureBool(v);
|
|
867
|
+
this._a("dataToolTipValueFormatUseGrouping", this.i.fg);
|
|
868
868
|
},
|
|
869
869
|
enumerable: true,
|
|
870
870
|
configurable: true
|
|
@@ -874,10 +874,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
874
874
|
* Gets or sets the format string for values displayed in the data legend.
|
|
875
875
|
*/
|
|
876
876
|
get: function () {
|
|
877
|
-
return this.i.
|
|
877
|
+
return this.i.ni;
|
|
878
878
|
},
|
|
879
879
|
set: function (v) {
|
|
880
|
-
this.i.
|
|
880
|
+
this.i.ni = v;
|
|
881
881
|
},
|
|
882
882
|
enumerable: true,
|
|
883
883
|
configurable: true
|
|
@@ -901,72 +901,72 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
901
901
|
});
|
|
902
902
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginBottom", {
|
|
903
903
|
get: function () {
|
|
904
|
-
return this.i.
|
|
904
|
+
return this.i.va ? this.i.va.bottom : NaN;
|
|
905
905
|
},
|
|
906
906
|
set: function (v) {
|
|
907
907
|
this.ensureDataToolTipValueRowMargin();
|
|
908
|
-
this.i.
|
|
909
|
-
this._a("dataToolTipValueRowMarginBottom", this.i.
|
|
910
|
-
this.i.
|
|
908
|
+
this.i.va.bottom = +v;
|
|
909
|
+
this._a("dataToolTipValueRowMarginBottom", this.i.va.bottom);
|
|
910
|
+
this.i.va = this.i.va;
|
|
911
911
|
},
|
|
912
912
|
enumerable: true,
|
|
913
913
|
configurable: true
|
|
914
914
|
});
|
|
915
915
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginLeft", {
|
|
916
916
|
get: function () {
|
|
917
|
-
return this.i.
|
|
917
|
+
return this.i.va ? this.i.va.left : NaN;
|
|
918
918
|
},
|
|
919
919
|
set: function (v) {
|
|
920
920
|
this.ensureDataToolTipValueRowMargin();
|
|
921
|
-
this.i.
|
|
922
|
-
this._a("dataToolTipValueRowMarginLeft", this.i.
|
|
923
|
-
this.i.
|
|
921
|
+
this.i.va.left = +v;
|
|
922
|
+
this._a("dataToolTipValueRowMarginLeft", this.i.va.left);
|
|
923
|
+
this.i.va = this.i.va;
|
|
924
924
|
},
|
|
925
925
|
enumerable: true,
|
|
926
926
|
configurable: true
|
|
927
927
|
});
|
|
928
928
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginRight", {
|
|
929
929
|
get: function () {
|
|
930
|
-
return this.i.
|
|
930
|
+
return this.i.va ? this.i.va.right : NaN;
|
|
931
931
|
},
|
|
932
932
|
set: function (v) {
|
|
933
933
|
this.ensureDataToolTipValueRowMargin();
|
|
934
|
-
this.i.
|
|
935
|
-
this._a("dataToolTipValueRowMarginRight", this.i.
|
|
936
|
-
this.i.
|
|
934
|
+
this.i.va.right = +v;
|
|
935
|
+
this._a("dataToolTipValueRowMarginRight", this.i.va.right);
|
|
936
|
+
this.i.va = this.i.va;
|
|
937
937
|
},
|
|
938
938
|
enumerable: true,
|
|
939
939
|
configurable: true
|
|
940
940
|
});
|
|
941
941
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowMarginTop", {
|
|
942
942
|
get: function () {
|
|
943
|
-
return this.i.
|
|
943
|
+
return this.i.va ? this.i.va.top : NaN;
|
|
944
944
|
},
|
|
945
945
|
set: function (v) {
|
|
946
946
|
this.ensureDataToolTipValueRowMargin();
|
|
947
|
-
this.i.
|
|
948
|
-
this._a("dataToolTipValueRowMarginTop", this.i.
|
|
949
|
-
this.i.
|
|
947
|
+
this.i.va.top = +v;
|
|
948
|
+
this._a("dataToolTipValueRowMarginTop", this.i.va.top);
|
|
949
|
+
this.i.va = this.i.va;
|
|
950
950
|
},
|
|
951
951
|
enumerable: true,
|
|
952
952
|
configurable: true
|
|
953
953
|
});
|
|
954
954
|
IgcDomainChartComponent.prototype.ensureDataToolTipValueRowMargin = function () {
|
|
955
|
-
if (this.i.
|
|
955
|
+
if (this.i.va) {
|
|
956
956
|
return;
|
|
957
957
|
}
|
|
958
|
-
this.i.
|
|
958
|
+
this.i.va = new Thickness(2);
|
|
959
959
|
};
|
|
960
960
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueRowVisible", {
|
|
961
961
|
/**
|
|
962
962
|
* Gets or sets whether to show series rows.
|
|
963
963
|
*/
|
|
964
964
|
get: function () {
|
|
965
|
-
return this.i.
|
|
965
|
+
return this.i.fh;
|
|
966
966
|
},
|
|
967
967
|
set: function (v) {
|
|
968
|
-
this.i.
|
|
969
|
-
this._a("dataToolTipValueRowVisible", this.i.
|
|
968
|
+
this.i.fh = ensureBool(v);
|
|
969
|
+
this._a("dataToolTipValueRowVisible", this.i.fh);
|
|
970
970
|
},
|
|
971
971
|
enumerable: true,
|
|
972
972
|
configurable: true
|
|
@@ -976,10 +976,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
976
976
|
* Gets or sets text displayed when data column is missing a value, e.g. "no data"
|
|
977
977
|
*/
|
|
978
978
|
get: function () {
|
|
979
|
-
return this.i.
|
|
979
|
+
return this.i.nr;
|
|
980
980
|
},
|
|
981
981
|
set: function (v) {
|
|
982
|
-
this.i.
|
|
982
|
+
this.i.nr = v;
|
|
983
983
|
},
|
|
984
984
|
enumerable: true,
|
|
985
985
|
configurable: true
|
|
@@ -989,83 +989,83 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
989
989
|
* Gets or sets whether to use series colors when displaying values in the legend
|
|
990
990
|
*/
|
|
991
991
|
get: function () {
|
|
992
|
-
return this.i.
|
|
992
|
+
return this.i.fi;
|
|
993
993
|
},
|
|
994
994
|
set: function (v) {
|
|
995
|
-
this.i.
|
|
996
|
-
this._a("dataToolTipValueTextUseSeriesColors", this.i.
|
|
995
|
+
this.i.fi = ensureBool(v);
|
|
996
|
+
this._a("dataToolTipValueTextUseSeriesColors", this.i.fi);
|
|
997
997
|
},
|
|
998
998
|
enumerable: true,
|
|
999
999
|
configurable: true
|
|
1000
1000
|
});
|
|
1001
1001
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginBottom", {
|
|
1002
1002
|
get: function () {
|
|
1003
|
-
return this.i.
|
|
1003
|
+
return this.i.vb ? this.i.vb.bottom : NaN;
|
|
1004
1004
|
},
|
|
1005
1005
|
set: function (v) {
|
|
1006
1006
|
this.ensureDataToolTipValueTextMargin();
|
|
1007
|
-
this.i.
|
|
1008
|
-
this._a("dataToolTipValueTextMarginBottom", this.i.
|
|
1009
|
-
this.i.
|
|
1007
|
+
this.i.vb.bottom = +v;
|
|
1008
|
+
this._a("dataToolTipValueTextMarginBottom", this.i.vb.bottom);
|
|
1009
|
+
this.i.vb = this.i.vb;
|
|
1010
1010
|
},
|
|
1011
1011
|
enumerable: true,
|
|
1012
1012
|
configurable: true
|
|
1013
1013
|
});
|
|
1014
1014
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginLeft", {
|
|
1015
1015
|
get: function () {
|
|
1016
|
-
return this.i.
|
|
1016
|
+
return this.i.vb ? this.i.vb.left : NaN;
|
|
1017
1017
|
},
|
|
1018
1018
|
set: function (v) {
|
|
1019
1019
|
this.ensureDataToolTipValueTextMargin();
|
|
1020
|
-
this.i.
|
|
1021
|
-
this._a("dataToolTipValueTextMarginLeft", this.i.
|
|
1022
|
-
this.i.
|
|
1020
|
+
this.i.vb.left = +v;
|
|
1021
|
+
this._a("dataToolTipValueTextMarginLeft", this.i.vb.left);
|
|
1022
|
+
this.i.vb = this.i.vb;
|
|
1023
1023
|
},
|
|
1024
1024
|
enumerable: true,
|
|
1025
1025
|
configurable: true
|
|
1026
1026
|
});
|
|
1027
1027
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginRight", {
|
|
1028
1028
|
get: function () {
|
|
1029
|
-
return this.i.
|
|
1029
|
+
return this.i.vb ? this.i.vb.right : NaN;
|
|
1030
1030
|
},
|
|
1031
1031
|
set: function (v) {
|
|
1032
1032
|
this.ensureDataToolTipValueTextMargin();
|
|
1033
|
-
this.i.
|
|
1034
|
-
this._a("dataToolTipValueTextMarginRight", this.i.
|
|
1035
|
-
this.i.
|
|
1033
|
+
this.i.vb.right = +v;
|
|
1034
|
+
this._a("dataToolTipValueTextMarginRight", this.i.vb.right);
|
|
1035
|
+
this.i.vb = this.i.vb;
|
|
1036
1036
|
},
|
|
1037
1037
|
enumerable: true,
|
|
1038
1038
|
configurable: true
|
|
1039
1039
|
});
|
|
1040
1040
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextMarginTop", {
|
|
1041
1041
|
get: function () {
|
|
1042
|
-
return this.i.
|
|
1042
|
+
return this.i.vb ? this.i.vb.top : NaN;
|
|
1043
1043
|
},
|
|
1044
1044
|
set: function (v) {
|
|
1045
1045
|
this.ensureDataToolTipValueTextMargin();
|
|
1046
|
-
this.i.
|
|
1047
|
-
this._a("dataToolTipValueTextMarginTop", this.i.
|
|
1048
|
-
this.i.
|
|
1046
|
+
this.i.vb.top = +v;
|
|
1047
|
+
this._a("dataToolTipValueTextMarginTop", this.i.vb.top);
|
|
1048
|
+
this.i.vb = this.i.vb;
|
|
1049
1049
|
},
|
|
1050
1050
|
enumerable: true,
|
|
1051
1051
|
configurable: true
|
|
1052
1052
|
});
|
|
1053
1053
|
IgcDomainChartComponent.prototype.ensureDataToolTipValueTextMargin = function () {
|
|
1054
|
-
if (this.i.
|
|
1054
|
+
if (this.i.vb) {
|
|
1055
1055
|
return;
|
|
1056
1056
|
}
|
|
1057
|
-
this.i.
|
|
1057
|
+
this.i.vb = new Thickness(2);
|
|
1058
1058
|
};
|
|
1059
1059
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipValueTextColor", {
|
|
1060
1060
|
/**
|
|
1061
1061
|
* Gets or sets the units text color.
|
|
1062
1062
|
*/
|
|
1063
1063
|
get: function () {
|
|
1064
|
-
return brushToString(this.i.
|
|
1064
|
+
return brushToString(this.i.ua);
|
|
1065
1065
|
},
|
|
1066
1066
|
set: function (v) {
|
|
1067
|
-
this.i.
|
|
1068
|
-
this._a("dataToolTipValueTextColor", brushToString(this.i.
|
|
1067
|
+
this.i.ua = stringToBrush(v);
|
|
1068
|
+
this._a("dataToolTipValueTextColor", brushToString(this.i.ua));
|
|
1069
1069
|
},
|
|
1070
1070
|
enumerable: true,
|
|
1071
1071
|
configurable: true
|
|
@@ -1075,16 +1075,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1075
1075
|
* Gets or Sets the style to use for the units text.
|
|
1076
1076
|
*/
|
|
1077
1077
|
get: function () {
|
|
1078
|
-
if (this.i.
|
|
1078
|
+
if (this.i.ed == null) {
|
|
1079
1079
|
return null;
|
|
1080
1080
|
}
|
|
1081
|
-
return this.i.
|
|
1081
|
+
return this.i.ed.fontString;
|
|
1082
1082
|
},
|
|
1083
1083
|
set: function (v) {
|
|
1084
1084
|
var fi = new FontInfo();
|
|
1085
1085
|
fi.fontString = v;
|
|
1086
|
-
this.i.
|
|
1087
|
-
this._a("dataToolTipValueTextStyle", this.i.
|
|
1086
|
+
this.i.ed = fi;
|
|
1087
|
+
this._a("dataToolTipValueTextStyle", this.i.ed != null ? this.i.ed.fontString : "");
|
|
1088
1088
|
},
|
|
1089
1089
|
enumerable: true,
|
|
1090
1090
|
configurable: true
|
|
@@ -1094,10 +1094,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1094
1094
|
* Gets or sets the format string for header text displayed in the data legend.
|
|
1095
1095
|
*/
|
|
1096
1096
|
get: function () {
|
|
1097
|
-
return this.i.
|
|
1097
|
+
return this.i.l2;
|
|
1098
1098
|
},
|
|
1099
1099
|
set: function (v) {
|
|
1100
|
-
this.i.
|
|
1100
|
+
this.i.l2 = v;
|
|
1101
1101
|
},
|
|
1102
1102
|
enumerable: true,
|
|
1103
1103
|
configurable: true
|
|
@@ -1125,10 +1125,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1125
1125
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
1126
1126
|
*/
|
|
1127
1127
|
get: function () {
|
|
1128
|
-
return this.i.
|
|
1128
|
+
return this.i.ly;
|
|
1129
1129
|
},
|
|
1130
1130
|
set: function (v) {
|
|
1131
|
-
this.i.
|
|
1131
|
+
this.i.ly = v;
|
|
1132
1132
|
},
|
|
1133
1133
|
enumerable: true,
|
|
1134
1134
|
configurable: true
|
|
@@ -1139,11 +1139,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1139
1139
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
1140
1140
|
*/
|
|
1141
1141
|
get: function () {
|
|
1142
|
-
return this.i.
|
|
1142
|
+
return this.i.bd;
|
|
1143
1143
|
},
|
|
1144
1144
|
set: function (v) {
|
|
1145
|
-
this.i.
|
|
1146
|
-
this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.
|
|
1145
|
+
this.i.bd = ensureEnum(DataLegendHeaderDateMode_$type, v);
|
|
1146
|
+
this._a("dataToolTipHeaderFormatDate", enumToString(DataLegendHeaderDateMode_$type, this.i.bd));
|
|
1147
1147
|
},
|
|
1148
1148
|
enumerable: true,
|
|
1149
1149
|
configurable: true
|
|
@@ -1154,11 +1154,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1154
1154
|
* This property is ignored when setting HeaderFormatSpecifiers or HeaderFormatString properties
|
|
1155
1155
|
*/
|
|
1156
1156
|
get: function () {
|
|
1157
|
-
return this.i.
|
|
1157
|
+
return this.i.bf;
|
|
1158
1158
|
},
|
|
1159
1159
|
set: function (v) {
|
|
1160
|
-
this.i.
|
|
1161
|
-
this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.
|
|
1160
|
+
this.i.bf = ensureEnum(DataLegendHeaderTimeMode_$type, v);
|
|
1161
|
+
this._a("dataToolTipHeaderFormatTime", enumToString(DataLegendHeaderTimeMode_$type, this.i.bf));
|
|
1162
1162
|
},
|
|
1163
1163
|
enumerable: true,
|
|
1164
1164
|
configurable: true
|
|
@@ -1168,10 +1168,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1168
1168
|
* Gets or sets the HeaderText for the data legend.
|
|
1169
1169
|
*/
|
|
1170
1170
|
get: function () {
|
|
1171
|
-
return this.i.
|
|
1171
|
+
return this.i.l7;
|
|
1172
1172
|
},
|
|
1173
1173
|
set: function (v) {
|
|
1174
|
-
this.i.
|
|
1174
|
+
this.i.l7 = v;
|
|
1175
1175
|
},
|
|
1176
1176
|
enumerable: true,
|
|
1177
1177
|
configurable: true
|
|
@@ -1181,141 +1181,141 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1181
1181
|
* Gets or sets the header text color.
|
|
1182
1182
|
*/
|
|
1183
1183
|
get: function () {
|
|
1184
|
-
return brushToString(this.i.
|
|
1184
|
+
return brushToString(this.i.t2);
|
|
1185
1185
|
},
|
|
1186
1186
|
set: function (v) {
|
|
1187
|
-
this.i.
|
|
1188
|
-
this._a("dataToolTipHeaderTextColor", brushToString(this.i.
|
|
1187
|
+
this.i.t2 = stringToBrush(v);
|
|
1188
|
+
this._a("dataToolTipHeaderTextColor", brushToString(this.i.t2));
|
|
1189
1189
|
},
|
|
1190
1190
|
enumerable: true,
|
|
1191
1191
|
configurable: true
|
|
1192
1192
|
});
|
|
1193
1193
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginBottom", {
|
|
1194
1194
|
get: function () {
|
|
1195
|
-
return this.i.
|
|
1195
|
+
return this.i.u4 ? this.i.u4.bottom : NaN;
|
|
1196
1196
|
},
|
|
1197
1197
|
set: function (v) {
|
|
1198
1198
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1199
|
-
this.i.
|
|
1200
|
-
this._a("dataToolTipHeaderTextMarginBottom", this.i.
|
|
1201
|
-
this.i.
|
|
1199
|
+
this.i.u4.bottom = +v;
|
|
1200
|
+
this._a("dataToolTipHeaderTextMarginBottom", this.i.u4.bottom);
|
|
1201
|
+
this.i.u4 = this.i.u4;
|
|
1202
1202
|
},
|
|
1203
1203
|
enumerable: true,
|
|
1204
1204
|
configurable: true
|
|
1205
1205
|
});
|
|
1206
1206
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginLeft", {
|
|
1207
1207
|
get: function () {
|
|
1208
|
-
return this.i.
|
|
1208
|
+
return this.i.u4 ? this.i.u4.left : NaN;
|
|
1209
1209
|
},
|
|
1210
1210
|
set: function (v) {
|
|
1211
1211
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1212
|
-
this.i.
|
|
1213
|
-
this._a("dataToolTipHeaderTextMarginLeft", this.i.
|
|
1214
|
-
this.i.
|
|
1212
|
+
this.i.u4.left = +v;
|
|
1213
|
+
this._a("dataToolTipHeaderTextMarginLeft", this.i.u4.left);
|
|
1214
|
+
this.i.u4 = this.i.u4;
|
|
1215
1215
|
},
|
|
1216
1216
|
enumerable: true,
|
|
1217
1217
|
configurable: true
|
|
1218
1218
|
});
|
|
1219
1219
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginRight", {
|
|
1220
1220
|
get: function () {
|
|
1221
|
-
return this.i.
|
|
1221
|
+
return this.i.u4 ? this.i.u4.right : NaN;
|
|
1222
1222
|
},
|
|
1223
1223
|
set: function (v) {
|
|
1224
1224
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1225
|
-
this.i.
|
|
1226
|
-
this._a("dataToolTipHeaderTextMarginRight", this.i.
|
|
1227
|
-
this.i.
|
|
1225
|
+
this.i.u4.right = +v;
|
|
1226
|
+
this._a("dataToolTipHeaderTextMarginRight", this.i.u4.right);
|
|
1227
|
+
this.i.u4 = this.i.u4;
|
|
1228
1228
|
},
|
|
1229
1229
|
enumerable: true,
|
|
1230
1230
|
configurable: true
|
|
1231
1231
|
});
|
|
1232
1232
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderTextMarginTop", {
|
|
1233
1233
|
get: function () {
|
|
1234
|
-
return this.i.
|
|
1234
|
+
return this.i.u4 ? this.i.u4.top : NaN;
|
|
1235
1235
|
},
|
|
1236
1236
|
set: function (v) {
|
|
1237
1237
|
this.ensureDataToolTipHeaderTextMargin();
|
|
1238
|
-
this.i.
|
|
1239
|
-
this._a("dataToolTipHeaderTextMarginTop", this.i.
|
|
1240
|
-
this.i.
|
|
1238
|
+
this.i.u4.top = +v;
|
|
1239
|
+
this._a("dataToolTipHeaderTextMarginTop", this.i.u4.top);
|
|
1240
|
+
this.i.u4 = this.i.u4;
|
|
1241
1241
|
},
|
|
1242
1242
|
enumerable: true,
|
|
1243
1243
|
configurable: true
|
|
1244
1244
|
});
|
|
1245
1245
|
IgcDomainChartComponent.prototype.ensureDataToolTipHeaderTextMargin = function () {
|
|
1246
|
-
if (this.i.
|
|
1246
|
+
if (this.i.u4) {
|
|
1247
1247
|
return;
|
|
1248
1248
|
}
|
|
1249
|
-
this.i.
|
|
1249
|
+
this.i.u4 = new Thickness(2);
|
|
1250
1250
|
};
|
|
1251
1251
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginBottom", {
|
|
1252
1252
|
get: function () {
|
|
1253
|
-
return this.i.
|
|
1253
|
+
return this.i.u3 ? this.i.u3.bottom : NaN;
|
|
1254
1254
|
},
|
|
1255
1255
|
set: function (v) {
|
|
1256
1256
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1257
|
-
this.i.
|
|
1258
|
-
this._a("dataToolTipHeaderRowMarginBottom", this.i.
|
|
1259
|
-
this.i.
|
|
1257
|
+
this.i.u3.bottom = +v;
|
|
1258
|
+
this._a("dataToolTipHeaderRowMarginBottom", this.i.u3.bottom);
|
|
1259
|
+
this.i.u3 = this.i.u3;
|
|
1260
1260
|
},
|
|
1261
1261
|
enumerable: true,
|
|
1262
1262
|
configurable: true
|
|
1263
1263
|
});
|
|
1264
1264
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginLeft", {
|
|
1265
1265
|
get: function () {
|
|
1266
|
-
return this.i.
|
|
1266
|
+
return this.i.u3 ? this.i.u3.left : NaN;
|
|
1267
1267
|
},
|
|
1268
1268
|
set: function (v) {
|
|
1269
1269
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1270
|
-
this.i.
|
|
1271
|
-
this._a("dataToolTipHeaderRowMarginLeft", this.i.
|
|
1272
|
-
this.i.
|
|
1270
|
+
this.i.u3.left = +v;
|
|
1271
|
+
this._a("dataToolTipHeaderRowMarginLeft", this.i.u3.left);
|
|
1272
|
+
this.i.u3 = this.i.u3;
|
|
1273
1273
|
},
|
|
1274
1274
|
enumerable: true,
|
|
1275
1275
|
configurable: true
|
|
1276
1276
|
});
|
|
1277
1277
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginRight", {
|
|
1278
1278
|
get: function () {
|
|
1279
|
-
return this.i.
|
|
1279
|
+
return this.i.u3 ? this.i.u3.right : NaN;
|
|
1280
1280
|
},
|
|
1281
1281
|
set: function (v) {
|
|
1282
1282
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1283
|
-
this.i.
|
|
1284
|
-
this._a("dataToolTipHeaderRowMarginRight", this.i.
|
|
1285
|
-
this.i.
|
|
1283
|
+
this.i.u3.right = +v;
|
|
1284
|
+
this._a("dataToolTipHeaderRowMarginRight", this.i.u3.right);
|
|
1285
|
+
this.i.u3 = this.i.u3;
|
|
1286
1286
|
},
|
|
1287
1287
|
enumerable: true,
|
|
1288
1288
|
configurable: true
|
|
1289
1289
|
});
|
|
1290
1290
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowMarginTop", {
|
|
1291
1291
|
get: function () {
|
|
1292
|
-
return this.i.
|
|
1292
|
+
return this.i.u3 ? this.i.u3.top : NaN;
|
|
1293
1293
|
},
|
|
1294
1294
|
set: function (v) {
|
|
1295
1295
|
this.ensureDataToolTipHeaderRowMargin();
|
|
1296
|
-
this.i.
|
|
1297
|
-
this._a("dataToolTipHeaderRowMarginTop", this.i.
|
|
1298
|
-
this.i.
|
|
1296
|
+
this.i.u3.top = +v;
|
|
1297
|
+
this._a("dataToolTipHeaderRowMarginTop", this.i.u3.top);
|
|
1298
|
+
this.i.u3 = this.i.u3;
|
|
1299
1299
|
},
|
|
1300
1300
|
enumerable: true,
|
|
1301
1301
|
configurable: true
|
|
1302
1302
|
});
|
|
1303
1303
|
IgcDomainChartComponent.prototype.ensureDataToolTipHeaderRowMargin = function () {
|
|
1304
|
-
if (this.i.
|
|
1304
|
+
if (this.i.u3) {
|
|
1305
1305
|
return;
|
|
1306
1306
|
}
|
|
1307
|
-
this.i.
|
|
1307
|
+
this.i.u3 = new Thickness(2);
|
|
1308
1308
|
};
|
|
1309
1309
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipHeaderRowVisible", {
|
|
1310
1310
|
/**
|
|
1311
1311
|
* Gets or sets whether to show Header row.
|
|
1312
1312
|
*/
|
|
1313
1313
|
get: function () {
|
|
1314
|
-
return this.i.
|
|
1314
|
+
return this.i.fe;
|
|
1315
1315
|
},
|
|
1316
1316
|
set: function (v) {
|
|
1317
|
-
this.i.
|
|
1318
|
-
this._a("dataToolTipHeaderRowVisible", this.i.
|
|
1317
|
+
this.i.fe = ensureBool(v);
|
|
1318
|
+
this._a("dataToolTipHeaderRowVisible", this.i.fe);
|
|
1319
1319
|
},
|
|
1320
1320
|
enumerable: true,
|
|
1321
1321
|
configurable: true
|
|
@@ -1325,16 +1325,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1325
1325
|
* Gets or Sets the style to use for the header text.
|
|
1326
1326
|
*/
|
|
1327
1327
|
get: function () {
|
|
1328
|
-
if (this.i.
|
|
1328
|
+
if (this.i.d5 == null) {
|
|
1329
1329
|
return null;
|
|
1330
1330
|
}
|
|
1331
|
-
return this.i.
|
|
1331
|
+
return this.i.d5.fontString;
|
|
1332
1332
|
},
|
|
1333
1333
|
set: function (v) {
|
|
1334
1334
|
var fi = new FontInfo();
|
|
1335
1335
|
fi.fontString = v;
|
|
1336
|
-
this.i.
|
|
1337
|
-
this._a("dataToolTipHeaderTextStyle", this.i.
|
|
1336
|
+
this.i.d5 = fi;
|
|
1337
|
+
this._a("dataToolTipHeaderTextStyle", this.i.d5 != null ? this.i.d5.fontString : "");
|
|
1338
1338
|
},
|
|
1339
1339
|
enumerable: true,
|
|
1340
1340
|
configurable: true
|
|
@@ -1344,11 +1344,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1344
1344
|
* Gets or sets the summary text color.
|
|
1345
1345
|
*/
|
|
1346
1346
|
get: function () {
|
|
1347
|
-
return brushToString(this.i.
|
|
1347
|
+
return brushToString(this.i.t5);
|
|
1348
1348
|
},
|
|
1349
1349
|
set: function (v) {
|
|
1350
|
-
this.i.
|
|
1351
|
-
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.
|
|
1350
|
+
this.i.t5 = stringToBrush(v);
|
|
1351
|
+
this._a("dataToolTipSummaryTitleTextColor", brushToString(this.i.t5));
|
|
1352
1352
|
},
|
|
1353
1353
|
enumerable: true,
|
|
1354
1354
|
configurable: true
|
|
@@ -1358,16 +1358,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1358
1358
|
* Gets or Sets the style to use for the summary text.
|
|
1359
1359
|
*/
|
|
1360
1360
|
get: function () {
|
|
1361
|
-
if (this.i.
|
|
1361
|
+
if (this.i.d8 == null) {
|
|
1362
1362
|
return null;
|
|
1363
1363
|
}
|
|
1364
|
-
return this.i.
|
|
1364
|
+
return this.i.d8.fontString;
|
|
1365
1365
|
},
|
|
1366
1366
|
set: function (v) {
|
|
1367
1367
|
var fi = new FontInfo();
|
|
1368
1368
|
fi.fontString = v;
|
|
1369
|
-
this.i.
|
|
1370
|
-
this._a("dataToolTipSummaryTitleTextStyle", this.i.
|
|
1369
|
+
this.i.d8 = fi;
|
|
1370
|
+
this._a("dataToolTipSummaryTitleTextStyle", this.i.d8 != null ? this.i.d8.fontString : "");
|
|
1371
1371
|
},
|
|
1372
1372
|
enumerable: true,
|
|
1373
1373
|
configurable: true
|
|
@@ -1377,11 +1377,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1377
1377
|
* Gets or sets the SummaryType for the data legend.
|
|
1378
1378
|
*/
|
|
1379
1379
|
get: function () {
|
|
1380
|
-
return this.i.
|
|
1380
|
+
return this.i.bj;
|
|
1381
1381
|
},
|
|
1382
1382
|
set: function (v) {
|
|
1383
|
-
this.i.
|
|
1384
|
-
this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.
|
|
1383
|
+
this.i.bj = ensureEnum(DataLegendSummaryType_$type, v);
|
|
1384
|
+
this._a("dataToolTipSummaryType", enumToString(DataLegendSummaryType_$type, this.i.bj));
|
|
1385
1385
|
},
|
|
1386
1386
|
enumerable: true,
|
|
1387
1387
|
configurable: true
|
|
@@ -1391,140 +1391,140 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1391
1391
|
* Gets or sets the SummaryTitleText for the data legend.
|
|
1392
1392
|
*/
|
|
1393
1393
|
get: function () {
|
|
1394
|
-
return this.i.
|
|
1394
|
+
return this.i.mq;
|
|
1395
1395
|
},
|
|
1396
1396
|
set: function (v) {
|
|
1397
|
-
this.i.
|
|
1397
|
+
this.i.mq = v;
|
|
1398
1398
|
},
|
|
1399
1399
|
enumerable: true,
|
|
1400
1400
|
configurable: true
|
|
1401
1401
|
});
|
|
1402
1402
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginBottom", {
|
|
1403
1403
|
get: function () {
|
|
1404
|
-
return this.i.
|
|
1404
|
+
return this.i.u7 ? this.i.u7.bottom : NaN;
|
|
1405
1405
|
},
|
|
1406
1406
|
set: function (v) {
|
|
1407
1407
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1408
|
-
this.i.
|
|
1409
|
-
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.
|
|
1410
|
-
this.i.
|
|
1408
|
+
this.i.u7.bottom = +v;
|
|
1409
|
+
this._a("dataToolTipSummaryTitleTextMarginBottom", this.i.u7.bottom);
|
|
1410
|
+
this.i.u7 = this.i.u7;
|
|
1411
1411
|
},
|
|
1412
1412
|
enumerable: true,
|
|
1413
1413
|
configurable: true
|
|
1414
1414
|
});
|
|
1415
1415
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginLeft", {
|
|
1416
1416
|
get: function () {
|
|
1417
|
-
return this.i.
|
|
1417
|
+
return this.i.u7 ? this.i.u7.left : NaN;
|
|
1418
1418
|
},
|
|
1419
1419
|
set: function (v) {
|
|
1420
1420
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1421
|
-
this.i.
|
|
1422
|
-
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.
|
|
1423
|
-
this.i.
|
|
1421
|
+
this.i.u7.left = +v;
|
|
1422
|
+
this._a("dataToolTipSummaryTitleTextMarginLeft", this.i.u7.left);
|
|
1423
|
+
this.i.u7 = this.i.u7;
|
|
1424
1424
|
},
|
|
1425
1425
|
enumerable: true,
|
|
1426
1426
|
configurable: true
|
|
1427
1427
|
});
|
|
1428
1428
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginRight", {
|
|
1429
1429
|
get: function () {
|
|
1430
|
-
return this.i.
|
|
1430
|
+
return this.i.u7 ? this.i.u7.right : NaN;
|
|
1431
1431
|
},
|
|
1432
1432
|
set: function (v) {
|
|
1433
1433
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1434
|
-
this.i.
|
|
1435
|
-
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.
|
|
1436
|
-
this.i.
|
|
1434
|
+
this.i.u7.right = +v;
|
|
1435
|
+
this._a("dataToolTipSummaryTitleTextMarginRight", this.i.u7.right);
|
|
1436
|
+
this.i.u7 = this.i.u7;
|
|
1437
1437
|
},
|
|
1438
1438
|
enumerable: true,
|
|
1439
1439
|
configurable: true
|
|
1440
1440
|
});
|
|
1441
1441
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryTitleTextMarginTop", {
|
|
1442
1442
|
get: function () {
|
|
1443
|
-
return this.i.
|
|
1443
|
+
return this.i.u7 ? this.i.u7.top : NaN;
|
|
1444
1444
|
},
|
|
1445
1445
|
set: function (v) {
|
|
1446
1446
|
this.ensureDataToolTipSummaryTitleTextMargin();
|
|
1447
|
-
this.i.
|
|
1448
|
-
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.
|
|
1449
|
-
this.i.
|
|
1447
|
+
this.i.u7.top = +v;
|
|
1448
|
+
this._a("dataToolTipSummaryTitleTextMarginTop", this.i.u7.top);
|
|
1449
|
+
this.i.u7 = this.i.u7;
|
|
1450
1450
|
},
|
|
1451
1451
|
enumerable: true,
|
|
1452
1452
|
configurable: true
|
|
1453
1453
|
});
|
|
1454
1454
|
IgcDomainChartComponent.prototype.ensureDataToolTipSummaryTitleTextMargin = function () {
|
|
1455
|
-
if (this.i.
|
|
1455
|
+
if (this.i.u7) {
|
|
1456
1456
|
return;
|
|
1457
1457
|
}
|
|
1458
|
-
this.i.
|
|
1458
|
+
this.i.u7 = new Thickness(2);
|
|
1459
1459
|
};
|
|
1460
1460
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginBottom", {
|
|
1461
1461
|
get: function () {
|
|
1462
|
-
return this.i.
|
|
1462
|
+
return this.i.u6 ? this.i.u6.bottom : NaN;
|
|
1463
1463
|
},
|
|
1464
1464
|
set: function (v) {
|
|
1465
1465
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1466
|
-
this.i.
|
|
1467
|
-
this._a("dataToolTipSummaryRowMarginBottom", this.i.
|
|
1468
|
-
this.i.
|
|
1466
|
+
this.i.u6.bottom = +v;
|
|
1467
|
+
this._a("dataToolTipSummaryRowMarginBottom", this.i.u6.bottom);
|
|
1468
|
+
this.i.u6 = this.i.u6;
|
|
1469
1469
|
},
|
|
1470
1470
|
enumerable: true,
|
|
1471
1471
|
configurable: true
|
|
1472
1472
|
});
|
|
1473
1473
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginLeft", {
|
|
1474
1474
|
get: function () {
|
|
1475
|
-
return this.i.
|
|
1475
|
+
return this.i.u6 ? this.i.u6.left : NaN;
|
|
1476
1476
|
},
|
|
1477
1477
|
set: function (v) {
|
|
1478
1478
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1479
|
-
this.i.
|
|
1480
|
-
this._a("dataToolTipSummaryRowMarginLeft", this.i.
|
|
1481
|
-
this.i.
|
|
1479
|
+
this.i.u6.left = +v;
|
|
1480
|
+
this._a("dataToolTipSummaryRowMarginLeft", this.i.u6.left);
|
|
1481
|
+
this.i.u6 = this.i.u6;
|
|
1482
1482
|
},
|
|
1483
1483
|
enumerable: true,
|
|
1484
1484
|
configurable: true
|
|
1485
1485
|
});
|
|
1486
1486
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginRight", {
|
|
1487
1487
|
get: function () {
|
|
1488
|
-
return this.i.
|
|
1488
|
+
return this.i.u6 ? this.i.u6.right : NaN;
|
|
1489
1489
|
},
|
|
1490
1490
|
set: function (v) {
|
|
1491
1491
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1492
|
-
this.i.
|
|
1493
|
-
this._a("dataToolTipSummaryRowMarginRight", this.i.
|
|
1494
|
-
this.i.
|
|
1492
|
+
this.i.u6.right = +v;
|
|
1493
|
+
this._a("dataToolTipSummaryRowMarginRight", this.i.u6.right);
|
|
1494
|
+
this.i.u6 = this.i.u6;
|
|
1495
1495
|
},
|
|
1496
1496
|
enumerable: true,
|
|
1497
1497
|
configurable: true
|
|
1498
1498
|
});
|
|
1499
1499
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryRowMarginTop", {
|
|
1500
1500
|
get: function () {
|
|
1501
|
-
return this.i.
|
|
1501
|
+
return this.i.u6 ? this.i.u6.top : NaN;
|
|
1502
1502
|
},
|
|
1503
1503
|
set: function (v) {
|
|
1504
1504
|
this.ensureDataToolTipSummaryRowMargin();
|
|
1505
|
-
this.i.
|
|
1506
|
-
this._a("dataToolTipSummaryRowMarginTop", this.i.
|
|
1507
|
-
this.i.
|
|
1505
|
+
this.i.u6.top = +v;
|
|
1506
|
+
this._a("dataToolTipSummaryRowMarginTop", this.i.u6.top);
|
|
1507
|
+
this.i.u6 = this.i.u6;
|
|
1508
1508
|
},
|
|
1509
1509
|
enumerable: true,
|
|
1510
1510
|
configurable: true
|
|
1511
1511
|
});
|
|
1512
1512
|
IgcDomainChartComponent.prototype.ensureDataToolTipSummaryRowMargin = function () {
|
|
1513
|
-
if (this.i.
|
|
1513
|
+
if (this.i.u6) {
|
|
1514
1514
|
return;
|
|
1515
1515
|
}
|
|
1516
|
-
this.i.
|
|
1516
|
+
this.i.u6 = new Thickness(2);
|
|
1517
1517
|
};
|
|
1518
1518
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipSummaryValueTextColor", {
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Gets or sets the units text color.
|
|
1521
1521
|
*/
|
|
1522
1522
|
get: function () {
|
|
1523
|
-
return brushToString(this.i.
|
|
1523
|
+
return brushToString(this.i.t7);
|
|
1524
1524
|
},
|
|
1525
1525
|
set: function (v) {
|
|
1526
|
-
this.i.
|
|
1527
|
-
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.
|
|
1526
|
+
this.i.t7 = stringToBrush(v);
|
|
1527
|
+
this._a("dataToolTipSummaryValueTextColor", brushToString(this.i.t7));
|
|
1528
1528
|
},
|
|
1529
1529
|
enumerable: true,
|
|
1530
1530
|
configurable: true
|
|
@@ -1534,16 +1534,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1534
1534
|
* Gets or Sets the style to use for the units text.
|
|
1535
1535
|
*/
|
|
1536
1536
|
get: function () {
|
|
1537
|
-
if (this.i.
|
|
1537
|
+
if (this.i.ea == null) {
|
|
1538
1538
|
return null;
|
|
1539
1539
|
}
|
|
1540
|
-
return this.i.
|
|
1540
|
+
return this.i.ea.fontString;
|
|
1541
1541
|
},
|
|
1542
1542
|
set: function (v) {
|
|
1543
1543
|
var fi = new FontInfo();
|
|
1544
1544
|
fi.fontString = v;
|
|
1545
|
-
this.i.
|
|
1546
|
-
this._a("dataToolTipSummaryValueTextStyle", this.i.
|
|
1545
|
+
this.i.ea = fi;
|
|
1546
|
+
this._a("dataToolTipSummaryValueTextStyle", this.i.ea != null ? this.i.ea.fontString : "");
|
|
1547
1547
|
},
|
|
1548
1548
|
enumerable: true,
|
|
1549
1549
|
configurable: true
|
|
@@ -1553,10 +1553,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1553
1553
|
* Gets or sets the units text for the data legend.
|
|
1554
1554
|
*/
|
|
1555
1555
|
get: function () {
|
|
1556
|
-
return this.i.
|
|
1556
|
+
return this.i.ml;
|
|
1557
1557
|
},
|
|
1558
1558
|
set: function (v) {
|
|
1559
|
-
this.i.
|
|
1559
|
+
this.i.ml = v;
|
|
1560
1560
|
},
|
|
1561
1561
|
enumerable: true,
|
|
1562
1562
|
configurable: true
|
|
@@ -1566,11 +1566,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1566
1566
|
* Gets or sets the units text color.
|
|
1567
1567
|
*/
|
|
1568
1568
|
get: function () {
|
|
1569
|
-
return brushToString(this.i.
|
|
1569
|
+
return brushToString(this.i.t4);
|
|
1570
1570
|
},
|
|
1571
1571
|
set: function (v) {
|
|
1572
|
-
this.i.
|
|
1573
|
-
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.
|
|
1572
|
+
this.i.t4 = stringToBrush(v);
|
|
1573
|
+
this._a("dataToolTipSummaryLabelTextColor", brushToString(this.i.t4));
|
|
1574
1574
|
},
|
|
1575
1575
|
enumerable: true,
|
|
1576
1576
|
configurable: true
|
|
@@ -1580,16 +1580,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1580
1580
|
* Gets or Sets the style to use for the units text.
|
|
1581
1581
|
*/
|
|
1582
1582
|
get: function () {
|
|
1583
|
-
if (this.i.
|
|
1583
|
+
if (this.i.d7 == null) {
|
|
1584
1584
|
return null;
|
|
1585
1585
|
}
|
|
1586
|
-
return this.i.
|
|
1586
|
+
return this.i.d7.fontString;
|
|
1587
1587
|
},
|
|
1588
1588
|
set: function (v) {
|
|
1589
1589
|
var fi = new FontInfo();
|
|
1590
1590
|
fi.fontString = v;
|
|
1591
|
-
this.i.
|
|
1592
|
-
this._a("dataToolTipSummaryLabelTextStyle", this.i.
|
|
1591
|
+
this.i.d7 = fi;
|
|
1592
|
+
this._a("dataToolTipSummaryLabelTextStyle", this.i.d7 != null ? this.i.d7.fontString : "");
|
|
1593
1593
|
},
|
|
1594
1594
|
enumerable: true,
|
|
1595
1595
|
configurable: true
|
|
@@ -1599,10 +1599,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1599
1599
|
* Gets or sets the units text for the data legend.
|
|
1600
1600
|
*/
|
|
1601
1601
|
get: function () {
|
|
1602
|
-
return this.i.
|
|
1602
|
+
return this.i.mw;
|
|
1603
1603
|
},
|
|
1604
1604
|
set: function (v) {
|
|
1605
|
-
this.i.
|
|
1605
|
+
this.i.mw = v;
|
|
1606
1606
|
},
|
|
1607
1607
|
enumerable: true,
|
|
1608
1608
|
configurable: true
|
|
@@ -1612,11 +1612,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1612
1612
|
* Gets or sets the units text color.
|
|
1613
1613
|
*/
|
|
1614
1614
|
get: function () {
|
|
1615
|
-
return brushToString(this.i.
|
|
1615
|
+
return brushToString(this.i.t6);
|
|
1616
1616
|
},
|
|
1617
1617
|
set: function (v) {
|
|
1618
|
-
this.i.
|
|
1619
|
-
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.
|
|
1618
|
+
this.i.t6 = stringToBrush(v);
|
|
1619
|
+
this._a("dataToolTipSummaryUnitsTextColor", brushToString(this.i.t6));
|
|
1620
1620
|
},
|
|
1621
1621
|
enumerable: true,
|
|
1622
1622
|
configurable: true
|
|
@@ -1626,88 +1626,88 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1626
1626
|
* Gets or Sets the style to use for the units text.
|
|
1627
1627
|
*/
|
|
1628
1628
|
get: function () {
|
|
1629
|
-
if (this.i.
|
|
1629
|
+
if (this.i.d9 == null) {
|
|
1630
1630
|
return null;
|
|
1631
1631
|
}
|
|
1632
|
-
return this.i.
|
|
1632
|
+
return this.i.d9.fontString;
|
|
1633
1633
|
},
|
|
1634
1634
|
set: function (v) {
|
|
1635
1635
|
var fi = new FontInfo();
|
|
1636
1636
|
fi.fontString = v;
|
|
1637
|
-
this.i.
|
|
1638
|
-
this._a("dataToolTipSummaryUnitsTextStyle", this.i.
|
|
1637
|
+
this.i.d9 = fi;
|
|
1638
|
+
this._a("dataToolTipSummaryUnitsTextStyle", this.i.d9 != null ? this.i.d9.fontString : "");
|
|
1639
1639
|
},
|
|
1640
1640
|
enumerable: true,
|
|
1641
1641
|
configurable: true
|
|
1642
1642
|
});
|
|
1643
1643
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginBottom", {
|
|
1644
1644
|
get: function () {
|
|
1645
|
-
return this.i.
|
|
1645
|
+
return this.i.u2 ? this.i.u2.bottom : NaN;
|
|
1646
1646
|
},
|
|
1647
1647
|
set: function (v) {
|
|
1648
1648
|
this.ensureDataToolTipBadgeMargin();
|
|
1649
|
-
this.i.
|
|
1650
|
-
this._a("dataToolTipBadgeMarginBottom", this.i.
|
|
1651
|
-
this.i.
|
|
1649
|
+
this.i.u2.bottom = +v;
|
|
1650
|
+
this._a("dataToolTipBadgeMarginBottom", this.i.u2.bottom);
|
|
1651
|
+
this.i.u2 = this.i.u2;
|
|
1652
1652
|
},
|
|
1653
1653
|
enumerable: true,
|
|
1654
1654
|
configurable: true
|
|
1655
1655
|
});
|
|
1656
1656
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginLeft", {
|
|
1657
1657
|
get: function () {
|
|
1658
|
-
return this.i.
|
|
1658
|
+
return this.i.u2 ? this.i.u2.left : NaN;
|
|
1659
1659
|
},
|
|
1660
1660
|
set: function (v) {
|
|
1661
1661
|
this.ensureDataToolTipBadgeMargin();
|
|
1662
|
-
this.i.
|
|
1663
|
-
this._a("dataToolTipBadgeMarginLeft", this.i.
|
|
1664
|
-
this.i.
|
|
1662
|
+
this.i.u2.left = +v;
|
|
1663
|
+
this._a("dataToolTipBadgeMarginLeft", this.i.u2.left);
|
|
1664
|
+
this.i.u2 = this.i.u2;
|
|
1665
1665
|
},
|
|
1666
1666
|
enumerable: true,
|
|
1667
1667
|
configurable: true
|
|
1668
1668
|
});
|
|
1669
1669
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginRight", {
|
|
1670
1670
|
get: function () {
|
|
1671
|
-
return this.i.
|
|
1671
|
+
return this.i.u2 ? this.i.u2.right : NaN;
|
|
1672
1672
|
},
|
|
1673
1673
|
set: function (v) {
|
|
1674
1674
|
this.ensureDataToolTipBadgeMargin();
|
|
1675
|
-
this.i.
|
|
1676
|
-
this._a("dataToolTipBadgeMarginRight", this.i.
|
|
1677
|
-
this.i.
|
|
1675
|
+
this.i.u2.right = +v;
|
|
1676
|
+
this._a("dataToolTipBadgeMarginRight", this.i.u2.right);
|
|
1677
|
+
this.i.u2 = this.i.u2;
|
|
1678
1678
|
},
|
|
1679
1679
|
enumerable: true,
|
|
1680
1680
|
configurable: true
|
|
1681
1681
|
});
|
|
1682
1682
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeMarginTop", {
|
|
1683
1683
|
get: function () {
|
|
1684
|
-
return this.i.
|
|
1684
|
+
return this.i.u2 ? this.i.u2.top : NaN;
|
|
1685
1685
|
},
|
|
1686
1686
|
set: function (v) {
|
|
1687
1687
|
this.ensureDataToolTipBadgeMargin();
|
|
1688
|
-
this.i.
|
|
1689
|
-
this._a("dataToolTipBadgeMarginTop", this.i.
|
|
1690
|
-
this.i.
|
|
1688
|
+
this.i.u2.top = +v;
|
|
1689
|
+
this._a("dataToolTipBadgeMarginTop", this.i.u2.top);
|
|
1690
|
+
this.i.u2 = this.i.u2;
|
|
1691
1691
|
},
|
|
1692
1692
|
enumerable: true,
|
|
1693
1693
|
configurable: true
|
|
1694
1694
|
});
|
|
1695
1695
|
IgcDomainChartComponent.prototype.ensureDataToolTipBadgeMargin = function () {
|
|
1696
|
-
if (this.i.
|
|
1696
|
+
if (this.i.u2) {
|
|
1697
1697
|
return;
|
|
1698
1698
|
}
|
|
1699
|
-
this.i.
|
|
1699
|
+
this.i.u2 = new Thickness(2);
|
|
1700
1700
|
};
|
|
1701
1701
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipBadgeShape", {
|
|
1702
1702
|
/**
|
|
1703
1703
|
* Gets or sets the BadgeShape for the data legend.
|
|
1704
1704
|
*/
|
|
1705
1705
|
get: function () {
|
|
1706
|
-
return this.i.
|
|
1706
|
+
return this.i.cd;
|
|
1707
1707
|
},
|
|
1708
1708
|
set: function (v) {
|
|
1709
|
-
this.i.
|
|
1710
|
-
this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
1709
|
+
this.i.cd = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
1710
|
+
this._a("dataToolTipBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.cd));
|
|
1711
1711
|
},
|
|
1712
1712
|
enumerable: true,
|
|
1713
1713
|
configurable: true
|
|
@@ -1717,11 +1717,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1717
1717
|
* Gets or sets the UnitsMode for the data legend.
|
|
1718
1718
|
*/
|
|
1719
1719
|
get: function () {
|
|
1720
|
-
return this.i.
|
|
1720
|
+
return this.i.bl;
|
|
1721
1721
|
},
|
|
1722
1722
|
set: function (v) {
|
|
1723
|
-
this.i.
|
|
1724
|
-
this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.
|
|
1723
|
+
this.i.bl = ensureEnum(DataLegendUnitsMode_$type, v);
|
|
1724
|
+
this._a("dataToolTipUnitsDisplayMode", enumToString(DataLegendUnitsMode_$type, this.i.bl));
|
|
1725
1725
|
},
|
|
1726
1726
|
enumerable: true,
|
|
1727
1727
|
configurable: true
|
|
@@ -1731,10 +1731,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1731
1731
|
* Gets or sets the units text for the data legend.
|
|
1732
1732
|
*/
|
|
1733
1733
|
get: function () {
|
|
1734
|
-
return this.i.
|
|
1734
|
+
return this.i.m6;
|
|
1735
1735
|
},
|
|
1736
1736
|
set: function (v) {
|
|
1737
|
-
this.i.
|
|
1737
|
+
this.i.m6 = v;
|
|
1738
1738
|
},
|
|
1739
1739
|
enumerable: true,
|
|
1740
1740
|
configurable: true
|
|
@@ -1744,160 +1744,160 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1744
1744
|
* Gets or sets the units text color.
|
|
1745
1745
|
*/
|
|
1746
1746
|
get: function () {
|
|
1747
|
-
return brushToString(this.i.
|
|
1747
|
+
return brushToString(this.i.t9);
|
|
1748
1748
|
},
|
|
1749
1749
|
set: function (v) {
|
|
1750
|
-
this.i.
|
|
1751
|
-
this._a("dataToolTipUnitsTextColor", brushToString(this.i.
|
|
1750
|
+
this.i.t9 = stringToBrush(v);
|
|
1751
|
+
this._a("dataToolTipUnitsTextColor", brushToString(this.i.t9));
|
|
1752
1752
|
},
|
|
1753
1753
|
enumerable: true,
|
|
1754
1754
|
configurable: true
|
|
1755
1755
|
});
|
|
1756
1756
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginBottom", {
|
|
1757
1757
|
get: function () {
|
|
1758
|
-
return this.i.
|
|
1758
|
+
return this.i.u9 ? this.i.u9.bottom : NaN;
|
|
1759
1759
|
},
|
|
1760
1760
|
set: function (v) {
|
|
1761
1761
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1762
|
-
this.i.
|
|
1763
|
-
this._a("dataToolTipUnitsTextMarginBottom", this.i.
|
|
1764
|
-
this.i.
|
|
1762
|
+
this.i.u9.bottom = +v;
|
|
1763
|
+
this._a("dataToolTipUnitsTextMarginBottom", this.i.u9.bottom);
|
|
1764
|
+
this.i.u9 = this.i.u9;
|
|
1765
1765
|
},
|
|
1766
1766
|
enumerable: true,
|
|
1767
1767
|
configurable: true
|
|
1768
1768
|
});
|
|
1769
1769
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginLeft", {
|
|
1770
1770
|
get: function () {
|
|
1771
|
-
return this.i.
|
|
1771
|
+
return this.i.u9 ? this.i.u9.left : NaN;
|
|
1772
1772
|
},
|
|
1773
1773
|
set: function (v) {
|
|
1774
1774
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1775
|
-
this.i.
|
|
1776
|
-
this._a("dataToolTipUnitsTextMarginLeft", this.i.
|
|
1777
|
-
this.i.
|
|
1775
|
+
this.i.u9.left = +v;
|
|
1776
|
+
this._a("dataToolTipUnitsTextMarginLeft", this.i.u9.left);
|
|
1777
|
+
this.i.u9 = this.i.u9;
|
|
1778
1778
|
},
|
|
1779
1779
|
enumerable: true,
|
|
1780
1780
|
configurable: true
|
|
1781
1781
|
});
|
|
1782
1782
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginRight", {
|
|
1783
1783
|
get: function () {
|
|
1784
|
-
return this.i.
|
|
1784
|
+
return this.i.u9 ? this.i.u9.right : NaN;
|
|
1785
1785
|
},
|
|
1786
1786
|
set: function (v) {
|
|
1787
1787
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1788
|
-
this.i.
|
|
1789
|
-
this._a("dataToolTipUnitsTextMarginRight", this.i.
|
|
1790
|
-
this.i.
|
|
1788
|
+
this.i.u9.right = +v;
|
|
1789
|
+
this._a("dataToolTipUnitsTextMarginRight", this.i.u9.right);
|
|
1790
|
+
this.i.u9 = this.i.u9;
|
|
1791
1791
|
},
|
|
1792
1792
|
enumerable: true,
|
|
1793
1793
|
configurable: true
|
|
1794
1794
|
});
|
|
1795
1795
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextMarginTop", {
|
|
1796
1796
|
get: function () {
|
|
1797
|
-
return this.i.
|
|
1797
|
+
return this.i.u9 ? this.i.u9.top : NaN;
|
|
1798
1798
|
},
|
|
1799
1799
|
set: function (v) {
|
|
1800
1800
|
this.ensureDataToolTipUnitsTextMargin();
|
|
1801
|
-
this.i.
|
|
1802
|
-
this._a("dataToolTipUnitsTextMarginTop", this.i.
|
|
1803
|
-
this.i.
|
|
1801
|
+
this.i.u9.top = +v;
|
|
1802
|
+
this._a("dataToolTipUnitsTextMarginTop", this.i.u9.top);
|
|
1803
|
+
this.i.u9 = this.i.u9;
|
|
1804
1804
|
},
|
|
1805
1805
|
enumerable: true,
|
|
1806
1806
|
configurable: true
|
|
1807
1807
|
});
|
|
1808
1808
|
IgcDomainChartComponent.prototype.ensureDataToolTipUnitsTextMargin = function () {
|
|
1809
|
-
if (this.i.
|
|
1809
|
+
if (this.i.u9) {
|
|
1810
1810
|
return;
|
|
1811
1811
|
}
|
|
1812
|
-
this.i.
|
|
1812
|
+
this.i.u9 = new Thickness(2);
|
|
1813
1813
|
};
|
|
1814
1814
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipUnitsTextStyle", {
|
|
1815
1815
|
/**
|
|
1816
1816
|
* Gets or Sets the style to use for the units text.
|
|
1817
1817
|
*/
|
|
1818
1818
|
get: function () {
|
|
1819
|
-
if (this.i.
|
|
1819
|
+
if (this.i.ec == null) {
|
|
1820
1820
|
return null;
|
|
1821
1821
|
}
|
|
1822
|
-
return this.i.
|
|
1822
|
+
return this.i.ec.fontString;
|
|
1823
1823
|
},
|
|
1824
1824
|
set: function (v) {
|
|
1825
1825
|
var fi = new FontInfo();
|
|
1826
1826
|
fi.fontString = v;
|
|
1827
|
-
this.i.
|
|
1828
|
-
this._a("dataToolTipUnitsTextStyle", this.i.
|
|
1827
|
+
this.i.ec = fi;
|
|
1828
|
+
this._a("dataToolTipUnitsTextStyle", this.i.ec != null ? this.i.ec.fontString : "");
|
|
1829
1829
|
},
|
|
1830
1830
|
enumerable: true,
|
|
1831
1831
|
configurable: true
|
|
1832
1832
|
});
|
|
1833
1833
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginBottom", {
|
|
1834
1834
|
get: function () {
|
|
1835
|
-
return this.i.
|
|
1835
|
+
return this.i.u8 ? this.i.u8.bottom : NaN;
|
|
1836
1836
|
},
|
|
1837
1837
|
set: function (v) {
|
|
1838
1838
|
this.ensureDataToolTipTitleTextMargin();
|
|
1839
|
-
this.i.
|
|
1840
|
-
this._a("dataToolTipTitleTextMarginBottom", this.i.
|
|
1841
|
-
this.i.
|
|
1839
|
+
this.i.u8.bottom = +v;
|
|
1840
|
+
this._a("dataToolTipTitleTextMarginBottom", this.i.u8.bottom);
|
|
1841
|
+
this.i.u8 = this.i.u8;
|
|
1842
1842
|
},
|
|
1843
1843
|
enumerable: true,
|
|
1844
1844
|
configurable: true
|
|
1845
1845
|
});
|
|
1846
1846
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginLeft", {
|
|
1847
1847
|
get: function () {
|
|
1848
|
-
return this.i.
|
|
1848
|
+
return this.i.u8 ? this.i.u8.left : NaN;
|
|
1849
1849
|
},
|
|
1850
1850
|
set: function (v) {
|
|
1851
1851
|
this.ensureDataToolTipTitleTextMargin();
|
|
1852
|
-
this.i.
|
|
1853
|
-
this._a("dataToolTipTitleTextMarginLeft", this.i.
|
|
1854
|
-
this.i.
|
|
1852
|
+
this.i.u8.left = +v;
|
|
1853
|
+
this._a("dataToolTipTitleTextMarginLeft", this.i.u8.left);
|
|
1854
|
+
this.i.u8 = this.i.u8;
|
|
1855
1855
|
},
|
|
1856
1856
|
enumerable: true,
|
|
1857
1857
|
configurable: true
|
|
1858
1858
|
});
|
|
1859
1859
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginRight", {
|
|
1860
1860
|
get: function () {
|
|
1861
|
-
return this.i.
|
|
1861
|
+
return this.i.u8 ? this.i.u8.right : NaN;
|
|
1862
1862
|
},
|
|
1863
1863
|
set: function (v) {
|
|
1864
1864
|
this.ensureDataToolTipTitleTextMargin();
|
|
1865
|
-
this.i.
|
|
1866
|
-
this._a("dataToolTipTitleTextMarginRight", this.i.
|
|
1867
|
-
this.i.
|
|
1865
|
+
this.i.u8.right = +v;
|
|
1866
|
+
this._a("dataToolTipTitleTextMarginRight", this.i.u8.right);
|
|
1867
|
+
this.i.u8 = this.i.u8;
|
|
1868
1868
|
},
|
|
1869
1869
|
enumerable: true,
|
|
1870
1870
|
configurable: true
|
|
1871
1871
|
});
|
|
1872
1872
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextMarginTop", {
|
|
1873
1873
|
get: function () {
|
|
1874
|
-
return this.i.
|
|
1874
|
+
return this.i.u8 ? this.i.u8.top : NaN;
|
|
1875
1875
|
},
|
|
1876
1876
|
set: function (v) {
|
|
1877
1877
|
this.ensureDataToolTipTitleTextMargin();
|
|
1878
|
-
this.i.
|
|
1879
|
-
this._a("dataToolTipTitleTextMarginTop", this.i.
|
|
1880
|
-
this.i.
|
|
1878
|
+
this.i.u8.top = +v;
|
|
1879
|
+
this._a("dataToolTipTitleTextMarginTop", this.i.u8.top);
|
|
1880
|
+
this.i.u8 = this.i.u8;
|
|
1881
1881
|
},
|
|
1882
1882
|
enumerable: true,
|
|
1883
1883
|
configurable: true
|
|
1884
1884
|
});
|
|
1885
1885
|
IgcDomainChartComponent.prototype.ensureDataToolTipTitleTextMargin = function () {
|
|
1886
|
-
if (this.i.
|
|
1886
|
+
if (this.i.u8) {
|
|
1887
1887
|
return;
|
|
1888
1888
|
}
|
|
1889
|
-
this.i.
|
|
1889
|
+
this.i.u8 = new Thickness(2);
|
|
1890
1890
|
};
|
|
1891
1891
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipTitleTextColor", {
|
|
1892
1892
|
/**
|
|
1893
1893
|
* Gets or sets the display text color.
|
|
1894
1894
|
*/
|
|
1895
1895
|
get: function () {
|
|
1896
|
-
return brushToString(this.i.
|
|
1896
|
+
return brushToString(this.i.t8);
|
|
1897
1897
|
},
|
|
1898
1898
|
set: function (v) {
|
|
1899
|
-
this.i.
|
|
1900
|
-
this._a("dataToolTipTitleTextColor", brushToString(this.i.
|
|
1899
|
+
this.i.t8 = stringToBrush(v);
|
|
1900
|
+
this._a("dataToolTipTitleTextColor", brushToString(this.i.t8));
|
|
1901
1901
|
},
|
|
1902
1902
|
enumerable: true,
|
|
1903
1903
|
configurable: true
|
|
@@ -1907,16 +1907,16 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1907
1907
|
* Gets or Sets the style to use for the display text.
|
|
1908
1908
|
*/
|
|
1909
1909
|
get: function () {
|
|
1910
|
-
if (this.i.
|
|
1910
|
+
if (this.i.eb == null) {
|
|
1911
1911
|
return null;
|
|
1912
1912
|
}
|
|
1913
|
-
return this.i.
|
|
1913
|
+
return this.i.eb.fontString;
|
|
1914
1914
|
},
|
|
1915
1915
|
set: function (v) {
|
|
1916
1916
|
var fi = new FontInfo();
|
|
1917
1917
|
fi.fontString = v;
|
|
1918
|
-
this.i.
|
|
1919
|
-
this._a("dataToolTipTitleTextStyle", this.i.
|
|
1918
|
+
this.i.eb = fi;
|
|
1919
|
+
this._a("dataToolTipTitleTextStyle", this.i.eb != null ? this.i.eb.fontString : "");
|
|
1920
1920
|
},
|
|
1921
1921
|
enumerable: true,
|
|
1922
1922
|
configurable: true
|
|
@@ -1926,11 +1926,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1926
1926
|
* Gets or sets the mode for displaying labels before series values in the data legend, e.g. O: H: L: C: for financial series
|
|
1927
1927
|
*/
|
|
1928
1928
|
get: function () {
|
|
1929
|
-
return this.i.
|
|
1929
|
+
return this.i.bh;
|
|
1930
1930
|
},
|
|
1931
1931
|
set: function (v) {
|
|
1932
|
-
this.i.
|
|
1933
|
-
this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.
|
|
1932
|
+
this.i.bh = ensureEnum(DataLegendLabelMode_$type, v);
|
|
1933
|
+
this._a("dataToolTipLabelDisplayMode", enumToString(DataLegendLabelMode_$type, this.i.bh));
|
|
1934
1934
|
},
|
|
1935
1935
|
enumerable: true,
|
|
1936
1936
|
configurable: true
|
|
@@ -1940,88 +1940,88 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1940
1940
|
* Gets or sets the units text color.
|
|
1941
1941
|
*/
|
|
1942
1942
|
get: function () {
|
|
1943
|
-
return brushToString(this.i.
|
|
1943
|
+
return brushToString(this.i.t3);
|
|
1944
1944
|
},
|
|
1945
1945
|
set: function (v) {
|
|
1946
|
-
this.i.
|
|
1947
|
-
this._a("dataToolTipLabelTextColor", brushToString(this.i.
|
|
1946
|
+
this.i.t3 = stringToBrush(v);
|
|
1947
|
+
this._a("dataToolTipLabelTextColor", brushToString(this.i.t3));
|
|
1948
1948
|
},
|
|
1949
1949
|
enumerable: true,
|
|
1950
1950
|
configurable: true
|
|
1951
1951
|
});
|
|
1952
1952
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginBottom", {
|
|
1953
1953
|
get: function () {
|
|
1954
|
-
return this.i.
|
|
1954
|
+
return this.i.u5 ? this.i.u5.bottom : NaN;
|
|
1955
1955
|
},
|
|
1956
1956
|
set: function (v) {
|
|
1957
1957
|
this.ensureDataToolTipLabelTextMargin();
|
|
1958
|
-
this.i.
|
|
1959
|
-
this._a("dataToolTipLabelTextMarginBottom", this.i.
|
|
1960
|
-
this.i.
|
|
1958
|
+
this.i.u5.bottom = +v;
|
|
1959
|
+
this._a("dataToolTipLabelTextMarginBottom", this.i.u5.bottom);
|
|
1960
|
+
this.i.u5 = this.i.u5;
|
|
1961
1961
|
},
|
|
1962
1962
|
enumerable: true,
|
|
1963
1963
|
configurable: true
|
|
1964
1964
|
});
|
|
1965
1965
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginLeft", {
|
|
1966
1966
|
get: function () {
|
|
1967
|
-
return this.i.
|
|
1967
|
+
return this.i.u5 ? this.i.u5.left : NaN;
|
|
1968
1968
|
},
|
|
1969
1969
|
set: function (v) {
|
|
1970
1970
|
this.ensureDataToolTipLabelTextMargin();
|
|
1971
|
-
this.i.
|
|
1972
|
-
this._a("dataToolTipLabelTextMarginLeft", this.i.
|
|
1973
|
-
this.i.
|
|
1971
|
+
this.i.u5.left = +v;
|
|
1972
|
+
this._a("dataToolTipLabelTextMarginLeft", this.i.u5.left);
|
|
1973
|
+
this.i.u5 = this.i.u5;
|
|
1974
1974
|
},
|
|
1975
1975
|
enumerable: true,
|
|
1976
1976
|
configurable: true
|
|
1977
1977
|
});
|
|
1978
1978
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginRight", {
|
|
1979
1979
|
get: function () {
|
|
1980
|
-
return this.i.
|
|
1980
|
+
return this.i.u5 ? this.i.u5.right : NaN;
|
|
1981
1981
|
},
|
|
1982
1982
|
set: function (v) {
|
|
1983
1983
|
this.ensureDataToolTipLabelTextMargin();
|
|
1984
|
-
this.i.
|
|
1985
|
-
this._a("dataToolTipLabelTextMarginRight", this.i.
|
|
1986
|
-
this.i.
|
|
1984
|
+
this.i.u5.right = +v;
|
|
1985
|
+
this._a("dataToolTipLabelTextMarginRight", this.i.u5.right);
|
|
1986
|
+
this.i.u5 = this.i.u5;
|
|
1987
1987
|
},
|
|
1988
1988
|
enumerable: true,
|
|
1989
1989
|
configurable: true
|
|
1990
1990
|
});
|
|
1991
1991
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextMarginTop", {
|
|
1992
1992
|
get: function () {
|
|
1993
|
-
return this.i.
|
|
1993
|
+
return this.i.u5 ? this.i.u5.top : NaN;
|
|
1994
1994
|
},
|
|
1995
1995
|
set: function (v) {
|
|
1996
1996
|
this.ensureDataToolTipLabelTextMargin();
|
|
1997
|
-
this.i.
|
|
1998
|
-
this._a("dataToolTipLabelTextMarginTop", this.i.
|
|
1999
|
-
this.i.
|
|
1997
|
+
this.i.u5.top = +v;
|
|
1998
|
+
this._a("dataToolTipLabelTextMarginTop", this.i.u5.top);
|
|
1999
|
+
this.i.u5 = this.i.u5;
|
|
2000
2000
|
},
|
|
2001
2001
|
enumerable: true,
|
|
2002
2002
|
configurable: true
|
|
2003
2003
|
});
|
|
2004
2004
|
IgcDomainChartComponent.prototype.ensureDataToolTipLabelTextMargin = function () {
|
|
2005
|
-
if (this.i.
|
|
2005
|
+
if (this.i.u5) {
|
|
2006
2006
|
return;
|
|
2007
2007
|
}
|
|
2008
|
-
this.i.
|
|
2008
|
+
this.i.u5 = new Thickness(2);
|
|
2009
2009
|
};
|
|
2010
2010
|
Object.defineProperty(IgcDomainChartComponent.prototype, "dataToolTipLabelTextStyle", {
|
|
2011
2011
|
/**
|
|
2012
2012
|
* Gets or Sets the style to use for the units text.
|
|
2013
2013
|
*/
|
|
2014
2014
|
get: function () {
|
|
2015
|
-
if (this.i.
|
|
2015
|
+
if (this.i.d6 == null) {
|
|
2016
2016
|
return null;
|
|
2017
2017
|
}
|
|
2018
|
-
return this.i.
|
|
2018
|
+
return this.i.d6.fontString;
|
|
2019
2019
|
},
|
|
2020
2020
|
set: function (v) {
|
|
2021
2021
|
var fi = new FontInfo();
|
|
2022
2022
|
fi.fontString = v;
|
|
2023
|
-
this.i.
|
|
2024
|
-
this._a("dataToolTipLabelTextStyle", this.i.
|
|
2023
|
+
this.i.d6 = fi;
|
|
2024
|
+
this._a("dataToolTipLabelTextStyle", this.i.d6 != null ? this.i.d6.fontString : "");
|
|
2025
2025
|
},
|
|
2026
2026
|
enumerable: true,
|
|
2027
2027
|
configurable: true
|
|
@@ -2031,7 +2031,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2031
2031
|
* Gets the domain type of this chart
|
|
2032
2032
|
*/
|
|
2033
2033
|
get: function () {
|
|
2034
|
-
return this.i.
|
|
2034
|
+
return this.i.bz;
|
|
2035
2035
|
},
|
|
2036
2036
|
enumerable: true,
|
|
2037
2037
|
configurable: true
|
|
@@ -2041,30 +2041,42 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2041
2041
|
* 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.
|
|
2042
2042
|
*/
|
|
2043
2043
|
get: function () {
|
|
2044
|
-
|
|
2044
|
+
var r = this.i.ay;
|
|
2045
|
+
if (r == null) {
|
|
2045
2046
|
return null;
|
|
2046
2047
|
}
|
|
2047
|
-
if (!
|
|
2048
|
+
if (!r.externalObject) {
|
|
2048
2049
|
var e = new IgcChartSortDescriptionCollection();
|
|
2049
|
-
e.
|
|
2050
|
-
|
|
2050
|
+
if (e.i.setNativeElement) {
|
|
2051
|
+
e.i.setNativeElement(r);
|
|
2052
|
+
}
|
|
2053
|
+
else {
|
|
2054
|
+
e._implementation = r;
|
|
2055
|
+
}
|
|
2056
|
+
r.externalObject = e;
|
|
2051
2057
|
}
|
|
2052
|
-
return
|
|
2058
|
+
return r.externalObject;
|
|
2053
2059
|
},
|
|
2054
2060
|
enumerable: true,
|
|
2055
2061
|
configurable: true
|
|
2056
2062
|
});
|
|
2057
2063
|
Object.defineProperty(IgcDomainChartComponent.prototype, "groupSortDescriptions", {
|
|
2058
2064
|
get: function () {
|
|
2059
|
-
|
|
2065
|
+
var r = this.i.au;
|
|
2066
|
+
if (r == null) {
|
|
2060
2067
|
return null;
|
|
2061
2068
|
}
|
|
2062
|
-
if (!
|
|
2069
|
+
if (!r.externalObject) {
|
|
2063
2070
|
var e = new IgcChartSortDescriptionCollection();
|
|
2064
|
-
e.
|
|
2065
|
-
|
|
2071
|
+
if (e.i.setNativeElement) {
|
|
2072
|
+
e.i.setNativeElement(r);
|
|
2073
|
+
}
|
|
2074
|
+
else {
|
|
2075
|
+
e._implementation = r;
|
|
2076
|
+
}
|
|
2077
|
+
r.externalObject = e;
|
|
2066
2078
|
}
|
|
2067
|
-
return
|
|
2079
|
+
return r.externalObject;
|
|
2068
2080
|
},
|
|
2069
2081
|
enumerable: true,
|
|
2070
2082
|
configurable: true
|
|
@@ -2074,15 +2086,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2074
2086
|
* 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.
|
|
2075
2087
|
*/
|
|
2076
2088
|
get: function () {
|
|
2077
|
-
|
|
2089
|
+
var r = this.i.at;
|
|
2090
|
+
if (r == null) {
|
|
2078
2091
|
return null;
|
|
2079
2092
|
}
|
|
2080
|
-
if (!
|
|
2093
|
+
if (!r.externalObject) {
|
|
2081
2094
|
var e = new IgcChartSortDescriptionCollection();
|
|
2082
|
-
e.
|
|
2083
|
-
|
|
2095
|
+
if (e.i.setNativeElement) {
|
|
2096
|
+
e.i.setNativeElement(r);
|
|
2097
|
+
}
|
|
2098
|
+
else {
|
|
2099
|
+
e._implementation = r;
|
|
2100
|
+
}
|
|
2101
|
+
r.externalObject = e;
|
|
2084
2102
|
}
|
|
2085
|
-
return
|
|
2103
|
+
return r.externalObject;
|
|
2086
2104
|
},
|
|
2087
2105
|
enumerable: true,
|
|
2088
2106
|
configurable: true
|
|
@@ -2092,15 +2110,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2092
2110
|
* 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.
|
|
2093
2111
|
*/
|
|
2094
2112
|
get: function () {
|
|
2095
|
-
|
|
2113
|
+
var r = this.i.dr;
|
|
2114
|
+
if (r == null) {
|
|
2096
2115
|
return null;
|
|
2097
2116
|
}
|
|
2098
|
-
if (!
|
|
2117
|
+
if (!r.externalObject) {
|
|
2099
2118
|
var e = new IgcFilterExpressionCollection();
|
|
2100
|
-
e.
|
|
2101
|
-
|
|
2119
|
+
if (e.i.setNativeElement) {
|
|
2120
|
+
e.i.setNativeElement(r);
|
|
2121
|
+
}
|
|
2122
|
+
else {
|
|
2123
|
+
e._implementation = r;
|
|
2124
|
+
}
|
|
2125
|
+
r.externalObject = e;
|
|
2102
2126
|
}
|
|
2103
|
-
return
|
|
2127
|
+
return r.externalObject;
|
|
2104
2128
|
},
|
|
2105
2129
|
enumerable: true,
|
|
2106
2130
|
configurable: true
|
|
@@ -2110,15 +2134,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2110
2134
|
* Gets the current summaries that are applied to the grid.
|
|
2111
2135
|
*/
|
|
2112
2136
|
get: function () {
|
|
2113
|
-
|
|
2137
|
+
var r = this.i.a2;
|
|
2138
|
+
if (r == null) {
|
|
2114
2139
|
return null;
|
|
2115
2140
|
}
|
|
2116
|
-
if (!
|
|
2141
|
+
if (!r.externalObject) {
|
|
2117
2142
|
var e = new IgcChartSummaryDescriptionCollection();
|
|
2118
|
-
e.
|
|
2119
|
-
|
|
2143
|
+
if (e.i.setNativeElement) {
|
|
2144
|
+
e.i.setNativeElement(r);
|
|
2145
|
+
}
|
|
2146
|
+
else {
|
|
2147
|
+
e._implementation = r;
|
|
2148
|
+
}
|
|
2149
|
+
r.externalObject = e;
|
|
2120
2150
|
}
|
|
2121
|
-
return
|
|
2151
|
+
return r.externalObject;
|
|
2122
2152
|
},
|
|
2123
2153
|
enumerable: true,
|
|
2124
2154
|
configurable: true
|
|
@@ -2128,15 +2158,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2128
2158
|
* Gets the initial sorts that are applied to the chart.
|
|
2129
2159
|
*/
|
|
2130
2160
|
get: function () {
|
|
2131
|
-
|
|
2161
|
+
var r = this.i.ax;
|
|
2162
|
+
if (r == null) {
|
|
2132
2163
|
return null;
|
|
2133
2164
|
}
|
|
2134
|
-
if (!
|
|
2165
|
+
if (!r.externalObject) {
|
|
2135
2166
|
var e = new IgcChartSortDescriptionCollection();
|
|
2136
|
-
e.
|
|
2137
|
-
|
|
2167
|
+
if (e.i.setNativeElement) {
|
|
2168
|
+
e.i.setNativeElement(r);
|
|
2169
|
+
}
|
|
2170
|
+
else {
|
|
2171
|
+
e._implementation = r;
|
|
2172
|
+
}
|
|
2173
|
+
r.externalObject = e;
|
|
2138
2174
|
}
|
|
2139
|
-
return
|
|
2175
|
+
return r.externalObject;
|
|
2140
2176
|
},
|
|
2141
2177
|
enumerable: true,
|
|
2142
2178
|
configurable: true
|
|
@@ -2146,15 +2182,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2146
2182
|
* Gets the initial sorts that are applied to the chart after groupings and summaries are applied.
|
|
2147
2183
|
*/
|
|
2148
2184
|
get: function () {
|
|
2149
|
-
|
|
2185
|
+
var r = this.i.aw;
|
|
2186
|
+
if (r == null) {
|
|
2150
2187
|
return null;
|
|
2151
2188
|
}
|
|
2152
|
-
if (!
|
|
2189
|
+
if (!r.externalObject) {
|
|
2153
2190
|
var e = new IgcChartSortDescriptionCollection();
|
|
2154
|
-
e.
|
|
2155
|
-
|
|
2191
|
+
if (e.i.setNativeElement) {
|
|
2192
|
+
e.i.setNativeElement(r);
|
|
2193
|
+
}
|
|
2194
|
+
else {
|
|
2195
|
+
e._implementation = r;
|
|
2196
|
+
}
|
|
2197
|
+
r.externalObject = e;
|
|
2156
2198
|
}
|
|
2157
|
-
return
|
|
2199
|
+
return r.externalObject;
|
|
2158
2200
|
},
|
|
2159
2201
|
enumerable: true,
|
|
2160
2202
|
configurable: true
|
|
@@ -2164,15 +2206,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2164
2206
|
* Gets the initial groupings that are applied to the chart.
|
|
2165
2207
|
*/
|
|
2166
2208
|
get: function () {
|
|
2167
|
-
|
|
2209
|
+
var r = this.i.av;
|
|
2210
|
+
if (r == null) {
|
|
2168
2211
|
return null;
|
|
2169
2212
|
}
|
|
2170
|
-
if (!
|
|
2213
|
+
if (!r.externalObject) {
|
|
2171
2214
|
var e = new IgcChartSortDescriptionCollection();
|
|
2172
|
-
e.
|
|
2173
|
-
|
|
2215
|
+
if (e.i.setNativeElement) {
|
|
2216
|
+
e.i.setNativeElement(r);
|
|
2217
|
+
}
|
|
2218
|
+
else {
|
|
2219
|
+
e._implementation = r;
|
|
2220
|
+
}
|
|
2221
|
+
r.externalObject = e;
|
|
2174
2222
|
}
|
|
2175
|
-
return
|
|
2223
|
+
return r.externalObject;
|
|
2176
2224
|
},
|
|
2177
2225
|
enumerable: true,
|
|
2178
2226
|
configurable: true
|
|
@@ -2182,15 +2230,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2182
2230
|
* Gets the initial summaries that are applied to the chart.
|
|
2183
2231
|
*/
|
|
2184
2232
|
get: function () {
|
|
2185
|
-
|
|
2233
|
+
var r = this.i.a1;
|
|
2234
|
+
if (r == null) {
|
|
2186
2235
|
return null;
|
|
2187
2236
|
}
|
|
2188
|
-
if (!
|
|
2237
|
+
if (!r.externalObject) {
|
|
2189
2238
|
var e = new IgcChartSummaryDescriptionCollection();
|
|
2190
|
-
e.
|
|
2191
|
-
|
|
2239
|
+
if (e.i.setNativeElement) {
|
|
2240
|
+
e.i.setNativeElement(r);
|
|
2241
|
+
}
|
|
2242
|
+
else {
|
|
2243
|
+
e._implementation = r;
|
|
2244
|
+
}
|
|
2245
|
+
r.externalObject = e;
|
|
2192
2246
|
}
|
|
2193
|
-
return
|
|
2247
|
+
return r.externalObject;
|
|
2194
2248
|
},
|
|
2195
2249
|
enumerable: true,
|
|
2196
2250
|
configurable: true
|
|
@@ -2200,10 +2254,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2200
2254
|
* Gets or sets the sorts to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
2201
2255
|
*/
|
|
2202
2256
|
get: function () {
|
|
2203
|
-
return this.i.
|
|
2257
|
+
return this.i.ok;
|
|
2204
2258
|
},
|
|
2205
2259
|
set: function (v) {
|
|
2206
|
-
this.i.
|
|
2260
|
+
this.i.ok = v;
|
|
2207
2261
|
},
|
|
2208
2262
|
enumerable: true,
|
|
2209
2263
|
configurable: true
|
|
@@ -2213,10 +2267,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2213
2267
|
* Gets or sets the sorts to apply after grouping has been applied.
|
|
2214
2268
|
*/
|
|
2215
2269
|
get: function () {
|
|
2216
|
-
return this.i.
|
|
2270
|
+
return this.i.n1;
|
|
2217
2271
|
},
|
|
2218
2272
|
set: function (v) {
|
|
2219
|
-
this.i.
|
|
2273
|
+
this.i.n1 = v;
|
|
2220
2274
|
},
|
|
2221
2275
|
enumerable: true,
|
|
2222
2276
|
configurable: true
|
|
@@ -2226,10 +2280,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2226
2280
|
* Gets or sets the groupings to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
2227
2281
|
*/
|
|
2228
2282
|
get: function () {
|
|
2229
|
-
return this.i.
|
|
2283
|
+
return this.i.oi;
|
|
2230
2284
|
},
|
|
2231
2285
|
set: function (v) {
|
|
2232
|
-
this.i.
|
|
2286
|
+
this.i.oi = v;
|
|
2233
2287
|
},
|
|
2234
2288
|
enumerable: true,
|
|
2235
2289
|
configurable: true
|
|
@@ -2239,10 +2293,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2239
2293
|
* Gets or sets the summaries to apply to the chart. This property will become ignored if sorts are changed outside of this property.
|
|
2240
2294
|
*/
|
|
2241
2295
|
get: function () {
|
|
2242
|
-
return this.i.
|
|
2296
|
+
return this.i.om;
|
|
2243
2297
|
},
|
|
2244
2298
|
set: function (v) {
|
|
2245
|
-
this.i.
|
|
2299
|
+
this.i.om = v;
|
|
2246
2300
|
},
|
|
2247
2301
|
enumerable: true,
|
|
2248
2302
|
configurable: true
|
|
@@ -2370,11 +2424,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2370
2424
|
* ```
|
|
2371
2425
|
*/
|
|
2372
2426
|
get: function () {
|
|
2373
|
-
return this.i.
|
|
2427
|
+
return this.i.fs;
|
|
2374
2428
|
},
|
|
2375
2429
|
set: function (v) {
|
|
2376
|
-
this.i.
|
|
2377
|
-
this._a("isHorizontalZoomEnabled", this.i.
|
|
2430
|
+
this.i.fs = ensureBool(v);
|
|
2431
|
+
this._a("isHorizontalZoomEnabled", this.i.fs);
|
|
2378
2432
|
},
|
|
2379
2433
|
enumerable: true,
|
|
2380
2434
|
configurable: true
|
|
@@ -2390,11 +2444,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2390
2444
|
* ```
|
|
2391
2445
|
*/
|
|
2392
2446
|
get: function () {
|
|
2393
|
-
return this.i.
|
|
2447
|
+
return this.i.fy;
|
|
2394
2448
|
},
|
|
2395
2449
|
set: function (v) {
|
|
2396
|
-
this.i.
|
|
2397
|
-
this._a("isVerticalZoomEnabled", this.i.
|
|
2450
|
+
this.i.fy = ensureBool(v);
|
|
2451
|
+
this._a("isVerticalZoomEnabled", this.i.fy);
|
|
2398
2452
|
},
|
|
2399
2453
|
enumerable: true,
|
|
2400
2454
|
configurable: true
|
|
@@ -2404,11 +2458,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2404
2458
|
* 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.
|
|
2405
2459
|
*/
|
|
2406
2460
|
get: function () {
|
|
2407
|
-
return this.i.
|
|
2461
|
+
return this.i.f1;
|
|
2408
2462
|
},
|
|
2409
2463
|
set: function (v) {
|
|
2410
|
-
this.i.
|
|
2411
|
-
this._a("shouldDisplayMockData", this.i.
|
|
2464
|
+
this.i.f1 = ensureBool(v);
|
|
2465
|
+
this._a("shouldDisplayMockData", this.i.f1);
|
|
2412
2466
|
},
|
|
2413
2467
|
enumerable: true,
|
|
2414
2468
|
configurable: true
|
|
@@ -2418,11 +2472,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2418
2472
|
* Gets or sets whether the chart should use a faded skeleton style for mock data.
|
|
2419
2473
|
*/
|
|
2420
2474
|
get: function () {
|
|
2421
|
-
return this.i.
|
|
2475
|
+
return this.i.f4;
|
|
2422
2476
|
},
|
|
2423
2477
|
set: function (v) {
|
|
2424
|
-
this.i.
|
|
2425
|
-
this._a("shouldUseSkeletonStyleForMockData", this.i.
|
|
2478
|
+
this.i.f4 = ensureBool(v);
|
|
2479
|
+
this._a("shouldUseSkeletonStyleForMockData", this.i.f4);
|
|
2426
2480
|
},
|
|
2427
2481
|
enumerable: true,
|
|
2428
2482
|
configurable: true
|
|
@@ -2433,11 +2487,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2433
2487
|
* This property applies to Category Chart and Financial Chart controls.
|
|
2434
2488
|
*/
|
|
2435
2489
|
get: function () {
|
|
2436
|
-
return this.i.
|
|
2490
|
+
return this.i.fu;
|
|
2437
2491
|
},
|
|
2438
2492
|
set: function (v) {
|
|
2439
|
-
this.i.
|
|
2440
|
-
this._a("isSeriesHighlightingEnabled", this.i.
|
|
2493
|
+
this.i.fu = ensureBool(v);
|
|
2494
|
+
this._a("isSeriesHighlightingEnabled", this.i.fu);
|
|
2441
2495
|
},
|
|
2442
2496
|
enumerable: true,
|
|
2443
2497
|
configurable: true
|
|
@@ -2454,11 +2508,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2454
2508
|
* ```
|
|
2455
2509
|
*/
|
|
2456
2510
|
get: function () {
|
|
2457
|
-
return fromRect(this.i.
|
|
2511
|
+
return fromRect(this.i.ur);
|
|
2458
2512
|
},
|
|
2459
2513
|
set: function (v) {
|
|
2460
|
-
this.i.
|
|
2461
|
-
this._a("windowRect", rectToString(this.i.
|
|
2514
|
+
this.i.ur = toRect(v);
|
|
2515
|
+
this._a("windowRect", rectToString(this.i.ur));
|
|
2462
2516
|
},
|
|
2463
2517
|
enumerable: true,
|
|
2464
2518
|
configurable: true
|
|
@@ -2474,7 +2528,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2474
2528
|
* ```
|
|
2475
2529
|
*/
|
|
2476
2530
|
get: function () {
|
|
2477
|
-
return fromRect(this.i.
|
|
2531
|
+
return fromRect(this.i.uq);
|
|
2478
2532
|
},
|
|
2479
2533
|
enumerable: true,
|
|
2480
2534
|
configurable: true
|
|
@@ -2490,10 +2544,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2490
2544
|
* ```
|
|
2491
2545
|
*/
|
|
2492
2546
|
get: function () {
|
|
2493
|
-
return this.i.
|
|
2547
|
+
return this.i.pw;
|
|
2494
2548
|
},
|
|
2495
2549
|
set: function (v) {
|
|
2496
|
-
this.i.
|
|
2550
|
+
this.i.pw = v;
|
|
2497
2551
|
},
|
|
2498
2552
|
enumerable: true,
|
|
2499
2553
|
configurable: true
|
|
@@ -2509,10 +2563,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2509
2563
|
* ```
|
|
2510
2564
|
*/
|
|
2511
2565
|
get: function () {
|
|
2512
|
-
return this.i.
|
|
2566
|
+
return this.i.pl;
|
|
2513
2567
|
},
|
|
2514
2568
|
set: function (v) {
|
|
2515
|
-
this.i.
|
|
2569
|
+
this.i.pl = v;
|
|
2516
2570
|
},
|
|
2517
2571
|
enumerable: true,
|
|
2518
2572
|
configurable: true
|
|
@@ -2528,11 +2582,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2528
2582
|
* ```
|
|
2529
2583
|
*/
|
|
2530
2584
|
get: function () {
|
|
2531
|
-
return this.i.
|
|
2585
|
+
return this.i.s8;
|
|
2532
2586
|
},
|
|
2533
2587
|
set: function (v) {
|
|
2534
|
-
this.i.
|
|
2535
|
-
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2588
|
+
this.i.s8 = ensureEnum(HorizontalAlignment_$type, v);
|
|
2589
|
+
this._a("titleAlignment", enumToString(HorizontalAlignment_$type, this.i.s8));
|
|
2536
2590
|
},
|
|
2537
2591
|
enumerable: true,
|
|
2538
2592
|
configurable: true
|
|
@@ -2548,11 +2602,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2548
2602
|
* ```
|
|
2549
2603
|
*/
|
|
2550
2604
|
get: function () {
|
|
2551
|
-
return this.i.
|
|
2605
|
+
return this.i.s7;
|
|
2552
2606
|
},
|
|
2553
2607
|
set: function (v) {
|
|
2554
|
-
this.i.
|
|
2555
|
-
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
2608
|
+
this.i.s7 = ensureEnum(HorizontalAlignment_$type, v);
|
|
2609
|
+
this._a("subtitleAlignment", enumToString(HorizontalAlignment_$type, this.i.s7));
|
|
2556
2610
|
},
|
|
2557
2611
|
enumerable: true,
|
|
2558
2612
|
configurable: true
|
|
@@ -2569,11 +2623,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2569
2623
|
* ```
|
|
2570
2624
|
*/
|
|
2571
2625
|
get: function () {
|
|
2572
|
-
return this.i.
|
|
2626
|
+
return this.i.dl;
|
|
2573
2627
|
},
|
|
2574
2628
|
set: function (v) {
|
|
2575
|
-
this.i.
|
|
2576
|
-
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.
|
|
2629
|
+
this.i.dl = ensureEnum(UnknownValuePlotting_$type, v);
|
|
2630
|
+
this._a("unknownValuePlotting", enumToString(UnknownValuePlotting_$type, this.i.dl));
|
|
2577
2631
|
},
|
|
2578
2632
|
enumerable: true,
|
|
2579
2633
|
configurable: true
|
|
@@ -2590,11 +2644,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2590
2644
|
* ```
|
|
2591
2645
|
*/
|
|
2592
2646
|
get: function () {
|
|
2593
|
-
return this.i.
|
|
2647
|
+
return this.i.ih;
|
|
2594
2648
|
},
|
|
2595
2649
|
set: function (v) {
|
|
2596
|
-
this.i.
|
|
2597
|
-
this._a("resolution", this.i.
|
|
2650
|
+
this.i.ih = +v;
|
|
2651
|
+
this._a("resolution", this.i.ih);
|
|
2598
2652
|
},
|
|
2599
2653
|
enumerable: true,
|
|
2600
2654
|
configurable: true
|
|
@@ -2606,11 +2660,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2606
2660
|
* Use the `thickness` property for the thickness of all the series in this chart.
|
|
2607
2661
|
*/
|
|
2608
2662
|
get: function () {
|
|
2609
|
-
return this.i.
|
|
2663
|
+
return this.i.io;
|
|
2610
2664
|
},
|
|
2611
2665
|
set: function (v) {
|
|
2612
|
-
this.i.
|
|
2613
|
-
this._a("thickness", this.i.
|
|
2666
|
+
this.i.io = +v;
|
|
2667
|
+
this._a("thickness", this.i.io);
|
|
2614
2668
|
},
|
|
2615
2669
|
enumerable: true,
|
|
2616
2670
|
configurable: true
|
|
@@ -2620,11 +2674,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2620
2674
|
* Gets or sets the OutlineMode for all series in this chart.
|
|
2621
2675
|
*/
|
|
2622
2676
|
get: function () {
|
|
2623
|
-
return this.i.
|
|
2677
|
+
return this.i.c3;
|
|
2624
2678
|
},
|
|
2625
2679
|
set: function (v) {
|
|
2626
|
-
this.i.
|
|
2627
|
-
this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.
|
|
2680
|
+
this.i.c3 = ensureEnum(SeriesOutlineMode_$type, v);
|
|
2681
|
+
this._a("outlineMode", enumToString(SeriesOutlineMode_$type, this.i.c3));
|
|
2628
2682
|
},
|
|
2629
2683
|
enumerable: true,
|
|
2630
2684
|
configurable: true
|
|
@@ -2634,11 +2688,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2634
2688
|
* Gets or sets the MarkerOutlineMode for all series that support markers in this chart.
|
|
2635
2689
|
*/
|
|
2636
2690
|
get: function () {
|
|
2637
|
-
return this.i.
|
|
2691
|
+
return this.i.ck;
|
|
2638
2692
|
},
|
|
2639
2693
|
set: function (v) {
|
|
2640
|
-
this.i.
|
|
2641
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
2694
|
+
this.i.ck = ensureEnum(MarkerOutlineMode_$type, v);
|
|
2695
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ck));
|
|
2642
2696
|
},
|
|
2643
2697
|
enumerable: true,
|
|
2644
2698
|
configurable: true
|
|
@@ -2648,11 +2702,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2648
2702
|
* Gets or sets the MarkerFillMode for all series that support markers in this chart.
|
|
2649
2703
|
*/
|
|
2650
2704
|
get: function () {
|
|
2651
|
-
return this.i.
|
|
2705
|
+
return this.i.ci;
|
|
2652
2706
|
},
|
|
2653
2707
|
set: function (v) {
|
|
2654
|
-
this.i.
|
|
2655
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
2708
|
+
this.i.ci = ensureEnum(MarkerFillMode_$type, v);
|
|
2709
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.ci));
|
|
2656
2710
|
},
|
|
2657
2711
|
enumerable: true,
|
|
2658
2712
|
configurable: true
|
|
@@ -2662,11 +2716,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2662
2716
|
* Gets or sets the Marker Fill Opacity for all series that support markers in this chart.
|
|
2663
2717
|
*/
|
|
2664
2718
|
get: function () {
|
|
2665
|
-
return this.i.
|
|
2719
|
+
return this.i.h9;
|
|
2666
2720
|
},
|
|
2667
2721
|
set: function (v) {
|
|
2668
|
-
this.i.
|
|
2669
|
-
this._a("markerFillOpacity", this.i.
|
|
2722
|
+
this.i.h9 = +v;
|
|
2723
|
+
this._a("markerFillOpacity", this.i.h9);
|
|
2670
2724
|
},
|
|
2671
2725
|
enumerable: true,
|
|
2672
2726
|
configurable: true
|
|
@@ -2676,11 +2730,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2676
2730
|
* Gets or sets the Marker Thickness for all series that support markers in this chart.
|
|
2677
2731
|
*/
|
|
2678
2732
|
get: function () {
|
|
2679
|
-
return this.i.
|
|
2733
|
+
return this.i.ia;
|
|
2680
2734
|
},
|
|
2681
2735
|
set: function (v) {
|
|
2682
|
-
this.i.
|
|
2683
|
-
this._a("markerThickness", this.i.
|
|
2736
|
+
this.i.ia = +v;
|
|
2737
|
+
this._a("markerThickness", this.i.ia);
|
|
2684
2738
|
},
|
|
2685
2739
|
enumerable: true,
|
|
2686
2740
|
configurable: true
|
|
@@ -2693,12 +2747,12 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2693
2747
|
get: function () {
|
|
2694
2748
|
if (this._markerTypes === null) {
|
|
2695
2749
|
var coll = new IgcMarkerTypeCollection();
|
|
2696
|
-
var innerColl = this.i.
|
|
2750
|
+
var innerColl = this.i.cp;
|
|
2697
2751
|
if (!innerColl) {
|
|
2698
2752
|
innerColl = new MarkerTypeCollection_internal();
|
|
2699
2753
|
}
|
|
2700
2754
|
this._markerTypes = coll._fromInner(innerColl);
|
|
2701
|
-
this.i.
|
|
2755
|
+
this.i.cp = innerColl;
|
|
2702
2756
|
}
|
|
2703
2757
|
return this._markerTypes;
|
|
2704
2758
|
},
|
|
@@ -2710,14 +2764,14 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2710
2764
|
var coll = new IgcMarkerTypeCollection();
|
|
2711
2765
|
this._markerTypes = coll._fromOuter(v);
|
|
2712
2766
|
var syncColl = new SyncableObservableCollection$1(MarkerType_$type);
|
|
2713
|
-
var innerColl = this.i.
|
|
2767
|
+
var innerColl = this.i.cp;
|
|
2714
2768
|
if (!innerColl) {
|
|
2715
2769
|
innerColl = new MarkerTypeCollection_internal();
|
|
2716
2770
|
}
|
|
2717
2771
|
syncColl._inner = innerColl;
|
|
2718
2772
|
syncColl.clear();
|
|
2719
2773
|
this._markerTypes._setSyncTarget(syncColl);
|
|
2720
|
-
this.i.
|
|
2774
|
+
this.i.cp = innerColl;
|
|
2721
2775
|
},
|
|
2722
2776
|
enumerable: true,
|
|
2723
2777
|
configurable: true
|
|
@@ -2728,11 +2782,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2728
2782
|
* This property is ignored when the MarkerTypes property is set
|
|
2729
2783
|
*/
|
|
2730
2784
|
get: function () {
|
|
2731
|
-
return this.i.
|
|
2785
|
+
return this.i.cg;
|
|
2732
2786
|
},
|
|
2733
2787
|
set: function (v) {
|
|
2734
|
-
this.i.
|
|
2735
|
-
this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.
|
|
2788
|
+
this.i.cg = ensureEnum(MarkerAutomaticBehavior_$type, v);
|
|
2789
|
+
this._a("markerAutomaticBehavior", enumToString(MarkerAutomaticBehavior_$type, this.i.cg));
|
|
2736
2790
|
},
|
|
2737
2791
|
enumerable: true,
|
|
2738
2792
|
configurable: true
|
|
@@ -2790,11 +2844,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2790
2844
|
* ```
|
|
2791
2845
|
*/
|
|
2792
2846
|
get: function () {
|
|
2793
|
-
return this.i.
|
|
2847
|
+
return this.i.jm;
|
|
2794
2848
|
},
|
|
2795
2849
|
set: function (v) {
|
|
2796
|
-
this.i.
|
|
2797
|
-
this._a("markerMaxCount", this.i.
|
|
2850
|
+
this.i.jm = +v;
|
|
2851
|
+
this._a("markerMaxCount", this.i.jm);
|
|
2798
2852
|
},
|
|
2799
2853
|
enumerable: true,
|
|
2800
2854
|
configurable: true
|
|
@@ -2805,11 +2859,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2805
2859
|
* For example, Area, SplineArea, Column chart types
|
|
2806
2860
|
*/
|
|
2807
2861
|
get: function () {
|
|
2808
|
-
return this.i.
|
|
2862
|
+
return this.i.hu;
|
|
2809
2863
|
},
|
|
2810
2864
|
set: function (v) {
|
|
2811
|
-
this.i.
|
|
2812
|
-
this._a("areaFillOpacity", this.i.
|
|
2865
|
+
this.i.hu = +v;
|
|
2866
|
+
this._a("areaFillOpacity", this.i.hu);
|
|
2813
2867
|
},
|
|
2814
2868
|
enumerable: true,
|
|
2815
2869
|
configurable: true
|
|
@@ -2819,11 +2873,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2819
2873
|
* Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.
|
|
2820
2874
|
*/
|
|
2821
2875
|
get: function () {
|
|
2822
|
-
return this.i.
|
|
2876
|
+
return this.i.e8;
|
|
2823
2877
|
},
|
|
2824
2878
|
set: function (v) {
|
|
2825
|
-
this.i.
|
|
2826
|
-
this._a("animateSeriesWhenAxisRangeChanges", this.i.
|
|
2879
|
+
this.i.e8 = ensureBool(v);
|
|
2880
|
+
this._a("animateSeriesWhenAxisRangeChanges", this.i.e8);
|
|
2827
2881
|
},
|
|
2828
2882
|
enumerable: true,
|
|
2829
2883
|
configurable: true
|
|
@@ -2861,11 +2915,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2861
2915
|
* ```
|
|
2862
2916
|
*/
|
|
2863
2917
|
get: function () {
|
|
2864
|
-
return this.i.
|
|
2918
|
+
return this.i.dj;
|
|
2865
2919
|
},
|
|
2866
2920
|
set: function (v) {
|
|
2867
|
-
this.i.
|
|
2868
|
-
this._a("trendLineType", enumToString(TrendLineType_$type, this.i.
|
|
2921
|
+
this.i.dj = ensureEnum(TrendLineType_$type, v);
|
|
2922
|
+
this._a("trendLineType", enumToString(TrendLineType_$type, this.i.dj));
|
|
2869
2923
|
},
|
|
2870
2924
|
enumerable: true,
|
|
2871
2925
|
configurable: true
|
|
@@ -2882,11 +2936,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2882
2936
|
* ```
|
|
2883
2937
|
*/
|
|
2884
2938
|
get: function () {
|
|
2885
|
-
return this.i.
|
|
2939
|
+
return this.i.iu;
|
|
2886
2940
|
},
|
|
2887
2941
|
set: function (v) {
|
|
2888
|
-
this.i.
|
|
2889
|
-
this._a("trendLineThickness", this.i.
|
|
2942
|
+
this.i.iu = +v;
|
|
2943
|
+
this._a("trendLineThickness", this.i.iu);
|
|
2890
2944
|
},
|
|
2891
2945
|
enumerable: true,
|
|
2892
2946
|
configurable: true
|
|
@@ -2902,11 +2956,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2902
2956
|
* ```
|
|
2903
2957
|
*/
|
|
2904
2958
|
get: function () {
|
|
2905
|
-
return this.i.
|
|
2959
|
+
return this.i.e7;
|
|
2906
2960
|
},
|
|
2907
2961
|
set: function (v) {
|
|
2908
|
-
this.i.
|
|
2909
|
-
this._a("alignsGridLinesToPixels", this.i.
|
|
2962
|
+
this.i.e7 = ensureBool(v);
|
|
2963
|
+
this._a("alignsGridLinesToPixels", this.i.e7);
|
|
2910
2964
|
},
|
|
2911
2965
|
enumerable: true,
|
|
2912
2966
|
configurable: true
|
|
@@ -2916,11 +2970,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2916
2970
|
* Margin applied to the Left of the plot area.
|
|
2917
2971
|
*/
|
|
2918
2972
|
get: function () {
|
|
2919
|
-
return this.i.
|
|
2973
|
+
return this.i.id;
|
|
2920
2974
|
},
|
|
2921
2975
|
set: function (v) {
|
|
2922
|
-
this.i.
|
|
2923
|
-
this._a("plotAreaMarginLeft", this.i.
|
|
2976
|
+
this.i.id = +v;
|
|
2977
|
+
this._a("plotAreaMarginLeft", this.i.id);
|
|
2924
2978
|
},
|
|
2925
2979
|
enumerable: true,
|
|
2926
2980
|
configurable: true
|
|
@@ -2930,11 +2984,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2930
2984
|
* Margin applied to the Top of the plot area.
|
|
2931
2985
|
*/
|
|
2932
2986
|
get: function () {
|
|
2933
|
-
return this.i.
|
|
2987
|
+
return this.i.ig;
|
|
2934
2988
|
},
|
|
2935
2989
|
set: function (v) {
|
|
2936
|
-
this.i.
|
|
2937
|
-
this._a("plotAreaMarginTop", this.i.
|
|
2990
|
+
this.i.ig = +v;
|
|
2991
|
+
this._a("plotAreaMarginTop", this.i.ig);
|
|
2938
2992
|
},
|
|
2939
2993
|
enumerable: true,
|
|
2940
2994
|
configurable: true
|
|
@@ -2944,11 +2998,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2944
2998
|
* Margin applied to the right of the plot area.
|
|
2945
2999
|
*/
|
|
2946
3000
|
get: function () {
|
|
2947
|
-
return this.i.
|
|
3001
|
+
return this.i.ie;
|
|
2948
3002
|
},
|
|
2949
3003
|
set: function (v) {
|
|
2950
|
-
this.i.
|
|
2951
|
-
this._a("plotAreaMarginRight", this.i.
|
|
3004
|
+
this.i.ie = +v;
|
|
3005
|
+
this._a("plotAreaMarginRight", this.i.ie);
|
|
2952
3006
|
},
|
|
2953
3007
|
enumerable: true,
|
|
2954
3008
|
configurable: true
|
|
@@ -2958,11 +3012,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2958
3012
|
* Margin applied below the plot area.
|
|
2959
3013
|
*/
|
|
2960
3014
|
get: function () {
|
|
2961
|
-
return this.i.
|
|
3015
|
+
return this.i.ic;
|
|
2962
3016
|
},
|
|
2963
3017
|
set: function (v) {
|
|
2964
|
-
this.i.
|
|
2965
|
-
this._a("plotAreaMarginBottom", this.i.
|
|
3018
|
+
this.i.ic = +v;
|
|
3019
|
+
this._a("plotAreaMarginBottom", this.i.ic);
|
|
2966
3020
|
},
|
|
2967
3021
|
enumerable: true,
|
|
2968
3022
|
configurable: true
|
|
@@ -2986,11 +3040,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2986
3040
|
* Gets or sets horizontal mode to use for automatically calculating the plot area margin based ont the series.
|
|
2987
3041
|
*/
|
|
2988
3042
|
get: function () {
|
|
2989
|
-
return this.i.
|
|
3043
|
+
return this.i.c5;
|
|
2990
3044
|
},
|
|
2991
3045
|
set: function (v) {
|
|
2992
|
-
this.i.
|
|
2993
|
-
this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.
|
|
3046
|
+
this.i.c5 = ensureEnum(SeriesPlotAreaMarginHorizontalMode_$type, v);
|
|
3047
|
+
this._a("seriesPlotAreaMarginHorizontalMode", enumToString(SeriesPlotAreaMarginHorizontalMode_$type, this.i.c5));
|
|
2994
3048
|
},
|
|
2995
3049
|
enumerable: true,
|
|
2996
3050
|
configurable: true
|
|
@@ -3000,11 +3054,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3000
3054
|
* Gets or sets vertical mode to use for automatically calculating the plot area margin based ont the series.
|
|
3001
3055
|
*/
|
|
3002
3056
|
get: function () {
|
|
3003
|
-
return this.i.
|
|
3057
|
+
return this.i.c7;
|
|
3004
3058
|
},
|
|
3005
3059
|
set: function (v) {
|
|
3006
|
-
this.i.
|
|
3007
|
-
this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.
|
|
3060
|
+
this.i.c7 = ensureEnum(SeriesPlotAreaMarginVerticalMode_$type, v);
|
|
3061
|
+
this._a("seriesPlotAreaMarginVerticalMode", enumToString(SeriesPlotAreaMarginVerticalMode_$type, this.i.c7));
|
|
3008
3062
|
},
|
|
3009
3063
|
enumerable: true,
|
|
3010
3064
|
configurable: true
|
|
@@ -3014,11 +3068,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3014
3068
|
* Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
3015
3069
|
*/
|
|
3016
3070
|
get: function () {
|
|
3017
|
-
return this.i.
|
|
3071
|
+
return this.i.c1;
|
|
3018
3072
|
},
|
|
3019
3073
|
set: function (v) {
|
|
3020
|
-
this.i.
|
|
3021
|
-
this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.
|
|
3074
|
+
this.i.c1 = ensureEnum(SeriesHighlightingMode_$type, v);
|
|
3075
|
+
this._a("highlightingMode", enumToString(SeriesHighlightingMode_$type, this.i.c1));
|
|
3022
3076
|
},
|
|
3023
3077
|
enumerable: true,
|
|
3024
3078
|
configurable: true
|
|
@@ -3028,11 +3082,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3028
3082
|
* Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.
|
|
3029
3083
|
*/
|
|
3030
3084
|
get: function () {
|
|
3031
|
-
return this.i.
|
|
3085
|
+
return this.i.cz;
|
|
3032
3086
|
},
|
|
3033
3087
|
set: function (v) {
|
|
3034
|
-
this.i.
|
|
3035
|
-
this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.
|
|
3088
|
+
this.i.cz = ensureEnum(SeriesHighlightingBehavior_$type, v);
|
|
3089
|
+
this._a("highlightingBehavior", enumToString(SeriesHighlightingBehavior_$type, this.i.cz));
|
|
3036
3090
|
},
|
|
3037
3091
|
enumerable: true,
|
|
3038
3092
|
configurable: true
|
|
@@ -3042,11 +3096,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3042
3096
|
* Gets or sets the highlighting mode to use for the legend linked to the component, when supported.
|
|
3043
3097
|
*/
|
|
3044
3098
|
get: function () {
|
|
3045
|
-
return this.i.
|
|
3099
|
+
return this.i.b8;
|
|
3046
3100
|
},
|
|
3047
3101
|
set: function (v) {
|
|
3048
|
-
this.i.
|
|
3049
|
-
this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.
|
|
3102
|
+
this.i.b8 = ensureEnum(LegendHighlightingMode_$type, v);
|
|
3103
|
+
this._a("legendHighlightingMode", enumToString(LegendHighlightingMode_$type, this.i.b8));
|
|
3050
3104
|
},
|
|
3051
3105
|
enumerable: true,
|
|
3052
3106
|
configurable: true
|
|
@@ -3057,11 +3111,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3057
3111
|
* This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
|
|
3058
3112
|
*/
|
|
3059
3113
|
get: function () {
|
|
3060
|
-
return this.i.
|
|
3114
|
+
return this.i.ce;
|
|
3061
3115
|
},
|
|
3062
3116
|
set: function (v) {
|
|
3063
|
-
this.i.
|
|
3064
|
-
this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.
|
|
3117
|
+
this.i.ce = ensureEnum(LegendItemBadgeShape_$type, v);
|
|
3118
|
+
this._a("legendItemBadgeShape", enumToString(LegendItemBadgeShape_$type, this.i.ce));
|
|
3065
3119
|
},
|
|
3066
3120
|
enumerable: true,
|
|
3067
3121
|
configurable: true
|
|
@@ -3072,22 +3126,22 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3072
3126
|
* This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series
|
|
3073
3127
|
*/
|
|
3074
3128
|
get: function () {
|
|
3075
|
-
return this.i.
|
|
3129
|
+
return this.i.ca;
|
|
3076
3130
|
},
|
|
3077
3131
|
set: function (v) {
|
|
3078
|
-
this.i.
|
|
3079
|
-
this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.
|
|
3132
|
+
this.i.ca = ensureEnum(LegendItemBadgeMode_$type, v);
|
|
3133
|
+
this._a("legendItemBadgeMode", enumToString(LegendItemBadgeMode_$type, this.i.ca));
|
|
3080
3134
|
},
|
|
3081
3135
|
enumerable: true,
|
|
3082
3136
|
configurable: true
|
|
3083
3137
|
});
|
|
3084
3138
|
Object.defineProperty(IgcDomainChartComponent.prototype, "trendLinePeriod", {
|
|
3085
3139
|
get: function () {
|
|
3086
|
-
return this.i.
|
|
3140
|
+
return this.i.jo;
|
|
3087
3141
|
},
|
|
3088
3142
|
set: function (v) {
|
|
3089
|
-
this.i.
|
|
3090
|
-
this._a("trendLinePeriod", this.i.
|
|
3143
|
+
this.i.jo = +v;
|
|
3144
|
+
this._a("trendLinePeriod", this.i.jo);
|
|
3091
3145
|
},
|
|
3092
3146
|
enumerable: true,
|
|
3093
3147
|
configurable: true
|
|
@@ -3097,11 +3151,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3097
3151
|
* Gets or sets the style of tooltip to be displayed.
|
|
3098
3152
|
*/
|
|
3099
3153
|
get: function () {
|
|
3100
|
-
return this.i.
|
|
3154
|
+
return this.i.dh;
|
|
3101
3155
|
},
|
|
3102
3156
|
set: function (v) {
|
|
3103
|
-
this.i.
|
|
3104
|
-
this._a("toolTipType", enumToString(ToolTipType_$type, this.i.
|
|
3157
|
+
this.i.dh = ensureEnum(ToolTipType_$type, v);
|
|
3158
|
+
this._a("toolTipType", enumToString(ToolTipType_$type, this.i.dh));
|
|
3105
3159
|
},
|
|
3106
3160
|
enumerable: true,
|
|
3107
3161
|
configurable: true
|
|
@@ -3111,11 +3165,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3111
3165
|
* Gets or sets the crosshairs to be displayed.
|
|
3112
3166
|
*/
|
|
3113
3167
|
get: function () {
|
|
3114
|
-
return this.i.
|
|
3168
|
+
return this.i.a7;
|
|
3115
3169
|
},
|
|
3116
3170
|
set: function (v) {
|
|
3117
|
-
this.i.
|
|
3118
|
-
this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.
|
|
3171
|
+
this.i.a7 = ensureEnum(CrosshairsDisplayMode_$type, v);
|
|
3172
|
+
this._a("crosshairsDisplayMode", enumToString(CrosshairsDisplayMode_$type, this.i.a7));
|
|
3119
3173
|
},
|
|
3120
3174
|
enumerable: true,
|
|
3121
3175
|
configurable: true
|
|
@@ -3125,11 +3179,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3125
3179
|
* Gets or sets whether crosshairs will snap to the nearest data point.
|
|
3126
3180
|
*/
|
|
3127
3181
|
get: function () {
|
|
3128
|
-
return this.i.
|
|
3182
|
+
return this.i.fd;
|
|
3129
3183
|
},
|
|
3130
3184
|
set: function (v) {
|
|
3131
|
-
this.i.
|
|
3132
|
-
this._a("crosshairsSnapToData", this.i.
|
|
3185
|
+
this.i.fd = ensureBool(v);
|
|
3186
|
+
this._a("crosshairsSnapToData", this.i.fd);
|
|
3133
3187
|
},
|
|
3134
3188
|
enumerable: true,
|
|
3135
3189
|
configurable: true
|
|
@@ -3139,11 +3193,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3139
3193
|
* Gets or sets the color to apply to vertical crosshairs line.
|
|
3140
3194
|
*/
|
|
3141
3195
|
get: function () {
|
|
3142
|
-
return brushToString(this.i.
|
|
3196
|
+
return brushToString(this.i.t1);
|
|
3143
3197
|
},
|
|
3144
3198
|
set: function (v) {
|
|
3145
|
-
this.i.
|
|
3146
|
-
this._a("crosshairsLineVerticalStroke", brushToString(this.i.
|
|
3199
|
+
this.i.t1 = stringToBrush(v);
|
|
3200
|
+
this._a("crosshairsLineVerticalStroke", brushToString(this.i.t1));
|
|
3147
3201
|
},
|
|
3148
3202
|
enumerable: true,
|
|
3149
3203
|
configurable: true
|
|
@@ -3153,11 +3207,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3153
3207
|
* Gets or sets thickness of crosshairs lines.
|
|
3154
3208
|
*/
|
|
3155
3209
|
get: function () {
|
|
3156
|
-
return this.i.
|
|
3210
|
+
return this.i.hw;
|
|
3157
3211
|
},
|
|
3158
3212
|
set: function (v) {
|
|
3159
|
-
this.i.
|
|
3160
|
-
this._a("crosshairsLineThickness", this.i.
|
|
3213
|
+
this.i.hw = +v;
|
|
3214
|
+
this._a("crosshairsLineThickness", this.i.hw);
|
|
3161
3215
|
},
|
|
3162
3216
|
enumerable: true,
|
|
3163
3217
|
configurable: true
|
|
@@ -3167,11 +3221,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3167
3221
|
* Gets or sets the color to apply to horizontal crosshairs line.
|
|
3168
3222
|
*/
|
|
3169
3223
|
get: function () {
|
|
3170
|
-
return brushToString(this.i.
|
|
3224
|
+
return brushToString(this.i.t0);
|
|
3171
3225
|
},
|
|
3172
3226
|
set: function (v) {
|
|
3173
|
-
this.i.
|
|
3174
|
-
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.
|
|
3227
|
+
this.i.t0 = stringToBrush(v);
|
|
3228
|
+
this._a("crosshairsLineHorizontalStroke", brushToString(this.i.t0));
|
|
3175
3229
|
},
|
|
3176
3230
|
enumerable: true,
|
|
3177
3231
|
configurable: true
|
|
@@ -3181,11 +3235,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3181
3235
|
* Gets or sets whether annotations are shown along the axis for crosshair values
|
|
3182
3236
|
*/
|
|
3183
3237
|
get: function () {
|
|
3184
|
-
return this.i.
|
|
3238
|
+
return this.i.fc;
|
|
3185
3239
|
},
|
|
3186
3240
|
set: function (v) {
|
|
3187
|
-
this.i.
|
|
3188
|
-
this._a("crosshairsAnnotationEnabled", this.i.
|
|
3241
|
+
this.i.fc = ensureBool(v);
|
|
3242
|
+
this._a("crosshairsAnnotationEnabled", this.i.fc);
|
|
3189
3243
|
},
|
|
3190
3244
|
enumerable: true,
|
|
3191
3245
|
configurable: true
|
|
@@ -3195,11 +3249,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3195
3249
|
* Gets or sets the background of crosshair annotation on x-axis.
|
|
3196
3250
|
*/
|
|
3197
3251
|
get: function () {
|
|
3198
|
-
return brushToString(this.i.
|
|
3252
|
+
return brushToString(this.i.tw);
|
|
3199
3253
|
},
|
|
3200
3254
|
set: function (v) {
|
|
3201
|
-
this.i.
|
|
3202
|
-
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.
|
|
3255
|
+
this.i.tw = stringToBrush(v);
|
|
3256
|
+
this._a("crosshairsAnnotationXAxisBackground", brushToString(this.i.tw));
|
|
3203
3257
|
},
|
|
3204
3258
|
enumerable: true,
|
|
3205
3259
|
configurable: true
|
|
@@ -3209,11 +3263,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3209
3263
|
* Gets or sets the background of crosshair annotation on y-axis.
|
|
3210
3264
|
*/
|
|
3211
3265
|
get: function () {
|
|
3212
|
-
return brushToString(this.i.
|
|
3266
|
+
return brushToString(this.i.ty);
|
|
3213
3267
|
},
|
|
3214
3268
|
set: function (v) {
|
|
3215
|
-
this.i.
|
|
3216
|
-
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.
|
|
3269
|
+
this.i.ty = stringToBrush(v);
|
|
3270
|
+
this._a("crosshairsAnnotationYAxisBackground", brushToString(this.i.ty));
|
|
3217
3271
|
},
|
|
3218
3272
|
enumerable: true,
|
|
3219
3273
|
configurable: true
|
|
@@ -3223,11 +3277,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3223
3277
|
* Gets or sets the text color of crosshair annotation on x-axis.
|
|
3224
3278
|
*/
|
|
3225
3279
|
get: function () {
|
|
3226
|
-
return brushToString(this.i.
|
|
3280
|
+
return brushToString(this.i.tx);
|
|
3227
3281
|
},
|
|
3228
3282
|
set: function (v) {
|
|
3229
|
-
this.i.
|
|
3230
|
-
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.
|
|
3283
|
+
this.i.tx = stringToBrush(v);
|
|
3284
|
+
this._a("crosshairsAnnotationXAxisTextColor", brushToString(this.i.tx));
|
|
3231
3285
|
},
|
|
3232
3286
|
enumerable: true,
|
|
3233
3287
|
configurable: true
|
|
@@ -3237,11 +3291,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3237
3291
|
* Gets or sets the text color of crosshair annotation on y-axis.
|
|
3238
3292
|
*/
|
|
3239
3293
|
get: function () {
|
|
3240
|
-
return brushToString(this.i.
|
|
3294
|
+
return brushToString(this.i.tz);
|
|
3241
3295
|
},
|
|
3242
3296
|
set: function (v) {
|
|
3243
|
-
this.i.
|
|
3244
|
-
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.
|
|
3297
|
+
this.i.tz = stringToBrush(v);
|
|
3298
|
+
this._a("crosshairsAnnotationYAxisTextColor", brushToString(this.i.tz));
|
|
3245
3299
|
},
|
|
3246
3300
|
enumerable: true,
|
|
3247
3301
|
configurable: true
|
|
@@ -3251,11 +3305,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3251
3305
|
* Gets or sets precision on interpolated values of crosshairs on x-axis.
|
|
3252
3306
|
*/
|
|
3253
3307
|
get: function () {
|
|
3254
|
-
return this.i.
|
|
3308
|
+
return this.i.jh;
|
|
3255
3309
|
},
|
|
3256
3310
|
set: function (v) {
|
|
3257
|
-
this.i.
|
|
3258
|
-
this._a("crosshairsAnnotationXAxisPrecision", this.i.
|
|
3311
|
+
this.i.jh = +v;
|
|
3312
|
+
this._a("crosshairsAnnotationXAxisPrecision", this.i.jh);
|
|
3259
3313
|
},
|
|
3260
3314
|
enumerable: true,
|
|
3261
3315
|
configurable: true
|
|
@@ -3265,11 +3319,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3265
3319
|
* Gets or sets precision on interpolated values of crosshairs on y-axis.
|
|
3266
3320
|
*/
|
|
3267
3321
|
get: function () {
|
|
3268
|
-
return this.i.
|
|
3322
|
+
return this.i.ji;
|
|
3269
3323
|
},
|
|
3270
3324
|
set: function (v) {
|
|
3271
|
-
this.i.
|
|
3272
|
-
this._a("crosshairsAnnotationYAxisPrecision", this.i.
|
|
3325
|
+
this.i.ji = +v;
|
|
3326
|
+
this._a("crosshairsAnnotationYAxisPrecision", this.i.ji);
|
|
3273
3327
|
},
|
|
3274
3328
|
enumerable: true,
|
|
3275
3329
|
configurable: true
|
|
@@ -3279,11 +3333,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3279
3333
|
* Gets or sets whether annotations for the final value of each series is displayed on the axis.
|
|
3280
3334
|
*/
|
|
3281
3335
|
get: function () {
|
|
3282
|
-
return this.i.
|
|
3336
|
+
return this.i.f0;
|
|
3283
3337
|
},
|
|
3284
3338
|
set: function (v) {
|
|
3285
|
-
this.i.
|
|
3286
|
-
this._a("shouldAvoidAxisAnnotationCollisions", this.i.
|
|
3339
|
+
this.i.f0 = ensureBool(v);
|
|
3340
|
+
this._a("shouldAvoidAxisAnnotationCollisions", this.i.f0);
|
|
3287
3341
|
},
|
|
3288
3342
|
enumerable: true,
|
|
3289
3343
|
configurable: true
|
|
@@ -3293,11 +3347,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3293
3347
|
* Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
|
|
3294
3348
|
*/
|
|
3295
3349
|
get: function () {
|
|
3296
|
-
return this.i.
|
|
3350
|
+
return this.i.f2;
|
|
3297
3351
|
},
|
|
3298
3352
|
set: function (v) {
|
|
3299
|
-
this.i.
|
|
3300
|
-
this._a("shouldPanOnMaximumZoom", this.i.
|
|
3353
|
+
this.i.f2 = ensureBool(v);
|
|
3354
|
+
this._a("shouldPanOnMaximumZoom", this.i.f2);
|
|
3301
3355
|
},
|
|
3302
3356
|
enumerable: true,
|
|
3303
3357
|
configurable: true
|
|
@@ -3307,11 +3361,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3307
3361
|
* Gets or sets whether annotations for the final value of each series is displayed on the axis.
|
|
3308
3362
|
*/
|
|
3309
3363
|
get: function () {
|
|
3310
|
-
return this.i.
|
|
3364
|
+
return this.i.fj;
|
|
3311
3365
|
},
|
|
3312
3366
|
set: function (v) {
|
|
3313
|
-
this.i.
|
|
3314
|
-
this._a("finalValueAnnotationsVisible", this.i.
|
|
3367
|
+
this.i.fj = ensureBool(v);
|
|
3368
|
+
this._a("finalValueAnnotationsVisible", this.i.fj);
|
|
3315
3369
|
},
|
|
3316
3370
|
enumerable: true,
|
|
3317
3371
|
configurable: true
|
|
@@ -3321,11 +3375,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3321
3375
|
* Gets or sets the background of final value annotation.
|
|
3322
3376
|
*/
|
|
3323
3377
|
get: function () {
|
|
3324
|
-
return brushToString(this.i.
|
|
3378
|
+
return brushToString(this.i.ub);
|
|
3325
3379
|
},
|
|
3326
3380
|
set: function (v) {
|
|
3327
|
-
this.i.
|
|
3328
|
-
this._a("finalValueAnnotationsBackground", brushToString(this.i.
|
|
3381
|
+
this.i.ub = stringToBrush(v);
|
|
3382
|
+
this._a("finalValueAnnotationsBackground", brushToString(this.i.ub));
|
|
3329
3383
|
},
|
|
3330
3384
|
enumerable: true,
|
|
3331
3385
|
configurable: true
|
|
@@ -3335,11 +3389,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3335
3389
|
* Gets or sets the text color of final value annotation.
|
|
3336
3390
|
*/
|
|
3337
3391
|
get: function () {
|
|
3338
|
-
return brushToString(this.i.
|
|
3392
|
+
return brushToString(this.i.uc);
|
|
3339
3393
|
},
|
|
3340
3394
|
set: function (v) {
|
|
3341
|
-
this.i.
|
|
3342
|
-
this._a("finalValueAnnotationsTextColor", brushToString(this.i.
|
|
3395
|
+
this.i.uc = stringToBrush(v);
|
|
3396
|
+
this._a("finalValueAnnotationsTextColor", brushToString(this.i.uc));
|
|
3343
3397
|
},
|
|
3344
3398
|
enumerable: true,
|
|
3345
3399
|
configurable: true
|
|
@@ -3349,11 +3403,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3349
3403
|
* Gets or sets precision on final value annotation.
|
|
3350
3404
|
*/
|
|
3351
3405
|
get: function () {
|
|
3352
|
-
return this.i.
|
|
3406
|
+
return this.i.jl;
|
|
3353
3407
|
},
|
|
3354
3408
|
set: function (v) {
|
|
3355
|
-
this.i.
|
|
3356
|
-
this._a("finalValueAnnotationsPrecision", this.i.
|
|
3409
|
+
this.i.jl = +v;
|
|
3410
|
+
this._a("finalValueAnnotationsPrecision", this.i.jl);
|
|
3357
3411
|
},
|
|
3358
3412
|
enumerable: true,
|
|
3359
3413
|
configurable: true
|
|
@@ -3363,11 +3417,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3363
3417
|
* Gets or sets if callouts should be displayed.
|
|
3364
3418
|
*/
|
|
3365
3419
|
get: function () {
|
|
3366
|
-
return this.i.
|
|
3420
|
+
return this.i.fb;
|
|
3367
3421
|
},
|
|
3368
3422
|
set: function (v) {
|
|
3369
|
-
this.i.
|
|
3370
|
-
this._a("calloutsVisible", this.i.
|
|
3423
|
+
this.i.fb = ensureBool(v);
|
|
3424
|
+
this._a("calloutsVisible", this.i.fb);
|
|
3371
3425
|
},
|
|
3372
3426
|
enumerable: true,
|
|
3373
3427
|
configurable: true
|
|
@@ -3377,11 +3431,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3377
3431
|
* Gets or sets if event annotations should be displayed.
|
|
3378
3432
|
*/
|
|
3379
3433
|
get: function () {
|
|
3380
|
-
return this.i.
|
|
3434
|
+
return this.i.fa;
|
|
3381
3435
|
},
|
|
3382
3436
|
set: function (v) {
|
|
3383
|
-
this.i.
|
|
3384
|
-
this._a("calloutStyleUpdatingEventEnabled", this.i.
|
|
3437
|
+
this.i.fa = ensureBool(v);
|
|
3438
|
+
this._a("calloutStyleUpdatingEventEnabled", this.i.fa);
|
|
3385
3439
|
},
|
|
3386
3440
|
enumerable: true,
|
|
3387
3441
|
configurable: true
|
|
@@ -3427,10 +3481,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3427
3481
|
* Gets or sets the member path of the X data for the callouts.
|
|
3428
3482
|
*/
|
|
3429
3483
|
get: function () {
|
|
3430
|
-
return this.i.
|
|
3484
|
+
return this.i.k7;
|
|
3431
3485
|
},
|
|
3432
3486
|
set: function (v) {
|
|
3433
|
-
this.i.
|
|
3487
|
+
this.i.k7 = v;
|
|
3434
3488
|
},
|
|
3435
3489
|
enumerable: true,
|
|
3436
3490
|
configurable: true
|
|
@@ -3440,10 +3494,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3440
3494
|
* Gets or sets the member path of the Y data for the callouts.
|
|
3441
3495
|
*/
|
|
3442
3496
|
get: function () {
|
|
3443
|
-
return this.i.
|
|
3497
|
+
return this.i.k9;
|
|
3444
3498
|
},
|
|
3445
3499
|
set: function (v) {
|
|
3446
|
-
this.i.
|
|
3500
|
+
this.i.k9 = v;
|
|
3447
3501
|
},
|
|
3448
3502
|
enumerable: true,
|
|
3449
3503
|
configurable: true
|
|
@@ -3453,10 +3507,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3453
3507
|
* Gets or sets the member path of the label data for the callouts.
|
|
3454
3508
|
*/
|
|
3455
3509
|
get: function () {
|
|
3456
|
-
return this.i.
|
|
3510
|
+
return this.i.k3;
|
|
3457
3511
|
},
|
|
3458
3512
|
set: function (v) {
|
|
3459
|
-
this.i.
|
|
3513
|
+
this.i.k3 = v;
|
|
3460
3514
|
},
|
|
3461
3515
|
enumerable: true,
|
|
3462
3516
|
configurable: true
|
|
@@ -3466,10 +3520,10 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3466
3520
|
* Gets or sets the member path of the content data for the callouts.
|
|
3467
3521
|
*/
|
|
3468
3522
|
get: function () {
|
|
3469
|
-
return this.i.
|
|
3523
|
+
return this.i.k0;
|
|
3470
3524
|
},
|
|
3471
3525
|
set: function (v) {
|
|
3472
|
-
this.i.
|
|
3526
|
+
this.i.k0 = v;
|
|
3473
3527
|
},
|
|
3474
3528
|
enumerable: true,
|
|
3475
3529
|
configurable: true
|
|
@@ -3479,11 +3533,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3479
3533
|
* Gets or sets the horizontal scrollbar mode to use for the series viewer.
|
|
3480
3534
|
*/
|
|
3481
3535
|
get: function () {
|
|
3482
|
-
return this.i.
|
|
3536
|
+
return this.i.dc;
|
|
3483
3537
|
},
|
|
3484
3538
|
set: function (v) {
|
|
3485
|
-
this.i.
|
|
3486
|
-
this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.
|
|
3539
|
+
this.i.dc = ensureEnum(SeriesViewerScrollbarMode_$type, v);
|
|
3540
|
+
this._a("horizontalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dc));
|
|
3487
3541
|
},
|
|
3488
3542
|
enumerable: true,
|
|
3489
3543
|
configurable: true
|
|
@@ -3493,11 +3547,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3493
3547
|
* Gets or sets the vertical scrollbar mode to use for the series viewer.
|
|
3494
3548
|
*/
|
|
3495
3549
|
get: function () {
|
|
3496
|
-
return this.i.
|
|
3550
|
+
return this.i.dd;
|
|
3497
3551
|
},
|
|
3498
3552
|
set: function (v) {
|
|
3499
|
-
this.i.
|
|
3500
|
-
this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.
|
|
3553
|
+
this.i.dd = ensureEnum(SeriesViewerScrollbarMode_$type, v);
|
|
3554
|
+
this._a("verticalViewScrollbarMode", enumToString(SeriesViewerScrollbarMode_$type, this.i.dd));
|
|
3501
3555
|
},
|
|
3502
3556
|
enumerable: true,
|
|
3503
3557
|
configurable: true
|
|
@@ -3507,11 +3561,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3507
3561
|
* Gets or sets the position to use for the horizontal scrollbar in the component, when enabled.
|
|
3508
3562
|
*/
|
|
3509
3563
|
get: function () {
|
|
3510
|
-
return this.i.
|
|
3564
|
+
return this.i.c9;
|
|
3511
3565
|
},
|
|
3512
3566
|
set: function (v) {
|
|
3513
|
-
this.i.
|
|
3514
|
-
this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.
|
|
3567
|
+
this.i.c9 = ensureEnum(SeriesViewerHorizontalScrollbarPosition_$type, v);
|
|
3568
|
+
this._a("horizontalViewScrollbarPosition", enumToString(SeriesViewerHorizontalScrollbarPosition_$type, this.i.c9));
|
|
3515
3569
|
},
|
|
3516
3570
|
enumerable: true,
|
|
3517
3571
|
configurable: true
|
|
@@ -3521,11 +3575,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3521
3575
|
* Gets or sets the position to use for the vertical scrollbar in the component, when enabled.
|
|
3522
3576
|
*/
|
|
3523
3577
|
get: function () {
|
|
3524
|
-
return this.i.
|
|
3578
|
+
return this.i.df;
|
|
3525
3579
|
},
|
|
3526
3580
|
set: function (v) {
|
|
3527
|
-
this.i.
|
|
3528
|
-
this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.
|
|
3581
|
+
this.i.df = ensureEnum(SeriesViewerVerticalScrollbarPosition_$type, v);
|
|
3582
|
+
this._a("verticalViewScrollbarPosition", enumToString(SeriesViewerVerticalScrollbarPosition_$type, this.i.df));
|
|
3529
3583
|
},
|
|
3530
3584
|
enumerable: true,
|
|
3531
3585
|
configurable: true
|
|
@@ -3535,11 +3589,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3535
3589
|
* Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
|
|
3536
3590
|
*/
|
|
3537
3591
|
get: function () {
|
|
3538
|
-
return brushToString(this.i.
|
|
3592
|
+
return brushToString(this.i.uh);
|
|
3539
3593
|
},
|
|
3540
3594
|
set: function (v) {
|
|
3541
|
-
this.i.
|
|
3542
|
-
this._a("horizontalViewScrollbarFill", brushToString(this.i.
|
|
3595
|
+
this.i.uh = stringToBrush(v);
|
|
3596
|
+
this._a("horizontalViewScrollbarFill", brushToString(this.i.uh));
|
|
3543
3597
|
},
|
|
3544
3598
|
enumerable: true,
|
|
3545
3599
|
configurable: true
|
|
@@ -3549,11 +3603,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3549
3603
|
* Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
|
|
3550
3604
|
*/
|
|
3551
3605
|
get: function () {
|
|
3552
|
-
return brushToString(this.i.
|
|
3606
|
+
return brushToString(this.i.ui);
|
|
3553
3607
|
},
|
|
3554
3608
|
set: function (v) {
|
|
3555
|
-
this.i.
|
|
3556
|
-
this._a("horizontalViewScrollbarOutline", brushToString(this.i.
|
|
3609
|
+
this.i.ui = stringToBrush(v);
|
|
3610
|
+
this._a("horizontalViewScrollbarOutline", brushToString(this.i.ui));
|
|
3557
3611
|
},
|
|
3558
3612
|
enumerable: true,
|
|
3559
3613
|
configurable: true
|
|
@@ -3563,11 +3617,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3563
3617
|
* Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
|
|
3564
3618
|
*/
|
|
3565
3619
|
get: function () {
|
|
3566
|
-
return this.i.
|
|
3620
|
+
return this.i.h5;
|
|
3567
3621
|
},
|
|
3568
3622
|
set: function (v) {
|
|
3569
|
-
this.i.
|
|
3570
|
-
this._a("horizontalViewScrollbarStrokeThickness", this.i.
|
|
3623
|
+
this.i.h5 = +v;
|
|
3624
|
+
this._a("horizontalViewScrollbarStrokeThickness", this.i.h5);
|
|
3571
3625
|
},
|
|
3572
3626
|
enumerable: true,
|
|
3573
3627
|
configurable: true
|
|
@@ -3577,11 +3631,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3577
3631
|
* Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
|
|
3578
3632
|
*/
|
|
3579
3633
|
get: function () {
|
|
3580
|
-
return this.i.
|
|
3634
|
+
return this.i.h4;
|
|
3581
3635
|
},
|
|
3582
3636
|
set: function (v) {
|
|
3583
|
-
this.i.
|
|
3584
|
-
this._a("horizontalViewScrollbarMaxOpacity", this.i.
|
|
3637
|
+
this.i.h4 = +v;
|
|
3638
|
+
this._a("horizontalViewScrollbarMaxOpacity", this.i.h4);
|
|
3585
3639
|
},
|
|
3586
3640
|
enumerable: true,
|
|
3587
3641
|
configurable: true
|
|
@@ -3591,11 +3645,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3591
3645
|
* Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
|
|
3592
3646
|
*/
|
|
3593
3647
|
get: function () {
|
|
3594
|
-
return this.i.
|
|
3648
|
+
return this.i.h1;
|
|
3595
3649
|
},
|
|
3596
3650
|
set: function (v) {
|
|
3597
|
-
this.i.
|
|
3598
|
-
this._a("horizontalViewScrollbarCornerRadius", this.i.
|
|
3651
|
+
this.i.h1 = +v;
|
|
3652
|
+
this._a("horizontalViewScrollbarCornerRadius", this.i.h1);
|
|
3599
3653
|
},
|
|
3600
3654
|
enumerable: true,
|
|
3601
3655
|
configurable: true
|
|
@@ -3605,11 +3659,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3605
3659
|
* Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
|
|
3606
3660
|
*/
|
|
3607
3661
|
get: function () {
|
|
3608
|
-
return this.i.
|
|
3662
|
+
return this.i.h2;
|
|
3609
3663
|
},
|
|
3610
3664
|
set: function (v) {
|
|
3611
|
-
this.i.
|
|
3612
|
-
this._a("horizontalViewScrollbarHeight", this.i.
|
|
3665
|
+
this.i.h2 = +v;
|
|
3666
|
+
this._a("horizontalViewScrollbarHeight", this.i.h2);
|
|
3613
3667
|
},
|
|
3614
3668
|
enumerable: true,
|
|
3615
3669
|
configurable: true
|
|
@@ -3619,11 +3673,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3619
3673
|
* Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
|
|
3620
3674
|
*/
|
|
3621
3675
|
get: function () {
|
|
3622
|
-
return this.i.
|
|
3676
|
+
return this.i.h3;
|
|
3623
3677
|
},
|
|
3624
3678
|
set: function (v) {
|
|
3625
|
-
this.i.
|
|
3626
|
-
this._a("horizontalViewScrollbarInset", this.i.
|
|
3679
|
+
this.i.h3 = +v;
|
|
3680
|
+
this._a("horizontalViewScrollbarInset", this.i.h3);
|
|
3627
3681
|
},
|
|
3628
3682
|
enumerable: true,
|
|
3629
3683
|
configurable: true
|
|
@@ -3633,11 +3687,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3633
3687
|
* Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
|
|
3634
3688
|
*/
|
|
3635
3689
|
get: function () {
|
|
3636
|
-
return this.i.
|
|
3690
|
+
return this.i.h7;
|
|
3637
3691
|
},
|
|
3638
3692
|
set: function (v) {
|
|
3639
|
-
this.i.
|
|
3640
|
-
this._a("horizontalViewScrollbarTrackStartInset", this.i.
|
|
3693
|
+
this.i.h7 = +v;
|
|
3694
|
+
this._a("horizontalViewScrollbarTrackStartInset", this.i.h7);
|
|
3641
3695
|
},
|
|
3642
3696
|
enumerable: true,
|
|
3643
3697
|
configurable: true
|
|
@@ -3647,11 +3701,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3647
3701
|
* Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
|
|
3648
3702
|
*/
|
|
3649
3703
|
get: function () {
|
|
3650
|
-
return this.i.
|
|
3704
|
+
return this.i.h6;
|
|
3651
3705
|
},
|
|
3652
3706
|
set: function (v) {
|
|
3653
|
-
this.i.
|
|
3654
|
-
this._a("horizontalViewScrollbarTrackEndInset", this.i.
|
|
3707
|
+
this.i.h6 = +v;
|
|
3708
|
+
this._a("horizontalViewScrollbarTrackEndInset", this.i.h6);
|
|
3655
3709
|
},
|
|
3656
3710
|
enumerable: true,
|
|
3657
3711
|
configurable: true
|
|
@@ -3661,11 +3715,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3661
3715
|
* Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
|
|
3662
3716
|
*/
|
|
3663
3717
|
get: function () {
|
|
3664
|
-
return this.i.
|
|
3718
|
+
return this.i.fl;
|
|
3665
3719
|
},
|
|
3666
3720
|
set: function (v) {
|
|
3667
|
-
this.i.
|
|
3668
|
-
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
3721
|
+
this.i.fl = ensureBool(v);
|
|
3722
|
+
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.fl);
|
|
3669
3723
|
},
|
|
3670
3724
|
enumerable: true,
|
|
3671
3725
|
configurable: true
|
|
@@ -3675,11 +3729,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3675
3729
|
* Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
|
|
3676
3730
|
*/
|
|
3677
3731
|
get: function () {
|
|
3678
|
-
return brushToString(this.i.
|
|
3732
|
+
return brushToString(this.i.um);
|
|
3679
3733
|
},
|
|
3680
3734
|
set: function (v) {
|
|
3681
|
-
this.i.
|
|
3682
|
-
this._a("verticalViewScrollbarFill", brushToString(this.i.
|
|
3735
|
+
this.i.um = stringToBrush(v);
|
|
3736
|
+
this._a("verticalViewScrollbarFill", brushToString(this.i.um));
|
|
3683
3737
|
},
|
|
3684
3738
|
enumerable: true,
|
|
3685
3739
|
configurable: true
|
|
@@ -3689,11 +3743,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3689
3743
|
* Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
|
|
3690
3744
|
*/
|
|
3691
3745
|
get: function () {
|
|
3692
|
-
return brushToString(this.i.
|
|
3746
|
+
return brushToString(this.i.un);
|
|
3693
3747
|
},
|
|
3694
3748
|
set: function (v) {
|
|
3695
|
-
this.i.
|
|
3696
|
-
this._a("verticalViewScrollbarOutline", brushToString(this.i.
|
|
3749
|
+
this.i.un = stringToBrush(v);
|
|
3750
|
+
this._a("verticalViewScrollbarOutline", brushToString(this.i.un));
|
|
3697
3751
|
},
|
|
3698
3752
|
enumerable: true,
|
|
3699
3753
|
configurable: true
|
|
@@ -3703,11 +3757,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3703
3757
|
* Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
|
|
3704
3758
|
*/
|
|
3705
3759
|
get: function () {
|
|
3706
|
-
return this.i.
|
|
3760
|
+
return this.i.iy;
|
|
3707
3761
|
},
|
|
3708
3762
|
set: function (v) {
|
|
3709
|
-
this.i.
|
|
3710
|
-
this._a("verticalViewScrollbarStrokeThickness", this.i.
|
|
3763
|
+
this.i.iy = +v;
|
|
3764
|
+
this._a("verticalViewScrollbarStrokeThickness", this.i.iy);
|
|
3711
3765
|
},
|
|
3712
3766
|
enumerable: true,
|
|
3713
3767
|
configurable: true
|
|
@@ -3717,11 +3771,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3717
3771
|
* Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
|
|
3718
3772
|
*/
|
|
3719
3773
|
get: function () {
|
|
3720
|
-
return this.i.
|
|
3774
|
+
return this.i.ix;
|
|
3721
3775
|
},
|
|
3722
3776
|
set: function (v) {
|
|
3723
|
-
this.i.
|
|
3724
|
-
this._a("verticalViewScrollbarMaxOpacity", this.i.
|
|
3777
|
+
this.i.ix = +v;
|
|
3778
|
+
this._a("verticalViewScrollbarMaxOpacity", this.i.ix);
|
|
3725
3779
|
},
|
|
3726
3780
|
enumerable: true,
|
|
3727
3781
|
configurable: true
|
|
@@ -3731,11 +3785,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3731
3785
|
* Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
|
|
3732
3786
|
*/
|
|
3733
3787
|
get: function () {
|
|
3734
|
-
return this.i.
|
|
3788
|
+
return this.i.iv;
|
|
3735
3789
|
},
|
|
3736
3790
|
set: function (v) {
|
|
3737
|
-
this.i.
|
|
3738
|
-
this._a("verticalViewScrollbarCornerRadius", this.i.
|
|
3791
|
+
this.i.iv = +v;
|
|
3792
|
+
this._a("verticalViewScrollbarCornerRadius", this.i.iv);
|
|
3739
3793
|
},
|
|
3740
3794
|
enumerable: true,
|
|
3741
3795
|
configurable: true
|
|
@@ -3745,11 +3799,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3745
3799
|
* Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
|
|
3746
3800
|
*/
|
|
3747
3801
|
get: function () {
|
|
3748
|
-
return this.i.
|
|
3802
|
+
return this.i.i1;
|
|
3749
3803
|
},
|
|
3750
3804
|
set: function (v) {
|
|
3751
|
-
this.i.
|
|
3752
|
-
this._a("verticalViewScrollbarWidth", this.i.
|
|
3805
|
+
this.i.i1 = +v;
|
|
3806
|
+
this._a("verticalViewScrollbarWidth", this.i.i1);
|
|
3753
3807
|
},
|
|
3754
3808
|
enumerable: true,
|
|
3755
3809
|
configurable: true
|
|
@@ -3759,11 +3813,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3759
3813
|
* Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
|
|
3760
3814
|
*/
|
|
3761
3815
|
get: function () {
|
|
3762
|
-
return this.i.
|
|
3816
|
+
return this.i.iw;
|
|
3763
3817
|
},
|
|
3764
3818
|
set: function (v) {
|
|
3765
|
-
this.i.
|
|
3766
|
-
this._a("verticalViewScrollbarInset", this.i.
|
|
3819
|
+
this.i.iw = +v;
|
|
3820
|
+
this._a("verticalViewScrollbarInset", this.i.iw);
|
|
3767
3821
|
},
|
|
3768
3822
|
enumerable: true,
|
|
3769
3823
|
configurable: true
|
|
@@ -3773,11 +3827,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3773
3827
|
* Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
|
|
3774
3828
|
*/
|
|
3775
3829
|
get: function () {
|
|
3776
|
-
return this.i.
|
|
3830
|
+
return this.i.i0;
|
|
3777
3831
|
},
|
|
3778
3832
|
set: function (v) {
|
|
3779
|
-
this.i.
|
|
3780
|
-
this._a("verticalViewScrollbarTrackStartInset", this.i.
|
|
3833
|
+
this.i.i0 = +v;
|
|
3834
|
+
this._a("verticalViewScrollbarTrackStartInset", this.i.i0);
|
|
3781
3835
|
},
|
|
3782
3836
|
enumerable: true,
|
|
3783
3837
|
configurable: true
|
|
@@ -3787,11 +3841,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3787
3841
|
* Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
|
|
3788
3842
|
*/
|
|
3789
3843
|
get: function () {
|
|
3790
|
-
return this.i.
|
|
3844
|
+
return this.i.iz;
|
|
3791
3845
|
},
|
|
3792
3846
|
set: function (v) {
|
|
3793
|
-
this.i.
|
|
3794
|
-
this._a("verticalViewScrollbarTrackEndInset", this.i.
|
|
3847
|
+
this.i.iz = +v;
|
|
3848
|
+
this._a("verticalViewScrollbarTrackEndInset", this.i.iz);
|
|
3795
3849
|
},
|
|
3796
3850
|
enumerable: true,
|
|
3797
3851
|
configurable: true
|
|
@@ -3801,11 +3855,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3801
3855
|
* Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
|
|
3802
3856
|
*/
|
|
3803
3857
|
get: function () {
|
|
3804
|
-
return this.i.
|
|
3858
|
+
return this.i.f5;
|
|
3805
3859
|
},
|
|
3806
3860
|
set: function (v) {
|
|
3807
|
-
this.i.
|
|
3808
|
-
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
3861
|
+
this.i.f5 = ensureBool(v);
|
|
3862
|
+
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.f5);
|
|
3809
3863
|
},
|
|
3810
3864
|
enumerable: true,
|
|
3811
3865
|
configurable: true
|
|
@@ -3818,11 +3872,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3818
3872
|
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
3819
3873
|
*/
|
|
3820
3874
|
get: function () {
|
|
3821
|
-
return this.i.
|
|
3875
|
+
return this.i.i3;
|
|
3822
3876
|
},
|
|
3823
3877
|
set: function (v) {
|
|
3824
|
-
this.i.
|
|
3825
|
-
this._a("windowRectMinWidth", this.i.
|
|
3878
|
+
this.i.i3 = +v;
|
|
3879
|
+
this._a("windowRectMinWidth", this.i.i3);
|
|
3826
3880
|
},
|
|
3827
3881
|
enumerable: true,
|
|
3828
3882
|
configurable: true
|
|
@@ -3835,11 +3889,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3835
3889
|
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
3836
3890
|
*/
|
|
3837
3891
|
get: function () {
|
|
3838
|
-
return this.i.
|
|
3892
|
+
return this.i.i2;
|
|
3839
3893
|
},
|
|
3840
3894
|
set: function (v) {
|
|
3841
|
-
this.i.
|
|
3842
|
-
this._a("windowRectMinHeight", this.i.
|
|
3895
|
+
this.i.i2 = +v;
|
|
3896
|
+
this._a("windowRectMinHeight", this.i.i2);
|
|
3843
3897
|
},
|
|
3844
3898
|
enumerable: true,
|
|
3845
3899
|
configurable: true
|
|
@@ -3852,11 +3906,11 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3852
3906
|
* This property is overridden by the WindowRectMinWidth property
|
|
3853
3907
|
*/
|
|
3854
3908
|
get: function () {
|
|
3855
|
-
return this.i.
|
|
3909
|
+
return this.i.i5;
|
|
3856
3910
|
},
|
|
3857
3911
|
set: function (v) {
|
|
3858
|
-
this.i.
|
|
3859
|
-
this._a("windowSizeMinWidth", this.i.
|
|
3912
|
+
this.i.i5 = +v;
|
|
3913
|
+
this._a("windowSizeMinWidth", this.i.i5);
|
|
3860
3914
|
},
|
|
3861
3915
|
enumerable: true,
|
|
3862
3916
|
configurable: true
|
|
@@ -3869,16 +3923,21 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3869
3923
|
* This property is overridden by the WindowRectMinHeight property
|
|
3870
3924
|
*/
|
|
3871
3925
|
get: function () {
|
|
3872
|
-
return this.i.
|
|
3926
|
+
return this.i.i4;
|
|
3873
3927
|
},
|
|
3874
3928
|
set: function (v) {
|
|
3875
|
-
this.i.
|
|
3876
|
-
this._a("windowSizeMinHeight", this.i.
|
|
3929
|
+
this.i.i4 = +v;
|
|
3930
|
+
this._a("windowSizeMinHeight", this.i.i4);
|
|
3877
3931
|
},
|
|
3878
3932
|
enumerable: true,
|
|
3879
3933
|
configurable: true
|
|
3880
3934
|
});
|
|
3881
3935
|
IgcDomainChartComponent.prototype.findByName = function (name) {
|
|
3936
|
+
if (this.findEphemera) {
|
|
3937
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
3938
|
+
return this.findEphemera(name);
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3882
3941
|
if (this.dataToolTipValueFormatSpecifiers != null && arrayFindByName(this.dataToolTipValueFormatSpecifiers, name)) {
|
|
3883
3942
|
return arrayFindByName(this.dataToolTipValueFormatSpecifiers, name);
|
|
3884
3943
|
}
|
|
@@ -4020,7 +4079,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4020
4079
|
this.i.notifyResized();
|
|
4021
4080
|
};
|
|
4022
4081
|
IgcDomainChartComponent.prototype.notifyVisualPropertiesChanged = function () {
|
|
4023
|
-
this.i.
|
|
4082
|
+
this.i.r3();
|
|
4024
4083
|
};
|
|
4025
4084
|
/**
|
|
4026
4085
|
* Forces any pending refresh to the chart to be finished.
|
|
@@ -4033,7 +4092,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4033
4092
|
* ```
|
|
4034
4093
|
*/
|
|
4035
4094
|
IgcDomainChartComponent.prototype.flush = function () {
|
|
4036
|
-
this.i.
|
|
4095
|
+
this.i.ra();
|
|
4037
4096
|
};
|
|
4038
4097
|
/**
|
|
4039
4098
|
* Hides the active main tooltip, if displayed.
|
|
@@ -4046,17 +4105,17 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4046
4105
|
* ```
|
|
4047
4106
|
*/
|
|
4048
4107
|
IgcDomainChartComponent.prototype.hideToolTip = function () {
|
|
4049
|
-
this.i.
|
|
4108
|
+
this.i.ri();
|
|
4050
4109
|
};
|
|
4051
4110
|
/**
|
|
4052
4111
|
* Replays transition-in animation on all series in the chart.
|
|
4053
4112
|
|
|
4054
4113
|
*/
|
|
4055
4114
|
IgcDomainChartComponent.prototype.replayTransitionIn = function () {
|
|
4056
|
-
this.i.
|
|
4115
|
+
this.i.su();
|
|
4057
4116
|
};
|
|
4058
4117
|
IgcDomainChartComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
|
|
4059
|
-
this.i.
|
|
4118
|
+
this.i.r2(source_, index, oldItem, newItem);
|
|
4060
4119
|
};
|
|
4061
4120
|
/**
|
|
4062
4121
|
* Used to manually notify the chart that the data source has reset or cleared its items.
|
|
@@ -4069,13 +4128,13 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4069
4128
|
* ```
|
|
4070
4129
|
*/
|
|
4071
4130
|
IgcDomainChartComponent.prototype.notifyClearItems = function (source_) {
|
|
4072
|
-
this.i.
|
|
4131
|
+
this.i.ry(source_);
|
|
4073
4132
|
};
|
|
4074
4133
|
IgcDomainChartComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
|
|
4075
|
-
this.i.
|
|
4134
|
+
this.i.rz(source_, index, newItem);
|
|
4076
4135
|
};
|
|
4077
4136
|
IgcDomainChartComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
|
|
4078
|
-
this.i.
|
|
4137
|
+
this.i.r0(source_, index, oldItem);
|
|
4079
4138
|
};
|
|
4080
4139
|
Object.defineProperty(IgcDomainChartComponent.prototype, "seriesAdded", {
|
|
4081
4140
|
/**
|
|
@@ -4105,6 +4164,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4105
4164
|
}
|
|
4106
4165
|
};
|
|
4107
4166
|
this.i.seriesAdded = delegateCombine(this.i.seriesAdded, this._seriesAdded_wrapped);
|
|
4167
|
+
;
|
|
4108
4168
|
},
|
|
4109
4169
|
enumerable: true,
|
|
4110
4170
|
configurable: true
|
|
@@ -4144,6 +4204,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4144
4204
|
}
|
|
4145
4205
|
};
|
|
4146
4206
|
this.i.seriesRemoved = delegateCombine(this.i.seriesRemoved, this._seriesRemoved_wrapped);
|
|
4207
|
+
;
|
|
4147
4208
|
},
|
|
4148
4209
|
enumerable: true,
|
|
4149
4210
|
configurable: true
|
|
@@ -4183,6 +4244,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4183
4244
|
}
|
|
4184
4245
|
};
|
|
4185
4246
|
this.i.seriesPointerEnter = delegateCombine(this.i.seriesPointerEnter, this._seriesPointerEnter_wrapped);
|
|
4247
|
+
;
|
|
4186
4248
|
},
|
|
4187
4249
|
enumerable: true,
|
|
4188
4250
|
configurable: true
|
|
@@ -4222,6 +4284,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4222
4284
|
}
|
|
4223
4285
|
};
|
|
4224
4286
|
this.i.seriesPointerLeave = delegateCombine(this.i.seriesPointerLeave, this._seriesPointerLeave_wrapped);
|
|
4287
|
+
;
|
|
4225
4288
|
},
|
|
4226
4289
|
enumerable: true,
|
|
4227
4290
|
configurable: true
|
|
@@ -4261,6 +4324,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4261
4324
|
}
|
|
4262
4325
|
};
|
|
4263
4326
|
this.i.seriesPointerMove = delegateCombine(this.i.seriesPointerMove, this._seriesPointerMove_wrapped);
|
|
4327
|
+
;
|
|
4264
4328
|
},
|
|
4265
4329
|
enumerable: true,
|
|
4266
4330
|
configurable: true
|
|
@@ -4293,6 +4357,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4293
4357
|
}
|
|
4294
4358
|
};
|
|
4295
4359
|
this.i.seriesPointerDown = delegateCombine(this.i.seriesPointerDown, this._seriesPointerDown_wrapped);
|
|
4360
|
+
;
|
|
4296
4361
|
},
|
|
4297
4362
|
enumerable: true,
|
|
4298
4363
|
configurable: true
|
|
@@ -4332,6 +4397,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4332
4397
|
}
|
|
4333
4398
|
};
|
|
4334
4399
|
this.i.seriesPointerUp = delegateCombine(this.i.seriesPointerUp, this._seriesPointerUp_wrapped);
|
|
4400
|
+
;
|
|
4335
4401
|
},
|
|
4336
4402
|
enumerable: true,
|
|
4337
4403
|
configurable: true
|
|
@@ -4362,6 +4428,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4362
4428
|
}
|
|
4363
4429
|
};
|
|
4364
4430
|
this.i.calloutStyleUpdating = delegateCombine(this.i.calloutStyleUpdating, this._calloutStyleUpdating_wrapped);
|
|
4431
|
+
;
|
|
4365
4432
|
},
|
|
4366
4433
|
enumerable: true,
|
|
4367
4434
|
configurable: true
|
|
@@ -4392,6 +4459,7 @@ var IgcDomainChartComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4392
4459
|
}
|
|
4393
4460
|
};
|
|
4394
4461
|
this.i.calloutRenderStyleUpdating = delegateCombine(this.i.calloutRenderStyleUpdating, this._calloutRenderStyleUpdating_wrapped);
|
|
4462
|
+
;
|
|
4395
4463
|
},
|
|
4396
4464
|
enumerable: true,
|
|
4397
4465
|
configurable: true
|