Back to Devexpress

DevExpress.XtraCharts.Heatmap Namespace

corelibraries-devexpress-dot-xtracharts-7fcaa5ca.md

latest6.1 KB
Original Source

DevExpress.XtraCharts.Heatmap Namespace

Contains API members that implement the Heatmap Control functionality.

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Classes

NameDescription
CustomizeHeatmapToolTipEventArgsProvides data for the CustomizeHeatmapToolTip event.
HeatmapAxisContains settings for heatmap axes.
HeatmapBorderContains border settings for heatmap elements.
HeatmapColorProviderBaseThe base class for heatmap color providers.
HeatmapCustomPaintEventArgsContains data for the HeatmapControl.CustomPaint event.
HeatmapDataAdapterBaseThe base class for heatmap data adapters.
HeatmapDataSourceAdapterLoads heatmap data from a data source.
HeatmapDiagramA heatmap diagram.
HeatmapHighlightedItemChangedEventArgsProvides data for the HeatmapControl.HighlightedItemChanged event.
HeatmapHitInfoContains information about a specific point within a heatmap.
HeatmapKeyColorProviderPaints heatmap cells based on their values that are used as keys. If the cells have equal keys, they have the same color.
HeatmapLabelContains settings for heatmap labels.
HeatmapLegendA heatmap legend.
HeatmapMatrixAdapterLoads heatmap data from arrays.
HeatmapObjectColorProviderConverts colors from cell values and applies these colors to cells. This is the default color provider.
HeatmapPaletteColorProviderThe base class for color providers that apply colors from a palette to heatmap cells.
HeatmapRangeColorProviderPaints heatmap cells according to value ranges.
HeatmapRangeStopA color range boundary.
HeatmapRangeStopCollectionA collection of color range boundaries.
HeatmapTickmarksContains settings for heatmap axis tickmarks.
HeatmapTitleA heatmap title.
HeatmapTitleBaseThe base class for heatmap titles.
HeatmapTitleCollectionA collection of heatmap titles.

Delegates

NameDescription
CustomizeHeatmapToolTipEventHandlerA method that handles the HeatmapControl.CustomizeHeatmapToolTip event.
HeatmapCustomPaintEventHandlerA method that handles the HeatmapControl.CustomPaint event.
HeatmapHighlightedItemChangedEventHandlerA method that handles the HeatmapControl.HighlightedItemChanged event.

Enums

NameDescription
HeatmapAxisLabelAlignmentLists values that specify the axis position regarding the heatmap chart.
HeatmapHighlightModeLists values that specify how the heatmap highlights cells if a user hovers over a heatmap cell.
HeatmapHorizontalScrollingDirectionLists directions for horizontal scrolling in a heatmap.
HeatmapRangeStopTypeLists range stop value types.
HeatmapTextOrientationLists values that specify text orientation.
HeatmapTitleDockStyleLists values that specify how a title is arranged in a heatmap.
HeatmapVerticalScrollingDirectionLists directions for vertical scrolling in a heatmap.