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.

Type

Boolean

true: use single line
false: use separate lines

Example

Chart1.oneLine = true;

oneLine

Either syntax below can be used in component script:

oneLine          // unqualified
Chart1.oneLine   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.