Represents a legend that displays information about each series, most often used in financial charting.

Hierarchy

Hierarchy

Implements

  • OnDestroy

Constructors

Properties

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

Accessors

  • get i(): FinancialLegend
  • Returns FinancialLegend

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

    Returns boolean

  • get isItemwise(): boolean
  • Gets if the legend is item-wise.

    Returns boolean

Methods

  • Returns the legend visuals expressed as a serialized string.

    Returns string

  • Parameters

    • name: string

    Returns any

  • Returns void