

| Name | Type | Description | Possible Values | Default Value |
| connected | boolean | Whether the points should be connected with a line. | true,false | false |
| includeVariableName | String | The name of an optional column with values indicating which cases should be included (a non-zero value indicates inclusion). | Any string. | "" |
| plotType | String | Format of plot. | "Means","Standard Deviations", "Interactions" | "Means" |
| rotateClassLabels | boolean | Whether to make the bar labels vertical. | 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. | Any string. | "" |