Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MIntensityPoint

Interface for mutable data-structure which represents a 2-dimensional location and an associated Intensity value.

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

Index

Properties

Properties

intensity

intensity : number

Intensity value in the situation.

x

x : number

Location in X-dimension.

y

y : number

Location in Y-dimension.