Represents a IgxDataChartComponent Force Index indicator series. Default required members: Close, Volume

The ForceIndexIndicator represents a IgxDataChartComponent Force Index indicator series.

<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-force-index-indicator
        [xAxis]="xAxis"
        [yAxis]="yAxis"
        openMemberPath="open"
        highMemberPath="high"
        lowMemberPath="low"
        closeMemberPath="close">
    </igx-force-index-indicator>
</igx-data-chart>
let series = new IgxForceIndexIndicatorComponent();
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);;

IgxForceIndexIndicatorComponent

new IgxForceIndexIndicatorComponent(): IgxForceIndexIndicatorComponent

Returns IgxForceIndexIndicatorComponent

ngAcceptInputType_actualAreaFillOpacity

Section titled "ngAcceptInputType_actualAreaFillOpacity"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualAreaFillOpacity: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualFocusMode: string | SeriesSelectionMode

ngAcceptInputType_actualHighlightedValuesFadeOpacity

Section titled "ngAcceptInputType_actualHighlightedValuesFadeOpacity"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualHighlightedValuesFadeOpacity: string | number

ngAcceptInputType_actualHighlightingFadeOpacity

Section titled "ngAcceptInputType_actualHighlightingFadeOpacity"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualHighlightingFadeOpacity: string | number

ngAcceptInputType_actualHighlightingMode

Section titled "ngAcceptInputType_actualHighlightingMode"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualHighlightingMode: string | SeriesHighlightingMode

ngAcceptInputType_actualHitTestMode

Section titled "ngAcceptInputType_actualHitTestMode"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualHitTestMode: string | SeriesHitTestMode

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualLayers: string | IgxSeriesLayerCollection

ngAcceptInputType_actualMarkerFillOpacity

Section titled "ngAcceptInputType_actualMarkerFillOpacity"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualMarkerFillOpacity: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualResolution: string | number

ngAcceptInputType_actualSelectionMode

Section titled "ngAcceptInputType_actualSelectionMode"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualSelectionMode: string | SeriesSelectionMode

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_actualThickness: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_areaFillOpacity: string | number

ngAcceptInputType_attachTooltipToRoot

Section titled "ngAcceptInputType_attachTooltipToRoot"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_attachTooltipToRoot: string | boolean

ngAcceptInputType_autoCalloutLabelFormatSpecifiers

Section titled "ngAcceptInputType_autoCalloutLabelFormatSpecifiers"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_autoCalloutLabelFormatSpecifiers: string | any[]

ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers

Section titled "ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers: string | any[]

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_dashArray: string | number[]

ngAcceptInputType_defaultDisplayType

Section titled "ngAcceptInputType_defaultDisplayType"
ngAcceptInputType_defaultDisplayType: string | IndicatorDisplayType

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_displayType: string | IndicatorDisplayType

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_expectFunctions: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_finalValue: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_hasMarkers: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_hasOnlyMarkers: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_hasValueAxis: string | boolean

ngAcceptInputType_hasVisibleMarkers

Section titled "ngAcceptInputType_hasVisibleMarkers"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_hasVisibleMarkers: string | boolean

ngAcceptInputType_highlightedLegendItemVisibility

Section titled "ngAcceptInputType_highlightedLegendItemVisibility"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_highlightedLegendItemVisibility: any

ngAcceptInputType_highlightedValuesDisplayMode

Section titled "ngAcceptInputType_highlightedValuesDisplayMode"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_highlightedValuesDisplayMode: any

ngAcceptInputType_highlightedValuesExtraPropertyOverlays

Section titled "ngAcceptInputType_highlightedValuesExtraPropertyOverlays"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_highlightedValuesExtraPropertyOverlays: string | IgxSeriesLayerPropertyOverlayCollection

ngAcceptInputType_highlightedValuesFadeOpacity

Section titled "ngAcceptInputType_highlightedValuesFadeOpacity"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_highlightedValuesFadeOpacity: string | number

ngAcceptInputType_highlightingFadeOpacity

Section titled "ngAcceptInputType_highlightingFadeOpacity"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_highlightingFadeOpacity: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_hitTestMode: string | SeriesHitTestMode

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_ignoreFirst: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_index: string | number

