Menu

Hierarchy

  • Scenario

Index

Properties

Readonly barWidth

barWidth: number

width of areal elements like bars; 0<x<1 -> relative to category; x>1 -> px

Readonly borderColor

borderColor: string

color used for borders; # + 6 digit hex

Readonly borderDasharray

borderDasharray: string

analogue to stroke-dasharray of svg elements

Readonly borderThickness

borderThickness: string

css length

Readonly fillColor

fillColor: string

main color of scenario used for fill; # + 6 digit hex

Readonly fillPattern

fillPattern: FillPattern

svg fill pattern used for elements of the scenario

Readonly fontWeight

fontWeight: "normal" | "bold"

font weight of labels associated with the scenario

Readonly id

id: string

case insensitive id

Readonly markerShape

markerShape: MarkerShape

shape of markers like pin heads

Readonly pinWidth

pinWidth: number

width of pin lines; 0<x<1 -> relative to category; x>1 -> px

Generated using TypeDoc