Gets the unique identifier for the channel.
The channel ID.
Gets the type of the channel.
The type of the channel.
Gets the hex color gradient stops used to represent the data values.
The hex color gradient stops.
Sets the hex color gradient stops used to represent the data values.
The new hex color gradient stops.
Gets the data type of the channel values.
The data type.
Gets the description of the channel.
The description of the channel.
Sets the description of the channel.
The new description of the channel.
Gets a boolean value indicating if this channel is enabled
a value indicates if this channel is enabled.
Sets if this channel is enabled or not
a value indicates if this channel is enabled.
Gets the maximum value for the continuous data range.
The maximum value.
Sets the maximum value for the continuous data range.
The new maximum value.
Gets the minimum value for the continuous data range.
The minimum value.
Sets the minimum value for the continuous data range.
The new minimum value.
Gets the name of the channel.
The name of the channel.
Gets the data property represented by this channel.
The data property represented by this channel.
Gets the unit of measurement for the channel values.
The unit of measurement.
Sets the unit of measurement for the channel values.
The new unit of measurement.
Creates an instance of ContinuousHeatmapChannel.
A user-defined unique identifier for the channel.
The data type of the channel values.
The name of the channel.
A brief description of the channel.
The data property represented by this channel.
The unit of measurement for the channel.
The minimum value for the data range represented by this channel.
The maximum value for the data range represented by this channel.
A list of hex color gradient stops used to represent the data values carried through this channel.
Generated using TypeDoc
A continuous heatmap channel is to used to represent a range of continous values.
Implements