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

Chart3DControl.CalcHitInfo(Point) Method

Returns information on the chart elements located at the specified point.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public Chart3DHitInfo CalcHitInfo(
    Point point
)

Parameters

Name Type Description
point Point

The test point coordinates relative to the top-left corner of the chart.

Returns

Type Description
Chart3DHitInfo

The information about chart elements located at the test point.

See Also