Represents a non-visual child of StackedSeriesBase.

IgrStackedFragmentSeries

new IgrStackedFragmentSeries(props: P): IgrStackedFragmentSeries

Returns IgrStackedFragmentSeries

actualAreaFillOpacity: number
actualBrush: string
actualDataLegendGroup: string

actualHighlightedValuesDataLegendGroup

Section titled "actualHighlightedValuesDataLegendGroup"
actualHighlightedValuesDataLegendGroup: string
actualHighlightedValuesDisplayMode: SeriesHighlightedValuesDisplayMode
actualHighlightingFadeOpacity: number
actualIsDropShadowEnabled: boolean
actualIsSplineShapePartOfRange: boolean
actualIsTransitionInEnabled: boolean
actualLegendItemBadgeMode: LegendItemBadgeMode
actualLegendItemBadgeShape: LegendItemBadgeShape
actualLegendItemBadgeTemplate: IgDataTemplate
actualLegendItemTemplate: IgDataTemplate
actualLegendItemVisibility: Visibility
actualLineCap: PenLineCap
actualMarkerBrush: string
actualMarkerFillMode: MarkerFillMode
actualMarkerFillOpacity: number
actualMarkerOutline: string
actualMarkerOutlineMode: MarkerOutlineMode
actualMarkerTemplate: IgDataTemplate
actualMarkerThickness: number
actualMarkerType: MarkerType
actualOpacity: number
actualOutline: string
actualOutlineMode: SeriesOutlineMode
actualRadiusX: number
actualRadiusY: number
actualShadowBlur: number
actualShadowColor: string
actualShadowOffsetX: number
actualShadowOffsetY: number
actualThickness: number
actualTransitionDuration: number
actualTransitionEasingFunction: object
actualTransitionInDuration: number
actualTransitionInEasingFunction: object
actualTransitionInMode: CategoryTransitionInMode
actualTransitionInSpeedType: TransitionInSpeedType
actualUseSingleShadow: boolean
actualValueMemberAsLegendLabel: string
actualValueMemberAsLegendUnit: string
actualVisibility: Visibility
areaFillOpacity: number
assigningCategoryMarkerStyle: object
assigningCategoryStyle: object
brush: string
dashArray: number[]
dataLegendGroup: string
dataSource: any[]
highlightedDataSource: any[]
highlightedValuesDataLegendGroup: string
highlightingFadeOpacity: number
isCustomCategoryMarkerStyleAllowed: boolean
isCustomCategoryStyleAllowed: boolean
isDropShadowEnabled: boolean
isSplineShapePartOfRange: boolean
isTransitionInEnabled: boolean
legendItemBadgeMode: LegendItemBadgeMode
legendItemBadgeShape: LegendItemBadgeShape
legendItemBadgeTemplate: IgDataTemplate
legendItemTemplate: IgDataTemplate
legendItemVisibility: Visibility
lineCap: PenLineCap
markerBrush: string
markerFillMode: MarkerFillMode
markerFillOpacity: number
markerOutline: string
markerOutlineMode: MarkerOutlineMode
markerTemplate: IgDataTemplate
markerThickness: number
markerType: MarkerType
name: string
opacity: number
outline: string
outlineMode: SeriesOutlineMode
parentOrLocalBrush: string
propertyUpdated: object
radiusX: number
radiusY: number
shadowBlur: number
shadowColor: string
shadowOffsetX: number
shadowOffsetY: number
thickness: number
title: any
transitionDuration: number
transitionEasingFunction: object
transitionInDuration: number
transitionInEasingFunction: object
transitionInMode: CategoryTransitionInMode
transitionInSpeedType: TransitionInSpeedType
useSingleShadow: boolean
valueMemberAsLegendLabel: string
valueMemberAsLegendUnit: string
valueMemberPath: string
visibility: Visibility
get nativeElement(): HTMLElement

Returns HTMLElement

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 item that is the best match for the specified world coordinates.

getItem(world: IgPoint): any

Parameters

  • world: IgPoint
    • The world coordinates to use.

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

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

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.

Returns void

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

notifyVisualPropertiesChanged(): void

Returns void

render(): any

Returns any

replayTransitionIn(): void

Returns void

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.

Returns boolean

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.

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.

Returns IgPoint

_createFromInternal(internal: any): IgrStackedFragmentSeries

Parameters

  • internal: any

Returns IgrStackedFragmentSeries