Represents a legend that displays an item for each point in the series.

You can use the ItemLegend to display a legend item for each data member bound to the BubbleSeries

Hierarchy

Hierarchy

Implements

  • OnDestroy

Constructors

Properties

container: Element
ngAcceptInputType_isFinancial: string | boolean
ngAcceptInputType_isItemwise: string | boolean
ngAcceptInputType_orientation: string | LegendOrientation
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get i(): ItemLegend
  • Returns ItemLegend

  • get isFinancial(): boolean
  • Gets if the legend is a financial legend.

    Returns boolean

  • get isItemwise(): boolean
  • Gets whether or not this legend supports itemwise visuals

    Returns boolean

  • get orientation(): LegendOrientation
  • Gets or sets the current Legend object's orientation.

    Returns LegendOrientation

  • set orientation(v: LegendOrientation): void
  • Parameters

    Returns void

  • get textColor(): string
  • Gets or sets color of text

    Returns string

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

    • v: string

    Returns void

  • get textStyle(): string
  • Gets or sets style of text.

    Returns string

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

    • v: string

    Returns void

Methods

  • Parameters

    • legendItems: any
    • series: any

    Returns void

  • Returns the legend visuals expressed as a serialized string.

    Returns any

  • Returns any

  • Parameters

    • name: string

    Returns any

  • Returns void