Class ValueRangesHeatmapChannel

A value ranges heatmap channel is to used to represent a list of colored vlaue ranges.

Implements

Hierarchy

  • ValueRangesHeatmapChannel

Implements

Accessors

Constructors

  • Creates an instance of ValueRangesHeatmapChannel.

    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.

    • ranges: ValueRange[]

      A list of ValueRange items used to represent the data values carried through this channel.

    Returns ValueRangesHeatmapChannel

Generated using TypeDoc