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);

Hierarchy

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

ngAcceptInputType_actualAreaFillOpacity: string | number
ngAcceptInputType_actualHighlightingFadeOpacity: string | number
ngAcceptInputType_actualHighlightingMode: string | SeriesHighlightingMode
ngAcceptInputType_actualHitTestMode: string | SeriesHitTestMode
ngAcceptInputType_actualMarkerFillOpacity: string | number
ngAcceptInputType_actualResolution: string | number
ngAcceptInputType_actualThickness: string | number
ngAcceptInputType_areaFillOpacity: string | number
ngAcceptInputType_consolidatedItemHitTestBehavior: string | ConsolidatedItemHitTestBehavior
ngAcceptInputType_dashArray: string | number[]
ngAcceptInputType_expectFunctions: string | boolean
ngAcceptInputType_finalValue: string | number
ngAcceptInputType_hasMarkers: string | boolean
ngAcceptInputType_hasOnlyMarkers: string | boolean
ngAcceptInputType_hasValueAxis: string | boolean
ngAcceptInputType_highlightingFadeOpacity: string | number
ngAcceptInputType_hitTestMode: string | SeriesHitTestMode
ngAcceptInputType_isActualLegendFinancial: string | boolean
ngAcceptInputType_isAnnotationCalloutLayer: string | boolean
ngAcceptInputType_isAnnotationCrosshairLayer: string | boolean
ngAcceptInputType_isAnnotationFinalValue: string | boolean
ngAcceptInputType_isAnnotationHoverLayer: string | boolean
ngAcceptInputType_isAnnotationLayer: string | boolean
ngAcceptInputType_isAnnotationValueLayer: string | boolean
ngAcceptInputType_isArea: string | boolean
ngAcceptInputType_isAreaOrLine: string | boolean
ngAcceptInputType_isBar: string | boolean
ngAcceptInputType_isCategory: string | boolean
ngAcceptInputType_isColumn: string | boolean
ngAcceptInputType_isComponentHighlightingModeIgnored: string | boolean
ngAcceptInputType_isCustomCategoryMarkerStyleAllowed: string | boolean
ngAcceptInputType_isCustomCategoryStyleAllowed: string | boolean
ngAcceptInputType_isDefaultCrosshairBehaviorDisabled: string | boolean
ngAcceptInputType_isDefaultToolTipSelected: string | boolean
ngAcceptInputType_isDefaultTooltipBehaviorDisabled: string | boolean
ngAcceptInputType_isDropShadowEnabled: string | boolean
ngAcceptInputType_isFinancial: string | boolean
ngAcceptInputType_isFinancialIndicator: string | boolean
ngAcceptInputType_isFinancialOverlay: string | boolean
ngAcceptInputType_isFinancialSeries: string | boolean
ngAcceptInputType_isFinancialWaterfall: string | boolean
ngAcceptInputType_isFragment: string | boolean
ngAcceptInputType_isGeographic: string | boolean
ngAcceptInputType_isHighlightingEnabled: string | boolean
ngAcceptInputType_isIndexed: string | boolean
ngAcceptInputType_isLineContour: string | boolean
ngAcceptInputType_isLineOnly: string | boolean
ngAcceptInputType_isMarkerlessDisplayPreferred: string | boolean
ngAcceptInputType_isNegativeColorSupported: string | boolean
ngAcceptInputType_isPie: string | boolean
ngAcceptInputType_isPixel: string | boolean
ngAcceptInputType_isPolar: string | boolean
ngAcceptInputType_isPolygon: string | boolean
ngAcceptInputType_isPolyline: string | boolean
ngAcceptInputType_isRadial: string | boolean
ngAcceptInputType_isRange: string | boolean
ngAcceptInputType_isScatter: string | boolean
ngAcceptInputType_isShape: string | boolean
ngAcceptInputType_isShapeControl: string | boolean
ngAcceptInputType_isSpline: string | boolean
ngAcceptInputType_isStacked: string | boolean
ngAcceptInputType_isStep: string | boolean
ngAcceptInputType_isTile: string | boolean
ngAcceptInputType_isTransitionInEnabled: string | boolean
ngAcceptInputType_isUsableInLegend: string | boolean
ngAcceptInputType_isValueAxisInverted: string | boolean
ngAcceptInputType_isValueOverlay: string | boolean
ngAcceptInputType_isVertical: string | boolean
ngAcceptInputType_isWaterfall: string | boolean
ngAcceptInputType_legendItemBadgeMode: string | LegendItemBadgeMode
ngAcceptInputType_legendItemBadgeShape: string | LegendItemBadgeShape
ngAcceptInputType_legendItemVisibility: string | Visibility
ngAcceptInputType_lineCap: string | PenLineCap
ngAcceptInputType_lineJoin: string | PenLineJoin
ngAcceptInputType_markerCollisionAvoidance: string | CategorySeriesMarkerCollisionAvoidance
ngAcceptInputType_markerFillMode: string | MarkerFillMode
ngAcceptInputType_markerFillOpacity: string | number
ngAcceptInputType_markerOutlineMode: string | MarkerOutlineMode
ngAcceptInputType_markerThickness: string | number
ngAcceptInputType_markerType: string | MarkerType
ngAcceptInputType_mouseOverEnabled: string | boolean
ngAcceptInputType_opacity: string | number
ngAcceptInputType_outlineMode: string | SeriesOutlineMode
ngAcceptInputType_percentChange: string | number
ngAcceptInputType_radiusX: string | number
ngAcceptInputType_radiusY: string | number
ngAcceptInputType_resolution: string | number
ngAcceptInputType_shadowBlur: string | number
ngAcceptInputType_shadowOffsetX: string | number
ngAcceptInputType_shadowOffsetY: string | number
ngAcceptInputType_shouldHideAutoCallouts: string | boolean
ngAcceptInputType_showDefaultTooltip: string | boolean
ngAcceptInputType_thickness: string | number
ngAcceptInputType_transitionDuration: string | number
ngAcceptInputType_transitionInDuration: string | number
ngAcceptInputType_transitionInMode: string | CategoryTransitionInMode
ngAcceptInputType_transitionInSpeedType: string | TransitionInSpeedType
ngAcceptInputType_trendLineDashArray: string | number[]
ngAcceptInputType_trendLinePeriod: string | number
ngAcceptInputType_trendLineThickness: string | number
ngAcceptInputType_trendLineType: string | TrendLineType
ngAcceptInputType_useHighMarkerFidelity: string | boolean
ngAcceptInputType_useSingleShadow: string | boolean
ngAcceptInputType_visibility: string | Visibility
ngAcceptInputType_visibleRangeMarginBottom: string | number
ngAcceptInputType_visibleRangeMarginLeft: string | number
ngAcceptInputType_visibleRangeMarginRight: string | number
ngAcceptInputType_visibleRangeMarginTop: string | number
ngAcceptInputType_visibleRangeMode: string | SeriesVisibleRangeMode
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get actualAreaFillOpacity(): number
  • Gets the actual opacity applied to the area fill visual.

    let actualFillOpacity: number = series.actualAreaFillOpacity;
    

    Returns number

  • set actualAreaFillOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualBrush(): string
  • Gets the effective brush for the current series object.

    let actualBrush: string = series.actualBrush;
    

    Returns string

  • set actualBrush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualCloseLabel(): string
  • Gets the text that is displayed for the Close label in the tooltip.

    Returns string

  • get actualHighLabel(): string
  • Gets the text that is displayed for the High label in the tooltip.

    Returns string

  • get actualHighlightingFadeOpacity(): number
  • Gets actual highlighting fade opacity

    Returns number

  • set actualHighlightingFadeOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualHighlightingMode(): SeriesHighlightingMode
  • Gets actual highlighting mode

    Returns SeriesHighlightingMode

  • set actualHighlightingMode(v: SeriesHighlightingMode): void
  • Parameters

    Returns void

  • get actualHitTestMode(): SeriesHitTestMode
  • Resolved method of hit testing to use when pointing to items in the chart.

    let hitTestMode: SeriesHitTestMode = this.series.actualHitTestMode;
    

    Returns SeriesHitTestMode

  • set actualHitTestMode(v: SeriesHitTestMode): void
  • Parameters

    Returns void

  • get actualLegendItemBadgeBrush(): string
  • Gets the effective legend badge fill for the current series.

    Returns string

  • set actualLegendItemBadgeBrush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualLegendItemBadgeOutline(): string
  • Gets the effective legend badge outline for the current series.

    Returns string

  • set actualLegendItemBadgeOutline(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualLegendItemBadgeTemplate(): IgDataTemplate
  • Gets the actual legend item badge template used by the series.

    Returns IgDataTemplate

  • set actualLegendItemBadgeTemplate(v: IgDataTemplate): void
  • Parameters

    Returns void

  • get actualLowLabel(): string
  • Gets the text that is displayed for the Low label in the tooltip.

    Returns string

  • get actualMarkerBrush(): string
  • Gets the effective marker brush for the current series object.

    ActualMarkerBrush property gets the effective marker brush for the current series object. For example, you can use it like this:

     let effectiveMarkerBrush: string = this.series.actualMarkerBrush;

    Returns string

  • set actualMarkerBrush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualMarkerFillOpacity(): number
  • Gets the actual opacity applied to the fill of the markers.

    Returns number

  • set actualMarkerFillOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualMarkerOutline(): string
  • Gets the effective marker outline for the current series object.

    `ActualMarkerOutline` property gets the effective marker outline for the current series object. You can use it like this:
    
     let effectiveMarkerOutline: string = this.series.actualMarkerOutline;

    Returns string

  • set actualMarkerOutline(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualMarkerTemplate(): IgDataTemplate
  • Gets the effective marker template for the current series object.

    ActualMarkerTemplate property gets the effective marker template for the current series object. You can use it like this:

     let effectiveMarkerTemplate: IgxDataTemplate = this.series.actualMarkerTemplate;
    

    Returns IgDataTemplate

  • set actualMarkerTemplate(v: IgDataTemplate): void
  • Parameters

    Returns void

  • get actualOpenLabel(): string
  • Gets the text that is displayed for the Open label in the tooltip.

    Returns string

  • get actualOutline(): string
  • Gets the effective outline for the current series object.

    let actualOutline: string = series.ActualOutline;
    

    Returns string

  • set actualOutline(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualRadiusLabel(): string
  • Gets the text that is displayed for the Value label in the tooltip.

    Returns string

  • get actualResolution(): number
  • Returns number

  • set actualResolution(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualThickness(): number
  • Gets the effective Thickness for the current series object.

    Returns number

  • set actualThickness(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualTrendLineBrush(): string
  • Gets the effective TrendLineBrush for this series.

    The ActualTrendLineBrush property is used to gets the effective TrendLineBrush for this series.

    Returns string

  • set actualTrendLineBrush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualValueLabel(): string
  • Gets the text that is displayed for the Value label in the tooltip.

    Returns string

  • get actualVolumeLabel(): string
  • Gets the text that is displayed for the Volume label in the tooltip.

    Returns string

  • get areaFillOpacity(): number
  • Gets or sets the opacity applied to the area fill visual. This property only applies to series that have area visual.

    <igx-data-chart #chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-area-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    areaFillOpacity=.5>
    </igx-area-series>
    </igx-data-chart>

    Returns number

  • set areaFillOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get assigningCategoryMarkerStyle(): EventEmitter<{
        args: IgxAssigningCategoryMarkerStyleEventArgs;
        sender: any;
    }>
  • Event raised when Assigning Category Marker Style

    Returns EventEmitter<{
        args: IgxAssigningCategoryMarkerStyleEventArgs;
        sender: any;
    }>

  • get assigningCategoryStyle(): EventEmitter<{
        args: IgxAssigningCategoryStyleEventArgs;
        sender: any;
    }>
  • Event raised when Assigning Category Style

    Returns EventEmitter<{
        args: IgxAssigningCategoryStyleEventArgs;
        sender: any;
    }>

  • get brush(): string
  • Gets or sets the brush to use for the series.

    The Brush along with the Outline and Negative Brush can be used to affect the visuals of the Series.

    <igx-data-chart #chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-area-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    brush="red">
    </igx-area-series>
    </igx-data-chart>
    this.series.brush = "red";
    

    Returns string

  • set brush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get coercionMethods(): any
  • Gets or sets the coercion methods to use when loading data from data sources. Should be specified before setting any member paths, if being used. Setting it later will not cause data to be reimported into the chart.

     <igx-data-chart
    [dataSource]="data"
    >
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-line-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value">
    </igx-line-series>
    <igx-line-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    [coercionMethods]= cMethods
    valueMemberPath="value!ValueCoercion">
    </igx-line-series>
    </igx-data-chart>

    <-- position: content member-->

    cMethods: any = {
    ValueCoercion: function(value:number): number {return value+2;}
    }

    Returns any

  • set coercionMethods(v: any): void
  • Parameters

    • v: any

    Returns void

  • get consolidatedItemHitTestBehavior(): ConsolidatedItemHitTestBehavior
  • Determines the item returned in hit-testing when the pointer is over an object which represents several consolidated items.

    The ConsolidatedItemHitTestBehavior property is used to determines returned item in hit-testing when the pointer is over an object which represents several consolidated items.

    Returns ConsolidatedItemHitTestBehavior

  • set consolidatedItemHitTestBehavior(v: ConsolidatedItemHitTestBehavior): void
  • Parameters

    Returns void

  • get dashArray(): number[]
  • Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline the current series object.

    Returns number[]

  • set dashArray(v: number[]): void
  • Parameters

    • v: number[]

    Returns void

  • get dataLegendKey(): string
  • Gets unique key used to identify the series in data legend

    Returns string

  • get dataSource(): any
  • Returns any

  • set dataSource(value: any): void
  • Parameters

    • value: any

    Returns void

  • get discreteLegendItemTemplate(): IgDataTemplate
  • Gets or sets the DiscreteLegendItemTemplate property. The legend item control content is created according to the DiscreteLegendItemTemplate on-demand by the series object itself.

    Returns IgDataTemplate

  • set discreteLegendItemTemplate(v: IgDataTemplate): void
  • Parameters

    Returns void

  • get expectFunctions(): boolean
  • Gets or sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect.

    expectFunctions is used to decide whether the series should expect that its data source members need to be called as functions to get their values.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-line-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    expectFunctions=true
    valueMemberPath="MyFunction">
    </igx-line-series>
    </igx-data-chart>
    this.series.expectFunctions=true;
    

    Returns boolean

  • set expectFunctions(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get finalValue(): number
  • The final value of this series.

    Returns number

  • set finalValue(v: number): void
  • Parameters

    • v: number

    Returns void

  • get hasMarkers(): boolean
  • 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;
    

    Returns boolean

  • get hasOnlyMarkers(): boolean
  • Gets whether the series has only marker as visuals

    Returns boolean

  • get hasValueAxis(): boolean
  • Gets whether the current series shows an area shape.

    Returns boolean

  • get highlightingFadeOpacity(): number
  • Gets or sets the target opacity to fade to for fade style highlighting.

    Returns number

  • set highlightingFadeOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get hitTestMode(): SeriesHitTestMode
  • Method of hit testing to use when pointing to items in this series.

    The HitTestMode can be set to either:

    • Auto: automatically decide the appropriate hit test mode for the series.
    • ColorEncoded: use a color encoded off screen buffer for hit testing. Should always be O(1) time for determining a hit series. This increases frame render time and memory usage, however. Consider using this if hit testing time is degrading performance.
    • Computational: use a computational based approach to determine whether the series has been hit. This uses loose bounding boxes, in some cases, and can range in time complexity between O(1) and O(log n) to find a hit. This decreases frame render time compared to color encoded
    this.series.hitTestMode = SeriesHitTestMode.Computational;
    

    Returns SeriesHitTestMode

  • set hitTestMode(v: SeriesHitTestMode): void
  • Parameters

    Returns void

  • get isActualLegendFinancial(): boolean
  • Gets or sets whether the ActualLegend is FinancialLegend or normal Legend.

    Returns boolean

  • set isActualLegendFinancial(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isAnnotationCalloutLayer(): boolean
  • Gets whether the series is an callout annotation layer.

    Returns boolean

  • get isAnnotationCrosshairLayer(): boolean
  • Gets whether the series is an crosshair annotation layer.

    Returns boolean

  • get isAnnotationFinalValue(): boolean
  • Gets whether the series is final value annotation layer.

    Returns boolean

  • get isAnnotationHoverLayer(): boolean
  • 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

    Returns boolean

  • get isAnnotationLayer(): boolean
  • Gets whether the series is an annotation layer.

    let isAnnotationLayer: boolean = this.series.isAnnotationLayer;
    

    Returns boolean

  • get isAnnotationValueLayer(): boolean
  • Gets whether the series is a value annotation layer.

    Returns boolean

  • get isArea(): boolean
  • Gets whether the current series shows an area shape.

    Returns boolean

  • get isAreaOrLine(): boolean
  • Gets whether the current series shows an area or line shape.

    let isAreaorLine: boolean = this.series.isAreaorLine;
    

    Returns boolean

  • get isBar(): boolean
  • Gets whether the current series shows a horizontal column shape.

    Returns boolean

  • get isCategory(): boolean
  • Gets whether or not this series is Category series

    Returns boolean

  • get isColumn(): boolean
  • Gets whether the current series shows a column shape.

    Returns boolean

  • get isComponentHighlightingModeIgnored(): boolean
  • Gets or sets whether the component level highlight mode is ignored.

    Returns boolean

  • set isComponentHighlightingModeIgnored(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isCustomCategoryMarkerStyleAllowed(): boolean
  • Gets or sets whether this category series should allow custom style overrides of its individual marker visuals.

    Returns boolean

  • set isCustomCategoryMarkerStyleAllowed(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isCustomCategoryStyleAllowed(): boolean
  • Gets or sets whether this category series should allow custom style overrides of its individual visuals.

    Returns boolean

  • set isCustomCategoryStyleAllowed(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isDefaultCrosshairBehaviorDisabled(): boolean
  • 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;
    

    Returns boolean

  • get isDefaultToolTipSelected(): boolean
  • Gets if the default tooltip has been selected for display.

    To use the default tooltip set ShowDefaultTooltip to true.

    let isDefaultToolTipSelected: boolean = this.series.isDefaultToolTipSelected;
    

    Returns boolean

  • set isDefaultToolTipSelected(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isDefaultTooltipBehaviorDisabled(): boolean
  • Gets whether the default tooltip behavior should be disabled if this series is present.

     let isDefaultTooltipBehaviorDisabled: boolean = this.series.isDefaultTooltipBehaviorDisabled;
    

    Returns boolean

  • get isDropShadowEnabled(): boolean
  • Gets or sets whether drop shadow should be enabled for this series.

    IsDropShadowEnabled is used to decide whether drop shadow should be enabled for this series.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-line-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isDropShadowEnabled=true>
    </igx-line-series>
    </igx-data-chart>
    this.series.isDropShadowEnabled = true;
    

    Returns boolean

  • set isDropShadowEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isFinancial(): boolean
  • Gets whether the current series is a financial type series.

    let isFinancial: boolean = this.series.isFinancial;
    

    Returns boolean

  • get isFinancialIndicator(): boolean
  • Gets whether the series is financial indicator

    Returns boolean

  • get isFinancialOverlay(): boolean
  • Gets whether the series is financial overlay

    Returns boolean

  • get isFinancialSeries(): boolean
  • Gets whether the series has financial OHLC/candlestick visuals

    Returns boolean

  • get isFinancialWaterfall(): boolean
  • Gets whether the series is financial waterfall

    Returns boolean

  • get isFragment(): boolean
  • Gets whether the current series is a stack fragment.

    let isFragment: boolean = this.series.isFragment;
    

    Returns boolean

  • get isGeographic(): boolean
  • Gets whether the current series is a geographic series.

    let isGeographic: boolean = this.series.isGeographic;
    

    Returns boolean

  • get isHighlightingEnabled(): boolean
  • Gets or sets whether highlighting should be enabled for this series, if this type of series supports highlighting.

    <igx-data-chart #chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isHighlightEnabled="true">
    </igx-column-series>
    </igx-data-chart>
    this.series.isHighlightingEnabled = true;
    

    Returns boolean

  • set isHighlightingEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isIndexed(): boolean
  • Gets if the series uses an index, which can be used to auto-assign it a color.

    let isIndexed: boolean = this.series.isIndexed;
    

    Returns boolean

  • get isLineContour(): boolean
  • Gets whether the current series shows a line contour shape.

    Returns boolean

  • get isLineOnly(): boolean
  • Gets whether the current series shows only line shapes.

    Returns boolean

  • get isMarkerlessDisplayPreferred(): boolean
  • Overridden by derived series classes to indicate when marker-less display is preferred or not.

    Returns boolean

  • get isNegativeColorSupported(): boolean
  • Overridden by derived series classes to indicate when negative colors are supported or not.

    Returns boolean

  • get isPie(): boolean
  • Gets whether the current series shows a pie shape.

    Returns boolean

  • get isPixel(): boolean
  • Gets whether the current series shows pixels.

    Returns boolean

  • get isPolar(): boolean
  • Gets whether the current series is a polar type series.

    let isPolar: boolean = this.series.isPolar;
    

    Returns boolean

  • get isPolygon(): boolean
  • Gets whether the current series shows a polygon shape.

    Returns boolean

  • get isPolyline(): boolean
  • Gets whether the current series shows a polyline shape.

    Returns boolean

  • get isRadial(): boolean
  • Gets whether the current series is a radial type series.

    let isRadial: boolean = this.series.isRadial;
    

    Returns boolean

  • get isRange(): boolean
  • Gets whether the current series is a range type series.

    let isRange: boolean = this.series.isRange;
    

    Returns boolean

  • get isScatter(): boolean
  • Gets whether the current series is a scatter type series.

    let isScatter: boolean = this.series.isScatter;
    

    Returns boolean

  • get isShape(): boolean
  • Gets whether the current series is a shape type series.

    Returns boolean

  • get isShapeControl(): boolean
  • Gets whether the current series shows interactive shape controls.

    Returns boolean

  • get isSpline(): boolean
  • Gets whether the current series shows a spline shape.

    Returns boolean

  • get isStacked(): boolean
  • Gets whether the current series is a stacked type series.

    let isStacked: boolean = this.series.isStacked;
    

    Returns boolean

  • get isStep(): boolean
  • Gets whether the current series shows step shapes.

    Returns boolean

  • get isTile(): boolean
  • Gets whether the current series shows a tile imagery.

    Returns boolean

  • get isTransitionInEnabled(): boolean
  • Gets or sets whether the series should transition into the plot area when a new data source is assigned. Note: Transitions are not currently supported for stacked series.

    Set IsTransitionInEnabled to true if you want your chart series to animate into position when the chart is loading into view.

        <igx-data-chart [dataSource]="data" >
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>

    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isTransitionInEnabled="true">
    </igx-column-series>
    </igx-data-chart>
    let series = new IgxColumnSeriesComponent();
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath="value";
    series.isTransitionInEnabled="true";
    this.chart.series.add(series);

    Returns boolean

  • set isTransitionInEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isUsableInLegend(): boolean
  • Gets if the series should appear in any legends.

    let isUsableInLegend: boolean = this.series.isUsableInLegend;
    

    Returns boolean

  • get isValueAxisInverted(): boolean
  • Gets whether the current series shows an area shape.

    Returns boolean

  • get isValueOverlay(): boolean
  • Gets whether the series is a value overlay.

    Returns boolean

  • get isVertical(): boolean
  • Gets whether the current series is oriented vertically.

    let isVertical: boolean = this.series.isVertical;
    

    Returns boolean

  • get isWaterfall(): boolean
  • Gets whether the current series shows a waterfall column shape.

    Returns boolean

  • get legend(): any
  • Gets or sets the legend used for the current series.

    Returns any

  • set legend(v: any): void
  • Parameters

    • v: any

    Returns void

  • get legendItemBadgeMode(): LegendItemBadgeMode
  • Gets or sets the mode of legend badge representing the current series in a legend. This property will be ignored when the LegendItemTemplate/LegendItemBadgeTemplate property is set on the series

    Returns LegendItemBadgeMode

  • set legendItemBadgeMode(v: LegendItemBadgeMode): void
  • Parameters

    Returns void

  • get legendItemBadgeShape(): LegendItemBadgeShape
  • Gets or sets the type of legend badge representing the current series in a legend. This property will be ignored when the LegendItemTemplate/LegendItemBadgeTemplate property is set on the series

    Returns LegendItemBadgeShape

  • set legendItemBadgeShape(v: LegendItemBadgeShape): void
  • Parameters

    Returns void

  • get legendItemBadgeTemplate(): IgDataTemplate
  • Gets or sets the LegendItemBadgeTemplate property. The legend item badge is created according to the LegendItemBadgeTemplate on-demand by the series object itself.

    Returns IgDataTemplate

  • set legendItemBadgeTemplate(v: IgDataTemplate): void
  • Parameters

    Returns void

  • get legendItemTemplate(): IgDataTemplate
  • Gets or sets the LegendItemTemplate property. The legend item control content is created according to the LegendItemTemplate on-demand by the series object itself.

    Returns IgDataTemplate

  • set legendItemTemplate(v: IgDataTemplate): void
  • Parameters

    Returns void

  • get legendItemVisibility(): Visibility
  • Gets or sets the legend item visibility for the current series object.

    The LegendItemVisibilty can be used to exclude only certain Series from the Legend.

    Returns Visibility

  • set legendItemVisibility(v: Visibility): void
  • Parameters

    Returns void

  • get lineCap(): PenLineCap
  • Gets or sets the style of the starting point of any lines or polylines representing this series. Not every series type has a line at which it would be appropriate to display a start cap, so this property does not affect every series type. LineSeries, for example, is affected by StartCap, but ColumnSeries is not.

    Returns PenLineCap

  • set lineCap(v: PenLineCap): void
  • Parameters

    Returns void

  • get lineJoin(): PenLineJoin
  • Gets or sets the brush that specifies current series object's line join style.

    Returns PenLineJoin

  • set lineJoin(v: PenLineJoin): void
  • Parameters

    Returns void

  • get markerBrush(): string
  • Gets or sets the brush that specifies how the current series object's marker interiors are painted.

    MarkerBrush property gets or sets the brush that specifies how the current series object's marker interiors are painted. You can use it like this:

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    #series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerBrush = "blue">
    </igx-column-series>
    </igx-data-chart>
    this.series.markerBrush = "red";
    

    Returns string

  • set markerBrush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get markerCollisionAvoidance(): CategorySeriesMarkerCollisionAvoidance
  • The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.

    The MarkerCollisionAvoidance property controls the technique the chart uses to avoid overlapping markers.

    <igx-data-chart [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>

    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerType="circle"
    markerCollisionAvoidance= "fade"
    >
    </igx-column-series>
    </igx-data-chart>

    Returns CategorySeriesMarkerCollisionAvoidance

  • set markerCollisionAvoidance(v: CategorySeriesMarkerCollisionAvoidance): void
  • Parameters

    Returns void

  • get markerFillMode(): MarkerFillMode
  • Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.

    Returns MarkerFillMode

  • set markerFillMode(v: MarkerFillMode): void
  • Parameters

    Returns void

  • get markerFillOpacity(): number
  • Gets or sets the opacity applied to the fill of the markers. This property only applies to series that have area visual.

    Returns number

  • set markerFillOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get markerOutline(): string
  • Gets or sets the brush that specifies how the current series object's marker outlines are painted.

    MarkerOutline property gets or sets the brush that specifies how the current series object's marker outlines are painted. You can use it like this:

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    #series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerOutline = "blue">
    </igx-column-series>
    </igx-data-chart>
    this.series.markerOutline = "red";
    

    Returns string

  • set markerOutline(v: string): void
  • Parameters

    • v: string

    Returns void

  • get markerOutlineMode(): MarkerOutlineMode
  • Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.

    Returns MarkerOutlineMode

  • set markerOutlineMode(v: MarkerOutlineMode): void
  • Parameters

    Returns void

  • get markerTemplate(): IgDataTemplate
  • Gets or sets the MarkerTemplate for the current series object.

    MarkerTemplate property gets or sets the MarkerTemplate for the current series object. For example, you can use it like this:

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    #series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerTemplate="circleMarkerTemplate">
    </igx-column-series>
    </igx-data-chart>

    Returns IgDataTemplate

  • set markerTemplate(v: IgDataTemplate): void
  • Parameters

    Returns void

  • get markerThickness(): number
  • Gets or sets thickness of the marker outline

    Returns number

  • set markerThickness(v: number): void
  • Parameters

    • v: number

    Returns void

  • get markerType(): MarkerType
  • Gets or sets the marker type for the current series object. This property is ignored when the MarkerTemplate property is set

    MarkerType property gets or sets the marker type for the current series object. For example, you can set it like this:

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    #series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerType = "circle">
    </igx-column-series>
    </igx-data-chart>
    this.series.markerType = "circle";
    

    Returns MarkerType

  • set markerType(v: MarkerType): void
  • Parameters

    Returns void

  • get mouseOverEnabled(): boolean
  • Gets or sets the whether the chart reacts to mouse move events.

    Returns boolean

  • set mouseOverEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get name(): string
  • Returns string

  • set name(value: string): void
  • Parameters

    • value: string

    Returns void

  • get negativeBrush(): string
  • Gets or sets the brush to use for negative portions of the series.

    Gets or sets the color used to draw negative declines in values for this WaterfallSeries.

    <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"
    negativeBrush="#ff0000"
    valueMemberPath="value">
    </igx-waterfall-series>
    </igx-data-chart>
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath = "value";
    series.negativeBrush = "#ff0000";
    this.chart.series.add(series);

    Returns string

  • set negativeBrush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get negativeOutline(): string
  • Brush to use for outlining negative elements in the waterfall series.

    Gets or sets the color used to draw borders of negative declines in values for this WaterfallSeries.

    <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"
    negativeOutline="#ff0000"
    valueMemberPath="value">
    </igx-waterfall-series>
    </igx-data-chart>
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath = "value";
    series.negativeOutline = "#ff0000";
    this.chart.series.add(series);

    Returns string

  • set negativeOutline(v: string): void
  • Parameters

    • v: string

    Returns void

  • get opacity(): number
  • Returns number

  • set opacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get outline(): string
  • Gets or sets the brush to use for the outline of the series. Some series types, such as LineSeries, do not display outlines. Therefore, this property does not affect some charts.

    The Outline along with the Brush and NegativeBrush can be used to affect the visuals of the Series.

    <igx-data-chart #chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-area-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    outline="red">
    </igx-area-series>
    </igx-data-chart>
    this.series.brush = "red";
    

    Returns string

  • set outline(v: string): void
  • Parameters

    • v: string

    Returns void

  • get outlineMode(): SeriesOutlineMode
  • Gets or sets the outline mode to use for the series.

    Returns SeriesOutlineMode

  • set outlineMode(v: SeriesOutlineMode): void
  • Parameters

    Returns void

  • get percentChange(): number
  • The percent change from the beginning to the end of this series.

    Returns number

  • set percentChange(v: number): void
  • Parameters

    • v: number

    Returns void

  • get radiusX(): number
  • Gets or sets the x-radius of the ellipse that is used to round the corners of the column.

    Gets or sets the amount to round corners in the direction of the X axis in this series.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis #xAxis
    label="label">
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>
    <igx-waterfall-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    radiusX="15"
    radiusY="15"
    valueMemberPath="value">
    </igx-waterfall-series>
    </igx-data-chart>
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath = "value";
    series.radiusX = 15;
    series.radiusY = 15;
    this.chart.series.add(series);

    Returns number

  • set radiusX(v: number): void
  • Parameters

    • v: number

    Returns void

  • get radiusY(): number
  • Gets or sets the y-radius of the ellipse that is used to round the corners of the column.

    Gets or sets the amount to round corners in the direction of the Y axis in this series.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis #xAxis
    label="label">
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>
    <igx-waterfall-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    radiusX="15"
    radiusY="15"
    valueMemberPath="value">
    </igx-waterfall-series>
    </igx-data-chart>
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath = "value";
    series.radiusX = 15;
    series.radiusY = 15;
    this.chart.series.add(series);

    Returns number

  • set radiusY(v: number): void
  • Parameters

    • v: number

    Returns void

  • get renderRequested(): EventEmitter<{
        args: IgxRenderRequestedEventArgs;
        sender: any;
    }>
  • This event is raised every time a render has been requested from a series.

    Returns EventEmitter<{
        args: IgxRenderRequestedEventArgs;
        sender: any;
    }>

  • get resolution(): number
  • Gets or sets the current series object's rendering resolution.

    Setting the Resolution on a Series to a higher value can help with performance, but it will lower the graphical fidelity of the line. As such, it can be increased up until the fidelity is unacceptable.

     <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-line-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    resolution=1.5>
    </igx-line-series>
    </igx-data-chart>
    this.series.resolution = 1.5;
    

    Returns number

  • set resolution(v: number): void
  • Parameters

    • v: number

    Returns void

  • get seriesInternal(): any
  • Returns any

  • get shadowBlur(): number
  • Gets or sets the shadow blur. This property is ignored when Series.UseSingleShadow is set to true.

    ShadowBlur can be set in conjection with IsDropShadowEnabled to further define the drop shadow effect.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isDropShadowEnabled="true"
    shadowBlur="7"
    shadowColor="blue">
    </igx-column-series>
    </igx-data-chart>
    this.series.shadowBlur = 7;
    

    Returns number

  • set shadowBlur(v: number): void
  • Parameters

    • v: number

    Returns void

  • get shadowColor(): string
  • Gets or sets the drop shadow color.

    ShadowColor can be set in conjection with IsDropShadowEnabled to further define the drop shadow effect.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isDropShadowEnabled="true"
    shadowBlur="7"
    shadowColor="blue">
    </igx-column-series>
    </igx-data-chart>
    this.series.shadowColor = "blue";
    

    Returns string

  • set shadowColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get shadowOffsetX(): number
  • Gets or sets the drop shadow x-offset.

    ShadowOffsetX can be set in conjection with IsDropShadowEnabled to further define the drop shadow effect.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isDropShadowEnabled="true"
    shadowOffsetX="10"
    shadowOffsetY="10">
    </igx-column-series>
    </igx-data-chart>
    this.series.shadowOffsetX = 10;
    

    Returns number

  • set shadowOffsetX(v: number): void
  • Parameters

    • v: number

    Returns void

  • get shadowOffsetY(): number
  • Gets or sets the drop shadow y-offset.

    ShadowOffsetY can be set in conjection with IsDropShadowEnabled to further define the drop shadow effect.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isDropShadowEnabled="true"
    shadowOffsetX="10"
    shadowOffsetY="10">
    </igx-column-series>
    </igx-data-chart>
    this.series.shadowOffsetY = 10;
    

    Returns number

  • set shadowOffsetY(v: number): void
  • Parameters

    • v: number

    Returns void

  • get shouldHideAutoCallouts(): boolean
  • Gets or sets whether this series should suppress it's auto callouts

    Returns boolean

  • set shouldHideAutoCallouts(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get showDefaultTooltip(): boolean
  • Gets or sets whether default tooltip will be shown.

    The default tooltips display all the information relevant to the particular series item (series title, data values, axis values etc.) and are styled to match the series' style. When using default tooltips, you should also set the series Title.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    showDefaultTooltip="true"
    title="InStock Items">
    </igx-column-series>
    </igx-data-chart>
    this.series.showDefaultTooltip ="true";
    

    Returns boolean

  • set showDefaultTooltip(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get thickness(): number
  • Gets or sets the width of the current series object's line thickness.

    Depending on the Series type, this can be the main brush used, or just the outline. For example, when using a LineSeries it will affect the thickness of the lines drawn, whereas when using a ColumnSeries it will affect the outer border thickness of the columns.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-line-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    thickness=5>
    </igx-line-series>
    </igx-data-chart>
    this.series.thickness=5;
    

    Returns number

  • set thickness(v: number): void
  • Parameters

    • v: number

    Returns void

  • get title(): any
  • Gets or sets the Title property. The legend item control is created according to the Title on-demand by the series object itself.

    The Series Title may be used in tooltips and legends.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    showDefaultTooltip="true"
    title="InStock Items">
    </igx-column-series>
    </igx-data-chart>
    this.series.title = "InStock Items";
    

    Returns any

  • set title(v: any): void
  • Parameters

    • v: any

    Returns void

  • get tooltipContainerTemplate(): TemplateRef<any>
  • Returns TemplateRef<any>

  • set tooltipContainerTemplate(value: TemplateRef<any>): void
  • Parameters

    • value: TemplateRef<any>

    Returns void

  • get tooltipTemplate(): TemplateRef<any>
  • Returns TemplateRef<any>

  • set tooltipTemplate(value: TemplateRef<any>): void
  • Parameters

    • value: TemplateRef<any>

    Returns void

  • get transitionDuration(): number
  • Gets or sets the duration of the current series's morph.

    The TransitionDuration can be used to play animation when data is added or removed from a Series. To play an initial animation see TransitionInDuration.

    <igx-data-chart
    [dataSource]="data"
    animateSeriesWhenAxisRangeChanges=true>
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    transitionInMode="accordionFromBottom"
    isTransitionInEnabled=true
    transitionInSpeedType="indexScaled"
    transitionDuration=500
    transitionInDuration=500>
    </igx-column-series>
    </igx-data-chart>
    this.series.transitionDuration = 500;
    

    Returns number

  • set transitionDuration(v: number): void
  • Parameters

    • v: number

    Returns void

  • get transitionEasingFunction(): ((time: number) => number)
  • Gets or sets the easing function used to morph the current series.

    The TransitioninDuration and TransitionEasingFunction can be used to play animation when data is added or removed from a Series. To play an initial animation see TransitionInDuration.

    this.series.transitionEasingFunction =  EasingFunctions.cubicEase;
    

    Returns ((time: number) => number)

      • (time: number): number
      • Gets or sets the easing function used to morph the current series.

        The TransitioninDuration and TransitionEasingFunction can be used to play animation when data is added or removed from a Series. To play an initial animation see TransitionInDuration.

        this.series.transitionEasingFunction =  EasingFunctions.cubicEase;
        

        Parameters

        • time: number

        Returns number

  • set transitionEasingFunction(v: ((time: number) => number)): void
  • Parameters

    • v: ((time: number) => number)
        • (time: number): number
        • Parameters

          • time: number

          Returns number

    Returns void

  • get transitionInDuration(): number
  • Gets or sets the duration of the current series's transition in morph.

    The TransitionInDuration can be used with IsTransitionInEnabled to cofigure the animation when a new datasource is loaded.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    transitionInMode="accordionFromBottom"
    isTransitionInEnabled=true
    transitionInSpeedType="indexScaled"
    transitionDuration=500
    transitionInDuration=500>
    </igx-column-series>
    </igx-data-chart>
    this.series.transitionDuration = 500;
    

    Returns number

  • set transitionInDuration(v: number): void
  • Parameters

    • v: number

    Returns void

  • get transitionInEasingFunction(): ((time: number) => number)
  • Gets or sets the EasingFunction used to morph the current series during the initial transition.

    The TransitionInEasingFunction can be used with IsTransitionInEnabled to cofigure the animation when a new datasource is loaded.

    this.series.transitionInEasingFunction =  EasingFunctions.cubicEase;
    

    Returns ((time: number) => number)

      • (time: number): number
      • Gets or sets the EasingFunction used to morph the current series during the initial transition.

        The TransitionInEasingFunction can be used with IsTransitionInEnabled to cofigure the animation when a new datasource is loaded.

        this.series.transitionInEasingFunction =  EasingFunctions.cubicEase;
        

        Parameters

        • time: number

        Returns number

  • set transitionInEasingFunction(v: ((time: number) => number)): void
  • Parameters

    • v: ((time: number) => number)
        • (time: number): number
        • Parameters

          • time: number

          Returns number

    Returns void

  • get transitionInMode(): CategoryTransitionInMode
  • Gets or sets the method by which to animate the data into the chart when the chart data source is swapped. Note: Transitions are not currently supported for stacked series.

    TransitionInMode controls the direction of the transition-in animation.

        <igx-data-chart
    [dataSource]="data" >
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>

    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isTransitionInEnabled="true"
    transitionInMode="accordionfromRight">
    </igx-column-series>
    </igx-data-chart>
    let series = new IgxColumnSeriesComponent();
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath="value";
    series.transitionInMode="accordionfromRight";
    this.chart.series.add(series);

    this.columnSeries2.transitionInMode= "accordionfromRight";

    Returns CategoryTransitionInMode

  • set transitionInMode(v: CategoryTransitionInMode): void
  • Parameters

    Returns void

  • get transitionInSpeedType(): TransitionInSpeedType
  • Gets or sets the duration of the current series's transition in morph.

    The TransitionInSpeedType can be used with IsTransitionInEnabled to cofigure the animation when a new datasource is loaded.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    transitionInMode="accordionFromBottom"
    isTransitionInEnabled=true
    transitionInSpeedType="indexScaled"
    transitionInDuration=500>
    </igx-column-series>
    </igx-data-chart>
    this.series.transitionInSpeedType = TransitionInSpeedType.IndexScaled;
    

    Returns TransitionInSpeedType

  • set transitionInSpeedType(v: TransitionInSpeedType): void
  • Parameters

    Returns void

  • get trendLineBrush(): string
  • Gets or sets the brush to use to draw the trend line.

    The TrendLineBrush property is used to brush the trend line.

    <igx-data-chart [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>

    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerType="circle"
    trendLineBrush= "grey" >
    </igx-column-series>
    </igx-data-chart>
    series.trendLineBrush="red";
    

    Returns string

  • set trendLineBrush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get trendLineDashArray(): number[]
  • Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to draw the trend line for the current series object.

    Returns number[]

  • set trendLineDashArray(v: number[]): void
  • Parameters

    • v: number[]

    Returns void

  • get trendLinePeriod(): number
  • Gets or sets the trend line period for the current series. The typical, and initial, value for trend line period is 7.

    The TrendLinePeriod property is used for trend line period of the current series.

    <igx-data-chart [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>

    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerType="circle"
    trendLinePeriod: "7">
    </igx-column-series>
    </igx-data-chart>
    series.trendLinePeriod= 7;
    

    Returns number

  • set trendLinePeriod(v: number): void
  • Parameters

    • v: number

    Returns void

  • get trendLineThickness(): number
  • Gets or sets the thickness of the current series object's trend line.

    The TrendLineThickness property is used for thickness of the current series object's trend line.

    <igx-data-chart [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerType="circle"
    trendLineThickness= 2 >
    </igx-column-series>
    </igx-data-chart>
    series.trendLineThickness= 2;
    

    Returns number

  • set trendLineThickness(v: number): void
  • Parameters

    • v: number

    Returns void

  • get trendLineType(): TrendLineType
  • Gets or sets the trend type for the current series object.

    The TrendLineType property is used for the current series object's trend type.'

    <igx-data-chart [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>

    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerType="circle"
    trendLineType="simpleAverage" >
    </igx-column-series>
    </igx-data-chart>
    series.trendLineType= "CubicFit";
    

    Returns TrendLineType

  • set trendLineType(v: TrendLineType): void
  • Parameters

    Returns void

  • get useHighMarkerFidelity(): boolean
  • Sets or Gets whether to increase marker fidelity for extreme data shapes that have lots of Y variation over short X intervals.

    Set UseHighMarkerFidelity when your data has high variation along the y-axis within a short span of this x-axis.

    <igx-data-chart [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    markerType="circle"
    useHighMarkerFidelity="true">
    </igx-column-series>
    </igx-data-chart>
    let series = new IgxColumnSeriesComponent();
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath= "value";
    series.useHighMarkerFidelity= "true";
    this.chart.series.add(series);
          this.columnSeries2.useHighMarkerFidelity= "true";
    

    Returns boolean

  • set useHighMarkerFidelity(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get useSingleShadow(): boolean
  • Gets or sets whether drop shadow is applied to the whole series visual or to each of the individual shapes forming the series. When this property is set to true, no Series.ShadowBlur is applied.

    <igx-data-chart
    [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis
    #yAxis>
    </igx-numeric-y-axis>
    <igx-line-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value"
    isDropShadowEnabled=true
    markerType="circle"
    useSingleShadow=true>
    </igx-line-series>
    </igx-data-chart>
    this.series.useSingleShadow = true;
    

    Returns boolean

  • set useSingleShadow(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get valueMemberAsLegendLabel(): string
  • Gets or sets the label displayed before series value in the Data Legend.

    Returns string

  • set valueMemberAsLegendLabel(v: string): void
  • Parameters

    • v: string

    Returns void

  • get valueMemberAsLegendUnit(): string
  • Gets or sets the unit displayed after series value in the Data Legend.

    Returns string

  • set valueMemberAsLegendUnit(v: string): void
  • Parameters

    • v: string

    Returns void

  • get valueMemberPath(): string
  • Gets or sets the value mapping property for the current series object.

    The ValueMemberPath property is used for the value mapping property of the current series object.

    <igx-data-chart [dataSource]="data">
    <igx-category-x-axis
    label="label"
    #xAxis>
    </igx-category-x-axis>
    <igx-numeric-y-axis #yAxis>
    </igx-numeric-y-axis>

    <igx-column-series
    [xAxis]="xAxis"
    [yAxis]="yAxis"
    valueMemberPath="value" >
    </igx-column-series>
    </igx-data-chart>

    Returns string

  • set valueMemberPath(v: string): void
  • Parameters

    • v: string

    Returns void

  • get visibility(): Visibility
  • Returns Visibility

  • set visibility(v: Visibility): void
  • Parameters

    Returns void

  • get visibleRangeMarginBottom(): number
  • Gets or sets the bottom margin to use when getting a visible axis range for the series.

    Returns number

  • set visibleRangeMarginBottom(v: number): void
  • Parameters

    • v: number

    Returns void

  • get visibleRangeMarginLeft(): number
  • Gets or sets the left margin to use when getting a visible axis range for the series.

    Returns number

  • set visibleRangeMarginLeft(v: number): void
  • Parameters

    • v: number

    Returns void

  • get visibleRangeMarginRight(): number
  • Gets or sets the right margin to use when getting a visible axis range for the series.

    Returns number

  • set visibleRangeMarginRight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get visibleRangeMarginTop(): number
  • Gets or sets the top margin to use when getting a visible axis range for the series.

    Returns number

  • set visibleRangeMarginTop(v: number): void
  • Parameters

    • v: number

    Returns void

  • get visibleRangeMode(): SeriesVisibleRangeMode
  • Gets or sets the visible range mode to use.

    Returns SeriesVisibleRangeMode

  • set visibleRangeMode(v: SeriesVisibleRangeMode): void
  • Parameters

    Returns void

  • get xAxis(): IgxCategoryAxisBaseComponent
  • Gets or sets the effective x-axis for this series.

    Instantiate xAxis

     <igx-data-chart
    [dataSource]="data" >
    <igx-category-x-axis
    label="label"
    #xAxis
    >
    </igx-category-x-axis>
    <igx-column-series
    ...
    [xAxis]="xAxis"
    ...
    >
    </igx-column-series>
    </igx-data-chart>
    let series = new IgxColumnSeriesComponent();
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath="value";
    this.chart.series.add(series);

    Returns IgxCategoryAxisBaseComponent

  • set xAxis(v: IgxCategoryAxisBaseComponent): void
  • Parameters

    Returns void

  • get yAxis(): IgxNumericYAxisComponent
  • Gets or sets the effective y-axis for this series.

    Instantiate yAxis

     <igx-data-chart
    [dataSource]="data" >
    <igx-numeric-y-axis
    minimumValue="0"
    #yAxis>
    </igx-numeric-y-axis>
    <igx-column-series
    ...
    [yAxis]="yAxis"
    ...
    >
    </igx-column-series>
    </igx-data-chart>
    let series = new IgxColumnSeriesComponent();
    series.xAxis = this.xAxis;
    series.yAxis = this.yAxis;
    series.valueMemberPath="value";
    this.chart.series.add(series);

    Returns IgxNumericYAxisComponent

  • set yAxis(v: IgxNumericYAxisComponent): void
  • Parameters

    Returns void

Methods

  • Determine if object can be used as XAxis

    Parameters

    • axis: any
      • The object to check

      You can use the CanUseAsXAxis method to determine if object can be used as XAxis

       var x = this.financialSeries.CanUseAsXAxis(this.xAxis);
      

    Returns boolean

  • Determine if object can be used as YAxis

    Parameters

    • axis: any
      • The object to check

      You can use the CanUseAsYAxis method to determine if object can be used as YAxis

       N/A
      

    Returns boolean

  • 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
    

    Returns number

  • 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.

    Parameters

    • world: IgPoint
      • The world position for which to return the index.

    Returns number

  • Gets the item that is the best match for the specified world coordinates.

    Parameters

    • world: IgPoint
      • The world coordinates to use.

      The getItem method 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

  • 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();
    

    Returns number

  • 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
    

    Returns number

  • If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.

    Parameters

    • world: IgPoint
      • The world coordinate for which to get a value bounding box for

      Returns a bounding box Rect for a data value given a Point.

      let box : IgxRect = series.getSeriesValueBoundingBox({x: 4, y: 7});
      

    Returns IgRect

  • 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.

    Parameters

    • world: IgPoint
      • The world coordinates for which to get a value marker bounding box for

      You can use the GetCategoryWidth to get the width of the category grouping a series is in.

      var x = financialSeries.GetSeriesValueMarkerBoundingBox(new IgxPoint());
      
       N/A
      

    Returns IgRect

  • Moves the cursor point to the provided world position. Some series may react to the current cursor position.

    Parameters

    • point: IgPoint
      • The cursor point, in world coordinates.

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

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

    Returns void

  • Removes an alternate view of this series.

    Parameters

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

    Returns void

  • Renders the series.

    Parameters

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

    Returns void

  • 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.

    Parameters

    • item: any
      • The data item (item) to scroll to.

      The ScrollIntoView method 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

  • Simulates a pointer hover over the series surface.

    Parameters

    • point: IgPoint
      • The pointer position relative to the series viewport over which to hover.

      When tooltips are enabled, SimulateHover can be used to automatically display the tooltip over a particular series item.

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

    Returns void

  • Converts a point from coordinates within the series plot area to a world position within axis space.

    Parameters

    • seriesPoint: IgPoint
      • The pixel location within the plot area of the series.
      this.series.toWorldPosition({x:500,y:500});
      

    Returns IgPoint