ngAcceptInputType_isActualLegendFinancial

Section titled "ngAcceptInputType_isActualLegendFinancial"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isActualLegendFinancial: string | boolean

ngAcceptInputType_isAnnotationCalloutLayer

Section titled "ngAcceptInputType_isAnnotationCalloutLayer"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isAnnotationCalloutLayer: string | boolean

ngAcceptInputType_isAnnotationCrosshairLayer

Section titled "ngAcceptInputType_isAnnotationCrosshairLayer"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isAnnotationCrosshairLayer: string | boolean

ngAcceptInputType_isAnnotationDataLayer

Section titled "ngAcceptInputType_isAnnotationDataLayer"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isAnnotationDataLayer: string | boolean

ngAcceptInputType_isAnnotationFinalValue

Section titled "ngAcceptInputType_isAnnotationFinalValue"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isAnnotationFinalValue: string | boolean

ngAcceptInputType_isAnnotationHoverLayer

Section titled "ngAcceptInputType_isAnnotationHoverLayer"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isAnnotationHoverLayer: string | boolean

ngAcceptInputType_isAnnotationLayer

Section titled "ngAcceptInputType_isAnnotationLayer"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isAnnotationLayer: string | boolean

ngAcceptInputType_isAnnotationValueLayer

Section titled "ngAcceptInputType_isAnnotationValueLayer"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isAnnotationValueLayer: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isArea: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isAreaOrLine: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isBar: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isCategory: string | boolean

ngAcceptInputType_isColoredItemwise

Section titled "ngAcceptInputType_isColoredItemwise"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isColoredItemwise: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isColumn: string | boolean

ngAcceptInputType_isComponentHighlightingModeIgnored

Section titled "ngAcceptInputType_isComponentHighlightingModeIgnored"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isComponentHighlightingModeIgnored: string | boolean

ngAcceptInputType_isCustomCategoryStyleAllowed

Section titled "ngAcceptInputType_isCustomCategoryStyleAllowed"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isCustomCategoryStyleAllowed: string | boolean

ngAcceptInputType_isDefaultCrosshairBehaviorDisabled

Section titled "ngAcceptInputType_isDefaultCrosshairBehaviorDisabled"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isDefaultCrosshairBehaviorDisabled: string | boolean

ngAcceptInputType_isDefaultTooltipBehaviorDisabled

Section titled "ngAcceptInputType_isDefaultTooltipBehaviorDisabled"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isDefaultTooltipBehaviorDisabled: string | boolean

ngAcceptInputType_isDefaultToolTipSelected

Section titled "ngAcceptInputType_isDefaultToolTipSelected"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isDefaultToolTipSelected: string | boolean

ngAcceptInputType_isDropShadowEnabled

Section titled "ngAcceptInputType_isDropShadowEnabled"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isDropShadowEnabled: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isFinancial: string | boolean

ngAcceptInputType_isFinancialIndicator

Section titled "ngAcceptInputType_isFinancialIndicator"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isFinancialIndicator: string | boolean

ngAcceptInputType_isFinancialOverlay

Section titled "ngAcceptInputType_isFinancialOverlay"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isFinancialOverlay: string | boolean

ngAcceptInputType_isFinancialSeries

Section titled "ngAcceptInputType_isFinancialSeries"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isFinancialSeries: string | boolean

ngAcceptInputType_isFinancialWaterfall

Section titled "ngAcceptInputType_isFinancialWaterfall"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isFinancialWaterfall: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isFragment: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isGeographic: string | boolean

ngAcceptInputType_isHighlightingEnabled

Section titled "ngAcceptInputType_isHighlightingEnabled"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isHighlightingEnabled: string | boolean

ngAcceptInputType_isHighlightOverlay

Section titled "ngAcceptInputType_isHighlightOverlay"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isHighlightOverlay: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isIndexed: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isLayer: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isLineContour: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isLineOnly: string | boolean

ngAcceptInputType_isMarkerlessDisplayPreferred

Section titled "ngAcceptInputType_isMarkerlessDisplayPreferred"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isMarkerlessDisplayPreferred: string | boolean

