Represents the base class for a legend in IgxDataChartComponent.

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_isFinancial: string | boolean
ngAcceptInputType_isItemwise: string | boolean

Accessors

  • get i(): LegendBase
  • Returns LegendBase

  • 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