LinePenEnabled: Boolean;
The LinePenEnabled property determines whether the lines that connect points of chart data series are displayed.
Use JSON to set the property value and the getLinePenEnabled method to get the property value.
Available values:
true. Lines connecting points of chart data series are displayed (default).
false. Lines connecting points of chart data series are not displayed.
The example of use is given on the Example of Creating a Line Chart page.
See also: