Search
BaseChart.HitTest Method
See Also
 





Performs hit-testing on the chart and returns information about the chart elements at the specified point.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public new ChartHitTestResult HitTest (
    Point point
)

Visual Basic  Copy Code

Public Shadows Function HitTest( _
    point As Point _
) As ChartHitTestResult

 Parameters

point

The point to test, relative to the chart's coordinates.

 Return Value

A ChartHitTestResult object containing information about the elements at the specified point.

 See Also