DataContext for a pie slice.

Hierarchy

Hierarchy

  • IgrDataContext
    • IgrPieSliceDataContext

Constructors

Accessors

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

    Returns string

  • set actualItemBrush(v): void
  • Parameters

    • v: string

    Returns void

  • get isOthersSlice(): boolean
  • Gets or sets whether this slice is an Others slice or not.

    Returns boolean

  • set isOthersSlice(v): void
  • Parameters

    • v: boolean

    Returns void

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

    Returns any

  • set item(v): 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): 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): void
  • Parameters

    • v: any

    Returns void

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

    Returns any

  • set legendLabel(v): void
  • Parameters

    • v: any

    Returns void

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

    Returns string

  • set outline(v): void
  • Parameters

    • v: string

    Returns void

  • get percentValue(): number
  • Gets or sets the value of this slice as a percentage of the total pie.

    Returns number

  • set percentValue(v): void
  • Parameters

    • v: number

    Returns void

  • get series(): any
  • Returns any

  • set series(v): void
  • Parameters

    • v: any

    Returns void

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

    Returns number

  • set thickness(v): void
  • Parameters

    • v: number

    Returns void

Methods

  • Parameters

    • name: string

    Returns any