Represents a control for viewing series objects.

Hierarchy

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

ATTRIBUTE_NODE: number
CDATA_SECTION_NODE: number

node is a CDATASection node.

COMMENT_NODE: number

node is a Comment node.

DOCUMENT_FRAGMENT_NODE: number

node is a DocumentFragment node.

DOCUMENT_NODE: number

node is a document.

DOCUMENT_POSITION_CONTAINED_BY: number

Set when other is a descendant of node.

DOCUMENT_POSITION_CONTAINS: number

Set when other is an ancestor of node.

DOCUMENT_POSITION_DISCONNECTED: number

Set when node and other are not in the same tree.

DOCUMENT_POSITION_FOLLOWING: number

Set when other is following node.

DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number
DOCUMENT_POSITION_PRECEDING: number

Set when other is preceding node.

DOCUMENT_TYPE_NODE: number

node is a doctype.

ELEMENT_NODE: number

node is an element.

ENTITY_NODE: number
ENTITY_REFERENCE_NODE: number
NOTATION_NODE: number
PROCESSING_INSTRUCTION_NODE: number

node is a ProcessingInstruction node.

TEXT_NODE: number

node is a Text node.

accessKey: string
accessKeyLabel: string
actualAxes: IgcAxisComponent[]

The axes 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 axes from the manual axes collection on the axes property.

actualSeries: IgcSeriesComponent[]

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: string
ariaAutoComplete: string
ariaBusy: string
ariaChecked: string
ariaColCount: string
ariaColIndex: string
ariaColIndexText: string
ariaColSpan: string
ariaCurrent: string
ariaDisabled: string
ariaExpanded: string
ariaHasPopup: string
ariaHidden: string
ariaInvalid: string
ariaKeyShortcuts: string
ariaLabel: string
ariaLevel: string
ariaLive: string
ariaModal: string
ariaMultiLine: string
ariaMultiSelectable: string
ariaOrientation: string
ariaPlaceholder: string
ariaPosInSet: string
ariaPressed: string
ariaReadOnly: string
ariaRequired: string
ariaRoleDescription: string
ariaRowCount: string
ariaRowIndex: string
ariaRowIndexText: string
ariaRowSpan: string
ariaSelected: string
ariaSetSize: string
ariaSort: string
ariaValueMax: string
ariaValueMin: string
ariaValueNow: string
ariaValueText: string
assignedSlot: HTMLSlotElement
attributes: NamedNodeMap
autocapitalize: string
autofocus: boolean
baseURI: string

Returns node's node document's document base URL.

childElementCount: number
childNodes: NodeListOf<ChildNode>

Returns the children.

children: HTMLCollection

Returns the child elements.

classList: DOMTokenList

Allows for manipulation of element's class content attribute as a set of whitespace-separated tokens through a DOMTokenList object.

className: string

Returns the value of element's class content attribute. Can be set to change it.

clientHeight: number
clientLeft: number
clientTop: number
clientWidth: number
contentAxes: IgcAxisComponent[]
contentEditable: string
contentSeries: IgcSeriesComponent[]
dataset: DOMStringMap
dir: string
draggable: boolean
enterKeyHint: string
firstChild: ChildNode

Returns the first child.

firstElementChild: Element

Returns the first child that is an element, and null otherwise.

hidden: boolean
id: string

Returns the value of element's id content attribute. Can be set to change it.

inert: boolean
innerHTML: string
innerText: string
inputMode: string
isConnected: boolean

Returns true if node is connected and false otherwise.

isContentEditable: boolean
lang: string
lastChild: ChildNode

Returns the last child.

lastElementChild: Element

Returns the last child that is an element, and null otherwise.

localName: string

Returns the local name.

namespaceURI: string

Returns the namespace.

nextElementSibling: Element

Returns the first following sibling that is an element, and null otherwise.

nextSibling: ChildNode

Returns the next sibling.

nodeName: string

Returns a string appropriate for the type of node.

nodeType: number

Returns the type of node.

nodeValue: string
nonce?: string
offsetHeight: number
offsetLeft: number
offsetParent: Element
offsetTop: number
offsetWidth: number
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: UIEvent): any
    • Fires when the user aborts the download.

      Parameters

      • this: GlobalEventHandlers
      • ev: UIEvent

        The event.

      Returns any

onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: AnimationEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: AnimationEvent

      Returns any

onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: AnimationEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: AnimationEvent

      Returns any

onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: AnimationEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: AnimationEvent

      Returns any

onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: AnimationEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: AnimationEvent

      Returns any

onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

      Returns any

onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: InputEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: InputEvent

      Returns any

onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: FocusEvent): any
    • Fires when the object loses the input focus.

      Parameters

      • this: GlobalEventHandlers
      • ev: FocusEvent

        The focus event.

      Returns any

oncancel: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

oncanplay: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when playback is possible, but would require further buffering.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onchange: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Fires when the contents of the object or selection have changed.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Fires when the user clicks the left mouse button on the object

      Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

        The mouse event.

      Returns any

onclose: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Fires when the user clicks the right mouse button in the client area, opening the context menu.

      Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

        The mouse event.

      Returns any

oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any)

