Bar Graph Data Dialog
You can use this dialog to statically define the data that the bar graph is to display in Engineering. To do this, you can first choose between the structure of the data as 'Array<Array<number>> ' and 'Array<number>'. In the second step, you can then define the entries.
Items | List of all objects added |
---|---|
Delete the selected object | |
Change the object order (top = left) | |
Add a new object |
If you have selected the data structure 'Array<Array<number>>', you can first define different arrays, each representing a bar graph.
Name |
Description |
---|---|
Array | Definition of an array of numbers representing a data set to be displayed as a bar graph |
Each of these arrays has entries that you can define using the second version of the dialog. If you use the data structure 'Array<number>', this dialog is offered directly.
Name |
Description |
---|---|
Number | Definition of a value from a data set to be displayed as a bar graph |