Skip to main content
Version: 26.1 (stable)

Sequence

New This Feature Was Added In HELIO 26.1.1

About

Use this property to generate a static numerical sequence as the data source for elements like the 2D Plot. The sequence is defined by a start, end, and step size — producing an evenly spaced list of values.


Properties

Min

The start value of the sequence.

Max

The end value of the sequence.

Step Size

The increment between consecutive values. For example, Min 0, Max 10, Step Size 2 produces [0, 2, 4, 6, 8, 10].

Unit

A metadata label for the sequence values. Used by elements such as the 2D Plot to label axes.


Elements