Type declaration

    • (this: DocumentAndElementEventHandlers, ev: ClipboardEvent): any
    • Parameters

      • this: DocumentAndElementEventHandlers
      • ev: ClipboardEvent

      Returns any

oncuechange: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any)

Type declaration

    • (this: DocumentAndElementEventHandlers, ev: ClipboardEvent): any
    • Parameters

      • this: DocumentAndElementEventHandlers
      • ev: ClipboardEvent

      Returns any

ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Fires when the user double-clicks the object.

      Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

        The mouse event.

      Returns any

ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: DragEvent): any
    • Fires on the source object continuously during a drag operation.

      Parameters

      • this: GlobalEventHandlers
      • ev: DragEvent

        The event.

      Returns any

ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: DragEvent): any
    • Fires on the source object when the user releases the mouse at the close of a drag operation.

      Parameters

      • this: GlobalEventHandlers
      • ev: DragEvent

        The event.

      Returns any

ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: DragEvent): any
    • Fires on the target element when the user drags the object to a valid drop target.

      Parameters

      • this: GlobalEventHandlers
      • ev: DragEvent

        The drag event.

      Returns any

ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: DragEvent): any
    • Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

      Parameters

      • this: GlobalEventHandlers
      • ev: DragEvent

        The drag event.

      Returns any

ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: DragEvent): any
    • Fires on the target element continuously while the user drags the object over a valid drop target.

      Parameters

      • this: GlobalEventHandlers
      • ev: DragEvent

        The event.

      Returns any

ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: DragEvent): any
    • Fires on the source object when the user starts to drag a text selection or selected object.

      Parameters

      • this: GlobalEventHandlers
      • ev: DragEvent

        The event.

      Returns any

ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: DragEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: DragEvent

      Returns any

ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the duration attribute is updated.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onemptied: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the media element is reset to its initial state.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onended: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the end of playback is reached.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event

      Returns any

onerror: OnErrorEventHandlerNonNull

Fires when an error occurs during object loading.

Param

The event.

onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: FocusEvent): any
    • Fires when the object receives focus.

      Parameters

      • this: GlobalEventHandlers
      • ev: FocusEvent

        The event.

      Returns any

onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: FormDataEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: FormDataEvent

      Returns any

onfullscreenchange: ((this: Element, ev: Event) => any)

Type declaration

    • (this: Element, ev: Event): any
    • Parameters

      • this: Element
      • ev: Event

      Returns any

onfullscreenerror: ((this: Element, ev: Event) => any)

Type declaration

    • (this: Element, ev: Event): any
    • Parameters

      • this: Element
      • ev: Event

      Returns any

ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

oninput: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

oninvalid: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: KeyboardEvent): any
    • Fires when the user presses a key.

      Parameters

      • this: GlobalEventHandlers
      • ev: KeyboardEvent

        The keyboard event

      Returns any

onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: KeyboardEvent): any
    • Fires when the user presses an alphanumeric key.

      Deprecated

      Parameters

      • this: GlobalEventHandlers
      • ev: KeyboardEvent

        The event.

      Returns any

onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: KeyboardEvent): any
    • Fires when the user releases a key.

      Parameters

      • this: GlobalEventHandlers
      • ev: KeyboardEvent

        The keyboard event

      Returns any

onload: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Fires immediately after the browser loads the object.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when media data is loaded at the current playback position.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the duration and dimensions of the media have been determined.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onloadstart: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when Internet Explorer begins looking for media data.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Fires when the user clicks the object with either mouse button.

      Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

        The mouse event.

      Returns any

onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

      Returns any

onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

      Returns any

onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Fires when the user moves the mouse over the object.

      Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

        The mouse event.

      Returns any

onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Fires when the user moves the mouse pointer outside the boundaries of the object.

      Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

        The mouse event.

      Returns any

onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Fires when the user moves the mouse pointer into the object.

      Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

        The mouse event.

      Returns any

onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: MouseEvent): any
    • Fires when the user releases a mouse button while the mouse is over the object.

      Parameters

      • this: GlobalEventHandlers
      • ev: MouseEvent

        The mouse event.

      Returns any

onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any)

Type declaration

    • (this: DocumentAndElementEventHandlers, ev: ClipboardEvent): any
    • Parameters

      • this: DocumentAndElementEventHandlers
      • ev: ClipboardEvent

      Returns any

onpause: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when playback is paused.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onplay: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the play method is requested.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onplaying: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the audio or video has started playing.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: PointerEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: PointerEvent

      Returns any

onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>): any
    • Occurs to indicate progress while downloading media data.

      Parameters

      • this: GlobalEventHandlers
      • ev: ProgressEvent<EventTarget>

        The event.

      Returns any

onratechange: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the playback rate is increased or decreased.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onreset: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Fires when the user resets a form.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: UIEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: UIEvent

      Returns any

onscroll: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Fires when the user repositions the scroll box in the scroll bar on the object.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: SecurityPolicyViolationEvent

      Returns any

onseeked: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the seek operation ends.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onseeking: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the current playback position is moved.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onselect: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Fires when the current selection changes.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onselectstart: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onslotchange: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onstalled: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the download has stopped.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: SubmitEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: SubmitEvent

      Returns any

onsuspend: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs if the load operation has been intentionally halted.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs to indicate the current playback position.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

