MindFusion.Wpf Pack Programmer's Guide
Chart.HitTest Method
See Also
 





Gets a collection of ChartElement objects that contain the specified point as parameter.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public new List<ChartElement> HitTest (
    Point p
)

Visual Basic  Copy Code

Public Shadows Function HitTest( _
    p As Point _
) As List(Of ChartElement)

 Parameters

p

The point to test.

 Return Value

A collection of ChartElement objects.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Wpf Namespace