x_range_mode#

property NDTimeseries.x_range_mode: Literal['fixed', 'auto'] | None#

Get or set how the camera x-range is coupled to the p dim.

  • None: the camera is left alone.

  • "fixed": the x-range is set from the display window, centered on the current p index, on every update.

  • "auto": as "fixed", and the camera x-range is also polled on every render. Panning or zooming then sets the display window to the new width and the p index to the new center.