ChartCanvasSerie.EmptyLine

Syntax

EmptyLine: Object;

Description

The EmptyLine property determines an object with settings of the line that connects thinned data.

Comments

Property value is set only from JSON.

Example

Example of the object with settings:

{
  Enabled: true,
  LineWidth: 2,
  LineDashStyle: "shortdot",
  LineColor: "rgba(96, 161, 250, 1.000000)"
}

The example of use is given on the ChartCanvasSerie.LineDashStyle page.

See also:

ChartCanvasSerie