IgrSeriesMatcher

new IgrSeriesMatcher(): IgrSeriesMatcher

Returns IgrSeriesMatcher

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

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

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

get nativeElement(): HTMLElement

Returns HTMLElement

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

findByName(name: string): any

Parameters

  • name: string

Returns any