The series actually present in the chart. Do not directly modify this array.
This array's contents can be modified by causing Angular to reproject the child content.
Or adding and removing series from the manual series collection on the series property.
ariaAtomic
ariaAtomic:string
ariaAutoComplete
ariaAutoComplete:string
ariaBusy
ariaBusy:string
ariaChecked
ariaChecked:string
ariaColCount
ariaColCount:string
ariaColIndex
ariaColIndex:string
ariaColIndexText
ariaColIndexText:string
ariaColSpan
ariaColSpan:string
ariaCurrent
ariaCurrent:string
ariaDisabled
ariaDisabled:string
ariaExpanded
ariaExpanded:string
ariaHasPopup
ariaHasPopup:string
ariaHidden
ariaHidden:string
ariaInvalid
ariaInvalid:string
ariaKeyShortcuts
ariaKeyShortcuts:string
ariaLabel
ariaLabel:string
ariaLevel
ariaLevel:string
ariaLive
ariaLive:string
ariaModal
ariaModal:string
ariaMultiLine
ariaMultiLine:string
ariaMultiSelectable
ariaMultiSelectable:string
ariaOrientation
ariaOrientation:string
ariaPlaceholder
ariaPlaceholder:string
ariaPosInSet
ariaPosInSet:string
ariaPressed
ariaPressed:string
ariaReadOnly
ariaReadOnly:string
ariaRequired
ariaRequired:string
ariaRoleDescription
ariaRoleDescription:string
ariaRowCount
ariaRowCount:string
ariaRowIndex
ariaRowIndex:string
ariaRowIndexText
ariaRowIndexText:string
ariaRowSpan
ariaRowSpan:string
ariaSelected
ariaSelected:string
ariaSetSize
ariaSetSize:string
ariaSort
ariaSort:string
ariaValueMax
ariaValueMax:string
ariaValueMin
ariaValueMin:string
ariaValueNow
ariaValueNow:string
ariaValueText
ariaValueText:string
ReadonlyassignedSlot
assignedSlot:HTMLSlotElement
Readonlyattributes
attributes:NamedNodeMap
autocapitalize
autocapitalize:string
autofocus
autofocus:boolean
ReadonlybaseURI
baseURI:string
Returns node's node document's document base URL.
ReadonlychildElementCount
childElementCount:number
ReadonlychildNodes
childNodes:NodeListOf<ChildNode>
Returns the children.
Readonlychildren
children:HTMLCollection
Returns the child elements.
ReadonlyclassList
classList:DOMTokenList
Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.
className
className:string
Returns the value of element's class content attribute. Can be set to change it.
Returns the node document. Returns null for documents.
ReadonlyparentElement
parentElement:HTMLElement
Returns the parent element.
ReadonlyparentNode
parentNode:ParentNode
Returns the parent.
Readonlypart
part:DOMTokenList
Readonlyprefix
prefix:string
Returns the namespace prefix.
ReadonlypreviousElementSibling
previousElementSibling:Element
Returns the first preceding sibling that is an element, and null otherwise.
ReadonlypreviousSibling
previousSibling:ChildNode
Returns the previous sibling.
role
role:string
ReadonlyscrollHeight
scrollHeight:number
scrollLeft
scrollLeft:number
scrollTop
scrollTop:number
ReadonlyscrollWidth
scrollWidth:number
ReadonlyshadowRoot
shadowRoot:ShadowRoot
Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.
slot
slot:string
Returns the value of element's slot content attribute. Can be set to change it.
spellcheck
spellcheck:boolean
Readonlystyle
style:CSSStyleDeclaration
tabIndex
tabIndex:number
ReadonlytagName
tagName:string
Returns the HTML-uppercased qualified name.
textContent
textContent:string
title
title:string
translate
translate:boolean
StatichtmlTagName
htmlTagName:string
Accessors
actualPixelScalingRatio
get actualPixelScalingRatio(): number
Resolved pixel scaling ratio. Unless explicitly overridden by the
IgxDoughnutChart.PixelScalingRatioComponent property,
this one returns the default ratio enforced by device. High resolution devices will initialize this property
to a higher value.
Gets or sets the inner extent of the doughnut chart. It is percent from the outer ring's radius.
Returns number
set innerExtent(v): void
Parameters
v: number
Returns void
isSurfaceInteractionDisabled
get isSurfaceInteractionDisabled(): boolean
Gets or sets whether all surface interactions with the plot area should be disabled.
Returns boolean
set isSurfaceInteractionDisabled(v): void
Parameters
v: boolean
Returns void
pixelScalingRatio
get pixelScalingRatio(): number
Gets or sets the scaling value used to affect the pixel density of the control.
A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control
to appear blurry.
Returns a bitmask indicating the position of other relative to node.
Parameters
other: Node
Returns number
connectedCallback
connectedCallback(): void
Returns void
contains
contains(other): boolean
Returns true if other is an inclusive descendant of node, and false otherwise.
Parameters
other: Node
Returns boolean
createShadow
createShadow(): ShadowRoot
Returns ShadowRoot
disconnectedCallback
disconnectedCallback(): void
Returns void
dispatchEvent
dispatchEvent(event): boolean
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Parameters
event: Event
Returns boolean
ensureSelectedStyle
ensureSelectedStyle(): void
Returns void
exportSerializedVisualData
exportSerializedVisualData(): string
Returns the chart visuals expressed as a serialized string.
Returns string
findByName
findByName(name): any
Parameters
name: string
Returns any
flush
flush(): void
Use to force the doughnut chart to finish any deferred work before printing or evaluating its visual.
This should only be called if the visual of the doughnut chart needs to be synchronously saved or evaluated.
Calling this method too often will hinder the performance of the doughnut chart.
Returns void
focus
focus(options?): void
Parameters
options: FocusOptions
Returns void
getAnimations
getAnimations(options?): Animation[]
Parameters
options: GetAnimationsOptions
Returns Animation[]
getAttribute
getAttribute(qualifiedName): string
Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.
Parameters
qualifiedName: string
Returns string
getAttributeNS
getAttributeNS(namespace, localName): string
Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise.
Parameters
namespace: string
localName: string
Returns string
getAttributeNames
getAttributeNames(): string[]
Returns the qualified names of all element's attributes. Can contain duplicates.
Returns string[]
getAttributeNode
getAttributeNode(qualifiedName): Attr
Parameters
qualifiedName: string
Returns Attr
getAttributeNodeNS
getAttributeNodeNS(namespace, localName): Attr
Parameters
namespace: string
localName: string
Returns Attr
getBoundingClientRect
getBoundingClientRect(): DOMRect
Returns DOMRect
getCenterCoordinates
getCenterCoordinates(): IgPoint
Gets the center coordinates of the doughnut chart's center presenter.
Returns a HTMLCollection of the elements in the object on which the method was invoked (a document or an element) that have all the classes given by classNames. The classNames argument is interpreted as a space-separated list of classes.
Replace all children of node with nodes, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
...nodes: (string | Node)[]
Returns void
replaceWith
replaceWith(...nodes): void
Replaces node with nodes, while replacing strings in nodes with equivalent Text nodes.
Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.
Parameters
...nodes: (string | Node)[]
Returns void
requestFullscreen
requestFullscreen(options?): Promise<void>
Displays element fullscreen and resolves promise when done.
When supplied, options's navigationUI member indicates whether showing navigation UI while in fullscreen is preferred or not. If set to "show", navigation simplicity is preferred over screen space, and if set to "hide", more screen space is preferred. User agents are always free to honor user preference over the application's. The default value "auto" indicates no application preference.
Parameters
options: FullscreenOptions
Returns Promise<void>
requestPointerLock
requestPointerLock(): void
Returns void
scroll
scroll(options?): void
Parameters
options: ScrollToOptions
Returns void
scroll(x, y): void
Parameters
x: number
y: number
Returns void
scrollBy
scrollBy(options?): void
Parameters
options: ScrollToOptions
Returns void
scrollBy(x, y): void
Parameters
x: number
y: number
Returns void
scrollIntoView
scrollIntoView(arg?): void
Parameters
arg: boolean | ScrollIntoViewOptions
Returns void
scrollTo
scrollTo(options?): void
Parameters
options: ScrollToOptions
Returns void
scrollTo(x, y): void
Parameters
x: number
y: number
Returns void
setAttribute
setAttribute(qualifiedName, value): void
Sets the value of element's first attribute whose qualified name is qualifiedName to value.
Sets the value of element's attribute whose namespace is namespace and local name is localName to value.
Parameters
namespace: string
qualifiedName: string
value: string
Returns void
setAttributeNode
setAttributeNode(attr): Attr
Parameters
attr: Attr
Returns Attr
setAttributeNodeNS
setAttributeNodeNS(attr): Attr
Parameters
attr: Attr
Returns Attr
setPointerCapture
setPointerCapture(pointerId): void
Parameters
pointerId: number
Returns void
toggleAttribute
toggleAttribute(qualifiedName, force?): boolean
If force is not given, "toggles" qualifiedName, removing it if it is present and adding it if it is not present. If force is true, adds qualifiedName. If force is false, removes qualifiedName.
Returns true if qualifiedName is now present, and false otherwise.
Represents concentric circles divided on arcs depending on data.