Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColorPoint

Interface for immutable data-structure which represents a 2-dimensional location and an associated Color.

This can be used for Point-based series for coloring each point individually, when combined with usage of IndividualPointFill-style.

Index

Properties

Properties

Readonly color

color : Color

Color for the fill.

Readonly x

x : number

Location in X-dimension.

Readonly y

y : number

Location in Y-dimension.