barColor property

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

The color of the column representing this series in each bucket.

This field is optional. Deprecated: Use bar_color_style.

Implementation

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