Represents the base class for all DataChartComponent series.

IgrSeries

new IgrSeries(props: P): IgrSeries

Returns IgrSeries

actualAreaFillOpacity: number
actualBrush: string
actualFocusBrush: string
actualFocusMode: SeriesSelectionMode
actualHighlightedValuesFadeOpacity: number
actualHighlightingFadeOpacity: number
actualHighlightingMode: SeriesHighlightingMode
actualHitTestMode: SeriesHitTestMode
actualLayers: IgrSeriesLayerCollection
actualLegendItemBadgeBrush: string
actualLegendItemBadgeOutline: string
actualLegendItemBadgeTemplate: IgDataTemplate
actualMarkerFillOpacity: number
actualOutline: string
actualResolution: number
actualSelectionBrush: string
actualSelectionMode: SeriesSelectionMode
actualThickness: number
areaFillOpacity: number
attachTooltipToRoot: boolean
autoCalloutLabelFormat: string
autoCalloutLabelFormatSpecifiers: any[]
autoCalloutValueLabelFormat: string

autoCalloutValueLabelFormatSpecifiers

Section titled "autoCalloutValueLabelFormatSpecifiers"
autoCalloutValueLabelFormatSpecifiers: any[]
brush: string
coercionMethods: any
dashArray: number[]
dataLegendGroup: string
dataSource: any
discreteLegendItemTemplate: IgDataTemplate
expectFunctions: boolean
finalValue: number
focusBrush: string
highlightedDataSource: any
highlightedLegendItemVisibility: Visibility
highlightedTitleSuffix: string
highlightedValuesDataLegendGroup: string
highlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode

highlightedValuesExtraPropertyOverlays

Section titled "highlightedValuesExtraPropertyOverlays"
highlightedValuesExtraPropertyOverlays: IgrSeriesLayerPropertyOverlayCollection
highlightedValuesFadeOpacity: number
highlightingFadeOpacity: number
hitTestMode: SeriesHitTestMode
index: number
isActualLegendFinancial: boolean
isComponentHighlightingModeIgnored: boolean
isDefaultToolTipSelected: boolean
isDropShadowEnabled: boolean
isHighlightingEnabled: boolean
layers: IgrSeriesLayerCollection
legend: any
legendItemBadgeMode: LegendItemBadgeMode
legendItemBadgeShape: LegendItemBadgeShape
legendItemBadgeTemplate: IgDataTemplate
legendItemTemplate: IgDataTemplate
legendItemVisibility: Visibility
lineCap: PenLineCap
lineJoin: PenLineJoin
markerFillOpacity: number
mouseOverEnabled: boolean
name: string
opacity: number
outline: string
outlineMode: SeriesOutlineMode
percentChange: number
renderRequested: object
resolution: number
safeActualBrush: string
selectionBrush: string
selectionThickness: number
shadowBlur: number
shadowColor: string
shadowOffsetX: number
shadowOffsetY: number
shouldAnimateOnDataSourceSwap: boolean
shouldHideAutoCallouts: boolean

shouldRemoveHighlightedDataOnLayerHidden

Section titled "shouldRemoveHighlightedDataOnLayerHidden"
shouldRemoveHighlightedDataOnLayerHidden: boolean

shouldShiftOpacityForSafeActualBrush

Section titled "shouldShiftOpacityForSafeActualBrush"
shouldShiftOpacityForSafeActualBrush: boolean
showDefaultTooltip: boolean
thickness: number
title: any
tooltipContainerTemplate: any
tooltipTemplate: any
transitionDuration: number
transitionEasingFunction: object
transitionInDuration: number
transitionInEasingFunction: object
transitionInSpeedType: TransitionInSpeedType
transitionOutCompleted: object
transitionOutDuration: number
transitionOutEasingFunction: object
transitionOutSpeedType: TransitionOutSpeedType
useItemWiseColors: boolean
useSingleShadow: boolean
visibility: Visibility
visibleRangeMarginBottom: number
visibleRangeMarginLeft: number
visibleRangeMarginRight: number
visibleRangeMarginTop: number
visibleRangeMode: SeriesVisibleRangeMode

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

get actualCloseLabel(): string

Returns string

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

get actualHighLabel(): string

Returns string

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

get actualLowLabel(): string

Returns string

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

get actualOpenLabel(): string

Returns string

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

get actualRadiusLabel(): string

Returns string

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

get actualValueLabel(): string

Returns string

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

get actualVolumeLabel(): string

Returns string

Gets unique key used to identify the series in data legend

get dataLegendKey(): string

Returns string

Returns whether the current series supports visual markers.

``

get hasMarkers(): boolean

Returns boolean

Gets whether the series has only marker as visuals

get hasOnlyMarkers(): boolean

Returns boolean

Gets whether the current series shows an area shape.

get hasValueAxis(): boolean

Returns boolean

Returns whether the current series has a visible marker style.

get hasVisibleMarkers(): boolean

