
| Name | Type | Description | Possible Values | Default Value |
| gap | double | The proportion of the plotting space left blank around each side of the cells of the plot. | 0.0-0.25 | 0.1 |
| missingValueExclusion | String | The method for handling records which contain missing values. | "Columnwise","Casewise", "Tablewise" | "Columnwise" |
| smootherColor | Color | Color for drawing the smooth. | Any valid color. | Color.blue |
| smootherPercentage | int | Width of the smoother as a percentage of the number of observations. | 1-99 | 50 |
| smootherType | String | Type of smoother, if any, to be added to the plot. | "None", "Running Means", "Running Lines", "LOWESS", "Robust LOWESS" | "None" |
| xVariableName | String | The name of the column with data values to be plotted on the X axis. | Any string. | "X" |
| yVariableName | String | The name of the column with data values to be plotted on the Y axis. | Any string. | "Y" |
| zVariableName | String | The name of the column with data values to be plotted on the Z axis. | Any string. | "Z" |