MindFusion WinForms Programmer's Guide
Chart.getPrevPoint Method
See Also
 





Gets the point right before the given point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual Nullable<PointF> getPrevPoint (
    Point point
)

Visual Basic  Copy Code

Public Overridable Function getPrevPoint( _
    point As Point _
) As Nullable(Of PointF)

 Parameters

point

The point whose neighbour to check.

 Return Value

The next point lying to the left or null if there's none.

 See Also

Chart Members
Chart Class
MindFusion.Charting Namespace