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
Constructors
Section titled "Constructors"IgxItemLegendComponent
new IgxItemLegendComponent(renderer: Renderer2, elRef: ElementRef, ngZone: NgZone): IgxItemLegendComponent Returns IgxItemLegendComponent
Properties
Section titled "Properties"container
Section titled "container"container: Element ngAcceptInputType_isFinancial
Section titled "ngAcceptInputType_isFinancial"Inherited from: IgxLegendBaseComponent
ngAcceptInputType_isFinancial: string | boolean ngAcceptInputType_isItemwise
Section titled "ngAcceptInputType_isItemwise"ngAcceptInputType_isItemwise: string | boolean ngAcceptInputType_orientation
Section titled "ngAcceptInputType_orientation"ngAcceptInputType_orientation: string | LegendOrientation ɵcmp: ɵɵComponentDeclaration<IgxItemLegendComponent, "igx-item-legend", never, object, object, never, never, true, never> ɵfac: ɵɵFactoryDeclaration<IgxItemLegendComponent, never> Accessors
Section titled "Accessors"get i(): ItemLegend
Returns ItemLegend
isFinancial
Section titled "isFinancial"Inherited from: IgxLegendBaseComponent
Gets if the legend is a financial legend.
get isFinancial(): boolean
Returns boolean
isItemwise
Section titled "isItemwise"Gets whether or not this legend supports itemwise visuals
get isItemwise(): boolean
Returns boolean
orientation
Section titled "orientation"Gets or sets the current Legend object's orientation.
get orientation(): LegendOrientation
Returns LegendOrientation
textColor
Section titled "textColor"Gets or sets color of text
get textColor(): string
Returns string
set textColor(v: string): void Parameters
- v:
string
Returns void
textStyle
Section titled "textStyle"Gets or sets style of text.
get textStyle(): string
Returns string
set textStyle(v: string): void Parameters
- v:
string
Returns void
Methods
Section titled "Methods"createItemwiseLegendItems
Section titled "createItemwiseLegendItems"createItemwiseLegendItems(legendItems: any, series: any): void Parameters
- legendItems:
any - series:
any
Returns void
exportSerializedVisualData
Section titled "exportSerializedVisualData"Returns the legend visuals expressed as a serialized string.
exportSerializedVisualData(): any Returns any
exportVisualData
Section titled "exportVisualData"exportVisualData(): any Returns any
findByName
Section titled "findByName"Inherited from: IgxLegendBaseComponent
findByName(name: string): any Parameters
- name:
string
Returns any
flushTextContentChangedCheck
Section titled "flushTextContentChangedCheck"Inherited from: IgxLegendBaseComponent
Use to force the Legend to check for differences in text content.
flushTextContentChangedCheck(): void Returns void
ngOnDestroy
Section titled "ngOnDestroy"ngOnDestroy(): void Returns void
simulateClick
Section titled "simulateClick"Inherited from: IgxLegendBaseComponent
simulateClick(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulateHover
Section titled "simulateHover"Inherited from: IgxLegendBaseComponent
simulateHover(point: IgPoint): void Parameters
- point:
IgPoint
Returns void
simulateMouseLeave
Section titled "simulateMouseLeave"Inherited from: IgxLegendBaseComponent
simulateMouseLeave(): void