color property

  1. @Deprecated('Not supported. Member documentation may have more information.')
Color? color
getter/setter pair

The color for elements (such as bars, lines, and points) associated with this series.

If empty, a default color is used. Deprecated: Use color_style.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
Color? color;