Cell lattice
Properties
CellLattice
|
| 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.
|
|
| Num Colors
| The number of different colors to use.
| An integer value or variable.
|
|
| Color Mode
| The color scheme used to draw.
| Use the editor provided to make a choice.
|
|
| 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.
|
|