Represents the base class for all financial indicator and overlay series.
The FinancialSeries represents the base class for all financial indicator and overlay series.
<igx-data-chart
#chart
[dataSource]="data" >
<igx-category-x-axis
label="label"
#xAxis>
</igx-category-x-axis>
<igx-numeric-y-axis
minimumValue="0"
#yAxis>
</igx-numeric-y-axis>
<igx-financial-price-series
[xAxis]="xAxis"
[yAxis]="yAxis"
openMemberPath="open"
highMemberPath="high"
lowMemberPath="low"
closeMemberPath="close"
volumeMemberPath="volume">
</igx-financial-price-series>
</igx-data-chart>let series = new IgxFinancialPriceSeriesComponent();
series.xAxis = this.xAxis;
series.yAxis = this.yAxis;
series.openMemberPath = "open";
series.highMemberPath = "high";
series.lowMemberPath = "low";
series.closeMemberPath = "close";
series.volumeMemberPath="volume";
this.chart.series.add(series); Constructors
Section titled "Constructors"IgxFinancialSeriesComponent
new IgxFinancialSeriesComponent(): IgxFinancialSeriesComponent Returns IgxFinancialSeriesComponent
Properties
Section titled "Properties"ngAcceptInputType_actualAreaFillOpacity
Section titled "ngAcceptInputType_actualAreaFillOpacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualAreaFillOpacity: string | number ngAcceptInputType_actualFocusMode
Section titled "ngAcceptInputType_actualFocusMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualFocusMode: string | SeriesSelectionMode ngAcceptInputType_actualHighlightedValuesFadeOpacity
Section titled "ngAcceptInputType_actualHighlightedValuesFadeOpacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualHighlightedValuesFadeOpacity: string | number ngAcceptInputType_actualHighlightingFadeOpacity
Section titled "ngAcceptInputType_actualHighlightingFadeOpacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualHighlightingFadeOpacity: string | number ngAcceptInputType_actualHighlightingMode
Section titled "ngAcceptInputType_actualHighlightingMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualHighlightingMode: string | SeriesHighlightingMode ngAcceptInputType_actualHitTestMode
Section titled "ngAcceptInputType_actualHitTestMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualHitTestMode: string | SeriesHitTestMode ngAcceptInputType_actualLayers
Section titled "ngAcceptInputType_actualLayers"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualLayers: string | IgxSeriesLayerCollection ngAcceptInputType_actualMarkerFillOpacity
Section titled "ngAcceptInputType_actualMarkerFillOpacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualMarkerFillOpacity: string | number ngAcceptInputType_actualResolution
Section titled "ngAcceptInputType_actualResolution"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualResolution: string | number ngAcceptInputType_actualSelectionMode
Section titled "ngAcceptInputType_actualSelectionMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualSelectionMode: string | SeriesSelectionMode ngAcceptInputType_actualThickness
Section titled "ngAcceptInputType_actualThickness"Inherited from: IgxSeriesComponent
ngAcceptInputType_actualThickness: string | number ngAcceptInputType_areaFillOpacity
Section titled "ngAcceptInputType_areaFillOpacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_areaFillOpacity: string | number ngAcceptInputType_attachTooltipToRoot
Section titled "ngAcceptInputType_attachTooltipToRoot"Inherited from: IgxSeriesComponent
ngAcceptInputType_attachTooltipToRoot: string | boolean ngAcceptInputType_autoCalloutLabelFormatSpecifiers
Section titled "ngAcceptInputType_autoCalloutLabelFormatSpecifiers"Inherited from: IgxSeriesComponent
ngAcceptInputType_autoCalloutLabelFormatSpecifiers: string | any[] ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers
Section titled "ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers"Inherited from: IgxSeriesComponent
ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers: string | any[] ngAcceptInputType_dashArray
Section titled "ngAcceptInputType_dashArray"Inherited from: IgxSeriesComponent
ngAcceptInputType_dashArray: string | number[] ngAcceptInputType_expectFunctions
Section titled "ngAcceptInputType_expectFunctions"Inherited from: IgxSeriesComponent
ngAcceptInputType_expectFunctions: string | boolean ngAcceptInputType_finalValue
Section titled "ngAcceptInputType_finalValue"Inherited from: IgxSeriesComponent
ngAcceptInputType_finalValue: string | number ngAcceptInputType_hasMarkers
Section titled "ngAcceptInputType_hasMarkers"Inherited from: IgxSeriesComponent
ngAcceptInputType_hasMarkers: string | boolean ngAcceptInputType_hasOnlyMarkers
Section titled "ngAcceptInputType_hasOnlyMarkers"Inherited from: IgxSeriesComponent
ngAcceptInputType_hasOnlyMarkers: string | boolean ngAcceptInputType_hasValueAxis
Section titled "ngAcceptInputType_hasValueAxis"ngAcceptInputType_hasValueAxis: string | boolean ngAcceptInputType_hasVisibleMarkers
Section titled "ngAcceptInputType_hasVisibleMarkers"Inherited from: IgxSeriesComponent
ngAcceptInputType_hasVisibleMarkers: string | boolean ngAcceptInputType_highlightedLegendItemVisibility
Section titled "ngAcceptInputType_highlightedLegendItemVisibility"Inherited from: IgxSeriesComponent
ngAcceptInputType_highlightedLegendItemVisibility: any ngAcceptInputType_highlightedValuesDisplayMode
Section titled "ngAcceptInputType_highlightedValuesDisplayMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_highlightedValuesDisplayMode: any ngAcceptInputType_highlightedValuesExtraPropertyOverlays
Section titled "ngAcceptInputType_highlightedValuesExtraPropertyOverlays"Inherited from: IgxSeriesComponent
ngAcceptInputType_highlightedValuesExtraPropertyOverlays: string | IgxSeriesLayerPropertyOverlayCollection ngAcceptInputType_highlightedValuesFadeOpacity
Section titled "ngAcceptInputType_highlightedValuesFadeOpacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_highlightedValuesFadeOpacity: string | number ngAcceptInputType_highlightingFadeOpacity
Section titled "ngAcceptInputType_highlightingFadeOpacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_highlightingFadeOpacity: string | number ngAcceptInputType_hitTestMode
Section titled "ngAcceptInputType_hitTestMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_hitTestMode: string | SeriesHitTestMode ngAcceptInputType_index
Section titled "ngAcceptInputType_index"Inherited from: IgxSeriesComponent
ngAcceptInputType_index: string | number ngAcceptInputType_isActualLegendFinancial
Section titled "ngAcceptInputType_isActualLegendFinancial"Inherited from: IgxSeriesComponent
ngAcceptInputType_isActualLegendFinancial: string | boolean ngAcceptInputType_isAnnotationCalloutLayer
Section titled "ngAcceptInputType_isAnnotationCalloutLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isAnnotationCalloutLayer: string | boolean ngAcceptInputType_isAnnotationCrosshairLayer
Section titled "ngAcceptInputType_isAnnotationCrosshairLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isAnnotationCrosshairLayer: string | boolean ngAcceptInputType_isAnnotationDataLayer
Section titled "ngAcceptInputType_isAnnotationDataLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isAnnotationDataLayer: string | boolean ngAcceptInputType_isAnnotationFinalValue
Section titled "ngAcceptInputType_isAnnotationFinalValue"Inherited from: IgxSeriesComponent
ngAcceptInputType_isAnnotationFinalValue: string | boolean ngAcceptInputType_isAnnotationHoverLayer
Section titled "ngAcceptInputType_isAnnotationHoverLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isAnnotationHoverLayer: string | boolean ngAcceptInputType_isAnnotationLayer
Section titled "ngAcceptInputType_isAnnotationLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isAnnotationLayer: string | boolean ngAcceptInputType_isAnnotationValueLayer
Section titled "ngAcceptInputType_isAnnotationValueLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isAnnotationValueLayer: string | boolean ngAcceptInputType_isArea
Section titled "ngAcceptInputType_isArea"Inherited from: IgxSeriesComponent
ngAcceptInputType_isArea: string | boolean ngAcceptInputType_isAreaOrLine
Section titled "ngAcceptInputType_isAreaOrLine"Inherited from: IgxSeriesComponent
ngAcceptInputType_isAreaOrLine: string | boolean ngAcceptInputType_isBar
Section titled "ngAcceptInputType_isBar"Inherited from: IgxSeriesComponent
ngAcceptInputType_isBar: string | boolean ngAcceptInputType_isCategory
Section titled "ngAcceptInputType_isCategory"Inherited from: IgxSeriesComponent
ngAcceptInputType_isCategory: string | boolean ngAcceptInputType_isColoredItemwise
Section titled "ngAcceptInputType_isColoredItemwise"Inherited from: IgxSeriesComponent
ngAcceptInputType_isColoredItemwise: string | boolean ngAcceptInputType_isColumn
Section titled "ngAcceptInputType_isColumn"Inherited from: IgxSeriesComponent
ngAcceptInputType_isColumn: string | boolean ngAcceptInputType_isComponentHighlightingModeIgnored
Section titled "ngAcceptInputType_isComponentHighlightingModeIgnored"Inherited from: IgxSeriesComponent
ngAcceptInputType_isComponentHighlightingModeIgnored: string | boolean ngAcceptInputType_isCustomCategoryStyleAllowed
Section titled "ngAcceptInputType_isCustomCategoryStyleAllowed"ngAcceptInputType_isCustomCategoryStyleAllowed: string | boolean ngAcceptInputType_isDefaultCrosshairBehaviorDisabled
Section titled "ngAcceptInputType_isDefaultCrosshairBehaviorDisabled"Inherited from: IgxSeriesComponent
ngAcceptInputType_isDefaultCrosshairBehaviorDisabled: string | boolean ngAcceptInputType_isDefaultTooltipBehaviorDisabled
Section titled "ngAcceptInputType_isDefaultTooltipBehaviorDisabled"Inherited from: IgxSeriesComponent
ngAcceptInputType_isDefaultTooltipBehaviorDisabled: string | boolean ngAcceptInputType_isDefaultToolTipSelected
Section titled "ngAcceptInputType_isDefaultToolTipSelected"Inherited from: IgxSeriesComponent
ngAcceptInputType_isDefaultToolTipSelected: string | boolean ngAcceptInputType_isDropShadowEnabled
Section titled "ngAcceptInputType_isDropShadowEnabled"Inherited from: IgxSeriesComponent
ngAcceptInputType_isDropShadowEnabled: string | boolean ngAcceptInputType_isFinancial
Section titled "ngAcceptInputType_isFinancial"ngAcceptInputType_isFinancial: string | boolean ngAcceptInputType_isFinancialIndicator
Section titled "ngAcceptInputType_isFinancialIndicator"Inherited from: IgxSeriesComponent
ngAcceptInputType_isFinancialIndicator: string | boolean ngAcceptInputType_isFinancialOverlay
Section titled "ngAcceptInputType_isFinancialOverlay"Inherited from: IgxSeriesComponent
ngAcceptInputType_isFinancialOverlay: string | boolean ngAcceptInputType_isFinancialSeries
Section titled "ngAcceptInputType_isFinancialSeries"Inherited from: IgxSeriesComponent
ngAcceptInputType_isFinancialSeries: string | boolean ngAcceptInputType_isFinancialWaterfall
Section titled "ngAcceptInputType_isFinancialWaterfall"Inherited from: IgxSeriesComponent
ngAcceptInputType_isFinancialWaterfall: string | boolean ngAcceptInputType_isFragment
Section titled "ngAcceptInputType_isFragment"Inherited from: IgxSeriesComponent
ngAcceptInputType_isFragment: string | boolean ngAcceptInputType_isGeographic
Section titled "ngAcceptInputType_isGeographic"Inherited from: IgxSeriesComponent
ngAcceptInputType_isGeographic: string | boolean ngAcceptInputType_isHighlightingEnabled
Section titled "ngAcceptInputType_isHighlightingEnabled"Inherited from: IgxSeriesComponent
ngAcceptInputType_isHighlightingEnabled: string | boolean ngAcceptInputType_isHighlightOverlay
Section titled "ngAcceptInputType_isHighlightOverlay"Inherited from: IgxSeriesComponent
ngAcceptInputType_isHighlightOverlay: string | boolean ngAcceptInputType_isIndexed
Section titled "ngAcceptInputType_isIndexed"Inherited from: IgxSeriesComponent
ngAcceptInputType_isIndexed: string | boolean ngAcceptInputType_isLayer
Section titled "ngAcceptInputType_isLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isLayer: string | boolean ngAcceptInputType_isLineContour
Section titled "ngAcceptInputType_isLineContour"Inherited from: IgxSeriesComponent
ngAcceptInputType_isLineContour: string | boolean ngAcceptInputType_isLineOnly
Section titled "ngAcceptInputType_isLineOnly"Inherited from: IgxSeriesComponent
ngAcceptInputType_isLineOnly: string | boolean ngAcceptInputType_isMarkerlessDisplayPreferred
Section titled "ngAcceptInputType_isMarkerlessDisplayPreferred"Inherited from: IgxSeriesComponent
ngAcceptInputType_isMarkerlessDisplayPreferred: string | boolean ngAcceptInputType_isNegativeColorSupported
Section titled "ngAcceptInputType_isNegativeColorSupported"ngAcceptInputType_isNegativeColorSupported: string | boolean ngAcceptInputType_isPie
Section titled "ngAcceptInputType_isPie"Inherited from: IgxSeriesComponent
ngAcceptInputType_isPie: string | boolean ngAcceptInputType_isPixel
Section titled "ngAcceptInputType_isPixel"Inherited from: IgxSeriesComponent
ngAcceptInputType_isPixel: string | boolean ngAcceptInputType_isPolar
Section titled "ngAcceptInputType_isPolar"Inherited from: IgxSeriesComponent
ngAcceptInputType_isPolar: string | boolean ngAcceptInputType_isPolygon
Section titled "ngAcceptInputType_isPolygon"Inherited from: IgxSeriesComponent
ngAcceptInputType_isPolygon: string | boolean ngAcceptInputType_isPolyline
Section titled "ngAcceptInputType_isPolyline"Inherited from: IgxSeriesComponent
ngAcceptInputType_isPolyline: string | boolean ngAcceptInputType_isRadial
Section titled "ngAcceptInputType_isRadial"Inherited from: IgxSeriesComponent
ngAcceptInputType_isRadial: string | boolean ngAcceptInputType_isRange
Section titled "ngAcceptInputType_isRange"Inherited from: IgxSeriesComponent
ngAcceptInputType_isRange: string | boolean ngAcceptInputType_isScatter
Section titled "ngAcceptInputType_isScatter"Inherited from: IgxSeriesComponent
ngAcceptInputType_isScatter: string | boolean ngAcceptInputType_isShape
Section titled "ngAcceptInputType_isShape"Inherited from: IgxSeriesComponent
ngAcceptInputType_isShape: string | boolean ngAcceptInputType_isShapeControl
Section titled "ngAcceptInputType_isShapeControl"Inherited from: IgxSeriesComponent
ngAcceptInputType_isShapeControl: string | boolean ngAcceptInputType_isSpline
Section titled "ngAcceptInputType_isSpline"Inherited from: IgxSeriesComponent
ngAcceptInputType_isSpline: string | boolean ngAcceptInputType_isStacked
Section titled "ngAcceptInputType_isStacked"Inherited from: IgxSeriesComponent
ngAcceptInputType_isStacked: string | boolean ngAcceptInputType_isStep
Section titled "ngAcceptInputType_isStep"Inherited from: IgxSeriesComponent
ngAcceptInputType_isStep: string | boolean ngAcceptInputType_isSummarizationSupported
Section titled "ngAcceptInputType_isSummarizationSupported"Inherited from: IgxSeriesComponent
ngAcceptInputType_isSummarizationSupported: string | boolean ngAcceptInputType_isTile
Section titled "ngAcceptInputType_isTile"Inherited from: IgxSeriesComponent
ngAcceptInputType_isTile: string | boolean ngAcceptInputType_isToolTipLayer
Section titled "ngAcceptInputType_isToolTipLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isToolTipLayer: string | boolean ngAcceptInputType_isTransitionInEnabled
Section titled "ngAcceptInputType_isTransitionInEnabled"ngAcceptInputType_isTransitionInEnabled: string | boolean ngAcceptInputType_isUsableInLegend
Section titled "ngAcceptInputType_isUsableInLegend"Inherited from: IgxSeriesComponent
ngAcceptInputType_isUsableInLegend: string | boolean ngAcceptInputType_isUserAnnotationLayer
Section titled "ngAcceptInputType_isUserAnnotationLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isUserAnnotationLayer: string | boolean ngAcceptInputType_isUserAnnotationToolTipLayer
Section titled "ngAcceptInputType_isUserAnnotationToolTipLayer"Inherited from: IgxSeriesComponent
ngAcceptInputType_isUserAnnotationToolTipLayer: string | boolean ngAcceptInputType_isValueAxisInverted
Section titled "ngAcceptInputType_isValueAxisInverted"ngAcceptInputType_isValueAxisInverted: string | boolean ngAcceptInputType_isValueOverlay
Section titled "ngAcceptInputType_isValueOverlay"Inherited from: IgxSeriesComponent
ngAcceptInputType_isValueOverlay: string | boolean ngAcceptInputType_isVertical
Section titled "ngAcceptInputType_isVertical"Inherited from: IgxSeriesComponent
ngAcceptInputType_isVertical: string | boolean ngAcceptInputType_isWaterfall
Section titled "ngAcceptInputType_isWaterfall"Inherited from: IgxSeriesComponent
ngAcceptInputType_isWaterfall: string | boolean ngAcceptInputType_layers
Section titled "ngAcceptInputType_layers"Inherited from: IgxSeriesComponent
ngAcceptInputType_layers: string | IgxSeriesLayerCollection ngAcceptInputType_legendItemBadgeMode
Section titled "ngAcceptInputType_legendItemBadgeMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_legendItemBadgeMode: any ngAcceptInputType_legendItemBadgeShape
Section titled "ngAcceptInputType_legendItemBadgeShape"Inherited from: IgxSeriesComponent
ngAcceptInputType_legendItemBadgeShape: any ngAcceptInputType_legendItemVisibility
Section titled "ngAcceptInputType_legendItemVisibility"Inherited from: IgxSeriesComponent
ngAcceptInputType_legendItemVisibility: any ngAcceptInputType_lineCap
Section titled "ngAcceptInputType_lineCap"Inherited from: IgxSeriesComponent
ngAcceptInputType_lineCap: any ngAcceptInputType_lineJoin
Section titled "ngAcceptInputType_lineJoin"Inherited from: IgxSeriesComponent
ngAcceptInputType_lineJoin: any ngAcceptInputType_markerFillOpacity
Section titled "ngAcceptInputType_markerFillOpacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_markerFillOpacity: string | number ngAcceptInputType_mouseOverEnabled
Section titled "ngAcceptInputType_mouseOverEnabled"Inherited from: IgxSeriesComponent
ngAcceptInputType_mouseOverEnabled: string | boolean ngAcceptInputType_opacity
Section titled "ngAcceptInputType_opacity"Inherited from: IgxSeriesComponent
ngAcceptInputType_opacity: string | number ngAcceptInputType_outlineMode
Section titled "ngAcceptInputType_outlineMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_outlineMode: string | SeriesOutlineMode ngAcceptInputType_percentChange
Section titled "ngAcceptInputType_percentChange"Inherited from: IgxSeriesComponent
ngAcceptInputType_percentChange: string | number ngAcceptInputType_resolution
Section titled "ngAcceptInputType_resolution"Inherited from: IgxSeriesComponent
ngAcceptInputType_resolution: string | number ngAcceptInputType_selectionThickness
Section titled "ngAcceptInputType_selectionThickness"Inherited from: IgxSeriesComponent
ngAcceptInputType_selectionThickness: string | number ngAcceptInputType_shadowBlur
Section titled "ngAcceptInputType_shadowBlur"Inherited from: IgxSeriesComponent
ngAcceptInputType_shadowBlur: string | number ngAcceptInputType_shadowOffsetX
Section titled "ngAcceptInputType_shadowOffsetX"Inherited from: IgxSeriesComponent
ngAcceptInputType_shadowOffsetX: string | number ngAcceptInputType_shadowOffsetY
Section titled "ngAcceptInputType_shadowOffsetY"Inherited from: IgxSeriesComponent
ngAcceptInputType_shadowOffsetY: string | number ngAcceptInputType_shouldAnimateOnDataSourceSwap
Section titled "ngAcceptInputType_shouldAnimateOnDataSourceSwap"Inherited from: IgxSeriesComponent
ngAcceptInputType_shouldAnimateOnDataSourceSwap: string | boolean ngAcceptInputType_shouldHideAutoCallouts
Section titled "ngAcceptInputType_shouldHideAutoCallouts"Inherited from: IgxSeriesComponent
ngAcceptInputType_shouldHideAutoCallouts: string | boolean ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden
Section titled "ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden"Inherited from: IgxSeriesComponent
ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden: string | boolean ngAcceptInputType_shouldShiftOpacityForSafeActualBrush
Section titled "ngAcceptInputType_shouldShiftOpacityForSafeActualBrush"Inherited from: IgxSeriesComponent
ngAcceptInputType_shouldShiftOpacityForSafeActualBrush: string | boolean ngAcceptInputType_showDefaultTooltip
Section titled "ngAcceptInputType_showDefaultTooltip"Inherited from: IgxSeriesComponent
ngAcceptInputType_showDefaultTooltip: string | boolean ngAcceptInputType_thickness
Section titled "ngAcceptInputType_thickness"Inherited from: IgxSeriesComponent
ngAcceptInputType_thickness: string | number ngAcceptInputType_transitionDuration
Section titled "ngAcceptInputType_transitionDuration"Inherited from: IgxSeriesComponent
ngAcceptInputType_transitionDuration: string | number ngAcceptInputType_transitionInDuration
Section titled "ngAcceptInputType_transitionInDuration"Inherited from: IgxSeriesComponent
ngAcceptInputType_transitionInDuration: string | number ngAcceptInputType_transitionInMode
Section titled "ngAcceptInputType_transitionInMode"ngAcceptInputType_transitionInMode: string | CategoryTransitionInMode ngAcceptInputType_transitionInSpeedType
Section titled "ngAcceptInputType_transitionInSpeedType"Inherited from: IgxSeriesComponent
ngAcceptInputType_transitionInSpeedType: string | TransitionInSpeedType ngAcceptInputType_transitionOutDuration
Section titled "ngAcceptInputType_transitionOutDuration"Inherited from: IgxSeriesComponent
ngAcceptInputType_transitionOutDuration: string | number ngAcceptInputType_transitionOutSpeedType
Section titled "ngAcceptInputType_transitionOutSpeedType"Inherited from: IgxSeriesComponent
ngAcceptInputType_transitionOutSpeedType: string | TransitionOutSpeedType ngAcceptInputType_useItemWiseColors
Section titled "ngAcceptInputType_useItemWiseColors"Inherited from: IgxSeriesComponent
ngAcceptInputType_useItemWiseColors: string | boolean ngAcceptInputType_useSingleShadow
Section titled "ngAcceptInputType_useSingleShadow"Inherited from: IgxSeriesComponent
ngAcceptInputType_useSingleShadow: string | boolean ngAcceptInputType_visibility
Section titled "ngAcceptInputType_visibility"Inherited from: IgxSeriesComponent
ngAcceptInputType_visibility: any ngAcceptInputType_visibleRangeMarginBottom
Section titled "ngAcceptInputType_visibleRangeMarginBottom"Inherited from: IgxSeriesComponent
ngAcceptInputType_visibleRangeMarginBottom: string | number ngAcceptInputType_visibleRangeMarginLeft
Section titled "ngAcceptInputType_visibleRangeMarginLeft"Inherited from: IgxSeriesComponent
ngAcceptInputType_visibleRangeMarginLeft: string | number ngAcceptInputType_visibleRangeMarginRight
Section titled "ngAcceptInputType_visibleRangeMarginRight"Inherited from: IgxSeriesComponent
ngAcceptInputType_visibleRangeMarginRight: string | number ngAcceptInputType_visibleRangeMarginTop
Section titled "ngAcceptInputType_visibleRangeMarginTop"Inherited from: IgxSeriesComponent
ngAcceptInputType_visibleRangeMarginTop: string | number ngAcceptInputType_visibleRangeMode
Section titled "ngAcceptInputType_visibleRangeMode"Inherited from: IgxSeriesComponent
ngAcceptInputType_visibleRangeMode: string | SeriesVisibleRangeMode ɵcmp: ɵɵComponentDeclaration<IgxFinancialSeriesComponent, "ng-component", never, object, object, never, never> ɵfac: ɵɵFactoryDeclaration<IgxFinancialSeriesComponent, never> actualAreaFillOpacity
Section titled "actualAreaFillOpacity"Inherited from: IgxSeriesComponent
actualAreaFillOpacity: number actualBrush
Section titled "actualBrush"Inherited from: IgxSeriesComponent
actualBrush: string actualFocusBrush
Section titled "actualFocusBrush"Inherited from: IgxSeriesComponent
actualFocusBrush: string actualFocusMode
Section titled "actualFocusMode"Inherited from: IgxSeriesComponent
actualFocusMode: SeriesSelectionMode actualHighlightedValuesFadeOpacity
Section titled "actualHighlightedValuesFadeOpacity"Inherited from: IgxSeriesComponent
actualHighlightedValuesFadeOpacity: number actualHighlightingFadeOpacity
Section titled "actualHighlightingFadeOpacity"Inherited from: IgxSeriesComponent
actualHighlightingFadeOpacity: number actualHighlightingMode
Section titled "actualHighlightingMode"Inherited from: IgxSeriesComponent
actualHighlightingMode: SeriesHighlightingMode actualHitTestMode
Section titled "actualHitTestMode"Inherited from: IgxSeriesComponent
actualHitTestMode: SeriesHitTestMode actualLayers
Section titled "actualLayers"Inherited from: IgxSeriesComponent
actualLayers: IgxSeriesLayerCollection actualLegendItemBadgeBrush
Section titled "actualLegendItemBadgeBrush"Inherited from: IgxSeriesComponent
actualLegendItemBadgeBrush: string actualLegendItemBadgeOutline
Section titled "actualLegendItemBadgeOutline"Inherited from: IgxSeriesComponent
actualLegendItemBadgeOutline: string actualLegendItemBadgeTemplate
Section titled "actualLegendItemBadgeTemplate"Inherited from: IgxSeriesComponent
actualLegendItemBadgeTemplate: IgDataTemplate actualMarkerFillOpacity
Section titled "actualMarkerFillOpacity"Inherited from: IgxSeriesComponent
actualMarkerFillOpacity: number actualOutline
Section titled "actualOutline"Inherited from: IgxSeriesComponent
actualOutline: string actualResolution
Section titled "actualResolution"Inherited from: IgxSeriesComponent
actualResolution: number actualSelectionBrush
Section titled "actualSelectionBrush"Inherited from: IgxSeriesComponent
actualSelectionBrush: string actualSelectionMode
Section titled "actualSelectionMode"Inherited from: IgxSeriesComponent
actualSelectionMode: SeriesSelectionMode actualThickness
Section titled "actualThickness"Inherited from: IgxSeriesComponent
actualThickness: number areaFillOpacity
Section titled "areaFillOpacity"Inherited from: IgxSeriesComponent
areaFillOpacity: number attachTooltipToRoot
Section titled "attachTooltipToRoot"Inherited from: IgxSeriesComponent
attachTooltipToRoot: boolean autoCalloutLabelFormat
Section titled "autoCalloutLabelFormat"Inherited from: IgxSeriesComponent
autoCalloutLabelFormat: string autoCalloutLabelFormatSpecifiers
Section titled "autoCalloutLabelFormatSpecifiers"Inherited from: IgxSeriesComponent
autoCalloutLabelFormatSpecifiers: any[] autoCalloutValueLabelFormat
Section titled "autoCalloutValueLabelFormat"Inherited from: IgxSeriesComponent
autoCalloutValueLabelFormat: string autoCalloutValueLabelFormatSpecifiers
Section titled "autoCalloutValueLabelFormatSpecifiers"Inherited from: IgxSeriesComponent
autoCalloutValueLabelFormatSpecifiers: any[] brush
Section titled "brush"Inherited from: IgxSeriesComponent
brush: string closeMemberPath
Section titled "closeMemberPath"closeMemberPath: string coercionMethods
Section titled "coercionMethods"Inherited from: IgxSeriesComponent
coercionMethods: any dashArray
Section titled "dashArray"Inherited from: IgxSeriesComponent
dashArray: number[] dataLegendGroup
Section titled "dataLegendGroup"Inherited from: IgxSeriesComponent
dataLegendGroup: string dataSource
Section titled "dataSource"Inherited from: IgxSeriesComponent
dataSource: any discreteLegendItemTemplate
Section titled "discreteLegendItemTemplate"Inherited from: IgxSeriesComponent
discreteLegendItemTemplate: IgDataTemplate expectFunctions
Section titled "expectFunctions"Inherited from: IgxSeriesComponent
expectFunctions: boolean finalValue
Section titled "finalValue"Inherited from: IgxSeriesComponent
finalValue: number focusBrush
Section titled "focusBrush"Inherited from: IgxSeriesComponent
focusBrush: string highlightedCloseMemberPath
Section titled "highlightedCloseMemberPath"highlightedCloseMemberPath: string highlightedDataSource
Section titled "highlightedDataSource"Inherited from: IgxSeriesComponent
highlightedDataSource: any highlightedHighMemberPath
Section titled "highlightedHighMemberPath"highlightedHighMemberPath: string highlightedLegendItemVisibility
Section titled "highlightedLegendItemVisibility"Inherited from: IgxSeriesComponent
highlightedLegendItemVisibility: Visibility highlightedLowMemberPath
Section titled "highlightedLowMemberPath"highlightedLowMemberPath: string highlightedOpenMemberPath
Section titled "highlightedOpenMemberPath"highlightedOpenMemberPath: string highlightedTitleSuffix
Section titled "highlightedTitleSuffix"Inherited from: IgxSeriesComponent
highlightedTitleSuffix: string highlightedValuesDataLegendGroup
Section titled "highlightedValuesDataLegendGroup"Inherited from: IgxSeriesComponent
highlightedValuesDataLegendGroup: string highlightedValuesDisplayMode
Section titled "highlightedValuesDisplayMode"Inherited from: IgxSeriesComponent
highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode highlightedValuesExtraPropertyOverlays
Section titled "highlightedValuesExtraPropertyOverlays"Inherited from: IgxSeriesComponent
highlightedValuesExtraPropertyOverlays: IgxSeriesLayerPropertyOverlayCollection highlightedValuesFadeOpacity
Section titled "highlightedValuesFadeOpacity"Inherited from: IgxSeriesComponent
highlightedValuesFadeOpacity: number highlightedVolumeMemberPath
Section titled "highlightedVolumeMemberPath"highlightedVolumeMemberPath: string highlightingFadeOpacity
Section titled "highlightingFadeOpacity"Inherited from: IgxSeriesComponent
highlightingFadeOpacity: number highMemberPath
Section titled "highMemberPath"highMemberPath: string hitTestMode
Section titled "hitTestMode"Inherited from: IgxSeriesComponent
hitTestMode: SeriesHitTestMode index
Section titled "index"Inherited from: IgxSeriesComponent
index: number isActualLegendFinancial
Section titled "isActualLegendFinancial"Inherited from: IgxSeriesComponent
isActualLegendFinancial: boolean isComponentHighlightingModeIgnored
Section titled "isComponentHighlightingModeIgnored"Inherited from: IgxSeriesComponent
isComponentHighlightingModeIgnored: boolean isCustomCategoryStyleAllowed
Section titled "isCustomCategoryStyleAllowed"isCustomCategoryStyleAllowed: boolean isDefaultToolTipSelected
Section titled "isDefaultToolTipSelected"Inherited from: IgxSeriesComponent
isDefaultToolTipSelected: boolean isDropShadowEnabled
Section titled "isDropShadowEnabled"Inherited from: IgxSeriesComponent
isDropShadowEnabled: boolean isHighlightingEnabled
Section titled "isHighlightingEnabled"Inherited from: IgxSeriesComponent
isHighlightingEnabled: boolean isTransitionInEnabled
Section titled "isTransitionInEnabled"isTransitionInEnabled: boolean layers
Section titled "layers"Inherited from: IgxSeriesComponent
layers: IgxSeriesLayerCollection legend
Section titled "legend"Inherited from: IgxSeriesComponent
legend: any legendItemBadgeMode
Section titled "legendItemBadgeMode"Inherited from: IgxSeriesComponent
legendItemBadgeMode: LegendItemBadgeMode legendItemBadgeShape
Section titled "legendItemBadgeShape"Inherited from: IgxSeriesComponent
legendItemBadgeShape: LegendItemBadgeShape legendItemBadgeTemplate
Section titled "legendItemBadgeTemplate"Inherited from: IgxSeriesComponent
legendItemBadgeTemplate: IgDataTemplate legendItemTemplate
Section titled "legendItemTemplate"Inherited from: IgxSeriesComponent
legendItemTemplate: IgDataTemplate legendItemVisibility
Section titled "legendItemVisibility"Inherited from: IgxSeriesComponent
legendItemVisibility: Visibility lineCap
Section titled "lineCap"Inherited from: IgxSeriesComponent
lineCap: PenLineCap lineJoin
Section titled "lineJoin"Inherited from: IgxSeriesComponent
lineJoin: PenLineJoin lowMemberPath
Section titled "lowMemberPath"lowMemberPath: string markerFillOpacity
Section titled "markerFillOpacity"Inherited from: IgxSeriesComponent
markerFillOpacity: number mouseOverEnabled
Section titled "mouseOverEnabled"Inherited from: IgxSeriesComponent
mouseOverEnabled: boolean Inherited from: IgxSeriesComponent
name: string negativeBrush
Section titled "negativeBrush"negativeBrush: string opacity
Section titled "opacity"Inherited from: IgxSeriesComponent
opacity: number openMemberPath
Section titled "openMemberPath"openMemberPath: string outline
Section titled "outline"Inherited from: IgxSeriesComponent
outline: string outlineMode
Section titled "outlineMode"Inherited from: IgxSeriesComponent
outlineMode: SeriesOutlineMode percentChange
Section titled "percentChange"Inherited from: IgxSeriesComponent
percentChange: number resolution
Section titled "resolution"Inherited from: IgxSeriesComponent
resolution: number safeActualBrush
Section titled "safeActualBrush"Inherited from: IgxSeriesComponent
safeActualBrush: string selectionBrush
Section titled "selectionBrush"Inherited from: IgxSeriesComponent
selectionBrush: string selectionThickness
Section titled "selectionThickness"Inherited from: IgxSeriesComponent
selectionThickness: number shadowBlur
Section titled "shadowBlur"Inherited from: IgxSeriesComponent
shadowBlur: number shadowColor
Section titled "shadowColor"Inherited from: IgxSeriesComponent
shadowColor: string shadowOffsetX
Section titled "shadowOffsetX"Inherited from: IgxSeriesComponent
shadowOffsetX: number shadowOffsetY
Section titled "shadowOffsetY"Inherited from: IgxSeriesComponent
shadowOffsetY: number shouldAnimateOnDataSourceSwap
Section titled "shouldAnimateOnDataSourceSwap"Inherited from: IgxSeriesComponent
shouldAnimateOnDataSourceSwap: boolean shouldHideAutoCallouts
Section titled "shouldHideAutoCallouts"Inherited from: IgxSeriesComponent
shouldHideAutoCallouts: boolean shouldRemoveHighlightedDataOnLayerHidden
Section titled "shouldRemoveHighlightedDataOnLayerHidden"Inherited from: IgxSeriesComponent
shouldRemoveHighlightedDataOnLayerHidden: boolean shouldShiftOpacityForSafeActualBrush
Section titled "shouldShiftOpacityForSafeActualBrush"Inherited from: IgxSeriesComponent
shouldShiftOpacityForSafeActualBrush: boolean showDefaultTooltip
Section titled "showDefaultTooltip"Inherited from: IgxSeriesComponent
showDefaultTooltip: boolean thickness
Section titled "thickness"Inherited from: IgxSeriesComponent
thickness: number title
Section titled "title"Inherited from: IgxSeriesComponent
title: any tooltipContainerTemplate
Section titled "tooltipContainerTemplate"Inherited from: IgxSeriesComponent
tooltipContainerTemplate: TemplateRef<any> tooltipTemplate
Section titled "tooltipTemplate"Inherited from: IgxSeriesComponent
tooltipTemplate: TemplateRef<any> transitionDuration
Section titled "transitionDuration"Inherited from: IgxSeriesComponent
transitionDuration: number transitionEasingFunction
Section titled "transitionEasingFunction"Inherited from: IgxSeriesComponent
transitionEasingFunction: object transitionInDuration
Section titled "transitionInDuration"Inherited from: IgxSeriesComponent
transitionInDuration: number transitionInEasingFunction
Section titled "transitionInEasingFunction"Inherited from: IgxSeriesComponent
transitionInEasingFunction: object transitionInMode
Section titled "transitionInMode"transitionInMode: CategoryTransitionInMode transitionInSpeedType
Section titled "transitionInSpeedType"Inherited from: IgxSeriesComponent
transitionInSpeedType: TransitionInSpeedType transitionOutDuration
Section titled "transitionOutDuration"Inherited from: IgxSeriesComponent
transitionOutDuration: number transitionOutEasingFunction
Section titled "transitionOutEasingFunction"Inherited from: IgxSeriesComponent
transitionOutEasingFunction: object transitionOutSpeedType
Section titled "transitionOutSpeedType"Inherited from: IgxSeriesComponent
transitionOutSpeedType: TransitionOutSpeedType useItemWiseColors
Section titled "useItemWiseColors"Inherited from: IgxSeriesComponent
useItemWiseColors: boolean useSingleShadow
Section titled "useSingleShadow"Inherited from: IgxSeriesComponent
useSingleShadow: boolean visibility
Section titled "visibility"Inherited from: IgxSeriesComponent
visibility: Visibility visibleRangeMarginBottom
Section titled "visibleRangeMarginBottom"Inherited from: IgxSeriesComponent
visibleRangeMarginBottom: number visibleRangeMarginLeft
Section titled "visibleRangeMarginLeft"Inherited from: IgxSeriesComponent
visibleRangeMarginLeft: number visibleRangeMarginRight
Section titled "visibleRangeMarginRight"Inherited from: IgxSeriesComponent
visibleRangeMarginRight: number visibleRangeMarginTop
Section titled "visibleRangeMarginTop"Inherited from: IgxSeriesComponent
visibleRangeMarginTop: number visibleRangeMode
Section titled "visibleRangeMode"Inherited from: IgxSeriesComponent
visibleRangeMode: SeriesVisibleRangeMode volumeMemberPath
Section titled "volumeMemberPath"volumeMemberPath: string xAxis
Section titled "xAxis"xAxis: IgxCategoryAxisBaseComponent yAxis
Section titled "yAxis"yAxis: IgxNumericYAxisComponent Accessors
Section titled "Accessors"actualCloseLabel
Section titled "actualCloseLabel"Inherited from: IgxSeriesComponent
Gets the text that is displayed for the Close label in the tooltip.
get actualCloseLabel(): string Returns string
actualHighLabel
Section titled "actualHighLabel"Inherited from: IgxSeriesComponent
Gets the text that is displayed for the High label in the tooltip.
get actualHighLabel(): string Returns string
actualLowLabel
Section titled "actualLowLabel"Inherited from: IgxSeriesComponent
Gets the text that is displayed for the Low label in the tooltip.
get actualLowLabel(): string Returns string
actualOpenLabel
Section titled "actualOpenLabel"Inherited from: IgxSeriesComponent
Gets the text that is displayed for the Open label in the tooltip.
get actualOpenLabel(): string Returns string
actualRadiusLabel
Section titled "actualRadiusLabel"Inherited from: IgxSeriesComponent
Gets the text that is displayed for the Value label in the tooltip.
get actualRadiusLabel(): string Returns string
actualValueLabel
Section titled "actualValueLabel"Inherited from: IgxSeriesComponent
Gets the text that is displayed for the Value label in the tooltip.
get actualValueLabel(): string Returns string
actualVolumeLabel
Section titled "actualVolumeLabel"Inherited from: IgxSeriesComponent
Gets the text that is displayed for the Volume label in the tooltip.
get actualVolumeLabel(): string Returns string
assigningCategoryStyle
Section titled "assigningCategoryStyle"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: IgxSeriesComponent
Gets unique key used to identify the series in data legend
get dataLegendKey(): string Returns string
hasMarkers
Section titled "hasMarkers"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the series has only marker as visuals
get hasOnlyMarkers(): boolean Returns boolean
hasValueAxis
Section titled "hasValueAxis"Gets whether the current series shows an area shape.
get hasValueAxis(): boolean Returns boolean
hasVisibleMarkers
Section titled "hasVisibleMarkers"Inherited from: IgxSeriesComponent
Returns whether the current series has a visible marker style.
get hasVisibleMarkers(): boolean Returns boolean
isAnnotationCalloutLayer
Section titled "isAnnotationCalloutLayer"Inherited from: IgxSeriesComponent
Gets whether the series is an callout annotation layer.
get isAnnotationCalloutLayer(): boolean Returns boolean
isAnnotationCrosshairLayer
Section titled "isAnnotationCrosshairLayer"Inherited from: IgxSeriesComponent
Gets whether the series is an crosshair annotation layer.
get isAnnotationCrosshairLayer(): boolean Returns boolean
isAnnotationDataLayer
Section titled "isAnnotationDataLayer"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the series is final value annotation layer.
get isAnnotationFinalValue(): boolean Returns boolean
isAnnotationHoverLayer
Section titled "isAnnotationHoverLayer"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the series is a value annotation layer.
get isAnnotationValueLayer(): boolean Returns boolean
isArea
Section titled "isArea"Inherited from: IgxSeriesComponent
Gets whether the current series shows an area shape.
get isArea(): boolean Returns boolean
isAreaOrLine
Section titled "isAreaOrLine"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the current series shows a horizontal column shape.
get isBar(): boolean Returns boolean
isCategory
Section titled "isCategory"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
get isColoredItemwise(): boolean Returns boolean
isColumn
Section titled "isColumn"Inherited from: IgxSeriesComponent
Gets whether the current series shows a column shape.
get isColumn(): boolean Returns boolean
isDefaultCrosshairBehaviorDisabled
Section titled "isDefaultCrosshairBehaviorDisabled"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
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"Gets whether the current series is a financial type series.
get isFinancial(): boolean Returns boolean
isFinancialIndicator
Section titled "isFinancialIndicator"Inherited from: IgxSeriesComponent
Gets whether the series is financial indicator
get isFinancialIndicator(): boolean Returns boolean
isFinancialOverlay
Section titled "isFinancialOverlay"Inherited from: IgxSeriesComponent
Gets whether the series is financial overlay
get isFinancialOverlay(): boolean Returns boolean
isFinancialSeries
Section titled "isFinancialSeries"Inherited from: IgxSeriesComponent
Gets whether the series has financial OHLC/candlestick visuals
get isFinancialSeries(): boolean Returns boolean
isFinancialWaterfall
Section titled "isFinancialWaterfall"Inherited from: IgxSeriesComponent
Gets whether the series is financial waterfall
get isFinancialWaterfall(): boolean Returns boolean
isFragment
Section titled "isFragment"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the series is a highlight overlay.
get isHighlightOverlay(): boolean Returns boolean
isIndexed
Section titled "isIndexed"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
get isLayer(): boolean Returns boolean
isLineContour
Section titled "isLineContour"Inherited from: IgxSeriesComponent
Gets whether the current series shows a line contour shape.
get isLineContour(): boolean Returns boolean
isLineOnly
Section titled "isLineOnly"Inherited from: IgxSeriesComponent
Gets whether the current series shows only line shapes.
get isLineOnly(): boolean Returns boolean
isMarkerlessDisplayPreferred
Section titled "isMarkerlessDisplayPreferred"Inherited from: IgxSeriesComponent
Overridden by derived series classes to indicate when markerless display is preferred or not.
get isMarkerlessDisplayPreferred(): boolean Returns boolean
isNegativeColorSupported
Section titled "isNegativeColorSupported"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: IgxSeriesComponent
Gets whether the current series shows a pie shape.
get isPie(): boolean Returns boolean
isPixel
Section titled "isPixel"Inherited from: IgxSeriesComponent
Gets whether the current series shows pixels.
get isPixel(): boolean Returns boolean
isPolar
Section titled "isPolar"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the current series shows a polygon shape.
get isPolygon(): boolean Returns boolean
isPolyline
Section titled "isPolyline"Inherited from: IgxSeriesComponent
Gets whether the current series shows a polyline shape.
get isPolyline(): boolean Returns boolean
isRadial
Section titled "isRadial"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
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: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the current series is a shape type series.
get isShape(): boolean Returns boolean
isShapeControl
Section titled "isShapeControl"Inherited from: IgxSeriesComponent
Gets whether the current series shows interactive shape controls.
get isShapeControl(): boolean Returns boolean
isSpline
Section titled "isSpline"Inherited from: IgxSeriesComponent
Gets whether the current series shows a spline shape.
get isSpline(): boolean Returns boolean
isStacked
Section titled "isStacked"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the current series shows step shapes.
get isStep(): boolean Returns boolean
isSummarizationSupported
Section titled "isSummarizationSupported"Inherited from: IgxSeriesComponent
Gets whether the series supports summarization in Data Legend and Data Tooltip.
get isSummarizationSupported(): boolean Returns boolean
isTile
Section titled "isTile"Inherited from: IgxSeriesComponent
Gets whether the current series shows a tile imagery.
get isTile(): boolean Returns boolean
isToolTipLayer
Section titled "isToolTipLayer"Inherited from: IgxSeriesComponent
Gets whether the series is an annotation layer.
get isToolTipLayer(): boolean Returns boolean
isUsableInLegend
Section titled "isUsableInLegend"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the series is final value annotation layer.
get isUserAnnotationLayer(): boolean Returns boolean
isUserAnnotationToolTipLayer
Section titled "isUserAnnotationToolTipLayer"Inherited from: IgxSeriesComponent
Gets whether the series is final user annotation tooltip layer.
get isUserAnnotationToolTipLayer(): boolean Returns boolean
isValueAxisInverted
Section titled "isValueAxisInverted"Gets whether the current series shows an area shape.
get isValueAxisInverted(): boolean Returns boolean
isValueOverlay
Section titled "isValueOverlay"Inherited from: IgxSeriesComponent
Gets whether the series is a value overlay.
get isValueOverlay(): boolean Returns boolean
isVertical
Section titled "isVertical"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Gets whether the current series shows a waterfall column shape.
get isWaterfall(): boolean Returns boolean
renderRequested
Section titled "renderRequested"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
get seriesInternal(): any Returns any
transitionOutCompleted
Section titled "transitionOutCompleted"Inherited from: IgxSeriesComponent
Fired when a transition out has completed.
get transitionOutCompleted(): EventEmitter<object> Returns EventEmitter<object>
typical
Section titled "typical"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"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: IgxSeriesComponent
bindAxes(axes: IgxAxisComponent[]): void Parameters
- axes:
IgxAxisComponent[]
Returns void
bindSeries
Section titled "bindSeries"Inherited from: IgxSeriesComponent
bindSeries(series: IgxSeriesComponent[]): void Parameters
- series:
IgxSeriesComponent[]
Returns void
canUseAsXAxis
Section titled "canUseAsXAxis"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"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"findByName(name: string): any Parameters
- name:
string
Returns any
fromWorldPosition
Section titled "fromWorldPosition"Inherited from: IgxSeriesComponent
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"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: IgxSeriesComponent
Gets the effective viewport, adjusted to account for margins and other factors.
getEffectiveViewport(): IgRect Returns IgRect
getExactItemIndex
Section titled "getExactItemIndex"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"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"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: IgxSeriesComponent
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"getItemValue(item: any, memberPathName: string): any Parameters
- item:
any - memberPathName:
string
Returns any
getMainContentViewport
Section titled "getMainContentViewport"Inherited from: IgxSeriesComponent
getMainContentViewport(): IgRect Returns IgRect
getMemberPathValue
Section titled "getMemberPathValue"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"getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getOffsetValue
Section titled "getOffsetValue"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"getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getSeriesCloseValue
Section titled "getSeriesCloseValue"getSeriesCloseValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesCloseValuePosition
Section titled "getSeriesCloseValuePosition"getSeriesCloseValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesHighValue
Section titled "getSeriesHighValue"getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesHighValuePosition
Section titled "getSeriesHighValuePosition"getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesLowValue
Section titled "getSeriesLowValue"getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesLowValuePosition
Section titled "getSeriesLowValuePosition"getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesOpenValue
Section titled "getSeriesOpenValue"getSeriesOpenValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesOpenValuePosition
Section titled "getSeriesOpenValuePosition"getSeriesOpenValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValue
Section titled "getSeriesValue"getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueBoundingBox
Section titled "getSeriesValueBoundingBox"Inherited from: IgxSeriesComponent
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
let box: IgxRect = this.series.getSeriesValueBoundingBox({x:.8,y:.8});
Returns IgRect
getSeriesValueFromSeriesPixel
Section titled "getSeriesValueFromSeriesPixel"Inherited from: IgxSeriesComponent
getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueMarkerBoundingBox
Section titled "getSeriesValueMarkerBoundingBox"Inherited from: IgxSeriesComponent
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"getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValuePositionFromSeriesPixel
Section titled "getSeriesValuePositionFromSeriesPixel"Inherited from: IgxSeriesComponent
getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValueType
Section titled "getSeriesValueType"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
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: IgxSeriesComponent
getSeriesValueTypePositionFromValue(values: number[]): IgPoint Parameters
- values:
number[]
Returns IgPoint
getSeriesVolumeValue
Section titled "getSeriesVolumeValue"getSeriesVolumeValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesVolumeValuePosition
Section titled "getSeriesVolumeValuePosition"getSeriesVolumeValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getUnscaledPosition
Section titled "getUnscaledPosition"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Hides any internal tooltips presented by the series, if any.
hideToolTips(): void Returns void
hideToolTipsImmediate
Section titled "hideToolTipsImmediate"Inherited from: IgxSeriesComponent
Hides any internal tooltips presented by the series, if any.
hideToolTipsImmediate(): void Returns void
moveCursorPoint
Section titled "moveCursorPoint"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
ngOnInit(): void Returns void
notifyIndexedPropertiesChanged
Section titled "notifyIndexedPropertiesChanged"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Notifies the series that a visual property has changed, requiring a visual update.
notifyVisualPropertiesChanged(): void Returns void
playTransitionIn
Section titled "playTransitionIn"Inherited from: IgxSeriesComponent
Plays the assigned transition out animation, if any.
playTransitionIn(): void Returns void
playTransitionOut
Section titled "playTransitionOut"Inherited from: IgxSeriesComponent
Plays the assigned transition out animation, if any.
playTransitionOut(): void Returns void
playTransitionOutAndRemove
Section titled "playTransitionOutAndRemove"Inherited from: IgxSeriesComponent
Plays the assigned transition out animation, if any.
playTransitionOutAndRemove(): void Returns void
provideData
Section titled "provideData"Inherited from: IgxSeriesComponent
provideData(data: any[]): void Parameters
- data:
any[]
Returns void
provideHighlightedData
Section titled "provideHighlightedData"Inherited from: IgxSeriesComponent
provideHighlightedData(data: any[]): void Parameters
- data:
any[]
Returns void
removeAllAlternateViews
Section titled "removeAllAlternateViews"Inherited from: IgxSeriesComponent
Removes all alternate views of this series.
removeAllAlternateViews(): void Returns void
removeAlternateView
Section titled "removeAlternateView"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Call to null out the axes of the series;
removeAxes(): void Returns void
renderSeries
Section titled "renderSeries"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Replays the assigned transition in animation, if any.
this.series.replayTransitionIn();replayTransitionIn(): void Returns void
resolveTooltipBrush
Section titled "resolveTooltipBrush"Inherited from: IgxSeriesComponent
Gets the brush for tooltip labels.
resolveTooltipBrush(): string Returns string
scrollIntoView
Section titled "scrollIntoView"Inherited from: IgxSeriesComponent
Requests that the provided item should be brought into view if possible.
scrollIntoView(item: any): boolean Parameters
- item:
any- The item to attempt to bring into view.
this.series.scrollIntoView(dataItem);
Returns boolean
setNegativeColors
Section titled "setNegativeColors"setNegativeColors(negativeBrush: string, negativeOutline: string): void Parameters
- negativeBrush:
string - negativeOutline:
string
Returns void
simulateHover
Section titled "simulateHover"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
Called when this series' Style is updated.
styleUpdated(): void Returns void
toWorldPosition
Section titled "toWorldPosition"Inherited from: IgxSeriesComponent
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: IgxSeriesComponent
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: IgxSeriesComponent
_createFromInternal(internal: any): IgxSeriesComponent Parameters
- internal:
any