This data-source enables you to enter the Number Range data source, using it to populate the items of a compatible editor, e.g. Data List.
The configuration of the Number Range data-source has the following options:
The first and second fields are to enter the values of the start and end of the sequence.
The third and forth fields are to configure the number of steps between each number and the amount of decimal places you want.
The value for the Number Range data-source item is a double
.
Depending on the List editor
used, this may be wrapped in a List<double>
.