Gets the unique identifier for the channel.
The channel ID.
Gets the type of the channel.
The type of the channel.
Gets the data type of the channel values.
The data type.
Sets the data type of the channel values.
The new data type.
Gets the description of the channel.
The description of the channel.
Sets the description of the channel.
The new description.
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 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.
The unit of measurement.
Sets the unit of measurement for the channel.
The new unit of measurement.
Gets the mapping of discrete values to their hex colors.
The discrete values and hex colors mapping.
Creates an instance of DiscreteHeatmapChannel.
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 mapping of discrete values to their hex colors.
Generated using TypeDoc
A discrete heatmap channel is used to represent a list of discrete values.
Implements