Skip to main content
All docs
V23.2

ChartHitInfoBase Properties

The base class for classes used to store hit information.
Name Description
AxisLabelItem Gets an axis label item which is located under the test point.
AxisTitle Gets an axis title which is located under the test point.
CustomLegendItem Gets a custom legend item which is located under the test point.
HitObject Gets an object which represents the topmost visual element located under the test point.
HitObjects Gets a collection of objects which represent all the visual elements located under the test point.
HitPoint Gets the test point.
InAxis Gets a value indicating whether the test point is within the axis.
InCustomLegendItem Gets the value indicating whether or not the test point is within a custom legend item.
InLegend Gets a value indicating whether the test point is within the legend.
See Also