HasStrokeWidth

interface HasStrokeWidth<DOMAIN>

A visual element that can change its stroke thickness depending on the data.

Properties

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

Inheritors

AreaMark
Link copied to clipboard
BarMark
Link copied to clipboard
BoxPlotMark
Link copied to clipboard
LineMark
Link copied to clipboard
StrokeWidthDelegate
Link copied to clipboard