Stroke Line Delegate
class StrokeLineDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasStrokeLine<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a line dash style.
Constructors
StrokeLineDelegate
Link copied to clipboard
fun <DOMAIN> StrokeLineDelegate(dataset: Dataset<DOMAIN>, markConfig: MarkConfig)
Content copied to clipboard
Properties
strokeLine
Link copied to clipboard
The Dimension used to define the dash style of a line from a DOMAIN object.