
Use the Measurement Studio numeric edit array control to control and visualize values of an array of double values.
Features:
- Set values by passing an array of data.
- Modify the number of controls displayed based on the length of the array of values you specify.
- Use up/down buttons for easy incrementing and decrementing.
- Perform range checking.
- Set the minimum range value to negative infinity and the maximum range value to positive infinity.
- Create custom formats or use built-in numeric formats including generic, engineering, and simple double.
- Connect to a numeric control so that if you change the value of one control, it changes the value of the other control.
- Set the coercion mode property to discrete or continuous values. This property configures the control to allow entry or display of either a discrete set of values or any value.
- Set the interaction mode to keyboard and mouse, keyboard only, mouse only, or none.
- Use the edit box to select text programmatically and to validate text values.

|