StrokeLineDelegate

class StrokeLineDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasStrokeLine<DOMAIN>

(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a line dash style.

Constructors

StrokeLineDelegate
Link copied to clipboard
common
fun <DOMAIN> StrokeLineDelegate(dataset: Dataset<DOMAIN>, markConfig: MarkConfig)

Properties

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