
| Name | Type | Description | Possible Values | Default Value |
| connected | boolean | Whether the points should be connected with a line. | true,false | false |
| forceEqualScales | boolean | Whether to force the x-axis and y-axis scaling to be the same. | true,false | false |
| points | boolean | Whether point symbols should be plotted. | true,false | true |
| referenceLine | String | Type of reference line, if any, to be added to the plot. | "None", "Horizontal", "Vertical", "Diagonal" | "None" |
| referenceLineColor | Color | Color for drawing the reference line. | Any valid color. | Color.black |
| referenceLineLocation | double | Location of a horizontal or vertical reference line. | Any double value. | 0.0 |
| 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" |
| suppressXaxis | boolean | Whether to suppress display of the x-axis scaling and ticmarks. | true,false | false |
| suppressYaxis | boolean | Whether to suppress display of the y-axis scaling and ticmarks. | true,false | false |
| tablewiseExclusion | boolean | Whether all rows of the data table containing a missing value in any column should be excluded from the plot. | true,false | false |
| xVariableName | String | The name of the column with data values to be plotted on the horizontal axis. | Any string. | "X" |
| yVariableName | String | The name of the column with data values to be plotted on the vertical axis. | Any string. | "Y" |