ngAcceptInputType_isNegativeColorSupported

Section titled "ngAcceptInputType_isNegativeColorSupported"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isNegativeColorSupported: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isPie: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isPixel: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isPolar: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isPolygon: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isPolyline: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isRadial: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isRange: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isScatter: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isShape: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isShapeControl: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isSpline: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isStacked: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isStep: string | boolean

ngAcceptInputType_isSummarizationSupported

Section titled "ngAcceptInputType_isSummarizationSupported"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isSummarizationSupported: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isTile: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isToolTipLayer: string | boolean

ngAcceptInputType_isTransitionInEnabled

Section titled "ngAcceptInputType_isTransitionInEnabled"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isTransitionInEnabled: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isUsableInLegend: string | boolean

ngAcceptInputType_isUserAnnotationLayer

Section titled "ngAcceptInputType_isUserAnnotationLayer"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isUserAnnotationLayer: string | boolean

ngAcceptInputType_isUserAnnotationToolTipLayer

Section titled "ngAcceptInputType_isUserAnnotationToolTipLayer"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isUserAnnotationToolTipLayer: string | boolean

ngAcceptInputType_isValueAxisInverted

Section titled "ngAcceptInputType_isValueAxisInverted"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isValueAxisInverted: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isValueOverlay: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isVertical: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_isWaterfall: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_layers: string | IgxSeriesLayerCollection

ngAcceptInputType_legendItemBadgeMode

Section titled "ngAcceptInputType_legendItemBadgeMode"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_legendItemBadgeMode: any

ngAcceptInputType_legendItemBadgeShape

Section titled "ngAcceptInputType_legendItemBadgeShape"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_legendItemBadgeShape: any

ngAcceptInputType_legendItemVisibility

Section titled "ngAcceptInputType_legendItemVisibility"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_legendItemVisibility: any

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_lineCap: any

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_lineJoin: any

ngAcceptInputType_markerFillOpacity

Section titled "ngAcceptInputType_markerFillOpacity"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_markerFillOpacity: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_mouseOverEnabled: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_opacity: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_outlineMode: string | SeriesOutlineMode

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_percentChange: string | number
ngAcceptInputType_period: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_resolution: string | number

ngAcceptInputType_selectionThickness

Section titled "ngAcceptInputType_selectionThickness"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_selectionThickness: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_shadowBlur: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_shadowOffsetX: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_shadowOffsetY: string | number

ngAcceptInputType_shouldAnimateOnDataSourceSwap

Section titled "ngAcceptInputType_shouldAnimateOnDataSourceSwap"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_shouldAnimateOnDataSourceSwap: string | boolean

ngAcceptInputType_shouldHideAutoCallouts

Section titled "ngAcceptInputType_shouldHideAutoCallouts"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_shouldHideAutoCallouts: string | boolean

ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden

Section titled "ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden: string | boolean

ngAcceptInputType_shouldShiftOpacityForSafeActualBrush

Section titled "ngAcceptInputType_shouldShiftOpacityForSafeActualBrush"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_shouldShiftOpacityForSafeActualBrush: string | boolean

ngAcceptInputType_showDefaultTooltip

Section titled "ngAcceptInputType_showDefaultTooltip"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_showDefaultTooltip: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_thickness: string | number

ngAcceptInputType_transitionDuration

Section titled "ngAcceptInputType_transitionDuration"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_transitionDuration: string | number

ngAcceptInputType_transitionInDuration

Section titled "ngAcceptInputType_transitionInDuration"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_transitionInDuration: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_transitionInMode: string | CategoryTransitionInMode

ngAcceptInputType_transitionInSpeedType

Section titled "ngAcceptInputType_transitionInSpeedType"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_transitionInSpeedType: string | TransitionInSpeedType

ngAcceptInputType_transitionOutDuration

Section titled "ngAcceptInputType_transitionOutDuration"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_transitionOutDuration: string | number

ngAcceptInputType_transitionOutSpeedType

Section titled "ngAcceptInputType_transitionOutSpeedType"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_transitionOutSpeedType: string | TransitionOutSpeedType

ngAcceptInputType_trendLineDashArray

