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





Gets the point on the line that lies before the specified point.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override Nullable<PointF> getPrevPoint (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

The point to consider.

 Return Value

The point that lies before the specified point or null.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting Namespace