ChartCanvasSerie.LinePenEnabled

Syntax

LinePenEnabled: Boolean;

Description

The LinePenEnabled property determines whether the lines that connect points of chart data series are displayed.

Comments

Use JSON to set the property value and the getLinePenEnabled method to get the property value.

Available values:

Example

The example of use is given on the Example of Creating a Line Chart page.

See also:

ChartCanvasSerie