OverflowIndicatorStyle

Describes how an overflow indicator is styled

Properties

  • arrowHeadLength

    The length of the arrow head (default: 10px)

    number | null
  • arrowHeadWidth

    The width of the arrow head (default: 15px)

    number | null
  • fill

    The fill of the indicator

    string | null
  • stroke

    The stroke. Either a fill or a stroke must be provided

    string | null
  • strokeWidth

    The line width of the stroke. If not set a default of 1.0 will be used.

    number | null