Returns boolean

get i(): Series

Returns Series

Gets whether the series is an callout annotation layer.

get isAnnotationCalloutLayer(): boolean

Returns boolean

Gets whether the series is an crosshair annotation layer.

get isAnnotationCrosshairLayer(): boolean

Returns boolean

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

get isAnnotationDataLayer(): boolean

Returns boolean

Gets whether the series is final value annotation layer.

get isAnnotationFinalValue(): boolean

Returns 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

get isAnnotationHoverLayer(): boolean

Returns boolean

Gets whether the series is an annotation layer.

``

get isAnnotationLayer(): boolean

Returns boolean

Gets whether the series is a value annotation layer.

get isAnnotationValueLayer(): boolean

Returns boolean

Gets whether the current series shows an area shape.

get isArea(): boolean

Returns boolean

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

``

get isAreaOrLine(): boolean

Returns boolean

Gets whether the current series shows a horizontal column shape.

get isBar(): boolean

Returns boolean

Gets whether the current series is a category type series.

``

get isCategory(): boolean

Returns boolean

get isColoredItemwise(): boolean

Returns boolean

Gets whether the current series shows a column shape.

get isColumn(): boolean

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

``

get isDefaultCrosshairBehaviorDisabled(): boolean

Returns boolean

Gets whether the default tooltip behavior should be disabled if this series is present.

``

get isDefaultTooltipBehaviorDisabled(): boolean

Returns boolean

Gets whether the current series is a financial type series.

``

get isFinancial(): boolean

Returns boolean

Gets whether the series is financial indicator

get isFinancialIndicator(): boolean

Returns boolean

Gets whether the series is financial overlay

get isFinancialOverlay(): boolean

Returns boolean

Gets whether the series has financial OHLC/candlestick visuals

get isFinancialSeries(): boolean

Returns boolean

Gets whether the series is financial waterfall

get isFinancialWaterfall(): boolean

Returns boolean

Gets whether the current series is a stack fragment.

``

get isFragment(): boolean

Returns boolean

Gets whether the current series is a geographic series.

``

get isGeographic(): boolean

Returns boolean

Gets whether the series is a highlight overlay.

get isHighlightOverlay(): boolean

Returns boolean

Gets if the series uses an index, which can be used to auto-assign it a color.

``

get isIndexed(): boolean

Returns boolean

get isLayer(): boolean

Returns boolean

Gets whether the current series shows a line contour shape.

get isLineContour(): boolean

Returns boolean

Gets whether the current series shows only line shapes.

get isLineOnly(): boolean

Returns boolean

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

get isMarkerlessDisplayPreferred(): boolean

Returns boolean

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

get isNegativeColorSupported(): boolean

Returns boolean

Gets whether the current series shows a pie shape.

get isPie(): boolean

Returns boolean

Gets whether the current series shows pixels.

get isPixel(): boolean

Returns boolean

Gets whether the current series is a polar type series.

``

get isPolar(): boolean

Returns boolean

Gets whether the current series shows a polygon shape.

get isPolygon(): boolean

Returns boolean

Gets whether the current series shows a polyline shape.

get isPolyline(): boolean

Returns boolean

Gets whether the current series is a radial type series.

``

get isRadial(): boolean

Returns boolean

Gets whether the current series is a range type series.

``

get isRange(): boolean

Returns boolean

Gets whether the current series is a scatter type series.

``

get isScatter(): boolean

Returns boolean

Gets whether the current series is a shape type series.

get isShape(): boolean

Returns boolean

Gets whether the current series shows interactive shape controls.

get isShapeControl(): boolean

Returns boolean

Gets whether the current series shows a spline shape.

get isSpline(): boolean

Returns boolean

Gets whether the current series is a stacked type series.

``

get isStacked(): boolean

Returns boolean

Gets whether the current series shows step shapes.

get isStep(): boolean

Returns boolean

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

get isSummarizationSupported(): boolean

Returns boolean

Gets whether the current series shows a tile imagery.

get isTile(): boolean

Returns boolean

Gets whether the series is an annotation layer.

get isToolTipLayer(): boolean

Returns boolean

Gets if the series should appear in any legends.

``

get isUsableInLegend(): boolean

Returns boolean

Gets whether the series is final value annotation layer.

get isUserAnnotationLayer(): boolean

Returns boolean

Gets whether the series is final user annotation tooltip layer.

get isUserAnnotationToolTipLayer(): boolean

Returns boolean

Gets whether the current series shows an area shape.

get isValueAxisInverted(): boolean

Returns boolean

Gets whether the series is a value overlay.

get isValueOverlay(): boolean

Returns boolean

Gets whether the current series is oriented vertically.

``

get isVertical(): boolean

Returns boolean

Gets whether the current series shows a waterfall column shape.

get isWaterfall(): boolean

Returns boolean

get seriesInternal(): any

Returns any

bindAxes(axes: IgrAxis<IIgrAxisProps>[]): void

