Information about the clicked slice.

Constructors

Accessors

  • get bounds(): IgRect
  • The bounds of the slice.

    Returns IgRect

  • set bounds(v): void
  • Parameters

    • v: IgRect

    Returns void

  • get index(): number
  • The index of the slice.

    Returns number

  • set index(v): void
  • Parameters

    • v: number

    Returns void

  • get item(): any
  • The data item for the clicked slice.

    Returns any

  • set item(v): void
  • Parameters

    • v: any

    Returns void

  • get position(): IgPoint
  • The position of the mouse relative to the funnel chart.

    Returns IgPoint

  • set position(v): void
  • Parameters

    • v: IgPoint

    Returns void