Represents a IgxDataChartComponent waterfall column series.
WaterfallSeries belongs to a group of CategorySeries and it is rendered using a collection of vertical columns that show the difference between consecutive data points.
<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-waterfall-series
[xAxis]="xAxis"
[yAxis]="yAxis"
valueMemberPath="value">
</igx-waterfall-series>
</igx-data-chart>let series: IgxWaterfallSeriesComponent = new IgxWaterfallSeriesComponent();
series.xAxis = this.xAxis;
series.yAxis = this.yAxis;
series.valueMemberPath = "value";
this.chart.series.add(series); Constructors
Section titled "Constructors"IgxWaterfallSeriesComponent
new IgxWaterfallSeriesComponent(): IgxWaterfallSeriesComponent Returns IgxWaterfallSeriesComponent
Properties
Section titled "Properties"ngAcceptInputType_actualAreaFillOpacity
Section titled "ngAcceptInputType_actualAreaFillOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualAreaFillOpacity: string | number ngAcceptInputType_actualFocusMode
Section titled "ngAcceptInputType_actualFocusMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualFocusMode: string | SeriesSelectionMode ngAcceptInputType_actualHighlightedValuesFadeOpacity
Section titled "ngAcceptInputType_actualHighlightedValuesFadeOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualHighlightedValuesFadeOpacity: string | number ngAcceptInputType_actualHighlightingFadeOpacity
Section titled "ngAcceptInputType_actualHighlightingFadeOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualHighlightingFadeOpacity: string | number ngAcceptInputType_actualHighlightingMode
Section titled "ngAcceptInputType_actualHighlightingMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualHighlightingMode: string | SeriesHighlightingMode ngAcceptInputType_actualHitTestMode
Section titled "ngAcceptInputType_actualHitTestMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualHitTestMode: string | SeriesHitTestMode ngAcceptInputType_actualLayers
Section titled "ngAcceptInputType_actualLayers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualLayers: string | IgxSeriesLayerCollection ngAcceptInputType_actualMarkerFillOpacity
Section titled "ngAcceptInputType_actualMarkerFillOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualMarkerFillOpacity: string | number ngAcceptInputType_actualMarkerType
Section titled "ngAcceptInputType_actualMarkerType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualMarkerType: string | MarkerType ngAcceptInputType_actualResolution
Section titled "ngAcceptInputType_actualResolution"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualResolution: string | number ngAcceptInputType_actualSelectionMode
Section titled "ngAcceptInputType_actualSelectionMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualSelectionMode: string | SeriesSelectionMode ngAcceptInputType_actualThickness
Section titled "ngAcceptInputType_actualThickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_actualThickness: string | number ngAcceptInputType_areaFillOpacity
Section titled "ngAcceptInputType_areaFillOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_areaFillOpacity: string | number ngAcceptInputType_attachTooltipToRoot
Section titled "ngAcceptInputType_attachTooltipToRoot"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_attachTooltipToRoot: string | boolean ngAcceptInputType_autoCalloutLabelFormatSpecifiers
Section titled "ngAcceptInputType_autoCalloutLabelFormatSpecifiers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_autoCalloutLabelFormatSpecifiers: string | any[] ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers
Section titled "ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_autoCalloutValueLabelFormatSpecifiers: string | any[] ngAcceptInputType_categoryCollisionMode
Section titled "ngAcceptInputType_categoryCollisionMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_categoryCollisionMode: string | CategoryCollisionMode ngAcceptInputType_consolidatedItemHitTestBehavior
Section titled "ngAcceptInputType_consolidatedItemHitTestBehavior"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_consolidatedItemHitTestBehavior: string | ConsolidatedItemHitTestBehavior ngAcceptInputType_dashArray
Section titled "ngAcceptInputType_dashArray"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_dashArray: string | number[] ngAcceptInputType_effectiveIsMarkerCircular
Section titled "ngAcceptInputType_effectiveIsMarkerCircular"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_effectiveIsMarkerCircular: string | boolean ngAcceptInputType_expectFunctions
Section titled "ngAcceptInputType_expectFunctions"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_expectFunctions: string | boolean ngAcceptInputType_finalValue
Section titled "ngAcceptInputType_finalValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_finalValue: string | number ngAcceptInputType_hasMarkers
Section titled "ngAcceptInputType_hasMarkers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_hasMarkers: string | boolean ngAcceptInputType_hasOnlyMarkers
Section titled "ngAcceptInputType_hasOnlyMarkers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_hasOnlyMarkers: string | boolean ngAcceptInputType_hasValueAxis
Section titled "ngAcceptInputType_hasValueAxis"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_hasValueAxis: string | boolean ngAcceptInputType_hasVisibleMarkers
Section titled "ngAcceptInputType_hasVisibleMarkers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_hasVisibleMarkers: string | boolean ngAcceptInputType_highlightedLegendItemVisibility
Section titled "ngAcceptInputType_highlightedLegendItemVisibility"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_highlightedLegendItemVisibility: any ngAcceptInputType_highlightedValuesDisplayMode
Section titled "ngAcceptInputType_highlightedValuesDisplayMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_highlightedValuesDisplayMode: any ngAcceptInputType_highlightedValuesExtraPropertyOverlays
Section titled "ngAcceptInputType_highlightedValuesExtraPropertyOverlays"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_highlightedValuesExtraPropertyOverlays: string | IgxSeriesLayerPropertyOverlayCollection ngAcceptInputType_highlightedValuesFadeOpacity
Section titled "ngAcceptInputType_highlightedValuesFadeOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_highlightedValuesFadeOpacity: string | number ngAcceptInputType_highlightingFadeOpacity
Section titled "ngAcceptInputType_highlightingFadeOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_highlightingFadeOpacity: string | number ngAcceptInputType_hitTestMode
Section titled "ngAcceptInputType_hitTestMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_hitTestMode: string | SeriesHitTestMode ngAcceptInputType_index
Section titled "ngAcceptInputType_index"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_index: string | number ngAcceptInputType_isActualLegendFinancial
Section titled "ngAcceptInputType_isActualLegendFinancial"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isActualLegendFinancial: string | boolean ngAcceptInputType_isAnnotationCalloutLayer
Section titled "ngAcceptInputType_isAnnotationCalloutLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isAnnotationCalloutLayer: string | boolean ngAcceptInputType_isAnnotationCrosshairLayer
Section titled "ngAcceptInputType_isAnnotationCrosshairLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isAnnotationCrosshairLayer: string | boolean ngAcceptInputType_isAnnotationDataLayer
Section titled "ngAcceptInputType_isAnnotationDataLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isAnnotationDataLayer: string | boolean ngAcceptInputType_isAnnotationFinalValue
Section titled "ngAcceptInputType_isAnnotationFinalValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isAnnotationFinalValue: string | boolean ngAcceptInputType_isAnnotationHoverLayer
Section titled "ngAcceptInputType_isAnnotationHoverLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isAnnotationHoverLayer: string | boolean ngAcceptInputType_isAnnotationLayer
Section titled "ngAcceptInputType_isAnnotationLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isAnnotationLayer: string | boolean ngAcceptInputType_isAnnotationValueLayer
Section titled "ngAcceptInputType_isAnnotationValueLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isAnnotationValueLayer: string | boolean ngAcceptInputType_isArea
Section titled "ngAcceptInputType_isArea"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isArea: string | boolean ngAcceptInputType_isAreaOrLine
Section titled "ngAcceptInputType_isAreaOrLine"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isAreaOrLine: string | boolean ngAcceptInputType_isBar
Section titled "ngAcceptInputType_isBar"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isBar: string | boolean ngAcceptInputType_isCategory
Section titled "ngAcceptInputType_isCategory"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isCategory: string | boolean ngAcceptInputType_isColoredItemwise
Section titled "ngAcceptInputType_isColoredItemwise"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isColoredItemwise: string | boolean ngAcceptInputType_isColumn
Section titled "ngAcceptInputType_isColumn"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isColumn: string | boolean ngAcceptInputType_isComponentHighlightingModeIgnored
Section titled "ngAcceptInputType_isComponentHighlightingModeIgnored"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isComponentHighlightingModeIgnored: string | boolean ngAcceptInputType_isCustomCategoryMarkerStyleAllowed
Section titled "ngAcceptInputType_isCustomCategoryMarkerStyleAllowed"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isCustomCategoryMarkerStyleAllowed: string | boolean ngAcceptInputType_isCustomCategoryStyleAllowed
Section titled "ngAcceptInputType_isCustomCategoryStyleAllowed"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isCustomCategoryStyleAllowed: string | boolean ngAcceptInputType_isCustomMarkerCircular
Section titled "ngAcceptInputType_isCustomMarkerCircular"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isCustomMarkerCircular: string | boolean ngAcceptInputType_isDefaultCrosshairBehaviorDisabled
Section titled "ngAcceptInputType_isDefaultCrosshairBehaviorDisabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isDefaultCrosshairBehaviorDisabled: string | boolean ngAcceptInputType_isDefaultTooltipBehaviorDisabled
Section titled "ngAcceptInputType_isDefaultTooltipBehaviorDisabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isDefaultTooltipBehaviorDisabled: string | boolean ngAcceptInputType_isDefaultToolTipSelected
Section titled "ngAcceptInputType_isDefaultToolTipSelected"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isDefaultToolTipSelected: string | boolean ngAcceptInputType_isDropShadowEnabled
Section titled "ngAcceptInputType_isDropShadowEnabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isDropShadowEnabled: string | boolean ngAcceptInputType_isFinancial
Section titled "ngAcceptInputType_isFinancial"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isFinancial: string | boolean ngAcceptInputType_isFinancialIndicator
Section titled "ngAcceptInputType_isFinancialIndicator"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isFinancialIndicator: string | boolean ngAcceptInputType_isFinancialOverlay
Section titled "ngAcceptInputType_isFinancialOverlay"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isFinancialOverlay: string | boolean ngAcceptInputType_isFinancialSeries
Section titled "ngAcceptInputType_isFinancialSeries"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isFinancialSeries: string | boolean ngAcceptInputType_isFinancialWaterfall
Section titled "ngAcceptInputType_isFinancialWaterfall"ngAcceptInputType_isFinancialWaterfall: string | boolean ngAcceptInputType_isFragment
Section titled "ngAcceptInputType_isFragment"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isFragment: string | boolean ngAcceptInputType_isGeographic
Section titled "ngAcceptInputType_isGeographic"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isGeographic: string | boolean ngAcceptInputType_isHighlightingEnabled
Section titled "ngAcceptInputType_isHighlightingEnabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isHighlightingEnabled: string | boolean ngAcceptInputType_isHighlightOverlay
Section titled "ngAcceptInputType_isHighlightOverlay"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isHighlightOverlay: string | boolean ngAcceptInputType_isIndexed
Section titled "ngAcceptInputType_isIndexed"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isIndexed: string | boolean ngAcceptInputType_isLayer
Section titled "ngAcceptInputType_isLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isLayer: string | boolean ngAcceptInputType_isLineContour
Section titled "ngAcceptInputType_isLineContour"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isLineContour: string | boolean ngAcceptInputType_isLineOnly
Section titled "ngAcceptInputType_isLineOnly"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isLineOnly: string | boolean ngAcceptInputType_isMarkerlessDisplayPreferred
Section titled "ngAcceptInputType_isMarkerlessDisplayPreferred"ngAcceptInputType_isMarkerlessDisplayPreferred: string | boolean ngAcceptInputType_isNegativeColorSupported
Section titled "ngAcceptInputType_isNegativeColorSupported"ngAcceptInputType_isNegativeColorSupported: string | boolean ngAcceptInputType_isPie
Section titled "ngAcceptInputType_isPie"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isPie: string | boolean ngAcceptInputType_isPixel
Section titled "ngAcceptInputType_isPixel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isPixel: string | boolean ngAcceptInputType_isPolar
Section titled "ngAcceptInputType_isPolar"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isPolar: string | boolean ngAcceptInputType_isPolygon
Section titled "ngAcceptInputType_isPolygon"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isPolygon: string | boolean ngAcceptInputType_isPolyline
Section titled "ngAcceptInputType_isPolyline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isPolyline: string | boolean ngAcceptInputType_isRadial
Section titled "ngAcceptInputType_isRadial"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isRadial: string | boolean ngAcceptInputType_isRange
Section titled "ngAcceptInputType_isRange"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isRange: string | boolean ngAcceptInputType_isScatter
Section titled "ngAcceptInputType_isScatter"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isScatter: string | boolean ngAcceptInputType_isShape
Section titled "ngAcceptInputType_isShape"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isShape: string | boolean ngAcceptInputType_isShapeControl
Section titled "ngAcceptInputType_isShapeControl"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isShapeControl: string | boolean ngAcceptInputType_isSpline
Section titled "ngAcceptInputType_isSpline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isSpline: string | boolean ngAcceptInputType_isStacked
Section titled "ngAcceptInputType_isStacked"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isStacked: string | boolean ngAcceptInputType_isStep
Section titled "ngAcceptInputType_isStep"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isStep: string | boolean ngAcceptInputType_isSummarizationSupported
Section titled "ngAcceptInputType_isSummarizationSupported"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isSummarizationSupported: string | boolean ngAcceptInputType_isTile
Section titled "ngAcceptInputType_isTile"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isTile: string | boolean ngAcceptInputType_isToolTipLayer
Section titled "ngAcceptInputType_isToolTipLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isToolTipLayer: string | boolean ngAcceptInputType_isTransitionInEnabled
Section titled "ngAcceptInputType_isTransitionInEnabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isTransitionInEnabled: string | boolean ngAcceptInputType_isUsableInLegend
Section titled "ngAcceptInputType_isUsableInLegend"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isUsableInLegend: string | boolean ngAcceptInputType_isUserAnnotationLayer
Section titled "ngAcceptInputType_isUserAnnotationLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isUserAnnotationLayer: string | boolean ngAcceptInputType_isUserAnnotationToolTipLayer
Section titled "ngAcceptInputType_isUserAnnotationToolTipLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isUserAnnotationToolTipLayer: string | boolean ngAcceptInputType_isValueAxisInverted
Section titled "ngAcceptInputType_isValueAxisInverted"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isValueAxisInverted: string | boolean ngAcceptInputType_isValueOverlay
Section titled "ngAcceptInputType_isValueOverlay"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isValueOverlay: string | boolean ngAcceptInputType_isVertical
Section titled "ngAcceptInputType_isVertical"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_isVertical: string | boolean ngAcceptInputType_isWaterfall
Section titled "ngAcceptInputType_isWaterfall"ngAcceptInputType_isWaterfall: string | boolean ngAcceptInputType_layers
Section titled "ngAcceptInputType_layers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_layers: string | IgxSeriesLayerCollection ngAcceptInputType_legendItemBadgeMode
Section titled "ngAcceptInputType_legendItemBadgeMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_legendItemBadgeMode: any ngAcceptInputType_legendItemBadgeShape
Section titled "ngAcceptInputType_legendItemBadgeShape"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_legendItemBadgeShape: any ngAcceptInputType_legendItemVisibility
Section titled "ngAcceptInputType_legendItemVisibility"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_legendItemVisibility: any ngAcceptInputType_lineCap
Section titled "ngAcceptInputType_lineCap"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_lineCap: any ngAcceptInputType_lineJoin
Section titled "ngAcceptInputType_lineJoin"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_lineJoin: any ngAcceptInputType_markerCollisionAvoidance
Section titled "ngAcceptInputType_markerCollisionAvoidance"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_markerCollisionAvoidance: string | CategorySeriesMarkerCollisionAvoidance ngAcceptInputType_markerFillMode
Section titled "ngAcceptInputType_markerFillMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_markerFillMode: string | MarkerFillMode ngAcceptInputType_markerFillOpacity
Section titled "ngAcceptInputType_markerFillOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_markerFillOpacity: string | number ngAcceptInputType_markerOutlineMode
Section titled "ngAcceptInputType_markerOutlineMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_markerOutlineMode: string | MarkerOutlineMode ngAcceptInputType_markerSize
Section titled "ngAcceptInputType_markerSize"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_markerSize: string | number ngAcceptInputType_markerThickness
Section titled "ngAcceptInputType_markerThickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_markerThickness: string | number ngAcceptInputType_markerType
Section titled "ngAcceptInputType_markerType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_markerType: string | MarkerType ngAcceptInputType_mouseOverEnabled
Section titled "ngAcceptInputType_mouseOverEnabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_mouseOverEnabled: string | boolean ngAcceptInputType_opacity
Section titled "ngAcceptInputType_opacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_opacity: string | number ngAcceptInputType_outlineMode
Section titled "ngAcceptInputType_outlineMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_outlineMode: string | SeriesOutlineMode ngAcceptInputType_percentChange
Section titled "ngAcceptInputType_percentChange"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_percentChange: string | number ngAcceptInputType_radiusX
Section titled "ngAcceptInputType_radiusX"ngAcceptInputType_radiusX: string | number ngAcceptInputType_radiusY
Section titled "ngAcceptInputType_radiusY"ngAcceptInputType_radiusY: string | number ngAcceptInputType_resolution
Section titled "ngAcceptInputType_resolution"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_resolution: string | number ngAcceptInputType_selectionThickness
Section titled "ngAcceptInputType_selectionThickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_selectionThickness: string | number ngAcceptInputType_shadowBlur
Section titled "ngAcceptInputType_shadowBlur"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_shadowBlur: string | number ngAcceptInputType_shadowOffsetX
Section titled "ngAcceptInputType_shadowOffsetX"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_shadowOffsetX: string | number ngAcceptInputType_shadowOffsetY
Section titled "ngAcceptInputType_shadowOffsetY"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_shadowOffsetY: string | number ngAcceptInputType_shouldAnimateOnDataSourceSwap
Section titled "ngAcceptInputType_shouldAnimateOnDataSourceSwap"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_shouldAnimateOnDataSourceSwap: string | boolean ngAcceptInputType_shouldHideAutoCallouts
Section titled "ngAcceptInputType_shouldHideAutoCallouts"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_shouldHideAutoCallouts: string | boolean ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden
Section titled "ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_shouldRemoveHighlightedDataOnLayerHidden: string | boolean ngAcceptInputType_shouldShiftOpacityForSafeActualBrush
Section titled "ngAcceptInputType_shouldShiftOpacityForSafeActualBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_shouldShiftOpacityForSafeActualBrush: string | boolean ngAcceptInputType_showDefaultTooltip
Section titled "ngAcceptInputType_showDefaultTooltip"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_showDefaultTooltip: string | boolean ngAcceptInputType_thickness
Section titled "ngAcceptInputType_thickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_thickness: string | number ngAcceptInputType_transitionDuration
Section titled "ngAcceptInputType_transitionDuration"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_transitionDuration: string | number ngAcceptInputType_transitionInDuration
Section titled "ngAcceptInputType_transitionInDuration"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_transitionInDuration: string | number ngAcceptInputType_transitionInMode
Section titled "ngAcceptInputType_transitionInMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_transitionInMode: string | CategoryTransitionInMode ngAcceptInputType_transitionInSpeedType
Section titled "ngAcceptInputType_transitionInSpeedType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_transitionInSpeedType: string | TransitionInSpeedType ngAcceptInputType_transitionOutDuration
Section titled "ngAcceptInputType_transitionOutDuration"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_transitionOutDuration: string | number ngAcceptInputType_transitionOutSpeedType
Section titled "ngAcceptInputType_transitionOutSpeedType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_transitionOutSpeedType: string | TransitionOutSpeedType ngAcceptInputType_trendLineDashArray
Section titled "ngAcceptInputType_trendLineDashArray"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_trendLineDashArray: string | number[] ngAcceptInputType_trendLinePeriod
Section titled "ngAcceptInputType_trendLinePeriod"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_trendLinePeriod: string | number ngAcceptInputType_trendLineThickness
Section titled "ngAcceptInputType_trendLineThickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_trendLineThickness: string | number ngAcceptInputType_trendLineType
Section titled "ngAcceptInputType_trendLineType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_trendLineType: any ngAcceptInputType_useHighMarkerFidelity
Section titled "ngAcceptInputType_useHighMarkerFidelity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_useHighMarkerFidelity: string | boolean ngAcceptInputType_useItemWiseColors
Section titled "ngAcceptInputType_useItemWiseColors"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_useItemWiseColors: string | boolean ngAcceptInputType_useSingleShadow
Section titled "ngAcceptInputType_useSingleShadow"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_useSingleShadow: string | boolean ngAcceptInputType_visibility
Section titled "ngAcceptInputType_visibility"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_visibility: any ngAcceptInputType_visibleRangeMarginBottom
Section titled "ngAcceptInputType_visibleRangeMarginBottom"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_visibleRangeMarginBottom: string | number ngAcceptInputType_visibleRangeMarginLeft
Section titled "ngAcceptInputType_visibleRangeMarginLeft"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_visibleRangeMarginLeft: string | number ngAcceptInputType_visibleRangeMarginRight
Section titled "ngAcceptInputType_visibleRangeMarginRight"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_visibleRangeMarginRight: string | number ngAcceptInputType_visibleRangeMarginTop
Section titled "ngAcceptInputType_visibleRangeMarginTop"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_visibleRangeMarginTop: string | number ngAcceptInputType_visibleRangeMode
Section titled "ngAcceptInputType_visibleRangeMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
ngAcceptInputType_visibleRangeMode: string | SeriesVisibleRangeMode ɵcmp: ɵɵComponentDeclaration<IgxWaterfallSeriesComponent, "igx-waterfall-series", never, object, object, never, never> ɵfac: ɵɵFactoryDeclaration<IgxWaterfallSeriesComponent, never> actualAreaFillOpacity
Section titled "actualAreaFillOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualAreaFillOpacity: number actualBrush
Section titled "actualBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualBrush: string actualFocusBrush
Section titled "actualFocusBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualFocusBrush: string actualFocusMode
Section titled "actualFocusMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualFocusMode: SeriesSelectionMode actualHighlightedValuesFadeOpacity
Section titled "actualHighlightedValuesFadeOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualHighlightedValuesFadeOpacity: number actualHighlightingFadeOpacity
Section titled "actualHighlightingFadeOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualHighlightingFadeOpacity: number actualHighlightingMode
Section titled "actualHighlightingMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualHighlightingMode: SeriesHighlightingMode actualHitTestMode
Section titled "actualHitTestMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualHitTestMode: SeriesHitTestMode actualLayers
Section titled "actualLayers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualLayers: IgxSeriesLayerCollection actualLegendItemBadgeBrush
Section titled "actualLegendItemBadgeBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualLegendItemBadgeBrush: string actualLegendItemBadgeOutline
Section titled "actualLegendItemBadgeOutline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualLegendItemBadgeOutline: string actualLegendItemBadgeTemplate
Section titled "actualLegendItemBadgeTemplate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualLegendItemBadgeTemplate: IgDataTemplate actualMarkerBrush
Section titled "actualMarkerBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualMarkerBrush: string actualMarkerFillOpacity
Section titled "actualMarkerFillOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualMarkerFillOpacity: number actualMarkerOutline
Section titled "actualMarkerOutline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualMarkerOutline: string actualMarkerTemplate
Section titled "actualMarkerTemplate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualMarkerTemplate: IgDataTemplate actualMarkerType
Section titled "actualMarkerType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualMarkerType: MarkerType actualOutline
Section titled "actualOutline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualOutline: string actualResolution
Section titled "actualResolution"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualResolution: number actualSelectionBrush
Section titled "actualSelectionBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualSelectionBrush: string actualSelectionMode
Section titled "actualSelectionMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualSelectionMode: SeriesSelectionMode actualThickness
Section titled "actualThickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualThickness: number actualTrendLineBrush
Section titled "actualTrendLineBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
actualTrendLineBrush: string areaFillOpacity
Section titled "areaFillOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
areaFillOpacity: number attachTooltipToRoot
Section titled "attachTooltipToRoot"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
attachTooltipToRoot: boolean autoCalloutLabelFormat
Section titled "autoCalloutLabelFormat"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
autoCalloutLabelFormat: string autoCalloutLabelFormatSpecifiers
Section titled "autoCalloutLabelFormatSpecifiers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
autoCalloutLabelFormatSpecifiers: any[] autoCalloutValueLabelFormat
Section titled "autoCalloutValueLabelFormat"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
autoCalloutValueLabelFormat: string autoCalloutValueLabelFormatSpecifiers
Section titled "autoCalloutValueLabelFormatSpecifiers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
autoCalloutValueLabelFormatSpecifiers: any[] brush
Section titled "brush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
brush: string categoryCollisionMode
Section titled "categoryCollisionMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
categoryCollisionMode: CategoryCollisionMode coercionMethods
Section titled "coercionMethods"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
coercionMethods: any consolidatedItemHitTestBehavior
Section titled "consolidatedItemHitTestBehavior"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
consolidatedItemHitTestBehavior: ConsolidatedItemHitTestBehavior dashArray
Section titled "dashArray"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
dashArray: number[] dataLegendGroup
Section titled "dataLegendGroup"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
dataLegendGroup: string dataSource
Section titled "dataSource"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
dataSource: any discreteLegendItemTemplate
Section titled "discreteLegendItemTemplate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
discreteLegendItemTemplate: IgDataTemplate expectFunctions
Section titled "expectFunctions"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
expectFunctions: boolean finalValue
Section titled "finalValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
finalValue: number focusBrush
Section titled "focusBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
focusBrush: string highlightedDataSource
Section titled "highlightedDataSource"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightedDataSource: any highlightedLegendItemVisibility
Section titled "highlightedLegendItemVisibility"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightedLegendItemVisibility: Visibility highlightedTitleSuffix
Section titled "highlightedTitleSuffix"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightedTitleSuffix: string highlightedValueMemberPath
Section titled "highlightedValueMemberPath"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightedValueMemberPath: string highlightedValuesDataLegendGroup
Section titled "highlightedValuesDataLegendGroup"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightedValuesDataLegendGroup: string highlightedValuesDisplayMode
Section titled "highlightedValuesDisplayMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode highlightedValuesExtraPropertyOverlays
Section titled "highlightedValuesExtraPropertyOverlays"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightedValuesExtraPropertyOverlays: IgxSeriesLayerPropertyOverlayCollection highlightedValuesFadeOpacity
Section titled "highlightedValuesFadeOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightedValuesFadeOpacity: number highlightingFadeOpacity
Section titled "highlightingFadeOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
highlightingFadeOpacity: number hitTestMode
Section titled "hitTestMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
hitTestMode: SeriesHitTestMode index
Section titled "index"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
index: number isActualLegendFinancial
Section titled "isActualLegendFinancial"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isActualLegendFinancial: boolean isComponentHighlightingModeIgnored
Section titled "isComponentHighlightingModeIgnored"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isComponentHighlightingModeIgnored: boolean isCustomCategoryMarkerStyleAllowed
Section titled "isCustomCategoryMarkerStyleAllowed"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isCustomCategoryMarkerStyleAllowed: boolean isCustomCategoryStyleAllowed
Section titled "isCustomCategoryStyleAllowed"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isCustomCategoryStyleAllowed: boolean isCustomMarkerCircular
Section titled "isCustomMarkerCircular"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isCustomMarkerCircular: boolean isDefaultToolTipSelected
Section titled "isDefaultToolTipSelected"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isDefaultToolTipSelected: boolean isDropShadowEnabled
Section titled "isDropShadowEnabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isDropShadowEnabled: boolean isHighlightingEnabled
Section titled "isHighlightingEnabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isHighlightingEnabled: boolean isTransitionInEnabled
Section titled "isTransitionInEnabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
isTransitionInEnabled: boolean layers
Section titled "layers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
layers: IgxSeriesLayerCollection legend
Section titled "legend"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
legend: any legendItemBadgeMode
Section titled "legendItemBadgeMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
legendItemBadgeMode: LegendItemBadgeMode legendItemBadgeShape
Section titled "legendItemBadgeShape"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
legendItemBadgeShape: LegendItemBadgeShape legendItemBadgeTemplate
Section titled "legendItemBadgeTemplate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
legendItemBadgeTemplate: IgDataTemplate legendItemTemplate
Section titled "legendItemTemplate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
legendItemTemplate: IgDataTemplate legendItemVisibility
Section titled "legendItemVisibility"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
legendItemVisibility: Visibility lineCap
Section titled "lineCap"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
lineCap: PenLineCap lineJoin
Section titled "lineJoin"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
lineJoin: PenLineJoin markerBrush
Section titled "markerBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerBrush: string markerCollisionAvoidance
Section titled "markerCollisionAvoidance"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerCollisionAvoidance: CategorySeriesMarkerCollisionAvoidance markerFillMode
Section titled "markerFillMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerFillMode: MarkerFillMode markerFillOpacity
Section titled "markerFillOpacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerFillOpacity: number markerOutline
Section titled "markerOutline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerOutline: string markerOutlineMode
Section titled "markerOutlineMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerOutlineMode: MarkerOutlineMode markerSize
Section titled "markerSize"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerSize: number markerTemplate
Section titled "markerTemplate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerTemplate: IgDataTemplate markerThickness
Section titled "markerThickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerThickness: number markerType
Section titled "markerType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
markerType: MarkerType mouseOverEnabled
Section titled "mouseOverEnabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
mouseOverEnabled: boolean Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
name: string negativeBrush
Section titled "negativeBrush"negativeBrush: string negativeOutline
Section titled "negativeOutline"negativeOutline: string opacity
Section titled "opacity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
opacity: number outline
Section titled "outline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
outline: string outlineMode
Section titled "outlineMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
outlineMode: SeriesOutlineMode percentChange
Section titled "percentChange"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
percentChange: number radiusX
Section titled "radiusX"radiusX: number radiusY
Section titled "radiusY"radiusY: number resolution
Section titled "resolution"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
resolution: number safeActualBrush
Section titled "safeActualBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
safeActualBrush: string selectionBrush
Section titled "selectionBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
selectionBrush: string selectionThickness
Section titled "selectionThickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
selectionThickness: number shadowBlur
Section titled "shadowBlur"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
shadowBlur: number shadowColor
Section titled "shadowColor"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
shadowColor: string shadowOffsetX
Section titled "shadowOffsetX"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
shadowOffsetX: number shadowOffsetY
Section titled "shadowOffsetY"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
shadowOffsetY: number shouldAnimateOnDataSourceSwap
Section titled "shouldAnimateOnDataSourceSwap"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
shouldAnimateOnDataSourceSwap: boolean shouldHideAutoCallouts
Section titled "shouldHideAutoCallouts"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
shouldHideAutoCallouts: boolean shouldRemoveHighlightedDataOnLayerHidden
Section titled "shouldRemoveHighlightedDataOnLayerHidden"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
shouldRemoveHighlightedDataOnLayerHidden: boolean shouldShiftOpacityForSafeActualBrush
Section titled "shouldShiftOpacityForSafeActualBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
shouldShiftOpacityForSafeActualBrush: boolean showDefaultTooltip
Section titled "showDefaultTooltip"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
showDefaultTooltip: boolean thickness
Section titled "thickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
thickness: number title
Section titled "title"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
title: any tooltipContainerTemplate
Section titled "tooltipContainerTemplate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
tooltipContainerTemplate: TemplateRef<any> tooltipTemplate
Section titled "tooltipTemplate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
tooltipTemplate: TemplateRef<any> transitionDuration
Section titled "transitionDuration"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionDuration: number transitionEasingFunction
Section titled "transitionEasingFunction"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionEasingFunction: object transitionInDuration
Section titled "transitionInDuration"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionInDuration: number transitionInEasingFunction
Section titled "transitionInEasingFunction"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionInEasingFunction: object transitionInMode
Section titled "transitionInMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionInMode: CategoryTransitionInMode transitionInSpeedType
Section titled "transitionInSpeedType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionInSpeedType: TransitionInSpeedType transitionOutDuration
Section titled "transitionOutDuration"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionOutDuration: number transitionOutEasingFunction
Section titled "transitionOutEasingFunction"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionOutEasingFunction: object transitionOutSpeedType
Section titled "transitionOutSpeedType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
transitionOutSpeedType: TransitionOutSpeedType trendLineBrush
Section titled "trendLineBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
trendLineBrush: string trendLineDashArray
Section titled "trendLineDashArray"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
trendLineDashArray: number[] trendLinePeriod
Section titled "trendLinePeriod"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
trendLinePeriod: number trendLineThickness
Section titled "trendLineThickness"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
trendLineThickness: number trendLineType
Section titled "trendLineType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
trendLineType: TrendLineType useHighMarkerFidelity
Section titled "useHighMarkerFidelity"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
useHighMarkerFidelity: boolean useItemWiseColors
Section titled "useItemWiseColors"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
useItemWiseColors: boolean useSingleShadow
Section titled "useSingleShadow"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
useSingleShadow: boolean valueMemberAsLegendLabel
Section titled "valueMemberAsLegendLabel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
valueMemberAsLegendLabel: string valueMemberAsLegendUnit
Section titled "valueMemberAsLegendUnit"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
valueMemberAsLegendUnit: string valueMemberPath
Section titled "valueMemberPath"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
valueMemberPath: string visibility
Section titled "visibility"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
visibility: Visibility visibleRangeMarginBottom
Section titled "visibleRangeMarginBottom"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
visibleRangeMarginBottom: number visibleRangeMarginLeft
Section titled "visibleRangeMarginLeft"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
visibleRangeMarginLeft: number visibleRangeMarginRight
Section titled "visibleRangeMarginRight"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
visibleRangeMarginRight: number visibleRangeMarginTop
Section titled "visibleRangeMarginTop"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
visibleRangeMarginTop: number visibleRangeMode
Section titled "visibleRangeMode"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
visibleRangeMode: SeriesVisibleRangeMode xAxis
Section titled "xAxis"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
xAxis: IgxCategoryAxisBaseComponent yAxis
Section titled "yAxis"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
yAxis: IgxNumericYAxisComponent Accessors
Section titled "Accessors"actualCloseLabel
Section titled "actualCloseLabel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the text that is displayed for the Close label in the tooltip.
get actualCloseLabel(): string Returns string
actualHighLabel
Section titled "actualHighLabel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the text that is displayed for the High label in the tooltip.
get actualHighLabel(): string Returns string
actualLowLabel
Section titled "actualLowLabel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the text that is displayed for the Low label in the tooltip.
get actualLowLabel(): string Returns string
actualOpenLabel
Section titled "actualOpenLabel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the text that is displayed for the Open label in the tooltip.
get actualOpenLabel(): string Returns string
actualRadiusLabel
Section titled "actualRadiusLabel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the text that is displayed for the Value label in the tooltip.
get actualRadiusLabel(): string Returns string
actualValueLabel
Section titled "actualValueLabel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the text that is displayed for the Value label in the tooltip.
get actualValueLabel(): string Returns string
actualVolumeLabel
Section titled "actualVolumeLabel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the text that is displayed for the Volume label in the tooltip.
get actualVolumeLabel(): string Returns string
assigningCategoryMarkerStyle
Section titled "assigningCategoryMarkerStyle"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Event raised when Assigning Category Marker Style
get assigningCategoryMarkerStyle(): EventEmitter<object> Returns EventEmitter<object>
assigningCategoryStyle
Section titled "assigningCategoryStyle"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Event raised when Assigning Category Style
get assigningCategoryStyle(): EventEmitter<object> Returns EventEmitter<object>
dataLegendKey
Section titled "dataLegendKey"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets unique key used to identify the series in data legend
get dataLegendKey(): string Returns string
effectiveIsMarkerCircular
Section titled "effectiveIsMarkerCircular"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the markers for the current series are in circular shape
get effectiveIsMarkerCircular(): boolean Returns boolean
hasMarkers
Section titled "hasMarkers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Returns whether the current series supports visual markers.
HasMarkers property is overriden, it returns whether the current series supports visual markers. You can use it like this:
let gotMarkers: boolean = this.series.hasMarkers;get hasMarkers(): boolean Returns boolean
hasOnlyMarkers
Section titled "hasOnlyMarkers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series has only marker as visuals
get hasOnlyMarkers(): boolean Returns boolean
hasValueAxis
Section titled "hasValueAxis"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows an area shape.
get hasValueAxis(): boolean Returns boolean
hasVisibleMarkers
Section titled "hasVisibleMarkers"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Returns whether the current series has a visible marker style.
get hasVisibleMarkers(): boolean Returns boolean
isAnnotationCalloutLayer
Section titled "isAnnotationCalloutLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is an callout annotation layer.
get isAnnotationCalloutLayer(): boolean Returns boolean
isAnnotationCrosshairLayer
Section titled "isAnnotationCrosshairLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is an crosshair annotation layer.
get isAnnotationCrosshairLayer(): boolean Returns boolean
isAnnotationDataLayer
Section titled "isAnnotationDataLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is final value annotation layer.
get isAnnotationFinalValue(): boolean Returns boolean
isAnnotationHoverLayer
Section titled "isAnnotationHoverLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is a value annotation layer.
get isAnnotationValueLayer(): boolean Returns boolean
isArea
Section titled "isArea"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows an area shape.
get isArea(): boolean Returns boolean
isAreaOrLine
Section titled "isAreaOrLine"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows a horizontal column shape.
get isBar(): boolean Returns boolean
isCategory
Section titled "isCategory"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether or not this series is Category series
get isCategory(): boolean Returns boolean
isColoredItemwise
Section titled "isColoredItemwise"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
get isColoredItemwise(): boolean Returns boolean
isColumn
Section titled "isColumn"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows a column shape.
get isColumn(): boolean Returns boolean
isDefaultCrosshairBehaviorDisabled
Section titled "isDefaultCrosshairBehaviorDisabled"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the default tooltip behavior should be disabled if this series is present.
let isDefaultTooltipBehaviorDisabled: boolean = this.series.isDefaultTooltipBehaviorDisabled;get isDefaultTooltipBehaviorDisabled(): boolean Returns boolean
isFinancial
Section titled "isFinancial"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series is a financial type series.
let isFinancial: boolean = this.series.isFinancial;get isFinancial(): boolean Returns boolean
isFinancialIndicator
Section titled "isFinancialIndicator"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is financial indicator
get isFinancialIndicator(): boolean Returns boolean
isFinancialOverlay
Section titled "isFinancialOverlay"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is financial overlay
get isFinancialOverlay(): boolean Returns boolean
isFinancialSeries
Section titled "isFinancialSeries"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series has financial OHLC/candlestick visuals
get isFinancialSeries(): boolean Returns boolean
isFinancialWaterfall
Section titled "isFinancialWaterfall"Gets whether the series is financial waterfall
get isFinancialWaterfall(): boolean Returns boolean
isFragment
Section titled "isFragment"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is a highlight overlay.
get isHighlightOverlay(): boolean Returns boolean
isIndexed
Section titled "isIndexed"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
get isLayer(): boolean Returns boolean
isLineContour
Section titled "isLineContour"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows a line contour shape.
get isLineContour(): boolean Returns boolean
isLineOnly
Section titled "isLineOnly"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows only line shapes.
get isLineOnly(): boolean Returns boolean
isMarkerlessDisplayPreferred
Section titled "isMarkerlessDisplayPreferred"Overridden by derived series classes to indicate when marker-less 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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows a pie shape.
get isPie(): boolean Returns boolean
isPixel
Section titled "isPixel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows pixels.
get isPixel(): boolean Returns boolean
isPolar
Section titled "isPolar"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows a polygon shape.
get isPolygon(): boolean Returns boolean
isPolyline
Section titled "isPolyline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows a polyline shape.
get isPolyline(): boolean Returns boolean
isRadial
Section titled "isRadial"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series is a shape type series.
get isShape(): boolean Returns boolean
isShapeControl
Section titled "isShapeControl"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows interactive shape controls.
get isShapeControl(): boolean Returns boolean
isSpline
Section titled "isSpline"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows a spline shape.
get isSpline(): boolean Returns boolean
isStacked
Section titled "isStacked"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows step shapes.
get isStep(): boolean Returns boolean
isSummarizationSupported
Section titled "isSummarizationSupported"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series supports summarization in Data Legend and Data Tooltip.
get isSummarizationSupported(): boolean Returns boolean
isTile
Section titled "isTile"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows a tile imagery.
get isTile(): boolean Returns boolean
isToolTipLayer
Section titled "isToolTipLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is an annotation layer.
get isToolTipLayer(): boolean Returns boolean
isUsableInLegend
Section titled "isUsableInLegend"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is final value annotation layer.
get isUserAnnotationLayer(): boolean Returns boolean
isUserAnnotationToolTipLayer
Section titled "isUserAnnotationToolTipLayer"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is final user annotation tooltip layer.
get isUserAnnotationToolTipLayer(): boolean Returns boolean
isValueAxisInverted
Section titled "isValueAxisInverted"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series shows an area shape.
get isValueAxisInverted(): boolean Returns boolean
isValueOverlay
Section titled "isValueOverlay"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the series is a value overlay.
get isValueOverlay(): boolean Returns boolean
isVertical
Section titled "isVertical"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets whether the current series is oriented vertically.
let isVertical: boolean = this.series.isVertical;get isVertical(): boolean Returns boolean
isWaterfall
Section titled "isWaterfall"Gets whether the current series shows a waterfall column shape.
get isWaterfall(): boolean Returns boolean
renderRequested
Section titled "renderRequested"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
get seriesInternal(): any Returns any
transitionOutCompleted
Section titled "transitionOutCompleted"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Fired when a transition out has completed.
get transitionOutCompleted(): EventEmitter<object> Returns EventEmitter<object>
Methods
Section titled "Methods"bindAxes
Section titled "bindAxes"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
bindAxes(axes: IgxAxisComponent[]): void Parameters
- axes:
IgxAxisComponent[]
Returns void
bindSeries
Section titled "bindSeries"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
bindSeries(series: IgxSeriesComponent[]): void Parameters
- series:
IgxSeriesComponent[]
Returns void
canUseAsXAxis
Section titled "canUseAsXAxis"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Determine if object can be used as XAxis
canUseAsXAxis(axis: any): boolean Parameters
- axis:
any- The object to check
You can use the
CanUseAsXAxismethod to determine if object can be used as XAxisvar x = this.financialSeries.CanUseAsXAxis(this.xAxis);
Returns boolean
canUseAsYAxis
Section titled "canUseAsYAxis"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Determine if object can be used as YAxis
canUseAsYAxis(axis: any): boolean Parameters
- axis:
any- The object to check
You can use the
CanUseAsYAxismethod to determine if object can be used as YAxisN/A
Returns boolean
findByName
Section titled "findByName"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
findByName(name: string): any Parameters
- name:
string
Returns any
fromWorldPosition
Section titled "fromWorldPosition"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Converts a point from world coordinates to coordinates within the viewport of the series.
fromWorldPosition(world: IgPoint): IgPoint Parameters
- world:
IgPoint- The world position from which to convert.
let pt: IgxPoint = this.series.fromWorldPosition({x:.5,y:.5});
Returns IgPoint
getCategoryWidth
Section titled "getCategoryWidth"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Returns the width of the category grouping this series is in.
You can use the GetCategoryWidth to get the width of the category grouping a series is in.
var x = this.financialSeries.CanUseAsXAxis(this.xAxis);
N/A
getCategoryWidth(): number Returns number
getEffectiveViewport
Section titled "getEffectiveViewport"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the effective viewport, adjusted to account for margins and other factors.
getEffectiveViewport(): IgRect Returns IgRect
getExactItemIndex
Section titled "getExactItemIndex"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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.
Returns number
getItem
Section titled "getItem"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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 is used to gets the item that is the best match for the specified world coordinates.let item: number = this.series.getItem({x:.5,y:.5});
Returns any
getItemIndex
Section titled "getItemIndex"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the index of the item based on world coordinates.
getItemIndex(world: IgPoint): number Parameters
- world:
IgPoint- The world coordinates to use.
Returns number
getItemSpan
Section titled "getItemSpan"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.
Returns the width of items in the WaterfallSeries.
let itemSpan: number = series.GetItemSpan();getItemSpan(): number Returns number
getItemValue
Section titled "getItemValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getItemValue(item: any, memberPathName: string): any Parameters
- item:
any - memberPathName:
string
Returns any
getMainContentViewport
Section titled "getMainContentViewport"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getMainContentViewport(): IgRect Returns IgRect
getMemberPathValue
Section titled "getMemberPathValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the value of a requested member path from the series.
getMemberPathValue(memberPathName: string): string Parameters
- memberPathName:
string- The property name of a valid member path for the series
Returns string
getNextOrExactIndex
Section titled "getNextOrExactIndex"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getOffsetValue
Section titled "getOffsetValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Returns the offset value for this series if grouped on a category axis.
You can use the GetOffsetValue to get the offset value for this series if grouped on a category axis.
var g = series.getOffsetValue();
N/A
getOffsetValue(): number Returns number
getPreviousOrExactIndex
Section titled "getPreviousOrExactIndex"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number Parameters
- world:
IgPoint - skipUnknowns:
boolean
Returns number
getSeriesHighValue
Section titled "getSeriesHighValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesHighValuePosition
Section titled "getSeriesHighValuePosition"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesLowValue
Section titled "getSeriesLowValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesLowValuePosition
Section titled "getSeriesLowValuePosition"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValue
Section titled "getSeriesValue"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueBoundingBox
Section titled "getSeriesValueBoundingBox"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
Returns a bounding box
Rectfor a data value given aPoint.let box : IgxRect = series.getSeriesValueBoundingBox({x: 4, y: 7});
Returns IgRect
getSeriesValueFromSeriesPixel
Section titled "getSeriesValueFromSeriesPixel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns number
getSeriesValueMarkerBoundingBox
Section titled "getSeriesValueMarkerBoundingBox"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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
You can use the
GetCategoryWidthto get the width of the category grouping a series is in.var x = financialSeries.GetSeriesValueMarkerBoundingBox(new IgxPoint());N/A
Returns IgRect
getSeriesValuePosition
Section titled "getSeriesValuePosition"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- world:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValuePositionFromSeriesPixel
Section titled "getSeriesValuePositionFromSeriesPixel"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint Parameters
- mouse:
IgPoint - useInterpolation:
boolean - skipUnknowns:
boolean
Returns IgPoint
getSeriesValueType
Section titled "getSeriesValueType"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets a numeric value from the numeric axis associated with this series that matches the desired value mode.
getSeriesValueType(mode: string | ValueLayerValueMode): number[] Parameters
- mode:
string | ValueLayerValueMode- The type of value desired from the series numeric axis.
Returns number[]
getSeriesValueTypePosition
Section titled "getSeriesValueTypePosition"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
getSeriesValueTypePositionFromValue(values: number[]): IgPoint Parameters
- values:
number[]
Returns IgPoint
getUnscaledPosition
Section titled "getUnscaledPosition"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Hides any internal tooltips presented by the series, if any.
hideToolTips(): void Returns void
hideToolTipsImmediate
Section titled "hideToolTipsImmediate"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Hides any internal tooltips presented by the series, if any.
hideToolTipsImmediate(): void Returns void
moveCursorPoint
Section titled "moveCursorPoint"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
ngOnInit(): void Returns void
notifyIndexedPropertiesChanged
Section titled "notifyIndexedPropertiesChanged"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Notifies the series that a visual property has changed, requiring a visual update.
notifyVisualPropertiesChanged(): void Returns void
playTransitionIn
Section titled "playTransitionIn"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Plays the assigned transition out animation, if any.
playTransitionIn(): void Returns void
playTransitionOut
Section titled "playTransitionOut"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Plays the assigned transition out animation, if any.
playTransitionOut(): void Returns void
playTransitionOutAndRemove
Section titled "playTransitionOutAndRemove"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Plays the assigned transition out animation, if any.
playTransitionOutAndRemove(): void Returns void
provideData
Section titled "provideData"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
provideData(data: any[]): void Parameters
- data:
any[]
Returns void
provideHighlightedData
Section titled "provideHighlightedData"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
provideHighlightedData(data: any[]): void Parameters
- data:
any[]
Returns void
removeAllAlternateViews
Section titled "removeAllAlternateViews"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Removes all alternate views of this series.
removeAllAlternateViews(): void Returns void
removeAlternateView
Section titled "removeAlternateView"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Call to null out the axes of the series;
removeAxes(): void Returns void
renderSeries
Section titled "renderSeries"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Replays the assigned transition in animation, if any.
this.series.replayTransitionIn();replayTransitionIn(): void Returns void
resolveTooltipBrush
Section titled "resolveTooltipBrush"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Gets the brush for tooltip labels.
resolveTooltipBrush(): string Returns string
scrollIntoView
Section titled "scrollIntoView"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
Scrolls the series to display the item for the specified data item. The series is scrolled by the minimum amount required to place the specified data item within the central 80% of the visible axis.
scrollIntoView(item: any): boolean Parameters
- item:
any- The data item (item) to scroll to.
The
ScrollIntoViewmethod is used to notifies the target axis or series that it should scroll the requested data item 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: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
Called when this series' Style is updated.
styleUpdated(): void Returns void
toWorldPosition
Section titled "toWorldPosition"Inherited from: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
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: IgxHorizontalAnchoredCategorySeriesComponent
_createFromInternal(internal: any): IgxSeriesComponent Parameters
- internal:
any