Class ContinuousHeatmapChannel

A continuous heatmap channel is to used to represent a range of continous values.

Implements

Hierarchy

  • ContinuousHeatmapChannel

Implements

Accessors

Constructors

  • Creates an instance of ContinuousHeatmapChannel.

    Parameters

    • channelId: string

      A user-defined unique identifier for the channel.

    • dataType: string

      The data type of the channel values.

    • name: string

      The name of the channel.

    • description: string

      A brief description of the channel.

    • property: string

      The data property represented by this channel.

    • unit: string

      The unit of measurement for the channel.

    • min: number

      The minimum value for the data range represented by this channel.

    • max: number

      The maximum value for the data range represented by this channel.

    • colorGradient: string[]

      A list of hex color gradient stops used to represent the data values carried through this channel.

    Returns ContinuousHeatmapChannel

Generated using TypeDoc