DataMappingXY: {
    color?: string | number;
    lookupValue?: string | number;
    rotation?: string | number;
    size?: string | number;
    x: string | number;
    y: string | number;
}

Type definition of XY data mapping.

Specifies which data properties should be used and how in a series that actually visualizes the data. At least x and y must be specified, others are optional (color, rotation, size, lookupValue)

Type declaration

  • Optional color?: string | number
  • Optional lookupValue?: string | number
  • Optional rotation?: string | number
  • Optional size?: string | number
  • x: string | number
  • y: string | number