Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.Xpf.Charts.Heatmap Namespace

In This Article

Contains API members that implement the Heatmap Control functionality.

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Classes

Name Description
HeatmapAxis Contains settings for heatmap axes.
HeatmapColorProviderBase The base class for heatmap color providers.
HeatmapControl Displays a customizable and interactive heatmap chart.
HeatmapDataAdapterBase The base class for adapters that load data from sources.
HeatmapDataSourceAdapter Loads heatmap data from a data source.
HeatmapDiagram A heatmap diagram.
HeatmapHitInfo Contains information about a specific point within a heatmap.
HeatmapKeyColorProvider Paints heatmap cells based on their values that are used as keys. If the cells have equal keys, they have the same color.
HeatmapLabel Contains options for heatmap labels.
HeatmapLegend A heatmap legend.
HeatmapLegendItem A heatmap legend item.
HeatmapMatrixAdapter Loads heatmap data from arrays.
HeatmapObjectColorProvider Converts colors from cell values and applies these colors to cells. This is the default color provider.
HeatmapPaletteColorProvider The base class for color providers that apply colors from a palette to heatmap cells.
HeatmapPrintOptions Contains print options for the Heatmap control.
HeatmapRangeColorProvider Paints heatmap cells according to value ranges.
HeatmapRangeStop A color range boundary.
HeatmapRangeStopCollection A collection of color range boundaries.
HeatmapSelectionController
HeatmapToolTipOptions Contains options for heatmap cell tooltips.

#Enums

Name Description
ElementSelectionMode Lists heatmap selection modes.
HeatmapAxisLabelAlignment Lists values that specify the axis position regarding the heatmap chart.
HeatmapHighlightMode Lists values that specify how the heatmap highlights cells if a user hovers over a heatmap cell.
HeatmapRangeStopType Lists range stop value types.