shape property

String? shape
getter/setter pair

The point shape.

If empty or unspecified, a default shape is used. Possible string values are:

  • "POINT_SHAPE_UNSPECIFIED" : Default value.
  • "CIRCLE" : A circle shape.
  • "DIAMOND" : A diamond shape.
  • "HEXAGON" : A hexagon shape.
  • "PENTAGON" : A pentagon shape.
  • "SQUARE" : A square shape.
  • "STAR" : A star shape.
  • "TRIANGLE" : A triangle shape.
  • "X_MARK" : An x-mark shape.

Implementation

core.String? shape;