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 i(): DataContext
  • Returns DataContext

  • 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 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