Section titled "ngAcceptInputType_trendLineDashArray"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_trendLineDashArray: string | number[]

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_trendLinePeriod: string | number

ngAcceptInputType_trendLineThickness

Section titled "ngAcceptInputType_trendLineThickness"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_trendLineThickness: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_trendLineType: any

ngAcceptInputType_useItemWiseColors

Section titled "ngAcceptInputType_useItemWiseColors"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_useItemWiseColors: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_useSingleShadow: string | boolean

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_visibility: any

ngAcceptInputType_visibleRangeMarginBottom

Section titled "ngAcceptInputType_visibleRangeMarginBottom"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_visibleRangeMarginBottom: string | number

ngAcceptInputType_visibleRangeMarginLeft

Section titled "ngAcceptInputType_visibleRangeMarginLeft"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_visibleRangeMarginLeft: string | number

ngAcceptInputType_visibleRangeMarginRight

Section titled "ngAcceptInputType_visibleRangeMarginRight"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_visibleRangeMarginRight: string | number

ngAcceptInputType_visibleRangeMarginTop

Section titled "ngAcceptInputType_visibleRangeMarginTop"

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_visibleRangeMarginTop: string | number

Inherited from: IgxStrategyBasedIndicatorComponent

ngAcceptInputType_visibleRangeMode: string | SeriesVisibleRangeMode
ɵcmp: ɵɵComponentDeclaration<IgxForceIndexIndicatorComponent, "igx-force-index-indicator", never, object, object, never, never>
ɵfac: ɵɵFactoryDeclaration<IgxForceIndexIndicatorComponent, never>

Inherited from: IgxStrategyBasedIndicatorComponent

actualAreaFillOpacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

actualBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

actualFocusBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

actualFocusMode: SeriesSelectionMode

Inherited from: IgxStrategyBasedIndicatorComponent

actualHighlightedValuesFadeOpacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

actualHighlightingFadeOpacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

actualHighlightingMode: SeriesHighlightingMode

Inherited from: IgxStrategyBasedIndicatorComponent

actualHitTestMode: SeriesHitTestMode

Inherited from: IgxStrategyBasedIndicatorComponent

actualLayers: IgxSeriesLayerCollection

Inherited from: IgxStrategyBasedIndicatorComponent

actualLegendItemBadgeBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

actualLegendItemBadgeOutline: string

Inherited from: IgxStrategyBasedIndicatorComponent

actualLegendItemBadgeTemplate: IgDataTemplate

Inherited from: IgxStrategyBasedIndicatorComponent

actualMarkerFillOpacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

actualOutline: string

Inherited from: IgxStrategyBasedIndicatorComponent

actualResolution: number

Inherited from: IgxStrategyBasedIndicatorComponent

actualSelectionBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

actualSelectionMode: SeriesSelectionMode

Inherited from: IgxStrategyBasedIndicatorComponent

actualThickness: number

Inherited from: IgxStrategyBasedIndicatorComponent

actualTrendLineBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

areaFillOpacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

attachTooltipToRoot: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

autoCalloutLabelFormat: string

Inherited from: IgxStrategyBasedIndicatorComponent

autoCalloutLabelFormatSpecifiers: any[]

Inherited from: IgxStrategyBasedIndicatorComponent

autoCalloutValueLabelFormat: string

autoCalloutValueLabelFormatSpecifiers

Section titled "autoCalloutValueLabelFormatSpecifiers"

Inherited from: IgxStrategyBasedIndicatorComponent

autoCalloutValueLabelFormatSpecifiers: any[]

Inherited from: IgxStrategyBasedIndicatorComponent

brush: string

Inherited from: IgxStrategyBasedIndicatorComponent

closeMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

coercionMethods: any

Inherited from: IgxStrategyBasedIndicatorComponent

dashArray: number[]

Inherited from: IgxStrategyBasedIndicatorComponent

dataLegendGroup: string

Inherited from: IgxStrategyBasedIndicatorComponent

dataSource: any

Inherited from: IgxStrategyBasedIndicatorComponent

discreteLegendItemTemplate: IgDataTemplate

Inherited from: IgxStrategyBasedIndicatorComponent

displayType: IndicatorDisplayType

