Stroke Width Delegate
class StrokeWidthDelegate<DOMAIN>(dataset: Dataset<DOMAIN>, markConfig: MarkConfig) : HasStrokeWidth<DOMAIN>
Content copied to clipboard
(INTERNAL) Configure & use the Dimension used to translate an element from the dataset into a stroke thickness.
Constructors
StrokeWidthDelegate
Link copied to clipboard
fun <DOMAIN> StrokeWidthDelegate(dataset: Dataset<DOMAIN>, markConfig: MarkConfig)
Content copied to clipboard
Properties
strokeWidth
Link copied to clipboard
The Dimension used to define the stroke thickness from a DOMAIN object.
strokeWidthHighlight
Link copied to clipboard
The Dimension used to define the "highlighted" stroke thickness from a DOMAIN object.
strokeWidthSelect
Link copied to clipboard
The Dimension used to define the "selected" stroke thickness from a DOMAIN object.