Parameters

Returns void

bindSeries(series: IgrSeries<IIgrSeriesProps>[]): void

Parameters

Returns void

componentDidMount(): void

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any

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

fromWorldPosition(world: IgPoint): IgPoint

Parameters

  • world: IgPoint
    • The world position from which to convert.

Returns IgPoint

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

getEffectiveViewport(): IgRect

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.

getExactItemIndex(world: IgPoint): number

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.

getItem(world: IgPoint): any

Parameters

  • world: IgPoint
    • The world coordinates to use.
    let item: number = this.series.getItem({x:.5,y:.5});

Returns any

Gets the item index associated with the specified world position

``

getItemIndex(world: IgPoint): number

Parameters

  • world: IgPoint

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.

``

getItemSpan(): number

Returns number

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

Parameters

  • item: any
  • memberPathName: string

Returns any

getMainContentViewport(): IgRect

Returns IgRect

Gets the value of a requested member path from the series.

getMemberPathValue(memberPathName: string): string

Parameters

  • memberPathName: string
    • The property name of a valid member path for the series

Returns string

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

Parameters

  • world: IgPoint
  • skipUnknowns: boolean

Returns number

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

Parameters

  • world: IgPoint
  • skipUnknowns: boolean

Returns number

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

Parameters

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

Returns number

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

Parameters

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

Returns IgPoint

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

Parameters

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

Returns number

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

Parameters

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

Returns IgPoint

getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): 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.

getSeriesValueBoundingBox(world: IgPoint): IgRect

Parameters

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

Returns IgRect

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

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.

getSeriesValueMarkerBoundingBox(world: IgPoint): IgRect

Parameters

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

Returns IgRect

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

Parameters

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

Returns IgPoint

getSeriesValuePositionFromSeriesPixel

Section titled "getSeriesValuePositionFromSeriesPixel"
getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint

Parameters

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

Returns IgPoint

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

getSeriesValueType(mode: string | ValueLayerValueMode): number[]

Parameters

Returns number[]

Gets position of series value for specified layer value mode

getSeriesValueTypePosition(mode: string | ValueLayerValueMode): IgPoint

Parameters

Returns IgPoint

getSeriesValueTypePositionFromValue

Section titled "getSeriesValueTypePositionFromValue"
getSeriesValueTypePositionFromValue(values: number[]): IgPoint

Parameters

  • values: number[]

Returns IgPoint

Gets an unscaled position in terms of axis values from a viewport position.

getUnscaledPosition(pos: IgPoint): IgPoint

Parameters

  • pos: IgPoint
    • The viewport relative position

Returns IgPoint

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

hideToolTips(): void

Returns void

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

hideToolTipsImmediate(): void

Returns void

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

moveCursorPoint(point: IgPoint): void

Parameters

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

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

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

Returns void

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

notifyIndexedPropertiesChanged(): void

Returns void

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

notifyVisualPropertiesChanged(): void

Returns void

Plays the assigned transition out animation, if any.

playTransitionIn(): void

Returns void

Plays the assigned transition out animation, if any.

playTransitionOut(): void

Returns void

Plays the assigned transition out animation, if any.

playTransitionOutAndRemove(): void

Returns void

provideData(data: any[]): void

Parameters

  • data: any[]

Returns void

provideHighlightedData(data: any[]): void

Parameters

  • data: any[]

Returns void

Removes all alternate views of this series.

removeAllAlternateViews(): void

Returns void

Removes an alternate view of this series.

removeAlternateView(viewIdentifier: string): void

Parameters

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

Returns void

Call to null out the axes of the series;

removeAxes(): void

Returns void

render(): any

Returns any

Renders the series.

renderSeries(animate: boolean): void

Parameters

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

Returns void

Replays the assigned transition in animation, if any.

``

replayTransitionIn(): void

Returns void

Gets the brush for tooltip labels.

resolveTooltipBrush(): string

Returns string

Requests that the provided item should be brought into view if possible.

scrollIntoView(item: any): boolean

Parameters

  • item: any
    • The item to attempt to bring into view.
    this.series.scrollIntoView(dataItem);

Returns boolean

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

Parameters

  • negativeBrush: string
  • negativeOutline: string

Returns void

shouldComponentUpdate(nextProps: any, nextState: any): boolean

Parameters

  • nextProps: any
  • nextState: any

Returns boolean

Simulates a pointer hover over the series surface.

simulateHover(point: IgPoint): void

Parameters

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

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

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

Returns void

Called when this series' Style is updated.

styleUpdated(): void

Returns void

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

toWorldPosition(seriesPoint: IgPoint): IgPoint

Parameters

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

Returns IgPoint

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

toWorldRect(rect: IgRect): IgRect

Parameters

  • rect: IgRect
    • The pixel rect within the plot area of the series.

Returns IgRect

_createFromInternal(internal: any): IgrSeries

Parameters

  • internal: any

Returns IgrSeries