Back to Devexpress

ChartControl.CalcHitInfo(Point, Double) Method

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrol-dot-calchitinfo-x28-system-dot-windows-dot-point-system-dot-double-x29.md

latest1.8 KB
Original Source

ChartControl.CalcHitInfo(Point, Double) Method

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ChartHitInfo CalcHitInfo(
    Point point,
    double radius
)
vb
Public Function CalcHitInfo(
    point As Point,
    radius As Double
) As ChartHitInfo

Parameters

NameTypeDescription
pointPoint

A Point structure which specifies the test point coordinates relative to the chart’s top-left corner.

| | radius | Double |

A Double value, specifying the initial radius of the Pie.

|

Returns

TypeDescription
ChartHitInfo

A ChartHitInfo object which contains information about the chart elements located at the test point.

|

See Also

Hit-Testing

ChartControl Class

ChartControl Members

DevExpress.Xpf.Charts Namespace