Represents the funnel slice data currently in context.

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_thickness: string | number

Accessors

  • get actualItemBrush(): string
  • Gets the actual resolved brush in use for the item that is in context.

    Returns string

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

    • v: string

    Returns void

  • get item(): any
  • Gets the item that is in context.

    Returns any

  • set item(v: any): void
  • Parameters

    • v: any

    Returns void

  • get itemBrush(): string
  • Gets the potential brush in usage for the item in context.

    Returns string

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

    • v: string

    Returns void

  • get itemLabel(): any
  • Gets the label in use for the item in context, if available.

    Returns any

  • set itemLabel(v: any): void
  • Parameters

    • v: any

    Returns void

  • get itemOutline(): string
  • Gets or sets the Outline to use to color the item.

    Returns string

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

    • v: string

    Returns void

  • get legendLabel(): any
  • Gets the legend label to use for the item in context, if available.

    Returns any

  • set legendLabel(v: any): void
  • Parameters

    • v: any

    Returns void

  • get outline(): string
  • Gets the outline in use for the item in context.

    Returns string

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

    • v: string

    Returns void

  • get series(): any
  • Returns any

  • set series(v: any): void
  • Parameters

    • v: any

    Returns void

  • get thickness(): number
  • Gets the thickness of the item in context.

    Returns number

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

    • v: number

    Returns void

Methods

  • Parameters

    • name: string

    Returns any