PaletteSettingsModel

23 Sep 20251 minute to read

Interface for a class PaletteSettings

Properties

colorGradientMode ColorGradientMode

Specifies the color gradient mode in heatmap. This property is used to set the minimum and maximum values for colors based on row and column.

emptyPointColor string

Specifies the color for the empty points in heatmap.

fillColor FillColorModel

Specifies the options to set fill colors.

palette PaletteCollectionModel[]

Sets and gets the color palette collection for heatmap cell.

type PaletteType

Specifies the style in which the color is to be applied to the cells.

  • Gradient - Renders the heatmap cells with linear gradient colors.
  • Fixed - Renders the heatmap cells with fixed colors.