Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColorValue

Interface for immutable data-structure which contains a color property.

Can be used for individual data point coloring when styled with IndividualPointFill.

For some series types, individual data point coloring might have to be explicitly enabled when the series is created. Refer to series documentation for more detailed information.

Index

Properties

Properties

Optional Readonly color

color : Color

Data point color.

Can be used for individual data point coloring when styled with IndividualPointFill.

For some series types, individual data point coloring might have to be explicitly enabled when the series is created. Refer to series documentation for more detailed information.