Name | Type | Description | Possible Values | Default Value |
baseline | double | The base from which vertical lines extend in a vertical plot. | Any double | 0.0 |
connected | boolean | Whether the points should be connected with a line. | true,false | false |
drawVertical | boolean | Whether to create a vertical time sequence plot. | true,false | false |
points | boolean | Whether point symbols should be plotted. | true,false | true |
referenceLine | String | Type of additional 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 |
samplingInterval | double | The length of time between consecutive data values. | Any double > 0.0 | 1.0 |
smootherColor | Color | Color for drawing the smooth. | Any valid color. | Color.blue |
smoothVariableName | String | The name of the column with smoothed data values. | Any string. | "" |
startTime | String | The value of time associated with row 1. | Any string resulting in the proper type of value. | "1.0" |
timeScale | String | The type of time units. | "Year","Quarter","Month","Day", "Hour","Minute","Second","Other" | "Other" |
timeSeriesVariableName | String | The name of the column with data values to be plotted. | Any string. | "" |