Represents the base class for a legend in IgxDataChartComponent.
Constructors
Section titled "Constructors"IgxLegendBaseComponent
new IgxLegendBaseComponent(): IgxLegendBaseComponent Returns IgxLegendBaseComponent
Properties
Section titled "Properties"ngAcceptInputType_isFinancial
Section titled "ngAcceptInputType_isFinancial"ngAcceptInputType_isFinancial: string | boolean ngAcceptInputType_isItemwise
Section titled "ngAcceptInputType_isItemwise"ngAcceptInputType_isItemwise: string | boolean Accessors
Section titled "Accessors"get i(): LegendBase
Returns LegendBase
isFinancial
Section titled "isFinancial"Gets if the legend is a financial legend.
get isFinancial(): boolean
Returns boolean
isItemwise
Section titled "isItemwise"Gets if the legend is item-wise.
get isItemwise(): boolean
Returns boolean
Methods
Section titled "Methods"exportSerializedVisualData
Section titled "exportSerializedVisualData"Returns the legend visuals expressed as a serialized string.
exportSerializedVisualData(): string Returns string
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
flushTextContentChangedCheck
Section titled "flushTextContentChangedCheck"Use to force the Legend to check for differences in text content.
flushTextContentChangedCheck(): void Returns void
simulateClick
Section titled "simulateClick"simulateClick(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulateHover
Section titled "simulateHover"simulateHover(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulateMouseLeave
Section titled "simulateMouseLeave"simulateMouseLeave(): void