type property

String type

The type of point to be drawn

  • NOTE: If chart has 'bubble' type, only circle can be used. For IE, non circle point expansions are not supported due to lack of transform support.
  • Available Values:
  • circle
  • rectangle

Implementation

external String get type;
void type=(String v)

Implementation

external set type(String v);