Represents a selected item within the chart. This should be treated as immutable while in the selected items collection. Changes while part of the collection will not be respected.

Hierarchy

Hierarchy

  • IgrChartSelection

Constructors

Accessors

  • get item(): any
  • Returns any

  • set item(v): void
  • Parameters

    • v: any

    Returns void

  • get matcher(): IgrSeriesMatcher
  • If set, allows for selecting a series based on a matcher. This should resolve to a single static series at the time that the chart selection is added to selected items. It will not be re-evaluated while the ChartSelection is in the selected items.

    Returns IgrSeriesMatcher

  • set matcher(v): void
  • Parameters

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

Methods

  • Parameters

    • other: any

    Returns boolean

  • Parameters

    • name: string

    Returns any

  • Returns number