Numerical display of a vector of numbers, each in an own text field. It contains description and unit texts and some layout options. All values are set from one vector.

Properties:
| DVector value | vector of displayed values |
| int dimension | number of values |
| String[] description | description texts of the values |
| String[] unit | unit texts of the values |
| int precision | number of shown decimals |
| int columns | width of text fields |
| boolean horizontal | alignment of fields (vertical/horizontal) |
| boolean bordered | show border around component? |