igniteui-webcomponents-charts 3.2.4 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-charts.umd.js +9844 -6856
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/BarSeries_combined.js +37 -21
- package/esm2015/lib/CategoryChart.js +453 -444
- package/esm2015/lib/ChartSummaryDescription.js +29 -29
- package/esm2015/lib/ChartSummaryDescriptionCollection.js +7 -7
- package/esm2015/lib/DomainChart.js +1833 -1829
- package/esm2015/lib/FinancialChart_combined.js +1293 -1293
- package/esm2015/lib/SeriesViewerInteractionManager.js +1 -1
- package/esm2015/lib/Stacked100BarBucketCalculator.js +4 -4
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +4 -4
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +636 -535
- package/esm2015/lib/XYChart.js +705 -705
- package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm2015/lib/igc-anchored-category-series-component.js +14 -0
- package/esm2015/lib/igc-anchored-radial-series-component.js +14 -0
- package/esm2015/lib/igc-annotation-layer-component.js +14 -0
- package/esm2015/lib/igc-area-fragment-component.js +14 -0
- package/esm2015/lib/igc-area-series-component.js +14 -0
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-average-true-range-indicator-component.js +14 -0
- package/esm2015/lib/igc-axis-annotation.js +5 -0
- package/esm2015/lib/igc-axis-component.js +28 -6
- package/esm2015/lib/igc-bar-fragment-component.js +28 -12
- package/esm2015/lib/igc-bar-series-component.js +14 -0
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +14 -0
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +14 -0
- package/esm2015/lib/igc-brush-scale-component.js +20 -0
- package/esm2015/lib/igc-bubble-series-component.js +28 -12
- package/esm2015/lib/igc-calculated-column.js +5 -0
- package/esm2015/lib/igc-callout-annotation.js +12 -6
- package/esm2015/lib/igc-callout-label-updating-event-args.js +7 -6
- package/esm2015/lib/igc-callout-layer-component.js +26 -6
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-category-axis-base-component.js +14 -0
- package/esm2015/lib/igc-category-chart-component.js +127 -127
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-category-highlight-layer-component.js +21 -6
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +21 -6
- package/esm2015/lib/igc-category-series-component.js +16 -0
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +21 -6
- package/esm2015/lib/igc-category-x-axis-component.js +14 -0
- package/esm2015/lib/igc-category-y-axis-component.js +14 -0
- package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +14 -0
- package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm2015/lib/igc-chart-group-description-collection.js +18 -1
- package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
- package/esm2015/lib/igc-chart-series-event-args.js +7 -6
- package/esm2015/lib/igc-chart-sort-description-collection.js +18 -1
- package/esm2015/lib/igc-chart-sort-description.js +5 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +18 -1
- package/esm2015/lib/igc-chart-summary-description.js +9 -3
- package/esm2015/lib/igc-color-scale-component.js +20 -0
- package/esm2015/lib/igc-column-fragment-component.js +28 -12
- package/esm2015/lib/igc-column-series-component.js +14 -0
- package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm2015/lib/igc-crosshair-layer-component.js +21 -6
- package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm2015/lib/igc-custom-indicator-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm2015/lib/igc-data-legend-component.js +11 -0
- package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +21 -6
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-domain-chart-component.js +782 -714
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
- package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-final-value-layer-component.js +21 -6
- package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm2015/lib/igc-financial-chart-component.js +173 -172
- package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm2015/lib/igc-financial-event-args.js +22 -10
- package/esm2015/lib/igc-financial-indicator-component.js +14 -0
- package/esm2015/lib/igc-financial-overlay-component.js +14 -0
- package/esm2015/lib/igc-financial-price-series-component.js +14 -0
- package/esm2015/lib/igc-financial-series-component.js +31 -12
- package/esm2015/lib/igc-force-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-fragment-base-component.js +14 -0
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-funnel-chart-component.js +9 -0
- package/esm2015/lib/igc-funnel-data-context.js +5 -0
- package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm2015/lib/igc-high-density-scatter-series-component.js +29 -12
- package/esm2015/lib/igc-highlighting-info.js +12 -6
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +28 -12
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +28 -12
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +28 -12
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +21 -6
- package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-legend-base-component.js +10 -0
- package/esm2015/lib/igc-line-fragment-component.js +14 -0
- package/esm2015/lib/igc-line-series-component.js +14 -0
- package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm2015/lib/igc-marker-series-component.js +14 -0
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +14 -0
- package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm2015/lib/igc-point-series-component.js +14 -0
- package/esm2015/lib/igc-polar-area-series-component.js +14 -0
- package/esm2015/lib/igc-polar-base-component.js +30 -12
- package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm2015/lib/igc-polar-line-series-component.js +14 -0
- package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-polar-spline-area-series-component.js +14 -0
- package/esm2015/lib/igc-polar-spline-series-component.js +14 -0
- package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-price-channel-overlay-component.js +14 -0
- package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm2015/lib/igc-radial-area-series-component.js +14 -0
- package/esm2015/lib/igc-radial-base-component.js +30 -12
- package/esm2015/lib/igc-radial-column-series-component.js +14 -0
- package/esm2015/lib/igc-radial-line-series-component.js +14 -0
- package/esm2015/lib/igc-radial-pie-series-component.js +14 -0
- package/esm2015/lib/igc-range-area-series-component.js +14 -0
- package/esm2015/lib/igc-range-category-series-component.js +14 -0
- package/esm2015/lib/igc-range-column-series-component.js +14 -0
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +14 -0
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-ring-series-base-component.js +20 -0
- package/esm2015/lib/igc-ring-series-component.js +25 -5
- package/esm2015/lib/igc-ring.js +12 -6
- package/esm2015/lib/igc-scale-legend-component.js +14 -0
- package/esm2015/lib/igc-scaler-params.js +5 -0
- package/esm2015/lib/igc-scatter-area-series-component.js +28 -12
- package/esm2015/lib/igc-scatter-base-component.js +30 -12
- package/esm2015/lib/igc-scatter-contour-series-component.js +35 -18
- package/esm2015/lib/igc-scatter-line-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-polygon-series-component.js +25 -5
- package/esm2015/lib/igc-scatter-polyline-series-component.js +25 -5
- package/esm2015/lib/igc-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-spline-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +29 -12
- package/esm2015/lib/igc-series-component.js +20 -0
- package/esm2015/lib/igc-series-viewer-component.js +38 -0
- package/esm2015/lib/igc-shape-series-base-component.js +31 -12
- package/esm2015/lib/igc-size-scale-component.js +20 -0
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-sparkline-component.js +5 -0
- package/esm2015/lib/igc-spline-area-fragment-component.js +14 -0
- package/esm2015/lib/igc-spline-area-series-component.js +14 -0
- package/esm2015/lib/igc-spline-fragment-base-component.js +14 -0
- package/esm2015/lib/igc-spline-fragment-component.js +14 -0
- package/esm2015/lib/igc-spline-series-base-component.js +14 -0
- package/esm2015/lib/igc-spline-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-column-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-line-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-bar-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-column-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
- package/esm2015/lib/igc-stacked-line-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-series-base-component.js +1 -0
- package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-spline-series-component.js +14 -0
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +14 -0
- package/esm2015/lib/igc-step-area-series-component.js +14 -0
- package/esm2015/lib/igc-step-line-series-component.js +14 -0
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +14 -0
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-time-axis-base-component.js +14 -0
- package/esm2015/lib/igc-time-axis-break-component.js +19 -0
- package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
- package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm2015/lib/igc-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-treemap-component.js +11 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
- package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm2015/lib/igc-trix-indicator-component.js +14 -0
- package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-value-overlay-component.js +21 -6
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +28 -12
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +28 -12
- package/esm2015/lib/igc-waterfall-series-component.js +14 -0
- package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +14 -0
- package/esm2015/lib/igc-xy-chart-component.js +232 -218
- package/esm2015/lib/igc-zoom-slider-component.js +7 -0
- package/esm5/lib/BarSeries_combined.js +37 -21
- package/esm5/lib/CategoryChart.js +433 -424
- package/esm5/lib/ChartSummaryDescription.js +26 -26
- package/esm5/lib/ChartSummaryDescriptionCollection.js +7 -7
- package/esm5/lib/DomainChart.js +1732 -1728
- package/esm5/lib/FinancialChart_combined.js +1268 -1268
- package/esm5/lib/SeriesViewerInteractionManager.js +1 -1
- package/esm5/lib/Stacked100BarBucketCalculator.js +4 -4
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +4 -4
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +944 -795
- package/esm5/lib/XYChart.js +671 -671
- package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm5/lib/igc-anchored-category-series-component.js +14 -0
- package/esm5/lib/igc-anchored-radial-series-component.js +14 -0
- package/esm5/lib/igc-annotation-layer-component.js +14 -0
- package/esm5/lib/igc-area-fragment-component.js +14 -0
- package/esm5/lib/igc-area-series-component.js +14 -0
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
- package/esm5/lib/igc-average-directional-index-indicator-component.js +14 -0
- package/esm5/lib/igc-average-true-range-indicator-component.js +14 -0
- package/esm5/lib/igc-axis-annotation.js +5 -0
- package/esm5/lib/igc-axis-component.js +28 -6
- package/esm5/lib/igc-bar-fragment-component.js +28 -12
- package/esm5/lib/igc-bar-series-component.js +14 -0
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +14 -0
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +14 -0
- package/esm5/lib/igc-brush-scale-component.js +20 -0
- package/esm5/lib/igc-bubble-series-component.js +28 -12
- package/esm5/lib/igc-calculated-column.js +5 -0
- package/esm5/lib/igc-callout-annotation.js +12 -6
- package/esm5/lib/igc-callout-label-updating-event-args.js +7 -6
- package/esm5/lib/igc-callout-layer-component.js +26 -6
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-category-angle-axis-component.js +14 -0
- package/esm5/lib/igc-category-axis-base-component.js +14 -0
- package/esm5/lib/igc-category-chart-component.js +127 -127
- package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-category-highlight-layer-component.js +21 -6
- package/esm5/lib/igc-category-item-highlight-layer-component.js +21 -6
- package/esm5/lib/igc-category-series-component.js +16 -0
- package/esm5/lib/igc-category-tool-tip-layer-component.js +21 -6
- package/esm5/lib/igc-category-x-axis-component.js +14 -0
- package/esm5/lib/igc-category-y-axis-component.js +14 -0
- package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +14 -0
- package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm5/lib/igc-chart-group-description-collection.js +18 -1
- package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
- package/esm5/lib/igc-chart-series-event-args.js +7 -6
- package/esm5/lib/igc-chart-sort-description-collection.js +18 -1
- package/esm5/lib/igc-chart-sort-description.js +5 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +18 -1
- package/esm5/lib/igc-chart-summary-description.js +9 -3
- package/esm5/lib/igc-color-scale-component.js +20 -0
- package/esm5/lib/igc-column-fragment-component.js +28 -12
- package/esm5/lib/igc-column-series-component.js +14 -0
- package/esm5/lib/igc-column-supporting-calculation.js +5 -0
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +14 -0
- package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm5/lib/igc-crosshair-layer-component.js +21 -6
- package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm5/lib/igc-custom-indicator-component.js +14 -0
- package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm5/lib/igc-data-legend-component.js +11 -0
- package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm5/lib/igc-data-tool-tip-layer-component.js +21 -6
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-domain-chart-component.js +782 -714
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm5/lib/igc-doughnut-chart-component.js +7 -0
- package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-final-value-layer-component.js +21 -6
- package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm5/lib/igc-financial-chart-component.js +173 -172
- package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm5/lib/igc-financial-event-args.js +22 -10
- package/esm5/lib/igc-financial-indicator-component.js +14 -0
- package/esm5/lib/igc-financial-overlay-component.js +14 -0
- package/esm5/lib/igc-financial-price-series-component.js +14 -0
- package/esm5/lib/igc-financial-series-component.js +31 -12
- package/esm5/lib/igc-force-index-indicator-component.js +14 -0
- package/esm5/lib/igc-fragment-base-component.js +14 -0
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-funnel-chart-component.js +9 -0
- package/esm5/lib/igc-funnel-data-context.js +5 -0
- package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm5/lib/igc-high-density-scatter-series-component.js +29 -12
- package/esm5/lib/igc-highlighting-info.js +12 -6
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +28 -12
- package/esm5/lib/igc-horizontal-range-category-series-component.js +28 -12
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +28 -12
- package/esm5/lib/igc-item-tool-tip-layer-component.js +21 -6
- package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-legend-base-component.js +10 -0
- package/esm5/lib/igc-line-fragment-component.js +14 -0
- package/esm5/lib/igc-line-series-component.js +14 -0
- package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm5/lib/igc-marker-series-component.js +14 -0
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +14 -0
- package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm5/lib/igc-median-price-indicator-component.js +14 -0
- package/esm5/lib/igc-money-flow-index-indicator-component.js +14 -0
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +14 -0
- package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-pie-chart-base-component.js +28 -0
- package/esm5/lib/igc-pie-slice-others-context.js +5 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm5/lib/igc-point-series-component.js +14 -0
- package/esm5/lib/igc-polar-area-series-component.js +14 -0
- package/esm5/lib/igc-polar-base-component.js +30 -12
- package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm5/lib/igc-polar-line-series-component.js +14 -0
- package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm5/lib/igc-polar-spline-area-series-component.js +14 -0
- package/esm5/lib/igc-polar-spline-series-component.js +14 -0
- package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-price-channel-overlay-component.js +14 -0
- package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm5/lib/igc-radial-area-series-component.js +14 -0
- package/esm5/lib/igc-radial-base-component.js +30 -12
- package/esm5/lib/igc-radial-column-series-component.js +14 -0
- package/esm5/lib/igc-radial-line-series-component.js +14 -0
- package/esm5/lib/igc-radial-pie-series-component.js +14 -0
- package/esm5/lib/igc-range-area-series-component.js +14 -0
- package/esm5/lib/igc-range-category-series-component.js +14 -0
- package/esm5/lib/igc-range-column-series-component.js +14 -0
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +14 -0
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +14 -0
- package/esm5/lib/igc-ring-series-base-component.js +20 -0
- package/esm5/lib/igc-ring-series-component.js +25 -5
- package/esm5/lib/igc-ring.js +12 -6
- package/esm5/lib/igc-scale-legend-component.js +14 -0
- package/esm5/lib/igc-scaler-params.js +5 -0
- package/esm5/lib/igc-scatter-area-series-component.js +28 -12
- package/esm5/lib/igc-scatter-base-component.js +30 -12
- package/esm5/lib/igc-scatter-contour-series-component.js +35 -18
- package/esm5/lib/igc-scatter-line-series-component.js +14 -0
- package/esm5/lib/igc-scatter-polygon-series-component.js +25 -5
- package/esm5/lib/igc-scatter-polyline-series-component.js +25 -5
- package/esm5/lib/igc-scatter-series-component.js +14 -0
- package/esm5/lib/igc-scatter-spline-series-component.js +14 -0
- package/esm5/lib/igc-scatter-triangulation-series-component.js +29 -12
- package/esm5/lib/igc-series-component.js +20 -0
- package/esm5/lib/igc-series-viewer-component.js +38 -0
- package/esm5/lib/igc-shape-series-base-component.js +31 -12
- package/esm5/lib/igc-size-scale-component.js +20 -0
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-sparkline-component.js +5 -0
- package/esm5/lib/igc-spline-area-fragment-component.js +14 -0
- package/esm5/lib/igc-spline-area-series-component.js +14 -0
- package/esm5/lib/igc-spline-fragment-base-component.js +14 -0
- package/esm5/lib/igc-spline-fragment-component.js +14 -0
- package/esm5/lib/igc-spline-series-base-component.js +14 -0
- package/esm5/lib/igc-spline-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-bar-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-column-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-line-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-spline-series-component.js +14 -0
- package/esm5/lib/igc-stacked-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-bar-series-component.js +14 -0
- package/esm5/lib/igc-stacked-column-series-component.js +14 -0
- package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
- package/esm5/lib/igc-stacked-line-series-component.js +14 -0
- package/esm5/lib/igc-stacked-series-base-component.js +1 -0
- package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm5/lib/igc-stacked-spline-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-spline-series-component.js +14 -0
- package/esm5/lib/igc-standard-deviation-indicator-component.js +14 -0
- package/esm5/lib/igc-step-area-series-component.js +14 -0
- package/esm5/lib/igc-step-line-series-component.js +14 -0
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +14 -0
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-time-axis-base-component.js +14 -0
- package/esm5/lib/igc-time-axis-break-component.js +19 -0
- package/esm5/lib/igc-time-axis-interval-component.js +19 -0
- package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm5/lib/igc-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-treemap-component.js +11 -0
- package/esm5/lib/igc-treemap-node-style-component.js +19 -0
- package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm5/lib/igc-trix-indicator-component.js +14 -0
- package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-value-brush-scale-component.js +14 -0
- package/esm5/lib/igc-value-overlay-component.js +21 -6
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +28 -12
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +28 -12
- package/esm5/lib/igc-waterfall-series-component.js +14 -0
- package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +14 -0
- package/esm5/lib/igc-xy-chart-component.js +232 -218
- package/esm5/lib/igc-zoom-slider-component.js +7 -0
- package/fesm2015/igniteui-webcomponents-charts.js +9800 -6884
- package/fesm5/igniteui-webcomponents-charts.js +9845 -6857
- package/lib/CategoryChart.d.ts +95 -93
- package/lib/ChartSummaryDescription.d.ts +8 -8
- package/lib/DomainChart.d.ts +434 -433
- package/lib/FinancialChart_combined.d.ts +231 -231
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +185 -167
- package/lib/XYChart.d.ts +141 -141
- package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
- package/lib/igc-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-anchored-radial-series-component.d.ts +1 -0
- package/lib/igc-annotation-layer-component.d.ts +1 -0
- package/lib/igc-area-fragment-component.d.ts +1 -0
- package/lib/igc-area-series-component.d.ts +1 -0
- package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
- package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
- package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
- package/lib/igc-axis-component.d.ts +1 -0
- package/lib/igc-bar-fragment-component.d.ts +1 -0
- package/lib/igc-bar-series-component.d.ts +1 -0
- package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
- package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
- package/lib/igc-brush-scale-component.d.ts +1 -0
- package/lib/igc-bubble-series-component.d.ts +1 -0
- package/lib/igc-callout-layer-component.d.ts +1 -0
- package/lib/igc-category-angle-axis-component.d.ts +1 -0
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
- package/lib/igc-category-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-series-component.d.ts +1 -0
- package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-category-x-axis-component.d.ts +1 -0
- package/lib/igc-category-y-axis-component.d.ts +1 -0
- package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
- package/lib/igc-chart-summary-description.d.ts +2 -2
- package/lib/igc-color-scale-component.d.ts +1 -0
- package/lib/igc-column-fragment-component.d.ts +1 -0
- package/lib/igc-column-series-component.d.ts +1 -0
- package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
- package/lib/igc-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-crosshair-layer-component.d.ts +1 -0
- package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-custom-indicator-component.d.ts +1 -0
- package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
- package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
- package/lib/igc-data-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
- package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-final-value-layer-component.d.ts +1 -0
- package/lib/igc-financial-indicator-component.d.ts +1 -0
- package/lib/igc-financial-overlay-component.d.ts +1 -0
- package/lib/igc-financial-price-series-component.d.ts +1 -0
- package/lib/igc-financial-series-component.d.ts +1 -0
- package/lib/igc-force-index-indicator-component.d.ts +1 -0
- package/lib/igc-fragment-base-component.d.ts +1 -0
- package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
- package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-line-fragment-component.d.ts +1 -0
- package/lib/igc-line-series-component.d.ts +1 -0
- package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-marker-series-component.d.ts +1 -0
- package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
- package/lib/igc-mass-index-indicator-component.d.ts +1 -0
- package/lib/igc-median-price-indicator-component.d.ts +1 -0
- package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
- package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
- package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
- package/lib/igc-numeric-x-axis-component.d.ts +1 -0
- package/lib/igc-numeric-y-axis-component.d.ts +1 -0
- package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
- package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
- package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
- package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-pie-chart-base-component.d.ts +1 -0
- package/lib/igc-point-series-component.d.ts +1 -0
- package/lib/igc-polar-area-series-component.d.ts +1 -0
- package/lib/igc-polar-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-component.d.ts +1 -0
- package/lib/igc-polar-scatter-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-series-component.d.ts +1 -0
- package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-price-channel-overlay-component.d.ts +1 -0
- package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
- package/lib/igc-radial-area-series-component.d.ts +1 -0
- package/lib/igc-radial-base-component.d.ts +1 -0
- package/lib/igc-radial-column-series-component.d.ts +1 -0
- package/lib/igc-radial-line-series-component.d.ts +1 -0
- package/lib/igc-radial-pie-series-component.d.ts +1 -0
- package/lib/igc-range-area-series-component.d.ts +1 -0
- package/lib/igc-range-category-series-component.d.ts +1 -0
- package/lib/igc-range-column-series-component.d.ts +1 -0
- package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
- package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
- package/lib/igc-ring-series-base-component.d.ts +1 -0
- package/lib/igc-ring-series-component.d.ts +1 -0
- package/lib/igc-scale-legend-component.d.ts +1 -0
- package/lib/igc-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-scatter-base-component.d.ts +1 -0
- package/lib/igc-scatter-contour-series-component.d.ts +1 -0
- package/lib/igc-scatter-line-series-component.d.ts +1 -0
- package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
- package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
- package/lib/igc-scatter-series-component.d.ts +1 -0
- package/lib/igc-scatter-spline-series-component.d.ts +1 -0
- package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +1 -0
- package/lib/igc-series-viewer-component.d.ts +1 -0
- package/lib/igc-shape-series-base-component.d.ts +1 -0
- package/lib/igc-size-scale-component.d.ts +1 -0
- package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-spline-area-fragment-component.d.ts +1 -0
- package/lib/igc-spline-area-series-component.d.ts +1 -0
- package/lib/igc-spline-fragment-base-component.d.ts +1 -0
- package/lib/igc-spline-fragment-component.d.ts +1 -0
- package/lib/igc-spline-series-base-component.d.ts +1 -0
- package/lib/igc-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
- package/lib/igc-stacked-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-series-component.d.ts +1 -0
- package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
- package/lib/igc-step-area-series-component.d.ts +1 -0
- package/lib/igc-step-line-series-component.d.ts +1 -0
- package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
- package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/lib/igc-time-axis-break-component.d.ts +1 -0
- package/lib/igc-time-axis-interval-component.d.ts +1 -0
- package/lib/igc-time-axis-label-format-component.d.ts +1 -0
- package/lib/igc-time-x-axis-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
- package/lib/igc-trix-indicator-component.d.ts +1 -0
- package/lib/igc-typical-price-indicator-component.d.ts +1 -0
- package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-value-brush-scale-component.d.ts +1 -0
- package/lib/igc-value-overlay-component.d.ts +1 -0
- package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-waterfall-series-component.d.ts +1 -0
- package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
- package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
- package/lib/igc-xy-chart-component.d.ts +1 -0
- package/package.json +2 -2
|
@@ -674,33 +674,33 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
674
674
|
};
|
|
675
675
|
Object.defineProperty(IgcFinancialChartComponent.prototype, "leftMargin", {
|
|
676
676
|
get: function () {
|
|
677
|
-
return this.i.
|
|
677
|
+
return this.i.h8;
|
|
678
678
|
},
|
|
679
679
|
set: function (v) {
|
|
680
|
-
this.i.
|
|
681
|
-
this._a("leftMargin", this.i.
|
|
680
|
+
this.i.h8 = +v;
|
|
681
|
+
this._a("leftMargin", this.i.h8);
|
|
682
682
|
},
|
|
683
683
|
enumerable: true,
|
|
684
684
|
configurable: true
|
|
685
685
|
});
|
|
686
686
|
Object.defineProperty(IgcFinancialChartComponent.prototype, "isHorizontalZoomEnabled", {
|
|
687
687
|
get: function () {
|
|
688
|
-
return this.i.
|
|
688
|
+
return this.i.fs;
|
|
689
689
|
},
|
|
690
690
|
set: function (v) {
|
|
691
|
-
this.i.
|
|
692
|
-
this._a("isHorizontalZoomEnabled", this.i.
|
|
691
|
+
this.i.fs = ensureBool(v);
|
|
692
|
+
this._a("isHorizontalZoomEnabled", this.i.fs);
|
|
693
693
|
},
|
|
694
694
|
enumerable: true,
|
|
695
695
|
configurable: true
|
|
696
696
|
});
|
|
697
697
|
Object.defineProperty(IgcFinancialChartComponent.prototype, "toolbarHeight", {
|
|
698
698
|
get: function () {
|
|
699
|
-
return this.i.
|
|
699
|
+
return this.i.agk;
|
|
700
700
|
},
|
|
701
701
|
set: function (v) {
|
|
702
|
-
this.i.
|
|
703
|
-
this._a("toolbarHeight", this.i.
|
|
702
|
+
this.i.agk = +v;
|
|
703
|
+
this._a("toolbarHeight", this.i.agk);
|
|
704
704
|
},
|
|
705
705
|
enumerable: true,
|
|
706
706
|
configurable: true
|
|
@@ -710,7 +710,7 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
710
710
|
* Gets domain type of this chart
|
|
711
711
|
*/
|
|
712
712
|
get: function () {
|
|
713
|
-
return this.i.
|
|
713
|
+
return this.i.bz;
|
|
714
714
|
},
|
|
715
715
|
enumerable: true,
|
|
716
716
|
configurable: true
|
|
@@ -721,11 +721,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
721
721
|
* Since log(-1) is imaginary and log(0) is undefined, it is recommended to enable this property only when the Y-axis minimum is greater than zero.
|
|
722
722
|
*/
|
|
723
723
|
get: function () {
|
|
724
|
-
return this.i.
|
|
724
|
+
return this.i.afj;
|
|
725
725
|
},
|
|
726
726
|
set: function (v) {
|
|
727
|
-
this.i.
|
|
728
|
-
this._a("yAxisIsLogarithmic", this.i.
|
|
727
|
+
this.i.afj = ensureBool(v);
|
|
728
|
+
this._a("yAxisIsLogarithmic", this.i.afj);
|
|
729
729
|
},
|
|
730
730
|
enumerable: true,
|
|
731
731
|
configurable: true
|
|
@@ -736,11 +736,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
736
736
|
* This property is effective only when YAxisIsLogarithmic is true.
|
|
737
737
|
*/
|
|
738
738
|
get: function () {
|
|
739
|
-
return this.i.
|
|
739
|
+
return this.i.ahh;
|
|
740
740
|
},
|
|
741
741
|
set: function (v) {
|
|
742
|
-
this.i.
|
|
743
|
-
this._a("yAxisLogarithmBase", this.i.
|
|
742
|
+
this.i.ahh = +v;
|
|
743
|
+
this._a("yAxisLogarithmBase", this.i.ahh);
|
|
744
744
|
},
|
|
745
745
|
enumerable: true,
|
|
746
746
|
configurable: true
|
|
@@ -752,11 +752,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
752
752
|
* The `yAxisInterval` determines how often to show a label, tickmark, and/or gridline along the y-axis. Set this property to a number less than the numeric range of the y-axis.
|
|
753
753
|
*/
|
|
754
754
|
get: function () {
|
|
755
|
-
return this.i.
|
|
755
|
+
return this.i.agt;
|
|
756
756
|
},
|
|
757
757
|
set: function (v) {
|
|
758
|
-
this.i.
|
|
759
|
-
this._a("yAxisInterval", this.i.
|
|
758
|
+
this.i.agt = +v;
|
|
759
|
+
this._a("yAxisInterval", this.i.agt);
|
|
760
760
|
},
|
|
761
761
|
enumerable: true,
|
|
762
762
|
configurable: true
|
|
@@ -768,11 +768,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
768
768
|
* The `yAxisMinimumValue` determines starting value of labels, tickmarks, and gridlines on the y-axis.
|
|
769
769
|
*/
|
|
770
770
|
get: function () {
|
|
771
|
-
return this.i.
|
|
771
|
+
return this.i.agv;
|
|
772
772
|
},
|
|
773
773
|
set: function (v) {
|
|
774
|
-
this.i.
|
|
775
|
-
this._a("yAxisMinimumValue", this.i.
|
|
774
|
+
this.i.agv = +v;
|
|
775
|
+
this._a("yAxisMinimumValue", this.i.agv);
|
|
776
776
|
},
|
|
777
777
|
enumerable: true,
|
|
778
778
|
configurable: true
|
|
@@ -784,11 +784,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
784
784
|
* The `yAxisMaximumValue` determines ending value of labels, tickmarks, and gridlines on the y-axis.
|
|
785
785
|
*/
|
|
786
786
|
get: function () {
|
|
787
|
-
return this.i.
|
|
787
|
+
return this.i.agu;
|
|
788
788
|
},
|
|
789
789
|
set: function (v) {
|
|
790
|
-
this.i.
|
|
791
|
-
this._a("yAxisMaximumValue", this.i.
|
|
790
|
+
this.i.agu = +v;
|
|
791
|
+
this._a("yAxisMaximumValue", this.i.agu);
|
|
792
792
|
},
|
|
793
793
|
enumerable: true,
|
|
794
794
|
configurable: true
|
|
@@ -800,11 +800,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
800
800
|
* The `yAxisMinorInterval` determines how often to show minor gridline along the y-axis. Set this property to a number less than the `yAxisInterval` and the numeric range of the y-axis.
|
|
801
801
|
*/
|
|
802
802
|
get: function () {
|
|
803
|
-
return this.i.
|
|
803
|
+
return this.i.agw;
|
|
804
804
|
},
|
|
805
805
|
set: function (v) {
|
|
806
|
-
this.i.
|
|
807
|
-
this._a("yAxisMinorInterval", this.i.
|
|
806
|
+
this.i.agw = +v;
|
|
807
|
+
this._a("yAxisMinorInterval", this.i.agw);
|
|
808
808
|
},
|
|
809
809
|
enumerable: true,
|
|
810
810
|
configurable: true
|
|
@@ -814,7 +814,7 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
814
814
|
* Gets the current minimum value for the Y-axis.
|
|
815
815
|
*/
|
|
816
816
|
get: function () {
|
|
817
|
-
return this.i.
|
|
817
|
+
return this.i.ags;
|
|
818
818
|
},
|
|
819
819
|
enumerable: true,
|
|
820
820
|
configurable: true
|
|
@@ -824,7 +824,7 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
824
824
|
* Gets the current maximum value for the Y-axis.
|
|
825
825
|
*/
|
|
826
826
|
get: function () {
|
|
827
|
-
return this.i.
|
|
827
|
+
return this.i.agr;
|
|
828
828
|
},
|
|
829
829
|
enumerable: true,
|
|
830
830
|
configurable: true
|
|
@@ -836,11 +836,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
836
836
|
* Use the `volumeType` property to set a type of all series that will be rendered in the volume pane, e.g.
|
|
837
837
|
*/
|
|
838
838
|
get: function () {
|
|
839
|
-
return this.i.
|
|
839
|
+
return this.i.adj;
|
|
840
840
|
},
|
|
841
841
|
set: function (v) {
|
|
842
|
-
this.i.
|
|
843
|
-
this._a("volumeType", enumToString(FinancialChartVolumeType_$type, this.i.
|
|
842
|
+
this.i.adj = ensureEnum(FinancialChartVolumeType_$type, v);
|
|
843
|
+
this._a("volumeType", enumToString(FinancialChartVolumeType_$type, this.i.adj));
|
|
844
844
|
},
|
|
845
845
|
enumerable: true,
|
|
846
846
|
configurable: true
|
|
@@ -852,11 +852,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
852
852
|
* Use the `xAxisMode` property to plot data items without any breaks in data range (Ordinal mode) or with breaks in data range (Time mode) such as weekends/holidays. Note that the Ordinal axis mode is less expensive to use in the financial chart than the Time axis mode.
|
|
853
853
|
*/
|
|
854
854
|
get: function () {
|
|
855
|
-
return this.i.
|
|
855
|
+
return this.i.adl;
|
|
856
856
|
},
|
|
857
857
|
set: function (v) {
|
|
858
|
-
this.i.
|
|
859
|
-
this._a("xAxisMode", enumToString(FinancialChartXAxisMode_$type, this.i.
|
|
858
|
+
this.i.adl = ensureEnum(FinancialChartXAxisMode_$type, v);
|
|
859
|
+
this._a("xAxisMode", enumToString(FinancialChartXAxisMode_$type, this.i.adl));
|
|
860
860
|
},
|
|
861
861
|
enumerable: true,
|
|
862
862
|
configurable: true
|
|
@@ -867,11 +867,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
867
867
|
* This property works only with ordinal XAxisMode and it is overridden by chart's WindowRectMinWidth property
|
|
868
868
|
*/
|
|
869
869
|
get: function () {
|
|
870
|
-
return this.i.
|
|
870
|
+
return this.i.agm;
|
|
871
871
|
},
|
|
872
872
|
set: function (v) {
|
|
873
|
-
this.i.
|
|
874
|
-
this._a("xAxisZoomMaximumCategoryRange", this.i.
|
|
873
|
+
this.i.agm = +v;
|
|
874
|
+
this._a("xAxisZoomMaximumCategoryRange", this.i.agm);
|
|
875
875
|
},
|
|
876
876
|
enumerable: true,
|
|
877
877
|
configurable: true
|
|
@@ -882,11 +882,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
882
882
|
* This property works only with ordinal XAxisMode and it is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
883
883
|
*/
|
|
884
884
|
get: function () {
|
|
885
|
-
return this.i.
|
|
885
|
+
return this.i.agp;
|
|
886
886
|
},
|
|
887
887
|
set: function (v) {
|
|
888
|
-
this.i.
|
|
889
|
-
this._a("xAxisZoomToCategoryStart", this.i.
|
|
888
|
+
this.i.agp = +v;
|
|
889
|
+
this._a("xAxisZoomToCategoryStart", this.i.agp);
|
|
890
890
|
},
|
|
891
891
|
enumerable: true,
|
|
892
892
|
configurable: true
|
|
@@ -898,11 +898,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
898
898
|
* This property works only with ordinal XAxisMode and it is overridden by chart's WindowRectMinWidth property
|
|
899
899
|
*/
|
|
900
900
|
get: function () {
|
|
901
|
-
return this.i.
|
|
901
|
+
return this.i.agn;
|
|
902
902
|
},
|
|
903
903
|
set: function (v) {
|
|
904
|
-
this.i.
|
|
905
|
-
this._a("xAxisZoomMaximumItemSpan", this.i.
|
|
904
|
+
this.i.agn = +v;
|
|
905
|
+
this._a("xAxisZoomMaximumItemSpan", this.i.agn);
|
|
906
906
|
},
|
|
907
907
|
enumerable: true,
|
|
908
908
|
configurable: true
|
|
@@ -913,11 +913,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
913
913
|
* This property is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
914
914
|
*/
|
|
915
915
|
get: function () {
|
|
916
|
-
return this.i.
|
|
916
|
+
return this.i.ago;
|
|
917
917
|
},
|
|
918
918
|
set: function (v) {
|
|
919
|
-
this.i.
|
|
920
|
-
this._a("xAxisZoomToCategoryRange", this.i.
|
|
919
|
+
this.i.ago = +v;
|
|
920
|
+
this._a("xAxisZoomToCategoryRange", this.i.ago);
|
|
921
921
|
},
|
|
922
922
|
enumerable: true,
|
|
923
923
|
configurable: true
|
|
@@ -929,11 +929,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
929
929
|
* This property works only with ordinal XAxisMode and it is overridden by chart's WindowRect or WindowScaleHorizontal properties
|
|
930
930
|
*/
|
|
931
931
|
get: function () {
|
|
932
|
-
return this.i.
|
|
932
|
+
return this.i.agq;
|
|
933
933
|
},
|
|
934
934
|
set: function (v) {
|
|
935
|
-
this.i.
|
|
936
|
-
this._a("xAxisZoomToItemSpan", this.i.
|
|
935
|
+
this.i.agq = +v;
|
|
936
|
+
this._a("xAxisZoomToItemSpan", this.i.agq);
|
|
937
937
|
},
|
|
938
938
|
enumerable: true,
|
|
939
939
|
configurable: true
|
|
@@ -945,11 +945,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
945
945
|
* Use the `yAxisMode` property to plot data items using their actual values (Numeric) or using percent changes from the first data point (PercentChange), e.g.
|
|
946
946
|
*/
|
|
947
947
|
get: function () {
|
|
948
|
-
return this.i.
|
|
948
|
+
return this.i.adn;
|
|
949
949
|
},
|
|
950
950
|
set: function (v) {
|
|
951
|
-
this.i.
|
|
952
|
-
this._a("yAxisMode", enumToString(FinancialChartYAxisMode_$type, this.i.
|
|
951
|
+
this.i.adn = ensureEnum(FinancialChartYAxisMode_$type, v);
|
|
952
|
+
this._a("yAxisMode", enumToString(FinancialChartYAxisMode_$type, this.i.adn));
|
|
953
953
|
},
|
|
954
954
|
enumerable: true,
|
|
955
955
|
configurable: true
|
|
@@ -959,11 +959,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
959
959
|
* A boolean property controlling the visibility of the toolbar.
|
|
960
960
|
*/
|
|
961
961
|
get: function () {
|
|
962
|
-
return this.i.
|
|
962
|
+
return this.i.afc;
|
|
963
963
|
},
|
|
964
964
|
set: function (v) {
|
|
965
|
-
this.i.
|
|
966
|
-
this._a("isToolbarVisible", this.i.
|
|
965
|
+
this.i.afc = ensureBool(v);
|
|
966
|
+
this._a("isToolbarVisible", this.i.afc);
|
|
967
967
|
},
|
|
968
968
|
enumerable: true,
|
|
969
969
|
configurable: true
|
|
@@ -975,11 +975,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
975
975
|
* Use the `chartType` property to set a type of series that will be used to render prices in the Financial Chart control, e.g.
|
|
976
976
|
*/
|
|
977
977
|
get: function () {
|
|
978
|
-
return this.i.
|
|
978
|
+
return this.i.ade;
|
|
979
979
|
},
|
|
980
980
|
set: function (v) {
|
|
981
|
-
this.i.
|
|
982
|
-
this._a("chartType", enumToString(FinancialChartType_$type, this.i.
|
|
981
|
+
this.i.ade = ensureEnum(FinancialChartType_$type, v);
|
|
982
|
+
this._a("chartType", enumToString(FinancialChartType_$type, this.i.ade));
|
|
983
983
|
},
|
|
984
984
|
enumerable: true,
|
|
985
985
|
configurable: true
|
|
@@ -989,11 +989,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
989
989
|
* Gets or sets Horizontal alignment of Y-axis labels.
|
|
990
990
|
*/
|
|
991
991
|
get: function () {
|
|
992
|
-
return this.i.
|
|
992
|
+
return this.i.aa6;
|
|
993
993
|
},
|
|
994
994
|
set: function (v) {
|
|
995
|
-
this.i.
|
|
996
|
-
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
995
|
+
this.i.aa6 = ensureEnum(HorizontalAlignment_$type, v);
|
|
996
|
+
this._a("yAxisLabelHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.aa6));
|
|
997
997
|
},
|
|
998
998
|
enumerable: true,
|
|
999
999
|
configurable: true
|
|
@@ -1004,11 +1004,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1004
1004
|
* When this property is set to true, panning and zooming along the X-axis will result in a corresponding zoom on the Y-axis, so that the visible range of data fills the zoom window as fully as possible.
|
|
1005
1005
|
*/
|
|
1006
1006
|
get: function () {
|
|
1007
|
-
return this.i.
|
|
1007
|
+
return this.i.afd;
|
|
1008
1008
|
},
|
|
1009
1009
|
set: function (v) {
|
|
1010
|
-
this.i.
|
|
1011
|
-
this._a("isWindowSyncedToVisibleRange", this.i.
|
|
1010
|
+
this.i.afd = ensureBool(v);
|
|
1011
|
+
this._a("isWindowSyncedToVisibleRange", this.i.afd);
|
|
1012
1012
|
},
|
|
1013
1013
|
enumerable: true,
|
|
1014
1014
|
configurable: true
|
|
@@ -1022,12 +1022,12 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1022
1022
|
get: function () {
|
|
1023
1023
|
if (this._indicatorTypes === null) {
|
|
1024
1024
|
var coll = new IgcFinancialIndicatorTypeCollection();
|
|
1025
|
-
var innerColl = this.i.
|
|
1025
|
+
var innerColl = this.i.ads;
|
|
1026
1026
|
if (!innerColl) {
|
|
1027
1027
|
innerColl = new FinancialIndicatorTypeCollection_internal(0);
|
|
1028
1028
|
}
|
|
1029
1029
|
this._indicatorTypes = coll._fromInner(innerColl);
|
|
1030
|
-
this.i.
|
|
1030
|
+
this.i.ads = innerColl;
|
|
1031
1031
|
}
|
|
1032
1032
|
return this._indicatorTypes;
|
|
1033
1033
|
},
|
|
@@ -1039,14 +1039,14 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1039
1039
|
var coll = new IgcFinancialIndicatorTypeCollection();
|
|
1040
1040
|
this._indicatorTypes = coll._fromOuter(v);
|
|
1041
1041
|
var syncColl = new SyncableObservableCollection$1(FinancialIndicatorType_$type);
|
|
1042
|
-
var innerColl = this.i.
|
|
1042
|
+
var innerColl = this.i.ads;
|
|
1043
1043
|
if (!innerColl) {
|
|
1044
1044
|
innerColl = new FinancialIndicatorTypeCollection_internal(0);
|
|
1045
1045
|
}
|
|
1046
1046
|
syncColl._inner = innerColl;
|
|
1047
1047
|
syncColl.clear();
|
|
1048
1048
|
this._indicatorTypes._setSyncTarget(syncColl);
|
|
1049
|
-
this.i.
|
|
1049
|
+
this.i.ads = innerColl;
|
|
1050
1050
|
},
|
|
1051
1051
|
enumerable: true,
|
|
1052
1052
|
configurable: true
|
|
@@ -1060,12 +1060,12 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1060
1060
|
get: function () {
|
|
1061
1061
|
if (this._overlayTypes === null) {
|
|
1062
1062
|
var coll = new IgcFinancialOverlayTypeCollection();
|
|
1063
|
-
var innerColl = this.i.
|
|
1063
|
+
var innerColl = this.i.adu;
|
|
1064
1064
|
if (!innerColl) {
|
|
1065
1065
|
innerColl = new FinancialOverlayTypeCollection_internal(0);
|
|
1066
1066
|
}
|
|
1067
1067
|
this._overlayTypes = coll._fromInner(innerColl);
|
|
1068
|
-
this.i.
|
|
1068
|
+
this.i.adu = innerColl;
|
|
1069
1069
|
}
|
|
1070
1070
|
return this._overlayTypes;
|
|
1071
1071
|
},
|
|
@@ -1077,14 +1077,14 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1077
1077
|
var coll = new IgcFinancialOverlayTypeCollection();
|
|
1078
1078
|
this._overlayTypes = coll._fromOuter(v);
|
|
1079
1079
|
var syncColl = new SyncableObservableCollection$1(FinancialOverlayType_$type);
|
|
1080
|
-
var innerColl = this.i.
|
|
1080
|
+
var innerColl = this.i.adu;
|
|
1081
1081
|
if (!innerColl) {
|
|
1082
1082
|
innerColl = new FinancialOverlayTypeCollection_internal(0);
|
|
1083
1083
|
}
|
|
1084
1084
|
syncColl._inner = innerColl;
|
|
1085
1085
|
syncColl.clear();
|
|
1086
1086
|
this._overlayTypes._setSyncTarget(syncColl);
|
|
1087
|
-
this.i.
|
|
1087
|
+
this.i.adu = innerColl;
|
|
1088
1088
|
},
|
|
1089
1089
|
enumerable: true,
|
|
1090
1090
|
configurable: true
|
|
@@ -1094,11 +1094,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1094
1094
|
* Gets or sets whether the large numbers on the Y-axis labels are abbreviated.
|
|
1095
1095
|
*/
|
|
1096
1096
|
get: function () {
|
|
1097
|
-
return this.i.
|
|
1097
|
+
return this.i.afh;
|
|
1098
1098
|
},
|
|
1099
1099
|
set: function (v) {
|
|
1100
|
-
this.i.
|
|
1101
|
-
this._a("yAxisAbbreviateLargeNumbers", this.i.
|
|
1100
|
+
this.i.afh = ensureBool(v);
|
|
1101
|
+
this._a("yAxisAbbreviateLargeNumbers", this.i.afh);
|
|
1102
1102
|
},
|
|
1103
1103
|
enumerable: true,
|
|
1104
1104
|
configurable: true
|
|
@@ -1109,11 +1109,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1109
1109
|
* Where n = Resolution, for every n horizontal pixels, combine all items into a single datapoint. When Resolution = 0, all datapoints will be rendered as graphical objects. Charts with a higher resolution will have faster performance.
|
|
1110
1110
|
*/
|
|
1111
1111
|
get: function () {
|
|
1112
|
-
return this.i.
|
|
1112
|
+
return this.i.ih;
|
|
1113
1113
|
},
|
|
1114
1114
|
set: function (v) {
|
|
1115
|
-
this.i.
|
|
1116
|
-
this._a("resolution", this.i.
|
|
1115
|
+
this.i.ih = +v;
|
|
1116
|
+
this._a("resolution", this.i.ih);
|
|
1117
1117
|
},
|
|
1118
1118
|
enumerable: true,
|
|
1119
1119
|
configurable: true
|
|
@@ -1123,11 +1123,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1123
1123
|
* Gets or sets whether the x axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
1124
1124
|
*/
|
|
1125
1125
|
get: function () {
|
|
1126
|
-
return this.i.
|
|
1126
|
+
return this.i.afg;
|
|
1127
1127
|
},
|
|
1128
1128
|
set: function (v) {
|
|
1129
|
-
this.i.
|
|
1130
|
-
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
1129
|
+
this.i.afg = ensureBool(v);
|
|
1130
|
+
this._a("xAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.afg);
|
|
1131
1131
|
},
|
|
1132
1132
|
enumerable: true,
|
|
1133
1133
|
configurable: true
|
|
@@ -1137,11 +1137,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1137
1137
|
* Gets or sets whether the y axis enhanced interval management should prefer to show all the labels if possible without collisions for supported types of category axes. This is for use with EnhancedIntervalMinimumCharacters = -1 and axes that have an integral interval.
|
|
1138
1138
|
*/
|
|
1139
1139
|
get: function () {
|
|
1140
|
-
return this.i.
|
|
1140
|
+
return this.i.afi;
|
|
1141
1141
|
},
|
|
1142
1142
|
set: function (v) {
|
|
1143
|
-
this.i.
|
|
1144
|
-
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.
|
|
1143
|
+
this.i.afi = ensureBool(v);
|
|
1144
|
+
this._a("yAxisEnhancedIntervalPreferMoreCategoryLabels", this.i.afi);
|
|
1145
1145
|
},
|
|
1146
1146
|
enumerable: true,
|
|
1147
1147
|
configurable: true
|
|
@@ -1153,11 +1153,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1153
1153
|
* Use the `zoomSliderType` property to set a type of all series that will be rendered in the zoom pane, e.g.
|
|
1154
1154
|
*/
|
|
1155
1155
|
get: function () {
|
|
1156
|
-
return this.i.
|
|
1156
|
+
return this.i.adq;
|
|
1157
1157
|
},
|
|
1158
1158
|
set: function (v) {
|
|
1159
|
-
this.i.
|
|
1160
|
-
this._a("zoomSliderType", enumToString(FinancialChartZoomSliderType_$type, this.i.
|
|
1159
|
+
this.i.adq = ensureEnum(FinancialChartZoomSliderType_$type, v);
|
|
1160
|
+
this._a("zoomSliderType", enumToString(FinancialChartZoomSliderType_$type, this.i.adq));
|
|
1161
1161
|
},
|
|
1162
1162
|
enumerable: true,
|
|
1163
1163
|
configurable: true
|
|
@@ -1169,11 +1169,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1169
1169
|
* Use the `negativeBrushes` property to set a collection of brushes that will be used to render fill area of negative elements in the price pane, e.g.
|
|
1170
1170
|
*/
|
|
1171
1171
|
get: function () {
|
|
1172
|
-
return fromBrushCollection(this.i.
|
|
1172
|
+
return fromBrushCollection(this.i.acn);
|
|
1173
1173
|
},
|
|
1174
1174
|
set: function (v) {
|
|
1175
|
-
this.i.
|
|
1176
|
-
this._a("negativeBrushes", brushCollectionToString(this.i.
|
|
1175
|
+
this.i.acn = toBrushCollection(v);
|
|
1176
|
+
this._a("negativeBrushes", brushCollectionToString(this.i.acn));
|
|
1177
1177
|
},
|
|
1178
1178
|
enumerable: true,
|
|
1179
1179
|
configurable: true
|
|
@@ -1185,11 +1185,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1185
1185
|
* Use the `negativeOutlines` property to set a collection of brushes that will be used to render outline of negative elements in the price pane, e.g.
|
|
1186
1186
|
*/
|
|
1187
1187
|
get: function () {
|
|
1188
|
-
return fromBrushCollection(this.i.
|
|
1188
|
+
return fromBrushCollection(this.i.aco);
|
|
1189
1189
|
},
|
|
1190
1190
|
set: function (v) {
|
|
1191
|
-
this.i.
|
|
1192
|
-
this._a("negativeOutlines", brushCollectionToString(this.i.
|
|
1191
|
+
this.i.aco = toBrushCollection(v);
|
|
1192
|
+
this._a("negativeOutlines", brushCollectionToString(this.i.aco));
|
|
1193
1193
|
},
|
|
1194
1194
|
enumerable: true,
|
|
1195
1195
|
configurable: true
|
|
@@ -1201,11 +1201,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1201
1201
|
* Use the `overlayBrushes` property to set a collection of brushes that will be used to render fill area of overlays in the Financial Chart control, e.g.
|
|
1202
1202
|
*/
|
|
1203
1203
|
get: function () {
|
|
1204
|
-
return fromBrushCollection(this.i.
|
|
1204
|
+
return fromBrushCollection(this.i.acp);
|
|
1205
1205
|
},
|
|
1206
1206
|
set: function (v) {
|
|
1207
|
-
this.i.
|
|
1208
|
-
this._a("overlayBrushes", brushCollectionToString(this.i.
|
|
1207
|
+
this.i.acp = toBrushCollection(v);
|
|
1208
|
+
this._a("overlayBrushes", brushCollectionToString(this.i.acp));
|
|
1209
1209
|
},
|
|
1210
1210
|
enumerable: true,
|
|
1211
1211
|
configurable: true
|
|
@@ -1217,11 +1217,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1217
1217
|
* Use the `overlayOutlines` property to set a collection of brushes that will be used to render outlines of overlays in the Financial Chart control, e.g.
|
|
1218
1218
|
*/
|
|
1219
1219
|
get: function () {
|
|
1220
|
-
return fromBrushCollection(this.i.
|
|
1220
|
+
return fromBrushCollection(this.i.acq);
|
|
1221
1221
|
},
|
|
1222
1222
|
set: function (v) {
|
|
1223
|
-
this.i.
|
|
1224
|
-
this._a("overlayOutlines", brushCollectionToString(this.i.
|
|
1223
|
+
this.i.acq = toBrushCollection(v);
|
|
1224
|
+
this._a("overlayOutlines", brushCollectionToString(this.i.acq));
|
|
1225
1225
|
},
|
|
1226
1226
|
enumerable: true,
|
|
1227
1227
|
configurable: true
|
|
@@ -1233,11 +1233,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1233
1233
|
* Use the `volumeOutlines` property to set a collection of brushes that will be used to render outline of multiple series in the volume pane of the Financial Chart control, e.g.
|
|
1234
1234
|
*/
|
|
1235
1235
|
get: function () {
|
|
1236
|
-
return fromBrushCollection(this.i.
|
|
1236
|
+
return fromBrushCollection(this.i.acs);
|
|
1237
1237
|
},
|
|
1238
1238
|
set: function (v) {
|
|
1239
|
-
this.i.
|
|
1240
|
-
this._a("volumeOutlines", brushCollectionToString(this.i.
|
|
1239
|
+
this.i.acs = toBrushCollection(v);
|
|
1240
|
+
this._a("volumeOutlines", brushCollectionToString(this.i.acs));
|
|
1241
1241
|
},
|
|
1242
1242
|
enumerable: true,
|
|
1243
1243
|
configurable: true
|
|
@@ -1249,11 +1249,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1249
1249
|
* Use the `volumeBrushes` property to set a collection of brushes that will be used to render fill area of multiple series in the volume pane of the Financial Chart control, e.g.
|
|
1250
1250
|
*/
|
|
1251
1251
|
get: function () {
|
|
1252
|
-
return fromBrushCollection(this.i.
|
|
1252
|
+
return fromBrushCollection(this.i.acr);
|
|
1253
1253
|
},
|
|
1254
1254
|
set: function (v) {
|
|
1255
|
-
this.i.
|
|
1256
|
-
this._a("volumeBrushes", brushCollectionToString(this.i.
|
|
1255
|
+
this.i.acr = toBrushCollection(v);
|
|
1256
|
+
this._a("volumeBrushes", brushCollectionToString(this.i.acr));
|
|
1257
1257
|
},
|
|
1258
1258
|
enumerable: true,
|
|
1259
1259
|
configurable: true
|
|
@@ -1265,11 +1265,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1265
1265
|
* Use the `indicatorNegativeBrushes` property to set a collection of brushes that will be used to render negative elements of indicators in the Financial Chart control, e.g.
|
|
1266
1266
|
*/
|
|
1267
1267
|
get: function () {
|
|
1268
|
-
return fromBrushCollection(this.i.
|
|
1268
|
+
return fromBrushCollection(this.i.acm);
|
|
1269
1269
|
},
|
|
1270
1270
|
set: function (v) {
|
|
1271
|
-
this.i.
|
|
1272
|
-
this._a("indicatorNegativeBrushes", brushCollectionToString(this.i.
|
|
1271
|
+
this.i.acm = toBrushCollection(v);
|
|
1272
|
+
this._a("indicatorNegativeBrushes", brushCollectionToString(this.i.acm));
|
|
1273
1273
|
},
|
|
1274
1274
|
enumerable: true,
|
|
1275
1275
|
configurable: true
|
|
@@ -1281,11 +1281,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1281
1281
|
* Use the `indicatorBrushes` property to set a collection of brushes that will be used to render positive elements of indicators in the Financial Chart control, e.g.
|
|
1282
1282
|
*/
|
|
1283
1283
|
get: function () {
|
|
1284
|
-
return fromBrushCollection(this.i.
|
|
1284
|
+
return fromBrushCollection(this.i.acl);
|
|
1285
1285
|
},
|
|
1286
1286
|
set: function (v) {
|
|
1287
|
-
this.i.
|
|
1288
|
-
this._a("indicatorBrushes", brushCollectionToString(this.i.
|
|
1287
|
+
this.i.acl = toBrushCollection(v);
|
|
1288
|
+
this._a("indicatorBrushes", brushCollectionToString(this.i.acl));
|
|
1289
1289
|
},
|
|
1290
1290
|
enumerable: true,
|
|
1291
1291
|
configurable: true
|
|
@@ -1297,11 +1297,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1297
1297
|
* Use the `volumeThickness` property to set a number that will be used to render outline thickness of all series in the volume pane, e.g.
|
|
1298
1298
|
*/
|
|
1299
1299
|
get: function () {
|
|
1300
|
-
return this.i.
|
|
1300
|
+
return this.i.agl;
|
|
1301
1301
|
},
|
|
1302
1302
|
set: function (v) {
|
|
1303
|
-
this.i.
|
|
1304
|
-
this._a("volumeThickness", this.i.
|
|
1303
|
+
this.i.agl = +v;
|
|
1304
|
+
this._a("volumeThickness", this.i.agl);
|
|
1305
1305
|
},
|
|
1306
1306
|
enumerable: true,
|
|
1307
1307
|
configurable: true
|
|
@@ -1313,11 +1313,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1313
1313
|
* Use the `overlayThickness` property to set a number that will be used to render outline thickness of all overlays in the Financial Chart control, e.g.
|
|
1314
1314
|
*/
|
|
1315
1315
|
get: function () {
|
|
1316
|
-
return this.i.
|
|
1316
|
+
return this.i.agj;
|
|
1317
1317
|
},
|
|
1318
1318
|
set: function (v) {
|
|
1319
|
-
this.i.
|
|
1320
|
-
this._a("overlayThickness", this.i.
|
|
1319
|
+
this.i.agj = +v;
|
|
1320
|
+
this._a("overlayThickness", this.i.agj);
|
|
1321
1321
|
},
|
|
1322
1322
|
enumerable: true,
|
|
1323
1323
|
configurable: true
|
|
@@ -1327,11 +1327,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1327
1327
|
* The multiplier of financial overlay, e.g. BollingerBands overlay.
|
|
1328
1328
|
*/
|
|
1329
1329
|
get: function () {
|
|
1330
|
-
return this.i.
|
|
1330
|
+
return this.i.agi;
|
|
1331
1331
|
},
|
|
1332
1332
|
set: function (v) {
|
|
1333
|
-
this.i.
|
|
1334
|
-
this._a("overlayMultiplier", this.i.
|
|
1333
|
+
this.i.agi = +v;
|
|
1334
|
+
this._a("overlayMultiplier", this.i.agi);
|
|
1335
1335
|
},
|
|
1336
1336
|
enumerable: true,
|
|
1337
1337
|
configurable: true
|
|
@@ -1343,11 +1343,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1343
1343
|
* Use the `indicatorThickness` property to set a number that will be used to render outline thickness of all indicators in the Financial Chart control, e.g.
|
|
1344
1344
|
*/
|
|
1345
1345
|
get: function () {
|
|
1346
|
-
return this.i.
|
|
1346
|
+
return this.i.agh;
|
|
1347
1347
|
},
|
|
1348
1348
|
set: function (v) {
|
|
1349
|
-
this.i.
|
|
1350
|
-
this._a("indicatorThickness", this.i.
|
|
1349
|
+
this.i.agh = +v;
|
|
1350
|
+
this._a("indicatorThickness", this.i.agh);
|
|
1351
1351
|
},
|
|
1352
1352
|
enumerable: true,
|
|
1353
1353
|
configurable: true
|
|
@@ -1361,12 +1361,12 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1361
1361
|
get: function () {
|
|
1362
1362
|
if (this._indicatorDisplayTypes === null) {
|
|
1363
1363
|
var coll = new IgcIndicatorDisplayTypeCollection();
|
|
1364
|
-
var innerColl = this.i.
|
|
1364
|
+
var innerColl = this.i.ad4;
|
|
1365
1365
|
if (!innerColl) {
|
|
1366
1366
|
innerColl = new IndicatorDisplayTypeCollection_internal();
|
|
1367
1367
|
}
|
|
1368
1368
|
this._indicatorDisplayTypes = coll._fromInner(innerColl);
|
|
1369
|
-
this.i.
|
|
1369
|
+
this.i.ad4 = innerColl;
|
|
1370
1370
|
}
|
|
1371
1371
|
return this._indicatorDisplayTypes;
|
|
1372
1372
|
},
|
|
@@ -1378,14 +1378,14 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1378
1378
|
var coll = new IgcIndicatorDisplayTypeCollection();
|
|
1379
1379
|
this._indicatorDisplayTypes = coll._fromOuter(v);
|
|
1380
1380
|
var syncColl = new SyncableObservableCollection$1(IndicatorDisplayType_$type);
|
|
1381
|
-
var innerColl = this.i.
|
|
1381
|
+
var innerColl = this.i.ad4;
|
|
1382
1382
|
if (!innerColl) {
|
|
1383
1383
|
innerColl = new IndicatorDisplayTypeCollection_internal();
|
|
1384
1384
|
}
|
|
1385
1385
|
syncColl._inner = innerColl;
|
|
1386
1386
|
syncColl.clear();
|
|
1387
1387
|
this._indicatorDisplayTypes._setSyncTarget(syncColl);
|
|
1388
|
-
this.i.
|
|
1388
|
+
this.i.ad4 = innerColl;
|
|
1389
1389
|
},
|
|
1390
1390
|
enumerable: true,
|
|
1391
1391
|
configurable: true
|
|
@@ -1397,11 +1397,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1397
1397
|
* The `indicatorPeriod` property applies to only the `BollingerBands` overlay as well as to these indicators types: `AverageDirectionalIndex`, `AverageTrueRange`, `BollingerBandWidth`, `ChaikinVolatility`, `CommodityChannelIndex`, `DetrendedPriceOscillator`, `FastStochasticOscillator`, `ForceIndex`, `FullStochasticOscillator`, `MoneyFlowIndex`, `IgcPriceChannelOverlayComponent`, `RateOfChangeAndMomentum`, `RelativeStrengthIndex`, `SlowStochasticOscillator`, `StandardDeviation`, `StochRSI`, `TRIX`, `WilliamsPercentR`
|
|
1398
1398
|
*/
|
|
1399
1399
|
get: function () {
|
|
1400
|
-
return this.i.
|
|
1400
|
+
return this.i.ahc;
|
|
1401
1401
|
},
|
|
1402
1402
|
set: function (v) {
|
|
1403
|
-
this.i.
|
|
1404
|
-
this._a("indicatorPeriod", this.i.
|
|
1403
|
+
this.i.ahc = +v;
|
|
1404
|
+
this._a("indicatorPeriod", this.i.ahc);
|
|
1405
1405
|
},
|
|
1406
1406
|
enumerable: true,
|
|
1407
1407
|
configurable: true
|
|
@@ -1413,11 +1413,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1413
1413
|
* The `indicatorMultiplier` property applies to only to BollingerBandWidth indicator type.
|
|
1414
1414
|
*/
|
|
1415
1415
|
get: function () {
|
|
1416
|
-
return this.i.
|
|
1416
|
+
return this.i.agg;
|
|
1417
1417
|
},
|
|
1418
1418
|
set: function (v) {
|
|
1419
|
-
this.i.
|
|
1420
|
-
this._a("indicatorMultiplier", this.i.
|
|
1419
|
+
this.i.agg = +v;
|
|
1420
|
+
this._a("indicatorMultiplier", this.i.agg);
|
|
1421
1421
|
},
|
|
1422
1422
|
enumerable: true,
|
|
1423
1423
|
configurable: true
|
|
@@ -1429,11 +1429,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1429
1429
|
* The `indicatorSmoothingPeriod` property applies to only to `FullStochasticOscillator` indicator type.
|
|
1430
1430
|
*/
|
|
1431
1431
|
get: function () {
|
|
1432
|
-
return this.i.
|
|
1432
|
+
return this.i.ahf;
|
|
1433
1433
|
},
|
|
1434
1434
|
set: function (v) {
|
|
1435
|
-
this.i.
|
|
1436
|
-
this._a("indicatorSmoothingPeriod", this.i.
|
|
1435
|
+
this.i.ahf = +v;
|
|
1436
|
+
this._a("indicatorSmoothingPeriod", this.i.ahf);
|
|
1437
1437
|
},
|
|
1438
1438
|
enumerable: true,
|
|
1439
1439
|
configurable: true
|
|
@@ -1451,11 +1451,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1451
1451
|
* - PercentageVolumeOscillator,
|
|
1452
1452
|
*/
|
|
1453
1453
|
get: function () {
|
|
1454
|
-
return this.i.
|
|
1454
|
+
return this.i.ahd;
|
|
1455
1455
|
},
|
|
1456
1456
|
set: function (v) {
|
|
1457
|
-
this.i.
|
|
1458
|
-
this._a("indicatorShortPeriod", this.i.
|
|
1457
|
+
this.i.ahd = +v;
|
|
1458
|
+
this._a("indicatorShortPeriod", this.i.ahd);
|
|
1459
1459
|
},
|
|
1460
1460
|
enumerable: true,
|
|
1461
1461
|
configurable: true
|
|
@@ -1473,11 +1473,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1473
1473
|
* - PercentageVolumeOscillator,
|
|
1474
1474
|
*/
|
|
1475
1475
|
get: function () {
|
|
1476
|
-
return this.i.
|
|
1476
|
+
return this.i.ahb;
|
|
1477
1477
|
},
|
|
1478
1478
|
set: function (v) {
|
|
1479
|
-
this.i.
|
|
1480
|
-
this._a("indicatorLongPeriod", this.i.
|
|
1479
|
+
this.i.ahb = +v;
|
|
1480
|
+
this._a("indicatorLongPeriod", this.i.ahb);
|
|
1481
1481
|
},
|
|
1482
1482
|
enumerable: true,
|
|
1483
1483
|
configurable: true
|
|
@@ -1489,11 +1489,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1489
1489
|
* The `indicatorSignalPeriod` property applies to only to MovingAverageConvergenceDivergence indicator type.
|
|
1490
1490
|
*/
|
|
1491
1491
|
get: function () {
|
|
1492
|
-
return this.i.
|
|
1492
|
+
return this.i.ahe;
|
|
1493
1493
|
},
|
|
1494
1494
|
set: function (v) {
|
|
1495
|
-
this.i.
|
|
1496
|
-
this._a("indicatorSignalPeriod", this.i.
|
|
1495
|
+
this.i.ahe = +v;
|
|
1496
|
+
this._a("indicatorSignalPeriod", this.i.ahe);
|
|
1497
1497
|
},
|
|
1498
1498
|
enumerable: true,
|
|
1499
1499
|
configurable: true
|
|
@@ -1505,12 +1505,12 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1505
1505
|
get: function () {
|
|
1506
1506
|
if (this._rangeSelectorOptions === null) {
|
|
1507
1507
|
var coll = new IgcFinancialChartRangeSelectorOptionCollection();
|
|
1508
|
-
var innerColl = this.i.
|
|
1508
|
+
var innerColl = this.i.ada;
|
|
1509
1509
|
if (!innerColl) {
|
|
1510
1510
|
innerColl = new FinancialChartRangeSelectorOptionCollection_internal(0);
|
|
1511
1511
|
}
|
|
1512
1512
|
this._rangeSelectorOptions = coll._fromInner(innerColl);
|
|
1513
|
-
this.i.
|
|
1513
|
+
this.i.ada = innerColl;
|
|
1514
1514
|
}
|
|
1515
1515
|
return this._rangeSelectorOptions;
|
|
1516
1516
|
},
|
|
@@ -1522,14 +1522,14 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1522
1522
|
var coll = new IgcFinancialChartRangeSelectorOptionCollection();
|
|
1523
1523
|
this._rangeSelectorOptions = coll._fromOuter(v);
|
|
1524
1524
|
var syncColl = new SyncableObservableCollection$1(FinancialChartRangeSelectorOption_$type);
|
|
1525
|
-
var innerColl = this.i.
|
|
1525
|
+
var innerColl = this.i.ada;
|
|
1526
1526
|
if (!innerColl) {
|
|
1527
1527
|
innerColl = new FinancialChartRangeSelectorOptionCollection_internal(0);
|
|
1528
1528
|
}
|
|
1529
1529
|
syncColl._inner = innerColl;
|
|
1530
1530
|
syncColl.clear();
|
|
1531
1531
|
this._rangeSelectorOptions._setSyncTarget(syncColl);
|
|
1532
|
-
this.i.
|
|
1532
|
+
this.i.ada = innerColl;
|
|
1533
1533
|
},
|
|
1534
1534
|
enumerable: true,
|
|
1535
1535
|
configurable: true
|
|
@@ -1573,11 +1573,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1573
1573
|
});
|
|
1574
1574
|
Object.defineProperty(IgcFinancialChartComponent.prototype, "isVerticalZoomEnabled", {
|
|
1575
1575
|
get: function () {
|
|
1576
|
-
return this.i.
|
|
1576
|
+
return this.i.fy;
|
|
1577
1577
|
},
|
|
1578
1578
|
set: function (v) {
|
|
1579
|
-
this.i.
|
|
1580
|
-
this._a("isVerticalZoomEnabled", this.i.
|
|
1579
|
+
this.i.fy = ensureBool(v);
|
|
1580
|
+
this._a("isVerticalZoomEnabled", this.i.fy);
|
|
1581
1581
|
},
|
|
1582
1582
|
enumerable: true,
|
|
1583
1583
|
configurable: true
|
|
@@ -1587,11 +1587,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1587
1587
|
* Gets or sets stroke brush of major gridlines on x-axis of the zoom slider pane
|
|
1588
1588
|
*/
|
|
1589
1589
|
get: function () {
|
|
1590
|
-
return brushToString(this.i.
|
|
1590
|
+
return brushToString(this.i.alr);
|
|
1591
1591
|
},
|
|
1592
1592
|
set: function (v) {
|
|
1593
|
-
this.i.
|
|
1594
|
-
this._a("zoomSliderXAxisMajorStroke", brushToString(this.i.
|
|
1593
|
+
this.i.alr = stringToBrush(v);
|
|
1594
|
+
this._a("zoomSliderXAxisMajorStroke", brushToString(this.i.alr));
|
|
1595
1595
|
},
|
|
1596
1596
|
enumerable: true,
|
|
1597
1597
|
configurable: true
|
|
@@ -1601,11 +1601,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1601
1601
|
* Gets or sets thickness of major gridlines on x-axis of the zoom slider pane
|
|
1602
1602
|
*/
|
|
1603
1603
|
get: function () {
|
|
1604
|
-
return this.i.
|
|
1604
|
+
return this.i.agx;
|
|
1605
1605
|
},
|
|
1606
1606
|
set: function (v) {
|
|
1607
|
-
this.i.
|
|
1608
|
-
this._a("zoomSliderXAxisMajorStrokeThickness", this.i.
|
|
1607
|
+
this.i.agx = +v;
|
|
1608
|
+
this._a("zoomSliderXAxisMajorStrokeThickness", this.i.agx);
|
|
1609
1609
|
},
|
|
1610
1610
|
enumerable: true,
|
|
1611
1611
|
configurable: true
|
|
@@ -1615,11 +1615,11 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1615
1615
|
* Gets or sets weather or not a legend is visible between toolbar and chart's plot area
|
|
1616
1616
|
*/
|
|
1617
1617
|
get: function () {
|
|
1618
|
-
return this.i.
|
|
1618
|
+
return this.i.ae8;
|
|
1619
1619
|
},
|
|
1620
1620
|
set: function (v) {
|
|
1621
|
-
this.i.
|
|
1622
|
-
this._a("isLegendVisible", this.i.
|
|
1621
|
+
this.i.ae8 = ensureBool(v);
|
|
1622
|
+
this._a("isLegendVisible", this.i.ae8);
|
|
1623
1623
|
},
|
|
1624
1624
|
enumerable: true,
|
|
1625
1625
|
configurable: true
|
|
@@ -1629,10 +1629,10 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1629
1629
|
* Gets or sets minimum value on x-axis
|
|
1630
1630
|
*/
|
|
1631
1631
|
get: function () {
|
|
1632
|
-
return this.i.
|
|
1632
|
+
return this.i.afy;
|
|
1633
1633
|
},
|
|
1634
1634
|
set: function (v) {
|
|
1635
|
-
this.i.
|
|
1635
|
+
this.i.afy = v;
|
|
1636
1636
|
},
|
|
1637
1637
|
enumerable: true,
|
|
1638
1638
|
configurable: true
|
|
@@ -1642,10 +1642,10 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1642
1642
|
* Gets or sets maximum value on x-axis
|
|
1643
1643
|
*/
|
|
1644
1644
|
get: function () {
|
|
1645
|
-
return this.i.
|
|
1645
|
+
return this.i.afx;
|
|
1646
1646
|
},
|
|
1647
1647
|
set: function (v) {
|
|
1648
|
-
this.i.
|
|
1648
|
+
this.i.afx = v;
|
|
1649
1649
|
},
|
|
1650
1650
|
enumerable: true,
|
|
1651
1651
|
configurable: true
|
|
@@ -1681,23 +1681,23 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1681
1681
|
this.i.provideContainer(container);
|
|
1682
1682
|
};
|
|
1683
1683
|
IgcFinancialChartComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
|
|
1684
|
-
this.i.
|
|
1684
|
+
this.i.rz(source_, index, newItem);
|
|
1685
1685
|
};
|
|
1686
1686
|
IgcFinancialChartComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
|
|
1687
|
-
this.i.
|
|
1687
|
+
this.i.r0(source_, index, oldItem);
|
|
1688
1688
|
};
|
|
1689
1689
|
IgcFinancialChartComponent.prototype.notifyClearItems = function (source_) {
|
|
1690
|
-
this.i.
|
|
1690
|
+
this.i.ry(source_);
|
|
1691
1691
|
};
|
|
1692
1692
|
IgcFinancialChartComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
|
|
1693
|
-
this.i.
|
|
1693
|
+
this.i.r2(source_, index, oldItem, newItem);
|
|
1694
1694
|
};
|
|
1695
1695
|
/**
|
|
1696
1696
|
* Returns visuals as a serialized string.
|
|
1697
1697
|
|
|
1698
1698
|
*/
|
|
1699
1699
|
IgcFinancialChartComponent.prototype.exportSerializedVisualData = function () {
|
|
1700
|
-
var iv = this.i.
|
|
1700
|
+
var iv = this.i.ah1();
|
|
1701
1701
|
return (iv);
|
|
1702
1702
|
};
|
|
1703
1703
|
Object.defineProperty(IgcFinancialChartComponent.prototype, "applyCustomIndicators", {
|
|
@@ -1727,6 +1727,7 @@ var IgcFinancialChartComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1727
1727
|
}
|
|
1728
1728
|
};
|
|
1729
1729
|
this.i.applyCustomIndicators = delegateCombine(this.i.applyCustomIndicators, this._applyCustomIndicators_wrapped);
|
|
1730
|
+
;
|
|
1730
1731
|
},
|
|
1731
1732
|
enumerable: true,
|
|
1732
1733
|
configurable: true
|