Skip to main content
All docs
V23.2

HeatmapHitInfo Members

Contains information about a specific point within a heatmap.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also