Properties Readonly
ATTRIBUTE_ NODE ATTRIBUTE_ NODE: number
Readonly
CDATA_ SECTION_ NODE CDATA_ SECTION_ NODE: number
Readonly
COMMENT_ NODE COMMENT_ NODE: number
Readonly
DOCUMENT_ FRAGMENT_ NODE DOCUMENT_ FRAGMENT_ NODE: number
Readonly
DOCUMENT_ NODE DOCUMENT_ NODE: number
Readonly
DOCUMENT_ POSITION_ CONTAINED_ BY DOCUMENT_ POSITION_ CONTAINED_ BY: number
Readonly
DOCUMENT_ POSITION_ CONTAINS DOCUMENT_ POSITION_ CONTAINS: number
Readonly
DOCUMENT_ POSITION_ DISCONNECTED DOCUMENT_ POSITION_ DISCONNECTED: number
Readonly
DOCUMENT_ POSITION_ FOLLOWING DOCUMENT_ POSITION_ FOLLOWING: number
Readonly
DOCUMENT_ POSITION_ IMPLEMENTATION_ SPECIFIC DOCUMENT_ POSITION_ IMPLEMENTATION_ SPECIFIC: number
Readonly
DOCUMENT_ POSITION_ PRECEDING DOCUMENT_ POSITION_ PRECEDING: number
Readonly
DOCUMENT_ TYPE_ NODE DOCUMENT_ TYPE_ NODE: number
Readonly
ELEMENT_ NODE ELEMENT_ NODE: number
Readonly
ENTITY_ NODE ENTITY_ NODE: number
Readonly
ENTITY_ REFERENCE_ NODE ENTITY_ REFERENCE_ NODE: number
Readonly
NOTATION_ NODE NOTATION_ NODE: number
Readonly
PROCESSING_ INSTRUCTION_ NODE PROCESSING_ INSTRUCTION_ NODE: number
Readonly
TEXT_ NODE TEXT_ NODE: number
access Key access Key: string
Readonly
access Key Label access Key Label: string
aria Atomic aria Atomic: string
aria Auto Complete aria Auto Complete: string
aria Checked aria Checked: string
aria Col Count aria Col Count: string
aria Col Index aria Col Index: string
aria Col Index Text aria Col Index Text: string
aria Col Span aria Col Span: string
aria Current aria Current: string
aria Disabled aria Disabled: string
aria Expanded aria Expanded: string
aria Has Popup aria Has Popup: string
aria Hidden aria Hidden: string
aria Invalid aria Invalid: string
aria Key Shortcuts aria Key Shortcuts: string
aria Label aria Label: string
aria Level aria Level: string
aria Modal aria Modal: string
aria Multi Line aria Multi Line: string
aria Multi Selectable aria Multi Selectable: string
aria Orientation aria Orientation: string
aria Placeholder aria Placeholder: string
aria Pos In Set aria Pos In Set: string
aria Pressed aria Pressed: string
aria Read Only aria Read Only: string
aria Required aria Required: string
aria Role Description aria Role Description: string
aria Row Count aria Row Count: string
aria Row Index aria Row Index: string
aria Row Index Text aria Row Index Text: string
aria Row Span aria Row Span: string
aria Selected aria Selected: string
aria Set Size aria Set Size: string
aria Value Max aria Value Max: string
aria Value Min aria Value Min: string
aria Value Now aria Value Now: string
aria Value Text aria Value Text: string
Readonly
assigned Slot assigned Slot: HTMLSlotElement
Readonly
attributes attributes: NamedNodeMap
autocapitalize autocapitalize: string
autofocus autofocus: boolean
Readonly
baseURI baseURI: string
Readonly
child Element Count child Element Count: number
Readonly
child Nodes child Nodes: NodeListOf < ChildNode >
Readonly
children children: HTMLCollection
Readonly
class List class List: DOMTokenList
class Name class Name: string
Readonly
client Height client Height: number
Readonly
client Left client Left: number
Readonly
client Top client Top: number
Readonly
client Width client Width: number
content Editable content Editable: string
Readonly
dataset dataset: DOMStringMap
draggable draggable: boolean
enter Key Hint enter Key Hint: string
Readonly
first Child first Child: ChildNode
Readonly
first Element Child first Element Child: Element
innerHTML innerHTML: string
inner Text inner Text: string
input Mode input Mode: string
Readonly
is Connected is Connected: boolean
Readonly
is Content Editable is Content Editable: boolean
Readonly
last Child last Child: ChildNode
Readonly
last Element Child last Element Child: Element
Readonly
local Name local Name: string
Readonly
namespaceURI namespaceURI: string
Readonly
next Element Sibling next Element Sibling: Element
Readonly
next Sibling next Sibling: ChildNode
Readonly
node Name node Name: string
Readonly
node Type node Type: number
node Value node Value: string
Optional
nonce nonce?: string
Readonly
offset Height offset Height: number
Readonly
offset Left offset Left: number
Readonly
offset Parent offset Parent: Element
Readonly
offset Top offset Top: number
Readonly
offset Width offset Width: number
onabort onabort: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: UIEvent Returns any onanimationcancel onanimationcancel: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: AnimationEvent Returns any onanimationend onanimationend: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: AnimationEvent Returns any onanimationiteration onanimationiteration: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: AnimationEvent Returns any onanimationstart onanimationstart: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: AnimationEvent Returns any onauxclick onauxclick: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onbeforeinput onbeforeinput: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: InputEvent Returns any onblur onblur: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: FocusEvent Returns any oncancel oncancel: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oncanplay oncanplay: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oncanplaythrough oncanplaythrough: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onchange onchange: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onclick onclick: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onclose onclose: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oncontextmenu oncontextmenu: ( ( this , ev ) => any )
Type declaration Parameters this: GlobalEventHandlers ev: MouseEvent Returns any oncopy oncopy: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: DocumentAndElementEventHandlers ev: ClipboardEvent Returns any oncuechange oncuechange: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oncut oncut: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: DocumentAndElementEventHandlers ev: ClipboardEvent Returns any ondblclick ondblclick: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any ondrag ondrag: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragend ondragend: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragenter ondragenter: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragleave ondragleave: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragover ondragover: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondragstart ondragstart: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondrop ondrop: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: DragEvent Returns any ondurationchange ondurationchange: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onemptied onemptied: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onended onended: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onerror onerror: OnErrorEventHandlerNonNull
onfocus onfocus: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: FocusEvent Returns any onformdata onformdata: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: FormDataEvent Returns any onfullscreenchange onfullscreenchange: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters Returns any onfullscreenerror onfullscreenerror: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters Returns any ongotpointercapture ongotpointercapture: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any oninput oninput: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any oninvalid oninvalid: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onkeydown onkeydown: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: KeyboardEvent Returns any onkeypress onkeypress: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: KeyboardEvent Returns any onkeyup onkeyup: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: KeyboardEvent Returns any onload onload: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onloadeddata onloadeddata: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onloadedmetadata onloadedmetadata: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onloadstart onloadstart: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onlostpointercapture onlostpointercapture: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onmousedown onmousedown: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseenter onmouseenter: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseleave onmouseleave: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmousemove onmousemove: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseout onmouseout: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseover onmouseover: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onmouseup onmouseup: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: MouseEvent Returns any onpaste onpaste: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: DocumentAndElementEventHandlers ev: ClipboardEvent Returns any onpause onpause: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onplay onplay: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onplaying onplaying: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onpointercancel onpointercancel: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerdown onpointerdown: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerenter onpointerenter: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerleave onpointerleave: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointermove onpointermove: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerout onpointerout: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerover onpointerover: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onpointerup onpointerup: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: PointerEvent Returns any onprogress onprogress: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: ProgressEvent < EventTarget > Returns any onratechange onratechange: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onreset onreset: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onresize onresize: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: UIEvent Returns any onscroll onscroll: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onsecuritypolicyviolation onsecuritypolicyviolation: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: SecurityPolicyViolationEvent Returns any onseeked onseeked: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onseeking onseeking: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onselect onselect: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onselectionchange onselectionchange: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onselectstart onselectstart: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onslotchange onslotchange: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onstalled onstalled: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onsubmit onsubmit: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: SubmitEvent Returns any onsuspend onsuspend: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any ontimeupdate ontimeupdate: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any ontoggle ontoggle: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any Optional
ontouchcancel ontouchcancel?: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TouchEvent Returns any Optional
ontouchend ontouchend?: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TouchEvent Returns any Optional
ontouchmove ontouchmove?: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TouchEvent Returns any Optional
ontouchstart ontouchstart?: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TouchEvent Returns any ontransitioncancel ontransitioncancel: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TransitionEvent Returns any ontransitionend ontransitionend: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TransitionEvent Returns any ontransitionrun ontransitionrun: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TransitionEvent Returns any ontransitionstart ontransitionstart: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: TransitionEvent Returns any onvolumechange onvolumechange: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwaiting onwaiting: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwebkitanimationend onwebkitanimationend: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwebkitanimationiteration onwebkitanimationiteration: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwebkitanimationstart onwebkitanimationstart: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwebkittransitionend onwebkittransitionend: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: Event Returns any onwheel onwheel: ( ( this , ev ) => any )
Type declaration ( this , ev ) : any Parameters this: GlobalEventHandlers ev: WheelEvent Returns any outerHTML outerHTML: string
outer Text outer Text: string
Readonly
owner Document owner Document: Document
Readonly
parent Element parent Element: HTMLElement
Readonly
parent Node parent Node: ParentNode
Readonly
part part: DOMTokenList
Readonly
prefix prefix: string
Readonly
previous Element Sibling previous Element Sibling: Element
Readonly
previous Sibling previous Sibling: ChildNode
Readonly
scroll Height scroll Height: number
scroll Left scroll Left: number
scroll Top scroll Top: number
Readonly
scroll Width scroll Width: number
Readonly
shadow Root shadow Root: ShadowRoot
spellcheck spellcheck: boolean
Readonly
style style: CSSStyleDeclaration
Readonly
tag Name tag Name: string
text Content text Content: string
translate translate: boolean
Static
html Tag Name html Tag Name: string
Defined in dist/igniteui-webcomponents-charts/lib/igc-item-legend-component.d.ts:25
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 theBubbleSeries