pattern property

List<String> pattern

The type of point or svg shape as string, to be drawn for each line

  • NOTE: This is an experimental feature and can have some unexpected behaviors. 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
  • svg shape tag interpreted as string (ex. )

Implementation

external List<String> get pattern;
void pattern=(List<String> v)

Implementation

external set pattern(List<String> v);