StrokeCap

viz.dsl.vegaLite.StrokeCap
enum StrokeCap

The stroke cap for line ending style. One of "butt", "round", or "square".

Default value: "butt"

The stroke cap for the domain line's ending style. One of "butt", "round" or "square".

Default value: "butt"

The stroke cap for grid lines' ending style. One of "butt", "round" or "square".

Default value: "butt"

The stroke cap for the tick lines' ending style. One of "butt", "round" or "square".

Default value: "butt"

Attributes

Source
vega-lite.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case butt extends StrokeCap

Attributes

Source
vega-lite.scala
case case round extends StrokeCap

Attributes

Source
vega-lite.scala
case case square extends StrokeCap

Attributes

Source
vega-lite.scala