Gets a point representing the surface chart peak, which is closest to the hit-tested point.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Point3D> ClosestPeak { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ClosestPeak As Nullable(Of Point3D) |
A WPF Point3D object.
See Also