Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineStyleProperties<FillType>

Interface for all properties of a LineStyle.

Index

Properties

fillStyle

fillStyle : FillType

Line fill style.

highlightThicknessMultiplier

highlightThicknessMultiplier : number

Value to multiply the default thickness with when the Line is highlighted.

This will only effect the highlighted line if no other style has been set for the Line's Highlighted style. Values less or equal to 0 can cause unexpected behavior.

Default value: 2

thickness

thickness : number

Line thickness as an integer.

Setting a non-integer number might result in rendering errors.

Default value: 1.