Interface IHeatmapChannel

A IHeatmapChannel instance provides the visual representation for the data produced by the HeatmapSource instances. Each HeatmapSource is related to a specific channel and the channel acts as the context in which the HeatmapSource data values are represented and visualized.

Hierarchy

  • IHeatmapChannel

Implemented by

Properties

channelId: string

A used defined unique identifier for the channel.

channelType: ChannelType

The type of the channel (either continuous or discrete).

dataType: string

The data type of the channel values.

description: string

A brief description of the channel.

isEnabled: boolean

A value indicates if this channel is enabled or not

name: string

The name of the channel.

property: string

The data represented by this channel.

unit: string

The unit of measurement for the channel.

Generated using TypeDoc