oneLine
For a Point Chart with a dimension set in the Color, Shape, Size, or Text regions, connects the points with a single line rather than using separate lines for the different dimension values.
| Requires the ‘Show Lines’ property to be enabled for the Chart. |
Example
Chart1.oneLine = true;

|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |