Represents a IgxDataChartComponent Weigted Close indicator series. The weighted close indicator shows an average of the high low and close for a day but with the closing price counted twice in the average. Default required members: High, Low, Close
The WeightedCloseIndicator is similar to the TypicalPriceIndicator in that it represents an average of the high price, low price, and closing price for a day.
However, with the WeightedCloseIndicator, more emphasis is placed on the closing price and it is included twice when calculating the arithmetic average.
<igx-data-chart
[dataSource]="data">
<igx-category-x-axis #xAxis
label="label">
</igx-category-x-axis>
<igx-numeric-y-axis #yAxis>
</igx-numeric-y-axis>
<igx-weighted-close-indicator
[xAxis]="xAxis"
[yAxis]="yAxis"
openMemberPath="open"
highMemberPath="high"
lowMemberPath="low"
closeMemberPath="close">
</igx-weighted-close-indicator>
</igx-data-chart>let series = new IgxWeightedCloseIndicatorComponent();
series.xAxis = this.xAxis;
series.yAxis = this.yAxis;
series.openMemberPath = "open";
series.highMemberPath = "high";
series.lowMemberPath = "low";
series.closeMemberPath = "close";
this.chart.series.add(series); Constructors
Section titled "Constructors"IgxWeightedCloseIndicatorComponent
new IgxWeightedCloseIndicatorComponent(): IgxWeightedCloseIndicatorComponent Returns IgxWeightedCloseIndicatorComponent
Properties
Section titled "Properties"ngAcceptInputType_actualAreaFillOpacity
Section titled "ngAcceptInputType_actualAreaFillOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualAreaFillOpacity: string | number ngAcceptInputType_actualFocusMode
Section titled "ngAcceptInputType_actualFocusMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualFocusMode: string | SeriesSelectionMode ngAcceptInputType_actualHighlightedValuesFadeOpacity
Section titled "ngAcceptInputType_actualHighlightedValuesFadeOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualHighlightedValuesFadeOpacity: string | number ngAcceptInputType_actualHighlightingFadeOpacity
Section titled "ngAcceptInputType_actualHighlightingFadeOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualHighlightingFadeOpacity: string | number ngAcceptInputType_actualHighlightingMode
Section titled "ngAcceptInputType_actualHighlightingMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualHighlightingMode: string | SeriesHighlightingMode ngAcceptInputType_actualHitTestMode
Section titled "ngAcceptInputType_actualHitTestMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualHitTestMode: string | SeriesHitTestMode ngAcceptInputType_actualLayers
Section titled "ngAcceptInputType_actualLayers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualLayers: string | IgxSeriesLayerCollection ngAcceptInputType_actualMarkerFillOpacity
Section titled "ngAcceptInputType_actualMarkerFillOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualMarkerFillOpacity: string | number ngAcceptInputType_actualResolution
Section titled "ngAcceptInputType_actualResolution"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualResolution: string | number ngAcceptInputType_actualSelectionMode
Section titled "ngAcceptInputType_actualSelectionMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualSelectionMode: string | SeriesSelectionMode ngAcceptInputType_actualThickness
Section titled "ngAcceptInputType_actualThickness"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_actualThickness: string | number ngAcceptInputType_areaFillOpacity
Section titled "ngAcceptInputType_areaFillOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_areaFillOpacity: string | number ngAcceptInputType_attachTooltipToRoot
Section titled "ngAcceptInputType_attachTooltipToRoot"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_attachTooltipToRoot: string | boolean ngAcceptInputType_autoCalloutLabelFormatSpecifiers
Section titled "ngAcceptInputType_autoCalloutLabelFormatSpecifiers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_autoCalloutLabelFormatSpecifiers: string | any[] ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers
Section titled "ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers: string | any[] ngAcceptInputType_dashArray
Section titled "ngAcceptInputType_dashArray"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_dashArray: string | number[] ngAcceptInputType_defaultDisplayType
Section titled "ngAcceptInputType_defaultDisplayType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_defaultDisplayType: string | IndicatorDisplayType ngAcceptInputType_displayType
Section titled "ngAcceptInputType_displayType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_displayType: string | IndicatorDisplayType ngAcceptInputType_expectFunctions
Section titled "ngAcceptInputType_expectFunctions"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_expectFunctions: string | boolean ngAcceptInputType_finalValue
Section titled "ngAcceptInputType_finalValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_finalValue: string | number ngAcceptInputType_hasMarkers
Section titled "ngAcceptInputType_hasMarkers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_hasMarkers: string | boolean ngAcceptInputType_hasOnlyMarkers
Section titled "ngAcceptInputType_hasOnlyMarkers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_hasOnlyMarkers: string | boolean ngAcceptInputType_hasValueAxis
Section titled "ngAcceptInputType_hasValueAxis"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_hasValueAxis: string | boolean ngAcceptInputType_hasVisibleMarkers
Section titled "ngAcceptInputType_hasVisibleMarkers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_hasVisibleMarkers: string | boolean ngAcceptInputType_highlightedLegendItemVisibility
Section titled "ngAcceptInputType_highlightedLegendItemVisibility"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_highlightedLegendItemVisibility: any ngAcceptInputType_highlightedValuesDisplayMode
Section titled "ngAcceptInputType_highlightedValuesDisplayMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_highlightedValuesDisplayMode: any ngAcceptInputType_highlightedValuesExtraPropertyOverlays
Section titled "ngAcceptInputType_highlightedValuesExtraPropertyOverlays"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_highlightedValuesExtraPropertyOverlays: string | IgxSeriesLayerPropertyOverlayCollection ngAcceptInputType_highlightedValuesFadeOpacity
Section titled "ngAcceptInputType_highlightedValuesFadeOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_highlightedValuesFadeOpacity: string | number ngAcceptInputType_highlightingFadeOpacity
Section titled "ngAcceptInputType_highlightingFadeOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_highlightingFadeOpacity: string | number ngAcceptInputType_hitTestMode
Section titled "ngAcceptInputType_hitTestMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_hitTestMode: string | SeriesHitTestMode ngAcceptInputType_ignoreFirst
Section titled "ngAcceptInputType_ignoreFirst"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_ignoreFirst: string | number ngAcceptInputType_index
Section titled "ngAcceptInputType_index"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_index: string | number ngAcceptInputType_isActualLegendFinancial
Section titled "ngAcceptInputType_isActualLegendFinancial"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isActualLegendFinancial: string | boolean ngAcceptInputType_isAnnotationCalloutLayer
Section titled "ngAcceptInputType_isAnnotationCalloutLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isAnnotationCalloutLayer: string | boolean ngAcceptInputType_isAnnotationCrosshairLayer
Section titled "ngAcceptInputType_isAnnotationCrosshairLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isAnnotationCrosshairLayer: string | boolean ngAcceptInputType_isAnnotationDataLayer
Section titled "ngAcceptInputType_isAnnotationDataLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isAnnotationDataLayer: string | boolean ngAcceptInputType_isAnnotationFinalValue
Section titled "ngAcceptInputType_isAnnotationFinalValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isAnnotationFinalValue: string | boolean ngAcceptInputType_isAnnotationHoverLayer
Section titled "ngAcceptInputType_isAnnotationHoverLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isAnnotationHoverLayer: string | boolean ngAcceptInputType_isAnnotationLayer
Section titled "ngAcceptInputType_isAnnotationLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isAnnotationLayer: string | boolean ngAcceptInputType_isAnnotationValueLayer
Section titled "ngAcceptInputType_isAnnotationValueLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isAnnotationValueLayer: string | boolean ngAcceptInputType_isArea
Section titled "ngAcceptInputType_isArea"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isArea: string | boolean ngAcceptInputType_isAreaOrLine
Section titled "ngAcceptInputType_isAreaOrLine"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isAreaOrLine: string | boolean ngAcceptInputType_isBar
Section titled "ngAcceptInputType_isBar"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isBar: string | boolean ngAcceptInputType_isCategory
Section titled "ngAcceptInputType_isCategory"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isCategory: string | boolean ngAcceptInputType_isColoredItemwise
Section titled "ngAcceptInputType_isColoredItemwise"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isColoredItemwise: string | boolean ngAcceptInputType_isColumn
Section titled "ngAcceptInputType_isColumn"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isColumn: string | boolean ngAcceptInputType_isComponentHighlightingModeIgnored
Section titled "ngAcceptInputType_isComponentHighlightingModeIgnored"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isComponentHighlightingModeIgnored: string | boolean ngAcceptInputType_isCustomCategoryStyleAllowed
Section titled "ngAcceptInputType_isCustomCategoryStyleAllowed"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isCustomCategoryStyleAllowed: string | boolean ngAcceptInputType_isDefaultCrosshairBehaviorDisabled
Section titled "ngAcceptInputType_isDefaultCrosshairBehaviorDisabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isDefaultCrosshairBehaviorDisabled: string | boolean ngAcceptInputType_isDefaultTooltipBehaviorDisabled
Section titled "ngAcceptInputType_isDefaultTooltipBehaviorDisabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isDefaultTooltipBehaviorDisabled: string | boolean ngAcceptInputType_isDefaultToolTipSelected
Section titled "ngAcceptInputType_isDefaultToolTipSelected"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isDefaultToolTipSelected: string | boolean ngAcceptInputType_isDropShadowEnabled
Section titled "ngAcceptInputType_isDropShadowEnabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isDropShadowEnabled: string | boolean ngAcceptInputType_isFinancial
Section titled "ngAcceptInputType_isFinancial"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isFinancial: string | boolean ngAcceptInputType_isFinancialIndicator
Section titled "ngAcceptInputType_isFinancialIndicator"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isFinancialIndicator: string | boolean ngAcceptInputType_isFinancialOverlay
Section titled "ngAcceptInputType_isFinancialOverlay"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isFinancialOverlay: string | boolean ngAcceptInputType_isFinancialSeries
Section titled "ngAcceptInputType_isFinancialSeries"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isFinancialSeries: string | boolean ngAcceptInputType_isFinancialWaterfall
Section titled "ngAcceptInputType_isFinancialWaterfall"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isFinancialWaterfall: string | boolean ngAcceptInputType_isFragment
Section titled "ngAcceptInputType_isFragment"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isFragment: string | boolean ngAcceptInputType_isGeographic
Section titled "ngAcceptInputType_isGeographic"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isGeographic: string | boolean ngAcceptInputType_isHighlightingEnabled
Section titled "ngAcceptInputType_isHighlightingEnabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isHighlightingEnabled: string | boolean ngAcceptInputType_isHighlightOverlay
Section titled "ngAcceptInputType_isHighlightOverlay"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isHighlightOverlay: string | boolean ngAcceptInputType_isIndexed
Section titled "ngAcceptInputType_isIndexed"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isIndexed: string | boolean ngAcceptInputType_isLayer
Section titled "ngAcceptInputType_isLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isLayer: string | boolean ngAcceptInputType_isLineContour
Section titled "ngAcceptInputType_isLineContour"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isLineContour: string | boolean ngAcceptInputType_isLineOnly
Section titled "ngAcceptInputType_isLineOnly"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isLineOnly: string | boolean ngAcceptInputType_isMarkerlessDisplayPreferred
Section titled "ngAcceptInputType_isMarkerlessDisplayPreferred"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isMarkerlessDisplayPreferred: string | boolean ngAcceptInputType_isNegativeColorSupported
Section titled "ngAcceptInputType_isNegativeColorSupported"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isNegativeColorSupported: string | boolean ngAcceptInputType_isPie
Section titled "ngAcceptInputType_isPie"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isPie: string | boolean ngAcceptInputType_isPixel
Section titled "ngAcceptInputType_isPixel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isPixel: string | boolean ngAcceptInputType_isPolar
Section titled "ngAcceptInputType_isPolar"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isPolar: string | boolean ngAcceptInputType_isPolygon
Section titled "ngAcceptInputType_isPolygon"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isPolygon: string | boolean ngAcceptInputType_isPolyline
Section titled "ngAcceptInputType_isPolyline"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isPolyline: string | boolean ngAcceptInputType_isRadial
Section titled "ngAcceptInputType_isRadial"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isRadial: string | boolean ngAcceptInputType_isRange
Section titled "ngAcceptInputType_isRange"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isRange: string | boolean ngAcceptInputType_isScatter
Section titled "ngAcceptInputType_isScatter"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isScatter: string | boolean ngAcceptInputType_isShape
Section titled "ngAcceptInputType_isShape"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isShape: string | boolean ngAcceptInputType_isShapeControl
Section titled "ngAcceptInputType_isShapeControl"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isShapeControl: string | boolean ngAcceptInputType_isSpline
Section titled "ngAcceptInputType_isSpline"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isSpline: string | boolean ngAcceptInputType_isStacked
Section titled "ngAcceptInputType_isStacked"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isStacked: string | boolean ngAcceptInputType_isStep
Section titled "ngAcceptInputType_isStep"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isStep: string | boolean ngAcceptInputType_isSummarizationSupported
Section titled "ngAcceptInputType_isSummarizationSupported"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isSummarizationSupported: string | boolean ngAcceptInputType_isTile
Section titled "ngAcceptInputType_isTile"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isTile: string | boolean ngAcceptInputType_isToolTipLayer
Section titled "ngAcceptInputType_isToolTipLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isToolTipLayer: string | boolean ngAcceptInputType_isTransitionInEnabled
Section titled "ngAcceptInputType_isTransitionInEnabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isTransitionInEnabled: string | boolean ngAcceptInputType_isUsableInLegend
Section titled "ngAcceptInputType_isUsableInLegend"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isUsableInLegend: string | boolean ngAcceptInputType_isUserAnnotationLayer
Section titled "ngAcceptInputType_isUserAnnotationLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isUserAnnotationLayer: string | boolean ngAcceptInputType_isUserAnnotationToolTipLayer
Section titled "ngAcceptInputType_isUserAnnotationToolTipLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isUserAnnotationToolTipLayer: string | boolean ngAcceptInputType_isValueAxisInverted
Section titled "ngAcceptInputType_isValueAxisInverted"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isValueAxisInverted: string | boolean ngAcceptInputType_isValueOverlay
Section titled "ngAcceptInputType_isValueOverlay"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isValueOverlay: string | boolean ngAcceptInputType_isVertical
Section titled "ngAcceptInputType_isVertical"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isVertical: string | boolean ngAcceptInputType_isWaterfall
Section titled "ngAcceptInputType_isWaterfall"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_isWaterfall: string | boolean ngAcceptInputType_layers
Section titled "ngAcceptInputType_layers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_layers: string | IgxSeriesLayerCollection ngAcceptInputType_legendItemBadgeMode
Section titled "ngAcceptInputType_legendItemBadgeMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_legendItemBadgeMode: any ngAcceptInputType_legendItemBadgeShape
Section titled "ngAcceptInputType_legendItemBadgeShape"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_legendItemBadgeShape: any ngAcceptInputType_legendItemVisibility
Section titled "ngAcceptInputType_legendItemVisibility"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_legendItemVisibility: any ngAcceptInputType_lineCap
Section titled "ngAcceptInputType_lineCap"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_lineCap: any ngAcceptInputType_lineJoin
Section titled "ngAcceptInputType_lineJoin"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_lineJoin: any ngAcceptInputType_markerFillOpacity
Section titled "ngAcceptInputType_markerFillOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_markerFillOpacity: string | number ngAcceptInputType_mouseOverEnabled
Section titled "ngAcceptInputType_mouseOverEnabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_mouseOverEnabled: string | boolean ngAcceptInputType_opacity
Section titled "ngAcceptInputType_opacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_opacity: string | number ngAcceptInputType_outlineMode
Section titled "ngAcceptInputType_outlineMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_outlineMode: string | SeriesOutlineMode ngAcceptInputType_percentChange
Section titled "ngAcceptInputType_percentChange"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_percentChange: string | number ngAcceptInputType_resolution
Section titled "ngAcceptInputType_resolution"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_resolution: string | number ngAcceptInputType_selectionThickness
Section titled "ngAcceptInputType_selectionThickness"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_selectionThickness: string | number ngAcceptInputType_shadowBlur
Section titled "ngAcceptInputType_shadowBlur"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_shadowBlur: string | number ngAcceptInputType_shadowOffsetX
Section titled "ngAcceptInputType_shadowOffsetX"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_shadowOffsetX: string | number ngAcceptInputType_shadowOffsetY
Section titled "ngAcceptInputType_shadowOffsetY"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_shadowOffsetY: string | number ngAcceptInputType_shouldAnimateOnDataSourceSwap
Section titled "ngAcceptInputType_shouldAnimateOnDataSourceSwap"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_shouldAnimateOnDataSourceSwap: string | boolean ngAcceptInputType_shouldHideAutoCallouts
Section titled "ngAcceptInputType_shouldHideAutoCallouts"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_shouldHideAutoCallouts: string | boolean ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden
Section titled "ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden: string | boolean ngAcceptInputType_shouldShiftOpacityForSafeActualBrush
Section titled "ngAcceptInputType_shouldShiftOpacityForSafeActualBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_shouldShiftOpacityForSafeActualBrush: string | boolean ngAcceptInputType_showDefaultTooltip
Section titled "ngAcceptInputType_showDefaultTooltip"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_showDefaultTooltip: string | boolean ngAcceptInputType_thickness
Section titled "ngAcceptInputType_thickness"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_thickness: string | number ngAcceptInputType_transitionDuration
Section titled "ngAcceptInputType_transitionDuration"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_transitionDuration: string | number ngAcceptInputType_transitionInDuration
Section titled "ngAcceptInputType_transitionInDuration"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_transitionInDuration: string | number ngAcceptInputType_transitionInMode
Section titled "ngAcceptInputType_transitionInMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_transitionInMode: string | CategoryTransitionInMode ngAcceptInputType_transitionInSpeedType
Section titled "ngAcceptInputType_transitionInSpeedType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_transitionInSpeedType: string | TransitionInSpeedType ngAcceptInputType_transitionOutDuration
Section titled "ngAcceptInputType_transitionOutDuration"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_transitionOutDuration: string | number ngAcceptInputType_transitionOutSpeedType
Section titled "ngAcceptInputType_transitionOutSpeedType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_transitionOutSpeedType: string | TransitionOutSpeedType ngAcceptInputType_trendLineDashArray
Section titled "ngAcceptInputType_trendLineDashArray"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_trendLineDashArray: string | number[] ngAcceptInputType_trendLinePeriod
Section titled "ngAcceptInputType_trendLinePeriod"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_trendLinePeriod: string | number ngAcceptInputType_trendLineThickness
Section titled "ngAcceptInputType_trendLineThickness"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_trendLineThickness: string | number ngAcceptInputType_trendLineType
Section titled "ngAcceptInputType_trendLineType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_trendLineType: any ngAcceptInputType_useItemWiseColors
Section titled "ngAcceptInputType_useItemWiseColors"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_useItemWiseColors: string | boolean ngAcceptInputType_useSingleShadow
Section titled "ngAcceptInputType_useSingleShadow"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_useSingleShadow: string | boolean ngAcceptInputType_visibility
Section titled "ngAcceptInputType_visibility"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_visibility: any ngAcceptInputType_visibleRangeMarginBottom
Section titled "ngAcceptInputType_visibleRangeMarginBottom"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_visibleRangeMarginBottom: string | number ngAcceptInputType_visibleRangeMarginLeft
Section titled "ngAcceptInputType_visibleRangeMarginLeft"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_visibleRangeMarginLeft: string | number ngAcceptInputType_visibleRangeMarginRight
Section titled "ngAcceptInputType_visibleRangeMarginRight"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_visibleRangeMarginRight: string | number ngAcceptInputType_visibleRangeMarginTop
Section titled "ngAcceptInputType_visibleRangeMarginTop"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_visibleRangeMarginTop: string | number ngAcceptInputType_visibleRangeMode
Section titled "ngAcceptInputType_visibleRangeMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngAcceptInputType_visibleRangeMode: string | SeriesVisibleRangeMode ɵcmp: ɵɵComponentDeclaration<IgxWeightedCloseIndicatorComponent, "igx-weighted-close-indicator", never, object, object, never, never> ɵfac: ɵɵFactoryDeclaration<IgxWeightedCloseIndicatorComponent, never> actualAreaFillOpacity
Section titled "actualAreaFillOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualAreaFillOpacity: number actualBrush
Section titled "actualBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualBrush: string actualFocusBrush
Section titled "actualFocusBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualFocusBrush: string actualFocusMode
Section titled "actualFocusMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualFocusMode: SeriesSelectionMode actualHighlightedValuesFadeOpacity
Section titled "actualHighlightedValuesFadeOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualHighlightedValuesFadeOpacity: number actualHighlightingFadeOpacity
Section titled "actualHighlightingFadeOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualHighlightingFadeOpacity: number actualHighlightingMode
Section titled "actualHighlightingMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualHighlightingMode: SeriesHighlightingMode actualHitTestMode
Section titled "actualHitTestMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualHitTestMode: SeriesHitTestMode actualLayers
Section titled "actualLayers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualLayers: IgxSeriesLayerCollection actualLegendItemBadgeBrush
Section titled "actualLegendItemBadgeBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualLegendItemBadgeBrush: string actualLegendItemBadgeOutline
Section titled "actualLegendItemBadgeOutline"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualLegendItemBadgeOutline: string actualLegendItemBadgeTemplate
Section titled "actualLegendItemBadgeTemplate"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualLegendItemBadgeTemplate: IgDataTemplate actualMarkerFillOpacity
Section titled "actualMarkerFillOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualMarkerFillOpacity: number actualOutline
Section titled "actualOutline"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualOutline: string actualResolution
Section titled "actualResolution"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualResolution: number actualSelectionBrush
Section titled "actualSelectionBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualSelectionBrush: string actualSelectionMode
Section titled "actualSelectionMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualSelectionMode: SeriesSelectionMode actualThickness
Section titled "actualThickness"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualThickness: number actualTrendLineBrush
Section titled "actualTrendLineBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
actualTrendLineBrush: string areaFillOpacity
Section titled "areaFillOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
areaFillOpacity: number attachTooltipToRoot
Section titled "attachTooltipToRoot"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
attachTooltipToRoot: boolean autoCalloutLabelFormat
Section titled "autoCalloutLabelFormat"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
autoCalloutLabelFormat: string autoCalloutLabelFormatSpecifiers
Section titled "autoCalloutLabelFormatSpecifiers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
autoCalloutLabelFormatSpecifiers: any[] autoCalloutValueLabelFormat
Section titled "autoCalloutValueLabelFormat"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
autoCalloutValueLabelFormat: string autoCalloutValueLabelFormatSpecifiers
Section titled "autoCalloutValueLabelFormatSpecifiers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
autoCalloutValueLabelFormatSpecifiers: any[] brush
Section titled "brush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
brush: string closeMemberPath
Section titled "closeMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
closeMemberPath: string coercionMethods
Section titled "coercionMethods"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
coercionMethods: any dashArray
Section titled "dashArray"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
dashArray: number[] dataLegendGroup
Section titled "dataLegendGroup"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
dataLegendGroup: string dataSource
Section titled "dataSource"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
dataSource: any discreteLegendItemTemplate
Section titled "discreteLegendItemTemplate"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
discreteLegendItemTemplate: IgDataTemplate displayType
Section titled "displayType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
displayType: IndicatorDisplayType expectFunctions
Section titled "expectFunctions"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
expectFunctions: boolean finalValue
Section titled "finalValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
finalValue: number focusBrush
Section titled "focusBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
focusBrush: string highlightedCloseMemberPath
Section titled "highlightedCloseMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedCloseMemberPath: string highlightedDataSource
Section titled "highlightedDataSource"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedDataSource: any highlightedHighMemberPath
Section titled "highlightedHighMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedHighMemberPath: string highlightedLegendItemVisibility
Section titled "highlightedLegendItemVisibility"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedLegendItemVisibility: Visibility highlightedLowMemberPath
Section titled "highlightedLowMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedLowMemberPath: string highlightedOpenMemberPath
Section titled "highlightedOpenMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedOpenMemberPath: string highlightedTitleSuffix
Section titled "highlightedTitleSuffix"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedTitleSuffix: string highlightedValuesDataLegendGroup
Section titled "highlightedValuesDataLegendGroup"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedValuesDataLegendGroup: string highlightedValuesDisplayMode
Section titled "highlightedValuesDisplayMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode highlightedValuesExtraPropertyOverlays
Section titled "highlightedValuesExtraPropertyOverlays"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedValuesExtraPropertyOverlays: IgxSeriesLayerPropertyOverlayCollection highlightedValuesFadeOpacity
Section titled "highlightedValuesFadeOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedValuesFadeOpacity: number highlightedVolumeMemberPath
Section titled "highlightedVolumeMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightedVolumeMemberPath: string highlightingFadeOpacity
Section titled "highlightingFadeOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highlightingFadeOpacity: number highMemberPath
Section titled "highMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
highMemberPath: string hitTestMode
Section titled "hitTestMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
hitTestMode: SeriesHitTestMode ignoreFirst
Section titled "ignoreFirst"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ignoreFirst: number index
Section titled "index"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
index: number isActualLegendFinancial
Section titled "isActualLegendFinancial"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
isActualLegendFinancial: boolean isComponentHighlightingModeIgnored
Section titled "isComponentHighlightingModeIgnored"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
isComponentHighlightingModeIgnored: boolean isCustomCategoryStyleAllowed
Section titled "isCustomCategoryStyleAllowed"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
isCustomCategoryStyleAllowed: boolean isDefaultToolTipSelected
Section titled "isDefaultToolTipSelected"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
isDefaultToolTipSelected: boolean isDropShadowEnabled
Section titled "isDropShadowEnabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
isDropShadowEnabled: boolean isHighlightingEnabled
Section titled "isHighlightingEnabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
isHighlightingEnabled: boolean isTransitionInEnabled
Section titled "isTransitionInEnabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
isTransitionInEnabled: boolean layers
Section titled "layers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
layers: IgxSeriesLayerCollection legend
Section titled "legend"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
legend: any legendItemBadgeMode
Section titled "legendItemBadgeMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
legendItemBadgeMode: LegendItemBadgeMode legendItemBadgeShape
Section titled "legendItemBadgeShape"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
legendItemBadgeShape: LegendItemBadgeShape legendItemBadgeTemplate
Section titled "legendItemBadgeTemplate"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
legendItemBadgeTemplate: IgDataTemplate legendItemTemplate
Section titled "legendItemTemplate"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
legendItemTemplate: IgDataTemplate legendItemVisibility
Section titled "legendItemVisibility"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
legendItemVisibility: Visibility lineCap
Section titled "lineCap"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
lineCap: PenLineCap lineJoin
Section titled "lineJoin"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
lineJoin: PenLineJoin lowMemberPath
Section titled "lowMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
lowMemberPath: string markerFillOpacity
Section titled "markerFillOpacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
markerFillOpacity: number mouseOverEnabled
Section titled "mouseOverEnabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
mouseOverEnabled: boolean Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
name: string negativeBrush
Section titled "negativeBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
negativeBrush: string opacity
Section titled "opacity"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
opacity: number openMemberPath
Section titled "openMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
openMemberPath: string outline
Section titled "outline"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
outline: string outlineMode
Section titled "outlineMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
outlineMode: SeriesOutlineMode percentChange
Section titled "percentChange"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
percentChange: number resolution
Section titled "resolution"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
resolution: number safeActualBrush
Section titled "safeActualBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
safeActualBrush: string selectionBrush
Section titled "selectionBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
selectionBrush: string selectionThickness
Section titled "selectionThickness"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
selectionThickness: number shadowBlur
Section titled "shadowBlur"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
shadowBlur: number shadowColor
Section titled "shadowColor"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
shadowColor: string shadowOffsetX
Section titled "shadowOffsetX"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
shadowOffsetX: number shadowOffsetY
Section titled "shadowOffsetY"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
shadowOffsetY: number shouldAnimateOnDataSourceSwap
Section titled "shouldAnimateOnDataSourceSwap"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
shouldAnimateOnDataSourceSwap: boolean shouldHideAutoCallouts
Section titled "shouldHideAutoCallouts"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
shouldHideAutoCallouts: boolean shouldRemoveHighlightedDataOnLayerHidden
Section titled "shouldRemoveHighlightedDataOnLayerHidden"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
shouldRemoveHighlightedDataOnLayerHidden: boolean shouldShiftOpacityForSafeActualBrush
Section titled "shouldShiftOpacityForSafeActualBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
shouldShiftOpacityForSafeActualBrush: boolean showDefaultTooltip
Section titled "showDefaultTooltip"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
showDefaultTooltip: boolean thickness
Section titled "thickness"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
thickness: number title
Section titled "title"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
title: any tooltipContainerTemplate
Section titled "tooltipContainerTemplate"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
tooltipContainerTemplate: TemplateRef<any> tooltipTemplate
Section titled "tooltipTemplate"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
tooltipTemplate: TemplateRef<any> transitionDuration
Section titled "transitionDuration"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionDuration: number transitionEasingFunction
Section titled "transitionEasingFunction"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionEasingFunction: object transitionInDuration
Section titled "transitionInDuration"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionInDuration: number transitionInEasingFunction
Section titled "transitionInEasingFunction"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionInEasingFunction: object transitionInMode
Section titled "transitionInMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionInMode: CategoryTransitionInMode transitionInSpeedType
Section titled "transitionInSpeedType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionInSpeedType: TransitionInSpeedType transitionOutDuration
Section titled "transitionOutDuration"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionOutDuration: number transitionOutEasingFunction
Section titled "transitionOutEasingFunction"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionOutEasingFunction: object transitionOutSpeedType
Section titled "transitionOutSpeedType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
transitionOutSpeedType: TransitionOutSpeedType trendLineBrush
Section titled "trendLineBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
trendLineBrush: string trendLineDashArray
Section titled "trendLineDashArray"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
trendLineDashArray: number[] trendLinePeriod
Section titled "trendLinePeriod"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
trendLinePeriod: number trendLineThickness
Section titled "trendLineThickness"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
trendLineThickness: number trendLineType
Section titled "trendLineType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
trendLineType: TrendLineType useItemWiseColors
Section titled "useItemWiseColors"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
useItemWiseColors: boolean useSingleShadow
Section titled "useSingleShadow"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
useSingleShadow: boolean visibility
Section titled "visibility"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
visibility: Visibility visibleRangeMarginBottom
Section titled "visibleRangeMarginBottom"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
visibleRangeMarginBottom: number visibleRangeMarginLeft
Section titled "visibleRangeMarginLeft"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
visibleRangeMarginLeft: number visibleRangeMarginRight
Section titled "visibleRangeMarginRight"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
visibleRangeMarginRight: number visibleRangeMarginTop
Section titled "visibleRangeMarginTop"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
visibleRangeMarginTop: number visibleRangeMode
Section titled "visibleRangeMode"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
visibleRangeMode: SeriesVisibleRangeMode volumeMemberPath
Section titled "volumeMemberPath"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
volumeMemberPath: string xAxis
Section titled "xAxis"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
xAxis: IgxCategoryAxisBaseComponent yAxis
Section titled "yAxis"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
yAxis: IgxNumericYAxisComponent Accessors
Section titled "Accessors"actualCloseLabel
Section titled "actualCloseLabel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the text that is displayed for the Close label in the tooltip.
get actualCloseLabel(): string Returns string
actualHighLabel
Section titled "actualHighLabel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the text that is displayed for the High label in the tooltip.
get actualHighLabel(): string Returns string
actualLowLabel
Section titled "actualLowLabel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the text that is displayed for the Low label in the tooltip.
get actualLowLabel(): string Returns string
actualOpenLabel
Section titled "actualOpenLabel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the text that is displayed for the Open label in the tooltip.
get actualOpenLabel(): string Returns string
actualRadiusLabel
Section titled "actualRadiusLabel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the text that is displayed for the Value label in the tooltip.
get actualRadiusLabel(): string Returns string
actualValueLabel
Section titled "actualValueLabel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the text that is displayed for the Value label in the tooltip.
get actualValueLabel(): string Returns string
actualVolumeLabel
Section titled "actualVolumeLabel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the text that is displayed for the Volume label in the tooltip.
get actualVolumeLabel(): string Returns string
assigningCategoryStyle
Section titled "assigningCategoryStyle"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Event raised when Assigning Category Style
The AssigningCategoryStyle event raised when assigning Category Style.
series.assigningCategoryStyle= this.chart_AssigningCategoryStyle;
chart_AssigningCategoryStyle(sender :any,args: AssigningCategoryStyleEventArgs )
{
}get assigningCategoryStyle(): EventEmitter<object> Returns EventEmitter<object>
dataLegendKey
Section titled "dataLegendKey"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets unique key used to identify the series in data legend
get dataLegendKey(): string Returns string
defaultDisplayType
Section titled "defaultDisplayType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets default display type for the current Financial Indicator
get defaultDisplayType(): IndicatorDisplayType Returns IndicatorDisplayType
hasMarkers
Section titled "hasMarkers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Returns whether the current series supports visual markers.
let hasMarkers: boolean = this.series.hasMarkers;get hasMarkers(): boolean Returns boolean
hasOnlyMarkers
Section titled "hasOnlyMarkers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series has only marker as visuals
get hasOnlyMarkers(): boolean Returns boolean
hasValueAxis
Section titled "hasValueAxis"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows an area shape.
get hasValueAxis(): boolean Returns boolean
hasVisibleMarkers
Section titled "hasVisibleMarkers"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Returns whether the current series has a visible marker style.
get hasVisibleMarkers(): boolean Returns boolean
isAnnotationCalloutLayer
Section titled "isAnnotationCalloutLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is an callout annotation layer.
get isAnnotationCalloutLayer(): boolean Returns boolean
isAnnotationCrosshairLayer
Section titled "isAnnotationCrosshairLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is an crosshair annotation layer.
get isAnnotationCrosshairLayer(): boolean Returns boolean
isAnnotationDataLayer
Section titled "isAnnotationDataLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is a data annotation layer that support binding to data source DataAnnotationShapeLayer, DataAnnotationSliceLayer, DataAnnotationStripLayer
get isAnnotationDataLayer(): boolean Returns boolean
isAnnotationFinalValue
Section titled "isAnnotationFinalValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is final value annotation layer.
get isAnnotationFinalValue(): boolean Returns boolean
isAnnotationHoverLayer
Section titled "isAnnotationHoverLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is an annotation layer displayed only when hovering over the chart. Crosshair Layer, Category Highlight Layer, Category Tooltip Layer, Item Tooltip Layer
get isAnnotationHoverLayer(): boolean Returns boolean
isAnnotationLayer
Section titled "isAnnotationLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is an annotation layer.
let isAnnotationLayer: boolean = this.series.isAnnotationLayer;get isAnnotationLayer(): boolean Returns boolean
isAnnotationValueLayer
Section titled "isAnnotationValueLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is a value annotation layer.
get isAnnotationValueLayer(): boolean Returns boolean
isArea
Section titled "isArea"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows an area shape.
get isArea(): boolean Returns boolean
isAreaOrLine
Section titled "isAreaOrLine"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows an area or line shape.
let isAreaorLine: boolean = this.series.isAreaorLine;get isAreaOrLine(): boolean Returns boolean
isBar
Section titled "isBar"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a horizontal column shape.
get isBar(): boolean Returns boolean
isCategory
Section titled "isCategory"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a category type series.
let isCategory: boolean = this.series.isCategory;get isCategory(): boolean Returns boolean
isColoredItemwise
Section titled "isColoredItemwise"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
get isColoredItemwise(): boolean Returns boolean
isColumn
Section titled "isColumn"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a column shape.
get isColumn(): boolean Returns boolean
isDefaultCrosshairBehaviorDisabled
Section titled "isDefaultCrosshairBehaviorDisabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the default crosshair behavior should be disabled if this series is present.
IsDefaultCrosshairBehaviorDisabled defaults to true for annotation layers. When not using annotaion layers, you can show crosshairs by setting the chart's CrosshairVisibility to true.
let isDefaultCrosshairBehaviorDisabled: boolean = this.series.isDefaultCrosshairBehaviorDisabled;get isDefaultCrosshairBehaviorDisabled(): boolean Returns boolean
isDefaultTooltipBehaviorDisabled
Section titled "isDefaultTooltipBehaviorDisabled"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the default tooltip behavior should be disabled if this series is present.
let isDefaultTooltipBehaviorDisabled: boolean = this.series.isDefaultTooltipBehaviorDisabled;get isDefaultTooltipBehaviorDisabled(): boolean Returns boolean
isFinancial
Section titled "isFinancial"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a financial type series.
get isFinancial(): boolean Returns boolean
isFinancialIndicator
Section titled "isFinancialIndicator"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is financial indicator
get isFinancialIndicator(): boolean Returns boolean
isFinancialOverlay
Section titled "isFinancialOverlay"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is financial overlay
get isFinancialOverlay(): boolean Returns boolean
isFinancialSeries
Section titled "isFinancialSeries"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series has financial OHLC/candlestick visuals
get isFinancialSeries(): boolean Returns boolean
isFinancialWaterfall
Section titled "isFinancialWaterfall"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is financial waterfall
get isFinancialWaterfall(): boolean Returns boolean
isFragment
Section titled "isFragment"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a stack fragment.
let isFragment: boolean = this.series.isFragment;get isFragment(): boolean Returns boolean
isGeographic
Section titled "isGeographic"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a geographic series.
let isGeographic: boolean = this.series.isGeographic;get isGeographic(): boolean Returns boolean
isHighlightOverlay
Section titled "isHighlightOverlay"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is a highlight overlay.
get isHighlightOverlay(): boolean Returns boolean
isIndexed
Section titled "isIndexed"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets if the series uses an index, which can be used to auto-assign it a color.
let isIndexed: boolean = this.series.isIndexed;get isIndexed(): boolean Returns boolean
isLayer
Section titled "isLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
get isLayer(): boolean Returns boolean
isLineContour
Section titled "isLineContour"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a line contour shape.
get isLineContour(): boolean Returns boolean
isLineOnly
Section titled "isLineOnly"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows only line shapes.
get isLineOnly(): boolean Returns boolean
isMarkerlessDisplayPreferred
Section titled "isMarkerlessDisplayPreferred"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Overridden by derived series classes to indicate when markerless display is preferred or not.
get isMarkerlessDisplayPreferred(): boolean Returns boolean
isNegativeColorSupported
Section titled "isNegativeColorSupported"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Overridden by derived series classes to indicate when negative colors are supported or not.
get isNegativeColorSupported(): boolean Returns boolean
isPie
Section titled "isPie"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a pie shape.
get isPie(): boolean Returns boolean
isPixel
Section titled "isPixel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows pixels.
get isPixel(): boolean Returns boolean
isPolar
Section titled "isPolar"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a polar type series.
let isPolar: boolean = this.series.isPolar;get isPolar(): boolean Returns boolean
isPolygon
Section titled "isPolygon"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a polygon shape.
get isPolygon(): boolean Returns boolean
isPolyline
Section titled "isPolyline"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a polyline shape.
get isPolyline(): boolean Returns boolean
isRadial
Section titled "isRadial"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a radial type series.
let isRadial: boolean = this.series.isRadial;get isRadial(): boolean Returns boolean
isRange
Section titled "isRange"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a range type series.
let isRange: boolean = this.series.isRange;get isRange(): boolean Returns boolean
isScatter
Section titled "isScatter"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a scatter type series.
let isScatter: boolean = this.series.isScatter;get isScatter(): boolean Returns boolean
isShape
Section titled "isShape"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a shape type series.
get isShape(): boolean Returns boolean
isShapeControl
Section titled "isShapeControl"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows interactive shape controls.
get isShapeControl(): boolean Returns boolean
isSpline
Section titled "isSpline"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a spline shape.
get isSpline(): boolean Returns boolean
isStacked
Section titled "isStacked"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is a stacked type series.
let isStacked: boolean = this.series.isStacked;get isStacked(): boolean Returns boolean
isStep
Section titled "isStep"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows step shapes.
get isStep(): boolean Returns boolean
isSummarizationSupported
Section titled "isSummarizationSupported"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series supports summarization in Data Legend and Data Tooltip.
get isSummarizationSupported(): boolean Returns boolean
isTile
Section titled "isTile"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a tile imagery.
get isTile(): boolean Returns boolean
isToolTipLayer
Section titled "isToolTipLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is an annotation layer.
get isToolTipLayer(): boolean Returns boolean
isUsableInLegend
Section titled "isUsableInLegend"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets if the series should appear in any legends.
let isUsableInLegend: boolean = this.series.isUsableInLegend;get isUsableInLegend(): boolean Returns boolean
isUserAnnotationLayer
Section titled "isUserAnnotationLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is final value annotation layer.
get isUserAnnotationLayer(): boolean Returns boolean
isUserAnnotationToolTipLayer
Section titled "isUserAnnotationToolTipLayer"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is final user annotation tooltip layer.
get isUserAnnotationToolTipLayer(): boolean Returns boolean
isValueAxisInverted
Section titled "isValueAxisInverted"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows an area shape.
get isValueAxisInverted(): boolean Returns boolean
isValueOverlay
Section titled "isValueOverlay"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the series is a value overlay.
get isValueOverlay(): boolean Returns boolean
isVertical
Section titled "isVertical"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series is oriented vertically.
let isVertical: boolean = this.series.isVertical;get isVertical(): boolean Returns boolean
isWaterfall
Section titled "isWaterfall"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets whether the current series shows a waterfall column shape.
get isWaterfall(): boolean Returns boolean
renderRequested
Section titled "renderRequested"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
This event is raised every time a render has been requested from a series.
get renderRequested(): EventEmitter<object> Returns EventEmitter<object>
seriesInternal
Section titled "seriesInternal"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
get seriesInternal(): any Returns any
transitionOutCompleted
Section titled "transitionOutCompleted"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Fired when a transition out has completed.
get transitionOutCompleted(): EventEmitter<object> Returns EventEmitter<object>
typical
Section titled "typical"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Handle this event in order to perform a custom typical price calculation.
Use Typical event to perform a custom typical price calculation.
series.typical= this.chart_typical;
chart_typical(sender :any,args: FinancialEventArgs )
{
}get typical(): EventEmitter<object> Returns EventEmitter<object>
typicalBasedOn
Section titled "typicalBasedOn"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Handle this event in order to specify which columns the Typical price calculation is based on.
Use TypicalBasedOn event to specify which columns the Typical price calculation is based on.
series.typicalBasedOn= this.chart_typicalBasedOn;
chart_typicalBasedOn(sender :any,args: FinancialEventArgs )
{
}get typicalBasedOn(): EventEmitter<object> Returns EventEmitter<object>
Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
bindAxes(axes: IgxAxisComponent[]): void Parameters
- axes:
IgxAxisComponent[]
Returns void
bindSeries
Section titled "bindSeries"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
bindSeries(series: IgxSeriesComponent[]): void Parameters
- series:
IgxSeriesComponent[]
Returns void
canUseAsXAxis
Section titled "canUseAsXAxis"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Determine if object can be used as XAxis
canUseAsXAxis(axis: any): boolean Parameters
- axis:
any- The object to check
Use
CanUseAsXAxismethod to determine if the object can be used as XAxis.boolean canX =series.canUseAsXAxis(xAxis);
Returns boolean
canUseAsYAxis
Section titled "canUseAsYAxis"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Determine if object can be used as YAxis
canUseAsYAxis(axis: any): boolean Parameters
- axis:
any- The object to check
Use
CanUseAsYAxismethod to determine if the object can be used as YAxis.boolean canY =series.canUseAsYAxis(yAxis);
Returns boolean
findByName
Section titled "findByName"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
findByName(name: string): any Parameters
- name:
string
Returns any
fromWorldPosition
Section titled "fromWorldPosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Converts a point from world coordinates to coordinates within the viewport of the series.
fromWorldPosition(world: IgPoint): IgPoint Parameters
- world:
IgPoint- The world position from which to convert.
let pt: IgxPoint = this.series.fromWorldPosition({x:.5,y:.5});
Returns IgPoint
getCategoryWidth
Section titled "getCategoryWidth"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Returns the width of the category grouping this series is in.
The GetCategoryWidth method returns the width of the category grouping this series is in.
number width = series.getCategoryWidth();getCategoryWidth(): number Returns number
getEffectiveViewport
Section titled "getEffectiveViewport"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the effective viewport, adjusted to account for margins and other factors.
getEffectiveViewport(): IgRect Returns IgRect
getExactItemIndex
Section titled "getExactItemIndex"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex.
getExactItemIndex(world: IgPoint): number Parameters
- world:
IgPoint- The world position for which to return the index.
The
GetExactItemIndexmethod gets the precise item index, if possible, based on the closeness to the previous or next whole integer.If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex.
number index = series.getExactItemIndex(world);
Returns number
getItem
Section titled "getItem"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the item that is the best match for the specified world coordinates.
getItem(world: IgPoint): any Parameters
- world:
IgPoint- The world coordinates to use.
The
GetItemmethod gets the item that is the best match for the specified world coordinates.
Returns any
getItemIndex
Section titled "getItemIndex"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the index of the item that resides at the provided world coordinates.
getItemIndex(world: IgPoint): number Parameters
- world:
IgPoint- The world coordinates of the requested item.
The
GetItemIndexmethod gets the index of the item that resides at the provided world coordinates.number itemindex= series.getItemIndex(world);
Returns number
getItemSpan
Section titled "getItemSpan"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned.
let span: number = this.series.getItemSpan();getItemSpan(): number Returns number
getItemValue
Section titled "getItemValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getItemValue(item: any, memberPathName: string): any Parameters
- item:
any - memberPathName:
string
Returns any
getMainContentViewport
Section titled "getMainContentViewport"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getMainContentViewport(): IgRect Returns IgRect
getMemberPathValue
Section titled "getMemberPathValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the value of a requested member path from the series.
getMemberPathValue(memberPathName: string): string Parameters
- memberPathName:
string- The property name of a valid member path for the series
Returns string
getNextOrExactIndex
Section titled "getNextOrExactIndex"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getOffsetValue
Section titled "getOffsetValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Returns the offset value for this series if grouped on a category axis.
The GetOffsetValue method returns the offset value for this series if grouped on a category axis.
number offset= series.getOffsetValue();getOffsetValue(): number Returns number
getPreviousOrExactIndex
Section titled "getPreviousOrExactIndex"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getSeriesCloseValue
Section titled "getSeriesCloseValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesCloseValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesCloseValuePosition
Section titled "getSeriesCloseValuePosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesCloseValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesHighValue
Section titled "getSeriesHighValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesHighValuePosition
Section titled "getSeriesHighValuePosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesLowValue
Section titled "getSeriesLowValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesLowValuePosition
Section titled "getSeriesLowValuePosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesOpenValue
Section titled "getSeriesOpenValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesOpenValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesOpenValuePosition
Section titled "getSeriesOpenValuePosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesOpenValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValue
Section titled "getSeriesValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueBoundingBox
Section titled "getSeriesValueBoundingBox"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.
getSeriesValueBoundingBox(world: IgPoint): IgRect Parameters
- world:
IgPoint- The world coordinate for which to get a value bounding box for
The
GetSeriesValueBoundingBoxmethod returns the best available value bounding box within the series that has the best value match for the world position provided.
Returns IgRect
getSeriesValueFromSeriesPixel
Section titled "getSeriesValueFromSeriesPixel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueMarkerBoundingBox
Section titled "getSeriesValueMarkerBoundingBox"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided.
getSeriesValueMarkerBoundingBox(world: IgPoint): IgRect Parameters
- world:
IgPoint- The world coordinates for which to get a value marker bounding box for
let box: IgxRect = this.series.getSeriesValueMarkerBoundingBox({x:.8,y:.8});
Returns IgRect
getSeriesValuePosition
Section titled "getSeriesValuePosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValuePositionFromSeriesPixel
Section titled "getSeriesValuePositionFromSeriesPixel"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValueType
Section titled "getSeriesValueType"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the data values of each axis associated with the specified value type. For example, if you specify mode as Maximum then it will return the maximum numerical value for each axis. For non-numerical axes it will return NaN.
getSeriesValueType(mode: string | ValueLayerValueMode): number[] Parameters
- mode:
string | ValueLayerValueMode- The type of value desired from the series axes.
Returns number[]
getSeriesValueTypePosition
Section titled "getSeriesValueTypePosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets position of series value for specified layer value mode
getSeriesValueTypePosition(mode: string | ValueLayerValueMode): IgPoint Parameters
- mode:
string | ValueLayerValueMode
Returns IgPoint
getSeriesValueTypePositionFromValue
Section titled "getSeriesValueTypePositionFromValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesValueTypePositionFromValue(values: number[]): IgPoint Parameters
- values:
number[]
Returns IgPoint
getSeriesVolumeValue
Section titled "getSeriesVolumeValue"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesVolumeValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesVolumeValuePosition
Section titled "getSeriesVolumeValuePosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
getSeriesVolumeValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getUnscaledPosition
Section titled "getUnscaledPosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets an unscaled position in terms of axis values from a viewport position.
getUnscaledPosition(pos: IgPoint): IgPoint Parameters
- pos:
IgPoint- The viewport relative position
Returns IgPoint
hideToolTips
Section titled "hideToolTips"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Hides any internal tooltips presented by the series, if any.
hideToolTips(): void Returns void
hideToolTipsImmediate
Section titled "hideToolTipsImmediate"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Hides any internal tooltips presented by the series, if any.
hideToolTipsImmediate(): void Returns void
moveCursorPoint
Section titled "moveCursorPoint"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Moves the cursor point to the provided world position. Some series may react to the current cursor position.
moveCursorPoint(point: IgPoint): void Parameters
- point:
IgPoint- The cursor point, in world coordinates.
MoveCursorPointcan be used on annotation layers to programitically show the annotation at the given point.this.crosshair.moveCursorPoint({x:.5,y:.5});
Returns void
ngOnInit
Section titled "ngOnInit"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
ngOnInit(): void Returns void
notifyIndexedPropertiesChanged
Section titled "notifyIndexedPropertiesChanged"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series
notifyIndexedPropertiesChanged(): void Returns void
notifyVisualPropertiesChanged
Section titled "notifyVisualPropertiesChanged"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Notifies the series that a visual property has changed, requiring a visual update.
notifyVisualPropertiesChanged(): void Returns void
playTransitionIn
Section titled "playTransitionIn"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Plays the assigned transition out animation, if any.
playTransitionIn(): void Returns void
playTransitionOut
Section titled "playTransitionOut"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Plays the assigned transition out animation, if any.
playTransitionOut(): void Returns void
playTransitionOutAndRemove
Section titled "playTransitionOutAndRemove"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Plays the assigned transition out animation, if any.
playTransitionOutAndRemove(): void Returns void
provideData
Section titled "provideData"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
provideData(data: any[]): void Parameters
- data:
any[]
Returns void
provideHighlightedData
Section titled "provideHighlightedData"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
provideHighlightedData(data: any[]): void Parameters
- data:
any[]
Returns void
removeAllAlternateViews
Section titled "removeAllAlternateViews"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Removes all alternate views of this series.
removeAllAlternateViews(): void Returns void
removeAlternateView
Section titled "removeAlternateView"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Removes an alternate view of this series.
removeAlternateView(viewIdentifier: string): void Parameters
- viewIdentifier:
string- The string identifier for the view to remove.
Returns void
removeAxes
Section titled "removeAxes"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Call to null out the axes of the series;
removeAxes(): void Returns void
renderSeries
Section titled "renderSeries"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Renders the series.
renderSeries(animate: boolean): void Parameters
- animate:
boolean- True if the change should be animated.
this.series.renderSeries(true);
Returns void
replayTransitionIn
Section titled "replayTransitionIn"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Replays the assigned transition in animation, if any.
this.series.replayTransitionIn();replayTransitionIn(): void Returns void
resolveIsItemwise
Section titled "resolveIsItemwise"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
This is a marker method to distinguish this from a public api perspective on some platforms compared to the base strategy based indicators.
resolveIsItemwise(): boolean Returns boolean
resolveTooltipBrush
Section titled "resolveTooltipBrush"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Gets the brush for tooltip labels.
resolveTooltipBrush(): string Returns string
scrollIntoView
Section titled "scrollIntoView"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Scrolls the series to display the item for the specified data item. The series is scrolled by the minimum amount required to place the specified data item within the central 80% of the visible axis.
scrollIntoView(item: any): boolean Parameters
- item:
any- The data item (item) to scroll to.
The
ScrollIntoViewmethod scrolls the series to display the item for the specified data item.
Returns boolean
setNegativeColors
Section titled "setNegativeColors"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
setNegativeColors(negativeBrush: string, negativeOutline: string): void Parameters
- negativeBrush:
string - negativeOutline:
string
Returns void
simulateHover
Section titled "simulateHover"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Simulates a pointer hover over the series surface.
simulateHover(point: IgPoint): void Parameters
- point:
IgPoint- The pointer position relative to the series viewport over which to hover.
When tooltips are enabled,
SimulateHovercan be used to automatically display the tooltip over a particular series item.this.series.simulateHover({x:250,y:250});
Returns void
styleUpdated
Section titled "styleUpdated"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Called when this series' Style is updated.
styleUpdated(): void Returns void
toWorldPosition
Section titled "toWorldPosition"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Converts a point from coordinates within the series plot area to a world position within axis space.
toWorldPosition(seriesPoint: IgPoint): IgPoint Parameters
- seriesPoint:
IgPoint- The pixel location within the plot area of the series.
this.series.toWorldPosition({x:500,y:500});
Returns IgPoint
toWorldRect
Section titled "toWorldRect"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
Converts a rect from coordinates within the series plot area to a world position within axis space.
toWorldRect(rect: IgRect): IgRect Parameters
- rect:
IgRect- The pixel rect within the plot area of the series.
Returns IgRect
_createFromInternal
Section titled "_createFromInternal"Inherited from: IgxItemwiseStrategyBasedIndicatorComponent
_createFromInternal(internal: any): IgxSeriesComponent Parameters
- internal:
any