Class IgxHighDensityScatterSeriesComponent

Represents a IgxDataChartComponent series where a high volume of scatter points can be displayed.

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_dashArray: string | number[]
ngAcceptInputType_expectFunctions: string | boolean
ngAcceptInputType_finalValue: string | number
ngAcceptInputType_hasMarkers: string | boolean
ngAcceptInputType_hasOnlyMarkers: string | boolean
ngAcceptInputType_hasValueAxis: string | boolean
ngAcceptInputType_heatMaximum: string | number
ngAcceptInputType_heatMinimum: string | number
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_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_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_markerFillOpacity: string | number
ngAcceptInputType_mouseOverEnabled: string | boolean
ngAcceptInputType_opacity: string | number
ngAcceptInputType_outlineMode: string | SeriesOutlineMode
ngAcceptInputType_percentChange: string | number
ngAcceptInputType_pointExtent: string | number
ngAcceptInputType_progressiveLoad: string | boolean
ngAcceptInputType_progressiveStatus: 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_transitionInSpeedType: string | TransitionInSpeedType
ngAcceptInputType_useBruteForce: 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 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 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 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 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 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.

    let hasMarkers: 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 heatMaximum(): number
  • Gets or sets the value that maps to the maximum heat color.

    Returns number

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

    • v: number

    Returns void

  • get heatMaximumColor(): string
  • Gets or sets the color to use for the maximum end of the scale.

    Returns string

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

    • v: string

    Returns void

  • get heatMinimum(): number
  • Gets or sets the density value that maps to the minimum heat color.

    Returns number

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

    • v: number

    Returns void

  • get heatMinimumColor(): string
  • Gets or sets the color to use for the minimum end of the scale.

    Returns string

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

    • v: string

    Returns void

  • 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 the current series is a category type series.

    let isCategory: boolean = this.series.isCategory;
    

    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 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 markerless 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
  • Checks if this series is a scatter series

    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 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 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 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 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 pointExtent(): number
  • Gets or sets the the pixel extent of the square data points that are rendered.

    Returns number

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

    • v: number

    Returns void

  • get progressiveLoad(): boolean
  • Gets or sets the whether to progressively load the data into the chart.

    Returns boolean

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

    • v: boolean

    Returns void

  • get progressiveLoadStatusChanged(): EventEmitter<{
        args: IgxProgressiveLoadStatusEventArgs;
        sender: any;
    }>
  • Raised when the progressive loading state of the series has changed.

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

  • get progressiveStatus(): number
  • Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.

    Returns number

  • set progressiveStatus(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 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 useBruteForce(): boolean
  • Gets or sets the whether to use use brute force mode.

    Returns boolean

  • set useBruteForce(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 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 xMemberAsLegendLabel(): string
  • Gets or sets the label displayed before series X value in the Data Legend.

    Returns string

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

    • v: string

    Returns void

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

    Returns string

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

    • v: string

    Returns void

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

    Returns string

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

    • v: string

    Returns void

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

    Returns string

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

    • v: string

    Returns void

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

    Returns string

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

    • v: string

    Returns void

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

    Returns string

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

    • v: string

    Returns void

Methods

  • Determine if object can be used as XAxis

    Parameters

    • axis: any
      • The object to check

    Returns boolean

  • Determine if object can be used as YAxis

    Parameters

    • axis: any
      • The object to check

    Returns boolean

  • Parameters

    • name: string

    Returns any

  • Converts a point from world coordinates to coordinates within the viewport of the series.

    Parameters

    • world: IgPoint
      • The world position from which to convert.
      let pt: IgxPoint = this.series.fromWorldPosition({x:.5,y:.5});
      

    Returns IgPoint

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

    Returns IgRect

  • 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.
      let index: number = this.series.getExactItemIndex({x:.5,y:.5});
      

    Returns number

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

    Parameters

    • world: IgPoint
      • The world coordinates to use.

    Returns any

  • Gets the item index associated with the specified world position

    let index: number = this.series.getItemIndex({x:.5,y:.5});
    

    Parameters

    Returns number

  • For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned.

    let span: number = this.series.getItemSpan();
    

    Returns number

  • Parameters

    • item: any
    • memberPathName: string

    Returns any

  • Parameters

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

    Returns number

  • Parameters

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

    Returns number

  • Parameters

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

    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
      let box: IgxRect = this.series.getSeriesValueBoundingBox({x:.8,y:.8});
      

    Returns IgRect

  • Parameters

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

    Returns number

  • 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
      let box: IgxRect = this.series.getSeriesValueMarkerBoundingBox({x:.8,y:.8});
      

    Returns IgRect

  • Gets the data values of each axis associated with the specified value type. For example, if you specify mode as Maximum then it will return the maximum numerical value for each axis. For non-numerical axes it will return NaN.

    Parameters

    Returns number[]

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

    Returns void

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

    Returns void

  • 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

  • Returns void

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

    Returns void

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

    Returns void

  • Parameters

    • data: any[]

    Returns void

  • Removes all alternate views of this series.

    Returns void

  • Removes an alternate view of this series.

    Parameters

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

    Returns void

  • Call to null out the axes of the series;

    Returns void

  • Renders the series.

    Parameters

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

    Returns void

  • Replays the assigned transition in animation, if any.

    this.series.replayTransitionIn();
    

    Returns void

  • Gets the brush for tooltip labels.

    Returns string

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

    Returns boolean

  • Parameters

    • negativeBrush: string
    • negativeOutline: string

    Returns void

  • 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

  • Called when this series' Style is updated.

    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