Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataValue

Interface for a data point that contains an associated numeric data value.

Can be used for dynamic per data point coloring when associated with a Color lookup table LUT.

For some series types, dynamic 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 value

value : undefined | number

Numeric value associated with the data point.

Can be used for dynamic per data point coloring when associated with a Color lookup table LUT.

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