max_display_datapoints#

property NDTimeseries.max_display_datapoints: int | None#

Get or set the maximum number of datapoints rendered per graphic. Setting it re-renders the current data slice.

None renders every datapoint in the window, with no decimation. Neither None nor a very large value is recommended: the entire window is then read into RAM and uploaded, which is slow for a large window over a large array.