Name | Type | Description | Possible Values | Default Value |
forceEqualScales | boolean | Whether to force the x-axis and y-axis scaling to be the same. | true,false | false |
showLegends | boolean | Whether to display legends at the right of the plot. | true,false | true |
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 |
timeScale | String | The type of time units. | "Year","Quarter","Month","Day", "Hour","Minute","Second","Other" | "Other" |
xVariableName | String | The name of the column with data values to be plotted on the horizontal axis. | Any string. | |
yVariableNames | String[] | The name of one or more columns with data values to be plotted on the vertical axis. | Any string. |