Inherited from: IgxStrategyBasedIndicatorComponent

expectFunctions: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

finalValue: number

Inherited from: IgxStrategyBasedIndicatorComponent

focusBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedCloseMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedDataSource: any

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedHighMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedLegendItemVisibility: Visibility

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedLowMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedOpenMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedTitleSuffix: string

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedValuesDataLegendGroup: string

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode

highlightedValuesExtraPropertyOverlays

Section titled "highlightedValuesExtraPropertyOverlays"

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedValuesExtraPropertyOverlays: IgxSeriesLayerPropertyOverlayCollection

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedValuesFadeOpacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

highlightedVolumeMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

highlightingFadeOpacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

highMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

hitTestMode: SeriesHitTestMode

Inherited from: IgxStrategyBasedIndicatorComponent

ignoreFirst: number

Inherited from: IgxStrategyBasedIndicatorComponent

index: number

Inherited from: IgxStrategyBasedIndicatorComponent

isActualLegendFinancial: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

isComponentHighlightingModeIgnored: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

isCustomCategoryStyleAllowed: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

isDefaultToolTipSelected: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

isDropShadowEnabled: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

isHighlightingEnabled: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

isTransitionInEnabled: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

layers: IgxSeriesLayerCollection

Inherited from: IgxStrategyBasedIndicatorComponent

legend: any

Inherited from: IgxStrategyBasedIndicatorComponent

legendItemBadgeMode: LegendItemBadgeMode

Inherited from: IgxStrategyBasedIndicatorComponent

legendItemBadgeShape: LegendItemBadgeShape

Inherited from: IgxStrategyBasedIndicatorComponent

legendItemBadgeTemplate: IgDataTemplate

Inherited from: IgxStrategyBasedIndicatorComponent

legendItemTemplate: IgDataTemplate

Inherited from: IgxStrategyBasedIndicatorComponent

legendItemVisibility: Visibility

Inherited from: IgxStrategyBasedIndicatorComponent

lineCap: PenLineCap

Inherited from: IgxStrategyBasedIndicatorComponent

lineJoin: PenLineJoin

Inherited from: IgxStrategyBasedIndicatorComponent

lowMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

markerFillOpacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

mouseOverEnabled: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

name: string

Inherited from: IgxStrategyBasedIndicatorComponent

negativeBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

opacity: number

Inherited from: IgxStrategyBasedIndicatorComponent

openMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

outline: string

Inherited from: IgxStrategyBasedIndicatorComponent

outlineMode: SeriesOutlineMode

Inherited from: IgxStrategyBasedIndicatorComponent

percentChange: number
period: number

Inherited from: IgxStrategyBasedIndicatorComponent

resolution: number

Inherited from: IgxStrategyBasedIndicatorComponent

safeActualBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

selectionBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

selectionThickness: number

Inherited from: IgxStrategyBasedIndicatorComponent

shadowBlur: number

Inherited from: IgxStrategyBasedIndicatorComponent

shadowColor: string

Inherited from: IgxStrategyBasedIndicatorComponent

shadowOffsetX: number

Inherited from: IgxStrategyBasedIndicatorComponent

shadowOffsetY: number

Inherited from: IgxStrategyBasedIndicatorComponent

shouldAnimateOnDataSourceSwap: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

shouldHideAutoCallouts: boolean

shouldRemoveHighlightedDataOnLayerHidden

Section titled "shouldRemoveHighlightedDataOnLayerHidden"

Inherited from: IgxStrategyBasedIndicatorComponent

shouldRemoveHighlightedDataOnLayerHidden: boolean

shouldShiftOpacityForSafeActualBrush

Section titled "shouldShiftOpacityForSafeActualBrush"

Inherited from: IgxStrategyBasedIndicatorComponent

shouldShiftOpacityForSafeActualBrush: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

showDefaultTooltip: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

thickness: number

Inherited from: IgxStrategyBasedIndicatorComponent

title: any

Inherited from: IgxStrategyBasedIndicatorComponent

tooltipContainerTemplate: TemplateRef<any>

Inherited from: IgxStrategyBasedIndicatorComponent

tooltipTemplate: TemplateRef<any>

