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





Gets the point right after the given point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public virtual Nullable<PointF> getNextPoint (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

The point whose neighbour to check.

 Return Value

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

 See Also

Chart Members
Chart Class
MindFusion.Charting Namespace