DataContext for a pie slice.

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_isOthersSlice: string | boolean
ngAcceptInputType_percentValue: string | number
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 isOthersSlice(): boolean
  • Gets or sets whether this slice is an Others slice or not.

    Returns boolean

  • set isOthersSlice(v: boolean): void
  • Parameters

    • v: boolean

    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 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 percentValue(): number
  • Gets or sets the value of this slice as a percentage of the total pie.

    Returns number

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

    • v: number

    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