emptyLine: EmptyLine = ...

Singleton object which specifies that a line should not be rendered.

When emptyLine is used, the configured line does NOT trigger mouse / touch -events (if this is desired, use a transparent SolidLine instead).

emptyLine Usage:

Use emptyLine as argument of:

 // Example
LineSeries.setStrokeStyle(emptyLine)

Related information:

For more line styles, see: