Lattice  |
| Configuration |
| Name | Description | Values accepted | Default |
| Data | The data for the element. | A matrix with integer values, int[][]. | |
| Minimum X | The minimum X value that can be displayed. | A constant or variable of type int or double. | |
| Maximum X | The maximum X value that can be displayed. | A constant or variable of type int or double. | |
| Minimum Y | The minimum Y value that can be displayed. | A constant or variable of type int or double. | |
| Maximum Y | The maximum Y value that can be displayed. | A constant or variable of type int or double. | |
| Graphical Aspect |
| Name | Description | Values accepted | Default |
| Visible | The visibility of the element. | A boolean variable or one of the constants true or false. | |
| Dead Color | The color used to display a 0. | Use the editor provided or read about colors. | |
| Alive Color | The color used to display a 1. | Use the editor provided or read about colors. | |
| Show Grid | Whether to show the grid. | A boolean variable or one of the constants true or false. | |
| Grid Color | The color for the grid lines. | Use the editor provided or read about colors. | |