ontoggle: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: TouchEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: TouchEvent

      Returns any

ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: TouchEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: TouchEvent

      Returns any

ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: TouchEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: TouchEvent

      Returns any

ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: TouchEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: TouchEvent

      Returns any

ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: TransitionEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: TransitionEvent

      Returns any

ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: TransitionEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: TransitionEvent

      Returns any

ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: TransitionEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: TransitionEvent

      Returns any

ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: TransitionEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: TransitionEvent

      Returns any

onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when the volume is changed, or playback is muted or unmuted.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onwaiting: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Occurs when playback stops because the next frame of a video resource is not available.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

        The event.

      Returns any

onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Deprecated

      This is a legacy alias of onanimationend.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Deprecated

      This is a legacy alias of onanimationiteration.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Deprecated

      This is a legacy alias of onanimationstart.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Deprecated

      This is a legacy alias of ontransitionend.

      Parameters

      • this: GlobalEventHandlers
      • ev: Event

      Returns any

onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any)

Type declaration

    • (this: GlobalEventHandlers, ev: WheelEvent): any
    • Parameters

      • this: GlobalEventHandlers
      • ev: WheelEvent

      Returns any

outerHTML: string
outerText: string
ownerDocument: Document
parentElement: HTMLElement

Returns the parent element.

parentNode: ParentNode

Returns the parent.

part: DOMTokenList
prefix: string

Returns the namespace prefix.

previousElementSibling: Element

Returns the first preceding sibling that is an element, and null otherwise.

previousSibling: ChildNode

Returns the previous sibling.

role: string
scrollHeight: number
scrollLeft: number
scrollTop: number
scrollWidth: number
shadowRoot: ShadowRoot

Returns element's shadow root, if any, and if shadow root's mode is "open", and null otherwise.

slot: string

Returns the value of element's slot content attribute. Can be set to change it.

spellcheck: boolean
style: CSSStyleDeclaration
tabIndex: number
tagName: string

Returns the HTML-uppercased qualified name.

textContent: string
title: string
translate: boolean
htmlTagName: string

