pointLine

Draws line segments connecting the points on a Point Chart.

Type

Boolean

true: draw lines
false: do not draw lines

Example

Chart1.pointLine = true;

pointLine

Either syntax below can be used in component script:

pointLine          // unqualified
Chart1.pointLine   // qualified

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