Back to Devexpress

ChartHitInfoBase Members

corelibraries-devexpress-dot-xtracharts-dot-charthitinfobase-dot-underscore-members.md

latest4.1 KB
Original Source

ChartHitInfoBase Members

The base class for classes used to store hit information.

Properties

NameDescription
AxisLabelItemGets an axis label item which is located under the test point.
AxisTitleGets an axis title which is located under the test point.
CustomLegendItemGets a custom legend item which is located under the test point.
HitObjectGets an object which represents the topmost visual element located under the test point.
HitObjectsGets a collection of objects which represent all the visual elements located under the test point.
HitPointGets the test point.
InAxisGets a value indicating whether the test point is within the axis.
InCustomLegendItemGets the value indicating whether or not the test point is within a custom legend item.
InLegendGets a value indicating whether the test point is within the legend.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

ChartHitInfoBase Class

DevExpress.XtraCharts Namespace