Constructors
Section titled "Constructors"IgrSeriesMatcher
new IgrSeriesMatcher(): IgrSeriesMatcher Returns IgrSeriesMatcher
Accessors
Section titled "Accessors"index
Section titled "index"If set, tries to match a series based on index
get index(): number
Returns number
set index(v: number): void Parameters
- v:
number
Returns void
memberPath
Section titled "memberPath"If set, tries to match a series based on a member path, combined with MemberPathType.
get memberPath(): string
Returns string
set memberPath(v: string): void Parameters
- v:
string
Returns void
memberPathType
Section titled "memberPathType"Combined with MemberPath allows you to select a series by member path.
get memberPathType(): string
Returns string
set memberPathType(v: string): void Parameters
- v:
string
Returns void
If set, tries to match a series based on its name.
get name(): string
Returns string
set name(v: string): void Parameters
- v:
string
Returns void
nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement
Returns HTMLElement
title
Section titled "title"If set, tries to match a series based on its title.
get title(): string
Returns string
set title(v: string): void Parameters
- v:
string
Returns void
Methods
Section titled "Methods"findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string