SolveNearestMode: "show-all" | "show-all-interpolated" | "show-nearest" | "show-nearest-interpolated" | "show-pointed" | "show-pointed-interpolated"

Type that is used to describe behavior of solving nearest data point from a reference location. This is used by:

  • Built-in cursors
  • Manual cursors
  • Programmatic "solve nearest" methods

Most often used together with Chart.setCursorMode methods.

Possible values:

  • "show-nearest" - show the nearest value to reference location.
  • "show-nearest-interpolated" - show the nearest interpolated value to reference location.
  • "show-pointed" - show the exact pointed value (directly under user pointer).
  • "show-pointed-interpolated" - show the pointed interpolated value (directly under user pointer).
  • "show-all" - show values from all trackables simultaneously.
  • "show-all-interpolated" - show interpolated values from all trackables simultaneously.