Constructors

Accessors

  • get index(): number
  • If set, tries to match a series based on index

    Returns number

  • set index(v): void
  • Parameters

    • v: number

    Returns void

  • get memberPath(): string
  • If set, tries to match a series based on a member path, combined with MemberPathType.

    Returns string

  • set memberPath(v): void
  • Parameters

    • v: string

    Returns void

  • get memberPathType(): string
  • Combined with MemberPath allows you to select a series by member path.

    Returns string

  • set memberPathType(v): void
  • Parameters

    • v: string

    Returns void

  • get name(): string
  • If set, tries to match a series based on its name.

    Returns string

  • set name(v): void
  • Parameters

    • v: string

    Returns void

  • get title(): string
  • If set, tries to match a series based on its title.

    Returns string

  • set title(v): void
  • Parameters

    • v: string

    Returns void

Methods

  • Parameters

    • name: string

    Returns any