IgxAxisMatcher

new IgxAxisMatcher(): IgxAxisMatcher

Returns IgxAxisMatcher

ngAcceptInputType_index: string | number
ngAcceptInputType_typedIndex: string | number

If set, tries to match an Axis based on its type, to be used with the typed index, if desired.

get axisType(): string

Returns string

set axisType(v: string): void

Parameters

  • v: string

Returns void

If set, tries to match a Axis based on index

get index(): number

Returns number

set index(v: number): void

Parameters

  • v: number

Returns void

If set, tries to match a Axis 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 Axis by member path.

get memberPathType(): string

Returns string

set memberPathType(v: string): void

Parameters

  • v: string

Returns void

If set, tries to match a Axis based on its name.

get name(): string

Returns string

set name(v: string): void

Parameters

  • v: string

Returns void

If set, tries to match a Axis based on its title.

get title(): string

Returns string

set title(v: string): void

Parameters

  • v: string

Returns void

If set, indicates that the nth axis of a type should be used.

get typedIndex(): number

Returns number

set typedIndex(v: number): void

Parameters

  • v: number

Returns void

findByName(name: string): any

Parameters

  • name: string

Returns any