ZGridPlot
|
| Configuration
|
| Name
| Description
| Values accepted
| Default
|
| ZData
| The double[][] array of Z values.
| A matrix with double values, double[][].
|
|
| Autoscale Z
| Whether to automatically adjust Z scales.
| A boolean variable or one of the constants true or false.
|
|
| Minimum Z
| The minimum Z value that can be displayed.
| A constant or variable of type int or double.
|
|
| Maximum Z
| The maximum Z value that can be displayed.
| A constant or variable of type int or double.
|
|
| 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.
|
|
| Levels
| The number of levels to differentiate.
| An integer value or variable.
|
|
| Color Mode
| The color scheme used to draw.
| Use the editor provided to make a choice.
|
|
| Floor Color
| The color for too low values.
| Use the editor provided or read about colors.
|
|
| Ceil Color
| The color too high values.
| 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.
|
|