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





Gets a point representing the surface chart peak, which is closest to the hit-tested point.

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

 Syntax

C#  Copy Code

public Nullable<Point3D> ClosestPeak { get; }

Visual Basic  Copy Code

Public ReadOnly Property ClosestPeak As Nullable(Of Point3D)

 Property Value

A WPF Point3D object.

 See Also

ChartHitTestResult3D Members
ChartHitTestResult3D Class
MindFusion.Charting.Wpf Namespace