Back to Devexpress

HeatmapHitInfo Properties

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmaphitinfo-dot-underscore-properties.md

latest3.6 KB
Original Source

HeatmapHitInfo Properties

Contains information about a specific point within a heatmap.

NameDescription
AxisReturns the axis that is positioned in the test point.
AxisLabelItemGets an axis label item which is located under the test point. Inherited from ChartHitInfoBase.
AxisTitleGets an axis title which is located under the test point. Inherited from ChartHitInfoBase.
CellReturns the cell that is located in the test point.
CustomLegendItemGets a custom legend item which is located under the test point. Inherited from ChartHitInfoBase.
HeatmapReturns the heatmap that is located under the test point.
HitObjectReturns the topmost heatmap element in the test point.
HitObjectsReturns a collection of elements that are in the test point.
HitPointGets the test point. Inherited from ChartHitInfoBase.
InAxisGets a value indicating whether the test point is within the axis. Inherited from ChartHitInfoBase.
InCellIndicates whether the test point is in a heatmap cell.
InCustomLegendItemGets the value indicating whether or not the test point is within a custom legend item. Inherited from ChartHitInfoBase.
InHeatmapIndicates whether the test point is in within a heatmap.
InLegendGets a value indicating whether the test point is within the legend. Inherited from ChartHitInfoBase.
InTitleIndicates whether the test point in the
LegendReturns the legend that is positioned in the test point.
TitleReturns the title that is positioned in the test point.

See Also

HeatmapHitInfo Class

HeatmapHitInfo Members

DevExpress.XtraCharts.Heatmap Namespace