Accessors

  • get actualContentHitTestMode(): ChartHitTestMode
  • Resolved method of hit testing used when the pointer is over elements in the chart.

    let actualContentHitTestMode: ChartHitTestMode  =this.chart.actualContentHitTestMode;
    

    Returns ChartHitTestMode

  • set actualContentHitTestMode(v: ChartHitTestMode): void
  • Parameters

    Returns void

  • get actualInteractionPixelScalingRatio(): number
  • Resolved method of pixel scaling to use during end user interaction with the chart.

    let actualInteractionPixelScalingRatio: number = this.chart.actualInteractionPixelScalingRatio;
    

    Returns number

  • set actualInteractionPixelScalingRatio(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPixelScalingRatio(): number
  • Gets the resolved pixel scaling ratio.

    A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry

    let actualPixelScalingRatio: number = this.chart.actualPixelScalingRatio;
    

    Returns number

  • set actualPixelScalingRatio(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPlotAreaMarginBottom(): number
  • Gets the actual resolved bottom plot area margin;

    Returns number

  • set actualPlotAreaMarginBottom(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPlotAreaMarginLeft(): number
  • Gets the actual resolved left plot area margin;

    Returns number

  • set actualPlotAreaMarginLeft(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPlotAreaMarginRight(): number
  • Gets the actual resolved right plot area margin;

    Returns number

  • set actualPlotAreaMarginRight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPlotAreaMarginTop(): number
  • Gets the actual resolved top plot area margin;

    Returns number

  • set actualPlotAreaMarginTop(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualWindowPositionHorizontal(): number
  • A number between 0 and 1 determining the position of the horizontal scroll. This property is effectively a shortcut to the Left of the ActualWindowRect property.

    let actualWindowPositionHorizontal: number = this.chart.actualWindowPositionHorizontal;
    

    Returns number

  • set actualWindowPositionHorizontal(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualWindowPositionVertical(): number
  • A number between 0 and 1 determining the position of the vertical scroll. This property is effectively a shortcut to the Top of the ActualWindowRect property.

    let actualWindowPositionVertical: number = this.chart.actualWindowPositionVertical;
    ``

    Returns number

  • set actualWindowPositionVertical(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualWindowRect(): IgRect
  • Gets the actual value of the window rectangle, which represents the current zoom level.

    Returns IgRect

  • set actualWindowRect(v: IgRect): void
  • Parameters

    • v: IgRect

    Returns void

  • get actualWindowRectChanged(): ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)
  • Raised when the actual window rectangle of the SeriesViewer changes.

    Returns ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)

  • set actualWindowRectChanged(ev: ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)): void
  • Parameters

    Returns void

  • get actualWindowRectMinHeight(): number
  • Gets the actual minimum height that the window rect is allowed to reach before being clamped.

    Returns number

  • set actualWindowRectMinHeight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualWindowRectMinWidth(): number
  • Gets the actual minimum width that the window rect is allowed to reach before being clamped.

    Returns number

  • set actualWindowRectMinWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualWindowScaleHorizontal(): number
  • A number between 0 and 1 determining the scale of the horizontal zoom. This property is effectively a shortcut to the Width of the ActualWindowRect property.

    Returns number

  • set actualWindowScaleHorizontal(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualWindowScaleVertical(): number
  • A number between 0 and 1 determining the scale of the vertical zoom. This property is effectively a shortcut to the Height of the ActualWindowRect property.

    Returns number

  • set actualWindowScaleVertical(v: number): void
  • Parameters

    • v: number

    Returns void

  • get alignsGridLinesToPixels(): boolean
  • Gets or sets a value indicating whether grid and tick lines are aligned to device pixels.

    Returns boolean

  • set alignsGridLinesToPixels(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get animateSeriesWhenAxisRangeChanges(): boolean
  • Gets or sets whether the series animations should be allowed when a range change has been detected on an axis.

    AnimateSeriesWhenAxisRangeChanges is a Boolean property to override the default behavior in which series do not animate if an axis range changes.

    this.chart.animateSeriesWhenAxisRangeChanges = true;
    

    Returns boolean

  • set animateSeriesWhenAxisRangeChanges(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get autoExpandMarginExtraPadding(): number
  • Gets or sets the extra amount the series viewer should auto expand margins to accomodate the initial horizontal axis labels.

    Returns number

  • set autoExpandMarginExtraPadding(v: number): void
  • Parameters

    • v: number

    Returns void

  • get autoExpandMarginMaximumValue(): number
  • Gets or sets the maximum amount the series viewer should auto expand margins to accomodate the initial horizontal axis labels.

    Returns number

  • set autoExpandMarginMaximumValue(v: number): void
  • Parameters

    • v: number

    Returns void

  • get autoMarginHeight(): number
  • Sets or gets the automatic height to add when automatically adding margins to the chart.

     this.chart.autoMarginHeight = 50;
    

    Returns number

  • set autoMarginHeight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get autoMarginWidth(): number
  • Sets or gets the automatic width to add when automatically adding margins to the chart.

    The autoMarginWidth propertry is used find the automatic width to add when automatically adding margins to the chart.

    this.chart.autoMarginWidth = 50;
    

    Returns number

  • set autoMarginWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get axes(): IgcAxisCollection
  • A collection or manually added axes for the chart.

    Returns IgcAxisCollection

  • get bottomMargin(): number
  • Sets or gets the bottom margin to use around the chart content.

    The bottomMargin property is used to gets/set the bottom margin around the chart content in the canvas.

    this.chart.bottomMargin = 50;
    

    Returns number

  • set bottomMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get brushes(): string[]
  • Gets or sets the palette of brushes used for fill of plotted series. These brushes are automatically assigned to series based on the index of series.

    Returns string[]

  • set brushes(v: string[]): void
  • Parameters

    • v: string[]

    Returns void

  • get chartTitle(): string
  • Text to display above the plot area.

    The Title property is used to set the title to display for the component.

    this.chart.title="Items Sold";
    

    Returns string

  • set chartTitle(v: string): void
  • Parameters

    • v: string

    Returns void

  • get contentHitTestMode(): ChartHitTestMode
  • Determines the method of hit testing used when mousing over elements in the chart.

    this.chart.contentHitTestMode = ChartHitTestMode.Computational;
    

    Returns ChartHitTestMode

  • set contentHitTestMode(v: ChartHitTestMode): void
  • Parameters

    Returns void

  • get contentViewport(): IgRect
  • Represents the subset area within the viewport into which content should be mapped. This is the projection of the current EffectiveViewport into the viewport at current zoom level.

    Returns IgRect

  • get crosshairPoint(): IgPoint
  • Gets or sets the cross hair point (in world coordinates) Either or both of the crosshair point's X and Y may be set to double.NaN, in which case the relevant crosshair line is hidden.

    The CrosshairPoint property is used to gets/sets the cross hair point (in world coordinates).

    this.chart.crosshairPoint = {x:.8,y:.2};
    

    Returns IgPoint

  • set crosshairPoint(v: IgPoint): void
  • Parameters

    • v: IgPoint

    Returns void

  • get crosshairVisibility(): Visibility
  • Gets or sets the current SeriesViewer's crosshair visibility override.

    The CrosshairVisibility property is used to gets or sets the current Chart's crosshair visibility override. Note: setting this property does not affect the mobile browser version of the chart.

    this.chart.crosshairVisibility = Visibility.Visible;
    

    Returns Visibility

  • set crosshairVisibility(v: Visibility): void
  • Parameters

    • v: Visibility

    Returns void

  • get dataSource(): any
  • Returns any

  • set dataSource(value: any): void
  • Parameters

    • value: any

    Returns void

  • get defaultAxisMajorStroke(): string
  • Gets or sets the DefaultAxisMajorStroke property. The DefaultAxisMajorStroke property defines the brush which is used by the axes when no Axis.MajorStroke is set.

    Returns string

  • set defaultAxisMajorStroke(v: string): void
  • Parameters

    • v: string

    Returns void

  • get defaultAxisMinorStroke(): string
  • Gets or sets the DefaultAxisMinorStroke property. The DefaultAxisMinorStroke property defines the brush which is used by the axes when no Axis.MinorStroke is set.

    Returns string

  • set defaultAxisMinorStroke(v: string): void
  • Parameters

    • v: string

    Returns void

  • get defaultAxisStroke(): string
  • Gets or sets the DefaultAxisStroke property. The DefaultAxisStroke property defines the brush which is used by the axes when no Axis.Stroke is set.

    Returns string

  • set defaultAxisStroke(v: string): void
  • Parameters

    • v: string

    Returns void

  • get defaultInteraction(): InteractionState
  • Gets or sets the DefaultInteraction property. The default interaction state defines the SeriesViewer's response to mouse events.

    The default interaction state defines the chart's response to mouse events.

    this.chart.defaultInteraction = InteractionState.DragPan;
    

    Returns InteractionState

  • set defaultInteraction(v: InteractionState): void
  • Parameters

    • v: InteractionState

    Returns void

  • get dragModifier(): ModifierKeys
  • Gets or sets the current SeriesViewer's DragModifier property.

    DragModifier is useful to enable zooming when zooming is not the default interaction.

    this.chart.dragModifier = ModifierKeys.Alt;
    

    Returns ModifierKeys

  • set dragModifier(v: ModifierKeys): void
  • Parameters

    • v: ModifierKeys

    Returns void

  • get effectiveViewport(): IgRect
  • Gets the EffectiveViewport rectangle, representing the effective viewport area after margins have been subtracted.

    ``ts let viewport: IgxRect = this.chart.effectiveViewport;

    
    

    Returns IgRect

  • set effectiveViewport(v: IgRect): void
  • Parameters

    • v: IgRect

    Returns void

  • get gridAreaRectChanged(): ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)
  • Occurs just after the current SeriesViewer's grid area rectangle is changed. The grid area may change as the result of the SeriesViewer being resized, or of an axis being added or changing size, possibly in another SeriesViewer.

    Returns ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)

      • (s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs): void
      • Occurs just after the current SeriesViewer's grid area rectangle is changed. The grid area may change as the result of the SeriesViewer being resized, or of an axis being added or changing size, possibly in another SeriesViewer.

        Parameters

        Returns void

  • set gridAreaRectChanged(ev: ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)): void
  • Parameters

    Returns void

  • get gridMode(): GridMode
  • Gets or sets how grid lines are rendered in relation to series.

    Try setting the GridMode property to bring your grid lines in front of the data series.

    Returns GridMode

  • set gridMode(v: GridMode): void
  • Parameters

    Returns void

  • get height(): string
  • Returns string

  • set height(value: string): void
  • Parameters

    • value: string

    Returns void

  • get highlightingBehavior(): SeriesHighlightingBehavior
  • Gets or sets the highlighting Behavior to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.

    Returns SeriesHighlightingBehavior

  • set highlightingBehavior(v: SeriesHighlightingBehavior): void
  • Parameters

    Returns void

  • get highlightingMode(): SeriesHighlightingMode
  • Gets or sets the highlighting mode to use for the series in the component, when supported. This takes precedence over the series level IsHightlightingEnabled.

    Returns SeriesHighlightingMode

  • set highlightingMode(v: SeriesHighlightingMode): void
  • Parameters

    Returns void

  • get highlightingTransitionDuration(): number
  • Gets or sets the duration the highlighting/de-highlighting effects.

    The HighlightingTransitionDuration property is used to set the time for highlighting transition in milliseconds .

    chart.HighlightingTransitionDuration=500;
    

    Returns number

  • set highlightingTransitionDuration(v: number): void
  • Parameters

    • v: number

    Returns void

  • get horizontalCrosshairBrush(): string
  • Gets or sets the current SeriesViewer's crosshair horizontal brush override.

    Returns string

  • set horizontalCrosshairBrush(v: string): void
  • Parameters

    • v: string

    Returns void

  • get horizontalViewScrollbarCornerRadius(): number
  • Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.

    Returns number

  • set horizontalViewScrollbarCornerRadius(v: number): void
  • Parameters

    • v: number

    Returns void

  • get horizontalViewScrollbarFill(): string
  • Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.

    Returns string

  • set horizontalViewScrollbarFill(v: string): void
  • Parameters

    • v: string

    Returns void

  • get horizontalViewScrollbarHeight(): number
  • Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.

    Returns number

  • set horizontalViewScrollbarHeight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get horizontalViewScrollbarInset(): number
  • Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.

    Returns number

  • set horizontalViewScrollbarInset(v: number): void
  • Parameters

    • v: number

    Returns void

  • get horizontalViewScrollbarMaxOpacity(): number
  • Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.

    Returns number

  • set horizontalViewScrollbarMaxOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get horizontalViewScrollbarMode(): SeriesViewerScrollbarMode
  • Gets or sets the horizontal scrollbar mode to use for the series viewer.

    Returns SeriesViewerScrollbarMode

  • set horizontalViewScrollbarMode(v: SeriesViewerScrollbarMode): void
  • Parameters

    Returns void

  • get horizontalViewScrollbarOutline(): string
  • Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.

    Returns string

  • set horizontalViewScrollbarOutline(v: string): void
  • Parameters

    • v: string

    Returns void

  • get horizontalViewScrollbarShouldAddAutoTrackInsets(): boolean
  • Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.

    Returns boolean

  • set horizontalViewScrollbarShouldAddAutoTrackInsets(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get horizontalViewScrollbarStrokeThickness(): number
  • Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.

    Returns number

  • set horizontalViewScrollbarStrokeThickness(v: number): void
  • Parameters

    • v: number

    Returns void

  • get horizontalViewScrollbarTrackEndInset(): number
  • Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.

    Returns number

  • set horizontalViewScrollbarTrackEndInset(v: number): void
  • Parameters

    • v: number

    Returns void

  • get horizontalViewScrollbarTrackStartInset(): number
  • Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.

    Returns number

  • set horizontalViewScrollbarTrackStartInset(v: number): void
  • Parameters

    • v: number

    Returns void

  • get interactionPixelScalingRatio(): number
  • Method of pixel scaling to use during end user interaction with the chart.

    Returns number

  • set interactionPixelScalingRatio(v: number): void
  • Parameters

    • v: number

    Returns void

  • get isAntiAliasingEnabledDuringInteraction(): boolean
  • Gets or sets the IsAntiAliasingEnabledDuringInteraction property.

    Returns boolean

  • set isAntiAliasingEnabledDuringInteraction(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isHorizontalZoomEnabled(): boolean
  • Gets or sets horizontal zoomability of the current control

    Set IsHorizontalZoomEnabled to enable or disable horizontal zooming.

    this.chart.IsHorizontalZoomEnabled= true;
    

    Returns boolean

  • set isHorizontalZoomEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isMap(): boolean
  • Indicates if this SeriesViewer is a map.

    Returns boolean

  • get isPagePanningAllowed(): boolean
  • Gets or sets the whether the series viewer can allow the page to pan if a control pan is not possible in the requested direction.

    Returns boolean

  • set isPagePanningAllowed(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isSquare(): boolean
  • Gets or sets whether to use a square aspect ratio for the chart. This is locked to true for polar and radial charts.

    Set IsSquare to true to constrain the chart to a square, using the minimum of its height and width.

     this.chart.isSquare="True";
    

    Returns boolean

  • set isSquare(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isSurfaceInteractionDisabled(): boolean
  • Gets or sets whether all surface interactions with the plot area should be disabled.

    The IsSurfaceInteractionDisabled property is used to enable/disable interactions with the plot surface.

    chart.isSurfaceInteractionDisabled=true;
    

    Returns boolean

  • set isSurfaceInteractionDisabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isVerticalZoomEnabled(): boolean
  • Gets or sets vertical zoomability of the current control

    Set IsVerticalZoomEnabled to enable or disable vertical zooming.

    this.chart.isVerticalZoomEnabled="True";
    

    Returns boolean

  • set isVerticalZoomEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isWindowSyncedToVisibleRange(): boolean
  • Gets or sets whether to sync the vertical aspect of the window with the contained series content. This is only supported for a subset of the available series.

    Returns boolean

  • set isWindowSyncedToVisibleRange(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get leftMargin(): number
  • Sets or gets the left margin to use around the chart content.

    The LeftMargin property is used to set the left margin.

     this.chart.leftMargin = 20;
    

    Returns number

  • set leftMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get legend(): any
  • Gets or sets the legend used for the current chart.

    Returns any

  • set legend(v: any): void
  • Parameters

    • v: any

    Returns void

  • get legendHighlightingMode(): LegendHighlightingMode
  • Gets or sets the highlighting mode to use for the legend linked to the component, when supported.

    Returns LegendHighlightingMode

  • set legendHighlightingMode(v: LegendHighlightingMode): void
  • Parameters

    Returns void

  • get legendItemBadgeMode(): LegendItemBadgeMode
  • Gets or sets the mode of legend badges representing all series in this chart. This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series

    Returns LegendItemBadgeMode

  • set legendItemBadgeMode(v: LegendItemBadgeMode): void
  • Parameters

    • v: LegendItemBadgeMode

    Returns void

  • get legendItemBadgeShape(): LegendItemBadgeShape
  • Gets or sets type of legend badges representing all series displayed in a legend linked to this component This property will be ignored when the LegendItemTemplate or LegendItemBadgeTemplate property is set on a series

    Returns LegendItemBadgeShape

  • set legendItemBadgeShape(v: LegendItemBadgeShape): void
  • Parameters

    • v: LegendItemBadgeShape

    Returns void

  • get markerAutomaticBehavior(): MarkerAutomaticBehavior
  • Gets or sets the marker mode used for assigning a marker type to series when the marker type is automatic.

    Returns MarkerAutomaticBehavior

  • set markerAutomaticBehavior(v: MarkerAutomaticBehavior): void
  • Parameters

    Returns void

  • get markerBrushes(): string[]
  • Gets or sets the palette of brushes used for fill of marker series. These brushes are automatically assigned to markers based on the index of series.

    Returns string[]

  • set markerBrushes(v: string[]): void
  • Parameters

    • v: string[]

    Returns void

  • get markerOutlines(): string[]
  • Gets or sets the palette of brushes used for outlines of plotted markers. These outlines are automatically assigned to markers based on the index of series.

    Returns string[]

  • set markerOutlines(v: string[]): void
  • Parameters

    • v: string[]

    Returns void

  • get outlines(): string[]
  • Gets or sets the palette of brushes used for outlines of plotted series. These outlines are automatically assigned to series based on the index of series.

    Returns string[]

  • set outlines(v: string[]): void
  • Parameters

    • v: string[]

    Returns void

  • get panModifier(): ModifierKeys
  • Gets or sets the current SeriesViewer's PanModifier property.

    PanModifier is useful to enable panning when panning is not the default interaction.

    this.chart.panModifier = ModifierKeys.Alt;
    

    Returns ModifierKeys

  • set panModifier(v: ModifierKeys): void
  • Parameters

    • v: ModifierKeys

    Returns void

  • 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 number

  • set pixelScalingRatio(v: number): void
  • Parameters

    • v: number

    Returns void

  • get plotAreaBackground(): string
  • Gets or sets the brush used as the background for the current SeriesViewer object's plot area.

    PlotAreaBackground property set the background brush to the current Chart object's plot area.

    this.chart.plotAreaBackground="#F0F8FF";
    

    Returns string

  • set plotAreaBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get plotAreaMarginBottom(): number
  • Margin applied below the plot area.

    Returns number

  • set plotAreaMarginBottom(v: number): void
  • Parameters

    • v: number

    Returns void

  • get plotAreaMarginLeft(): number
  • Margin applied to the left of the plot area.

    Returns number

  • set plotAreaMarginLeft(v: number): void
  • Parameters

    • v: number

    Returns void

  • get plotAreaMarginRight(): number
  • Margin applied to the right of the plot area.

    Returns number

  • set plotAreaMarginRight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get plotAreaMarginTop(): number
  • Margin applied above the plot area.

    Returns number

  • set plotAreaMarginTop(v: number): void
  • Parameters

    • v: number

    Returns void

  • get preferHigherResolutionTiles(): boolean
  • Gets or sets whether the series viewer should prefer selecting higher resolution tiles over lower resolution tiles when performing tile zooming. Setting this to true will lower performance but increase quality.

    Returns boolean

  • set preferHigherResolutionTiles(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get previewRect(): IgRect
  • Gets or sets the preview rectangle. The preview rectangle may be set to Rect.Empty, in which case the visible preview strokePath is hidden.

    PreviewRect can be used to highlight an area of importance.

    this.chart.previewRect = {left:0,top:0,height:.5,width:.5};
    

    Returns IgRect

  • set previewRect(v: IgRect): void
  • Parameters

    • v: IgRect

    Returns void

  • get rightButtonDefaultInteraction(): InteractionState
  • Gets or sets the RightButtonDefaultInteraction property. The default interaction state defines the SeriesViewer's response to right button mouse events.

    Returns InteractionState

  • set rightButtonDefaultInteraction(v: InteractionState): void
  • Parameters

    • v: InteractionState

    Returns void

  • get rightMargin(): number
  • Sets or gets the right margin to use around the chart content.

    The RightMargin property is used to set the left margin around the chart content in the canvas.

    this.chart.rightMargin=20;
    

    Returns number

  • set rightMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get scrollbarsAnimationDuration(): number
  • Gets or sets the duration of the scrollbar effects.

    Returns number

  • set scrollbarsAnimationDuration(v: number): void
  • Parameters

    • v: number

    Returns void

  • get series(): IgcSeriesCollection
  • A collection or manually added series for the chart.

    Returns IgcSeriesCollection

  • get shouldAutoExpandMarginForInitialLabels(): boolean
  • Gets or sets a whether the series viewer should auto expand margins to accomodate the initial horizontal axis labels.

    Returns boolean

  • set shouldAutoExpandMarginForInitialLabels(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get shouldConsiderAutoRotationForInitialLabels(): boolean
  • Gets or sets a whether the series viewer should consider auto rotating labels to fit them in the initial view. This implies that ShouldAutoExpandMarginForInitialLabels is true.

    Returns boolean

  • set shouldConsiderAutoRotationForInitialLabels(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get shouldPanOnMaximumZoom(): boolean
  • Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.

    Returns boolean

  • set shouldPanOnMaximumZoom(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get shouldSimulateHoverMoveCrosshairPoint(): boolean
  • Gets or sets whether calling SimulateHover should shift the crosshair point.

    Returns boolean

  • set shouldSimulateHoverMoveCrosshairPoint(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get shouldSuppressAxisLabelTruncation(): boolean
  • Gets or sets a whether the series viewer should suppress truncation of axis labels.

    Returns boolean

  • set shouldSuppressAxisLabelTruncation(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get sizeChanged(): ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)
  • Occurs after the size of the series viewer changes.

    <-- position: content member-->

    <-- position: content member-->

    public onSizeChanged =(event: any, args: RectChangedEventArgs}){

    }

    Returns ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)

      • (s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs): void
      • Occurs after the size of the series viewer changes.

        <-- position: content member-->

        <-- position: content member-->

        public onSizeChanged =(event: any, args: RectChangedEventArgs}){

        }

        Parameters

        Returns void

  • set sizeChanged(ev: ((s: IgcSeriesViewerComponent, e: IgcRectChangedEventArgs) => void)): void
  • Parameters

    Returns void

  • get subtitle(): string
  • Gets or sets the Subtitle property. The Title property defines the Subtitle of the chart

    The Subtitle property is used to display subtitle for the component.

    this.chart.subtitle="Date of Sale: 1/1/2018";
    

    Returns string

  • set subtitle(v: string): void
  • Parameters

    • v: string

    Returns void

  • get subtitleBottomMargin(): number
  • Margin applied below the subtitle.

    The subtitleBottomMargin property is used to set the bottom margin for the subtitle.

    this.chart.subtitleBottomMargin = 20;
    

    Returns number

  • set subtitleBottomMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get subtitleHorizontalAlignment(): HorizontalAlignment
  • Gets or sets the SubtitleHorizontalAlignment property.

    The subtitleBottomMargin property is used to set the horizontal alignment for the subtitle.

    this.chart.subtitleHorizontalAlignment="left";
    

    Returns HorizontalAlignment

  • set subtitleHorizontalAlignment(v: HorizontalAlignment): void
  • Parameters

    • v: HorizontalAlignment

    Returns void

  • get subtitleLeftMargin(): number
  • Margin applied to the left of the subtitle.

    The subtitleLeftMarging property is used to set the left margin for the subtitle.

    this.chart.subtitleLeftMarging=10;
    

    Returns number

  • set subtitleLeftMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get subtitleRightMargin(): number
  • Margin applied to the right of the subtitle.

    The subTitleRightMargin property is used to set the right margin for the subtitle.

    this.chart.subtitleLeftMarging=10;
    

    Returns number

  • set subtitleRightMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get subtitleTextColor(): string
  • Gets or sets the Color used for the Subtitle Text.

    The subtitleTextColor property is used to set the color for the subtitle.

    this.chart.subtitleTextColor="blue";
    

    Returns string

  • set subtitleTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get subtitleTextStyle(): string
  • Font settings for the subtitle.

    Returns string

  • set subtitleTextStyle(v: string): void
  • Parameters

    • v: string

    Returns void

  • get subtitleTopMargin(): number
  • Margin applied above the subtitle.

    The subtitleTopMargin property is used to set the top margin for the subtitle.

    this.chart.subtitleTopMargin =10;
    

    Returns number

  • set subtitleTopMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get suppressAutoMarginAndAngleRecalculation(): boolean
  • Gets or sets a whether the series viewer should suppress auto recalculating margin and axis label angles.

    Returns boolean

  • set suppressAutoMarginAndAngleRecalculation(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get syncChannel(): string
  • Gets or sets the channel with which to synchronize.

    Synchronization is the coordination of zooming, panning and crosshairs events between multiple charts. Multiple chart controls can be synchronized horizontally (along X-Axis), vertically (along Y-Axis), or both. If you want to synchronize a set of charts, assign them the same name to the syncChannel and then specify whether or not synchronize chart horizontally and/or vertically.

    Returns string

  • set syncChannel(v: string): void
  • Parameters

    • v: string

    Returns void

  • get synchronizeHorizontally(): boolean
  • Gets or sets the bool used to display the window preview shadow.

    Synchronization is the coordination of zooming, panning and crosshairs events between multiple charts. Multiple chart controls can be synchronized horizontally (along X-Axis), vertically (along Y-Axis), or both. If you want to synchronize a set of charts, assign them the same name to the syncChannel and then specify whether or not synchronize chart horizontally and/or vertically.

    Returns boolean

  • set synchronizeHorizontally(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get synchronizeVertically(): boolean
  • Gets or sets the bool used to display the window preview shadow.

    Synchronization is the coordination of zooming, panning and crosshairs events between multiple charts. Multiple chart controls can be synchronized horizontally (along X-Axis), vertically (along Y-Axis), or both. If you want to synchronize a set of charts, assign them the same name to the syncChannel and then specify whether or not synchronize chart horizontally and/or vertically.

    Returns boolean

  • set synchronizeVertically(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get titleBottomMargin(): number
  • Margin applied below the title.

    The titleBottomMargin property is used to set the bottom margin for the title.

    this.chart.titleBottomMargin=20;
    

    Returns number

  • set titleBottomMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get titleHorizontalAlignment(): HorizontalAlignment
  • Gets or sets the TitleHorizontalAlignment property.

    The subtitleHorizontalAlignment property is used to set horizontal alignment for the subtitle.

    this.chart.titleHorizontalAlignment="left";
    

    Returns HorizontalAlignment

  • set titleHorizontalAlignment(v: HorizontalAlignment): void
  • Parameters

    • v: HorizontalAlignment

    Returns void

  • get titleLeftMargin(): number
  • Margin applied to the left of the title.

    The titleLeftMarging property is used to set the left margin for the title.

    this.chart.titleLeftMarging=10;
    

    Returns number

  • set titleLeftMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get titleRightMargin(): number
  • Margin applied to the right of the title.

    The titleRightMargin property is used to set the right margin for the title.

    this.chart.titleRightMargin=10;
    

    Returns number

  • set titleRightMargin(v: number): void
  • Parameters

    • v: number

    Returns void

  • get titleTextColor(): string
  • Gets or sets the Color used for the Title Text.

    The titleTextColor property is used to set the title brush.

    this.chart.titleTextColor="blue" ;
    

    Returns string

  • set titleTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get titleTextStyle(): string
  • Font settings for the title.

    Returns string

  • set titleTextStyle(v: string): void
  • Parameters

    • v: string

    Returns void

  • get titleTopMargin(): number
  • Margin applied above the title.

    The titleTopMargin property is used to set the top margin for the title.

    this.chart.titleTopMargin