Inherited from: IgxStrategyBasedIndicatorComponent

transitionDuration: number

Inherited from: IgxStrategyBasedIndicatorComponent

transitionEasingFunction: object

Inherited from: IgxStrategyBasedIndicatorComponent

transitionInDuration: number

Inherited from: IgxStrategyBasedIndicatorComponent

transitionInEasingFunction: object

Inherited from: IgxStrategyBasedIndicatorComponent

transitionInMode: CategoryTransitionInMode

Inherited from: IgxStrategyBasedIndicatorComponent

transitionInSpeedType: TransitionInSpeedType

Inherited from: IgxStrategyBasedIndicatorComponent

transitionOutDuration: number

Inherited from: IgxStrategyBasedIndicatorComponent

transitionOutEasingFunction: object

Inherited from: IgxStrategyBasedIndicatorComponent

transitionOutSpeedType: TransitionOutSpeedType

Inherited from: IgxStrategyBasedIndicatorComponent

trendLineBrush: string

Inherited from: IgxStrategyBasedIndicatorComponent

trendLineDashArray: number[]

Inherited from: IgxStrategyBasedIndicatorComponent

trendLinePeriod: number

Inherited from: IgxStrategyBasedIndicatorComponent

trendLineThickness: number

Inherited from: IgxStrategyBasedIndicatorComponent

trendLineType: TrendLineType

Inherited from: IgxStrategyBasedIndicatorComponent

useItemWiseColors: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

useSingleShadow: boolean

Inherited from: IgxStrategyBasedIndicatorComponent

visibility: Visibility

Inherited from: IgxStrategyBasedIndicatorComponent

visibleRangeMarginBottom: number

Inherited from: IgxStrategyBasedIndicatorComponent

visibleRangeMarginLeft: number

Inherited from: IgxStrategyBasedIndicatorComponent

visibleRangeMarginRight: number

Inherited from: IgxStrategyBasedIndicatorComponent

visibleRangeMarginTop: number

Inherited from: IgxStrategyBasedIndicatorComponent

visibleRangeMode: SeriesVisibleRangeMode

Inherited from: IgxStrategyBasedIndicatorComponent

volumeMemberPath: string

Inherited from: IgxStrategyBasedIndicatorComponent

xAxis: IgxCategoryAxisBaseComponent

Inherited from: IgxStrategyBasedIndicatorComponent

yAxis: IgxNumericYAxisComponent

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the text that is displayed for the Close label in the tooltip.

get actualCloseLabel(): string

Returns string

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the text that is displayed for the High label in the tooltip.

get actualHighLabel(): string

Returns string

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the text that is displayed for the Low label in the tooltip.

get actualLowLabel(): string

Returns string

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the text that is displayed for the Open label in the tooltip.

get actualOpenLabel(): string

Returns string

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the text that is displayed for the Value label in the tooltip.

get actualRadiusLabel(): string

Returns string

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the text that is displayed for the Value label in the tooltip.

get actualValueLabel(): string

Returns string

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the text that is displayed for the Volume label in the tooltip.

get actualVolumeLabel(): string

Returns string

Inherited from: IgxStrategyBasedIndicatorComponent

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>

Inherited from: IgxStrategyBasedIndicatorComponent

Gets unique key used to identify the series in data legend

get dataLegendKey(): string

Returns string

Gets default display type for the current Financial Indicator

get defaultDisplayType(): IndicatorDisplayType

Returns IndicatorDisplayType

Inherited from: IgxStrategyBasedIndicatorComponent

Returns whether the current series supports visual markers.

