endArrow property

String? endArrow
getter/setter pair

The style of the arrow at the end of the line. Possible string values are:

  • "ARROW_STYLE_UNSPECIFIED" : An unspecified arrow style.
  • "NONE" : No arrow.
  • "STEALTH_ARROW" : Arrow with notched back. Corresponds to ECMA-376 ST_LineEndType value 'stealth'.
  • "FILL_ARROW" : Filled arrow. Corresponds to ECMA-376 ST_LineEndType value 'triangle'.
  • "FILL_CIRCLE" : Filled circle. Corresponds to ECMA-376 ST_LineEndType value 'oval'.
  • "FILL_SQUARE" : Filled square.
  • "FILL_DIAMOND" : Filled diamond. Corresponds to ECMA-376 ST_LineEndType value 'diamond'.
  • "OPEN_ARROW" : Hollow arrow.
  • "OPEN_CIRCLE" : Hollow circle.
  • "OPEN_SQUARE" : Hollow square.
  • "OPEN_DIAMOND" : Hollow diamond.

Implementation

core.String? endArrow;