ChartHitInfo Class
In This Article
Contains information about a specific point within a chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returned By
Methods that return ChartHitInfo instances:
#Remarks
ChartHitInfo objects can be created by calling the chart's ChartControl.CalcHitInfo method. This method requires the test point as a parameter, or its coordinates.
The ChartHitInfo class properties can be grouped into two categories:
- The properties that indicate whether the test point resides over a particular view element. For instance, the ChartHitInfo.InAxis property indicates whether the test point is over the axis;
- The properties identifying the topmost visual element, which contains the test point (e.g. ChartHitInfo.Axis).
See Also