let hasMarkers: boolean = this.series.hasMarkers;
get hasMarkers(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series has only marker as visuals

get hasOnlyMarkers(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows an area shape.

get hasValueAxis(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Returns whether the current series has a visible marker style.

get hasVisibleMarkers(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is an callout annotation layer.

get isAnnotationCalloutLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is an crosshair annotation layer.

get isAnnotationCrosshairLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is a data annotation layer that support binding to data source DataAnnotationShapeLayer, DataAnnotationSliceLayer, DataAnnotationStripLayer

get isAnnotationDataLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is final value annotation layer.

get isAnnotationFinalValue(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is an annotation layer.

let isAnnotationLayer: boolean = this.series.isAnnotationLayer;
get isAnnotationLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is a value annotation layer.

get isAnnotationValueLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows an area shape.

get isArea(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows an area or line shape.

let isAreaorLine: boolean = this.series.isAreaorLine;
get isAreaOrLine(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a horizontal column shape.

get isBar(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a category type series.

let isCategory: boolean = this.series.isCategory;
get isCategory(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

get isColoredItemwise(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a column shape.

get isColumn(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a financial type series.

get isFinancial(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is financial indicator

get isFinancialIndicator(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is financial overlay

get isFinancialOverlay(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series has financial OHLC/candlestick visuals

get isFinancialSeries(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is financial waterfall

get isFinancialWaterfall(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a stack fragment.

let isFragment: boolean = this.series.isFragment;
get isFragment(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a geographic series.

let isGeographic: boolean = this.series.isGeographic;
get isGeographic(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is a highlight overlay.

get isHighlightOverlay(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

get isLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a line contour shape.

get isLineContour(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows only line shapes.

get isLineOnly(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Overridden by derived series classes to indicate when markerless display is preferred or not.

get isMarkerlessDisplayPreferred(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Overridden by derived series classes to indicate when negative colors are supported or not.

get isNegativeColorSupported(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a pie shape.

get isPie(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows pixels.

get isPixel(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a polar type series.

let isPolar: boolean = this.series.isPolar;
get isPolar(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a polygon shape.

get isPolygon(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a polyline shape.

get isPolyline(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a radial type series.

let isRadial: boolean = this.series.isRadial;
get isRadial(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a range type series.

let isRange: boolean = this.series.isRange;
get isRange(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a scatter type series.

let isScatter: boolean = this.series.isScatter;
get isScatter(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a shape type series.

get isShape(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows interactive shape controls.

get isShapeControl(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a spline shape.

get isSpline(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is a stacked type series.

let isStacked: boolean = this.series.isStacked;
get isStacked(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows step shapes.

get isStep(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series supports summarization in Data Legend and Data Tooltip.

get isSummarizationSupported(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a tile imagery.

get isTile(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is an annotation layer.

get isToolTipLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets if the series should appear in any legends.

let isUsableInLegend: boolean = this.series.isUsableInLegend;
get isUsableInLegend(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is final value annotation layer.

get isUserAnnotationLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is final user annotation tooltip layer.

get isUserAnnotationToolTipLayer(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows an area shape.

get isValueAxisInverted(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the series is a value overlay.

get isValueOverlay(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series is oriented vertically.

let isVertical: boolean = this.series.isVertical;
get isVertical(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Gets whether the current series shows a waterfall column shape.

get isWaterfall(): boolean

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

This event is raised every time a render has been requested from a series.

get renderRequested(): EventEmitter<object>

Returns EventEmitter<object>

Inherited from: IgxStrategyBasedIndicatorComponent

get seriesInternal(): any

Returns any

Inherited from: IgxStrategyBasedIndicatorComponent

Fired when a transition out has completed.

get transitionOutCompleted(): EventEmitter<object>

Returns EventEmitter<object>

Inherited from: IgxStrategyBasedIndicatorComponent

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>

Inherited from: IgxStrategyBasedIndicatorComponent

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>

Inherited from: IgxStrategyBasedIndicatorComponent

bindAxes(axes: IgxAxisComponent[]): void

Parameters

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

bindSeries(series: IgxSeriesComponent[]): void

Parameters

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Determine if object can be used as XAxis

canUseAsXAxis(axis: any): boolean

Parameters

  • axis: any
    • The object to check

    Use CanUseAsXAxis method to determine if the object can be used as XAxis.

    boolean canX =series.canUseAsXAxis(xAxis);

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

Determine if object can be used as YAxis

canUseAsYAxis(axis: any): boolean

Parameters

  • axis: any
    • The object to check

    Use CanUseAsYAxis method to determine if the object can be used as YAxis.

    boolean canY =series.canUseAsYAxis(yAxis);

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

findByName(name: string): any

Parameters

  • name: string

Returns any

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the effective viewport, adjusted to account for margins and other factors.

getEffectiveViewport(): IgRect

Returns IgRect

Inherited from: IgxStrategyBasedIndicatorComponent

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 GetExactItemIndex method 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

Inherited from: IgxStrategyBasedIndicatorComponent

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 GetItem method gets the item that is the best match for the specified world coordinates.

Returns any

Inherited from: IgxStrategyBasedIndicatorComponent

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 GetItemIndex method gets the index of the item that resides at the provided world coordinates.

    number itemindex= series.getItemIndex(world);

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

getItemValue(item: any, memberPathName: string): any

Parameters

  • item: any
  • memberPathName: string

Returns any

Inherited from: IgxStrategyBasedIndicatorComponent

getMainContentViewport(): IgRect

Returns IgRect

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesCloseValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesCloseValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesOpenValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesOpenValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

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 GetSeriesValueBoundingBox method returns the best available value bounding box within the series that has the best value match for the world position provided.

Returns IgRect

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • mouse: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

getSeriesValuePositionFromSeriesPixel

Section titled "getSeriesValuePositionFromSeriesPixel"

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • mouse: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxStrategyBasedIndicatorComponent

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

Returns number[]

Inherited from: IgxStrategyBasedIndicatorComponent

Gets position of series value for specified layer value mode

getSeriesValueTypePosition(mode: string | ValueLayerValueMode): IgPoint

Parameters

Returns IgPoint

getSeriesValueTypePositionFromValue

Section titled "getSeriesValueTypePositionFromValue"

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesValueTypePositionFromValue(values: number[]): IgPoint

Parameters

  • values: number[]

Returns IgPoint

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesVolumeValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns number

Inherited from: IgxStrategyBasedIndicatorComponent

getSeriesVolumeValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

  • world: IgPoint
  • useInterpolation: boolean
  • skipUnknowns: boolean

Returns IgPoint

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

Hides any internal tooltips presented by the series, if any.

hideToolTips(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Hides any internal tooltips presented by the series, if any.

hideToolTipsImmediate(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

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.

    MoveCursorPoint can be used on annotation layers to programitically show the annotation at the given point.

    this.crosshair.moveCursorPoint({x:.5,y:.5});

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

ngOnInit(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series

notifyIndexedPropertiesChanged(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Notifies the series that a visual property has changed, requiring a visual update.

notifyVisualPropertiesChanged(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Plays the assigned transition out animation, if any.

playTransitionIn(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Plays the assigned transition out animation, if any.

playTransitionOut(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Plays the assigned transition out animation, if any.

playTransitionOutAndRemove(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

provideData(data: any[]): void

Parameters

  • data: any[]

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

provideHighlightedData(data: any[]): void

Parameters

  • data: any[]

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Removes all alternate views of this series.

removeAllAlternateViews(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Removes an alternate view of this series.

removeAlternateView(viewIdentifier: string): void

Parameters

  • viewIdentifier: string
    • The string identifier for the view to remove.

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Call to null out the axes of the series;

removeAxes(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Renders the series.

renderSeries(animate: boolean): void

Parameters

  • animate: boolean
    • True if the change should be animated.
    this.series.renderSeries(true);

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Replays the assigned transition in animation, if any.

this.series.replayTransitionIn();
replayTransitionIn(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Gets the brush for tooltip labels.

resolveTooltipBrush(): string

Returns string

Inherited from: IgxStrategyBasedIndicatorComponent

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 ScrollIntoView method scrolls the series to display the item for the specified data item.

Returns boolean

Inherited from: IgxStrategyBasedIndicatorComponent

setNegativeColors(negativeBrush: string, negativeOutline: string): void

Parameters

  • negativeBrush: string
  • negativeOutline: string

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

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, SimulateHover can be used to automatically display the tooltip over a particular series item.

    this.series.simulateHover({x:250,y:250});

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

Called when this series' Style is updated.

styleUpdated(): void

Returns void

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

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

Inherited from: IgxStrategyBasedIndicatorComponent

_createFromInternal(internal: any): IgxSeriesComponent

Parameters

  • internal: any

Returns IgxSeriesComponent