StrokeWidthDelegate

class StrokeWidthDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasStrokeWidth<DOMAIN>

(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a stroke thickness.

Constructors

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

Properties

strokeWidth
Link copied to clipboard
common
open override var strokeWidth: Dimension<DOMAIN, Double?>
The Dimension used to define the stroke thickness from a DOMAIN object.
strokeWidthHighlight
Link copied to clipboard
common
open override var strokeWidthHighlight: Dimension<DOMAIN, Double?>
The Dimension used to define the "highlighted" stroke thickness from a DOMAIN object.
strokeWidthSelect
Link copied to clipboard
common
open override var strokeWidthSelect: Dimension<DOMAIN, Double?>
The Dimension used to define the "selected" stroke thickness from a DOMAIN object.