HasStrokeLine

interface HasStrokeLine<DOMAIN>

A visual element that can change its line dash style depending on the data.

Properties

strokeLine
Link copied to clipboard
common
abstract var strokeLine: Dimension<DOMAIN, DoubleArray?>
The Dimension used to define the dash style of a line from a DOMAIN object.

Inheritors

AreaMark
Link copied to clipboard
LineMark
Link copied to clipboard
StrokeLineDelegate
Link copied to clipboard