DevExpress.XtraCharts.Heatmap Namespace
Contains API members that implement the Heatmap Control functionality.
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Classes
| Name | Description |
|---|---|
| CustomizeHeatmapToolTipEventArgs | Provides data for the CustomizeHeatmapToolTip event. |
| HeatmapAxis | Contains settings for heatmap axes. |
| HeatmapBorder | Contains border settings for heatmap elements. |
| HeatmapColorProviderBase | The base class for heatmap color providers. |
| HeatmapCustomPaintEventArgs | Contains data for the HeatmapControl.CustomPaint event. |
| HeatmapDataAdapterBase | The base class for heatmap data adapters. |
| HeatmapDataSourceAdapter | Loads heatmap data from a data source. |
| HeatmapDiagram | A heatmap diagram. |
| HeatmapHighlightedItemChangedEventArgs | Provides data for the HeatmapControl.HighlightedItemChanged event. |
| 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 settings for heatmap labels. |
| HeatmapLegend | A heatmap legend. |
| 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. |
| HeatmapRangeColorProvider | Paints heatmap cells according to value ranges. |
| HeatmapRangeStop | A color range boundary. |
| HeatmapRangeStopCollection | A collection of color range boundaries. |
| HeatmapTickmarks | Contains settings for heatmap axis tickmarks. |
| HeatmapTitle | A heatmap title. |
| HeatmapTitleBase | The base class for heatmap titles. |
| HeatmapTitleCollection | A collection of heatmap titles. |
Delegates
| Name | Description |
|---|---|
| CustomizeHeatmapToolTipEventHandler | A method that handles the HeatmapControl.CustomizeHeatmapToolTip event. |
| HeatmapCustomPaintEventHandler | A method that handles the HeatmapControl.CustomPaint event. |
| HeatmapHighlightedItemChangedEventHandler | A method that handles the HeatmapControl.HighlightedItemChanged event. |
Enums
| Name | Description |
|---|---|
| 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. |
| HeatmapHorizontalScrollingDirection | Lists directions for horizontal scrolling in a heatmap. |
| HeatmapRangeStopType | Lists range stop value types. |
| HeatmapTextOrientation | Lists values that specify text orientation. |
| HeatmapTitleDockStyle | Lists values that specify how a title is arranged in a heatmap. |
| HeatmapVerticalScrollingDirection | Lists directions for vertical scrolling in a heatmap. |