HeatmapHitInfo Properties
Contains information about a specific point within a heatmap.| Name | Description |
|---|---|
| Axis | Returns the axis that is positioned in the test point. |
| AxisLabelItem | Gets an axis label item which is located under the test point. Inherited from ChartHitInfoBase. |
| AxisTitle | Gets an axis title which is located under the test point. Inherited from ChartHitInfoBase. |
| Cell | Returns the cell that is located in the test point. |
| CustomLegendItem | Gets a custom legend item which is located under the test point. Inherited from ChartHitInfoBase. |
| Heatmap | Returns the heatmap that is located under the test point. |
| HitObject | Returns the topmost heatmap element in the test point. |
| HitObjects | Returns a collection of elements that are in the test point. |
| HitPoint | Gets the test point. Inherited from ChartHitInfoBase. |
| InAxis | Gets a value indicating whether the test point is within the axis. Inherited from ChartHitInfoBase. |
| InCell | Indicates whether the test point is in a heatmap cell. |
| InCustomLegendItem | Gets the value indicating whether or not the test point is within a custom legend item. Inherited from ChartHitInfoBase. |
| InHeatmap | Indicates whether the test point is in within a heatmap. |
| InLegend | Gets a value indicating whether the test point is within the legend. Inherited from ChartHitInfoBase. |
| InTitle | Indicates whether the test point in the |
| Legend | Returns the legend that is positioned in the test point. |
| Title | Returns the title that is positioned in the test point. |
See Also