MindFusion.Wpf Pack Programmer's Guide
ChartHitTestResult3D.MeshPoint Property
See Also
 





Gets or sets the physical point from the model mesh, corresponding to the hit-tested point. If more than one point of the model mesh is at the hit-tested location, the closest point is returned.

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

 Syntax

C#  Copy Code

public Point3D MeshPoint { get; }

Visual Basic  Copy Code

Public ReadOnly Property MeshPoint As Point3D

 Property Value

A WPF Point3D object.

 See Also

ChartHitTestResult3D Members
ChartHitTestResult3D Class
MindFusion.Charting.Wpf Namespace