Skip to main content
A newer version of this page is available. .

Chart3DHitInfo Class

Contains information about a specific point within a chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public class Chart3DHitInfo :
    ChartHitInfoBase

The following members return Chart3DHitInfo objects:

Remarks

Chart3DHitInfo objects can be created by calling the chart’s Chart3DControl.CalcHitInfo method. This method requires the test point as a parameter, or its coordinates.

The Chart3DHitInfo 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 ChartHitInfoBase.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., ChartHitInfoBase.Axis).

Inheritance

See Also